/*  
Theme Name: Historic Wheels Theme
Theme URI: https://g-zien.be/
Author: g-zien
Author URI: http://www.g-zien.be/
Description: A WordPress theme frame work
Version: 2.0
*/

/*
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none!important;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}
.info-text {
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    background: #730101;
    width: 50%;
}
.newsletter small {
    font-size: 90%;
    color: #fff;
	text-align:left;
}
html,
body {
    height: 100%
}

body {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
	background-color:#fff;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
*Helper-Classes
**/
ul#menu-footer-menu, ul#menu-footer-menu-frans, ul#menu-footer-menu-engels{
    margin: 40px 0px;
}
#menu-footer-menu li, #menu-footer-menu-frans li, #menu-footer-menu-engels li{
    list-style: none;
    line-height: 30px;
    display: inline-block;
    padding: 0px 15px;
}
#menu-footer-menu li a, #menu-footer-menu-frans li a, #menu-footer-menu-engels li a{
    color: #454545;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
.menu-item-has-children:after {
	content:url(images/down-arrow.png);
	position: absolute;
    right: -10px;
    top: 16px;
	
}
.sub-menu {
    display: none;
    padding-left: 10px;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.sub-menu li {
    padding: 10px;
    list-style: none;
}
.menu-item:hover .sub-menu {
    display: block;
}
.wpml-ls-item a:hover {
    border: none!important;
}
.sub-menu a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.full-height {
    width: 100%;
    height: 100vh;
}
.footer-details {
    padding: 20px 0px 5px 0px;
    border-top: 1px solid #c2c2c2;
}
.relative {
    position: relative;
}
.home-sec1 {
	background: url(images/over-bg-effect.png) no-repeat 85px 150px;
}
.header:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: url(images/headt-bottom.png);
    width: 100%;
    height: 150px;
}
.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background:url(images/baer-overlay.png) repeat center center;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 30px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

a.head-phone:before
{
	content: url(images/phone.png);
    position: relative;
    top: 5px;
    margin-right: 5px;

}
a.head-phone {
    float: right;
    background: none;
    padding: 25px 18px 35px 18px;
    font-size: 16px;
    font-weight: 400;
	font-family: 'Roboto Slab', serif;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
    color: #fff!important;
    text-transform: capitalize;
}
.copyright p, .copyright a {
    color: #231f20;
    font-size: 16px!important;
    margin: 0;
	font-family: 'Roboto Slab', serif;
}
.footer-bottom p, .footer-bottom a {
    color: #231f20;
    font-size: 16px;
    margin: 0;
    font-family: 'Roboto Slab', serif;
}
#menu-primary-menu-1 li a {
    color: #454545;
    font-size: 15px;
	font-weight:700;
    margin: 0;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
#menu-primary-menu-1 li {
    list-style: none;
    line-height: 30px;
    display: inline-block;
    padding: 0px 15px;
}
ul#menu-primary-menu-1 {
    margin: 40px 0px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}
