/*------------------------------------------------------------------------
# "Hot Hotel" Joomla template - January, 2012
# Copyright (C) 2012 HotThemes. All Rights Reserved.
# License: http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
# Author: HotJoomlaTemplates.com
# Website: http://www.hotjoomlatemplates.com
-------------------------------------------------------------------------*/

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

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

.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_wrap .moduletable {
	padding: 0 30px;
}

.advert_wrap2 {
	padding:0 20px;
}

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

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

.main_area {
	padding:0 30px;
}

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

.content_wrap, .content_wrap_noleft, .content_wrap_noright, .content_wrap_noleft_noright {
	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 45px 0;
	background:#000;
*/

    padding: 10px 0 0px 0;
    background: #745344;
    margin-bottom: -120px;
	
}



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

.advert_content .module_padding {
    padding:20px 0 0 0;
}

.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:#745344;
	min-height:140px;
}

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

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

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

.bottom_area_pad {
	padding-left:20px;
}

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

.footer_area_pad {
	padding-right:20px;
}

.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.moduletable h3, .advert_content2 div.moduletable h3 {
		font-size:36px;
	}

	.footer_content div.moduletable 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 285px no-repeat;
	}

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

	.column_left {
		width: 200px !important;
	}

	.content_wrap_noright, .content_wrap_noleft {
		width: 470px !important;
	}

	.content_wrap_noleft_noright {
		width: 670px !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 {
		width: 100%;
	}

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

	.rapid_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.moduletable h3 {
		text-align: center !important;
	}

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

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

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

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

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

}