/*!
 * Start Bootstrap - New Age v3.3.7 (http://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.heading-font {
    font-family: didot, 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.body-font {
    font-family: roboto, 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

.alt-font {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
}

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

body {
    font-family: roboto, 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #fdcc52;
}


/*a:hover, */

a:focus {
    color: #fcbd20;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

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

.noMargsPads {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    color: #fdcc52;
}

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

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #222222;
    padding: 8px 10px;
}

.navbar-default .nav>li>a {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

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

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

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

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

.navbar-default .nav>li>a {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

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

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

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

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


/* navcont */

.navbar-default .nav .nav2>li>a {
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
}

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

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

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

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

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255, 255, 255, 0.7);
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: white;
    }
    .navbar-default .nav>li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255, 255, 255, 0.9);
    }
    .navbar-default .nav>li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: white;
    }
    .navbar-default.affix-top .nav>li>a,
    .navbar-default.affix-top .nav>li>a:focus {
        color: #333;
    }
    .navbar-default.affix-top .nav>li>a:hover,
    .navbar-default.affix-top .nav>li>a:focus:hover {
        color: #000;
    }
    .navbar-default.affix {
        background-color: #000000;
        /*content bar bg color*/
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix .navbar-header .navbar-brand {
        color: #FFFFFF;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #fdcc52;
    }
    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #FFFFFF;
    }
    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #fdcc52;
    }
    /* navcont */
    .navbar-default .nav2>li>a,
    .navbar-default .nav2>li>a:focus {
        color: rgba(0, 0, 0, 0.9);
    }
    .navbar-default .nav2>li>a:hover,
    .navbar-default .nav2>li>a:focus:hover {
        color: #fdcc52;
    }
    .navbar-default.affix2 {
        background-color: #000000;
        /*content bar bg color*/
        border-color: rgba(34, 34, 34, 0.1);
    }
    .navbar-default.affix2 .nav2>li>a,
    .navbar-default.affix2 .nav2>li>a:focus {
        color: #000000;
    }
    .navbar-default.affix2 .nav2>li>a:hover,
    .navbar-default.affix2 .nav2>li>a:focus:hover {
        color: #fdcc52;
    }
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel .carouselBox {
    min-width: 25%;
    width: auto;
    min-height: 100px;
    padding: 25px 2%;
    position: absolute;
    bottom: 0;
    right: 3%;
    background: rgba(255, 96, 0, 0.76);
    color: #FFFFFF;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
}

.carousel .carouselBox span {
    clear: both;
    margin-top: 15px;
    border: 1px solid #FFFFFF;
    padding: 1px;
}

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

section h2 {
    font-size: 50px;
}

section.weBelieve {
    min-height: 100%;
    position: relative;
    padding: 150px 0;
    background: url('/sites/default/files/imgs/bg_01.jpg') center top repeat-y;
}

section.weBelieve h2 {
    margin-top: 0;
    font-size: 2.9em !important;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    font-family: 'Playfair Display', serif;
}

section.weBelieve p {
    text-align: left;
}

section.weBelieve .orangeBox {
    min-width: 25%;
    width: auto;
    min-height: 100px;
    padding: 25px 2%;
    position: absolute;
    top: 0;
    right: 3%;
    background-color: #fad3bc;
}

@media (min-width: 768px) {
    section.weBelieve .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.weBelieve h2 {
        font-size: 70px;
    }
}

section.cta .rectangle {
    width: 100%;
    min-height: 367px;
    height: auto;
    background: url('/sites/default/files/imgs/bg_02.jpg') center top repeat-y;
    background-size: cover;
    margin: 0;
}

section.cta .rectangle .rectangleBox {
    padding: 110px 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 2em;
}

section.cta .rectangle .rectangleBox span {
    color: #f9ad81;
}

section.cta .rectangle .rectangleBox a {
    color: #FFFFFF;
    text-decoration: none;
}

section.cta .rectangle .rectangleBox span a {
    color: #f9ad81;
    text-decoration: none;
}

