@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&subset=greek');

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

*::selection {
    background: #d75656;
    color: #ffffff;
}
*::-webkit-selection {
    background: #d75656;
    color: #fff;
}
*::-moz-selection {
    background: #d75656;
    color: #ffffff;
}
* {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
b,strong{font-weight: bold;}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
}
.iw {
	width: 1340px;
	margin: 0 auto;
}
.ow{
	width: 100%;
}
.iwc{
	display: inline-block;
	width: 100%;
}

#top-search-suggestions {

    display: none;
    position: absolute;
    top: 61px;
    left: 0;
    width: 100%;
    border-radius: 3px;
    padding: 0 25px;
    z-index: 9999;
}
#top-search-suggestions ul {

    background: rgba(255,255,255,.95);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 166, 128, 0.53);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 166, 128, 0.53);
    box-shadow: 0px 0px 3px 0px rgba(0, 166, 128, 0.53);
    padding: 5px 15px 10px 15px;

}
#top-search-suggestions li {

    font-size: 14px;
    line-height: 26px;

}
#top-search-suggestions li div {

    margin-top: 5px;

}
#top-search-suggestions a {

    color: #1081e0;
    font-size: 13px;
    display: block;

}
#top-search-suggestions a:hover {
    color: #111;
}


#clear_filters {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #1081e0;
    z-index: 2;
    line-height: 20px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
