@charset "utf-8";

@font-face {
    font-family: 'Ubuntu';
    src: url("../fonts/ubuntu/Ubuntu.eot");
    src: url("../fonts/ubuntu/Ubuntu.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ubuntu/Ubuntu.woff") format("woff"),
         url("../fonts/ubuntu/Ubuntu.ttf") format("truetype"),
         url("../fonts/ubuntu/Ubuntu.svg#Ubuntu") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Bold';
    src: url("../fonts/ubuntu_bold/Ubuntu-Bold.eot");
    src: url("../fonts/ubuntu_bold/Ubuntu-Bold.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ubuntu_bold/Ubuntu-Bold.woff") format("woff"),
         url("../fonts/ubuntu_bold/Ubuntu-Bold.ttf") format("truetype"),
         url("../fonts/ubuntu_bold/Ubuntu-Bold.svg#Ubuntu-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Medium';
    src: url("../fonts/ubuntu_medium/Ubuntu-Medium.eot");
    src: url("../fonts/ubuntu_medium/Ubuntu-Medium.eot?#iefix") format("embedded-opentype"),
         url("../fonts/ubuntu_medium/Ubuntu-Medium.woff") format("woff"),
         url("../fonts/ubuntu_medium/Ubuntu-Medium.ttf") format("truetype"),
         url("../fonts/ubuntu_medium/Ubuntu-Medium.svg#Ubuntu-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
}
body  {
	font-family: 'Ubuntu', sans-serif;;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #424242;
	background-color: #78a3ce;
	height: 100%;
}
img {
	border: none;
}
a {
	text-decoration:none;
	color: #000000;
}
a:focus,
a:hover,
a:active {text-decoration:underline;}

.background{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:81px;
	background: -webkit-radial-gradient(50% 50%, circle, #98c6e4, #78a3ce 30%); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(50% 50%, circle, #98c6e4, #78a3ce 30%); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(50% 50%, circle, #98c6e4, #78a3ce 30%); /* For Firefox 3.6 to 15 */
	background: radial-gradient(50% 50%, circle, #98c6e4, #78a3ce 30%); /* Standard syntax */
}
.container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 81px 0;
}
.safari .container{
	margin-bottom:0;
	padding-bottom:61px;
}
#header {
	height: 47px;
	background-color:#fff;
	left: 0px;
	padding: 21px 0 11px;
	border-bottom:1px solid #d1d1d1;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}
#header_logo{
	width:275px;
	height:49px;
	z-index:1;
	float: left;
	text-align: left;
}
.wrapper{
	width:960px;
	margin: 0 auto;
}
.wrapper > h1,
.wrapper > h2{
	text-align: center;
	font-size: 242%;
	color: #fff;
	line-height: 100%;
	margin-bottom: 42px;
	position:relative;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.wrapper > h2{
	font-size: 200%;
}
.wrapper > h1 img,
.wrapper > h2 img{
	position: absolute;
	top: 19px;
	margin-left: 6px;
}	
.wrapper > h2 img{
	margin-left: 10px;
    top: 15px;
}
#mobile_language_menu{
	background-color: #f1f1f1;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 2px 7px 6px;
    position: relative;
}
#mobile_language_menu img{
	position:relative;
	top:2px;
}
#header_lang {
	top: -4px;
	float: right;
	position: relative;
	left: 2px;
	font-size: 88%;
}
#lanquages_selected{
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0 6px 0 9px;
	display: inline-block;
	position: relative;
	height: 25px;
	top: 10px;
	margin-left: 6px;
	overflow: hidden;
	line-height:5px;
}
#lanquages_arrow{
	border: 1px solid #cfcfcf;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 10px 7px 8px 8px;
	display: inline-block;
	background-color: #f1f1f1;
	position: relative;
	right: -7px;
	top: -1px;
	cursor:pointer;
}
#lanquages_select ul{
	display: none;
	background-color: #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	list-style: none;
	border: 1px solid #cfcfcf;
	margin-top: 6px;
	padding: 8px;
	width: 75px;
	position: absolute;
	right: 0;
	z-index: 2;
}
#lanquages_select ul a{
	color: #424242;
	font-size:100%;
	line-height: 18px;
}
#lanquages_select ul a:hover{
	text-decoration:none;
}
#error_symbol {
	float: left;
	margin-right: 10px;
	margin-left: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main_input{
	background-color:#fff;
	border-top:1px solid #f8f8f8;
	border-left:1px solid #f8f8f8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:25px 40px 13px 34px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
}
.main_content_left{
	width:43%;
	float:left;
	margin-top:11px;
}
.main_content_right{
	width:44%;
	float:right;
	padding-right:10px;
	margin-top:11px;
}
#main_input .main_content_left, 
#main_input .main_content_right{
	display: none;
}
#main_input .main_content_left.clear{
	height: auto;
    line-height: inherit;
}
.home #main_input .main_content_left, 
.home #main_input .main_content_right{
	display: block;
}
#main_content_header h2 {
	text-align: left;
	font-size: 102%;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom:15px;
}
#choose_unit_class.close{
	padding-left: 19px;
	color: #1e65ad;
	background:url('../images/icons/choose_icon_close.png') no-repeat scroll -1px 2px transparent;
	cursor: pointer;
}
#choose_unit_class.open{
	padding-left: 19px;
	color: #1e65ad;
	background:url('../images/icons/choose_icon_open.png') no-repeat scroll -1px 2px transparent;
	cursor: pointer;
}
.main_content_classlist  p {
	font-size: 87%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 19px;
}	
.main_content_classlist h3{
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}
.main_content_classlist h3 a{
	color:#1e65ad;
}
.main_content_classlist  ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.main_content_classlist  li {
	padding-bottom: 18px;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
}
.info{
	background-color:#fff;
	padding:16px 29px 17px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	margin-bottom: 24px;
	-webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.info:after { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
}
.info:after, 
.info:before { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.info:after { 
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #fff; 
	border-width: 14px; 
	margin-left: -14px;
} 
.info:before { 
	border-color: rgba(106, 144, 182, 0); 
	border-top-color: #6A90B6; 
	border-width: 16px; 
	margin-left: -16px; 
}
.unit_content .main_content_left{
	width:49%;
}
.unit_content .main_content_right{
	width:49%;
	padding-right: 0;
}
form {
	border:none;
}
.box_header_title{
	padding:9px 10px 9px 20px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor:pointer;
}
.box_header_title.open{
	background:url("../images/icons/unit_header_icon_open.png") no-repeat scroll 97.5% 8px #1e65ad;
}
.box_header_title.close{
	background:url("../images/icons/unit_header_icon_close.png") no-repeat scroll 97.5% 8px #1e65ad;
}
.box_header_title p{
	font-size:97%;
	font-weight: bold;
	margin: 0;
	color: #FFFFFF;
}
.box_outputcontent {
	font-size: 90%;
}
.box_outputcontent table{
	border-spacing: 0;
	width:100%;
    border-collapse: collapse;
}
.box_outputcontent table td{
	padding: 6px 18px 5px 18px;
	width: 50%;
	border-bottom: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}
.box_outputcontent table td.right{
	border-right: 0;
}
.box_outputcontent table tr:last-child td{
	border-bottom: 0;
}
.box_outputcontent sup{
	font-size: 80%;
}
form {
	margin: 0px;
	padding: 0px;
}
input[type="submit"]
{
	font-family: 'Ubuntu-Medium', sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
}
input, textarea
{
	padding-left: 2px;
	padding-top: 0px;
	margin: 0px;
	color:#424242;
}
.error{
	display: none;
	color: red;
    line-height: 160%;
    padding: 10px 0;
}
.page_not_found_error{
	color: red;
    line-height: 160%;
    padding: 10px 0;
}
.uc_qc_expression_wrapper{
	position:relative; 
	display: inline-block;
}
.uc_qc_expression_wrapper > div{
	position: absolute;
    right: 28px;
    top: 34px;
	cursor:pointer;
	z-index: 2;
}
.home_form_text{
	display: none;
	position: absolute;
	z-index:2;
	background-color:#fdeee0;
	border-top:1px solid #f8f8f8;
	border-left:1px solid #f8f8f8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:15px;
	margin-bottom: 20px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	left: -176px;
	cursor:default;
	font-size:78%;
}
.home_form_text:after, .home_form_text:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.home_form_text:after {
	border-color: rgba(253, 238, 224, 0);
	border-bottom-color: #fdeee0;
	border-width: 10px;
	margin-left: -10px;
}
.home_form_text:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 11px;
	margin-left: -11px;
}
.home_form_text ul{
	list-style: outside;
	padding: 0;
    width: 324px;
	padding-left: 16px;
}
#uc_qc_expression{
	width: 69%;
	margin: 20px 16px 4px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	border: 1px solid #ef8421;
	box-shadow: 0 0 0 4px rgba(239, 132, 33, 0.55),
	inset 1px 1px 5px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(239, 132, 33, 0.55),
	inset 1px 1px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow:    0px 0px 0px 4px rgba(239, 132, 33, 0.55),
	inset 1px 1px 5px 1px rgba(0,0,0,0.15);
	height: 42px;
	font-size: 16px;
	padding:3px 32px 0 32px;
	background:url('../images/icons/search_icon.png') no-repeat scroll 8px 13px transparent;
}
#uc_qc_expression:focus{
	outline: 0;
}
#uc_qc_expression_submit{
	height: 45px;
	top: 1px;
	position: relative;
	padding: 0 17px 0 55px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	border:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:url('../images/icons/convert_icon.png') no-repeat scroll 17px 12px #ef8421;
	cursor: pointer;
}
#uc_unitSelection #uc_qc_expression_submit{
	background-position: 17px 8px;
    height: 37px;
    top: 1px;
	font-size: 15px;
}
.box{
	margin-bottom:21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
}
.box > span{
	display:inline-block;
}
#main_input .box{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-bottom:0;
	overflow: visible;
}
.box_outpcontent_left{
	text-align: left;
}
 
