@font-face {
  font-family: 'vagRegular';
  src: url('../../fonts/VRB.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRB.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRB.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRB.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'vaBold';
  src: url('../../fonts/VRBL.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRBL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRBL.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRBL.ttf'); /* Legacy iOS */
}
@font-face {
  font-family: 'vagLight';
  src: url('../../fonts/VRL.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRL.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRL.ttf'); /* Legacy iOS */
}
@font-face {
  font-family: 'vagItalic';
  src: url('../../fonts/VRT.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/VRT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/VRT.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/VRT.ttf'); /* Legacy iOS */
}
body{
    overflow-x: hidden;
}
.header{
    padding:0px 110px 0px 300px;
    position: fixed;
    top:0;
    left:0;
    background:#fff;
    right:0;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    min-height:95px;
}
.header .form-control,.search-in-projects-container .form-control{
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding:6px 50px 6px 20px;
    font-size:0.9em;
}

.search-in-site-btn,.search-in-projects-btn{
    background:transparent;
    color:#ff3700;
    border:0;
    position:absolute;
    right:0;
    top:0;
    bottom:0px;
    width:40px;
    font-size:1.1em;
}

.top-menu{
    margin:0;
    padding:0;
    list-style:none;
    padding-top: 37px;
    padding-bottom:19px;
}
.top-menu > li{
    float:left;
}
.top-menu > li > a{
    display:block;
    padding:0px 8px 18px;
    position:relative;
    font-size: 1.1em;
}
.top-menu > li a:hover{
    color:#ff3700;
}
.top-menu > li.active a:after{
    position: absolute;
    bottom:0;
    left:15px;
    right:15px;
    height:2px;
    background:#ff3700;
    content: "";
}
.top-menu li:hover div.fixed-full-width-menu {
    display: block;
}

.container .col-md-8 a {
    color:#ff3700;
}

.round-btn{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.orange-btn{
    color:#fff!important;
    display:inline-block;
    padding:8px 30px;
    background:#ff3700;   
    border:0;
}
.orange-btn:hover,.orange-btn:focus,.light-orange-btn:hover,.light-orange-btn:focus{
    color:#fff;
    background:#ff3700;    
}
.light-orange-btn{
    background: #ffebe5;
    color:#ff3700;
    display:inline-block;
    padding:8px 30px;
    border:0;
}
.small-btn{
    padding:5px 10px;
}
.white-btn{
    color:#ff3700;
    display:inline-block;
    padding:8px 30px;
    background:#fff;
    border:0;    
}
.white-btn:hover,.white-btn:focus{
    color:#ff3700;
}
.gray-btn{
    color:#404040;;
    display:inline-block;
    padding:8px 30px;
    background:#f0f0f0;
    border:0;   
}
.logo img{
    max-width:100%;
}
.logo{
    left:15px;
    top:0;
    bottom:0;
    height:70px;
    width:280px;
    position: absolute;
    z-index: 100;
    margin:auto;
}
.lang-btn{
    position: absolute;
    right:15px;
    top:0;
    bottom:0;
    height:34px;
    margin:auto;
    background:#fff;
}
.lang-btn .dropdown-toggle{
    background:#fff;
    padding:6px 10px;
}
.arrow-btn span{
    font-size:0.65em;
}
.search-container{
    margin:30px 0;
    position: relative;
}
.home-main{
    background:#ccc;
    height: 100vh;
    position: relative;
}
#home-slider,#home-slider .item{
    height: 100vh;
    position: relative;
}
.home-main-item{
    padding-top:200px;
    height: 100vh;
    position: relative;
}
.home-main-sidebar{
    position: absolute;
    width:500px;
    top:0;
    right:0;
    bottom:0;
    padding-bottom:100px;
    padding-top:150px;
    background:rgba(0,0,0,0.6);
    z-index: 10;
}
.orange{
    color:#ff3700;
}
.download-app{
    background:rgba(0,0,0,0.3);
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index: 10;
    padding:15px 30px;
}
.download-app table{
    margin: 0 auto;
}
.download-app table td{
    padding:0 10px;
    vertical-align: middle;
}
.white{
    color:#fff;
}
.app-download-btn{
    padding:8px 15px;
    display:block;
    background:#fff;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.sidebar-info{
    padding:0 60px;
}
.sidebar-info h2{
    color:#fff;
}
.sidebar-info p{
    font-size:1.1em;
    color:rgba(255,255,255,0.6);
    line-height: 1.6em;
}
#carousel-custom-dots{
    margin:50px 0 0 0;
    padding:0;
    list-style:none;
}
.small-title{
    display:block;
    font-size:0.9em;
}
.big-title{
    font-size:1.3em;
    display:block;
}
.white{
    color:#fff;
}
#carousel-custom-dots .small-title{
    color:rgba(255,255,255,0.6);
}
#carousel-custom-dots .big-title{
    color:#fff;
}
#carousel-custom-dots li{
    padding:25px 80px 25px 160px;
    position: relative;
    cursor:pointer;
}
#carousel-custom-dots li:after{
    content:"";
    position:absolute;
    left:50px;
    right:50px;
    top:100%;
    height:1px;
    background:rgba(255,255,255,0.1);
    
}
#carousel-custom-dots li.active:before{
    content:"";
    position: absolute;
    top:0;
    bottom:0;
    right:100%;
    width:3px;
    background:#ff3700;
}
#carousel-custom-dots li:last-child:after{
    display:none;
}
.owl-dot-arrow{
   color:rgba(255,255,255,0.3);
   font-size:0.85em;
   display:block;
   width:12px;
   height:12px;
   position: absolute;
   top:0;
   bottom:0;
   right:50px;
   margin:auto;
}
.owl-dot-icon{
    position: absolute;
    left:50px;
    max-width: 90px;
    height:57px;
    top:0;
    bottom:0;
    margin:auto;
}
.project-info{
    position: absolute;
    left:40px;
    bottom:40px;
    padding-right:40px;
    width:180px;
    z-index: 10;
    color:#fff;
    font-size:0.9em;
}
.project-info .big-title{
    padding:5px 0;
}
.muted{
    color:rgba(255,255,255,0.6);
}
.small{
    font-size:0.7em;
}
.project-info-icon{
    width:24px;
    height:24px;
    background:#ff3700;
    color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right:0;
    position: absolute;
    top:0;
    bottom:0;
    display:block;
    margin:auto;
    text-align: center;
    font-size:0.9em;
    padding:4px 0;
}
.popover{
    min-width: 220px;
}
.project-info .popover .popover-title,.projects-list  .popover .popover-title{
    background:#fff;
    color:#ff3700;
    border:0;
    font-size:1.2em;
}
.project-info .popover .popover-content,.projects-list  .popover .popover-content{
    color:#404040;
    font-size:0.9em;
    padding-top:0;
}
.image-caption{
    position: absolute;
    right:500px;
    left:0;
    width:650px;
    padding:70px;
    margin:auto;
    text-align: center;
    background: rgba(0,0,0,0.4);
}
.image-caption h1{
    margin-top:0;
    color:#fff;
    padding-bottom:20px;
    margin-bottom:20px;
    position:relative;
}
.image-caption h1:after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    width:50px;
    background:#ff3700;
    margin:auto;
    height:3px;
    
}
.image-caption p{
    font-size:1.1em;
    color:#fff;
    color:rgba(255,255,255,0.6);
    margin-bottom:30px;
}
.image-container{
    position: relative;
}
.image-container img{
    max-width: 100%;
}
.footer{
    padding:70px 0;
}
.copyright{
    font-size:0.9em;
    color:rgba(0,0,0,0.6);
}
.red{
    color:red;
}
.copyright a{
    color:#404040;
}
.footer-list{
    margin:25px 0 10px 0;
    list-style:none;
    padding:0;
    text-align: center;
}
.footer-list li{
    padding:0 30px 5px 0;
    display:inline-block;
    position:relative;
}
.footer-list li:last-child{
    padding-right:0;
}
.footer-list li:after{
    position: absolute;
    width:4px;
    height:4px;
    content:"";
    display:block;
    right:13px;
    top:0;
    bottom:0;
    margin:auto;
    background:rgba(0,0,0,0.1);
}
.footer-list li:last-child:after{
    display:none;
}
.footer-list li a{
    display:block;
}