#clear_filters:hover{
	border-bottom-color: #1081e0;
}
.categories-list{
	display: inline-block;
	width: 100%;
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
}
.categories-list li {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.categories-list > li a:before{
	position: absolute;
	top: 10px;
	left: 12px;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-image: url('/static/images/categories-arrow.png');
	background-repeat: no-repeat;
	content: '';
}
.categories-list li a {

    position: relative;
    background: #fdfdfd;
    border-radius: 5px;
    color: #666;
    float: left;
    text-decoration: none;
    width: 100%;
    /*height: 36px;*/
    line-height: 34px;
    font-size: 15px;
    padding: 0 5px 0 37px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px 1px #eee;
    cursor: pointer;
}
.categories-list li.disabled a{
	cursor: default;
}
.categories-list ul{
	margin: 0 0 15px 15px;
}
.catalog .head {

    border-bottom: none !important;
    font-size: 20px !important;
    margin-top: 5px;
    margin-bottom: 12px;

}
.product .lmap{
    position: relative;
    margin-bottom: 25px;
    border: 1px solid transparent;
}
.product .lmap:hover{
    border-color: #f7941d;
}
.product .lmap .btn:hover{
    background-color: #006191;
}
.product .lmap .btn {

    background-color: #1081e0;
    color: #fff;
    padding: 5px 0;
    width: 200px;
    text-align: center;
    position: absolute;
    bottom: 50%;
    left: 50%;
    margin: 0 0 -47px -100px;
    font-size: 14px;
    border: 2px solid #fff;
    box-shadow: 0 0 3px 1px #888;
    border-radius: 3px;
    font-weight: bold;

}
.product .lmap .marker{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -18px;
    width: 32px;
    height: 32px;
    z-index: 2;
    background: transparent url('/static/images/location.png') no-repeat center center / 32px 32px;
}
.product .lmap img{
    width: 100%;
    height: auto;
}
.product .h1{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0 !important;
    margin-right: 10px;
}
.catalog .h1{
	margin-bottom: 10px !important;
}
.catalog .desc {
    font-size: 15px;
    margin-bottom: 30px;
}
.items-list{
    position: relative;
    float: left;
    width: 100%;
}
.items-list .loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(255,255,255,.85);
    text-align: center;
    padding-top: 60px;
}
.cat-block-item{
    float: left;width: 33.33%;
    height: 276px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 0;
}
.cat-block-item a{
    display: block;
    width: 100%;
    text-decoration: none;
}
.cat-block-item a:hover h3{
    color: #333;
}
.cat-block-item img{
    width: 100%;
    height: 160px;
    border-radius: 2px;
}
.cat-block-item h3{
    color: #1081e0;
    font-weight: bold;
    font-size: 17px;
    padding: 6px 0;
}
.cat-block-item:hover{
    box-shadow: 0 0 6px 2px #eee;
    z-index: 10;
}
.catalog .desc {
    font-size: 12px;
    margin-bottom: 30px;
}
.news {
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.news a {
    color: #1081e0;
    text-decoration: navajowhite;
}
.news h3 {
    font-weight: bold;
    color: #1081e0;
    font-size: 16px;
}
.news:last-child {
    border: none;
}
.pagination{
    float: right;
}
#pagi{
    float: left;
}
.pagination .p, .pagination a, .pagination .e{
    float: left;
    width: 34px;
    height: 34px;
    background-color: #fdfdfd;
    margin-left: 10px;
    border: 1px solid #eee;
    cursor: pointer;
    box-shadow: 0 0 3px 1px rgba(25,25,25,.05);
    border-radius: 3px;
    text-align: center;
    color: #777;
    line-height: 30px;
    font-size: 15px;
    text-decoration: none;
}
.pagination .e{
    cursor: default;
    background-color: #f8f8f8 !important
}
.pagination .left, .pagination .right{
    background-size: 16px 16px;
    background-image: url('/static/images/categories-arrow.png');
    background-repeat: no-repeat;
    background-position: center center;
}
.pagination .p:hover, .pagination a:hover{
    background-color: #f8f8f8;
}
.pagination .p.left{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pagination .i{
    float: left;
    margin-right: 15px;
    line-height: 34px;
    font-size: 14px;
    color: #777;
}
.items-list .item{
	float: left;
	width: 100%;
	padding: 8px;
	margin-bottom: 20px;
	box-shadow: 0 0 5px 3px rgba(25,25,25,.09);
	border-radius: 2px;
}
.items-list .item:hover{
	box-shadow: 0 0 10px 4px rgba(25,25,25,.09);
}
.items-list .m:hover h3{
	border-bottom: 1px solid #1081e0;
}
.items-list .item .l {

    float: left;
    width: 230px;
    height: 150px;
    margin-right: 15px;

}
.items-list .item .l img{
	width: 100%;
	height: 100%;
}
.items-list .r{
	padding: 0 0 0 232px;
	width: 100%;
}
/*.item .r .rating-mini{margin-top: 7px;}*/
.items-list .m{text-decoration: none;}
.items-list .h3 {
	display: inline;
	vertical-align: middle;
    color: #1081e0;
    margin-top: 7px;
    right: 12px;
    margin-bottom: 0;
    margin-right: 12px;
    width: auto;
    border-bottom: 1px solid transparent;
	-webkit-transition: border .1s ease-in;
	-moz-transition: border .1s ease-in;
	transition: border .1s ease-in;
}
.loc {

    font-size: 13px;
    color: #444;
	background: transparent url('/static/images/location.png') no-repeat scroll left center / 18px 18px;

	padding-left: 25px;
}
.item .loc{
    height: 18px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.items-list .description {

    color: #111;
    margin-top: 15px;

}
.reviews-num {

    color: #999;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;

}
.reviews-num a {

    color: #999;
    text-decoration: none;
    border-bottom: 1px solid #999;

}
.reviews-num a:hover{
    color: #333;
    border-bottom-color: #333;
}
.filter-box {

    float: left;
    width: 100%;
    padding: 5px 0;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 3px 1px #eee;

}
.filter-box:last-child {

    border-bottom: none;

}
.box-toggle {
	position: relative;
    float: left;
    width: 100%;
    margin: 5px 0;
    padding: 0 40px;
    cursor: pointer;
}
.box-toggle:before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    right: 40px;
    z-index: 0;
    background-image: url('/static/images/categories-arrow.png');
    background-size: 12px 12px;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
}
.box-toggle span {

    color: #111;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;

}
.multilist{
	display: none;
	float: left;
	padding: 0 40px;
	width: 100%;
	margin-bottom: 10px;
}
.filter-box.toggled .box-toggle:before, .categories-list li.active a:before{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter-box.pricehidden .price-slider{display: none;}
.filter-box.toggled .multilist{
	display: block;
}
.multilist ul {

    margin-left: 0;

}
.multilist li {

    margin-top: 5px;

}

.multilist li a {
	cursor: pointer;
	border: 1px solid transparent;
    line-height: 20px;
    background: rgba(255,255,255,.3);
    padding: 0 0 0 10px;
    box-shadow: none;
    height: 24px;
    box-shadow: 0 0 2px 2px #eee;

}
.multilist li a:hover{
	border-color: #ddd;
}
.multilist li.active a {
    border-color: #999;
}
.multilist li a span {

    color: #999;
    margin-left: 5px;
    font-size: 12px;
    display: inline-block !important;
    margin-top: 1px;
    vertical-align: top;

}


.tab-list {

    float: left;
    width: 100%;
    margin-bottom: 20px;

}
#product-fast-search {

    float: left;
    width: 300px;
    height: 34px;
    border: 1px solid #eee;
    box-shadow: 0 0 5px 1px rgba(25,25,25,.09);
    padding-left: 10px;
    background: #fdfdfd;
    border-radius: 4px;

}

.ddd-catalog{
	margin: 30px 0;
	float: left;
	width: 100%;
}
.ddd-catalog img{
	width: 100%;
	height: auto;
}

.bv {
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 32px 0 16px 0;
    text-align: center;
    border: 1px solid transparent;
}
.bv:hover{
    border-color: #f7941d;
}
.bv .btn:hover{
    background-color: #006191;
}
.bv .btn {
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 20px;
    font-size: 14px;
    background: #1081e0;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 0 3px 0px #00476a;
    cursor: pointer;
    font-weight: bold;
}


#header {
    position: relative;
	height: 222px;
    background: #00aeef;
}
#special-header{
    background: rgba(0, 75,136, 0.8);
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#special-header ul {
    float: left;
    margin-right: 20px;
}
#special-header li {
    float: left;
    margin-right: -6px;
}
#special-header li a {
    color: #fff;
    display: block;
    font-size: 13px;
    text-decoration: none;
    padding: 0 12px;
    line-height: 40px;
	-webkit-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	transition: background .2s ease-in;
}
#special-header li a span {
    border-bottom: 1px solid #fff;
}
#special-header li a:hover{
	background: rgba(255,255,255,.8);
}
#special-header li a:hover span{
	color: rgb(17, 17, 17);
	border-bottom-color: transparent;
}
#mobile-weather{
    cursor: pointer;
    display: none;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #c9c9a3;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(0,50,50,.1);
}
#mobile-weather .name{
    float: left;
    margin-right: 20px;
    width: 200px;
    position: relative;
    overflow: hidden;
    height: 42px;
}
#mobile-weather .name i{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    color: rgba(50,50,50,.1);
    font-size: 11px;
    text-align: center;
    background: rgba(255,255,255,.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 9px;
}
#mobile-weather .img{float: left;margin-right: 15px;margin-top: 6px;}
#mobile-weather .img img{
    width: 28px;
    height: 28px;   
}
#mobile-weather .deg{
    float: left;
    background: rgba(255,255,255,.2);
    padding: 0 14px;
    font-size: 18px;
}
#main-nav {
    left: 0;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 100%;
    z-index: 2;
}
#main-nav ul{
	padding-left: 12px;
	display: inline-block;
}
#main-nav li{
	background: rgba(255,255,255,.3);
	float: left;
	height: 38px;
	border-top: none;
	-webkit-border-top-left-radius: 40px;
	-moz-border-top-left-radius: 40px;
	border-top-left-radius: 40px;
	-webkit-border-top-right-radius: 40px;
	-moz-border-top-right-radius: 40px;
	border-top-right-radius: 40px;
	margin-left: -12px;
}
#main-nav li a{
	position: relative;
	display: block;
	line-height: 40px;
	width: 85px;
    text-align: center;
	color: #fff;
	font-size: 18px;
	letter-spacing: -0.1px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
#logo img{
	width: 306px;
    image-rendering: optimizequality;
}
#logo {
    display: inline-block;
    margin-top: 112px;
    position: relative;
    vertical-align: top;
    z-index: 3;
}
#logo .slogan {
	color: #fff;

	font-family: "Arial",sans-serif;

	font-size: 15px;

	letter-spacing: 0.5px;

	margin-top: 0px;

	padding-left: 3px;

	text-align: right;
}
#int-nav {
    float: right;
    margin-top: 63px;
    position: relative;
    z-index: 3;
}
#search-icon{
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 34px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 18px;
	background-image: url("/static/images/search_icon.png");
	cursor: pointer;
}
#login-button{
	background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #00377c;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    height: 24px;
    line-height: 23px;
    margin-top: 8px;
    padding: 0 10px;
    cursor: pointer;
    position: relative;
}
#login-button i{
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #00377c;
	margin-right: 6px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#login-button ul{
    display: none;
    position: absolute;
    top: 40px;
    left: -5px;
    width: 120px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 200;
}
#login-button ul li a{
    color: #1081e0;
}
#login-button ul li a:hover{color: #094c84;}
#login-button ul li{
    float: left;
    width: 100%;
}
#login-button ul:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}

