@import url("reset.min.css");

/************************************************************************
	GENERAL STYLING
************************************************************************/

@font-face
{
	font-family:'open_sansregular';
	src:local('Open Sans'),
		local('OpenSans-Regular'),
		url('../fonts/opensansregular.eot'); /* IE9 Compat Modes */
	src:url('../fonts/opensansregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/opensansregular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/opensansregular.woff') format('woff'), /* Pretty Modern Browsers */
		 url('../fonts/opensansregular.ttf') format('truetype'), /* Safari, Android, iOS */
		 /*url('../fonts/opensansregular.otf') format('opentype'),*/
		 url('../fonts/opensansregular.svg#open_sansregular') format('svg'); /* Legacy iOS */
	font-weight:normal;
	font-style:normal;
}

body
{
	background-color:#FFFFFF;
	font-family:'open_sansregular', Arial, sans-serif;
	font-size:100%; /* 100% = 16px = 1em */
	line-height:150%; /* 24px */
	overflow-x:hidden;
}

h1
{
	font-size:225%; /* 36px */
}

h2
{
	font-size:150%; /* 24px */
}

h3
{
	font-size:125%; /* 20px */
}

h4
{
	font-size:112.5%; /* 18px */
}

h5
{
	font-size:100%; /* 16px */
}

p, a, li
{
	font-size:90%; /* 15px */
}

.clr
{
	clear:both;
}

a
{
	outline:none;
	text-decoration:none;
	color:#4195fc;
}

a:hover
{
	color:#fa0064;
}

/************************************************************************
	HEADER
************************************************************************/

#header_wrapper
{
	background-color:#243966;
	border-bottom:1px solid #495C84;
}

#header
{
	width:1000px;
	padding:10px 0;
	margin:0 auto;
	position:relative;
}

#logo
{
	float:left;
}

#nav
{
	float:right;
	position:absolute;
	right:0;
	bottom:10px;
	height:35px;
}

#nav ul li
{
    float:left;
}

#nav ul li a
{
    color:#ffffff;
    display:block;
    margin-left:15px;
    padding-top:6px;
    text-align:center;
    text-decoration:none;
	font-size:15px;
}

#nav ul li a.active, #nav ul li a:hover
{
    border-bottom:2px solid #FA0064;
}

/************************************************************************
	SLIDER
************************************************************************/

.slide
{
	height:500px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}

#slide_1
{
	background-image:url('../images/slide-1.jpg');
}

#slide_2
{
	background-image:url('../images/slide-2.jpg');
}

#slide_3
{
	background-image:url('../images/slide-3.jpg');
}

.more
{
	background:url('../images/black-opacity.png') repeat;
	text-align:center;
	-webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    transform:rotate(-10deg);
	position:absolute;
	top:275px;
	left:175px;
}

.more a
{
	text-decoration:none;
	color:#FC0065;
	font-weight:bold;
	padding:15px 15px;
	display:block;
}

/************************************************************************
	HOME
************************************************************************/

#intro_wrapper
{
	padding:50px 0 15px;
}

#intro
{
	width:1000px;
	margin:0 auto;
	text-align:center;
	color:#717171;
}

#intro h1
{
	color:#FA0064;
	text-transform:uppercase;
	padding-bottom:20px;
}

#intro a.read_all
{
	color:#FA0064;
	text-transform:uppercase;
	margin-top:20px;
}

#intro a:hover
{
	text-decoration:underline;
}

/*#intro .short
{
	height:100px;
	overflow:hidden;
}*/

#pages
{
	width:1000px;
	margin:0 auto;
	padding-top:25px;
	text-align:justify;
}

#pages > div.page
{
	background-repeat:no-repeat;
	width:225px;
	height:225px;
	display:inline-block;
	vertical-align:top;
	/* IE fix. */
	*display:inline;
	zoom:1;
	margin-bottom:25px;
	position:relative;
	cursor:pointer;
}

#coupons
{
	background-image:url('../images/coupons.jpg');
}

#things101
{
	background-image:url('../images/things101.jpg');
}

#spas
{
	background-image:url('../images/spas.jpg');
}

#comps
{
	background-image:url('../images/comps.jpg');
}

#car
{
	background-image:url('../images/car.jpg');
}

#tips
{
	background-image:url('../images/tips.jpg');
}

#transport
{
	background-image:url('../images/transport.jpg');
}

#dining
{
	background-image:url('../images/dining.jpg');
}

#pages:after
{
	content:"";
	width:100%;
	display:inline-block;
}

.page_link
{
	background:url('../images/pink-opacity.png') repeat;
	text-align:center;
	-webkit-transform:rotate(-10deg);
    -moz-transform:rotate(-10deg);
    -o-transform:rotate(-10deg);
    -ms-transform:rotate(-10deg);
    transform:rotate(-10deg);
	position:absolute;
	top:165px;
	left:25px;
}

