@import url(http://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic);
@import url("css/grid.css");
@import url("fonts/AvenirFonts.css");
/*--------------------*/
/*---------------------------*/
body {
    overflow-x: hidden;
}

body,
section {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: AvenirLTStd-BookOblique;
}

ul {
    list-style: none;
}

header {
    background: #fff;
    position: relative;
    z-index: 9;
}

.fixed-header {
    position: fixed !important;
    z-index: 9;
    width: 100%;
}

/*navbar*/
.navbar {
    position: relative;
    border: 1px solid transparent;
    margin-bottom: 0 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav li a {
    margin-top: 0px;
}

button.navbar-toggle {
    transform: rotate(90deg);
}

button.navbar-toggle.collapsed {
    transform: rotate(0deg);
}

button.navbar-toggle .icon-bar {
    background-color: #000;
    height: 4px;
}

#main-menu li {
    font-family: "AvenirLTStd-Medium";
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
}

#main-menu li ul {
    display: none;
}

#main-menu a {
    color: #000;
}

#main-menu a:hover, #main-menu .current-menu-item a, #main-menu .current-menu-ancestor a {
    color: #D72F32;
    background-color: transparent;
}

#sub-menu {
    width: 100%;
    background-color: #E0DCE1;
    overflow: hidden;
}

#sub-menu li {
    display: none;
}

#sub-menu li a, #sub-menu li ul {
    display: none;
}

#sub-menu li.current-menu-parent, #sub-menu li.current-menu-item, #sub-menu li.current-menu-ancestor, #sub-menu li.current_page_parent {
    display: block;
}

#sub-menu li.current-menu-parent ul, #sub-menu li.current-menu-item ul, #sub-menu li.current-menu-ancestor ul, #sub-menu li.current_page_parent ul {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#sub-menu li.current-menu-parent ul li, #sub-menu li.current-menu-item ul li, #sub-menu li.current-menu-ancestor ul li, #sub-menu li.current_page_parent ul li {
    display: block;
    float: left;
    font-family: "AvenirLTStd-Medium";
    text-transform: uppercase;
    font-size: 22px;
    color: #000000;
    line-height: 135%;
}

#sub-menu li.current-menu-parent ul li a, #sub-menu li.current-menu-item ul li a, #sub-menu li.current-menu-ancestor ul li a, #sub-menu li.current_page_parent ul li a {
    color: #000;
    padding: 15px 25px;
    text-decoration: none;
    background-color: transparent;
}

#sub-menu li.current-menu-parent ul li a:hover, #sub-menu li.current-menu-item ul li a:hover, #sub-menu li.current-menu-ancestor ul li a:hover, #sub-menu li.current_page_parent ul li a:hover {
    color: #D72F32;
}

#sub-menu li.current-menu-parent ul li.current-menu-item a, #sub-menu li.current-menu-item ul li.current-menu-item a, #sub-menu li.current-menu-ancestor ul li.current-menu-item a, #sub-menu li.current_page_parent ul li.current-menu-item a {
    color: #D72F32;
}

#sub-menu li.current-menu-parent ul, #sub-menu li.current-menu-parent ul li, #sub-menu li.current-menu-parent ul li a, #sub-menu li.current-menu-item ul, #sub-menu li.current-menu-item ul li, #sub-menu li.current-menu-item ul li a, #sub-menu li.current-menu-ancestor ul, #sub-menu li.current-menu-ancestor ul li, #sub-menu li.current-menu-ancestor ul li a, #sub-menu li.current_page_parent ul, #sub-menu li.current_page_parent ul li, #sub-menu li.current_page_parent ul li a {
    display: block;
}

#sub-menu li.current-menu-parent a, #sub-menu li.current-menu-item a, #sub-menu li.current-menu-ancestor a, #sub-menu li.current_page_parent a {
    color: #D72F32;
}

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

.navbar-brand {
    height: auto;
}

.navbar-collapse {
    border-top: none !important;
}

/*polygon*/
.no-rotate {
    margin-top: -85px;
    margin-top-z-index: -1;
}