.rating-fa{
    margin-top: 10px;
}
.rating-fa span{
    font-size: 13px;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
}
.rating-fa .rating{
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    width: 84px;
    height: 12px;
    background-image: url('/static/images/rating-simple.png');
    background-position: 0px 183px;
}
.product .rating-fa {

    margin-top: 0;
    display: inline-block;
    width: 100%;

}
.product .prest .rating-fa:last-child{margin-top: 5px;margin-bottom: 2px;}
.product .rating-fa .rating{
    margin-top: 4px;
    margin-left: 0 !important;
}
.rating-fa .r-0star{background-position: 0px 183px;}
.rating-fa .r-1star{background-position: 0px 164px;}
.rating-fa .r-1-5star{background-position: 0px 145px;}
.rating-fa .r-2star{background-position: 0px 126px;}
.rating-fa .r-2-5star{background-position: 0px 107px;}
.rating-fa .r-3star{background-position: 0px 88px;}
.rating-fa .r-3-5star{background-position: 0px 69px;}
.rating-fa .r-4star{background-position: 0px 50px;}
.rating-fa .r-4-5star{background-position: 0px 31px;}
.rating-fa .r-5star{background-position: 0px 12px;}
#product-content .prest h4{font-size: 20px;margin: 20px 0 10px 0;font-weight: bold;}
#product-content .prest ul{list-style: disc;padding-left: 17px;}
#weather-st{
	padding: 15px;
	cursor: pointer;
}
#weather-st a{
    display: block;
    text-decoration: none;
}
#weather-st:hover{
    background: rgba(255, 255, 255, 0.15)
}
#weather-st .i {
    background: rgba(0, 0, 0, 0) url("/static/images/weather/partly_cloudy.png") repeat scroll 0 0 / 100% 100%;
    display: inline-block;
    height: 100px;
    vertical-align: middle;
    width: 100px;
}
#weather-st .t {
    color: #fff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 38px;
    vertical-align: middle;
    margin-left: 10px;
}
#weather-st .st {
    color: #fff;
    font-family: "Roboto",sans-serif;
    margin-right: 5px;
    margin-top: -4px;
    text-align: right;
}
.forecast-item{
    display: inline-block;vertical-align: top;width: 98px;height: 160px;margin-right: 14px;margin-bottom: 14px;text-align: center;border: 1px solid #eee;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.forecast-item:hover, .fi-today{
    border-color: #ccc;
}
.forecast-item-new{
    display: inline-block;
    vertical-align: top;
    width: 130px;
    height: 230px;
    margin-right: 14px;
    margin-bottom: 14px;
    text-align: center;
    border: 3px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.forecast-item-new:hover, .fi-today{
    border-color: #00aeef;
}
#weather-fc .box-tmp{
    color: #999;margin-top: 3px;margin-left: 5px;font-size: 15px;
}
#weather-fc .forecast-item-new:last-child{
    margin-right: 0;
}
#weather-new-lc{
    float: left;
}
.weather-hours {
    float: left;
    width: 470px;
    margin-left: 60px;
}
.weather-hours h3{
    font-size: 20px;
    font-weight: bold;
    color: #00aeef;
    margin-bottom: 12px;
}
#weather-hour-day{color: #777;font-size: 16px;margin-bottom: 8px;}
#weather-desc{color: #777;font-size: 16px;margin-bottom: 24px;}
.weather-hours h3 span{
    color: #004b88;
}
.weather-hours-list{}
.weather-hours-list .hour{display: inline-block;width: 100%;margin-bottom: 5px;border-bottom: 1px solid #ccc;padding-bottom: 5px}
.weather-hours-list .hour div{display: inline-block;vertical-align: middle; margin-right: 35px;}
.weather-hours-list .hour div img{width: 36px;height: 36px;display: inline-block;vertical-align: middle;}
.weather-hours-list .hour div span{display: inline-block;vertical-align: middle;margin-left: 10px;line-height: 14px;}
.weather-hours-list .hour .v-h{margin-left: 10px;width: 50px;text-align: left;}
.weather-hours-list .hour .v-temp{width: 50px;text-align: left;color: #000;font-size: 17px;font-weight: bold;margin-right: 50px;}
.weather-hours-list .hour div:last-child{margin-right: 0;}
.weather-details{
    display: inline-block;vertical-align: top;margin-left: 40px;margin-top: 0px;font-size: 20px;color: #444;font-family: 'Roboto', sans-serif;line-height: 23px;
}
.weather-details div{
    margin-bottom: 3px;
}
.weather-wrap{
    display:inline-block;width: 100%;margin-top: 30px;margin-bottom: 30px;
}

#search-block {
    background-color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    color: rgb(9, 74, 115);
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    height: 60px;
    left: 50%;
    line-height: 58px;
    margin-left: -285px;
    position: absolute;
    top: 113px;
    width: 570px;
    z-index: 3;
}
#search-block input {
	font-family: "Roboto",sans-serif;
	font-size: 20px;
	font-weight: bold;
    background: transparent;
    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    height: 100%;
    left: 0;
    outline: none;
    padding-left: 40px;
    position: absolute;
    top: -2px;
    width: 100%;
    z-index: 1;
    color: #004b88;
}
.search {
    background: #004b88;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 134px;
    z-index: 2;
    cursor: pointer;
}
.search:hover{
    background: rgba(0, 75,136, 0.8);
}


.full-search-ul li div{font-size: 20px;font-weight: bold;margin-top: 8px;}
.full-search-ul li{line-height: 28px;}
.full-search-ul li a{font-size: 14px;color: #1081e0}



























#content {
}

