body
{	
	font: 14px/22px Helvetica, Arial;
	margin:0;
	padding:0;
	text-align:center;
	overflow-x:hidden;
}

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

.btn-link 
{
  font-weight: normal;
  color: #2c7fc9;
  cursor: pointer;
  border-radius: 0;
}

img
{
	max-width:100%;
	border:0;
}

html,
button,
input,
select,
textarea 
{
    color: #222;
}

.top-container
{

	height:120px;
	text-align:left;
	padding-top:5px;
}

.nav-container
{
	background: #2c7fc1;
}

.search-container
{
	background: #7dcc26;
	padding-top:30px;
	padding-bottom:30px;
	border-top:2px solid #2f95d2;
}

.bottom-container
{
	background: #efece8;
	min-height:140px;
}


::-moz-selection 
{
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.main-container
{
	text-align:left;
}


.wrapper {
    width: 90%;
    margin: 0 5%;
}


.header-container
{
    background: #202020;
	position:relative;
	top:-22px;
	margin:0 auto;
	text-align:left;
}

.footer-container
{
    background: #f0f0f0;
	border-bottom: 20px solid #414141;
	margin-top:30px;
}

.title {
    color: white;
}


nav ul {
    margin: 0;
    padding: 0;
}

nav  a 
{
    display: block;
    margin-bottom: 5px;
    padding: 13px 0px 8px 0px;
	text-align: center;
    text-decoration: none;
    font-weight: bold;
	color: white;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}



.main {
    padding: 10px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside 
{
    padding: 5px 8% 10px;
}

.footer-container footer {
    color: #666666;
    padding: 20px 0;
}



.ie7 .title {
    padding-top: 20px;
}



    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }


    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}




.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/*MULTI LEVEL NAVIGATION MENU*/


nav ul ul 
{
	display: none;
}

nav ul li:hover > ul 
{
	display: block;
}



nav ul 
{
	list-style: none;
	position: relative;
	display: inline-table;
	
}


nav ul:after 
{
	content: ""; clear: both; display: block;
}


nav ul li 
{
	float: left;
	margin-right:40px;
}

nav ul li:hover 
{
	
}


	
nav ul li a 
{
	display: block; 
	margin:0;
	
}

	
	
nav ul ul 
{
	background: #f9f9f9; 
	 -webkit-box-shadow: 0 5px 10px #aaa;
     -moz-box-shadow: 0 5px 10px #aaa;
     box-shadow: 0 5px 10px #aaa;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	
	position: absolute; 
	top: 100%;
	width:220px;
	
}

nav ul ul li 
{
	
	border-top:1px solid #cccccc;
	width:100%;
	clear:both;
	position: relative;
}
nav ul ul li a 
{
	text-align:left;
	padding-left:5px;
	color: #222222 !important;
}
	
nav ul ul li a:hover 
{
	
}
	
nav ul ul ul 
{
	position: absolute; 
	left: 100%; 
	top:0;
}

.rfloat
{
	float:right;
}

.lfloat
{
	float:left;
}

.top-right
{
	float:right;
}

.header-top
{
	height:90px;
}

h4
{
	margin-bottom:0px;
}

.news-date
{
	font-size:11px;
	float:right;
}

.bottom-menu
{
	margin-top:25px;
	list-style: none;
	display: inline-table;
	padding:0;
}

.bottom-menu li
{
	float:left;
	margin-right:20px;
}


form#main {
	
	padding: 20px;
	width: 90%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#eaeaea;
}

form#main fieldset 
{
	border: none;
	margin-bottom: 25px;
}

form#main fieldset:last-of-type 
{
	margin-bottom: 0;
}

form#main legend 
{
	
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}




form#main ol li 
{
	background: #f4f4f4;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form#main ol ol li 
{
	background: none;
	border: none;
	float: left;
}

form#main label {
	float: left;
	font-size: 13px;
	width: 120px;
}

