/*
CSS Credit: http://www.templatemo.com/
*/

/* Reset və əsas */
* { box-sizing: border-box; }

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e0e0ba;
	background: #12110f;
}

a:link, a:visited { color: #ff5400; text-decoration: none; font-weight: normal;} 
a:active, a:hover { color: #ff5400; text-decoration: underline;}

.cleaner { clear: both; width: 100%; height: 1px; font-size: 1px; margin-right:5px;	}

p { margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: none; }

.cleaner_w10 { float: left; width: 10px; height: 100%; font-size: 1px;	}
.cleaner_h10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.cleaner_h20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.cleaner_h30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.cleaner_h40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}

.cleaner_horizontal_divider_01 {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 1px;	
	background: url(images/templatemo_horizontal_divider_01.jpg) repeat-x;
}

.rc_btn_01 a{
	float: left;
	clear: both;
	display: block;
	width: 150px;
	padding: 4px 0 5px 0;
	text-align: center;
	background: url(images/templatemo_button_01.jpg) no-repeat;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.rc_btn_02 a{
	float: left;
	clear: both;
	display: block;
	width: 120px;
	padding: 4px 0 5px 0;
	text-align: center;
	background: url(images/templatemo_button_02.jpg) no-repeat;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/* Konteyner responsiv */
#templatemo_container{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
} 

/* Header */
#templatemo_header {
	width: 100%;
	min-height: 120px;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	background: url(images/templatemo_header_bg.jpg) no-repeat center/cover;
}

#templatemo_header #website_title {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	padding: 45px 0 0 0;
	text-align: center;
}

#website_title #title {
	font-size: 40px;
	color: #f9f886;
	margin-bottom: 10px;
}

#website_title #salgon {
	clear: both;
	font-size: 16px;
	color:#FFF;
}

/* Banner + Menyu */
#templatemo_banner {
    clear: both;
    width: 100%;
    height: 280px;
    margin: 0px;
    padding: 0px;
    background: url(images/banner.jpg) no-repeat center/cover;
    position: relative;
}

#templatemo_banner #templatemo_menu{
	float: left;
	width: 100%;
	min-height: 50px;
}

#templatemo_menu ul {
	width: 100%;
	max-width: 700px;
	margin: 15px auto 0 auto;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#templatemo_menu ul li{
	display: inline-block;
}

#templatemo_menu ul li a{
	display: inline-block;
	padding: 8px 16px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: url(images/templatemo_menu_divider.gif) top right repeat-y;
	color: #FFF;
	font-weight: bold;
	outline: none;
}

#templatemo_menu li a:hover, #templatemo_menu li .current{ color: #eceb81; }

/* Content */
#templatemo_content {
	clear: both;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #3c3936;
}

#templatemo_content_bottom {
	position: absolute;
	border: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(images/templatemo_content_bottom.jpg) no-repeat;
}

#templatemo_content #content_left{
	float: left;
	width: 345px;
	margin: 0px;
	padding: 30px 0 0 0;
	background: #2f2c29 url(images/templatemo_left_column_top.jpg) top repeat-x;
}

#content_left .content_title_01 {
	font-size: 22px;
	color: #eceb81;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/templatemo_horizontal_divider_01.jpg) bottom repeat-x;	
}

#templatemo_content #content_right{
	float: right;
	width: 565px;
	margin: 0px;
	padding: 30px 0 0 30px;
	background: url(images/templatemo_content_top.jpg) top repeat-x;
}

#content_right .content_title_01 {
	font-size: 22px;
	color: #eceb81;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: url(images/templatemo_horizontal_divider_02.jpg) bottom repeat-x;	
}

#content_left .content_left_section { padding: 0 30px; }
.content_left_section p{ text-align: justify; }
.content_left_section .news_title { font-size: 14px; font-weight: bold; color: #eceb81; }
.content_left_section form { margin: 0px; padding: 0px; text-align: left; }
.content_left_section form select { margin-right: 10px;	}
.content_left_section form label { display: inline-block; width: 50px; margin-right: 5px; }
.content_left_section form .form_row{ margin-bottom: 20px; }
.content_left_section .inputfield { color: #000; height: 16px; padding: 2px; }

#content_right .content_right_section { margin: 0 30px 0 0; }
.content_right_section img { float: left; border: 5px solid #2f2c29; margin: 3px 20px 0 0; }
.content_right_section p{ text-align: justify; padding-bottom: 10px; }

#content_right .content_right_2column_box {
	float: left;
	width: 250px;
	margin-right: 30px;
}

#content_right .gallery_box {
	float: left;
	width: 82px;
	padding: 5px;
	background: #221f1d;
	text-align: center;
	margin-right: 15px;
}

#content_right .gallery_box:hover { background: #13110f; }
.gallery_box a { color: #FFF; text-decoration: none; }
.gallery_box a:hover { text-decoration: underline;	}
.gallery_box img{ margin: 0 0 5px 0; border: none; }

/* Footer */
#templatemo_footer {
	clear: both;
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 0 10px 0;
	text-align: center;
	color: #b0af54;
	background: #221f1d url(images/templatemo_content_bottom.jpg) bottom no-repeat;
}
#templatemo_footer a{ color: #b0af54; text-decoration: underline; font-weight: normal; }

/* ============================
   RESPONSIVE DƏSTƏK
   ============================ */

/* Tablet və aşağısı */
@media (max-width: 992px) {
	#templatemo_header #website_title { width: 100%; padding-top: 35px; }
	#website_title #title { font-size: 34px; }
	#templatemo_banner { height: 220px; }
	#templatemo_menu ul { max-width: 100%; padding: 0 10px; }
	#templatemo_content #content_left { width: 40%; }
	#templatemo_content #content_right { width: 60%; padding-left: 20px; }
	#content_right .content_right_2column_box { width: calc(50% - 20px); margin-right: 20px; }
}

/* Mobil */
@media (max-width: 768px) {
	/* Banner bir az alçaq olsun, background cover qalsın */
	#templatemo_banner { height: 180px; }

	/* Menyu elementləri alt-alta gəlsin */
	#templatemo_menu ul { margin: 10px auto 0 auto; padding: 0 10px; }
	#templatemo_menu ul li { display: block; margin: 6px 0; }
	#templatemo_menu ul li a {
		display: block;
		background: none; /* divider silinsin */
		border: 1px solid rgba(255,255,255,0.2);
		border-radius: 6px;
	}

	/* Sütunlar üst-üstə yığılsın, Booking birinci gəlsin */
	#templatemo_content #content_left,
	#templatemo_content #content_right {
		float: none;
		width: 100%;
		padding: 20px 0 0 0;
	}

	#templatemo_content #content_right { padding: 20px 0 0 0; }

	/* Sağ sütundakı 2 sütunlu qutular tam en */
	#content_right .content_right_2column_box {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	/* Qalereya qutuları sətirə uyğunlaşsın */
	#content_right .gallery_box {
		width: calc(33.333% - 10px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#content_right .gallery_box:nth-child(3n) {
		margin-right: 0;
	}

	/* Düymələr tam en (mobil UX üçün) */
	.rc_btn_01 a, .rc_btn_02 a {
		float: none;
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
	}
}

/* Kiçik mobil (iphone SE və s.) */
@media (max-width: 480px) {
	#website_title #title { font-size: 28px; }
	#templatemo_banner { height: 150px; }
	#content_right .gallery_box { width: calc(50% - 8px); margin-right: 8px; }
	#content_right .gallery_box:nth-child(2n) { margin-right: 0; }
}
