@charset "iso-8859-1";
/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

.hidden-tablet, .hidden-desktop {
	display: none;
}
.hidden-mobile {
	display: block;
}

@font-face {
    font-family: 'sofia_pro_lightregular';
    src: url('../fonts/SofiaProLight-webfont.eot');
    src: url('../fonts/SofiaProLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SofiaProLight-webfont.woff') format('woff'),
         url('../fonts/SofiaProLight-webfont.ttf') format('truetype'),
         url('../fonts/SofiaProLight-webfont.svg#sofia_pro_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body { font: normal bold 14px/20px "sofia_pro_lightregular"; }
h1, h2, h3, h4, h5, h6 { font-family: "sofia_pro_lightregular"; }
.menu-dropdown a.level1, .menu-dropdown span.level1 { 
	font-family: "sofia_pro_lightregular";
	font-size: 17px;
}
em { color: #444; }
a, .menu-dropdown li.active .level1 { color: #92cbca; }
.grey { color: #6c6c6c; }
.left { float: left; }
.right { float: right; }
.wrapper { max-width: 100%; }
.content table { width: 100%; }

#headerbar, #menu ul.menu, #main {
	/*width: 964px;*/
	width: 1024px;
}
#header { 
	margin: 0 0 65px; 
}
#headerbar { 
	position: relative;
	height: 120px;
	margin: 0 auto 30px;
	font-size: 16px;
}
#logo { 
	position: absolute;
	bottom: -5px;
}
#topmenu { 
	position: absolute;
	bottom: 5px;
	right: 225px;
	color: #c9c9c9;
}
#topmenu > a {
	color: #c9c9c9;
}
#signin {
	margin-right: 12px;
}
#topmenu #username {
	color: #92cbca;
	margin-right: 12px;
}
#signup, #logout {
	margin-left: 12px;
}
#logout {
	vertical-align: baseline;
	border: 0 none transparent;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	font: inherit;
	color: #c9c9c9;
}
#logout:focus {
	outline: none;
}
#search { 
	position: absolute;
	bottom:0;
	right:0;
	background-color: #eee;
}
.searchbox {
	padding: 0 20px;
	width: 130px;
	height: 30px;
	border:	none;
	/*color: #c9c9c9;*/
	background: url(../../../images/harsanik/searchbox_magnifier.png) 95% 50% no-repeat;
}
.searchbox > input {
	height: 30px;
	text-align: center;
}
#search input[type="text"]:focus::-webkit-input-placeholder { color:transparent; }
#search input[type="text"]:focus::-moz-placeholder { color:transparent; }
.searchbox .results {
	top: 31px;
}
#searchForm > h2 > span {
	font-weight: bold;
}

#main {
	min-height: 430px;
	margin: 0 auto;
}
#maininner {
	width: 668px;
	margin-right: 56px;
}
#sidebar-b {
	width: 300px;
}
#content {
	margin: 0;
}

#footer {
	margin: 50px 0 0;
	padding: 30px 0 0;
	background-color: #92cbca;
	text-align: initial;
}
#footer .module * {
	float: none;
	color: #fff;
}
#footer h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 18px 0;
}
#footer a {
	border: none;
}
#footer span {
	height: auto;
	font-size: 14px;
	line-height: 17px;
	padding: 0;
}
#footer .menu-dropdown li.level1 {
	padding-bottom: 5px;
}
#footer-wrapper {
	width: 750px;
	margin: 0 auto;
}
.the-company {
	width: 200px;
	float: left;
}
#footer .assistance {
	width: 200px;
	margin: 0 auto;
}
.follow-us {
	width: 200px;
	float: right;
}
.follow-us ul {
	list-style: none;
	margin-left: 4px;
}
.follow-us li {
	margin-bottom: 5px;
}
.follow-us li {
	line-height: 23px;
	padding-left: 38px;
	background: url(../../../images/harsanik/social_icons.png) no-repeat;
}
#facebook-icon {background-position: 0 2px;}
#pinterest-icon {background-position: 0 -26px;}
#twitter-icon {background-position: 0 -55px;}
#instagram-icon {background-position: 0 -84px;}
.copyright {
	margin: 0;
	padding: 35px 0 0;
	clear: both;
	text-align: center;
	font-size: 13px;
	color: #7c7c7c;
}
.disclaimer {
	margin: 0;
	padding-bottom: 20px;
	text-align: center;
}
.disclaimer > a {
	color: #7c7c7c;
}
#menubar { 
	background-color: #92cbca;
	text-align: center;
	font-size: 15px;
}
#menu * {
	float: none;
	border: none;
}
#menu {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
#menu #mobile-menu {
	display: none;
}
#menu ul.menu { 
	display: table;
	text-align: center;
    margin: 0 auto;
}
#menu li.level1 {
	display: table-cell; /*inline-block;*/
	padding: 0;
	white-space: nowrap;
}
#menu a.level1 { 
	border: none;
}
#menu a.level1.active > span, 
#menu span.level1.active > span,
#menu a.level1 > span:hover, 
#menu span.level1 > span:hover {
	color: #6c6c6c;
}
#menu a.level1 > span, 
#menu span.level1 > span { 
	color: #fff;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform:uppercase;
	padding: 0 5px;
}
#menu li.active .level1 { color: #6e6e6e; }
.menu-dropdown .small {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1180px;
	text-transform: uppercase;
}

.menu-dropdown li.item1157,
.menu-dropdown li.item1222 {
	position: static;
}
.menu-dropdown .dropdown {
	top: 55px;	
	/*width: 100% !important;*/
}
.menu-dropdown .item1157 .dropdown {
}
.menu-dropdown .item1157 .dropdown > div {
	width: 100%;
}
.menu-dropdown .dropdown-bg > div {
	background-color: #ddeeee;
	padding: 20px 0;
	font-size: 15px;
}
.menu-dropdown .item1157 .dropdown-bg > div {
}
.menu-dropdown li.level2 {
	margin: 0;
	text-align: left;
	overflow: hidden;
}
.menu-dropdown .item1157 li.level2 {
	padding: 0;
	width: 25%;
	float: left !important;
}
.menu-dropdown li.level2:hover, 
.menu-dropdown li.current {
	background-color: #92cbca;
}
.menu-dropdown a.level2 {
	margin: 7px 0 0 10px;
}
.menu-dropdown a.level2 {
	padding-left: 35px;
	background-image: url(../../../images/harsanik/icons.png);
	background-repeat: no-repeat;
}
.menu-dropdown li.level2:hover > a, 
.menu-dropdown a.current.level2 {
	color: #fff;
	background-repeat: no-repeat;
}
.menu-dropdown a.level2 > span, 
.menu-dropdown span.level2 > span {
	padding: 0 0 7px;
}

a.myfavorites.level2 {
    margin-left: 35px;
    background-image: url(../../../images/harsanik/favorite.png);
    background-size: 22px;
    background-position: 1px 3px;
}
a.myreviews.level2 {
	margin-left: 35px;
	background-image: url(../../../images/harsanik/favorite.png);
    background-size: 22px;
    background-position: 1px 3px;
}
a.myprofile.level2 {
    margin-left: 35px;
    background-image: url(../../../images/harsanik/profile.svg);
    background-size: 20px;
    background-position: 3px 2px;
}

li:hover > a.myfavorites.level2,
a.myfavorites.level2.current {
    background-image: url(../../../images/harsanik/favorite_on.png);
}
li:hover > a.myreviews.level2,
a.myreviews.level2.current {
    background-image: url(../../../images/harsanik/favorite_on.png);
}
li:hover > a.myprofile.level2,
a.myprofile.level2.current {
    background-image: url(../../../images/harsanik/profile_on.svg);
}

.cat44 { background-position: 0 0; }
.cat42 { background-position: 0 -60px; }
.cat55 { background-position: 0 -120px; }
.cat65 { background-position: 0 -180px; }
.cat46 { background-position: 0 -240px; }
.cat45 { background-position: 0 -300px; }
.cat56 { background-position: 0 -360px; }
.cat54 { background-position: 0 -420px; }
.cat64 { background-position: 0 -480px; }
.cat43 { background-position: 0 -540px; }
.cat51 { background-position: 0 -600px; }
.cat60 { background-position: 0 -660px; }
.cat50 { background-position: 0 -720px; }
.cat47 { background-position: 0 -780px; }
.cat57 { background-position: 0 -840px; }
.cat48 { background-position: 0 -900px; }
.cat52 { background-position: 0 -960px; }
.cat49 { background-position: 0 -1020px; }
.cat62 { background-position: 0 -1080px; }
.cat53 { background-position: 0 -1140px; }
.cat66 { background-position: 0 -1200px; }
.cat58 { background-position: 0 -1260px; }

.top-categories > div:hover .cat44 { background-position: -325px 0; }
.top-categories > div:hover .cat42 { background-position: -325px -60px; }
.top-categories > div:hover .cat55 { background-position: -325px -120px; }
.top-categories > div:hover .cat65 { background-position: -325px -180px; }
.top-categories > div:hover .cat46 { background-position: -325px -240px; }
.top-categories > div:hover .cat45 { background-position: -325px -300px; }
.top-categories > div:hover .cat56 { background-position: -325px -360px; }
.top-categories > div:hover .cat54 { background-position: -325px -420px; }
.top-categories > div:hover .cat64 { background-position: -325px -480px; }
.top-categories > div:hover .cat43 { background-position: -325px -540px; }
.top-categories > div:hover .cat51 { background-position: -325px -600px; }
.top-categories > div:hover .cat60 { background-position: -325px -660px; }
.top-categories > div:hover .cat50 { background-position: -325px -720px; }
.top-categories > div:hover .cat47 { background-position: -325px -780px; }
.top-categories > div:hover .cat57 { background-position: -325px -840px; }
.top-categories > div:hover .cat48 { background-position: -325px -900px; }
.top-categories > div:hover .cat52 { background-position: -325px -960px; }
.top-categories > div:hover .cat49 { background-position: -325px -1020px; }
.top-categories > div:hover .cat62 { background-position: -325px -1080px; }
.top-categories > div:hover .cat53 { background-position: -325px -1140px; }
.top-categories > div:hover .cat66 { background-position: -325px -1200px; }
.top-categories > div:hover .cat58 { background-position: -325px -1260px; }

li:hover > a.cat44, .menu-dropdown a.cat44.current { background-position: -325px 0; }
li:hover > a.cat42, .menu-dropdown a.cat42.current { background-position: -325px -60px; }
li:hover > a.cat55, .menu-dropdown a.cat55.current { background-position: -325px -120px; }
li:hover > a.cat65, .menu-dropdown a.cat65.current { background-position: -325px -180px; }
li:hover > a.cat46, .menu-dropdown a.cat46.current { background-position: -325px -240px; }
li:hover > a.cat45, .menu-dropdown a.cat45.current { background-position: -325px -300px; }
li:hover > a.cat56, .menu-dropdown a.cat56.current { background-position: -325px -360px; }
li:hover > a.cat54, .menu-dropdown a.cat54.current { background-position: -325px -420px; }
li:hover > a.cat64, .menu-dropdown a.cat64.current { background-position: -325px -480px; }
li:hover > a.cat43, .menu-dropdown a.cat43.current { background-position: -325px -540px; }
li:hover > a.cat51, .menu-dropdown a.cat51.current { background-position: -325px -600px; }
li:hover > a.cat60, .menu-dropdown a.cat60.current { background-position: -325px -660px; }
li:hover > a.cat50, .menu-dropdown a.cat50.current { background-position: -325px -720px; }
li:hover > a.cat47, .menu-dropdown a.cat47.current { background-position: -325px -780px; }
li:hover > a.cat57, .menu-dropdown a.cat57.current { background-position: -325px -840px; }
li:hover > a.cat48, .menu-dropdown a.cat48.current { background-position: -325px -900px; }
li:hover > a.cat52, .menu-dropdown a.cat52.current { background-position: -325px -960px; }
li:hover > a.cat49, .menu-dropdown a.cat49.current { background-position: -325px -1020px; }
li:hover > a.cat62, .menu-dropdown a.cat62.current { background-position: -325px -1080px; }
li:hover > a.cat53, .menu-dropdown a.cat53.current { background-position: -325px -1140px; }
li:hover > a.cat66, .menu-dropdown a.cat66.current { background-position: -325px -1200px; }
li:hover > a.cat58, .menu-dropdown a.cat58.current { background-position: -325px -1260px; }

