/*
Theme Name: ELIO
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Custom Template for ELIO
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom template
Text Domain: lpt
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family:'FuturaPT-Book';
    src: url('fonts/FuturaPT-Book_gdi.eot');
    src: url('fonts/FuturaPT-Book_gdi.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaPT-Book_gdi.woff') format('woff'),
        url('fonts/FuturaPT-Book_gdi.ttf') format('truetype'),
        url('fonts/FuturaPT-Book_gdi.svg#FuturaPT-Book') format('svg');
}
@font-face {
    font-family:'futurastd-bold';
    src: url('fonts/futurastd-bold.eot');
    src: url('fonts/futurastd-bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/futurastd-bold.woff') format('woff'),
        url('fonts/futurastd-bold.ttf') format('truetype'),
        url('fonts/futurastd-bold.svg#FuturaPT-Book') format('svg');
}
/*-------------General Style---------------------------------------*/
@charset "utf-8";
/*
        [ Main Stylesheet ]
        <?xml version="1.0" encoding="UTF-8"?>
        Theme Name: Elio
        Version: 1.2.0
        Author: 
        Author URI:
        Description:
*/
/* 
        -----------------------------------------------------------
                [Table of contents]
        -----------------------------------------------------------
                1. Menu
                2. Home Slider
                3. Footer
           26. Preloader
*/
/* ==== Common Styles ==== */
body{
    font-family: 'FuturaPT-Book';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #6d6d6d;
}
a:hover{
    text-decoration:none;
    color: #2883c6;
}
a:focus{
    text-decoration:none;
    color: #2883c6;
}
a:focus,select:focus{
    outline: none;
    color: #2883c6;
}
a{
    color: #2883c6;
}
ul{
    padding:0;
    margin:0;
    list-style:none;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family:'futurastd-bold';
    margin-top: 0;
    margin-bottom: 20px;
    color: #3c3d3d;
}
h1{
    font-size: 27px;
    text-transform: uppercase;
}
h2{
    text-transform: uppercase;
}
h3{
    font-size: 29px;
}
p{
    margin-bottom: 20px;
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
}
/* ==== 1) Menu ==== */
/* Navigation */
#navigation{
    background:#fff;
    padding: 20px 0;
}
#navigation .navigation{
    padding:0;
    height:100%;
}
.logo{
    float:left;
    position:relative;
    z-index:999;
    text-align: left;
}
.logo a{
    width:auto;
}
/* #Misc
================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.icon,[class*='icon-']{
    background-image: url(assets/images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.social-nav [class*='icon-']{
    height: 23px;
    width: 23px;
    display: inline-block;
    text-indent: -999em;
}
.social-nav [class*='icon-']:hover{
    opacity: 0.9;
}
.icon-tw{
    background-position: 0 0;
}
.icon-fb{
    background-position: -24px 0;
}
.icon-gp{
    background-position: -48px 0;
}
.social-nav{
    float: right;
}
.logo p {
    color: #949494;
    display: inline;
    font-size: 14px;
    font-family: 'FuturaPT-Book';
    position: relative;
    vertical-align: bottom;
    padding-left: 3px;
}
/* Nav Menu */
.nav-menu{
    width:auto;
    float:right;
    text-align:left;
}
.nav-menu ul{
    padding:0;
    margin:0;
    float:right;
    clear: both;
}
.header-wrap .nav-menu ul.nav > li{
    padding: 20px 15px 0;
}
.nav-menu ul li{
    width:auto;
    display:block;
    float:left;
    list-style:none;
    margin:0;
}
.nav-menu ul li  a{
    padding:0px;
    display:block;
    text-transform:uppercase;
    font-size:16px;
    font-family: 'FuturaPT-Book';
    text-align:center;
    color:#666666;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.nav-menu ul li:last-child a,.header-wrap .nav-menu ul.nav > li:last-child{
    padding-right:0;
}
.main-nav > li > a:hover,
.footer-nav li a:hover,
.nav-menu ul li.current-menu-item a,
.main-nav > li > a:focus{
    background:none;
    color: #3187c9;
}
/* Mini Navigation For Mobile */
.mobile-drop{
    height:100%;
    display:none;
}
a.mobile-menu{
    position:absolute;
    top:50px;
    font-size:21px;
    right:20px;
    color:#333333;
    float:left;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobile-drop ul.fullwidth{
    width:100%;
    position:absolute;
}
.mobile-drop ul.fullwidth li{
    width:100%;
    height:auto;
    margin:0;
}
.mobile-drop ul.fullwidth li a{
    padding:10px;
    margin:0;
    height:auto;
    text-align:left;
    text-transform:uppercase;
    border-bottom:1px solid #ededed;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    font-size:14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.mobile-drop ul.fullwidth li.active > a,
.mobile-drop ul.fullwidth li > a:hover{
    background-color:#337ab7;
    color:white;
}
/* Dropdown Menu */
.extra{
    top:33px;
}
.dropdown-menu{
    border: 1px solid #eeeeee;
    border-radius: 0;
    margin:0;
    padding:0;
}
.dropdown-toggle .dropdown-menu li{
    display: block;
    width: 100%;
    padding:0;
    float: none;
    margin:0;
    height: auto;
}
.dropdown-toggle .dropdown-menu li a{
    display: block;
    border-bottom: 1px solid rgba(204,204,204, 0.5);
    width: 100%;
    height: auto;
    padding: 14px 20px;
    text-align: left;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.dropdown-toggle .dropdown-menu li:first-child a{
    padding-left: 20px;
}
.dropdown-toggle .dropdown-menu li a:hover{
    background: #337ab7;
    color: #fff;
}
.dropdown-menu li:last-child a{
    border: none!important;
}
/* Dropdown Menu For Mobile */
.dr-mobile{
    position: relative;
    width:100%;
    box-shadow: none;
    border-top: none;
}
.dr-mobile li{
    width:100%;
}
.dr-mobile li:first-child a{
    padding-left: 20px !important;
}
.dr-mobile li a{
    padding-left: 20px !important;
}
.dr-mobile li:last-child a{
    border-bottom: none !important;
}
/* ==== #billboard ==== */
#billboard{
    position: relative;
}
#main-slider .slides li{
    min-height: 440px;
    background-size: cover !important;
}
#billboard .flex-control-paging li{
    margin: 0 2px;
}
#billboard .flex-control-paging li a{
    width: 40px;
    height: 3px;
    border: none;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}#billboard .flex-control-paging li.flex-active a{
    background: #2883c6;
}
#billboard .flex-control-nav{
    text-align: right;
    bottom: 20px;
    width: 95%;
}
#billboard .container{
    position: relative;
}
.slider-entry{
    background: rgba(40,131,200,.95);
    padding: 20px ;
    width: 50%;
    margin-left: 30px;
    font-size: 17px;
    color: #fff;
    font-family: 'FuturaPT-Book';
    margin-top: 50px;
    border: 1px solid rgba(255,255,255,0.8);
}
.slider-entry h2{
    font-size: 39px;
    color: #012a4a;
}
#home #main{
    padding: 40px 0;
}
#main{
    padding: 35px 0;
}
.contact-us #main{
    padding-bottom: 0;
}
.content{
    padding-right: 20px;
}
.link{
    display: block;
    padding-top: 6px;
}
.link:after{
    content: "  \00BB";
}
.list li{
    margin-bottom: 5px;
}
.list li:before{
    content: "\f105";
    font-family:'FontAwesome';
}
.sec-block{
    background: #262626;
    padding: 40px 0;
    color: #2883c6;
}
.sec-block h3{
    color: #fff;
}
.sec-block .entry-header{
    padding: 0 30px;
}
.box{
    background: #2883c6;
    color: #fff;
    padding: 20px 30px 30px;
    text-align: center;
    font-size: 19px;
}
.box i{
    font-size: 50px;
}
.box .textwidget img{
    height: 57px;
}
.bar{
    background: url(assets/images/bar.jpg) no-repeat;
    min-height: 11px;
}
.bar.bar-border{
    border-bottom: 4px solid #ebebeb;
    padding: 35px 0 25px;

    background-color:#333;
}
.bar.bar-border{
    border-bottom: 4px solid #ebebeb;
    padding: 35px 0 25px;
}
.page-title{
    margin-bottom: 35px;
    color:white;
}
.interior .page-title{
    margin-bottom: 0;
}
.projects-list{
    margin-left: -35px;
    margin-right: -35px;
}
.projects-list .extra-padding{
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 30px;
}
.project-item{
    text-align: center;
    font-size: 14px;
}
.project-item img{
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
}
.project-item h5{
    font-size: 16px;
    color: #2d2d2d;
    margin-bottom: 10px;
}
.project-item .seperator{
    border: 2px solid #ebebeb;
    width: 90px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.services-item .image-holder{
    position: relative;
    margin-bottom: 20px;
}
.services-item .image-holder .overlay{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;

}
.services-item .title {
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 10px;
}
.services-list .col-md-6{
    margin-bottom: 20px;
}
.services-list .col-md-6:nth-child(2n+1){
    clear: both;
}
/* ==== 18) Contact Us ==== */
.container-fluid{
    padding:0px;
    position:relative;
}
#map{
    height: 350px;
    width: auto;
}
.padding-0{
    padding:0px;
}
.contct-middle-back{
    background-color:#606060;
    color: #fff;
    font-size: 15px;
}
.contact-us-info{
    padding:50px 40px 20px 50px;
}
.contact-us-map{
    padding:0px 0px 0px 50px;
    float:left;
    width:96%
}
.contact-us-info h4{
    font-size:21px;
    font-family:'futurastd-bold';
    color:#fff;
    margin-bottom:30px;
}
.contact-us-info p{
    font-weight:400;
    margin-bottom: 5px;
}
.contact-us-info p span{
    margin-right:7px;
    color: #000;
}
.contact-us-info p a{
    color: #fff;
}
.contact-add{
    padding-right:75px;
}
.content-red{
    color: red;
}
.contct-right-back{
    background-image:url(assets/images/contact-form-back.jpg);
    background-position: center 0%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 5;
    height: 556px;
}
.contact-form-1{
    padding:50px;
}
.contact-form-1 h4{
    font-size:21px;
    color:#fff;
    margin-bottom:30px;   font-family:'futurastd-bold';
}
.contact-applied-form label{
    font-size: 13px;
    color: #cccccc;
    font-family:'FuturaPT-Book';
}
.contact-applied-form .form-control{
    border:1px solid #fff;
    background-color:transparent;
}
.contact-submit-btn-1{
    padding:12px 30px;
    text-transform:uppercase;
    font-size:12px;
    color:#fff;
    border-radius:0px;
    float:right;
    background: #000;
}