.footer-details p {
    line-height:30px;
}
.footer-details h3 {
    font-size: 16px;
    color: #4c4c4c;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
	margin-bottom: 15px;
    text-transform: uppercase;
}
.page-template-template-cursus span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px!important;
    font-weight: normal;
    display: block;
    font-family: 'Roboto Slab', serif;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #ccc!important;
    background: #fff;
    font-size: 16px!important;
	float: left;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {

	border: 2px solid #ccc!important;
    background: #fff;
    font-size: 16px!important;
	float: left;
}
.page-template-template-cursus span.wpcf7-not-valid-tip {
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
    text-align: right;
    margin-top: -52px;
    padding-bottom: 0px;
    background: #efefef;
    float: right;
    margin-right: 2px;
    padding: 0px 8px;
    border-radius: 10px 0px 5px 0px;
}
.blog-photo1 {
    position: relative;
}
.blog-photo1 span {
    color: #fff;
    font-size: 16px;
}
.blog-photo1:after{
    content: '';
    position: absolute;
    bottom: -20px;
    right: -38px;
    background: url(images/blog-img-effect.png) no-repeat 0 0;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.blog-photo1 img {
	border-radius: 5px;
}
.blog-content1 h4 {
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-transform: capitalize;
    color: #878787;
}
.meta
{
    width: 125px;
    height: 105px;
    display: block;
    position: absolute;
    bottom: 0;
    background: #15bed8;
	color:#fff ;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;	
}
.meta span {
    font-size: 20px;
}
.thumb {
    position: relative;
	    margin-bottom: 30px;
}	
.blog-photo1 .date {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 53px;
    background: rgba(62,118,135,.7);
}
.blog-content1 {
    padding: 15px;
}
.blog-content2 {
    padding: 15px;
}
.single-blog1 {
   
    margin-bottom: 30px;
}
.single-blog2 {
    box-shadow: 1px 3px 10px #ccc;
    margin-bottom: 30px;
}
.blog-photo2 img {
    width: 100%;
    height: auto;
}
.blog-content1 span {
    color: #333;
}
.blog-content2 span {
    color: #333;
    display: block;
    padding-bottom: 10px;
}
.single-blog2 h3 {
    font-size: 28px;
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    color: #000;
	padding-bottom: 15px;
    margin-top: 0;
    line-height: 44px;
}
.single-blog1 h3 {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #2f2f2f;
    margin-top: 0;
    line-height: 30px;
}
.page-template-template-contact span.wpcf7-not-valid-tip{
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0;
    font-weight: 400;
    margin-right: 10px;
    font-size: 12px;
    text-align: right;
    margin-top: -65px;
    padding-bottom: 0px;
    background: #efefef;
    float: right;
    margin-right: 2px;
    padding: 0px 8px;
    border-radius: 10px 0px 5px 0px;
}
.gallery-title span {
    font-size: 12px;
    font-weight: 700;
    color: #ccc;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    display: block;
    padding-top: 3px;
}
/**
*Default Background Class
**/
.first-p {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto Slab', serif;
}
.second-p {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Roboto Slab', serif;
}


.gray-bg {
    background-color: #f2fefe;
}
.wh-bg {
    background-color: #fff;
}
.prod-wrap {
   position: relative;
    display: block;
	margin-bottom: 30px;
}
.prod-wrap:hover:before
{
	    opacity: .30;
}
.col-xs-12.contact-bg {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px #ccc;
    margin: 1%;
    width: 98%;
	
}
.prod-wrap img {
    border-radius: 5px;
}
.flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after, 
    .flex-row.row:before {
        display: flex;
    }
.overlay-f a {
    font-size: 16px;
    color: #00b8d5;
    font-weight: 700;
    text-transform: uppercase;
}
.overlay-hover {
        display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #00b8d5;
    text-align: center;
    padding: 80px 20px;
}
.list-project {
    margin: 10px 0px;
    min-height: 80px!important;
}
.list-project span {
    font-size: 16px;
    color: #3e7687;
    margin-right: 10px;
    min-height: 120px;
    display: block;
    font-weight: bold;
    float: left;
}
.over-bg2
{
	padding-bottom:30px;
}
.over-bg2 .img-bg {
    position: absolute;
    bottom: -10%;
    left: -14%;
	top:auto;
    z-index: -1;
}
.gallery-bg p {
    padding: 0px 70px;
    text-align: center;
}
.col-xs-12.popup-gallery {
    margin-top: 40px;
}
h2.sec-title {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 38px;
    color: #3e7687;
    padding: 0 100px;
}
a.button.white-trans.header-button {
    border-radius: 5px;
    padding: 10px 18px;
    font-size: 16px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    margin-top: 30px;
    font-weight: 700;
}
.overlay-hover p
{
	color:#fff;
}
.overlay-hover h1
{
	color:#fff;
	font-size:22px;
	font-weight:500;
	font-family: 'Roboto Slab', serif;
	margin-bottom:20px;
}
.overlay-f h1
{
	color:#fff;
	font-size:22px;
	font-weight:500;
	font-family: 'Roboto Slab', serif;
}
.overlay-f {
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: 20px;
}
.gallery-sec
{
	padding-top:60px
}
.prod-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	background:#000;
}
.overlay-f
{
	
}
.overk-bg
{
}

.testi-bg .page-title2 h2 {
    color: #fff;
}
.testi-bg .page-title2 .bord-style{
	    border: 10px solid #5e5e5d;
}
/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #2f60c3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}
#menu-header-menu-1 li a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}
#menu-header-menu-1 li{
    list-style:none;
}
.button.white,
.button:hover {
    background-color: #ffffff;
    color: #138fc2;
}
.button.black,
.button:hover {
    background-color: #000;
    color: #fff;
}
ul#menu-header-menu-1 {
    padding-left: 0;
}
.sidebar-column {
    padding: 80px 0px;
}
.footertop-bg .page-title2 .bord-style {
    border: 10px solid rgba(91,91,91,0.4);
    width: 86%;
}
.sidebar-column h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto Slab', serif;
    margin: 0px 0px 20px;
}
.foot-contact {
    margin-bottom: 40px;
}
.foot-contact a {
    color: #bdbdbd;
    font-size: 17px;
}
.cont-tit
{
	padding-bottom:20px!important;
}
.footertop-bg .page-title2 {
  width: 90%;
}
.footertop-bg .page-title2 h2
{
	color: #ffffff;
}
.button.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}
.over-bg2 .caption-desc h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #000;
    font-family: 'Roboto Slab', serif;
    text-transform: capitalize;
}
.caption-desc h2 span {
    position: absolute;
    font-size: 110px;
    color: rgba(73,73,73,.1);
    top: -15px;
}
.button i {
    margin-left: 15px;
}

/**
*Page title
**/
/*.feature.affix {
    top: 149px;
    width: 100%;
    left: 0;
    z-index: 99;
}*/
.header.inner-bg {
    padding: 5% 0;
    background: #f2f2f2;
	position: relative;
}
.gallery-bg .button.white {
    margin: 30px 0px;
}
.gallery-bg
{
	padding-top: 40px;
    padding-bottom: 40px;
	text-align:center;
}
.bread a {
    color: #686868;
}
.section-padding1 {
    padding: 80px 0 0px 0px;
}
.line-designr {
    background: #00b8d5;
    width: 200px;
    height: 2px;
    position: absolute;
    top: 74px;
    left: -80px;
}