.cs-content{margin-top: 40px;}
.cs-content .left-col{
	float: left;
	width: 75%;
}
.cs-content .left-col .wrap{
	
	margin-right: 15px;
}
.cs-content .right-col{
	float: left;
	width: 25%;
}
.cs-content .right-col .wrap{
	
	margin-left: 15px;
}
.cs-content .head{
	color: #004b88;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #cdcdcd;
}
.cs-content .list{
	margin-top: 25px;
}
.cs-content .list .left-col, .cs-content .list .right-col{
	float: left;
	width: 50%;
}
.cs-content .list .item{
	margin-bottom: 10px;
}
.cs-content .list .wrap .time{
	text-transform: uppercase;
	float: left;
	width: 60px;
	color: #999;
}
.cs-content .list .wrap .link{
	margin-left: 80px;
}
.cs-content .list .wrap .link a{
	color: #18191a;
	display: block;
	text-decoration: none;
	opacity: 1;
	font-size: 13px;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.cs-content .list .wrap .link a:hover{
	opacity: .7;
}
.cs-content .poster{
	position: relative;
	float: left;
	width: 60px;
	height: 45px;
	margin-right: -5px;
	background: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.cs-content .poster:after, .last-business .slider .item:after{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 2;
	background: rgba(0,0,0,.3);
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.cs-content .item-mini-review .link a{
	margin-bottom: 5px;
}
.cs-content .item-mini-review:hover .poster:after{
	opacity: 1;
}
.cs-content .item-mini-review{
	margin-bottom: 25px !important;
}
.cs-content .list .wrap .link div span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.cs-content .list .link a span {
    color: #666;
}
.view-all{
	margin-top: 15px;
}

.view-all a {
    border-bottom: 1px solid #00aeef;
    color: #00aeef;
    font-size: 15px;
    text-decoration: none;
}
.view-all a:hover{
	color: #004b88;
	border-bottom-color: #004b88;
}
.tomato{
	color: #00aeef;
}

#rating-name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 16px;
    line-height: 24px;
}

.rating-mini, .rating-big, .rating-list-big .star{
	display: inline-block;
	vertical-align: middle;
	background-image: url("/static/images/rating.png");
}
.rating-mini{
    width: 99px;
	height: 18px;
}
.rating-big{
    width: 132px;
    height: 24px;
}
.rating-list-big .star{
    float: left;
    width: 27px;
    height: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.rating-list-big .star{background-position: 0 0;}
.rating-list-big .star.selected{background-position: 0 -24px;}
.rating-list-big .star.empty{background-position: 0 0 !important;}
.rating-list-big .star.filled{background-position: 0 -24px !important;}

.rating-mini.rm-0star{background-position: 0 180px;}
.rating-mini.rm-1star{background-position: 0 162px;}
.rating-mini.rm-1-5star{background-position: 0 144px;}
.rating-mini.rm-2star{background-position: 0 126px;}
.rating-mini.rm-2-5star{background-position: 0 108px;}
.rating-mini.rm-3star{background-position: 0 90px;}
.rating-mini.rm-3-5star{background-position: 0 72px;}
.rating-mini.rm-4star{background-position: 0 54px;}
.rating-mini.rm-4-5star{background-position: 0 36px;}
.rating-mini.rm-5star{background-position: 0 18px;}

.rating-big.rm-0star{background-position: 0 0;}
.rating-big.rm-1star{background-position: 0 -24px;}
.rating-big.rm-1-5star{background-position: 0 -48px;}
.rating-big.rm-2star{background-position: 0 -72px;}
.rating-big.rm-2-5star{background-position: 0 -96px;}
.rating-big.rm-3star{background-position: 0 -120px;}
.rating-big.rm-3-5star{background-position: 0 -144px;}
.rating-big.rm-4star{background-position: 0 -168px;}
.rating-big.rm-4-5star{background-position: 0 -192px;}
.rating-big.rm-5star{background-position: 0 -216px;}


.last-business{
	background: #fffff0;
	margin-top: 25px;
	display: inline-block;
	width: 100%;
}
.last-business .inn{
	padding: 20px 0 20px 20px;
}
.last-business .slider{
	margin-top: 15px;
}
.last-business .slider ul{
	display: inline-block;
	width: 100%;
}
.last-business .slider li{
	position: relative;
	float: left;
	width: 33%;
}
.last-business .slider li .link{
	display: block;
	padding: 0 15px 0 0;
}
.last-business .slider li .item{
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	height: 180px;
}
.last-business .cat{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 4;
	padding-bottom: 3px;
}
.last-business .slider li .title {
    margin: 10px 0 5px 0;
    padding: 0 15px 0 0;
}
.last-business .slider li .title a{
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	transition: color .2s linear;
}
.last-business .slider li:hover .title a{
	color: #004b88;
}
.last-business .slider li:hover .item:after{
	opacity: 1;
}
.last-business .slider li .st{
	font-size: 11px;
	color: #666;
	text-transform: uppercase;
}

.ddd-wide{
	display: inline-block;
	width: 100%;
	margin: 25px 0;
	background: #f1f1f1;
}
.ddd-wide a{
	display: block;
	padding: 10px;
	text-align: center;
}
.ddd-wide img{
	max-width: 100%;
}


.sead{
	display: inline-block;
	width: 100%;
	margin-bottom: 25px;
}
.sead .left-col{
	float: left;
	width: 25%;
}
.sead .right-col{
	float: left;
	width: 75%;
}
.sead .left-col .wrap{
	margin-right: 15px;
}
.sead .right-col .wrap{
	margin-right: 0;
}
.sead .head{
	margin-bottom: 20px;
}
.sead .item {
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
    margin-bottom: 7px;
}
.sead .item:last-child {border-bottom: none;}
.sead .item a {
    color: #000;
    display: block;
    font-size: 15px;
    text-decoration: none;
}
.sead .item a:hover {
	color: #00aeef;
}
.sead .item i{margin-top: 1px;margin-right: 1px;}
.sead .views{color: #666;}
.views-icon{
	display: inline-block;
	vertical-align: top;
	width: 14px;
	height: 14px;
	background-size: 100% 100%;
	opacity: .5;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMjU2LDk2QzE0NC4zNDEsOTYsNDcuNTU5LDE2MS4wMjEsMCwyNTZjNDcuNTU5LDk0Ljk3OSwxNDQuMzQxLDE2MCwyNTYsMTYwYzExMS42NTYsMCwyMDguNDM5LTY1LjAyMSwyNTYtMTYwICAgQzQ2NC40NDEsMTYxLjAyMSwzNjcuNjU2LDk2LDI1Niw5NnogTTM4Mi4yMjUsMTgwLjg1MmMzMC4wODIsMTkuMTg3LDU1LjU3Miw0NC44ODcsNzQuNzE5LDc1LjE0OCAgIGMtMTkuMTQ2LDMwLjI2MS00NC42MzksNTUuOTYxLTc0LjcxOSw3NS4xNDhDMzQ0LjQyOCwzNTUuMjU3LDMwMC43NzksMzY4LDI1NiwzNjhjLTQ0Ljc4LDAtODguNDI4LTEyLjc0My0xMjYuMjI1LTM2Ljg1MiAgIGMtMzAuMDgtMTkuMTg4LTU1LjU3LTQ0Ljg4OC03NC43MTctNzUuMTQ4YzE5LjE0Ni0zMC4yNjIsNDQuNjM3LTU1Ljk2Miw3NC43MTctNzUuMTQ4YzEuOTU5LTEuMjUsMy45MzgtMi40NjEsNS45MjktMy42NSAgIEMxMzAuNzI1LDE5MC44NjYsMTI4LDIwNS42MTMsMTI4LDIyMWMwLDcwLjY5MSw1Ny4zMDgsMTI4LDEyOCwxMjhjNzAuNjkxLDAsMTI4LTU3LjMwOSwxMjgtMTI4ICAgYzAtMTUuMzg3LTIuNzI1LTMwLjEzNC03LjcwMy00My43OTlDMzc4LjI4NSwxNzguMzksMzgwLjI2NiwxNzkuNjAyLDM4Mi4yMjUsMTgwLjg1MnogTTI1NiwyMDVjMCwyNi41MS0yMS40OSw0OC00OCw0OCAgIHMtNDgtMjEuNDktNDgtNDhzMjEuNDktNDgsNDgtNDhTMjU2LDE3OC40OSwyNTYsMjA1eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}


.single-news-item, .breadcrumbs{
	padding: 25px 0 20px 0;
}
.single-news-item .inn, .single-news-item .inn div, .breadcrumbs li, .cat{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.single-news-item .inn a, .breadcrumbs li a{
	text-decoration: none;
}
.single-news-item .time{
	color: #8f8f8f;
	margin: 0 10px;
}
.cat{
	text-transform: uppercase;
	background-color: #9662df;
	color: #fff;
	padding: 4px 6px;
	font-size: 11px;
}
.single-news-item .go{
	color: #18191a;
	font-size: 14px;
}
.single-news-item .go:hover{
	color: #8f8f8f;
}
.single-news-item .name{
	margin: 4px 15px 0 15px;
	display: inline-block;
	vertical-align: top !important;
	color: #111;
	font-weight: bold;
	text-transform: uppercase;
}
.breadcrumbs li a, .breadcrumbs li span{
	font-size: 14px;
	color: #8f8f8f;
	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
.breadcrumbs li{
	margin-right: 30px;
}
.breadcrumbs li:after{
	position: absolute;
	top: 0;
	right: -17px;
	color: #8f8f8f;
	font-size: 9px;
	content: '>';
}
.breadcrumbs li:last-child:after{
	display: none;
}
.breadcrumbs li a:hover{
	color: #111;
}

.h1{
	display: block;
	width: 100%;
	color: #18191a;
	font-size: 32px;
	line-height: 32px;
	font-family: "Roboto",sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
}
.h3{
	display: block;
	width: 100%;
	color: #18191a;
	font-size: 24px;
	line-height: 28px;
	font-family: "Roboto",sans-serif;
	margin-bottom: 25px;
}

.regform .row{
	float: left;width: 100%;
	margin-bottom: 20px;
}
.regform .row .name{
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	line-height: 33px;
}
.modernform .row .name{width: 150px !important;line-height: 27px !important;font-size: 13px;}
.regform .row .data{
	margin-left: 120px;
}
.modernform .row .data{margin-left: 150px !important}
.regform .row input{
	float: left;
	width: 200px;
	padding-left: 13px;
	height: 30px;
}
.modernform .row input, .modernform .row textarea{width: 440px !important}
.regform .row select, .regform .row input, .modernform .row textarea{
	margin-right: 10px;
	padding-bottom: 3px;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.modernform .row textarea{min-height: 150px;padding: 10px 15px;}
.regform .row select{
	height: 33px;
    padding-left: 11px;
    padding-right: 4px;
}
.regform .h3{
	padding-left: 15px;
}
.regform .submit {
	background: #004b88;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 20px 0 25px 15px;
    padding: 10px 25px;
    cursor: pointer;
}
.regform .submit:hover{
	background: rgba(0, 75,136, 0.8);
}
.regform .error{
    background: rgba(210, 56, 56, 0.9);
    color: #fff;
    margin-bottom: 20px;
    margin-left: 15px;
    max-width: 70%;
    padding: 20px;
}

.adiba{

}
.adiba .item{
    overflow: hidden;
	position: relative;
	float: left;
	height: 260px;
	background: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.adiba .di{
	width: 50%;

}
.adiba .ba{
	width: 25%;
}

.adiba .item .overlay {
    background: rgba(50, 50, 50, 0.01);
}
.adiba .item .overlay {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	-webkit-transition: background .2s ease-in;
	-moz-transition: background .2s ease-in;
	transition: background .2s ease-in;
}
.adiba .item:hover .overlay {
    background: rgba(50, 50, 50, 0.5);
}

.adiba .item .overlay:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.adiba .item .overlay:after {
    background: -moz-linear-gradient(top, rgba(50, 50, 50, 0.01) 0%, rgba(50, 50, 50, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(50, 50, 50, 0.01)), color-stop(100%, rgba(50, 50, 50, 0.9)));
    background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.01) 0%, rgba(50, 50, 50, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(50, 50, 50, 0.01) 0%, rgba(50, 50, 50, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(50, 50, 50, 0.01) 0%, rgba(50, 50, 50, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(50, 50, 50, 0.01) 0%, rgba(50, 50, 50, 0.9) 100%);
}

.adiba .item .title{
	font-size: 28px;
	margin: 15px 0 20px;
	color: #fff;
	text-transform: capitalize;
	padding: 0 40px;
	line-height: 26px;
}
.adiba .item .time{
	padding: 0 40px;
	color: #ddd;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.adiba .bottom-cnt{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.adiba .cat-wrap{
	padding: 0 40px;
	width: 100%;
}
.adiba .ba .title{
	font-size: 20px;
}
.adiba .ba .time{
	font-size: 11px;
}



.follow-us{
	margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}
.public-poll{margin-bottom: 35px}
.public-poll .title{
	padding: 15px 0 15px 0;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.public-poll .var{
	cursor: pointer;
	margin-bottom: 8px;
}
.public-poll .var .radio{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 5px;
	margin-top: 2px;
	border: 1px solid #444;
}
.public-poll .var.active .radio:after{
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: #444;
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
}
.public-poll .var span{
	color: #222;
}
.public-poll .var:hover .radio{
	border-color: #000;
}
.public-poll .var:hover span{
	color: #000;
}
.public-poll .acts{
	margin-top: 20px;
	text-align: center;
}





.public-poll .vote{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	cursor: pointer;
    background: #004b88;
    color: #fff;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    height: 38px;
    line-height: 37px;
    padding: 0 24px;
    text-transform: uppercase;
	-webkit-transition: background .15s ease-in;
	-moz-transition: background .15s ease-in;
	transition: background .15s ease-in;
}
.public-poll .vote:hover{
	background: rgba(0, 75,136, 0.8);
}
.public-poll .pw{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 25px 0 5px;
    background-color: rgba(255,255,255,.3);
    border: 1px solid rgba(25,74,115,.3);
    border-radius: 12px;
    height: 22px;
    overflow: hidden;
}
.public-poll .progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 20px;
    background-color: rgba(25,74,115,.3);
    -webkit-transform: skewX(-14deg);
    -moz-transform: skewX(-14deg);
    transform: skewX(-14deg);
}
.public-poll .active .progress{
    background-color: rgba(25,74,115,.8);
}
.public-poll .active .pw{
    border-color: rgba(25,74,115,.8);
}
.public-poll .pw .percent, .public-poll .pw .votes{
    position: absolute;
    top: 0;
    right: 9px;
    line-height: 20px;
}
.public-poll .votes{
    color: #fff !important;
    right: auto !important;
    left: 9px;
}
.public-poll .inactive{
    cursor: default;
}
.vote-result-text{font-size: 18px;}
.mpr-rating{
	margin-top: 20px;
	margin-bottom: 40px;
}
.mpr-rating .item{
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.mpr-rating .item a{
	text-decoration: none;
}
.mpr-rating .num{
    color: #004b88;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 10px;
}
.mpr-rating .title{
	color: #999;
}
.mpr-rating .name{
	color: #000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}
.mpr-rating .name, .mpr-rating .title{
	-webkit-transition: padding .15s ease-in;
	-moz-transition: padding .15s ease-in;
	transition: padding .15s ease-in;
}
.mpr-rating .item:hover .title, .mpr-rating .item:hover .name{
	padding-left: 5px;
}
.mpr-rating .item:hover .name{
	color: #777;
}

.mbi-list{
	margin: 20px 0 25px 0;
}
.mbi-list .item{
    float:left;
    width: 100%;
    margin-bottom: 10px;
}
.mbi-list .link{
    margin-left: 70px;
}
.mbi-list .link a{
    color: #1081e0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
.mbi-list .link .et {
    line-height: 23px;
    height: 23px;
    position: relative;
    overflow: hidden;
}
.mbi-list .link .ed {
    color: #444;
    font-weight: normal;
}
#search-block.focused {
    background-color: rgba(255, 255, 255, 0.8);
}
.mbi-events{
    height: 180px !important;
}

.reviews-lc{float: left;width: 25%;}
.reviews-rc{float: left;width: 75%;padding: 0 45px;}


#footer {
	padding-top: 45px;
	background: #1c1d1e;
}
#footer .logo-img{
    width: 180px;
}
#footer .left-col, #footer .right-col{
	float: left;
	width: 25%;
}
#footer .mid-col{
	float: left;
	width: 50%;
}
#footer .top{
	margin-bottom: 40px;
}
#footer h6 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 7px;
}
#footer .about-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
#footer .social-links {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
#footer .social-links a{
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin: 4px 7px 0 0;
    opacity: .8;
}
#footer .social-links a:hover{
    opacity: 1;
}
#footer .mid-col .wrap{
	margin-right: 15px;
}
#footer .right-col .wrap{
	margin-left: 15px;
}

#footer .copyright{
	background: #141415;
	padding: 20px 0;
	color: #8f8f8f;
}
#footer .copyright li{
	float: left;
	margin-left: 15px;
}
#footer .copyright li a{
    border-bottom: 1px solid #8f8f8f;
    color: #8f8f8f;
    padding-bottom: 1px;
    text-decoration: none;
}
#footer .copyright li a:hover{
	color: #ccc;
	border-bottom-color: #ccc;
}

