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, 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: 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: 0.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 {-moz-box-sizing: content-box; 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; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; 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: 0.35em 0.625em 0.75em;}
legend { border: 0; padding: 0;}
textarea { overflow: auto;}
optgroup { font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;}
td, th { padding: 0;}

.custom-select {border:0; background:#fff; box-shadow:none; height:38px; border-radius:3px!important; position: relative; width: 100%;z-index: 1;}
.custom-select:before {color: #333;	display: block;	font-family: 'FontAwesome';	font-size: 18px; height: 100%;	line-height: 38px;	padding: 0;	position: absolute;	top: 0;	right: 0;	border-radius: 0 3px 3px 0;	text-align: center;	width: 30px;	z-index: -1;}
.custom-select select {	background-color: transparent;	border: 0 none;	box-shadow: none;	color: #333;	display: block;	font-size: 100%;	line-height: normal;	margin: 0;	padding:6px 12px 6px 6px;	width: 100%;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;}
.custom-select select::-ms-expand {	display: none;}
.custom-select select:focus {outline: none;}
:-moz-any(.custom-select):before {
	background-color: #fff; /* this is necessary for overcome the caret default browser */
	pointer-events: none; /* https://developer.mozilla.org/en-US/docs/Web/CSS/pointer-events  */
	z-index: 1; /* this is necessary for overcome the pseudo element */
}

.loadingCat{background:url('/portal/assets/img/ajax-loader.gif') no-repeat center;padding:35px;}
body{font-family:'Open Sans', sans-serif;background-color:#fff; overflow-x:hidden}
body.sections,
body.inst{background-color:#F9F9F9;}
header{position:relative;background-color:#FFF000;z-index:2;-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.3);box-shadow:0 2px 6px rgba(0, 0, 0, 0.3);}
.relative{position:relative;}
.placeholder { color: #aaa; }
.clear{height:20px;}
a{color:#797979;}
a:hover{color:#21a4fe;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
a:focus{text-decoration:none}
.btn-link{color:#21a4fe;}
.btn-link:hover{text-decoration:underline;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;}
*:focus{outline:none;}
.topnav{background:#2A2A2A;border-radius:0;border:none;}
.topnav .navbar-brand{display:none;padding:0 15px; position:relative;}
.topnav .navbar-brand img{max-width:25px; position:absolute; top: 5px; }
.topnav .nav { float:right;}
.topnav .navbar-nav > li, .topnav .nav > li { float:right;}
.topnav .navbar-nav > li > a, .topnav .nav > li > a {font-size: 12px;font-weight: 600;color: #fff;opacity: 0.8;line-height:21px;padding: 10px;background: none;text-shadow: 0 1px 0 rgba(0,0,0,1);}
.topnav .nav > li.open > a {color: #000;opacity:1;text-shadow:none;background-color:#fff;}
.topnav .top-filters {min-width:160px;border-top:0;border-radius:0;-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);text-align:left;background-color:#fff;overflow-x:hidden;right:-1px!important;left:auto;margin:0;}
.topnav .top-filters li{font-size:13px;padding:2px;display:block;float:none;list-style:none;}
.topnav .top-filters li a{display:block;width:100%;color:#333; text-align:right; padding: 3px 10px;}
.topnav .top-filters li a:hover{color:#333;background-color:#ddd;text-decoration:none;color:#000;}
.topnav .top-filters li.active a {background-color:#0096E6; color:#fff}
.languages{min-width:280px;border-top:0;border-radius:0;-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);text-align:left;background-color:#fff;overflow-x:hidden;right:-1px!important;left:auto;margin:0;}
.col-languages{list-style:none;margin:5px;padding:0;}
.col-languages li{font-size:12px;padding:2px 0 2px 10px;display:block;float:none;list-style:none;}
.col-languages li a{display:block;width:100%;color:#333;}
.col-languages li a:hover{color:#333;background-color:#ddd;text-decoration:none;color:#000;}
.flag{width:16px;height:11px;margin:4px 2px 0;display:inline-block;background:url(../img/flags.png?20151204) no-repeat;}
.flag.lang-es{background-position:-16px -11px}
.flag.lang-it{background-position:-32px -22px}
.flag.lang-en{background-position:0 -11px}
.flag.lang-pt{background-position:-64px -33px}
.flag.lang-br{background-position:-48px 0}
.flag.lang-fr{background-position:-32px -11px}
.flag.lang-pl{background-position:-48px -33px}
.flag.lang-vn{background-position:0 -55px}
.flag.lang-tr{background-position:-64px -44px}
.flag.lang-hr{background-position:-64px -11px}
.flag.lang-am{background-position:-16px 0}
.flag.lang-bg{background-position:-32px 0}
.flag.lang-de{background-position:-64px 0}
.flag.lang-dk{background-position:-80px 0}
.flag.lang-gr{background-position:-48px -11px}
.flag.lang-id{background-position:-80px -11px}
.flag.lang-il{background-position:0 -22px}
.flag.lang-in{background-position:-16px -22px}
.flag.lang-jp{background-position:-48px -22px}
.flag.lang-kr{background-position:-64px -22px}
.flag.lang-my{background-position:-80px -22px}
.flag.lang-nl{background-position:0 -33px}
.flag.lang-no{background-position:-16px -33px}
.flag.lang-ph{background-position:-32px -33px}
.flag.lang-ro{background-position:-80px -33px}
.flag.lang-ru{background-position:0 -44px}
.flag.lang-sa{background-position:-16px -44px}
.flag.lang-se{background-position:-32px -44px}
.flag.lang-th{background-position:-48px -44px}
.flag.lang-ua{background-position:-80px -44px}
.flag.lang-lo{background-position:-16px -55px}
.flag.lang-my{background-position:-32px -55px}
.flag.lang-km{background-position:-48px -55px}
.flag.lang-sl{background-position:-64px -55px}
.flag.lang-sr{background-position:-80px -55px}
.search{position:relative;padding:10px 0 5px;}
.ms-layer .caption {position:absolute;top:20px;left:20px;color:#fff;z-index:9;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.5);}
.ms-layer .caption h1{font-size:41px;font-weight:700;}
.ms-layer .caption p{font-size:24px;font-weight:500;}
.search .brand{position:relative;}
.search .brand2{position:relative;min-height:50px;}
.search .brand .brand-sup,
.search .brand .rtl-brand-sup{width:100%;max-width:65px;}
.search .brand2 .brand-sup,
.search .brand2 .rtl-brand-sup{max-width:65px;}
.search .filters{list-style:none;margin:0 0 5px;padding:0;}
.search .filters li:first-child{padding-left:0;}
.search .filters li:last-child{padding-right:0;}
.search .filters li{padding:0 15px;display:inline-block;font-size:13px;}
.search .filters li a{color:#666;font-weight:600;opacity:0.7;}
.search .filters li a:hover,
.search .filters li.active a,
.search .filters li a:active{color:#000;text-decoration:none;opacity:1;}
.search .filters li .fa{font-size:20px;}
.search .filters li.divider{width:1px;padding:0;margin:0;overflow:hidden;height:10px;display:inline-block;background-color:#333;}
.search .select-filters{margin-bottom:10px!important;}
.search .select-filters .form-control{border-left:0;}
.search .form-group,
.search .input-group{margin:5px 0;}
.search .form-group .control-label{font-weight:700;font-size:18px;text-align:right;line-height:35px;}
.search .checkbox { margin:5px 0!important; min-height:0; color:#333; padding:0; line-height:1.1}
.search .checkbox input{margin: 0 5px 0 0;}
.search .help-block{ margin:5px 0!important; color:#333; padding:0; line-height:1.1}
.search .checkbox label,
.search .help-block{font-size:13px; text-overflow: ellipsis; overflow: hidden;white-space: nowrap;width:100%;display:block;}
.search .checkbox input[type="checkbox"] {margin: 1px 5px 0 0;}
.search .btn-search{padding:6px 22px;}
.search .btn-search .fa{font-size:22px;}
.search input::-webkit-input-placeholder{font-weight:500;font-size:18px;color:#ccc;line-height:1.3;opacity:1;}
.search input:-moz-placeholder{font-weight:500;font-size:18px;color:#ccc;line-height:1.3;opacity:1;}
.search .btn-primary{background-image:-webkit-linear-gradient(top, #28E9FF 0%, #0096E6 100%);background-image:linear-gradient(to bottom, #28E9FF 0%, #0096E6 100%);background-repeat:repeat-x;border-color:#11BAF1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff28E9FF', endColorstr='#ff0096E6', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);padding:7px 12px;display:block;margin:5px 0;}
.search .btn-primary:active,
.search .btn-primary.active{background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.search .btn-primary:hover,
.search .btn-primary:focus{outline:0;background-color:#0096E6;background-position:0 -15px;}
.main-banner{display:block;background:#fff;overflow:hidden;}
.main-banner .blur{-webkit-filter:blur(5px);-moz-filter:blur(5px);-o-filter:blur(5px);filter:blur(5px);opacity:0.5;}
.main-banner .ms-view{background:#fff;}
.main-banner .ms-layer{box-shadow:0 2px 15px rgba(0,0,0,0.6);}
.master-spot{padding-top:5px;padding-bottom:6px;background:url("../img/div.gif") no-repeat center bottom;text-align:center;}
.master-spot ul{text-align:center;list-style:none;margin:0;padding:0;display:inline-block;}
.master-spot ul li{display:inline-block;width:auto;vertical-align:top;text-align:center;margin: 0px 3px;}
.master-spot ul li a{display:block;}
.master-spot ul li img{width:91px;margin:10px 0;}
.ads-location{position:relative;margin:40px 0 20px;padding-bottom:30px;background:url("../img/div.gif") no-repeat center bottom;}
.ads-location .form-location-container{width:100%;text-align:center;font-size:24px;font-weight:300;color:#999999;-webkit-font-smoothing:antialiased;}
.ads-location .label-location{margin-right:15px;}
.ads-location .form-location{position:relative;}
.ads-location .form-location .form-location-control{position:relative;font-size:inherit;display:inline-block;border:2px solid #EEEEEE;padding:10px 50px 15px 20px;border-radius:5px;line-height:1;}
.ads-location .form-location .form-location-control a{font-size:24px;font-weight:300;display:block;color:#999999;line-height:1;text-decoration:none;}
.ads-location .form-location .form-location-control .fa{position:absolute;right:15px;top:25%;}
.ads-location .form-location a span{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;}
.ads-location .form-location .form-location-control:focus,
.ads-location .form-location .form-location-control:hover,
.ads-location .form-location .form-location-control:active{border:2px solid #ccc;text-decoration:none;cursor:pointer;text-decoration:none;}
.tooltip-inner{min-width:180px;font-size:13px;font-weight:bold;border-radius:0;background-color:#fff;color:#666;border:1px solid #ccc;}
.tooltip-arrow{}
.choose-location{overflow:hidden;}
.choose-location .modal-header{padding:15px 15px 12px;position:relative;background-color:#FFF000;}
.choose-location .modal-body{padding:0;}
.choose-location .typeLocation{background-color:#f0f0f0;padding:20px;border-bottom:1px solid #d2d2d2;}
.choose-location .typeLocation .form-group{margin-bottom:0;}
.choose-location .typeLocation .control-label{font-weight:300;font-size:16px;}
.choose-location .typeLocation .form-control{font-weight:300;font-size:16px;padding:6px 25px 6px 10px;}
.choose-location .typeLocation .loclink{position:absolute;right:25px;top:3px;font-size:20px;}
.choose-location .pickLocation{text-align:center;padding:20px;}
.choose-location .pickLocation ul{display:inline-block;vertical-align:top;width:47%;list-style:none;margin-right:0;text-align:left;padding:0;}
.choose-location .pickLocation ul li{width:100%;margin:2px 0;}
.choose-location .pickLocation ul li a.btn-cities{color:#444;text-shadow:0 1px 1px rgba(255,255,255,0.4);background-color:#ddd;font-size:12px;text-transform:uppercase;width:100%;text-align:left;position:relative;font-weight:normal;padding:5px 10px;display:block;border-radius:3px;}
.choose-location .pickLocation ul li a.btn-cities:hover{background-color:#F9DC3C;text-decoration:none;}
.categories{border-top:1px solid #E8E8E8;border-bottom:1px solid #E8E8E8;background-color:#F4F4F4;position:relative;z-index:1;}
.category-list{padding-top:40px;}
.category-list h1{font-size:28px;font-weight:600;color:#666;padding-bottom:10px;text-shadow:0 1px 0 #fff;margin:0 0 20px;border-bottom:1px solid #ddd;}
.category-list .thumbnail{padding:0;box-shadow:0 1px 2px rgba(0,0,0,0.1);}
.category-list .thumbnail:hover{border-color:#04AEDA;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(4, 174, 218, 0.6);box-shadow:0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(4, 174, 218, 0.6); text-decoration:none;}
.category-list .thumbnail .row-thumb>img,
.category-list .thumbnail a>.row-thumb>img{display:inline-block;height:auto;width:30%;margin-left:0;vertical-align:top;border-radius:4px 0 30px 0;}
.category-list .thumbnail .caption{padding:5px 8px;color:#333;width:68%;height:105px;display:inline-block;vertical-align:top;}
.category-list .thumbnail .caption .caption-head{height:95px;}
.category-list .thumbnail .caption .caption-body{height:50px;}
.category-list .thumbnail .caption h3{color:#666;font-size:16px;font-weight:700;line-height:120%;margin:5px 0;}
.category-list .thumbnail:hover .caption h3{color:#04AEDA;}
.category-list .thumbnail .caption h4{color:#545454;font-size:14px;font-weight:500;line-height:120%;margin:0 0 5px;color:#999;}
.category-list .thumbnail .caption .category-rating .txt-reviews{font-size:11px;line-height:15px;vertical-align:top;color:#999;}
.category-list .thumbnail .thumbnail-body{padding:8px;}
.category-list .thumbnail .thumbnail-body p{font-size:12px;color:#666;margin:0;text-overflow:ellipsis;overflow:hidden;height:17px;white-space:nowrap;width:100%;}
.category-list .thumbnail .thumbnail-body p i{text-align:center;margin-right:3px;width:14px;}
.sitemap{margin:20px 0 20px;text-align:left;}
.sitemap h2{font-size:16px;font-weight:700;color:#2693FF;margin:5px 0;background-color:transparent!important;}
.sitemap ul{list-style:none;margin:0 0 20px;padding:0;}
.sitemap ul li{font-size:13px;line-height:20px;}
.sitemap ul li a:hover{text-decoration:none;}
.copy{padding:5px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.copy p{font-size:11px;color:#666;margin:5px 0;}
.copy .vali{text-align:right;}
.ads-country{margin:20px 0;font-size:11px;text-align:left;}
.ads-country a{color:#aaa;padding:2px;}
.ads-country a:hover{text-decoration:none;color:#2693FF;}
.breadcrumb{margin:15px 0 5px;background:none;font-size:13px;}
.breadcrumb i.fa{font-size:16px;}
.breadcrumb .active a,
.breadcrumb .active a:hover{color:#2693FF;text-decoration:none;cursor:default;}
.search-aside{position:relative;}
.spots-aside{list-style:none;margin:0;padding:0;}
.spots-aside li{display:block;margin:0 0 20px;padding:10px;background-color:#fff;border:1px solid #ccc;}
.spots-aside li:hover{-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.175);box-shadow:0 1px 4px rgba(0, 0, 0, 0.175);cursor:pointer;}
.spots-aside li h1{margin:0 0 10px;font-size:14px;color:#666;font-weight:700;}
.spots-aside li p{font-size:12px;margin:0 0 5px;color:#666;line-height:120%;}
.spots-aside li p .fa{text-align:center;margin:0 3px 0 0;}
.item,
.detail{position:relative;display:block;background:#fff;border:1px solid #ccc;margin-bottom:20px}
.item:hover{-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);box-shadow:0 2px 6px rgba(0, 0, 0, 0.175);}
.item-badge,
.detail-badge{position:absolute;z-index:999;}
.item-title{position:relative;padding:10px 65px 10px 15px;max-height:40px;}
.item-title h1{margin:0;line-height:1;font-weight:500;max-height:40px;text-shadow:0 1px 0 rgba(255,255,255,.6)}
.item-title h1 a{display:block;}
.item-title h1 a:hover{text-decoration:none;}
.item-body,
.detail-body{padding:15px;}
.item-body .item-img,
.detail-body .detail-img{margin-bottom:5px;/*overflow:hidden;*/}
.item-body p ,
.detail-body p{margin-bottom:5px;}
.item-body p i ,.detail-body p i{font-size:14px;font-weight:normal;margin-right:5px;position:relative;text-align:center;width:12px;}
.item-body .item-description,
.detail-body .detail-description{font-size:13px;margin-bottom:10px;}
.item-body .item-description{max-height:110px;overflow:hidden;}
.item-body .item-phone,
.detail-body .detail-phone{font-weight:500;}
.detail-body .detail-phone,
.detail-body .detail-phone .fa{font-size:18px;}
.item-body .item-address{font-size:13px;line-height:1.1;}
.item-body .item-address span{display:inline-table;}
.item-body .item-link a{color:#2693FF;font-size:13px;}
.item-body .link-ads span{font-weight:500;font-size:13px;}
.item-body .link-ads a{float:right;color:#2693FF;font-size:15px;font-weight:400;line-height:1;}
.item-body .ptr{border:none;padding:5px;text-shadow:0 1px 0 rgba(255,255,255,0.6);color:#333;font-weight:500;font-size:13px;}
.item-share{border-top:1px solid #ccc;background-color:#eee;padding:5px 20px;}
.item-share ul{list-style:none;padding:0;margin:0;}
.item-share ul li{display:inline-block;margin-right:20px;font-size:12px;}
.item-share ul li a{color:#333;padding:2px 5px;}
.item-share ul li a:hover{text-decoration:none;background-color:#fff;}
.icon-delivery{height:20px;width:20px;float:left;margin-right:5px;background:url(../img/icon-delivery.png) transparent no-repeat top left;}
.keyAds{font-size:10px;line-height:15px;color:#999;margin-bottom:5px;}
.weblink{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
.label-promo{padding:10px 20px;font-size:16px;font-weight:700;border:1px solid;border-radius:6px;margin-left:10px;margin-right:10px;}
.item-gold,
.detail-gold .detail{border-color:#FCC25B;}
.item-gold .item-title{background:url(../img/bg-title-gold.png) #F4A500 repeat-x top left;}
.item-gold .item-title h1{font-size:20px;}
.item-gold .item-title h1 a{color:#96702b;}
.item-gold .item-title h1 a:hover{color:#333;}
.item-gold .item-badge,
.detail-gold .detail-badge{right:-19px;top:-12px;}
.item-gold .item-share{border-top:1px solid #FCC25B;background-color:#FDD995;}
.item-gold .ptr{border-color:#FCC25B;background-color:#FEE7BC;}
.detail-gold h2,
.detail-gold .nav-tabs li.active a{position:relative;background-image:-webkit-linear-gradient(top, #FCD547 0%, #FDA706 100%);background-image:linear-gradient(to bottom, #FCD547 0%, #FDA706 100%);background-repeat:repeat-x;background-color:#F4A500;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFCD547', endColorstr='#ffFDA706', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);}
.detail-gold .nav-tabs{border-bottom:3px solid #FDA706;}
.detail-gold .label-promo{background:#FCE98F;border-color:#FAD93D;}
.item-premium,
.detail-premium .detail{border-color:#53BFFF;}
.item-premium .item-title{background:url(../img/bg-title-premium.png) #51B0EC repeat-x top left;}
.item-premium .item-title h1{font-size:18px;}
.item-premium .item-title h1 a{color:#2f617f;}
.item-premium .item-title h1 a:hover{color:#333;}
.item-premium .item-badge,
.detail-premium .detail-badge{right:-6px;top:-8px;}
.item-premium .item-share{border-top:1px solid #53BFFF;background-color:#9FD3F7;}
.item-premium .ptr{border-color:#53BFFF;background-color:#C0E2FA;}
.detail-premium h2,
.detail-premium .nav-tabs li.active a{position:relative;background-image:-webkit-linear-gradient(top, #85CCFA 0%, #1A91DF 100%);background-image:linear-gradient(to bottom, #85CCFA 0%, #1A91DF 100%);background-repeat:repeat-x;background-color:#46A9EA;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85CCFA', endColorstr='#ff1A91DF', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);}
.detail-premium .nav-tabs{border-bottom:3px solid #1A91DF;}
.detail-premium .label-promo{background:#CEE9FB;border-color:#59B4EF;}
.item-regular,
.detail-regular .detail{border-color:#68A366;}
.item-regular .item-title{background:transparent;}
.item-regular .item-title h1{font-size:16px;font-weight:700;}
.item-regular .item-title h1 a{color:#325131;text-shadow:none;}
.item-regular .item-title h1 a:hover{color:#333;}
.item-regular .ptr{border-color:#68A366;background-color:#D2E3D2;}
.item-regular .item-badge,
.detail-regular .detail-badge{right:-6px;top:-5px;}
.detail-regular h2,
.detail-regular .nav-tabs li.active a{position:relative;background-image:-webkit-linear-gradient(top, #82B681 0%, #467A45 100%);background-image:linear-gradient(to bottom, #82B681 0%, #467A45 100%);background-repeat:repeat-x;background-color:#6FA86E;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff82B681', endColorstr='#ff467A45', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);}
.detail-regular .nav-tabs{border-bottom:3px solid #467A45;}
.detail-regular .label-promo{background:#CADFCA;border-color:#95BE94;}
.item-heart,
.detail-heart .detail{border-color:#AD4F78;}
.item-heart .item-title{background:transparent;}
.item-heart .item-title h1{font-size:16px;font-weight:700;}
.item-heart .item-title h1 a{color:#AD4F78;text-shadow:none;}
.item-heart .item-title h1 a:hover{color:#333;}
.item-heart .item-badge,
.detail-heart .detail-badge{right:-6px;top:-5px;}
.detail-heart h2,
.detail-heart .nav-tabs li.active a{position:relative;background-image:-webkit-linear-gradient(top, #AD4F78 0%, #7D3956 100%);background-image:linear-gradient(to bottom, #AD4F78 0%, #7D3956 100%);background-repeat:repeat-x;background-color:#AD4F78;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffAD4F78', endColorstr='#ff7D3956', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);box-shadow:inset 0 1px 0 rgba(255,255,255,0.7);}
.detail-heart .nav-tabs{border-bottom:3px solid #AD4F78;}
.item-basic .item-title{background:transparent;}
.item-basic .item-title h1{font-size:16px;font-weight:700;}
.item-basic .item-title h1 a{text-shadow:none;}
.item-basic .item-title h1 a:hover{color:#333;}
.item-basic .item-badge,
.detail-basic .detail-badge{right:-6px;top:-5px;}
.detail-basic .nav-tabs{border-bottom:3px solid;}
.detail{margin-bottom:5px;}
.detail-title{margin:10px 0;padding:0 15px;color:#666666;font-size:32px;font-weight:700;text-shadow:0 1px 0 rgba(255,255,255,1)}
.detail-module{position:relative;display:block;background:#fff;padding:15px;border:1px solid #ccc;margin-bottom:30px;}
.detail .detail-description{font-size:14px;padding-right:35px}
.detail .detail-address{font-size:13px;padding-left:15px;background:url(../img/icon-location.gif) no-repeat;}
.detail .detail-address span{display:inline-table;}
.detail .social{margin:0;}
.detail .social a{display:inline-block;width:32px;height:32px;margin:10px 5px 0 0;opacity:0.7;background:url(../img/social-sprite.png);background-repeat:no-repeat;}
.detail .social a.disabled{opacity:0.15;}
.detail .social a.disabled:hover{opacity:0.15;}
.detail .social a:hover{opacity:1;}
.detail .social a.facebook{background-position:0 0;}
.detail .social a.skype{background-position:0 -32px;}
.detail .social a.twitter{background-position:0 -64px;}
.detail .social a.youtube{background-position:0 -96px;}
.detail .btn-group-lg .btn{margin-bottom:5px;font-size:16px;font-weight:500;}
.id{font-size:10px;text-align:right;margin-bottom:15px;}
.direct-link p{margin-bottom:0;}
.direct-link .fb-like{float:right;}
.rating{margin-bottom:30px;}
.rating-alert{font-size:12px;text-align:right;margin-bottom:0;}
.rating-alert.ra-ok{color:green;}
.rating-alert.ra-error{color:red;}
.rating-alert .fa{margin-right:5px;}
.category-rating{line-height:1;padding:3px;text-align:left;border-top:1px dashed #ccc;border-bottom:1px dashed #ccc;margin-bottom:0;}
.category-rating,
.search-rating{margin-bottom:10px;}
.rating label,
.category-rating label,
.search-rating label{display:block;font-size:12px;font-weight:400;color:#666666;text-shadow:0 1px 0 rgba(255,255,255,1);}
.search-rating label,
.category-rating label{margin-bottom:0}
.rating ul,
.category-rating ul,
.search-rating ul{list-style:none;display:block;margin:0;padding:0;}
.rating ul li,
.category-rating ul li,
.search-rating ul li{display:inline-block;margin:0 3px 0 0;padding:0;}
.rating .stars{display:block;text-align:right;}
.category-rating .stars{display:inline-block;text-align:left; }
.search-rating .stars{display:block;text-align:left;}
.rating .stars .star{width:20px;height:20px;background:url(../img/stars.png) top left no-repeat;display:inline-block;margin-right:2px;}
.category-rating .stars .star,
.search-rating .stars .star{width:14px;height:14px;background:url(../img/stars-min.png) top left no-repeat;display:inline-block; float:left;}
.rating .stars .point{background:url(../img/stars.png) center left no-repeat;}
.category-rating .stars .point,
.search-rating .stars .point{background:url(../img/stars-min.png) center left no-repeat;}
.rating .stars .hover{background:url(../img/stars.png) bottom left no-repeat;}
.category-rating .stars .hover,
.search-rating .stars .hover{background:url(../img/stars-min.png) bottom left no-repeat;}
.information h2,
.coupon h2,
.opening h2{margin:0;padding:10px 15px;border:1px solid #ccc;border-bottom:0;font-size:16px;font-weight:700;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.2);line-height:1;}
.coupons-list .thumbnail{max-width:160px;text-align:center;display:inline-block;vertical-align:top;margin:8px;}
.coupons-list .thumbnail:hover{text-decoration:none;}
.coupons-list .thumbnail p{line-height:120%;margin-bottom:0;}
.comments{margin-bottom:30px;}
.comments h3{font-size:22px;color:#7A7A7A;font-weight:700;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,1);}
.comments .comment-item{padding:20px 0;border-bottom:1px solid #D6D6D6;}
.comments .comment-item p{font-size:13px;text-align:left;text-shadow:0 1px 0 rgba(255,255,255,1);}
.comments .comment-item p .comment-avatar{float:left;margin:0 10px 10px 0;}
.comments .comment-item p span{display:block;font-weight:400;}
.comments .view-more{text-align:right;margin:5px 0;}
.comments .comment-form textarea{resize:none;}
.comments .comment-form .img-captcha{margin-bottom:10px;}
.comments .comment-form label{font-weight:400;}
.comments .comment-form .cont-btn{text-align:right;padding:18px 0;}
.comments .comment-form .cont-btn .btn{font-size:16px;}
.actions{padding:15px 0;border:1px solid #DDDDDD;border-left:0;border-right:0;text-align:left;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);display:block;}
.actions ul{display:inline-block;list-style:none;margin:0;padding:0;}
.actions ul li{font-size:14px;display:inline-block;margin:0 20px 0 0;padding:0:}
.actions .report{float:right;position:relative;}
.map{position:relative;display:block;background:#fff;padding:5px;border:1px solid #ccc;margin-bottom:30px;text-align:center;}
.map .caption{padding:10px 30px;display:none;position:relative;background-color:#fff;}
.map:hover .caption{display:block;}
.map>a>img{width:100%;position:relative;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.banner-aside{position:relative;display:block;background:#fff;padding:5px;border:1px solid #ccc;margin-bottom:30px;text-align:center;}
.banner-aside img{width:100%;position:relative;}
.qr-code{margin-bottom:30px;text-align:center;}
.qr-code img{width:auto;background:#fff;border:1px solid #ccc;}
.icon.icon-fax{background:url(../img/fax.png) top left no-repeat;display:inline-block;margin-right:3px;position:relative;text-align:center;width:14px;height:14px;}
.detail-coupon{width:630px;font-size:13px;border:#CA0 2px dashed;position:relative;padding:10px;margin:20px 0;}
.detail-coupon .scissors{width:120px;height:90px;position:absolute;right:-4px;bottom:-11px;z-index:2;}
.i-page{background-color:#fff;border-radius:4px;padding:15px;border:1px solid #ddd;position:relative;}
.i-page h1{font-size:22px;font-weight:700;color:#2693FF;margin:10px 0 20px;}
.i-page h2{font-size:20px;font-weight:500;color:#333;margin:5px 0 10px;background:transparent;}
.i-page h3{font-size:18px;font-weight:700;color:#333;margin:20px 0 5px;background:transparent;}
.i-page h5{font-size:16px;font-weight:700;color:#333;margin:0 0 10px;}
.i-page .btn-collapse{float:right;margin-left:10px;}
.select-inst{margin-bottom:20px;}
.list-vali{list-style:none;margin:0 0 20px 0;padding:0;text-align:center;}
.list-vali li{padding:0;margin:0;display:inline-block;}
.gratitude{font-size:14px;text-align:right;font-style:italic;color:#666;}
.gratitude b{font-weight:500;font-style:normal;font-size:16px;}
.thumb-office{margin-bottom:20px;}
.thumb-office img {display:block; width:100%}
.thumb-office .caption{ text-align:center; height:200px; border-bottom:1px solid #ddd;}
.thumb-office .caption>h4{font-size:18px;color:#777;font-weight:600;margin:15px 0;}
.thumb-office .caption>p{font-size:14px;margin-bottom:2px;}
.mosaic-block{float:left;position:relative;overflow:hidden;width:100%;height:120px;margin-bottom:20px;background:#111 url(../img/progress.gif) no-repeat center center;border:1px solid #ccc;}
.mosaic-block .details{padding:12px;}
.mosaic-block .details p{vertical-align:middle;display:table-cell;font-size:13px;font-weight:500;color:#111;text-shadow:0 1px 0 rgba(255,255,255,0.4)}
.mosaic-backdrop{display:none;position:absolute;top:0;height:100%;width:100%;background:#FFD700;}
.mosaic-overlay{display:none;z-index:5;position:absolute;width:100%;height:100%;background:#111;}
.mosaic-overlay img{width:100%;}
.ads-type{text-align:center;margin:20px;position:relative;}
.ads-type .head h1{display:block;height:58px;line-height:58px;font-size:24px;color:#fff;margin:0;text-shadow:0 -1px 1px rgba(0,0,0,0.6)}
.ads-type .legend{font-size:16px;margin-top:15px;font-weight:700;color:#666;height:88px;font-style:italic}
.ads-type .body{padding:10px;box-shadow:0 1px 2px rgba(0,0,0,0.3)}
.ads-type .body hr{border-color:#ccc;}
.ads-type .image{display:block;padding:2px;background:#fff;min-height:200px;border:1px solid #ccc;}
.ads-type .image span{visibility:hidden;display:block;padding:5px 0;}
.ads-type .image:hover span{visibility:visible;}
.ads-type .image img{width:100%;}
.at-gold .type-badge img{max-width:212px;}
.at-gold .head{height:58px;position:relative;background:url(../img/inst/type/ribbon-center-gold.png) repeat center center #FCC25B;}
.at-gold .head:after{content:"";position:absolute;display:block;height:68px;width:21px;right:-21px;top:0;background:url(../img/inst/type/ribbon-right-gold.png) no-repeat top right transparent;}
.at-gold .head:before{content:"";position:absolute;display:block;height:68px;width:21px;left:-21px;top:0;background:url(../img/inst/type/ribbon-left-gold.png) no-repeat top right transparent;}
.at-gold .head h1{font-size:40px;}
.at-gold .body{background-color:#FAEEC8;border:1px solid #FFBC26;}
.at-premium .type-badge{padding-top:27px;}
.at-premium .type-badge img{max-width:167px;}
.at-premium .head{height:58px;position:relative;background:url(../img/inst/type/ribbon-center-premium.png) repeat center center #377BA8;}
.at-premium .head:after{content:"";position:absolute;display:block;height:68px;width:21px;right:-21px;top:0;background:url(../img/inst/type/ribbon-right-premium.png) no-repeat top right transparent;}
.at-premium .head:before{content:"";position:absolute;display:block;height:68px;width:21px;left:-21px;top:0;background:url(../img/inst/type/ribbon-left-premium.png) no-repeat top right transparent;}
.at-premium .body{background-color:#D5EFFF;border:1px solid #6AB1DD;}
.at-regular .type-badge{padding-top:44px;}
.at-regular .type-badge img{max-width:135px;}
.at-regular .head{height:58px;position:relative;background:url(../img/inst/type/ribbon-center-regular.png) repeat center center #456F43;}
.at-regular .head:after{content:"";position:absolute;display:block;height:68px;width:21px;right:-21px;top:0;background:url(../img/inst/type/ribbon-right-regular.png) no-repeat top right transparent;}
.at-regular .head:before{content:"";position:absolute;display:block;height:68px;width:21px;left:-21px;top:0;background:url(../img/inst/type/ribbon-left-regular.png) no-repeat top right transparent;}
.at-regular .body{background-color:#E0ECDF;border:1px solid #7CB07A;}
.at-violet .head{height:58px;position:relative;background:url(../img/inst/type/ribbon-center-violet.png) repeat center center #8E58A4;}
.at-violet .head:after{content:"";position:absolute;display:block;height:68px;width:21px;right:-21px;top:0;background:url(../img/inst/type/ribbon-right-violet.png) no-repeat top right transparent;}
.at-violet .head:before{content:"";position:absolute;display:block;height:68px;width:21px;left:-21px;top:0;background:url(../img/inst/type/ribbon-left-violet.png) no-repeat top right transparent;}
.at-violet .body{background-color:#F3EBF5;border:1px solid #BC9BCA;}
.at-violet .body .legend{height:auto!important;font-style:normal;}
.col-regular{background-color:#E0ECDF;}
.col-premium{background-color:#D5EFFF;}
.col-gold{background-color:#FAEEC8;}
.cpca h1{font-size:20px;margin:20px 0 10px;}
.cpca h2{font-size:18px;padding:5px 0;margin:0;border-top:1px solid #eee;}
.cpca h2 span{float:right;font-size:14px;}
.cpca ul{display:block;margin:10px 0 20px;list-style:none;padding:0;vertical-align:top;}
.cpca ul li{width:32%;display:inline-block;margin:10px 3px;list-style:none;padding:5px;background:#f9f9f9;border:1px solid #eee;border-left:3px solid #F5DC05;vertical-align:top;}
.cpca ul li img{width:80px;float:left;margin:0 10px 10px 0;}
.cpca ul li .caption{display:block;margin-left:10px;}
.cpca ul li .caption h5{font-size:13px;margin:0 0 3px;}
.cpca ul li .caption p{color:#666;font-size:12px;margin-bottom:3px;}
.cpca ul li .caption p b{color:#111;font-weight:500;}
.contact-form label{font-weight:400;margin-bottom:2px;font-size:13px;}
.contact-form .form-actions{border-top:1px solid #ccc;margin-top:10px;padding-top:20px;}
.contact-form .form-actions .img-captcha{display:block;}
.contact-form .form-actions small{display:block;margin:10px 0;}
.contact-form .form-actions .cont-btn{text-align:right;}
.contact-form .form-actions .cont-btn .btn{margin-top:16px;}
.navbar{min-height:40px;margin-bottom:0;}
.lang-mobile{display:none;}
.nav-bar>li{float:left;}
.nav>li{position:relative;display:block;}
.navbar-nav > li > a{font-size:12px;font-weight:600;color:#fff!important;opacity:0.8;line-height:20px;padding-top:5px;background:none;padding-bottom:5px;text-shadow:0 1px 0 rgba(0,0,0,1);}
.navbar-nav > li > select{margin:0 -15px;}
.navbar-nav > li > a:hover{color:#fff;opacity:1;background:none;text-shadow:none;}
.navbar-nav > li > a:focus{color:#fff;opacity:1;text-shadow:none;background:none;}
.navbar-nav > li.dropdown > a > span.flag{margin:3px 2px 0;vertical-align:text-top;}
.navbar-nav > li.open > a,
.navbar-nav > li.open > a:hover,
.navbar-nav > li.open > a:focus{color:#333!important;opacity:1;background-color:#fff!important;text-shadow:none;}
.form-control{padding:6px 12px 6px 6px;border:0;box-shadow:none;border-radius:3px!important;}
.form-control:focus{border:0;outline:0;box-shadow:none;}
.form-control > option{font-size:13px!important;}
.input-group-lg > .input-group-addon{height:auto;padding:6px;font-size:18px;line-height:1.3;border-radius:3px 0 0 3px;border:none;border-right:1px solid #fff;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;}
.input-group-lg > .form-control{height:38px;padding:6px 8px;font-size:16px;line-height:1.3;}
.fc-icon-search{position:relative;}
.fc-icon-search input{padding:6px 1% 6px 35px!important;}
.fc-icon-search select{padding:6px 1% 6px 25px!important;}
.fc-icon-search .fa-search{position:absolute;left:8px;top:8px;font-size:22px;color:#D6D6D6;}
.fc-icon-search .fa-map-marker{position:absolute;left:10px;top:8px;font-size:22px;color:#D6D6D6;}
.checkbox label, label{color:#333}
.btn-primary{background-image:-webkit-linear-gradient(top, #28E9FF 0%, #0096E6 100%);background-image:linear-gradient(to bottom, #28E9FF 0%, #0096E6 100%);background-repeat:repeat-x;border-color:#11BAF1;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff28E9FF', endColorstr='#ff0096E6', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-primary:active,
.btn-primary.active{background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-primary:hover,
.btn-primary:focus{outline:0;background-color:#0096E6;background-position:0 -15px;}
.btn-orange{font-size:13px;font-weight:700;color:#fff;background-image:-webkit-linear-gradient(top, #FDA750 0%, #FF553D 100%);background-image:linear-gradient(to bottom, #FDA750 0%, #FF553D 100%);background-repeat:repeat-x;border-color:#FE7D46;background-color:#FE7D46;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFDA750', endColorstr='#ff0FF553D', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}f
.btn-orange:active,
.btn-orange.active{outline:0;border-color:#FF553D;background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-orange:hover,
.btn-orange:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#FF553D;background-position:0 -15px;}
.btn-yellow{font-size:13px;font-weight:700;color:#fff;background-image:-webkit-linear-gradient(top, #F9DC3C 0%, #EC951E 100%);background-image:linear-gradient(to bottom, #F9DC3C 0%, #EC951E 100%);background-repeat:repeat-x;border-color:#F2BA34;background-color:#F2B82D;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF9DC3C', endColorstr='#ffEC951E', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-yellow:active,
.btn-yellow.active{outline:0;border-color:#EC951E;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);background-color:inherit;}
.btn-yellow:hover,
.btn-yellow:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#EC951E;background-position:0 -15px;}
.btn-green{font-size:13px;font-weight:700;color:#fff;background-image:-webkit-linear-gradient(top, #99C498 0%, #529450 100%);background-image:linear-gradient(to bottom, #99C498 0%, #529450 100%);background-repeat:repeat-x;border-color:#75AC73;background-color:#;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff99C498', endColorstr='#ff529450', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-green:active,
.btn-green.active{outline:0;border-color:#529450;background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-green:hover,
.btn-green:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#529450;background-position:0 -15px;}
.btn-blue{font-size:13px;font-weight:700;color:#fff;background-image:-webkit-linear-gradient(top, #85CCFA 0%, #1A91DF 100%);background-image:linear-gradient(to bottom, #85CCFA 0%, #1A91DF 100%);background-repeat:repeat-x;border-color:#50AFED;background-color:#46A9EA;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85CCFA', endColorstr='#ff1A91DF', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-blue:active,
.btn-blue.active{outline:0;border-color:#1A91DF;background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-blue:hover,
.btn-blue:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#1A91DF;background-position:0 -15px;}
.btn-violet{font-size:13px;font-weight:700;color:#fff;background-image:-webkit-linear-gradient(top, #B38FBE 0%, #6E3088 100%);background-image:linear-gradient(to bottom, #B38FBE 0%, #6E3088 100%);background-repeat:repeat-x;border-color:#9262A4;background-color:#8F5EA2;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffB38FBE', endColorstr='#ff6E3088', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);text-shadow:0 1px 0 rgba(0, 0, 0, 0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);}
.btn-violet:active,
.btn-violet.active{outline:0;border-color:#6E3088;background-color:inherit;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);}
.btn-violet:hover,
.btn-violet:focus{color:#fff;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.2);outline:0;background-color:#6E3088;background-position:0 -15px;}
.img-thumb{width:100%;border-radius:0;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);box-shadow:0 1px 2px rgba(0, 0, 0, 0.075);padding:3px;border:1px solid #CCCCCC; max-height: 100%;}
.pagination{text-align:center;padding:10px 0 6px;border:1px solid #DDDDDD;border-left:0;border-right:0;-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);box-shadow:0 1px 0 rgba(255, 255, 255, 1),inset 0 1px 0 rgba(255, 255, 255, 1);margin:0;display:block;}
.pagination li{padding:0 3px;display:inline-block;}
.pagination li a{padding:6px 12px;border:none;border-radius:100px;-webkit-border-radius:100px;-moz-border-radius:100px;-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);}
.pagination li.active a,
.pagination li.active a:hover{background-color:#2693FF;-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.4);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.4);}
.pagination li.prev a,
.pagination li.next a{display:inline;font-size:30px;font-weight:400;line-height:0.7;background:none;-webkit-box-shadow:none;box-shadow:none;}
.affix{position:fixed!important;top:20px;}
.ui-autocomplete-loading{background:#fff url('/portal/assets/img/ajax-loader.gif') no-repeat right center;}
.well-flat{padding:10px 20px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;}
.nav-tabs{margin-bottom:-1px;}
.nav-tabs>li{margin-bottom:0;}
.nav-tabs>li>a ,
.nav-tabs>li>a:hover{padding:8px 15px 7px;border:1px solid transparent;border-bottom:0;font-size:16px;font-weight:700;color:#BBBBBB;text-shadow:0 1px 1px rgba(255,255,255,1);border-radius:0;}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover{padding:8px 15px 7px;border:1px solid #ccc;border-bottom:0;font-size:16px;font-weight:700;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,0.2);border-radius:0;}
.tab-content .thumbnail{display:inline-block;vertical-align:top;margin:8px;padding:0;}
.tab-content .thumbnail img{width:158px;min-height:100px;}
.visible-xxs{display:none;}
hr{margin-top:10px;margin-bottom:10px;}
.sidebar .sidenav{padding:10px;text-shadow:0 1px 0 #fff;background-color:#fff;border:1px solid #ddd;border-radius:4px;}
.sidebar .sidenav > li > ul.nav{margin-bottom:20px;}
.sidebar .nav > li > h4{font-size:16px;font-weight:700;color:#2693FF;margin:5px 0;}
.sidebar .nav > li > a{font-size:13px;display:block;color:#716b7a;padding:5px 20px;}
.sidebar .nav > .active > a,
.sidebar .nav > .active:hover > a,
.sidebar .nav > .active:focus > a{color:#2693FF;background-color:transparent;}
.lead{background-color:#E1F0FF;padding:10px;border-left:5px solid #6FB7FF;font-size:14px!important;}
.text-orange{color:#fe6906;}
.table-features{background:#F9F9F9;}
.table-tools{background:#F3EBF5;}
.table.table-tools >thead>tr>th{background:#BC9BCA;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.6);}
.table.table-tools .price td{font-size:16px;font-weight:700;}
.table-tools img{width:100%;border:1px solid #ccc;}
.table-features .fa{font-size:18px;}
.table-features .fa-check{color:#85B200;}
.table-features .fa-times{color:#999;}
.table>thead>tr>th{border-bottom:2px solid #fff;}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td{padding:8px;text-shadow:0 1px 0 rgba(255,255,255,0.8);line-height:1.428571429;vertical-align:middle;border-top:1px solid #fff;font-size:13px;}
b{font-weight:500}
.custom-select {	border:0;background:#fff;box-shadow:none;height:38px;border-radius:3px!important;position: relative;width: 100%;z-index: 1;}
.custom-select:before {color: #333;display: block;font-family: 'FontAwesome';font-size: 18px;height: 100%;line-height: 38px;padding: 0;
position: absolute;	top: 0;	right: 0;border-radius: 0 3px 3px 0;text-align: center;width: 30px;z-index: -1;}
.custom-select select {background-color: transparent;border: 0 none;box-shadow: none;color: #333;display: block;font-size: 100%;line-height:normal;margin: 0;	padding:6px 12px 6px 6px;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;	-webkit-appearance: none;-moz-appearance: none;	appearance: none;}
.custom-select select::-ms-expand {display: none; /* to ie 10 */}
.custom-select select:focus {outline: none;}
:-moz-any(.custom-select):before {background-color: #fff; pointer-events: none;z-index: 1;}
.loadingCat{background:url('/portal/assets/img/ajax-loader.gif') no-repeat center;padding:35px;}
.modal .modal-content{border:5px solid #333;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;background-clip:padding-box;}
.modal .modal-header{padding:5px;text-align:center;border-bottom:0;}
.modal .modal-body h5{font-size:14px;font-weight:700;color:#2693FF;margin:5px 0;}
.alert{border:0;}
.alert.alert-sm{font-size:13px;padding:5px;}
select::-ms-expand{display:none;}
select.input-sm{line-height:1;}
select.input-lg{line-height:1;}
.page-no-found{text-align:center!important;padding:30px 0 0;}
.page-no-found h1{font-size:28px;font-weight:700;color:#333;margin:0;}
.page-no-found h2{font-size:22px;font-weight:700;color:#ED2924;}
.page-no-found p{font-size:16px;margin:0 0 20px;}
.rtl-brand-sup,
.rtl-toplogo,
.rtl-item-badge,
.rtl-detail-badge{display:none;}
.rtl{direction:rtl;}
.rtl .item-badge{display:none;}
.rtl .rtl-item-badge{display:block;left:-6px;right:auto;}
.rtl .item-title{padding:10px 15px 10px 65px;}
.rtl .item-body p i,
.rtl .detail-body p i{margin-left:5px;margin-right:0!important;}
.rtl .item-body .link-ads a{float:left;}
.rtl .item-body .col-xs-6.col-sm-4.col-md-3,
.rtl .detail-body .col-xs-6.col-sm-4.col-md-3,
.rtl .detail-body .col-xs-6.col-sm-8.col-md-9,
.rtl .col-xs-12.col-sm-8.col-md-8,
.rtl .col-sm-4.col-md-4.hidden-xs,
.rtl .col-xs-7.col-sm-9.col-md-9,
.rtl .col-xs-5.col-sm-3.col-md-3,
.rtl .col-xs-6.col-sm-6.col-md-6,
.rtl .col-xs-7.col-sm-8.col-md-9,
.rtl .col-xs-5.col-sm-4.col-md-3{float:right !important;}
.rtl .search-rating .stars{text-align:right;}
.rtl .crono .dl-horizontal dd{border-right:1px solid #333;padding-left:0; padding-right:20px; margin-right:110px;}

.ltr-brand-sup,
.ltr-toplogo,
.ltr-item-badge,
.ltr-detail-badge{display:none;}
.ltr{direction:ltr;}
.ltr .item-badge, .ltr .detail-badge{display:block;right:-6px !important;left:auto !important;}
.ltr .rtl-item-badge, .ltr .rtl-detail-badge{display:none;}
.ltr .item-title{padding:10px 65px 10px 15px;}
.ltr .item-body p i,
.ltr .detail-body p i{margin-right:5px !important;margin-left:0 !important;}
.ltr .item-body .link-ads a{float:right !important;}
.ltr .item-body .col-xs-6.col-sm-4.col-md-3,
.ltr .detail-body .col-xs-6.col-sm-4.col-md-3,
.ltr .detail-body .col-xs-6.col-sm-8.col-md-9,
.ltr .col-xs-12.col-sm-8.col-md-8,
.ltr .col-sm-4.col-md-4.hidden-xs,
.ltr .col-xs-7.col-sm-9.col-md-9,
.ltr .col-xs-5.col-sm-3.col-md-3,
.ltr .col-xs-6.col-sm-6.col-md-6,
.ltr .col-xs-7.col-sm-8.col-md-9,
.ltr .col-xs-5.col-sm-4.col-md-3{float:left !important;}
.ltr .search-rating .stars{text-align:left;}

/*Institutional Pages*/
.tab-panel .nav-tabs {
	text-align:center;
	margin:15px 0 5px;
}
.tab-panel .nav-tabs>li {
	float:none;
	display:inline-block;
	}
.tab-panel .nav-tabs>li>a {
	text-transform:uppercase;
	border:0;
	border-bottom:4px solid transparent;
	font-size:14px;
	font-weight:bold;
	text-shadow:none;
	color:#777777;
	margin:0 20px;
	padding:5px 40px;
}
.tab-panel .nav-tabs>li>a:hover,
.tab-panel .nav-tabs>li.active>a,
.tab-panel .nav-tabs>li.active>a:hover {
	border:0;
	margin:0 20px;
	padding:5px 40px;
	background:#fff;
	border-bottom:4px solid #2693FF;
	font-size:14px;
	font-weight:bold;
	text-shadow:none;
	color:#2693FF;
}
.tab-panel .tab-content{
	text-align:center;
	margin-bottom:30px;
}
.tab-panel .tab-content .tab-pane ul{
	margin:0;
	padding:0;
	text-align:center;
	display:block;
}
.tab-panel .tab-content .tab-pane ul li{
	margin:0;
	font-size:13px;
	display:inline-block;
	padding:5px 10px;
	margin:0 10px;
}
.tab-panel .tab-content .tab-pane ul li.active a{
	color:#2693FF;
}
.tab-panel .tab-content .tab-pane ul li a:hover{
	text-decoration:none;
}
.institutional-pages {
	margin-bottom:40px;
}
.institutional-pages p{
	font-weight:400;
	font-size:14px;
	margin-bottom:30px;
}
.institutional-pages h1{
	font-family:"Open Sans", sans serif;
	font-style:italic;
	font-weight:300;
	color:#2693FF;
	margin: 20px 0;
}
.institutional-pages h3{
	font-family:"Open Sans", sans serif;
	font-weight:600;
	font-size:18px;
	margin: 20px 0;
}
.institutional-pages h2{
	font-family:"Open Sans", sans serif;
	font-style:italic;
	font-weight:300;
	font-size:30px;
	margin: 20px 0;
}
.reasons {
	margin:40px 0;
	display:block;
}
.reasons img{
	width:100%;
	margin:30px 0;
}
.reasons p {
	font-size:13px;
	font-weight:600;
}
.reasons .left p {
	text-align:left;
}
.reasons .right p {
	text-align:right;
}
.seo-list {
	margin:50px 200px;	
}
.seo-list ul {
	margin:0;
	padding:0;
}
.seo-list ul li {
	margin:0;
	list-style:none;
	text-align:left;
	padding:0;
}
.seo-list ul li img {
	float:left;
	margin:0 10px;
}
.seo-list ul li h2{
	line-height: 130%;
	padding: 20px;
	font-size:22px;
}
.seo-table {
	margin:50px 0;
	text-align:center;
}
.seo-table table {
	width:auto;
}
.seo-table table .head-green,
.seo-table table .head-blue,
.seo-table table .head-yellow{
	width:287px;
	height:68px;
}
.seo-table table .head-green{
	background:url('../img/head-green-table.png') no-repeat top center;
}
.seo-table table .head-blue{
	background:url('../img/head-blue-table.png') no-repeat top center;
}
.seo-table table .head-yellow{
	background:url('../img/head-yellow-table.png') no-repeat top center;
}
.seo-table table .th-empty{
	width:100px;
}
.seo-table table .th-green,
.seo-table table .th-blue,
.seo-table table .th-yellow{
	font-size:26px;
	font-style:italic;
	font-weight:600;
}
.seo-table table .th-green{
	color:#4E914C;
}
.seo-table table .td-green{
	background-color:#E0ECDF;
}
.seo-table table .th-blue{
	color:#3E83B1;
}
.seo-table table .td-blue{
	background-color:#D5EFFF;
}
.seo-table table .th-yellow{
	color:#FFAE13;
}
.seo-table table .td-yellow{
	background-color:#FAEEC8;
}
.seo-table table .td-empty{
	font-weight:700;
	font-style:italic;
	text-align:right;
	font-size:16px;
	padding:10px;
}
.seo-table table .td-empty{
	vertical-align:middle;
	width:100px;
}
.seo-table table .td-green,
.seo-table table .td-blue,
.seo-table table .td-yellow{
	vertical-align:middle;
	width:287px;
}
.seo-table table .td-green p,
.seo-table table .td-blue p,
.seo-table table .td-yellow p{
	font-size: 14px;
	text-align: left;
	margin:14px;
	font-weight: 400;
}
.seo-table table .foot-green,
.seo-table table .foot-blue,
.seo-table table .foot-yellow{
	width:287px;
	height:68px;
}
.seo-table table .foot-green{
	background:url('../img/foot-green-table.png') no-repeat top center;
}
.seo-table table .foot-blue{
	background:url('../img/foot-blue-table.png') no-repeat top center;
}
.seo-table table .foot-yellow{
	background:url('../img/foot-yellow-table.png') no-repeat top center;
}
.ads-table {
	margin:30px 0;
	text-align:center;
}
.ads-table .ads-standard,
.ads-table .ads-premium,
.ads-table .ads-gold,
.ads-table .ads-tools{
	display:inline-block;
	width:287px;
	margin:0 20px;
}
.ads-table h4{
	display:block;
	font-size:26px;
	font-style:italic;
	font-weight:600;
	margin:0 0 15px;
}
.ads-table hr{
	margin-left:80px;
	margin-right:80px;
}
.ads-table .ads-standard hr{
	border-color:#4E914C;
}
.ads-table .ads-premium hr{
	border-color:#3E83B1;
}
.ads-table .ads-gold hr{
	border-color:#FFAE13;
}
.ads-table .ads-tools hr{
	border-color:#8E58A4;
}
.ads-table p.top-title{
	font-style:italic;
	font-size:18px;
	font-weight:500;
}
.ads-table p.title-txt{
	font-weight:600;
	font-size:16px;
	margin:0;
}
.ads-table p.type-txt{
	font-weight:500;
	font-size:16px;
	margin:0;
}
.ads-table .ads-standard h4,
.ads-table .ads-standard p{
	color:#4E914C;
}
.ads-table .ads-premium h4,
.ads-table .ads-premium p{
	color:#3E83B1;
}
.ads-table .ads-gold h4,
.ads-table .ads-gold p{
	color:#FFAE13;
}
.ads-table .ads-tools h4,
.ads-table .ads-tools p{
	color:#8E58A4;
}
.ads-table .ads-standard .btn-include,
.ads-table .ads-premium .btn-include,
.ads-table .ads-gold .btn-include,
.ads-table .ads-tools .btn-include{
	font-weight:600;
	font-style:italic;
	font-size:16px;
	cursor:pointer;
}
.ads-table .ads-standard .btn-include{
	color:#4E914C;
}
.ads-table .ads-premium .btn-include{
	color:#3E83B1;
}
.ads-table .ads-gold .btn-include{
	color:#FFAE13;
}
.ads-table .ads-tools .btn-include{
	color:#8E58A4;
}
.ads-table .ads-standard .ads-head{
	height:100px;
	background:url('../img/head-green-table-2.png') no-repeat top center;
}
.ads-table .ads-premium .ads-head{
	height:100px;
	background:url('../img/head-blue-table-2.png') no-repeat top center;
}
.ads-table .ads-gold .ads-head{
	height:100px;
	background:url('../img/head-yellow-table-2.png') no-repeat top center;
}
.ads-table .ads-tools .ads-head{
	height:100px;
	background:url('../img/head-tools-table-2.png') no-repeat top center;
}
.ads-table .ads-standard .ads-body,
.ads-table .ads-premium .ads-body,
.ads-table .ads-gold .ads-body,
.ads-table .ads-tools .ads-body{
	padding:0 20px;
}
.ads-table .ads-standard .ads-body{
	background-color:#E0ECDF;
}
.ads-table .ads-premium .ads-body{
	background-color:#D5EFFF;
}
.ads-table .ads-gold .ads-body{
	background-color:#FAEEC8;
}
.ads-table .ads-tools .ads-body{
	background-color:#F3EBF5;
}
.ads-table ul{
	margin:0;
	padding:0;
}
.ads-table ul li{
	margin:15px 0;
	padding:0;
	list-style:none;
	color:#444;
	font-size:15px;
	font-weight:500;
	font-style:italic;
}
.ads-table .price {
	font-weight:700;
	color:#444;
	font-size:26px;
	font-style:italic;
}
.ads-table .price span{
	font-weight:300;
	font-size:20px;
}
.ads-table .ads-standard .ads-foot,
.ads-table .ads-premium .ads-foot,
.ads-table .ads-gold .ads-foot,
.ads-table .ads-tools .ads-foot{
	width:287px;
	height:68px;
}
.ads-table .ads-standard .ads-foot{
	background:url('../img/foot-green-table.png') no-repeat top center;
}
.ads-table .ads-premium .ads-foot{
	background:url('../img/foot-blue-table.png') no-repeat top center;
}
.ads-table .ads-gold .ads-foot{
	background:url('../img/foot-yellow-table.png') no-repeat top center;
}
.ads-table .ads-tools .ads-foot{
	background:url('../img/foot-tools-table.png') no-repeat top center;
}
.search-provider  {
	margin:50px 0 30px;
}
.search-provider .form-control:focus{
	border-color:#2693FF;
}
.search-provider label{
	font-weight:400;
	text-align:left;
	font-size:15px;
	display:block;
}
.search-provider .form-control{
	border:1px solid #CCCCCC;
	border-right:0;
	border-radius:4px 0 0 4px!important;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
	height: 50px;
}
.search-provider .btn-new{
	padding:13px 20px;
	border-radius:0 4px 4px 0;
}
.btn-new {
	font-weight:600;
	color:#fff;
	border:0;
	font-size:18px;
	padding:10px 20px;
	text-align:center;
	display:inline-block;
	border-radius:4px;
	background:#0277EF;
}
.btn-new:hover {
	text-decoration:none;
}
.btn-lg{
	padding:13px 40px;
	height: 50px;
}
/*Products page*/
.products-tabs {
	margin:40px 0;
}
.products-tabs .nav-tabs {
	text-align:center;
}
.products-tabs .nav-tabs li {
	margin:0 20px;
	float:none;
	font-size:20px;
	display:inline-block;
}
.products-tabs .nav-tabs li a{
	border:0;
	padding:3px 20px;
	font-weight:400;
	color:#777777;
	font-size:20px;
	border-bottom:4px solid transparent;
	text-shadow:none;
}
.products-tabs .nav-tabs li a:hover,
.products-tabs .nav-tabs li.active a,
.products-tabs .nav-tabs li.active a:hover{
	border:0;
	font-weight:400;
	color:#777777;
	padding:3px 20px;
	background:none;
	font-size:20px;
	border-bottom:4px solid transparent;
	text-shadow:none;
}
.products-tabs .nav-tabs li a.tab-cinema:hover,
.products-tabs .nav-tabs li.active a.tab-cinema:hover,
.products-tabs .nav-tabs li.active a.tab-cinema{
	border:0;
	color:#3498DB;
	border-bottom:4px solid #3498DB;
}
.products-tabs .tab-content-cinema .btn-new {
	background:#0277EF;
}
.products-tabs .tab-content-cinema .btn-new:hover,
.products-tabs .tab-content-cinema .btn-new:focus {
	background:#1A91DF;
}
.products-tabs .tab-content-cinema h1 {
	color:#3498DB;
}
.products-tabs .nav-tabs li a.tab-master:hover,
.products-tabs .nav-tabs li.active a.tab-master:hover,
.products-tabs .nav-tabs li.active a.tab-master{
	border:0;
	color:#16A085;
	border-bottom:4px solid #16A085;
}
.products-tabs .tab-content-master .btn-new {
	background:#16A085;
}
.products-tabs .tab-content-master .btn-new:hover,
.products-tabs .tab-content-master .btn-new:focus {
	background:#1AB999;
}
.products-tabs .tab-content-master h1 {
	color:#16A085;
}
.products-tabs .nav-tabs li a.tab-window:hover,
.products-tabs .nav-tabs li.active a.tab-window:hover,
.products-tabs .nav-tabs li.active a.tab-window{
	border:0;
	color:#E67E22;
	border-bottom:4px solid #E67E22;
}
.products-tabs .tab-content-window .btn-new {
	background:#E67E22;
}
.products-tabs .tab-content-window .btn-new:hover,
.products-tabs .tab-content-window .btn-new:focus {
	background:#E98D3A;
}
.products-tabs .tab-content-window h1 {
	color:#E67E22;
}
.products-tabs .nav-tabs li a.tab-city:hover,
.products-tabs .nav-tabs li.active a.tab-city:hover,
.products-tabs .nav-tabs li.active a.tab-city{
	border:0;
	color:#8E44AD;
	border-bottom:4px solid #8E44AD;
}
.products-tabs .tab-content-city .btn-new {
	background:#8E44AD;
}
.products-tabs .tab-content-city .btn-new:hover,
.products-tabs .tab-content-city .btn-new:focus {
	background:#9B51BB;
}
.products-tabs .tab-content-city h1 {
	color:#8E44AD;
}
.products-tabs .nav-tabs li a.tab-category:hover,
.products-tabs .nav-tabs li.active a.tab-category:hover,
.products-tabs .nav-tabs li.active a.tab-category{
	border:0;
	color:#C0392B;
	border-bottom:4px solid #C0392B;
}
.products-tabs .tab-content-category .btn-new {
	background:#C0392B;
}
.products-tabs .tab-content-category .btn-new:hover,
.products-tabs .tab-content-category .btn-new:focus {
	background:#D14434;
}
.products-tabs .tab-content-category h1 {
	color:#C0392B;
}
.products-tabs .tab-content {
	margin:40px 0;
	text-align:left;
}
.products-tabs .tab-content img {
	text-align:center;
	display:block;
	width:auto;
}
.products-tabs .tab-content h1 {
	font-size:38px;
	margin:10px 0 20px;
	font-style:normal;
}
.products-tabs .tab-content .resume {
	font-size:18px;
}
.products-tabs .tab-content .btn-new:hover,
.products-tabs .tab-content .btn-new:focus {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	outline: 0;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	background-position: 0 -15px;
	text-decoration:none;
}
.panel-group-products .panel+.panel {
	margin-top: 0;
}
.panel-group-products .panel,
.panel-group-products .panel-heading {
	border-radius:0;
	padding:0;
}
.panel-group-products .panel-heading a{
	color: #fff;
	padding: 10px 15px;
	display:block;
	font-weight: 400;
	font-size: 26px;
	display:block;
	font-family: Open Sans, sans-serif;
}
.products-tabs .tab-content small,
.panel-group-products .panel-body small{
	display:block;
	margin-top:5px;
	font-weight:600;
}
.panel-group-products .panel-heading a:hover,
.panel-group-products .panel-heading a:focus{
	text-decoration:none;
}
.panel-group-products .panel-heading#head-cinema a{
	background-color:#0277EF;
}
.panel-group-products .panel-heading#head-cinema a:hover {
	background-color:#1A91DF;
}
.panel-group-products .panel-heading#head-master a{
	background-color:#16A085;
}
.panel-group-products .panel-heading#head-master a:hover {
	background-color:#1AB999;
}
.panel-group-products .panel-heading#head-window a{
	background-color:#E67E22;
}
.panel-group-products .panel-heading#head-window a:hover {
	background-color:#E98D3A;
}
.panel-group-products .panel-heading#head-city a{
	background-color:#8E44AD;
}
.panel-group-products .panel-heading#head-city a:hover {
	background-color:#9B51BB;
}
.panel-group-products .panel-heading#head-category a{
	background-color:#C0392B;
}
.panel-group-products .panel-heading#head-category a:hover {
	background-color:#D14434;
}

.bg-row-about {
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);  
	background-color:#EEEEEE;
	width:100%;
	position:relative;
	padding:0 0 10px;
	margin-bottom:5px;
	overflow:hidden;
	min-height:185px;
}
.bg-row-about>* {
	position:relative;
	-ms-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);  
}
.bg-row-about h1 {
	font-weight:400;
	color:#777;
	margin-top:30px;
}
.bg-row-about p {
	margin-bottom:0;
}
.bg-row-about img {
	position:absolute;
	width:100%;
	top:10px;
}
.bg-row-about .img-xs img {
	display:none;
	position:relative;
	width:auto;
	margin:auto;
	text-align:center;
}
.crono .dl-horizontal {
	margin:40px 0;
}
.crono .dl-horizontal dt{
	font-size:36px;
	font-style:italic;
	color:#333;
	font-weight:400;
	line-height:1;
	width:90px;
}
.crono .dl-horizontal dd{
	border-left:1px solid #333;
	margin-bottom:30px;
	padding-left:20px;
	margin-left:110px;
}
.crono .dl-horizontal dd p{
	font-size:14px;
	margin-bottom:10px;
}
.crono .apart-phone {
	text-align:center;
}
.crono .apart-phone p{
	padding:10px;
	line-height:120%;
	margin:0;
}
.crono .cci {
	text-align:center;
	margin:40px 0;
}
.crono .cci img {
	margin-bottom:30px;
}
.crono .cci p {
	font-style:italic;
	font-weight:400;
	font-size:20px;
}
.crono .cci p b{
	font-weight:700;
}
.inst-form  {
	margin:10px 0;
}
.inst-form .btn-lg{
	padding: 13px 25px;
}
.inst-form .form-control {
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
	height: 50px;
}
.inst-form h3 {
	margin:15px;
}
.inst-form .form-control:focus{
	border-color:#2693FF;
}

.inst-form .has-error .form-control:focus {
	border-color: #C35151;
	color:red;
}

.inst-form .has-error .form-control {
	border-color: #C35151;
	color:red;
}

.inst-form .btn-link {
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.inst-form .captcha{
	margin:auto;
}
.inst-form textarea.form-control{
	min-height:200px;
	margin-bottom:20px;
}
.offices .panel-heading {
	border-radius:0;
	padding:0;
	border:0;
}
.offices .panel{
	border-radius:0;
	padding:0;
	border:0;
}
.offices .panel-group .panel+.panel {
	margin-top: 2px;
}
.offices .panel-heading a{
	color: #fff;
	padding: 10px 15px;
	display:block;
	font-weight: 400;
	font-size: 22px;
	font-style:italic;
	display:block;
	background-color:#CCCCCC;
	font-family: Open Sans, sans-serif;
	position:relative;
}
.offices .panel-heading a .arrow-panel{
	background:url("../img/arrows-panel.png") no-repeat;
	background-position:0 -13px;
	width:18px;
	height:13px;
	position:absolute;
	right:15px;
	top:15px;
}
.offices .panel-heading a.collapsed .arrow-panel{
	background-position:0 0;
}
.offices .panel-heading a:focus,
.offices .panel-heading a:hover{
	text-decoration:none;
	background-color:#1A91DF;
}
.embed-pdf {
	min-height:1000px;
	margin:40px 0;
}
.img-pca {
	width:100%;
	margin:auto;
	margin-bottom:20px;
}
.cpca h1{
	font-size:28px;
	margin:20px 0 10px;
}
.cpca h2{
	font-size:22px;
	padding:5px 0;
	margin:0;
	border-top:1px solid #eee;
}
.cpca h2 span{
	float:right;
	font-size:14px;
}
.cpca ul{
	display:block;
	margin:10px 0 20px;
	list-style:none;
	padding:0;
	vertical-align:top;
}
.cpca ul li{
	width:32%;
	display:inline-block;
	margin:10px 3px;
	list-style:none;
	padding:5px;
	background:#f9f9f9;
	border:1px solid #eee;
	border-left:3px solid #F5DC05;
	vertical-align:top;
}
.cpca ul li img{
	width:80px;
	float:left;
	margin:0 10px 10px 0;
}
.cpca ul li .caption{
	display:block;
	margin-left:10px;
}
.cpca ul li .caption h5{
	font-size:13px;
	margin:0 0 3px;
}
.cpca ul li .caption p{
	color:#666;
	font-size:12px;
	margin-bottom:3px;
}
.cpca ul li .caption p b{
	color:#111;
	font-weight:500;
}
.apart-info {
	text-align:center;
}
.apart-info p{
	padding:10px;
	font-size:15px;
	line-height:120%;
	margin:0;
}
.apart-info p a{
	color:#2693FF;
}
/*Responsive styles*/
@media (min-width: 200px) and (max-width: 479px) {
	.search .checkbox, .search .help-block { margin-bottom:5px; }
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}
	.navbar-brand  {display:block;}
	.navbar-brand img{position:absolute; top:2px;}
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.search .brand2 .brand-sup,.search .brand2 .rtl-brand-sup {display: none; }
	.search .brand2 {display: none;}
	.search .fa.fa-filter{font-size:14px;color:#D6D6D6;}
	.search .fc-icon-search .fa-search{position:absolute;left:6px;top:8px;font-size:14px;color:#D6D6D6;}
	.search .fc-icon-search .fa-map-marker{position:absolute;left:8px;top:8px;font-size:16px;color:#D6D6D6;}
	.fc-icon-search input{padding:6px 1% 6px 30px!important;}
	.search .checkbox label, .search .help-block{font-size:12px;}
	.ads-location { margin: 20px 0 10px; }
	.ads-location .form-location-container { font-size:20px;}
	.ads-location .form-location .form-location-control {	padding: 5px 30px 5px 5px; margin-top: 5px;}
	.ads-location .form-location .form-location-control a { font-size: 17px;}
	.ads-location .form-location .form-location-control .fa {right: 10px;top: 30%;}
}
@media (min-width: 268px) and (max-width: 319px){
	.navbar-brand  {display:block;}
	.navbar-brand img{position:absolute; top:5px;}
	.search .col-xs-5, .search .col-xs-2.col-sm-2.col-md-2.text-right{ width:100%}
	.search .brand {display:none;}
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.search .col-xs-10.col-sm-11.col-md-11 { width:100%}
	.search .fa.fa-filter{font-size:14px;color:#D6D6D6;}
	.search .fc-icon-search .fa-search{position:absolute;left:6px;top:8px;font-size:14px;color:#D6D6D6;}
	.search .fc-icon-search .fa-map-marker{position:absolute;left:8px;top:8px;font-size:16px;color:#D6D6D6;}
	.fc-icon-search input{padding:6px 1% 6px 30px!important;}
	.search .checkbox label, .search .help-block{font-size:12px;}
	.ads-location { margin: 20px 0 10px; }
	.ads-location .form-location-container { font-size:20px;}
	.ads-location .form-location .form-location-control {	padding: 5px 30px 5px 5px; margin-top: 5px;}
	.ads-location .form-location .form-location-control a { font-size: 17px;}
	.ads-location .form-location .form-location-control .fa {right: 10px;top: 30%;}
	.category-list .col-xs-6 { width:100%}
	.category-list .thumbnail { position:relative}
	.category-list .thumbnail .row-thumb:first-child{ max-height:150px; overflow:hidden}
	.category-list .thumbnail .row-thumb > img {display: block;width: 100%; border-radius: 2px;}
	.category-list .thumbnail .caption{position: absolute;z-index: 2;top: 0;width: 100%;	height:110px;}
	.category-list .thumbnail:hover .caption h3{color:#fff;}
	.category-list .thumbnail .caption h3{font-size:16px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail .caption h4{font-size:12px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail .caption .rating {display:none;}
	.category-list .thumbnail .caption .txt-reviews{display:none;}
	.category-list .thumbnail .thumbnail-body {position: absolute;z-index: 1;bottom: 0;background-color: rgba(255,255,255,0.9);width: 100%;}
	.category-list .thumbnail .thumbnail-body p{font-size:11px; color:#111}
	.nav-bar{display:none;}
}
@media (min-width: 320px) and (max-width: 479px) {
	.navbar-brand{display:block; position:relative:}
	.languages {min-width: 280px;}
	.search .checkbox, .search .help-block { margin-bottom:5px; }
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.master-spot  ul li img{width:93px;margin:10px 0;}
	.sitemap, .copy, .ads-country, .vali{text-align:center!important;}
	.ads-location { margin: 20px 0 10px; }
	.ads-location .form-location-container { font-size:20px;}
	.ads-location .form-location .form-location-control {	padding: 10px 30px 12px 10px; margin-top: 5px;}
	.ads-location .form-location .form-location-control a { font-size: 17px;}
	.ads-location .form-location .form-location-control .fa {right: 10px;top: 28%;}
	.category-list h1{font-size:24px;text-align:left!important;}
	.category-list .thumbnail .caption{height:85px;}
	.category-list .thumbnail .caption h3{font-size:16px;}
	.category-list .thumbnail .caption h4{font-size:14px;}
	.category-list .thumbnail .caption .category-rating{text-align:left!important;}
	.category-list .thumbnail .caption .txt-reviews{display:inline-block;}
	.category-list .thumbnail .thumbnail-body p{font-size:12px;}
	.item-title{padding:12px 65px 8px 15px}
	.item-title h1{font-size:16px;}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:30px;white-space:nowrap;width:100%;}
	.item-title{padding:12px 65px 8px 15px}
	.item-title h1{font-size:18px;}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:30px;white-space:nowrap;width:100%;}
	.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{width:100%;}
	.languages .col-xs-6{width:inherit;}
	.visible-xxs{display:block}
	.detail .detail-phone,
	.detail .social,
	.detail .btn-group-lg,
	.rating,
	.rating label,
	.rating .stars,
	.galleries .tab-content,
	.comments,
	.comments .comment-form .cont-btn,
	.actions ul,
	.actions .report{text-align:center!important;}
	.rating ul,
	.actions ul,
	.actions .report{display:block;float:none;margin-bottom:10px;}
	.i-page h4{margin:20px 0 10px;}
	.ads-country,
	.sitemap{display:none;}
	.copy{margin-top:40px;}
	.item-share{display:none;}
	.nav-bar{display:none;}
	.lang-mobile{display:block;float:right;margin-right:15px;}
	.lang-mobile select{height:27px;margin:6px 0;}
}
@media (min-width:400px) and (max-width:479px){
	.navbar-brand{display:block; position:relative:}
	.search .checkbox, .search .help-block { margin-bottom:5px; }
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}
	.master-spot  ul{ display:block;} 
	.master-spot  ul li{padding:0 5px;}
	.master-spot  ul li.divider{height:30px;}
	.master-spot  ul li img{width:45px;margin:10px 0;}
	.sitemap, .copy, .ads-country, .vali{text-align:center!important;}
	.item-title{padding:10px 65px 10px 15px}
	.item-title h1{font-size:18px;}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
	.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{width:100%;}
	.languages .col-xs-6{width:inherit;}
	.visible-xxs{display:block}
	.detail .detail-phone,
	.detail .social,
	.detail .btn-group-lg,
	.rating,
	.rating label,
	.rating .stars,
	.galleries .tab-content,
	.comments,
	.comments .comment-form .cont-btn,
	.actions ul,
	.actions .report{text-align:center!important;}
	.rating ul,
	.actions ul,
	.actions .report{display:block;float:none;margin-bottom:10px;}
	.i-page h4{margin:20px 0 10px;}
	.ads-country,
	.sitemap{display:none;}
	.copy{margin-top:40px;}
	.item-share{display:none;}
	.nav-bar{display:none;}
	.lang-mobile{display:block;float:right;margin-right:15px;}
	.lang-mobile select{height:27px;margin:6px 0;}
}
@media (min-width:480px) and (max-width:539px){
	.navbar-brand{display:block; position:relative:}
	.search .checkbox, .search .help-block { margin-bottom:5px; }
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}
	.master-spot  ul{display:block;} 
	.master-spot  ul li{padding:0 5px;}
	.master-spot  ul li img{width:55px;margin:10px 0;}
	.sitemap, .copy, .ads-country, .vali{text-align:center!important;}
	.category-list .thumbnail { position:relative}
	.category-list .thumbnail .row-thumb:first-child{ max-height:150px; overflow:hidden}
	.category-list .thumbnail .row-thumb > img {display: block;width: 100%; border-radius: 2px;}
	.category-list .thumbnail .caption{position: absolute;z-index: 2;top: 0;width: 100%;	height:110px;}
	.category-list .thumbnail:hover .caption h3{color:#fff;}
	.category-list .thumbnail .caption h3{font-size:16px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail .caption h4{font-size:12px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail .caption .rating {display:none;}
	.category-list .thumbnail .caption .txt-reviews{display:none;}
	.category-list .thumbnail .thumbnail-body {position: absolute;z-index: 1;bottom: 0;background-color: rgba(255,255,255,0.9);width: 100%;}
	.category-list .thumbnail .thumbnail-body p{font-size:11px; color:#111}
	.item-title{padding:10px 65px 10px 15px}
	.item-title h1{font-size:18px;}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
	.ads-country,
	.sitemap{display:none;}
	.copy{margin-top:40px;}
	.item-share{display:none;}
	.ads-location { margin: 30px 0 20px; }
	.ads-location .form-location-container { font-size:24px;}
	.ads-location .form-location .form-location-control {	padding: 15px 35px 18px 15px; margin-top: 5px;}
	.ads-location .form-location .form-location-control a { font-size: 22px;}
	.ads-location .form-location .form-location-control .fa {right: 10px;top: 28%;}
}
@media (min-width:540px) and (max-width:670px){
	.navbar-brand{display:block; position:relative:}
	.search .checkbox, .search .help-block { margin-bottom:5px; }
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}
	.master-spot  ul{ display:block;} 
	.master-spot  ul li{padding:0 5px;}
	.master-spot  ul li img{width:68px; margin:10px 0;}
	.sitemap, .copy, .ads-country, .vali{text-align:center!important;}
	.category-list .thumbnail { position:relative}
	.category-list .thumbnail .row-thumb:first-child{ max-height:150px; overflow:hidden}
	.category-list .thumbnail .row-thumb > img {display: block;width: 100%; border-radius: 2px;}
	.category-list .thumbnail .caption{position: absolute;z-index: 2;top: 0;width: 100%;	height:110px;}
	.category-list .thumbnail .caption h3{font-size:16px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail:hover .caption h3{color:#fff;}
	.category-list .thumbnail .caption h4{font-size:12px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail .caption .rating {display:none;}
	.category-list .thumbnail .caption .txt-reviews{display:none;}
	.category-list .thumbnail .thumbnail-body {position: absolute;z-index: 1;bottom: 0;background-color: rgba(255,255,255,0.9);width: 100%;}
	.category-list .thumbnail .thumbnail-body p{font-size:11px; color:#111}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
	.ads-country,
	.sitemap{display:none;}
	.copy{margin-top:40px;}
	.item-share{display:none;}
}
@media (min-width:481px) and (max-width:669px){
	.navbar-brand{display:block; position:relative:}
	.search .checkbox, .search .help-block { margin-bottom:5px; }
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}
	.sitemap, .copy, .ads-country, .vali{text-align:center!important;}
	.category-list .thumbnail { position:relative}
	.category-list .thumbnail .row-thumb:first-child{ max-height:150px; overflow:hidden}
	.category-list .thumbnail .row-thumb > img {display: block;width: 100%; border-radius: 2px;}
	.category-list .thumbnail .caption{position: absolute;z-index: 2;top: 0;width: 100%;	height:110px;}
	.category-list .thumbnail .caption h3{font-size:16px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail:hover .caption h3{color:#fff;}
	.category-list .thumbnail .caption h4{font-size:12px; color:#fff; text-shadow:0 1px 1px rgba(0,0,0,.6)}
	.category-list .thumbnail .caption .rating {display:none;}
	.category-list .thumbnail .caption .txt-reviews{display:none;}
	.category-list .thumbnail .thumbnail-body {position: absolute;z-index: 1;bottom: 0;background-color: rgba(255,255,255,0.9);width: 100%;}
	.category-list .thumbnail .thumbnail-body p{font-size:11px; color:#111}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
	.ads-country,
	.sitemap{display:none;}
	.copy{margin-top:40px;}
	.item-share{display:none;}
	.search .brand .brand-sup,.search .brand .rtl-brand-sup{margin-top:10px;}
}
@media (min-width:670px) and (max-width:768px){
	.navbar-brand{display:block; position:relative:}
	.search .checkbox, .search .help-block { margin-bottom:5px; }
	.search .container .row { margin-right:-5px; margin-left:-5px;}
	.search .col-xs-1, .search .col-xs-2, .search .col-xs-3, .search .col-xs-4, .search .col-xs-5, .search .col-xs-6,.search .col-xs-7, .search .col-xs-8, .search .col-xs-9, .search .col-xs-10, .search .col-xs-11, .search .col-xs-12
	{ padding-right:5px; padding-left:5px;}
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}
	.search .brand .brand-sup,.search .brand .rtl-brand-sup{margin-top:10px;}
	.master-spot ul{display:block;}
	.master-spot ul li{padding:0 10px;}
	.master-spot ul li img{width: 80px;margin: 10px 0;}
	.category-list .thumbnail .caption{height:100px;}
	.category-list .thumbnail .caption h3{font-size:14px;}
	.category-list .thumbnail .caption h4{font-size:12px;}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
	.affix{width:220px;}
}
@media (min-width:769px) and (max-width:991px){
	.filters{display:block;}
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}	
	.master-spot ul{display:block;}
	.master-spot ul li{padding:0 13px;}
	.master-spot ul li img{width:90px;margin:10px 0;}
	.item-title h1 a{text-overflow:ellipsis;overflow:hidden;height:20px;white-space:nowrap;width:100%;}
	.search .checkbox,
	.search .help-block{margin:0;}
	.affix{width:220px;}
	.search .brand .brand-sup,.search .brand .rtl-brand-sup{margin-top:15px; position:absolute; max-width:50px;}
	.ms-layer .caption {width:400px!important;}
    .ms-layer .caption h1{font-size:32px;}
   .ms-layer .caption p{font-size:14px;}
}
@media (min-width:992px) and (max-width:1199px){
	.search .brand .brand-sup,.search .brand .rtl-brand-sup{margin-top:10px; position:absolute; max-width:55px;}
	.main-banner .ms-layer{left:0!important;width:100%!important;}
	.main-banner .ms-layer img{width:100%!important;}
	.master-spot ul li img{width:74px!important;margin:10px 0;}
	.search .checkbox,
	.search .help-block{margin:0;}
	.category-list .thumbnail .caption{height:110px;}
	.category-list .thumbnail .caption h3{font-size:14px;}
	.category-list .thumbnail .caption h4{font-size:12px;}
	.affix{width:290px!important;}
	.ms-layer .caption {width:500px!important;}
    .ms-layer .caption h1{font-size:34px;}
    .ms-layer .caption p{font-size:17px;}
}
@media (min-width:992px) and (max-width:1920px){
	.navbar-collapse{padding:0;}
	.search .checkbox,
	.search .help-block{margin:0;}
	.main-banner .flexslider .slides li .caption{width:600px;}
	.affix{width:360px;}
	.titlecategory{height:20px !important;font-size:14px !important;font-weight:700;line-height:120%;margin:5px 0 !important;}
	.ms-layer .caption {width:600px;}
}
@media print{
	body{width:790px:}
	body a:link:after,
	body a:visited:after{content:"";}
	.onlyprint{display:block;}
	.noprint{display:none!important;}
	body.sections{background:#fff;position:relative;}
	body.sections .topnav,
	body.sections .breadcrumb,
	body.sections .direct-link,
	body.sections .detail .social,
	body.sections .detail .btn-group-lg,
	body.sections .id,
	body.sections .rating .stars,
	body.sections .map,
	body.sections .map.visible-xs,
	body.sections .galleries,
	body.sections .coupon,
	body.sections .comments,
	body.sections .banner-aside,
	body.sections .keyAds,
	body.sections .actions,
	body.sections .sitemap,
	body.sections .ads-country{display:none!important;}
	body.sections header{background:none;box-shadow:none;height:100px;}
	body.sections .search{background:none;}
	body.sections .detail{margin-bottom:30px;}
	body.sections #qr-code-print img{position:absolute;right:0;top:0;z-index:9;width:100px;height:100px;}
}
@media (max-width:478px){
	.navbar-brand{display:block; position:relative:}
	.main-banner{display:none;}
	.input-group-lg > .form-control{height:32px;padding:4px 5px;font-size:13px;line-height:1.33;border-radius:0 3px 3px 0!important;}
	.search .btn-search{padding:3px 17px;}
	.form-control:-moz-placeholder{font-size:13px }
	.form-control::-moz-placeholder{font-size:13px}
	.form-control:-ms-input-placeholder{font-size:13px}
	.form-control::-webkit-input-placeholder{font-size:13px}
	.input-group-lg > .input-group-addon{font-size:12px;}
	.copy{margin-top:0px;}
	.search-provider .form-control:-moz-placeholder,inst-form .form-control:-moz-placeholder{font-size:18px}
	.search-provider .form-control::-moz-placeholder,.inst-form .form-control::-moz-placeholder{font-size:18px}
	.search-provider .form-control:-ms-input-placeholder,.inst-form .form-control:-ms-input-placeholder{font-size:18px}
	.search-provider .form-control::-webkit-input-placeholder,.inst-form .form-control::-webkit-input-placeholder{font-size:18px}
}
@media (max-width:768px) and (min-width:479px){
	.navbar-brand{display:block; position:relative:}
	.input-group-lg > .form-control{height:32px;padding:4px 5px;font-size:13px;line-height:1.33;border-radius:4px;}
	.main-banner .flexslider .slides li .caption h1{font-size:15px;font-weight:700;}
	.main-banner .flexslider .slides li .caption p{font-size:15px;font-weight:500;}
	.master-spot ul li.divider{width:1px;padding:0;margin:3px 4px;overflow:hidden;height:35px;display:inline-block;}
	.copy{margin-top:5px;}
	.input-group-lg > .input-group-addon{padding:2px 7px;}
	.search .btn-search{padding:3px 17px;}
	.form-control:-moz-placeholder{font-size:13px}
	.form-control::-moz-placeholder{font-size:13px}
	.form-control:-ms-input-placeholder{font-size:13px}
	.form-control::-webkit-input-placeholder{font-size:13px}
	.search-provider .form-control:-moz-placeholder,inst-form .form-control:-moz-placeholder{font-size:18px}
	.search-provider .form-control::-moz-placeholder,.inst-form .form-control::-moz-placeholder{font-size:18px}
	.search-provider .form-control:-ms-input-placeholder,.inst-form .form-control:-ms-input-placeholder{font-size:18px}
	.search-provider .form-control::-webkit-input-placeholder,.inst-form .form-control::-webkit-input-placeholder{font-size:18px}
	.fc-icon-search .fa-map-marker {	font-size: 18px;}
	.fc-icon-search .fa-search{	font-size: 18px;}
	.item-address{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
	.title_select{border-bottom:1px solid #ddd;}
	ul.spots-aside.slides{height:170px}
	ul.spots-aside.slides li{margin:0px 3px;height:130px}
	.search .btn-search { padding: 4px 6px 3px; font-size:17px}
	.ms-layer .caption h1 {font-size: 15px;font-weight: 700;}
	.ms-layer .caption p {font-size: 15px;font-weight: 500;}
}
@media (max-width:480px){
	.navbar-brand{display:block; position:relative:}
	.spots-aside li h1{margin:0 0 5px;font-size:12px;border:none}
	.spots-aside li p{font-size:11px;margin:0 0 5px;}
	.container-category{left:10%;position:relative;}
}
@media (min-width:430px) and (max-width:560px){
	.navbar-brand{display:block; position:relative:}
	.spots-aside li.container-category h1{margin:0 0 5px;font-size:12px;border:none;}
	.spots-aside li.container-category p{font-size:11px;margin:0 0 5px;}
}
@media (min-width:561px){
	.navbar-brand{display:block; position:relative:}
	.container-category{left:0px;width:48%;height:100px;margin:1% !important;}
	.container-category p{margin-bottom:5px}
	.category-list h1{font-size:22px;font-weight:600;color:#666;padding-bottom:5px;text-shadow:0 1px 0 #fff;margin:0 0 10px;border:none;}
	
}
@media (max-width:580px){
	.tab-panel .nav-tabs>li{
		display:block;
	}
	.products-tabs {display:none!important}
	.panel-group-products {display:block!important;}
	
	.crono .dl-horizontal dd{margin-right:0; border:0; padding:0; margin-top:10px;}
	.crono .dl-horizontal dd{margin-left:0; border:0; padding:0; margin-top:10px;}
	
	.apart-phone img{ float:left}
	.apart-phone p { text-align:left}
	.rtl .apart-phone img{ float:right}
	.rtl .apart-phone p { text-align:right}
	
	.bg-row-about {
		text-align:center;
		padding-bottom:20px;
	}
	.bg-row-about h1 {
		margin-top:0;
	}
	.bg-row-about .img-xs img {
		display:block;
	}
	.cpca ul li{
		width:92%;
	}
	.cpca h1, .cpca h2, .cpca ul li .caption h5, .cpca ul li .caption p  {
		text-align:left!important;
	}
	.rtl .cpca h1,.rtl .cpca h2,.rtl .cpca ul li .caption h5,.rtl .cpca ul li .caption p {
		text-align:right!important;
	}
	p, h1, h2, h3, h4, h5{ text-align:center!important}
	
	.seo-list {
		margin:50px 0;
	}
	.seo-list ul li{
		float:left;
	}
	.seo-list ul li h2 {
		font-size:18px;
		text-align:left!important;
	}
}
@media (max-width:767px) and (min-width:581px){
	.tab-panel .nav-tabs>li>a,
	.tab-panel .nav-tabs>li>a:hover,
	.tab-panel .nav-tabs>li.active>a,
	.tab-panel .nav-tabs>li.active>a:hover{
		margin: 0;
		padding: 5px 9px;
	}
	.products-tabs .tab-content h1{font-size:36px; margin-bottom:10px;}
	.products-tabs .tab-content .resume{font-size:16px; margin-bottom:10px;}
	.products-tabs .tab-content img{ width:100%; margin-top:15px}
	.products-tabs .tab-content .btn-new{ padding:7px 11px; font-size:16px}
	.products-tabs .nav-tabs li {margin:0 5px}
	.products-tabs .nav-tabs li a,
	.products-tabs .nav-tabs li.active a,
	.products-tabs .nav-tabs li.active a:hover,
	.products-tabs .nav-tabs li a:hover{padding: 3px 5px; font-size:18px}
	
	.bg-row-about{min-height: 160px;}
	.bg-row-about h1 {font-size:28px; margin-top:20px; margin-bottom:10px}
	.bg-row-about p {font-size:13px;}
	.bg-row-about img {top:12px;}
	
	.rtl .crono .dl-horizontal dd{margin-right:0; border:0; padding:0; margin-top:10px;}
	.crono .dl-horizontal dd{margin-left:0; border:0; padding:0; margin-top:10px;}
	
	.bg-row-about {
		text-align:center;
		padding-bottom:20px;
	}
	.bg-row-about h1 {
		margin-top:0;
	}
	.bg-row-about .img-xs img {
		display:block;
	}
	.cpca ul li{
		width:48%;
	}
	.seo-list {
		margin:50px 0;
	}
	.seo-list ul li{
		float:left;
	}
	.seo-list ul li h2 {
		font-size:18px;
		text-align:left!important;
	}
}
@media (max-width:991px) and (min-width:668px){
	.bg-row-about img {top:0;}
}
@media (max-width:991px) and (min-width:768px){
	.tab-panel .nav-tabs>li>a,
	.tab-panel .nav-tabs>li>a:hover,
	.tab-panel .nav-tabs>li.active>a,
	.tab-panel .nav-tabs>li.active>a:hover{
		margin: 0;
		padding: 5px 28px;
	}
	.products-tabs .nav-tabs li {margin:0 5px}
	.products-tabs .nav-tabs li a,
	.products-tabs .nav-tabs li.active a,
	.products-tabs .nav-tabs li.active a:hover,
	.products-tabs .nav-tabs li a:hover{padding:3px 9px; font-size:18px}
	
	.bg-row-about{min-height: 160px;}
	.bg-row-about h1 {font-size:30px; margin-top:20px; margin-bottom:10px}
	.bg-row-about p {font-size:13px;}
	.bg-row-about img {top:0;}
	.thumb-office img {height:170px}
	
	.seo-list {
		margin:50px 100px;
	}
	.seo-list ul li{
		float:left;
	}
	.seo-list ul li h2 {
		font-size:18px;
		text-align:left!important;
	}
}
@media (max-width:1200px) and (min-width:992px){
	.tab-panel .nav-tabs>li>a,
	.tab-panel .nav-tabs>li>a:hover,
	.tab-panel .nav-tabs>li.active>a,
	.tab-panel .nav-tabs>li.active>a:hover{
		margin: 0 15px;
		padding: 5px 35px;
	}
	.products-tabs .nav-tabs li {margin:0 15px}
	.products-tabs .nav-tabs li a,
	.products-tabs .nav-tabs li.active a,
	.products-tabs .nav-tabs li.active a:hover,
	.products-tabs .nav-tabs li a:hover{padding:3px 13px; font-size:20px}
	.thumb-office img {height:145px}
}
@media (min-width:1201px){
	.products-tabs .nav-tabs li {margin:0 13px}
	.products-tabs .nav-tabs li a,
	.products-tabs .nav-tabs li.active a,
	.products-tabs .nav-tabs li.active a:hover,
	.products-tabs .nav-tabs li a:hover{padding:3px 30px; font-size:22px}
	.thumb-office img {height:130px}
}
@media (min-width:768px){
	.navbar-brand{display:block; position:relative:}
	.spots-aside li h1{margin:0 0 5px;font-size:12px;}
	.container-city{padding-right:7px;padding-left:7px;}
	.spots-aside li p{font-size:10px;margin:0 0 5px;color:#666;}
	.container-category{left:0px;width:31.6% !important;height:80px !important;margin:0.5% !important;}
	.container-category p{margin-bottom:5px}
}
@media(min-width:800px){
	.container-category{left:0px;width:31.6%;height:85px !important;margin:0.5% !important;}
}
@media(min-width:900px){
	.container-category{left:0px;width:31.6%;height:95px !important;margin:0.5% !important;}
}
@media(min-width:1000px){
	.container-category p{margin-bottom:7px !important}
}
@media (min-width:992px){
	.spots-aside li h1{margin:0 0 10px;font-size:14px;color:#333;font-weight:700;}
	.spots-aside li.container-category h1{margin:0 0 0px;font-size:13px;color:#333;border:none;font-weight:700;}
	.container-city{padding-right:10px;padding-left:10px;}
	.spots-aside li p{font-size:13px;margin:0 0 10px;color:#666;}
}
@media (max-width:991px) and (min-width:769px){
	.affix{width:30%;}
}
@media (max-width:1012px) and (min-width:992px){
	.affix{width:29.6% !important;}
}
@media (min-width:1200px){
	.spots-aside li.container-category h1{margin:0 0 10px;font-size:14px;color:#333;font-weight:700;}
	.container-category{left:0px;width:31.6%;height:115px !important;margin:0.5% !important;}
}