
p {
    line-height: 19px;
}
.container {
	margin-top:20px;
	margin-bottom:20px;
}

#Header {
	/*position: relative;*/
	margin-bottom: 10px;
/*	height: 80px;*/
	vertical-align: middle;
}

#Header .logo {
	float: left;
	zoom: reset;
/*	margin-top:25px;*/
}

#Menu {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-8 */
	
	border:1px solid #eeeeee;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height:33px;
	line-height:33px;
	margin-bottom:-13px;
	z-index:1000;
	position:relative;
	padding:0px 10px 0px 10px;
	width:980px;
}

#Menu .menu {
	margin-left:15px;
	margin-right:15px;
	text-transform:uppercase;
	float:left;
	font-size:10px;
}

#Menu .lang {
	float:right;
	margin-right:5px;
	font-size:10px;
}
#Menu .currentLang {
    color:#ff8f27;
}
#Menu  a {
	color:#6a6a6a;
	text-decoration:none;
}

#Menu  a:hover {
	color:#ff8f27;
	text-decoration:none;
}

.box {
	background-color: #eeeeee;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
	min-height: 50px;	
}

.boxContent {
	width:90%;
	margin:5%;
}

#Footer {
	margin: 0;
	margin-top: 20px;
	padding: 40px 0 40px 0;
	text-align: center;
	background-color: #333;
}

.search-input {
	float:left;
	color:#ff8f27;
	width:190px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

.search-btn {
	float:left;
	width:34px;
	height:28px;
	background:transparent url(../images/search_ico.png);
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border:1px solid #ccc;
	margin-left:-1px;
	
}

.search-btn:hover {
	
	background:transparent url(../images/search_ico_over.png);
	
}

/*----------*/
/*---font---*/
/*----------*/

h1 {
	color: #0194da;
	font-size:24px;
	font-weight:normal;
	font-family: "Lato", sans-serif;
	line-height: 1.1;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 #FFFFFF;
}

h2 {
	color: #0194da;
	font-size:18px;
	font-weight:normal;
	font-family: "Lato", sans-serif;
	line-height: 1.1;
	margin-bottom: 10px;
}

h3 {
	color: #000;
	font-size:18px;
	font-weight:normal;
	font-family: "Lato", sans-serif;
	line-height: 1.3;
	margin-bottom: 5px;
}

/*---modal---*/
#videoModalContainer {
	z-index: 2147483647;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent url(../images/opacity/000-65.png);
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

#videoContainer {
	margin-top: 190px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #DDD;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0px 0px 20px 0px;
	width: 700px;
}

.modal-header {
	border-bottom: none;
	padding: 5px 15px;
}

.close {
	float: right;
	color: black;
	font-size: 20px;
	font-weight: bold;
	line-height: 13.5px;
	text-shadow: 0 1px 0 white;
	filter: alpha(opacity=20);
	-khtml-opacity: 0.2;
	-moz-opacity: 0.2;
	opacity: 0.2;
	text-decoration:none;
}

.modal {
	display:none;
}
