/*
Author       : Themeplaza
Template Name: Pixel - Material Design Agency Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
    =============================
    01. GENERAL STYLE (body, link color, section-title, preloader btn, overlay, section-padding etc)
    02. BOOTSTRAP NAVIGATION OVERRIDES
    03. START HOME DESIGN
    04. START FEATURE AND ABOUT DESIGN
    05. START WHY CHOOSE US DESIGN
    06. START SERVICE DESIGN
    07. START COUNTER DESIGN
    08. START PORTFOLIO DESIGN
    09. START TEAM DESIGN
    10. START TESTIMONIAL DESIGN
    11. START PARTNER LOGO DESIGN
    12. START BLOG DESIGN
    13. START NEWSLETTER DESIGN
    14. START PRICING TABLE DESIGN
    15. START CONTACT DESIGN
    16. START MAP DESIGN
    17. START SOCIAL PROFILE DESIGN
    18. START FOOTER DESIGN
    19. START SECTION TOP  DESIGN
  =============================================================*/
/*
* ----------------------------------------------------------------------------------------
* 01.GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
body {
    background-color: #fff;
    color: #1b1b1b;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a, a:hover {
    color: #5c8254;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p { margin-bottom: 0 }
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.status,
.status-mes {
    background-image: url(../img/status.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
.status-mes h4 {
    color: #333;
    margin-top: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/
/*START SCROLL TO TOP*/
.topcontrol {
    background: #5c8254 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 5px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding: 5px 12px;
    position: fixed;
    right: 5px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 40px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}
/*END SCROLL TO TOP*/
.section-padding { padding: 60px 0 }
/*START SECTION TITLE DESIGN*/
.section-title  h2 {
    margin: 0;
    text-transform: uppercase;
}

