@charset "utf-8";

/* GOOGLE WEBFONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(https://fonts.googleapis.com/css?family=Oswald);

/* CROSS-BROWSER INITIALIZATION */
html {margin:0;padding:0;border:0;font-size:100.01%;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;}
table, tbody, tfoot, thead, tr, th, td {margin:0;font-size:100%; font-family: inherit;}
img {
	max-width: 100%;
	height: auto;
}
body {
	background-color: #2b2e2d;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #555555;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 23px;
	letter-spacing: normal;
}
a img {border:none;}
:focus {outline:0;}
td {vertical-align: top;}
p {margin: 0 0 20px 0; padding: 0;}
ol {margin: 0 0 25px 0; padding-left: 30px;}
ul {margin: 0 0 25px 0; padding-left: 30px;}
li {text-align: left; line-height: 1.4em; margin-bottom: 10px;}
strong {font-weight:bold;}
em {font-style:italic;}
sup, sub {line-height:0;}
blockquote{margin: 15px; font-style: italic;}
hr {border: 0; border-bottom: 1px solid #cbcbcb; height: 0px; background-color: transparent; color: transparent; margin:15px 0 15px; padding:0;}
.hr_dashed {border: 0; border-bottom: 1px dashed #cbcbcb; height: 0px; background-color: transparent; color: transparent; margin: 30px 0 30px; padding:0;}
.left {float:left;}
.right {float:right;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.clear {clear:both;}
.txt_justify {text-align:justify;}
.txt_left {text-align:left;}
.hide {display:none;}
.uppercase {
	text-transform: uppercase;
}

/* STRUCTURE BEGIN */

.box_header {
	width: 100%;
	background-image: url(/images/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.box_header_inner {
	max-width: 980px;
	padding: 30px 10px 30px 10px;
	margin: 0 auto;
}
.box_menu_main {
	width: 100%;
	background-color: #ffffff;
	border-bottom: 1px solid #919090;
}
.box_menu_main_inner {
	max-width: 980px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	text-align: center;
}
.box_h1_title {
	width: 100%;
	background-color: #ffffff;
	/*border-top: 1px solid #919090;*/
	/*background-color: #919090;*/
}
/*.box_h1_title_inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
}*/
.box_h1_title_inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 0 0 0;	
	text-align: center;
}
.box_h1_subtitle {
	width: 100%;
	text-align: center;
}
.box_h1_subtitle_inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	background-color: #ffffff;
}
.box_content {
	width: 100%;
	background-color: #ffffff;
}
.box_content_inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 66px 10px 25px 10px;
	background-color: #ffffff;
}
.box_footer {
	width: 100%;
	background-color: #2b2e2d;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #999999;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 19px;
	letter-spacing: normal;
	border-top: 2px solid #222222;
}
.box_footer_inner {
	max-width: 980px;
	padding: 25px 10px 20px 10px;
	margin: 0 auto;
}
.box_footer a:link, .box_footer a:visited {
	text-transform: uppercase;
	color: #999999;	
	letter-spacing: 2px;
}
.box_footer a:hover, .box_footer a:visited:hover {
	text-transform: uppercase;
	color: #999999;	
	letter-spacing: 2px;		
}
.box_block {
	margin-bottom: 50px;
	padding-bottom: 25px;
}

@media only screen and (min-width: 1001px) {
	.box_sidebar {
		float: right;
		width: 100%;
		max-width: 270px;	
		margin-bottom: 20px;
	}
	.box_blog_list {
		float: left;
		width: 100%;
		max-width: 690px;
	}
	.box_blog_list_preview {
		float: left;
		width: 100%;
		max-width: 630px;
	}	
	.box_blog_list_preview_inner {
		float: left;
		width: 100%;
		max-width: 630px;
		margin-bottom: 60px;
	}
	.box_blog_list_preview_img {
		float: left;
		width: 100%;
		max-width: 200px;
		margin-right: 30px;
	}	
	.box_blog_article_content {
		float: left;
		max-width: 630px;
		margin-right: 30px;
	}		
}

@media only screen and (max-width: 1000px) {
	.box_sidebar {			
		display: block;
		margin: 0 auto 20px auto;
		max-width: 270px;		
		padding-top: 20px;
	}
	.box_blog_list {
		display: block;
		margin: 0 auto 30px auto;
		max-width: 690px;
		border-bottom: 1px solid #dddddd;
	}
	.box_blog_list_preview {
		display: block;
		margin-bottom: 60px;
	}	
	.box_blog_list_preview_inner {
		float: left;
		max-width: 690px;
	}
	.box_blog_list_preview_img {
		float: left;
		max-width: 200px;
		margin-right: 30px;
	}		
	.box_blog_article_content {
		display: block;
		margin: 0 auto 30px auto;
		max-width: 630px;
		border-bottom: 1px solid #dddddd;
	}	
}

.box_section_title {
	padding: 20px 0 20px 0;
	border-top: 1px solid #dddddd;	
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}
.table_one_half_bg {
	float: left;
	width: 100%;
	max-width: 460px;
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin: 0 60px 25px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
  border-radius: 10px;
  border-spacing: 0;
  table-layout: fixed;  
}
.table_one_half {
	float: left;
	width: 100%;
	max-width: 460px;
	margin: 0 60px 25px 0;
  border-spacing: 0;
  table-layout: fixed;  
}
.table_one_half_last {
  float: left;
  width: 100%;
  max-width: 460px;
  margin: 0 0 25px 0;
  border-spacing: 0;
  table-layout: fixed;
}
.table_one_third_bg {
	float: left;
	width: 100%;
	max-width: 286px;
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin: 0 61px 25px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
  border-radius: 10px;
  border-spacing: 0;
  table-layout: fixed;  
}
.table_one_third {
	float: left;
	width: 100%;
	max-width: 286px;
	margin: 0 61px 25px 0;
  border-spacing: 0;
  table-layout: fixed;  
}
.table_one_third_last {
  float: left;
  width: 100%;
  max-width: 286px;
  margin: 0 0 25px 0;
  border-spacing: 0;
  table-layout: fixed;
}
.table_two_third {
	float: left;
	width: 100%;
	max-width: 633px;
	margin: 0 61px 25px 0;
  border-spacing: 0;
  table-layout: fixed;  
}
.table_two_third_last {
	float: left;
	width: 100%;
	max-width: 633px;
	margin: 0 0 25px 0;
  border-spacing: 0;
  table-layout: fixed;  
}
.table_full_bg {
	float: left;
	width: 100%;
	max-width: 980px;
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin: 0 0 25px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
  border-radius: 10px;
  border-spacing: 0;
  table-layout: fixed;  
}

/* STRUCTURE END */

/* MAIN MENU BEGIN */

ul.ul_menu_main {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 0;
}
ul.ul_menu_main li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
a.a_menu_main:link, a.a_menu_main:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: transparent;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	margin: 0;
	display: block;
	white-space: nowrap;
}
a.a_menu_main:hover, a.a_menu_main:visited:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	margin: 0;
	display: block;	
	white-space: nowrap;
	background-color: #919090;
}
a.a_menu_main_sel:link, a.a_menu_main_sel:visited, a.a_menu_main_sel:hover, a.a_menu_main_sel:visited:hover {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px 0 20px;
	margin: 0;
	display: block;	
	white-space: nowrap;
	background-color: #919090;
}

