/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@font-face {
    font-family: 'swis721_md_btmedium';
    src: url('../fonts/sw721md-webfont.woff2') format('woff2'),
         url('../fonts/sw721md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Ikaros';
    src: url('../fonts/Ikaros.eot');
    src: url('../fonts/Ikaros.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ikaros.woff2') format('woff2'),
        url('../fonts/Ikaros.woff') format('woff'),
        url('../fonts/Ikaros.ttf') format('truetype'),
        url('../fonts/Ikaros.svg#Ikaros') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'qontra';
    src: url('../fonts/qontra-Regular.eot');
    src: url('../fonts/qontra-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/qontra-Regular.woff2') format('woff2'),
        url('../fonts/qontra-Regular.woff') format('woff'),
        url('../fonts/qontra-Regular.ttf') format('truetype'),
        url('../fonts/qontra-Regular.svg#qontra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue.woff2') format('woff2'),
        url('../fonts/BebasNeue.woff') format('woff'),
        url('../fonts/BebasNeue.ttf') format('truetype'),
        url('../fonts/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prosto Sans';
    src: url('../fonts/ProstoSans-Bold.eot');
    src: url('../fonts/ProstoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProstoSans-Bold.woff2') format('woff2'),
        url('../fonts/ProstoSans-Bold.woff') format('woff'),
        url('../fonts/ProstoSans-Bold.ttf') format('truetype'),
        url('../fonts/ProstoSans-Bold.svg#ProstoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
}

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

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

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

footer {
    margin: 50px 0;
}

.customized_slides .carousel-indicators {
    position: absolute;
    bottom: 20% !important;
    left: 65%;
    z-index: 15;
    width: 30%;
    padding-left: 0;
    /* margin-left: -30%; */
    text-align: center;
    list-style: none;
    /* margin: 0 auto; */
}
.customized_slides .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color:rgba(204, 204, 204, 0.62);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
    margin-right: 50px !important;
}
.customized_slides .carousel-indicators .active {
    width: 20px;
    height: 20px;/*
    margin: 0;*/
    background-color: #fff;
}
.customized_slides hr{
    margin: -14px 0 0 0 !important;
}

.floatWrapper .fixed{
    width: 100%;
    z-index: 999;
}
.floatWrapper .fixed .menubar{
    margin-top: 0px;
}
.menubar{
    margin-top: -70px;
}


.floatWrapper .fixed .menubar_inner{
    margin-top: 0px;
}
.menubar_inner .navbar-default{
   padding: 0px;
}

.main_header{
    background: #f5f6f6;
    /*position: absolute;*/
    z-index: 999;
    width: 100%;
    padding: 20px;
    border-top: #9cad64 solid 2px;
}
.main_header img{
    width: 100px;
}

.title-box .title-box_title {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: 5px;
    position: relative;
    margin: 0 0 60px;
    font-weight: 500;
    text-align: center;
    font-family: 'Vollkorn', serif;

}
.title-box .title-box_title p{
        font-size: 12px;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif !important;
}
.title-box .title-box_title:before {
    border-bottom: 10px solid #222323;
    width: 300px;
    height: 3px;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -4px;
    left: 45%;
    margin: 0 0 0 -85px;
}
.title-box .title-box_title:after {
    border-bottom: 1px solid #e8e9e9;
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
}
.nopadding{
  padding: 0px;
}
.nopaddingleft{
  padding-left: 0px;
}
.nopaddingright{
  padding-right: 0px;
}
.color_one p{
    padding: 50px;
    background: #b7e2fa;
    min-height: 250px;
}
.color_two p{
    padding: 50px;
    background: #bcddc0;
    min-height: 250px;
}

.services p{
    padding: 50px;
}
#map {
    width: 100%;
    height: 500px;
}
.contact_form input[type="text"]{
    border-radius: 0;
    border: solid 1px #000;
    padding: 20px;
}
.contact_form textarea{
    border-radius: 0;
    border: solid 1px #000;
    padding: 20px;
}
.contact_form input[type="button"]{
    border: none;
    font-size: 18px;
    background: #f7f7f7;
}
.contact_form input[type="submit"]{
    border: none;
    font-size: 18px;
    background: #f7f7f7;
}
.contact_form input[type="reset"]{
    border: none;
    font-size: 18px;
    background: #f7f7f7;
}
ul.social_media {
    margin: 0px;
    padding:0px;
    list-style: none;
    float: right;
    margin-top: 20px;
}
.social_media li a{
    padding: 10px;
    border-radius: 100%;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 0;
    text-align: center;
    color: #fff;
    float: left;

}
.social_media li:nth-child(1) a{
    background: #3b5998 ;
    transition: background 0.5s ease-in-out;

}
.social_media li:nth-child(2) a{
    background: #00aced ;
    transition: background 0.5s ease-in-out;
}
.social_media li:nth-child(3) a{
    background: #de4b39 ;
    transition: background 0.5s ease-in-out;
}
.social_media li:nth-child(4) a{
    background: #dd4b39 ;
    transition: background 0.5s ease-in-out;
}


.social_media li:nth-child(1) a:hover{
    color: #3b5998 ;
    background: #fff;

}
.social_media li:nth-child(2) a:hover{
    color: #00aced ;
    background: #fff;
}
.social_media li:nth-child(3) a:hover{
    color: #007bb6 ;
    background: #fff;
}
.social_media li:nth-child(4) a:hover{
    color: #dd4b39 ;
    background: #fff;
}

.social_media li a:hover{
    background: 
}
.social_media li{
    float: left;
}





.photo-grid {
}

.photo-grid .col-md-4 {
 
}

.photo-grid img {
    display: block;
    height: auto;
    max-width: 100%;
}

.photo-grid figure {
    height: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.photo-grid figcaption {
    background: rgba(0,0,0,0.8);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.photo-grid figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    vertical-align: middle;
}
.photo-grid .col-md-4:hover figcaption {
    opacity: 1;
    width: 50%;
    /* min-height: 50px; */
    text-align: center;
    top: 25%;
    left: 25%;
    padding: 40px;
}
.photo-grid img {
    display: block;
    height: auto;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    max-width: 100%;
}

.photo-grid .col-md-4:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}
.photo-grid figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    vertical-align: middle;
    padding: 0px;
}

