* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
}

img {
    border: 0 none;
}

ol li {
    margin: 10px 0 0 20px;
}

a {
    text-decoration: none
}

a:link {
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:visited {
    color: #000;
}

a:hover {
    color: #2C6777;
}

a:active {
    color: #000;
}

a:focus {
    outline: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 0 none;
}

.pointer {
    cursor: pointer;
}

.txc {
    text-align: center !important;
}

.txl {
    text-align: left !important;
}

.txr {
    text-align: right !important;
}

.txj {
    text-align: justify !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.clear {
    clear: both;
    height: 0;
}

input[type=submit].flat, .form2 input[type=button].flat, a.flat_button {
	padding: 5px 9px 5px 9px;
	cursor: pointer;
	border: 1px solid #888;
	background: #888;
	color: #FFF !important;
	text-decoration:none !important;
	font-size: 12px;
	font-family: Roboto,Arial,sans-serif;
	font-weight: bold;
}

#page_header {
	display: block;
	background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    color: #fff;
    min-height:230px;
    overflow:hidden;
}

#page_header_left {
	float:left;
	position:relative;
	top:20px;
	left:120px;
	max-width:35%;
}

#page_header_left p.page_title a {
	font-size:48px;
	font-weight:300;
	color: #FFF;
	line-height:0.9em;
	background:#000;
    opacity:0.5;
	line-height:58px;
}

#page_header_left p.page_desc {
	font-size:16px;
	font-weight:300;
	color: #FFF;
	background:#000;
    opacity:0.8;
	display: inline-block;
}

#page_header_left hr {
	width:100%;
	display: block;
    height: 1px;
    border: 0;
	border-top: 1px solid #7d8392;
	margin-bottom:10px;
	margin-top:10px;
}

#page_header_right {
	float:right;
	position:relative;
	right:0;
	top:40px;
	max-width:55%;
	background: url(/images/menu_bgr.png);
	font-size:16px;
	font-weight:400;
	padding-left:15px;
	padding-right:70px;
	overflow: hidden;
}

#page_header_right #searcher {
	float:right;
	margin-left:15px;
	heigth: 41px;
	margin-top:18px;
}

#page_header_right #searcher input[type="text"] {
	padding: 12px 20px 13px 20px;
	background: #3e3e3e;
	color:#FFF;
	font-size:13px;
	font-weight:300;
	float:left;
}

nav#main_nav {
	color: #FFF;
	float:left;
	margin-right:55px;
}

ul#main_menu {
	list-style-type: none;
	
}

ul#main_menu li {
	float:left;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom:6px solid transparent;
}

#main_menu a {
	padding: 25px 20px 22px 20px;
	color: #FFF;
	display: block;
	width:100%;
}

#main_menu li.active, #main_menu li:hover {
	border-bottom:6px solid #b59859;
}

div#content {
	padding: 20px;
}

div.text {
	line-height: 1.5em;
}

div.text p {
	padding: 10px 0;
}

div.text ul, div.text ol {
	margin-left: 25px;
	margin-bottom:5px;
}

div.text ul li, div.text ol li {
	padding: 0;
	margin:0;
	padding-bottom:5px;
}

div.text a {
	color: #2C6777;
}

div.text a:hover {
	text-decoration:underline;
}

div.text hr {
	margin: 10px;
	color: #EEE;
}


#main_content {
	padding: 60px 120px;
}

div#left {
	float:left;
	width: 47%;
	padding-right:100px;
}

div#right {
	float:right;
	width: 53%;
}

#right .post {
	font-size:15px;
}

ul.leftColUl {
	width:100%;
	list-style-type: none;
	margin-bottom:50px;
}

ul.leftColUl li {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	font-weight:400;
	background: #f8f8f8;
	padding: 18px;
	padding-bottom:20px;
}

ul.leftColUl li:nth-child(odd) {
   background-color: #f5f5f5;
}

ul.leftColUl li img {
	position:relative;
	top:5px;
	margin-right:15px;
}

p.header, h2 {
	font-size: 40px;
	font-weight:700;
	margin-bottom:45px;
	padding:0;
}

p.header::after, h2::after {
    content: " _";
    color: #b59859;
    position:relative;
    top:-4px;
    left:-2px;
}

.article_prev {
	margin-bottom:60px;
}

.article_prev .a_left {
	float:left;
	width:60%;
	padding-right:20px;
}

.article_prev .a_left h3 {
	font-weight: 700;
	font-size:22px;
}

.article_prev .a_left div.desc {
	font-weight: 400;
	font-size:15px;
	margin:20px 0;
	line-height:1.8em;
}

.article_prev .a_right {
	float:right;
	width:40%;
}

.article_prev .a_right img {
	max-width:100%;
	overflow:hidden;
}

div.readMore {
	margin-top:27px;
}

div.readMore a {
	color: #FFF;
	background: #000;
	padding: 10px 15px;	
}

div.readMore a:hover {
	background: #b59859;
	color: #000;
}

div.readMore span.arrow {
	background: #b59859;
	padding: 10px 10px;
	color: #FFF;
	font-weight:300;
}

.paginator {
	margin-top:80px;
}

.paginator span, .paginator a {
	background: #000;
	color: #FFF;
	padding: 15px 20px;
	margin-right:5px;
	font-size:15px;
}

.paginator span.current, .paginator a.current, .paginator span:hover, .paginator a:hover {
	background: #b59859;
}

