/*
Theme Name: Hot Hotel
Theme URI: http://hot-themes.com/wordpress/themes/hotel
Description: Premium theme "Hot Hotel" by HotThemes.
Author: HotThemes
Author URI: http://hot-themes.com
Version: 2.0
Tags: gray, blue, white, one-column, two-columns, custom-background, rtl-language-support, custom-menu, responsive-layout
License: GNU/GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Comments */

#comments-title {
	padding: 0 0 30px;
}

.nopassword,
.nocomments {
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}

.commentlist {
	list-style: none;
	margin: 0 0 0 50px;
}

.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}

.commentlist > li.comment {
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}

.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li.comment {
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}

.commentlist .children li.comment img {
	display: none;
}

.comment-meta .fn {
	font-style: normal;
}

.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}

.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}

.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}

.comment-meta a {
	font-weight: bold;
}

.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -55px;
	padding: 0;
	position: absolute;
	top: 0;
}

.commentlist > li.pingback:before {
	content: '';
}

.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}

a.comment-reply-link {
	background-color: #EEE;
	color:black!important;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-color:#DDD;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
	padding:3px;
}

a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */

.commentlist > li.bypostauthor {
	border-color: #d3d3d3;
}

.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}

.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}

.commentlist > li.bypostauthor:before {

}

/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */

.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}

/* And a full-width comment form */

.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */

#respond {
	margin: 20px 0 0 0;
	padding: 0;
	position: relative;
}

#respond input[type="text"],
#respond textarea {
	background: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}

#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}

#respond textarea {
	resize: vertical;
	width: 98%;
}

#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	z-index: 1;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}

#respond p {
	margin: 10px 0;
}

#respond .form-submit {
	margin: -20px 0 10px;
}

#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 10px 22px;
	position: relative;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}

#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}

#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}

#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}

#reply-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}

#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}

#respond label {
	line-height: 2.2em;
}

#respond input[type=text] {
	display: block;
	width: 75%;
}

#respond p {
	font-size: 12px;
}

p.comment-form-comment {
	margin: 0;
}

.form-allowed-tags {
	display: none;
}

/* Assistive text */

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

#access a.assistive-text:active,
#access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}

input#searchsubmit {
	display: none;
}

.not-found #s {
	width: 90%;
}

.not-found .search .button {
	position: relative;
	top: +6px;
}

.not-found > div {
	float:left;
	width:33%;
}

/* basics */

a:link,a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.breadcrumbs {
	text-align:right;
	font-size:10px;
	display:block;
}

.more-link{
 float:right;
}

p a.more-link{
	text-align:right;
}