.rotate-01 {
    z-index: 2;
    position: relative;
}

@media screen and (min-width: 768px) {
    .rotate-01 {
        -webkit-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        -moz-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        -ms-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        -o-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        margin-top: -105px;
    }
}

@media screen and (max-width: 768px) {
    .rotate-02 {
        -webkit-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        -moz-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        -ms-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        -o-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
        margin-top: -105px;
    }
}

.rotate-footer {
    -webkit-clip-path: polygon(0 87%, 100% 0, 100% 195%, 0 100%);
    -moz-clip-path: polygon(0 87%, 100% 0, 100% 195%, 0 100%);
    -ms-clip-path: polygon(0 87%, 100% 0, 100% 195%, 0 100%);
    -o-clip-path: polygon(0 87%, 100% 0, 100% 195%, 0 100%);
    clip-path: polygon(0 87%, 100% 0, 100% 195%, 0 100%);
    margin-top: -80px;
}

.entry-slice {
    font-size: 36px;
    font-family: AvenirLTStd-MediumOblique;
    color: #000;
    padding: 90px 20px;
}

.entry-slice strong, .entry-slice span {
    color: #D0021B;
    font-weight: normal;
}

.bgc {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slice-content {
    min-height: 548px;
}

.slice-content2 {
    min-height: 648px;
}

.box-slice {
    padding: 65px 65px;
    display: table-cell;
    vertical-align: middle;
    height: 568px;
}

.title-slice {
    font-size: 72px;
    font-family: AvenirNextPro;
    color: #fff;
    font-style: italic;
}

.subtitle-slice {
    font-size: 32px;
    font-family: AvenirLTStd-BookOblique;
    color: #fff;
    padding: 40px 0 0 0;
}

.content-slice {
    font-size: 20px;
    font-family: AvenirLTStd-BookOblique;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    letter-spacing: 0.5px;
}

.title-slice-list {
    font-size: 22px;
    font-family: AvenirLTStd-BookOblique;
    color: #fff;
    font-weight: 400;
    padding: 20px 0;
}

.title-slice-list-a {
    font-size: 22px;
    font-family: AvenirLTStd-BookOblique;
    color: #fff;
    font-weight: 400;
    padding: 20px 0 0 0;
}

.square-content {
    border-radius: 0;
    margin-bottom: 0;
    border: 3px solid #fff;
    border-top-width: 6px;
    border-bottom-width: 0px;
    background-size: cover;
}

.square-content .overlay {
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
}

/* Footer */
footer {
    margin-top: 4.5%;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    background-color: #fff;
}

.downfooter {
    /*padding-bottom: 24%; */
}

.downfooter:after {
    content: ' ';
    height: 24%;
    width: 100%;
    background: #f3f3f4;
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -9;
}

.footer-title {
    font-family: AvenirLTStd-BookOblique;
    font-size: 20px;
    text-transform: uppercase;
    color: #9D9C9D;
}

.footer-copy {
    font-family: arial;
    font-size: 14px;
    color: #9D9C9D;
    display: inline-block;
}

.footer-copy strong {
    color: #000000;
    font-weight: normal;
}

.copy-footer {
    padding-top: 30px;
}

.partner-logo {
    padding-right: 63px;
    padding-top: 15px;
}

.logo-footer {
    padding-top: 60px;
}

#partners-container {
    padding-top: 80px;
}

#section-top-footer {
    background: #fff;
    min-height: 80px;
    margin-top: 50px;
}

.partners-footer {
    padding-top: 50px;
}

.scrolling {
    text-align: center;
    position: absolute;
    bottom: 10%;
    width: 100%;
    height: 50px;
}

.scrolli {
    color: #fff;
    font-size: 32px;
}