.f-social {
    display:block;
    width:100%;
    text-align:center;
    /*margin-top:20px;*/
    padding:0;
    background-color: transparent !important;
}

.f-social > li {
    display:inline-block;
    width:36px;
    height:36px;
    position:relative;
    border:1px solid #585858;
    -webkit-border-radius:50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background:none !important;
}

.social > a{
    display:block;
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
}

.social-email a{
    background:url(/images/icon-email.png) no-repeat center center;
}
.social-youtube a{
    background:url(/images/icon-youtube.png) no-repeat center center;
}

.social-linkedin a{
    background:url(/images/icon-linkedin.png) no-repeat center center;
}

.social-twitter a{
    background:url(/images/icon-twitter.png) no-repeat center center;
}

.interactive-map-header{
    padding:50px 100px;
    
}
.interactive-map-header h1{
    margin-top:10px;
}
.map-selected-title{
    font-size:1em;
}

.map-sidebar-container .image-container{
    margin-top:-30px;
    margin-left:-30px;
    margin-right:-30px;
}










.map-filter-list{
    margin:0;
    padding:20px 0 10px 0;
    border-top:1px solid #ececec;
    list-style: none;
}
.map-filter-list > li{
    float:left;
    position: relative;
}
.map-filter-list > li:after{
    content:"";
    position: absolute;
    top:3px;
    bottom:3px;
    left:100%;
    width:1px;
    background:#ececec;
}
.map-filter-list > li:last-child:after{
    display:none;
}
.map-filter-list > li > a{
    color:#404040;
    padding:10px 15px;
}