a.more-link, p a.more-link  {
	font-size:11px;
	text-transform:uppercase;
	font-weight:300;
	padding:5px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

a.more-link:hover, p a.more-link:hover {
	background:#333;
	color:#fff !important;
}

p  a.more-link:hover {
	-webkit-transition:.5s linear all;
	-moz-transition:.5s linear all;
	-o-transition:.5s linear all;
	transition:.5s linear all;
	cursor:pointer;
}

.small {
	font-size:10px;
	font-style:italic;	
}

/* heading icons */

ul.actions {
	margin:0 !important;
	padding:0 !important;
}

ul.actions li {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
	float:right;
	position:relative;
	top:-55px;
	width:25px;
}

/* acticle details */

dl.article-info {
	padding-top: 15px;
}

dl.article-info dd {
	padding:0;
	margin:0;	
	font-family: serif;
	font-style: italic;
	font-size: 16px;
}

dl.article-info dt.article-info-term {
	display:none;
}

/* category name */

dl.article-info dd.category-name,
dl.article-info dd.category-name a:link,
dl.article-info dd.category-name a:visited,
dl.article-info dd.category-name a:hover {
	font-size:10px;
}

/* created date */

dl.article-info dd.create {
	font-size:10px;
}

/* modified date */

dl.article-info dd.modified {
	font-size:10px;
}

/* published date */

dl.article-info dd.published {
	font-size:10px;
}

/* author name */

dl.article-info dd.createdby {
	font-size:10px;
}

/* hits */

dl.article-info dd.hits {
	font-size:10px;
}

/* page navigation */

.pagination ul {
	margin:0 !important;
	padding:0 !important;
}

.pagination li {
	list-style:none;
	float:left;
	padding:0 15px 0 0 !important;
	margin:0 !important;
}

ul.pagenav {
	margin:0;
	padding:0;
}

ul.pagenav li {
	list-style:none;
	float:left;
	padding:0 15px 0 0 !important;
	margin:0 !important;
}

/* multi-column layout */

.row-separator {
	clear:both;
	display:block;
}

.cols-2 div.item {
	width:48%;
	float:left;
	margin:0 2% 0 0;
}

.cols-3 div.item {
	width:31%;
	float:left;
	margin:0 2% 0 0;
}

.cols-4 div.item {
	width:23%;
	float:left;
	margin:0 2% 0 0;
}

/* category list layout */

table.category {
	width:100%;
}

.category th {
	color:#eee;
	font-weight:700;
	padding:5px;
	text-align:left;
	border-bottom:1px dotted #cccccc;
}

.cat-list-row0 td {
	padding:5px;
	text-align:left;
}

.cat-list-row1 td {
	padding:5px;
	text-align:left;
	background:#ccc;
}

.category .list-title {
	width:50%;
}

.category .list-date {
	width:20%;
}

.category .list-author {
	width:20%;
}

.category .list-hits {
	width:10%;
}

.category td.hits {
	text-align:center;
}

/* contacts category layout */

.category .item-title {
	width:20%;
}

.category td.item-title a:link,
.category td.item-title a:visited,
.category td.item-title a:hover {
	text-decoration:underline;
}

.category .item-position {
	width:20%;
}

.category .item-phone {
	width:20%;
}

.category .item-suburb {
	width:20%;
}

.category .item-state {
	width:20%;
}

/* contact form */

#contact-form dl dd {
	padding-bottom:10px;
}

#contact-form dl dt {
	width:100px;
	float:left;
	padding-bottom:10px;
}

div.pane-slider {
	background:none;
}

.jicons-icons img {
	float:left;
}

.jicons-icons img {
	float:left;
	margin-right:10px;
}

address span.contact-street {
	padding:0 8px 0 0;
	display:block;
}

address span.contact-suburb,
address span.contact-state,
address span.contact-postcode,
address span.contact-country {
	padding:0 8px 0 25px;
	display:block;
}

.contact-email label {
	display:block;
	float:left;
	width:100px;
}

.contact-email .inputbox {
	margin-bottom:10px;
}

.contact-email .button {
	margin-top:30px;
}

#jform_contact_message {
	width:320px;
}

input {
	border:1px solid #999;
}

/* pane toggler */

.pane-toggler-down, .pane-toggler {
	background:#222;
	padding:5px 20px;
}

.pane-sliders .content {
	padding:0 20px;
}

/* modules */

.column_left div.widget, .column_right div.widget, .column_left nav {
	margin-bottom:25px;
}

.column_left h3, .column_right h3 {
	font-size: 24px;
	line-height:24px;
	font-weight: 300;
	margin:0;
	padding:0 0 15px 0;
	color:#fff;
	text-align:center;
}

.module_user1 div.widget {
	margin:0 0 15px 0;
}

.user59_content div.widget h3, .advert_content2 div.widget h3 {
	font-family: 'Tangerine', cursive;
	font-style:italic;
	font-size:44px;
	padding-bottom:15px;
	position:relative;
	left:-10px;
	text-align:left;
	margin: 0;
}

.user59_content, .advert_content2 {
	font-family: 'Droid Serif', serif;
	font-style:italic;
}

.footer_content div.widget h3 {
	font-weight:300;
	font-size:32px;
	padding:0 0 30px;
	margin: 0;
	text-align:left;
}

.advert_wrap2 div.widget h3 {
	text-align:left;
}

#weather .temperature {
	padding-top: 15px !important;
}

/* main menu */

.column_left ul.menu, .column_right ul.menu {
	padding:0;
	margin:0;
}

.column_left ul.menu li, .column_right ul.menu li {
	padding:8px 0;
	margin:0;
	list-style:none;
	border-bottom:1px dotted #67635b;
	text-align:center;
}

/* footer menu */

.footer_content ul {
	margin:0;
	padding:0;	
}