/* MAIN MENU END */

/* TYPO BEGIN */

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;	
	text-transform: uppercase;
}
h1.h1_blog_article {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 35px;
	letter-spacing: normal;
	margin: 0;
	padding: 0;	
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 5px;	
}
h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}
h2 a.a_blog_list_item:link, h2 a.a_blog_list_item:visited {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h2 a.a_blog_list_item:hover, h2 a.a_blog_list_item:visited:hover {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	/*color: #aa8626;*/
	color: #037fd8;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.a_blog_list_item:link, .a_blog_list_item:visited {
	color: #555555;
	text-decoration: none;
	margin-bottom: 0;	
}
.a_blog_list_item:hover, .a_blog_list_item:visited:hover {
	color: #037fd8;
	text-decoration: none;
	margin-bottom: 0;
}
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: normal;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;	
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: normal;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;	
}
.txt_h1_subtitle {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	color: #555555;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 25px;
	letter-spacing: normal;
}
.txt_category_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #555555;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.txt_blog_list_info {
	font-style: italic;
	font-size: 12px;
	line-height: 17px;
}

a:link, a:visited {	
	font-family: inherit;
	color: #037fd8;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: none;
}
a:hover, a:visited:hover {	
	font-family: inherit;
	color: #037fd8;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

/* TYPO END */

/* MISCELLANEOUS BEGIN */

ul.ul_link_top {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
ul.ul_link_top li {
	float: right;
	padding: 0;
	margin: 0;
}
ul.ul_blog_category {
	/*padding: 0;
	margin: 0;*/
	/*list-style-type: none;*/
}
ul.ul_blog_category li {
	/*padding: 0;*/
	/*padding-left: 10px;*/
	/*margin: 0;*/
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 20px;
}
.transparent_on_hover:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.bordure_image {
	border: 1px solid #dddddd;
	max-width: 100%;
	height: auto;
}
.bordure_image_2 {
	max-width: 98%;
	height: auto;
	background-color: #ffffff;
	padding: 1%;
	border: 1px solid #dddddd;
}
.img_round_corner {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; 
  border-radius: 10px;	
}
.img_align_left {
	margin-right: 15px;
	margin-bottom: 15px;
}
.img_align_right {
	margin-left: 15px;
	margin-bottom: 15px;
}
.img_blog_list {
	display: block;
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: auto;
	margin-bottom: 20px;
	background-color: #ffffff;
}
.input_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: normal;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	height: 30px;
	line-height: 30px;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
}

/* MISCELLANEOUS END */