.map-filter-list > li:first-child > a{
    padding-left:0;
}

.clear-all{
    display:inline-block;
    cursor:pointer;
    margin-left:10px;
}

.map-filter.active{
    color:#ff3700;
}

.map-filter img{
    margin-right:5px;
}
.map-filter img.active-icon{
    display:none;
}
.map-filter.active img.active-icon{
    display:inline-block;
}
.map-filter.active img.normal-icon{
    display:none;
}
.map-filter.active{
    color:#ff3700 !important;
}

.map{
    width:100%;
    height:700px;
}
.map-container{
    overflow:hidden;
    position: relative;
}
.maps-sidebar{
    background:#fff;
    padding:30px;
    position: absolute;
    left:-350px;
    top:0;
    bottom:0;
    z-index: 100;
    width:320px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.maps-sidebar.show{
    left:0;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.close-map-sidebar{
    background:#ff3700;
    width:36px;
    height:36px;
    color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:block;
    font-size:1.2em;
    padding:9px;
    text-align: center;
    cursor:pointer;
    position: absolute;
    right:-18px;
    top:50px;
}

.map-sidebar-container h3{
    margin:10px 0;
    font-size:1.4em;
}
.map-sidebar-container h4{
    margin:0;
}
.map-sidebar-container h4 span{
    font-size:0.8em;
}
.map-sidebar-list{
    margin:20px 0 0 0;
    padding:0;
    list-style:none;
}
.map-sidebar-list > li{
    padding:15px 0;
    border-top:1px solid #f0f0f0;
    
}
.map-sidebar-list > li .small-title{
    display:block;
}
.internal-main-item{
    min-height: 600px;
    padding-top:200px;
}
.internal-main-item .image-caption{
    right:0;
}
.internal-top{
    position:relative;
}
.interal-breadcrumbs{
    top:95px;
    position: absolute;
    left:0;
    right:0;
    background:#404040;
    z-index: 10;
    padding:10px 330px 10px 80px;
}

.owl-carousel-wrapper {
    position:relative;
}
.arrow-prev{
    display:block;
    width:42px;
    height:42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:55px;
    bottom:0;
    left:15px;
    margin:auto;
    z-index: 10;
    color:#fff;
    background:rgba(0,0,0,0.3);
    cursor:pointer;
    padding:10px;
    text-align: center;
}
.arrow-next{
    display:block;
    width:42px;
    height:42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top:55px;
    bottom:0;
    right:15px;
    margin:auto;
    z-index: 10;
    color:#fff;
    background:rgba(0,0,0,0.3);
    cursor:pointer;
    padding:10px;
    text-align: center;
}
.category-info{
    position: relative;
    padding-left:90px;
     font-size:0.85em;
}
.category-info .category-icon{
    width:80px;
    height:50px;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
    position:absolute;
   
}

.back{
    display:block;
    width:32px;
    height:32px;
    left:10px;
    position:absolute;
    font-size:1.2em;
    color:#ff3700;
    top:0;
    bottom:0;
    margin:auto;
    padding:5px;
    text-align: center;
}
.back:hover{
    color:#fff;
}
.back-line{
    left:55px;
    top:15px;
    bottom:15px;
    width:1px;
    position:absolute;
    background:rgba(255,255,255,0.1);
}
.interal-breadcrumbs .download-app{
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width:330px;
    left:initial;
    background:transparent;
    padding:8px 10px 2px 10px;
}
.interal-breadcrumbs .download-app table td{
    padding:0 5px;
}
.interal-breadcrumbs .app-download-btn img{
    max-height: 20px;
}
.interal-breadcrumbs .download-app p{
    margin:0;
}
.project-category-information{
    padding:50px 100px;
    background:#fff;
}
.project-category-information-content{
    position: relative;
    min-height: 600px;
    width:100%;
}
.project-category-info{
    padding:100px;
    position: absolute;
    top:0;
    width:50%;
    right:0;
    bottom:0;
}

.project-category-info-video {
    width:100% !important;
    padding-left:20px;
    padding-right:20px;
}

.spaced{
    letter-spacing: 1px;
}
.project-category-info h3{
    line-height: 1.3em;
}
.white-box{
    text-align: center;
    background:#fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding:30px;
    position:relative;
    margin:30px 0;
}
.white-box.white-box-icon{
    padding-top:50px;
    margin-top:50px;
}
.white-box > div > a{
    margin-top:15px;
    display:inline-block;
}
.white-box-icon-block{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#f0f0f0;
    width:70px;
    height:70px;
    display:block;
    padding:3px;
    top:-35px;
    left:0;
    right:0;
    margin:auto;
    position: absolute;
}
.search-in-projects-container{
    position:relative;
    margin:15px 0 10px 0;;
}
.example-search{
    color:rgba(40,40,40,0.6);
    font-size:0.8em;
}
.muted-gray{
    color:rgba(40,40,40,0.6);
}
.projects-search{
    background:url(../../images/projects/projects-bg.png) no-repeat center center #f0f0f0;
    padding:50px 0 140px 0;
}
.project-list-container{
    padding:0 100px;
    margin-top:-70px;
    position:relative;
    z-index: 10;
    margin-bottom:70px;
}
.projects-list{
    margin:0 -1%;
    padding:0;
    list-style:none;
}
.projects-list li{
    float:left;
    width:32.33%;
    margin:0 0.5% 20px 0.5%;
    position: relative;
}
.projects-list li a{
    background:#ccc;
    display:block;
    min-height: 300px;
    width:100%;
    position: relative;
}
.space-down{
    margin-bottom:10px;
}
.projects-list li a .project-info{
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    padding:30px 90px 30px 30px;
    z-index: 10;
    width:100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.projects-list li a.share-project{
    position: absolute;
    background:transparent;
    display:block;
    width:60px;
    height:50px;
    text-align: right;
    min-height: 50px;
    right:30px;
    bottom:30px;
    z-index: 100;
    font-size:0.7em;
    letter-spacing: 1px;
    border-left:1px solid rgba(255,255,255,0.1);
}
.projects-list li a.share-project img{
    margin-bottom:5px;
}
.projects-list li .project-info-icon{
    position: absolute;
    top:30px;
    right:30px;
    z-index: 10;
    margin:auto;
    bottom:initial;
}
.project-image{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 5;
}
.projects-list li:hover .project-overlay{
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=10);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
}
.project-overlay{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 6;
    background:rgba(0,0,0,0.4);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.learn-more{
    display:block;
    color:#fff;
    font-size:2em;
    text-align: center;
    height:65px;
    width:100px;
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin: auto;
}
.learn-more .small-title{
    font-size:0.4em;
    padding-top:5px;
}
.learn-more img{
    max-width: 50px;
}
.az-block{
    height:1080px;
     background:url(../../images/projects/az-bg.jpg) no-repeat top center #fff;
     width:100%;
     padding-top:440px;
}
.links-block{
    padding:50px 100px;
}
.links-block-list {
    margin:0;
    padding:0;
    list-style:none;
    text-align: center;
}
.links-block-list > li{
    display:inline-block;
}
.links-block-list > li a{
    display:block;
    padding:0 30px;
    position:relative;
}
.links-block-list > li a:after{
    content:"";
    position: absolute;
    left:100%;
    top:10px;
    bottom:10px;
    width:1px;
    background:#f0f0f0;
}
.links-block-list > li:last-child a:after{
    display:none;
}
.links-block-list > li a .big-title{
    font-size:1.2em;
    padding-top:5px;
}
.links-block-list > li a:hover .big-title{
    color:#ff3700;
}
.news-block{
    padding:50px 100px;
    background:#f0f0f0;
}
.orange-box{
    background: #ff3700;
    color:#fff;
    padding:70px 40px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.orange-box-icon{
    font-size:5em;
}
.orange-box div{
    margin-bottom:30px;
}
.orange-box  .small-title{
    padding:10px 0;
}
.news-block-content{
    margin-top:50px;
}
.news-list{
    margin:0;
    padding:0;
    list-style:none;
}
.news-list li{
    float:left;
    width:50%;
}
.news-list li a{
    display:block;
    padding:30px 30px 30px 80px;
    position: relative;
}
.news-list li a:hover{
    background:#fff;
}
.news-list li a h3{
    font-size:1.3em;
    line-height: 1.4em;
    margin-top:15px;
}
.news-date-n-category span{
    margin-left:10px;
}
.news-number{
    position:absolute;
    left:30px;
    font-size:1.6em;
    display:block;
    width:20px;
    height:20px;
}
.news-number:after{
    content:"";
    display:block;
    width:18px;
    height:1px;
    background:#ccc;
    left:100%;
    top:8px;
    position:absolute;
}
.interal-breadcrumbs.interal-breadcrumbs-no-cat{
    padding:10px;
}
.interal-breadcrumbs.interal-breadcrumbs-no-cat .breadcrumb{
    margin:0;
    padding:0;
    background:transparent;
}
.interal-breadcrumbs.interal-breadcrumbs-no-cat .breadcrumb li{
    font-size:0.7em;
    color:#fff;
    text-transform: uppercase;
}
.interal-breadcrumbs.interal-breadcrumbs-no-cat .breadcrumb li a{
    color:#fff;
}
.container-spacer{
    padding:50px 15px;
}
.sidebar{
    background:#fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    margin-bottom:20px;
}
.sidebar-title{
    padding:20px 20px 10px 20px;
}
.sidebar-title:hover{
    color:#ff3700;
}
.collapse-sidebar{
    padding:20px 10px 20px 100px;
    display:block;
    position: relative;
}
.collapse-sidebar:hover{
    background:#f0f0f0;
}
.collapse-sidebar .small-title{
    font-size:0.7em !important;
}

.sidebar .small-title{
    font-size:1.2em;
}
.sidebar .big-title{
    font-size:1.1em;
}
.collapse-menu{
    margin:0;
    padding:20px 20px 20px 50px;
    list-style: none;
    border-bottom:1px solid #f0f0f0;
}
.collapse-menu li a{
    display:block;
    padding:3px 0 3px 20px;
    position: relative;
}
.collapse-menu li a.active{
    color:#ff3700;
}
.collapse-menu li a:after{
    content:"";
    position: absolute;
    width:6px;
    height:6px;
    display:block;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#ff3700;
}
.circle-icon{
    display:block;
    width:40px;
    height:40px;
    position: absolute;
    left:20px;
    padding:6px;
    top:0;
    bottom:0;
    background:#f0f0f0;
    margin:auto;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

.circle-icon img {
    width:28px;
    height:28px;
}

.collapse-sidebar.active{
    background:#f0f0f0;
}
.collapse-sidebar:hover .circle-icon{
    background:#d8d8d8;
}
.collapse-sidebar.active .circle-icon{
    background:#d8d8d8;
}
.light-orange-box{
    background:#ffebe5;
    padding:50px 50px;
    text-align: center;
    margin-bottom:20px;
}
.light-orange-box .small-title{
    margin:15px 0;
}
.quote-block{
    padding:30px 30px 30px 140px;
    position: relative;
    background:url(../../images/projects/quote.png) no-repeat left 30px top 30px #f0f0f0;
    margin-bottom:30px;
    min-height:120px;
}
.content-block{
    padding-left:20px;
}
.normal-list{
    margin:10px 0 30px 0;
    list-style:none;
    padding:0;
}
.normal-list > li{
    padding:5px 0 5px 30px;
    background:url(../../images/projects/check.png) no-repeat left center;
}
.image-with-caption-text{
    position: absolute;
    top:30px;
    left:30px;
    padding-left:50px;
    width:250px;
}
.image-with-caption-icon{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
.content-block .image-container{
    margin-bottom:30px;
}
.content-block table{
    margin-bottom:30px;
}
.dimmensions-type{
    font-size:0.8em;
    color:rgba(40,40,40,0.6);
    
}
.table-styled{
    border:1px solid #ccc;
    border-top:2px solid #ff3700;
}
.table-styled th{
    border:1px solid #ccc;
    background:#f0f0f0;
}
.table-styled td{
    border-right:1px solid #ccc;
    font-size:0.9em;
}
.table-styled td .small-btn{
    width:80px !important;
    text-align: center;
}
.table-styled tr:hover td{
    background:#ffebe5;
}
.table-styled tr:hover td .small-btn{
    background:#ff3700;
    color:#fff;
}
.calculator-form{
    position: relative;
    padding-bottom:20px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:30px;
}
label{
    font-size: 0.9em;
    font-weight: normal;
}
.calculator-form .small-title{
    padding-bottom:10px;
}
.calculator-divider{
    width:1px;
    background:#e5e5e5;
    position: absolute;
    left:0;
    right:0;
    top:30px;
    bottom:75px;
    margin:auto;
}
.calculator-form-container{
    position: relative;
}
.alert-danger{
    border:0;
    color:#404040;
    border-radius: 0;
    padding:10px 15px;
    background-color:#ffebe5;
}
.content-block .projects-list li{
    width:48%;
    margin:0 1% 20px 1%;
}
.content-block .projects-list{
    margin: 0 1%;
}

#burger-menu {
  width: 30px;
  height: 20px;
  top:0;
  bottom:0;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display:none;
  margin:auto;
}

#burger-menu span.burger-line {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ff3700;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#burger-menu span.bl-1 {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#burger-menu span.bl-2 {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#burger-menu span.bl-3 {
  top: 19px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#burger-menu.open span.bl-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
    left:6px;
}

#burger-menu.open span.bl-2 {
  width: 0%;
  opacity: 0;
}

#burger-menu.open span.bl-3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 19px;
    left: 6px;
}
.top-menu-container .row{
    margin:0 -5px;
}
.top-menu-container .col-md-3, .top-menu-container .col-md-9{
    padding:0 5px;
}

.header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-video .ratio,
.inline-video .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.header-video iframe,
.inline-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:1400px){
    ul.top-menu {
        padding-top: 37px;
        padding-bottom:19px;
    }
    .top-menu > li a{
        padding:0px 8px 18px;
    }
    .top-menu > li.active a:after{
        left:10px;
        right:10px;
    }
    .home-main-sidebar{
        width:350px;
        padding-top:130px;
    }
    #carousel-custom-dots{
        margin-top:20px;
    }
    .image-caption{
        right:350px;
    }
    .app-download-btn{
        padding:8px;
    }
    .download-app table td{
        padding:0 5px;
    }
    .download-app{
        padding:15px;
    }
    .sidebar-info{
        padding:0 30px;
    }
    #carousel-custom-dots li{
        padding:25px 50px 25px 140px;
    }
    #carousel-custom-dots .big-title{
        font-size:1.2em;
    }
    .owl-dot-icon{
        left:30px;
    }
    .owl-dot-arrow{
        right:30px;
    }
}
@media(max-width:1300px){
    ul.top-menu {
        padding-top: 39px;
        padding-bottom:20px;
    }
    .top-menu > li a{
        font-size:0.95em;
        padding:0px 8px 19px;
    }
    .top-menu > li.active a:after{
        left:8px;
        right:8px;
    }
    .lang-btn{
        right:5px;
    }
    .logo{
        height:55px;
        width:220px;
        left:10px;
    }
    .logo img{
        max-height: 100%;
    }
    .header{
        padding-left:240px;
        padding-right:95px;
    }
    .lang-btn .dropdown-toggle{
        font-size:0.95em;
    }
}
@media(max-width:1100px){
    .top-menu-container{
        position: absolute;
        top:70px;
        background:#f0f0f0;
        left:0;
        right:0;
        display:none;
        -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow:0px 15px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.15);
    z-index: 9999;
    }
    .interal-breadcrumbs{
        top:70px;
    }
    .lang-btn{
        right:60px;
    }
    .header{
        height:70px;
        min-height:70px;
    }
    #burger-menu{
        display:block;
    }
    .top-menu-container.visible{
        display:block;
    }
    .lang-btn .dropdown-toggle{
        font-size:1em;
    }
    .top-menu > li a{
        font-size:1em;
        padding:17px 10px;
    }
    .search-container{
        margin:10px 0;
    }
    .interactive-map-header{
        padding:30px 15px;
    }
    .image-caption{
        width:500px;
        padding:30px;
    }
    .image-caption h1,.news-block h2{
        font-size:2em;
    }
    .home-main-sidebar{
        position:relative;
        width:100%;
        top:initial;
        left:initial;
        right:initial;
        background:#404040;
        padding-top:30px;
    }
    .sidebar-info h2{
        margin-top:0;
        margin-bottom:5px;
    }
    .sidebar-info{
        text-align: center;
    }
    .home-main-item{
        padding-top:150px;
    }
    .home-main{
        height:auto;
    }
    .home-main-item,#home-slider, #home-slider .item{
        height:auto;
        min-height: 500px;
    }
    .image-caption{
        right:0;
    }
    #carousel-custom-dots li,.map-filter-list > li{
        float:left;
        width:33.33%;
        padding:50px 10px 10px 10px;
        text-align: center;
    }
    .map-filter img{
        position: absolute;
        top:0;
        left:0;
        right:0;
        margin:auto;
        max-height: 45px;
    }
    .owl-dot-arrow,#carousel-custom-dots li.active:before{
        display:none;
    }
    #carousel-custom-dots li:after{
        left:100%;
        top:15px;
        bottom:15px;
        width:1px;
        height:auto;
    }
    .owl-dot-icon{
        left:0;
        right:0;
        top:0;
        bottom:initial;
        max-height: 50px;
    }
    .sidebar-info h2{
        font-size:2em;
    }
    #carousel-custom-dots li.owl-dot.active .big-title{
        color:#ff3700;
    }
    #carousel-custom-dots{
        margin-top:0;
    }
    #carousel-custom-dots .big-title{
        
        font-size:1em;
    }
    .internal-main-item{
        min-height: 400px;
        padding-top:100px;
    }
}
@media(max-width:998px){
    .calculator-divider{
        display:none;
    }
    .content-block{
        padding:0;
    }
    .project-list-container{
        padding:0 15px;
    }
    .projects-list li{
        width:48%;
        margin: 0 1% 20px 1%;
    }
    .projects-list{
        margin:0 -1%;
    }
    .project-category-info{
        width:100%;
    }
    .container-spacer,.project-category-information,.news-block,.links-block{
        padding:30px 15px;
    }
}
@media(max-width:768px){
    .top-menu > li{
        float:none;
        width:100%;
    }
    .links-block-list li{
        width:50%;
        float:left;
        display:block;
        padding:15px 0;
        
    }
    .links-block-list > li a .big-title{
        font-size:1em;
    }
    .links-block-list > li a:after{
        display:none;
    }
    .top-menu > li a{
        padding:7px 10px;
    }
    .top-menu > li.active a:after {
        top:0;
        bottom:0;
        left:-5px;
        right:initial;
        width:2px;
        height:auto;
    }
    .interactive-map-header h1{
        font-size:2em;
    }
    .image-caption,.internal-main-item .image-caption{
        max-width: 100%;
        width:auto;
        left:15px;
        right:15px;
    }
    .project-info{
        left:15px;
        bottom:15px;
    }
    .project-info .big-title{
        padding:0;
    }
    
    .interal-breadcrumbs .download-app{
        display:none;
    }
    .interal-breadcrumbs{
        padding:10px 10px 10px 80px;
    }
     .projects-list li{
        width:100% !important;
        margin:0 0 20px 0 !important;
    }
    .projects-list{
        margin:0 !important;
    }
    .az-block{
        background:#f0f0f0;
        height:auto;
        padding:30px 15px;
    }
    .news-list li{
        width:100%;
    }
    .news-list{
        margin-bottom:20px;
    }
    .news-list li a{
        padding:15px 15px 15px 70px;
    }
    .news-number{
        left:15px;
    }
    .news-list li a h3{
        font-size:1.1em;
    }
    .news-block-content{
        margin:0;
    }
    .orange-box div{
        margin-bottom: 15px;
    }
    .orange-box{
        padding:30px 15px;
    }
    .project-category-info{
        padding:100px 30px 30px 30px;
        position: relative;
    }
    .project-category-information-content{
        min-height:600px;
        height:auto;
    }
    .collapse-sidebar{
        padding:20px 10px 20px 100px;
    }
    .light-orange-box{
        padding:30px;
    }

    .white-box.white-box-icon {
        padding: 50px 10px 10px 10px;
    }

    .map-filter-list > li > a{
        padding:0px;
    }
    .youtube-wrapper, .vimeo-wrapper {
        min-height: 300px !important;
    }
}