.mod-box {
	border: none;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #92cbca;
	/*border-bottom: 1px solid #92cbca;*/
}
.mod-box ul {
	margin: 0;
	list-style-type: none;
}
/*#sidebar-b > div:first-child .mod-box {
	padding-top: 0;
	border: none;
}*/

#maininner .mod-box {
	border: none;
	padding: 0;
	min-height: 0px !important;
}

.gallery {
	position: relative;
	overflow: hidden;
}
.gallery-item {
	float: left;
	width: 300px;	
}
.gallery-item-rating {
	line-height: 8px;
}
.gallery-item-rating .rating-diamond:first-child {
	margin: 0;
}
.latest-reviews, .latest-listings {
	position: relative;
}
.gallery-wrapper {
	overflow: hidden;
}
.gallery-controls {
	position: absolute;
	top: 30px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	cursor:pointer;
}
.gallery-controls.next {
	border-left: 10px solid #92cbca;
	right: -15px;
}
.gallery-controls.prev {
	border-right: 10px solid #92cbca;
	left: -15px;
}
.module .module-title {
	margin: 0 0 10px 18px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	color: #92cbca;
	font-weight: bold;
}
.gallery-item {
	font-size: 13px;
	line-height: 13px;
}
.gallery-item > div {
	margin: 0 0 4px 18px;
}
div.gallery-item-title {
	margin: 0 0 5px 1px;
	color: #fff;
	letter-spacing: 2px;
	line-height: 20px;
	white-space: nowrap;
}
div.gallery-item-title > span, 
div.gallery-item-title > a {
	padding: 2px 4px 2px 18px;
	color: #444;
}
div.gallery-item-title > span:hover, 
div.gallery-item-title > a:hover {
	background-color: #92cbca;
	color: #fff;
}
div.gallery-item-content {
	margin-top: 8px;
}
.read-full {
	float: right;
	font-size: 13px;
	line-height: 13px;
}
div.gallery-address {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
}
div.gallery-address > a {
	color: #7c7c7c;
}
.gallery-directory {
	margin-left: 18px;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	background-color: #92cbca;
	padding: 0 4px;
}
.gallery-directory a {
	color: #fff;
}

.top-categories {
	margin-top: 20px;
}
.top-categories > div {
	height: 26px;
	padding: 3px 0;
	font-size: 12px;
	line-height: 10px;
}
.top-categories > div:hover {
	background-color: #92cbca;
}
.top-categories > div:hover > a {
	color: #fff;
}
.top-categories span {
	/*display: table-cell;*/
	max-width: 108px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.top-categories a {
	color: #444;
	white-space: nowrap;
}
#view-cats-wrapper {
	display: none;
}
a:hover, 
#topmenu > a:hover,
.top-categories a:hover, 
.title-text a:hover, 
.gallery-directory a:hover, 
.grey a:hover, 
#footer .module a:hover,
#footer-wrapper span:hover, 
a > .dir-rating-reviews:hover,
#system .search-result a:hover,
#logout:hover {
	color: #d50;
}

.icon {
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-right: 10px;
	background-image: url(../../../images/harsanik/icons.png);
	background-repeat: no-repeat;
	vertical-align: middle;
}

.banneritem > a {
	display: block;
	line-height: 10px;
}
.banneritem img {
	width: 100%;
	/*height: 100px;*/
}
.banners2 {
	border-top: none;
	padding-top: 0;
}

.banner-large .banneritem {
	width: 100%;
}
.banner-large .banneritem img {
	/*height: 250px;*/
}

.whoweare > p {
	margin: 0 0 10px 18px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5px;
	overflow: hidden;
}
.whoweare > p > a {
	float: right;
	padding-right: 2em;
	background: url(../../../images/harsanik/arrow.png) no-repeat;
	background-position: 178px 5px;
}
.whoweare > div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.whoweare > div > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#system > .item:first-child {
	margin-top: 20px;
}
#system .items .item, 
#system .items .leading .item, 
#system .items .item:first-child {
	padding: 35px 0 10px;
	margin-top: 0;
}
#system .item > header .title {
/*
	font-size: 20px;
	line-height: 20px;
	color: #92cbca;
*/
	text-transform: uppercase;
}
#system .title a {
	font-weight: bold;
	color: #92cbca;
}
#system .item img {
	/*width: 100%;*/
}
#system .item > header > h2 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 8px;
}
.meta {
	margin-top: 60px;
}
.meta > a {
	color: #92cbca;
}
p.read-full-story { overflow: hidden; }
.read-full-story > a {
	float: right;
	margin: 20px;
	text-decoration: underline;
}
#social-sharing {
	margin-bottom: 20px;
}

.wk-content img {
	width: 100%;
}

.title-strip {
	position: relative;
	margin-bottom: 40px;
	height: 45px;
}
.module .title-strip {
	margin-top: 25px;
}
.title-strip-left {
	position: absolute;
	left:-10000px;
	height: 37px;
	width: 10000px;
	background-color: #92cbca;
}
.title-text {
	float: left;
	height: 37px;
	background-color: #92cbca;
}
.title-text h1, 
.title-text p {
	margin: 0;
	font-size: 18px;
	line-height: 37px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
}
.title-text a {
	color: #fff;
}
.title-ribbon {
	float: left;
	width: 18%;
	height: 100%;
	background: url(../../../images/harsanik/ribbon.png) no-repeat;
}

.featured-title {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 15px;
	color: #92cbca;
	font-weight: bold;
}

.dir-listing-featured {
	margin-bottom: 15px;
	border: 1px solid #92cbca;
	padding-left: 21px;
	background: url(../../../images/harsanik/featured-rotate.png) 0% 50% no-repeat #92cbca;
}
.dir-listing-featured-inner > h2 {
	display: inline-block;
	width: 80%;
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}
.dir-listing-featured-inner {
	position: relative;
	width: auto;
	min-height: 75px;
	padding: 15px 10px 10px 17px;
	background-color: #fff;
}
.dir-rating {
	display: inline-block;
	float: right;
	line-height: 8px;
}
.dir-rating div {
	margin-top: 2px;
	line-height: 13px;
}
.dir-rating-reviews {
	margin-left: 8px;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	max-width: 110px;
}

#sort-by {
	margin: 50px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.sorting {
	margin: 0 0 40px;
	padding: 16px 25px 13px;
	background-color: #eee;
	font-size: 13px;
	line-height: 16px;
	color: #6c6c6c;
}
.sorting-inner > div, 
#sorting-form {
	display: inline-block;
}
.sorting-inner > div {
	margin-left: 10px;
}
.sorting-inner > div:first-child {
	margin-left: 0;
}
.custom-radio-cont {
	cursor: pointer;
}
.custom-radio {
	display: none;
}
.custom-radio + label {
	display: inline-block;
	margin: 3px 5px 0;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background-color: #bbbbbb;
}
.custom-radio:checked + label {
	margin: 0 2px -3px;
	border: 3px solid #92cbca;
	background-color: #54a2a0;
}
#sort-by-city {
	height: 16px;
	width: 110px;
	vertical-align: top;
	margin: 0;
	border: none;
	border-radius: 2px;
	padding-top: 3px;
	padding-bottom: 0px;
	font-family: 'sofia_pro_lightregular';
	font-size: 12px;
	line-height: 12px;
	outline-color: #92cbca;
}
#sort-submit {
	height: 19px;
	width: 30px;
	line-height: 19px;
	vertical-align: top;
	border: none;
	border-radius: 2px;
	font-family: inherit;
	font-size: 12px;
	background: url(../../../images/harsanik/searchbox_magnifier.png) center no-repeat;
	background-size: 19px;
	background-color: #92cbca;
}

.dir-listing {
	padding: 20px 0;
}
.dir-listing > h2,
.myfavorites-listing > h3 {
	display: inline-block;
	margin-top: 0;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	max-width: 70%;
	white-space: nowrap;
}
.dir-listing > h2 > a {
	display: inline-block;
	vertical-align: middle;
}
.dir-listing > h2 > a:first-child {
	white-space: normal;
}

div.border-dotted {
	margin-top: 16px;
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 10px;
	font-weight: bold;
}
div.border-dotted:after {
	content: "................................................";
}
.star {
	display: none;
}
.dir-premium img {
	width: 100%;
	/*max-height: 157px;*/
}
.dir-premium a,
.dir-premium a:hover {
	color: #444;
}
.dir-desc {
	font-size: 16px;
}
.dir-details {
	padding-top: 12px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	clear: both;
}
.dir-address {
	clear:both;
}
span.phone-nr {
	display: inline;
}
a.phone-nr {
	display: none;
}
.dir-camera-featured {
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	border: 19px solid transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	background: url(../../../images/harsanik/camera-icon.png) 18% -20% no-repeat #92cbca;
}
.dir-camera {
	display: inline-block;
	margin-left: 10px;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	background: url(../../../images/harsanik/camera-icon.png) 50% 50% no-repeat #92cbca;
}

.rating-diamond, 
.rating-diamond-small-white {
	display: inline-block;
	margin-left: 2px;
	height: 8px;
	width: 16px;
	background: url(../../../images/harsanik/rating-diamond.png) no-repeat;
	background-size: contain;
}
.rating-diamond-big, 
.rating-diamond-big-white {
	display: inline-block;
	width: 48px;
	height: 24px;
	background: url(../../../images/harsanik/rating-diamond-big.png) no-repeat;
	background-size: 48px 24px;
}
.rating-diamond-big-white, 
.rating-diamond-small-white {
	background-image: url(../../../images/harsanik/rating-diamond-white.png);
}

div.pagination, 
#system .pagination {
	height: 24px;
	margin: 70px 0;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}
#reviews .pagination {
	margin: 45px 0 0;
}
.pagination a, #system .pagination a,
.pagination strong, #system .pagination strong {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
}
.pagination a, #system .pagination a {
	color: #6c6c6c;
	min-width: 0;
}
.pagination strong, #system .pagination strong {
	background-color: #92cbca;
	color: #fff;
	border-radius: 50%;	
}
.pagination .first, #system .pagination a.first,
.pagination .last, #system .pagination a.last,
.pagination .next, #system .pagination a.next,
.pagination .previous, #system .pagination a.previous {
	width: auto;
	line-height: 24px;
	min-width: initial;
}
.pagination .next, #system .pagination a.next {
	margin-left: 6px;
}
.pagination .previous, #system .pagination a.previous {
	margin-right: 6px;
}
.pagination .first, #system .pagination a.first,
.pagination .last, #system .pagination a.last {
	height: 20px;
	margin: 0 6px 2px;
	border-bottom: 1px solid #6c6c6c;
}