section.cta .cta_box_ctrl {
    width: 100%;
    float: left;
    clear: both;
    padding: 50px 0 0 0;
}

section.cta .cta_box_ctrl .cta_box {
    text-align: left;
    color: #303e48;
}

section.cta .cta_box_ctrl .cta_box .cta_box_tit {
    width: 100%;
    float: left;
    clear: both;
    font-size: 1.9em;
}

section.cta .cta_box_ctrl .cta_box .cta_box_subtit {
    width: 100%;
    float: left;
    clear: both;
    font-size: 1.5em;
}

section.cta .cta_box_ctrl .cta_box .cta_box_lnk {
    width: 80%;
    float: left;
    clear: both;
    margin-left: 10%;
    padding: 10px;
    font-size: 1.9em;
    border: 1px solid #303e48;
}

section.cta2 .cta_box p {
    font-size: small;
}

section.cta .cta_box_ctrl .cta_box a {
    color: #303e48;
    text-decoration: none;
}

section.cta .cta_box_ctrl .cta_box a:hover {
    color: #303e48;
    text-decoration: underline;
}

section.cta2 {
    background: url('/sites/default/files/imgs/bg_home_3.png') center top repeat-y;
    background-size: cover;
}

section.contact {
    text-align: left;
    background-color: #FFFFFF;
    color: #898989;
    font-size: 1.5em;
    line-height: 1.6em;
}

section.contact a {
    color: #898989;
    text-decoration: none;
}

section.contact a:hover {
    color: #898989;
    text-decoration: underline;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    display: block;
    line-height: 80px;
    font-size: 1.3em;
    border-radius: 100%;
    color: #898989;
}

section.contact .contTit {}
.page-node-103 .services-top {
    background-color: #fbfaf7;
    background: url('/sites/default/files/imgs/layout/images/block-system-main-bg.png') 0 6px repeat-x;

}
.page-node-103 .main-container-bg {

}
section.services {
    min-height: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 866px;
    background: url('/sites/default/files/imgs/circles.svg') 70% 30px no-repeat;
    background-size: 62%;
    padding-left: 15px;
    padding-right: 15px;
    /*background: url('/sites/default/files/imgs/bg_circles.png') 80% 50% no-repeat;*/
}

section.services form {
    width: 80%;
    margin-left: 10%;
}
section.spotlight {
    min-height: 100%;
    position: relative;
    padding: 150px 0;
    background: url('/sites/default/files/imgs/bg_spotlight.png') center top no-repeat;
    background-size: cover;
}

section.spotlight h2 {
    margin-top: 0;
    font-size: 2.9em !important;
    font-weight: normal;
    line-height: 1em;
    text-align: left;
    font-family: 'Playfair Display', serif;
}

section.spotlight .exploreapro {
    margin-top: 25px;
    font-size: 1.2em !important;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

section.spotlight .explrapro_btn {
    margin: 10px auto;
}

section.onyelp {
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0 0 30% 0;
    margin: 0;
    background: #fbfaf7 url('/sites/default/files/imgs/bg_onyelp.png') center top no-repeat;
    background-size: cover;
}

section.onyelp .orangeBox_onyelp {
    width: 20%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 6%;
    background: url('/sites/default/files/imgs/bg_codeonyelp.png') right top no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

section.onyelp .onyelpTxt {
    width: 100%;
    padding: 150px 5% 50px 5%;
    margin-left: 0;
    margin-right: 0;
    background: url('/sites/default/files/imgs/bg_onyelpTxt.png');
    text-align: left;
    font-size: 2.5em;
    line-height: 2em;
}

section.onyelp .onyelpTxt span {
    font-size: 0.5em;
}

section.onyelp .onyelpTxt .exploreapro {
    float: right;
    clear: none;
    margin-top: 15px;
    font-size: 0.5em;
    line-height: 1.7em;
}

section.onyelp .onyelpTxt .exploreapro .explrapro_btn {
    margin-top: 0;
    padding-top: 0;
}


/*careers*/

section.careers#section1 {
    min-height: 100%;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    background: url("/sites/default/files/imgs/careers/bg_career1.png") 80% 50% no-repeat;
    background-size: cover;
}

section.careers#section2 {
    padding: 75px 0;
    height: auto;
    background: #FFFFFF url("/sites/default/files/imgs/careers/bg_career2.png") no-repeat;
    background-size: cover;
    background-position: top center;
}