.footer_content ul li {
	list-style:none;
	margin:0;
	padding:8px 0;
	border-bottom:1px solid #121212;
}

.bottom_area, .bottom_area a {
	text-align:right;
	clear:both;
	font-size:11px;
}

.footer_area {
	font-size:11px;
}

img {
	border:0;
}

fieldset {
	border:0;
}

hr {
	border-bottom:none;
	border-left:none;
	border-right:none;
}

/* headings */

h1 {
	font-size:40px;
	line-height:40px;
	font-weight:300;
	padding:20px 0 20px 0;
	margin:0;
	text-decoration:none;
	text-align:center;
}

h2 {
	font-size:32px;
	line-height:32px;
	font-weight:300;
	padding:0 0 20px 0;
	margin:0;
	text-decoration:none;
	
}

.single h2 {
	padding:20px 0 20px 0;
	text-align:center;
}

h3 {
	font-size:24px;
}

h4 {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;	
}

.footer_wrap h4 {
	margin:0;
	padding:0;
}

.simple_contact {
	text-transform:uppercase;
	font-weight:300;
}

.simple_contact h3 {
	text-transform: none;
}

.inputbox, textarea {
	border:1px solid #666;
	padding:8px;
	margin:2px 0;
	font-family: 'Droid Serif', serif;
	font-style:italic;
	font-size:13px;
	text-transform:none !important;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0px 0px 5px #fff;
	-moz-box-shadow:0px 0px 5px #fff;
	-webkit-box-shadow:0px 0px 5px #fff;
}

.search .inputbox {
	padding:2px;
}

.button {
	color:#fff;
	background:#414141;
	border:none;
	padding:8px;
	font-size:13px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.simple_contact textarea {
	width: 242px;
}

.simple_contact.button {
	margin-right: 6px;
	float:right;
	width: 30%;
}

table.searchinto {
	width:100%;
}

form {
	margin:0;
	padding:0;
}

/* top menu */

#topmenu ul.menu {
	margin:0;
	padding:0;
}

#topmenu ul.menu, #topmenu ul.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	z-index:100;
}

#topmenu ul.menu ul {
	display:none;
}

#topmenu ul.menu a {
	display:block;
	padding:15px;
	margin:0;
	text-decoration:none;
	font-size:20px;
	text-transform:uppercase;
	font-weight:300;
}

#topmenu ul.menu > li:hover > a, #topmenu ul.menu > li#current > a {
	padding:15px;
}

#topmenu ul.menu > li {
	display: inline-block;
	margin:0;
	padding:0;
	position:relative;
	border-radius:15px;
}

#topmenu ul.menu > li.menu-item-has-children {
	border-radius:15px 15px 0 0;
}

#topmenu ul.menu li {
	position:relative;
}

#topmenu ul.menu li ul {
	-moz-border-radius:0 15px 15px 15px;
	-webkit-border-radius:0 15px 15px 15px;
	border-radius:0 15px 15px 15px;
}

#topmenu ul.menu li ul li {
	padding:8px 0;
	width:190px;
	margin:0;
}

#topmenu ul.menu li ul a {
	line-height:normal;
	padding:0 0 0 10px;
	font-size:12px;
	text-transform:none;
	font-weight:normal;
	margin:0;
}

#topmenu ul.menu li ul ul {
	left:190px;
	margin:-25px 0 0 0 !important;
}

#topmenu ul.menu li:hover ul ul,#topmenu ul.menu li:hover ul ul ul,#topmenu ul.menu li:hover ul ul ul ul {
	display:none;
}

#topmenu ul.menu li:hover ul, #topmenu ul.menu li li:hover ul, #topmenu ul.menu li li li:hover ul, #topmenu ul.menu li li li li:hover ul {
	display:block;
}

#topmenu ul.menu li ul {
	z-index:200;
	padding:0 10px 10px 10px;
	border:none;
    margin:0 !important;
}

@media(max-width: 766px) {
	#topmenu ul.menu {
		display: none !important;
	}
}

/* footer menu */

.copyright_area ul.menu {
	margin:0;
	padding:0;	
}

.copyright_area ul.menu li {
	margin:0;
	padding:0 0 10px 20px;
	list-style:none;
	font-size:12px;
	display: inline-block;
}

.social_icons {
	line-height:16px;
}