.photo-grid .col-md-4:hover figcaption p {
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.photo-grid figcaption {
    background: rgba(255, 255, 255, 0.64);
    color: #000;
    display: table;
    /* min-height: 350px; */
    text-align: center;
    width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
    border: #333 solid 1px;
}

.padding-bottom{
    padding-bottom: 60px;
}
.padding-top{
    padding-top: 60px;
}
.padding-right{
    padding-right: 60px;
}
.padding-left{
    padding-left: 60px;
}

.margin-bottom{
    margin-bottom: 60px;
}
.margin-top{
    margin-top: 60px;
}
.margin-right{
    margin-right: 60px;
}
.margin-left{
    margin-left: 60px;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar-default {
    background-color: #000;
    border-color: #333;
    padding: 50px;
    border-radius: 0px;
}
.navbar-default {
    background-color: #2b2b2b;
    padding: 50px;
}
.fixed .navbar-default {
    background-color: #2b2b2b;
    border-color: #333;
    padding: 5px;
}
.navbar-nav{
    margin: 0 auto;
    text-align: center;
    width: 100%;

}
.navbar-nav>li {
    float: left;
    width: 15%;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffe900;
     background-color: transparent; 
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu{
    padding: 0px;
    margin: 0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #ffe900;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffe900;
    background-color: transparent;
}
.header-text h2{
    padding-top: 10%;
    font-family: 'Vollkorn', serif;
    color: #fff;
    /*text-transform: uppercase;*/
        font-size: 32pt;
    line-height: 50px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.85);
}
.cming_text{
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    color: #024478;
    margin: 16px 0;
    font-family: 'Vollkorn', serif;
}
.our_works_{
        background: #2b2b2b;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: uppercase;
}
.simple_padding{
    padding:15px 0px; 
}
section img{
    width: 100%;
}
.post_wrapper .post-item {
  padding: 0; }
/* line 2437, ../scss/main.scss */
.post_wrapper .post-thumbnail {
  position: relative;
  margin: 0;
  overflow: hidden; }
  /* line 2441, ../scss/main.scss */
  .post_wrapper .post-thumbnail a img {
    -webkit-transform: scale(1.15) translatez(0);
    transform: scale(1.15) translatez(0);
    opacity: 0.3;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  /* line 2448, ../scss/main.scss */
  .post_wrapper .post-thumbnail .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }
    /* line 2457, ../scss/main.scss */
    .post_wrapper .post-thumbnail .caption > .box {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin-left: 1px;
      padding: 36px 67px 36px 67px;
      z-index: 1;
      max-width: 95%; 
      border: #333 solid 1px}
      /* line 2465, ../scss/main.scss */
      .post_wrapper .post-thumbnail .caption > .box:after {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        display: block;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    /* line 2480, ../scss/main.scss */
    .post_wrapper .post-thumbnail .caption .auxiliary {
      display: inline-block;
      vertical-align: middle;
      width: 0px;
      height: 100%; }
    /* line 2486, ../scss/main.scss */
    .post_wrapper .post-thumbnail .caption time {
      font-size: 18px;
      line-height: 1em;
      text-transform: uppercase; }
    /* line 2491, ../scss/main.scss */
    .post_wrapper .post-thumbnail .caption .post-title {
      font-size: 20px;
      line-height: 1em;
      text-transform: uppercase;
      position: relative;
      margin: 0;
      padding: 0; }
      .post_wrapper .post-thumbnail .caption .post-title a{
        color: #333;
        text-decoration: none;
      }
    /* line 2499, ../scss/main.scss */
    .post_wrapper .post-thumbnail .caption .post-excerpt {
      font-size: 10px;
      font-weight: 300;
      text-transform: uppercase;
      opacity: 0.6;
      line-height: 21px; }
    /* line 2506, ../scss/main.scss */
    .post_wrapper .post-thumbnail .caption .post-content {
      text-transform: uppercase;
      opacity: 0;
      -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
      transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
  /* line 2517, ../scss/main.scss */
  .post_wrapper .post-thumbnail:hover .caption .post-title:before {
    width: 240px;
    margin: 0 0 0 -120px; }
  /* line 2522, ../scss/main.scss */
  .post_wrapper .post-thumbnail:hover .caption .post-content {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  /* line 2529, ../scss/main.scss */
  .post_wrapper .post-thumbnail:hover .caption > .box:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  /* line 2535, ../scss/main.scss */
  .post_wrapper .post-thumbnail:hover a img {
    -webkit-transform: scale(1) translatez(0);
    transform: scale(1) translatez(0);
    opacity: 1; }
.maps2 #map{
    pointer-events: none;
}
.side_head{
    font-family: 'Vollkorn', serif;
        font-size: 20px;
    color: #a1313f;
    font-weight: bold;
    text-transform: uppercase;
}
.about_us{
    /*background: url(../images/lines.png);*/
    padding: 40px 0px;
}
.about_us .container{
    background: #fff;
}

.specifications{
    /*background: url(../images/lines.png);*/
    padding: 40px 0px;
}
.specifications .container{
    background: #fff;
}
.specifications h2{
        font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.specifications ul{
    margin: 0px;
    padding: 0px 0 0 16px;
}
.specifications_title .title-box_title{
    margin: 60px 0px;
    text-transform: uppercase;
}
.normal_ptag{
    letter-spacing: 0;
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 23px;
    padding-bottom: 30px !important;
}
.product_right_images{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.product_right_images img{
    width: 100%;
    padding:0px 15px 15px 0px;
}

.plan_details{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #b07835;
    color:#fff;
    text-transform: uppercase; 
        min-height: 695px;
}

.plan_details li{
    border-bottom: 1px solid #fff;
    list-style: none;
        padding: 15px 0px;
    font-size: 12px;
}
.plan_details li:last-child{
    border-bottom: 0px;
}
.plan_details ul{
        margin: 0px;
    padding: 30px;
}
.plan_details li b{
        font-weight: bold;
    font-size: 16px;
}
.plan_details ul h2{
        margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.plan_details ul h3{
        margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.down_arrow{
    width: auto;
    margin-top: -1px;
}


.module {
    background: #b07835;
}
.module h2 {
    float: right;
    position: relative;
    text-decoration: none;
    padding: 0 10px;
    -webkit-transition: padding 0.1s linear;
    -moz-transition: padding 0.1s linear;
    -ms-transition: padding 0.1s linear;
    -o-transition: padding 0.1s linear;
}


.module h2:before,
.module h2:after {
  content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
}
.module h2:before {
    left: -12px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid white;
    margin-top: -8px;
}


.module.blue h2:after {
        left: -15px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #b07835;
    margin-top: -6px;
}

.products_top{
    background: #d9dada;
        margin-bottom: 15px;
    padding: 15px;
    text-align: center;
}
.products_top2{
    background: #fff;
        margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    border: #ccc solid 1px;
}
.products_top h2{
    font-size: 32px;
    text-transform: uppercase;
}

.products_top3{
    background: #dceffd;
        margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    border: #ccc solid 1px;
}
.products_top3 h2{
    font-size: 32px;
    text-transform: uppercase;
}



.products_top4{
    background: url(../images/bg1.png);
        margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    border: #ccc solid 1px;
}
.products_top4 h2{
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
}

.products_top4 b{
    color: #fff;
}



.products_top5{
    background: #f0f2ef;
        margin-bottom: 15px;
    padding: 15px;
    text-align: center;
    border: #ccc solid 1px;
}
.products_top5 h2{
    font-size: 32px;
    text-transform: uppercase;
    color: #cb3539;
}

.products_top5 b{
    color: #333;
}


.careers{
    /* The image used */
    /*background-image: url("../images/careers.jpg");*/

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 70px 0px;
}
.careers_bg{
    /* The image used */
    /*background: url(../images/lines.png);*/
    padding: 50px 0px;
    text-align: center;
}
.careers_mail{
    background: #b7e2fa;
    padding: 25px;
    color: #333;
    font-size: 22px;
}
.careers_mail:hover{
    background: #bcddc0;
    text-decoration: none;
    color: #333;
}
.careers_text{
    padding-top: 60px;
}



.gallery img{
    padding: 5px;
    border: 1px solid #f7f7f7;
}
.projects p{
    line-height: 30px;
        text-align: justify;
}
.projects .images_show .col-md-3{
    padding: 0px;
}
.projects .images_show .col-md-3 img{
    padding: 3px;
}
.projects .images_show{
    padding: 30px 0px 0 0 ;
}
.second_section{
    padding: 60px 0 0 0px;
}
.second_section .side_head{
    font-size: 20px;
    color: #a1313f;
}

.cherry-posts-item{
    cursor: pointer;
}
.back_btn{
    background: #f7f7f7;
    padding: 5px 15px;
    margin-bottom: 15px;
    display: block;
    /* width: 20%; */
    float: left;
}
.back_btn:hover{
    background: #ccc;
    text-decoration: none;
}
.back_btn_home{
    width: 10% !important;
    display: none !important;
}
.fixed .back_btn_home{
    width: 10% !important;
    background: #de4b39;
    margin-top: 10px;
    display: block !important;
}
.fixed .back_btn_home a{
    padding: 5px;
}

.error{color:#FF0000; font-size:11px;}

.chr{
    padding: 20px 0px; background: #f7f7f7;
}
.chr p{
    line-height: 28px; text-align: center;
}
.chr h1{
        font-size: 38px;
    line-height: 55px;
    /* letter-spacing: 5px; */
    position: relative;
    /* margin: 0 0 60px; */
    font-weight: 700;
    text-align: center;
    font-family: 'Vollkorn', serif;
    color: #024478;
    text-transform: uppercase;
}