.full-height {
    height: 100%;
}
.container-fluid{
    position: relative;
}
.section-columns-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 40%;
}
.section-columns-text {
    background: #606060 none repeat scroll 0 0;
    float: right;
    padding: 50px 0;
    position: relative;
    width: 60%;
}
.bg {
    background-attachment: scroll;
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* ==== 3) Footer ==== */
#footer{
    border-top: 4px solid #ebebeb;

    background-color:#ffffff;
    position:relative;
    font-size:14px;
    font-family:'FuturaPT-Book';
    color:#838383;
}
#footer .container{
    padding-top: 30px;
    padding-bottom: 30px;
}
#footer p{
    margin-bottom: 0;
}
.footer-nav li{
    display: inline-block;
    margin-right: 15px;
}
.footer-nav li a{
    color: #838383;
    text-transform: capitalize;
}
.footer-left {
    text-align:left;
    margin-bottom:0px;
}
.footer-right{
    text-align:right;
}
.padding{
    padding:0px;
}
.fancybox-title-over-wrap{
    width: 100%;
}
.fancybox-title{
    font-size: 18px;
}
.fancybox-title p{
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 5px;
}
@media (max-width: 991px){
    #main .page-title{
        margin-bottom: 20px;
    }
    .sec-block{
        text-align: center;
    }
    .sec-block [class*="col-md-"]{
        margin-bottom: 30px;
    }
    .slider-entry{
        width: 70%;
        margin-left: 0;
    }
    .services-item{
        margin-bottom: 40px;
    }

    .section-columns-img {
        height: auto;
        left: 0;
        padding: 150px 0;
        position: relative;
        top: 0;
        width: 100%;
    }

    .section-columns-text {
        width: 100%;
    }
}
@media (max-width: 767px){
    .slider-entry{
        width: 100%;
        margin-left: 0;
    }
    .slider-entry h2{
        font-size: 20px;
    }
    .footer-nav li{
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    #footer,.footer-right{
        text-align: center;
    }
    .footer-left{
        margin-bottom: 20px;
    }
    .projects-list{
        margin-left: -15px;
        margin-right: -15px;
    }
    .projects-list .extra-padding{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* ============================ 26) Preloader ============================ */
#preloader {
    position:fixed;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background: #fff;
    z-index:999999999;
    top:0;
}
.preloader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 99999;
    text-align:center;
}
.preload-logo{
    font-size:30px;
    font-family:'Raleway', sans-serif;
    font-weight:700;
    color:#222222;
}
ul.services{
    margin: 0px 0px 20px 0px;
}
ul.services li{
    list-style-type: disc;
    margin-left: 15px;
}
.page-id-11 h1.page-title{
    margin-bottom:0px;	
}
.page-id-7 .col-md-8{
    width:100%;	
}
#services-slider img{
    width:100%;	
}
