/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family:'akzidenz-grotesk-next-extend',sans-serif;
}

hr {
    max-width: 50px;
    border-color: #f59332;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f59332;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'akzidenz-grotesk-next-extend',sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: lightgrey;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 10px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
  font-family:'akzidenz-grotesk-next-extend',sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
  font-family:'akzidenz-grotesk-next-extend',sans-serif;
    font-weight: 700;
    color: #f59332;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #f59332;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f59332!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(13,13,13,.7);
        background-color: #000;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fff;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        /*background-color: #fff;*/
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        /color: #f05f40;*/
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        /*color: #eb3812;*/
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        /*color: #222;*/
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        /*color: #f05f40;*/
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(12,12,12,.7);
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(12,12,12,.7);
}

@media(min-width:768px) {
    header {
        /*min-height: 100%;*/
        max-height: 75%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}

.section-heading {
    margin-top: 0;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    padding: 2%;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: #f59332;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
  font-family:'akzidenz-grotesk-next-extend',sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

#portfolio .portfolio-item{margin:0 0 15px;right:0}
#portfolio .portfolio-item .portfolio-link{display:block;position:relative;max-width:400px;margin:0 auto}
#portfolio .portfolio-item .portfolio-link .portfolio-hover{background:lightgrey;position:absolute;width:100%;height:100%;opacity:0;transition:all ease .5s;-webkit-transition:all ease .5s;-moz-transition:all ease .5s}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{opacity:1}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{position:absolute;width:100%;height:20px;font-size:20px;text-align:center;top:50%;margin-top:-12px;color:#fff}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{margin-top:-12px}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{margin:0}
#portfolio .portfolio-item .portfolio-caption{max-width:400px;margin:0 auto;background-color:#fff;text-align:center;padding:25px}
#portfolio .portfolio-item .portfolio-caption h4{text-transform:none;margin:0}
#portfolio .portfolio-item .portfolio-caption p{ font-family: 'akzidenz-grotesk-next-extend',sans-serif;;font-style:italic;font-size:16px;margin:0}
#portfolio *{z-index:2}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f59332;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f59332;
    color: #fff;
    background-color: #f59332;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: lightgrey;
    background-color: lightgrey;
}

.btn-primary .badge {
    color: #f59332;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family:'akzidenz-grotesk-next-extend',sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.footer .footer-nav.fixed {
    position: relative;
    width: 100%;
    bottom: 0;
}

.footer .footer-nav, .footer .footer-nav p {
    color: #55585b;
    font-family: 'akzidenz-grotesk-next-extend',sans-serif;
}

.grey-bg {
    background: #e8e8e8;
}

.footer .footer-nav .share {
    float: right;
    margin: 5px 0;
    border-right: 1px solid #b4b3af;
}

.footer .footer-nav .share ul {
    list-style: none;
    float: left;
    padding: 3px 0 1px;
    margin: 0 19px 0 0;
}

#footer {
    background: #3b3d41 !important;
}
#footer h5 {
    /*padding-left: 10px;
    border-left: 3px solid #eeeeee;*/
    color:#fff;
    font-size: 18px;
    padding-bottom: 6px;
    margin-bottom: 20px;

}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 3px 0;
}

#footer ul.social li:hover a i {

  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{

  font-size: 12px;
}
#footer p{
  color:#fff;
  font-size: 12px;
}
#footer ul.social li a:hover{

}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;

}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {

}