.scrolli:hover, .scrolli:visited, .scrolli:link, .scrolli:active {
    color: #fff;
    text-decoration: none;
}
.regularCaptionContainerTop {
    top: 15%;
    transform: skewY(-5deg);
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 10px solid #FFFFFF;
    position: absolute;
    width: 40%;
    margin: 0 15%;

    display: none;
}
.regularCaptionContainerTopNoSkew {
    top: 5%;

    background: rgba(255, 255, 255, 0.75);
    border-bottom: 10px solid #FFFFFF;
    position: absolute;
    width: 40%;
    margin: 0 15%;

    display: none;
}
.regularCaptionContainerNoSkew{
    bottom: 20px;
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 10px solid #FFFFFF;
    position: absolute;
    width: 70%;
    margin: 0 15%;

    display: none;
}
.regularCaptionContainer {
    bottom: 110px;
    transform: skewY(-5deg);
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 10px solid #FFFFFF;
    position: absolute;
    width: 70%;
    margin: 0 15%;
    height: 15%;
    display: none;
}

.regular-caption {

}

.carousel .carousel-caption {
    top: 190px;
    padding: 10px 0 0 0;
    transform: skewY(-5deg);
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 10px solid #FFFFFF
}

#livingcarousel {
    background-color: #cecece;
    min-height: 700px;
    margin-top: 85px;
}

.scroll {
    position: relative;
}

.contact-tab {
    display: block;
    color: #fff;
    background-color: #000;
    text-align: center;
    width: 120px;
    height: 35px;
    right: 66px;
    position: absolute;
    bottom: 42px;
    z-index: 999;
    padding: 8px 0;
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
    -moz-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
    -ms-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
    -o-clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
    clip-path: polygon(0 18%, 100% 0, 100% 85%, 0 100%);
}

.contact-tab:hover, .contact-tab.active {
    text-decoration: none;
    cursor: pointer;
    background-color: #D0021B;
    color: #fff;
}

#under-form, #on-form {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#on-form {
    background-color: #F4F3F5;
    transform: translateY(0);
    transition: height 1s;
    -o-transition: height 1s;
    -ms-transition: height 1s;
    -moz-transition: height 1s;
    -webkit-transition: height 1s;
}

.active-form {
    position: absolute;
    transform: translateY(100%) !important;
    visibility: hidden;
    max-height: 0;
}

.contact-r, .contact-l {
    padding: 65px 65px 0 65px;
}

@media screen and (max-width: 768px) {
    .contact-r, .contact-l {
        padding: 65px;
    }
}

.contact-pop-title {
    font-family: Muli;
    font-size: 78px;
    color: #9D9C9D;
    font-weight: 300;
    font-style: italic;
    padding-top: 35px;
}

.contact-location-name {
    font-family: Muli;
    font-size: 18px;
    color: #9D9C9D;
    text-transform: capitalize;
}

.media-contact {
    padding-top: 25px;
}

.contact-location-address,
.contact-location-cellphone,
.contact-location-cellphone {
    font-family: Muli;
    font-size: 18px;
    color: #101010;
}

.contact-media-icon {
    font-size: 32px;
}

.control-ct {
    font-family: Muli;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0px;
    margin-top: 15px;
    background-color: transparent !important;
    box-shadow: none !important;
}

.control-ct:focus {
    border-bottom: 1px solid #000000;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.control-ct:focus::-webkit-input-placeholder {
    color: #000;
}

textarea {
    resize: none;
    max-height: 65px;
}

.ccp {
    position: absolute;
    top: 8%;
    width: 100%;
    height: 50px;
    font-size: 32px;
    left: 92%;
    color: #000;
    z-index: 999;
}