.listing-title {
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	color: #92cbca;
}
.dir-listing-logo {
	height: 156px;
}
.dir-listing-logo, 
.listing-logo {
	float: left;
	margin-right: 25px;
}
/*.listing-logo > img {
	height: 100px;
}*/
.listing-details {
	display: inline-block;
	margin-bottom: 23px;
	font-weight: bold;
}
#listing-map {
	display: none;
	margin: 25px 0 0 100px;
}
#listing-map iframe {
	width: 100%;
}
.listing-rating {
	display: inline-block;
	margin-right: 25px;
	font-size: 16px;
}
.listing-rating .rating-diamond,
.listing-rating .rating-diamond-small-white {
	margin: 0 -2px 0 0;
	width: 23px;
	height: 11px;
	background-size: 23px 11px;
}
#bookmarked {
	display: inline-block;
	vertical-align: top;
}
#bookmarked > span {
	display: inline-block;
	margin: 0 5px;
	width: 32px;
	height: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	background: url(../../../images/harsanik/favorite-heart.png) no-repeat;
}
#bookmark, #unbookmark {
	padding: 2px 5px;
	vertical-align: top;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background: #92cbca;
	background: -moz-linear-gradient(top, #92cbca 0%, #6a9493 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92cbca), color-stop(100%,#6a9493));
	background: -webkit-linear-gradient(top, #92cbca 0%,#6a9493 100%);
	background: -o-linear-gradient(top, #92cbca 0%,#6a9493 100%);
	background: -ms-linear-gradient(top, #92cbca 0%,#6a9493 100%);
	background: linear-gradient(to bottom, #92cbca 0%,#6a9493 100%);
}
.listing-address {
	margin: 20px 0 10px;
	font-size: 18px;
}
.listing-address > a {
	color: #92cbca;
}
.listing-address .spacer {
	margin: 0 12px;
}
#fb-link, 
#twitter-link {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-right: 10px;
	width: 80px;
	max-height: 20px;
}
.twitter-share-button {
	width: 90px !important;
}
.listing-desc {
	padding: 35px 0 40px;
	border-top: 1px solid #96cbca;
	border-bottom: 1px solid #96cbca;
}

#reviews {
	margin-top: 25px;
	font-weight: bold;
}
#reviews .title-text {
	width: 30%;
}
.reviews-signin {
	float: left;
	width: 37%;
	padding-top: 7px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	color: #cacaca;
}
.reviews-signin > a {
	text-decoration: underline;
}
.reviews-rating {
	text-align: center;
}
.reviews-rating > p {
	font-size: 21px;
	line-height: 21px;
	margin: 5px 0 0;
}
#review #sort-by {
	margin-top: 10px;
}
article.reviews {
	margin-top: 30px;
	padding-top: 32px;
	border-top: 1px solid #96cbca;
}
article.reviews:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
header.reviews img, 
.comments > img {
	float: left;
	margin-right: 20px;
	width: 54px;
	height: 54px;
}
.comment-image {
	background: url(../../../images/harsanik/ring-icon.png) no-repeat;
}
.review-title, .comment-body {
	display: inline-block;
}
.review-title > h3 {
	margin: 10px 0 5px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}
.review-title .rating-diamond, 
.review-title .rating-diamond-small-white, 
.comment-body .rating-diamond {
	margin: 0 -2px 0 0;
	width: 20px;
	height: 10px;
	background-size: 20px 10px;
}
.review-title h2 {
	margin: 0;
	font-weight: bold;
}
.review-body, 
.comment-body {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 18px;
}
.review-body {
	margin-top: 10px;
	clear: both;
}
ul.sigProSleek.sigProContainer{
	text-align:center;
}
ul.sigProSleek.sigProContainer li{
	display:inline-block !important;
	float: none !important;
}
ul.sigProClassic li.sigProThumb a.sigProLink,
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
	width: 200px !important;
	height: 200px !important;
}
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
	/*background-size: contain;*/
}
ul.review-pictures {
	margin: 0 auto 15px !important;
	padding: 0 !important;
}
ul.review-pictures li.sigProThumb {
	float: none;
	background: none;
	margin: 0 8px 0 0;
	display: inline-block;
}
ul.review-pictures li.sigProThumb span.sigProLinkOuterWrapper {
	float: none;
	padding: 0;
	background: none;
}
ul.review-pictures li.sigProThumb span.sigProLinkWrapper {
	float: none;
	margin: 0;
	padding: 0;
	border: none;
}
ul.review-pictures li.sigProThumb a.sigProLink {
	float: none;
	width: 54px !important;
	height: 54px !important;
}
ul.review-pictures li.sigProThumb a.sigProLink img.sigProImg, 
ul.review-pictures li.sigProThumb a.sigProLink:hover img.sigProImg {
	width: 54px !important;
	height: 54px !important;
	background-size: 54px 54px;
}

.review-details {
	clear: both;
	margin-bottom: 7px;
	padding-top: 5px;
	letter-spacing: 2px;
}
.review-feedback {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
.review-feedback .review-helpful-cta {
	margin-right: 10px;
	font-size: 12px;
	letter-spacing: 0;
	background-color: #f3f3f3;
	padding: 2px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.review-helpful-cta > span {
	font-size: 10px;
}
.feedback-radio {
	display: none;
}
.feedback-radio + label {
	display: inline-block;
	margin: 3px 3px -1px;
	width: 11px;
	height: 11px;
	border-radius: 8px;
	background-color: #bbbbbb;
}
.feedback-radio:checked + label {
	width: 7px;
	height: 7px;
	border: 2px solid #92cbca;
	background-color: #54a2a0;
}
.review-business-reply {
	margin-left: 40px;
	padding: 5px 10px;
	background-color: #f3f3f3;
}
.review-business-reply p {
	margin: 0 0 5px;
	font-weight: bold;
	color: #92cbca;
}
.review-business-reply > i {
	display: inline-block;
	width: 20px;
	height: 15px;
	vertical-align: top;
	background: url(../../../images/harsanik/reply-arrow.png) no-repeat;
	background-size: 20px 15px;
}
.review-business-reply div {
	display: inline-block;
}

#add-review-title {
	padding: 10px 12px;
	margin: 40px 0 0;
	background-color: #92cbca;
	color: #fff;

}
#add-review {
	padding: 20px 15px 15px;
	background-color: #ddeeee;
}
.comment-container #add-review {
	margin-bottom: 30px;
}
#add-review p {
	margin: 0;
	font-size: 17px;
	line-height: 17px;
}
p#guidelines {
	margin: 20px 0 30px;
	font-size: 12px;
	line-height: 12px;
}
#review-title {
	width: 100%;
	margin-bottom: 25px;
	border: none;
	border-radius: 0;
}
.add-rating {
	margin-bottom: 25px;
}
.rating {
	overflow: hidden;
}
.rating-diamond-white {
	display: inline-block;
	width: 32px;
	height: 15px;
	background: url(../../../images/harsanik/rating-diamond-white.png);
	background-size: 32px 15px;
}
.rating-diamond-white:hover {
	background: url(../../../images/harsanik/rating-diamond-big.png);
}
#cmform .rating-diamond,
#ratings .rating-diamond {
	margin: 0;
	width: 32px;
	height: 15px;
	background-size: 32px 15px;
}
.add-rating i {
	cursor: pointer;
}
#add-comments {
	padding: 4px 1%;
	width: 98%;
	margin-bottom: 25px;
	resize: none;
	border: none;
	border-radius: 0;
}
#uploads > input {
	display: none;
}
#uploads > label {
	display: block;
	padding: 0 10px;
	font-size: 15px;
	text-align: left;
	white-space: nowrap;
	width: 180px;
}

.review-btns {
	width: 110px;
	height: 27px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
}
#save-review, #save-comment {
	background-color: #92cbca;
	margin-right: 15px;
}
#cancel-review {
	background-color: #6c6c6c;
}
.comments {
	margin-top: 30px;
}
.wk-slideshow .caption a {
	text-decoration: none;
}
.wk-slideshow-default .nav {
	margin-top: 20px;
}
.results-separator {
	padding: 10px 15px;
	border-top: 1px solid #eee;
}
.results-separator h3 {
	margin: 0;
	color: #92cbca;
}
.search-results > h2 {
	font-size: 30px;
	line-height: 30px;
	padding-left: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #96cbca;
}
.search-result,
.search-results article.reviews {
	margin: 25px 10px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}
.search-result > header {
	overflow: hidden;
	margin-bottom: 10px;
}
.search-result h2 {
	float: left;
}
.search-result .content {
	line-height: 16px;
}
.search-results .review-body {
	line-height: 16px;
	font-size: 14px;
}

.dir-rating.write-review {
	text-align: right;
}
.search-results .review-title > h2 {
	
}
.search-results .review-title > h3 {
	margin: 5px 0 0;
}

#signin-page, 
#register-page {
	color: #6c6c6c;
}
#signin-left, 
#signin-right {
	display: inline-block;
	vertical-align: top;
}
#signin-left {
	width: 572px;
	margin-top: 9px;
	margin-right: 85px;
	text-align: center;
}
#signin-right {
	margin-top: 12px;
	margin-bottom: 200px;
	width: 359px;
	border: 1px solid #92cbca;
}
#signin-left > h2, 
#register-page > h1 {
	padding: 11px 0 21px;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 6px;
	color: #fff;
}
#register-page > h1 {
	letter-spacing: 5px;
}
#signin-left > h2 {
	width: 550px;
	background: url(../../../images/harsanik/full-ribbon.png) no-repeat;
}
#signin-left > form {
	margin: 24px 20px;
	text-align: left;
}
#signin-left > p {
	font-size: 18px;
}
.form-fields {
	margin-bottom: 15px;
}
.form-fields > label {
	float: none;
	display: inline-block;
	margin: 0;
	width: 190px;
	font-size: 18px;
	vertical-align: middle;
}
.form-fields > input, 
.form-fields > select,
.form-fields > textarea {
	margin: 0;
	font-size: 18px;
	font-family: 'sofia_pro_lightregular';
	background-color: #eee;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.form-fields > input,
.form-fields > textarea {
	width: 322px;
	padding: 0 10px;
	height: auto;
	line-height: 35px;
}
.form-fields > select {
	width: 342px;
	height: 35px;
	/*white-space: normal;
	text-align: right;
	text-indent: 0.01px;
	text-overflow: '';
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;*/
}
.form-fields > input:focus, 
.form-fields > select:focus  {
	outline: none;
	border: 0;
	box-shadow: none;
}
#password-reset {
	margin: 24px 0 7px 190px;
}
#signin-left button, 
.link-btn, 
#register-form > button,
.reset-password,
.validate {
	width: 108px;
	border: 0;
	border-radius: 3px;
	padding: 0;
	line-height: 28px;
	font-size: 17px;
	font-weight: bold;
	background: #92cbca;
	color: #fff;
	text-align: center;
	display: inline-block;

}
.link-btn:hover {
	color: #fff;
}
.reset-password,
.validate {
	margin-left: 342px;
}

.file-input {
	display: inline-block;
	vertical-align: middle;
}
.file-input > img {
	height: 100px;
	width: 100px;
	vertical-align: middle; 
}
#file-input {
	display: none;
}
label[for=file-input],
.custom-btn {
	display: inline-block;
	border-radius: 3px;
	line-height: 28px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #92cbca;
	cursor: pointer;
}
label[for=file-input] {
	margin: 0 0 0 47px;
	width: 108px;
}

