h1,
h2,
h3,
h4,
h5,
h6,
.price,
.old-price,
.bonuses {
	-webkit-font-smoothing: antialiased;
}

.site-search .tt-dropdown-menu {
	border-radius: 5px;
	margin-top: 5px;
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.2);
	z-index: 6000;
	background: #fff;
	width: 330px;
	padding: 10px 0;
	overflow: hidden;
}

.site-search .tt-dropdown-menu .tt-dataset-items {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.site-search .tt-dropdown-menu .tt-dataset-items p {
	position: relative;
	cursor: pointer;
	display: block;
	padding: 5px 15px;
	margin: 0;
	width: 87%;
	text-decoration: none;
	color: #333;
	white-space: nowrap !important;
}

.site-search .tt-dropdown-menu .tt-dataset-items p span {
	padding: 5px 10px 5px 5px;
	position: absolute;
	right: -13px;
	top: 0;
	background: #fff;
	z-index: 150;
}

.site-search .tt-dropdown-menu .tt-dataset-items p span:before {
	position: absolute;
	content: "";
	top: 0;
	left: -27px;
	width: 27px;
	height: 100%;
	background: url('../images/search-result-longstring.png') repeat-y;
}

.site-search .tt-dropdown-menu .tt-suggestion.tt-cursor {
	background: #f5f5f5;
}

.site-search .tt-dropdown-menu .tt-suggestion.tt-cursor span {
	background: #f5f5f5;
	z-index: 150;
}

.site-search .tt-dropdown-menu .tt-suggestion.tt-cursor p span:before {
	background: url('../images/search-result-longstring-hover.png') repeat-y;
}

.site-search .tt-dropdown-menu .tt-suggestion strong {
	color: #ec1d23;
}

.site-search .tt-dropdown-menu .tt-dataset-sections {
	font-weight: bold;
	color: #ec1d23;
}

.site-search .tt-dropdown-menu hr {
	background: #ebebeb;
	border: 0;
	height: 1px;
	width: 300px;
}

.search-phrase-found {
	color: #ec1d23;
}

.search-results .tab {
	display: none;
}

.search-results .tab.active {
	display: block;
}

.search-form {
	width: 640px;
	margin: 0 auto;
	background: #fff;
	display: none;
	z-index: 30;
}

.search-form form {
	height: 50px;
	position: relative;
	width: 490px;
	margin: 0 auto;
	padding-right: 150px;
}

.search-form form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	color: #fff;
	width: 140px;
	text-align: center;
	background: #ff0032;
	border: 0;
	outline: 0;
	font-family: 'Corpid', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	border-radius: 6px;
	-webkit-appearance: none;
}

.search-form form input.form-control {
	background: #fff !important;
}

.search-results .container-filter-devices {
	border-top: 0;
}

.contents.tabs-wrap {
	width: 100%;
	background: #fafafa url(../images/plans-tabs-back.png) repeat-x 0 -28px;
}

.search-results.container-tabbed-content {
	background: none;
	margin: 0;
	color: #333;
}

.search-results.container-tabbed-content .compare {
	display: none !important;
}

.search-results.container-tabbed-content .contents .root {
	display: none;
}

.search-results.container-tabbed-content .contents nav.tabs {
	padding-top: 0;
}

.search-results.container-tabbed-content .contents nav.tabs li {
	font-weight: 200;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/plans-tabs.png);
	background-repeat: no-repeat;
	background-position: 0 -28px;
	padding: 0;
}

.search-results.container-tabbed-content .contents nav.tabs li.active {
	background: #fafafa;
}

.search-results.container-tabbed-content .contents nav.tabs li b {
	font-weight: 400;
}

.search-results .tab-contents {
	margin: -26px 0 0;
}

.search-results .news {
	padding-bottom: 30px;
}

.search-results .news .block {
	padding: 30px 30px 30px 220px;
	border-left: 1px solid #D6D6D6;
	background: #fff;
	overflow: hidden;
}

.search-results .news .block {
	*zoom: 1;
}

.search-results .news .block:before,
.search-results .news .block:after {
	content: "";
	display: table;
}

.search-results .news .block:after {
	clear: both;
}

.search-results .news .block:first-child {
	border-top: 1px solid #D6D6D6;
}

.search-results .news .block:last-child {
	margin: 0 0 30px;
}

.search-results .news .block img {
	display: block;
	margin: 0;
	top: 20px;
	left: 0;
	position: absolute;
	max-width: 200px;
	height: auto;
	width: auto;
}

.search-results .news .block h3 {
	margin-bottom: 20px;
}

.search-results .news .block .gray-text {
	font-family: 'Corpid', sans-serif;
	clear: left;
	font-size: 12px;
	margin-bottom: 20px;
	color: #bfbfbf;
}

.search-results .news .block .description {
	font-family: 'Corpid', sans-serif;
	color: #333;
	position: static;
}

.search-results .price .price-range {
	border-radius: 0;
	border: 0;
	background: #e6e6e6;
	height: 7px;
	margin: 30px 0 0;
}

.search-results .price .price-range a {
	text-decoration: none;
	font-size: 14px;
}

.search-results .price .price-range a i {
	position: relative;
	font-style: normal;
}