.ccp:hover {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.required-mss {
    text-align: right;
    padding: 50px 25px 0 25px;
}

.control-ct-send {
    background: #4A4A4A;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    width: 100px;
    margin-top: 15px;
}

.control-ct-send:hover {
    background: #D0021B;
    color: #fff;
}

.error-validate {
    background: #fff;
    width: 100%;
    height: 120px;
    transform: rotate(-3deg);
    visibility: hidden;
}

.error-validate:hover {
    cursor: pointer;
}

.text-alert {
    transform: rotate(3deg);
    color: #000;
    padding: 50px;
}

.cspan {
    color: #D0021B;
}

div.wpcf7-validation-errors {
    border: none !important;
}

div.wpcf7-response-output {
    height: 150px;
    clip-path: polygon(0 30%, 100% 0, 100% 85%, 0 100%);
    -webkit-clip-path: polygon(0 30%, 100% 0, 100% 85%, 0 100%);
    -moz-clip-path: polygon(0 30%, 100% 0, 100% 85%, 0 100%);
    top: -25%;
    background-color: #fff;
    margin: 2em 0.5em 1em;
    padding: 75px 30px 0 30px !important;
    border: none !important;
}

.wpcf7-not-valid::-webkit-input-placeholder {
    color: #D0021B;
}

.wpcf7-not-valid::-moz-placeholder {
    color: #D0021B;
}

.wpcf7-not-valid::-ms-input-placeholder {
    color: #D0021B;
}

.wpcf7-not-valid {
    border-bottom: 1px solid #D0021B;
}

.wpcf7-not-valid-tip {
    color: #D0021B !important;
    font-size: 8px;
    display: none !important;
}

#section-i-contact {
    min-height: 294px;
}

#section-ii-contact {
    background: #F4F3F5;
    margin-top: -70px;
}

.dropdown-menu {
    width: 100%;
    position: fixed;
    top: 122px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 auto;
    text-align: left;
    font-size: 24px;
    background: #E0DDE2;
    border: none;
}

.dropdown-menu li {
    display: inline-block;
}

span.caret {
    display: none;
}

.dropdown-menu li.dropdown .dropdown-menu {
    top: 210px;
}

.dropdown-menu li.dropdown {
    background-position: 5px 9px !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #777;
    background-color: transparent !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #DB2023;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}

.container-post {
    padding: 0;
}

.thumbail-post {
    border-radius: 0;
    min-height: 480px;
    margin-bottom: 0;
    border: 1px solid #fff;
    padding: 20px;
}

.archive-meta {
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    padding: 30px;
}

.time-post {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.sponsor-post {
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
    font-family: AvenirLTStd-BookOblique;
}

.post-title-single {
    font-size: 36px;
    color: #8B898B !important;
    font-weight: bold;
}

.title-post > a {
    display: block;
    display: -webkit-box;
    font-size: 36px;
    color: #000000;
    font-family: 'AvenirLTStd-BlackOblique';
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-post > a:hover {
    color: #000000 !important;
}

@media screen and (min-width: 768px) {
    .title-post > a {
        -webkit-line-clamp: 2;
    }
}

@media screen and (min-width: 992px) {
    .title-post > a {
        -webkit-line-clamp: 3;
    }
}

.source-post {
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 0;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 0;
}

.source-post-single {
    text-transform: uppercase;
    font-style: italic;
    font-size: 18px;
    padding-top: 31px;
}

.back-post {
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    font-size: 14px;
}

.back-post:hover {
    color: #000000;
}

#post-content {
    padding: 35px;
}

.back-post-icon {
    color: #000000;
    padding-right: 10px;
}

.post-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.error-notfound-post {
    font-size: 18px;
    text-align: center;
    padding-top: 50px;
}

.back-post-link {
    font-size: 24px;
    color: #000000;
    text-decoration: none;
}

.back-post-link:hover {
    color: #000000;
}

.np-post {
    float: right;
}

.back-post-link-gray {
    font-size: 24px;
    color: #E9E9E9;
    text-decoration: none;
}

.back-post-link-gray:hover {
    color: #E9E9E9;
}

.pdf-download {
    color: #000000;
    font-size: 14px;
    padding: 10px 0 20px 0;
}

.pdf-download:hover {
    color: #000000;
}

#single-post {
    padding-top: 32px;
}

.current-post-parent > a {
    color: #DB2023 !important;
}

.entry-post > p {
    color: #8B8A8B;
    font-size: 20px;
}

.autor-post-single {
    font-size: 18px;
    color: #000000;
}

.header-post-nav {
    padding-bottom: 64px;
}

.sponsor-post-single {
    font-size: 22px;
}

.details-post-single {
    font-size: 22px;
    font-weight: bold;
}

.phone-post-single {
    font-size: 22px;
    color: #8B8A8B;
}

.addthis_toolbox {
    padding: 55px 0 35px 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    margin: 0 !important;
    top: -60px !important;
    height: 1200px;
    width: 100%;
    margin-left: -50px;
    z-index: 999;
    background: #E3E3E3;
    color: #776D6D;
    font-size: 5vw;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

.wpcf7-mail-sent-ok p {
    font-size: 22px;
    padding-right: 50px;
    color: #000;
}

.redColor {
    background: #F15E3D;
}

.greenColor {
    background: #03BE7A;
}

.orangeColor {
    background: #F1911D;
}

.purpleColor {
    background: #6A86D6;
}

.work-ac {
    margin-bottom: 5px;
}

.work-ac a, .work-ac span {
    background-color: #fff;
    display: block;
    color: #000;
    height: 36px;
    padding: 6px 20px;
    font-size: 18px;
    text-decoration: none;
}

.work-ac a:hover, .work-ac span:hover {
    color: #000;
}

.work-aa {
    margin-bottom: 5px;
    padding-left: 60px;
}

.work-aa a {
    background-color: #fff;
    display: block;
    color: #000;
    padding: 5px 50px;
    font-size: 18px;
    text-decoration: none;
}

.work-aa a:hover {
    color: #000;
}

.work-list-ia {
    font-family: AvenirLTStd-MediumOblique;
    list-style: none;
    padding: 0;
    margin: 0 -90px;
    width: 644px;
}

.work-list-ic {
    list-style: none;
    font-family: AvenirLTStd-MediumOblique;
    padding: 0;
}

.list {
    padding: 0;
    margin: 0;
}

.work-l {
    border-right: 20px solid transparent;
    border-bottom: 36px solid #fff;
    height: 37px;
}

.work-r {
    border-left: 20px solid transparent;
    border-bottom: 36px solid #fff;
    height: 37px;
}

.title-slice-work {
    font-size: 72px;
    font-family: AvenirNextPro;
    color: #fff;
    padding-left: 0;
}

#internationalBusinessEnvironment-row {
    min-height: 960px;
}

.icon-icon-bullet {
    font-size: 18px;
    color: #000;
}

.list-general {
    list-style: none;
    color: #000;
    font-family: AvenirLTStd-BookOblique;
    letter-spacing: 0;
}

.list-general li {
    text-indent: -1.7em;
}

.list-general li:before {
    font-family: "songdo-font";
    content: "e";
    padding-right: 15px;
}

.list-general strong {
    font-weight: bold;
}

#section-iii-work {
    min-height: 1024px;
}