.line-design {
    background: #00b8d5;
    width: 200px;
    height: 2px;
    position: absolute;
    top: 60px;
    right: -80px;
}
.caption-desc h2 span.trans {
    position: absolute;
    font-size: 110px;
    color: rgba(73,73,73,.1);
    top: -33px;
    left: 0;
    right: 0;
    width: 100%;
}
.sec2-img .line-design {
    background: #00b8d5;
    width: 200px;
    height: 2px;
    position: absolute;
    top: 100px;
    left: -80px;
}
.sec2-img .img-bg {
    position: absolute;
    bottom: -10%;
    left: auto;
    top: auto;
    z-index: -1;
    right: -14%;
}
.search .page-head {
    color: #004f91;
    font-family: 'Roboto Slab', serif;
    font-size: 35px;
    font-weight: 700;
}
h1.title a {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 42px;
    background: url(images/bord.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}
.bread {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    padding-right: 15px;
}
.page-head-text {
    width: 50%;
}
.bg-bottom
{
	background:url(images/bg-bottom.jpg) no-repeat center center / cover;
}
.outter-wrap {
	    padding-bottom: 100px;
    padding-top: 60px;
}
.page-thumb img {
    box-shadow: 2px 5px 20px 5px #ccc;
}
.page-template-template-prijzen .right-area {
    background: url(images/p-right.jpg) no-repeat top left / cover;
	padding-top: 3%;
    padding-left: 2%;
}
.prijzen {
    border-collapse: separate;
    border-spacing: 2px;
}
.entry li {
    color: #323232;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    list-style-image: url(images/right-a.png);
    line-height: 40px;
}
.prijzen td{
    padding: 10px 30px;
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    color: #898a91;
}
.table-content.text-left {
    max-width: 675px;
    width: 100%;
}
.prijzen .text-left {
    text-align: left!important;
}
td.head {
    background: #e7562a;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}
td.shead {
    background: #fdeee9;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}
td.fhead {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}
td.cont-price {
    background: #fff;
}
.bread a{
    font-size: 21px;
    font-weight: 400;
    color: #fff;
}
.bread a:hover{
    color: #efefef!important;
}
.right-sec .bord-style
{
	right: 0px!important;
}
div#page {
  position: relative;
}
.test-inner{
    position: relative;

}
.test-inner::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background: rgba(0,0,0,.8);
}
.page-template-template-cursus .angle-bg li:before {
    content: "\e64b";
    font-family: 'themify';
    font-weight: bold;
    position: relative;
    left: -15px;
    top: 3px;
	}
.page-template-template-cursus .angle-bg li {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    line-height: 35px;
    color: #686868;
    list-style: none;
}
.light-bg {
   
}
a:focus, a:hover {
    color: #112439!important;
    text-decoration: underline;
}
section.angle-bg.rl-sec {
    padding-bottom: 100px;
    padding-top: 10px;
}
.pl-3
{
	padding-left:10%!important;
}
.pr-3
{
	padding-right:5%!important;
}
.page-template-template-cursus #caption_slide .col-xs-12.col-md-6 {
    padding-bottom: 20px;
}
.page-template-template-cursus .page-title .bord-style {
    margin-bottom: 60px;
    border: 10px solid #ecebeb;
    position: absolute;
    width: 60%;
    height: 96%;
    right: 100px;
}
.header-trans:before
{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/baer-overlay.png) repeat center center;
}
.page-head .break-word {
    display: block;
}
.page-template-template-busfirma .caption-photo.one.left {
    position: relative;
    left: 0px;
}
.page-head {
    padding: 140px 100px;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    text-align: left;
    line-height: 75px;
}
.page-title3 {
    margin-bottom: 60px;
    position: relative;
    display: inline-block;

}
.page-title2 {
    margin-bottom: 60px;
    position: relative;
    width: 70%;
    display: inline-block;
}
.page-title {
    margin-bottom: 60px;
	position: relative;
}
.page-title3 .bord-style {
    border: 10px solid #5e5e5d;
    position: absolute;
    width: 30%;
    height: 96%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.page-title2 .bord-style {
    margin-bottom: 60px;
    border: 10px solid #ecebeb;
    position: absolute;
    width: 62%;
    height: 96%;
    right: 0;
}
.page-title .bord-style{
	margin-bottom: 60px;
    border: 10px solid #ecebeb;
    position: absolute;
    width: 60%;
    height: 96%;
    right: 0;
	}
#faq-page .page-title3 h2, .light-bg .page-title3 h2{
    text-align: center;
	color: #4e4e4e;
}
#faq-page .page-title3 .bord-style, .light-bg .page-title3 .bord-style{
     border: 10px solid #ecebeb;
	 width: 60%;
}
.video-bg
{
	background:url(images/video-bg.jpg) no-repeat center center /cover;
	padding:30px 0px;
}
.page-title3 h2	
{
	text-transform: uppercase;
    position: relative;
	text-align:left;
	text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
.page-title h2, .page-title2 h2{
    text-transform: uppercase;
    position: relative;
	text-align:left;
	text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 55px;
    font-weight: 800;
    color: #4e4e4e;
    font-family: 'Roboto Slab', serif;
}

.page-title p, .page-title2 p {
    color: #a3a3a3;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: left;
    font-family: 'Roboto Slab', serif;
    z-index: 1;
	letter-spacing: 7px;
    position: relative;
    padding-bottom: 20px;
}
div#test {
    display: none;
}
.start-video {
    position: absolute;
    top: 40%;
    padding: 12px;
    left: auto;
    background: url(images/yt-icon.png) no-repeat center 0;
    width: 97%;
    height: 90px;
    right: auto;
}
/**
*Box-style
**/

