/* hebrew */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VarelaRound-Regular.ttf);
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VarelaRound-Regular.ttf);
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VarelaRound-Regular.ttf);
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/VarelaRound-Regular.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.well {
    color:#444;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -120px;
    padding-bottom:100px;
}
.footer,
.push {
    height: 120px;
}

html, body {
    height:100%;
}
body {
}
[data-mh] {
    min-height:450px;
}
.bg-icon {
    color: #fff;
    opacity: 0.4;
    font-size: 160px;
    top: 50%;
    margin-top: -80px;
}
* {
    background-repeat:no-repeat;
}
body {
    font-size:14px;
    font-family: 'Varela Round', sans-serif;
}
.brand {
    width:140px !important;
    height:50px; 
}
hr {
    border-top: 1px solid #8c8c8c;
}
a, a:hover {
    text-decoration:none !important;
}
.list-group, .list-group-item {
    border-radius:0 !important;
    border:0;
    transition:all .4s ease;
}
.list-group-item a {
    display:block;
}
.list-group-item:hover {
    background-color:#f3f3f3;
}
.list-group {
    
}
.second {
    background-color:#ededed;
}
.has-subheader .push-down {
    margin-top:52px;
}
header {
    display:block;
    position:fixed;
    top:0;
    left:80px;
    right:80px;
    height:80px;
    line-height:80px;
    z-index:999;
    vertical-align: center; 
    background-color:#fff; 
} 
.text-black {
    color:#000;
}
.content-width {
    max-width: 1400px;
    margin:0 auto;
    padding-left:80px;
    padding-right:80px;
    min-height:40px;
}
#content {
    display: block;
    width:100%;
    max-width: 1400px;
    margin:0 auto;
    border-left:80px solid #fff;
    border-right:80px solid #fff; 
    top:80px; 
    background-color:#ededed; 
    color:#444;
    position:relative;
} 
.darker {
    background-color: #0ea74f;
    color: #fff;
}
.navbar {
    border-radius: 0;
}
.navbar-collapse {
    z-index:9999;
}
#content.homepage { 
}
.bg-cover {
    background-size:cover;
}
.bg-center {
    background-position: center center;
}
.bg-right {
    background-position:right center;
}
.bg-left {
    background-position:left center;
}
.parallax-overlay {
 
}
.parallax-mirror {
    z-index:90 !important;
}

.slogan {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:14px;
    padding-top:5px;
}
footer {
    background-color: #fff;            
    font-size:80%;
    color:#aaa;
}
footer i {
    margin-left:15px;
    margin-right:5px;
}
    footer p {
        margin-top:10px;
        padding-bottom:10px;
    }

.navbar {
    background-color: #fff;
}
.navbar-nav {
    
}
.carousel{
    height:100%;
}
.carousel .carousel-inner {
    height:100%;
}
.carousel .item {
    height:100%;
    background-position: center center;
}
.btn-white {
    background: transparent;
    border:1px solid #fff;
    transition:all 1s ease;
}
.btn-white:hover {
    color:#000;
    background-color:#fff;
}
.btn-black {
    background: transparent;
    border:1px solid #000;
    transition:all 1s ease;
    color:#000;
}
.btn-black:hover {
    color:#fff;
    background-color:#000;
}
#homepage-carousel .item {
    background-size:cover;
    background-repeat:no-repeat;
    background-position: top center;
}
.navbar-nav>li {
    float: none;
    display:inline-block;
}
.navbar-nav {
    text-align: center;
}
.navbar .navbar-nav>li>a {
    color:#000;
    text-transform:uppercase;
    font-size:90%;
    letter-spacing: 1px;
    transition:all 1s ease;
}
    .navbar-nav>li>a {
        padding-bottom: 5px;
        border-bottom:2px solid #fff;
        text-decoration:none;
    }

    .navbar .navbar-nav>li>a:hover,  .navbar .navbar-nav>li>a:focus{
        background:none;
        border-bottom:2px solid #00a652;  
    }
    .navbar .navbar-nav>li.active > a {
        border-bottom:2px solid #00a652;    
    }
.relative {
    position:relative;
}
h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    letter-spacing:2px;            
}