#section-iv-work {
    margin-top: -160px;
}

.list-globalDestinations span {
    font-size: 32px;
    padding-right: 10px;
}

#listGlobalDestinations {
    font-size: 20px;
    font-family: AvenirLTStd-Medium;
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    font-style: italic;
}

#globalDestinationsRow,
#arts-entertainmentRow,
#locationsRow,
#partnersRow,
#smartRow,
#greenRow,
#growthRow {
    padding: 80px 30px 120px 30px;
}

#locationsRow {
    padding: 80px 30px 250px 30px;
}

#dining-shoping-img {
    min-height: 768px;
}

.partner {
    color: #fff;
}

.box-partner {
    width: 210px;
    height: 210px;
    display: flex;
    align-items: center;
    line-height: 210px;
    margin: 0 5px;
}

#partnersRow .rotateNoSkew span.icon {
    font-size: 100px !important;
    margin: 0 !important;
    letter-spacing: 60px;
}

#parter-1,
#parter-2 {
    text-align: center;
}

#history-deskCarousel {
    display: none;
}

@media (min-width: 768px) {
    #history-deskCarousel {
        display: block;
    }
}

#history-mobileCarousel {
    display: block;
}

@media (min-width: 768px) {
    #history-mobileCarousel {
        display: none;
    }
}

#carousel-history {
    min-height: 350px;
    padding-bottom: 20px;
}

.carousel-control {
    text-align: left;
}

.carousel-control.right {
    text-align: right;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    top: 20%;
}

.carousel-caption {
    text-shadow: none;
}

#historyRow {
    padding: 50px 0;
}