.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}
.feed-box
{
	 box-shadow: 0px 19px 0px -11px rgba(146, 147, 147, 0.9);
	 background-color: #ffffff;
	padding: 40px 25px;
    text-align: left;
	min-height: 312px;
}
.footertop-bg {
    background: #4e4e4e;
}
.feed-box span {

    color: #bdbfc3;
    font-size: 14px;
    text-transform: uppercase;
}
.feed-box p
{
	color: #bdbfc3;
    font-size: 14px;
}
.feed-box h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #bdbfc3;
    font-size: 16px;
    text-transform: uppercase;
}
.rating
{
	width:100%;
	height: 20px;
	margin-bottom:20px;
	margin-top:20px;
}
.star
{
	background:url(images/star.jpg) no-repeat 0 0;
	width:20px;
	height:20px;
	display:block;
	float:left;
}
.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/**
*Mainmenu-area
**/
.top-wrap
{
	padding-left: 3%!important;
    padding-right: 3%!important;
}
.mainmenu-area {
    left: 0;
    top: -100px;
    background: #fff;
    width: 100%;
    z-index: 999;
	-webkit-transition: all 2s ease-out;
    transition: all 1s ease-out;
}
.home .affix {
    position: fixed;
    -webkit-transition: all 2s ease-in;
    transition: all 1s ease-in;
    top: 0;
    /* left: 10px; */
    z-index: 1030;
    width: 100%;
}


.overlay,
.overlay a
{
	color: #fff;
}
.affix .affix-logo
{
	display:block;
}
.affix-logo, .affix .main-logo
{
	display:none;
}
.mainmenu-area a {
   color: #000;
}
.affix .navbar-nav > li > a {
    color: #24273a!important;
}
.mainmenu-area .custom-logo-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    margin-top: 0px;
	float: left;
    padding: 18px 0px 18px 0px;
    font-size: 18px;
    line-height: 20px;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
	margin-top:0;
}
#primary-menu .navbar-nav > li {
        padding: 10px 10px 10px 10px;
}
.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 0px 0px 5px 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    position: relative;
    text-align: center;
    color: #454545;
    text-transform: capitalize;
}

/*.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}*/

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}
.affix  #primary-menu ul li.active a,
.affix  #primary-menu ul li.current-menu-item a,
.affix  #primary-menu ul li a:hover {
        border-bottom:6px solid #ed1c24;
		color:#231f20!important;
}
.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li.current-menu-item a,
.mainmenu-area #primary-menu ul li a:hover {
       border-bottom:5px solid #3e7687;
	   color:#231f20!important;
}
body.admin-bar .mainmenu-area.affix {
    top: 32px;
}
.mainmenu-area.affix {
   background-color: #fff;
    box-shadow: 5px -2px 15px #ccc;
}
.go-top i.ti-arrow-up {
    color: #fff;
    font-size: 25px;
	position: relative;
    top: 12px;
    left: 13px;

}
.bottom-text p
{
	color:#fff;
}
.inner-bottom {
    padding: 60px 100px;
}
.bottom-bg {
    background:url(images/foot-top.jpg) no-repeat top center;
}