#signin-left button:focus, 
#signin-right > button:focus, 
#register-form > button {
	outline: none;
}
#signin-left button {
	margin-left: 190px;
}
#jform_email-lbl {
	margin-top: 6px;
}
.hr-or {
	margin: 30px 20px;
	border: none;
	border-top: 1px solid #000;
}
.hr-or:after {
	content: "OR";
	font-size: 18px;
	line-height: 18px;
	position: relative; 
    top: -9px;
    padding: 0 60px;
    color: #757575;
    background-color: #fff;
}
#signin-fb .fbloginbutton {
	display: block;
	margin-left: 210px;
	padding-left: 35px;
	background: url(../../../images/harsanik/facebook-login.png) no-repeat;
	text-align: left;
	line-height: 28px;
	color: #6c6c6c;
}
#signin-fb .fbloginbutton:after {
	content: "Sign In with Facebook";
}
#signin-right h2 {
	margin: 18px 0 8px 20px;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 4px;
	color: #92cbca;
}
#signin-right-inner {
	border-top: 1px solid #92cbca;
	margin: 0 21px;
}
#signin-right-inner > p {
	margin-top: 20px;
}
#signin-right-inner > ul {
	margin-left: 70px;
}
#signin-right > .link-btn {
	margin: 15px 0 25px 80px;
}
#register-page {
	width: 540px;
	margin: 0 auto 160px;
	font-size: 18px;
}
#register-page > h1 {
	margin-top: 10px;
	width: 490px;
	background: url(../../../images/harsanik/ribbon-register.png) no-repeat;
}
#register-page > p {
	margin: 0;
	text-align: center;
	color: #6c6c6c;
}
#register-form .form-fields {
	margin-bottom: 30px;
}
#register-form {
	margin: 35px 0 30px;
}
#register-form label {
	width: 198px;
}
label#jform_captcha-lbl { 
	width: 91px;
}
#dynamic_recaptcha_1 {
	display: inline-block;
	vertical-align: middle;
}
#recaptcha_table {
	font-size: 14px;
}
#toc {
	margin: -10px 10px 20px 150px;
}
#register-form > p {
	display: inline-block;
	max-width: 360px;
	margin: 20px 0 20px;
}
#register-form > button {
	margin-left: 198px;
	width: 342px;
}
#register-page .have-account {
	text-align: right;
	color: #bfbfbf;
}
#register-page .hr-or {
	margin: 40px 0 48px;
	text-align: center;
}
#register-fb .fbloginbutton {
	display: block;
	margin-left: 48px;
	height: 68px;
	background: url(../../../images/harsanik/facebook-icon.png) no-repeat;
}
#register-fb .fbloginbutton:after {
	display: block;
	margin-left: 76px;
	line-height: 68px;
	width: 368px;
	background-color: #3b579d;
	font-size: 17px;
	content: "Sign Up with Facebook";
	color: #fff;
	text-align: center;
}
#register-fb > p {
	margin: 0;
	margin-right: 50px;
	color: #757575;
	font-size: 17px;
	text-align: right;
}
#login-form ul {
	margin: 0;
}
#photo-upload {
	margin: 40px 0 50px 198px;
}
#photo-tmp {
	display: inline-block;
	opacity: 0;
	width: 80px;
	vertical-align: top;
}
#photo-upload-btn {
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 0 0 0 46px;
	vertical-align: top;
}
#photo-upload-btn > p {
	margin: 0 0 5px;
}
#photo-upload-btn > input {
	position: absolute;
	top: 25px;
	right: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 22px;
	opacity: 0;
	cursor: pointer;
}
#photo-upload-btn > input:hover {
	cursor: pointer;
}
#photo-upload-btn > div	 {
	margin: 0 0 0 auto;
	width: 115px;
	line-height: 22px;
	background-color: #eee;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border-radius: 2px;
}
.extra-fields {
	display: none;
}
#form-username {
	position: relative;
}
#form-username > span {
	display: none;
	position: absolute;
	padding: 0 10px;
	bottom: 100%;
	right: 0;
	line-height: 18px;
	font-size: 9px;
	background-color: #cbcbcb;
	border-radius: 4px;
	color: #fff;
}
#confirm-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	background-color: #fff;
	z-index: 1200;
}
#confirm-wrapper {
	display: none;
	position: fixed;
	padding: 20px;
	top: 50%;
	left: 50%;
	width: 400px;
	margin: -50px 0 0 -220px;
	background-color: #EBEBEB;
	border-radius: 4px;
	z-index: 1201;
}
#confirm-wrapper-close {

}
.item .title {
	display: inline-block;
}
.item .dir-rating {
	display: inline-block;
	margin-top: 8px;
}
.share-mail {
	color: #444;
}
.share-mail > img {
	vertical-align: top;
}
#armenian-traditions span {
	display: none;
}
#armenian-traditions a {
	background: url(../../../images/stories/blog/mp_21_wphotog_05.jpg) no-repeat;
	background-size: contain;
	width: 100%;
	padding-top: 67%;
}
#system h1.title {
	font-size: 18px;
}

#qa-article {
	font-size: 18px;
}
#qa-article > div {
	margin-bottom: 30px;
}
#system #qa-header {
	text-align: center;
	margin-bottom: 50px;
}
#system #qa-header > h1 {
	margin: -9% 0 -10%;
	padding: 9% 10% 10%;
	font-size: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	background: url(../../../images/harsanik/full-ribbon.png) center / contain no-repeat;
	color: #fff;
	font-weight: bold;
}
#qa-right-td { 
	display: none;
}
#qa-button:before {
	content: "Ask a Question";
}
#qa-button {
	display: block;
	margin: 20px auto -45px;
	width: 340px;
	text-align: center;
	background-color: #92cbca;
	color: #fff;
	line-height: 38px;
	border-radius: 5px;
}
#qa-button > img {
	display: none;
}
#qa-article #embedWrapper {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}
#qa-article object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#qa-article img {
	width: 100%;
	margin: 0;
}
#qa-article hr {
	border-color: #96cbca;
}
#myreviews .review-pictures > img {
	width: 54px;
	height: 54px;
}
.myreviews > header > img {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}
.myreviews > header > div {
	vertical-align: top;
}
.avPlayerContainer {
	width: auto !important;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.avPlayerWrapper .avPlayerContainer .avPlayerBlock > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.review-opt-out > span {
	display: inline-block;
	margin: 0 5px;
	width: 20px;
	height: 16px;
	background-image: url(../../../images/harsanik/icons.png);
	background-position: 0px -1080px;
	background-repeat: no-repeat;
}
#search-term {
	font-weight: bold;
}
#sort-no-city {
	font-size: 17px;
	margin-top: 40px;
	text-align: center;
}

#myfavorites-container .border-dotted {
	margin: 0;
}
.myfavorites-title {
	color: #96cbca;
	margin: 35px 0 5px;
	padding-left: 35px;
	font-size: 30px;
	line-height: 30px;
	background-image: url(../../../images/harsanik/icons.png);
	background-repeat: no-repeat;
	background-size: 450px;
	font-weight: bold;
}
.myfavorites-title.cat44 { background-position: 0 8px; }
.myfavorites-title.cat42 { background-position: 0 -68px; }
.myfavorites-title.cat55 { background-position: 0 -143px; }
.myfavorites-title.cat65 { background-position: 0 -222px; }
.myfavorites-title.cat46 { background-position: 0 -300px; }
.myfavorites-title.cat45 { background-position: 0 -376px; }
.myfavorites-title.cat56 { background-position: 0 -454px; }
.myfavorites-title.cat54 { background-position: 0 -530px; }
.myfavorites-title.cat64 { background-position: 0 -606px; }
.myfavorites-title.cat43 { background-position: 0 -686px; }
.myfavorites-title.cat51 { background-position: 0 -760px; }
.myfavorites-title.cat60 { background-position: 0 -840px; }
.myfavorites-title.cat50 { background-position: 0 -915px; }
.myfavorites-title.cat47 { background-position: 0 -992px; }
.myfavorites-title.cat57 { background-position: 0 -1068px; }
.myfavorites-title.cat48 { background-position: 0 -1146px; }
.myfavorites-title.cat52 { background-position: 0 -1222px; }
.myfavorites-title.cat49 { background-position: 0 -1300px; }
.myfavorites-title.cat62 { background-position: 0 -1377px; }
.myfavorites-title.cat53 { background-position: 0 -1455px; }
.myfavorites-title.cat66 { background-position: 0 -1530px; }
.myfavorites-title.cat58 { background-position: 0 -1612px; }
.myfavorites-listing > h3 {
	white-space: normal;
}
.myfavorites-listing {
	padding: 20px 0 0;
}
.myfavorites-listing > h3 > a {
	vertical-align: middle;
}
.myreviews-listing > h3 {
	margin: 20px 0 10px;
	line-height: 22px;
	font-size: 22px;
	font-weight: bold;
}
.myreviews-listing > h4 {
	margin: 10px 0 5px;
}
.myreviews-message {
	margin-top: 80px;
}
.myreviews-content {
	margin: 10px 0;
}

