
html {
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 300;
}

body{
	margin: 0px;
	padding: 0px;
		
}



h1, h2, h3, h3 {
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 700;
}

h1 {
	font-size: 42px;
}


/* =================================================================== */
/* Header
====================================================================== */


header{
	height: 110px;
	top: 0px;
	width: 100%;
	transition: all 0.6s ease 0s;
	z-index: 999;
	position: fixed;
}

header .bg_head {
		background: url('/images/bg_header.png');
		width: 100%;
		height: 100%;
		position: absolute;
		top: -120px;
		transition: all 0.4s ease 0s;
}

header .logo {
	margin-top: 25px;
	transition: all 0.6s ease 0s;
	text-align: center;
}

header .logo img{
	max-width: 100%;
	transition: all 0.6s ease 0s;
}


header .contact_info {
	text-align: right;
	margin-top: 20px;
	padding-right: 18px;
	transition: all 0.6s ease 0s;
}

header .left {
	text-align: right;
	padding: 0px;
}

header .right {
	text-align: left;
	padding: 0px;
}


header .contact_info i{
	padding: 0px 5px 0px 20px;
	color: #c52032
}

header .contact_info a{
	color: #323232;
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 300;
	font-size: 12px;
}

#header_placeholder{ 
	height: 90px;
	display: none;
	overflow: hidden;
}

header.sticky {
	position: fixed;
	top: 0px;
	height: 105px;
	z-index: 99;
	opacity: 1;
	transition: all 0.6s ease 0s;
	z-index: 999999;

}

header.sticky .bg_head {
	background: url('/images/bg_header.png');
	top: 0px;
	transition: all 0.6s ease 0s;
	position: absolute;
}

header.sticky .contact_info {
	margin-top: 15px;
	transition: all 0.6s ease 0s;
}

header.sticky .logo {
	margin-top: 15px;
}

header.sticky .logo img{
	max-width: 100%;
}




/* =================================================================== */
/* Navigation
====================================================================== */

nav.navigation{
	height: 45px;
	background: #1e1e1e;
	text-align: right;
	margin-top: 0px;
}




nav.sticky {
	position: fixed;
	top: 0px;
	background: #1e1e1e;
	width: 100%;
	height: 55px;
	opacity: 0.98;
	transition: all 0.6s ease 0s;
	z-index: 999999;
	padding-top: 5px;
}



/* =================================================================== */
/* Line top
====================================================================== */

.line_top{
	height: 150px;
	background: #f2f2f2;
	padding-top: 10px;
}



/* =================================================================== */
/* Slider
====================================================================== */

.slider{
	width: 100%;
	height: auto;
	margin: 0px 0 0 0;
	z-index: -999990;
	background: #f4f4f4;
	border-top: 0px solid #f1f1f1;
	border-bottom: 0px solid #1f1f1f;
	transition: all 0.4s ease 0s;
}


/* =================================================================== */
/* Boxes
====================================================================== */

.boxes{
	height: 200px;
	background: #ae927f;
	padding: 10px;
}

/* =================================================================== */
/* 
====================================================================== */

main{
	margin-top: -170px;
	border: 0px solid #d4d4d4;
	padding: 30px 30px 60px 30px !important;
	background: #fff;

}

.bg_main {
	background: url('/images/bg_main.jpg') top fixed #f5f5f5;
	padding: 30px 0px 80px 0px;
}




/* =================================================================== */
/* News Box
====================================================================== */

.news_box {
	padding: 0px 0px;
	overflow: hidden;
}

.news_box  .row {
	border: 0px solid #000;
	overflow: hidden;
	margin-bottom: 40px;


}

.news_box .news_box_header{
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 30px;
	margin-top: 0px;
	font-family: 'Buenard', serif;
	display: none;
}

.news_box_container {
	display: block;
	float: left;
	overflow: hidden;
	border-left: 1px solid #fff;

	height: 400px;
	
}

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

.news_box_container .news_box_title{
	font-family: 'Buenard', serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 15px;
	padding: 10px 20px 0px 0px;
}

.news_box_container .news_box_title a{
	color: #6a392b;
}

.news_box_container .news_box_desc{
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 26px;
	padding: 0px;
}

.row_news {
	margin-bottom: 20px;
	padding: 10px;
}

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

.row_news .row_news_box {

}


.row_news .row_news_box .news_title a{
	font-family: 'Buenard', serif;
	font-size: 28px;
	font-weight: 700;
	color: #6a392b;
	margin-bottom: 10px;
	display: block;
	line-height: 28px;
	margin-top: 10px;
}

.row_news .row_news_box .news_desc a{
	font-size: 14px;
	color: #000;
}

.category_title {
	display: block;
	font-family: 'Buenard', serif;
	font-size: 36px;
	font-weight: 700;
	margin-left: 10px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 40px;
}