.page_link a
{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	padding:5px 15px;
	display:block;
	text-transform:uppercase;
}

/************************************************************************
	PAGES
************************************************************************/

#content_wrapper
{
	
}

#content #page_title
{
	padding:20px 0 8px;
	color:#fa0064;
}

#bottom_border
{
	width:600px;
	height:1px;
	background:-webkit-linear-gradient(to right, rgba(251, 1, 99, 1), rgba(251, 1, 99, 0), ); /* for Safari */
	background:-o-linear-gradient(to right, rgba(251, 1, 99, 1), rgba(251, 1, 99, 0)); /* for Opera */
	background:-moz-linear-gradient(to right, rgba(251, 1, 99, 1), rgba(251, 1, 99, 0)); /* for Firefox */
	background:linear-gradient(to right, rgba(251, 1, 99, 1), rgba(251, 1, 99, 0)); /* standard syntax (must be last) */
	margin-bottom:25px;
}

#content
{
	width:1000px;
	margin:0 auto;
	padding-bottom:25px;
	color:#333333;
}

#content strong, #content b
{
	font-weight:bold;
}

#content ol
{
	list-style-type:decimal;
	list-style-position:inside;
}

#content ol li
{
	margin-bottom:10px;
}

#content ul
{
	list-style-type:disc;
	list-style-position:inside;
}

#content ul li
{
	margin-bottom:10px;
}

#content u
{
	text-decoration:none;
}

#content h3
{
	padding:10px 0;
}

#content p
{
	margin-bottom:5px;
}

#main
{
	/*width:650px;
	float:left;*/
}

.tb_list
{
	width:100%;
	border-collapse:collapse;
	margin:5px auto;
	text-align:center;
	line-height:140%;
}

.tb_list td
{
	border:1px solid #495c84;
	padding:10px;
	font-size:14px;
}

.tb_list th 
{
	font-size:15px;
	background-color:#243966;
	border:1px solid #495c84;
	color:#FFFFFF;
	padding:7px;
	min-width:65px;
}

.tb_list td.txt_cell
{
	text-align:left;
	min-width:150px;
}

.tb_list tr.odd 
{
	background-color:#F5F5F5;
}

#sidebar
{
	width:336px;
	float:right;
}

#advt_wrapper
{
	width:700px;
	margin:10px auto;
}

#advt_wrapper .advt:first-child
{
	margin-right:24px;
}

.advt
{
	width:336px;
	height:280px;
	float:left;
}

/************************************************************************
	ACCORDIAN
************************************************************************/

#accordion
{
    overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
 
.accordion_section_title
{
	width:100%;
	padding:15px;
	display:inline-block;
	border-bottom:1px solid #dd045b;
	background:#fa0064;
	transition:all linear 0.15s;
	color:#fff;
	font-size:18px;
}

.accordion_section_title:before
{
	content:"+ ";
}

.accordion_section_title.active:before
{
	content:"- ";
}

 
.accordion_section_title.active, .accordion_section_title:hover
{
    background:#dd045b;
	color:#fff;
}
 
.accordion_section:last-child .accordion_section_title
{
    border-bottom:none;
}
 
.accordion_section_content
{
    padding:15px;
    display:none;
}

/* -----------------------------------------------------------------------------

	PAGINATION
  
----------------------------------------------------------------------------- */

.pagination {
	text-align:center;
	margin-bottom:25px;
}

.pagination a {
	padding:2px 6px; 
	margin:0 3px;
	border:1px solid #D6D0C1;
	font-size:13px;
}

.pagination span.current {
	padding:2px 6px; 
	margin:0 3px;
	border:1px solid rgba(0, 0, 0, 0.1);
	font-size:13px;
}

.pagination span.disabled {
	padding:2px 6px; 
	margin:0 3px;
	border:1px solid #D6D0C1;
	color:#DDDDDD;
	font-size:13px;
}

.pagination .page_info {
	margin-top:10px;
	display:none;
}

/************************************************************************
	FOOTER
************************************************************************/

#footer_wrapper
{
	background-color:#fa0064;
	border-top:1px solid #DD045B;
	padding:25px 0;
}

#footer
{
	width:1000px;
	margin:0 auto;
}

#footer h4
{
	color:#FFF;
	margin-bottom:10px;
	text-transform:uppercase;
}

#footer ul
{
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
	-webkit-column-gap:100px;
	-moz-column-gap:100px;
	column-gap:100px;
}

#footer ul li a
{
	color:#FFF;
	font-size:14px;
}

#footer ul li a:hover
{
	text-decoration:underline;
}

#copyright
{
	background-color:#243966;
	border-top:1px solid #495C84;
	padding:10px 0;
	color:#FFF;
	text-align:center;
	font-size:14px;
}