.page-wrapper{}
.page-wrapper a{color: #1081e0;text-decoration: underline;}
.page-wrapper p{
    margin-bottom: 20px;
}
.page-wrapper h2{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.page-wrapper h3{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.page-wrapper ol, .page-wrapper ul{
    padding-left: 20px;
    list-style-type: square;
    margin-bottom: 20px;
}
.contact-form{
    display: inline-block;width: 640px;
    background: #fff;
    padding: 25px 100px;
    -webkit-box-shadow: 0 0 3px 1px #ddd;
    -moz-box-shadow: 0 0 3px 1px #ddd;
    box-shadow: 0 0 3px 1px #ddd;
   -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.contact-form input, .contact-form textarea{
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    border: 1px solid #ccc;
}
.contact-form textarea{
    height: 250px !important
}
.contact-form .name{
    text-transform: uppercase;
    margin-top: 25px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.contact-form button{
    background-color: #004b88;
    color: #fff;
    padding: 0 0 2px 0;
    line-height: 40px;
    height: 40px;
    width: 150px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.mbi-vis {
	position: relative;
	display: inline-block;
	width: 100%;
    height: 72px;
    background-size: cover;
	line-height: 72px;
	margin-bottom: 12px;
}
.mbi-vis h4{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	background: rgba(0,174,239,.6);
	padding: 5px 10px;
	-webkit-transition: background .1s ease-in;
	-moz-transition: background .1s ease-in;
	transition: background .1s ease-in;
}
.mbi-vis:hover h4{
	background: #00aeef;
}


.product{
    float: left;width: 100%;margin-bottom: 40px;
}

.product .categories-list{
    margin-bottom: 35px;
}
.product .categories-list .active a{
    background-color: #f8f8f8 !important;
    color: #000 !important;
}
.product .categories-list li a{
    border-color: #eee !important;
    background-color: #fdfdfd !important;
    border-radius: 1px;
}
.product .options-list{
        margin-bottom: 5px;
}
.product .options-list .name{
    float: left;
    font-weight: bold;
    width: 170px;
}
.product .options-list .option{
    display: inline-block;vertical-align: middle;
    background-color: #e9f0fa;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 4px;
}
#main-photo{
    position: relative;
    background-color: #e9f0fa;
    text-align: center;
    padding: 5px 30px;
    min-height: 418px;
    margin-top: 15px;
}
#main-photo-img{
    cursor: pointer;
    opacity: 1;
/*  max-height: 500px;*/
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}
.zoomin {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 145px;
    height: 34px;
    text-align: center;
    margin-left: -72px;
    border: 1px solid #000;
    line-height: 33px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url('/static/images/zoom-in.png?1');
    background-repeat: no-repeat;
    background-position: 13px center;
    padding-left: 25px;
    background-size: 16px 16px;
}
#main-photo:hover .zoomin{
    opacity: 1;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
}
#larr, #rarr{
    position: absolute;
    top: 50%;
    left: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: 2; 
    border-radius: 50%;
    margin-top: -20px;
    cursor: pointer;
}
#rarr{
    left: auto !important;
    right: 10px;
}
#larr:after, #rarr:after {
    position: absolute;
    background-image: url('/static/images/categories-arrow.png');
    height: 40px;
    width: 40px;
    content: '';
    z-index: 4;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    left: 2px;
    background-size: 20px 20px;
}
#larr:after{
    left: -2px !important;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#product-gallery-viewer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 101;
    text-align: center;
    padding: 0px 5%;
}
#product-gallery-viewer-img{
    display: inline-block;
    max-width: 100%;
    max-height: 750px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}
