/*
 * Design and Layout: Andrey Khaltamov aka BaNru / admin@g63.ru
 * Дизайн и Верстка: Андрей Халтамов [BaNru] / admin@g63.ru
 */

@import url(http://fonts.googleapis.com/css?family=Ubuntu:400,500&subset=cyrillic-ext,latin-ext);

/* reset v.0.003 beta :-) */

/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,
time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:top;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,
header,aside{display:block;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
sup{vertical-align:text-top;}
a,label,button,input[type='button'],input[type='checkbox'],input[type='radio'],
input[type='image'],input[type='reset'],input[type='submit']{cursor:pointer;}
/* /reset */

/* global */
html,body{min-height:100%;height:100%;}
html{background-color:#fff;}
body{color:#464646;font:100%/150% Ubuntu, 'Droid Sans', Tahoma, Verdana, Arial, sans-serif;width:100%;margin: 0 auto;}

a, .header_top li a.active,
.header_bottom .page a.active,
footer .serv li a.active,
.search_tabs input[type="radio"]:checked + label::before,
.page_title {
	color: #1B7FCB;
	text-decoration: none;
}
a:hover, .header_top li a:hover, .fav a:hover,
.header_bottom .page a:hover, .header_bottom .menu_user a:hover,
footer .page a:hover,
footer .serv li a:hover {
	color: #FFAA00;
	text-decoration: underline;
}
.header_top li a:hover, .fav a:hover,
.header_bottom .page a:hover, .header_bottom .menu_user a:hover,
footer a:hover,
footer .page a:hover,
footer .serv li a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight:normal;
	line-height:1.5em;
	/*text-align:center;*/
	margin: 2em 0 1em;
}
h1{font-size:1.8em;line-height: 1.67em;margin: 2.1em 0 1.2em;}
h2{font-size:1.6em;line-height: 1.873em;margin:1.9em 0 .9em;}
h3{font-size:1.4em;line-height: 2.145em;margin:2.11em 0 1.1em;}
h4{font-size:1.2em;}
h5{font-size:1em;}
h6,footer{font-size:.8em;}
h2+h3, h3+h4 {margin-top:0;}

p {
	margin-top: 1.5em;
	/*text-align:justify;*/

	-moz-hyphens: auto;
	-khtml-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	-ms-hyphens: auto;	
	hyphens: auto;
}

table, tr, th, td {border: 1px solid #D6D6D6;}
table {margin: 10px 0;}
th {background-color: #F5F5F5;}
th, td {padding: 2px 10px;}

hr {
	border: 1px dashed #464646;
	border-width: 1px 0 0;

	margin-top: 1.5em;
	margin-top: -moz-calc(1.5em - 1px);
	margin-top: -khtml-calc(1.5em - 1px);
	margin-top: -webkit-calc(1.5em - 1px);
	margin-top: -o-calc(1.5em - 1px);
	margin-top: -ms-calc(1.5em - 1px);
	margin-top: calc(1.5em - 1px);
}

.header_top::after,
.header_center::after,
footer::after,
.shop_single::after {
	content: "";
	border: none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
	display: block;
	margin: 0;
    padding: 0;
}

/* Forms */
fieldset {
	margin-bottom: 1em;
}
legend {
    margin: 0.5em 0;
}
input, textarea, select, option,
button, .submit, optgroup {
	background-color: #fff;
	color:#262626;
	font-size: 1em;
	display: block;
	padding: 2px 5px;
	-moz-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
input, textarea, select, button, .submit {
	margin-bottom: 1em;
	border: 1px solid #464646;
	width: 100%;
}
input[type="submit"], input[type="button"], button, .submit,
.panel a {
	background-color:#1B7FCB;
	color:#fff;
	text-align: center;
	border: 0;
	width: 50%;
	line-height: 31px;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .submit:hover {
	background-color:#E5A128;
	color:#fff;
	text-decoration: none;
}
textarea {
	min-height: 7em;
}
optgroup option {
	padding-left: 1em;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	display: none;
}
input[type="checkbox"] + label:not(.notdef), input[type="radio"] + label:not(.notdef) {
	position: relative;
	text-align: left;
	padding-left: 2em;
	margin-right: 1em;
}
input[type="checkbox"] + label:not(.notdef):before,
input[type="checkbox"] + label:not(.notdef):after,
input[type="radio"] + label:not(.notdef):before,
input[type="radio"] + label:not(.notdef):after {
	content: "";
	position: absolute;
}
input[type="radio"] + label:not(.notdef):before,
input[type="radio"] + label:not(.notdef):after {
	border-radius: 100%;
}
input[type="checkbox"] + label:not(.notdef):before,
input[type="radio"] + label:not(.notdef):before {
	background-color: #fff;
	border: 1px solid #464646;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
}
input[type="checkbox"]:checked + label:not(.notdef):after,
input[type="radio"]:checked + label:not(.notdef):after {
	left: 5px;
	top: 5px;
	background-color: #1B7FCB;
	width: 10px;
	height: 10px;
}
input[type="checkbox"] + label:not(.notdef):hover:before,
input[type="radio"] + label:not(.notdef):hover:before {
	border: 1px solid #FFAA00;
}
input[type="checkbox"]:checked + label:hover:after, input[type="radio"]:checked + label:hover:after {
	background-color: #FFAA00;
}
input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
	color: #999;
}
input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before {
	border-color: #999;
}
input[type="checkbox"]:disabled + label:after, input[type="radio"]:disabled + label:after,
input[type="checkbox"]:checked:disabled + label:hover:after, input[type="radio"]:checked:disabled + label:hover:after {
	background-color: #999;
}

a {
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-khtml-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
/* /global */


/* header */
body > header {
    padding-bottom: 36px;
}
.header_top, .header_bottom {
	background-color: #EBECE6;
	border-bottom: 1px solid #b3b3b3;
	min-height: 36px;
}
.header_bottom {
	border-top: 1px solid #b3b3b3;
}
.header_top > div {
	width: 960px;
	margin: 0 auto;
}
.header_top .serv {
	float: left;
}
.header_top .serv li, .header_top .city li {
	display: inline-block;
	font-size: .7em;
}
.serv li {
	padding-right: 14px;
}
.header_top li a, footer .serv li a {
	text-transform: uppercase;
	color: #464646;
}
.serv li a, .city li {
	line-height: 35px;
}
.serv li a:before {
	padding-right: 6px;
	font-size: 1.3em;
}
.header_top .serv.single {
	border-left: 1px solid #999;
}
.header_top .serv.single li {
	padding: 0;
}
.header_top .serv.single li a {
	border-right: 1px solid #999;
	height: 35px;
	display: inline-block;
}
.header_top .serv.single li a.active {
	padding-right: 10px;
}
.header_top .serv.single li a:not(.active) {
	overflow: hidden;
	white-space: nowrap;
	width: 35px;
}
.header_top .serv.single li a::before {
	font-size: 1.6em;
	text-align: center;
	width: 35px;
}
.auto:before, .ship:before, .truck:before, .spec:before, .moto:before {
	font-family: vsedm;
	display: inline-block;
	vertical-align: top;
}
.auto:before {
	content: "A";
}
.moto:before {
	content: "B";
}
.ship:before{
	content: "C";
}
.truck:before{
	content: "D";
}
.spec:before{
	content: "E";
}
.header_top .city, .header_bottom .page {
	float: right;
}
.user_menu {
	float: right;
	list-style: none;
}
.user_menu li {
	display: inline-block;
	position: relative;
}
.user_menu .login a, .user_menu .user ul:first-child a {
	overflow: hidden;
	height: 36px;
	width: 36px;
	background-color: #52D087;
	color: #fff;
	display: block;
}
.user_menu .login a::before, .user_menu .user ul:first-child a::before {
	font-family: vsedm;
	content: "F";
	display: block;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
}
.user_menu .user ul:first-child a::before {
	content: "K";
}
.user_menu .login ul, .user_menu .user ul:last-child {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid #b3b3b3;
	padding: 25px 20px;
	position: absolute;
	right: 0;
	width: 210px;
	display: none;
}
.user_menu .user ul:first-child li {
	display: inline-block;
	line-height: 36px;
}
.user_menu .login:hover a {
	background-color: #22B14C;
	text-decoration: none;
	color: #fff;
}
html.noJS .user_menu .login:hover ul, .user_menu .user:hover ul {
	display: block;
}
.user_menu input[type="submit"]{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 0;
	width: 100%;
}
.user_menu .user li {
	display: block;
}
.user_menu .user ul:last-child a {
	color: #1B7FCB;
    text-transform: none;
	text-decoration: underline;
}
.fav a {
	display: block;
	background-color: #fff;
	border: 1px solid #b3b3b3;
	border-width: 0 1px;
	min-width: 50px;
	text-align: center;
	margin: 0 0 0 4px;
}
.fav a, .fav .fa-star-o {
	height: 36px;
	line-height: 36px;
}
.city li:before, .country label:before{
	content: "";
	background: url('../img/flag.png') no-repeat;
	display: inline-block;
	width: 16px;
	height: 11px;
	margin: 0 4px 2px 0;
    vertical-align: middle;
}
.city .ru:before{
	
}
.city .by:before, .country label.by:before{
	background-position: -17px 0;
}
.city_menu {
	display: none;
}

.header_center {
	min-height: 86px;
	width: 960px;
	margin: 0 auto;
}
.header_center h1 {
	margin: 0;
	padding-top: 30px;
	float: left;
}
.header_center h1 a, footer h2 a, .logo {
	background: url('../img/logo_vsedmru.png') 50% 50% no-repeat transparent;
	background-image: url('../img/logo_vsedmru.svg'), -khtml-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_vsedmru.svg'), -webkit-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_vsedmru.svg'), url('../img/logo_vsedmru.png');
	background-image: url('../img/logo_vsedmru.svg'), -ms-linear-gradient(transparent, transparent);
	background-image: url('../img/logo_vsedmru.svg'), linear-gradient(transparent, transparent);
	background-image: url('../img/logo_vsedmru.svg'), -o-linear-gradient(transparent, transparent);
	background: url('../img/logo_vsedmru.png') center center no-repeat transparent\0/; /* IE8 hack */
	background-repeat: no-repeat, no-repeat;
	-moz-background-size: 0 0, cover; /* FF3.6 */
	background-size: contain, 100% 100%;
	
	width: 212px;
	height: 32px;
	
	display: block;
    margin: 0;
    overflow: hidden;
    text-indent: -9999px;
}
.header_center > p, .footer_logo p:first-of-type {
	display: none;
}
.header_center .submit {
	float: right;
	width: 210px;
	margin: 24px 0 0;
	font-size: .85em;
	background-color: #52d087;
	-webkit-box-shadow: 1px 1px 0 #b3b3b3;
	-moz-box-shadow: 1px 1px 0 #b3b3b3;
	box-shadow: 1px 1px 0 #b3b3b3;
}
.header_center .submit:hover {
	background-color: #22B14C;
}
.header_center .submit:before {
	content: "J";
	font-family: "vsedm";
	font-size: 1.5em;
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
}
.header_center form {
	margin: 0 auto;
	padding: 23px 69px 0 0;
	position: relative;
	width: 280px;
}
.header_center input, .header_center .fa.fa-search {
	line-height: 31px;
}
.header_center button {
	bottom: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 35px;
	font-size: 1.3em;
}
.header_center button:last-of-type {
	right: 35px;
	background-color: #FFAA00;
}
.header_center button:hover {
	background-color: #52d087;
}

.header_bottom > div {
	padding-right: 10px;
    width: 990px;
	margin: 0 auto;
}
.header_bottom .page li, .header_bottom .menu_user li {
	display: inline-block;
	font-size: .85em;
	padding-left: 10px;
}
.header_bottom .page a, .header_bottom .menu_user a {
	color: #464646;
	line-height: 35px;
	padding: 0 10px;
}
.catalog {
	background-color: #1B7FCB;
	max-width: 210px;
	padding: 0 20px;
	line-height: 36px;
	height: 36px;
}
.catalog > ul > li {
	display: inline-block;
	line-height: 36px;
	height: 36px;
}
.catalog > ul > li > a {
	color: #fff;
}
.catalog > ul > li:first-of-type > a {
	font-size: 1.25em;
	line-height: 35px;
}
.catalog > ul > li:first-of-type > a:hover{
	text-decoration: none;
}
.catalog > ul > li:last-of-type {
	float: right;
}
.catalog > ul > li:last-of-type > a {
	font-size: .7em;
	text-decoration: underline;
}
.catalog  .fa.fa-bars {
    vertical-align: unset;
}
/* /header */


/* aside INFO */
.info {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	min-height: 36px;
	padding-bottom: 36px;
}
.info ul {
	background-color: #AB3E40;
}
.info li {
	display: inline-block;
	width: 42%;
	min-height: 36px;
}
.info li a {
	color: #fff;
	font-size: 1.4em;
	display: block;
	line-height: 36px;
}
.info li a:hover {
	text-decoration: none;
}
.info .info_question {
	
}
.info .info_question a:before, .info .info_scream a:before {
	font-family: vsedm;
	vertical-align: sub;
	font-size: 1.1em;
	padding-right: 10px;
	display: inline-block;
}
.info .info_question a:before {
	content: "G";
} 
.info .info_scream {
	border: 1px solid #fff;
	border-width: 0 1px;
}
.info .info_scream a:before {
	content: "H";
} 
.info .info_close {
	width: 14%;
}
.info .info_close a {
	font-size: 0.85em;
	line-height: 1.15em;
	padding: 2px 0 0 20px;
	text-align: left;
}
.info .info_close a::before {
	content: "I";
	float: right;
	font-family: vsedm;
	font-size: 1.2em;
	position: relative;
	right: 10px;
	top: 8px;
}
/* /aside INFO */


body > section {
	width: 1000px;
	margin: 0 auto;
}
.page_title {
	font-size: 1.2em;
	line-height: 36px;
	margin: 0;
}

.catalog_menu, .search_full {
    display: inline-block;
}

.search_full {
	width: 750px;
	position: relative;
}
.search_full .page_title {
	padding-left: 20px;
}
.search_result {
	position: relative;
}
.search_result > ul {
	position: absolute;
	right: 0;
	top: 0;
}
.search_result > ul li {
	display: inline-block;
}
.search_result > ul a {
	display: block;
	font-size: 20px;
	line-height: 36px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	width: 36px;
	margin-left: 5px;
	text-decoration: none;
}
.search_result > ul i {
	line-height: 40px;
	height: 36px;
	width: 36px;
	display: block;
}
.search_result > ul .fa-search {
	line-height: 32px;
}
.search_result.search_form_show > ul .fa-search {
	background-color: #fff;
}
.search_result > ul a:hover i {
	background-color: #52d087;
}
.search_result[data-type="list"] > ul i.icon-list,
.search_result[data-type="tiles"] > ul i.icon-tiles {
	background-color: #1b7fcb;
	color: #fff;
}

.search_result .search_full {
	width: 100%;
	margin: 0;
	border: 0;
	height: auto;
	display: none;
}
.search_result.search_form_show .search_full {
	display: block;
}
.search_tabs {
	list-style: none;
	position: absolute;
	right: 20px;
	top: 0;
	border-right: 1px solid #b3b3b3;
}
.search_tabs li {
    display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	border-left: 1px solid #b3b3b3;
	line-height: 36px;
	font-size: 1.3em;
}
.search_tabs label::before {
	display: block;
}
.search_tabs input[type="radio"]:checked + label::before {
	background-color: #f5f5f5;
}
.search_full form {
	padding: 25px 0;
}
.search_full form > label, .search_full form > fieldset,
.edit_card form > label, .column > * {
	width: 210px;
	padding: 0 20px;
	display: inline-block;
	font-size: 0.8em;
	margin-bottom: 1em;
}
.td_check {
	vertical-align: middle;
	text-align: center;
	width: 40px;
}
.td_check input[type="checkbox"] + label:not(.notdef){
	margin: 0;
	padding: 0;
	height: 18px;
	width: 18px;
	display: inline-block;
}
.td_image {
	width: 85px;
	padding: 0;
}
.td_main {
	padding-left: 20px;
}
.search_full form > label.half {
	width: 85px;
}
.search_full form > label input {
	line-height: 1.5em;
	margin-bottom: 0;
}
.search_full .tire {
	position: relative;
}
.search_full .tire span {
	position: absolute;
	left: 100%;
	bottom: 0;
	margin-left: -0.55em;
}
.search_full form fieldset label {
	display: inline-block;
	line-height: 20px;
	margin-bottom: .5em;
}
.search_full button {
	margin: 1em 20px;
	width: 210px;
}
.search_full button .fa-search {
	vertical-align: text-bottom;
	font-size: 1.3em;
	padding-right: 5px;
}

.catalog_menu {
	width: 249px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.catalog_menu > ul {
	padding: 0 20px 10px;
	font-size: 0.8em;
	line-height: 1.75em;
}
.catalog_menu li {
	list-style: none;
	position: relative;
}
.catalog_menu a {
	display: block;
}
.catalog_menu ul ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	width: 248px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 15px;
	z-index: 9999;
}
.catalog_menu ul ul:before, .catalog_menu ul ul:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 100%;
	width: 0; height: 0;
}
.catalog_menu ul ul:before {
	margin-top: -12px;
	border-right: 12px solid #ccc;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.catalog_menu ul ul:after {
	margin-top: -11px;
	border-right: 11px solid #fff;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}
.catalog_menu > ul li:hover > ul {
	display: block;
}
.catalog_menu ul ul li {
	background-color: #fff;
}
.catalog_menu ul ul li span {
	color: #666;
}

.title_c {
	background-color: #ffdc6b;
	font-size: 1.15em;
	line-height: 36px;
	padding: 0 20px;
	margin: 59px 0 36px;
}
.shop_tile article {
	display: inline-block;
	position: relative;
	width: 208px;
	height: 208px;
	border: 1px solid #ccc;
	margin:  0 20px 36px;
}
.shop_tile article div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 188px;
	padding: 10px;
	background-color: rgba(255,255,255,.9);
}
.shop_tile article:hover div {
	display: block;
}
.shop_tile h3 {
	font-size: 1em;
	margin: 0;
	text-align: center;
	font-weight: 500;
}
.shop_tile h3 a {
	color: #464646;
}
.shop_tile p:first-of-type {
	font-size: .8em;
	margin: 0;
}
.shop_tile p:last-of-type {
	font-size: .8em;
	line-height: 1.4em;
}
.shop_tile span {
	bottom: 0;
	position: absolute;
	font-size: .8em;
}
.shop_tile span:first-of-type {
	left: 10px;
}
.shop_tile span:last-of-type {
	right: 10px;
}
.shop_tile span .fa {
	vertical-align: baseline;
}

.carousel, .carousel_mini {
	overflow: hidden;
	position: relative;
}
.carousel > div, .carousel_mini > ul {
	overflow-x: scroll;
	white-space: nowrap;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-khtml-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.carousel.active_y {
	padding: 0 20px;
}
.carousel.active_y > div, .carousel_mini.active_y > ul {
	overflow: auto;
	white-space: normal;
	width: 666666px;
}
.carousel_mini li {
	display: inline-block;
}
.carousel #prev, .carousel #next,
.carousel #prev:before, .carousel #next:before,
.carousel_mini #prev, .carousel_mini #next,
.carousel_mini #prev:before, .carousel_mini #next:before {
	width: 22px;
	height: 210px;
	line-height: 210px;
}
.carousel #prev, .carousel #next,
.carousel_mini #prev, .carousel_mini #next{
	position: absolute;
	top: 0;
	background-color: rgba(255,255,255,.75);
}
.carousel #prev,
.carousel_mini #prev {
	left: 0;
}
.carousel #next,
.carousel_mini #next{
	right: 0;
}
.carousel #prev:before, .carousel #next:before,
.carousel_mini #prev:before, .carousel_mini #next:before{
	color: #1B7FCB;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 2em;
}
.carousel #prev:before,
.carousel_mini #prev:before {
	content: ""
}
.carousel #next:before,
.carousel_mini #next:before {
	content: ""	
}
.carousel #prev.d:before, .carousel #next.d:before,
.carousel_mini #prev.d:before, .carousel_mini #next.d:before {
	color: #ccc;
}
.carousel div div {
	white-space: normal;
}

