@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

@font-face {
    font-family: comicsans;
    src: url(../fonts/comic-sans-ms/comici.ttf);
}
a {
	color: #437173
}
body{
	font-family: 'Lato';	
}

header{
	padding-bottom: 16px;
    box-shadow: 0 0 15px grey;
}
 #clubBtn {
	       height: 67px;
    display: block;
    width: 205px;
       margin-right: -50px;
    margin-bottom: -50px;
    float: right;
    background: url(../images/btn_club.png);

   }
   
   #clubBtn:hover {
	   
    background: url(../images/btn_club_hover.png);

   }

header .container{
    background-image: url(../images/header_top_site.png);
    max-width: 1320px;
    min-height: 260px;
    background-repeat: no-repeat;
    padding: 0 60px;
    margin: 0 auto;
    background-size: contain;
}
header .container .logos{
	display: inline-flex;
    align-items: center;
    width: 100%;
    padding-top: 30px;
}

header .container .logos .logo{
	padding: 0 0 0 4.3569553805774275vw;
}

header .container .logos .right_logo{
	text-align: right;
	padding: 0 2.9396325459317585vw 0 0;
}

nav.menu {
    max-width: 1080px;
    margin: 0 auto;
    text-align: right;
}

nav.menu ul {
    display: inline-flex;
    padding: 0;
    margin: 0;
}

nav.menu ul li {
    list-style: none;
}

nav.menu ul li + li{
	padding-left: 30px;
}

nav.menu ul li a{
	color: #FFF;
	letter-spacing: 1px;
}

nav.menu ul li a{
	text-decoration: none;
	font-size: 18px;
	font-family: 'Lato';
}

nav.menu ul li.active a{
	color: #99c8b2;
}

section{
/*    background-image: url(../images/main_bg.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #d8effc;
}

section .main_content{
	padding: 60px 0;
	/*background-image: url(../images/main_bg.png);
	background-size: contain;
    background-repeat: no-repeat;*/
    max-width: 1180px;
    margin: 0 auto;
}