h1 {
    font-size:200%;
    line-height: 150%;
    margin-top:0px;
}
h2 {
    font-size:130%;   
    margin-top:0px;
}
h3 {
    font-size:120%;
}
h4 {
    font-size:110%;
}
h5,h6 {
    font-size:100%;
} 
.lead {
    font-size: 130%;
    color:#444;
}
.text-green, a.text-green {
    color:#549891;
}
.text-white, a.text-white {
    color:#fff !important;
}
.no-decoration, .no-decoration:hover {
    text-decoration: none;
}
select.form-control {
    border:1px solid #00a652;
    height:40px;
}
.text-grey-dk {
    color:#444;
}
.text-grey-mid {
    color:#777;
}
.text-grey-lt {
    color:#aaa;
} 
.padded {
    padding:50px;
}
.padded-sm {
    padding:20px;
}
.panel-title a {
    display: block;
    text-decoration: none;
}
.no-padding {
    padding:0;
}
.no-margin {
    margin:0;
}
.higher {
    position: relative;
    z-index: 2;
} 
.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:90%;
    padding-top:14px;
    padding-bottom:14px;
    padding-left:25px;
    padding-right: 25px;
    border-radius: 5px;
    text-decoration: none;
}
.btn.btn-primary {
    background-color:#00a652;
    border:none;
}
    .btn.btn-primary:active, .btn.btn-primary:pressed {
        background-color:#387971;
    }
    .btn.btn-primary:hover, .btn.btn-primary:hover {
        background-color:#6db3aa;
    }
.navbar-nav {
    width:100%;
}
.navbar-toggle .icon-bar {
    background-color: #38939b;
}

.form-control {
    border-radius:0px;
    border:0;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 50px;
}
.form-control:focus {
    border:1px solid #38939b;
    box-shadow: none;
}
.img-max-200 {
    max-width:200px;
}
.img-max-150 {
    max-width:150px;
}
.gutter-right-10 {
    margin-right:10px;
}
.gutter-right-25 {
    margin-right:25px;
} 
.gutter-bottom-25 {
    margin-bottom:25px;
}
a {
    color:inherit;
    text-decoration: underline;
}
.rounded-edge {
    border-radius: 0px 20px 0px 20px;
    -moz-border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px;
}
section {
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    position:relative;
    
}
.carousel-indicators {
    bottom:30px;
}
.story-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.light-bg {
    background-color:#fff;
}
#story-carousel .carousel-indicators {
    margin-left:60px;
    text-align:left;
    top:40px;
    bottom:auto;
}
#story-carousel .carousel-indicators .active {
    background-color:#000;
    border:0;
}
#story-carousel .carousel-indicators li {
    background-color:#888;
    border:0;
}

section .page-lead-in {
    position: absolute;
    bottom:50px;
    left: 30%;
    right: 30%; 
    color:#fff;
    padding:40px;
    text-align:center;
    border-radius: 0px 20px 0px 20px;
    -moz-border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px;
}
.company-tab {
    padding-bottom:10px;
}

.contact-slogan {
    background-color:#00a652;
    padding-top:10px;
    color:#fff;
    text-align:center;
}
.page-lead-in-content {
    position: absolute;
    bottom:50px;
    left: 15%;
    right: 15%; 
    color:#fff; 
    font-size:15px;
    line-height:150%; 
    margin:0 auto;
    text-align:center;
    border-radius: 0px 20px 0px 20px;
    -moz-border-radius: 0px 20px 0px 20px;
    -webkit-border-radius: 0px 20px 0px 20px; 
}
section .page-lead-in span {
    font-size:170%;
    text-transform: uppercase;
}
.sub-header {
    display: block;
    left: 80px;
    padding: 24px;
    padding-top:10px;
    background-color: #fff;
    position: fixed;
    right: 80px;
    z-index:99;
    max-width: 1540px;
    margin: 0 auto;
    
}
    
    .sub-header ul {
        list-style:none;
        text-align:center;
        margin:0;
        padding:0;
    }
    .sub-header ul>li {
        display:inline-block;
    }

    .sub-header ul>li>a {
        text-decoration: none;
        text-transform: uppercase;
        color:#000;
        margin-left:15px;
        margin-right:15px;
        font-size:12px;
        letter-spacing: 1px;
    }
    .sub-header ul>li.active>a {
        color:#1fd06a !important;
        border: 1px solid #1fd06a;
        padding: 5px;
        border-radius: 8px;
    }