/* =================================================================== */
/* Gallery
====================================================================== */

.gallery_list {
	margin-bottom: 40px;
}

.gallery_list img{
	max-width: 100%;
	padding: 2px;
	border: 1px solid #d4d4d4;
}

.gallery_list .gallery_list_title a{
	font-family: 'Buenard', serif;
	font-size: 28px;
	font-weight: 700;
	color: #6a392b;
}

.gallery_item {

}

.gallery_item .gallery_item_header {
	font-family: 'Buenard', serif;
	font-size: 28px;
	font-weight: 700;
	color: #6a392b;
	border-bottom: 1px solid #d4d4d4;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
}

.gallery_module .news_box_container {
	border: none;
	height: auto;
	margin-bottom: 0px;
}

.gallery_module .news_box_container img{
	border: 1px solid #fff;
	padding: 2px;
}

.gallery_module .news_box_container .news_box_title {
	margin-top: 0px;
	text-align: left;
}

.gallery_module .news_box_container .news_box_title a{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 15px;
}


/* =================================================================== */
/* News Box List
====================================================================== */

.news_list {
	padding: 0px 0px;
	overflow: hidden;
}

.news_list .news_box_header{
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 30px;
	margin-top: 10px;
}

.news_list_container {
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #d4d4d4;
	padding: 20px;
	margin: 3px 0px;
	background: #f9f9f9;
	transition: all 0.6s ease 0s;
	width: 100%;
}	

.news_list_container:hover {
	background: #fff;
	transition: all 0.6s ease 0s;
}

.news_list_container .news_date {
	font-size: 10px;
}	
	
.news_list_container .news_box_title a {
	font-size: 16px;
	font-weight: 700;
	color: #08597f;
}

.news_list_container a .news_box_comment_text {
	font-size: 12px;
	color: #08597f;
}



/* =================================================================== */
/* Breadcrumbs
====================================================================== */
ul.breadcrumbs {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-top: 11px;
}

ul.breadcrumbs li{
	float: left;
	color: #fff;
	font-size: 13px;
	padding: 0px 5px 0px 0px;
}

ul.breadcrumbs li a{
	padding: 0px;
	margin: 0px;
	color: #fff;
	padding: 0px 3px 0px 0px;
	font-weight: 700;
}


/* =================================================================== */
/* Module Article
====================================================================== */

.module_article {
	background: url('/images/bg_module_article.jpg') fixed;
	padding: 60px 0px;
	margin: 0px;
	color: #fff;
}

.module_article_title {
	font-size: 36px;
	font-family: 'Buenard', serif;
	font-weight: 400;
	padding-bottom: 20px;
	color: #fff;
} 

.module_article_title a{
	color: #fff;
}

.module_article_desc {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
} 


/* =================================================================== */
/* Module Tiger_mod
====================================================================== */

h3.tiger_mod_header {
	color: #fff;
	font-size: 28px;
	font-family: 'Buenard', serif;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}


/* =================================================================== */
/* Module Article
====================================================================== */

.module_article_bottom {
	background: url('/images/bg_module_article.jpg') fixed;
	padding: 60px 0px;
	margin: 0px;
	color: #fff;
	text-align: justify;
}

.module_article_bottom  .left {
	padding-right: 60px;
}


.module_article_bottom .module_article_title {
	font-size: 26px;
	font-family: 'Buenard', serif;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
} 

.module_article_bottom .module_article_title a{
	color: #fff;
}

.module_article_bottom .custom{
	margin-bottom: 30px;
}

.module_article_bottom .module_article_desc {
	margin-bottom: 30px;
}

/* =================================================================== */
/* Page
====================================================================== */

.page {
	color: #224667;
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	background: url('/images/bg_page.jpg') repeat-x center top;
	padding: 0px 10px;

}

.page .itemTitle {
	font-size: 36px;
	font-weight: 700;
	padding: 20px 50px;
	border-bottom: 1px solid #d4d4d4;
	padding-left: 0px;
	color: #000;
	font-family: 'Buenard', serif;
}

.page .itemTitle a{
	color: #ffffff;
}

.page .page_content {
	margin-top: 30px;
	background: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
}


.page .page_content .title_text{
	color: #c52032;
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 700;
	font-size: 28px;  
}

.page .page_content ul{
	list-style: circle;
}

.page h4 {
	color: #6a392b;
		font-family: 'Buenard', serif;
	font-weight: 700;
	font-size: 24px;  
}


/* =================================================================== */
/* Footer
====================================================================== */

.footer {
	background: #222222;
	padding: 20px;
	padding-top: 45px;
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 300;
	color: #aeaeae;
	font-size: 13px;
	line-height: 24px;
}

.footer .left {
	float: left;
	text-align: left;
}

.footer .right {
	float: right;
	text-align: right;
}


.footer h4 {
	margin-top: 0px;
	font-family: 'Buenard', serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 26px;
}