.box_outpcontent_right{
	text-align: right;
}

.socialBookmark {
  padding:10px 10px 10px 18px;
}

.child_element {
	margin-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	display:inline-block;
}

.margin_left_auto {
	margin-left: auto;
}

.margin_right_auto {
	margin-right: auto;
}
.bg_white {
	background-color: #fff;
}
.bg_orange {
	background-color: #fdeee0;
}

#google_left_bottom{
  margin-top: 10px;
  margin-left: 1px;
}

#google_header_main {
  padding-bottom: 10px;
}

#google_content_center {
  margin: 20px 0;
  text-align: center;
  overflow:hidden;
}

#ad_content_bottom {
  margin: 20px 0 30px 76px;
}

#google_right_top {
	position: relative;
	left: 0px;
}

#forum {
    background-color: #fff;
    padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
}
.safari #forum {
    background-color: #fff;
    margin-bottom:20px;
}

.post_body{
  padding:5px;
}

.post_comment_section {
  background:white;
}

.single_comment {
  padding:10px;
  border-style:solid;
  border-width:1px 0 0 0;
  border-color:#CCCCCC;
}

.comment_form {
  padding:10px;
  border-width:1px 0 0 0;
  border-style:solid;
  border-color:#CCCCCC;
}
.social_fixed_container{
	position:absolute;
	right:0;
	top:109px;
	width: 26px;
	padding: 8px 10px 10px 9px;
	background-color:#fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
	overflow:hidden;
	z-index:2;
}
.info_title h2{
	margin-top:0;
	margin-bottom: 10px;
}
.info_form{
	padding:0 0 10px 0;
}
.info_form input[type="text"], 
.info_form select {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	border: 1px solid #ef8421;
	box-shadow: 0 0 0 4px rgba(239, 132, 33, 0.55),
	inset 1px 1px 5px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(239, 132, 33, 0.55),
	inset 1px 1px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow:    0px 0px 0px 4px rgba(239, 132, 33, 0.55),
	inset 1px 1px 5px 1px rgba(0,0,0,0.15);
	margin-right: 15px;
	padding:5px 10px;
}
.info_form input[type="text"]{
	padding: 6px 10px;
}
.info_form select {
	#background: url("/images/icons/lang_arrow_icon.png") no-repeat scroll 96.5% center transparent;
}
.info_text{
	font-size:87%;
	line-height: 18px;
	padding-bottom: 6px;
}
.socail_links{
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 90%;
	margin-right: 8px;
	color: #1e65ad;
	cursor:pointer;
}
.socail_links span{
	padding-left: 24px;	
	background:url('../images/icons/share_icon.png') no-repeat scroll 0 0 transparent;
}
.info .social_fixed_container{
	right: 99999px;
	top: -35px;
	width: 122px;
	padding:6px 0 6px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
	position:absolute;
	overflow:visible;
}
.info .social_fixed_container:after, 
.info .social_fixed_container:before { 
	top: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.info .social_fixed_container:after { 
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #fff; 
	border-width: 8px; 
	margin-left: -8px; 
} 
.info .social_fixed_container:before { 
	border-color: rgba(229, 229, 229, 0); 
	border-top-color: #e5e5e5; 
	border-width: 11px; 
	margin-left: -11px; 
}
.fb-like-container,
.g-plusone-container,
.twitter-container,
.linkedin-container{
	height: 29px;
    width: 28px;
	overflow:hidden;
	margin-bottom: 11px;
}
.fb-like-container-small,
.g-plusone-container-small,
.twitter-container-small,
.linkedin-container-small{
	float:left;
	width: 23px;
	height: 23px;
	overflow:hidden;
	margin-right:6px;
	margin-bottom:0;
}
.g-plusone-container-small{
	margin-right:0;
}
.fb-like-container .fb-like,
.g-plusone-container > div,
.twitter-container .twitter-share-button,
.linkedin-container .IN-widget,
.fb-like-container-small .fb-like,
.g-plusone-container-small > div,
.twitter-container-small .twitter-share-button,
.linkedin-container-small .IN-widget{
	opacity:0;
}
.fb-like-container{
	background:url('../images/icons/facebook_icon.png') no-repeat scroll top left transparent;
}
.g-plusone-container{
	background:url('../images/icons/google_plus_icon.png') no-repeat scroll top left transparent;
	margin-bottom:0;
}
.twitter-container{
	background:url('../images/icons/twitter_icon.png') no-repeat scroll top left transparent;
}
.linkedin-container{
	background:url('../images/icons/linkedin_icon.png') no-repeat scroll top left transparent;
}
.fb-like-container-small{
	background:url('../images/icons/facebook_icon_small.png') no-repeat scroll top left transparent;
}
.g-plusone-container-small{
	background:url('../images/icons/google_plus_icon_small.png') no-repeat scroll top left transparent;
	margin-bottom:0;
}
.twitter-container-small{
	background:url('../images/icons/twitter_icon_small.png') no-repeat scroll top left transparent;
}
.linkedin-container-small{
	background:url('../images/icons/linkedin_icon_small.png') no-repeat scroll top left transparent;
}
#footer {
	background-color: #fff;
	text-align: center;
	height: 17px;
	padding: 22px 0 22px;
	-webkit-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.15);
	font-size: 78%;
	position:fixed;
    bottom:0;
	left:0;
	right:0;
}
#footer_nav{
	float: left;
	text-align: left;
}
#footer_nav a {
	padding-right: 3px;
	letter-spacing: 0.5px;
	padding-left: 2px;
}
#footer_nav a:first-child {
	padding-left: 0px;
}
#footer_copyright{
	float: right;
	text-align: right;
	word-spacing: 2px;
	letter-spacing: 0px;
}
@media screen and (max-width: 1100px) {
	.wrapper{
		width:auto;
		margin: 0 60px;
	}
}
@media screen and (max-width: 960px) {
	img{
		max-width:100%;
	}
	#footer_nav,
	#footer_copyright{
		float:none;
		text-align:center;
	}
	#footer_nav{
		padding-bottom:15px;
	}
	#footer{
		height:auto;
	}
	.container {
		margin: 0 0 120px;
	}
}
@media screen and (max-width: 885px) {
	.info_form input[type="text"]{
		width:20%;
	}
	.info_form select{
		width:34%;
	}
	.info_form #uc_cat{
		margin-right:0;
	}
	.info_form input[type="submit"]{
		display: block;
		margin:20px auto 5px;
	}
}
@media screen and (max-width: 740px) {
	.wrapper > h1 img,
	.wrapper > h2 img{
		display:none;
	}
}
@media screen and (max-width: 682px) {
	.info_form input[type="text"]{
		width:18%;
	}
}
@media screen and (max-width: 672px) {
	.main_content_left,
	.unit_content .main_content_left,
	.main_content_right,
	.unit_content .main_content_right{
		width: 100%;
		padding-right: 0px;
	}
	
	.wrapper > h1 img,
	.wrapper > h2 img{
		display:none;
	}
	.home_form_text{
		left:-97px;
	}
	.home_form_text ul{
		width:164px;
	}
	#uc_qc_expression{
		margin-bottom: 20px;
	}
	#main_input #uc_qc_expression_submit{
		margin: 0 auto;
		display: block;
	}
}
@media screen and (max-width: 635px) {
	#language_change{
		display:none;
	}
}
@media screen and (max-width: 615px) {	
	#header {
		height: auto;
	}
	.info_form input[type="text"], .info_form select{
		display: block;
		width: 91%;
	}
	.info_form select{
		display: inline-block;
		width:46%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 560px) {
	.wrapper{
		width:auto;
		margin: 0 20px;
	}
}
@media screen and (max-width: 480px) {
	.container {
		margin: 0 0 175px;
	}
	#footer{
		font-size:110%;
	}
	#footer_nav a {
		padding-left: 10px;
		padding-right: 10px;
		line-height: 180%;
	}
	.home_form_text{
		left:-77px;
	}
	.home_form_text ul{
		width:126px;
	}
	.info_form input[type="text"]{
		width: 91%;
	}
}
@media screen and (max-width: 434px) {
	#mobile_language_menu{
		display: inline-block;
		margin-top: 9px;
	}
	#language_change, #lanquages_selected{
		display: none;
	}
	#lanquages_select ul{
		margin-top: 11px;
	}
}
@media screen and (max-width: 360px) {
	.info_form select{
		display: block;
		width:100%;
	}
	#header_logo{
		width: 268px;
	}
	#header .wrapper{
		padding: 0;
		width: 300px;
	}
}
@media screen and (max-width: 320px) {
	.wrapper{
		width:280px;
		margin: 0 auto;
		padding:0 10px;
	}
}
@media screen and (max-height: 640px){
	#footer{
		position:relative;
	}
	.container {
		margin: 0;
	}
}