.parallax-window {
    min-height: 400px;
    background: transparent;
}

.logo-slug img {
    height:36px;
    width:114px;
    transition: all 1s ease;
    opacity:0.3;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%)
}
.logo-slug {
    display:inline-block;
    margin-right:15px;

}
.logo-slug:hover img, .logo-slug.active img {
    opacity:1;
    -webkit-filter: none;
    filter: none;
}

.spacer {
    display:block;
    width:100%;
    height:85px;
}
.co-logo {
    width:250px;
}

.home-banner>a {
    padding-top:0px !important;
}
h1 a, h2 a, h1 a:hover, h2 a:hover {
    color:inherit !important;
    text-decoration:none;
}
#imagelightbox {
    position: fixed;
    z-index: 9999; 
    -ms-touch-action: none;
    touch-action: none;
}
#homepage-carousel .carousel-caption {
    bottom:50px;
}
#carousel-companies .carousel-control {
    background-image: none !important;
    background-color:#fff;
    width:50px;
}
#carousel-companies .carousel-inner {
    margin-left:50px;
    margin-right:50px;
    min-height:100%;
    width:auto;
}
#carousel-companies .glyphicon {
    color:#000;
}
.mobile-half {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:top center;
}
.bordered {
    border-right:8px solid #fff;
    border-top:8px solid #fff;
}
.semi {
    opacity:0.6;
}
.row.bottom {
    position: absolute;
    bottom: 0;
}
.thumb {
    background-color:#00a652 !important;
}
.carousel-indicators.in-footer {
    bottom: -40px;
    z-index: 9999;
}
.carousel-indicators.in-footer li {
    border-color:#000;
}
.carousel-indicators.in-footer li.active {
    background-color:#00a652;
}
 
.mobile-swipe {
    padding:10px;
    background-color: #fafafa;

}
#map {
    min-height:450px;
}
.spaced {
    margin-left:10px;
    margin-right:10px;
}

.thumbnail-carousel { 
    padding-bottom:10px;
} 
    .thumbnail-carousel .preview {
        margin-bottom:10px;
        margin-top:2px;
    }
    .thumbnail-carousel .thumbnails {
        margin:0;
        padding:0;
        display: block;
    }
    
    .thumbnail-carousel .thumbnails > li {
        width:25%;
        height:80px; 
        background-size:cover;
        background-position:center center;
        float:left;
        list-style:none;
        cursor:pointer;
        display:table;
    }
    .thumbnail-carousel .thumbnails > li {
        border:4px solid #dedede;
    }
    .thumbnail-carousel .thumbnails > li.active {
        border:4px solid #00a652;
    }
.light-bg {
    background-color:#dedede !important;
}
.light-bg, .light-bg h1, .light-bg h2 {
    color:#333 !important;
}
.logo-slug:last-child {
    margin-right:0;
}

@media all and (max-height:720px) {
    #homepage-carousel .carousel-caption {
        z-index:1;
    }
    #homepage-carousel .carousel-caption:before {
        content: "";
        display: block;
        left: -20px;
        right: -20px;
        position: absolute;
        top: -20px; 
        z-index: -1;
        bottom: 0;
        opacity: 0.7;
        background-color: #000;
    }
}