form#main input:not([type=radio]),
form#main select,
form#main textarea {
	background: #ffffff;
	border: none;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 72%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
form#main input:not([type=submit]):focus,
form#main textarea:focus 
{
	background: #eaeaea;
}

form#main input[type=radio]
 {
	float: left;
	margin-right: 5px;
}

form#main button {
	 background:#2d80c2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519dde', endColorstr='#2d80c2'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#519dde), to(#2d80c2)); 
	background: -moz-linear-gradient(top,  #519dde,  #2d80c2); 
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 7px 25px;
	float:right;
}
form#main button:hover {
	background: #2d80c2;
	cursor: pointer;
}


.home-category
{
	float:left;
	margin-right:3%;
	margin-bottom:4%;
	line-height:1.1em;
	
}

.sub-category
{
	float:left;
	margin-right:3%;
	line-height:1.6em;
}

.sub-category a
{
	color:#5f5f5f;
}

.category_link
{
	margin-bottom:4px;
	display:block;
	font-size:16px;
}

.category_link a
{
	font-weight:800;
}

.sub_category_link
{
	color:#5f5f5f;
	font-size:12px;
	text-decoration:none !important;
}

.sub-text
{
	color:#5f5f5f;
	font-size:11px;
	text-decoration:none;
}

.sub_category_link:hover
{
	text-decoration:underline;
}


.listing_title
{
	
	font-size:18px;
	text-decoration:none !important;
	
}

.featured_listing_title
{
	color:#000000;
	font-size:18px;
	text-decoration:none !important;
}




.listing_description
{
	margin-bottom:8px;
}

.listing_posted_date
{
	font-size:10px;
}


.listing
{
	width:100%;
	background: #ffffff;
	padding: 10px;
	text-align:left;
	border:1px solid #e5e5e5;
}



.featured_listing a
{
	color:#000000 !important;
}

.featured_listing
{
	background: #F9E7C1;
	border:1px solid #F3A458;
	color:#000000 !important;
	padding:8px;
}

.pagination-link
{
	
}

.found-item-back
{
	background:yellow;
}

.form-radio
{
	margin-top:3px;
}

.search-form-image
{
	float:left;
	margin-left:5px;
	
	width:32px;
	height:32px;
	max-width:100%;
}

