html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.navbar {
	margin-bottom: 5px;
	min-height: 0
}

.navbar:before,
.navbar:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.navbar:after {
	clear: both
}

.navbar-nav,
.navbar-top {
	margin: 0;
	margin-top: 6px;
	padding: 0;
	float: left;
	min-height: 0
}

.device-c .navbar-nav,
.device-c .navbar-top {
	margin-top: 8px
}

.navbar-nav:before,
.navbar-top:before,
.navbar-nav:after,
.navbar-top:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.navbar-nav:after,
.navbar-top:after {
	clear: both
}

.navbar-nav li,
.navbar-top li {
	float: left;
	list-style: none
}

.navbar-nav li a,
.navbar-top li a {
	color: #777;
	display: block;
	padding: 2px 9px;
	position: relative;
	text-decoration: none
}

.navbar-nav li a:hover,
.navbar-top li a:hover {
	color: #393e46
}

.navbar-nav li.active,
.navbar-top li.active {
	font-weight: bold
}

.navbar-nav li.active a,
.navbar-top li.active a {
	color: #393e46
}

.navbar-nav li.active a:hover,
.navbar-top li.active a:hover {
	text-decoration: none
}

.navbar-nav>li:first-child>a,
.navbar-top>li:first-child>a {
	padding-left: 0
}

.device-c .navbar-links {
	position: absolute;
	top: 10px;
	width: 100%
}

.device-c .navbar-menu {
	top: 5px
}

.device-c .navbar-menu .dropdown-toggle {
	display: block;
	padding: 10px;
	width: 40px;
	height: 40px
}

.device-c .navbar-menu .dropdown-toggle:hover {
	background-color: #ebebeb
}

.device-c .navbar-menu .dropdown-bar {
	display: block;
	margin: 4px 0;
	height: 2px;
	width: 20px;
	background-color: #999
}

.navbar-top {
	float: none
}

.navbar-right {
	float: right
}

