@font-face {font-family: danb; src:url(../fonts/dan/regular.ttf);}
@font-face {font-family: danbo; src:url(../fonts/dan/bold.ttf);}
* {
	padding:0px;
	margin:0px;
}
body {
	color: #333;
	font-family:danb, arial, sans-serif, Times !important;
	font-size:15px;
	direction:ltr;
	background:#f9fafc;
}
/*body{
background-image: -ms-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
background-image: -moz-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
background-image: -o-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
background-image: -webkit-gradient(radial, center center, 0, center center, 497, color-stop(0, #FFFFFF), color-stop(1, #D6D6D6));
background-image: -webkit-radial-gradient(center, circle farthest-corner, #FFFFFF 0%, #D6D6D6 100%);
background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #D6D6D6 100%);
}*/
a {
	text-decoration:none;
	 color:#FF2E12;
}


#search-form {
      width: 77%;
    margin: 0px auto;
}



#wrapper {
	width:100%;
	margin:0px;
}
#main_wrapper {
    direction: ltr;
	padding-top:80px;
	padding-bottom:20px;
	min-height:500px;
	max-width:1180px;
	padding-left: 114px;
	padding-right:10px;
    margin: 0 auto 0;
    margin: 0px auto;
}
#main_content {
    min-height:500px;
    padding:20px;
}
#main_footer {
	width:100%;
	min-height:100px;
	text-align:center;
	color:#555;
}
.attention {
	color:#FFF;
	height:20px;
	text-align:center;
	z-index:20;
	width:100%;
	font-weight:bold;
	font-size:19px;
	background-color:#F00;
	padding: 5px 7px;
	border:2px solid #F04;
	-webkit-transition:all 1s linear;
	transition:all 1s linear;
	border-radius:0px 5px 0px 5px ;
	opacity:0.9;
}
input:focus {
	outline:1px solid #888;
	border: 1px solid transparent;
}
textarea:focus {
	outline:1px solid #888;
	border: 1px solid transparent;
}
.TField {
	width:350px;
    height:40px;
    padding-right: 15px;
	border:1px solid #E0DFDF;
	padding-left:6px;
	font-size:17px;
	font-family:danb, Geneva, sans-serif;
    border-radius: 7px 7px 0 0;
}
.TField:focus {
    outline:none;
    border: 1px solid #66666696;
}
select:focus {
	outline:1px solid #888;
	border: 1px solid transparent;
}
.short_text_area {
	width:330px;
	height:30px;
	display:block;
	padding:7px 14px;
	border:1px solid #DDD;
	margin:0px 0px 10px;
	resize:none;
}
.long_text_area {
    min-width: 98%;
    min-height: 150px;
    padding: 7px 14px;
    border: 1px solid #DDD;
    margin: 0px 0px 10px;
    resize: vertical;
}
.smla {
    min-height: 36px;
	max-height:50px;
}
.sism {
	display:block;
	width:100%;
	height:55px;
    z-index: 2;
	background-color:#FFF;
	border-bottom:4px solid #f22836;
	position:fixed;
}
.sism div {
    direction: rtl;
    width: 75%;
    margin: 0px auto;
    margin-top: 5px;
}
}
.sism div a {
	display:inline-block;
	color:#333;
    text-align: center;
    padding: 15px 16px;
    text-decoration: none;
    font-size: 18px;
    height: 19px;
	transition:all 0.3s linear 0s;
    line-height: 20px;
}
/*.sism div a:hover, a.ab {
	color:#FFF !important;
	background-color:#f22836;
}*/
#menubtn {
	margin-top:0px !important;
}
#menubtn div {
	outline:#FFF;
}
#menubtn {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 30px;
    margin-top: 5px;
    padding: 5px 15px;
    cursor: pointer;
    transition: background 0.3s linear 0s;
}
#menubtn > div {
    width: 30px;
    height: 5px;
    background: #f22836;
    border: 1px solid #FFF;
    margin: 4px 0px;
    border-radius: 5px;
    transition: background 0.3s linear 0s;
}
.selector input[type=checkbox] {display:none;}
.selector span {
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #f22836;
    float: left;
    margin-top: 8px;
    font-size: 1em;
    border: 1px solid rgba(224,224,224,0.46);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-family: danb, 'Open Sans', sans-serif, Times;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: background-color 150ms ease-in;
    -moz-transition: background-color 150ms ease-in;
    -ms-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in;
    border-radius: 50px;
}