.shop_single article {
	float: left;
}
.shop_single article:first-of-type{
	width: 210px;
	padding: 0 20px;
}
.shop_single article:last-of-type {
	width: 750px;
}
.shop_single li {
	list-style: none;
}
.shop_single article:last-of-type li {
	padding: 0 20px 15px;
	display: inline-block;
}
.shop_single article:last-of-type li img {
	border: 1px solid #666;
}

.search_card {
	display: table;
	width: 100%;
}
.search_card > ul {
	display: table-row;
}
.search_card > ul > li {
	display: table-cell;
	border: 1px solid #CCCCCC;
	padding: 10px 20px;
	position: relative;
}
.search_card .nopadd {
	padding: 0;
}
.search_card .th > li {
	border-width: 0 1px;
}
.search_card .th > li i {display: none;font-style: normal;}
.search_card > ul:nth-child(even) > li {
	background-color: #F5F5F5;
}
.search_card h2 {
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 .5em 0;
}

.search_result[data-type="tiles"] .search_card,
.search_result[data-type="tiles"] .search_card > ul > li {
	display: block;
}
.search_result[data-type="tiles"] .search_card > ul {
	display: inline-block;
	width: 250px;
}
.search_result[data-type="tiles"] .search_card > ul > li {
	
}
.search_result[data-type="tiles"] .search_card > ul.th {
	width: 100%;
}
.search_result[data-type="tiles"] .search_card > ul.th li,
.search_result[data-type="tiles"] .search_card .th > li i {
	display: inline;
	border: 0;
}