section .main_content aside.col-sm-3 {
    padding: 20px 0 60px;
	background: #99c8b2;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

section .main_content aside.col-sm-3 .sidebar_logo{
	padding-left: 1.3123359580052494vw;
}

section .main_content aside.col-sm-3 .sidebar_logo img{
	width: auto;

}

section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section{
	padding-top: 40px;
}

section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section + .sidebar_section{
	padding-top: 20px;
}

section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section h4{
	color: #437173;
	font-size: 18px;
	margin-bottom: 12px;
	font-family: 'Lato';
	font-weight: 600;
}

section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section p{
	font-size: 14px;
	margin-bottom: 12px;
	font-family: 'Lato';
	font-weight: 400;
	cursor: pointer;
}

section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section h5{
	font-size: 14px;
	color: #437173;
	margin-bottom: 0;
	font-family: 'Lato';
	font-weight: 400;
	cursor: pointer;
}

section .main_content article.col-sm-9{
	padding-right: 0;
}

section .main_content article .less_meer_section{
	padding-left: 20px;
}

section .main_content article .less_meer_section .less_meer_content{
	text-align: center;
	padding-bottom: 35px;
	position: relative;
	overflow: hidden;
}

section .main_content article .less_meer_section .less_meer_content:after{
	content: ' ';
	background-image: url(../images/dotted.png);
	width: 10px;
    position: absolute;
    height: 100%;
    right: -2.5px;
    top: 0;
}

section .main_content article .less_meer_section  .less_meer_content .clip_image_second{
	margin-top: 33px;
}

section .main_content article .less_meer_section .less_meer_content:last-child:after{
	display: none;
}

section .main_content article .less_meer_section .less_meer_content:before{
	content: ' ';
	background-image: url(../images/bottom_dotted.png);
	width: 92%;
    height: 10px;
    bottom: -1px;
    position: absolute;
    left: 7px;
}

section .main_content article .less_meer_section:nth-last-child{
	display: none;
}

/*section .main_content article .less_meer_section:last-child .less_meer_content:before{
	display: none;
}*/

section .main_content article .less_meer_section .less_meer_content img.search_plus{
	padding-top: 0 !important;
}

section .main_content article .less_meer_section .less_meer_content img{
	max-width: 100%;
    /*object-fit: cover;*/
}

section .main_content article .less_meer_section .less_meer_content .less_meer_inner img{
	width: auto;
}

section .main_content article .less_meer_section .less_meer_content h3{
	margin-top: 15px;
	font-size: 24px;
	font-family: comicsans;
	color: #437173;
}

section .main_content article .less_meer_section .less_meer_content p{
	font-size: 14px;
	font-family: 'Lato';
	color: #e95d0f;
	min-height: 63px;
	max-height: 63px;
	overflow: hidden;
}

section .main_content article .less_meer_section .less_meer_content .less_meer_inner{
	max-width: 75%;
    margin: 0 auto;
}

section .main_content article .less_meer_section .less_meer_content .less_meer_inner .less_more_section{
	width: auto;
    display: inline-block;
    background-color: #d9212b;
    padding: 6px 29px 6px 25px;
    transform: rotate(-7deg);
    margin-top: 5px;
    transition: all .2s;
}

section .main_content article .less_meer_section .less_meer_content .less_meer_inner .less_more_section:hover{
	box-shadow: 3px 4px 5px #696663;
}

section .main_content article .less_meer_section .less_meer_content .less_meer_inner .less_more_section img + img{
	transform: rotate(7deg);
}

.pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.pagination ul {
    display: inline-flex;
    padding-left: 0;
    margin-bottom: 0;
}

.pagination ul li {
    list-style: none;
    line-height: 1;
    color: #e95d0f;
}

.pagination ul li a{
	color: #e95d0f;
	padding: 8px 15px;
	text-decoration: none;
}

.pagination ul li:first-child a{ 
	background-color: #fbe0b8;
}

.pagination p{
	margin-bottom: 0;
    display: inline-block;
    line-height: 1;
    
}

.pagination p a{
	color: #e95d0f;
	text-decoration: none;
}

footer{
	padding: 60px 0;
	background-color: #99c8b2;
	box-shadow: inset 0 0 15px grey;
}

.footer_inner{
	max-width: 1180px;
	margin: 0 auto;
}

.footer_inner img{
	max-width: 100%;
}

.footer_inner .footer_section{
	padding: 0;
}

.footer_inner .footer_section.footer_second{
	padding-left: 3.674540682414698vw;
	padding-top: 0.7874015748031495vw;
}

.footer_inner .footer_section p{
	font-size: 12px;
    color: #000;
    padding-top: 9px;
    margin: 0;
    font-family: 'Lato';
}

.footer_inner .footer_section.footer_newsletter{
	text-align: right;
	padding-top: 0.7874015748031495vw;
}

.footer_inner .footer_section.footer_newsletter .footer_inner_newsletter{
	display: inline-block;
	text-align: left;
}

.footer_inner .footer_section.footer_newsletter input{
	width: 97%;
    margin-top: 10px;
    padding: 9px 15px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #66bdc4;
    font-size: 14px;
    font-family: 'Lato';
    color: #66bdc4;
}

.footer_inner .footer_section.footer_newsletter input:focus{
	outline: none;
}

.footer_inner .footer_section.footer_newsletter input::placeholder{
	color: #66bdc4;
}

.single_section_detail{
}

.single_section_detail h1{
	font-size: 35px;
	font-family: comicsans;
	color: #437173;
	margin-bottom: 2.099737532808399vw;
}

.single_section_detail h2{
	font-size: 24px;
	color: #437173;
	font-weight: 400;
	margin-bottom: 1.574803149606299vw;
}

.single_section_detail p{
	color: #688892;
	font-size: 14px;
	margin-bottom: 1.574803149606299vw;
	font-family: 'Lato';
}

.single_details{
	margin: 0 !important;
}

.single_details .col-sm-6{
	padding: 0;
}

.single_details_mian .detal_mian_bg{
	background: #99c8b2;
	margin-top: 3.674540682414698vw;
	background-size: 100% 100px;
	background-repeat: no-repeat;
    padding: 30px 50px;
    color: #FFF;
}

.single_details_mian  .single_details p{
	color: #688892;
    font-size: 12px;
    margin: 0;
    width: 49%;
    display: inline-block;
}

.single_details_mian  .single_details p:nth-child(odd){
	font-weight: 900;
}

.single_details_mian  .single_details p{
	font-weight: 600;
}

.single_details_mian  .single_details p.Pinte_color{
	color: #41abde;
}

.single_details_mian  .single_details .single_details_img{
	text-align: right;
	position: relative;
}

.single_details_mian  .single_details .single_details_img .image_bottom{
	position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 14px;
}

.single_details_mian h2{
	margin-bottom: 3.149606299212598vw;
}

.single_details_mian .single_details .single_details_img img{
	width: 100%;
	padding-left: 15px;
}

.detal_mian_table_title{
	width: 100%;
}

.detal_mian_table_title .titles{
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #437173;
    padding: 20px 0;
    border-bottom: 1px solid #437173;
}

.detal_mian_table_title th{
	width: 20%;
    font-size: 14px;
    margin: 0;
    font-family: 'Lato';
    color: #437173;
    font-weight: 600;
    text-align: center;
    border-top: none;
}

.detal_mian_table_title .Content{
    display: inline-flex;
    width: 100%;
    padding: 20px 0;
}

.detal_mian_table_title .Content{
	border-bottom: 1px solid #437173;
}

.detal_mian_table_title .Content td{
    margin: 0;
    width: 20%;
    font-size: 14px;
    color: #000;
    text-align: center;
    border-top: none;
}

.detal_mian_table_title .Content td + td{
	font-weight: 600;
}

.detal_mian_table_title .Content p + p{
	font-weight: 600;
}

.single_details_mian .detal_mian_table h2{
	margin-top: 3.674540682414698vw;
	margin-bottom: 1.837270341207349vw;
}

.single_details_mian .detal_mian_table .reserveer{
	margin-top: 3.149606299212598vw;
	text-align: right;
}

.single_details_mian .detal_mian_table .reserveer button{
	cursor: pointer;
	background: transparent;
    border: none;
}

.single_details_mian .detal_mian_table .reserveer button:focus{
	outline: none;
}

/*Toggle menu*/
.humburger{
	display: none;
}





/*monitor page css*/
section .monitor_section aside.col-sm-3{
	background-image: url(../images/monitor_sidebar.png);
	height: 900px;
	background-size: contain;s
}

section .monitor_section .monitor_content{
	padding: 0 0 0 40px;
}

section .monitor_section .monitor_content h1{
	font-family: comicsans;
	font-size: 35px;
	font-weight: 400;
	color: #437173;
    letter-spacing: 1px;
    margin-bottom: 1.574803149606299vw;
}

section .monitor_section .monitor_content h3{
	font-size: 14px;
	font-family: 'Lato';
	font-weight: 900;
	margin-bottom: 0;
}

section .monitor_section .monitor_content h3.second_title{
	margin-bottom: 7px;
}

section .monitor_section .monitor_content p{
	font-size: 12px;
}

section .monitor_section .monitor_content h4{
	font-size: 14px;
    font-family: 'Lato';
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;

}

section .monitor_section .monitor_content h4+p{
	margin-bottom: 5px;
}

section .monitor_section .monitor_content h4 span{
    font-size: 28px;
    font-family: comicsans;
    font-weight: 600;
}

/*section .monitor_section .monitor_content .monitor_title:nth-child(odd) span{
	color: #f14a87;
}

section .monitor_section .monitor_content .monitor_title:nth-child(even) span{
	color: #0286c5;
}*/

section .monitor_section .monitor_content .top_moni:nth-child(even) h4 span{
	color: #f14a87;
}

section .monitor_section .monitor_content .top_moni:nth-child(odd) h4 span{
	color: #0286c5;
}


section .main_content article .less_meer_section .less_meer_content .clip_image{
	position: relative;
}

section .main_content article .less_meer_section .less_meer_content .clip_image  .clip_image_second{
	height: 250px;
	overflow: hidden;
}

section .main_content article .less_meer_section .less_meer_content .clip_image  .clip_image_second .image_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .clip_main_image{
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .border_image{
	position: absolute;
    bottom: 0;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .upper_image{
	position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 99;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section{
	width: 115px;
	position: absolute;
	right: -20px;
	bottom: 4px;
	z-index: 99;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span{
	width: 100%;
    display: inline-block;
    height: 32px;
    font-weight: 600;
    padding-left: 10px;
    text-align: left;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span:first-child{
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    width: 56px;
    padding-left: 0;
    margin-left: -17px;
    text-align: center;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span:nth-child(2){
    color: #fff;
    font-size: 32px;
    line-height: 35px;
    width: 56px;
    padding-left: 0;
    margin-left: -17px;
    text-align: center;
}

section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span.image_year_section_text{
	transform: rotate(270deg);
    line-height: 1;
    height: auto;
    right: -23px;
    position: absolute;
    top: 30%;
    font-weight: 100;
    color: #fff;
    font-size: 18px;
}

.single_details_mian .single_details .single_details_img img.upper_image{
	width: auto;
    position: absolute;
    right: 10%;
    bottom: 0;
    padding: 0;
}

.single_details_mian .single_details .single_details_img .image_year_section{
	width: 136px;
    position: absolute;
    right: 10%;
    bottom: 1px;
    z-index: 99;
    height: 140px;
}

.single_details_mian .single_details .single_details_img .image_year_section span:first-child{
    color: #fff;
    font-size: 50px;
    line-height: 85px;
    padding-left: 0px;
    padding-right: 40px;
    text-align: center;
}

.single_details_mian .single_details .single_details_img .image_year_section span:nth-child(2){
	color: #fff;
    font-size: 50px;
    line-height: 57px;
     padding-left: 0px;
    padding-right: 40px;
    text-align: center;

}

.single_details_mian .single_details .single_details_img .image_year_section span.image_year_section_text{
	transform: rotate(270deg);
    line-height: 1;
    height: auto;
    position: absolute;
    top: 17%;
    font-weight: 100;
    font-size: 30px;
    color: #fff;
    right: -40px;
}

.single_details_mian .single_details .single_details_img .image_year_section span{
	width: 100%;
    display: inline-block;
    height: 68px;
    font-weight: 600;
    text-align: left;
}

@media screen and (max-width: 1200px){
	header .container{
		background-size: contain;
	    background-position: 0 0;
	    min-height: 225px;
	}

	header .container .logos{
		padding-top: 20px;
	}

	header .container .logos img{
		width: 70%;
	}

	footer{
		padding: 40px 20px;
	}

	section .main_content{
		padding: 40px 0;
	}

	.single_details_mian .single_details .single_details_img .image_year_section{
		width: 120px;
	}

	.single_details_mian .single_details .single_details_img img.upper_image{
		width: 120px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section{
		width: 120px;
	    bottom: 1px;
	    height: 120px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section span:first-child{
		font-size: 45px;
    	line-height: 75px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section span:nth-child(2){
		font-size: 45px;
    	line-height: 32px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section span.image_year_section_text{
		top: 14%;
		font-size: 26px;
		right: -38px;
	}
}


@media screen and (max-width: 1180px){
	section .main_content{
		padding: 40px 15px;
	}

	section .main_content article.col-sm-9{
		padding-right: 0;
	}
}


@media screen and (min-width: 1080px){
	nav.menu ul li a:hover{
		color: #99c8b2;
	}

	section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section p span:hover{
		color: #437173;
	}

	section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section h5 span:hover{
		font-weight: 600;
	}
}

@media screen and (max-width: 1080px){
	nav.menu{
		padding: 0 20px;
	}

	section .main_content article .less_meer_section .less_meer_content .less_meer_inner .less_more_section{
		padding: 4px 10px 4px 12px;
	}

	.footer_inner .footer_section.footer_newsletter input{
		width: 100%;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .clip_image_second{
		height: 160px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .clip_main_image{
		max-height: 180px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .upper_image{
		position: absolute;
	    right: 20px;
	    bottom: 5px;
	    z-index: 99;
	    width: 50px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section{
		width: 50px;
	    position: absolute;
	    right: 20px;
	    bottom: 5px;
	    z-index: 99;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span:first-child{
		color: #fff;
	    font-size: 18px;
	    line-height: 29px;
	    padding-left: 13px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span:nth-child(2){
		font-size: 18px;
    	line-height: 20px;
    	padding-left: 10px;
    	position: relative;
    	top: -1px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span.image_year_section_text{
		right: -15px;
	    top: 36%;
	    font-size: 13px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .image_year_section span{
		height: 22px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .clip_image_second .image_bottom{
		bottom: 0px;
	}
}

@media screen and (max-width: 991px){
	header .container{
		min-height: 200px;
	}	

	section .main_content aside.col-sm-3 .sidebar_logo{
		padding-left: 20px;
	}

	section .main_content aside.col-sm-3 .sidebar_logo img{
		width: 150px;
	}

	section .main_content article .less_meer_section .less_meer_content .less_meer_inner{
		max-width: 100%;
	}

	.monitor_header ul li + li{
		padding-left: 20px !important;
	}

	.monitor_header ul li a{
		font-size: 14px !important;
	}

	.single_details_mian .single_details .single_details_img{
		max-height: 300px;
		overflow: hidden;
	}

	.single_details_mian .single_details .single_details_img .clip_main_image{
		height: 100%;
		object-fit: cover;
	}

	.single_details_mian .single_details .single_details_img .image_bottom{
		height: auto;
		padding-left: 0;
	}
}

@media screen and (max-width: 880px){
	header .container{
		min-height: 180px;
	}	

	/*.single_details_mian .single_details .single_details_img img.upper_image{
		bottom: 5%;
	}

	.single_details_mian .single_details .single_details_img .image_year_section{
		bottom: 5.9%;
	}*/
}

@media screen and (max-width: 800px){
	header .container{
		min-height: 160px;
	}	
}

@media screen and (max-width: 767px){
	header .container{
		padding: 0;
	    background-position: 0 0;
	    background-size: 100% 160px;
	    min-height: 160px;
	}
	
	#clubBtn {
				  
			   margin-right: 0px;
			margin-bottom: 0;
		
		   }
	header .container .logos{
		margin: 0;
	}

	nav.menu ul{
		width: 100%;
		padding: 45px 15px 15px;
	}

	nav.menu ul li{
		text-align: left;
		padding: 5px 0;
	}

	nav.menu ul li + li{
		padding-left: 0;
	}

	nav.menu ul li a{
		font-size: 14px;
	}

	nav.menu{
		position: relative;
		top: 0;
		background-color: #fff;
		width: 100%;
    	padding: 0;
    	z-index: 99;
	}

	nav.menu.fixed_header{
		position: fixed;
		z-index: 9999;
	}

	section .main_content {
	    display: inline-block;
	}

	section .main_content aside.col-sm-3 {
	    max-width: 100%;
	    background-position: center;
	    /* text-align: center; */
	    text-align: center;
	}

	section .main_content aside.col-sm-3 .sidebar_logo {
	    display: inline-block;
	    text-align: left;
	    width: 20;
	    padding-left: 0;
	    position: relative;
	}

	section .main_content .col-sm-9{
		margin-top: 30px;
	}

	section .main_content .col-sm-9{
		max-width: 100%;
	}

	/*toggle menu css*/


	.humburger{
	  width: 45px;
	  height: 30px;
	  position: relative;
	  margin: 12px 12px 12px 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	  display: block;
	  float: right;
	}

	.humburger span {
	  display: block;
	  position: absolute;
	  height: 6px;
	  width: 100%;
	  background: #d3531a;
	  border-radius: 9px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}

	.humburger span:nth-child(1) {
	  top: 0px;
	}

	.humburger span:nth-child(2) {
	  top: 12px;
	}

	.humburger span:nth-child(3) {
	  top: 24px;
	}

	.humburger.open span:nth-child(1) {
	  top: 12px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	.humburger.open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	.humburger.open span:nth-child(3) {
	  top: 12px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}

	nav.menu ul{
		display: none;
	}

	nav.menu{
		min-height: 52px;
	}

	section .main_content aside.col-sm-3 .sidebar_logo img{
		width: 150px;
	}

	section .main_content article .less_meer_section .less_meer_content{
		padding-bottom: 50px;
	}

	section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section{
		display: none;
		padding-top: 40px;
	}
	section .main_content aside.col-sm-3{
		padding: 20px 0 30px;
	}

	section .main_content aside.col-sm-3 .sidebar_logo .sidebar_section + .sidebar_section{
		padding-top: 30px;
	}

	.single_details_mian .single_details .single_details_img img{
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	.single_section_detail{
		padding-left: 0;
	}

	.single_section_detail h1{
		font-size: 25px;
	}

	.single_section_detail h2{
		font-size: 18px;
	}

	.single_section_detail p{
		font-size: 15px;
	}

	.single_details_mian .detal_mian_bg{
		padding: 20px 30px;
	}

	.single_section_detail h1{
		margin-bottom: 10px;
	}

	.single_section_detail h2{
		margin-bottom: 10px;
	}

	.single_details_mian h2{
		margin-top: 10px;
	}

	section .monitor_section .monitor_content h1{
		font-size: 25px;
	}

	.monitor_header ul li + li{
		padding-left: 0px !important;
	}

	section .monitor_section .monitor_content{
		padding: 0 20px;
	}

	section .main_content article.col-sm-9{
		padding-left: 0;
	}

	section .main_content.home_page_main article .less_meer_section{
		padding-left: 0;
	}
}

@media screen and (max-width: 575px){
	header .container .logos{
		display: inline-block;
	}

	header .container .logos .logo{
		width: 50%;
		display: inline-block;
	}
	header .container .logos .right_logo{
		width: 49%;
		display: inline-block;
	}

	section .main_content article .less_meer_section .less_meer_content img{
		width: auto;
	}

	section .main_content article .less_meer_section .less_meer_content .less_meer_inner{
		max-width: 300px;
	}
	.footer_inner .footer_section{
		text-align: center;
	}

	.footer_inner .footer_section.footer_second{
		padding-left: 0;
		padding-top: 20px;
	}

	.footer_inner .footer_section.footer_newsletter{
		padding-top: 20px;
		text-align: center;
	}

	section .main_content article .less_meer_section .less_meer_content:before{
		display: none;
	}

	section .main_content article .less_meer_section .less_meer_content:after{
		display: none;
	}

	section .main_content article .less_meer_section + .less_meer_section .less_meer_content .clip_image_second{
		margin-top: 0;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .clip_image_second{
		height: 250px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .clip_main_image{
		max-height: 250px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .clip_image_second .image_bottom{
		height: 70px;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image{
		width: 200px;
		margin: 0 auto;
	}

	section .main_content article .less_meer_section .less_meer_content .clip_image .clip_image_second{
		height: 200px;
	}

	.single_details_mian .single_details .single_details_img{
		max-height: 100%;
	}

	.single_details_mian .single_details .single_details_img img.upper_image{
		bottom: 2%;
	}

	.single_details_mian .single_details .single_details_img .image_year_section{
		bottom: 2%;
	}

	.single_details_mian .single_details .single_details_img img.upper_image{
		width: 100px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section{
		width: 100px;
		height: 100px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section span:first-child{
		font-size: 40px;
    	line-height: 53px;
    	padding-left: 30px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section span:nth-child(2){
		font-size: 40px;
    	line-height: 38px;
    	padding-left: 18px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section span{
		height: 50px;
	}

	.single_details_mian .single_details .single_details_img .image_year_section span.image_year_section_text{
		top: 12%;
	    font-size: 22px;
	    right: -32px;
	}
}

@media screen and (max-width: 500px){
	header .container{
		background-size: 100% 120px;
    	min-height: 120px;
	}

	.detal_mian_table_title th{
		font-size: 12px;
	}

	.detal_mian_table_title .Content td{
		font-size: 12px;
	}
}

@media screen and (max-width: 420px){
	header .container .logos .logo{
		width: 49%;
	}
	header .container{
		background-size: 100% 100px;
    	min-height: 100px;
	}
	.single_details_mian .single_details .single_details_img img.upper_image{
		bottom: 0;
	}
	.single_details_mian .single_details .single_details_img .image_year_section{
		bottom: 0;
	}
}

/*@media screen and (max-width: 639px){
	header .container{
		min-height: 140px;
		padding: 0 20px;
	}	
}

@media screen and (max-width: 575px){
	header .container .logos .logo{
		width: 50%;
	}
	header .container .logos .right_logo{
		width: 50%;
	}
}

@media screen and (max-width: 540px){
	header .container{
		min-height: 105px;
	}	
}
*/

a.placefilter, a.periodfilter, a.regime {
	color: #000;
	font-size: 14px;
}

#subscribtionOk {
	display: none;
}

.details_table {
	    color: #688892;
    font-size: 12px;
}
.details_table strong {
	font-weight: 900;
}
select {
padding: 9px 15px;
    border-radius: 5px;
    box-shadow: none;
    padding-top: 25px;
    border: 1px solid #66bdc4;
    width: 100%;
    height: 45px;
    background: #FFF;
}
input, textarea {
	
   width: 100%;
    padding: 9px 15px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #66bdc4;
    font-size: 14px;
    font-family: 'Lato';
    color: #66bdc4;
}

.clear {
	clear: both;
}

.error {
	background: red;
	border: 1px solid red;
	color: #FFF;
} 

.placeHide, .periodHide {
	display: none;
}

.searchresult {
	display: none;
}

.filtering, .filteringRegime {
	font-weight: bold;
}

.filtering:after, .filteringRegime:after{ 
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* margin-left: 10px; */
    float: left;
    content: "\f00c";
    font-size: 12px;
    margin-right: 4px;
    margin-top: 3px;

} 
.visibleResult {
	display: block;
}
.album {
   width: 150px;
    font-size: 13px;
    
    color: #000;
    padding: 10px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 10px;
}
.album img {
    margin: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.periodbtn, a.periodbtn:hover {
	text-decoration:none;
    padding: 10px;
    display: block;
    color: #FFF;
    background-color: #437173;
    border-bottom: 2px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
   }
   
   .search {
color: #000;
font-size: 12px;
float: right;
margin-right: 30px;
   }
   
   .countperiod .countplace {
	   display: none;
   }
   
  
.readmorebutton {
	background: url('../images/leesmeer.png');
	height: 65px;
	width: 200px;
	display: block;
}
.readmorebutton:hover {
	background: url('../images/leesmeer_hover.png');
	height: 65px;
	width: 200px;
	display: block;
}

.reservationbutton {
	background: url('../images/reserveer.png');
	height: 66px;
	width: 200px;
	display: block;
}
.reservationbutton:hover {
	background: url('../images/reserveer_hover.png');
	height: 66px;
	width: 200px;
	display: block;
}