.search-results .price .price-range .ui-slider-range {
	background: #ec1d23;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}

.search-results .price .price-range .ui-slider-handle {
	background: #fff;
	border-radius: 10px;
	width: 12px;
	height: 12px;
	border: 2px solid #ec1d23;
	margin-left: -7px;
	font-size: 14px;
	color: #4d4d4d;
}

.search-results .price .price-range .ui-slider-handle span {
	font-family: 'Corpid', sans-serif;
	position: absolute;
	top: -22px;
}

.search-results .price .price-range .ui-slider-handle span.min-value:after {
	display: none;
	top: 18px;
	left: 3px;
	border-right: 4px solid #ff0032;
	content: " ";
	width: 1px;
	position: absolute;
	height: 3px;
}

.search-results .price .price-range .ui-slider-handle span.max-value {
	top: 30px;
	left: -26px;
}

.search-results .price .price-range .ui-slider-handle span.max-value:after {
	display: none;
	top: -17px;
	right: 5px;
	border-right: 4px solid #ff0032;
	content: " ";
	width: 1px;
	position: absolute;
	height: 3px;
}

.search-results .price .price-range-scale {
	display: table;
	width: 100%;
}

.search-results .price .price-range-scale .label {
	height: 5px;
	text-align: left;
	display: table-cell;
	width: 25%;
	font-size: 11px;
	color: #999;
	border-left: 1px solid #e6e6e6;
}

.search-results .price .price-range-scale .label:last-child {
	border-right: 1px solid #e6e6e6;
}

.search-results .price .price-range-numbers {
	display: table;
	width: 100%;
	margin: 4px 0 28px;
}

.search-results .price .price-range-numbers .label {
	text-align: left;
	display: table-cell;
	width: 20%;
	font-size: 11px;
	color: #ccc;
}

.search-results .price .price-range-numbers .label.center {
	text-align: center;
}

.search-results .price .price-range-numbers .label.right {
	text-align: right;
}

.search-results .price .inputs {
	font-size: 13px;
}

.search-results .price .inputs .form-control {
	display: inline-block;
	width: 40px;
}

@media only screen and (max-width: 999px) and (min-width: 640px) {

.search-form form button {
	height: 30px;
	width: 83px;
	line-height: 17px;
	font-size: 18px;
	-webkit-appearance: none;
}

.contents.tabs-wrap {
	width: 100% !important;
}

.search-results.container-tabbed-content .contents nav.tabs li {
	padding-bottom: 0;
}

.search-results.container-tabbed-content .contents {
	width: 600px;
}

}

@media only screen and (max-width: 999px) {

.search-form {
	display: block;
}

}

@media only screen and (max-width: 639px) {

.site-search .tt-dropdown-menu {
	width: 280px;
}

.search-form {
	height: 60px;
	width: 284px;
	margin-top: -26px;
}

.search-form form {
	height: 30px;
	position: relative;
	width: 196px;
	margin: 20px auto 0 auto;
	padding-right: 90px;
}

.search-form form button {
	height: 30px;
	width: 83px;
	line-height: 17px;
	font-size: 18px;
	-webkit-appearance: none;
}

.search-form form input {
	height: 26px;
	-webkit-appearance: none;
	width: 166px;
	padding: 1px 10px;
	font: 16px 'Corpid', sans-serif;
}

.contents.tabs-wrap {
	border-top: 1px solid #e6e6e6;
	background: #fafafa;
}

.contents.tabs-wrap .contents {
	margin: 15px auto 25px;
	width: 290px;
}

.search-results.container-tabbed-content .contents .root {
	width: 280px;
	height: 40px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-weight: 200;
	font: 14px/40px 'Corpid', sans-serif;
	padding: 0 0 0 21px;
	margin: 0 auto;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
}

.search-results.container-tabbed-content .contents .root[data-open='1'] + nav.tabs {
	display: block;
}

.search-results.container-tabbed-content .contents .root[data-open='1']:after {
	background-image: url('../images/sprite-icons.png');
	background-position: -486px -599px;
	background-repeat: no-repeat;
	width: 11px;
	height: 6px;
}

.search-results.container-tabbed-content .contents .root:after {
	content: "";
	background-image: url('../images/sprite-icons.png');
	background-position: -502px -599px;
	background-repeat: no-repeat;
	width: 11px;
	height: 6px;
	display: block;
	position: absolute;
	top: 17px;
	right: 10px;
}

.search-results.container-tabbed-content .contents nav.tabs {
	display: none;
}

.search-results.container-tabbed-content .contents nav.tabs li {
	width: 278px;
	height: 40px;
	margin-left: 5px;
	background: #fff;
	border: 0;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.search-results.container-tabbed-content .contents nav.tabs li:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.search-results.container-tabbed-content .contents nav.tabs li.active {
	background: #fff;
	border-top: 0;
}

.search-results .news .block {
	overflow: visible;
	padding: 0 0 5px 0;
	width: 320px;
	border: 0;
	text-align: center;
	border-bottom: 1px solid #D6D6D6;
}

.search-results .news .block:first-child {
	border-top: 0;
}

.search-results .news .block img {
	position: static;
	max-height: 220px;
	display: inline-block;
	margin: 10px auto;
}

.search-results .news .block h3 {
	padding: 5px 10px 18px 25px;
	text-align: left;
	margin: 0;
	font-size: 18px;
}

.search-results .news .block .gray-text {
	text-align: left;
	margin: 0;
	color: #bfbfbf;
	font-size: 12px;
	padding: 0 10px 18px 25px;
}

.search-results .news .block .description {
	font-family: 'Corpid', sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	position: static;
	text-align: left;
	padding: 0 10px 18px 25px;
}

}