@media screen and (min-width:1200px) {
	.navbar-left {
		margin-left: 110px
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.navbar-left {
		margin-left: 80px
	}
}

.navbar-search {
	height: 45px;
	    margin-bottom: 20px !important;
}

.navbar-search .navbar-brand {
	float: left
}

.navbar-search .navbar-brand .navbar-logo {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 96px;
	margin: auto auto auto -5px
}

.navbar-search .navbar-brand .navbar-logo img {
	vertical-align: middle
}

@media (max-width:767px) {
	.navbar-search .navbar-brand .navbar-logo {
		background-image: url('static/images/zapmeta/zapmeta_logo_icon.png');
		background-image: -webkit-image-set(url('static/images/zapmeta/zapmeta_logo_icon.png') 1x, url('static/images/zapmeta/zapmeta_logo_icon%402x.png') 2x);
		background-position: center;
		background-repeat: no-repeat;
		background-size: inherit;
		height: 40px;
		width: 40px
	}

	.navbar-search .navbar-brand .navbar-logo img {
		display: none
	}
}

@media (min-width:1400px) {
	.navbar-search .navbar-content {
		width: 885px
	}
}

.navbar-search .navbar-form {
	height: 56px;
	margin-left: 100px;
	padding-top: 5px
}

@media (max-width:767px) {
	.navbar-search .navbar-form {
		margin-left: 45px
	}
}

@media screen and (min-width:1200px) {
	.navbar-search .navbar-form {
		width: 650px
	}
}

@media screen and (min-width:1400px) {
	.navbar-search .navbar-form {
		width: 755px
	}
}

.navbar-search .navbar-form-control {
	margin-right: 50px;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 0 1px 1px
}

.navbar-search .navbar-form-control .form-control {
	margin-right: -30px;
	border: 0;
	font-size: 16px;
	line-height: 1.42857143;
	height: 38px;
	width: 100%
}

@media screen and (max-width:767px) {
	.navbar-search .navbar-form-control .form-control {
		font-size: 18px;
		height: 34px
	}
}

.device-c .navbar-search .navbar-form-control .form-control {
	height: 38px
}

.navbar-search .navbar-form-control a.form-control-clear {
	display: none;
	color: #999;
	font-size: 20px;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	width: 20px
}

.navbar-search .navbar-form-control a.form-control-clear:hover {
	text-decoration: none
}

.navbar-search .navbar-form-control a.form-control-clear.active {
	display: inline-block
}

.navbar-search .navbar-form-control.focus {
	border-color: #cfcfd2
}

.navbar-search .navbar-form-options {
	float: right;
	width: 50px
}

.navbar-search .navbar-search-options {
	padding-top: 6px;
	line-height: 1.2em;
	font-size: 11px;
	padding-left: 0
}

.navbar-search .navbar-search-options a {
	color: #777
}

.navbar-search .btn-search {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABqUlEQVR42r3WzyvDcRzH8Y+vOHDkpBwpB46k3MwOfu0wLvgDyEEp/8DOrjat5MSJs7i4O7CaWClqshxELphf81QO65Vv7+++37ZXPVprfT7Py7e+c5VKxY+HMWSQwzMYn3xHBjF4cLXy+2ESFwiyC0xGDbdiE2G2idagYY0eIMoOJB4onMV/u0IKcQxgBIs4wjd02VrCE9C9YxXNcD6GcQPdRJCwh3M5WEYcLoBO6IN4Ds8Kx6BbM2KqB69yR8wKp+XANVrgarQu92xY4RM5kIILoVfuObXCJTkwChfSQ9U9j1b4U8L9EcL56ous8BOqNxQhXARj3GuFcxJeDhntwFfVPWdWOCPh45DhJbknbYXjYJEesHYU5Y64FfZwKYdu0RUw2oQdOX8Jzwr/moaugD4j2oZd6KZqeTttQVdGBoNogvvTjRWUoNsL8z4+hN/eUMQzrJWRtMIa30aY7UNfq0krrBIoIMgKSMDhM2jc+pc5jizyeAHjk+/IYlye3gWf+IwRjsKOa7ge5qHxD8xIuLFxCTc0nqhHTM1B46W6RjWu4UaZxR3uMfUDvUqknv4oBC4AAAAASUVORK5CYII=');
	background-size: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	border-color: #ef8222;
	text-indent: -1000em;
	width: 50px;
	height: 40px
}

@media screen and (max-width:767px) {
	.navbar-search .btn-search {
		height: 36px
	}
}

.navbar-search .btn-adv {
	margin-left: 2px;
	width: 33px
}

@media (max-width:767px) {
	.navbar-search .btn-adv {
		display: none
	}
}

.navbar-search-logo {
	position: relative
}

.navbar-search-logo .navbar-brand {
	float: none;
	position: absolute;
	right: 0;
	top: 0
}

.navbar-search-logo .navbar-brand .navbar-logo {
	width: auto;
	margin-right: 20px
}

@media (max-width:767px) {
	.navbar-search-logo .navbar-brand .navbar-logo {
		display: none
	}
}

@media (min-width:1200px) {
	.navbar-search-logo .navbar-content {
		width: 670px;
		margin-left: 100px
	}
}

@media (min-width:1400px) {
	.navbar-search-logo .navbar-content {
		width: 775px;
		margin-left: 100px
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.navbar-search-logo .navbar-content {
		margin-left: 70px
	}
}

.navbar-search-logo .navbar-form {
	margin-left: 0
}

@media (max-width:767px) {
	.navbar-search-logo .navbar-form {
		margin-left: 0;
		padding-top: 2px
	}
}

.device-c .navbar-search-logo .navbar-form {
	height: 56px
}

.navbar-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100
}

.navbar-fixed-body {
	padding-top: 80px
}

.home .navbar .container-search {
	margin: 0 auto
}

.home .navbar-nav {
	margin-left: 0;
	margin-top: 0
}

.home .navbar-search {
	height: 60px
}

.home .navbar-search .navbar-brand {
	margin-left: 10px
}

.home .navbar-search .navbar-form {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto
}

@media screen and (max-width:767px) {
	.home .navbar-search .navbar-form {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (min-width:768px) {
	.home .navbar-search .navbar-form.navbar-brand-addon {
		margin-left: 140px
	}
}

@media screen and (min-width:1170px) {
	.home .navbar-search .navbar-search-options {
		position: absolute;
		padding-left: 10px;
		width: 140px;
		right: -140px;
		top: 0
	}
}

.home .navbar-search .navbar-form-control .form-control {
	height: 38px
}

@media screen and (max-width:767px) {
	.home .navbar-search .navbar-form-control .form-control {
		height: 34px
	}
}

.home .navbar {
	border: 1px solid #fcedf5;
	margin-bottom: 15px
}

.home .navbar li a {
	padding-top: 10px
}

.home .navbar-nav {
	float: none;
	text-align: center
}

.home .navbar-nav>li {
	float: none;
	display: inline-block
}

@media screen and (max-width:767px) {
	.home .navbar-search-focus .navbar-form {
		margin-left: 10px
	}
}

.device-c .navbar {
	position: relative;
	height: 60px;
	background-color: #fff;
	border: none
}

body.device-m .navbar-nav li a,
body.device-m .navbar-top li a {
	padding: 5px 9px
}

.device-c .navbar-links {
	position: absolute;
	top: 10px;
	width: 100%
}

.device-c .navbar-menu {
	top: 5px
}

.device-c .navbar-menu .dropdown-toggle {
	display: block;
	padding: 10px;
	width: 40px;
	height: 40px
}

.device-c .navbar-menu .dropdown-toggle:hover {
	background-color: #ebebeb
}

.device-c .navbar-menu .dropdown-bar {
	display: block;
	margin: 4px 0;
	height: 2px;
	width: 20px;
	background-color: #999
}

.device-c .navbar-search {
	position: absolute;
	top: 10px;
	width: 100%
}

.device-m .navbar-search {
	height: 50px
}

body.device-c .navbar-search .navbar-form {
	margin-top: 5px;
	padding-top: 0;
	height: auto;
	box-shadow: 0px 1px 4px rgba(20, 23, 26, 0.1)
}

.navbar-search .navbar-form-control {
	border-color: #cfcfd2;
	border-radius: 2px 0 0 2px
}

.device-c .navbar-search .navbar-form-control {
	margin-right: 40px
}

.navbar-search .navbar-form-control .form-control {
	border-radius: 2px 0 0 2px
}

.device-c .navbar-search .navbar-form-control .form-control {
	height: 38px
}

.device-c .navbar-search .navbar-form-control a.form-control-clear.active {
	display: none
}

.navbar-search .navbar-form-control.focus {
	border-color: #cfcfd2
}

.device-c .navbar-search .navbar-form-options {
	width: 40px
}

.navbar-search .btn-search {
	border-radius: 0 2px 2px 0
}

.device-c .navbar-search .btn-search {
	height: 40px;
	width: 40px;
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPdJREFUeNqMUrENwkAMTCJqSEOfDQgbJBukpQsTABMEJkCZgHSUsEEyQkYINU3EBJzRvWSsjxRLp/dbf2f77TBQ9rmvYxwZkAID0C937z6YsFARzzgOQGzedMAeIoOXDOINR8lYT0ICFIyNwNYKLEAsFVEyNKoaEXiwDUmQa3IEVPRPmijGTDkzZxBLLTmh3/g+BQJCfPJaWLJ+NGUvXzAyY5qyjfq4P3JHv/Kx2Kcr92nJF/pHPLzqCuDLwrSOaEfl5lxyFHoxEvWZbv61nojesIKl63FIjzWwksrsLoSeHmMKjG6vGWuV8E8gDGaaT2A22SfwFWAAeENbH64nlVIAAAAASUVORK5CYII=);
	border-color: #cfcfd2;
	border-width: 1px 1px 1px 0px
}

.device-c .navbar-search .navbar-form:hover .btn-search,
.device-c .navbar-search .navbar-search-focus .btn-search {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNpiZEAC////FwBSDkBsAMQPgPgCIyPjBQZCAKixAYjf/8cE+4FYAZ/G+UiKzwNxPxCvRxJ7j9UAoGACkqIENDkFqGFgF2DTfB8qWYDDVQJI3jFAl4QBASK81YAszgRjAEP1A57wfIhNkAktmnABfSj9Ad1J+6FO6sfhZAMkrymgSzogSfYjuwAqBwus9bgCJAFLwriPJnYePSqRDQhAilPkxNEAdRHWtIAtXh2Q4xQqdp4oA/AYSj0DAAIMAH7MZtr/qpNYAAAAAElFTkSuQmCC);
	background-color: #f2a715
}

.device-c .navbar-search .navbar-form:hover .navbar-form-control a.form-control-clear.active,
.device-c .navbar-search .navbar-search-focus .navbar-form-control a.form-control-clear.active {
	display: inline-block
}

body.device-c .navbar-search-logo .navbar-brand {
	top: 4px
}

body.device-c .navbar-search-logo .navbar-brand .navbar-logo {
	margin-right: 30px
}

.device-c .navbar-search-focus .navbar-brand {
	display: block
}

.device-c .searchbar-form {
	position: static;
	top: 0
}

.device-c .searchbar-form .navbar-form {
	margin-left: -10px
}

.home .navbar .container-search {
	margin: 0 auto
}

.home .navbar-nav {
	margin-left: 0;
	margin-top: 0
}

.home .navbar-search {
	height: 60px;
	margin-top: 10px
}

.home .navbar-search .navbar-brand {
	margin-left: 10px
}

.home .navbar-search .navbar-form {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: auto
}

@media screen and (max-width:767px) {
	.home .navbar-search .navbar-form {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (min-width:768px) {
	.home .navbar-search .navbar-form.navbar-brand-addon {
		margin-left: 140px
	}
}

@media screen and (min-width:1170px) {
	.home .navbar-search .navbar-search-options {
		position: absolute;
		padding-left: 10px;
		width: 140px;
		right: -140px;
		top: 0
	}
}

.home .navbar-search .navbar-form-control .form-control {
	height: 38px
}

@media screen and (max-width:767px) {
	.home .navbar-search .navbar-form-control .form-control {
		height: 34px
	}
}

.home .navbar {
	border: 1px solid #eee;
	margin-bottom: 15px
}

.home .navbar li a {
	padding-top: 10px
}

.home .navbar-nav {
	float: none;
	text-align: center
}

.home .navbar-nav>li {
	float: none;
	display: inline-block
}

.home .navbar-search-focus .navbar-brand {
	display: block
}

@media screen and (max-width:767px) {
	.home .navbar-search-focus .navbar-form {
		margin-left: 10px
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 1.428571429;
	color: #666;
	background-color: #edf2fa;
}

body.device-c {
	color: #505058
}

a {
	color: #2e4e9f;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.hide {
	display: none
}

.show {
	display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal
}

.text-center {
	text-align: center
}

.container {
	min-height: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto
}

.container:before,
.container:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.container:after {
	clear: both
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	min-height: 0
}

.container-fluid:before,
.container-fluid:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.container-fluid:after {
	clear: both
}

.container-search {
	margin: 0
}

.container-wide {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px
}

@media screen and (min-width:768px) {
	.container {
		width: 750px
	}
}

@media screen and (min-width:992px) {
	.container {
		width: 970px
	}
}

@media screen and (min-width:1200px) {
	.container {
		width: 1170px
	}
}

@media screen and (min-width:1400px) {
	.container {
		width: 1370px
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
	min-height: 0
}

.row:before,
.row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.row:after {
	clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media screen and (min-width:768px) {

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:992px) {

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media screen and (min-width:1200px) {

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important
}

@media (max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	th.visible-xs,
	td.visible-xs {
		display: table-cell !important
	}
}

@media screen and (max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media screen and (max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media screen and (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	th.visible-sm,
	td.visible-sm {
		display: table-cell !important
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	th.visible-md,
	td.visible-md {
		display: table-cell !important
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media screen and (min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	th.visible-lg,
	td.visible-lg {
		display: table-cell !important
	}
}

@media screen and (min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media screen and (min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media screen and (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media screen and (max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media screen and (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media screen and (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media screen and (min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.form-control {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.42857143;
	height: 28px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	display: inline-block;
	width: auto;
	vertical-align: middle;
	radius: 0px;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.form-control:focus {
	outline: none;
	border-color: #2e6da4
}

.form-control::-ms-clear {
	display: none
}

.form-group {
	min-height: 0;
	margin-bottom: 15px
}

.form-group:before,
.form-group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.form-group:after {
	clear: both
}

.form-group .form-control {
	width: 100%
}

.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right
}

.btn {
	display: inline-block;
	padding: 5px 12px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0
}

.btn-default {
	color: #fff;
	background-color: #ef8222;
	border-color: #ef8222
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
	color: #fff;
	background-color: #c9880b;
	border-color: #b9630a
}

@media screen and (min-width:1200px) {
	.container-search .content {
		margin-left: 110px;
		width: 670px
	}
}

@media (min-width:1400px) {
	.container-search .content {
		width: 775px
	}

	.container-search .contentright {
		width: 470px
	}
}

.device-c .container-search {
	font-size: 14px
}

.searchresults {
	line-height: 1.2307692308
}

.searchresults h2 {
	font-size: 13px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -1000px;
	z-index: -1;
	overflow: hidden;
	top: 0
}

.device-c .searchresults h4 {
	margin-bottom: 10px;
	color: #a0a0b0;
	font-size: 14px;
	line-height: 15px
}

.searchresults ol {
	margin: 0;
	padding: 0;
	list-style: none
}

.searchresults .searchresult {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.searchresults .searchresult {
		padding-right: 15%;
		padding-right: 0
	}
}

.device-c .searchresults .searchresult {
	margin-bottom: 25px;
	max-width: 600px
}

.device-m .searchresults .searchresult {
	margin-bottom: 15px
}

.searchresults .searchresult h3 {
	font-size: 15px
}

.device-c .searchresults .searchresult h3 {
	font-size: 16px;
	line-height: 22px;
	max-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.searchresults .searchresult h3 a {
	color: #08368b
}

.device-c .searchresults .searchresult h3 a {
	color: #08368b
}

.device-m .searchresults .searchresult h3 a,
.device-t .searchresults .searchresult h3 a {
	color: #08368b
}

.searchresults .searchresult cite {
	display: block;
	font-style: normal;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: lowercase;
	word-wrap: break-word
}

.device-c .searchresults .searchresult cite {
	color: #505058;
	line-height: 20px
}

.searchresults .searchresult p {
	margin: 0
}

body.device-c .searchresults .searchresult p {
	line-height: 20px;
	overflow: hidden
}

.searchresults .searchresult .sitelinks {
	padding: 0;
	margin: 4px 0 4px 12px
}

.searchresults .searchresult .sitelinks li {
	list-style: none;
	margin-right: 4px;
	line-height: 20px
}

.device-c .searchresults .searchresult .sitelinks li {
	display: inline-block
}

.searchresults .searchresult .sitelinks li a {
	color: #08368b
}

.device-c .searchresults .searchresult .sitelinks>li+li::before {
	content: ' - '
}

body.device-m .searchresults .x__searchresult-nr-1 p,
body.device-m .searchresults .x__searchresult-nr-2 p,
body.device-m .searchresults .x__searchresult-nr-3 p,
body.device-m .searchresults .x__searchresult-nr-5 p,
body.device-t .searchresults .x__searchresult-nr-1 p,
body.device-t .searchresults .x__searchresult-nr-2 p,
body.device-t .searchresults .x__searchresult-nr-3 p,
body.device-t .searchresults .x__searchresult-nr-5 p {
	line-height: 16px;
	max-height: 16px
}

body.device-c .searchresults .x__searchresult-nr-1 h3,
body.device-c .searchresults .x__searchresult-nr-2 h3,
body.device-c .searchresults .x__searchresult-nr-3 h3,
body.device-c .searchresults .x__searchresult-nr-4 h3,
body.device-c .searchresults .x__searchresult-nr-5 h3,
body.device-c .searchresults .x__searchresult-nr-7 h3 {
	max-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

body.device-c .searchresults .x__searchresult-nr-1 p,
body.device-c .searchresults .x__searchresult-nr-2 p,
body.device-c .searchresults .x__searchresult-nr-3 p,
body.device-c .searchresults .x__searchresult-nr-4 p,
body.device-c .searchresults .x__searchresult-nr-5 p,
body.device-c .searchresults .x__searchresult-nr-7 p {
	line-height: 16px;
	max-height: 16px
}

body.device-c .searchresults .x__searchresult-nr-1 p span:before,
body.device-c .searchresults .x__searchresult-nr-2 p span:before,
body.device-c .searchresults .x__searchresult-nr-3 p span:before,
body.device-c .searchresults .x__searchresult-nr-4 p span:before,
body.device-c .searchresults .x__searchresult-nr-5 p span:before,
body.device-c .searchresults .x__searchresult-nr-7 p span:before {
	content: " ..."
}

.device-m .searchresults .searchresult-c h3 {
	max-height: none;
	overflow: auto;
	text-overflow: clip;
	white-space: normal
}

.searchresults .searchresult-c .label {
	display: inline-block;
	margin-right: 1px;
	line-height: 12px;
	color: #0e7744;
	vertical-align: baseline;
	text-transform: capitalize
}

.device-c .searchresults .searchresult-c cite,
.device-m .searchresults .searchresult-c cite,
.device-t .searchresults .searchresult-c cite {
	color: #0e7744
}

.searchresults .searchresult-c .seller-rating .seller-rating-star {
	display: inline-block;
	position: relative;
	top: 1px;
	background-image: url('/static/images/rating-off.png');
	background-repeat: no-repeat;
	width: 66px;
	height: 13px
}

.searchresults .searchresult-c .seller-rating .seller-rating-star>span {
	display: inline-block;
	background-image: url('/static/images/rating-on.png');
	background-repeat: no-repeat;
	height: 13px
}

.searchresults .searchresult-c .seller-rating a {
	color: #505058
}

.searchresults .contentresult {
	display: none;
	margin-bottom: 15px
}

.searchresults .contentresult.show {
	display: block
}

@media (min-width:768px) {
	.searchresults .contentresult {
		padding-right: 15%
	}
}

.device-m .searchresults-awc .searchresult h3,
.device-t .searchresults-awc .searchresult h3,
.device-m .searchresults-awc .searchresult cite,
.device-t .searchresults-awc .searchresult cite,
.device-m .searchresults-awc .searchresult p,
.device-t .searchresults-awc .searchresult p {
	text-transform: lowercase
}

.searchresults-afs-empty {
	margin-top: 10px
}

.rel {
	margin-bottom: 20px
}

.device-c .rel {
	margin-top: 0;
	margin-bottom: 18px;
	padding-top: 2px
}

.device-m .rel {
	margin-bottom: 26px
}

.rel h4 {
	color: #777;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 5px;
	position: relative;
	text-indent: 0px;
	z-index: 0
}

.rel h4 strong {
	text-transform: capitalize
}

.device-c .rel h4 {
	color: #a0a0b0;
	font-size: 14px;
	line-height: 15px
}

.rel ul {
	display: inline-block;
	list-style: none;
	margin: 0 30px 0 0;
	padding: 0;
	min-width: 150px
}

.rel li {
	padding: 0;
	margin: 0;
	line-height: 20px;
	text-transform: capitalize;
	vertical-align: top
}

@media (max-width:767px) {
	.rel li {
		font-size: 14px;
		line-height: 26px
	}
}

.device-c .rel-top {
	margin-top: 10px
}

.device-m .content h3,
.device-t .content h3 {
	font-size: 14px;
	line-height: 16px;
	max-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #777
}

body.device-m .content .rel h4 strong,
body.device-t .content .rel h4 strong {
	color: #555
}

.content .rel ul {
	min-width: 190px;
	vertical-align: top
}

body.device-m .content .rel ul,
body.device-t .content .rel ul {
	display: block;
	margin-right: 0
}

.content .rel li {
	font-size: 14px;
	line-height: 28px
}

.device-c .content .rel li {
	font-size: 16px;
	line-height: 34px
}

.content .rel li a {
	color: #1900e1
}

.content .rel li a .device-c {
	color: #2800c8
}

body.device-m .content .rel li a,
body.device-t .content .rel li a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	border-bottom: 1px solid #eee;
	padding: 4px 0;
	width: 100%;
	background-image: url('data:image/svg+xml;utf8,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg>');
	background-size: 25px 25px;
	background-position: right center;
	background-repeat: no-repeat
}

body.device-m .content .rel li a:hover,
body.device-t .content .rel li a:hover {
	text-decoration: none
}

.device-c .content .search-stats {
	margin-top: 10px;
	color: #70757a
}

.device-c .content .search-stats strong,
.device-c .content .search-stats b {
	font-weight: normal
}

.content-s .contentright .block-rel,
.content-s .rel-inline-bottom {
	display: none
}

.contentright {
	color: #393e46
}

body.device-c .contentright,
body.device-t .contentright {
	padding-top: 10px
}

.contentright .block {
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #eee
}

body.device-c .contentright .block,
body.device-t .contentright .block {
	padding: 0;
	margin-bottom: 25px;
	border: none
}

@media (max-width:991px) {
	.contentright .block {
		display: none
	}
}

.contentright .contentblock {
	height: 0
}

.contentright .contentblock.show {
	margin-bottom: 15px
}

body.device-c .contentright .contentblock.show,
body.device-t .contentright .contentblock.show {
	margin-bottom: 25px
}

.contentright .cookie-container {
	color: #777
}

.contentright .cookie-container .cookie-button {
	color: #777 !important
}

.contentright .rel {
	margin-bottom: 0
}

.contentright .rel ul {
	margin-right: 20px
}

.contentright .rel-empty {
	display: block;
	margin-top: 0
}

.contentright h4 {
	font-size: 14px;
	margin-bottom: 10px
}

body.device-c .contentright h4,
body.device-t .contentright h4 {
	font-size: 13px;
	color: #777
}

.contentright .searchresults {
	margin-top: 15px
}

.contentright .searchresults .searchresult {
	padding-right: 0
}

.contentright .searchresults.rel-empty {
	display: block;
	margin-top: 0
}

body.device-c .contentright .searchresults-r .searchresult h3,
body.device-t .contentright .searchresults-r .searchresult h3 {
	font-size: 13px
}

.contentright .searchresults-r .searchresult h3 a {
	color: #393e46
}

.contentright .searchresults-r .searchresult h3 a body.device-c,
.contentright .searchresults-r .searchresult h3 a body.device-t {
	color: #777
}

.contentright .searchresults-r .searchresult h3 a:hover {
	text-decoration: none
}

body.device-c .contentright .searchresults-r .searchresult cite,
body.device-t .contentright .searchresults-r .searchresult cite {
	color: #8e8e8e
}

body.device-c .contentright .searchresults-r .searchresult p,
body.device-t .contentright .searchresults-r .searchresult p {
	color: #8e8e8e
}

.contentright .searchinfo {
	margin: 0 15px;
	color: #999;
	font-size: 11px
}

body.device-c .contentright .searchinfo,
body.device-t .contentright .searchinfo {
	display: none;
	margin: 0
}

.contentright iframe {
	min-width: 100%;
	width: 1px;
	*width: 100%
}

.afs {
	margin-left: -4px;
	position: relative
}

.afs .label {
	display: none
}

.afs>div {
	height: 10px
}

@media screen and (min-width:992px) {
	.afs {
		margin-left: -10px;
		padding-left: 6px
	}
}

.device-c .afs-line {
	height: 0
}

.afs-loaded {
	margin-bottom: 8px;
	padding-top: 16px
}

.afs-loaded .label {
	display: block;
	position: absolute;
	top: 5px;
	width: 100%;
	max-height: 16px;
	padding-left: 4px;
	color: #777;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

body.device-c .afs-loaded .label {
	color: #a0a0b0;
	font-size: 13px;
	line-height: 15px;
	top: 4px
}

.device-c .afs-loaded .afs-line {
	height: 1px;
	background-color: #ebebeb;
	max-width: 600px
}

body.device-m .afs-loaded {
	margin-bottom: 11px
}

.afs-empty {
	display: none
}

.device-c #afs1-block {
	margin-bottom: 0;
	padding-top: 0
}

.device-m #afs1-block,
.device-t #afs1-block {
	border-bottom: 1px solid #ebebeb
}

.device-m #afs1-block {
	border: none;
	padding-top: 0
}

.device-c #afs1-block .afs-line {
	margin-top: 0
}

.device-t #afs2-block {
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	padding-top: 20px
}

.device-t #afs2-block .label {
	top: 9px
}

.device-c #afs2-block.afs-loaded {
	margin-top: -12px;
	padding-top: 0
}

.device-c #afs2-block.afs-loaded .label {
	top: 13px
}

.device-c #afs2-block.afs-loaded .afs-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.device-m .searchresults-view-more-button {
	position: fixed;
	bottom: 25px;
	left: 50%;
	margin: 0 auto;
	padding: 7px 25px;
	width: 200px;
	margin-left: -100px;
	background-color: #f2a715;
	color: #fff;
	border: 2px solid #f2a715;
	box-shadow: 0px 1px 4px rgba(20, 23, 26, 0.6);
	font-size: 18px;
	font-weight: bold;
	text-align: center
}

.device-m .searchresults-view-more-arrow {
	width: 0;
	height: 0;
	margin-left: 5px;
	display: inline-block;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #fff
}

.device-c .block-lastsearches .dl-lastsearches dd,
.device-c .block-lastsearches .dl-lastsearches dt {
	color: #8e8e8e;
	font-size: 12px
}

.device-c .block-lastsearches .dl-lastsearches dd {
	margin-left: 70px
}

.device-c .block-lastsearches .dl-lastsearches dd a {
	color: #777
}

.device-c .block-lastsearches .dl-lastsearches dt {
	width: 60px;
	float: left
}

.pagination {
	margin: 25px 0;
	padding: 0;
	list-style: none
}

.pagination li {
	display: inline-block;
	font-size: 13px
}

.pagination li a {
	display: block;
	padding: 6px 12px;
	color: #2e4e9f;
	border: 1px solid #eee
}

.pagination li a:hover {
	background-color: #eee;
	text-decoration: none
}

@media (max-width:767px) {
	.pagination li a {
		font-size: 14px;
		padding: 8px 14px
	}
}

.pagination li.active a,
.pagination li.active a:hover {
	background-color: #f2a715;
	border-color: #ea7d0c;
	color: #fff
}

@media (max-width:767px) {
	.pagination .nr {
		display: none
	}
}

.footer {
	min-height: 0;
	background-color: #fff;
	margin-bottom: 15px;
	color: #666;
	text-align: center;
	background-color: #edf2fa;
}

.footer:before,
.footer:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.footer:after {
	clear: both
}

.footer ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none
}

.footer ul li {
	display: inline-block;
	list-style: none
}

.footer ul img {
	vertical-align: text-bottom
}

.footer .divider {
	padding: 0 7px
}

.footer a {
	color: #666
}








.footerp {
	min-height: 0;
	margin-bottom: 15px;
	color: #666;
	text-align: center
}

.footerp:before,
.footerp:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.footerp:after {
	clear: both
}

.footerp ul {
	margin: 10px 0 0;
	padding: 0;
	list-style: none
}

.footerp ul li {
	display: inline-block;
	list-style: none
}

.footerp ul img {
	vertical-align: text-bottom
}

.footerp .divider {
	padding: 0 7px
}

.footerp a {
	color: #666
}
@media (max-width:767px) {
	.footer a {
		line-height: 26px
	}
}

.footer .country-select {
	margin-top: 20px
}

.footer-brand {
	text-align: center
}

.footer-leaderboard {
	margin: 10px 0 25px;
	text-align: center
}

.footer-leaderboard iframe {
	margin: 0 auto
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.caret-up {
	border-top: 0;
	border-bottom: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown {
	position: relative
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #eee;
	background-clip: padding-box
}

.dropdown-menu>li {
	display: block;
	float: none
}

.dropdown-menu>li>a {
	display: block;
	padding: 5px 9px;
	clear: both;
	font-weight: normal;
	white-space: nowrap
}

.dropdown-menu>li>a:hover {
	background-color: #fafafa
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.autocomplete-suggestions {
	border: 1px solid #cfcfd2;
	border-top: none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 1px 3px rgba(20, 23, 26, 0.1);
	background: #fff;
	font-size: 16px;
	overflow: auto
}

.autocomplete-suggestion {
	padding: 0px 9px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 28px;
	font-weight: bold;
	position: relative
}

.autocomplete-suggestion .history {
	color: #2e4e9f;
	display: inline-block
}

.autocomplete-suggestion .history-deleted {
	color: #777;
	display: inline-block;
	font-size: 12px;
	font-weight: normal
}

.autocomplete-suggestion .append {
	display: inline-block;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAo0lEQVRIx+3X4QaAMBQF4L10RIwRMUZE9BB7t96gXOpfdVrtdMV+HMbY9+teOybGaDSyHxZC5gIX+BdwpTlOteYc15oLpGHB8/Y4BUew3FmAWxZMwe/CEgdwx4Kz4qmwpAV4y4Kz4E9hSQfwjgW/wt/CEg9wz4IlIRXPBSfjub+tPcADC76D9yxYMqDtxmwL49VKZVeV8Wymv+hJ09EiMVqlbQXTCZuExPleFwAAAABJRU5ErkJggg==") no-repeat center center;
	background-size: 15px 15px;
	height: 28px;
	width: 50px;
	position: absolute;
	right: 0
}

.device-c .autocomplete-suggestion .append {
	width: 40px
}

.autocomplete-suggestions strong {
	font-weight: normal
}

.autocomplete-selected {
	background: #eee;
	cursor: pointer
}

.autocomplete-selected .append {
	background-color: #fff
}

.autocomplete-options {
	padding: 3px 9px;
	line-height: 28px;
	font-size: 13px
}

.cookie-container {
	background-color: #fcfcfc;
	border-top: 1px solid #eee;
	color: #666;
	opacity: 0.95;
	padding-bottom: 8px;
	padding-top: 8px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000
}

@media screen and (max-width:768px) {
	.cookie-container {
		padding-top: 5px
	}
}

.device-c .cookie-container,
.device-t .cookie-container,
.device-m .cookie-container {
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 10px 8px;
	background-color: #fff;
	border: 1px solid #eee
}

.device-m .cookie-container {
	border-top: 0
}

.cookie-content {
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
	position: relative;
	margin-left: 15px;
	margin-right: 15px
}

@media screen and (max-width:767px) {
	.cookie-content {
		margin-left: 10px;
		margin-right: 10px;
		line-height: 16px
	}
}

@media screen and (min-width:768px) {
	.cookie-content {
		padding-right: 200px
	}

	.device-c .cookie-content {
		padding-right: 100px
	}
}

@media screen and (min-width:768px) {
	.cookie-content {
		margin-left: 0;
		margin-right: 0
	}
}

.device-c .cookie-content {
	font-size: 14px;
	line-height: 20px
}

.device-t .cookie-content,
.device-m .cookie-content {
	position: relative;
	padding-right: 70px
}

@media screen and (max-width:767px) {
	.cookie-options {
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 10px;
		text-align: right
	}
}

@media screen and (min-width:768px) {
	.cookie-options {
		position: absolute;
		right: 0;
		top: 0
	}
}

.cookie-button {
	background-color: #fff;
	border: 1px solid #eee;
	cursor: pointer;
	padding: 4px 7px;
	margin-left: 15px;
	text-decoration: none;
	white-space: nowrap;
	color: #666;
	display: inline-block
}

.device-c .cookie-button {
	color: #505058
}

.cookie-block {
	margin-left: -10px
}

.device-t .cookie-block,
.device-m .cookie-block {
	margin-left: -15px;
	margin-right: -15px
}

.device-t .cookie-block {
	margin-right: -30px
}

@media screen and (max-width:991px) {
	.cookie-block {
		margin-left: 0
	}
}

.cookie-link {
	color: #2e4e9f;
	margin-left: 0;
	text-decoration: none;
	white-space: nowrap
}

.home .cookie-container {
	text-align: center
}

.home .cookie-content {
	margin-left: 0
}

.cookie-container {
	margin-top: 0
}

.device-c .cookie-container,
.device-t .cookie-container {
	border-color: #cfcfd2
}

.cookie-button {
	border-color: #cfcfd2
}

.home {
	min-height: 500px
}

@media screen and (min-width:1200px) {
	.home .container {
		max-width: 970px
	}
}

.home .jumbotron {
	padding: 10% 15px 30px;
	text-align: center
}

.home .jumbotron-logo {
	margin: 0 auto
}

.home .jumbotron-logo img {
	max-width: 70%
}

.home .slogan {
	color: #635BFF;
	font-weight: bold;
	padding: 20px 0;
	font-size: 16px;
	text-align: center
}

.home .slogan a {
	color: #666;
	font-size: 13px;
	font-weight: normal
}

@media screen and (min-height:400px) {
	.home .footer {
		position: absolute;
		bottom: 30px;
		width: 100%;
		max-width: none
	}
}

.home-hide {
	display: none
}

.home-leaderboard {
	margin: 25px 0 0;
	text-align: center
}

.home-leaderboard iframe {
	margin: 0 auto
}

.first-line-apps {
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-line-apps .max-width-box {
    flex: 5;
    align-items: center;
    justify-content: center;
    max-width: 110px;
}

.first-line-apps .max-width-box {
    flex: 5;
    align-items: center;
    justify-content: center;
    max-width: 110px;
}

.box-app_body.active {
    /*background-color: rgba(46, 72, 152, 0.8);*/
}

.box-app_body {
    background-color: #fff;
    border-radius: 10px;
    height: 80px;
    width: 86px;
    cursor: pointer;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 16%);
    margin: 10px auto 0px auto !important;
}

.box-app_body.active span {
    color: #635bff;
}

.box-app_body.active span {
    color: #635bff;
}
.box-app_body span {
    display: block;
    line-height: 13px;
    margin-top: 40%;
    font-weight: bold;
    color: #635bff;
    word-break: break-word;
    font-size: 11px;
    padding: 0 5px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-height: 27px;
    overflow: hidden;
	text-align: center !important;
}
@media screen and (min-height: 400px) {
    .home .footer {
        position: absolute;
        bottom: 0px !important;
        width: 100%;
        max-width: none;
    }
}

.sitehost{
            margin-bottom: 20px !important;
            color:green;
            font-size: 16px;
            margin-top: 0px !important;
        }
        p{
          font-size: 16px;
    margin: 5px 0px;
        }
	
		
	
		.resultsRelatedCont{
			/* border-bottom: 1px solid #bbb; */
			font-size: 17px;
			color: #999;
			padding-bottom: 10px;
		}
		.headingr{
		    font-size:18px;
		}
	/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.navbar{margin-bottom:5px;background-color:#fcfcfc;border-bottom:1px solid #eee;min-height:0}.navbar:before,.navbar:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.navbar:after{clear:both}.navbar-nav,.navbar-top{margin:0;margin-top:6px;padding:0;float:left;min-height:0}.device-c .navbar-nav,.device-c .navbar-top{margin-top:8px}.navbar-nav:before,.navbar-top:before,.navbar-nav:after,.navbar-top:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.navbar-nav:after,.navbar-top:after{clear:both}.navbar-nav li,.navbar-top li{float:left;list-style:none}.navbar-nav li a,.navbar-top li a{color:#777;display:block;padding:2px 9px;position:relative;text-decoration:none}.navbar-nav li a:hover,.navbar-top li a:hover{color:#393e46}.navbar-nav li.active,.navbar-top li.active{font-weight:bold}.navbar-nav li.active a,.navbar-top li.active a{color:#393e46}.navbar-nav li.active a:hover,.navbar-top li.active a:hover{text-decoration:none}.navbar-nav>li:first-child>a,.navbar-top>li:first-child>a{padding-left:0}.device-c .navbar-links{position:absolute;top:10px;width:100%}.device-c .navbar-menu{top:5px}.device-c .navbar-menu .dropdown-toggle{display:block;padding:10px;width:40px;height:40px}.device-c .navbar-menu .dropdown-toggle:hover{background-color:#ebebeb}.device-c .navbar-menu .dropdown-bar{display:block;margin:4px 0;height:2px;width:20px;background-color:#999}.navbar-top{float:none}.navbar-right{float:right}@media screen and (min-width:1200px){.navbar-left{margin-left:110px}}@media screen and (min-width:992px) and (max-width:1199px){.navbar-left{margin-left:80px}}.navbar-search{height:45px}.navbar-search .navbar-brand{float:left}.navbar-search .navbar-brand .navbar-logo{display:block;height:40px;line-height:40px;width:96px;margin:auto auto auto -5px}.navbar-search .navbar-brand .navbar-logo img{vertical-align:middle}@media (max-width:767px){.navbar-search .navbar-brand .navbar-logo{background-image:url('images/zapmeta/zapmeta_logo_icon.png');background-image:-webkit-image-set(url('images/zapmeta/zapmeta_logo_icon.png') 1x, url('images/zapmeta/zapmeta_logo_icon%402x.png') 2x);background-position:center;background-repeat:no-repeat;background-size:inherit;height:40px;width:40px}.navbar-search .navbar-brand .navbar-logo img{display:none}}@media (min-width:1400px){.navbar-search .navbar-content{width:885px}}.navbar-search .navbar-form{height:56px;margin-left:100px;padding-top:5px}@media (max-width:767px){.navbar-search .navbar-form{margin-left:45px}}@media screen and (min-width:1200px){.navbar-search .navbar-form{width:650px}}@media screen and (min-width:1400px){.navbar-search .navbar-form{width:755px}}.navbar-search .navbar-form-control{margin-right:50px;border-color:#ddd;border-style:solid;border-width:1px 0 1px 1px}.navbar-search .navbar-form-control .form-control{margin-right:-30px;border:0;font-size:16px;line-height:1.42857143;height:38px;width:100%}@media screen and (max-width:767px){.navbar-search .navbar-form-control .form-control{font-size:18px;height:34px}}.device-c .navbar-search .navbar-form-control .form-control{height:38px}.navbar-search .navbar-form-control a.form-control-clear{display:none;color:#999;font-size:20px;line-height:28px;height:28px;vertical-align:middle;text-align:center;width:20px}.navbar-search .navbar-form-control a.form-control-clear:hover{text-decoration:none}.navbar-search .navbar-form-control a.form-control-clear.active{display:inline-block}.navbar-search .navbar-form-control.focus{border-color:#cfcfd2}.navbar-search .navbar-form-options{float:right;width:50px}.navbar-search .navbar-search-options{padding-top:6px;line-height:1.2em;font-size:11px;padding-left:0}.navbar-search .navbar-search-options a{color:#777}.navbar-search .btn-search{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAABqUlEQVR42r3WzyvDcRzH8Y+vOHDkpBwpB46k3MwOfu0wLvgDyEEp/8DOrjat5MSJs7i4O7CaWClqshxELphf81QO65Vv7+++37ZXPVprfT7Py7e+c5VKxY+HMWSQwzMYn3xHBjF4cLXy+2ESFwiyC0xGDbdiE2G2idagYY0eIMoOJB4onMV/u0IKcQxgBIs4wjd02VrCE9C9YxXNcD6GcQPdRJCwh3M5WEYcLoBO6IN4Ds8Kx6BbM2KqB69yR8wKp+XANVrgarQu92xY4RM5kIILoVfuObXCJTkwChfSQ9U9j1b4U8L9EcL56ous8BOqNxQhXARj3GuFcxJeDhntwFfVPWdWOCPh45DhJbknbYXjYJEesHYU5Y64FfZwKYdu0RUw2oQdOX8Jzwr/moaugD4j2oZd6KZqeTttQVdGBoNogvvTjRWUoNsL8z4+hN/eUMQzrJWRtMIa30aY7UNfq0krrBIoIMgKSMDhM2jc+pc5jizyeAHjk+/IYlye3gWf+IwRjsKOa7ge5qHxD8xIuLFxCTc0nqhHTM1B46W6RjWu4UaZxR3uMfUDvUqknv4oBC4AAAAASUVORK5CYII=');background-size:15px;background-position:center center;background-repeat:no-repeat;border-color:#f2a715;text-indent:-1000em;width:50px;height:40px}@media screen and (max-width:767px){.navbar-search .btn-search{height:36px}}.navbar-search .btn-adv{margin-left:2px;width:33px}@media (max-width:767px){.navbar-search .btn-adv{display:none}}.navbar-search-logo{position:relative}.navbar-search-logo .navbar-brand{float:none;position:absolute;right:0;top:0}.navbar-search-logo .navbar-brand .navbar-logo{width:auto;margin-right:20px}@media (max-width:767px){.navbar-search-logo .navbar-brand .navbar-logo{display:none}}@media (min-width:1200px){.navbar-search-logo .navbar-content{width:670px;margin-left:100px}}@media (min-width:1400px){.navbar-search-logo .navbar-content{width:775px;margin-left:100px}}@media screen and (min-width:992px) and (max-width:1199px){.navbar-search-logo .navbar-content{margin-left:70px}}.navbar-search-logo .navbar-form{margin-left:0}@media (max-width:767px){.navbar-search-logo .navbar-form{margin-left:0;padding-top:2px}}.device-c .navbar-search-logo .navbar-form{height:56px}.navbar-fixed{width:100%;position:fixed;top:0;z-index:100}.navbar-fixed-body{padding-top:80px}.home .navbar .container-search{margin:0 auto}.home .navbar-nav{margin-left:0;margin-top:0}.home .navbar-search{height:60px}.home .navbar-search .navbar-brand{margin-left:10px}.home .navbar-search .navbar-form{position:relative;margin-left:auto;margin-right:auto;width:auto}@media screen and (max-width:767px){.home .navbar-search .navbar-form{margin-top:10px;margin-left:10px;margin-right:10px}}@media screen and (min-width:768px){.home .navbar-search .navbar-form.navbar-brand-addon{margin-left:140px}}@media screen and (min-width:1170px){.home .navbar-search .navbar-search-options{position:absolute;padding-left:10px;width:140px;right:-140px;top:0}}.home .navbar-search .navbar-form-control .form-control{height:38px}@media screen and (max-width:767px){.home .navbar-search .navbar-form-control .form-control{height:34px}}.home .navbar{border:1px solid #eee;margin-bottom:15px}.home .navbar li a{padding-top:10px}.home .navbar-nav{float:none;text-align:center}.home .navbar-nav>li{float:none;display:inline-block}@media screen and (max-width:767px){.home .navbar-search-focus .navbar-form{margin-left:10px}}.device-c .navbar{position:relative;height:60px;background-color:#fff;border:none}body.device-m .navbar-nav li a,body.device-m .navbar-top li a{padding:5px 9px}.device-c .navbar-links{position:absolute;top:10px;width:100%}.device-c .navbar-menu{top:5px}.device-c .navbar-menu .dropdown-toggle{display:block;padding:10px;width:40px;height:40px}.device-c .navbar-menu .dropdown-toggle:hover{background-color:#ebebeb}.device-c .navbar-menu .dropdown-bar{display:block;margin:4px 0;height:2px;width:20px;background-color:#999}.device-c .navbar-search{position:absolute;top:10px;width:100%}.device-m .navbar-search{height:50px}body.device-c .navbar-search .navbar-form{margin-top:5px;padding-top:0;height:auto;box-shadow:0px 1px 4px rgba(20,23,26,0.1)}.navbar-search .navbar-form-control{border-color:#cfcfd2;border-radius:2px 0 0 2px}.device-c .navbar-search .navbar-form-control{margin-right:40px}.navbar-search .navbar-form-control .form-control{border-radius:2px 0 0 2px}.device-c .navbar-search .navbar-form-control .form-control{height:38px}.device-c .navbar-search .navbar-form-control a.form-control-clear.active{display:none}.navbar-search .navbar-form-control.focus{border-color:#cfcfd2}.device-c .navbar-search .navbar-form-options{width:40px}.navbar-search .btn-search{border-radius:0 2px 2px 0}.device-c .navbar-search .btn-search{height:40px;width:40px;background-color:#fff;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAPdJREFUeNqMUrENwkAMTCJqSEOfDQgbJBukpQsTABMEJkCZgHSUsEEyQkYINU3EBJzRvWSsjxRLp/dbf2f77TBQ9rmvYxwZkAID0C937z6YsFARzzgOQGzedMAeIoOXDOINR8lYT0ICFIyNwNYKLEAsFVEyNKoaEXiwDUmQa3IEVPRPmijGTDkzZxBLLTmh3/g+BQJCfPJaWLJ+NGUvXzAyY5qyjfq4P3JHv/Kx2Kcr92nJF/pHPLzqCuDLwrSOaEfl5lxyFHoxEvWZbv61nojesIKl63FIjzWwksrsLoSeHmMKjG6vGWuV8E8gDGaaT2A22SfwFWAAeENbH64nlVIAAAAASUVORK5CYII=);border-color:#cfcfd2;border-width:1px 1px 1px 0px}.device-c .navbar-search .navbar-form:hover .btn-search,.device-c .navbar-search .navbar-search-focus .btn-search{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNpiZEAC////FwBSDkBsAMQPgPgCIyPjBQZCAKixAYjf/8cE+4FYAZ/G+UiKzwNxPxCvRxJ7j9UAoGACkqIENDkFqGFgF2DTfB8qWYDDVQJI3jFAl4QBASK81YAszgRjAEP1A57wfIhNkAktmnABfSj9Ad1J+6FO6sfhZAMkrymgSzogSfYjuwAqBwus9bgCJAFLwriPJnYePSqRDQhAilPkxNEAdRHWtIAtXh2Q4xQqdp4oA/AYSj0DAAIMAH7MZtr/qpNYAAAAAElFTkSuQmCC);background-color:#f2a715}.device-c .navbar-search .navbar-form:hover .navbar-form-control a.form-control-clear.active,.device-c .navbar-search .navbar-search-focus .navbar-form-control a.form-control-clear.active{display:inline-block}body.device-c .navbar-search-logo .navbar-brand{top:4px}body.device-c .navbar-search-logo .navbar-brand .navbar-logo{margin-right:30px}.device-c .navbar-search-focus .navbar-brand{display:block}.device-c .searchbar-form{position:static;top:0}.device-c .searchbar-form .navbar-form{margin-left:-10px}.home .navbar .container-search{margin:0 auto}.home .navbar-nav{margin-left:0;margin-top:0}.home .navbar-search{height:60px;margin-top:10px}.home .navbar-search .navbar-brand{margin-left:10px}.home .navbar-search .navbar-form{position:relative;margin-left:auto;margin-right:auto;width:auto}@media screen and (max-width:767px){.home .navbar-search .navbar-form{margin-top:10px;margin-left:10px;margin-right:10px}}@media screen and (min-width:768px){.home .navbar-search .navbar-form.navbar-brand-addon{margin-left:140px}}@media screen and (min-width:1170px){.home .navbar-search .navbar-search-options{position:absolute;padding-left:10px;width:140px;right:-140px;top:0}}.home .navbar-search .navbar-form-control .form-control{height:38px}@media screen and (max-width:767px){.home .navbar-search .navbar-form-control .form-control{height:34px}}.home .navbar{border:1px solid #eee;margin-bottom:15px}.home .navbar li a{padding-top:10px}.home .navbar-nav{float:none;text-align:center}.home .navbar-nav>li{float:none;display:inline-block}.home .navbar-search-focus .navbar-brand{display:block}@media screen and (max-width:767px){.home .navbar-search-focus .navbar-form{margin-left:10px}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body{font-family:arial,sans-serif;font-size:13px;line-height:1.428571429;color:#666;background-color:#fff}body.device-c{color:#505058}a{color:#2e4e9f;text-decoration:none}a:hover{text-decoration:underline}.hide{display:none}.show{display:block}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:normal}.text-center{text-align:center}.container{min-height:0;padding-right:15px;padding-left:15px;margin:0 auto}.container:before,.container:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.container:after{clear:both}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;min-height:0}.container-fluid:before,.container-fluid:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.container-fluid:after{clear:both}.container-search{margin:0}.container-wide{margin:0;padding-right:15px;padding-left:15px}@media screen and (min-width:768px){.container{width:750px}}@media screen and (min-width:992px){.container{width:970px}}@media screen and (min-width:1200px){.container{width:1170px}}@media screen and (min-width:1400px){.container{width:1370px}}.row{margin-right:-15px;margin-left:-15px;min-height:0}.row:before,.row:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.row:after{clear:both}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media screen and (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media screen and (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media screen and (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media screen and (max-width:767px){.visible-xs-block{display:block !important}}@media screen and (max-width:767px){.visible-xs-inline{display:inline !important}}@media screen and (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media screen and (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media screen and (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media screen and (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media screen and (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media screen and (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media screen and (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media screen and (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media screen and (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media screen and (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media screen and (min-width:1200px){.visible-lg-block{display:block !important}}@media screen and (min-width:1200px){.visible-lg-inline{display:inline !important}}@media screen and (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media screen and (max-width:767px){.hidden-xs{display:none !important}}@media screen and (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media screen and (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media screen and (min-width:1200px){.hidden-lg{display:none !important}}.form-control{padding:5px 10px;font-size:13px;line-height:1.42857143;height:28px;background-color:#fff;background-image:none;border:1px solid #ddd;display:inline-block;width:auto;vertical-align:middle;radius:0px;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.form-control:focus{outline:none;border-color:#2e6da4}.form-control::-ms-clear{display:none}.form-group{min-height:0;margin-bottom:15px}.form-group:before,.form-group:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.form-group:after{clear:both}.form-group .form-control{width:100%}.control-label{padding-top:7px;margin-bottom:0;text-align:right}.btn{display:inline-block;padding:5px 12px;margin-bottom:0;font-size:13px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0}.btn-default{color:#fff;background-color:#f2a715;border-color:#ea7d0c}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active{color:#fff;background-color:#c9880b;border-color:#b9630a}@media screen and (min-width:1200px){.container-search .content{margin-left:110px;width:670px}}@media (min-width:1400px){.container-search .content{width:775px}.container-search .contentright{width:470px}}.device-c .container-search{font-size:14px}.searchresults{line-height:1.2307692308}.searchresults h2{font-size:13px;margin:0;padding:0;position:absolute;text-indent:-1000px;z-index:-1;overflow:hidden;top:0}.device-c .searchresults h4{margin-bottom:10px;color:#a0a0b0;font-size:14px;line-height:15px}.searchresults ol{margin:0;padding:0;list-style:none}.searchresults .searchresult{margin-bottom:15px}@media (min-width:768px){.searchresults .searchresult{padding-right:15%;padding-right:0}}.device-c .searchresults .searchresult{margin-bottom:25px;max-width:600px}.device-m .searchresults .searchresult{margin-bottom:15px}.searchresults .searchresult h3{font-size:15px}.device-c .searchresults .searchresult h3{font-size:16px;line-height:22px;max-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchresults .searchresult h3 a{color:#08368b}.device-c .searchresults .searchresult h3 a{color:#08368b}.device-m .searchresults .searchresult h3 a,.device-t .searchresults .searchresult h3 a{color:#08368b}.searchresults .searchresult cite{display:block;font-style:normal;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:lowercase;word-wrap:break-word}.device-c .searchresults .searchresult cite{color:#505058;line-height:20px}.searchresults .searchresult p{margin:0}body.device-c .searchresults .searchresult p{line-height:20px;overflow:hidden}.searchresults .searchresult .sitelinks{padding:0;margin:4px 0 4px 12px}.searchresults .searchresult .sitelinks li{list-style:none;margin-right:4px;line-height:20px}.device-c .searchresults .searchresult .sitelinks li{display:inline-block}.searchresults .searchresult .sitelinks li a{color:#08368b}.device-c .searchresults .searchresult .sitelinks>li+li::before{content:' - '}body.device-m .searchresults .x__searchresult-nr-1 p,body.device-m .searchresults .x__searchresult-nr-2 p,body.device-m .searchresults .x__searchresult-nr-3 p,body.device-m .searchresults .x__searchresult-nr-5 p,body.device-t .searchresults .x__searchresult-nr-1 p,body.device-t .searchresults .x__searchresult-nr-2 p,body.device-t .searchresults .x__searchresult-nr-3 p,body.device-t .searchresults .x__searchresult-nr-5 p{line-height:16px;max-height:16px}body.device-c .searchresults .x__searchresult-nr-1 h3,body.device-c .searchresults .x__searchresult-nr-2 h3,body.device-c .searchresults .x__searchresult-nr-3 h3,body.device-c .searchresults .x__searchresult-nr-4 h3,body.device-c .searchresults .x__searchresult-nr-5 h3,body.device-c .searchresults .x__searchresult-nr-7 h3{max-height:17px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.device-c .searchresults .x__searchresult-nr-1 p,body.device-c .searchresults .x__searchresult-nr-2 p,body.device-c .searchresults .x__searchresult-nr-3 p,body.device-c .searchresults .x__searchresult-nr-4 p,body.device-c .searchresults .x__searchresult-nr-5 p,body.device-c .searchresults .x__searchresult-nr-7 p{line-height:16px;max-height:16px}body.device-c .searchresults .x__searchresult-nr-1 p span:before,body.device-c .searchresults .x__searchresult-nr-2 p span:before,body.device-c .searchresults .x__searchresult-nr-3 p span:before,body.device-c .searchresults .x__searchresult-nr-4 p span:before,body.device-c .searchresults .x__searchresult-nr-5 p span:before,body.device-c .searchresults .x__searchresult-nr-7 p span:before{content:" ..."}.device-m .searchresults .searchresult-c h3{max-height:none;overflow:auto;text-overflow:clip;white-space:normal}.searchresults .searchresult-c .label{display:inline-block;margin-right:1px;line-height:12px;color:#0e7744;vertical-align:baseline;text-transform:capitalize}.device-c .searchresults .searchresult-c cite,.device-m .searchresults .searchresult-c cite,.device-t .searchresults .searchresult-c cite{color:#0e7744}.searchresults .searchresult-c .seller-rating .seller-rating-star{display:inline-block;position:relative;top:1px;background-image:url('/static/images/rating-off.png');background-repeat:no-repeat;width:66px;height:13px}.searchresults .searchresult-c .seller-rating .seller-rating-star>span{display:inline-block;background-image:url('/static/images/rating-on.png');background-repeat:no-repeat;height:13px}.searchresults .searchresult-c .seller-rating a{color:#505058}.searchresults .contentresult{display:none;margin-bottom:15px}.searchresults .contentresult.show{display:block}@media (min-width:768px){.searchresults .contentresult{padding-right:15%}}.device-m .searchresults-awc .searchresult h3,.device-t .searchresults-awc .searchresult h3,.device-m .searchresults-awc .searchresult cite,.device-t .searchresults-awc .searchresult cite,.device-m .searchresults-awc .searchresult p,.device-t .searchresults-awc .searchresult p{text-transform:lowercase}.searchresults-afs-empty{margin-top:10px}.rel{margin-bottom:20px}.device-c .rel{margin-top:0;margin-bottom:18px;padding-top:2px}.device-m .rel{margin-bottom:26px}.rel h4{color:#777;font-size:13px;line-height:18px;margin-bottom:5px;position:relative;text-indent:0px;z-index:0}.rel h4 strong{text-transform:capitalize}.device-c .rel h4{color:#a0a0b0;font-size:14px;line-height:15px}.rel ul{display:inline-block;list-style:none;margin:0 30px 0 0;padding:0;min-width:150px}.rel li{padding:0;margin:0;line-height:20px;text-transform:capitalize;vertical-align:top}@media (max-width:767px){.rel li{font-size:14px;line-height:26px}}.device-c .rel-top{margin-top:10px}.device-m .content h3,.device-t .content h3{font-size:14px;line-height:16px;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777}body.device-m .content .rel h4 strong,body.device-t .content .rel h4 strong{color:#555}.content .rel ul{min-width:190px;vertical-align:top}body.device-m .content .rel ul,body.device-t .content .rel ul{display:block;margin-right:0}.content .rel li{font-size:14px;line-height:28px}.device-c .content .rel li{font-size:16px;line-height:34px}.content .rel li a{color:#1900e1}.content .rel li a .device-c{color:#2800c8}body.device-m .content .rel li a,body.device-t .content .rel li a{font-size:16px;line-height:32px;display:block;border-bottom:1px solid #eee;padding:4px 0;width:100%;background-image:url('data:image/svg+xml;utf8,<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path></svg>');background-size:25px 25px;background-position:right center;background-repeat:no-repeat}body.device-m .content .rel li a:hover,body.device-t .content .rel li a:hover{text-decoration:none}.device-c .content .search-stats{margin-top:10px;color:#70757a}.device-c .content .search-stats strong,.device-c .content .search-stats b{font-weight:normal}.content-s .contentright .block-rel,.content-s .rel-inline-bottom{display:none}.contentright{color:#393e46}body.device-c .contentright,body.device-t .contentright{padding-top:10px}.contentright .block{margin-bottom:15px;padding:15px;border:1px solid #eee}body.device-c .contentright .block,body.device-t .contentright .block{padding:0;margin-bottom:25px;border:none}@media (max-width:991px){.contentright .block{display:none}}.contentright .contentblock{height:0}.contentright .contentblock.show{margin-bottom:15px}body.device-c .contentright .contentblock.show,body.device-t .contentright .contentblock.show{margin-bottom:25px}.contentright .cookie-container{color:#777}.contentright .cookie-container .cookie-button{color:#777 !important}.contentright .rel{margin-bottom:0}.contentright .rel ul{margin-right:20px}.contentright .rel-empty{display:block;margin-top:0}.contentright h4{font-size:14px;margin-bottom:10px}body.device-c .contentright h4,body.device-t .contentright h4{font-size:13px;color:#777}.contentright .searchresults{margin-top:15px}.contentright .searchresults .searchresult{padding-right:0}.contentright .searchresults.rel-empty{display:block;margin-top:0}body.device-c .contentright .searchresults-r .searchresult h3,body.device-t .contentright .searchresults-r .searchresult h3{font-size:13px}.contentright .searchresults-r .searchresult h3 a{color:#393e46}.contentright .searchresults-r .searchresult h3 a body.device-c,.contentright .searchresults-r .searchresult h3 a body.device-t{color:#777}.contentright .searchresults-r .searchresult h3 a:hover{text-decoration:none}body.device-c .contentright .searchresults-r .searchresult cite,body.device-t .contentright .searchresults-r .searchresult cite{color:#8e8e8e}body.device-c .contentright .searchresults-r .searchresult p,body.device-t .contentright .searchresults-r .searchresult p{color:#8e8e8e}.contentright .searchinfo{margin:0 15px;color:#999;font-size:11px}body.device-c .contentright .searchinfo,body.device-t .contentright .searchinfo{display:none;margin:0}.contentright iframe{min-width:100%;width:1px;*width:100%}.afs{margin-left:-4px;position:relative}.afs .label{display:none}.afs>div{height:10px}@media screen and (min-width:992px){.afs{margin-left:-10px;padding-left:6px}}.device-c .afs-line{height:0}.afs-loaded{margin-bottom:8px;padding-top:16px}.afs-loaded .label{display:block;position:absolute;top:5px;width:100%;max-height:16px;padding-left:4px;color:#777;font-size:13px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body.device-c .afs-loaded .label{color:#a0a0b0;font-size:13px;line-height:15px;top:4px}.device-c .afs-loaded .afs-line{height:1px;background-color:#ebebeb;max-width:600px}body.device-m .afs-loaded{margin-bottom:11px}.afs-empty{display:none}.device-c #afs1-block{margin-bottom:0;padding-top:0}.device-m #afs1-block,.device-t #afs1-block{border-bottom:1px solid #ebebeb}.device-m #afs1-block{border:none;padding-top:0}.device-c #afs1-block .afs-line{margin-top:0}.device-t #afs2-block{border-bottom:1px solid #ebebeb;border-top:1px solid #ebebeb;padding-top:20px}.device-t #afs2-block .label{top:9px}.device-c #afs2-block.afs-loaded{margin-top:-12px;padding-top:0}.device-c #afs2-block.afs-loaded .label{top:13px}.device-c #afs2-block.afs-loaded .afs-line{position:absolute;top:0;left:0;right:0}.device-m .searchresults-view-more-button{position:fixed;bottom:25px;left:50%;margin:0 auto;padding:7px 25px;width:200px;margin-left:-100px;background-color:#f2a715;color:#fff;border:2px solid #f2a715;box-shadow:0px 1px 4px rgba(20,23,26,0.6);font-size:18px;font-weight:bold;text-align:center}.device-m .searchresults-view-more-arrow{width:0;height:0;margin-left:5px;display:inline-block;border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #fff}.device-c .block-lastsearches .dl-lastsearches dd,.device-c .block-lastsearches .dl-lastsearches dt{color:#8e8e8e;font-size:12px}.device-c .block-lastsearches .dl-lastsearches dd{margin-left:70px}.device-c .block-lastsearches .dl-lastsearches dd a{color:#777}.device-c .block-lastsearches .dl-lastsearches dt{width:60px;float:left}.pagination{margin:25px 0;padding:0;list-style:none}.pagination li{display:inline-block;font-size:13px}.pagination li a{display:block;padding:6px 12px;color:#2e4e9f;border:1px solid #eee}.pagination li a:hover{background-color:#eee;text-decoration:none}@media (max-width:767px){.pagination li a{font-size:14px;padding:8px 14px}}.pagination li.active a,.pagination li.active a:hover{background-color:#f2a715;border-color:#ea7d0c;color:#fff}@media (max-width:767px){.pagination .nr{display:none}}.footer{min-height:0;background-color:#fff;margin-bottom:15px;color:#666;text-align:center}.footer:before,.footer:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}.footer:after{clear:both}.footer ul{margin:10px 0 0;padding:0;list-style:none}.footer ul li{display:inline-block;list-style:none}.footer ul img{vertical-align:text-bottom}.footer .divider{padding:0 7px}.footer a{color:#666}@media (max-width:767px){.footer a{line-height:26px}}.footer .country-select{margin-top:20px}.footer-brand{text-align:center}.footer-leaderboard{margin:10px 0 25px;text-align:center}.footer-leaderboard iframe{margin:0 auto}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.caret-up{border-top:0;border-bottom:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:13px;text-align:left;background-color:#fff;border:1px solid #eee;background-clip:padding-box}.dropdown-menu>li{display:block;float:none}.dropdown-menu>li>a{display:block;padding:5px 9px;clear:both;font-weight:normal;white-space:nowrap}.dropdown-menu>li>a:hover{background-color:#fafafa}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.autocomplete-suggestions{border:1px solid #cfcfd2;border-top:none;border-radius:0 0 3px 3px;box-shadow:0px 1px 3px rgba(20,23,26,0.1);background:#fff;font-size:16px;overflow:auto}.autocomplete-suggestion{padding:0px 9px;white-space:nowrap;overflow:hidden;line-height:28px;font-weight:bold;position:relative}.autocomplete-suggestion .history{color:#2e4e9f;display:inline-block}.autocomplete-suggestion .history-deleted{color:#777;display:inline-block;font-size:12px;font-weight:normal}.autocomplete-suggestion .append{display:inline-block;background:#fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAo0lEQVRIx+3X4QaAMBQF4L10RIwRMUZE9BB7t96gXOpfdVrtdMV+HMbY9+teOybGaDSyHxZC5gIX+BdwpTlOteYc15oLpGHB8/Y4BUew3FmAWxZMwe/CEgdwx4Kz4qmwpAV4y4Kz4E9hSQfwjgW/wt/CEg9wz4IlIRXPBSfjub+tPcADC76D9yxYMqDtxmwL49VKZVeV8Wymv+hJ09EiMVqlbQXTCZuExPleFwAAAABJRU5ErkJggg==") no-repeat center center;background-size:15px 15px;height:28px;width:50px;position:absolute;right:0}.device-c .autocomplete-suggestion .append{width:40px}.autocomplete-suggestions strong{font-weight:normal}.autocomplete-selected{background:#eee;cursor:pointer}.autocomplete-selected .append{background-color:#fff}.autocomplete-options{padding:3px 9px;line-height:28px;font-size:13px}.cookie-container{background-color:#fcfcfc;border-top:1px solid #eee;color:#666;opacity:0.95;padding-bottom:8px;padding-top:8px;position:fixed;bottom:0;left:0;width:100%;z-index:1000}@media screen and (max-width:768px){.cookie-container{padding-top:5px}}.device-c .cookie-container,.device-t .cookie-container,.device-m .cookie-container{position:relative;margin-bottom:10px;margin-top:5px;padding:10px 8px;background-color:#fff;border:1px solid #eee}.device-m .cookie-container{border-top:0}.cookie-content{font-size:13px;line-height:16px;display:inline-block;position:relative;margin-left:15px;margin-right:15px}@media screen and (max-width:767px){.cookie-content{margin-left:10px;margin-right:10px;line-height:16px}}@media screen and (min-width:768px){.cookie-content{padding-right:200px}.device-c .cookie-content{padding-right:100px}}@media screen and (min-width:768px){.cookie-content{margin-left:0;margin-right:0}}.device-c .cookie-content{font-size:14px;line-height:20px}.device-t .cookie-content,.device-m .cookie-content{position:relative;padding-right:70px}@media screen and (max-width:767px){.cookie-options{position:absolute;top:0;right:0;margin-top:10px;text-align:right}}@media screen and (min-width:768px){.cookie-options{position:absolute;right:0;top:0}}.cookie-button{background-color:#fff;border:1px solid #eee;cursor:pointer;padding:4px 7px;margin-left:15px;text-decoration:none;white-space:nowrap;color:#666;display:inline-block}.device-c .cookie-button{color:#505058}.cookie-block{margin-left:-10px}.device-t .cookie-block,.device-m .cookie-block{margin-left:-15px;margin-right:-15px}.device-t .cookie-block{margin-right:-30px}@media screen and (max-width:991px){.cookie-block{margin-left:0}}.cookie-link{color:#2e4e9f;margin-left:0;text-decoration:none;white-space:nowrap}.home .cookie-container{text-align:center}.home .cookie-content{margin-left:0}.cookie-container{margin-top:0}.device-c .cookie-container,.device-t .cookie-container{border-color:#cfcfd2}.cookie-button{border-color:#cfcfd2}