@media (max-width:767px) and (min-width:850px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.nav padding-left: 0px;
}
@media (max-width:340) and (min-width:650px){
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.wrapper {

    margin: 0 auto;
    width: 100%;
}
.grid-section .heading-career{
    margin-bottom:88px;
}
@media screen and (max-width:1279px) and (min-width:1024px){
    .grid-section .heading-career{
        margin-bottom:55px;
    }
}
@media screen and (max-width:1023px) and (min-width:768px){
    .grid-text.doc-section .wrapper .col-three .col-inner{
        min-height:860px;
    }
    .grid-section .heading-career{
        margin-bottom:45px;
    }
}
@media screen and (max-width:767px){
    .grid-text.doc-section .wrapper .col-three .col-inner{
        min-height:222px;
    }
    .grid-section .heading-career{
        margin-bottom:20px;
    }
    h2.caption-heading {
        font-size: 40px;
    }
}
@media screen and (max-width:479px){
    .grid-section .heading-career{
        margin-bottom:10px;
    }
    h2.caption-heading {
        font-size: 30px;
    }
    h1.caption-heading {
        font-size: 30px;
}

.grid-section{
  padding:45px 0px 30px 0px;
}
.grid-section h3{
    padding-top:18px;
}
.grid-section .custom-4-grid{
    padding:0 20px;
}
.grid-section .custom-4-grid p a{
    color:#1fa4d4;
}
.grid-section .last-of-row{
    border-right:none;
}
.grid-section .narrow-divider{
    margin:30px 0 10px;
}
.grid-section .open{
    background:0 0;
}
.grid-section.home-page-grid h3.green-text{
    color:#44697d!important;
    font-size:200%;
}
.grid-section.home-page-grid .grid-subtitle{
    color:#44697d;
    margin-bottom:20px;
}
.grid-section.image-left .heading-career{
    margin-bottom:30px;
}
.grid-section.image-left .cource-list .cource-img img{
    float:left;
    margin:25px;
}
.grid-section.image-left .cource-list .col-two p{
    text-align:left;
    padding-left:175px;
}

.col-three {
    width: 33.33%;
    float: left;
    height: 100%;
}
.col-four {
    width: 25%;
    float: left;
    height: 100%;
}
.cource-list .col-three.border-bottom:before,.cource-list .col-two.border-bottom:before,.cource-list .col-four.border-bottom:before, .cource-list .not-last:after{
    content:"";
    position:absolute;
}
.cource-list{
    width:100%;
    float:left;
    background-color: white;
    padding-bottom: 2%;
}
.cource-list .cource-img img{
    max-height:130px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cource-list .col-two{
    padding:20px;
}
.cource-list .col-two.border-bottom:before{
    padding-bottom:20px;
    left:5%;
    bottom:0;
    width:90%;
    border-bottom:1px solid #ddd;
}
.cource-list .not-last{
    top:5%;
    right:0;
    height:90%;
    border-right:1px solid #ddd;
}
@media screen and (max-width:767px){
    .partner-intro .content-960 .button-default,.partner-intro .content-960 .button-green,.partner-intro .content-960 .button-orange,.partner-intro .content-960 .button-white{
        margin-top:20px;
    }
    .cource-list .not-last:after{
        border-right:0;
    }
}
.cource-list .col-four{
    padding:0 60px;
}
.cource-list .col-four:last-of-type:after{
    border:none!important;
}
.cource-list .col-four.last-of-row:after{
    border-right:0!important;
}
.cource-list .col-four.border-bottom:before{
    padding-bottom:20px;
    left:5%;
    bottom:0;
    width:90%;
    border-bottom:1px solid #ddd;
}
@media screen and (max-width:1279px) and (min-width:1024px){
    .cource-list .col-four{
        padding:0 30px;
    }
}
.cource-list .col-four .cource-img{
    margin-bottom:20px;
    margin-top:8px;
}
@media screen and (max-width:1279px) and (min-width:1024px){
    .cource-list .col-four .cource-img{
        margin:0 auto;
        height:110px
    }
    .cource-list .col-four h3{
        line-height:30px;
    }
}
@media screen and (max-width:1023px) and (min-width:768px){
    .cource-list .col-four{
        padding:0 20px;
    }
    .cource-list .col-four .cource-img{
        height:70px;
        margin:0 auto 15px;
    }
    .cource-list .col-four h3{
        line-height:26px;
    }
}
@media screen and (max-width:767px){
    .cource-list .col-four{
        width:100%;
        padding:20px 0;
        border-right:0;
    }
    .cource-list .col-four .cource-img{
        width:60px;
        height:auto;
        margin:0 auto 10px;
    }
}
@media screen and (max-height:767px) and (min-height:667px){
    .cource-list .col-four .cource-img{
        height:200px;
        width:100%;
    }
}
@media screen and (max-height:666px){
    .cource-list .col-four .cource-img{
        height:165px;
        width:100%;
    }
}
@media screen and (max-width:1279px) and (min-width:768px){
    .cource-list .col-four .cource-img img{
        height:100%;
    }
}
@media screen and (max-height:767px){
    .cource-list .col-four .cource-img img{
        height:100%;
    }
}
.cource-list .col-four p{
    line-height:28px;
}
.bold{
  font-weight: 700;
}
.cource-list .col-four .divider{
    width:100%;
    border:0;
    border-top:1px solid #cecece;
    margin:60px 0;
    height:0;
}
@media screen and (max-width:1279px) and (min-width:1024px){
    .cource-list .col-four .divider{
        margin:30px 0;
    }
}
@media screen and (max-width:1023px) and (min-width:768px){
    .cource-list .col-four p{
        line-height:24px;
    }
    .cource-list .col-four .divider{
        margin:20px 0;
    }
}
@media screen and (max-width:767px){
    .cource-list .col-four p{
        line-height:20px;
    }
    .cource-list .col-four .divider{
        display:none;
    }

}



.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}

#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #fff;
    height: 20%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 2000;

}
#search .close {
    color: #f59332;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 99;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#search .btn {
    left: 50%;
    margin-top: 0px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}