#product-galler-viewer-hide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 4;
}
#product-galler-viewer-hide i{
    background-image: url('/static/images/cross.png');
    background-position: 90% 90%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 24px;
    right: 24px;
}
#product-gallery-viewer-img-wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#product-gallery-viewer-img-wrapper td {
   vertical-align: middle;
   text-align: center;
}


#product-gallery{
    float: left;
    width: 100%;
    margin-top: 5px;
}
#product-gallery .img{
    cursor: pointer;
    width: 80px;
    height: 50px;
    float: left;
    margin-right: 5px;
    border: 3px solid transparent;
}
#product-gallery.list .img{
    width: 160px;
    height: 95px;
}
#product-gallery .img.active{
    border-color: #f7941d;
}
#product-gallery .img img{
    width: 100%;
    height: 100%;
}

#product-content{
    float: left;
    width: 100%;
    margin-top: 30px;
}
#product-content img{
    max-width: 760px;
}
#product-content h3, .product .clear-title {

    font-weight: bold;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    padding-left: 47px;
    background-image: url('/static/images/h-info.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    line-height: 43px;

}

.review{
    margin-top: 20px;
    margin-bottom: 10px;
    float: left;width: 100%;
border-bottom: 1px solid #ededed;

padding-bottom: 25px;
}
.review .lr{
    padding-top: 58px;
    float: left;width: 150px;
    background-image: url('/static/images/h-review.png');
    background-repeat: no-repeat;
    background-position: 20px 0;
    padding-left: 10px;
}
.review .rr{
    margin-left: 170px;
}
.review h3 a{color: #1081e0;text-decoration: none;}
.review h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
    color: #1081e0;
}
.review .testimonial{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.review .plus, .review .minus{
    margin: 15px 0 0 0;
}
.review .minus .m, .review .plus .m{
    position: relative;
    margin-bottom: 5px;
}
.review .plus .m span{
    color: #55eb66;
}
.review .minus .m span{
    color: #f75e5e;
    margin-top: -3px !important;
}
.review .m span {
    width: 12px;
    text-align: center;
    font-size: 24px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    margin-top: -2px;
}
.product .clear-title{
    background-image: none;
    padding-left: 0;
}
.product .clear-title h2{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    width: auto;
    font-size: 21px;
}
.product .add-review {
    cursor: pointer;
    text-decoration: none;
    background: #1081e0;
    color: #fff;
    padding: 0px 20px;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;

}
.product .add-review:hover{
    background: #f7941e;
}

.h-clock{
    background-image: url('/static/images/h-clock.png') !important;
}
.h-target{
    background-image: url('/static/images/h-target.png') !important;
}
.h-review{
    background-image: url('/static/images/h-review.png') !important;
}
.h-contact{
    background-image: url('/static/images/h-contact.png') !important;
}
#product-content .prest{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
#product-content .prest .day {
    display: inline-block;
    width: 100px;
}
#product-content .prest .hours {display: inline-block;}