.footer-topbg {
    background: url(images/footer-top-home.png) repeat top center;
    width: 100%;
}
.go-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 100px;
     background: #3e7687;
    z-index: 9999999;
	display:none;
}
ul.nav.nav-tabs.nav-justified {
    background: #e7edf1;
}
.nav-tabs li.nav-item {
    border-right: 2px solid #fff;
	display: table-cell;
    vertical-align: middle;
}
h2.pr-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 43px;
    background: url(images/tab-secbord.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.main-img img
{
	box-shadow: 0px 0px 25px 7px #ccc;
}
.tab-sec1 .img-bg {
    position: absolute;
    top: auto;
    right: -1%;
	left:auto;
    z-index: -1;
    bottom: -30%;
}
.popup-gallery .col-md-4 {
    margin-bottom: 30px;
}
.nav-tabs.nav-justified > li > a {
    border-bottom: none!important;
    border-radius: 0;
    display: flex;
    min-height: 102px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	color:#292929;
	font-size: 17px;
    font-family: 'Roboto Slab', serif;
	font-weight:300;
}
.bread span {
    text-decoration: none;
    color: #fff;
}
.tab-sec1
{
	padding: 40px 0px 100px 0px;
}
li.nav-item.active, li.nav-item:hover
{
	background: #00b8d5!important;
}
.nav-tabs.nav-justified > .active > a
{
	background: none!important;
    color: #fff!important;
	border:none!important;
}
.nav-tabs > li > a:hover {
    background: none!important;
    color: #fff!important;
	border:none!important;
}
/**
*Header-area
**/

.client-area,
.header-area {
    /*background: #000000 url('images/parallax-2.jpg') no-repeat scroll center center / cover;*/
}

.anlge-bg {
    
}

.overlay {
    position: relative;
}
.red-text {
    color: #e62424;
    font-size: 16px;
    padding-top: 30px;
    font-family: 'Roboto Slab', serif;
}
.page-template-template-contact .entry h2 {
    font-size: 37px;
    color: #323232;
    background: url(images/bord.jpg) no-repeat bottom left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 0;font-family: 'Roboto Slab', serif;
	font-weight:400;
}
.contact-bot .row{
   overflow: hidden; 
}
.nopadding {
    padding: 0;
}
.pl-6
{
	padding-left:10%!important;
}
.header-contact {
    float: right;
    padding-top: 15px;
    width: 65%;
    text-align: right;
    font-family: 'Lato', sans-serif;
}
span.ti-time {
    margin-right: 10px;
}
.header-contact p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.ti-ph:before {
    content: url(images/phone.png);
    top: 5px;
    position: relative;
    right: 10px;
}
.ti-mail:before {
    content: url(images/email.png);
    top: 5px;
    position: relative;
    right: 10px;
}
.header-contact a {
    color: #454545;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-right: 20px;
}
.page-template-template-contact .entry {
    margin-bottom: 50px;
}
.page-template-template-contact .entry p {
    font-size: 17px;
    margin-left: 30px;
}
.adres {
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    line-height: 30px;
    color: #fff;
    margin-bottom:30px;	
    margin-top: 35px;
    text-align: left;
}
i.ti-adres {
        float: left;
    margin-right: 30px;
    min-height: 120px;
}
.ti-adres:before {
    content: url(images/add.jpg);
    top: 5px;
    position: relative;
    right: 0px;
}
.list-project a {
    font-size: 17px;
}
.ti-email2:before {
    content: url(images/email.jpg);
    top: 5px;
    position: relative;
    right: 0px;
}
.ti-phone2:before {
    content: url(images/ph.jpg);
    top: 5px;
    position: relative;
    right: 0px;
}
i.ti-phone2, i.ti-email2 {
    margin-right: 25px;
    min-height: 20px;
    display: block;
    float: left;
}
.gm-style .place-card-large {
    display: none!important;
}
span.ti-ph {

margin-bottom:20px;
}
.footer-copy {
    padding-top: 25px;
}
span.ti-location-pin {
    float: left;
    margin-right: 20px;
    font-size: 30px;
    min-height: 100px;
}
span.ti-email {
    font-size: 30px;
    float: left;
    margin-right: 20px;
    font-weight: 100;
}
.email a, .email
{
    color: #2f2f2f;
	font-family: 'Roboto Slab', serif;
    font-size: 17px;
    line-height: 30px;
	margin-bottom:50px;
	text-align:left;
}
.page-template-template-contact .entry h1 {
    color: #000;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 42px;
    background: url(images/bord.jpg) no-repeat bottom left;
    padding-bottom: 10px;
    text-align: left;
	margin-bottom: 10px;
	margin-left: 30px;
}
.contact-light
{
	background:#edf3f5;
}
.email a:hover{color: #3f7788!important;}
.tel a:hover{color: #3f7788!important;}
.tel a {
    font-size: 17px;
    font-family: 'Roboto Slab', serif;
    line-height: 30px;
    color: #2f2f2f;
}
.tel {
     color: #fff;
	font-family: 'Roboto Slab', serif;
    font-size: 16px;
    line-height: 30px;
	margin-bottom:50px;
	text-align:left;
}
.pt-6
{
	padding-top:6%;
}
.contact-bot .row  [class*='col-'] {

}
.cont-left
{

}
.cont-right
{
	box-shadow: 0px 0px 20px 0px #ccc;
    padding: 110px 48px !important;
    background: url(images/cont-right.png) no-repeat 0 0 / cover;
    border-radius: 0px 6px 6px 0px;

}
.cont-right h2
{
	margin-top:0;
}
.form-control::placeholder
{
	color: #c2c2c2!important;
}
.form-texta::placeholder
{
	color: #c2c2c2!important;
}
.page-template-template-contact .form-control {
    display: block;
    position: relative;
    width: 100%;
    height: 50px!important;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #c2c2c2!important;
    background: none;
    border: 2px solid #6a6a6a!important;
    border-radius: 5px!important;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
}
.meta h3 {
    font-family: raleway;
    font-weight: 700;
    font-size: 18px;
}
.headcontact-bg .page-title h2{
 padding: 30px 0px;

}
.headcontact-bg .page-title .bord-style {

    border: 10px solid #d9d7d8;
}
.headcontact-bg .page-title {
    margin-bottom: 60px;
    position: relative;
    width: 50%;
}
.category h1 {
    font-size: 36px;
    color: #000;
    font-weight: 800;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 40px;
}
h1.title {
    font-size: 2em;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    color: #4f4f4f;
    margin: 20px 0px 30px;
    text-align: center;
    padding: 20px 100px;
}
li.cat-item {
    float: left;
    width: 18%;
    padding: 1%;
    list-style: none;
}
li.cat-item a{
    font-size:16px;
	color:#333;
}
.header.headcontact-bg {
        padding: 5% 0;
     background:url("images/contact-head.png") no-repeat center center;
}
.page-template-template-contact iframe {
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #000!important;
    float: left!important;
    width: 97%!important;
    color: #004f91!important;
}
.page-template-template-sanitair .entry h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #4e4e4e;
    margin-top: 0;
	text-align:left;font-family: 'Roboto Slab', serif;
}
.thumb1 {
    float: right;
}
.thumb2 {
    position: absolute;
    bottom: -75px;
}
.page-template-template-sfeerbeelden .prod-wrap:hover:before {
    opacity: .7;
}
.page-template-template-sfeerbeelden .prod-wrap:hover > .gallery-title{
    opacity: 0;
}
.page-template-template-sfeerbeelden .prod-wrap:hover > .hover-title{
    opacity: 1;
}
.hover-title {
    position: absolute;
    top: 0;
    padding: 60px 30px;
    color: #fff;
    opacity: 0;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
}
.hover-title span{

    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
	font-weight:400;
	display:block;
	margin-top:30px;
}
.page-template-template-sfeerbeelden .gallery-title span {
    font-size: 12px;
    font-weight: 700;
    color: #7f7f7f;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    display: block;
    padding-top: 3px;
}
.page-template-template-sfeerbeelden .prod-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #f48158;
}
.page-template-template-sfeerbeelden .gallery-title {
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: none;
    border-top: 1px solid #6e7076;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    font-family: 'Roboto Slab', serif;
    box-shadow: 1px 0px 4px -1px #ccc;
}
.pb-6 {
    padding-bottom: 6%!important;
}
.thumb2 img {
    box-shadow: 0px 6px 20px -7px #ccc;
}
.border-design3 {
    background: url(images/yt-icon2.png) no-repeat 0 0;
    position: absolute;
    top: -45px;
    right: 60px;
    width: 350px;
    height: 496px;
    z-index: -1;
}
.entry ul {
       padding-left: 25px;
}
#video-page .entry h2
{
	margin-bottom:10px;
}
#video-page .entry
{
	margin-bottom:30px;
}
.left-column p, .right-column p{
	color: #fff;
}

.wpcf7-submit.button.black.header-button:hover {
    background-color: #2f60c3;
    color: #ffffff;
}
.wpcf7-submit.button.black.header-button {
    color: #fff;
	float:right;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 5px;
    letter-spacing: 0;
    font-family: 'Roboto Slab', serif;
    background: #3e7687;
    text-transform: none;
    margin-top: 10px;
}
section h2 {
	font-family: 'Roboto Slab', serif;
	font-weight:bold;
}
div.wpcf7 .ajax-loader {
    float: left!important;
}
.form-texta {
    overflow: auto;
    width: 100%;
    height: 90px;
    padding: 6px 12px;
    resize: none;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
    font-size: 15px;
    color: #c2c2c2!important;
    background: none;
    border: 2px solid #6a6a6a!important;
    border-radius: 5px!important;
	margin-bottom: 30px;
}

.test-inner.overlay:before {
 opacity: 0.8;
	}
.overlay:before {
   /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
	background:#000*/
}
.form-texta:focus {
    outline: none;
}
.form-control:focus
{
	box-shadow:none;
}
.header-text
{
	text-align:left;
}
.page-template-template-contact .caption-photo.one img {
    box-shadow: 0px 0px 20px 0px #000;
}
.page-template-template-contact .caption-photo.one.right {
    position: relative;
    padding-top: 22%;
}
.entry table td {
    vertical-align: middle!important;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
}
.header-text h2 {
    padding-bottom: 10px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto Slab', serif;
}
.header-text p {
     margin-bottom: 10px;
    font-size:16px;
    font-weight: 400;
	 font-family: 'Roboto Slab', serif;
    color: #fff;
}
.header-text {
    text-align: left;

}

.header-text .button {
    margin-top: 60px;
}
.header-text .button.white {
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 5px;
    letter-spacing: 0;
    font-family: 'Roboto Slab', serif;
    background: #3e7687;
    text-transform: none;
    margin-top: 10px;
}
.header-area:after
{
	content: '';
    position: absolute;
    bottom: 0;
    background: url(images/headt-bottom.png);
    width: 100%;
    height: 90px;
}
.header-text .button.white:hover, .header-text .button.white:focus
{
	background: #4993aa;
	color:#fff!important;
}
.ptt-6
{
	padding-top:10%;
}

.button.white{
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 5px;
    letter-spacing: 0;
    font-family: 'Roboto Slab', serif;
    background: #3e7687;
    text-transform: none;
    margin-top: 10px;
 }
.button.white:hover 
{
	background: #4993aa;
	color:#fff!important;
}
.screen-slider .item {
    background: url('images/mobile2.png') no-repeat scroll center center / auto 100%;
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 0px;
    font-size: 55px;
}
.caption-slider .page-title2 .bord-style {
    margin-bottom: 60px;
    border: 10px solid #ccccce;
    position: absolute;
    width: 62%;
    height: 96%;
    right: 75px;
    z-index: 0;
}
.col-md-gallery {
    width: 14.286%;
    float: left;
    padding: 0;
}
.caption-slider .button {
    margin-top: 30px;
}
.featured2
{
	background: url(images/bg-affect.jpg) no-repeat center center / cover;
}
.border-design {
    background: url(images/yt-icon.png) no-repeat 0 0;
    width: 100%;
    height: 651px;
    position: absolute;
    top: -45px;
    left: -60px;
}
.gallery-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0,0,0,.3);
    border-top: 1px solid #6e7076;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Muli', sans-serif;
}
.caption-photo.one img {
    border: 0;
    z-index: 2;
    position: relative;
}
.photo_2 img {

}
.caption-desc1 li {
    color: #454545;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    list-style-image: url(images/right-a.png);
    line-height: 25px;
    margin-bottom: 15px;
}