.selector span:hover {
	background-color:#f22836;
	color:#FFF;
}
.clearme {
	clear:both;
	margin-bottom:10px;
    height: 10px;
}
.selector input[type=checkbox]:checked + span, input[type=checkbox]:hover + span {
background-color:#f22836;
color:#FFF;
}
/*.selector input[type=checkbox]:checked + span, input[type=checkbox]:hover + span {
background-color:#f22836;
color:#FFF;
text-decoration:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:#f22836 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
background-size:15px 13px;
}*/
/*.selector input[type=checkbox]:checked:hover + span {
background-color:#f22836;
color:#FFF;
text-decoration:none;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
background:#f22836 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
background-size:15px 15px;
}*/
.button {
    position: fixed;
    left: 70px;
    bottom: 25px;
    display: block;
    border-radius: 4px;
    background-color: #f22836;
    border: none;
    font-family: dand, Arial, sans-serif !important;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    width: 127px;
    height: 60px;
    margin: 5px;
    margin-top: 40px;
}
.button span {
    font-family: danb, arial, sans-serif, Times !important;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.button:hover span:after {
    opacity: 1;
    right: : 0;
}
.button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0px;
    transition: 0.5s;
}
.button:hover span {
    padding-right: 25px;
}
blockquote {
    display: block;
    background: #fff;
    padding: 15px 45px 15px 20px;
    margin: 0 0 20px;
    position: relative;
    font-size: 15px;
    word-spacing: 3px;
    line-height: 2;
    color: #666;
    font-weight: bold;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    border-right-style: solid;
    border-right-width: 15px;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #ed5565;
    border-left-color: #da4453;
}
blockquote::before {
    content: url(../../img/open_quote.png);
    position: absolute;
    right: 10px;
    top: 10px;
}
blockquote::after {
    content:url(../../img/close_quote.png);
    position: absolute;
    left: 5px;
    bottom: 0px;
}


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none;
}
/* Custom Select */
.select {
  position: relative;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #f22836;
  overflow: hidden;
  border-radius: .25em;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px 0 0;
  color: #fff;
  cursor: pointer;
}
select:focus {
	outline:none;
}


select::-ms-expand {
  display: none;
}
.nsty {
    text-align: center;
    margin: 0px auto;
    color: #F22836;
    text-align: center;
    background-color: #FFF;
    font-size: 20px;
    font-family: danbo;
    padding: 4px;
    max-width: 230px;
    border-radius: 10px;
	transition:all linear 0.2s;
}
.nsty:hover {
    color: #FFF;
    background-color: #F22836;
	
}
.tempis {
	text-align:center;
}
.tempis a {
	display:inline-block;
	text-align:center;
	padding:0px 10px;
}
.tempis a:hover {
	color: #FFF;
	background-color:#F22836
}


#radios div {
    float: left;
    height: 60px;
    margin: 0px auto;
    display: inline-block;
}

#radios label {
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #f22836;
    float: right;
    margin-top: 8px;
    font-size: 1em;
    text-indent: 1px;
    border: 1px solid rgba(224,224,224,0.46);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
    font-family: danb, 'Open Sans', sans-serif, Times;
    text-align: center;
    width: 215px;
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: background-color 150ms ease-in;
    -moz-transition: background-color 150ms ease-in;
    -ms-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in;
}
#radios label:hover {
	color:#FFF;
	background-color:#f22836;
}
#radios input {
    visibility:hidden;
    display: none;
}
label {
    cursor: pointer;
}
input.radio:empty {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input.radio:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 3px;
    background: #f22836;
    border-radius: 3px;
}
/* toggle hover */
input.radio:not(:checked) ~ label:before {
 transition: background-color 150ms ease-in;
}
input.radio:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: 1px;
    color: #ffffff;
    width: 50px;
    transition: all 150ms ease-in;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
    content: '\2714';
    text-indent: 1px;
	color:#FFF;
    width: 50px;
    background: #f22836;
}
input.radio:checked ~ label {
	color:#FFF !important;
    background: #f22836 !important;
}

input.radio:checked {
	color:#f22836;
    background: #FFF;
}

input.radio:checked ~ label {
	color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}
input.radio:hover, input.radio:focus {
	color:#FFF;
    background: #f22836;
}
@media all and (max-width: 1200px) {
	/* #menubtn { display:block;}
	#mnholdr { position: fixed; right: -120%; top: 50px; width: 100%; z-index:2; height: auto; background: #F5F5F5; transition: right 0.25s ease-out 0.2s; z-index: 50;}
	#mnholdr a { display:block; width:100%;} 
	#main_wrapper { padding:0px; }*/
  #search-form { width:100%}
  #landcruiser {font-size: 14px;}
  #main_wrapper {padding:0; margin:0px auto; width:100%}
  .list-container.active .more-button-list {display:none;}
	.fr-toolbar.fr-top{z-index:1;}
  #genuine {display:none !important;}
	#main_content {     padding: 10px; padding-top: 80px;}
	.long_text_area { min-width: 92%;}
	tr:nth-of-type(odd) { background: #F9F9F9 !important;}
}

