/*** Jetmenu ***/
.jetmenu{ width: auto; margin: 0; background-color: #d11241 !important; }
.jetmenu a{ background-color: #d11241 !important; }
.jetmenu a:hover, .jetmenu .active > a, .jetmenu a:focus{ background-color: #a21218 !important; }
.jetmenu > li > a{ height: 70px; padding: 23px 6px; color: #eee; font-size: 16px; text-shadow: 1px 1px #999999; font-family: 'helvetica_neue'; }
.jetmenu > li > .megamenu > .row{ margin-left: 0px; margin-right: 0px; }
.jetmenu .indicator{ top: 0px; display: none; }
.jetmenu ul.dropdown, .jetmenu > li > .megamenu{ display: none !important; top: 70px; background-color: #d11241; }
.jetmenu ul.dropdown li a{ color: #eee; font-size: 14px; text-shadow: 1px 1px #999999; font-family: 'helvetica_neue'; }
@media (max-width: 991px) {
	.jetmenu{ margin: 0 -3px; }
	.jetmenu li.first{ margin-top: 10px; }
	.jetmenu li.last{ margin-bottom: 10px; }
	.jetmenu a{ padding: 0 15px !important; font-size: 1.4em !important; }
	.jetmenu > li > a, .jetmenu ul.dropdown li a{ height: 40px !important; line-height: 40px; }
	.jetmenu ul.dropdown li span{ display: block; height: 30px !important; line-height: 30px; padding-left: 25px; background-color: #d11241 !important; color: #ddd; font-size: 16px; font-style: italic; }

	.jetmenu > li.showhide{ height: 70px; background-color: #d11241; }
	.jetmenu > li.showhide span.title{ display: none; }
	.jetmenu > li.showhide span.icon{ margin-top: 27px; }
	.jetmenu > li.showhide .icon em{ background-color: #fff; }

	.jetmenu > li > a{ height: 70px; padding: 23px 6px; color: #eee; font-size: 16px; text-shadow: 1px 1px #999999; font-family: 'helvetica_neue'; }
	
	.jetmenu ul.dropdown, .jetmenu > li > .megamenu{ display: block !important; }

}
@media (max-width: 767px) {
	.jetmenu{ margin: 0; }
}


/*** Flexslider ***/
.flexslider,
.contentSlider { border: none; -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4); -moz-box-shadow: 0 0 10px rgba(0,0,0,.4); -o-box-shadow: 0 0 10px rgba(0,0,0,.4); box-shadow: 0 0 10px rgba(0,0,0,.4); } /* wrapper styles here*/
li.item{ position: relative; height: 590px; background-size: cover; background-position: center center; } /* Slider yüksekliği */
.flex-caption{ position: absolute; top: 100px; right: 220px; z-index: 9; color: #fff; text-shadow: 1px 1px #999; -webkit-text-shadow: 1px 1px #999; -moz-text-shadow: 1px 1px #999; -o-text-shadow: 1px 1px #999; }
    .flex-caption h2{ font-size: 48px; }
    .flex-caption p{ font-size: 18px; }

li.contentItem{ position: relative; height: 460px; background-size: cover; background-position: center center; } /* Slider yüksekliği */
.contentSlider .flex-control-nav { position: absolute; bottom: 0; left: 0; text-align: center; }
/* Direction Nav */
.flex-direction-nav a { color: #fff; height: 50px; }
.flex-direction-nav a:before { content: '\f001'; }
.flex-direction-nav a.flex-next:before { content: '\f002'; }
.flex-direction-nav .flex-prev { left: 25px; }
.flex-direction-nav .flex-next { right: 25px; }
.flexslider:hover .flex-prev { left: 25px; opacity: 0.7; }
.flexslider:hover .flex-next { right: 25px; opacity: 0.7; }
/* Control Nav */
.flex-control-nav { position: absolute; bottom: 110px; text-align: center; }
.flex-control-nav li { margin: 0 6px 0 0; }
.flex-control-paging li a { background: url('../images/sliderPassive.png') no-repeat; width: 34px; height: 12px; border: none; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; }
.flex-control-paging li a:hover { background: url('../images/sliderActive.png') no-repeat; }
.flex-control-paging li a.flex-active { background: url('../images/sliderActive.png') no-repeat; cursor: default; }
@media (max-width: 991px) {
	.flexslider{ -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
	.flex-caption{ right: 110px; }
}
@media (max-width: 767px) {
	.flexslider{ -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; }
	.flex-caption{ right: 10px; }
}


/*** FredCarousel ***/
.carousel-wrapper{ width: 100% !important; overflow: hidden; font-size: 12px; }
    .carousel-wrapper ul li{ float: left; display: inline-block; width: 100%; }
	.caroufredsel_wrapper{ width: 100% !important; }
	#carousel{ width: 100% !important; }
@media (max-width: 991px) {
	#carousel{ font-size: 16px !important; line-height: 18px; }
}


@media (max-width: 767px) {
	.Zebra_DatePicker_Icon_Inside{ left: auto !important; }
}



