@font-face {
	font-family: 'MyWebFont';
	src: url('../font/webfont.eot'); /* IE9 Compat Modes */
	src: url('../font/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../font/webfont.woff') format('woff'), /* Modern Browsers */
	     url('../font/webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../font/webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
	}

* {
	margin-left: auto;
	margin-right: auto;
}
.container {padding-left: 0px; padding-right: 0px;}
.responsive {
	display: none;
}
img {max-width: 100%;}
#all_in img {margin: 0px; width: 100%; height: auto; }
body {
	font-family: 'MyWebFont', Fallback, sans-serif !important;
	margin: 0;
}
.slider-in {height: 200px;}
.background {
	/*background: rgb(79,132,175);
	background: -moz-linear-gradient(-45deg,  rgba(79,132,175,1) 0%, rgba(94,153,201,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(79,132,175,1)), color-stop(0%,rgba(94,153,201,1)), color-stop(42%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(79,132,175,1) 0%,rgba(94,153,201,1) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%); 
	background: -o-linear-gradient(-45deg,  rgba(79,132,175,1) 0%,rgba(94,153,201,1) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(79,132,175,1) 0%,rgba(94,153,201,1) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%);
	background: linear-gradient(135deg,  rgba(79,132,175,1) 0%,rgba(94,153,201,1) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f84af', endColorstr='#ffffff',GradientType=1 );
	background-repeat: no-repeat;*/
        background: url(../images/tlo.png) no-repeat  top center;
        background-repeat: no-repeat;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 190px;
	height: 47px;
	position: relative;
	background-size: 100%;
	top: 20px;
	left: 20px;
	float:left;
	max-width: 80%;
}

#language {
	clear: both;
	position: relative;
	width: 120px;
	height: 90px;
	float: left;
	left: 30px;
	top: 30px;
}
/*
#social {
	position: relative;
	float: left;
	width: 130px;
	height: 40px;
	top: 30px;
	left: 10px;
        margin-top: 5px !important;
}
*/
#menu_responsive {
	display: inline;
	background: url(../images/menu.png) no-repeat;
	width: 50px;
	height: 36px;
	position: relative;
	top: 18px;
	right: 0px;
	float: right;
}

@media (max-width: 300px)  {

	#menu_responsive {
		display: block;
		clear: both;
		background: url(../images/menu.png);
		background-size: cover;
		width: 50px;
		height: 36px;
		position: relative;
		right: 5px;
		float: right;
		top: 30px;
}
	
	#social {
		position: relative;
		float: left;
		width: 130px;
		height: 40px;
		left: 10px;
		top: 0;
	}
	
	#language {
		float: left;
		position: relative;
		width: 120px;
		height: 50px;
		top: -10px;
	}
}

#menu .list {
	margin-bottom: 3px;
        padding: 8px;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        /*height: 40px;*/
        border-bottom: 1px solid #339d13;
}

#menu {
	display: none;
	width: 100%;
	clear: both;
	position: relative;
}

#menu ul, #menu ul:hover {
	list-style: none;
        margin: 0;
        padding: 0;
}

#menu ul li {
	color: #2d2d2d;
	/*height: 30px;*/
	margin: 0;
        padding: 0;
        width: 80%;
        margin-left: 10%;
	
	
}

#menu ul li a {
	text-decoration: none;
	color:#2d2d2d;
}

#menu ul li:hover {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#recommended {
	clear: both;
	float: center;
	color: rgba(79,132,175,1);
	font-size: 20px;
	background: url(../images/arrow.png) no-repeat left bottom;
	width: 220px;
	height: 30px;
	padding-left: 30px;
}
.describe {font-size: 15px; line-height: 16px; /*height: 40%;*/ text-shadow: 1px 1px 2px #000 !important;}
#middle {
	/*background: url(../images/tlo.png) no-repeat top center;
	background-size: cover;*/
	position: relative;
	top: 0;
	/*padding: 30px;*/
        padding: 2px;
	width: 100%;
}
#middle-right {
	width: 100%;
        margin-bottom: 20px;
}
#slogan {
	font-size: 14px;
}

#slogan .big {
	font-size: 18px;
}

#boxes {
	width: 100%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
        /*float: left;*/
}

.box {
	width: 100%;
	height: 50%;
	margin: 10px;
	float: left;
	text-align: center;
	color: #7b7b7b;
	font-size: 30px;
	font-stretch:condensed;
}

.smaller {
	width: 100%;
	margin: 0;
	font-size: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
    color: white;
}

.right {
	float: left;
}

.text {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	height: auto;
	text-align: left;
	min-height: 100% !important;
}
#column {padding: 5px;}
#one {
	height: auto;
	width: 100%;
	float:left;
	margin-bottom: 30px;
}
#two {
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
#half {
    width: 100%;
    float: left;
    margin: 0;
    margin-top: 10px;

}
#all {width: 100%; float: left; margin-top: 10px;}
#all_in {width: 100%;
      float: left;
      margin-top: 10px;
      margin-left:auto;
}
.search-result {
	background: #88d0f3 url;
	color: #fff;
	clear: both;
	-webkit-box-shadow: 0 0 20px 0 #B8B8B8;
	box-shadow: 0 0 20px 0 #B8B8B8;
	margin-top: 50px;
	/*font-size: 20px;*/
	text-align: center;
	height: 430px !important;
        float: left;
}
.search-loop {
	margin-top: 50px;
	padding: 5px;
	font-size: 14px;
	text-align: left;
        float: left;
        font-weight: bold;
        line-height: 90px;
        margin-bottom: 10px;
}
.border {
	border-right: 1px solid #fff;
}

.glow:hover {
	background: rgba(197, 232, 248, 0.6) !important;
	color: #fff; 
}

.centered {
	text-align: center;
	padding: 0;
}

.news {
	background: url(../images/mail.png) no-repeat right top !important;
	clear: both;
	background: #fff;
	-webkit-box-shadow: 0 0 20px 0 #B8B8B8;
	box-shadow: 0 0 20px 0 #B8B8B8;
	margin-top: 50px;
	padding: 20px;
	font-size: 14px;
	height: auto !important;
}

.news .col-sm-3 {
	margin: 10px;
	clear: both;
	width: 100% !important;
}

.news-con {
	width: 100%;
	float: left;
}

.news-big {
	font-size: 22px;
}

#arrows {
	display: none;
}

#bottom {
	text-align: center;
	padding: 0;
	color: #7b7b7b;
	font-size: 14px;
}

#bottom a {
	clear: both;
}
.home-button {line-height: 50px; margin-left: 0px; margin-right: 0px;}
#top {padding-right: 0px; padding-left: 0px;}
.home-button-second { color: #807d7d; }