/*
Theme Name: Mijnmondzorg
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: 
License URI: 
Text Domain: mijnmondzorg
Tags:

*/

@charset "utf-8";
/* CSS Document */


*{
	 margin:0; 
	 padding:0; 
	 outline:none;

	 box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -ms-box-sizing: border-box;
	 -o-box-sizing: border-box;
}
html {
     text-rendering: optimizeLegibility !important;
     -webkit-font-smoothing: antialiased !important;
}

body{
	background:#e6e5e4;
	font-family:Verdana, Geneva, sans-serif;
	color:#232322;
}
h1{
	font-size:30px;
	line-height:35px;
	margin:0;
}
h2{
	
}
h3{
	font-size:15px;
	line-height:24px;
	color:#7c7b76;
	margin:0;
	font-weight:bold;	
}
h4{
	
}
p{
	font-size:15px;
	line-height:24px;
	color:#232322;
	margin-bottom:25px;
}
ul, ol{
	list-style:none;
	margin:0;
}
img{
	max-width:100%;
}

a, a:hover{
	text-decoration:none;
}

::-moz-selection {
  color:#fff;
  background: #25b8ca;
}
::selection {
  color: #fff;
  background:#25b8ca;
}

header, nav, section, article, aside, footer {
   display:block;
}

.container-fluid{	
	position:relative;
	max-width:1010px;
}
.transition{
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

header, .section, footer{
	width:100%;
	float:left;
	position:relative;	
}
.gap{
	padding-top:33px;
	padding-bottom:20px;
}


/*-- header --*/
header{
	background:#25b8ca;
	padding:11px 0 8px;
}
.logo{
	width:32%;
	float:left;
}
.navigation{
	width:68%;
	float:right;
}

.nav_button{
	display:none;
}
.line{
	background:url(images/line.jpg) center repeat-x;
	height:14px;
}
.white_line{
	background:#fff;
	height:11px;
}
.carousel-inner > .item{
	height:343px;
	background-position:center center;
	background-repeat:no-repeat;
	
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;
}
.padding{
	padding-left:26px;
	padding-right:26px;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.float_none{
	margin:0 auto;
}
.cyne_txt{
	color:#25b7c9;
}
/*-- index page --*/
.home_title{
	background:#37b5a7;
	padding:13px 13px 13px 20px;
	color:#fff;
	position:relative;
}
.right{
	display:table;
	position:absolute;
	right:13px;
	top:6px;
	max-width:200px;
	text-align:right;
}
.right .ph{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:4px;
	display:block;
}
.right .mail a{
	font-size:15px;
	line-height:24px;
	color:#fff;
}
.line02{
	background:url(images/line02.jpg) center repeat-x;
	height:13px;
}
.content_area .container-fluid{
	background:#fff;
	min-height:440px;
}

.service_area{
	padding:11px 0 0;
}

.service_area.section .container-fluid {
    min-height: inherit;
}

.service{
	width:285px;
	margin-bottom:39px;
}
.service .title{
	padding:4px 5px 4px;
	color:#fff;
	font-size:20px;
	text-align: center;
}
.info_txt{
	text-align:center;
	padding:11px 13px 9px;	
}
.info_txt, .info_txt p{
	font-size:14px;
	line-height:18px;
}
.info_txt p{
	margin-bottom:0;
}
.info_txt a{
	font-size:12px;
	line-height:18px;
}
.cyne{
	background:#25b8ca;
}

.seagreen{
	background:#68c0ba;
}
.green{
	background:#37b5a7;
}

footer{
	background:#a9aaa8;
	padding:19px 0 25px;
	text-align:center;
	color:#fff;
	font-size:15px;
	line-height:26px;
}
footer .left{
	width:74%;
	float:left;
	text-align:left;
}
footer .social{
	width:26%;
	float:left;	
}
footer .left span{
	display:block;
}
footer .social ul{
	float:right;
}
footer .social ul li{
	display:inline-block;
	margin:0 4px;
}
footer .social ul li:last-child{
	margin-right:0;
}
footer .social ul li a{
	display:block;
	width:41px;
	height:42px;
}
footer .social ul li.fb a{
	background:url(images/fb.png) center no-repeat;
}
footer .social ul li.in a{
	background:url(images/in.png) center no-repeat;
}
footer .social ul li.yt a{
	background:url(images/yt.png) center no-repeat;
}
footer .social ul li.tw a{
	background:url(images/tw.png) center no-repeat;
}

footer .social ul li.fb a:hover{
	background:url(images/fb_hover.png) center no-repeat;
}
footer .social ul li.in a:hover{
	background:url(images/in_hover.png) center no-repeat;
}
footer .social ul li.yt a:hover{
	background:url(images/yt_hover.png) center no-repeat;
}
footer .social ul li.tw a:hover{
	background:url(images/tw_hover.png) center no-repeat;
}

.inner .container-fluid {
	padding-bottom:40px;
}
.inner .home_title{
	margin-bottom:40px;
}
.left_part{
	width:73%;
	float:left;
}
.right_part{
	width:27%;
	float:right;
	text-align:right;
	margin-right:-26px;
}

.right_part img{height: auto;
padding-bottom: 10px;}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    border-radius:0;
	margin-bottom: 0px;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
}


.navbar-nav{
	width:598px;
	min-height:52px;
	display:block;
	float:right;
	background:url(images/menu_bg.jpg) center no-repeat;
}
.navbar-nav ul li{
	float:left;
	position:relative;
}
.navbar-nav > li:after{
	content:"";
	position:absolute;
	top:17px;
	right:0;
	width:1px;
	height:20px;
	background:#9c9b98;
}
.navbar-nav li:last-child:after{
	display:none;
}
.navbar-nav li a{
	display:block;
	padding:10px 15px 10px 23px;
	font-size:15px;
	line-height:32px;
	color:#5f5f5c;	
}
.inner-banner img{
	width:100%;
	max-width:inherit;
}

.dropdown-menu{
	left:auto;
	right:0;
	background:#25b8ca;
	padding:0;
	border-radius:0;
}
.dropdown-menu li{
	width:100%;
	float:left;
}
.dropdown-menu li a{
	display:block;
	color:#fff;
}
.navbar-nav li .dropdown-menu li a {
	 padding: 3px 20px;
}
.navbar-nav > li:hover .dropdown-menu {
    display: block;
}

.home_title .posted-on a, .home_title .author a{
	color:#fff;
	font-weight:bold;
}

.gapping{
	width: 100%;
	clear: both;
	height: 20px;
}

.left_part a{
	color: #25b7c9;
}