.post h2::after {
    content: "";
}

.post .photo {
	width:100%;
	margin-bottom:2em;
}

.post .photo img {
   width:100%;
}

#right .content img {
	max-width:100%;
}

div.prev_next {
	font-size:14px;
	font-weight:700;
	color: #525252;
	margin-top:4em;
}

div.prev_next span.arrow {
	background: #434343;
	padding: 10px 10px;
	color: #FFF;
	font-weight:300;
}

div.prev_next .left {
	float:left;
}

div.prev_next .right {
	float:right;
}

.partner_banner img {
	max-width:100%;
}


#mobile_top{
	display: none;	
}

#footer div.content {
	display: block;
	background-attachment: scroll;
	background-color: #000;
    background-image: url(/images/footer.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    min-height:100px;
    overflow:hidden;
    padding: 70px 50px;
}

#footer div.content h3 a {
	font-size:25px;
	font-weight:700;
	color: #FFF;
}

#footer div.content .desc {
	margin-top:30px;
	font-size:15px;
	font-weight:400;
	line-height:1.8em;
}

#footer .footer_post {
	width:33%;
	float:left;
	padding: 0 75px;
}

#footer div.copyright {
	font-size:15px;
	color: #5c5c5c;
	background: #000;
	padding: 25px 120px;
}


@media screen and (max-width: 1100px) {
	ul#main_menu {
		font-size:110%;
		width:100%;
	}
	
	main {
		width:100%;
	}
	
	footer div.content {
		width:100%;
	}
	
	#offer {
		width: 100%;
	}
}

@media screen and (max-width: 1500px) {
	#page_header_left {
		max-width:35%;
	}
	
	#page_header_right {
		max-width:55%;
	}
	
	#page_header_left p.page_title a {
		font-size:50px;
	}
	
	.article_prev .a_right {
		width:50%;
	}
	
	.article_prev .a_left {
		width:50%;
	}
}

@media screen and (max-width: 1300px) {
	#page_header_left {
		float:none;
		top:70px;
		max-width:100%;
		margin-right:200px;
	}
	
	#page_header_right {
		max-width:100%;
		top:350px;
	}
	
	#page_header_left {
		left:40px;
		top:40px;
	}
	
	#main_content {
		padding: 40px;
	}
	
	#footer .footer_post {
		width:100%;
		float:none;
		padding: 0;
	}
	
	#footer div.content .desc {
		 margin-top: 5px;
		 margin-bottom: 30px;
	}
	
	#footer div.content {
		padding: 60px 50px 30px 50px;
	}
	
	#footer div.copyright {
		padding: 25px 50px;
	}
}

@media screen and (max-width: 1000px) {
	
	#mobile_top{
		display: block;	
	}
	
	#page_header_right {
		position:static;
		float:none;
		max-width:100%;
		width:100%;
		padding:10px 10px 0 10px;
	}
	
	#page_header_left {
		float:none;
		max-width:100%;
		width:100%;
		position:static;
		padding: 90px 20px 0 20px;
		text-align: center;
		margin:0;
	}
	
	#page_header_left hr {
		margin:0 auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	nav#main_nav {
		margin:0;
		width:100%;
		margin-bottom:7px;
	}
	
	ul#main_menu {
		margin-top:10px;
	}
	
	ul#main_menu li, ul#main_menu li:hover, ul#main_menu li.active {
		float:none;
		width:100%;
		border-bottom:1px solid #555;
	}
	
	ul#main_menu li:hover {
		opacity:0.8;
	}
	
	ul#main_menu li a {
		padding:10px; 
	}
	
	#page_header_right #searcher {
		margin:12px 0 15px 0;
	}
	
	#main_nav .cssmenu, #searcher {
		display:none;
	}
	
	#mobile_top img {
		cursor:pointer;
	}
	
	#main_content {
		padding: 20px;
	}
	
	div#left {
		float: none;
		width:100%;
		padding:0;
	}
	
	div#right {
		float: none;
		width:100%;
		margin-bottom:60px;
	}
	
	p.header {
		font-size: 20px;
		margin-bottom:10px;
	}
	
	p.header::after {
	    top:-1px;
	    left:-2px;
	}
	
	ul.leftColUl li {
		padding: 10px;
		padding-bottom:14px;
	}
	
	.paginator {
		margin-top:30px;
	}	
}

@media screen and (max-width: 550px) {
	#page_header_left {
		padding-top:50px;
	}
	
	#page_header_left p.page_title a {
		font-size:30px;
	}
	
	.article_prev .a_right {
		width:100%;
		margin-bottom:20px;
	}
	
	.article_prev .a_right img {
		width:100%;
	}
	
	.article_prev .a_left {
		width:100%;
	}
}

#right .post .content img {
        max-width:100%;
    }
	
/* cookie alert */
#cookies-message{
	color: white; padding: 12px 10px; text-align: center; position: fixed; bottom:0px; left:0; right:0; background-color: rgba(0,0,0,0.6); z-index: 100000; box-shadow: 0 0 5px rgba(0,0,0,0.4); display: none;
}
#accept-cookies-checkbox{
	background-color: #00AFBF; color: #FFF; border: solid 1px #00AFBF; transition: all 0.5s; padding: 2px 6px; border-radius: 4px; display: inline-block; margin-left: 10px; text-decoration: none; cursor: pointer
}
#accept-cookies-checkbox:hover{
	background-color: transparent; border-color: white;
}