.social_icons img {
	margin:0 5px 0 15px;
	position:relative;
	top:3px;	
}

p.copyright {
	text-align: right;
	margin: 0;
	padding-top: 15px;
}

/* lists */

ol {
	margin-left:35px;
	padding-left:7px;
}

ol li {
	padding-left:0;
	padding-top:0;
	padding-bottom:5px;
}

li ol {
	padding-top:5px;
}

ul.checklist {
	padding:0 !important;
	margin:0 0 0 15px;
}

ul.checklist li {
	background:url(images/icon_checklist.png) no-repeat;
	padding:0 0 0 22px !important;
	margin:0 0 10px 0 !important;
	list-style:none;
}

ul.arrow {
	padding:0 !important;
	margin:15px 0 0 15px;
}

ul.arrow li {
	background:url(images/icon_arrow.png) no-repeat;
	padding:0 0 0 22px !important;
	margin:0 0 10px 0 !important;
	list-style:none;
}

ul.star {
	padding:0 !important;
	margin:0 0 0 15px;
}

ul.star li {
	background:url(images/icon_star.png) no-repeat;
	padding:0 0 0 22px !important;
	margin:0 0 10px 0 !important;
	list-style:none;
}

/* typography */

.warning {
	padding:15px 15px 15px 60px;
	color:#000;
	border-top:4px solid #c10000;
	border-bottom:4px solid #c10000;
	background:#FFDE25 url(images/warning.png) no-repeat center left;
}

.info {
	padding:15px 15px 15px 60px;
	color:#006699;
	border-top:4px solid #006699;
	border-bottom:4px solid #006699;
	background:#bde1ff url(images/info.png) no-repeat center left;
}

.error {
	padding:15px 15px 15px 60px;
	color:#900;
	border-top:4px solid #900;
	border-bottom:4px solid #900;
	background:#f8b5b5 url(images/error.png) no-repeat center left;
}

.code {
	padding:0 10px;
	color:#218023;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	line-height:20px;
	background:url(images/code_bg.png);
}

.quote {
	border-top:4px solid #444;
	border-bottom:4px solid #444;
	padding:8px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:18px;
	text-align:center;
	color:#000;
	font-style:italic;
	margin-top:15px;
	line-height:20px;
}

.services_icon {
	width: 50px;
	vertical-align: top;
}

/* scroll to */

.box {
	padding: 10px;
}

.container {
	padding: 0 0 20px 0;
}

#message {
	display: block;
	display: none;
	z-index: 999; 
	position: fixed;
	bottom: 25px;
	right: 0;
	width: 100px;
	line-height: 28px;
	height: 28px;
	padding: 2px;
	font-size: 11px;
	text-align: center;
}

#message a {
	color: #999;
	border-bottom:none;
}

/* WordPress Specifics */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

.wp-caption {
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}

.wp-caption img {
	margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	margin: 5px;
}

.sticky {
}

.gallery {
	border:1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:100%;
	clear: both;
}

.gallery-icon {
	white-space: nowrap;
}

dt.gallery-icon a img {
	border:1px solid #666 !important;
}

.gallery-icon a {
	display: block;
}

.gallery dd.gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
	font-family: Arial;
	display: block;
	white-space: nowrap;
}

.bypostauthor {
}

/* LAYOUT */

body {
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

.logo {
	text-align:center;
	margin:0;
	height:130px;
}

.logo_pad {
	padding:17px 0 0 0;
}

.main_container_wrap, .main_container_edge {
	background:url(images/content_bg_edge.png) bottom repeat-x;
}

.main_container {
	margin:0 auto;
	overflow:hidden;
	line-height:16px;
}

#topmenu {
	background:url(images/topmenu_bg.png) top center no-repeat;
	height:60px;	
}

#topmenu_pad {
	padding-top:5px;
}

.advert_wrap {
	height:auto;
}

.advert_wrap2 {
	padding:0 20px;
}

.advert_content .module_padding {
	background:url(images/slider_bg.png) center 350px no-repeat;
	margin-top: 20px;
}

.user59_content {
	padding:30px 0 45px 0;
}

.main_area {
	padding:0 30px;
}

.article_pad {
	line-height:18px;
	padding:0 15px;
}