.footer i {
    display: block;
    float: left;
    font-size: 1.2em;
    margin: 7px 8px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}

.footer ul {
	list-style: none;
	padding-left: 0px;
}

.footer ul li{
	line-height: 26px;
}

.footer ul li i{
	padding: 5px 20px 0px 0px;
	margin: 0px;
}

.footer ul li i.fa-envelope {
	font-size: 12px;
	padding-top: 8px;
}

.footer ul li a {
	color: #ffffff;
}

.footer ul li a:hover {
	color: #d4d4d4;
}




.footer_bottom {
	background: #181818;
	padding: 30px 0px;
	font-family: 'Open Sans', sans-serif, verdana;
	font-weight: 300;
	color: #aeaeae;
	font-size: 11px;
	line-height: 24px;
}

.footer_bottom .left{
text-align: left;
}

.footer_bottom .right{
text-align: right;

}

.footer_bottom a {
	color: #aeaeae;
	font-weight: 700;
}








@media (min-width: 980px) and (max-width: 1199px) {

ul.maximenuck {
padding: 0px !important;
}
  
a.maximenuck span.titreck {
	padding: 4px 2px !important;
    font-size : 15px !important;
}
 
li.level1 {
    filter: none;
    padding: 0 6px 0px !important; 
	
}


main{
	padding: 30px 15px 60px 15px !important;

}

}

@media (min-width: 768px) and (max-width: 979px) {
	

	header{
		height: 90px;
		}

	header .navigation{
	text-align: right;
	margin-top: -10px;
	}
	
	header .logo {
	margin-top: 30px;
	}

	header.sticky {
	height: 64px;
	}


	.sticky .navigation{
		margin-top: 3px !important;
	}
	
	/* item title */
	a.maximenuck span.titreck,
	span.separator span.titreck{
	padding: 4px 0px !important;
    font-size : 12px !important;
	}

	li.level1 {
    filter: none;
    padding: 0 3px 0px !important; 
	}
	
	ul.maximenuck li a.maximenuck {
		padding-top: 10px !important;
	}
	
}
	
 
	

	
	}
	


	
	
@media (max-width: 768px) {

	.mobile {
		display: none;
	}
	
	.boxes {
		margin-top: 80px !important;
	}

	header {
		height: 80px;
	}

	header.sticky {
		height: 80px;
	}
	
	
	.abs {
		position: absolute;
		z-index: 99999;
	}

	header .bg_head {
	background: url('/images/bg_header.png');
	top: 0px;
	transition: all 0.6s ease 0s;
	position: absolute;
	}
	
	header .logo {
		margin-top: 28px;
		position: fixed;
	}

	header .logo img{
		max-width: 100%;
		width: 150px;
	}
	
	.slider {
		display: none;
	}
	
	.boxes {
		margin-top: 75px;
	}

	.module_article_bottom .left {
		margin-bottom: 30px;
	}
	
	.news_box_container {
		margin-bottom: 30px !important;
	}
	
	header.sticky .logo {
		margin-top: 27px;
	}
	
	.contact_info_left {
		position: absolute;
	}

	.mobilebarmenutitleck {
		display: none;
	}

	.mobilebarmenuck {
		margin-top: 15px;
		z-index: 99999999999;
		position: absolute;
		display: block;
	}

		
	.footer{
		font-size: 11px;
	}
	
	footer .left{
		float: left;
	}
	
	.footer .right,
	.footer_bottom .right{
		float: left !important;
		padding-top: 20px;
		text-align: left;
	}
	
	.sticky .mobilebarmenuck {
		margin-top: 10px;
	}
	
	.title_home {
		margin-top: 40px;
	}
	
	.bg_blue {
	
		padding: 140px 3px 40px 30px;
	}
	
	.featured-box {
		min-width: 400px;
	}

	.page .page_content {
		padding: 10px;
	
	}
	
	.page .itemTitle {
		padding: 20px 15px;
		text-align: left;
	}
	
	.menu_box {
		margin: 0px;
	}
	
		
	.catItemHeader {
	padding: 0 15px 30px 15px;
	
	}
	
	}
	
	
	
	


.coockie_banner {
	background: #000000;
	opacity: 0.8 !important;
	
}

.coockie_banner p{
	font-size: 10px  !important;
	font-family: 'Open Sans', sans-serif, verdana !important;
	font-weight: 400 !important;
}

.coockie_banner .butonDefecto {
	background: #8b4584;
	border: 1px solid #264c72;
	font-size: 10px  !important;
	font-family: 'Open Sans', sans-serif, verdana !important;
	font-weight: 400 !important;
	transition: all 0.3s ease 0s;
}

.coockie_banner .butonDefecto:hover {
	background: #5f2959;
	transition: all 0.3s ease 0s;
	border: 1px solid #264c72;
}