@charset "utf-8";
/* CSS Document */

/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clr {clear: both;}

a, img, img a {
	text-decoration:none;
	border:0;
	outline:0;
	}

form {
	border:0;
	margin:0;
	padding:0;
	outline:0;
	}
	
/*body, html {height:100%; overflow-x:hidden;}*/
*body, html {height:100%; }

/* Primary Styles
---------------------------------*/
body {
	background:#100c16;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	min-width:1024px;
	overflow-x:hidden;
	}
	
#wrap {min-height:100%;}
	
#main {
	overflow:hidden;
	padding-bottom:115px;
	}

/* Header Styles
---------------------------------*/		
.header {
	width:1000px;
	margin:0 auto;
	}
	
.header-top {padding:4px 15px 20px 15px; width:970px;}
.header-top img { margin-bottom:7px;}
.header-top span { display:block; float:right; font-size:12px; color:#fff;}

.header-top.white { background:#f9f9f9; padding-top:0px;}
.header-top.white span { color:#00373a !important;}
.header-top.white ul li a { color:#00373a;}

.top-link {float:left;}
.top-link li {
	float:left;
	font-size:12px;
	margin-right:18px;
	}
.top-link li a {color:#fff;}

.header-btm { width:928px; margin:0 auto 18px;}
.logo {
	float:left;
	display:block;
	margin-right:10px;
	}
	
.logo-menu {
	display:block;
	float:left;
	padding:14px 0 0 0;
	}
	
.logo-menu.green li a {color:#017278 !important;}
.logo-menu.green li a:hover, .logo-menu.green li.selected a {color:#fff !important;}
.logo-menu li {font-size:12px; margin-bottom:3px;}
.logo-menu li a {color:#614d71;}
.logo-menu li a:hover, .logo-menu li.selected a {color:#fff;}

.header-right {float:right;}
.header-right-top {height:50px;}

.search {
	width:200px;
	height:22px;
	float:right;
	}
	
.search-field {
	background:#fff;
	width:160px;
	height:18px;
	line-height:18px;
	border:0px;
	float:left;
	padding:2px 5px;
	outline:none;
	font-size:12px;
	}
	
.search-btn {
	background:url(../img/sprite.png) no-repeat 0px 0px;
	width:22px;
	height:22px;
	float:right;
	border:0px;
	cursor:pointer;
	}
	
.social {float:right; width:232px; padding-top:3px;}
.social a { display:block; width:16px; height:16px; float:left; margin-right:10px;}
.social a.google-plus { background:url(../img/sprite.png) no-repeat -27px 0px;}
.social a.facebook { background:url(../img/sprite.png) no-repeat -48px 0px;}
.social a.twitter { background:url(../img/sprite.png) no-repeat -69px 0px;}
.social a.in { background:url(../img/sprite.png) no-repeat -90px 0px;}
.social a.blog { background:url(../img/sprite.png) no-repeat -111px 0px;}
.social a.u-tube { background:url(../img/sprite.png) no-repeat -132px 0px;}
.social a.client { background:url(../img/sprite.png) no-repeat -153px 0px;}
.social a.rss { background:url(../img/sprite.png) no-repeat -174px 0px;}

/* Banner Styles
---------------------------------*/	
.main-banner {
	width:928px;
	height:533px;
	position:relative;
	margin:0 auto;
	}
	
.slider {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:-1;
	}
	
#shuffle {
	z-index:-1;
	}
	
.main-banner ul li {
	width:146px;
	height:509px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	padding:24px 3px 0 3px;
	border-right:3px solid #232028;
	display:block;
	}
.main-banner ul li.nobrdr {border-right:0px;}
	
.main-banner ul li a {
	font-weight:bold;
	color:#614d71;
	display:block;
	width:100%;
	height:100%;
	}
	
.main-banner ul li span {
	background:url(../img/banner-cont-bg.png) repeat;
	height:74px;
	line-height:74px;
	text-align:center;
	font-weight:bold;
	color:#614d71;
	display:block;
	}

	
.banner-tag {
	background:url(../img/banner-cont-bg.png) repeat;
	height:411px;
	display:block;
	color:#fff;
	visibility:hidden;
	width:146px;
	}
	
		
.main-banner ul li:hover a, .main-banner ul li.activeSlide span a {color:#fff;}
.main-banner ul li:hover .banner-tag { visibility:visible;}
	
.banner-tag a {text-align:left !important;background:none !important;}
	
.banner-tag h2,.banner-tag h2 a {
	font-size:20px !important;
	font-weight:normal !important;
	line-height:26px !important;
	padding:6px 3px !important;
	height:120px !important;
	color:#fff !important;
	}
	
.banner-tag strong {
	display:block;
	padding:0 9px;
	line-height:16px;
	}

/* Inner 1 Styles
---------------------------------*/		
.inner-bg {background:#013438;}
.green-right-menu {display:block; float:right;}
.green-right-menu li {
	height:21px;
	line-height:21px;
	float:left;
	font-size:15px;
	}
	
.green-right-menu li a {
	display:block;
	padding:0 5px;
	color:#fff;
	}
.green-right-menu li:hover a {background:#017278;}
.green-right-menu li:active a {background:#fff; color:#00373a;}
.green-right-menu li.active a {background:#fff; color:#00373a;}

.inner-cotainer {
	background:#ededed url(../img/inner-cont-bg.jpg) repeat-x left top;
	width:1000px;
	margin:0 auto;
	}
	
.banner-inner {
	width:800px;
	margin:0 auto;
	padding:30px 0 40px 0;
	position:relative;
	}
	
.banner-inner h2 {
	text-align:center;
	font-size:28px;
	font-weight:normal;
	color:#fff;
	padding-bottom:24px;
	}
.frame {
	background:url(../img/inner-banner-frame.png) no-repeat left top;
	width:557px;
	height:395px;
	position:absolute;
	top:82px;
	left:121px;
	z-index:99;
	}
	

a.zoom {
	background:url(../img/sprite.png) no-repeat -148px -27px;
	width:29px;
	height:29px;
	display:block;
	position:absolute;
	/*bottom:152px;*/
	top:440px;
	right:134px;
	z-index:99;
	}
	
.slider-tag { display:block; width:515px; margin:0 auto; font-size:19px; padding:14px 0 0 0; line-height:22px;}

.inner-cont-wrap {
	width:800px;
	margin:0 auto;
	padding-bottom:38px;
	}

.inner-cont-title { margin-bottom:20px;}
.inner-cont-title-left {
	width:450px;
	float:left;
	
	}	
.inner-cont-title-left h1 {
	font-size:15px;
	color:#00373a;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
.cont-title-list {margin-bottom:10px;}
.cont-title-list-bg {
	float:left;
	margin-right:10px;
	}
	
.cont-title-list span {
	float:left;
	display:block;
	font-size:15px;
	color:#00373a;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
.cont-social {
	float:right;
	width:320px;
	margin-bottom:0px;
	}
	
.cont-social a {
	display:block;
	width:102px;
	height:22px;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	}
	
.cont-social a.facebook {background:url(../img/sprite.png) no-repeat 0px -197px;}
.cont-social a.twitter {background:url(../img/sprite.png) no-repeat 0px -224px; margin-right:0px;}
.cont-social a.google-plus {background:url(../img/sprite.png) no-repeat 0px -251px;}
.cont-social a.email {background:url(../img/sprite.png) no-repeat 0px -278px; margin-right:0px;}

.cont-social a.beyenir_true { background:url(../img/like-true.jpg) no-repeat;}
.cont-social a.beyenmir_true { background:url(../img/dislike-true.jpg) no-repeat;}
.cont-social a.beyenir_false { background:url(../img/beyenir-false.jpg) no-repeat;}
.cont-social a.beyenmir_false { background:url(../img/beyenmir-false.jpg) no-repeat;}

.beyenme_button {position:relative;font-family:Tahoma,Arial;font-size:16px;font-weight:300;color:#ffffff;padding-left:30px;padding-top:3px;}

.cursor_el {cursor:pointer;}

.related-box {
	background:#d9d9d9;
	padding-bottom:18px;
	}
	
.folder-title {
	border-bottom:1px dotted #497c8c;
	padding:3px 6px;
	}
	
.folder-title span {
	background:url(../img/sprite.png) no-repeat -195px 0px;
	width:27px;
	height:19px;
	float:left;
	display:block;
	margin-right:14px;
	}
	
.folder-title h2 {
	float:left;
	font-size:18px;
	font-weight:normal;
	color:#00373a;
	}
.folder-title h2 a {color:#00373a;}
	
.event-gallery {padding:0 24px; height:285px; position:relative;}
.event-gallery ul li {
	width:200px;
	height:258px;
	color:#00373a;
	display:block;
	float:left;
	padding:25px 25px 0 25px;
	border-right:1px dotted #497c8c;
	}
	
.event-gallery ul li.nosep {border-right:0px;}
.event-gallery ul li.nopad-left { padding-left:0px;}
	
.event-gallery ul li strong {
	font-weight:normal;
	display:block;
	text-align:center;
	line-height:18px;
	height:100px;
	padding:0 10px 0 10px;
	}
.event-gallery ul li strong a {color:#00373a;}
	
.event-gallery ul li small {
	font-size:14px;
	display:block;
	text-align:center;
	}
	
.event-gallery ul li small a {color:#00373a;}
	
.event-pic {
	width:200px;
	height:133px;
	margin-bottom:8px;
	position:relative;
	}
	
.event-pic span {
	background:url(../img/event-frame.png) no-repeat left top;
	width:200px;
	height:133px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	}
	
.prev-btn2 {
	background:url(../img/sprite.png) no-repeat -74px -27px;
	width:32px;
	height:64px;
	display:block;
	position:absolute;
	top:58px;
	left:17px;
	z-index:1;
	}
	
.next-btn2 {
	background:url(../img/sprite.png) no-repeat -111px -27px;
	width:32px;
	height:64px;
	display:block;
	position:absolute;
	top:58px;
	right:17px;
	z-index:1;
	}
	
.recently-slider-bg {
	background:#013438 url(../img/recent-bg.png) repeat-x left top;
	width:881px;
	height:186px;
	padding:0 0 0 19px;
	margin-bottom:45px;
	position:relative;
	}
	
.recently-slider li {
	width:207px;
	height:170px;
	padding:0 4px;
	float:left;
	border-right:1px dotted #fff;
	}
	
.recently-slider li.nosep {border-right:0px;}
	
.recently-slider li h2 {
	height:35px;
	line-height:35px;
	margin-bottom:5px;
	font-size:24px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	}
	
.recent-pic {
	width:207px;
	height:125px;
	position:relative;
	}
	
.recent-pic span {
	background:url(../img/recently-pic-frame.png) no-repeat left top;
	width:207px;
	height:125px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	}
	
.recent-pic a {
	background:url(../img/recent-tag.png) repeat;
	width:187px;
	height:37px;
	font-size:15px;
	color:#fff;
	display:none;
	line-height:18px;
	padding:5px 6px 0px 6px;
	position:absolute;
	bottom:4px;
	left:4px;
	}
.recent-pic:hover a {display:block;}

.prev-btn3 {
	background:url(../img/recent-prev-next.png) no-repeat 0px 0px;
	width:8px;
	height:16px;
	display:block;
	position:absolute;
	top:98px;
	left:4px;
	}
.prev-btn3:hover, .prev-btn3.disabled {background:url(../img/recent-prev-next.png) no-repeat 0px -16px;}

.next-btn3 {
	background:url(../img/recent-prev-next.png) no-repeat -8px 0px;
	width:8px;
	height:16px;
	display:block;
	position:absolute;
	top:98px;
	right:4px;
	}
.next-btn3:hover, .next-btn3.disabled {background:url(../img/recent-prev-next.png) no-repeat -8px -16px;}
	
.recent-pager {
	width:74px;
	height:8px;
	padding:4px 0;
	margin:0 auto;
	}
	
.recent-pager a {
	background: url(../img/recently-pager.jpg) no-repeat 0px 0px;
	width:8px;
	height:8px;
	float:left;
	display:block;
	margin-right:10px;
	text-indent:-9999px;
	}
.recent-pager a.selected {background: url(../img/recently-pager.jpg) no-repeat -8px 0px;}
	
/* Footer Styles
---------------------------------*/	
#footer {
	width:1000px;
	clear:both;
	height:115px;
	position:relative;
	margin:-115px auto;
	}
	
.footer-left {
	width:550px;
	padding:12px 0 0 29px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	}
	
.footer-menu {height:24px;}
	
.footer-menu li {
	float:left;
	border-right:1px solid #fff;
	}
.footer-menu li.nosep {border-right:0px;}
	
.footer-menu li a {
	display:block;
	padding:0 6px;
	color:#fff;
	}
	
.footer-menu li span {
	width:120px;
	display:block;
	font-weight:bold;
	}
	
.footer-social-area {width:380px;}
.footer-social-area span {
	display:block;
	width:125px;
	font-weight:bold;
	float:left;
	}
	
.copyright {
	display:block;
	padding:8px 0 0 0;
	}
	
.footer-right {
	width:400px;
	float:right;
	padding:57px 0 0 0;
	}
	
.footer-right a {
	width:88px;
	height:31px;
	float:left;
	margin-right:12px;
	display:block;
	}
.footer-right a.footer-icon1 {background:url(../img/sprite.png) no-repeat 0px -96px;}
.footer-right a.footer-icon2 {background:url(../img/sprite.png) no-repeat -93px -96px;}
.footer-right a.footer-icon3 {background:url(../img/sprite.png) no-repeat -186px -96px;}
.footer-right a.footer-icon4 {background:url(../img/sprite.png) no-repeat -279px -96px;}

/* Inner 2 Styles
---------------------------------*/
.slogan {
	display:block;
	font-weight:bold;
	color:#614d71;
	float:right;
	padding-top:10px;
	}	
.slogan a {color:#fff;}	

.category-banner {
	width:678px;
	margin:0 auto;
	padding-bottom:50px;
	}
	
.category-container {
	width:900px;
	margin:0 auto;
	padding-bottom:50px;
	}
.cat-slider.cat-slider2 { padding-top:18px;}
.cat-slider.cat-slider2 ul li h2 {background:url(../img/cat-slide-head-brdr.png) no-repeat center top !important; padding:8px 0px 0px 0px !important;}
.cat-slider.cat-slider2 ul li:hover h2 {background:url(../img/cat-slide-head-hover.png) no-repeat center top !important; padding:8px 0px 0px 0px !important;}
.cat-slider.cat-slider2 ul li img {margin-bottom:10px !important;}
	
.cat-slider ul li {
	width:140px;
	height:190px;
	float:left;
	display:block;
	margin-right:50px;
	font-family:Tahoma, Geneva, sans-serif;
	}
.cat-slider ul li.nomrgn {margin-right:0px;}
	
.cat-slider ul li h2 {
	background:url(../img/cat-slide-head-brdr.png) no-repeat bottom center;
	padding-bottom:8px;
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	}
	
.cat-slider ul li h2 a {color:#614d71;}
.cat-slider ul li img {margin-bottom:5px;}
.cat-slider ul li span {
	display:block;
	height:60px;
	line-height:16px;
	font-weight:bold;
	}
.cat-slider ul li span a {color:#614d71;}
.cat-slider ul li:hover h2 {background:url(../img/cat-slide-head-hover.png) no-repeat bottom center;}
.cat-slider ul li:hover h2 a {color:#fff;}
.cat-slider ul li:hover span a { color:#fff;}

.cat-pager {
	width:78px;
	height:8px;
	margin:0 auto;
	}
	
.cat-prev-btn {
	background:url(../img/sprite.png) no-repeat -26px -159px;
	width:4px;
	height:8px;
	display:block;
	float:left;
	margin-right:5px;
	}
.cat-prev-btn:hover, .cat-prev-btn.disabled {background:url(../img/sprite.png) no-repeat -35px -159px;}

.cat-next-btn {
	background:url(../img/sprite.png) no-repeat -44px -159px;
	width:4px;
	height:8px;
	display:block;
	float:right;
	}
.cat-next-btn:hover, .cat-next-btn.disabled {background:url(../img/sprite.png) no-repeat -53px -159px;}

.cat-pager-nav {
	width:65px;
	height:8px;
	float:left;
	}
	
.cat-pager-nav a {
	background:url(../img/sprite.png) no-repeat 0px -159px;
	width:8px;
	height:8px;
	display:block;
	float:left;
	margin-right:5px;
	text-indent:-9999px;
	}
.cat-pager-nav a:hover, .cat-pager-nav a.selected {background:url(../img/sprite.png) no-repeat -13px -159px;}

.cat-spacer {
	background:url(../img/cat-br.png) no-repeat center center;
	height:34px;
	}
	
.footer-bg { background:#614d71;}

/* Inner 3 Styles
---------------------------------*/	
.gallery-container {
	width:910px;
	margin:0 auto;
	padding-bottom:30px;
	}
	
.datepicker { padding:12px 0; font-family:Tahoma, Geneva, sans-serif; color:#fff;}
.datepicker span { display:block; float:left; padding:3px 10px 0 0;}
.datepicker-block {float:left; margin-right:8px;}

.picker-btn {
	background:url(../img/sprite.png) no-repeat 0px -172px;
	width:62px;
	height:20px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	border:0px;
	cursor:pointer;
	}

.tab-nav {
	width:290px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	}
	
.tab-nav ul li {
	text-align:left;
	font-weight:normal;
	font-size:25px;
	}
.ie7 .tab-nav ul li {margin-bottom:-1px;}
.ie6 .tab-nav ul li {margin-bottom:-1px;}

.tab-nav ul li a { height:27px; line-height:27px; display:block; background:#fff url(../img/tab-nab-arrow.png) no-repeat 10px 11px; padding-left:30px; margin-bottom:2px;}
.tab-nav ul li a.active {background:#fff url(../img/tab-nab-arrow-up.png) no-repeat 10px 11px;}

.tab-nav ul ul li {
	text-align:right;
	font-weight:bold;
	font-size:15px;
	border-right:3px solid #dd0205;
	}
.tab-nav ul ul li a {color:#ff0000; background:none !important; height:23px; line-height:23px; display:block; margin-bottom:2px; padding-right:10px;}
.tab-nav ul ul li:hover a, .tab-nav ul ul li.current a{
	background:#614d71 !important;
	}


.tab-cont-block {
	width:620px;
	height:535px;
	float:left;
	}

.tab-content {
	background:#fff;
	width:520px;
	height:500px;
	padding:35px 50px 0px 50px;
	}
	
#loading {
	width:100%;
	padding-top:50px;
	text-align:center;
	}
	
.tab-content.dark {background:#614d71;}
	
.tab-slider {height:190px;}
.tab-slider.tab-slider2 ul li h2 {background:url(../img/tab-slider-brdr2.jpg) no-repeat bottom center;}
.tab-slider.tab-slider2 ul li:hover h2 {background:url(../img/tab-slider-hover2.jpg) no-repeat bottom center;}

.tab-slider ul li {
	width:140px;
	height:190px;
	float:left;
	display:block;
	margin-right:50px;
	font-family:Tahoma, Geneva, sans-serif;
	}
.tab-slider ul li.nomrgn {margin-right:0px;}
	
.tab-slider ul li h2 {
	background:url(../img/tab-slider-brdr.png) no-repeat bottom center;
	padding-bottom:8px;
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#100c16;
	}
.tab-slider ul li img {margin-bottom:5px;}
.tab-slider ul li span {
	display:block;
	height:60px;
	line-height:16px;
	font-weight:bold;
	}
.tab-slider ul li span a {color:#100c16;}
.tab-slider ul li:hover h2 {background:url(../img/tab-slider-hover.png) no-repeat bottom center; color:#ff0000;}
.tab-slider ul li:hover span a { color:#ff0000;}
	
.tab-pager-wrap {height:95px;}
.panes { display:none;}

.tab-pager {
	width:378px;
	margin:0 auto;
	display:block; 
	}
	
.tab-pager li {
	float:left;
	font-weight:bold;
	margin:0 3px;
	}
	
.tab-pager li.normal {font-weight:normal;}
.tab-pager li.normal a { color:#ff0000;}
.tab-pager li a {color:#100c16;}
.tab-pager li a:hover {color:#ff0000;}
.event-gallery .caroufredsel_wrapper { width:702px !important; margin-left:25px !important;}

.carousel .slides div {
	position:absolute;
	overflow:hidden;
	}
	
.frame-l {
	left:0px;
	z-index:30;
	top:132px;
	width:415px;
	background-size:contain;
	}
	
.frame-r {
	left:auto;
	right:-1px;
	z-index:30;
	top:132px;
	width:415px;
	background-size:contain;
	}


.left-back {
	left:0px;
	z-index:30;
	top:50px;
	width:415px;
	height:293px;
	}
	
.left-back img, .right-back img, .front-active img {width:100%;height:100%;}
	
.front-active {
	width:557px;
	height:395px;
	
	left:121px;
	z-index:50;
	top:0;
	}
	
.right-back {
	right:0px;
	z-index:30;
	top:50px;
	width:415px;
	height:293px;
	}	
	
.pager {
	float:right;
	}
	
.pager a {
	float:left;
	display:block;
	height:10px;
	width:10px;
	margin-top:5px;
	margin-right:10px;
	background:#497c8c;
	}
	
.pager a.selected {background:#00373a;}
	
.pager a span {
	display:none;
	}
	
#pager {
	position:relative;
	z-index:50;
	width:100%;
	height:100%;
	overflow:hidden;
	}	
	
	/* Elave css */
.daxili_title {
font-family:Tahoma, Geneva, sans-serif;
font-size:18px;
font-weight:bold;
}	

.daxili_text{
font-family:Tahoma, Geneva, sans-serif;
font-size:14px;
font-weight:normal;
background-color:#614d71 !important;
}	

/****/
#fbplikebox{display: block;padding: 0;z-index: 99999;position: fixed;}
.fbplbadge {background-color:#0B1958;display: block;height: 150px;top: 50%;margin-top: -75px;position: absolute;left: -47px;width: 47px;background-image: url("https://qalereya.az/img/vertical-right.png");background-repeat: no-repeat;overflow: hidden;-webkit-border-top-left-radius: 8px;-webkit-border-bottom-left-radius: 8px;-moz-border-radius-topleft: 8px;-moz-border-radius-bottomleft: 8px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}