.search_card_menu {
	display: none;
	list-style: none;
	position: absolute;
	right: 10px;
	top: 10px;
}
.search_card_menu li {
	display: inline-block;
	padding: 0 0 0 10px;
	vertical-align: bottom;
}
.search_card_menu .fa {
	line-height: inherit;
	padding: 0 5px;
}
.search_card_menu .fa-times {
	color: #AB3E40;
}
.search_card_menu .fa-times:hover {
	color: #FFAA00;
}
.search_card > ul:hover .search_card_menu {
	display: inline-block;
}
.card1, .card_id {
	font-size: .8em;
	margin-top: 0em;
}
.new_box, .by_box {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.new_box {
	background-color: #52D087;
}
.by_box {
	background-color: #E5A128;
}
.card_id {
	color: #999;
}
.card1 strong {
	padding: 0 10px;
}
.time_progress {
	width: 100px;
	display: block;
	margin: 10px auto;
	height: 10px;
	border: 1px solid #03639F;
}
.time_progress span {
	background-color: #03639F;
	display: block;
	height: 10px;
}
.card_fpr {
	text-align: center;
	width: 150px;
}
.card_fpr time {
	font-size: .8em;
}
.search_card tr {
	border-width: 1px 0 0 0;
}
.search_card td {
	border: 0;
}
.edit_card {
	display: none;
}
.edit_card td {
	padding: 10px 0;
}
.edit_card form {
	margin: 0 -1px;
}


/* login page */
section.loginpage {
	display: table;
	height: 100%;
	max-width: 250px;
	width: 100%;
}
section.loginpage .logo {
	margin: 0 auto;
}
section.loginpage form {
	display: table-cell;
	vertical-align: middle;
}
section.loginpage input[type="button"]{
	width: 100%;
}
/* /login page */

.country label {
	margin-right: 20px;
}
.country label:before {
	margin-right: 15px;
	opacity: .5;
}
.country input[type="checkbox"]:checked + label:before {
	opacity: 1;
}


/* footer */
footer {
	background-color: #ebece6;
	border-top: 1px solid #b3b3b3;
	margin-top: 72px;
	padding: 36px 0;
}
footer > div {
	width: 1000px;
	margin: 0 auto;
}
footer li {
	list-style: none;
}
footer .serv {
	display: inline-block;
	width: 210px;
	padding: 0 20px;
}
footer .page li {
	display: inline-block;
	padding: 6px 20px 44px;
}
.footer_center {
	display: inline-block;
	width: 460px;
}
.footer_contact {
	padding: 0 20px;
}
.footer_logo {
	display: inline-block;
	width: 210px;
	padding: 0 20px 2px;
	vertical-align: bottom;
}
.footer_logo p {
	text-align: right;
}
/* /footer */

/* lk_menu */
.lk_menu ol {
	text-align: center;
	padding-bottom: 36px;
}
.lk_menu li {
	display: inline-block;
	list-style: none;
	padding: 0 20px;
	line-height: 36px;
	height: 36px;
}
/* lk_menu */

/* side panel */
aside.panel {
	position: fixed;
	top: 50%;
	right: 0;
}
.panel li {
	list-style: none;
}
.panel a {
	width: 35px;
	height: 35px;
	font-size: 1.3em;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
.panel .search a i {
	line-height: 31px;
}
/* /side panel */





@media (min-width:1550px){
	body > section, .info, footer > div {
		width: 1500px;
	}
	.header_top > div, .header_center {
		width: 1460px;
	}
	.header_bottom > div {
		width: 1490px;
	}
	.search_full {
		width: 1250px;
	}
	.footer_center {
		width: 960px;
	}
	.info .info_close a {
		line-height: 30px;
	}
	.info .info_close a::before {
		top: 0;
	}
}
@media (min-width:1800px){
	body > section, .info, footer > div {
		width: 1750px;
	}
	.header_top > div, .header_center {
		width: 1710px;
	}
	.header_bottom > div {
		width: 1740px;
	}
	.search_full {
		width: 1500px;
	}
	.footer_center {
		width: 1210px;
	}
}

@media (max-width:1100px){
	body > section, .info, footer > div,
	.header_top > div, .header_center, .footer_logo {
		width: 750px;
	}
	.footer_logo {padding: 0;}
	.header_top .serv {
		border-left: 1px solid #999;
	}
	.header_top .serv li {
		padding: 0;
	}
	.header_top .serv li a {
		display: inline-block;
		height: 35px;
		overflow: hidden;
		white-space: nowrap;
		width: 35px;
		border-right: 1px solid #999;
	}
	.header_top .serv li a::before {
		font-size: 1.6em;
		text-align: center;
		width: 35px;
	}
	.header_center form {
		width: 160px;
	}
	.header_bottom > div {
		width: 740px;
	}
	.search_full {
		width: 500px;
	}
	.footer_center {
		width: 460px;
	}
	footer h2 a {
		margin: 0 auto;
	}
	.footer_logo p {
		text-align: center;
	}
}

@media (max-width:750px){
	body > section, .info, footer > div,
	.header_top > div, .header_center, .footer_logo, .header_bottom > div {
		width: 500px;
	}
	.header_bottom > div {
		padding: 0;
	}

}


/* global */

.mt0 {
	margin-top: 0;
}

.right {text-align: right}
.left {text-align: left}
.center {text-align: center}

.bold{font-weight:bold}
q, .italic{font-style:italic}

.clear{clear:both}
.hide {display:none}

/* color */
.red {color: red}
.blue {color: #03639F}
.green {color: #52D087}
.orange {color: #E5A128}
/* /global */