section.careers#section2 #background3 {
    /*padding: 80px 0;*/
    padding: 8% 0;
    height: auto;
    background: url("/sites/default/files/imgs/careers/bg_career3.png") no-repeat;
    background: url("/sites/default/files/imgs/careers/bg_career3.png") no-repeat;
    background-size: cover;
    background-position: top center;
}

.nav-pills.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.nav-pills-positions.nav-pills>li>a {
    border-radius: 20px;
    color: #303e48;
}

.nav-pills-positions.nav-pills>li.active>a,
.nav-pills-positions.nav-pills>li.active>a:focus {
    border: 1px solid rgb(128, 128, 128);
    background-color: transparent !important;
    color: #303e48;
}


/*talent*/

section.talent {
    height: auto;
    min-height: 100%;
    position: relative;
    padding: 60px 0 140px 0;
    margin-top: 40px;
    background: #FFFFFF url('/sites/default/files/imgs/bg_talent.png') top center no-repeat;
    background-size: cover;
}

section.protfolio {
    min-height: 100%;
    position: relative;
    /*padding: 50px 0;*/
    padding-top: 30px;
    background: #FFFFFF;
}

#protfolio_sec ul.filter {
    color: #2e2e2e;
}

#protfolio_sec ul.filter li {
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    padding: 15px 35px;
    position: relative;
    font-family: roboto, 'Muli', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: bold;
}

#protfolio_sec ul.filter li:hover {
    color: #deb697;
}

#protfolio_sec ul.filter li.active {
    border-bottom: 1px solid #000000;
}

#protfolio_sec .all-portfolios {
    margin-top: 20px;
    margin-left: auto;
}

#protfolio_sec .single-portfolio {
    float: left;
    margin-bottom: 0;
    max-width: 443px;
    background: white;
}

#protfolio_sec .single-portfolio img {
    width: 100%;
}

#protfolio_sec .single-portfolio:hover .img_hoverlay {
    display: block;
}

#protfolio_sec {
    background: none 0 0 repeat scroll #f0f0f0;
    /*padding: 70px 0; */
}

.all-portfolios div[class*=col-] {
    min-height: auto !important;
}

section.talentlist {
    min-height: 100%;
    position: relative;
    padding: 75px 0;
    background: #FFFFFF url('/sites/default/files/imgs/bg_talentlist.png') bottom center no-repeat;
}

section.talentlist ul {
    margin-left: 0;
    margin-top: 15px;
    list-style-type: none;
    font-size: 1.5em;
}

section.talentlist ul li {
    padding-top: 10px;
    text-decoration: none;
    font-weight: 100;
}
section.talentlist ul li strong {
    text-transform: uppercase;
}
section.talentlist ul li a {
    text-decoration: none;
    color: #000;
    font-family: roboto, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
}

    /*about*/

section.about {
    height: auto;
    min-height: 100%;
    position: relative;
    padding: 50px 0 250px 0;
    background: #FFFFFF url('/sites/default/files/imgs/bg_about.png') top center no-repeat;
}

section.about p strong {
    font-size: 1.6em;
}

section.about p {
    padding-left: 2%;
    font-size: 1.2em;
}

section.about p a {
    color: #000000;
    text-decoration: none;
}

section.about p a:hover {
    color: #000000;
    text-decoration: underline;
}

section.about .BacktoAbout {
    float: right;
    clear: both;
    margin-top: 25px;
    /*font-size: 1.5em; */
    line-height: 1.7em;
}

section.about .BacktoAbout .BacktoAbout_btn {
    margin-top: 0;
    padding-top: 0;
}