/** Product open new css **/

.big-title-text{
    padding:15px 0;
}
.big-title-text h1{
    font-size:1.6em;
    line-height:1.5em;
}
.info-box{
    padding:20px 0;
}
.info-box h2{
    font-size:2em;
    color:#ff3700;
    margin:0 0 15px 0;
}
.info-box p{
    font-size:1.1em;
    line-height:1.6em;
}
.quote-box{
    background:#ff3700;
    color:#fff;
    padding:50px;
}
.quote-symbol{
    font-size:4em;
    color:rgba(255,255,255,0.3);
}
.quote-box h3{
    font-size:1.8em;
    line-height:1.3em;
    margin-top:0;
    margin-bottom:20px;
}

.download-btn{
    background:#ffebe5;
    padding:5px 10px 5px 40px;
    position:relative;
    display:block;
    margin-bottom:5px;
    line-height:1.2em;
    cursor:pointer;
    font-size:0.9em;
    color: #404040 !important;
}
.download-icon{
    position:absolute;
    left:10px;
    top:0;
    bottom:0;
    font-size:1.3em;
    display:block;
    width:20px;
    height:20px;
    text-align:center;
    margin:auto;
    color: #404040;
}
.download-btn:hover{
    color:#404040;
}

.youtube-wrapper {
    position:relative !important;
    top: initial;
    left: initial;
    min-height: 800px;
    right: initial;
    bottom: initial;
}