#product-content .prest a{
    color: #028afe;
}
#product-content .prest .email{
    text-decoration: none;
}
#product-content .prest a:hover{color: #006191;}

#product-lists {

    border-top: 1px solid #eee;
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-top: 20px;

}
#product-lists ul {
    position: relative;
    overflow: hidden;
    float: left;
    width: 25%;

}

#product-lists li {

    margin-bottom: 7px;

}
#product-lists h4 {

    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;

}
#product-lists li a {

    color: #1081e0;
    text-decoration: none;
    font-size: 14px;
    padding-right: 8px;

}
#product-lists li a:hover{
        text-decoration: underline;
}

#overlay{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9995;
	background: rgba(0,0,0,.7);
	cursor: pointer;
}
#login-popup{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 370px;
	margin: -225px 0 0 -150px;
	z-index: 9996;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 3px 3px #000;
	-moz-box-shadow: 0 0 3px 3px #000;
	box-shadow: 0 0 3px 3px #000;
}
#login-popup .close {
	cursor: pointer;
    background: url("/static/images/cross.png");
    content: "";
    height: 32px;
    position: absolute;
    right: -45px;
    top: -45px;
    width: 32px;
    z-index: 9997;
}
#login-popup .fields > div {
    margin-bottom: 15px;
    padding: 0 20px 0 20px;
}
#login-popup .fields input {
    border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    color: #333;
    height: 34px;
    outline: medium none;
    padding-bottom: 3px;
    padding-left: 10px;
    width: 100%;
}
#login-popup .ajaxlogin {
	background: #004b88;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
#login-popup .ajaxlogin:hover{
	background: rgba(0, 75,136, 0.8);
}
#login-popup .fields a{
	color: #017bcf;
	text-decoration: none;
	border-bottom: 1px solid #017bcf;
	padding-bottom: 2px;
	font-size: 13px;
	cursor: pointer;
}
#login-popup .fields a:hover{
	color: #000;
	border-bottom-color: #000;
}
#login-popup .head {
    color: #333;
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    padding: 25px 0 30px;
    text-align: center;
}

#login-error {
    background: #a23838;
    bottom: 0;
    color: #eee;
    font-size: 14px;
    height: 60px;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;    
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.sh-wrap{
    float: right;
}
.catalog-lc, .product-lc{
    float: left;
    width: 25%;
}
.catalog-rc, .product-rc{
    float: left;width: 75%;padding: 0 30px;
}
.page-lc{float: left;width: 75%;}
.product-rc{padding: 0 45px;}
.copyright .ct{float: left;}
.copyright .cl{float: right;}

 .breadcrumbs li:last-child{margin-right: 0;}
 .fbeventslink{width: 100%;}
 .fbeventslink img{height: 100%;}

 .hh-ads-wrap{
    height: 240px;
    position: relative;
 }
 .hh-ads-wrap img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
 }
 .rp-da{display: block;}
 .rp-ma{display: none;}