.s-icon a {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 40px !important;
    color: #f59332 !important;
    font-size: 26px;
    height: 44px;
    margin: 3px -12px 0 0;
    padding: 7px 0 0 !important;
    text-align: center;
    width: 44px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-brand {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 50px;
     color: #f59332 !important;
    height: auto;
    margin: 3px 0 2px -12px !important;
    padding: 12px 20px !important;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 153px;
    font-size: 29px;
}
.btn-site {
    background: #f59332 none repeat scroll 0 0;
    color: #fff !important;
}


.dynamic-promo-block .three-col-row,.promo-block .three-col-row{
    background-size:cover;
    width:100%;
    height:195px;

}
.dynamic-promo-block .col-three,.promo-block .col-three{
    cursor:pointer;
    overflow:hidden;
    transform:translateY(0);
}
.dynamic-promo-block .col-three #home-box-1,.promo-block .col-three #home-box-1{
    background-color:#505050;
}
.dynamic-promo-block .col-three #home-box-2,.promo-block .col-three #home-box-2{
    background-color:#3b3d41;
}
.dynamic-promo-block .col-three #home-box-3,.promo-block .col-three #home-box-3{
    background-color:#505050;
}
.dynamic-promo-block .col-three:nth-of-type(2):after,.dynamic-promo-block .col-three:nth-of-type(2):before,.promo-block .col-three:nth-of-type(2):after,.promo-block .col-three:nth-of-type(2):before{
    content:"";
    width:2px;
    height:100%;
    position:absolute;
    right:0;
    top:0;
    /*border-left:1px solid #626a74;*/
}
.dynamic-promo-block .col-three:nth-of-type(2):before,.promo-block .col-three:nth-of-type(2):before{
    left:0;
    right:auto
}
.dynamic-promo-block .col-three .v-middle-inner,.promo-block .col-three .v-middle-inner{
    max-width:340px;
    margin:0 auto;
    padding:45px 0px 30px 20px;
    transform:translateY(0);
    transition:all .5s ease;
}
.dynamic-promo-block .col-three .hover-btn,.promo-block .col-three .hover-btn{
    margin:0;
    opacity:0;
    transform:translateY(0);
    transition:all .5s ease;
}
.dynamic-promo-block .col-three p.bold,.promo-block .col-three p.bold{
    font-weight:500;
    letter-spacing:0;
    font-size: 1.4em;
}
.dynamic-promo-block .col-three p,.promo-block .col-three p{
    font-weight:300;
    letter-spacing:.05em;
    color:#fff;
}
.dynamic-promo-block .col-three:hover .v-middle-inner,.promo-block .col-three:hover .v-middle-inner{
    transform:translateY(-23px);
    transition:all .5s ease;
}
.dynamic-promo-block .col-three:hover .hover-btn,.promo-block .col-three:hover .hover-btn{
    opacity:1;
    transform:translateY(-80px);
    transition:all .5s ease;
}
@media screen and (max-width:767px){
    .dynamic-promo-block .col-three:nth-of-type(2):after,.dynamic-promo-block .col-three:nth-of-type(2):before,.promo-block .col-three:nth-of-type(2):after,.promo-block .col-three:nth-of-type(2):before{
        width:100%;
        height:1px;
        background:#626a74;
        top:auto;
        bottom:0;
    }
    .dynamic-promo-block .col-three:nth-of-type(2):before,.promo-block .col-three:nth-of-type(2):before{
        top:0;
    }
    .dynamic-promo-block .three-col-row,.promo-block .three-col-row{
        height:443px;
    }
    .dynamic-promo-block .three-col-row .col-three,.promo-block .three-col-row .col-three{
        width:100%;
        height:190px;
    }
}
.no-padding{
    padding:0!important;
}
.col-three{
    width:33.33%;
    float:left;
    height:100%;
}
.v-middle-wrapper{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.v-middle {
    display: table-cell;
    vertical-align: middle;
}
.v-middle-inner {
    display: table;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}
.v-middle-wrapper.black-overlay{
    background-color:rgba(0,0,0,.2);
}
.button-center, .text-center {
    text-align: center;
}

.button-white {
    border-color: #fff;
    color: #fff!important;
}
.button-default,  .button-orange {
    display: inline-block;
    border: 2px solid #fff;
    padding: 11px 16px 11px 21px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    color: #f59332;
    letter-spacing: .05em;
    background: 0 0;
    margin-top: 25px;
    cursor: pointer;
    font-weight: 700;
    font-family: 'akzidenz-grotesk-next-extend',sans-serif;
    transition: all .3s ease-in-out;
}


.carousel-control     		 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }
}
