html {
  height: 100%;
  box-sizing: border-box;
}
body {
	font-family: 'Roboto', sans-serif!important; 
	background:#FFF;
	position: relative;
	min-height: 100%;
}
header { background:#fff; position:relative; z-index:4;/*height: 84px;*/}
header .container { /*height: 84px; */}
header ul { float:right;}
header ul  li { float:left; -webkit-transform: skewX(-12deg);transform: skewX(-12deg);}
header ul li a { padding: 20px 20px!important; color:#fff; text-transform: uppercase; font-size:16px; font-weight:bold;}
.logout a {
	background: #DDD;
	margin-left:-3px;
}
header ul li a:hover { color:#fff; text-decoration:none; background:none!important;}
.logout a:hover {
	opacity:0.8;
	background: #DDD!important;
}
header ul.nav > li > a.nofocus:focus {
    text-decoration: none;
    background: none!important;
	color:#FFF;
}
.caption { 
	font-size:50px;
	color:#193C50;
	position:relative;
	z-index:9;
	float: left;
	top: 200px;
	font-weight: bold;
	text-shadow: 2px 0px;
}
.buttons.affix {
	top:0px;
	z-index:444444;
}
img.change_logo { width:100%; }
#error_name_box { 
	color:#ea5745;
	margin-top:5px;
}
.fielderror {
	padding:0px;
	border:1px solid #ea5745!important;
	box-shadow: inset 1px 1px 4px #ea5745;
	-moz-box-shadow: inset 1px 1px 4px #ea5745;
	-webkit-box-shadow: inset 1px 1px 4px #ea5745;
	background: #ffab99;
}
.success {
	color:#3B9F55;
	border:1px solid #3B9F55;
	padding:5px;
	text-align:center;
	width:100%;
	clear: both;
	margin-top: 35px;
}
.yes_its_free {
	color:#3B9F55;
}
.error {
	color:#DA2550;
	border:1px solid #DA2550;
	padding:5px;
	text-align:center;
	width:100%;
	clear: both;
	margin-top: 35px;
}
footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
  box-shadow: 0px 0px 3px 0px #000;
}
.bgred { background:#DA2550; }
.bgblue { background: #193C50}
.bgrey { background:#EEE;}
.bgred:hover, .bgblue:hover { opacity:0.7; text-decoration:none; color:#FFF;}
.toright { float:right;}
.slider .center-text {position:relative;font-size: 6rem;font-weight: 700;color:#fff; text-align:center;}
.textred {color:#FC0F3E;}
.slider {
	position: relative;
	z-index: 0;
	height: 900px;
	/*background: linear-gradient(to left, #193C50, #DA2550);*/
	display: table;
	width: 100%;
}
.modal .preinfo {
	font-size: 17px;
	line-height: 1.4;
	color: #222;
	text-align: center;
	padding: 46px 35px;
}
.modal button {
	display: block;
    float: left;
    cursor: pointer;
    text-align: center;
    width: 50%;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    padding: 0 10px;
    transition: color .2s,background-color .2s;
    box-sizing: border-box;
	border:none;
	height:40px;
}
.modal .dissmis {
	background: #ddd;
	color: #666;
}
.slider:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover; 
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	/*opacity: 0.2;
	z-index: -1;*/
	background-image: url("../images/main.jpg");
	background-position-y: -63px;
}
.content {
	background:#FFF;
	padding:20px;
	font-size:16px;
	box-shadow:0px 0px 3px 0px #DDD;
	border:1px solid #ddd;
	width:100%;
}
.nopadding {
	padding:0px;
}
.whitecontent {
	background:#fff;
}
.search-form {
	background:#133548;
	padding: 30px 0px 30px 0px;
}
.search-form  input {
	width:100%;
	padding:10px;
	font-size:16px;
}
button.search {
	padding:20px;
	text-transform:uppercase;
	font-size:19px;
	color:#FFF;
	border:1px solid #DA2550;
	position:absolute;
	margin-top:-12px;
	font-weight:bold;
}
.newest {
	color:#133548;
}
.seemore {
	margin-bottom:15px;
	margin-top:20px;
}
.seemore:hover {
	text-decoration:none;
	color:#FFF;
}
.center {
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 15px 20px;
	color: #FFF;
	border:none;
	text-decoration:none;
}
.search-list {
	position:static!important;
	top:0px;
}
.search-content {
	background:#EEEEEE;
	padding:40px 0px;
}
.box {
	border: 1px solid #ddd;
	box-shadow:0px 0px 3px 0px #ddd;
	margin-top:100px;
}
.box .header {
	background:#FAFAFA;
	padding:20px 30px;
	font-weight:bold;
	border-bottom:1px solid #DDD;
	font-size:20px;
	color:#193C50;
}
.line {
	padding:25px 30px;
}

.line input[type="text"], .line input[type="password"] {
	border:1px solid #DDD;
	padding:5px; width:100%;
}
.line .lab {
	color: rgba(0,0,0,0.6);
	font-size:16px;
	padding:10px;
}
.box .line.grey {
	background:#FAFAFA;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.bggrey {
	background:#FAFAFA;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.box .line a {
	color: rgba(0,0,0,0.4);
}
.href {
	color: rgba(0,0,0,0.4);
}
.box .row {
	margin-left:0px;
	margin-right:0px;
}
.box .line a:hover, .divlist .advicon a:hover {
	text-decoration:none!important;
	color: #193C50!important;
}
.line .button {
	border: none;
    padding: 12px 25px;
    font-size: 14px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
	display: block;
	font-weight:bold;
	margin-top:20px;
}
.left-menu { 
	list-style-type:none;
	padding-left:0px;
	position: relative;
	left: 1px;
	z-index: 9;
}
.left-menu li {
	padding:15px;
	color:#193C50;
	font-size:19px;
	cursor:pointer;
	border-bottom:1px solid #ddd;
	text-align:right;
	border-right:1px solid #ddd;
}
.left-menu .active {
	border-right:1px solid #FFF;
	background-image:url("../images/menu-left-active.png");
	background-size:100%;
}
.left-menu li.active:first-child {
	border-top:1px solid #DDD;
}
.left-menu li a {
	color:#193C50;
}
.left-menu li a:hover {
	text-decoration:none;
}
.noactive {
	display:none;
}
.title { font-weight:bold; padding:10px 0px;padding: 25px 0px 30px 0px; color:#1B3E51;}
.box { min-width:500px; max-width:700px; width:80%; margin-left:auto; margin-right:auto;}
table.simple  {
	width:100%;
}
table.simple a {
	color:#193C50;
}
table.simple a:hover {
	text-decoration:none;
	color:#000;
}
table.simple .header td {
	background: #FAFAFA;
}
table.simple td {
	text-align:center;
	border:1px solid #EEE;
	padding:10px;
}
.applybox {
    margin-bottom: 1px;
    z-index: 2;
    width:inherit;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    padding: 5px;
	top:0px;
	 -moz-box-sizing: border-box:
    box-sizing: border-box:
}
.applybox .error {
	margin-top: 10px;
	display: table;
	margin-bottom: 10px;
}
.adv {
	margin:30px 0px;
	background-color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
	width:100%;
}
.wraper {
	margin-bottom:30px;
}

.applybutton, .applybutton-success, .offert-noactive {
    padding: 19px 99px 17px 103px;
    width: 100%;
    background-color: #56aa29;
    color:#FFF;
	line-height: 52px;
	font-size: 32px;
	text-align: center;
    border-radius: 3px;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 67px;
    padding: 0;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.15) inset;
    border: 1px solid #2fab41;
    padding-top: 5px;
    white-space: nowrap;
	text-transform: uppercase; 
}
.applybutton-success {
		font-size:16px;
}
.offert-noactive {
	background: #DA2550;
	border:1px solid #DA2550;
	cursor:default;
}
.offert-noactive:hover {
	color:#FFF;
	text-decoration:none;
}
#avatarImage {
	display: block;
	width: 120px;
	height: 120px;
	box-shadow: 0 0 12px #b3b3b3;
	background-color: #fff;
	border-radius: 100%;
	overflow: hidden;
	background-size: 100%;
	border: 6px solid #fff;
	position: relative;
	margin: 1em auto;
	background-size: auto 100%!important;
	background-position: center!important;
}
.showphone {
	font-size: 15px;
	text-align: center;
	float: right;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	padding: 10px;
	border-bottom: none;
	position: relative;
	top: 0px;
	left: 1px;
	z-index: 1;
	background: #F9F9F9;
	cursor:pointer;
}
.usercard {
	width: 100%;
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0,0,0,0.2);
	text-align: center;
	margin-bottom: 2em;
	font-size: 16px;
	padding-top: 1px;
	clear:both;
}
.applybutton:hover {
    background-color: #63B836;
	text-decoration:none;
	color:#FFF;
}
.username {
	color: #333;
	display: block;
	padding: 0 1em;
	word-wrap: break-word;
}
.about {
	color: #a6a9ac;
	word-wrap: break-word;
	padding: 0 1em;
	margin-top: .5em;
	font-size: 0.9em;
	padding-bottom:15px;
}
.divlist .adverttitle {
	width: 100%;
	display: block;
	color:#193C50;
	font-weight:bold;
}
.divlist a.adverttitle:hover {
	text-decoration:none;
	color: #000;
}
.divlist .place {
	color:#193C50;
	width:100%;
	display:block;
}
.divlist .advicon {
	margin-top:5px;
}
.divlist .advicon a {
	color: rgba(0, 0, 0, 0.5);
	margin-right: 19px;
	font-size: 13px;
}
.divlist .advicon a:before {
	margin-right: 5px;
}
.divlist .refresh a {
	border: 1px solid #ddd;
    box-shadow: 0px 0px 3px 0px #;
    border-radius: 5px;
    color: #000;
	background:#EEE;
	padding:5px 10px;
	float:left;
}
.sharer {
	color: rgba(0,0,0,0.4);
	font-size: 12px;
}
.sharer .fa-facebook-official {
	color:#3B5998;
}
.sharer .fa-twitter-square {
	color:#1A95E0;
}
.sharer .fa {
	position: relative;
	top: 2px;
	font-size:16px;
}
.divlist .refresh {
	padding-left:0px;
}
.divlist .refresh a:hover {
	color:#000;
	text-decoration:none;
	background: #F3F3F3;
}
.divlist .refresh span {
	color: #A6A6A6;
	font-size:12px;
}
.divlist .refresh a:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-family: FontAwesome;
	content: "\f021";
	padding-right:5px;
}
.divlist .statistic {
	font-size: 12px;
	color: rgba(0,0,0,0.4);
	margin-right:20px;
}
.divlist .statistic:before {
	padding-right:5px;
}
.divlist .promote a {
	border: 1px solid #CFA900;
    box-shadow: 0px 0px 3px 0px #;
    border-radius: 5px;
    color: #000;
	background:#FED803;
	padding:5px 10px;
	float:right;
}
.divlist .promote a:hover {
	color:#000;
	text-decoration:none;
	background: #FFE10C;
}
.divlist .promote a:before {
	content: "\f0a1";
	font: normal normal normal 14px/1 FontAwesome;
	font-family: FontAwesome;
	padding-right:5px;
}
.divlist .favatar{
	width:40px
}
.statline {
	clear:both;
	padding: 14px 0px;
}
.balance {
	float: right;
	position: relative;
	top: -65px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #ddd;
	border-bottom:none;
}
.text-balance {
	float:left;
	color: rgba(0,0,0,0.4);
	margin-right:10px;
	text-align:center;
}
.text-balance i{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
}
.green { 
	color:#56AA29;
}
.regcaption {
	text-align:center;
	color:#193C50;
}
.balance .deposit, .bgreen  {
	background-color: #56aa29;
    color:#FFF;
	font-size: 32px;
	text-align: center;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 1px 0px rgba(255,255,255,0.15) inset;
    border: 1px solid #2fab41;
    padding: 9px 7px;
    white-space: nowrap;
	text-transform: uppercase;
	cursor:pointer;
}
.content .line {
	clear:both;
}
.change_logo {
	cursor:pointer;
}
.search-list  .adv-img {
	height:200px;
	line-height: 200px;
	text-align: center;
	border-right:1px solid #DDD;
	background-size: auto 100%!important;
	background-position: center!important;
	padding:0px;
	background-repeat: no-repeat!important;
}
.search-list  .adv-img a {
	float: left;
	width: 100%;
}
.sarch-list .adv-img img {
	width:100%;
}
.search-list .category  a {
	background:#DA2550;
	position: relative;
	float: left;
	padding: 5px 10px;
	display: inline-block;
	color:#FFF;
	line-height: 18px;
	font-size: 10px;
	font-weight: 700;
	left:-15px;
}
.search-list .category  a:hover {
	text-decoration:none;
	opacity: 0.7;
}
.timeadd { 
	margin-top:5px;
	color: #bebebe;
}
.timeadd span {
	color: #7f7f7f;
}
.search-list .details h1 {
	margin-top: 5px;
    margin-bottom: 5px;
    line-height: 0px;
}
.search-list .details h1 a{
	color: #192b33;
	font-size: 20px;
	font-weight: 400;
	line-height: 29px;
}
.search-list .details h1 a:hover {
	text-decoration:none;
	color:#133548;
}
.search-list .row {
	background:#FFF;
	border: 1px solid #DDD;
	box-shadow: 0px 0px 4px 0px #DDD;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	margin-top:20px;
	margin-left:0px;
	margin-right:0px;
}
.search-list .row .tag {
	float: left;
	padding: 4px;
	background: #F9F9F9;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
    margin-right: 8px;
	margin-bottom:6px;
}
}
.search-list h1 {
	line-height:15px;
}
.search-list .tags {
	height:110px;
	overflow:hidden;
}
.others {
	border-top: 1px solid #ebebeb;
	padding-top: 5px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 17px;
	clear:both;
	position:relative;
	background:#FFF;
}
.others span {
	margin-top: -3px;
	display: block;
}
.others .location a {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	margin-top:10px;
}
.others .location a:hover  {
	color:#DA255!important;
}
.filtr-form {
	background:#F4F4F4;
	clear:both;
	padding:20px 0px;
	margin-left:0px;
	margin-right:0px;
}
.filtr-form input {
	width:100%;
	padding:10px;
	font-size:11px;
}
.filtr-form .sel {
	padding-bottom:20px;
}
.direction {
	background:#193C50;
	border:1px solid #193C50;
	color:#FFF;
	float:left;
	padding:5px 4px;
	margin-top:10px;
	font-size:9px;
	text-align:center;
	cursor:pointer;
}
.direction:hover {
	opacity:0.8;
}
.direction.active {
	background:#FFF;
	color:#193C50;
}
.totalfound {
	clear:both;
	position:relative;
	top:10px;
}
.totalfound strong {
	float:right;
}
.row {
	margin-left:0px;
	margin-right:0px;
}
.pages {
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top:40px;
}
.pages a {
	float:left;
	display: table;
	background: #fff;
	padding: 15px 20px;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	color: #535353;
	margin-right:-1px;
}
.pages a:hover {
	border-color: rgba(0,0,0,.5);
	color: #212121;
	text-decoration:none;
}
.pages a.active {
	background:#193C50;
	color:#FFF;
	cursor:default;
}
.add .field input {
	margin-top:7px;
}
.information-box {
	background:#EEE;
	border:1px soolid #DDD;
	box-shadow:0px 0px 3px 0px #DDD;
	padding:10px;
	margin-top:30px;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 26px;
}
.information-box .button {
	display:table;
	margin-left:auto;
	margin-right:auto;
	padding:5px 10px;
	color:#FFF;
}
.information-box .button:hover {
	text-decoration:none;
}
.button-next {
	padding: 10px;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	cursor:pointer;
	top:0px;
	width:inherit;
}
.add .bootstrap-select {
	width:100%!important;
}
.add {
	padding-bottom:150px;
}
.add textarea {
	border: 1px solid #DDD;
	padding: 5px;
	width: 100%;
	height:300px;
}
.add .section {
	padding: 17px 0px 0px 40px;
	margin-bottom: -20px;
}
.add .section h4 {
	font-weight: bold;
	font-size: 18px;
}
.add .price {
	float:right;
	font-weight:bold;
}
.add .summary .price {
	width:100%;
	float:none;
	text-align:right;
	margin-bottom:10px;
}
.add .addon .field {
	padding-top:20px;
}
.princing .addon .field {
	padding:20px;
}
.add .brutto {
	display: block;
	font-size: 10px;
	position: absolute;
	right: 0px;
	margin-top: -33px;
	margin-right: -19px;
	color: #56AA29;
}
footer { background:#062639; padding:25px 0px;}
footer ul {list-style-type: none;}
footer li { float:left; padding:0px 20px;}
footer li, footer a { text-transform:uppercase; color:#B2BBB9}
footer a:hover { color:#DA2550;  text-decoration:none;}
.checkbox {
    padding-left: 20px
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    cursor: normal
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -25px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #F2F2F2;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -25px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    margin-left: -24px
}
.checkbox input[type="checkbox"]:checked+label::before {
    background-color: #193C50;
    border-color: #193C50;
}
.checkbox input[type="checkbox"]:checked+label::after {
    color: #fff
}
.checkbox input[type="checkbox"]:checked+label::after,
.checkbox .checkbox input[type="radio"]:checked+label::after {
    color: #fff;
    font-family: "FontAwesome";
    content: "\f00c"
}
.checkbox input[type="checkbox"]:disabled+label,
.checkbox .checkbox input[type="radio"]:disabled+label {
    opacity: 0.65
}
.checkbox input[type="checkbox"]:disabled+label::before,
.checkbox .checkbox input[type="radio"]:disabled+label::before {
    background-color: #eeeeee;
    cursor: not-allowed
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%
}
.checkbox.checkbox-inline {
    margin-top: 0
}
.checkbox .checkbox-primary input[type="checkbox"]:checked+label::before,
.checkbox .checkbox-primary input[type="radio"]:checked+label::before {
    background-color: #337ab7;
    border-color: #337ab7
}
.checkbox .checkbox-primary input[type="checkbox"]:checked+label::after,
.checkbox .checkbox-primary input[type="radio"]:checked+label::after {
    color: #fff
}
.checkbox.custom label::before {
    border: 1px solid #193C50;
    margin-top: -7px;
    width: 20px;
    height: 20px
}
.checkbox.custom label::after {
    left: 1px;
    margin-top: -5px
}
#pay  {
	margin: 10% auto;
	text-align: center;
	width: 500px;
}
.payborder {
	border: 3px solid #3B9F55;
	padding:20px;
}
.payborder h1 {
	color: #3B9F55;
	font-size:22px;
	text-align:center;
}
#pay .redcolor {
	border:3px solid #DA2550;
}
#pay .redcolor h1 {
	color:#DA2550;
}
.topay.addon {
	padding: 0px;
}
.topay.addon .field {
	padding: 16px 10px 0px 10px;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
}
.div-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.div-center .center {
	float:left;
	margin-left:10px;
}

.successful {
	background: #56AA29;
	opacity: 0.9;
	text-align: center;
	margin-top:-28px;
	margin-left: auto;
	margin-right: auto;
}

.successful span {
	display:table;
	font-size: 20px;
	color: #fff;
	position: relative;
	top: -45px;
	margin-left:auto;
	margin-right:auto;
}
.localization-list {
	background:#FFF;
	border: 1px solid #ddd;
	position:absolute;
	z-index:4;
}
.localization-list ul {
	list-style:none;
	padding-left:0px;
	margin-bottom:0px;
}
.localization-list ul li {
	font-size: 16px;
	padding: 10px;
	border:1px solid #DDD;
}
.localization-list ul li.select {
		cursor:pointer;
}
.localization-list ul li span {
	color: #aaa;
	font-size: 12px;
}
.selected-localization {
	position: absolute;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: -32px;
	background: #FFF;
	cursor:pointer;
	border-right:none;
}
.selected-localization span {
	color:#aaa;
}
.search-form  .selected-localization {
	margin-top: -44px;
	padding: 9px;
	font-size: 16px;
}

.filtr-form .selected-localization {
	margin-top: -38px;
	padding: 8px;
	width: 88%;
	border:1px solid #b3b3b3;
	border-right:none;
}
.ajaxform .btn-group {
	max-width:100%;
}
@media (min-height: 1500px) {
	.slider { height: 1700px; }

}

@media (min-width: 970px) {
	.sm-clear {clear:both;}
}

@media (max-width: 1680px) {
	.ajaxform .direction { width:100%; }
}
@media (max-width: 990px) {
	header .container  { width: 100%; }
	.clear-990 { clear:both;}
	.sm-clear: { clear:none; }
}
@media (max-width: 890px) {
	header .nofocus { font-size:13px; padding:20px 14px !important;}
}
@media (max-width: 767px) {
	.slider { display:none; }
	header .gotomainpage {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
	.applybuttons {
		width: 100%!important;
		left:0px;
	}
	header .container, .navigation-buttons {
		padding:0px;
	}
	header .nav {
		width: 100%;
		margin-bottom:22px;
	}
	header .nav li {
		transform: none;
	}
	header ul li {
		width: 100%;
		left:0px!important;
	}
	header ul.login  li {
		width:100%;
	}
	header ul li a {
		text-align:center;
	}
	.search-form .tapkey {
		padding-left:0px;
	}
	.search-form .search {
		position: static;
		margin-top: 29px;
		width: 100%;
	}
	.box {
		min-width:auto;
		width:90%;
	}
	.box .form-submit {
		margin-top:36px;
	}
	.box .field {
		padding-bottom:20px;
	}
	.information .balance {
		position:static;
		margin-top:0px!important;
	}
	.ajaxform .bootstrap-select{ width:100%!important;}
	.ajaxform input[name="localization"] { margin-top:20px; }
	.ajaxform .sel { padding-left:0px; padding-right:0px;}
	.ajaxform .direction { font-size:13px; }
}