.search-form-field 
{
	float:left;
	background: #ffffff;
	border: 1px solid #cccccc;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	height:34px;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.search-form-combo 
{
	float:left;
	background: #ffffff;
	border: 1px solid #cccccc;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	height:31px;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.clear
{
	clear:both;
}

.ralign
{
	text-align:right;
}

.category-count
{
	
	font-size:12px;
}



.mselect
{ 
	width: 140px; 
	border: 0px solid black;
	text-indent: 3px;
	padding: 1px 0;
	cursor: hand;
	cursor: pointer;
}

.mselect .downimage
{ 
	position: absolute;
	right: -25px;
}

.mselect .dropdown
{ 
	position: absolute;
	left: 0px;
	width: 180px; 
	height: expression( this.scrollHeight > 150 ? "150px" : "auto" ); 
    max-height: 150px; 
	overflow:auto;
	border: 1px solid #808080;
	display: none;
	z-index: 5;
	font-weight: normal;background-color:white;
}

.mselect .dropdown a
{ 
	width: auto;
	display: block;
	border-bottom: 1px none #B4B4B4;
	padding: 1px 0;
	text-indent: 2px;
	text-decoration: none;
	color: black;
	background-color:#ffffff;
}

* html .mselect .dropdown a
{ 
	width: 100%;
}

.mselect .dropdown a:hover
{
	background: #0A246A;
	color:#ffffff;
}


.div_label
{
	float: left;
	font-size: 13px;
	width: 120px;
}

.div_field
{
	float:left;
	background: #ffffff;
	border: none;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	
	width: 73%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


.img-shadow
{
	
	-webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


.img-right-margin
{
	margin-right:15px;
}

.img-details-margin
{
	margin-right:10px;
	margin-bottom:10px;
}


.result-image
{
	
	float:left;
	text-align:center;
	width:20%;
	
}

.featured-result-image
{
	
	float:left;
	text-align:center;
	width:120px;
	background:white;
	padding:10px;
	border:3px solid #f0a536;
	
}

.result-image img
{
	margin-top:10px;
	margin-bottom:10px;
}

.final-result-image
{
	background:#f9f9f9;
	float:right;
	margin-left:30px;
	margin-bottom:20px;
	text-align:center;
	width:45%;
	padding:10px;
	border:1px solid #cccccc;
	-webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.final-result-image img
{
	margin-top:10px;
	margin-bottom:10px;
}


.result-text
{
	width:72%;
	float:left;
	margin-left:30px;
}

.button-link {
 background:#2d80c2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519dde', endColorstr='#2d80c2'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#519dde), to(#2d80c2)); 
	background: -moz-linear-gradient(top,  #519dde,  #2d80c2); 
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	float:right;
	padding: 7px 25px;
	text-decoration:none;
}


.button-link:hover
{
	background: #2d80c2;
	color: #ffffff;
	text-decoration:none !important;
	cursor: pointer;
	text-decoration:underline;
}

.gplus-button
{
	position:relative;
	top:4px;
	left:15px;
}
.clear-separator
{
	clear:both;
	height:18px;
}

.no-top-margin
{
	margin-top:0 !important;
}

.justify-align
{
	text-align:justify;
}

.carousel-icon
{
	position:relative;
	top:110px;
}

#myCarousel
{
	height:330px;
	background:#fcfcfc;
	border:6px solid #F3F3F3;
}

.slide-back-3
{
	width:100%;
	height:320px;
	background: #fcfff4; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fcfff4), color-stop(40%,#dfe5d7), color-stop(100%,#b3bead)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* IE10+ */
	background: linear-gradient(135deg, #fcfff4 0%,#dfe5d7 40%,#b3bead 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.slide-back-2
{
	width:100%;
	height:320px;
	background: #63b6db; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #63b6db 0%, #309dcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#63b6db), color-stop(100%,#309dcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #63b6db 0%,#309dcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #63b6db 0%,#309dcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #63b6db 0%,#309dcf 100%); /* IE10+ */
	background: linear-gradient(135deg, #63b6db 0%,#309dcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b6db', endColorstr='#309dcf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.slide-back-1
{
	width:100%;
	height:320px;
background: rgb(254,252,234); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(254,252,234,1) 0%, rgba(239,212,35,1) 39%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(254,252,234,1)), color-stop(39%,rgba(239,212,35,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(254,252,234,1) 0%,rgba(239,212,35,1) 39%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(254,252,234,1) 0%,rgba(239,212,35,1) 39%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(254,252,234,1) 0%,rgba(239,212,35,1) 39%); /* IE10+ */
background: linear-gradient(135deg, rgba(254,252,234,1) 0%,rgba(239,212,35,1) 39%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efd423',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}


.slide-back-6
{
	width:100%;
	height:320px;
background: rgb(98,125,77); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(98,125,77,1) 0%, rgba(31,59,8,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(98,125,77,1)), color-stop(100%,rgba(31,59,8,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.slide-back-5
{
	width:100%;
	height:320px;
background: rgb(79,133,187); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(79,133,187,1) 0%, rgba(79,133,187,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(79,133,187,1)), color-stop(100%,rgba(79,133,187,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(79,133,187,1) 0%,rgba(79,133,187,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f85bb', endColorstr='#4f85bb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.slide-back-4
{
	width:100%;
	height:320px;
background: rgb(234,185,45); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(234,185,45,1) 0%, rgba(199,152,16,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(234,185,45,1)), color-stop(100%,rgba(199,152,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* IE10+ */
background: linear-gradient(135deg, rgba(234,185,45,1) 0%,rgba(199,152,16,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eab92d', endColorstr='#c79810',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.indicator-image
{
	width:12%;
	margin-right:5px;
	 height:50px;
}



#main-login-form 
{
    -webkit-box-shadow: 0 3px 10px #aaa;
    -moz-box-shadow: 0 3px 10px #aaa;
    box-shadow: 0 3px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	line-height:1.1em;
	float: right;
    width: 450px;
	height:240px;
	position:absolute;      
	top: 50%;
    left: 50%;
    margin-top:-100px; 
    margin-left:-250px; 
	z-index:6001;
	border:4px solid #999999;
	background:#f3f3f3;
	margin-bottom:40px;
	padding: 5px 20px 10px;

	display:none;	
}

.no-margin
{
	margin-top:0px;
	margin-bottom:0px;
}

.red-font
{
	font-style: italic;
	color:red;
}

.close-login-icon
{
	float:right;
	position:relative;
	top:-4px;
	left:19px;
}



.form-field
{
	border:1px solid #aaaaaa;
		-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	height:28px;
	min-width:200px;
	font-size:14px;
}



.admin_ibutton,.ibutton,.adminButton
{
	 background:#2d80c2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519dde', endColorstr='#2d80c2'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#519dde), to(#2d80c2)); 
	background: -moz-linear-gradient(top,  #519dde,  #2d80c2); 
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	display: block;
	font: 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 7px 25px;
}

.admin_ibutton:hover,.ibutton:hover,.adminButton:hover
{
	background: #2d80c2;
	cursor: pointer;
}

.no-display
{
	display:none;
}

.padding-40px
{
	padding-top:36px;
}

.margin-top-5
{
	margin-top:5px;
}

.margin-top-10
{
	margin-top:6px;
}

.add-border
{
	border:1px solid #F3F3F3 !important;
}

.featured-advertisers
{
	height: 330px;
	width:100%;
	background: #ffffff;
	padding:10px;
}

.top-links
{
	
}

@media (max-width: 768px) 
{
	.top-links
	{
		float:none;
	}
	
	.main-search-text
	{
		display:none;
	}
	
	
	
}

@media (max-width: 540px) 
{
	.hide-xs
	{
		display:none;
	}
	
	.home-category
	{
		clear:both;
		width:100% !important;
	}
	
	#ads-rotator
	{
		display:none;
	}
	
	.result-image
	{
		width: 100% !important;
	}
	
	.result-text
	{
		clear:both;
		width: 100% !important;
		margin-left: 0px !important;
	}
}

.center-align
{
	text-align:center;
}

.underline-link
{
	text-decoration: underline;
}


.top-link
{
	color: #555555;
	font-size:13px;
	text-decoration:underline;
	margin-left:15px;
}

.top-link:hover
{
	color: #33333;
	text-decoration:none;
}

.white-link
{
	color: #ffffff;
	font-size:13px;
	text-decoration:none;
	margin-left:15px;
}

.white-link:hover
{
	color: #dddddd;
	text-decoration:none;
}

.site-logo
{
	margin-left:18px;
	margin-top:12px;
}

.r-margin-18
{
	margin-right:14px;
}

.carousel-link
{
	color: #333333 !important;
}

.carousel-link:hover
{

	text-decoration:none;
}

#footer
{
	background:#3a3a3a;
	padding:20px;
	color:#e8e8e8;
}

#footer hr
{
	border-color: #505050;
	background-color:#505050;
	color:#505050;
}

#footer a
{
	color:#e8e8e8;
}

.small-font
{
	font-size:11px;
}

.languages-menu
{
	padding-top:5px;
	padding-left:15px;
}	

.front-site-banner
{
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.coupon-show
{
	border:1px solid #ffa600;
	padding-left:8px;
	padding-right:8px;
	background:#ff6c00;
	color:#ffffff;
}

.coupon-wrap
{
	border:4px solid #ffedcc;
	
}


.rounded-borders
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.padding-3
{
	padding:3px;
}

.orange-link
{
	color:#ff6c00 !important;
}

.white-back
{
	background: #ffffff;
	padding: 10px;
	text-align:left;
	border:1px solid #dddddd;
}


.login-links
{
	width:200px;
	list-style: none;
	display: inline;
}

.green-button
{
	background: #2c7fc9;
	border:1px solid #2f95d2;
	color: #ffffff;
	font-weight: bold;
}

.green-button:hover
{
	background: #2f95d2;
	
}

.bottom-link
{
	color:white;
}




.main-search-button
{
	background:#f39d57 url(../images/search_bg_button.png) no-repeat center right;
	height:42px;
	width:18%;
	float:right;
	border:1px solid #e1774e;
	text-align:center;
	color:#fff;
	cursor:pointer;
	font:18px 'OpenSansSemibold',Arial,Helvetica,sans-serif;
	line-height:38px;
	padding-right:45px;
}

.main-search-button:hover
{
	background:#dc7d2f url(../images/search_bg_button.png) no-repeat center right;
}

.main-search-title
{
	margin-top:0px;
	text-align:center;
	font-size:26px;
	color:#fff;
}



.main-search-form
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	width:100%;
	height:45px;
	margin:0 auto;
	background:#ffffff;
	position:relative;
	top:-20px;
	padding-top:5px;
}


.main-input-search
{
	width:70%;
	height:100%;
	border:none;
	
	padding:9px 0 9px 20px;
	font:16px 'OpenSansSemibold',Arial,Helvetica,sans-serif;
	color:#999999;
	float:left;
	line-height:24px;
}



#ads-rotator
{
	width:100%;
	
	background:#ffffff;
	background-repeat:no-repeat;
	
	color:#666666;
	padding-bottom: 5px;
	padding-top: 20px;
	padding-left: 40px;
	text-align:left;
}


.jcarousel-skin-ie7 .jcarousel-container 
{
   
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl 
{
	direction: rtl;
}

.jcarousel-skin-ie7 .jcarousel-container-horizontal 
{
    width: 100%;
    padding: 5px 50px;
	line-height:1.1em !important;
}


.jcarousel-skin-ie7 .jcarousel-clip 
{
    overflow: hidden;
}

.jcarousel-skin-ie7 .jcarousel-clip-horizontal 
{
    width: 94%;
}

#wrap{position:relative;left:-4px}

.jcarousel-skin-ie7 .jcarousel-item 
{
    width: 125px;
    height: 110px;
	
}

.jcarousel-skin-ie7 .jcarousel-item a
{
   color:white;
   text-decoration:none;
}

.jcarousel-skin-ie7 .jcarousel-item:hover,
.jcarousel-skin-ie7 .jcarousel-item:focus {
    border-color: #808080;
}

.jcarousel-skin-ie7 .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 7px;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 7px;
	margin-right: 0;
}

.jcarousel-skin-ie7 .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-ie7 .jcarousel-item-placeholder {
}


.jcarousel-skin-ie7 .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 45px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../images/next-new.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(../images/prev-new.png);
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-horizontal:focus {
    background-position: -35px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal:active {
    background-position: -70px 0;
}

.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -105px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: transparent url(../images/prev-new.png) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-new.png);
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-horizontal:focus {
    background-position: -35px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal:active {
    background-position: -70px 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ie7 .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -105px 0;
}


/*end ads rotator css*/



.big-button 
{
	background:#2c7fc9;
	border: 1px solid #2f95d2;
	
	color: #ffffff;
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	float:right;
	padding: 7px 25px;
}

.big-button:hover 
{
	background: #2f95d2;
	cursor: pointer;
}



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

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;

  padding-bottom:12px;
 
  padding-right:20px;
 
  color: #ffffff;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: underline;
}

.btn-warning 
{
  width:100%;
  color: #ffffff;
  text-shadow: 0.1em 0.1em #666666;
  background:#fea212;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdbb12', endColorstr='#fea212'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#fdbb12), to(#fea212)); 
  background: -moz-linear-gradient(top,  #fdbb12,  #fea212); 
  border-color: #eea236;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.175);
}

.search-form-button
{
	position:relative;
	top:-17px;
	left:15px;
	height:36px !important;
	padding-top:5px  !important;
}



.btn-gradient:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-gradient {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  border-color: #e0e0e0;
  border-color: #ccc;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}

.btn-gradient:active,
.btn-gradient.active {
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-gradient{
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.small-field
{
	width: 120px !important;
}

#fb-root
{
	float:left;
}

.search-dropdown-column
{
	text-align:left !important; 
	padding-left:0 !important;
	padding-right:8px !important;
}

.search-text-column
{
	padding-left:8px !important;
	padding-right:8px !important;
}

.search-button-column
{
	padding-left:0 !important;
	padding-right:8px !important;
}

@media (max-width: 1020px) 
{
	.search-dropdown-column
	{
		display:none;
	}
	
	.search-text-column
	{
		float:left !important;
		width:80% !important;
	}
	
	.search-button-column
	{
		float:left !important;
		width:18% !important;
	}

}

.r-margin-4
{
	margin-top:7px;
	margin-right:4px;
}

.forgotten_pwd_email
{
	background:white !important;
	width:350px !important;
	height:30px !important;
}

.search-icon-button
{
	height:33px;
	padding:0 !important;
	text-align:center;
}

.refine-search-field
{
	width:100%;
}

.margin_4
{
	margin-top:5px;
	margin-bottom:5px;
}

.search-img-back
{
	border-style:none !important;
	margin:0 !important;
	clip:rect(10px 10px 15px 15px) !important;
}

.panel-heading
{
	position:relative;
}


/*MULTI LEVEL NAVIGATION MENU*/
.mnav ul ul 
{
	display: none;
}

.mnav ul li:hover > ul 
{
	display: block;
}

.mnav ul 
{
	list-style: none;
	position: relative;
	display: inline-table;
	
}


.mnav ul:after 
{
	content: ""; clear: both; display: block;
}


.mnav ul li 
{
	float: left;
}

.mnav ul li:hover 
{
	
}

.mnav ul li a 
{
	display: block; 
	margin:0;
	
}
	
.mnav ul ul 
{
	background: #f9f9f9; 
	-webkit-box-shadow: 0 5px 10px #aaa;
    -moz-box-shadow: 0 5px 10px #aaa;
     box-shadow: 0 5px 10px #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	z-index:11111;
	position: absolute; 
	top: 100%;
	min-width:210px;
	padding-left:0 !important;
}

.mnav ul ul li 
{
	height:32px;
	border-top:1px solid #cccccc;
	width:100%;
	clear:both;
	position: relative;
	
	padding-top:5px;
}
.mnav ul ul li a 
{
	text-align:left;
	padding-left:5px;
	color: #222222 !important;
}
	
.mnav ul ul li a:hover 
{
	
}
	
.mnav ul ul ul 
{
	position: absolute; 
	left: 100%; 
	top:0;
}


.smooth-separator
{
	width:100%;
	height:8px;
	background:url(../images/bottom_background.png);
	margin-top:3px;
	margin-bottom:3px;
}


.margin_10
{
	margin-top:10px;
	margin-bottom:10px;
}

.light-hr
{
   border-top: 1px solid #ebe9e4;
   background-color:#ebe9e4;
   color:#ebe9e4;
}


.price {
  font-size: 4em;
}

.pricing-panel {
-webkit-transition-property : scale; 
-webkit-transition-duration : 0.2s; 
-webkit-transition-timing-function : ease-in-out; 
-moz-transition : all 0.2s ease-in-out; 

}

.pricing-panel:hover {
box-shadow: 0 0 10px rgba(0,0,0,.5);
-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);

}

.no-column-padding
{
	padding-left:0px !important;
	padding-right:0px !important;
}


@media (max-width: 1200px)
{
    .hide-mobile{
        display:none;
    }
}

@media (max-width: 992px) 
{
	.hide-mobile{
        display:none;
    }
	h3
	{
		font-size: 30px !important;
	}
	
	h4, .featured_listing_title, .listing_title
	{
		font-size: 26px !important;
	}
	
	
	
	.bottom-menu li a
	{
		font-size:18px !important;
		
	}
	
	.navbar-nav li
	{
		padding-top:10px;
		border-top:1px solid #1c6fb1;
	}
	
	.navbar-nav li:hover
	{
		background: #4c9fe1;
	}
	
	.navbar-nav li:active
	{
		background: #4c9fe1;
	}
	
	.navbar-nav li:focus
	{
		background: #4c9fe1;
	}
	
	.bottom-menu
	{
		padding-left:30px;
		padding-right:30px;
	
	}
	
	.category_link
	{
		font-size: 26px !important;
		margin-top: 10px !important;
	}
	
	.expand_menu_link
	{
		font-size: 22px !important;
	}
	
	.nav li a
	{
		font-size: 22px !important;
	}
	
	.top-link, .btn-xs
	{
		font-size: 22px !important;
	}
	
	.sub-text, .sub-cat-result
	{
		font-size: 18px !important;
	}
	
	.sub_category_link
	{
		font-size: 14px !important;
	}
	
	.container
	{
		
		width:100% !important;
		min-width:100% !important;
	}
	
	.hide-sm
	{
		display:none;
		padding-left:0 !important;
		padding-right:0 !important;
	}

	.center-xs
	{
		text-align: center;
	}
	
	.navbar-nav li a
	{
		text-decoration:none !important;
	}
		
}


@media (min-width: 993px)
{

	.hide-sm
	{
		display:block !important;
	}
	
}

.expand_menu_link
{
	color: #ffffff !important;
	font-size:16px;
}


.expand_menu_link:hover
{
	text-decoration:none;
}

.padding_5
{
	padding:5px !important;
}

.left_padding_15
{
	padding-left:15px !important;
}

.no-left-padding
{
	padding-left:0px !important;
}

.margin-bottom-10
{
	margin-bottom:15px;
}


.xcarousel-caption 
{
  padding-right: 10%;
  padding-left: 10%;
  z-index: 10;
  padding-top: 30px !important;
  padding-bottom: 10px;
  color: #222222 !important;
}
 
.xcarousel-caption .btn 
{
  text-shadow: none;
}


.ajax-file-upload-statusbar {

margin-top: 10px;
width: 420px;
margin-right: 10px;
margin: 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 5px 5px 5px 5px
}
.ajax-file-upload-filename {
width: 100%;
height: auto;
margin: 0 5px 5px 10px;
color: #807579
}
.ajax-file-upload-progress {
margin: 0 10px 5px 10px;
position: relative;
width: 250px;
border: 1px solid #ddd;
padding: 1px;
border-radius: 3px;
display: inline-block
}
.ajax-file-upload-bar {
background-color: #2e80c2;
width: 0;
height: 20px;
border-radius: 3px;
color:#FFFFFF;
}
.ajax-file-upload-percent {
position: absolute;
display: inline-block;
top: 3px;
left: 48%
}

.ajax-file-upload {
 background:#2d80c2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#519dde', endColorstr='#2d80c2'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#519dde), to(#2d80c2)); 
	background: -moz-linear-gradient(top,  #519dde,  #2d80c2); 
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	 display: inline-block;
	font: 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	padding: 7px 25px;

  }
  
.ajax-file-upload:hover {
   	background: #2d80c2;
	cursor: pointer;
}

.ajax-upload-dragdrop
{

	border:2px dotted #A5A5C7;
	width:420px;
	color: #DADCE3;
	text-align:left;
	vertical-align:middle;
	padding:10px 10px 0px 10px;
}

.img-wrap
{
	padding:10px;
	border:1px solid #cccccc;
	background:#ffffff;
	margin-bottom:20px;
	margin-right:20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	float:left;
}
#header-img{
    width:100%;height:auto;max-height:355px;
}

#top_navbar{
    background-image: -moz-linear-gradient(center top , #232323, #282828);
    background-color: #232323;   
}
.top-container{
    height:auto;padding-top:0;   
}
#top_menu.navbar-collapse{
    max-height:none !important;
}
#top_menu a{
    text-transform:uppercase;
    font-size:12px;
}
.bottom-container{
    background-color:#0A1B47;
}
.bottom-container a{
    color:#c89b00;
}
.bottom-container a:hover,
.bottom-container a:focus{
    color:#c89b00;
    text-decoration: underline;
}
#FM2{
    display:inline-table;
    list-style-type:none;
    margin-top:5px;
}
#FM2 a{
    color:#fff;
}
#FM2 a:hover,
#FM2 a:focus{
    color:#fff;
    text-decoration: underline;
}
#FM2 li{
    float: left;
    padding:0 15px;
}

.bottom-container .small-font{
    color:#7583a0;
}
#site-parteners{
    margin-top:10px;
    text-align: center;
}
#site-parteners a {
    float: left;
    margin: 5px 0;
    display:block;
}
@media (min-width: 1000px){
    #top_navbar li{
        line-height:20px;
    }
    #top_navbar li > a{    
        padding: 11px 14px !important;
    }
    #top_navbar li > a:hover,#top_navbar li > a:focus{
        text-decoration: none !important;        
        color: #fff;
    }
    #top_navbar li:hover{
        background-color: #282828;
    }
    #top_navbar li.menuActived a {
        border-top: 1px solid #000 !important;        
        color: #ffc600;
        position: relative;
    }
    .search-form-button{
        text-shadow:none;
    }
    #top_navbar .navbar-collapse{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    #top_navbar_btn{
       margin-right:20px;    
    }
}
.signJoin {
    background: #282828 none repeat scroll 0 0;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    z-index: 10;
}

.signJoin a, .SignJoin a:hover, .signJoin a:visited {
    color: #fff !important;
    font-weight: normal;
    padding: 0 3px;
}
.top-container .container{
    position:relative;
}
.btn-gradient{
    text-shadow:none;
}


.container {
    max-width: 980px !important;
}
.nav-container {
    background: none;
}
.main-search-form{
 top:auto;
}
.search-form-button{
    top:5px;
    width:auto;
    left:0;
    text-shadow:none;
}
#search-form-container{
    padding-top:25px;
}
#nav_menu{
    margin-top:15px;
}
.nav-container {
    background: transparent url("http://www2.jewocity.com/theme/cityguide/images/design/bg_search_top.jpg") no-repeat scroll center top;
    top:0;
}
#copyright-container{
    margin-top:20px;
}
@media (min-width: 1000px){
    body{
        background:#fff url("http://www2.jewocity.com/theme/cityguide/images/design/bg_body.gif") repeat-x scroll left top;
    }
    .nav-container {
        background: transparent url("http://www2.jewocity.com/theme/cityguide/images/design/bg_search_top.jpg") no-repeat scroll center top;
    }
    #search-form-wrapper {
        background: rgba(0, 0, 0, 0) url("http://www2.jewocity.com/theme/cityguide/images/design/bg_search_bottom.jpg") no-repeat scroll center bottom;
    }
    #top_navbar{
        background:none;
        background-color:none;
        background-image:none;   
    }
    #header-img{
        padding-top:1px;
    }
    .signJoin{
        background-color:#0A0A0A;
        top:1px;
    }
    .bottom-container .container{
        background:transparent url("/theme/cityguide/images/design/bg_footer_wrapper.jpg") no-repeat scroll left top;
    }
}
#search-form  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
    width:185px;
}
#browse_location{
    margin-top:7px;
}
#contact-advertiser-link{
    margin-top:10px;
}