.caption-desc h2 {
    font-size: 42px;
    color: #3e7687;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 45px;
    margin-top: 0;
    font-family: 'Roboto Slab', serif;
}
.img-bg {
    position: absolute;
    top: 0;
    left: 0;
	background:url(images/img-bg.png) no-repeat 0 0;
	width:677px;
	height:487px;
}
.caption-photo.one {
    position: relative;
}
.photo_2.one_2 {
  
}
.caption-desc1 h2 {
    font-size:38px;
    color: #3e7687;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 45px;
    margin-top: 0;
    font-family: 'Roboto Slab', serif;
}

.caption-desc1 h2 span {
    display: block;
}
.caption-photo.one.right {
    position: relative;
}
.home-sec2:after
{
	content: '';
    position: absolute;
    top: 0;
	left:0;
    background: url(images/section-bottom.png);
    width: 100%;
    height: 75px;
}
.home-sec2 p, .home-sec2 li
{
	color:#fff;
}
.home-sec2 .caption-desc1 {
    padding-top: 150px;
}
.home-sec2 .caption-desc1 h2, .inner-bottom h2{
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 45px;
    margin-top: 0;
    text-transform: capitalize;
}
.home-sec2 .caption-desc1 li, .inner-bottom .caption-desc1 li{
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    list-style-image: url(images/right-al.png);
    line-height: 25px;
    margin-bottom: 15px;
}