.section-title h2 span { color: #5c8254 }
.section-title-white { color: #fff!important }
.section-title div {
    background: #5c8254  none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin: 20px auto 60px;
    width: 80px;
}
.landingpage .section-title div {
	margin: 20px auto 30px;
}
/*END SECTION TITLE DESIGN*/
/*START BTN STYLE*/
.btn-light-bg {
    background: #5c8254 none repeat scroll 0 0;
    border: 2px solid #5c8254;
    border-radius: 3px;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 13px;
	padding: 8px 30px;
	display: inline-block;
    text-transform: uppercase;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.btn-light-bg:hover,
.btn-light-bg:focus {
    background: #333;
    color: #fff;
    border: 2px solid #333;
}
.btn-home-border{
background: #fff none repeat scroll 0 0;
border: 2px solid #fff;
border-radius: 3px;
box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
color: #333;
font-size: 13px;
padding: 12px 30px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.btn-home-border:hover,
.btn-home-border:focus{
	background: #5c8254;
	border-color: #5c8254;
	color: #fff;
}
/*END BTN STYLE*/
/*SECTION OVERLAY*/
.overlay { background: rgba(0,0,0,0.6) none repeat scroll 0 0 }
/*END SECTION OVERLAY*/
/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #5c8254 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #5c8254 !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {margin-left:10px;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #fff;
}
.menu-top { background: rgba(0, 0, 0, 0) none repeat scroll 0 0 }
.menu-top li a {
    color: #313131;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
	font-family: Raleway;
}
.menu-top li a:hover { color: #5c8254 }

.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #5c8254;
}
.navbar-default .navbar-nav>li.zorg>a:hover {
	color: #6ea8b5;
}
.navbar-default .navbar-nav>li.leefstijl>a:hover {
	color: #96ad85;
}
.navbar-default .navbar-nav>li.fitness>a:hover {
	color: #366b85;
}
/* sub */

.menu-top ul li > ul {
	position: absolute;
	top: 50px;
	left: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	.navbar-default {
		background: #fff;
	}
	.navbar-default .navbar-nav>li>a {
		max-width: 200px;
    color: #313131;
	}
	.menu-top ul li > ul {
		margin-top: -20px;
	}
}

.menu-top ul li:hover > ul{
	opacity: 1;
	visibility: visible;
	top: 50px;
}
.menu-top ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
}

.menu-top ul li > ul > li:hover a {
	color: #5c8254 !important;
}
.menu-top ul li.zorg > ul > li:hover a {
	color: #6ea8b5 !important;
}
.menu-top ul li.leefstijl > ul > li:hover a {
	color: #96ad85 !important;
}
.menu-top ul li.fitness > ul > li:hover a {
	color: #366b85 !important;
}

.menu-top ul li > ul > li li > a:hover{
	color: #fff;
}
.menu-top ul li > ul > li a {
	color: #1b1b1b !important;
	display: inline-block;
	width: 100%;
	padding: 5px 20px;
	border-bottom: 1px solid #ddd;
	background: transparent !important;
	margin: 0px;
}
.menu-top ul li > ul > li:last-child a{
	border-bottom: none;
}
.menu-top ul > li > ul > li > ul {
	left: 200px;
	top: 28px;
}
.menu-top ul li > ul > li:hover > ul {
	top: -3px;
}

/* end sub begin mobile menu */

.navbar-default.menu-shrink {
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    width: 100%;
}

.navbar-default.menu-shrink li a { color: #313131 }
.navbar-default.menu-shrink li a:hover { color: #5c8254  }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #5c8254 }
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
.welcome-area,
.welcome-slider-area,
.welcome-slider-area div {
    height: 700px;
}

.welcome-slider-area div.single-slide-item-tablecell,
.welcome-slider-area div.single-slide-item-tablecell div {
    height: auto;
}
.single-slide-item-table {
    display: table;
    text-align: center;
    width: 100%;
}

.single-slide-item-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.single-slide-item {
    position: relative;
    z-index: 1;
}

.single-slide-item:after {
    position: absolute;
    /*background: rgba(92, 130, 84,0.5);*/
		background: rgba(0, 0, 0,0);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.single-slide-item h2 {
	color: #f8f8f8;
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.single-slide-item h2 span{
	color: #5c8254;
	font-weight: 700;
}
.single-slide-item p {
    color: #fff;
    margin-bottom: 30px;
}

.carousel-indicators-slider{bottom: 30px !important;}
.btn-home-bg{}
.btn-home-bg {
	background: #5c8254 none repeat scroll 0 0;
	border: 2px solid #5c8254;
	color: #fff;
	font-size: 13px;
	padding: 12px 30px;
	margin:0px 10px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.btn-home-bg:hover,
.btn-home-bg:focus {
    background: transparent;
    color: #5c8254;
    border: 2px solid #5c8254;
}
.single-slide-item .btn-home-border{
	margin-right: 20px;
}
.carousel-control{
	z-index: 1;
	background-image: none !important;
	top: 46.6%;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,0.8);
}
#welcome-slide-carousel .carousel-indicators li{
	width: 15px;
	height: 15px;
	margin: 0 5px;
}
#welcome-slide-carousel .carousel-indicators .active{
	background: #5c8254;
	border-color: #5c8254;
}
.carousel-control.left{
	margin-left: 0px;	
}
.carousel-control.right{
	margin-right: 0px;	
}
.carousel-control:hover{
	background: #5c8254;
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.home_bg {
    height: 700px;
    position: relative;
}
.home_bg:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.hero-text h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 70px;
	padding-top:250px;
	text-transform: uppercase;
}
.hero-text p {
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	margin: auto auto 15px;
	width: 80%;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 0.START ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
.single_about_us {padding: 30px 0; }
.single_about_us h2 { 
	margin: 0;
	text-transform: uppercase;
}
.single_about_us p {
	margin-bottom: 10px;
}
.line {
	background: #fff none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin: 15px 0;
	width: 60px;
}
.btn-about-bg {
	background: #5c8254 none repeat scroll 0 0;
	border: 1px solid #5c8254;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	margin-top: 15px;
	overflow: hidden;
	padding: 8px 25px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.btn-about-bg:hover,.btn-about-bg:focus{border: 1px solid #333;color:#fff;background: #333 none repeat scroll 0 0;}
/*
 * ----------------------------------------------------------------------------------------
 * .END ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */

/*
* ----------------------------------------------------------------------------------------
* 04.START FEATURE AND ABOUT DESIGN
* ----------------------------------------------------------------------------------------
*/
.features{
	padding:60px 0;
}
.single_about {
	padding: 40px 20px;
	transition: all 0.4s ease 0s;
}
.single_about:last-child { border-right: 0px }
.single_about:hover { box-shadow: 0 0 10px #ddd;}
.single_about i {
	background: #5c8254 none repeat scroll 0 0;
	border: 1px solid #5c8254;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	margin: 0 0 24px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	width: 60px;
	transition: all 0.8s ease 0s;
}
.single_about h4 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.single_about p {
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.single_about:hover i{
	 transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
	background: #333;
}
/*END FEATURE DESIGN*/
/*START ABOUT DESIGN*/
.center-block{
	float: inherit;
}
.about_us{
	background: #f9f9f9;
}
/* START SKILL DESIGN */
.progress-bar-text {
    color: #333;
    font-family: "Raleway",sans-serif;
    font-size: 13px;
    font-weight: 700;
	margin-bottom: 16px;
    text-transform: uppercase;
	letter-spacing: 2px;
}
.progress-bar-text span { float: right }
.progress-bar {
    background: #333 none repeat scroll 0 0;
    box-shadow: 0 0 0;
    height: 10px;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
}
.progress-bar > span {
    background: #5c8254 none repeat scroll 0 0;
    display: block;
    height: 100%;
    width: 0;
}
/* END SKILL DESIGN */
/*END ABOUT DESIGN*/
/*
* ----------------------------------------------------------------------------------------
* 04.END FEATURE AND ABOUT  DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 05.START WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_feature{
	margin-bottom: 40px;
}
.single_feature i{
    color: #fff;
	background:#5c8254;
    display: inline-block;
    font-size: 24px;
    height: 60px;
    line-height:60px;
    text-align: center;
    width: 60px;
    z-index: 3;
	float: left;
	margin-right: 25px;
	transition: .5s;
}
.single_feature img{
		display: inline-block;
	height: 60px;
	line-height:60px;
	text-align: center;
	width: 60px;
	z-index: 3;
float: left;
margin-right: 25px;
transition: .5s;
}
.single_feature h3{
    text-transform: uppercase;
    font-size: 14px;
	margin-top: 0;
}
.single_feature p { margin-bottom: 0 }
.single_f_content{
	overflow: hidden;
}
.single_feature:hover i{
	background: #333;
}
.feature_img img {
  margin: auto;
}
/*
* ----------------------------------------------------------------------------------------
* 05.END  WHY CHOOSE US DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START OUR SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_service{ 
	background: #f9f9f9;
}
.single_service{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 40px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
	margin-bottom: 30px;
}
.single_service:hover{
	background: #5c8254;
	z-index: 1;
	color: #fff;
}
.single_service i{
    font-size: 40px;
    padding-bottom: 20px;
    color: #5c8254;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.single_service:hover i,
.single_service:hover h4
{
	color: #fff;
}
.single_service h4{
    color: #333;
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.single_service p{
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
/*
* ----------------------------------------------------------------------------------------
* 0.END OUR SERVICE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/



@media (min-width: 992px) {
	.landingpage {
		margin-top: 100px;
	}
}

@media (min-width: 1200px) {
	.landingpage {
		margin-top: 180px;
	}
}

.template_portfolio{
	padding-bottom: 30px;
	padding-top: 60px;}
.single_project{
	padding-bottom: 40px;
}
.single_our_work{
	margin-bottom:30px;
	overflow: hidden;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.single_our_work.landing{
	padding: 30px;
	overflow:visible;
}

.sing_work_photo{
	position: relative;
}
.single_our_work img{
	width: 100%;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.single_our_work.landing img{
	max-width: 200px;
}

.single_our_work figure{
	margin-bottom: 0;	
}
.sing_work_text_link{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.6);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.landing .sing_work_text_link{
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.2)";
	visibility: visible;
}

.landing .sing_work_text_link{
	background: none !important;
}

.sing_work_text_title{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0;
	color: #fff;
	background: rgba(0,0,0, 0.3);
}

.sing_work_content_wrap{
	display: table;
	height: 100%;
	width: 100%;
}

.sing_work_content{
	display: table-cell;
	vertical-align: middle;
}

.landing .sing_work_content_wrap{
	margin-top: 160px;
}

@media (max-width: 1200px) {
	.landing .sing_work_content_wrap{
		margin-top: 140px;
	}
}

@media (max-width: 992px) {
	.landing .sing_work_content_wrap{
		margin-top: 100px;
	}
}

@media (max-width: 768px) {
	.single_our_work.landing{
		padding: 20px;
	}
	.landing .sing_work_content_wrap{
		margin-top: 150px;
	}
	.landing {
		margin-bottom: 70px;
	}
}

.sing_work_content.bottom{
	vertical-align: bottom;
}

.sing_work_text_link h5, .sing_link_img h5, .sing_work_photo h5 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.sing_work_text_link h6, .sing_link_img h6, .sing_work_photo h6 {
	color: #5c8254;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.sing_work_text_link h6.blue, .sing_link_img h6.blue, .sing_work_photo h6.blue {
	color: #6da8b3;
}


.sing_link_img a i.fa{
	font-size: 14px;	
}
.sing_link_img a{
	background: #5c8254 none repeat scroll 0 0;
	border: 1px solid #5c8254;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 39px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 40px;	
}
.sing_link_img a:hover{	
	background: #fff none repeat scroll 0 0;
	border-color: #fff;
	color: #5c8254;
}
.sing_link_img a.search{
	margin-right: 16px;
}

.sing_link_img img {
	max-width: 130px;
}

.col-md-2 .sing_link_img a{
	border-radius: 50%;
	height: 24px;
	line-height: 23px;
	width: 24px;
	font-size: 13px;
}

.col-md-2 .sing_link_img li{
	padding-right:1px;	
}

.col-md-2 .sing_link_img a.search{
	margin-right: 12px;
}


.single_our_work:hover  .sing_link_img a.search{
	-webkit-animation: slideInDown 800ms ease-in-out;
	animation: slideInDown 800ms ease-in-out;
}
.single_our_work:hover  .sing_link_img a.link{
	-webkit-animation: slideInDown 800ms ease-in-out;
	animation: slideInDown 800ms ease-in-out;
}
.single_our_work:hover{
	background: #ff5f83;
	color: #fff;
}
.single_our_work.landing:hover{
	background: none !important;
}
.single_our_work:hover .sing_work_text_link{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
/*project modal*/
.modal-title{
  color: #333;
  margin: 0;
  text-transform: uppercase;
}
.modal-content{
	padding: 10px 30px;
	border-radius: 0px;
}
.modal-body{
	margin-bottom: 15px;
}
.modal-body p{
	margin: 20px 0;
}
.project-list{
	margin: 30px 0;
}
.project-list label{
	color: #333;
	margin-bottom: 0;
	margin-right: 20px;
	width: 100px;
}
.project-list li{
	padding: 7px 0;
	font-size: 14px;
}
.project-list li a{
	color: #777;
	font-size: 13px;
	transition: all 0.4s ease 0s;
}
.project-list li a:hover{
	color:#5c8254;
}
/*End project modal*/
/*
* ----------------------------------------------------------------------------------------
* 0.END PORTFOLIO DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.counter_feature{
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 100px 0;
}
.counter{
	text-align: center;
}
.counter i{
	background: #5c8254 none repeat scroll 0 0;
	border: 1px solid #5c8254;
	border-radius: 50%;
	color: #fff;
	font-size: 30px;
	height: 70px;
	line-height: 85px;
	text-align: center;
	width: 70px;
	transition: all 0.4s ease 0s;
	margin-bottom: 20px;
	position: relative;
}
.counter i:before{
	width: 85px;
	height: 85px;
	position: absolute;
	border: 1px solid #5c8254;
	border-radius: 50%;
	left: -8px;
	top: -9px;
	transition: all 0.4s ease 0s;
}
.counter:hover i{
	background: #333 none repeat scroll 0 0;
	border: 1px solid #333;
	color: #fff;
}
.counter:hover i:before{
	border: 1px solid #333;
}
.counter h2{
    color: #161616;
    font-weight: 700;
    margin-top: 0;
	font-family: "Lato",sans-serif;
	margin-bottom: 15px;
}
.counter h5{
	color: #161616;
	margin-bottom: 0;
	letter-spacing: 2px;
	font-size: 16px;
}
/*
* ----------------------------------------------------------------------------------------
* 0.END COUNTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START OUR TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_team{
	margin-top: 30px;
	box-shadow: 0 0 3px #ddd;
	padding-bottom: 20px;
	transition: .5s;
	min-height: 630px;
}

.col-md-2 .single_team{
	min-height: 430px;
	padding-bottom: 5px;
}

.single_team img{
	padding-top: 20px;
}
.single_team:hover{
	box-shadow: 0 0 10px #ddd;
}
.single_team h3{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.col-md-2 .single_team h3,.col-md-2 .single_team p{
	font-size: 14px;
}

.img_wrap{
	position:relative;
}
.social_link{
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	opacity: 0;
}
.img_wrap:hover .social_link{
	opacity: 1;
	visibility: visible;
}
.social_table{
	display: table;
	height: 100%;
	width: 100%;	
}
.social_table ul{
	list-style: none;
	display: table-cell;
	list-style: outside none none;
	padding: 0;
	vertical-align: bottom;
	padding-bottom: 30px;
}
.social_table ul a{
	background: #5c8254;
	border: 1px solid #5c8254;
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	width: 40px;
	border-radius: 50%;
}
.social_table ul a:hover{
	background: #fff none repeat scroll 0 0;
	color: #5c8254;
	border-color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 0.END OUR TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter_overlay{
	padding: 100px 0;
}
.newsletter{
	position: relative;
}
.newsletter::before{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  content: "";
  left: 0;
  top: 0;
}
.signup_form {
	margin-top: 30%;
}
.signup_form h3{
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
.signup_form input{
	background: rgba(255, 255, 255, 0.8);;
	border-image: none;
	border-radius: 0;
	border: 1px solid #fff;
	color: #000;
	margin-bottom: 30px;
	transition: all 0.2s ease 0s;
	border-radius: 4px;
	height: 50px;
	line-height: 50px;
}
.signup_form input:hover,
.signup_form input:focus{
    border-color: #5c8254;
    box-shadow: none;
    outline: 0 none;
}
.signup_form button {
	font-size: 14px;
	letter-spacing: 1px;
	padding: 12px 30px;
}
.signup_form button:hover{
	background: #fff none repeat scroll 0 0!important; 
	color: #333;
	border:2px solid #fff;
}
/*
* ----------------------------------------------------------------------------------------
* .END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricing-table{
	background-color: #f9f9f9;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
	position: relative;
	transition: all 0.4s ease 0s;
}
.pricing-table.feature{
	background: #5c8254;
	color: #fff;
}
.pricing-table.feature .pricing-list li,
.pricing-table.feature h3,
.pricing-table.feature h4,
.pricing-table.feature .price
{
	color: #fff;
}
.pricing-table h3{
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}
.pricing-table h4{
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0;
	padding: 25px 0;
	text-align: center;
}
.price{
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #5c8254;
}
.price span{
	display: block;
	font-size: 32px;
	margin-bottom: 12px;
}
.pricing-list{
	list-style: outside none none;
	text-align: center;

}
.pricing-list li{
	color: #333;
	padding: 7px 15px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pricing-btn{ 
	padding: 20px 0; 
}
.pricing-btn  button, .pricing-btn  a{
    background: #fff;
    border: 1px solid #fff;
    color: #333;
    padding: 8px 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.pricing-btn  button:hover{
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
/*
* ----------------------------------------------------------------------------------------
* 0.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial_overlay{
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	padding: 100px 0;
}
.avatar{
	width: 80px;
	margin: 0 auto;
}
.avatar img{
	border: 4px solid #5c8254;
	border-radius: 50%;
	width: 80px;
}
.testimonials_area p{
	color: #fff;
	margin: 20px 0px;
}
.testimonials_area h5{
	color: #5c8254;
	font-size: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.testimonials_area span{
	color: #fff;
}
.testimonials_area a:hover{
	color: #fff;
}
.owl-controls{
	position: absolute;
	width: 100%;
	top: 50%;
	font-size: 16px;
}
.owl-prev{
	position:absolute;
	left: -50px;
}
.owl-next{
	position:absolute;
	right: -50px;
}
.owl-controls i{
	font-size: 33px;
	font-weight: 700;
	transition: .5s;
}
.owl-controls i:hover{
	color: #5c8254;
}
/*
* ----------------------------------------------------------------------------------------
* 0.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner-logo{	
	background: #f9f9f9;
}
.partner{ 
	text-align: center; 
}
.partner img {}
/*
* ----------------------------------------------------------------------------------------
* .END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 14.START BLOG PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
.home_single_blog img{
	width: 100%;
}
.home_single_blog{
	background: #f9f9f9;
	transition: .5s;
}
.home_single_blog:hover{
	box-shadow: 0 0 10px #ddd;
}
.home_blog_text{
	padding: 20px;
	position: relative;
	z-index: 1;
}
.home_blog_text i{
	color: #5c8254;
	margin-right: 10px;
 }
.home_blog_text span{
	color: #bdbdbd;
	display: inline-block;
	margin-bottom: 1px;
	font-size: 14px;
}
.home_blog_text h4{
	margin: 0 0 10px;
	font-size: 17px;
}
.home_blog_text h4 a{
	color: #333;
}
.home_blog_text p{
	margin-bottom: 20px
}
/*END HOME BLOG*/
/*
* ----------------------------------------------------------------------------------------
* .END BLOG PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.buy_now {
    background: #5c8254 none repeat scroll 0 0;
    padding: 30px 0;
}
.buy_now_title{
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 18px;
}
.buy_now .btn{
	margin-left: 20px;
}
/*
* ----------------------------------------------------------------------------------------
* .END PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/
.form .form-group input{
	background: transparent;
	border-color: #e3e3e3;
    height: 40px;
    border-radius: 0;
	box-shadow: none;
}
.dark_bg .form .form-group input{
	border-color: #fff;
}
.form .form-group input:focus{
	border-color: #5c8254  ;
}
.form .form-group textarea{
	background: transparent;
	border-color: #e3e3e3;
    border-radius: 0;
	box-shadow: none;
}
.dark_bg .form .form-group textarea{
	border-color: #fff;
}
.form .form-group textarea:focus{
	border-color: #5c8254  ;
}
.contact_btn{
	color: #fff;
    font-size: 13px;
    margin-top: 30px;
    text-transform: capitalize;
    padding: 15px 35px;
    letter-spacing: 0.6px;
	font-weight: 600;
    background: #5c8254  ;
	border-radius: 25px;
    line-height: 10px;
	border: 2px solid #5c8254  ;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out 0s;
}
.contact_btn:hover{
	background: transparent;
	border: 2px solid #5c8254  ;
	color: #5c8254  ;
}
.single_address{
	margin-bottom: 26px;
	overflow: hidden;
}
.single_address i{
	background: #5c8254 none repeat scroll 0 0;
	border-radius: 100px;
	color: #fff;
	float: left;
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 60px;
}
.single_address h4{
	text-transform: capitalize;
	font-weight: 500;
	color: #333;
}
.single_address p{
	color: #333;
	overflow: hidden;
}
.single_address_mbnone{
	margin-bottom: 0px;
}
/*
* ----------------------------------------------------------------------------------------
* .END CONTACT DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 18.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer{
    background-color: #171B1E;
		color: #fff !important; 
}
.footer.white{
	background-color: #fff;
	color: #171B1E !important; 
}

.footer a, .footer li a{
	color: #fff !important; 
}
.footer.white a, .footer.white li a{
	color: #171B1E !important;
}

.footer li{
	list-style-type: none;
}
.footer img{
	padding-bottom: 30px;
}
/*START FOOTER SOCIAL DESIGN*/
.footer_social ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer_social ul li{ 
	display: inline-block;
}
.footer_social ul li a{
	background: #1f2428 none repeat scroll 0 0;
	border: 1px solid #1f2428;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	margin: 2px 5px;
	padding: 9px 12px;
	transition: all 0.2s ease 0s;
	width: 40px;
}
.footer_social ul li a:hover{ 
	color: #fff; 
}
.f_facebook:hover{
    background: #5c8254;
    border: 1px solid #5c8254;
}
.f_twitter:hover{
    background: #5c8254;
    box-shadow: 0 0 0 0px #5c8254;
    border: 1px solid #5c8254;
}
.f_google:hover{
    background: #5c8254;
    box-shadow: 0 0 0 0px #5c8254;
    border: 1px solid #5c8254;
}
.f_linkedin:hover{
    background: #5c8254;
    box-shadow: 0 0 0 0px #5c8254;
    border: 1px solid #5c8254;
}
.f_youtube:hover{
    background: #5c8254;
    box-shadow: 0 0 0 0px #5c8254;
    border: 1px solid #5c8254;
}
.f_skype:hover{
    background: #5c8254;
    box-shadow: 0 0 0 0px #5c8254;
    border: 1px solid #5c8254;
}
/*END FOOTER SOCIAL DESIGN*/
.footer_content p{
	color: #fff;
	font-size: 14px;
	margin-bottom: 25px;
}
.footer.white .footer_content p{
	color: #171B1E;
}
/*
* ----------------------------------------------------------------------------------------
* 18.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 *  19.START SECTION TOP DESIGN
 * ----------------------------------------------------------------------------------------
 */
.section-top{    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.section-top-title h2{
    color: #fff;
    font-size: 45px;
    margin: 0;
    text-transform: uppercase;
}
.section-top-title{
	padding-bottom: 90px;
	padding-top: 150px;
}
.section-top-title,
.breadcrumb{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
}
.section-top-title ol li{ 
	color: #fff !important; 
}
.section-top-title ol li a { 
	color: #fff !important; 
}
.section-top-title ol li a:hover{
	color: #5c8254 !important;
}
/*
 * ----------------------------------------------------------------------------------------
 * 19.END SECTION TOP DESIGN
 * ----------------------------------------------------------------------------------------
*/

/*
 * ----------------------------------------------------------------------------------------
 * 20.Single PORTFOLIO DESIGN
 * ----------------------------------------------------------------------------------------
*/
.about_project{
	margin-bottom: 20px;
}
.about_project_details ul{
	list-style: none;
}
.about_project_details ul li i{
	padding-right: 10px;
}
.about_project_details ul li{
	padding-bottom: 8px;
}
.about_project_details {
	margin-bottom: 20px;
}
.related_porject{
	padding-bottom: 30px;
}

/* beterekommunicatie */

.bos {
	background: #5c8254 !important;
}

.gras {
	background: #96ad85 !important;
}

.water {
	background: #366b85 !important;
}

.lucht {
	background: #6ea8b5 !important;
}

.bos-text {
	color: #5c8254 !important;
}

.gras-text {
	color: #96ad85 !important;
}

.water-text {
	color: #366b85 !important;
}

.lucht-text {
	color: #6ea8b5 !important;
}

/* ==========================================
	start about area Css  
   =========================================*/

	 .about-calender-box {
    background: rgba(92,130,84,0.9);
    width: 100%;
    padding: 40px 30px;
    margin-top: -260px;
    z-index: 1;
    position: relative;
    margin-left: 18px;
    overflow: hidden;
}

@media (min-width: 768px) {
	.about-calender-box {
    width: 70%;
    padding: 40px 30px;
    margin-top: -320px;
		margin-bottom: 100px;
    margin-left: 188px;
	}
}

.about-image {
	display: block;
	margin-bottom: 30px;
}

.about-content-inner h3 {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 15px;
    color: #fff;
    margin-top: 0;
}
.about-content-inner ul li {
    list-style: none;
    color: white;
    padding: 7px 0;
    border-bottom: 1px dotted #fff;
}
.about-content-inner ul li span {
    padding-left: 74px;
    float: right;
    display: inline-block;
}

.about-content h4 {
    '/*color: #5c8254;*/
    font-size: 16px;
    font-weight: 600;
		margin-bottom: 17px;
		margin-top: 17px;
}
.about-content h1 {
    font-size: 35px;
    font-weight: 700;
}
.about-content h2 {
    font-size: 33px;
    font-weight: 700;
}
.about-button a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border: 2px solid #5c8254;
    background: #5c8254;
    color: #fff;
    padding: 11px 40px;
    display: inline-block;
}
.about-button a:hover {
    background: #fff;
    color: #5c8254;

}

/* cms */

.cms h3 {
	margin-top: 20px;
	margin-bottom: 13px;
	font-size: 18px;
}

.cms h4 {
	margin-top: 20px;
	margin-bottom: 13px;
	color: #5c8254;
}

.cms ul {
	margin-top: 20px;
	margin-bottom: 13px;
}

.cms ul li {
	list-style: none;
	margin-bottom: 15px;
	font-size: 15px;
}
.cms ul li i {
	color: #5c8254;
	font-size: 22px;
	margin-right: 16px !important;
	display: inline-block;
}

.cms a:hover {
	text-decoration: underline;
}

.cms p {
	margin-bottom: 15px;
}

/*start breatcumb css*/ 
.breatcumb-area {
	background: url(../../images/breadcrumb.jpg);
	height: 284px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding-top: 150px;
}
.breatcumb-area::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(92, 130, 84, 0.50);*/
	background: rgba(0, 0, 0, 0);
}
.breatcumb-content {
	margin: 0 0 32px;
}
.breatcumb-title h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 15px;
}
.breatcumb-content-text ul li {
	list-style: none;
	display: inline-block;
}
.breatcumb-content-text ul li a {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}
.breatcumb-content-text i {
	font-size: 15px;
	color: #fff;
	margin: 0 6px;
	display: inline-block;
}
.breatcumb-content-text span {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	margin: 0 4px;
}

/*
*
* Posts
*/
.post-classic {
	position: relative;
	text-align: left;
	color: #151515;
	background: #ffffff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
	z-index: 1;
	margin-top: 30px;
}

.post-classic .post-classic-time {
	position: absolute;
	top: 6%;
	left: 5%;
}

.post-classic-2::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background: linear-gradient(to bottom, rgba(92, 130, 84, 0.15) 0%, rgba(92, 130, 84, 0.33) 28%, rgba(92, 130, 84, 0.7) 76%, rgba(92, 130, 84, 0.85) 100%);*/
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.33) 28%, rgba(0, 0, 0, 0.7) 76%, rgba(0, 0, 0, 0.85) 100%);
	pointer-events: none;
	z-index: 0;
}

.post-classic-2 .post-classic-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.post-classic-2 .post-classic-title {
	color: #ffffff;
}

.post-classic-figure {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: -1;
}

.post-classic-figure img {
	width: 100%;
	transform: none;
	will-change: transform;
	transition: all .25s ease;
}

.post-classic-time {
	padding: 1px 10px;
	font-size: 12px;
	line-height: 2;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-radius: 30px;
	color: #fff;
	background: #5c8254;
	z-index: 1;
}

.post-classic-content {
	padding: 6% 5%;
}

.post-classic-title {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .075em;
	min-height: 83px;
}

.post-classic-title a, .post-classic-title a:focus, .post-classic-title a:active {
	color: inherit;
}

.post-classic-title a:hover {
	color: inherit;
}

.post-classic-title a:hover {
	text-decoration: underline;
}

.post-classic-info {
	font-size: 15px;
	line-height: 1;
	letter-spacing: .05em;
	color: #777777;
}

.post-classic-info li + li {
	border-left: 1px solid #cccccc;
}

.post-classic-info a, .post-classic-info a:focus, .post-classic-info a:active {
	color: inherit;
}

.post-classic-info a:hover {
	color: #ccc3ba;
}

.post-classic-comments > *,
.post-classic-author > *,
.post-classic-views > * {
	display: inline-block;
	vertical-align: middle;
}

.post-classic-comments .icon,
.post-classic-author .icon,
.post-classic-views .icon {
	font-size: 16px;
	margin-right: 8px;
}

.post-classic-author .icon {
	font-size: 18px;
}

@media (max-width: 575.98px) {
	.slick-news .post-classic {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 767.98px) {
	.slick-news .post-classic-title {
		max-height: 68px;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.post-classic-title {
		font-size: 18px;
	}
	.post-classic-content {
		padding: 8% 9%;
	}
	.post-classic .post-classic-time {
		top: 8%;
		left: 9%;
	}
}

@media (min-width: 992px) {
	.post-classic-content {
		padding: 7%;
	}
	.post-classic .post-classic-time {
		top: 7%;
		left: 7%;
	}
}

@media (min-width: 1200px) {
	.post-classic .post-classic-time {
		top: 10%;
		left: 13%;
	}
	.post-classic-content {
		padding: 10% 13%;
	}
}

@media (min-width: 992px) {
	.desktop .post-classic:hover .post-classic-figure img {
		transform: scale(1.1);
	}
}

.post-modern {
	position: relative;
	display: flex;
	text-align: left;
	background: #ffffff;
}

.post-modern-2 {
	color: rgba(255, 255, 255, 0.5);
}

.post-modern-2 .post-modern-badge {
	color: #b3aba4;
}

.post-modern-2 .post-modern-title {
	color: #ffffff;
}

.post-modern-2 .post-modern-views .icon {
	color: inherit;
}

.post-modern-2 .post-modern-play-2 a, .post-modern-2 .post-modern-play-2 a:focus, .post-modern-2 .post-modern-play-2 a:active {
	color: #ffffff;
}

.post-modern-2 .post-modern-play-2 a:hover {
	color: #b3aba4;
}

.post-modern-3 {
	color: #ffffff;
}

.post-modern-3 .post-modern-dummy::before {
	padding-bottom: 93.5%;
}

.post-modern-3 .post-modern-header,
.post-modern-3 .post-modern-footer {
	pointer-events: none;
}

.post-modern-3 .post-modern-header > *,
.post-modern-3 .post-modern-footer > * {
	pointer-events: auto;
}

.post-modern-3 .post-modern-footer {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.post-modern-3 .post-modern-badge {
	color: #b3aba4;
}

.post-modern-3 .post-modern-title {
	color: inherit;
}

.post-modern-3 .post-modern-title a:hover {
	text-decoration: underline;
}

.post-modern-3 .post-modern-views .icon {
	color: rgba(255, 255, 255, 0.5);
}

.post-modern-height {
	min-height: 100%;
}

.post-modern-height .post-modern-content {
	height: inherit;
}

.post-modern-quote .post-modern-content::before {
	position: absolute;
	content: '\201C';
	top: 3%;
	right: 6%;
	font-size: 100px;
	line-height: .88;
	font-weight: 500;
	color: #e1e1e1;
	font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.post-modern-figure {
	display: block;
	overflow: hidden;
}

.post-modern-figure img {
	width: 100%;
	transition: all .3s ease;
	transform: none;
	will-change: transform;
}

.post-modern-image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@supports (object-fit: cover) {
	.post-modern-image {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: none;
		object-fit: cover;
		object-position: center center;
	}
}

.post-modern-header,
.post-modern-footer {
	padding: 5%;
}

.post-modern-content,
.post-modern-content-2,
.post-modern-horizontal,
.post-modern-body,
.post-modern-dummy {
	flex-shrink: 0;
	width: 100%;
}

.post-modern-content {
	position: relative;
	display: flex;
	padding: 5%;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}

.post-modern-content > *:not(.post-modern-center) {
	pointer-events: auto;
}

.post-modern-center > * {
	pointer-events: auto;
}

.post-modern-content-2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
}

.post-modern-content-2 > * {
	pointer-events: auto;
}

.post-modern-dummy {
	pointer-events: none;
}

.post-modern-dummy::before {
	content: '';
	display: block;
	width: 0;
}

.post-modern-badge {
	display: inline-block;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #ccc3ba;
}

.post-modern-title {
	font-size: 16px;
	line-height: 1.56;
	font-weight: 500;
	letter-spacing: .075em;
	color: #151515;
}

.post-modern-title a {
	color: inherit;
}

.post-modern-title a:hover {
	text-decoration: underline;
}

.post-modern-views {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
}

.post-modern-views > * {
	display: inline-block;
	vertical-align: middle;
}

.post-modern-views .icon {
	margin-right: 8px;
	font-size: 18px;
	color: rgba(21, 21, 21, 0.5);
}

.post-modern-time {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.post-modern-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.post-modern-play-2 .icon {
	font-size: 30px;
	margin-left: -8px;
}

.post-modern-play-2 a, .post-modern-play-2 a:focus, .post-modern-play-2 a:active {
	color: #ccc3ba;
}

.post-modern-play-2 a:hover {
	color: #b3aba4;
}

.post-modern-center + .group-xmd,
.post-modern-title + .group-md,
.post-modern-center + .group-md {
	margin-top: 20px;
}

.post-modern-title + .group-xmd {
	margin-top: 16px;
}

.post-modern + .post-modern {
	margin-top: 30px;
}

.post-modern-horizontal + .post-modern-horizontal {
	margin-top: 30px;
}

@media (max-width: 575.98px) {
	.post-modern-3 .post-modern-title {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.post-modern-3 .post-modern-title + .group-md {
		margin-top: 10px;
	}
}

@media (min-width: 576px) {
	.post-modern-dummy::before {
		padding-bottom: 92.4%;
	}
	.post-modern-4 .post-modern-dummy::before {
		padding-bottom: 43.75%;
	}
	.post-modern-5 .post-modern-dummy::before {
		padding-bottom: 197%;
	}
}

@media (min-width: 1200px) {
	.post-modern-3 .post-modern-title {
		font-size: 24px;
		max-width: 400px;
		line-height: 1.25;
	}
	.post-modern-3 .post-modern-footer {
		min-height: 185px;
	}
	.post-modern-6 .post-modern-content {
		padding-top: 26px;
	}
	.post-modern-quote .post-modern-content::before {
		top: 14px;
		right: 18px;
		font-size: 150px;
	}
	.post-modern-header {
		padding: 42px 32px 12px;
	}
	.post-modern-footer {
		padding: 28px 32px 34px;
	}
	.post-modern-content {
		padding: 42px 32px 34px;
	}
	.post-modern-play-2 .icon {
		font-size: 48px;
		margin-left: -10px;
	}
	.post-modern-title {
		font-size: 18px;
	}
	.post-modern-views,
	.post-modern-time {
		font-size: 14px;
	}
}

@media (max-width: 575.98px) {
	.section-fluid .post-modern-3 .post-modern-dummy::before {
		padding-bottom: 125%;
	}
	.section-fluid .post-modern-5 .post-modern-figure {
		max-height: 215px;
	}
	.section-fluid .post-modern-horizontal {
		z-index: 1;
	}
	.section-fluid .post-modern-horizontal::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(63, 73, 89, 0.5);
		z-index: 1;
	}
	.section-fluid .post-modern-horizontal .post-modern-figure {
		pointer-events: none;
	}
	.section-fluid .post-modern-horizontal .post-modern-figure img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
		pointer-events: auto;
	}
	@supports (object-fit: cover) {
		.section-fluid .post-modern-horizontal .post-modern-figure img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
	.section-fluid .post-modern-horizontal .post-modern-content {
		position: relative;
		z-index: 1;
	}
	.section-fluid .post-modern-horizontal .post-modern-badge {
		color: #b3aba4;
	}
	.section-fluid .post-modern-horizontal .post-modern-title,
	.section-fluid .post-modern-horizontal .post-modern-views,
	.section-fluid .post-modern-horizontal .post-modern-time {
		color: #ffffff;
	}
	.section-fluid .post-modern-horizontal .post-modern-views .icon {
		color: inherit;
	}
	.section-fluid .post-modern-horizontal .unit-left {
		margin: 0;
	}
}

@media (min-width: 1200px) and (max-width: 1879px) {
	.section-fluid .post-modern-header,
	.section-fluid .post-modern-footer,
	.section-fluid .post-modern-content {
		padding: 5%;
	}
	.section-fluid .post-modern-horizontal {
		padding: 2% 4% 2% 2%;
	}
	.section-fluid .post-modern-quote .post-modern-content::before {
		top: 3%;
		right: 6%;
		font-size: 100px;
	}
}

@media (min-width: 1200px) and (max-width: 1799px) {
	.section-fluid .post-modern-3 .post-modern-footer {
		min-height: auto;
	}
	.section-fluid .post-modern-3 .link-play-classic {
		width: 90px;
		height: 90px;
	}
	.section-fluid .post-modern-3 .link-play-classic .icon {
		font-size: 30px;
		line-height: 90px;
	}
	.section-fluid .post-modern-horizontal .post-modern-figure img {
		width: 180px;
	}
	.section-fluid .post-modern-title {
		font-size: 16px;
	}
	.section-fluid .post-modern-views,
	.section-fluid .post-modern-time {
		font-size: 12px;
	}
}

.post-modern-horizontal {
	display: flex;
	align-items: center;
	padding: 5%;
	text-align: left;
	background: #ffffff;
}

.post-modern-horizontal .unit {
	flex-grow: 1;
}

.post-modern-horizontal .post-modern-content {
	padding: 0;
}

@media (min-width: 576px) {
	.post-modern-horizontal {
		padding: 2% 4% 2% 2%;
	}
	.post-modern-horizontal .post-modern-content {
		min-height: 100%;
	}
}

@media (min-width: 768px) {
	.post-modern-horizontal .post-modern-figure img {
		max-width: 170px;
	}
}

@media (min-width: 1200px) {
	.post-modern-horizontal {
		padding: 28px 40px 28px 28px;
	}
	.post-modern-horizontal .unit {
		margin-bottom: -20px;
		margin-left: -40px;
	}
	.post-modern-horizontal .unit > * {
		margin-bottom: 20px;
		margin-left: 40px;
	}
	.post-modern-horizontal .post-modern-content {
		padding: 14px 0 6px;
	}
	.post-modern-horizontal .post-modern-figure img {
		max-width: none;
	}
}

.bg-default .post-modern-horizontal,
.bg-default .post-modern {
	background: #f5f5f5;
}

.ie-10 .post-modern-horizontal .unit-body,
.ie-11 .post-modern-horizontal .unit-body,
.ie-edge .post-modern-horizontal .unit-body {
	width: 100%;
}

.post-creative {
	position: relative;
	text-align: center;
	padding: 10px 10px 0;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.post-creative::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 10px;
	left: 0;
	background: #ffffff;
	z-index: -1;
}

.post-creative-figure {
	display: block;
	overflow: hidden;
}

.post-creative-figure img {
	width: 100%;
	transition: all .3s ease;
	transform: none;
	will-change: transform;
}

.post-creative-caption {
	padding: 20px 10px 30px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

.post-creative-title {
	line-height: 1.44;
	letter-spacing: .05em;
	text-transform: none;
}

.post-creative-panel {
	font-size: 14px;
	letter-spacing: .05em;
	color: #ccc3ba;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: -10px;
}

.post-creative-panel > * {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.post-creative-panel > li {
	position: relative;
}

.post-creative-panel > li:not(:last-child)::after {
	position: absolute;
	content: '\\';
	top: 0;
	right: -6px;
}

.post-creative-panel a, .post-creative-panel a:focus, .post-creative-panel a:active {
	color: inherit;
}

.post-creative-panel a:hover {
	color: #151515;
}

* + .post-creative-panel {
	margin-top: 11px;
}

@media (min-width: 576px) {
	.post-creative {
		padding: 15px 15px 0;
	}
	.post-creative::before {
		bottom: 23px;
	}
	.post-creative-caption {
		padding: 26px 15px 34px;
		max-width: 95%;
	}
}

@media (min-width: 992px) {
	.post-creative-caption {
		max-width: 90%;
	}
}

@media (min-width: 992px) {
	.desktop .post-creative:hover .post-creative-figure img {
		transform: scale(1.1);
	}
}

.post-minimal {
	position: relative;
	text-align: left;
	font-size: 15px;
	line-height: 1.6;
	color: #151515;
}

.post-minimal-2 .post-minimal-title,
.post-minimal-2 .post-minimal-time {
	letter-spacing: .075em;
}

.post-minimal-figure {
	display: block;
}

.post-minimal-figure img {
	width: 100%;
}

.post-minimal-title {
	letter-spacing: 0;
}

.post-minimal-title a, .post-minimal-title a:focus, .post-minimal-title a:active {
	color: inherit;
}

.post-minimal-title a:hover {
	color: #ccc3ba;
}

.post-minimal-time {
	letter-spacing: .025em;
	color: #777777;
}

* + .post-minimal-time {
	margin-top: 6px;
}

@media (min-width: 992px) {
	.desktop .post-modern:hover .post-modern-figure img {
		transform: scale(1.1);
	}
}

.context-dark .post-minimal-title, .bg-gray-dark .post-minimal-title, .bg-primary .post-minimal-title {
	color: #ffffff;
}

.context-dark .post-minimal-time, .bg-gray-dark .post-minimal-time, .bg-primary .post-minimal-time {
	color: #b3aba4;
}

.footer-creative-2.context-dark .post-minimal-time, .footer-creative-2.bg-gray-dark .post-minimal-time, .footer-creative-2.bg-primary .post-minimal-time {
	color: #ccc3ba;
}

* + .list-popular-post {
	margin-top: 30px;
}

.list-popular-post + p {
	margin-top: 32px;
}

.list-popular-post-item + .list-popular-post-item {
	margin-top: 20px;
}

.single-post h5 + .group-md {
	margin-top: 24px;
}

.single-post .group-md + p {
	margin-top: 30px;
}

.single-post p + p {
	margin-top: 24px;
}

.single-post-footer {
	padding: 33px 35px;
	background: #f3f3f3;
	border-bottom: 3px solid #ccc3ba;
}

.single-post-social-list {
	color: #151515;
}

.single-post-social-list .icon {
	font-size: 22px;
}

.single-post-social-list a, .single-post-social-list a:focus, .single-post-social-list a:active {
	color: inherit;
}

.single-post-social-list a:hover {
	color: #ccc3ba;
}

.single-post-title {
	font-size: 18px;
	line-height: 1.33;
	font-weight: 400;
	letter-spacing: .1em;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	color: #151515;
}

.single-post-title span {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-right: 6px;
	border-radius: 50%;
	color: #ffffff;
	background: #ccc3ba;
}

* + .single-post-footer {
	margin-top: 50px;
}

* + .single-post-title {
	margin-top: 100px;
}

@media (min-width: 768px) {
	.single-post {
		text-align: left;
	}
}

.aside-news .button {
	min-width: auto;
	padding: 10px;
}

.aside-news * + .button {
	margin-top: 0;
}

.aside-news-button {
	margin-bottom: -10px;
	margin-left: -10px;
}

.aside-news-button:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.aside-news-button > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

@media (max-width: 575.98px) {
	.aside-news .button {
		font-size: 12px;
		font-weight: 500;
	}
}

@media (min-width: 768px) {
	.aside-news {
		padding-left: 40px;
	}
	.aside-news .button {
		min-width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.aside-news-button {
		margin-bottom: -20px;
		margin-left: -10px;
	}
	.aside-news-button:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.aside-news-button > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 10px;
	}
}

@media (min-width: 992px) {
	.aside-news {
		padding: 0 25px;
	}
}

@media (min-width: 1200px) {
	.aside-news {
		padding: 0 75px;
	}
	.aside-news-button {
		margin-bottom: -26px;
		margin-left: -10px;
	}
	.aside-news-button:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.aside-news-button > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 26px;
		margin-left: 10px;
	}
}

@media (min-width: 1600px) {
	.aside-news .button {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.post-amy {
	color: #151515;
}

.post-amy-figure {
	display: block;
	text-align: center;
}

.post-amy-figure img {
	width: 100%;
}

.post-amy-title {
	font-size: 16px;
	line-height: 1;
	letter-spacing: .025em;
	font-weight: 400;
	text-transform: none;
}

.post-amy-title a:hover {
	color: inherit;
	text-decoration-line: underline;
	text-decoration-color: #6d6d6d;
}

.post-amy-info {
	transform: translate3d(0, -6px, 0);
	margin-bottom: -6px;
	margin-left: -15px;
	margin-right: -15px;
}

.post-amy-info > * {
	margin-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

.post-amy-info > li {
	position: relative;
}

.post-amy-info > li > * {
	display: inline-block;
	vertical-align: middle;
}

.post-amy-info > li .icon {
	font-size: 18px;
	color: #b3aba4;
}

.post-amy-info > li > * + * {
	margin-left: 6px;
}

.post-amy-info > li + li::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -1px;
	width: 1px;
	height: 18px;
	background: #cccccc;
	transform: translate3d(0, -50%, 0);
}

.post-amy-info a, .post-amy-info a:focus, .post-amy-info a:active {
	color: inherit;
}

.post-amy-info a:hover {
	color: #ccc3ba;
}

* + .post-amy-info {
	margin-top: 10px;
}

@media (max-width: 767.98px) {
	.post-amy {
		color: #ffffff;
	}
}

@media (min-width: 768px) {
	.post-amy-title {
		font-size: 18px;
	}
	.post-amy-figure {
		position: relative;
		overflow: hidden;
	}
	.post-amy-figure a {
		display: inline-flex;
		align-items: flex-end;
		justify-content: center;
		position: absolute;
		padding: 60px 20px 20px;
		top: -110px;
		right: -110px;
		height: 200px;
		width: 200px;
		color: #151515;
		background: #b3aba4;
		transform: rotate(45deg);
		transition-duration: .3s;
	}
	.post-amy-figure a:hover {
		color: #ffffff;
		background: #ccc3ba;
	}
	.post-amy-figure .icon {
		font-size: 30px;
		transform: rotate(-45deg);
	}
}

@media (min-width: 992px) {
	.post-amy-title {
		font-size: 24px;
	}
	* + .post-amy-info {
		margin-top: 20px;
	}
}

.tabs-post .post-amy-title {
	position: relative;
}

.tabs-post .post-amy-title::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -30px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #ffffff;
	transform: translate3d(150%, -50%, 0);
	transition: all .25s ease;
	visibility: hidden;
	opacity: 0;
}

@media (min-width: 768px) {
	.tabs-post .post-amy-title::before {
		border-width: 8px 10px 8px 0;
		border-color: transparent #b3aba4 transparent transparent;
	}
}

@media (min-width: 1200px) {
	.tabs-post .post-amy-title::before {
		left: -50px;
		border-width: 11px 14px 11px 0;
	}
}

.tabs-post .nav-link:hover + .post-amy .post-amy-title::before,
.tabs-post .nav-link.active + .post-amy .post-amy-title::before {
	transform: translate3d(0, -50%, 0);
	visibility: visible;
	opacity: 1;
}

@media (max-width: 767.98px) {
	.tabs-post .post-amy {
		opacity: .5;
	}
	.tabs-post .post-amy-title {
		color: #ffffff;
	}
	.tabs-post .post-amy-title:hover {
		text-decoration-color: #ffffff;
	}
}


/*
*
* Responsive units
*/
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -20px;
	margin-left: -30px;
}

.unit > * {
	margin-bottom: 20px;
	margin-left: 30px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-spacing-xxs {
	margin-bottom: -5px;
	margin-left: -5px;
}

.unit-spacing-xxs > * {
	margin-bottom: 5px;
	margin-left: 5px;
}

.unit-spacing-xs {
	margin-bottom: -10px;
	margin-left: -10px;
}

.unit-spacing-xs > * {
	margin-bottom: 10px;
	margin-left: 10px;
}

.unit-spacing-sm {
	margin-bottom: -15px;
	margin-left: -15px;
}

.unit-spacing-sm > * {
	margin-bottom: 15px;
	margin-left: 15px;
}

.unit-spacing-md {
	margin-bottom: -20px;
	margin-left: -20px;
}

.unit-spacing-md > * {
	margin-bottom: 20px;
	margin-left: 20px;
}

.unit-spacing-lg {
	margin-bottom: -30px;
	margin-left: -30px;
}

.unit-spacing-lg > * {
	margin-bottom: 30px;
	margin-left: 30px;
}

.unit-spacing-xl {
	margin-bottom: -20px;
	margin-left: -40px;
}

.unit-spacing-xl > * {
	margin-bottom: 20px;
	margin-left: 40px;
}

.unit-spacing-1 {
	margin-bottom: -15px;
	margin-left: -30px;
}

.unit-spacing-1 > * {
	margin-bottom: 15px;
	margin-left: 30px;
}

.unit-spacing-2 {
	margin-bottom: -10px;
	margin-left: -30px;
}

.unit-spacing-2 > * {
	margin-bottom: 10px;
	margin-left: 30px;
}

/*
*
* Icons
*/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}

.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}

.icon-circle {
	border-radius: 50%;
}

.icon-xxxl {
	font-size: 78px;
}

/*
*
* Pagination custom
*/
.pagination {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
}

@media (min-width: 768px) {
	.pagination {
		padding-left: 70px;
		padding-right: 70px;
	}
}

.page-item {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.page-link {
	display: inline-block;
	min-width: 24px;
	padding: 0px 5px;
	border: 0 solid transparent;
	font-size: 18px;
	line-height: 1.33333;
	font-weight: 500;
	background-color: transparent;
	color: #151515;
	transition: all 0.3s ease-in-out;
}

.page-link:hover, .page-link:focus, .page-link:active {
	color: #5c8254;
	background-color: transparent;
	border-color: transparent;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #5c8254;
	background-color: transparent;
	border-color: transparent;
}

.page-item.disabled > .page-link {
	display: none;
}

.page-item-control {
	position: absolute;
}

.page-item-control .icon::before {
	font-family: "Material Design Icons";
	font-size: 24px;
	line-height: 24px;
}

.page-item-control:first-child {
	left: 0;
}

.page-item-control:first-child .icon::before {
	content: '\f14a';
	margin-left: -1px;
}

@media (min-width: 768px) {
	.page-item-control:first-child {
		left: 30px;
	}
}

.page-item-control:last-child {
	right: 0;
}

.page-item-control:last-child .icon::before {
	content: '\f14f';
	margin-right: -1px;
}

@media (min-width: 768px) {
	.page-item-control:last-child {
		right: 30px;
	}
}

* + .pagination-wrap {
	margin-top: 40px;
}

@media (min-width: 768px) {
	* + .pagination-wrap {
		margin-top: 60px;
	}
}

.btn-nav-bg {
	background: #5c8254 none repeat scroll 0 0;
	border: 1px solid #5c8254;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	margin-top: 5px;
	overflow: hidden;
	padding: 8px 25px !important;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}
.btn-nav-bg:hover,.btn-nav-bg:focus {
	border: 1px solid #333;
	color:#fff !important;
	background: #333 none repeat scroll 0 0 !important;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 1000px !important;
	}
	.about-calender-box {
		max-width: 500px;
	}
}

.fa.fysiek {
	background-image: url(../../images/logo-wit.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-origin: content-box !important;
	border-radius: 30px;
	padding: 15px;
}

.google__map {
	height: 400px;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

#googleMap {
	width: 100%;
	height: 100%;
}

.gm-style-iw-d {
	padding:10px;
}

.mb-20{
	margin-bottom: 20px;
}

.madeby {
	position: absolute;
	bottom: -50px;
	right: 20px;
	opacity: 0.07;
}

/* menu landing*/
/* Center the navigation for landingmenu class on non-mobile screens */
@media (min-width: 768px) {
	.navbar.landingmenu {
			margin: 200px 0;
	}

	.navbar.landingmenu .container {
			display: flex;
			justify-content: center;
			padding: 0 15px;
	}

	.navbar.landingmenu .navbar-header {
			display: none; /* Hide logo on non-mobile */
	}

	.navbar.landingmenu .navbar-collapse {
			flex-grow: 0;
			/* Prevents the nav from stretching full-width */
			background-color: #5c8254;
			height: 40px; /* Match height of afspraak button - adjust if needed */
			display: flex;
			align-items: center;
	}

	.navbar.landingmenu .navbar-collapse.collapse {
			display: flex !important;
			justify-content: center;
	}

	.navbar.landingmenu .navbar-nav {
			float: none;
			/* Overrides Bootstrap's default float */
			display: flex;
			align-items: center;
			height: 100%;
	}
	
	/* Maintain dropdown functionality */
	.navbar.landingmenu .navbar-nav > li {
			float: none;
			display: inline-block;
			height: 100%;
			display: flex;
			align-items: center;
	}

	.navbar.landingmenu .navbar-nav > li > a {
			padding-top: 0;
			padding-bottom: 0;
			line-height: 60px; /* Match the height */
			min-width: 140px;
			text-align: center;
	}
	
	/* Except for the afspraak button which should keep its natural width */
	.navbar.landingmenu .navbar-nav > li > a.btn-nav-bg {
			min-width: auto;
	}
}

/* Ensure mobile menu still works properly */
@media (max-width: 767px) {
	.navbar.landingmenu .container {
			display: block;
	}
	
	.navbar.landingmenu .navbar-collapse {
			width: 100%;
	}

	.navbar.landingmenu .navbar-header {
			display: block; /* Show logo on mobile */
	}
	.navbar-brand img {
		height: 50px;
	}
}

@media (min-width: 968px) {

	.navbar.landingmenu2 .navbar-collapse {
		height: 30px; /* Match height */

	}

	.navbar.landingmenu2 .navbar-nav > li > a {
		line-height: 50px; /* Match the height */
		font-size: 18px;
		min-width: 140px;
	}

	.navbar.landingmenu2 ul li > ul {
		top: 60px;
	}
}