/* ==========================================================================
   nav.css
   ========================================================================== */

#top_menu {
	display: inline-block;
	z-index: 1005;
	position: relative;
	margin: 44px 0 0 0;
	width: 90%;
	text-align: right;
}
#top_menu ul { /* menu subitem wrapper */
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	text-align:left;
	background:#c00;
	box-shadow:0 2px 5px rgba(0, 0, 0, 0.5);
	top: 32px;
	width: 200px;
}
#top_menu ul ul {
	top: 0;
	left: 129px;
}
#top_menu li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin:0 5px;
}
#top_menu ul li {
	margin:0;
	display: block;
}
#top_menu a {
	line-height: 1;
	display: block;
	outline:none;
	text-decoration: none;
	color:#ccc;
	padding:8px;
	font-weight: 700;
	font-family: Oswald, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
}
#top_menu .dir > a {
	padding-right:16px;
}
#top_menu .currentNav.dir > a:after {
	border-top-color: #c00;
}
#top_menu .dir > a:after,
#top_menu .dir > a:hover:after {
	content: '';
	position: absolute;
	top: 52%;
	right: 5px;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 4px solid rgba(255, 255, 255, 0);
	border-top-color: rgba(255, 255, 255, 0.8);
}
#top_menu .currentNav > a {
	background-color: #fff;
	color: #c00;
}
#top_menu > li > a:hover,
#top_menu > .currentNav > a:hover {
	background-color: #c00;
	color: #fff;
}
#top_menu ul a { /* applies to all menu subitem links */
	z-index:1005;
	font-weight:normal;
	font-size:13px;
	color:#fff;
}
#top_menu ul a:hover {
	background:#ae0000;
	color:#fff;
}
.social_menu {
	position: absolute;
	right: 106px;
	top: -12px;
}
.social_menu li {
	display:inline-block;
	width:29px;
	height:29px;
	margin-right:18px;
}
.social_menu li a {
	width:29px;
	height:29px;
	display:block;
	text-indent:-3000px;
	background:url(../images/ico_social.png) top right no-repeat;
}
.social_menu li.youtube a {
	background:url(../images/ico_social.png) -94px 0px no-repeat;
}
.social_menu li.twitter a {
	background:url(../images/ico_social.png) 0 0 no-repeat;
}
.social_menu li.facebook a {
	background:url(../images/ico_social.png) -47px 0 no-repeat;
}
.social_menu li.googleplus a {
	background:url(../images/ico_social.png) -140px 0 no-repeat;
}
.social_menu li.googleplus a:hover {
	background:url(../images/ico_social.png) -140px -29px no-repeat;
}
.social_menu li.youtube a:hover {
	background:url(../images/ico_social.png) -94px -29px no-repeat;
}
.social_menu li.twitter a:hover {
	background:url(../images/ico_social.png) 0 -29px no-repeat;
}
.social_menu li.facebook a:hover {
	background:url(../images/ico_social.png) -47px -29px no-repeat;
}
/* ==========================================================================
   box.css
   ========================================================================== */

/*****   Box commons  *****/

.box {
	margin-bottom:10px;
	background:#fff;
}
/* class for box title*/
.box .box_title {
	padding:8px 13px;
	font-weight:bold;
	font-size:16px;
	background: #c00;
	color:#FFF;
	margin:0 0 12px 0;
	line-height:1.3;
}
.box .box_title a {
	color:#fff;
	border-bottom:1px dotted rgba(255, 255, 255, 0.4);
}
.box .box_title a:hover {
	text-decoration:none;
	border-bottom:1px dotted rgba(255, 255, 255, 0.7);
}
.box_text,
.newsRow,
.contact_us form,
.newsRow,
.videoRow,
.news_single_box .news_date,
.single_video,
.video_single_box .video_title,
.single_news,
.pagination {
	padding:0 13px;
}
.layout_3_columns .box_text p:first-child,
.column_2 .box_text p:first-child {
	margin:-12px -13px 0 -13px;
}
/* image alignment according to surrounding text */
.text_box img[style="float: right;"] {
	margin: 3px 0 10px 10px;
}
.text_box img[style="float: left;"] {
	margin: 3px 10px 10px 0;
}
/* vertical navigation box type  start*/
.vertical_navigation ul {
	margin-top:2px;
	margin-left:8px;
	margin-bottom:0px;
}
.vertical_navigation li {
	padding:2px 0px;
	list-style: none;
}
.vertical_navigation_box .activeNav > a { /* class added to parents of currently active nav item and currently active nav item */
	font-weight: bold;
}
.vertical_navigation_box .currentNav > a { /* class added to currently active nav item */
	font-weight: bold;
}
/* vertical navigation box type  end*/