.youtube-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vimeo-wrapper {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   min-height: 800px;
}
.vimeo-wrapper iframe {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
}

.fullscreen {
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    width: 100%;
}

.video-container {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}

.internal-container .video-container {
    position: relative;
    width:100%;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

.video-container video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    visibility: visible;
    width: auto;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    /*min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;*/
    max-width: 100%;
    max-height: 100%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.internal-container .video-container video {
    height: auto;
    width:100%;
    position: relative;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    top:0;
    left:0;
    z-index: 1;
}

.youtube-container {
    height: 315px;
}

.youtube-container iframe {
    width: 100%;
    height: 100%;
}

.collapse-menu > li > .collapse-menu-child {
    margin: 5px 0 10px 0;
    padding: 0 0 0 15px;
    list-style: none;
}

.collapse-menu > li > .collapse-menu-child > li > a {
    background: #f0f0f0;
    margin-bottom: 2px;
    padding-left: 10px;
}
.collapse-menu > li > .collapse-menu-child > li > a:after,
.collapse-menu > li > .collapse-menu-child > li > .collapse-menu-child > li > a:after {
    display: none;
}
.collapse-menu > li > .collapse-menu-child > li > .collapse-menu-child {
    padding-left: 0px;
    list-style: none;
    display: none;
}
.collapse-menu > li > .collapse-menu-child > li.active > .collapse-menu-child {
    display: block;
}
.collapse-menu-child > li.active > a {
    font-weight: bold;
}
.collapse-menu > li > .collapse-menu-child > li > .collapse-menu-child > li > a {
    background: transparent;
}