.history-cr {
    padding: 0 65px;
    text-align: center;
}

.year-h {
    font-size: 36px;
    font-family: AvenirLTStd-Light;
    font-style: italic;
    color: #fff;
    font-weight: bold;
}

.desc-h {
    color: #000;
    font-size: 18px;
    text-align: center;
}

.icon-arrow-right,
.icon-arrow-left {
    font-size: 32px;
}

.location-icons {
    color: #fff;
    font-size: 140px;
}

.location-list {
    list-style: none;
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.location-list li {
    padding: 0;
}

.icon-box {
    height: 150px;
}

.contenedor-location {
    padding: 0;
}

.media {
    margin-top: 0;
}

.masterplan-desc {
    font-family: AvenirLTStd-MediumOblique;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}

.masterplan-desc strong {
    font-family: AvenirLTStd-Medium;
    font-size: 36px;
    font-weight: bold;
    display: block;
}

.panelimage {
    z-index: 0;
    height: 700px;
}

.rotateSkew {
    transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    z-index: 1;
    margin: -85px 0 -65px 0;
    position: relative;
}

.firstPanel {
    z-index: 1;
    margin: 0 0 -85px 0;
    position: relative;
}

.rotateNoSkew {
    transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
}

.container-deSkew {
    transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    padding: 20px;
}

#boxesMaster {
    padding: 0;
}

.wgbc {
    height: 210px;
    width: 340px;
    margin: 0;
}

#one {
    background: #ffffff;
    color: #03BE7A;
}

#two {
    background: #9B9A9B;
    color: #fff;
}

#three {
    background: #9B9A9B;
    color: #fff;
}

#four {
    background: #ffffff;
    color: #03BE7A;
}

#section-i-about .entry-slice {
    color: #fff;
}

.icon-icon-map {
    font-size: 32px;
}

.redlink {
    color: #d72f32 !important;
    text-decoration: none;
}

.redlink:hover, .redlink:visited {
    color: #d72f32 !important;
    text-decoration: underline;
}

.blacklink {
    color: #000 !important;
    text-decoration: underline;
}

.blacklink:hover, .blacklink:visited {
    color: #000 !important;
    text-decoration: none;
}

.whitelink {
    color: #fff !important;
    text-decoration: underline;
}

.whitelink:hover, .whitelink:visited {
    color: #fff !important;
    text-decoration: none;
}

.yellowlink {
    color: #E08E2D !important;
    text-decoration: none;
}

.yellowlink:hover, .yellowlink:visited {
    color: #E08E2D !important;
    text-decoration: underline;
}

.h568 {
    min-height: 568px;
}

#single-post {
    background: #fff;
    z-index: 1;
    position: relative;
}

#primary {
    z-index: 1;
    position: relative;
}

.boxcaption {
    z-index: 999;
    top: 0;
    position: absolute;
    width: 100%;
}

div.wpcf7-response-output {
    top: -13%;
}

.contact-l {
    padding: 85px 65px 0 65px;
}

.ibe {
    padding-left: 65px;
}

/*
#aboutpanel-4 .bgc {
  transform: skew(5deg) rotate(5deg)!important;
}*/

#aboutpanel-1 .entry-slice p,
#homepanel-1 .entry-slice p {
    color: #fff !important;
}

.livingpanel-3 {
    min-height: 860px;
}

.imgpost {
    min-height: 467px;
}

.entry-post a {
    color: #000;
    text-decoration: underline;
}

video#bgvid {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.4);
}

#overlay-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 750px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("/app/images/black-twill.png");
    filter: alpha(opacity=20);
    overflow: hidden;
    left: 0;

}

video {
    display: block;
}

.ko .title-slice {
    font-style: normal;
}

.ko .entry-slice {
    font-family: AvenirLTStd-Medium;
}

#homepanel-1 .content-arrow {
    position: inherit;
}

#homepanel-1 img {
    display: none;
}

page-template-template_contact .rotateNoSkew span.icon {
    font-size: 24px !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
}

.mobile-breadcrumb2 {
    display: none;
}