/*about4*/

section.about4 {
    height: auto;
    min-height: 100%;
    position: relative;
    padding: 50px 0 250px 0;
    background: #FFFFFF url('/sites/default/files/imgs/about/about4x1.jpg') top center no-repeat;
    /*background: #FFFFFF url(../../../../files/imgs/about/about4.png) top center no-repeat;*/
    background-size: cover;
}


/*about1*/

section.about1 {
    height: auto;
    min-height: 100%;
    position: relative;
    margin-top: 99px;
    padding: 50px 0 340px 0;
    background: #FFFFFF url('/sites/default/files/imgs/about1.png') top center no-repeat;
}

section.about1 p strong {
    font-size: 1.6em;
}

section.about1 p a {
    color: #000000;
    text-decoration: none;
}

section.about1 p a:hover {
    color: #000000;
    text-decoration: underline;
}

section.about1 .BacktoAbout {
    float: right;
    clear: both;
    margin-top: 25px;
    font-size: 1.5em;
    line-height: 1.7em;
}

section.about1 .BacktoAbout .BacktoAbout_btn {
    margin-top: 0;
    padding-top: 0;
}

section.about1_2 {
    height: auto;
    min-height: 100%;
    position: relative;
    margin-top: 0;
    padding: 425px 0 75px 80%;
    background: #FFFFFF url('/sites/default/files/imgs/about_codestory.png') top center no-repeat;
    background-size: cover;
}

section.about1_3 {
    height: auto;
    min-height: 100%;
    position: relative;
    margin-top: 0;
    padding: 300px 0 75px 80%;
    background: #fff url('/sites/default/files/imgs/about_codespace.png') top center no-repeat;
    /*background-size:*/
}
div[about="/contactr3"],
div[about="/reservations"],
div[about="/careers-contact"] {
    height: auto;
    min-height: 100%;
    position: relative;
    padding: 0 20px 30px 20px;
    background: #FFFFFF url('/sites/default/files/imgs/bg_reviews.png') top center no-repeat;
    background-size: cover;
    background-position: 0 124px;
}

div[about="/contactr3"] .panel {
    background-color: transparent !important;
    border-radius: 0 !important;
    border-color: #aaaeaf !important;
    border-width: 0 !important;
    box-shadow: none;
}
.webform-container-inline {

        /*max-width: 50%;*/
}
div[about="/reservations"] .webform-component-time select,
div[about="/reservations"] .webform-component-time select {
    width: 80px;
    max-width: 50%;
    display: inline;
    border-radius: 0 !important;
}
.webform-container-inline label {
    /*display: none;*/
}

div[about="/contact-us"] h1 {
    margin-bottom: 70px;
}
div[about="/reservations"] h1 {
  margin-bottom: 0;
}
div[about="/careers"] h1 {
    margin-bottom: 40px;
}

#webform-client-form-111,
#webform-client-form-129 {
    margin-top: 175px;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.text-primary {
    color: #f9ad81;
}

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

.btn-outline {
    color: white;
    border-color: white;
    border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: white;
    background-color: #fdcc52;
    border-color: #fdcc52;
}

.btn-xl {
    padding: 15px 45px;
    font-size: 11px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: orange;
    text-shadow: none;
    background: white;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

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


/*patch estilos para el hover*/

section.reviews {
    min-height: 100%;
    position: relative;
    padding: 5px 0;
    background: #fbfaf7 url('/sites/default/files/imgs/bg_circles.png') 80% 25% no-repeat;
}

section.reviews h1 {
    margin-top: 0;
    font-size: 2.3em !important;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}

section.reviews h2 {
    margin-top: 0;
    font-size: 1.7em !important;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}

section.reviews form {
    width: 80%;
    margin-left: 10%;
}


section.services .pricing-panel table td:nth-child(2) {
	text-align: right;
}


.work-intro {
    position: absolute;
    bottom: 0;
    text-align: center !important;
    padding: 10px;
    width: 100%;
}

.footer {
    border-top-width: 0;
}
