/**
* Main System Structure
*
* @package			layout
* @filesource		structure.css
* @author		
* @version		9.3
* @since		April, 17, 2012
*			
*/

@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);
body {
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #353535;
  background-color: #eeeeee;
  -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4, h5 	{ 
	font-weight:600;
}

/* #Global structure well container */
 
.well.container {border-top-left-radius:0; border-top-right-radius:0;min-height:500px;}


/** Global Classes */

.button-featured
{ background:url(images/structure/bg-button.gif) repeat-x 0 0; border-color:#D0D7E1 #D0D7E1 #B4BCC9 #D0D7E1; border-style:solid; border-width:1px; }

	.button-featured a, .button-featured a:visited, .button-featured a:active
	{ color:#898989 !important; }

.profile-noimage {
	background: url(images/iconography/icon-user-thumb.gif) no-repeat center center white;
	float: left;
    height: 70px;
    margin: 0 10px 10px 0;
    width: 70px;
    border:1px solid #ddd;
}
/** Global classes > Switch button */

.switchOpen, .switchOpen:visited, .switchClose, .switchClose:visited, .switchBlank, .switchBlank:visited
{ background:url(images/iconography/bg_switch_open.gif) no-repeat 0 1px; }

.switchClose, .switchClose:visited
{ background:url(images/iconography/bg_switch_close.gif) no-repeat 0 1px; }

.switchBlank, .switchBlank:visited
{ background:url(images/iconography/bg_switch_blank.gif) no-repeat 0 1px; }

/** Global classes > System Messages */

.informationMessage, .errorMessage, .successMessage, .warningMessage 
{font-size:11px; }

.informationMessage { background-color:#fcf8e3; border:1px solid #fbeed5; color:#c09853; }

.errorMessage { background-color:#f2dede; border:1px solid #eed3d7; color:#b94a48; }

.successMessage { background-color:#dff0d8; border:1px solid #d6e9c6; color:#468847; }

.warningMessage { background-color:#fcf8e3; border:1px solid #fbeed5; color:#c09853; }

.informationMessage a:link, .informationMessage a:visited, .informationMessage a:active, .errorMessage a:link, .errorMessage a:visited, .errorMessage a:active,
.successMessage a:link, .successMessage a:visited, .successMessage a:active, .warningMessage a:link, .warningMessage a:visited, .warningMessage a:active
{ color:#111; }

.browserMessage
{ background:#fcf8e3; border:1px solid #fbeed5; color:#c09853;}

.resultsMessage
{ color:#777; font-weight:normal;font-size:12px; min-height:350px;}


	.resultsMessage h1{color:#373737; font-size:16px;text-align:left; }

	.resultsMessage p {font-size:12px; color:#777;padding:10px 0;}

	.resultsMessage h2 {padding:15px 0 3px 0; font-size:14px;line-height:20px;}




/* #Icons on Home*/
    .i-top-rated, .i-top-deal, .i-top-review, .i-top-locations, .i-top-categories {background-image:url(images/iconography/icons-top-item.png);width:20px; height:20px;display: inline-block;margin: 0 0 -5px 0;}
    .i-top-rated {background-position: 3px 1px;}
    .i-top-deal {background-position: -35px 1px;}
    .i-top-review {background-position: -72px 1px;}
    .i-top-locations{background-position: -103px -2px;}
    .i-top-categories {background-position: -134px -2px;}


/** 
	#Typography

*/

p { color:#999899; }

.content-center h2 {font-size:20px; margin:10px 0 20px 20px;}


.content-center.profile h2 {font-size:18px; margin:0; border-bottom:1px solid #666;}


h2 a.view-more {color:#fff; font-size: 12px; font-weight: 400; text-transform: capitalize; white-space: nowrap;}
h2 a:hover.view-more {text-decoration:underline;color:#fff;}

/* #Forms > Contact form 

*/	
.contact-us-form .real-left > div {margin-top:15px;}

.contact-us-form  label {font-size:12px; color:#6a6162;}

	.contact-form .form .captcha img
	{ border:1px solid #B7C0C7; }

.contact-form label {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 5px;
}
.contact-form label b {
  color: #d35400;
  padding: 0 1px;
}
.contact-form textarea {
  margin-bottom: 10px;
}

.contact-form .captcha img {
  border: 1px solid #B7C0C7;
  height: 28px;
}
.contact-form .captcha input {
  height: 30px;
}
.contact-form .captcha + .btn.btn-success {
	height: 30px;
    line-height: 18px;
}
.contact-form .custom-form {
  margin-bottom: 20px;
}
.contact-form .custom-form input[type="checkbox"],
.contact-form .custom-form input[type="radio"] {
  padding: 0;
  height: 15px;
  width: 15px;
}
.contact-form .custom-form .checkbox,
.contact-form .custom-form .radio {
  padding: 0;
}
.contact-form .custom-form .checkbox .multi-row,
.contact-form .custom-form .radio .multi-row {
  margin-bottom: 10px;
  display: block;
}
.contact-form .custom-form .checkbox .multi-row .row,
.contact-form .custom-form .radio .multi-row .row {
  display: block;
  margin: 0;
  padding: 3px 0;
}
.contact-form .custom-form .checkbox .multi-row label,
.contact-form .custom-form .radio .multi-row label {
  margin: 0;
  vertical-align: middle;
}
.contact-form .custom-form .checkbox input,
.contact-form .custom-form .radio input {
  margin: 0 20px 0 0;
  vertical-align: middle;
}
.contact-form .custom-form .select select {
  line-height: 30px;
  padding: 4px;
}
.ie .contact-form .captcha input {
  padding: 0 4px;
  line-height: 28px;
  height: 28px;
  box-sizing: border-box;
  min-height: 28px;
}
.ie .contact-form .btn.btn-success {
  height: 30px;
  padding: 0 4px;
  line-height: 28px;
}

.contactus {
  padding: 10px;
}
.contactus p {
  line-height: 1.4em;
}
.contactus h3 {
  line-height: 1.6em;
  font-size: 1.4em;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dee1e3;
}
.contactus address {
  margin: 0 0 10px 0;
}
.contactus address h4 {
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*Calendar Event*/
.calendar-event li{
	background-color:#16a085;
	color:#fff;
	font-size:10px;
	text-transform: capitalize;
	cursor:pointer;
}

.calendar-event li.active, .calendar-event li:hover {
	background-color:#3d4a5d;
}

.calendar_loading {
	height:30px;
	width:100%;
	 float: left;
	background: url(images/iconography/icon-loading-events.gif) no-repeat center center transparent;
}


.small-calendar { background-color:#f0f1f3; color:#2e3e4e;}
.small-calendar li {font-size:11px; text-transform: uppercase; cursor: pointer;}
.small-calendar li.active,.small-calendar li:hover {color:#fff;background-color:#16a086;}

.daily-calendar {
	float:left;
	width:100%;
	clear:both;
}

.calendar {
  clear: both;
  float: left;
  width: 100%;
}
.calendar h2 {
	background-color: #16A085;
	clear: both;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 7px 0;
	text-indent: 10px;
	text-transform: capitalize;
	width: 100%;
}
.calendar .table-calendar {
  float: left;
  margin: 0;
  border: 1px solid #dee1e3;
  border-bottom:none;
  background-color: #fff;
  font-size: 12px;
}
.calendar .table-calendar .calendar-header {
  background-color: #fff;
  border-bottom: 1px solid #dee1e3;
}
.calendar .table-calendar .calendar-header th {
  padding: 5px 0;
  font-weight: normal;
}
.calendar .table-calendar .calendar-header .calendar-button {
  background-image: url(images/iconography/bt-calendar-arrow.png);
  width: 20px;
  height: 20px;
  display: block;
}
.calendar .table-calendar .calendar-header .calendar-button.right {
  background-position: -8px 23px;
}
.calendar .table-calendar .calendar-header .calendar-button.left {
	background-position: 0px -4px;
}
.calendar .table-calendar .calendar-weekday {
  padding: 5px 0;
}


/* #Special Listing
 */

.special-listing .review-count {clear: both; width: 100%; float: left; margin-bottom: 12px; margin-left:0;}
.special-listing .listing-info {background-color: rgba(0, 0, 0, 0.7);    color: #FFFFFF;  }
.special-listing .listing-info address{line-height:20px; font-size:13px; border-bottom: 1px solid #686868; margin: 0 0 8px 0; padding:0 0 8px 0; min-height:10px;}
.special-listing .listing-info p, .special-listing .listing-info a{ color:#fff;}
.special-listing .listing-info p {line-height: 15px;}
.special-listing .listing-info a:hover {color:#ccc;}
.special-listing .listing-info h2 { border-bottom: 1px solid #686868;   color: #FFFFFF; line-height: 26px;  margin:0 0 5px 0;  padding-bottom: 8px; font-size:22px;}

.ie .featured-listing .thumbnail .image h3,   ie .featured-item h3, .ie .special-listing .listing-info {background-image: url(images/structure/bg-dark-ie.png)}

/** Top Navbar 

.top-navbar
{ background:#000; }
	
	.top-wrapper ul li
	{ background:url(images/structure/bg-top-navbar-split.png) repeat-y right top; }
	
	.top-wrapper ul li:last-child
	{ background:none; }
	
		.top-wrapper ul li a
		{ color:#FFF; }

/** language > all languages 
	
.all-languages
{ background:url(images/structure/bg-black-opacity-90.png) repeat; border-top:1px solid #000; }

	.all-languages h3
	{ color:#FFF !important; }
	
	.all-languages p
	{ color:#636363 !important; }
	
		.all-languages ul li
		{ border-bottom:1px solid #333; color:#FFF; }

#all-languages-button:link, #all-languages-button:visited, #all-languages-button:active
{ background:url(images/iconography/icon-view-more.gif) no-repeat 0 1px; }

/** Top Navbar Open 

	.top-open
	{ background:url(images/structure/bg-button-options.gif) repeat-x 0 0; }
	
	.top-open
	{ -moz-box-shadow:1px 2px 4px #AAA; -webkit-box-shadow:1px 2px 4px #AAA; box-shadow:1px 2px 4px #AAA; }
	
		.top-open a
		{ color:#FFF; }
		
		.top-open a:hover
		{ color:#EC008C; }

/* #Logo */

.logo { float:left; text-indent:-9999px; background:url(images/imagery/img-logo.png) no-repeat 0 50%;  display:block; height:auto;}
.navbar-inner .logo { background-image:url(images/imagery/img-logo-mobile.png) }


/** #Navbar for Members/Profile Header

*/
#navbar li {font-size:12px;}

#navbar li a
{ color:#FFF; text-shadow:1px 1px 3px #000;line-height: 39px; padding: 11px 16px;}
			
#navbar li a:hover, #navbar .menuActived a
{ color:#9bc11d; text-decoration:none; background-color:#1f1f1f;}

#navbar li a:hover {background-color:#333;}

	

/* #Searchbar

	A search bar with option to advanced search
*/
.search-location input {background:url(images/iconography/icon-loading-search-location.gif) no-repeat 0px 0px #fff;}
.search-keyword input {background:url(images/iconography/icon-loading-search-keyword.gif) no-repeat -3px 0px #fff;}

.search-location input.ac_loading {background:url(images/iconography/icon-loading-search-location.gif) no-repeat 1px -31px #fff;}
.search-keyword input.ac_loading {background:url(images/iconography/icon-loading-search-keyword.gif) no-repeat -3px -31px #fff;}

.search-advanced .title { color: #fff;  font-size: 11px;  line-height: 22px;}
.search-button .btn-search {border: medium none; border-radius: 0 0 0 0;font-size:12px;}
.ie .search-button .btn-search {font-size:11px;}
.search-advanced input {font-size:11px; }

.search-advanced  input:-moz-placeholder { color: #2980b9;}
.search-advanced  input::-moz-placeholder { color: #2980b9;}
.search-advanced  input:-ms-input-placeholder { color: #2980b9;}
.search-advanced  input::-webkit-input-placeholder { color: #2980b9;}

.search-advanced .list-search label{ font-size: 16px; }
    
	.search-advanced .btn-advanced {color:#3498db; font-size:12px; text-decoration:underline;}
	.search-advanced .btn-advanced:hover {color:#2980b9;}
	
    .search-advanced .border {border-bottom: 1px solid #DEDEDE;margin-top: -9px;}
    .search-advanced .border {margin-top: -9px;}
    
    
    .btn-advanced-search a{font-size:11px; color:#bfbfbf;}    
    
    .search-advanced .search-options p {padding: 23px 0 0px 13px;font-size: 14px;font-weight: 600;}
    
	.advanced-search-box {background-color:#2e2e2e; border:1px solid #262626;color:#fff;}
	.advanced-search-box label {font-size:13px;}
	
        
    .search-options .advanced-search-box .divider-vertical {height: 40px;margin: 0 20px 0 10px;border-right: 1px solid #d8d8d8;border-left: 1px solid #d2d2d2; padding:0;}
        
    .advanced-search h5 {color:#fefefe;}
    
    label.stars-rate {font-size:0; line-height: 10px;}
    label.stars-rate > img { margin-left: -4px; margin-top: -9px;}
    .advanced-search .list-home label, .advanced-search .list-home label span {font-weight:400; color:#fefefe;}
    .advanced-search-box .list-home label.active {color:#81ab01;}
    .symbol label, .advanced-search-box a {color:#81ab01; font-size:11px;}
    .symbol label {font-weight:800; font-size:16px; margin: 1px 0 0 0; vertical-align: middle;}
    .search-advanced .list-search label.stars-rate {font-size:3px;}

/* #Footer 

	<div id="footer-wrapper"></div>
	
*/

.footer-wrapper {background-color:#383838; }

.footer-wrapper .nav a, .footer-wrapper  {color:#d8d9d9; font-size:11px;}
.footer-wrapper .nav a:hover {color:#3498db; background:transparent;}

.footer-wrapper h3, .footer-wrapper h4 {color:#fff;font-size:11px;}
.footer-wrapper p, .footer-wrapper h5 {color:#d8d9d9;font-size:11px;}
 
.footer-wrapper h4 {border-bottom:1px solid #2b2b2b;padding-bottom:10px; font-size:14px;}


/* #Error Page
*/

.error-page {padding-top:20px; background:url(images/imagery/404.png) no-repeat center center transparent; background-size:100%; }
.error-page-text {background:url(images/imagery/404-icon.png) no-repeat 15% 69% transparent; min-height:240px;}

/* #Hammertime*/
#bg-maintenancemode {background:url(images/imagery/hammertime.png) no-repeat center transparent;background-size:60%;}

/* #Top Pagination
	
	*Structure
	
*/

.top-pagination .line-bottom{border-bottom:1px solid #d9d9d7;}
.filter p {color:#3c3c3c; font-size:11px; font-weight:600;}
.filter p strong { font-weight:800;}
.line-bottom .pagination:before{content:"|";font-size:11px; font-weight:800;}
.ie .line-bottom .pagination:before{float:left;}
.content.side-right .line-bottom .pagination:before {    content: "";}

/* #RSS
	<a class="rss-feed" title="Subscribe to RSS">Subscribe to RSS</a>
*/	
.rss-feed { background: url("images/iconography/icon-rss-feed.png") no-repeat scroll center center transparent; display: inline-block; vertical-align: middle; width: 28px;height:28px;  margin: 0 8px 0 5px; float:right;}



/* #Standard Button */
	.input-button-form, 
	a.input-button-form, 
	.bt-highlight  button, 
	.standardButton	button, 
	.button h2 a, 
	.content-faq button, 
	.standardButton > a   {
		padding:10px 30px; 
		color:#FFF; 
		background-color:#2980b9; 
		text-transform: uppercase;  
		font-size:11px;
		line-height:16px;
	}

	p.standardButton button.inactive, p.standardButton button.inactive:hover {background-color:#ccc; cursor:default;}

	.content-faq .faq-search button {padding:10px 0;}

	.ie .content-faq button {padding:1px 30px;}
	.ie .faqMembers .content-faq button {padding:1px 0px;}
	.ie .contact-form .btn.btn-success.span12 {padding:2px 30px; line-height:30px;}

	.button h2 a {background-color:#16a085;}
	.button h2 a:hover {background-color:#1abc9c;text-decoration: none}

	.button.button-profile h2 a { background-color: #2DCC70; float: left; padding: 10px 0;  width: 100%;}
	.button.button-profile h2 a:hover {background-color:#27ae60;}

	 .input-button-form:hover, 
	 .bt-highlight button:hover, 
	 .standardButton button:hover, 
	 .content-faq button:hover, 
	 .content-faq button:active, 
	 .standardButton > a:hover	{background-color:#3498db;}
	
	.button h2{ font-size:14px;  text-align: center;}
    
    .ie7 .button.button-redeem {clear:both; width:100%;}
    .baseButtons a {padding:5px; font-size:11px; margin-top: 20px;}
    
/* #Social Buttons

	Make different buttons for social porpuse
	
	<div class="button .button-facebook">
		<h2>
			<a>Sign in</a>
    	</h2>
	</div>

 */

	.facebookConnect {margin-bottom:3%; padding-bottom: 4%;}

	.facebookConnect p.redeem-option {text-align:center;margin-top:10px;width:100%; display:inline-block;}

	.content-social-box {margin:20px auto 10px 0; clear:both;}

    
	.pinterestButton {clear:none; float:none; margin-right:5px; display:inline;}

	
    .ie .button.button-facebook {text-align:center;}
    .ie .button-facebook h2 {float:left;width:100%;}
    .ie .facebookConnect .redeem-option {width:100%; text-align:center;}
    
	.button-facebook h2 a:hover {color:#c0ceeb;}
	
	a.btn-facebook, a.btn-twitter  {color:#fff;}
	a.btn-twitter:hover  {background-color:#66C9E9;}
	.button-google h2 a, a.btn-google{color:#000;}
	.button-google h2 a:hover, a.btn-google:hover {color:#666;}
	
	.btn-facebook, .btn-google, .btn-id, .btn-twitter,
	.btn-facebook a, .btn-google a, .btn-twitter a {
		color:#FFF; 
	}
	.button-facebook h2, .button-google h2 {background-color:transparent;}

	.button-facebook h2 a {padding:10px 30px;}
	 a.btn-facebook {  padding: 7px 0;}

	 .button-facebook h2 a, a.btn-facebook, div.btn-facebook, a.btn-facebook:focus, a.btn-facebook:active { background:url(images/iconography/btn-facebook.png) no-repeat 10px center #5c6a90 ;}
	.button-facebook h2 a:hover, .btn-facebook:hover, a.btn-facebook:hover, .btn.btn-facebook:hover, .btn.btn-facebook:focus {background:url(images/iconography/btn-facebook.png) no-repeat 10px center #7683a8; color:#fff;}

	.btn.btn-facebook.btn-large > b { display: block;margin: 0 auto 0 17px;}

	.button-google h2 a, .btn-google {background:url(images/iconography/btn-google.png) no-repeat 6px 11px #e8e8e8;}
	.button-google h2 a:hover, .btn-google:hover {background-color:#ddd;}
	.btn-twitter {background:url(images/iconography/btn-twitter.png) no-repeat 9px 7px #3DBCDF; padding: 6px 35px; }
    


/** Content Misc > Default List */

.list li {padding-right: 5px; font-size:12px;}			
.list li span{ color:#8e8e8e;}

/* Content misc > Category List 

	.list-category li, .list-category-blog li
	{ background-image:url(images/iconography/bullet-category.gif); background-repeat:no-repeat; }
	
	.list-category-blog li
	{ background-position:0 center; }
	
	.list-category li a:link, .list-category li a:visited, .list-category li a:active
	{ color:#898989; }
	
	.list-category-blog li a:link, .list-category-blog li a:visited, .list-category-blog li a:active
	{ color:#111; }
	
/* #Browse by category */
	
	.flex-box-list ul li a {color:#303030}
	.flex-box-list ul li span {color:#797979; }
    
    .flex-box-list .view-all-cat  {text-align: right;}
    .flex-box-list .view-all-cat a { color: #919191; font-size:11px; }
    .flex-box-list .view-all-cat a:hover { color: #333;  }

/** List Category */

	
	[class*="flex-box"] .list-category .icon-caret-down {color:#16A085;}



    
/* #Tree-view Special*/
.categoryTreeview li { color: #666666; font-size: 11px;}

	.treeView li.loading { background:url(images/iconography/icon-loading-content.gif) no-repeat 20px 5px; clear:both; float:none; font-size:12px; padding:10px 10px 10px 60px; width:auto; }

	.treeView li .categoryTitle, .treeView li .categoryTitle:visited
	{ color:#111; float:left; font-weight:normal; padding:0 0 0 4px; width:90%; }
	
	.treeView .switchOpen, .treeView .switchOpen:visited,
	.treeView .switchClose, .treeView .switchClose:visited
	{ background:url(images/iconography/bg_switch_open.gif) no-repeat 2px 3px; display:block; float:left; height:17px; overflow:hidden; text-decoration:none; text-indent:100px; width:17px; }
	
	.treeView .switchClose, .treeView .switchClose:visited
	{ background:url(images/iconography/bg_switch_close.gif) no-repeat 2px 5px; }
    
    .categorySuccessMessage { color:#2980b9;font-weight:bold;}
    .categoryErrorMessage {color:#d54620;font-weight:bold;}
    a.categoryAdd {color:#16a085; font-weight:bold;}
    a.categoryAdd:hover {color:#1abc9c;}
			
/* Content misc > Sitemap */

	.sitemap h3
	{ border-bottom:1px solid #E6E8E9; }
	
		.sitemap h3 a:link, .sitemap h3 a:visited, .sitemap h3 a:active
		{ color:#111; }
		

/** Accordion */

#accordion .view-all{ text-align:right; color:#919191;}	
#accordion .view-all a{color:#919191; font-size:11px;}	
#accordion .view-all a:hover {color:#000;}	

.accordion-item h3 {border:none; font-size:14px; font-weight:600;}
.accordion-item h3 a{color:#363536;}

.accordion-item h3{background-color:#f4f4f3; padding:4px 10px 4px 5px;}
.accordion-item h3 a{background:url("images/structure/accordion-list.png") no-repeat scroll right -28px #f4f4f3;}
.accordion-item.active h3 a{background-position: right 8px;}

	
			
/* #Advertisement */
	.info-advertise a, .advertisement p a {color:#989898; font-style: italic;}
	
/* #Advertisement > Sponsored */

.sponsored { background:#FFF; border:1px solid #ddd; font-size: 11px; line-height: 14px; }
.sponsored:hover { border-color:#ccc; }

.sponsored .title {width: 100%; text-align: center; float: left; font-weight: 600; color:#024174 }	
.sponsored .url {color:#024174; }	
.sponsored .text {color:#898989; }
	
/* #Order Page > Standard steps */


.steps-ui, .order-head li {background-color:#ededed; color:#303030;font-weight: bold;font-size:14px;}
.steps-ui > span {background-color:#dcdcdc;}

.steps-ui.stepActived, .order-head li.active {background-color:#2980b9; color:#fff; font-size:14px;}
.steps-ui.stepActived > span {background-color:#2c3e50;}

.steps-ui:after, .order-head li:after {
    color: #777777;
    content: ">";
    font-size: 17px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.steps-ui:first-child:after, .order-head li:last-child:after {content:"";}
.ie .steps-ui:after, .ie .order-head li:after {position:absolute; margin-right:-15px;}
.ie .steps-ui.stepLast:after {content:"";}
.ie .order-head li.textright:after {content:"";}

.ie .order-head li:after {top:0px;}

.order-head h2 {font-size:16px;}
.order-head h2 > i {font-weight:normal; font-size:22px;}
/** Popups > TB_window */

#TB_window
{ background:#FFF !important; } 

		
/*Package*/


.packageTable td {background-color: #F1F0EB; font-size:12px;}


/*New Advertising*/

.order h1, .order h3{color:#595959}
	
.order h3 {font-size: 14px; margin-bottom:10px; font-weight: 600; line-height: 23px;}	
.order h1 {font-size: 24px;margin: auto 0 35px 30px;}
.order .right p {margin-top:4px; font-size:12px; line-height:25px;}		


.blockcontinue {background-color: #f1f1f1;border:none;}

.order label {color: #666;}

.order .right {border-color: #eee;}

/* #By Cuisine

*/

.category-name { background-color:rgba(0, 0, 0, 0.7);}
.ie .category-name{background: url("images/structure/bg-dark-ie.png") repeat;}

.category-link {border-top:1px solid rgba(255, 255, 255, 0.2); border-bottom:1px solid rgba(255, 255, 255, 0.2);text-align: center;font-size:18px; }
.ie .category-link {border-top:1px solid #444444; border-bottom:1px solid #444444;}
.category-link  a:hover {color:#3498db;}
.category-link  a {color:#fff;}

.category-image {border:1px solid #dedede;}
.allcategories p {font-size:12px}
.allcategories small {font-size:11px;}

/* #Pagination*/

/* #Top Pagination
	
	*Line-top
	
*/

.line-top {padding:5px 0 10px; margin-top: 10px;}

.line-top:last-child {border-top:1px solid #dedede;}

.line-bottom, .line-bottom label{font-size:11px;}
.pagination .pages {margin-left:0;}



/*#Newsletter*/

.newsletter {background-color:#ecf0f1;}


.share-social-detail .icon-detail-facebook
{
	background: #3B5998 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font: 22px/1 FontAwesome;
    height: 35px;
    margin:3px;
    padding-top: 14px;
    text-align: center;
    width: 50px;
}

.share-social-detail .icon-detail-twitter
{
	background: #00ACED none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font: 22px/1 FontAwesome;
    height: 35px;
    margin:3px;
    padding-top: 14px;
    text-align: center;
    width: 50px;
}

.share-social-detail .icon-detail-youtube
{
	background: #BB0000 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font: 22px/1 FontAwesome;
    height: 35px;
    margin:3px;
    padding-top: 14px;
    text-align: center;
    width: 50px;
}

.share-social-detail .icon-detail-google
{
	background: #DD4B39 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font: 22px/1 FontAwesome;
    height: 35px;
    margin:3px;
    padding-top: 14px;
    text-align: center;
    width: 50px;
}

.share-social-detail .icon-detail-linkedin
{
	background: #007BB6 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font: 22px/1 FontAwesome;
    height: 35px;
    margin:3px;
    padding-top: 14px;
    text-align: center;
    width: 50px;
}
.share-social-detail .icon-detail-instagram
{
	background: #517FA4 none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font: 22px/1 FontAwesome;
    height: 35px;
    margin:3px;
    padding-top: 14px;
    text-align: center;
    width: 50px;
}
.social-detail-icon {
	text-align: center;
}
.share-social-detail li{
  	float:right;
    margin:0 auto;
    padding:0px;
  }
.share-social-detail a{
	color:#ffffff !important;
}

.share-social-detail a:hover{
	color:#B5B397 !important;
}


/*#Button send Button Call*/
		
	.icon-share-social{background: #429cd6 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 10.58px;}
	.icon-share-social-facebook{background: #3a589e none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 10.58px;}
	.icon-share-social-twitter{background: #429cd6 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 10.58px;}
	.icon-share-social-email{background: #ef5025 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 10.58px;}
	.icon-share-social-send{background: #ef5025 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 7.5px 10.58px;}
	.icon-share-social-fav{background: #3a589e none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 10.58px;}
	.icon-share-social-print{background: #ef5025 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 7.5px 10.58px;}
	
	.icon-share-social-fav a, .icon-share-social-facebook a, .icon-share-social-twitter a, .icon-share-social-send a, .icon-share-social-email a, .icon-share-social-print a{
		color:#fff !important;
		font-size:8px !important;
	}
	
	.icon-share-social-fav a:hover, .icon-share-social-facebook a:hover, .icon-share-social-twitter a:hover, .icon-share-social-send a:hover, .icon-share-social-email a:hover, .icon-share-social-print a:hover{
		color:#000 !important;
	}
	
	
	
	
	.icon-share-newsletter-social{background: #429cd6 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 10.58px;}
	.icon-share-newsletter-social-facebook{background: #3a589e none repeat scroll 0 0;
		border-radius: 2px;
    color: #fff;
    padding: 6.5px 9.58px;}
	.icon-share-newsletter-social-twitter{background: #429cd6 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 7.58px;}
	.icon-share-newsletter-social-email{background: #ef5025 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 7.58px;}
	.icon-share-newsletter-social-send{background: #ef5025 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 7.58px;}
	.icon-share-newsletter-social-fav{background: #3a589e none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 6.5px 10.58px;}
	.icon-share-newsletter-social-print{background: #ef5025 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    padding: 7.5px 10.58px;}
	
	.icon-share-newsletter-social-fav a, .icon-share-newsletter-social-facebook a, .icon-share-newsletter-social-twitter a, .icon-share-newsletter-social-send a, .icon-share-newsletter-social-email a, .icon-share-newsletter-social-print a{
		color:#fff !important;
		font-size:12px !important;
	}
	
	.icon-share-newsletter-social-fav a:hover, .icon-share-newsletter-social-facebook a:hover, .icon-share-newsletter-social-twitter a:hover, .icon-share-newsletter-social-send a:hover, .icon-share-newsletter-social-email a:hover, .icon-share-newsletter-social-print a:hover{
		color:#000 !important;
	}
	
	
	

	.button-print {background:url(images/iconography/icon_print.gif) no-repeat center center transparent;}
    .button-send {background:url(images/iconography/icon-send-phone.png) no-repeat center center transparent;}
    .button-call {background:url(images/iconography/icon-call-phone.png) no-repeat 6px 0 transparent;}
    .button-send a:focus, .button-call a:focus, .button-print a:focus {
    	outline:dotted 1px #333;
    }.button-send a:focus img, .button-call a:focus img, .button-print a:focus img {
    	opacity:0;
    }

/* #General Page FAQ*/
.content-faq .faqAnswers, .content-faq .pagingContent  {background-color:#e7e7e7; padding:10px; float:left; width:98%;}
.content-faq .standardSubTitle {font-size:12px;}

/* #General Page Sitemap*/
    .sitemap h3
    {font-size:14px;  text-transform:uppercase;}


/* #General Page All Categories*/
.box-title > ul {background-color:#eee;}
.box-title > ul li a {color:#666;}
.box-title > ul li a[class*="icon-caret"] ,
.box-title > ul li a:hover {color:#2980B9;}

/* #General Page All Locations*/
.all_location_first {background-color:#eee; line-height: 10px;}
.all_location_first a {color:#000; text-shadow:0 1px 1px #ccc;font-size:14px; font-weight:800;}
.all_location_first a:hover {color:#333;}

.all_location_middle { background-color:#eff8f6; color:#000; line-height:12px; font-size:12px; font-weight:600;}

.link a, .all_location_middle a {color:#000;}
.link a:hover, .all_location_middle a:hover {color:#333;}

 .switchOpen, .switchClose { text-indent: 100px; }
 
.all_location_middle .switchClose, .all_location_middle .switchOpen {background: url("images/structure/location-list-middle.png") no-repeat scroll center 2px transparent;    float: right;}
.all_location_first  .switchClose, .all_location_first  .switchOpen {background: url("images/structure/location-list.png") no-repeat scroll center 2px transparent;    float: right;}

.all_location_first .switchClose {background-position: center 2px;}
.all_location_first .switchOpen  {background-position: center -32px;}

                                    
.all_location_middle .switchClose {background-position: center 3px;}
.ie7 .all_location_middle .switchClose {background-position: center 0px;}
.all_location_middle .switchOpen  {background-position: center -31px;}
.ie7 .all_location_middle .switchOpen  {background-position: center -34px;}


.ie7 .child > ul {margin:-10px auto}
.ie7 .link {margin:-10px 0 5px 0}
.ie7 .browse-locations .clearfix {margin:0; height:0; padding:0;}

.ie7 .switchOpen, .ie7 .switchClose { text-indent:0px; background-image:none;}

/* #Reviews*/
.flex-box-group.helpful-reviews {border:none; margin-top:20px;}

.review-item {border:1px solid #c2c3c3; }

.review-item .review-top {background-color:#f4f4f5;}
.review-item .review-bottom  {border-top:1px solid #c2c3c3;}

.review-bottom .number { background: url("images/iconography/bg-review-number.png") no-repeat scroll 0 0 transparent;}
.review-item .reply { background: url("images/structure/bg-reply.gif") no-repeat scroll left bottom transparent; clear:both; border-left: 1px solid #C8CED2;}


/*Fancybox*/

#fancybox-content {
    border-radius: 0 !important;
}

/*Pagination*/
.sitemgr-pagination {
	clear: both;
	float: left;
	width: 100%;
}
.sitemgr-pagination.top-pagination {
	border-bottom: 1px solid #939496;
	padding: 15px 0 5px;
	height: 20px;
	color: #333;
	font-size: 12px;
	margin-bottom: 25px;
}
.sitemgr-pagination.top-pagination .pagination-char {
	float: left;
}
.sitemgr-pagination.top-pagination .pagination-char a {
	color: #333;
	padding: 2px 4px 0 0;
}
.sitemgr-pagination.top-pagination .pagination-char a:hover {
	color: #6ab0de;
}
.sitemgr-pagination.top-pagination .pagination-results {
	float: right;
}
.sitemgr-pagination.bottom-pagination ul {
	list-style: none;
	float: right;
	margin: 30px 0 10px;
}
.sitemgr-pagination.bottom-pagination ul li {
	float: left;
	margin-left: 8px;
	font-size: 12px;
	line-height: 15px;
}
.sitemgr-pagination.bottom-pagination ul li a {
	padding: 6px 8px;
	min-width: 10px;
	background-color: #e8e9eb;
	color: #333;
	border-radius: 4px;
	display: block;
	text-align: center;
}
.sitemgr-pagination.bottom-pagination ul li a:hover {
	color: white;
	background-color: #dee1e3;
}.sitemgr-pagination.bottom-pagination ul li a.active {
	color: white;
	background-color: #16A085;
}
.sitemgr-pagination.bottom-pagination ul li.disabled a {
	color: white;
	background-color: #ccc;
	font-weight: bold;
}

.login-page h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.6em;
  line-height: 1.8em;
}
.login-page h1.capitalized {
  text-transform: capitalize;
}
.login-page h1 q {
  font-weight: 600;
  quotes: "\201C""\201D""\2018""\2019";
}
.login-page h1 q:before {
	font-size: 0.9em;
	content: open-quote;
}
.login-page h1 q:after {
	font-size: 0.8em;
	content: close-quote;
}
.login-page h1.capitalized small{
  display: block;
  clear: both;font-size: 13px;
  color:#9e9e9e;
  line-height: 1em;
  text-transform: none;
}
.login-page .link-highlight{
  border: 1px solid #e1e1e1;
  color: #2980b9;
}
.login-box {
  border: 1px solid #e1e1e1;
}
.login-box small {
	font-size: 95%;
	line-height: 13px;
}
.login-box .divisor {
  color: #333333;
  font-size: 1.2em;
  line-height: 2em;
  padding: 20px 0 10px;
}
.login-box .forgotpassword, .login-box .action p {
  font-size: 1em;
  padding-top: 8px;
}
.login-box .action p.doubleline {
  padding-top: 3px;
}
.login-box label {
  font-size: 1.1em;
  line-height: 2em;
  font-weight: 400;
  color: #929292;
}
.login-box .btn-login {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #27ae60;
  color: white;
}
.login-box .btn-login:hover {
  background-color: #32d175;
}
.login-box div.checkbox label {
  line-height: 20px;
  font-weight: normal;
  font-size: 1em;
}
.login-box .text-small {
  font-size: 0.8em;
}
.login-underbox {
  border: 1px solid #e1e1e1;
}

.login-underbox p {
  line-height: 1.6em;
  text-align: center;
}
.login-underbox a {
  font-size: 1em;
  color: #939496;
  text-decoration: underline;
  line-height: 2.5em;
}
.login-underbox a:hover {
  color: #2b2b2b;
}
.login-button {
  text-align: center;
  background-position: 14px 11px;
  background-repeat: no-repeat;
}
.login-button a {
  color: white;
  font-size: 1em;
  padding: 6px 35px;
  display: block;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.login-facebook {
  background-image: url(images/iconography/btn-facebook.png);
  background-color: #3b5998;
  background-position: 12px 5px;
}
.login-facebook:hover {
  background-color: #5574b5;
}
.login-google {
  background-image: url(images/iconography/btn-google.png);
  background-color: #e34730;
  background-position: 12px 7px;
}
.login-google:hover {
  background-color: #ed6956;
}


.login-modal .login-box {
	border:none;
	background-color:transparent;
}

/*Form-Encourage*/
.form-encourage {
  background-color: #f8f8f8;
  border: 1px solid #dee1e3;
}
.form-encourage form label {
  font-weight: 600;
  font-size: 1em;
  line-height: 1.6em;
}
.form-encourage form .btn {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
.page-title {
  font-size: 2em;
  font-weight: normal;
  line-height: 2.2em;
  text-transform: uppercase;
}



/*Social icons*/

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

.socialicon.social-facebook {
	background-position:0 0;
}
.socialicon.social-twitter {
	background-position:0 -30px;
}
.socialicon.social-facebook-mini {
	background-position:0 -59px;
}
.socialicon.social-twitter-mini {
	background-position:0 -89px;
}
.socialicon.social-clickcall-mini {
	background-position:0 -117px;
}


dl.dl-horizontal dt, dl dd {
	padding: 13px 5px !important;
}


.dl-horizontal dt {
	width: 80px;
}

.dl-horizontal dd {
	margin-left: 90px;
	width: 100px;
}






/* NEW DESIGN ********************************************************************************************************/

* {
	
}

body {
	background: #636363;
}

.image-bg {
	display: none;
}

.graybg {
	background: #959ca5; /* Old browsers */
	background: -moz-linear-gradient(top,  #959ca5 0%, #d6d6d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959ca5), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #959ca5 0%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #959ca5 0%,#d6d6d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #959ca5 0%,#d6d6d6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #959ca5 0%,#d6d6d6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959ca5', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-9 */
}

.graybg-l {
	background: #8b9497; /* Old browsers */
	background: -moz-linear-gradient(top,  #8b9497 0%, #bdbdbd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b9497), color-stop(100%,#bdbdbd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8b9497 0%,#bdbdbd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8b9497 0%,#bdbdbd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8b9497 0%,#bdbdbd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8b9497 0%,#bdbdbd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b9497', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-9 */
}

.whtbg {
	background: #fff;
	/*overflow:hidden; commented by niku*/
}

h1, h2, h3, h4, h5 {
	font-family: 'Droid Serif', serif;
}

p {
	color: #555;
	line-height: 15px;
	font-size: 11px;
}

a, a:link, a:visited {
	color: #527b8c;
}

a:hover {
	color: #8f8c6d;
}

.bd {
	border-right: 1px solid #333;
}

.pd10 {
	width: auto;
	padding: 10px;
}

.content-full,
.generalpage,
.login-page,
.pd25 {
	padding: 20px;
	width: auto;
}

.mgl {
	margin-left: 2.564102564102564% !important;
}

.span3 .box-newsletter .informationMessage, 
.span3 .box-newsletter .errorMessage, 
.span3 .box-newsletter .successMessage, 
.span3 .box-newsletter .warningMessage {
	background: none;
	border: none;
	padding: 0 0 0 40px!important;
	margin: 0;
	height: auto;
	position: relative;
	top: -5px;
}


/** navbar **/

.navbar,
.navbar-inner {
	background: none;
}

.container > .row-fluid > .span10 {
	margin: 0;
	width: 85.02%;
	/*border-left: 1px solid #333;*/
}

/*
.container > .row-fluid > .span10 .span9 {
	border-right: 1px solid #333;
	margin-right:-1px;
}
*/
.navbar h3 {
	text-transform: uppercase;
	color: #555a5e;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar h3.title {
	text-align: center;
	font-size: 16px;
}

.brand-logo {
	float: none;
	width: 100%;
}

.brand.logo {
	margin: 0;
	padding: 0;
	height: 60px;
	background-size: cover;
	background-size:98% auto;
}

.graybg .span10 [class*="span"] {
	border-left: 1px solid #333;
	min-height: 70px;
	padding: 0 20px;
	/*width: 33%;*/
}

.graybg .advanced-search-box .span10 [class*="span"] {
	
}

.graybg .span10 [class*="span"]:last-child {
	
}

.navbar .span4 i {
	font-size: 30px;
	margin: 0 10px 10px 0;
	font-weight: normal;
	position: relative;
	top: 15px;
	color: #555a5e;
	float: left;
}

.navbar .span4 .social-media i {
	font-size: 26px;
	margin: 0;
	top: 0;
	float: none;
}

.navbar .search-advanced {
	width: 82%;
	padding: 0;
	margin-top: -5px;
	float: none;
}

.navbar .search-advanced .title,
.navbar .search-advanced .search-location {
	display: none;
}

.navbar .search-button .btn-search {
	background-color: #636b6b;
	color: #f5f1d2;
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 2px 7px 1px;
	font-weight: normal;
	border: none;
	font-size: 9px;
	line-height: 25px;
	height: auto;
}

.navbar .search-advanced .search-keyword {
	float: left;
	margin-right: 0;
	width: 77%;
}

.navbar .search-advanced .search-keyword input {
	width: 100%;
	padding-left: 0;
	margin: 0;
	background: #fff;
	padding: 4px;
	font-size: 10px;
	border: none;
}


/** search **/

.btn-advanced-search a {
	text-transform: uppercase;
	font-size: 9px;
	position: absolute;
	top: -50px;
	right: 5px;
}

.graybg .span10 .search-options [class*="span"] {
	min-height: inherit;
}

.advanced-search {
	margin: 0;
	position: relative;
}

.advanced-search-box {
	float: none;
	position: relative;
	left: -277px;
	margin: 13px 0 0;
	width: 1030px;
}

.graybg .span10 .search-options [class*="span"] {
	border:none;
}




/** newsletter **/

.newsletter {
	background-color: transparent;
	margin-top: -2px;
}

.span10 .box-newsletter {
	padding: 0;
	margin: 0;
	min-height: inherit;
	text-align: left;
}

.span10 .box-newsletter h3 {
	display: none;
}

.box-newsletter .news-custom p,
.box-newsletter input[type="text"] {
	display: none;
}

.box-newsletter .btn.btn-success,
.navbar .graybg .box-newsletter .btn.btn-success {
	background-color: #636b6b;
	color: #f5f1d2;
	display: inline-block;
	width: 21%;
	margin: 0;
	padding: 2px 4px 1px;
	font-weight: normal;
	border: none;
	font-size: 9px;
}

.box-newsletter input[type="email"],
.navbar .graybg .box-newsletter input[type="email"] {
	width: 60%;
	margin-right: -5px;
	margin: 0;
	border: none !important;
	font-size: 10px;
	min-height: 25px;
	padding: 0 5px;
}



/** social-media **/

.social-media {
	font-size: 24px;
	text-align: center;
	margin-top: -5px;
}

.social-media a,
.social-media a:visited {
	color: #555a5e;
}

.span3 .social-media i {
	font-size: 24px;
	margin: 0;
	top: 0;
	float: none;
}



/** header menu **/

.header-menu {
	background: #6a7374; /* Old browsers */
	background: -moz-linear-gradient(top,  #6a7374 0%, #8b9497 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a7374), color-stop(100%,#8b9497)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6a7374 0%,#8b9497 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6a7374 0%,#8b9497 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6a7374 0%,#8b9497 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6a7374 0%,#8b9497 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a7374', endColorstr='#8b9497',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid #333;
}

.header-menu .nav {
	float: left;
	/*font-size:11px !important; commented niku*/
}

.header-menu .nav.pull-right {
	float: right;
}

.header-menu .nav > li {
	display: inline-block;
}

.header-menu .nav > li > a,
.header-menu .nav > li > a:visited {
	color: #f5f1d2;
	text-transform: uppercase;
	padding: 6px 10px;
	border-left: 1px solid #455357;
	font-weight: bold;
}

.header-menu .nav > li.menuActived > a,
.header-menu .nav > li.menuActived > a:visited,
.header-menu .nav > li:hover > a {
	background: none;
	color: #fff;
}

.header-menu .nav > li:first-child > a {
	border: none;
}

.header-menu .nav > li.dropdown i {
  font-size: 20px;
}

.nav .dropdown-toggle .caret {
  border-top-color: #f5f1d2;
  border-bottom-color: #f5f1d2;
}

.header-menu .nav > li > a .caret {
  color: #f5f1d2;
}

.open > .dropdown-menu {
	display: block;
	left: inherit;
	right: 5px;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a {
	background-color: #333;
}



/** buttons **/
.btnCalender {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	text-align: center;
}
.btn {
	font-family: 'Droid Serif', serif;
	font-size: 14px;
}

.btn.btn-success,
.login-box .btn-login,
.input-button-form, 
a.input-button-form, 
.bt-highlight button, 
.standardButton	button, 
.button h2 a, 
.content-faq button, 
.standardButton > a,
.btn.btn-info {
	background-color: #8f8c6d;
	color: #fff;
}

.btn.btn-success:hover,
.login-box .btn-login:hover,
.input-button-form:hover, 
a.input-button-form:hover, 
.bt-highlight button:hover, 
.standardButton	button:hover, 
.button h2 a:hover, 
.content-faq button:hover, 
.standardButton > a:hover,
.btn.btn-info:hover {
	background-color: #a3a07d;
}

.span3 .btn {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.login-button a,
.login-button a:visited {
	color: #fff;
}



/** flex-box **/

[class*="flex-box"] {
	margin-bottom: 0;
	border: none;
	clear: both;
}

.flex-box-list, 
[class*="flex-box"] > .row-fluid, 
.span12 .flex-box-group {
	border: none;
	background: none;
}

[class*="flex-box"] i {
	color: #8f8c6d;
}

.color-3 h2, 
.sidebar h2,
.color-2 h2,
.color-1 h2, 
.order-head > h2,
.calendar h2,
.color-4 h2, .box-title h2, .box-title > h3, .standardStep-Title, .level-preview > h2, .previewmember .advertisement > h2,
[class*="flex-box"] h2,
[class*="sidebar"] h2 {
	background: url("images/structure/arrow-down.png") no-repeat 5px center #e7e7e7;
	color: #8f8c6d;
	font-size: 14px;
	border: none;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #636363;
	text-indent: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: none;

	padding: 0;
	width: auto;
	line-height: 36px;
}

[class*="flex-box"] h2 > .view-more,
[class*="flex-box"] h2 > .view-more:hover, 
.calendar .view-more, .calendar .view-more:hover {
	color: #8f8c6d;
}

h2 i {
	color: #848c8c;
	font-size: 12px;
}

h2 span .view-more {
	display: none;
}

.zebra section:nth-child(2n+1) {
	background-color: #f6f6f6;
}

.flex-box-list ul.browse-category {
	background: #fff;
	margin: 0;
	padding: 0;
	min-width: inherit;
	float: none;
	clear: both;
	overflow:hidden;
}

.flex-box-list ul.browse-category li {
	width: auto;
	padding: 0 10px;
	border-bottom: 1px solid #bbb;
	float: none;
}

.flex-box-list ul.browse-category li i {
	color: #a29774;
	font-size: 10px;
}

.flex-box-list ul.browse-category li a,
.flex-box-list ul.browse-category li a:visited {
	color: #527b8c;
	font-weight: bold;
}

.flex-box-list ul.browse-category li span {
	display: none;
}

[class*="flex-box"] section h5 a {
	color: #527b8c;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	margin-top: 5px;
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
}

[class*="flex-box"] section h6 a {
	color: #527b8c;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
	display: block;
	font-family: 'Open Sans', Arial, sans-serif;
}

[class*="flex-box"] section h5 a:hover,
[class*="flex-box"] section h6 a:hover,
.color-2 a:hover, 
.color-2 section h5 a:hover, 
a.text-success:hover, 
a.text-success:focus {
	color: #8f8c6d;
}

.color-3 a, 
.text-info {
	color: #527b8c;
}

.features .span3 {
	border-right: 1px solid #333;
	min-height: 230px;
	/*margin:0 !important;*/
}

.features .span9 {
	min-height: 1293px;
}

.blog-home.features .span9 {
	min-height: 931px;
}

/*.features .span3:last-child,*/
.features .span3:nth-child(4n) {
	border-right: none;
}

.features .read-more {
	text-transform: uppercase;
	font-size: 10px;
}

.feat-nobg {

}


.feat-nobg .featured-listing .span3,
.feat-nobg .featured-deal .span3,
.feat-nobg .featured-classified .span3 {
	height:300px;
}

.sidebar .image .no-image,
.sidebar .flex-box-group img,
.span3.sidebar .no-image {
	border: 1px solid #848c8c;
	border-radius: 4px;
	height: 75px;
	margin: 0;
	width:auto;
}


.features .flex-box section aside {
	width: 39%;
}

.span12 .flex-box-group .stars-rating {
	background: url(images/iconography/mask-stars-white.png) no-repeat left center scroll #8f8c6d;
}

.stars-rating {
	background-color: #8f8c6d;
}

b.divisor {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}




/** slider **/

.carousel {
	margin-bottom: 0;
	margin-left: 0px;
}

.carousel-caption,
.carousel-indicators {
	display: none;
}

.span9 .carousel-inner > .item > img, 
.span9 .carousel-inner > .item > a > img {
	height: 250px;
}

.carousel-control {
	border: none;
	background: none;
	color: #fff;
	/*opacity: 1;*/
	opacity: 0.30;
	top: 50%;
}

a.carousel-control:link,
a.carousel-control:visited {
	color: #fff;
	opacity: 0.30;
}


/** banners **/

.advertisement-alt {
	padding: 0;
}

.advertisement-alt .banner {
	height: auto;
}

.advertisement-alt .banner div {
	width:auto !important;
	height:auto !important;
	overflow:visible !important;
}


.advertisement-bottom .banner {
	width: 100%;
	height: auto;
	padding: 40px 0 0;
}




/** calendar **/


.calendar-event li {
	background-color: #aaa;
}

.calendar-event li.active, 
.calendar-event li:hover {
	background-color: #8f8c6d;
}

.calendar .table-calendar {
	float: none;
	margin: 0;
	border: none;
	border-bottom: none;
	padding: 0;
}



/** footer **/

.footer-wrapper {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

.copyrightBox {
	background: #5a6363;
	background: -moz-linear-gradient(top, #5a6363 0%, #6a7374 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a6363), color-stop(100%,#6a7374));
	background: -webkit-linear-gradient(top, #5a6363 0%,#6a7374 100%);
	background: -o-linear-gradient(top, #5a6363 0%,#6a7374 100%);
	background: -ms-linear-gradient(top, #5a6363 0%,#6a7374 100%);
	background: linear-gradient(to bottom, #5a6363 0%,#6a7374 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a6363', endColorstr='#6a7374',GradientType=0 );

	border-top: 1px solid #455357;
	border-bottom: 1px solid #455357;

	color: #f5f1d2;
	text-align: right;
	padding: 5px 10px;
	width: auto;
	font-family: 'Droid Serif', serif;
}

.copyrightBox p,
.copyrightBox h5,
.footer-wrapper .copyrightBox a,
.footer-wrapper .copyrightBox a:link,
.footer-wrapper .copyrightBox a:visited {
	color: #f5f1d2;
	font-size: 12px;
}

.footer-wrapper .graybg-l {
	border-bottom: 10px solid #d5d6df;
	box-shadow: 0px 10px 0px #949c9c;
	margin-bottom: 10px;
	padding: 10px;
	width: auto;
}

.footer-wrapper a,
.footer-wrapper a:link,
.footer-wrapper a:visited {
	color: #455357;
	font-family: 'Droid Serif', serif;
	font-weight: bold;
	font-size: 12px;
}

.footer-wrapper a:hover,
.footer-wrapper .nav a:hover {
	color: #f5f1d2;
}

.footer-wrapper .span2 {
	width: 20%;
}



/** ADVERTISE **/

.tabs-advertise > .active > a, 
.tabs-advertise > .active > a:hover, 
.tabs-advertise > .active > a:focus {
	background-color: #527b8c;
}

 .tabs-advertise > li > a:hover {
 	background-color: #608fa3;
 	border-color: #608fa3;
 }


@media (min-width: 1200px) {

	.container, 
	.navbar-static-top .container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
		width: 1199px;
	}

	.container > .row-fluid > .span10 {
		width: 86.47%;
		/*min-height: 1350px;*/
		min-height: 1213px;
	/*	overflow: hidden;*/
	}

	.container > .row-fluid.graybg > .span10 {
		min-height:inherit;
	}

	.row-fluid .span8.contactus {
		margin-left: 2.564102564102564%;
	}

}

@media (min-width: 1024px) {

	.row-fluid [class*="span"] {
		margin-left: 0;
	}

	.row-fluid .span3 {
	/*border-left: 1px solid #333;*/
    margin-left:0;
    width: 28.8%;
	}

	.row-fluid .span9 {
		width: 71.2%;
	}

	.row-fluid .span7 {
		width: 60%;
	}

	.row-fluid .span5 {
		width: 40%;
	}

	.flex-box .row-fluid .span2 {
		width: 20%;
	}

	.advanced-search-box {
		left: -41px;
	/*	width: 674px;*/
		min-width: inherit;
	}

	.content-full, .generalpage, 
	.login-page, .pd25 {
		min-height: 980px;
	}

}

@media (max-width: 1024px) {

	.container > .row-fluid > .span10 {
		width: 85.1%;
	}

	.advertisement .banner .no-image {
		width: 98% !important;
	}

	.loginBox select {
		width: 90%;
	}

	.social-media {
		font-size: 22px;
	}

	.brand.logo {
		background-size: contain;
	}

	.graybg .span10 [class*="span"] {
		min-height: 91px;
	}

	.span3 .social-media i {
		font-size: 18px;
	}

	.box-newsletter .btn.btn-success, 
	.navbar .graybg .box-newsletter .btn.btn-success {
		width: 27%;
	}

	.box-newsletter input[type="email"], 
	.navbar .graybg .box-newsletter input[type="email"] {
		width: 70%;
	}

	.navbar .span3 i {
		top: 5px;
	}

	.navbar .search-advanced {
		width: 100%;
		margin-top: 13px;
	}

	.order .right {
		width: 60%;
	}

	.color-3 h2, .sidebar h2, .color-2 h2, .color-1 h2, .order-head > h2, .calendar h2, .color-4 h2, .box-title h2, .box-title > h3, .standardStep-Title, .level-preview > h2, .previewmember .advertisement > h2, [class*="flex-box"] h2, [class*="sidebar"] h2 {
		font-size: 12px;
	}

}


@media (max-width: 979px) {

	.row-fluid [class*="span"] {
		margin-left: 0;
	}

	.row-fluid [class*="span"].contactus {
		margin-left: 2.7624309392265194%;
	}

	.whtbg > .row-fluid > .span2 {
		width: 14.6%;
	}

	.whtbg > .row-fluid > .span10 {
		width: 85.4%;
	}

	.whtbg > .row-fluid > .span10 .span9 {
		width: 65%;
	}

	.whtbg > .row-fluid > .span10 .span3 {
		width: 35%;
		margin-left: 0;
		clear: none;
		border-bottom: 1px solid #333;
		border-left:1px solid #333;
	}

	.whtbg > .row-fluid.graybg > .span10 .span3 {
		width: 50%;
		min-height: 65px;
	}

	.whtbg > .row-fluid.graybg > .span10 .span3:nth-child(2) {
		border-right: none;
	}

	.navbar h3,
	.navbar h3.title {
		font-size: 12px;
	}

	.features .row-fluid .span2,
	.features .row-fluid .span3,
	.whtbg > .row-fluid > .span10 .span9 .span3,
	.whtbg > .row-fluid > .span10 .span9 .span7 {
		width: 100%;
		border: none;
		min-height: inherit;
		margin: 0;
		overflow:hidden;
	}

	.whtbg > .row-fluid > .span10 .span9 .span5 {
		display: block;
	}

	.header-menu .nav {
		border-bottom: 1px solid #455357;
	}

	.header-menu .nav.pull-right,
	.header-menu .nav > li > a, 
	.header-menu .nav > li > a:visited {
		border: none;
	}

	.span9 .carousel-inner > .item > img, 
	.span9 .carousel-inner > .item > a > img {
		height: auto;
		min-height: 170px;
	}

	.navbar .search-advanced {
		width: 100%;
	}

	.advanced-search {
		display: none;
	}

	.navbar .search-advanced .search-keyword {
		width: 67%;
		height: auto;
	}

	.newsletter {
		margin-top: 15px;
	}

	.box-newsletter .btn.btn-success, 
	.navbar .graybg .box-newsletter .btn.btn-success {
		width: 30%;
	}

	.box-newsletter input[type="email"], 
	.navbar .graybg .box-newsletter input[type="email"] {
		width: 70%;
		margin-right: -4px;
	}


}

@media (max-width: 979px) and (min-width: 768px) {

	.span12 .span3 [class*="flex-box"] h2,
	.span9 [class*="flex-box"].span12 h2 {
		padding: 0;
	}

	.brand.logo {
		width: 100%;
	}

	.row-fluid .captcha .span7 { 
		width: 48.18232%; 
	}

}

@media (max-width: 767px) {

	.newsletter {
		display: block;
	}

	.content, .sidebar {
		clear: both;
		float: left;
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.content-social-box {
		overflow: hidden;
	}

	.search-advanced .search-button, 
	.search-advanced .search-location, 
	.search-advanced .search-keyword {
		height: auto;
	}

	.advertisement {
		width: 100%;
	}

	.span9 .carousel-inner > .item > img, 
	.span9 .carousel-inner > .item > a > img {
		min-height: 178px;
	}

	.item-preview {
		max-width: inherit;
		clear: both;
		width: auto;
	}

}


@media (max-width: 667px) {

	.navbar .search-advanced {
		width: 82%
	}

	.navbar .search-advanced .search-keyword {
		width: 75%;
	}
	
	.advertisement-bottom {
		display:none;
	}

}

@media (max-width: 600px) {

}


@media (max-width: 640px) {

	.whtbg > .row-fluid > .span10 > .row-fluid.slider-box > .span9 {
		width: 100%;
	}

	.whtbg > .row-fluid > .span10 > .row-fluid.slider-box > .span3 {
		display: none;
	}

	.span9 .span4, 
	.span12 .span4, 
	.span10 .span4, 
	.span11 .span4 {
		width: 100%;
		float: none;
	}

	.whtbg > .row-fluid > .span2 {
		display: none;
	}

	.whtbg > .row-fluid.graybg > .span2 {
		display: block;
	}

	.whtbg > .row-fluid > .span10 {
		width: 100%;
	}
	
	.container > .row-fluid > .span10 {
	width:100% !important;
	}

	.whtbg > .row-fluid.graybg > .span10 {
		width: 80%;
	}

	.footer-wrapper .span2 {
		width: 25%;
	}

	.box-newsletter input[type="email"], 
	.navbar .graybg .box-newsletter input[type="email"] {
		width: 54%;
	}

	.span9 .carousel-inner > .item > img, 
	.span9 .carousel-inner > .item > a > img {
		height: auto;
	}

	.media-body .summary-image .no-image {
		width: auto;
		background-size: contain;
		background-position: center;
	}

	.navbar .search-advanced {
		width: 82%;
	}

	.navbar .search-advanced .search-keyword {
		width: 73%;
	}

	.responsive-detail {
		width: 94%;
	}

	.graybg .span10 [class*="span"] {
		border-right: none;
		display: none;
	}

}

@media (max-width: 568px) {
}

@media (max-width: 480px) {

	[class*="span"], 
	.uneditable-input[class*="span"], 
	.row-fluid [class*="span"], 
	[class*="span"] 
	.row-fluid [class*="span"] {
		width: 100% !important;
		margin-left: 0;
	}

	.advertisement {
		width: auto;
	}

	.graybg .span10 [class*="span"] {
		border-right: none;
		display: none;
	}

	.container > .row-fluid > .span10,
	.container > .row-fluid > .span10 .span9 {
		border: none;
	}

	.loginBox select {
		width: 100%;
	}

	.navbar .search-advanced {
		width: 91%;
	}

	.navbar .search-advanced .search-keyword {
		width: 88%;
	}

	.dl-horizontal dt, 
	.dl-horizontal dd {
		margin-left: 0;
		width: auto;
	}

	a.fancy_window_tofriend.btn.btn-large.btn-success {
		margin: 0 0 10px;
		max-width: inherit;
		display: block;
	}


}
	
/* NEW CODE **************************************************************************************************/


.headlines {
  display: table;
}

.headlines h5 a {
  margin-top: 0 !important;
}



.row-fluid.blog-home .span8 {
	padding: 10px;
}

.bd {
	border-right: 0px solid #333;
}

.row-fluid.blog-home .span4 {
	float: right;
	border-left: 1px solid #333;
}

div#news_returnMessage {
	position: relative;
}

.errorMessage {
	background-color: transparent;
	border: 1px solid #b94a48;
	color: #000;
	display: flex;
	margin-left: 39px;
	box-shadow: 0 0px 7px 0 #b94a48;
	pointer-events: none;
	width: 181px;
}

/*
.row-fluid.graybg {
	border-left: 1px solid #515151;
}
*/

.span12.bd .flex-box.color-2 .span6:nth-child(2n+1) {
	border-left: 1px solid #333;
}

.flex-box.color-2 .row-fluid .span2 {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;

	max-height: 100%;
	overflow: hidden;
}

.flex-box.color-2 .row-fluid .span2:nth-child(5) {
	border: 0;
	border-bottom: 1px solid #333;
}

.banner {
	width: 300px;
	height: 600px;
	background-color: #ccc;
	float: left;
	/*margin: 10px 0;*/
}

.banner2,
.banner2 div {
	/*width: 728px;
	height: 90px;
	background-color: #ccc;
	margin: 10px auto;*/
	width:99% !important;
	margin:10px auto;
}

.banner3,
.banner3 div {
	margin: 10px auto;
	width:99% !important;
}


.span9 .span12.flex-box-list.color-4 ul.browse-category li {
	border: 0;
	width: 47%;
	float: left;
}

.span9 .span12.flex-box-list.color-4 ul.browse-category {
	margin: 10px 0;
}

.span4 .row-fluid.hidden-phone .span12.flex-box-list.color-4 ul.browse-category li {
	width: 100%;
}

.span3 .span12.flex-box-list.color-1 ul.list-home li {
	float: left;
	width: 46%;
	margin-right: 2%;
}

@media (max-width: 1024px) {

	.errorMessage {
	
		width: 170px;
	}

}

@media (max-width: 979px) {

	.errorMessage {
		
		width: 115px;
	}

}

@media (max-width: 767px) {

	.errorMessage {
		width:80%;
		margin:0px auto;
		padding:10px;
	}

}

/* NEW CODE **************************************************************************************************/

.container.whtbg .row-fluid .span2 {
	
}

.container > .row-fluid > .span10 {
	
}

.container > .row-fluid.graybg > .span10 {
	
}

/*
.row-fluid.tablet-full .span3 {
	border-left: 1px solid #333;
}

.container > .row-fluid > .span10 .span9 {
	border-right: 1px solid #333;
	margin-right: -1px;
}
*/


.article-group-home {
}

.article-group-home .span6:nth-child(even) {
	border-right: 1px solid #333;
	min-height: 195px;
	clear: left;
}

.features > .span9 {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.features > .span3 {
	border:none;
}

.featured-listing .span3,
.featured-classified .span3,
.features .span3.eventheight,
.features .span3.shrinked {
	border: none;
	border-right: 1px solid #333;
	width: 25%;
	min-height: 310px;
	overflow: hidden;
}


.features .span3.eventheight {
	min-height: 375px;
}

.features .featured-classified .span3 {
	min-height: 340px;
}

.featured-listing .span3 section {
	height: 263px;
	overflow: hidden;
}

.featured-listing .span3:nth-child(4n),
.featured-classified .span3:nth-child(4n),
.features .span3.eventheight:nth-child(4n),
.features .span3.shrinked:nth-child(4n) {
	border:none;
}

.featured-listing .span3 h5,
.featured-classified .span3 h5,
.features .span3.eventheight h5,
.features .span3.shrinked h5 {
	max-height:30px;
	overflow:hidden;
}

.featured-listing .span3 h5 a, .featured-listing .span3 h5 a:visited,
.featured-classified .span3 h5 a, .featured-classified .span3 h5 a:visited,
.features .span3.eventheight h5 a, .features .span3.eventheight h5 a:visited,
.features .span3.shrinked h5 a, .features .span3.shrinked h5 a:visited {
	margin-top:0;
}

[class*="flex-box"] > .row-fluid.featured-classified {
	border-bottom:1px solid #333;
}

.flex-box.color-2 .row-fluid.featured-classified .span2 {
	border: none;
	border-right: 1px solid #333;
	min-height: 350px;
}

.flex-box.color-2 .row-fluid.featured-classified .span2:last-child {
	border-right: none;
}

@media (max-width: 480px) {

	.article-group-home .span6:nth-child(even) {
		border-right: none;
	}

}






/* search mobile fixes */

.navbar .graybg .box-newsletter .btn.btn-success:hover {
	background-color: #a3a07d;
}

.social-media a:hover,
.navbar .span4 i:hover {
	color: #a3a07d;
}

@media (max-width: 480px) {
	
	.featured-listing .span3 section .no-image {
		min-height: 190px;
		margin-bottom: 10px !important;
	}
	
}

@media (max-width: 979px) and (min-width: 768px) {

	.container, .navbar-static-top .container, 
	.navbar-fixed-top .container, 
	.navbar-fixed-bottom .container {
		width: 725px !important
	}

}

@media (max-width: 979px) {

	.hidden-phone {
		display: none;
	}

	.hidden-desktop .graybg {
		overflow: hidden;
	}
	
	.hidden-desktop .graybg .brand.logo {
  		width: 153px;
	}

	.topmenu {

	}

	.topmenuNav {
		text-align: right;
		line-height: 60px;
		padding-right: 10px;
	}

	.topmenuNav .btn {
		background-color: transparent;
		color: #555a5e;
		font-size: 20px;
		margin: 0;
	}

	.topmenuNav .btn:hover,
	.topmenuNav .btn:active {
		background-color: #555a5e;
	}

	.navbar .topmenu .search-advanced,
	.navbar .topmenu .newsletter {
		height: 86px !important;
	}

	.navbar .topmenu .topmenuContent {
		background-color: #555a5e;
		padding: 20px;
	}

	.navbar .topmenu .search-advanced {
		margin-top: 0;
		width: 100%;
	}

	.navbar .topmenu .search-advanced .search-keyword {
		width: 100%;
		height: auto;
	}

	.navbar .topmenu .search-advanced .search-keyword input,
	.navbar .topmenu .topmenuContent .box-newsletter input[type="email"] {
		width: 100%;
		text-indent:  10px;
		margin: 0 0 10px;
		height: 36px;
		padding: 0;
	}

	.navbar .topmenu .search-button .btn-search,
	.navbar .topmenu .topmenuContent .box-newsletter .btn.btn-success {
		width: 100%;
		padding: 8px 0;
		line-height: inherit;
		font-size: 14px;
	}

	.navbar .topmenu .search-button .btn-search:hover,
	.navbar .topmenu .topmenuContent .box-newsletter .btn.btn-success:hover {
		background-color: #a3a07d;
	}

	.topmenu .newsletter {
		margin-top: 0;
	}

	.topmenu .box-newsletter {
		padding: 0;
		width: 100%;
	}

	.topmenu h3 {
		display: none;
	}

	.navbar .topmenu .topmenuContent .social-media a, 
	.navbar .topmenu .topmenuContent .social-media a:visited {
		color: #ddd;
		font-size: 22px;
	}

	.navbar .topmenu .topmenuContent .social-media a:hover {
		color: #a3a07d;
	}


}