#logo-foot {
    padding-top: 65px;
}

#description_s5c {
    padding-bottom: 60px;
}

.inquire-container {
    margin-top: 90px;
}

.inquire-title {
    margin-bottom: 50px;
}

.skew_correction {
    transform: skew(5deg) rotate(185deg) translateY(-110%) !important;
    -ms-transform: skew(5deg) rotate(185deg) translateY(-110%) !important;
    -webkit-transform: skew(5deg) rotate(185deg) translateY(-110%) !important;
    margin-left: -20px;
}

.skew_correction_up {
    transform: skew(5deg) rotate(5deg) !important;
    -ms-transform: skew(5deg) rotate(5deg) !important;
    -webkit-transform: skew(5deg) rotate(5deg) !important;
    margin-left: -20px;
}

.spacetop {
    padding-top: 50px
}

#innovation-l {
    padding-bottom: 60px
}

.skewcontimage {
    overflow: hidden !important;
    backface-visibility: hidden !important;
    padding: 0 !important;
}

.skewimg {
    transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    position: absolute;
    top: -35px;
    height: 120%;
    width: 100%;
}

.section-ivb-living-img {
    height: 568px
}

.blog .downfooter, .archive .downfooter, .single .downfooter {
    padding-bottom: 15%;
    background-color: #f3f3f4
}

.blog > footer, .archive > footer, .single > footer {
    margin-top: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}

/*Links*/
/*HOME*/
#newsandevents a,
#newsandevents a:hover,
#newsandevents a:visited {
    color: #000;
}

#visiting a,
#visiting a:hover,
#visiting a:visited {
    color: #000;
}

#working a,
#working a:hover,
#working a:visited {
    color: #000;
}

#about a,
#about a:hover,
#about a:visited {
    color: #000;
}

#homepanel-1 a,
#homepanel-1 a:hover,
#homepanel-1 a:visited {
    color: #d72f32;
}

/*HOME*/

/*ABOUT*/
#aboutpanel-1 a,
#aboutpanel-1 a:hover,
#aboutpanel-1 a:visited {
    color: #d72f32;
}

#background a,
#background a:hover,
#background a:visited {
    color: #000;
}

#smart a,
#smart a:hover,
#smart a:visited {
    color: #000;
}

#green a,
#green a:hover,
#green a:visited {
    color: #000;
}

#growth a,
#growth a:hover,
#growth a:visited {
    color: #000;
}

/*ABOUT*/
#livingpanel-1 a,
#livingpanel-1 a:hover,
#livingpanel-1 a:visited {
    color: #d72f32;
}

#residences a,
#residences a:hover,
#residences a:visited {
    color: #000;
}

#lifestyle a,
#lifestyle a:hover,
#lifestyle a:visited {
    color: #000;
}

#school a,
#school a:hover,
#school a:visited {
    color: #000;
}

/*LIVE*/
#livingpanel-1 a,
#livingpanel-1 a:hover,
#livingpanel-1 a:visited {
    color: #d72f32;
}

#residences a,
#residences a:hover,
#residences a:visited {
    color: #000;
}

#lifestyle a,
#lifestyle a:hover,
#lifestyle a:visited {
    color: #000;
}

#school a,
#school a:hover,
#school a:visited {
    color: #000;
}

/*LIVE*/

/*WORK*/
#workpanel-1 a,
#workpanel-1 a:hover,
#workpanel-1 a:visited {
    color: #d72f32;
}

#innovation a,
#innovation a:hover,
#innovation a:visited {
    color: #000;
}

#globalAccessibilityS a,
#globalAccessibilityS a:hover,
#globalAccessibilityS a:visited {
    color: #000;
}

#internationalBusinessEnvironment a,
#internationalBusinessEnvironment a:hover,
#internationalBusinessEnvironment a:visited {
    color: #000;
}

/*WORK*/

/*VISIT*/
#visitpanel-1 a,
#visitpanel-1 a:hover,
#visitpanel-1 a:visited {
    color: #d72f32;
}

#globaldestinations a,
#globaldestinations a:hover,
#globaldestinations a:visited {
    color: #000;
}