@media screen and (max-width: 1400px) {
	#logo img{width: 205px}
	#logo{margin-top: 120px;}
	#weather-st .i{width: 80px;height: 80px;}
	#int-nav{margin-top: 80px}
    .iw{width: 1024px;}
    .multilist{padding: 0 20px;}
    .last-business .slider li .item{height: 160px;}
    .cat-block-item img{height: 140px;}
    .mbi-list .poster{width: 50px;height: 40px;}
    .mbi-list .link{margin-left: 60px;}
    .weather-hours{margin-left: 0;width: 100%;margin-top: 35px;}
}
@media screen and (max-width: 1200px) {
	#main-nav li a{width: 76px;}
	#search-block{width: 500px;margin-left: -250px;}
	#logo img{width: 190px;}
	#weather-st .i{width: 60px;height: 60px;}
	#int-nav{margin-top: 95px}
    .iw{width: 920px;}
    .last-business .slider li .item{height: 130px;}
    .adiba .item{height: 220px;}
    .items-list .description{max-height: 32px;position: relative;overflow: hidden;}
    .mbi-list .poster{width: 100%;height: 40px;}
    .mbi-list .link{margin-left:0;float: left;width: 100%;}
    .cat-block-item img{height: 110px;}
    #clear_filters{width: 34px;overflow: hidden;height: 24px;}
}
@media screen and (max-width: 1000px) {
    .iw{width: 840px;}
}
@media screen and (max-width: 900px) {
    .iw{width: 820px;}
}
@media screen and (max-width: 1000px) {
    .slogan{display: none;}
    #weather-st{display: none;}
    #logo{margin-top: 8px;}
    .adiba .ba .time{display: none;}
    #footer .logo-img{width: 140px}
    .cat-block-item{width: 50%;}
    .box-toggle{padding-left: 20px;}
    .box-toggle:before{right: 15px;}
    .items-list .item .l{width: 100%;margin-bottom: 8px;}
    .items-list .r{padding: 0;}
    .pagination {float: left;margin-top: 15px;}
    .filter-box .multilist{padding: 0 5px;}
    #main-photo{min-height: 280px;}
    #product-gallery-viewer{padding: 0 10%;}
}
@media screen and (max-width: 800px) {
     .rp-da{display: none;}
     .rp-ma{display: block;}
    .weather-details{margin-top: 25px;margin-left: 0;}
    #weather-fc .box-tmp{font-size: 14px;}
    .weather-hours-list .hour .v-h{margin-right: 10px;}
    .weather-hours-list .hour .v-temp{margin-right: 15px;}
    .forecast-item-new{width: 110px;margin-right: 3px;border-width: 3px;border-radius: 5px;}
    .weather-hours{margin-top: 25px;}
    #clear_filters{width: auto;overflow: auto;height: auto;}
    .product .options-list .option{
        margin-bottom: 7px;
    }
    #product-lists ul{
        float: none;
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 25px;
    }
    #mobile-weather{display: block;}
    #special-header .sh-wrap > ul li:last-child{display: none;}
    #footer .right-col .wrap{margin-left: 0}
    #footer .about-text{padding: 10px}
    .copyright .cl{float: none;text-align: center;margin-top: 8px;}
    #footer .copyright{padding: 26px 0;}
    .reviews-lc{float: left;width: 100%;}
    .reviews-rc{float: left;width: 100%;padding: 0;}
	#content .cs-content{padding: 0 15px;}
	 #main-nav{top: 224px;}
	#header{height: 340px}
	#int-nav{display: none;}
	.slogan{display: block;text-align: center !important;font-size: 16px;margin-top: 6px;}
    .iw{width: 100%;}
	  #logo {

	    margin-top: 0;
	    position: absolute;
	    top: 70px;
	    left: 0;
	    width: 100%;
	    text-align: center;

	}
    #logo img{width: 320px;margin-left: 5px;}
    #login-button{position: absolute;top: 0;right: 15px;}
    .sh-wrap{float: left;margin-top: 0;margin-left: 10px;}
    .search{right: 0;line-height: 45px;}
    #search-block{height: 48px;left: 0;width: 90%;bottom: 140px;top: auto;margin-left: 5%;}
    #search-block input{top: -1px;padding-left: 10px;}
     #search-block ::-webkit-input-placeholder {
        /* WebKit browsers */
         color: transparent;
    }
     #search-block :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
         color: transparent;
    }
     #search-block ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
         color: transparent;
    }
     #search-block :-ms-input-placeholder {
        /* Internet Explorer 10+ */
         color: transparent;
    }
     #search-block input::placeholder {
         color: transparent;
    }
    #main-nav ul{text-align: center;padding-left: 0}
    #main-nav li{float: none;margin-top: 0;margin-bottom: 10px;display: inline-block;height: 38px;margin-left: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
    #main-nav li a{padding: 0 7px;width: auto;line-height: 37px;}
    #int-nav{float: left;margin-top: 103px;width: 100%;overflow: hidden;}
    #weather-st{display: block;padding: 0 5px;}
    #weather-st .st{display: inline-block;margin-left: 5px;line-height: 20px;white-space: nowrap;}
    #top-search-suggestions{padding: 0 8px;top: 41px;}
    .cs-content{padding: 0 5px;}
    .cat-block-item{width: 100%;}
    .catalog-lc, .catalog-rc, .product-lc, .product-rc{width: 100%;padding: 0;}
    .item .rating-fa{width: 185px;}
    #footer .left-col, #footer .mid-col, #footer .right-col{width: 100%;text-align: center;margin-bottom: 20px;}
    #footer .mid-col{margin-bottom: 30px}
    .copyright{text-align: center;}
    .copyright .ct{float: none;display: inline-block;}
    .review .lr{width: 100%;padding-left: 63px;padding-top: 0;margin-bottom: 10px;}
    .review .rr{margin-left: 0;padding-left: 10px;}
    .cs-content .left-col, .cs-content .right-col{width: 100%;}
    .single-news-item{padding: 25px}
    .single-news-item .name{margin-left: 0;}
    .single-news-item .go{display: block;margin-top: 5px;}
    .adiba .di{width: 100%;}
    .adiba .ba{width: 50%;}
    .cs-content .list .left-col, .cs-content .list .right-col, .page-lc{width: 100%;margin-bottom: 25px;}
    .last-business .slider li{width: 100%;margin-bottom: 10px}
    .sead .item{padding: 0 15px 7px 15px;}
    .sead .left-col .wrap, .cs-content .left-col .wrap{margin-right: 5px}
    .cs-content .right-col .wrap{margin-left: 5px;}
    #footer .copyright li{display: inline-block;float: none;margin: 0 5px;}
    .bb-w .bb{width: 100%;}
    .regform .row .name{text-align: left;}
    .regform .row input, .regform .row textarea{width: 100% !important;}
    .regform .row input+input{margin-top: 8px}
    .regform .row .name{width: 100% !important;}
    .regform .row .data{margin-left: 0 !important;}
    #about{margin-top: 0px !important;}
    .forecast-item{float: left;width: 48%;margin: 0 1% 5px 1%;}
    .fbeventslink img{max-width: 100%;}
}