/* custom box classes */

.borderbox {
	border:1px solid #ccc;
}
/*****   Inner text boxes left column box titles  *****/

.layout_2_columns .column_1 .box_title {
	margin:0;
	padding:10px 10px 0;
	font-size:24px;
	font-family:Oswald, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background: none;
	color:#c00;
	line-height:1.3;
}

/***** Home carousels *****/

.slider-single_box .photo img {
	width:100%;
	}

.slider-single_box .slide_title {
	font: bold 30px/1.2 Oswald, Arial, Helvetica, sans-serif;
	color: #666;
	text-transform: uppercase;
}

.slider-single_box .slide_title a{
	color: #c00;
}

.slider-single_box .slide_title a:hover{
	text-decoration:none;
}

.slider-single_box .read_more {
	background: #545454;
	background: -moz-linear-gradient(top, #545454 0%, #404040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #404040));
	background: -webkit-linear-gradient(top, #545454 0%, #404040 100%);
	background: -o-linear-gradient(top, #545454 0%, #404040 100%);
	background: -ms-linear-gradient(top, #545454 0%, #404040 100%);
	background: linear-gradient(to bottom, #545454 0%, #404040 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#404040', GradientType=0 );
	box-shadow: inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	-moz-box-shadow: inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	-webkit-box-shadow: inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	border: 1px solid #151617;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #FFF;
	font: 13px/1 'Open Sans', Arial, Helvetica, sans-serif;
	opacity: 0.9;
	display:inline-block;
	padding:10px 15px;
	margin:15px 0 0;
}
.slider-single_box .read_more:hover {
	opacity: 1;
	cursor: pointer;
	text-decoration:none;
}
.slider-single_box .read_more:active {
	background: #404040;
	background: -moz-linear-gradient(top, #404040 0%, #545454 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(66%, #545454));
	background: -webkit-linear-gradient(top, #404040 0%, #545454 66%);
	background: -o-linear-gradient(top, #404040 0%, #545454 66%);
	background: -ms-linear-gradient(top, #404040 0%, #545454 66%);
	background: linear-gradient(to bottom, #404040 0%, #545454 66%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#545454', GradientType=0 );
	opacity: 1;
}

.slider-single_box .arrow.previous {
	left:-26px;
	background:url(/images/prev.png);
	}	
.slider-single_box .arrow.next {
	right:-26px;
	background:url(/images/next.png);
	}	
.slider-single_box .arrow.previous,
.slider-single_box .arrow.next {
	position:absolute;
	top:45%;
	width:40px;
	height:40px;
	background-size:contain;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
	opacity:0.8;
}
.slider-single_box .arrow.previous:hover,
.slider-single_box .arrow.next:hover {
	opacity:1;
	}

.slider-single_box .slick-dots	button {
	width:10px;
	height:10px;
	float:left;
	background:#fff;
	border:2px solid rgba(0,0,0,0.5);
	border-radius:10px;
	-moz-border-radius:10px;
	}
	

/***** Home boxes *****/

.home-main-box {
	padding:13px;
	background:#fff;
	margin:-45px 0 20px 0;
	position:relative;
}
.home-main-box .box_title {
	padding:0;
	background: none;
	color:#aaa;
	margin:0 0 10px 0;
	line-height:1.3;
}
.home-main-box .box_text {
	padding:0;
}
.home-main-box .column_1 p {
	margin:0;
}
.home-main-box .column_2 h1,
.layout_2_columns .column_1 .box_title {
	font: bold 24px/1.2 Oswald, Arial, Helvetica, sans-serif;
	color: #C00;
	text-transform: uppercase;
	padding:0;
	margin:0.67em 0;
}
.layout_2_columns .column_1 .box_title {
	margin: 0 10px 10px 13px;
	padding-top: 13px;
}
.home-main-box .column_2 h1 a {
	color:#c00;
}
.home-main-box .column_2 h1 a:hover {
	color:#333;
	text-decoration:none;
}
.home-main-box .column_2 .box {
	margin-bottom:0;
}
.homeThreeBoxes .box_text h2 {
	margin: 12px 0 -8px;
}

.homeThreeBoxes .layout_2_columns .column_1 .box_title {
	padding:8px 13px;
	font-weight:bold;
	font-size:16px;
	background: #c00;
	color:#FFF;
	margin:0 0 12px 0;
	line-height:1.3;
	font-family:inherit;
	text-transform:inherit;
}

.homeThreeBoxes .layout_2_columns .column_1 .box_title a {
	color:#fff;	
}

/*****  Home full width banner  *****/

.home-full-baner .column {
	padding:0;	
}
.home-full-baner p {
	margin:0;	
}
.home-full-baner .box {
	padding:20px;	
}

/*****   News  *****/

.newsRow {
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid #eee;
}
.news_list_box .newsRow:last-child {
	padding-bottom:0;
	border:0;
}
.news_date {
	font-size:13px;
	color:#aaa;
}
.news_single_box .news_date {
	padding-top:12px;
	margin-bottom:-7px;
}
.column_1 .news_image {
	width:auto;
}
.news_image,
.homeThreeBoxes .news_image {
	margin: 0 0 0 15px;
	float: right;
	width:40%;
}
.news_single_box .news_image {
	margin:3px 10px 10px 0;
	float:left;
	width:50%;
}
.news_single_box p:last-child,
.news_single_box ul:last-child,
.news_single_box ol:last-child {
	margin-bottom:0;
}
.image_caption {
	font-size:12px;
	color:#999;
	border-bottom:1px solid #ddd;
	padding:6px 0;
	clear:left;
}
.news_title {
	margin:0;
	display:table;
	font-size:15px;
	line-height:1.2;
}
.news_title a {
	color:#c00;
}
.news_short_text {
	margin-top:7px;
	display:table;
	color:#444;
}
.pagination {
	margin-top:15px;
	text-align:center;
}
.pagination .pg,
.pagination .next,
.pagination .prev {
	display:inline-block;
	padding:1px 7px;
	margin:0 3px;
	background:#e0e0e0;
	border-radius:2px;
	-moz-border-radius:2px;
}
.pagination .current_pg {
	background:#444;
	font-weight:bold;
	color:#fff;
}
.pagination .pg:hover,
.pagination .next:hover,
.pagination .prev:hover {
	background:#444;
	color:#fff;
	text-decoration:none;
}
.layout_2_columns .column_1 .news_single_box h1.news_title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-transform:inherit;
	letter-spacing:-1px;
}
.no_items {
padding: 18px 0 0 20px;
margin: 0;
}	
/*****   News right column  *****/

.column_2 .newsRow {
	padding-top:10px;
	padding-bottom:10px;
}
.column_2 .news_title {
	font-size:13px;
}
.column_2 .news_short_text,
.homeThreeBoxes .news_short_text {
	display:none;
}
/*****   Video  *****/

.column iframe {
	width:100%;
	height:400px;
	border:0;
}
.videoRow {
	padding-top:10px;
	padding-bottom:10px;
}
.layout_2_columns .column_1 .video_single_box h1.video_title {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color:#333;
	font-size:24px;
	font-weight:bold;
	text-transform:inherit;
	letter-spacing:-1px;
}
.video_image {
	position:relative;
}
.video_image img {
	margin:3px 10px 0 0;
	float:left;
}
.icoPlay {
	width: 38px;
	position: absolute;
	top: 15px;
	left: 44px;
}
.column_1 .icoPlay {
	width: 25%;
	top: 27%;
	left: 39%;
}
.video_title {
	margin:0;
	display:table;
	font-size:15px;
	line-height:1.2;
}
.column_1 .videoRow {
	float:left;
	width:50%;
}
.column_1 .video_title {
	margin:10px 0;
	clear:both;
}
.column_1 .video_image img {
	float:none;
}
.column_2 .video_title {
	font-size:13px;
}
.column_2 .video_image {
	width:120px;
}
/**** RSS Counter ****/

.counter {
	text-align:center;
	}
.counter a {
	display:block;
	}
.counter a:hover {
	text-decoration:none;
	}
.counter img {
	width:60%;
	margin:20px 0;
	}
.counter h2, .counter p {
	margin:0;
	}
.counter h2 {
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#666;
	text-transform:uppercase;
	}
.counter p {
	font-weight:300;
	font-size:16px;
	color:#999;
	}
.counter h3 span {
	background:#c00;
	color:#fff;
	padding:5px 15px;
	border-radius:20px;
	-moz-border-radius:20px;
	font-size:17px;
	}
.counter:hover h3 span {
	background:#6d0b72;
	}

/* ==========================================================================
   Contact form
   ========================================================================== */
   
.contact-row-wrapper .first-box {
	margin-bottom:-20px;
}
.contact-form_box {
	padding-bottom:15px;
}
.contact-form_box .formRow {
	margin:15px 0;
}
.contact-form_box label {
	display:block;
	margin-bottom:3px;
	font-weight:bold;
}
.contact-form_box .ccombo_line {
	display:none;
}
.contact-form_box .input_field,
.contact-form_box textarea {
	width:100%;
	font-family:"Opan Sans", Arial, Helvetica, sans-serif;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.contact-form_box textarea {
	min-height:200px;
}
.contact-form_box input[type=submit] {
	position:inherit;
	width: 85px;
	height: 35px;
	color: white;
	font: bold 13px/1 Arial, Helvetica, sans-serif;
	float:right;
}
.contact-form_box input[name=sbe],
.contact-form_box input[name=sbc] {
	display:none;
}
.contact-form_box .input_field,
.contact-form_box textarea /* contact form fields */ {
	border:1px solid #a2a2a2;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:inset 0 2px 3px #d8d8d8;
	-webkit-box-shadow:inset 0 2px 3px #d8d8d8;
	-moz-box-shadow:inset 0 2px 3px #d8d8d8;
	font-size:12px;
	padding:5px;
	font-weight:normal;
	background:#fff;
}
.contact-form_box input[type=submit] /* contact form submit */ {
	background: #545454; /* Old browsers */
	background: -moz-linear-gradient(top, #545454 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #404040)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #545454 0%, #404040 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #545454 0%, #404040 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #545454 0%, #404040 100%); /* IE10+ */
	background: linear-gradient(to bottom, #545454 0%, #404040 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#404040', GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	-moz-box-shadow:inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	-webkit-box-shadow:inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	border:1px solid #151617;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	width:100px;
	height:35px;
	color:#FFF;
	font:13px/1 'Open Sans', Arial, Helvetica, sans-serif;
	opacity:0.9;
}
.contact-form_box input[type=submit]:hover /* contact form submit */ {
	opacity:1;
	cursor:pointer;
}
.contact-form_box input[type=submit]:active /* contact form submit */ {
	background: #404040; /* Old browsers */
	background: -moz-linear-gradient(top, #404040 0%, #545454 66%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(66%, #545454)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #404040 0%, #545454 66%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #404040 0%, #545454 66%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #404040 0%, #545454 66%); /* IE10+ */
	background: linear-gradient(to bottom, #404040 0%, #545454 66%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#545454', GradientType=0 ); /* IE6-9 */
	opacity:1;
}

/* ==========================================================================
   Globals
   ========================================================================== */
@font-face {
 font-family: 'Oswald';
 font-style: normal;
 font-weight: 300;
 src: local('Oswald Light'), local('Oswald-Light'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/l1cOQ90roY9yC7voEhngDD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
 font-family: 'Oswald';
 font-style: normal;
 font-weight: 400;
 src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/PyqsDANUgLi2UsdO-d4iZQ.woff) format('woff');
}
@font-face {
 font-family: 'Oswald';
 font-style: normal;
 font-weight: 700;
 src: local('Oswald Bold'), local('Oswald-Bold'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/dI-qzxlKVQA6TUC5RKSb3z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
 @font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 300;
 src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/DXI1ORHCpsQm3Vp6mXoaTRa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 400;
 src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/u-WUoqrET9fUeobQW7jkRT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
 font-family: 'Open Sans';
 font-style: normal;
 font-weight: 700;
 src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/k3k702ZOKiLJc3WVjuplzBa1RVmPjeKy21_GQJaLlJI.woff) format('woff');
}
@font-face {
 font-family: 'Open Sans';
 font-style: italic;
 font-weight: 300;
 src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxrsuoFAk0leveMLeqYtnfAY.woff) format('woff');
}
@font-face {
 font-family: 'Open Sans';
 font-style: italic;
 font-weight: 400;
 src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/xjAJXh38I15wypJXxuGMBtIh4imgI8P11RFo6YPCPC0.woff) format('woff');
}
@font-face {
 font-family: 'Open Sans';
 font-style: italic;
 font-weight: 700;
 src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v7/PRmiXeptR36kaC0GEAetxoUt79146ZFaIJxILcpzmhI.woff) format('woff');
}
.fix:after {
	content: '[.]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fix {
	display: inline-block;
}
/*\*/
.fix {
	display: block;
}
body,
html {
	padding:0;
	margin:0;
}
body {
	background:#EFEFEF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:15px;
	line-height:1.6;
}
html {
	min-height:100%;
}
a {
	color:#c00;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a,
button,
input[type=submit], .counter span {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
img {
	max-width:100%;
}
/* main wrapper element */
.canvas {
	width:100%;
	margin:0px auto;
}
/* page wrapper element */
#page {
	margin:0px auto;
	padding:10px;
}
/* header element */
#header {
	position:relative;
}
.languages {
	text-align: right;
	color: #ccc;
	font: 11px/1 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	position: absolute;
	right: 20px;
	top: 10px;
}
.languages a {
	color:#999;
	text-decoration: none;
}
.languages a.current {
	color:#ccc;
}
.languages a:hover {
	color:#ccc
}
.shareThisWrapper {
	width:100px;
	position:absolute;
	top:300px;
}
#footer {
	padding-top:10px;
	font-size:11px;
	text-align:center;
	color:#ccc;
}
#footer .site_author a {
	color:#999;
}

.header_text {
	margin:0px;
	color:#333;
	float:left;
	width:10%;
	margin-top:0;
}
.header_text h2 {
	margin:0;
}
.header_text span {
	position:absolute;
	top:-1000px;
}
.menu_toggle {
	display:none;
	background:#c00;
	cursor:pointer;
	border-radius:2px;
	-moz-border-radius:2px;
	padding:5px 12px;
	color:#fff;
	font-weight:bold;
}
.menu_toggle:hover {
	text-decoration:none;
}
.filter_toggle img,
.menu_toggle img {
	width:16px;
	float:left;
	margin:4px 5px 0 0;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footerRow,
.footerRow .box {
	background:#cc0000;
	color:#fff;
}
.footerRow .box {
	padding:0 13px;
	margin:	13px 0 !important;
}
.footerRow .layout_3_columns .box_text p,
.footerRow .column_2 .box_text p {
	margin:inherit;
}
.footerRow .box_text {
	padding: 0;
}
.footerRow .firstBox img {
	width:65px;
	height:auto;
	margin-bottom:15px;
}
.footerRow .thirdBox a {
	color:#fff;
	text-decoration:underline;
}
/* ==========================================================================
   Newsletter form
   ========================================================================== */

#mc_embed_signup {
	padding: 0 13px 13px;
	margin-top:-10px;
}
#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email] {
	width:100%;
	padding:3px;
}
.mc-field-group {
	margin-bottom:12px;
}
.mc-field-group label {
	font-weight:bold;
	display:block;
	margin-bottom:3px;
}
#mc_embed_signup input[type=submit] {
	background: #545454;
	background: -moz-linear-gradient(top, #545454 0%, #404040 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #545454), color-stop(100%, #404040));
	background: -webkit-linear-gradient(top, #545454 0%, #404040 100%);
	background: -o-linear-gradient(top, #545454 0%, #404040 100%);
	background: -ms-linear-gradient(top, #545454 0%, #404040 100%);
	background: linear-gradient(to bottom, #545454 0%, #404040 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#404040', GradientType=0 );
	box-shadow: inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	-moz-box-shadow: inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	-webkit-box-shadow: inset 0 1px 0 #777, 0 1px 1px #c1c1c1;
	border: 1px solid #151617;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	width: 100px;
	height: 35px;
	color: #FFF;
	font: 13px/1 'Open Sans', Arial, Helvetica, sans-serif;
	opacity: 0.9;
}
#mc_embed_signup input[type=submit]:hover {
	opacity: 1;
	cursor: pointer;
}
#mc_embed_signup input[type=submit]:active {
	background: #404040;
	background: -moz-linear-gradient(top, #404040 0%, #545454 66%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #404040), color-stop(66%, #545454));
	background: -webkit-linear-gradient(top, #404040 0%, #545454 66%);
	background: -o-linear-gradient(top, #404040 0%, #545454 66%);
	background: -ms-linear-gradient(top, #404040 0%, #545454 66%);
	background: linear-gradient(to bottom, #404040 0%, #545454 66%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#545454', GradientType=0 );
	opacity: 1;
}

/* ==========================================================================
   Media queries, desktop large resolutions
   ========================================================================== */

@media only screen and (min-width: 1008px) {
	
	/* Global */
	
	body {
 background:#EFEFEF url(/images/body-bg.png) repeat-x 0 -20px;
 font-size:13px;
}
 .layout_2_columns .column_2 {
 font-size:12px;
 line-height:1.5;
}
 .home-main-box .column_2 {
 font-size:inherit;
 line-height:inherit;
}
 .canvas {
 width:980px;
}
 .layout_2_columns .column_1 {
 width:68%;
 padding-right:20px;
}
.homeThreeBoxes .layout_2_columns .column_1 {
 margin-right:20px;
 padding:0;
}
 .layout_2_columns .column_2 {
 width:32%;
}
.homeThreeBoxes .fix:after, .page_4 .layout_3_columns.fix:after {
display:none;
}
.homeThreeBoxes .layout_3_columns, 
.homeThreeBoxes .layout_2_columns, 
.page_4 .layout_3_columns {
 display: flex;
}
.homeThreeBoxes .layout_3_columns .column,
.homeThreeBoxes .layout_2_columns .column, 
.page_4 .layout_3_columns .column {
 flex: 1;
 background:#fff;
 margin-bottom:25px;
}
 .layout_3_columns .column_1 { /* narrow left */
 width:31.3%;
 padding:0px;
 margin:0px;
}
 .layout_3_columns .column_2 { /* wide middle */
 width:31.3%;
 padding:0px;
 margin:0 3%;
}
 .layout_3_columns .column_3 { /* narrow right */
 width:31.3%;
 padding:0px;
 margin:0px;
}
 #header {
 height:145px;
}
 .languages {
 right:12px;
}

	/* Boxes */
	.box {
 margin-bottom:20px;
}
.page_4 .layout_3_columns .box {
 margin:0;
}


	/* Home */
		
.home-main-box .box_title {
 margin:0 0 30px 0;
}
.home-main-box .box {
 margin-bottom:0;
}
.home-main-box .column_2 h1,
.layout_2_columns .column_1 .box_title {
	font: bold 30px/1.2 Oswald, Arial, Helvetica, sans-serif;
	color: #C00;
	text-transform: uppercase;
}

.home-main-box .column_2 h1 {
	margin: 0 0 0.67em 0;
}

/* Carousel */

.slider-single_box .photo {
	width:66%;
	margin-right:3%;
	float:left;
	}
.slider-single_box .slide_title {
	margin-top:0;
	}	
.slider-single_box .slide_text {
	float:left;
	width:29%;
	height: 347px;
	overflow: auto;	
	}
.slider-single_box .slick-dots {
	width: 70%;
}	
	/* News */
	
	.layout_2_columns .column_1 .news_single_box h1.news_title {
 font-size: 30px;
}
 .news_short_text {
 font-size:13px;
 display:table;
}
	/* Video */
	.column_1 .videoRow {
 float:left;
 width:50%;
}
 .layout_2_columns .column_1 .video_single_box h1.video_title {
 font-size: 30px;
}
 .icoPlay {
 opacity:0.8;
}
 .video_image:hover .icoPlay {
 opacity:1;
}

	
	/* Contact */
	
	.contact-form_box .input_field {
 width:60%;
}
	
	/* Footer */
.footerRow .layout_3_columns {
 display:block;
}
.footerRow .layout_3_columns .column {
flex: none;
background: transparent;
margin-bottom: 0;
}
.footerRow .box {
 border-right:1px solid red;
 min-height:170px;
}
 .footerRow .thirdBox {
 border:0;
}
}

/* ==========================================================================
   Media queries, phone portrait
   ========================================================================== */

@media only screen and (max-width: 479px) {
 .header_text {
 margin-top: -2px;
 width: 15%;
}
 .menu_toggle {
 display:block;
 float:right;
 font-family:Oswald, Arial, Helvetica, sans-serif;
 font-weight:normal;
 font-size:14px;
 text-transform:uppercase;
}
 #top_menu {
 display: none;
 width: 100%;
 position: absolute;
 top: 63px;
 background: #222;
 text-align: left;
 padding: 0;
 margin: 0 0 0 -10px;
}
 #top_menu ul {
 display: block !important;
 position: static;
 left: inherit;
 margin: 0;
 padding: 0;
 font-size:10px;
 text-align:left;
 background:none;
 box-shadow:inherit;
 top: inherit;
 width: auto;
}
 #top_menu li {
 padding: 0;
 border-right:0;
 display:block;
 width:100%;
 margin:0;
}
 #top_menu a {
 padding:12px 10px;
 font-size: 13px;
 font-weight:normal;
 display:block;
 width:100%;
}
 #top_menu ul a {
 color:#ccc;
 padding-left:25px;
 font-size:13px;
}
#top_menu .dir > a:after, #top_menu .dir > a:hover:after {
 top: 3.5%;
}
 .languages,  .social_menu,  #sthoverbuttons {
 display:none;
}
 .home-main-box {
 margin: 0px 0 20px 0;
}
 .news_single_box .news_image {
 margin-right:0;
 float:none;
 width:100%;
}
 .news_list_box .news_short_text {
 display:none;
}
	/* Video */
	.column_1 .videoRow, .column_1 .videoRow .video_image {
 float:none;
 width:100%;
}
 iframe {
 height:190px;
}

.slider-single_box .arrow.previous,
.slider-single_box .arrow.next {
top: 12%;
}

.slider-single_box .slick-dots {
	top: 0;
}	

/*****   News right column  *****/

.column_2 .news_title {
	font-size:15px;
}

}

/* ==========================================================================
   Media queries, phone landscape to tablet portrait
   ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 768px) {
 #top_menu {
 margin: 3px 0 0 0;
}
 #top_menu ul {
 top: 26px;
}
 #top_menu li {
 padding: 0;
 margin:0 2px;
 border-right:0;
}
.column_2 .news_image {
	width:30%;
}
 #top_menu a {
 padding: 6px;
 font-size: 12px !important;
 font-weight:normal;
}
 .languages,  .social_menu,  #sthoverbuttons {
 display:none;
}
 .home-main-box {
 margin: 0px 0 20px 0;
}
 .news_list_box .news_short_text {
 display:none;
}
 iframe {
 height: 310px;
}
.slider-single_box .arrow.previous,
.slider-single_box .arrow.next {
top: 20%;
}
.slider-single_box .slick-dots {
	top: 0;
}	
/*****   News right column  *****/

.column_2 .news_title {
	font-size:15px;
}

}

/* ==========================================================================
   Media queries, tablet portrait to tablet landscape
   ========================================================================== */

@media only screen and (min-width: 769px) and (max-width: 1008px) {
 body {
 background: #EFEFEF url(/images/body-bg.png) repeat-x 0 -62px;
}
 .layout_2_columns .column_1 {
 width:68%;
 padding-right:20px;
}
.homeThreeBoxes .layout_2_columns .column_1 {
 width:68%;
 padding:0;
 margin-right:20px;
}
 .layout_2_columns .column_2 {
 width:32%;
}
 #mc_embed_signup {
 padding: 10px 13px 13px;
}
 .homeThreeBoxes .fix:after, .page_4 .layout_3_columns.fix:after,  #sthoverbuttons {
display:none;
}
.homeThreeBoxes .layout_3_columns, 
.homeThreeBoxes .layout_2_columns,
.page_4 .layout_3_columns {
 display: flex;
}
.homeThreeBoxes .layout_3_columns .column, 
.homeThreeBoxes .layout_2_columns .column,
.page_4 .layout_3_columns .column {
 flex: 1;
 background:#fff;
 margin-bottom:25px;
}
.home-main-box .column_2 h1{
	margin:0 0 0.67em 0;
}
.layout_2_columns .column_1 .box_title {
	margin:0 0 0.67em 13px;
}

 .layout_3_columns .column_1 { /* narrow left */
 width:31.3%;
 padding:0px;
 margin:0px;
}
 .layout_3_columns .column_2 { /* wide middle */
 width:31.3%;
 padding:0px;
 margin:0 3%;
}
 .layout_3_columns .column_3 { /* narrow right */
 width:31.3%;
 padding:0px;
 margin:0px;
}
 #header {
 height: 90px;
}
 #top_menu {
 margin: 39px 0 0 0;
}
 #top_menu ul {
 top: 28px;
}
 #top_menu li {
 padding: 0;
 border-right:0;
}
 #top_menu a {
 padding: 6px;
 font-size: 13px;
}
 .languages {
 top: 10px;
}
 .home-main-box {
 margin: 0px 0 20px 0;
}
.slider-single_box .arrow.previous,
.slider-single_box .arrow.next {
top: 29%;
}

.slider-single_box .slick-dots {
	top: 0;
}
	
	/* Footer */
.footerRow .layout_3_columns {
 display:block;
}
.footerRow .layout_3_columns .column {
flex: none;
background: transparent;
margin-bottom: 0;
}
.footerRow .box {
 border-right:1px solid red;
 min-height:270px;
}
 .footerRow .thirdBox {
 border:0;
}
}

/* ==========================================================================
   Media queries, header
   ========================================================================== */

@media only screen and (min-width: 240px) and (max-width: 1008px) {
 #header {
 margin:-10px -10px 10px -10px;
 padding:10px;
 background:#222;
}
}

/* ==========================================================================
   Media queries, menu
   ========================================================================== */

@media only screen and (min-width: 480px) and (max-width: 1008px) {
 #top_menu {
display:inline-block !important
}
}