#arts-entertainmentRow a,
#arts-entertainmentRow a:hover,
#arts-entertainmentRow a:visited {
    color: #000;
}

#diningandshopping a,
#diningandshopping a:hover,
#diningandshopping a:visited {
    color: #000;
}

#hotels a,
#hotels a:hover,
#hotels a:visited {
    color: #000;
}

/*Social*/
.socialIcon a:hover {
    color: #D0021B;
}

.socialIcon a {
    font-family: "songdo-icons-font";
    font-size: 26px;
    color: black;

    text-decoration: none;
}

.socialIcon {
    padding-right: 30px;
    float: left;
    overflow: auto;
}

.socialLinks-container {
    padding: 94px 0 36px 0;
    overflow: auto;
}

.theCircle {
    background-color: #ffffff;
    color: #f15e3d;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    float: left;
    margin-right: 15px;
}

.circleNumber {

    font-size: 61px;
    font-weight: bold;
    line-height: 55px;
    text-align: center;
    margin: 21px 0 0 0;
}

.circleUnit {
    font-size: 30px;
    text-align: center;
    line-height: 1em;
}

.circleContainer {
    overflow: auto;
    width: 50%;
    float: left;
    padding: 10px 0px;
}

.circleText {
    float: left;
    margin: 40px 0px;
    word-wrap: break-word;
    width: 50%;
}

.multipleCircleContainer {
    overflow: auto;
    margin-bottom: 50px;
}

.locationTrasformAdjust {
    position: absolute;
    top: -140px;
}

/*.carousel .carousel-caption {
		visibility: hidden;
		opacity: 0;
		transition: visibility 0s 1s, opacity 1s linear;
	 }
	.carousel:hover .carousel-caption {
		visibility: visible;
		transition: opacity 1s linear;
		opacity: 1;
	}*/
.carousel-controller {
    position: absolute;
    bottom: 135px;
    left: 40px;
    padding: 0 30px;
}

.carousel-controller ul {
    position: initial;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.carousel-controller ul li {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    width: auto;
    height: auto;
    text-indent: 0;
    border: none;
}

.carousel-controller ul li.active {
    color: red;
    padding: 5px;
    margin: 0;
    width: auto;
    height: auto;
    background-color: transparent;
}

.carousel-controller a {
    display: inline-block;
    vertical-align: middle;
    border: 3.5px solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
}

.carousel-caption {
    background-color: #fff;
    padding: 20px 0 0 0;
    color: #000;
    text-shadow: none;
    text-align: left;
    top: 62px;
    bottom: initial;
    left: 30px;
    right: inherit;
    width: 47%;
}

.noskew {
    padding-top: 20px;
}

.carousel-caption h3 {
    margin: 0;
    color: #000;
    margin-bottom: 10px;
    font-style: italic;
}

.carousel-caption h3:before {
    font-family: "songdo-font";
    content: "e";
    display: inline-block;
    width: 28px;
    height: 28px;
    font-size: 32px
    margin-right: 10px;
    padding-right: 20px;
    transform: skewY(6deg);
    -ms-transform: skewY(6deg); /* IE 9 */
    -webkit-transform: skewY(6deg); /* Chrome, Safari, Opera */
}

.carousel-caption p {
    margin: 0;
    line-height: 22px;
    color: #8B8A8B;
}

.carousel-caption p:last-child, .regularCaptionContainerNoSkew p:last-child {
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
}

.carousel-caption h3, .carousel-caption p, .regularCaptionContainerNoSkew p  {
    font-size: 16px;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 894px;
}

.ch {
    height: 700px;
}

.rotateNoSkewcaption {
    padding:45px 0 15px 25px;
    transform: skewY(5deg);
    -ms-transform: skewY(5deg); /* IE 9 */
    -webkit-transform: skewY(5deg); /* Chrome, Safari, Opera */
    /*position: absolute;*/
    overflow: auto;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition: visibility 0s 1s, opacity 1s linear;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    transition: opacity 1s linear;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -8px;
        font-size: 13px;
        padding: 0 8px;
    }
}