.home-sec2
{
	background:url(images/sectrion-bg.jpg) repeat 0 0;
	position:relative;
	overflow: hidden;
}
.home-sec3
{
	background: url(images/bg-1.jpg) repeat top center;
	position:relative;
}
.right-sec {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.home-sec4 p, .home-sec4 li {
    color: #fff;
}
.home-sec4 .caption-desc1 h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 45px;
    margin-top: 0;
    text-transform: capitalize;
}
.inner-bottom
{
	position:relative;
	    background: url(images/sectrion-bg.jpg) repeat 0 0;
}
.inner-bottom p
{
	color:#fff;
}
.inner-bottom:after {
    content: '';
    position: absolute;
    top: -25px;
    background: url(images/inner-bottom.png);
    width: 100%;
    height:50px;
	left: 0;
}
section.newsletter h2{
	color:#fff;
	margin-bottom:20px;
}
section.newsletter {
    padding: 50px 0px;
    background: url(images/sectrion-bg.jpg) repeat 0 0;
	position:relative;
}
.footer-topbg:after
{
	content: '';
    position: absolute;
    top: -20px;
    background: url(images/foot-htop.png);
    width: 100%;
    height: 30px;
}
.mc4wp-form-fields input[type="submit"] {
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 5px;
    letter-spacing: 0;
    font-family: 'Roboto Slab', serif;
    background: #3e7687;
    text-transform: none;
    margin-top: 10px;
}
.mc4wp-alert.mc4wp-success p {
    color: #fff;
}
.mc4wp-form-fields input[type="text"], .mc4wp-form-fields input[type="email"] {
    display: inline-block;
    position: relative;
    height: 50px!important;
    width: 25%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #c2c2c2!important;
    background: #fcfafa;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
}
.home .footer-topbg:after, .page-template-template-product .footer-topbg:after, .page-template-template-taxatie .footer-topbg:after, .page-template-template-service .footer-topbg:after, .page-template-template-contact .footer-topbg:after
{
	content: '';
    position: absolute;
    top: -20px;
    background: url(images/foot-htop.png);
    width: 100%;
    height: 30px;
}
.home-sec3:after
{
	content: '';
    position: absolute;
    top: -70px;
    background: url(images/section2-bottom.png);
    width: 100%;
    height: 90px;
}

.caption-photo.one.left {
    position: relative;
    left: -60px;
}
.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


/***
*Team-Section
***/

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.single-team .team-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}

/***
*Testimonial-Page
***/

.testimonial-area {
    background: url('images/parallax-7.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
}

.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}

.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}


/***
*Price-area
***/
.overlay.price-area:before {
    opacity: 0.8;
}
.price-area {
    background: url('images/price.png') no-repeat scroll center center / cover
}

.price-table h3 {
    margin-bottom: 30px;
}

.price-table {
    padding: 50px 40px;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;
    color: #515656;
    position: relative;
    margin-top: 20px
}

.price-table.active {
    padding: 70px 40px;
    margin-top: 0
}

.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.price-table ul li {
    padding: 5px 0;
}

.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #55A2BE;
    color: #ffffff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
}

/**
*Accordion
**/

#accordion .panel {
    background: #f0f8fa;
}

#accordion .panel .panel-title {
    padding: 25px 0 25px 60px;
    position: relative;
	margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #686868;
    font-family: raleway;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
	    padding-right: 30px;
}
#accordion .panel:hover .panel-title a span:after,
#accordion .panel:hover .panel-title a span:before
{
	background-color: #fff;
}
.panel-title.active, .collapse.in {
    background: #fff;

}

