@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');

@media only screen and (max-width: 639px) {
    
    h1 {
        margin: 0 0 1em 0;
        font-size: 6em;
    }

    h2 {
        margin: 0 0 1em 0;
        font-size: 4em;
    }
    
    h3 {
        margin: 0 0 1em 0;
        font-size: 2.4em;
    }
    
    .xxs--hidden {
        display: none;
    }
    
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    
    h1 {
        margin: 0 0 1em 0;
        font-size: 6em;
    }

    h2 {
        margin: 0 0 1em 0;
        font-size: 4.4em;
    }
    
    h3 {
        margin: 0 0 1em 0;
        font-size: 2.4em;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .navbar-brand {
        margin-top: -10px;
        height: 40px;
        width: auto;
    }
    
    .navbar-brand__image {
        height: 40px;
        width: auto;
    }

    .navbar-toggle--custom {
        border-radius: 0;
        border: none;
    }
    
    .navbar--custom {
        border-bottom: none;
    }
    
    .navbar-toggle--custom {
        border-radius: 0;
        border: none;
    }
    
    nav.navbar--white .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }
    
    .navbar--custom .navbar__item {
        text-align: center;
    }
    
    .navbar-xs {
        border: none;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    
    .header, .header__inner, .carousel--custom, .carousel__item, .carousel__inner {
        height: 100%;
        height: 300px;
    }

    .why__col {
        height: 300px;
    }
    
    .advantages__col-xs--margin-top {
        margin-top: 40px;
    }
    
    .xs--why__col {
        padding-top: 40px;
        padding-bottom: 40px;
        height: auto;
    }
    
    .col-xs--margin-top {
        margin-top: 20px;
    }
    
    .col-xs--align-center {
        text-align: center;
    }
    
    .parallax {
        background-attachment: scroll;
    }
    
    .xs--hidden {
        display: none;
    }
    
    .main__image-box {
        height: 350px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    
    .main__image {
        margin: auto;
        max-height: 600px;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
    }

}

@media only screen and (min-width: 768px) {
    
    .navbar--custom {
        height: 84px;
        overflow-y: hidden;
    }
    
    .navbar-brand {
        margin-top: -10px;
        height: 74px;
        width: auto;
    }
    
    .navbar-brand__image {
        height: 74px;
        width: auto;
    }
    
    .navbar-nav li a {
        padding: 0 20px;
        height: 84px;
        line-height: 84px;
    }
    
    .navbar-nav li:last-child a {
        padding-right: 0;
    }
    
    .navbar__list {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    
    .navbar--custom .navbar__item {
        float: left;
    }
    
    .navbar-sm {
        background-color: transparent;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        top: 0;
        z-index: 99;
    }
    
    .navbar-sm--right {
        text-align: right;
    }

    h1 {
        font-size: 8em;
        line-height: 0.9 !important;
    }
    
    h2 {
        font-size: 6.4em;
    }
    
    h3 {
        font-size: 3em;
    }
    
    .header, .header__inner, .carousel--custom, .carousel__item, .carousel__inner {
        height: 100%;
        height: 300px;
    }
    
    .parallax {
        background-attachment: fixed;
    }
    
    .sm--vertical-center {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .desktop--margin-top {
        margin-top: 20px;
    }
    
    .desktop--hidden {
        display: none;
    }
    
    .main__image-box {
        height: 200px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .main__image {
        margin: auto;
        max-height: 300px;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
    }

}

@media only screen and (min-width: 992px) {
    
    .navbar-brand--sm {
        font-size: 4.8em;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .advantages__inner {
        padding-bottom: 40px;
        min-height: 265px;
    }
    
    .advantages__col-sm--margin-top {
        margin-top: 120px;
    }
    
    .sm--hidden {
        display: none;
    }
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
    .advantages__inner {
        padding-bottom: 40px;
        min-height: 245px;
    }
    
    .advantages__col-md--margin-top {
        margin-top: 120px;
    }
    
    .md--hidden {
        display: none;
    }
    
}

@media only screen and (min-width: 1200px) {
    
    .lg--hidden {
        display: none;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    
    .parallax {
        background-attachment: scroll;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    
    h1 {
        font-size: 6em;
        line-height: 0.9 !important;
    }
    
    h2 {
        font-size: 4.4em;
    }
    
    h3 {
        font-size: 2.4em;
    }

    .advantages__col-xs--margin-top {
        margin-top: 0;
    }
    
    .parallax {
        background-attachment: scroll;
    }
    
    .ipad--show {
        display: block;
    }
    
}

html, body {
    height: 100%;
    font-size: 62.5%;
}

.body {
	background: #ffffff;
}

.overflow-x {
    overflow-x: hidden;
}

h1, h2, h3 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
}

p {
    margin-bottom: 14px;
    font-family: 'Oxygen', sans-serif;
    line-height: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

.main li, .work li, span {
    font-family: 'Oxygen', sans-serif;
    font-size: 2.4em;
    font-weight: 400;
    line-height: 1.5em;
}

.main li {
    margin-bottom: 14px;
}

.wrapper {
    margin: 0 auto;
    height: 100%;
    max-width: 1920px;
    position: relative;
}

.container--navbar {
    position: relative;
}

.navbar--custom {
    margin: 0;
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar-brand {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar--custom .navbar__item {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.4em;
    color: #ffffff;
    line-height: normal;
}

.navbar--custom .navbar__list > li > a {
    color: #ffffff;
}

.navbar--custom .navbar__list > li > a:hover, .navbar--custom .navbar__list > li > a:focus, .navbar--custom li.current_page_item a {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.header__inner {
    width: 100%;
    position: relative;
}

.item__inner {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 98;
}

.carousel--custom, .carousel__item, .carousel__inner {
    overflow: hidden;
}

.carousel__item {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.header__heading-1 {
    margin-bottom: 30px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.header__paragraph {
    font-size: 2.4em;
    color: #ffffff;
}

.shadow {
    background: url(images/shadow.png) no-repeat top center;
    height: 322px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 97;
}

.mesh {
    background-image: url(images/mesh.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.advantages {
    margin-top: -60px;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.advantages__inner {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
}

.advantages__image {
    height: auto;
    max-width: 100%;
    border-top: 4px solid #ffffff;
}

.advantages__heading-2 {
    margin-bottom: 20px;
    font-size: 4.8em;
    color: #2d3747;
    font-weight: 700;
}

.advantages p {
    font-size: 2.4em;
    color: #696f79;
}

.advantages__link {
    color: #a9a9a9;
    text-decoration: none;
    text-transform: uppercase;
}

.advantages__link:hover, .advantages__link:focus {
    color: #a9a9a9;
    text-decoration: none;
}

.main--padding {
    padding: 70px 0 0 0;
}

.main--padding-bottom {
    padding-bottom: 70px;
}

.main p {
    font-size: 2.4em;
    color: #696f79;
}

.main ul, .work ul {
    margin: 14px 0;
    padding: 0 0 0 17px;
}

.main li, .work li {
    padding-left: 5px;
    color: #696f79;
}

.work--padding {
    padding: 70px 0 0 0;
}

.work__heading-2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #2d3747;
}

.work__heading-3 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #2d3747;
}

.work p {
    font-size: 2.4em;
    color: #696f79;
}

.work p a, .work p a:hover, .work p a:focus {
    color: #2d3747;
    text-decoration: none;
}

.why {
    background-color: #ffffff;
}

.why--padding {
    padding-top: 70px;
}

.why__heading-2 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #2d3747;
}

.why__heading-2--main {
    margin-bottom: 35px;
}

.why p {
    font-size: 2.4em;
    color: #696f79;
}

.why__col--color {
    background-color: #f2f3f5;
}

.why__col--image {
    background-repeat: no-repeat;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.why__col--left {
    border-left: 6px solid #ed1c24;
}

.why__col--right {
    border-right: 6px solid #ed1c24;
}

.contact {
    background-color: #ffffff;
    height: auto;
}

.contact--padding {
    padding: 70px 0;
}

.contact__heading-2 {
    margin-bottom: 35px;
    color: #2d3747;
    font-weight: 700;
}

.contact p {
    font-size: 2.4em;
    color: #696f79;
}

.contact p a, .contact p a:hover, .contact p a:focus {
    color: #696f79;
    text-decoration: none;
}

.footer {
    background-color: #ffffff;
}

.footer--padding {
    padding: 20px 0;
}

.footer__span {
    font-size: 2.4em;
    color: #696f79;
    display: block;
}

.footer-link {
    color: #5e5e5e;
    text-decoration: none;
}

.footer-link:hover, .footer-link:focus {
    color: #5e5e5e;
    text-decoration: none;
}

.layer {
    position: relative;
    z-index: 100;
}

.col--black {
    background-color: rgba(0, 0, 0, 0.55);
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.align-right {
    text-align: right;
}

.row--margin-top {
    margin-top: 30px;
}

.btn--custom {
    padding: 15px 30px;
    width: auto;
    font-family: 'Oxygen', sans-serif;
    font-size: 2.4em;
    line-height: normal;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--arrow {
    padding-left: 0;
    padding-right: 0;
    color: #2d3747;
}

.btn--arrow:hover, .btn--arrow:focus {
    color: #2d3747;
    text-decoration: none;
}

.btn--arrow:after {
    margin-left: 10px;
    font-family: 'FontAwesome';
    content: '\f178';
}

.btn--margin-top {
    margin-top: 10px;
}

section {
    position: relative;
    overflow-x: hidden;
}

.vertical-center {
    position: relative;
    top: 70%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
}

.vertical-center--carousel {
    margin-top: 25px;
}

.row--relative {
    position: relative;
    overflow: hidden;
}

.gmap {
    height: 350px;
    width: 100%;
}

.form-control--custom {
    background: #f2f3f5;
    color: #696f79;
    border: 1px solid #f2f3f5;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    height: 45px !important;
}

.form-control:focus {
    border: 1px solid #f2f3f5;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.textarea--custom {
    resize: none;
}

input::-webkit-input-placeholder {
    color: #696f79; !important;
}
					
input:-moz-placeholder {
    color: #696f79; !important;  
}
					
input::-moz-placeholder {
    color: #696f79; !important;  
}
					
input:-ms-input-placeholder {  
    color: #696f79; !important;  
}

textarea::-webkit-input-placeholder {
    color: #696f79; !important;
}
					
textarea:-moz-placeholder {
    color: #696f79; !important;  
}
					
textarea::-moz-placeholder {
    color: #696f79; !important;  
}
					
textarea:-ms-input-placeholder {  
    color: #696f79; !important;  
}

.btn--custom {
    background-color: transparent;
    color: #2d3747;
    border: 2px solid #2d3747;
}

.btn--custom:hover, .btn--custom:focus {
    color: #2d3747;
    text-decoration: none;
}

.btn--margin-top {
    margin-top: 20px;
}