.content_wrap_left_column, .content_wrap_right_column {
	float:left;
}

.content_pad {
	padding-top:5px;
}

.column_left {
	float:left;
	margin:30px 30px 0 0;
}

.column_right {
	float:right;
	margin:30px 0 0 30px;
}

.footer_wrap {
	padding:30px 0 0 0;
	background:#000;
}

.module_padding {
	margin:0;
	padding:0 30px;
	float:left;
}

.user59_content div.module_padding:first-child {
	background:url(images/module_shadow_left.png) right no-repeat;
}

.user59_content div.lastmodule {
	background:url(images/module_shadow_right.png) left no-repeat;
}

.lastmodule {
	margin:0;
	padding:0 30px;
}

.module_user1 {
	padding:15px 0;
}

.module_user2 {
	padding-bottom:15px;
}

.copyright_area_wrap {
	background:#000;
	min-height:140px;
	padding:45px 0 0 0;
}

.copyright_area {
	margin:0 auto;
	font-size:12px;
}

.copyright_area a {
	color:#b0b0b0 !important;
}

.bottom_area {
	width:40%;
	float:left;
	text-align:left;
}

.bottom_area_pad {
	padding-left:20px;
}

.footer_area {
	width:60%;
	float:left;
	text-align:right;
}

.clr {
	clear:both;
}

/* tinynav */

select.tinynav {
	width: 40px;
	height: 30px;
	border:none;
	background: #ccc;
	text-indent: -9999px;
	background: url(images/tinynav_white.png);
	-webkit-appearance: button;
	margin-top: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* responsive behaviour */

@media (max-width: 1000px) {

	.user59_wrap img, .inputbox, textarea, .column_left img, iframe {
		max-width:100%;
	}

	.main_container, .footer_content, .user59_content, .copyright_area {
		width: 768px !important;
	}

	.user59_content .module_padding, .footer_content .module_padding {
		width: 27% !important;
		padding: 0 3.16% !important;
	}

	.user59_content div.widget h3, .advert_content2 div.widget h3 {
		font-size:36px;
	}

	.footer_content div.widget h3 {
		font-size:24px;
	}

	.copyright_area ul.menu li {
		margin: 0;
		padding: 0 0 10px 10px;
	}

	.advert_content .module_padding {
		background: url(images/slider_bg2.png) center 265px no-repeat;
	}

	#nav a {
		font-size: 16px;
	}

	.column_left, .column_right {
		width: 200px !important;
	}

	.content_wrap_left_column, .content_wrap_right_column {
		width: 470px !important;
	}

	#gallery img {
		width: 100%;
	}

}

@media (max-width: 767px) {

	.main_container, .footer_content, .user59_content, .copyright_area {
		width: 100% !important;
	}

	.advert_content .module_padding {
		background: none;
	}

	.user59_content .module_padding, .footer_content .module_padding {
		width: 84% !important;
		padding: 0 8% 25px 8% !important;
		float: none !important;
	}

	.user59_content img, .inputbox, textarea, .simple_contact textarea {
		width: 100%;
	}

	.user59_content div.widget h3, .advert_content2 div.widget h3 {
		font-size:48px;
		text-align: center;
	}

	.simple_contact.button {
		width: 50% !important;
		float: none !important;
		margin-top: 25px;
		display: block;
	}

	p#back-top {
		display: none !important;
	}

	.bottom_area {
		width:100%;
		float:none;
		text-align: center;
		margin-bottom: 25px;
	}

	.footer_area {
		width:100%;
		float:none;
		text-align: center;
	}

	.footer_content div.widget h3 {
		text-align: center !important;
	}

	.footer_content ul.menu li {
		text-align: center;
	}

	.nivo-directionNav a {
		display: block;
		width: 60px !important;
		height: 21px !important;
		background: url(images/arrows2.png) no-repeat !important;
	}

	a.nivo-nextNav {
		background-position: -60px 0 !important;
	}

	.column_left, .content_wrap_noright, .content_wrap_noleft, .content_wrap_noleft_noright {
		width: 100% !important;
	}

	#topmenu_pad {
		padding: 0 !important;
		text-align: center;
	}

	.user59_content div.module_padding:first-child, .user59_content div.lastmodule {
		background: none;
	}

}