@media all and (min-width:960px) {
    
    
}
@media all and (max-width:1400px) {
    #carousel-companies .carousel-control {
        width:50px;
    }
    #carousel-companies .carousel-inner {
        margin-left:50px;
        margin-right:50px;
    }
    .padded {
        padding:40px;
    }
    body {
        font-size:13px;
        line-height:120%;
    }
    section .page-lead-in span {
        line-height:120%;
    }
}
@media all and (max-width:1170px) {
    section .page-lead-in {
        left: 20%;
        right:20%;
    }
    
}
@media all and (max-width:960px) {
    .bg-icon {
        color: #fff;
        opacity: 0.4;
        font-size: 100px;
        margin-top: 130px;
        top:auto;
    }
    .has-subheader .push-down {
        margin-top: 0px; 
        background-position-y: 51px;
    }
    .carousel-caption {
        position:inherit !important;
        bottom:0!important;
        left:0;
        right:0;
        padding:20px;
        font-size: 12px;
    }
    .push-down {
        min-height:300px;
    }
    .carousel-indicators.in-footer {
        bottom:-40px;
    }
    .content-width {
        padding-left:0;
        padding-right:0;
    }
    .company-tab {
        margin-top:-10px;
    }
    .navbar {
        float:right;
        margin-bottom:10px;
    }
    .spacer {
        height:20px;
    }
    .mobile-half {
        background-size:100%;
    }
    section {
        background-size:100%;
        background-position: top center;
        background-color:#000;
    }
    .has-subheader section {
        background-position: center 62px;
    }
    
    header {
        left:60px;
        right:60px;
        height:60px;
        line-height:60px;
    }
    footer {
        left:60px;
        right:60px;
        height:80px;
    }
    #content {
        border-left:60px solid #fff;
        border-right:60px solid #fff;
        padding-bottom:60px;
        top:60px;
    }

    .navbar { 
        width: 100%;
        float: right;
        margin-top: -2px;
        position: absolute;
        top: 0;
        z-index: -1;
    }
    .navbar .navbar-nav>li>a {
        font-size: 75%;
        padding-left: 8px;
        padding-right: 8px;
    }
    .sub-header {
        left: 40px;
        right:40px;
    }
    section .page-lead-in {
        left: 10%;
        right:10%;
        padding:24px;
    }
    section .page-lead-in span {
        font-size:140%;
    }
    #homepage-carousel .item {
        background-size:100%;
        background-color:#000;
    }
    h1 {
        font-size:160%;
        line-height: 140%; 
    }
    h2 {
        font-size:140%;   
    }
    h3 {
        font-size:130%;
    }
    h4 {
        font-size:120%;
    }
    h5,h6 {
        font-size:110%;
    } 

    #carousel-companies .carousel-inner {
        margin-left:0;
        margin-right:0;
    }
    .col-sm-4 {
        margin-bottom:15px;
    }
    .col-md-6 {
        /* margin-bottom:30px; */
    } 
    .push-down {
        margin-bottom:0px;
    }
    .push-down.second {
        
        margin-top:0px !important;
    }
}
@media all and (max-width:720px) {
    .sub-header {
        top:60px;
    }
    .contact-slogan { 
    }
    .slogan {
        font-size:11px;
    }
    .sub-header ul>li {
        display:block;

    }
    .sub-header {
        padding-bottom:10px;
    }
    .sub-header ul>li.active {
        margin-bottom:8px;
        margin-top:8px;
    }
    section .page-lead-in {
        left: 10px;
        right:10px;
        padding:24px;
    }
    section .page-lead-in span {
        font-size:110%;
    }
    
    .btn {
        padding-left:10px;
        padding-right:10px;
    }
    .has-subheader section {
        background-position: center 92px;
    }
}
@media all and (max-width:480px) {
    .mobile-swipe {
        margin-top: 50px;
    }
    .navbar .navbar-nav>li > a {
        font-size:140%;
    }
    .navbar-nav {
        margin:0 !important;
    }
    .carousel-caption {
        left:0;
        right:0;
    }
    .push-down {
        min-height:350px;
    }
    .company-tab a {
        width:20%;
    }
    h1 {
        font-size:140%;
        line-height: 150%; 
    }
    h2 {
        font-size:120%;   
    }
    h3 {
        font-size:110%;
    }
    h4 {
        font-size:105%;
    }
    h5,h6 {
        font-size:100%;
    } 
    .lead {
        font-size: 120%;
    }
    .btn {
        letter-spacing: 0;
    }
    .carousel-caption {
        left: 5%;
        right:5%;
    }

    #carousel-companies .carousel-inner {
        margin-left:0;
        margin-right:0;
    }
    .padded {
        padding:30px;
    }

    header {
        left:40px;
        right:40px;
        height:60px;
        line-height:60px;
    }
    .sub-header {
        left: 40px;
        right:40px;
        padding:0;
    }
    
    footer {
        left:40px;
        right:40px;
        height:60px;
    }
    #content {
        border-left:40px solid #fff;
        border-right:40px solid #fff;
        padding-bottom:100px;
    }
    .navbar-nav>li {
        width: 100%;
    }
}
 