@font-face {
    font-family: 'latoregular';
    src: url('font/lato-regular-webfont.eot');
    src: url('font/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/lato-regular-webfont.woff2') format('woff2'),
    url('font/lato-regular-webfont.woff') format('woff'),
    url('font/lato-regular-webfont.ttf') format('truetype'),
    url('font/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswalddemi-bold';
    src: url('font/oswald-demi-bolditalic-webfont.eot');
    src: url('font/oswald-demi-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/oswald-demi-bolditalic-webfont.woff2') format('woff2'),
    url('font/oswald-demi-bolditalic-webfont.woff') format('woff'),
    url('font/oswald-demi-bolditalic-webfont.ttf') format('truetype'),
    url('font/oswald-demi-bolditalic-webfont.svg#oswalddemi-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'myriad-web-pro';
    src: url('font/myriad-web-pro.eot');
    src: url('font/myriad-web-pro.eot?#iefix') format('embedded-opentype'),
    url('font/myriad-web-pro.woff') format('woff'),
    url('font/myriad-web-pro.ttf') format('truetype'),
    url('font/myriad-web-pro.svg#myriad-web-pro') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswaldmedium';
    src: url('font/oswald-medium-webfont.eot');
    src: url('font/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/oswald-medium-webfont.woff2') format('woff2'),
    url('font/oswald-medium-webfont.woff') format('woff'),
    url('font/oswald-medium-webfont.ttf') format('truetype'),
    url('font/oswald-medium-webfont.svg#oswaldmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('font/opensans-light-webfont.eot');
    src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/opensans-light-webfont.woff2') format('woff2'),
    url('font/opensans-light-webfont.woff') format('woff'),
    url('font/opensans-light-webfont.ttf') format('truetype'),
    url('font/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('font/opensans-regular-webfont.eot');
    src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/opensans-regular-webfont.woff2') format('woff2'),
    url('font/opensans-regular-webfont.woff') format('woff'),
    url('font/opensans-regular-webfont.ttf') format('truetype'),
    url('font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('font/opensans-semibold-webfont.eot');
    src: url('font/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/opensans-semibold-webfont.woff2') format('woff2'),
    url('font/opensans-semibold-webfont.woff') format('woff'),
    url('font/opensans-semibold-webfont.ttf') format('truetype'),
    url('font/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    background-color: #f5f5f5;
}

.navbar{
    border-radius: 0;
    min-height: 86px;
    border: 0;
    font-family: 'open_sansregular';
}

.navbar-brand{
    padding: 0 15px 15px 30px;
}

.navbar-collapse{
    padding: 15px;
}

.navbar-default {
    background: #606060;
    border-color: #4f4e4e;
}

.navbar-default .navbar-brand {
    color: #ecf0f1;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #d2d2d2;
}

.navbar-default .navbar-text {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > li > a {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #d2d2d2;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    background-color: #606060;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: #d2d2d2;
    background-color: #4f4e4e;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
    background-color: #606060;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #d2d2d2;
    background-color: #4f4e4e;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #d2d2d2;
    background-color: #4f4e4e;
}

.navbar-default .navbar-toggle {
    border-color: #4f4e4e;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #4f4e4e;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ecf0f1;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ecf0f1;
}

.navbar-default .navbar-link {
    color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
    color: #d2d2d2;
}

/*.header-container{*/
    /*padding: 0 15px;*/
/*}*/

/*.header{*/
    /*width: 100%;*/
    /*height: 86px;*/
    /*background-color: #606060;*/
/*}*/

/*.main-menu{*/
    /*padding: 32px 0;*/
/*}*/

/*.main-menu ul{*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*list-style: none;*/
/*}*/

/*.main-menu ul li{*/
    /*float: left;*/
/*}*/

/*.main-menu ul li a{*/
    /*color: #fff;*/
    /*font-family: 'Open Sans';*/
    /*padding: 8px 7px;*/
    /*position: relative;*/
/*}*/

/*.main-menu ul li a:hover,*/
/*.main-menu ul li a:focus{*/
    /*text-decoration: none;*/
/*}*/

.main-menu li a:before{
    content: '';
    width: 20px;
    height: 7px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    background-color: transparent;
}

.main-menu li a:hover:before,
.main-menu li a:focus:before{
    background-color: #ddd;
}

.main-menu li a.menu-item-active:before{
    background-color: #ddd;
}

/*.header-container .social{*/
    /*padding: 25px 0;*/
/*}*/

/*.header-container .social div{*/
    /*float: right;*/
/*}*/

/*.header-container .social div:first-child a{*/
    /*padding-right: 0;*/
/*}*/

/*.header-container .social div a{*/
    /*display: block;*/
    /*color: #fff;*/
    /*font-size: 17px;*/
    /*padding: 8px 15px;*/
/*}*/

/*.header-container .social div a:hover,*/
/*.header-container .social div a:focus{*/
    /*color: #ddd;*/
    /*text-decoration: none;*/
/*}*/

.image-desc{
    width: 100%;
    height: 100px;
    background-color: #606060;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-family: 'latoregular';
    text-align: center;
    padding: 20px 50px;
}

.image-desc .desc{
    font-size: 29px;
    margin-bottom: 5px;
}

/*.image-desc .more{*/
    /*font-size: 18px;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
/*}*/

/*.image-desc .more div{*/
    /*display: inline-block;*/
    /*border: 1px solid #c6c6c6;*/
    /*border-radius: 3px;*/
    /*height: 100%;*/
    /*width: 80px;*/
/*}*/

/*.image-desc .more div a{*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*color: #fff;*/
/*}*/

/*.image-desc .more div a:hover,*/
/*.image-desc .more div a:focus{*/
    /*text-decoration: none;*/
    /*color: #fff;*/
    /*background-color: #c6c6c6;*/
/*}*/

.slider{
    overflow: hidden;
}

.jssorb03{
    position: absolute;
    right: inherit !important;
}

.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    text-align: center;
    color: transparent;
    font-size: 12px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    line-height: 18px;
    background: transparent;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border:1px solid #fff;
    cursor: pointer;
}

.jssorb03 div{
    background-position: -5px -4px;
}

.jssorb03 div:hover, .jssorb03 .av:hover{
    background-position: -35px -4px;
}

.jssorb03 .av{
    background-color: #fff;
}

.jssorb03 .dn, .jssorb03 .dn:hover{
    background-position: -95px -4px;
}

.wrapper-1{
    padding: 15px 25px 25px 25px;
    background-color: #fff;
}

.wrapper-1 .head{
    font-family: 'oswalddemi-bold';
    font-size: 18px;
    margin-bottom: 15px;
    position: relative;
}

.wrapper-1 .head:before{
    content: '';
    background-color: #BFBFBF;
    width: 18px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.get-free-quote{
    background-color: #fff;
}

.get-free-quote .form-field,
.contact-us-form .form-field{
    height: 50px;
}

.get-free-quote textarea.form-field,
.contact-us-form textarea.form-field{
    height: 100px;
    resize: none;
    padding-top: 15px;
}

.contact-us-form textarea.form-field{
    height: 150px;
}

.get-free-quote button{
    padding: 20px;
    color: #fff;
    font-family: 'myriad-web-pro';
    background-color: #a8a8a8;
    font-size: 16px;
}

.about-us{
    margin: 40px auto;
    text-align: center;
}

.about-us .name{
    font-family: 'oswaldmedium';
    font-size: 36px;
}

.about-us .name a{
    color: inherit;
}

.about-us .name a:hover,
.about-us .name a:focus{
    color: inherit;
    text-decoration: none;
}

.about-us .desc{
    font-family: 'latoregular';
    padding: 0 90px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #6c6c6c;
}

.about-us .more{
    font-family: 'myriad-web-pro';
    font-size: 18px;
}

.about-us .more div{
    display: inline-block;
    border: 1px solid #242524;
    border-radius: 4px;
    width: 110px;
    height: 40px;
}

.about-us .more div a{
    display: block;
    padding: 8px 10px;
    color: #242524;
    width: 100%;
    height: 100%;
}

.about-us .more div a:hover,
.about-us .more div a:focus{
    text-decoration: none;
    color: #242524;
}

.latest{
    font-family: 'latoregular';
    margin: 0 auto 20px auto;
}

.latest .latest-products,
.latest .latest-news{
    padding-bottom: 0;
}

.latest .latest-products .wrapper-left{
    padding-left: 10px;
}

.latest .latest-products .wrapper-right{
    padding-right: 10px;
}

.latest .latest-products
.content a{
    color: #181818;
    font-size: 12px;
    text-align: center;
}

.latest .latest-products
.content a:hover,
.latest .latest-products
.content a:focus{
    text-decoration: none;
    color: #181818;
}

.latest .latest-products
.content a .name{
    margin: 5px auto;
    height: 20px;
    overflow: hidden;
    line-height: 1.6em;
}

.latest .latest-news .news1{
    height: 130px;
}

.latest .latest-news .news2{
    margin-bottom: 37px;
}

.latest .latest-news .news1 a,
.latest .latest-news .news2 a{
    float: left;
    margin-right: 10px;
}

.latest .latest-news .news1 a .image,
.latest .latest-news .news2 a .image,
.latest .latest-products
.content a .image{
    position: relative;
}

.latest .latest-news .news1 a .image:hover:after,
.latest .latest-news .news2 a .image:hover:after,
.latest .latest-products
.content a .image:hover:after{
    content: '';
    background-color:rgba(0,0,0,.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.latest .latest-news .news1 a .image:before,
.latest .latest-news .news2 a .image:before,
.latest .latest-products
.content a .image:before{
    content: "\f03e";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    top: 40%;
    left: 45%;
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari */
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
}

.latest .latest-news .news2 a .image:before,
.latest .latest-products
.content a .image:before{
    left: 50%;
    margin-left: -10px;
}

.latest .latest-news .news1 a .image:hover:before,
.latest .latest-news .news1 a .image:focus:before{
    -ms-transform: scale(5); /* IE 9 */
    -moz-transform: scale(5); /* IE 9 */
    -webkit-transform: scale(5); /* Safari */
    -o-transform: scale(5); /* Safari */
    transform: scale(5);
}

.latest .latest-news .news2 a .image:hover:before,
.latest .latest-news .news2 a .image:focus:before,
.latest .latest-products
.content a .image:hover:before{
    -ms-transform: scale(2); /* IE 9 */
    -moz-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari */
    -o-transform: scale(2); /* Safari */
    transform: scale(2);
}

.latest .latest-news .news1 .name-desc .name,
.latest .latest-news .news2 .name{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.latest .latest-news .news2 .name{
    font-size: 18px;
}

.latest .latest-news .news2 .name{
    margin-bottom: 0;
}

.latest .latest-news .news1 .name-desc .desc,
.latest .latest-news .news2 .desc{
    font-size: 13px;
    color: #8b8b8b;
    margin-bottom: 10px;
}

.latest .latest-news .news1 .name-desc .more a{
    color: #606060;
    font-size: 13px;
}

.latest .latest-news .news1 .name-desc .more a:hover,
.latest .latest-news .news1 .name-desc .more a:focus{
    color: #606060;
}

.latest-projects .content .owl-buttons{
    position: absolute;
    top: -40px;
    right: -4px;
}

.latest-projects .content .owl-buttons div{
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
     border-radius: 0;
    background: #c7921e;
    opacity: .7;
}

.latest-projects .content a{
    text-align: center;
    color: #000;
    font-family: 'latoregular';
    font-size: 15px;
}

.latest-projects .content a:hover,
.latest-projects .content a:focus{
    color: #000;
}

.latest-projects .content .desc{
    height: 40px;
    overflow: hidden;
    padding: 5px 0;
}

.clients{
    text-align: center;
    margin: 40px auto 25px auto;
}

.clients .name{
    font-family: 'oswaldmedium';
    font-size: 36px;
}

.clients .name a{
    color: inherit;
}

.clients .name a:hover,
.clients .name a:focus{
    text-decoration: none;
    color: inherit;
}

.clients .clients-images{
    margin-top: 15px;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 15px 0;
}

.clients .clients-images .image{
    margin: 0 auto;
    width: 100px;
    height: 75px;
}

.clients .clients-images .image img{
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.footer .menu-mailing-list{
    height: 225px;
    background-color: #a3a3a3;
    padding: 60px 40px;
}

.footer .menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .menu ul li{
    float: left;
    width: 33.33333%;
}

.footer .menu ul li a{
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    font-family: 'open_sanslight';
}

.footer .menu ul li a:hover,
.footer .menu ul li a:focus{
    color: #fff;
}

.footer .menu-mailing-list .mailing-list .head{
    position: relative;
    font-family: 'oswaldmedium';
    font-size: 17px;
    color: #fff;
    font-style: italic;
}

.footer .menu-mailing-list .mailing-list .head:before{
    content: '';
    background-color: #000;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.footer .menu-mailing-list .mailing-list .box{
    display: table;
    position: relative;
    border-collapse: separate;
    margin-top: 20px;
}

.footer .menu-mailing-list .mailing-list .box span{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    width: 1%;
    font-size: 0;
}
.footer .menu-mailing-list .mailing-list .box span button{
    background-color: #606060;
    color: #fff;
    border-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.footer .copy-right-blue-logo{
    background-color: #4c4c4c;
    height: 90px;
    padding:30px 25px;
}

.footer .copy-right-blue-logo .social-copy-right{
    float: left;
}

.footer .copy-right-blue-logo .social-copy-right .social{
    float: left;
    margin-right: 10px;
}

.footer .copy-right-blue-logo .social-copy-right .social div{
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-right: 10px;
    float: left;
}

.footer .copy-right-blue-logo .social-copy-right .social div.facebook{
    background-color: #3f5d9d;
}

.footer .copy-right-blue-logo .social-copy-right .social div.twitter{
    background-color: #00acee;
}

.footer .copy-right-blue-logo .social-copy-right .social div.google{
    background-color: #ff4c4d;
}

.footer .copy-right-blue-logo .social-copy-right .social div.instagram{
    background-color: #4e81a9;
}

.footer .copy-right-blue-logo .social-copy-right .social div a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 17px;
    text-align: center;
    line-height: 32px;
}

.footer .copy-right-blue-logo .social-copy-right .copy-right{
    float: left;
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 12px;
    padding: 6px 0;
}

.footer .copy-right-blue-logo .blue-logo{
    float: right;
    padding: 5px 0;
}

.footer .copy-right-blue-logo .blue-logo a{
    color: #fff;
    font-family: 'open_sansregular';
    font-size: 12px;
}

.footer .copy-right-blue-logo .blue-logo a span{
    display: inline-block;
    width: 44px;
    height: 18px;
    background: url("../images/blue_logo.png") no-repeat;
    background-position: 0 -19px;
    vertical-align: text-top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .copy-right-blue-logo .blue-logo a:hover{
    text-decoration: none;
    color: #00AEEF;
}

.footer .contacts{
    height: 315px;
    background-color: #606060;
    padding: 15px;
    color: #fff;
}

.footer .contacts .head{
    font-family: 'oswaldmedium';
    font-size: 30px;
    font-style: italic;
}

.footer .contacts .content{
    font-family: 'latoregular';
    font-size: 15px;
    margin-top: 10px;
}

.footer .contacts .content div{
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
    height: auto;
}

.footer .contacts .content div span{
    width: 30px;
    height: 30px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    left: 1px;
    top: -5px;
    color: #fff !important;
}

.footer .contacts .content a{
    color: #fff;
}

.footer .footer-left{
    padding-left: 0;
}

.footer .footer-right{
    padding-right: 0;
}

.breadcrumb-container{
    margin-top: 40px;
}

.breadcrumb-container .breadcrumb{
    padding-left: 0;
}

.inner-pages .head{
    font-family: 'oswaldmedium';
    font-size: 36px;
}

.inner-pages .head span{
    display: inline-block;
    position: relative;
}

.inner-pages .head span:before{
    content: '';
    background-color: #000;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner-pages .about-us-content{
    font-family: 'latoregular';
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 100px;
}

.inner-pages .content{
    margin-top: 50px;
}

.inner-pages .content-products{
    margin-bottom: 30px;
}

.inner-pages .content-products .row > div:nth-of-type(3n){
    padding-left: 0;
}

.inner-pages .content-products .row > div:nth-of-type(3n + 1){
    padding-right: 0;
}

.inner-pages .content-products .row > div:nth-of-type(3n + 2){
    padding-right: 0;
    padding-left: 0;
}

.inner-pages .content .item{
    margin-bottom: 30px;
}

.inner-pages .content .item-product{
    margin: 0 !important;
}

.inner-pages .content .item .image a{
    display: block;
    width: 100%;
    height: 100%;
}

.inner-pages .content .item .image{
    position: relative;
    display: inline-block;
}

.inner-pages .content .item .image:before{
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.inner-pages .content .item .image:hover:before,
.inner-pages .content .item .image:focus:before{
    background-color: rgba(0,0,0,.3);
}

.inner-pages .content .item .image a img{
    width: 100%;
}

.inner-pages .content .item .name{
    margin-top: 5px;
    height: 40px;
    overflow: hidden;
}

.inner-pages .content .item .name a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-family: 'open_sanssemibold';
    font-size: 17px;
    color: #222222;
}

.inner-pages .content .item .name a:hover,
.inner-pages .content .item .name a:focus{
    color: #222222;
}

.inner-pages .content .item .products-name{
    background-color: #fff;
    margin: 0 !important;
    text-align: center;
    height: 50px !important;
    padding: 0 10px;
    line-height: 50px;
}

.inner-pages .content .item .desc{
    margin-top: 10px;
    font-family: 'open_sansregular';
    color: #666666;
    height: 50px;
    overflow: hidden;
    font-size: 13px;
}
.inner-pages .content .static-pages{
    margin-bottom: 200px;
}

.inner-pages .content .static-pages ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-pages .content .static-pages ul li{
    float: left;
    margin-right: 15px;
}

.inner-pages .content .static-pages ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-family: 'open_sansregular';
    text-decoration: underline;
}

.inner-pages .page-details .title{
    font-family: 'open_sansregular';
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}

.inner-pages .page-details .image{
    margin: 0 auto 10px auto;
}

.inner-pages .page-details .image img{
    width: 100%;
}

.inner-pages .page-details .desc{
    color: #000;
    font-family: 'open_sansregular';
    margin-bottom: 15px;
}

.inner-pages .page-details .video{
    margin-bottom: 15px;
}

.inner-pages .page-details .album-images .images{
    padding: 10px;
    background-color: #fff;
}

.inner-pages .page-details .album-images .album-image{
    position: relative;
}

.inner-pages .page-details .album-images .album-image a{
    color: #fff;
    font-family: 'open_sansregular';
}

.inner-pages .page-details .album-images .album-image a .album-image-desc{
    position: absolute;
    top: 20%;
    left: 50%;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    -ms-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}

.inner-pages .page-details .album-images .album-image a:hover .album-image-desc,
.inner-pages .page-details .album-images .album-image a:focus .album-image-desc{
    opacity: 1;
}

.inner-pages .page-details .album-images .album-image a .album-image-desc div{
    position: relative;
    left: -50%;
}

.inner-pages .page-details .album-images
.images a img,
.inner-pages .content .item .image img{
    /*width: 100%;*/
    height: 100%;
    margin: 0 auto;
}

.inner-pages .block{
    margin-bottom: 15px;
}

.inner-pages .block .title{
    font-family: 'open_sansregular';
    color: #000;
    font-size: 17px;
    margin-bottom: 10px;
}

.inner-pages .block .title span{
    display: inline-block;
    height: 100%;
    position: relative;
}

.inner-pages .block .title span:before{
    content: '';
    background-color: #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner-pages .block .items .item{
    margin-bottom: 5px;
}

.inner-pages .block .items .item .image img{
    width: 100%;
}

.inner-pages .block .items .item .name a{
    color: #000;
    font-family: 'open_sansregular';
}

.inner-pages .block .items .item .name a:hover,
.inner-pages .block .items .item .name a:focus{
    color: #000;
}

.inner-pages .side-bar{
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.inner-pages .side-bar .side-bar-left-padding{
    padding-left: 10px;
}

.inner-pages .side-bar .side-bar-right-padding{
    padding-right: 10px;
}

.video-container{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.margin-top-40{
    margin-top: 40px;
}

.margin-top-30{
    margin-top: 30px;
}

.relative{
    position: relative;
}

.help-inline{
    color: #A94442;
}

.in-visible{
    opacity: 0;
}

.visible{
    opacity:1;
}

/*.no-left-padding{*/
    /*padding-left: 0;*/
/*}*/

/*.no-right-padding{*/
    /*padding-right: 0;*/
/*}*/

.error-message{
    margin-bottom: 5px;
    text-align: center;
}

.center-text-align{
    text-align: center;
}

@media (max-width: 767px) {
    .main-menu li a:before{
        content: '';
        width: 0;
        height: 0;
    }
    .navbar-header{
        min-height: 108px;
    }

    .navbar-brand{
        padding: 0 15px 15px 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #d2d2d2;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #d2d2d2;
        background-color: #4f4e4e;
    }

    /*.header,*/
    /*.inner-pages .content .item .desc{*/
        /*height: auto;*/
    /*}*/

    /*.logo a img{*/
        /*margin: 0 auto;*/
    /*}*/

    /*.main-menu{*/
        /*padding: 15px 0 0 0;*/
    /*}*/

    /*.main-menu ul li{*/
        /*width: 50%;*/
        /*margin-bottom: 10px;*/
        /*text-align: center;*/
    /*}*/

    /*.main-menu ul li a:before{*/
        /*bottom: 0;*/
    /*}*/

    /*.header-container .social{*/
        /*text-align: center;*/
        /*padding: 0;*/
        /*direction: rtl;*/
    /*}*/

    /*.header-container .social div:first-child a{*/
        /*padding-right: 15px;*/
    /*}*/

    /*.header-container .social div{*/
        /*float: none;*/
        /*display: inline-block;*/
    /*}*/

    .clients .clients-images .image{
        margin: 0 auto 20px auto;
    }

    .latest .latest-products .wrapper-left,
    .latest .latest-products .wrapper-right{
        padding-right: 15px;
        padding-left: 15px;
    }

    .about-us .desc{
        padding: 0;
    }

    .latest-products .content .image img,
    .latest-news .content .news1 a img,
    .latest-news .content .news2 a img,
    .latest-projects .content .owl-item div img,
    .clients .clients-images .image img,
    .inner-pages .page-details .album-images
    .images a img,
    .inner-pages .content .item .image img{
        width: 100%;
    }

    .inner-pages .page-details .album-images
    .images a img,
    .inner-pages .content .item .image img{
        height: auto;
    }

    .latest .latest-news .news1 a,
    .latest .latest-news .news2 a{
        margin-right: 0;
        width: 100%;
    }

    .footer .footer-left{
        padding-left: 15px;
    }

    .footer .footer-right{
        padding-right: 15px;
    }

    .footer .copy-right-blue-logo{
        height: auto;
        padding: 20px;
    }

    .footer .menu-mailing-list{
        height: auto;
        padding: 20px;
    }

    .footer .copy-right-blue-logo .social-copy-right{
        float: none;
    }

    .footer .copy-right-blue-logo .social-copy-right .social{
        float: none;
        margin: 0;
    }

    .footer .copy-right-blue-logo .blue-logo{
        float: none;
    }

    .footer .copy-right-blue-logo .social-copy-right .social div{
        float: none;
        display: inline-block;
    }

    .footer .copy-right-blue-logo .social-copy-right .copy-right{
        float: none;
        margin-top: 5px;
    }

    .inner-pages .head{
        text-align: center;
    }

    .inner-pages .content{
        text-align: center;
    }

    /*.no-left-padding{*/
        /*padding-left: 15px;*/
    /*}*/

    /*.no-right-padding{*/
        /*padding-right: 15px;*/
    /*}*/
    .inner-pages .content-products .row > div:nth-of-type(3n){
        padding-left: 15px;
    }

    .inner-pages .content-products .row > div:nth-of-type(3n + 1){
        padding-right: 15px;
    }

    .inner-pages .content-products .row > div:nth-of-type(3n + 2){
        padding-right: 15px;
        padding-left: 15px;
    }

    .inner-pages .side-bar .side-bar-left-padding{
        padding-left: 15px;
    }

    .inner-pages .side-bar .side-bar-right-padding{
        padding-right: 15px;
    }
}

@media (max-width: 338px) {
    /*.main-menu ul li{*/
        /*width: 100%;*/
        /*margin-bottom: 10px;*/
        /*text-align: center;*/
    /*}*/

    .footer .menu ul li{
        width: 50%;
    }
}