.panel-title.active a{
   color: #fff;

}
#accordion .panel .panel-title.active a span:after,
#accordion .panel .panel-title.active a span:before
{
	background-color: #fff;
}
.collapse.in p {
    color: #ccc;
	margin: 0;
    padding-bottom: 10px;
}
span.list-num {
    position: absolute;
    left: 20px;
    font-family: myriad pro;
}
.panel-title.active a > span {
    border: 2px solid #fff!important;
}
#accordion .panel:hover .panel-title a span {
    border: 2px solid #fff;
}
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    right: 20px;
    font-weight: 200;
    top: 20px;
    border: 2px solid #282828;
    width: 36px;
    height: 36px;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before
{
    content: '';
    position: absolute;
    right: 20px;
    font-weight: 200;
    top: 20px;
    width: 36px;
    height: 36px;
    background: transparent;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#accordion .panel:hover .panel-title, #accordion .panel:hover >.panel-collapse  p {
        color: #ccc;
}
#accordion .panel:hover {
    background: #282828;
}
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 15px;
    height: 2px;
    background-color: #282828;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}
#contact .page-title3 h2 {
    text-align: center;
}
#contact .page-title3 {
   width:70%;
}
#contact textarea.form-control {
    height: 60px;
	resize:none;
}
.wpcf7-submit.button.white.header-button {
    font-size: 20px;
    padding: 18px 85px 18px 55px;
    color: #fff;
    margin: 0;
    background: url(images/submit.png) no-repeat 170px 15px #ed1c24;
    border-radius: 5px;
    height: 65px;

}
.page-template-template-contact .map
{
	display:block;
	text-align: center;
}
.map
{
	display:none;
}
.wpcf7-submit.button.white.header-button:hover {
    background:url(images/submit.png) no-repeat 170px 15px #fb3c43;
	color:#fff;
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

/****
*Blog-area
*****/

.single-blog {
    border-radius: 5px;
    padding: 10px;
}
section#blog-page {
    background: #f1f8f9;
}
.single-blog h3 {
    font-size: 22px;
    font-family: raleway;
    font-weight: 500;
    margin-top: 0;
    line-height: 30px;
}
.box-button {
    border: 2px solid #a6a6a6;
    color: #a6a6a6!important;
    font-family: raleway;
    font-weight: 600;
    margin-top: 20px;
	background: transparent;
}
.box-button:hover {
    background-color: #000!important;
    color: #fff!important;
}
.single-blog h3 a {
    color:#4e4e4e;
}
p {
    margin: 0 0 10px;
    font-size: 16px;
    font-family: 'Roboto Slab', serif;
    line-height: 30px;
    color: #2f2f2f;
}
.caption-desc h3 {font-family: 'Muli', sans-serif;
    color: #000;
    font-weight: 600;
    font-size: 35px;
}
.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}
.blog-photo img {
    box-shadow: 0px 14px 0px -4px rgba(0, 0, 0, 0.1);
}
.single-blog .blog-content {
    padding: 40px 0px;
    text-align: center;
}
.blog-photo {
-webkit-box-shadow: 4px -10px 39px 3px rgba(0, 0, 0, 0.1);
       box-shadow: 4px -10px 39px 3px rgba(0, 0, 0, 0.1);
}
/***
*Footer-area
***/

.footer-area {
    padding-top: 0px;
}

.footer-bg {
    background: url('images/angle-bg.png') no-repeat scroll center bottom / 100% auto;
    z-index: -1;
}
ul.social-menu li a {
    color: #919191;
    font-size: 22px;
}
.footer-top {
/*    margin-bottom: 150px;*/
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}
.footer-bottom {
    padding-top: 30px;
    padding-bottom: 25px;
}
.copyright {
    padding: 10px 0px;
}
.footer-menu li:last-child a {
      background: none;
}
.footer-menu li {
    list-style: none;
    float: none;
    display: inline-block;
}
.footer-menu
{
	padding-bottom:30px;
	border-bottom:1px solid #000;

}
.footer-menu li:last-child > a {
    padding-right: 0;
}
.footer-menu li a:hover {
color:#fff;	
}
ul.footer-menu {
    padding-left: 0;
}
.footer-menu li a {
    color: #abacad;
    font-size: 16px;font-family: 'Muli', sans-serif;
    padding-right: 120px;
	font-weight:400;
}
.social:hover i.ti-facebook 
{
	color:#4267b2!important;
}
.social:hover i.ti-instagram 
{
	color:#b801ab!important;
}
.social i.ti-facebook {
    bottom: -3px;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #575757;
}
.social i.ti-instagram {
    bottom: -3px;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #575757;
}
a.social {
    background: #e2e2e2;
    padding: 10px;
    border-radius:50px;
	margin-right: 15px;
}
/***
*Contact-form
****/

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.form-control {
    margin-bottom: 30px;
    height: auto;
    padding: 12px 20px;
}
.page-template-template-contact .light-bg, .page-template-template-offerte .light-bg{
    padding-bottom: 100px;
    padding-top: 80px;
}
.adres span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.tel span {

    text-transform: uppercase;
    font-weight: 700;
}
.email span {

    text-transform: uppercase;
    font-weight: 700;
}

.entry h2 {
    font-size: 38px;
    color: #3e7687;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 45px;
    margin-top: 0;
    font-family: 'Roboto Slab', serif;
}
.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}