/* Tablets */
@media (min-width: 768px) and (max-width: 1279px) {
	.hidden-tablet, .hidden-desktop {
		display: none;
	}
	.hidden-mobile {
		display: block;
	}
	.content table,
	.content object { 
		max-width: 400px;
	}
	#header {
		margin-bottom: 25px;
	}
	#headerbar, #menu ul.menu, #main {
		width: 620px;
	}
	#headerbar {
		height: 70px;
		margin-bottom: 15px;
	}
	#logo img {
		width: 175px;
	}
	#topmenu {
		bottom: 0;
		right: 175px;
		font-size: 12px;
	}
	#signin {
		margin-right: 8px;
	}
	#signup {
		margin-left: 8px;
	}
	.searchbox {
		height: 23px;
		width: 115px;
		padding: 0 10px;
		background-size: contain;
	}
	.searchbox input {
		height: 23px;
		font-size: 12px;
	}
	.searchbox .results {
		top: 23px;
	}
	#menu * {
		font-size: 14px;
	}
	#menu li.level1 {
		margin: 0;
	}
	#menu a.level1 > span, #menu span.level1 > span {
		height: 33px;
		line-height: 33px;
	}
	#menu .dropdown-bg > div {
		padding: 10px 0;
	}
	#menu {
		position: relative;
	}
	#menu ul.menu {
		position: static;
	}
	.menu-dropdown .small {
		max-width: 620px;
	}
	.menu-dropdown .dropdown {
		top: 33px;
	}
	.menu-dropdown li.level2 {
		height: 28px;
	}
	.menu-dropdown a.level2 {
		margin: 4px 0 0 5px;
	}
	#menu .level2 > span {
		font-size: 9px;
		line-height: 10px;
		padding-bottom: 4px;
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
	}
	.dir-camera-featured {
		border-width: 12px;
		background-position: -2px 1px;
		background-size: 14px;
	}
	#sort-by {
		margin-top: 35px;
		font-size: 12px;
	}
	.sorting {
		margin-bottom: 20px;
		padding: 9px 12px;
		font-size: 10px;
		letter-spacing: -1px;
	}
	.sorting-inner > div {
		margin-left: 4px;
	}
	.sorting-inner > div:first-child {
		margin-left: 0;
	}
	.custom-radio + label {
		width: 6px;
		height: 6px;
		margin: 0 2px 0;
	}
	.custom-radio:checked + label {
		margin: 0 0 -1px;
		border-width: 2px;
	}
	#sort-by-city {
		width: 50px;
		font-size: 10px;
	}
	#sort-submit {
		width: 25px;
	}

	#maininner {
		width: 400px;
		margin-right: 20px;
	}
	.title-strip {
		height: 27px;
		margin-bottom: 27px;
	}
	.title-strip-left {
		height: 22px;
	}
	.title-text {
		height: 22px;
	}
	.title-text h1,
	.title-text p {
		margin: 0;
		font-size: 12px;
		line-height: 22px;
	}
	.title-ribbon {
		width: 20%;
		height: 27px;
		background-size: contain;
	}
	.dir-listing {
		padding: 10px 0;
	}
	.dir-listing-featured {
		margin-bottom: 10px;
		padding-left: 12px;
		background-size: 12px;
	}
	.dir-listing-featured-inner {
		padding: 10px 8px 5px 8px;
	}
	.dir-listing-featured-inner > h2 {
		margin-top: 2px;
		font-size: 12px;
		line-height: 12px;
	}
	.dir-rating {
		text-align: center;
	}
	.rating-diamond, 
	.rating-diamond-small-white {
		width: 10px;
		height: 5px;
		margin-left: 1px;
	}
	.dir-rating-reviews {
		margin-left: 0;
		font-size: 10px;
		line-height: 12px;
		max-width: 100px;
	}
	.dir-listing-logo {
		height: 75px;
		margin-right: 10px;
	}
	.dir-desc {
		font-size: 12px;
		line-height: 14px;
	}
	.dir-details {
		padding-top: 6px;
		font-size: 12px;
		line-height: 12px;
	}
	span.phone-nr {
		display: inline;
	}
	a.phone-nr {
		display: none;
	}
	.dir-listing .dir-rating {
		line-height: 10px;
	}
	.dir-listing > h2 {
		font-size: 13px;
		line-height: 18px;
		margin: 0;
	}
	.dir-camera {
		margin-left: 5px;
		width: 18px;
		height: 18px;
		background-size: 12px;
	}
	div.border-dotted {
		margin: 0;
		letter-spacing: 6px;
	}

	.listing-title {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 5px;
	}
	.listing-logo {
		margin-right: 20px;
	}
	.listing-logo > img {
		height: 60px;
	}
	.listing-details {
		margin-bottom: 10px;
	}
	.listing-rating {
		margin-right: 15px;
		font-size: 10px;
	}
	.listing-rating-diamonds {
		line-height: 7px;
	}
	.listing-rating-count {
		margin-top: 3px;
		line-height: 10px;
	}
	.listing-rating .rating-diamond, 
	.listing-rating .rating-diamond-small-white {
		width: 14px;
		height: 7px;
		background-size: 14px 7px;
		margin-right: -1px;
	}
	#bookmarked {
		line-height: 16px;
	}
	#bookmarked > span {
		margin: 0;
		width: 21px;
		height: 17px;
		line-height: 17px;
		font-size: 10px;
		background-size: 21px;
	}
	#bookmark,
	#unbookmark {
		padding: 0 3px;
		font-size: 8px;
		line-height: 13px;
		border-radius: 1px;
	}
	.listing-address {
		font-size: 11px;
		line-height: 11px;
		margin-top: 10px;
	}
	.listing-address .spacer {
		margin: 0 7px;
	}
	#listing-map {
		margin: 0 0 5px;
	}
	.listing-desc {
		padding: 20px 0 15px;
		font-size: 11px;
		line-height: 13px;
	}
	ul.sigProClassic {
		margin: 0 !important;
		padding: 0 !important;
	}
	ul.sigProClassic li.sigProThumb a.sigProLink, 
	ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
		width: 179px !important;
		height: 179px !important;
		background-repeat: no-repeat;
	}
	ul.review-pictures li.sigProThumb a.sigProLink img.sigProImg, 
	ul.review-pictures li.sigProThumb a.sigProLink:hover img.sigProImg {
		width: 54px !important;
		height: 54px !important;
	}
	#reviews {
		margin-top: 15px;
	}
	.reviews-signin {
		font-size: 8px;
		line-height: 9px;
	}
	#reviews .title-strip {
		margin-bottom: 20px;
	}
	.rating-diamond-big, 
	.rating-diamond-big-white {
		margin-right: -3px;
		width: 37px;
		height: 18px;
		background-size: 37px 18px;
	}
	#reviews #sort-by {
		margin-top: 10px;
	}
	#reviews .sorting-inner > div {
		margin-left: 10px;
	}
	header.reviews {
		line-height: 6px;
	}
	header.reviews img {
		width: 32px;
		height: 32px;
		margin-right: 10px;
	}
	article.reviews {
		margin-top: 18px;
		padding-top: 18px;
	}
	article.reviews > h3 {
		font-size: 11px;
		line-height: 11px
	}
	.review-title > h3 {
		margin: 6px 0 4px;
		font-size: 11px;
		line-height: 11px;
	}
	.review-title .rating-diamond, 
	.review-title .rating-diamond-small-white {
		width: 12px;
		height: 6px;
		background-size: 12px 6px;
	}
	.review-body {
		font-size: 9px;
		line-height: 10px;
	}
	.review-details {
		font-size: 8px;
		line-height: 8px;
	}
	.review-feedback {
		font-size: 6px;
	}
	.review-feedback .review-helpful-cta {
		font-size: 7px;
	}
	.feedback-radio + label {
		width: 7px;
		height: 7px;
		margin-top: 2px;
	}
	.feedback-radio:checked + label {
		width: 6px;
		height: 6px;
		border-width: 1px;
	}
	.review-helpful-cta > span {
		font-size: 6px;
		line-height: 13px;
	}

	#system .items .item, 
	#system .items .leading .item, 
	#system .items .item:first-child {
		padding-top: 24px;
		line-height: 18px;
	}
	#system .items .item:first-child {
		padding-top: 0;
	}
	#system .item > header .title {
		line-height: 14px;
		font-size: 14px;
	}
	.read-full-story > a {
		font-size: 11px;
		line-height: 12px;
		margin: 0;
	}
	.meta {
		margin-top: 15px;
		font-size: 12px;
		line-height: 12px;
	}

	#sidebar-b {
		width: 200px;
	}
	.mod-box {
		min-height: 0 !important;
		padding: 10px 0;
		font-size: 9px;
	}
	.banners2 {
		padding: 0;
	}
	.module .module-title {
		font-size: 10px;
		line-height: 10px;
		margin: 0 0 5px 5px;
		letter-spacing: 1px;
	}
	.top-categories {
		margin: 0;
	}
	.icon {
		margin-right: 0;
		width: 20px;
		background-size: 245px;
	}
	.top-categories span {
		width: 80px;
	}
	.top-categories > div {
		height: 26px;
		margin-bottom: 2px;
		font-size: 10px;
	}
	.icon.cat44 { background-position: 0 4; }
	.icon.cat42 { background-position: 0 -38px; }
	.icon.cat55 { background-position: 0 -80px; }
	.icon.cat65 { background-position: 0 -122px; }
	.icon.cat46 { background-position: 0 -164px; }
	.icon.cat45 { background-position: 0 -206px; }
	.icon.cat56 { background-position: 0 -248px; }
	.icon.cat54 { background-position: 0 -290px; }
	.icon.cat64 { background-position: 0 -332px; }
	.icon.cat43 { background-position: 0 -374px; }
	.icon.cat51 { background-position: 0 -416px; }
	.icon.cat60 { background-position: 0 -458px; }
	.icon.cat50 { background-position: 0 -500px; }
	.icon.cat47 { background-position: 0 -542px; }
	.icon.cat57 { background-position: 0 -584px; }
	.icon.cat48 { background-position: 0 -626px; }
	.icon.cat52 { background-position: 0 -668px; }
	.icon.cat49 { background-position: 0 -710px; }
	.icon.cat62 { background-position: 0 -752px; }
	.icon.cat53 { background-position: 0 -794px; }
	.icon.cat66 { background-position: 0 -836px; }
	.icon.cat58 { background-position: 0 -878px; }
	#view-cats-wrapper {
		display: none;
	}

	.gallery-item {
		width: 200px;
		font-size: 9px;
	}
	.gallery-item > div {
		margin: 0 0 3px 12px;
	}
	div.gallery-item-title {
		margin-left: 0;
		line-height: 15px;
	}
	div.gallery-item-title > span, 
	div.gallery-item-title > a {
		padding: 1px 4px 1px 12px;
	}
	div.gallery-item-rating {
		line-height: 5px;
	}
	div.gallery-item-author{
		line-height: 9px;
		margin-bottom: 5px;
	}
	div.gallery-item-content {
		line-height: 10px;
		margin-bottom: 8px;
	}
	.read-full {
		margin-bottom: 18px;
		font-size: 9px;
		text-decoration: underline;
	}
	.banners, 
	.banner-large {
		margin: 0;
		padding-bottom: 0;
	}
	.banneritem {
		margin-bottom: 10px;
	}
	/*
	.banneritem img {
		height: 100px;
	}*/
	
	.whoweare p {
		font-size: 9px;
		line-height: 12px;
	}

	#signin-left {
		width: 332px;
		margin-right: 60px;
	}
	#signin-left > h2, 
	#register-page > h1 {
		margin-bottom: 15px;
		width: auto;
		padding: 8px 0 11px;
		line-height: 13px;
		font-size: 13px;
		background-size: contain;
		letter-spacing: 3px;
	}
	#signin-left > p {
		font-size: 11px;
		line-height: 11px;
		letter-spacing: -1px;
	}
	#signin-left > form {
		margin: 0 0 20px;
	}
	.form-fields {
		margin-bottom: 10px;
	}
	.form-fields > label {
		margin: 5px 0;
		width: 125px;
		line-height: 11px;
		font-size: 11px;
	}
	.form-fields > input,
	.form-fields > textarea {
		width: 197px;
		height: 15px;
		padding: 3px 5px;
		line-height: 11px;
		font-size: 11px;
	}
	.form-fields > textarea {
		height: 100px;
	}
	#password-reset {
		margin: 15px 0 4px 125px;
		font-size: 11px;
		line-height: 11px;
	}
	#signin-left button {
		margin-left: 125px;
	}
	#signin-left button, 
	.link-btn,
	.reset-password,
	.validate {
		width: 65px;
		line-height: 17px;
		font-size: 11px;
	}
	.reset-password {
		margin-left: 266px;
	}
	.validate {
		margin-left: 166px;
	}
	.hr-or {
		margin: 25px 0;
	}
	.hr-or:after {
		font-size: 11px;
		line-height: 11px;
		top: -11px;
		padding: 0 30px;
	}
	#signin-fb .fbloginbutton {
		margin-left: 125px;
		padding-left: 25px;
		background-size: 18px;
		line-height: 17px;
		font-size: 11px;
	}
	#signin-right {
		width: 221px;
	}
	#signin-right > h2 {
		margin: 13px 8px 7px;
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 2px;
		text-align: center;
	}
	#signin-right-inner {
		margin: 0 8px;
		font-size: 11px;
	}
	#signin-right-inner > p {
		margin: 15px 0 10px;
	}
	#signin-right-inner > ul {
		margin-left: 50px;
		line-height: 16px;
	}
	#signin-right > button {
		margin: 0 0 15px 58px;
	}
	#register-page {
		width: 365px;
	}
	#register-page > h1 {
		margin: 0 15px 15px;
		font-size: 15px;
		line-height: 15px;
		padding-bottom: 14px;
	}
	#register-page > p {
		font-size: 13px;
		line-height: 13px;
	}
	#register-form {
		margin: 25px 0;
	}
	#register-form .form-fields {
		margin-bottom: 20px;
	}
	#register-form label {
		width: 130px;
		font-size: 12px;
		line-height: 12px;
		margin: 6px 0;
	}
	#register-form input {
		width: 225px;
		height: 18px;
	}
	#register-form select {
		width: 235px;
	}
	.form-fields > select {
		width: 207px;
		height: 24px;
		font-size: 12px;
		line-height: 12px;
	}
	#recaptcha_table td {
		padding: 0 !important;
	}
	.recaptcha_image_cell {
		width: 252px !important;
	}
	#recaptcha_image {
		width: 235px !important;
	}
	.recaptchatable #recaptcha_response_field {
		margin-left: 6px;
		width: 225px !important;
	}
	#register-form #toc {
		margin: 0 0 10px 78px;
		width: 30px;
	}
	#register-form > p {
		max-width: 250px;
		margin: 10px 0 18px;
		line-height: 12px;
		font-size: 12px;
	}
	#register-form > button {
		margin-left: 130px;
		width: 235px;
		line-height: 19px;
		font-size: 12px;
	}
	label[for=file-input] {
		margin-right: 36px;
		width: 65px;
		line-height: 17px;
		font-size: 11px;
	}
	#register-page .hr-or {
		margin: 35px 0;
	}
	#register-fb .fbloginbutton {
		margin-left: 30px;
		height: 46px;
		background-size: 46px;
	}
	#register-fb .fbloginbutton:after {
		margin-left: 51px;
		width: 250px;
		line-height: 46px;
		font-size: 13px;
	}
	#register-fb > p {
		font-size: 11px;
	}
	#photo-upload {
		margin: 25px 0 10px 130px;
	}
	#photo-upload-btn {
		font-size: 12px;
		margin-left: 6px;
	}
	#photo-upload-btn > input {
		font-size: 12px;
		line-height: 14px;
	}

	#system .pagination {
		margin: 30px 0;
	}

	#footer {
		padding-top: 13px;
	}
	#footer-wrapper {
		width: 520px;
		font-weight: bold;
	}
	#footer-wrapper h3 {
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 13px;
		font-weight: bold;
	}
	#footer-wrapper span {
		font-size: 11px;
		line-height: 11px;
	}
	.the-company,
	#footer .assistance,
	.follow-us {
		width: 150px;
	}
	.follow-us {
		font-size: 11px;
	}
	.follow-us em {
		margin-right: 10px;
		width: 17px;
		height: 17px;
		background-size: 17px;
		font-size: 11px;
	}
	.follow-us li {
		margin-bottom: 2px;
		padding-left: 26px;
		background-size: 16px;
		line-height: 17px;
	}
	#pinterest-icon { background-position: 0 -18px; }
	#twitter-icon 	{ background-position: 0 -38px; }
	#instagram-icon { background-position: 0 -57px; }
	.copyright {
		font-size: 12px;
		padding-top: 20px;
	}
	#qa-article {
		line-height: 14px;
		font-size: 11px;
	}
	#system #qa-header {
		margin-bottom: 30px;
	}
	#system #qa-header > h1 {
		font-size: 14px;
		letter-spacing: 3px;
	}
	#qa-button {
		width: 240px;
		line-height: 26px;
		font-size: 16px;
	}
	#qa-article object {
		height: 233px;
	}
	a.myfavorites.level2 {
	    margin-left: 15px;
	    background-position: 1px 2px;
	    padding-top: 0;
	}
	a.myprofile.level2 {
			margin-left: 15px;
	    background-position: 3px 0px;
	    padding-top: 0;
	}

	.myfavorites-title {
		margin-bottom: 0;
		padding-left: 30px;
		font-size: 26px;
		line-height: 22px;
		background-size: 350px;
	}
	.myfavorites-title.cat44 { background-position: 0 0; }
	.myfavorites-title.cat42 { background-position: 0 -60px; }
	.myfavorites-title.cat55 { background-position: 0 -120px; }
	.myfavorites-title.cat65 { background-position: 0 -180px; }
	.myfavorites-title.cat46 { background-position: 0 -240px; }
	.myfavorites-title.cat45 { background-position: 0 -300px; }
	.myfavorites-title.cat56 { background-position: 0 -360px; }
	.myfavorites-title.cat54 { background-position: 0 -420px; }
	.myfavorites-title.cat64 { background-position: 0 -480px; }
	.myfavorites-title.cat43 { background-position: 0 -540px; }
	.myfavorites-title.cat51 { background-position: 0 -600px; }
	.myfavorites-title.cat60 { background-position: 0 -660px; }
	.myfavorites-title.cat50 { background-position: 0 -720px; }
	.myfavorites-title.cat47 { background-position: 0 -780px; }
	.myfavorites-title.cat57 { background-position: 0 -840px; }
	.myfavorites-title.cat48 { background-position: 0 -900px; }
	.myfavorites-title.cat52 { background-position: 0 -960px; }
	.myfavorites-title.cat49 { background-position: 0 -1020px; }
	.myfavorites-title.cat62 { background-position: 0 -1080px; }
	.myfavorites-title.cat53 { background-position: 0 -1140px; }
	.myfavorites-title.cat66 { background-position: 0 -1200px; }
	.myfavorites-title.cat58 { background-position: 0 -1260px; }
	.myfavorites-listing {
		padding: 20px 0 0;
	}
	.myfavorites-listing > h3 {
		font-size: 17px;
		line-height: 17px;
		max-width: 75%;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.hidden-desktop, 
	.hidden-tablet {
		display: block;
	}
	.hidden-mobile,
	#menu li.level1 {
		display: none;
	}

	body {
		font-size: 15px;
	}
	.grid-box {
		float: none;
	}
	#headerbar, 
	#menu ul.menu, 
	#main, 
	#maininner, 
	#footer-wrapper, 
	#sidebar-b, 
	object {
		width: 100%;
	}
	/*#scroll-container {
		position: fixed;
		bottom: 60px;
		right: 10px;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 1000;
	}
	#scroll-to-top { 
		margin: 10px;
		border-radius: 2px;
		width: 40px;
		height: 40px;
		background: url(../../../images/harsanik/scroll-to-top.png) center / auto no-repeat #eee;
	}
	#scroll-to-top:after {
		position: absolute;
		display: block;
		padding: 20px;
		top: -20px;
		left: -20px;
		width: 40px;
		height: 40px;
		content: '';
	}*/
	#advertisements {
		margin: 25px 9% 15px 9%;
		line-height: 13px;
		font-size: 13px;
		color: #d1d4d6;
	}
	#header, 
	#headerbar {
		margin: 0;
		height: auto;
	}
	#mobile-header {
		position: relative;
		z-index: 1;
		background-color: #92cbca;
		-webkit-transition: background-color 0.6s; /* cubic-bezier(0.19, 1, 0.22, 1);*/ /*easeOutExpo, same as the menu animation*/
		transition: background-color 0.6s; /* cubic-bezier(0.19, 1, 0.22, 1);*/ /*easeOutExpo, same as the menu animation*/
	}
	#mobile-logo, 
	#mobile-trigger {
		vertical-align: middle;
		display: inline-block;
	}
	#mobile-logo {
		width: 60%;
		height: 71px;
	}
	#mobile-trigger {
		width: 40%;
	}
	#mobile-logo > a {
		margin: 16px 0 13px 45px;
	}
	#mobile-logo img {
		-webkit-transition: opacity 0.8s;
		transition: opacity 0.8s;
	}
	#mobile-logo > a {
		display: block;
	}
	#mobile-trigger > div {
		box-sizing: border-box;
		margin: 0 0 0 auto;
		padding: 30px 14px 21px;
		width: 63px;
		height: 71px;
		border: none;
		background: #96cbca url(../../../images/harsanik/menu-button.png) no-repeat center;
	}
	#menu #desktop-menu {
		display: none;
	}
	#menu #mobile-menu {
		display: block;
	}
	#headerbar {
		position: static;
	}
	#logo {
		display: block;
		width: 60%;
		min-height: 71px;
		top: 0;
		left: 0;
		bottom: auto;
		float: none;
	}
	#logo > a {
		margin: 16px 0 0 45px;
		display: block;
	}
	#logo img {
		opacity: 0;
		-webkit-transition: opacity 0.8s;
		transition: opacity 0.8s;
	}
	#menu {
		position: absolute;
		top: 0;
	}
	#menu li.level1.item1222 {
		margin: 0 0 0 auto;
		display: block;
		width: 63px;
		height: 71px;
	}
	#menu li.level1.parent > span > span {
		font-size: 0;
	}
	.menu-dropdown .dropdown {
		top: 61px;
		left: auto;
		right: 0;
		width: 95% !important;
	}
	#menu .dropdown-bg > div {
		background-color: #96cbca;
		padding: 30px 0 20px;
	}
	.menu-dropdown .item1222 li.level2 {
		position: relative;
		float: none !important;
		width: 100%;
	}
	.menu-dropdown li.level2::before {
		content: "";
		position: absolute;
		left: 8%;
		top: 0;
		width: 84%;
		border-top: 4px solid #54a2a0;
	}
	.menu-dropdown li.level2:first-child::before {
		border-top: none;
	}
	.menu-dropdown li.level2:hover, 
	.menu-dropdown li.current {
		background-color: #54a2a0;
	}
	.menu-dropdown .item1222 a.level2 {
		margin: 0 0 0 5%;
		line-height: 100px;
		padding: 0 4% 0 60px;
		background-size: 700px;
	}
	.menu-dropdown a.level2 > span {
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		padding: 0;
		letter-spacing: 2px;
		line-height: 20px;
		font-size: 20px;
		color: #fff;
	}
	a.cat44, li:hover > a.cat44, .menu-dropdown a.cat44.current { background-position: -655px 30px; }
	a.cat42, li:hover > a.cat42, .menu-dropdown a.cat42.current { background-position: -655px -87px; }
	a.cat55, li:hover > a.cat55, .menu-dropdown a.cat55.current { background-position: -655px -207px; }
	a.cat65, li:hover > a.cat65, .menu-dropdown a.cat65.current { background-position: -655px -327px; }
	a.cat46, li:hover > a.cat46, .menu-dropdown a.cat46.current { background-position: -655px -447px; }
	a.cat45, li:hover > a.cat45, .menu-dropdown a.cat45.current { background-position: -655px -567px; }
	a.cat56, li:hover > a.cat56, .menu-dropdown a.cat56.current { background-position: -655px -687px; }
	a.cat54, li:hover > a.cat54, .menu-dropdown a.cat54.current { background-position: -655px -807px; }
	a.cat64, li:hover > a.cat64, .menu-dropdown a.cat64.current { background-position: -655px -927px; }
	a.cat43, li:hover > a.cat43, .menu-dropdown a.cat43.current { background-position: -655px -1047px; }
	a.cat51, li:hover > a.cat51, .menu-dropdown a.cat51.current { background-position: -655px -1167px; }
	a.cat60, li:hover > a.cat60, .menu-dropdown a.cat60.current { background-position: -655px -1287px; }
	a.cat50, li:hover > a.cat50, .menu-dropdown a.cat50.current { background-position: -655px -1407px; }
	a.cat47, li:hover > a.cat47, .menu-dropdown a.cat47.current { background-position: -655px -1527px; }
	a.cat57, li:hover > a.cat57, .menu-dropdown a.cat57.current { background-position: -655px -1647px; }
	a.cat48, li:hover > a.cat48, .menu-dropdown a.cat48.current { background-position: -655px -1767px; }
	a.cat52, li:hover > a.cat52, .menu-dropdown a.cat52.current { background-position: -655px -1887px; }
	a.cat49, li:hover > a.cat49, .menu-dropdown a.cat49.current { background-position: -655px -2007px; }
	a.cat62, li:hover > a.cat62, .menu-dropdown a.cat62.current { background-position: -655px -2127px; }
	a.cat53, li:hover > a.cat53, .menu-dropdown a.cat53.current { background-position: -655px -2247px; }
	a.cat66, li:hover > a.cat66, .menu-dropdown a.cat66.current { background-position: -655px -2367px; }
	a.cat58, li:hover > a.cat58, .menu-dropdown a.cat58.current { background-position: -655px -2487px; }
	/*a.cat44, li:hover > a.cat44, .menu-dropdown a.cat44.current { background-position: -655px 30px; }
	a.cat42, li:hover > a.cat42, .menu-dropdown a.cat42.current { background-position: -655px -87px; }
	a.cat55, li:hover > a.cat55, .menu-dropdown a.cat55.current { background-position: -655px -207px; }
	a.cat65, li:hover > a.cat65, .menu-dropdown a.cat65.current { background-position: -655px -327px; }
	a.cat46, li:hover > a.cat46, .menu-dropdown a.cat46.current { background-position: -655px -447px; }
	a.cat45, li:hover > a.cat45, .menu-dropdown a.cat45.current { background-position: -655px -567px; }
	a.cat56, li:hover > a.cat56, .menu-dropdown a.cat56.current { background-position: -655px -687px; }
	a.cat54, li:hover > a.cat54, .menu-dropdown a.cat54.current { background-position: -655px -807px; }
	a.cat64, li:hover > a.cat64, .menu-dropdown a.cat64.current { background-position: -655px -927px; }
	a.cat43, li:hover > a.cat43, .menu-dropdown a.cat43.current { background-position: -655px -1047px; }
	a.cat51, li:hover > a.cat51, .menu-dropdown a.cat51.current { background-position: -655px -1167px; }
	a.cat60, li:hover > a.cat60, .menu-dropdown a.cat60.current { background-position: -655px -1287px; }
	a.cat50, li:hover > a.cat50, .menu-dropdown a.cat50.current { background-position: -655px -1407px; }
	a.cat47, li:hover > a.cat47, .menu-dropdown a.cat47.current { background-position: -655px -1527px; }
	a.cat57, li:hover > a.cat57, .menu-dropdown a.cat57.current { background-position: -655px -1647px; }
	a.cat48, li:hover > a.cat48, .menu-dropdown a.cat48.current { background-position: -655px -1767px; }
	a.cat52, li:hover > a.cat52, .menu-dropdown a.cat52.current { background-position: -655px -1887px; }
	a.cat49, li:hover > a.cat49, .menu-dropdown a.cat49.current { background-position: -655px -2007px; }
	a.cat62, li:hover > a.cat62, .menu-dropdown a.cat62.current { background-position: -655px -2127px; }
	a.cat53, li:hover > a.cat53, .menu-dropdown a.cat53.current { background-position: -655px -2247px; }
	a.cat66, li:hover > a.cat66, .menu-dropdown a.cat66.current { background-position: -655px -2367px; }
	a.cat58, li:hover > a.cat58, .menu-dropdown a.cat58.current { background-position: -655px -2487px; }*/
	#menu-overlay {
		position: absolute;
		top: 71px;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #000;
		opacity: 0;
		z-index: -1;
	}

	.follow-us, 
	#search {
		float: none;
	}
	.the-company, 
	.assistance {
		display: none;
	}
	#search {
		position: static;
		bottom: auto;
		right: auto;
		margin: 13px 45px;
		height: 38px;
		background-color: #fff;
		border: 2px solid #d0d0d0;
	}
	#search > form {
		padding: 0;
		margin: 0 11px 0 14px;
		width: auto;
		height: 100%;
		background: url(../../../images/harsanik/search-magnifier-mobile.png) 100% 50% no-repeat;
	}
	.searchbox input {
		height: 100%;
		font-size: 25px;
		line-height: 38px;
		text-align: left;
	}
	.searchbox input::-webkit-input-placeholder,
	.searchbox input::-moz-placeholder {
		color: #d0d0d0;
	}
	#innertop {
		margin: 0 9%;
		width: auto;
	}
	#content > div,
	#content > p,
	#sidebar-b > div {
		margin-left: 9%;
		margin-right: 9%;
	}
	#sidebar-b > div {
		width: auto;
	}
	/*.wk-slideshow .caption,	 
	.wk-slideshow .caption a {
		color: #92cbca;
	}
	.wk-slideshow .caption {
		display: block !important;
		bottom: -38px;
		background: none;
	}
	.wk-slideshow .caption a {
		text-decoration: underline;
	}*/
	.wk-slideshow-default .nav {
		margin: 15px 0;
	}

	.listing-title {
		font-size: 25px;
		line-height: 25px;
		margin: 6px 0;
	}
	.listing-logo {
		margin-right: 15px;
	}
	.listing-logo > img {
		max-height: 80px;
		max-width: 80px;
	}
	.listing-rating {
		line-height: 8px;
		margin-right: 0;
	}
	.listing-rating-count {
		font-size: 14px;
		line-height: 17px;
	}
	.listing-rating .rating-diamond, 
	.listing-rating .rating-diamond-small-white {
		width: 16px;
		height: 8px;
		background-size: 16px 8px;
	}
	#bookmarked > span {
		margin: 0;
		font-size: 13px;
		width: 24px;
		line-height: 19px;
		background-size: 24px 19px;
	}
	#bookmark {
		padding: 0 3px;
		font-size: 10px;
		line-height: 15px;
		border-radius: 1px;
	}
	.listing-address {
		margin-top: 15px;
		line-height: 14px;
		font-size: 13px;
	}
	.listing-address .spacer {
		margin: 0 5px;
	}
	#listing-map {
		margin: 10px 0;
	}
	.listing-desc {
		font-size: 13px;
		line-height: 15px;
		border-bottom: 0;
	}
	#content .title-strip {
		margin-bottom: 10px;
		margin-right: 0;
	}
	#comments .title-strip {
		margin-bottom: 80px;
	}
	.title-text {
		width: 75%;
	}
	.title-text a {
		display: inline-block;
		line-height: 18px;
	}
	.title-ribbon {
		width: 25%;
	}

	/*ul.sigProClassic li.sigProThumb {
		width: 50%;
	}
	ul.sigProClassic li.sigProThumb a.sigProLink, 
	ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
		width: 100% !important;
	}*/

	#reviews {
		position: relative;
		margin: 0 -11%;
		width: 100%;
		padding: 0 11% 25px;
		overflow: hidden;
		background-color: #eef6f5;
	}
	#reviews.closed {
		height: 2px;
	}
	#reviews::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 9%;
		margin: 0;
		width: 82%;
		padding: 0;
		border-bottom: 1px solid #96cbca;
	}
	#reviews .title-strip {
		margin: 0 -11% 20px;
		height: auto;
		text-align: center;
	}
	#reviews .title-text {
		float: none;
		width: 100%;
		height: 27px;
	}
	#reviews .title-text > p {
		line-height: 27px;
		font-size: 14px;
	}
	#reviews .title-text span {
		display: inline;
	}
	#reviews-switch {
		left: auto;
		right: 10%;
		top: 8px;
		width: auto;
		height: auto;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 12px solid #fff;
		-webkit-transition: border-top 0.4s, border-bottom 0.4s;
		transition: border-top 0.4s, border-bottom 0.4s;
	}
	#reviews .reviews-signin {
		float: none;
		width: 100%;
		padding-top: 40px;
		font-size: 16px;
		line-height: 16px;
	}
	.reviews-rating {
		margin: 0 -12%;
	}
	.rating-diamond-big, 
	.rating-diamond-big-white {
		width: 52px;
		height: 26px;
		background-size: 52px 26px;
	}
	article.reviews:first-child {
		margin-top: 20px;
	}
	header.reviews img, 
	.comment-image {
		width: 60px;
		height: 60px;
		margin-right: 10px;
	}
	.review-title, 
	.comment-body {
		display: block;
	}
	.review-title {
		padding-top: 6px;
	}
	.review-title > h3 {
		margin-bottom: 3px;
		line-height: 13px;
		font-size: 13px;
	}
	.review-title > div {
		line-height: 14px;
	}
	.review-title .rating-diamond, 
	.review-title .rating-diamond-small-white, 
	.comment-body .rating-diamond {
		width: 28px;
		height: 14px;
		background-size: 28px 14px;
	}
	.reviews > header {
		height: 60px;
		margin-bottom: 10px;
	}
	.review-body {
		line-height: 15px;
		font-size: 13px;
	}
	.review-details {
		margin-bottom: 28px;
		padding-top: 0;
		line-height: 13px;
		font-size: 13px;
	}
	.review-helpful-cta > span {
		font-size: 13px;
	}
	.review-feedback .review-helpful-cta {
		padding: 2px 0;
		margin-right: 0;
		font-size: 13px;
	}
	.review-details .spacer {
		display: none;
	}
	.review-details > a {
		display: block;
		line-height: 17px;
	}
	.review-helpful {
		display: block;
		font-size: 13px;
	}

	#featured {
		margin: 0 0 15px;
		font-size: 17px;
		line-height: 17px;
		color: #96cbca;
	}
	.dir-listing-featured {
		background: none #e8f5f5;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.dir-listing-featured-inner {
		background-color: transparent;
		padding: 0;
	}
	.dir-premium > a {
		display: block;
		line-height: 12px
	}
	.dir-listing-featured-inner > h2 {
		font-size: 14px;
		line-height: 14px;
		margin: 6px 10px;
	}
	.dir-listing-featured-inner > h2 a {
		color: #7c7c7c;
	}
	
	.dir-rating {
		float: none;
		display: block;
	}
	.dir-rating div {
		line-height: 7px;
	}
	div.dir-rating-reviews {
		font-size: 14px;
		line-height: 16px;
		margin-left: 0;
		max-width: none;
	}
	.dir-rating.write-review {
		text-align: left;
	}
	.dir-listing-featured-inner .dir-rating {
		margin-left: 10px;
	}
	.dir-listing-featured-inner .dir-rating > a {
		display: inline-block;
		text-align: center;
	}
	.dir-listing .dir-rating div {
		display: inline-block;
	}
	
	.rating-diamond, 
	.rating-diamond-small-white {
		width: 14px;
		height: 7px;
	}
	.dir-details {
		margin-top: 10px;
		font-size: 14px;
		line-height: 17px;
		padding: 0 0 6px 10px;
		max-width: 90%;
	}
	span.phone-nr {
		display: none;
	}
	a.phone-nr {
		display: inline;
		color: #6c6c6c;
	}
	.dir-camera-featured {
		border-top-color: #e8f5f5;
		border-left-color: #e8f5f5;
	}
	#sort-by {
		margin-top: 20px;
		line-height: 22px;
	}
	.sorting {
		margin-bottom: 20px;
		padding: 14px 5% 4px;
	}
	.sorting-inner > div {
		margin: 0 -2px 10px;
		width: 50%;
		vertical-align: middle;
	}
	.sorting-inner > div:first-child {
		margin-left: -2px;
	}
	#sort-by-city {
		width: 70px;
	}
	.custom-radio:checked + label {
		border-width: 2px;
	}
	.custom-radio + label {
		margin: 2px 4px 0;
	}
	.dir-listing {
		padding: 0 0 18px;
	}
	.dir-listing > h2 {
		display: block;
		margin-bottom: 5px;
		width: 100%;
		max-width: none;
	}
	.dir-listing > h2 > a:first-child {
		max-width: 80%;
	}
	.dir-camera {
		margin: 0;
		width: 20px;
		height: 20px;
		background-size: 14px 10px;
	}
	ul.review-pictures li.sigProThumb a.sigProLink {
		width: 120px !important;
		height: 120px !important;
	}
	ul.review-pictures li.sigProThumb a.sigProLink img.sigProImg, 
	ul.review-pictures li.sigProThumb a.sigProLink:hover img.sigProImg {
		width: 120px !important;
		height: 120px !important;
		background-size: 120px 120px;
		background-repeat: no-repeat;
	}

	div.border-dotted {
		margin-top: 0;
	}
	
	div.pagination, 
	#system .pagination {
		margin: 30px 0 60px;
	}

	#system .items .item, 
	#system .items .item:first-child {
		margin: 0;
		padding: 20px 0 10px;
		border-top: 1px solid #92cbca;
	}
	#system .items {
		margin: 0 0 20px;
	}
	#system .item > header {
		margin-bottom: 20px;
	}
	#system .item > header .title {
		font-size: 15px;
		line-height: 15px;
		letter-spacing: 2px;
	}
	#innertop .mod-box, 
	#maininner, 
	p.read-full-story {
		margin: 0;
	}
	.bannergroup.banners,
	.bannergroup.banners2, 
	.bannergroup.banner-large {
		display: block;
		margin-top: 15px;
		margin-bottom: 0;
		border-top: 1px solid #92cbca;
		padding: 15px;
	}
	.mod-box .banners, 
	.mod-box .banners2, 
	.mod-box .banner-large {
		margin: 0;
		padding: 0;
		border: none;
	}
	.banners2 {
		border-top: 1px solid #92cbca;
	}
	.mod-box {
		padding: 15px 0;
	}
	.banneritem img {
		/*
		height: 100px;
		width: 300px;
		*/
	}

	.module .module-title {
		margin-left: 0;
		text-align: center;
		font-size: 17px;
		line-height: 17px;
	}
	#maininner .mod-box.top-cats-mobile {
		border-top: 1px solid #92cbca;
		padding-top: 10px;
	}
	.banneritem > a {
		text-align: center;
	}
	.top-categories > div {
		height: 30px;
		line-height: 12px;
		font-size: 12px;
	}
	.top-categories span {
		max-width: 75%;
	}
	#view-cats-wrapper {
		display: block;
		margin: 0;
		padding-top: 10px;
		clear: both;
		text-align: right;
		text-decoration: underline;
		font-size: 12px;
	}
	#view-cats-wrapper > a {
		color: #92cbca;
	}

	#footer {
		margin-top: 30px;
		padding-top: 20px;
	}
	#footer-wrapper .follow-us {
		width: 70%;
		margin: 0 auto;
	}
	.follow-us > h3 {
		text-align: center;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 20px;
	}
	.follow-us li {
		display: inline-block;
		width: 42px;
		height: 45px;
		background-size: 42px;
	}
	.follow-us em {
		display: none;
	}
	.follow-us ul {
		margin-left: 0;
		text-align: justify;
	}
	.follow-us ul:after {
		content: "";
		display: inline-block;
		width: 100%;
	}
	.follow-us li {
		padding: 0;
	}
	.follow-us a {
		display: block;
		font-size: 0;
		height: 42px;
	}

	#signin-left {
		margin: 0;
		width: auto;
	}
	#signin-left > h2 {
		margin: 0 -3% 15px;
		width: 106%;
		padding: 10px 0 16px;
		font-size: 16px;
		line-height: 16px;
		background-size: contain;
		letter-spacing: 4px;
	}
	#signin-left > p {
		line-height: 14px;
		font-size: 14px;
	}
	#signin-left > form {
		margin: 24px 0;
	}
	.form-fields > label,
	#register-form label {
		font-size: 14px;
		width: 35%;
	}
	.form-fields > input,
	.form-fields > select, 
	.form-fields > textarea {
		width: 65%;
		height: 26px;
		box-sizing: border-box;
		padding: 0 10px;
		font-size: 16px;
	}
	.form-fields > textarea {
		height: 80px;
	}
	.form-fields > select {
		font-size: 14px;
	}
	#password-reset {
		margin: 20px 0 5px 35%;
		font-size: 14px;
	}
	#signin-left button,
	#signin-right > button,
	.reset-password,
	.validate {
		margin-left: 35%;
		width: 80px;
		line-height: 22px;
		font-size: 14px;
	}
	.reset-password,
	.validate {
		margin-bottom: 35px;
	}
	.hr-or {
		margin: 25px 0;
	}
	#signin-fb .fbloginbutton {
		margin-left: 35%;
		background-size: 22px 21px;
		line-height: 21px;
		font-size: 14px;
	}
	#signin-right {
		display: block;
		margin: 30px auto 0;
		width: 280px;
	}
	#signin-right h2 {
		font-size: 16px;
		line-height: 16px;
		margin: 15px 10px 10px;
		letter-spacing: 3px;
		text-align: center;
	}
	#signin-right-inner {
		font-size: 14px;
		margin: 0 10px;
	}
	#signin-right-inner > p {
		margin: 15px 10px;
	}
	#signin-right > button {
		margin: 0 0 15px 80px;
	}
	#register-page {
		width: auto;
		font-size: 14px;
	}
	#register-page > h1 {
		margin: 0 0 15px;
		padding: 0;
		width: 100%;
		min-height: 2.6em;
		font-size: 3.33vw;
		line-height: 2.2em;
		letter-spacing: 0.26em;
		background-size: contain;
	}
	#register-page > p {
		line-height: 16px;
	}
	#register-form {
		margin: 15px 0 25px;
	}
	#register-form .form-fields {
		margin-bottom: 22px;
	}
	#toc {
		margin: -10px 15px 45px 45px;
	}
	#register-form > p {
		max-width: 70%;
		margin: 15px 0 20px;
	}
	#register-form > button {
		margin-left: 35%;
		width: 65%;
		line-height: 20px;
		font-size: 14px;
	}
	#register-page .hr-or {
		margin: 25px 0 30px;
	}
	#register-fb {
		width: 86%;
		margin: 0 auto;
	}
	#register-fb .fbloginbutton {
		margin: 0;
		height: 49px;
		background-size: 49px;
	}
	#register-fb .fbloginbutton:after {
		margin-left: 56px;
		font-size: 14px;
		line-height: 49px;
		width: 82%;
	}
	#register-fb > p {
		margin: 0;
		font-size: 11px;
		line-height: 14px;
	}
	
	label#jform_captcha-lbl {
		display: block;
	}
	#dynamic_recaptcha_1 {
		margin: 0 -5%;
	}
	#recaptcha_table td {
		padding: 0 3px !important;
	}
	.recaptcha_image_cell {
		width: auto !important;
	}
	#recaptcha_image {
		width: auto !important;
	}
	#recaptcha_response_field {
		width: 94% !important;
	}
	#photo-upload {
		margin: 30px 0 20px 10%;
	}
	#photo-upload-btn {
		float: right;
	}
	#confirm-overlay {
		margin: 0 !important;
	}
	#confirm-wrapper {
		left: 40%;
		margin: 0 0 0 -20% !important;
		width: 60%;
	}

	.reviews-signin {
		float: none;
		clear: both;
		text-align: center;
		width: 100%;
		padding-top: 30px;
	}
	.reviews-signin > span {
		display: none;
	}

	#facebook-icon 	{ background-position: 0 3px; }
	#pinterest-icon { background-position: 0 -48px; }
	#twitter-icon 	{ background-position: 0 -100px; }
	#instagram-icon { background-position: 0 -153px; }
	.copyright {
		font-size: 11px;
		padding-top: 45px;
	}
	.disclaimer {
		width: 100%;
		position: absolute;
		bottom: 45px;
		left: 0;
		color: #95cbca;
	}
	.disclaimer > a {
		margin-left: 5%;
		color: #fff;
		text-decoration: underline;
	}
	.disclaimer > a:first-child {
		margin-left: 0;
		margin-right: 5%;
	}
	
	#qa-article {
		font-size: 15px;
	}
	#system #qa-header {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	#system #qa-header > h1 {
		font-size: 3vw;
		line-height: 2.7vw;
		letter-spacing: 2px;
		width: 80%;
	}
	#qa-button {
		font-size: 16px;
		width: 230px;
		line-height: 26px;
	}
	
	#myreviews .review-pictures > img {
		width: 54px;
		height: 54px;
	}
	.myreviews > header {
		height: auto;
	}
	.myreviews > header > img {
		margin-right: 5px;
	}
	.myreviews > header > div {
		display: inline-block;
		padding-top: 0;
		max-width: 75%;
	}
	.myreviews .review-title > h2 {
		line-height: 16px;
		font-size: 16px;
	}
	.myreviews .review-title > h3 {
		margin-top: 5px;
	}
	.search-results .review-title {
		padding-top: 0;
	}
	.search-results h2 {
		line-height: 18px;
		font-size: 18px;
		float: none;
		margin-bottom: 5px;
	}
	.search-results header {
		height: auto;
		margin-bottom: 10px;
	}
	.search-results header > img {
		margin-top: 5px;
	}
	.search-results .review-title > div {
		margin-top: 5px;
	}

	.myfavorites-title {
		margin-bottom: 0;
		padding-left: 30px;
		font-size: 22px;
		line-height: 22px;
		background-size: 350px;
	}
	.myfavorites-title.cat44 { background-position: 0 0; }
	.myfavorites-title.cat42 { background-position: 0 -60px; }
	.myfavorites-title.cat55 { background-position: 0 -120px; }
	.myfavorites-title.cat65 { background-position: 0 -180px; }
	.myfavorites-title.cat46 { background-position: 0 -240px; }
	.myfavorites-title.cat45 { background-position: 0 -300px; }
	.myfavorites-title.cat56 { background-position: 0 -360px; }
	.myfavorites-title.cat54 { background-position: 0 -420px; }
	.myfavorites-title.cat64 { background-position: 0 -480px; }
	.myfavorites-title.cat43 { background-position: 0 -540px; }
	.myfavorites-title.cat51 { background-position: 0 -600px; }
	.myfavorites-title.cat60 { background-position: 0 -660px; }
	.myfavorites-title.cat50 { background-position: 0 -720px; }
	.myfavorites-title.cat47 { background-position: 0 -780px; }
	.myfavorites-title.cat57 { background-position: 0 -840px; }
	.myfavorites-title.cat48 { background-position: 0 -900px; }
	.myfavorites-title.cat52 { background-position: 0 -960px; }
	.myfavorites-title.cat49 { background-position: 0 -1020px; }
	.myfavorites-title.cat62 { background-position: 0 -1080px; }
	.myfavorites-title.cat53 { background-position: 0 -1140px; }
	.myfavorites-title.cat66 { background-position: 0 -1200px; }
	.myfavorites-title.cat58 { background-position: 0 -1260px; }
	.myfavorites-listing {
		padding: 20px 0 0;
	}
	.myfavorites-listing > h3 {
		font-size: 17px;
		line-height: 17px;
		max-width: none;
	}
	.meta {
		margin-top: 30px;
	}
	#scroll-container{
		display:none;
	}
}

.title_v2 h1.title {
	color: #92cbca;
	font-size:28px !important;
	line-height: 28px !important;
}
.title_v2 .title-strip-left, .title_v2  .title-ribbon{
	display: none;
}

.title_v2  .title-text{
	background:none;
	width:100%;
	text-align:center;
}
/*#bshow_2015{
	clear:both;
	overflow:hidden;
	height:480px;
	background-color:#92cbca;
	margin:20px auto;
	padding:20px;
	position:relative;
}
#bshow_fieldset{
	overflow: visible;
	height: 460px;
	border: solid 2px white;
	position:relative;
}
#bshow_fieldset, #bshow_fieldset a{
	color:white !important;
	text-decoration:none !important;
	font-size:12px;
}
#bshow_fieldset_inner{
	width:365px;
	background: #92cbca;
	margin: auto;
	position: relative;
	top: 450px;
	padding:0px 15px;
}
#bshow_title{
	position:absolute;
	background-color:white;
	top:170px;
	left:0px;
	width: 320px;
	height:160px;
	text-transform: uppercase;
	z-index:10;
}
#bshow_title_inner{
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	height:	125px;
	color: #92cbca;
	line-height:30px;
	font-weight:normal;
}
#bshow_title_left{
	width:28%;
	padding-right:10px;
	text-align:right;
	border-right: solid 1px #92cbca;
	float:left;
	height:100%;
	font-size:20px;
}
#bshow_title_right{
	width:55%;
	padding-left:10px;
	float:left;
	height:100%;
	font-size:22px;
}*/
#centered_link{
	display:block;
	text-align:center;
}
#pictures_continer, #video_container{
	text-align:center;
}
#video_container{
	margin-top:20px;
}
.blue_spacer{
	width:80px;
	margin:auto;
	clear:both;
	height:15px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#92cbca;
}
.title_v2  #social-sharing{
	display: none;
}
.title_v2 .title-strip{
	height:auto !important;
	margin-bottom:20px !important;
	min-height:50px;
}
.blue_hr{
	color: #92cbca;
}
