

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400,500');
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

button:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #363636;

    background: rgba(0, 0, 0, 1) url("img/bg_muzik_01_back.jpg") top center no-repeat fixed; 

    background-position: top center;
    background-size: cover;
    background-attachment: fixed; 


}

a:hover {
    text-decoration: none
}

.navbar-toggle {
    border: 2px solid #fadf53;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #fadf53 none repeat scroll 0 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    font-size: 20px;
    margin-bottom: 80px;
    padding-bottom: 20px;
    position: relative;
}

.area-title::after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #03edfd, #deadfc) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #03edfd, #deadfc) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    width: 200px;
}

.area-title h2 {
    color: #1d2247;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 30px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
}

.area-title p {
    margin-bottom: 0;
}

.section-padding {
    /*padding: 100px 0;*/
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.red-bg {
    background: #fadf53;
    color: #fff;
}

.dark-bg {
    background: #37363d;
    color: #fff;
}

.gray-bg {
    background: #F4F4F4;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

/* Bilet Alanı */


#latest{
	/*background: url('img/bg_biletal_big.jpg') no-repeat scroll center center / cover;*/
}


.section-heading h1{
	color: #fff;
}


.cover-container {
    height: auto;
    width: 100%;
    white-space: nowrap;
    
}
.cover-item-loca {
    position: relative;
    display: inline-block;
    border-top-right-radius: 4px;
    width: 150px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}
.cover-item {
    position: relative;
    display: inline-block;
    border-top-right-radius: 4px;
    vertical-align: bottom;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
	padding-left: 3%;
}
/* Responsive */
@media only screen and (max-width: 768px){
	.cover-container{
		overflow-x: scroll;
		overflow-y: hidden;
	}
}
@media only screen and (max-width: 480px){
	.cover-container{
		overflow-x: scroll;
		overflow-y: hidden;
	}
}

/* açılır menü */
.dropdown-menu{
	background-color: rgba(0, 0, 0, 0.6);
}
.dropdown-menu li{
	padding: 0 !important;
}

#Bilet_Alani .Koltuk_Tablosu .Koltuk:hover{
	background-color: #f1f1f1;
}
#Bilet_Alani .Koltuk{
	display: block;
	background:#8a8a8a;
	color:#000;
	width: 30px;
	cursor: pointer;
	font-size: 8px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-align: center;
	border: 1px solid #000;
}
#Bilet_Alani .Koltuk_Tablosu .sira_Bos{
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #000;
	background: #ddd;
	font-weight: bold;
}
#Bilet_Alani .Loca{
	display: block;
	background:#d19d00;
	color:#000;
	width: 30px;
	cursor: pointer;
	font-size: 8px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-align: center;
	border: 1px solid #000;
	/*cursor: no-drop;*/
}
#Bilet_Alani .Loca:hover{
	background: #d19d00 !important;
	/*cursor: no-drop;*/
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Bos{
	background-color: #8a8a8a;
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Secili{
	background: #00b306;
	color: #000;
	/*pointer-events: none;*/
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Secili:hover{
	background: #00b306;
	color: #000;
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Dolu{
	background: #580202;
	color: #b3abab;
	cursor: no-drop;
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Dolu:hover{
	background: #580202;
	color: #b3abab;
	cursor: no-drop;
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Rezerve{
	background: #023958;
	color: #fff;
	cursor: no-drop;
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Rezerve:hover{
	background: #023958;
	color: #fff;
	cursor: no-drop;
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Yok{
	background: rgba(0, 0, 0, 0);
	color: #b3abab;
	cursor: no-drop;
}
#Bilet_Alani .Koltuk_Tablosu .Koltuk_Yok:hover{
	background: rgba(0, 0, 0, 0);
	color: #b3abab;
	cursor: no-drop;
}
.circle_bos_koltuk{
	color: #8a8a8a;
}
.circle_secilen_koltuk{
	color: #00b306;
}
.circle_rezerv_koltuk{
	color: #023958;
}
.circle_dolu_koltuk{
	color: #580202;
}
.circle_giseden{
	color: #d19d00;
}
.koltuk_bilgisi{
	color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	width: 150px;
	width: 187.5px;
	margin: 20px 10px 0 0;
	float: left;
	font-size: 10px;
	line-height: 10px;
}
.koltuk_bilgisi i{
	line-height: 10px;
	margin-right: 5px;
	
}

/*Poster_Alani*/
#Poster_Alani{
	margin-bottom: 50px;
}

#Oyun_Sec_Alani label{
	color: #fff;
	font-weight: bold;
	float: left;
}
#Oyun_Sec_Alani select{
	margin-bottom: 20px;
	float: left;
}

#Seans_Alani{
	display: none;
	margin-bottom: 100px;
}

#Oyuna_Don_Alani, #Seansa_Don_Alani{
	display: none;
	margin: 20px;
}
#Bilet_Alani{
	display: none;
}

#Bilet_Alani .alanlari_ayir{
	height: 450px;
}
#Bilet_Alani .alanlari_ayir li{
	float: left;
}

#Bilet_Alani .RezervePaneli{
	width: 300px;
	background-color: #ddd;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
}
#Bilet_Alani .RezervePaneli .Rezerv_baslik{
	font-size: 14px;
	font-weight: bold;
}
#Bilet_Alani .RezervePaneli .form-group{
	margin-bottom: 10px !important;
}
#Bilet_Alani .RezervePaneli input{
	height: 25px;
}
#Bilet_Alani .RezervePaneli select{
	height: 25px;
	font-size: 12px;
	padding: 0 10px;
}

#KalanSure{
	background: #ddd;
	color: #000;
	width: 500px;
	margin-bottom: 10px;
}

#Li_KonserBilet{
	display: none;
	width: 60%;
}
#Li_KonserBilet .adet_sec{
	background-color: #0596ff;
}
#KonserAlani{
	padding: 10px;
}
#KonserAlani p{
	color: #fff;
	font-weight: bold;
	margin: 10px;
}
#KonserAlani select{
	margin: 10px;
	width: 100px;
}

#Li_SatinAl{
	display: none;
}
#Li_SatinAl h2, p{
	color: #fff;
	/*font-weight: bold;*/
}
#Li_SatinAl .OdemeBilgiler label{
	color: #fff;
	font-weight: bold;
}




#gallery{
	background: url('img/bg_ekip-back.jpg') repeat-x top left;
}











/*--------------------------
    2. TOP AREA
---------------------------*/
/* .navbar-top */

.navbar-top{
	height: auto;
	line-height: 20px;
	background-color: #363636;
	z-index: 999;
}
.navbar-top marquee{
	color: #fff;    color: #f9e253;
    font-size: 18px;
}
.navbar-top .sosyal_ag{
	max-width: 1140px;
	margin: 0 auto;
	
}
.navbar-top .navbar-top-info{
	z-index: 1;
	background-color: #363636;
	padding: 0 50px 0 150px;
	top: 0;
	position: absolute;
	box-shadow: 12px 0 15px -4px rgba(54,54,54, 0.8), -12px 0 8px -4px rgba(54,54,54, 0.8);
	margin-left: 10px;
	
}
.navbar-top .navbar-top-info{
	list-style: none;
}
.navbar-top .navbar-top-info li{
	float: left;
	margin-right: 2px;
	color: #fff;
	font-size: 13px;
}
.navbar-top .navbar-top-info li a{
	color: #fff;
	margin-left: 5px;
}
.navbar-top .navbar-top-info li i{
	font-size: 12px;
	margin-right: 2px;
}

@media only screen and (max-width: 768px){
	
}
@media only screen and (max-width: 480px){
	.navbar-top .navbar-top-info{
		z-index: 1;
		background-color: #363636;
		padding: 0 10px 0 10px;
		top: 0;
		position: absolute;
		box-shadow: 12px 0 15px -4px rgba(54,54,54, 0.8), -12px 0 8px -4px rgba(54,54,54, 0.8);
		margin-left: 10px;
		
	}
}

/* İçerikler */

#icerikler{
	margin-top: 180px;
	margin-bottom: 50px;
}
#icerikler .icerik_title_row{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: rgba(0, 0, 0, 0.6);
	display: inline-block;
	margin-bottom: -6px;
}
#icerikler .icerik_row {
	background-color: rgba(0, 0, 0, 0.6);
	border-top: 1px solid #fff;
	
}
.icerik-title{
	padding: 10px 0 0 0;
	color: #fff;
}

.icerik-detay{
    padding: 30px 0 30px 0;
}
.icerik-detay .card img.card-img-top {
	width: 100%;
}
.icerik-information h2{
	color: #fff;
	font-size: 17px;
}

.oyun_icerikleri{
	margin: 0 0 20px 0;
}
.oyun_icerikleri .panel{
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 20px;
	margin: 0 5px 10px 5px;
	padding: 10px;
	
}

#Oyuncu_Listesi .thumbnail{
	height: 200px;
}
#Oyuncu_Listesi .thumbnail .caption h3{
	font-size: 15px;
}
#icerik_row #Galeri .single-gallery-items{
}

/*footer*/
#footer{
	/*background: url('img/bg_footer.jpg') no-repeat center;*/
	background-color: #000;
	position: relative;
	padding-bottom: 100px;
}
#footer .info_iletisim{
	margin-top: 62px;
}
#footer ul.menu_mini{ margin-top:17px;}
#footer ul.menu_mini li{ list-style:none;font-size:12px; margin-bottom: 10px; }
#footer ul.menu_mini li a{ color: #fff; }
#footer ul.menu_mini li a:hover{ font-weight:bold; }
#footer .list-inline li{ float: left; margin-right: 5px;}
#footer .list-inline li a{ color: #fff;}
#footer .logo_footer { width:85px;height:86px;display:block;background: url('img/logo_footer.png') no-repeat center; position: absolute; left: -85px; top: 20px;}
#footer .logo_footer:hover { background: url('img/logo_footer_black.png') no-repeat center; }
#footer .info_adres {font-size: 12px; line-height: 15px; font-weight: bold; color: #fff; width: 62%; float: right; margin-top: 25px;}
#footer .baslik h2 { text-transform: capitalize; font-size:18px; color: #fff; font-weight: bold; margin-bottom: 20px; }
#footer .baslik .separator { width: 101px; height:2px; background: #ffffff; float: right; position: absolute; left: 78%;}
@media (min-width: 768px) {
	#footer .instagrams{
		position: absolute;
	}
}

#footer .instagrams{
	/*position: absolute;*/
	color: #fff;
	/*left: 55%;*/
}
#footer .instagrams h2{
	font-weight: bold;
	padding-bottom: 20px;
}
#footer .instagrams .separator { width: 101px; height:2px; background: #ffffff;}



.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}


.page_bg{
    /*background: rgba(0, 0, 0, 1) url("img/bg_muzik_01_back.jpg") top center repeat fixed; */
}

.top-area {
    /*height: 100%;*/
    overflow: hidden;
    position: relative;
    width: 100%;
	/*background: rgba(0, 0, 0, 1) url(img/bg_muzik_01_back.jpg) no-repeat scroll center center / cover;*/
}

.top-area-bg {
    /*background: rgba(0, 0, 0, 1) url("img/bg_muzik_01_back.jpg") no-repeat scroll center center / cover;*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.top-area-bg::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#particles-js {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.wel-come-text-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
}


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mainmenu-area {
    background: rgba(31, 31, 34, 0.7) none repeat scroll 0 0;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
}

.navbar-header {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
}

.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	position: absolute;
	top: 0px;
	z-index: 2;
}

.is-sticky .navbar-brand > img {
    max-width: 60%;
	margin-top: -15px;
}

ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    letter-spacing: 2px;
    padding: 30px 0;
    padding-right: 19px;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

    /*
    padding-right: 12px;
    font-size: 11.4px;*/
}

ul#nav li a::after {
    background: #f5d478 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

ul#nav li.active a::after,
ul#nav li:hover a::after {
    width: 100%;
}

ul#nav li a:hover,
ul#nav li.active a {
    color: #f5d478;
}

.is-sticky ul#nav li a {
    padding: 20px 15px;
    padding: 20px 10px;
    color: #ffffff;
}

.is-sticky ul#nav li a:hover,
.is-sticky ul#nav li.active a {
    color: #f5d478;
}

.is-sticky .navbar-header {
    margin-top: -3px;
}

.is-sticky .mainmenu-area {
    background: rgba(31, 31, 34, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999 !important;
}

.fullscreen-button {
    float: right;
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.is-sticky .fullscreen-button {
    height: 40px;
}

.fullscreen-button a {
    color: #fff;
    font-size: 20px;
    height: 40px;
    margin-top: -20px;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.fullscreen-button a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "\f065";
    font-family: FontAwesome;
    height: 100%;
    left: 0;
    padding-top: 7px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.fullscreen-button a.open::before {
    content: "\f066";
}

.fullscreen-button a:hover::before {
    color: #fadf53;
}


/*-----------------------------------
    2.2 WELCOME SLIDER AREA
-------------------------------------*/

.welcome-slider-area.owl-carousel {
    position: relative;
    height: 100%;
    z-index: 9;
}

.welcome-slider-area.owl-carousel div:not(.owl-controls) {
    height: 100%;
}

.single-welcome-slide::before {
    background: #000 url(img/pattarn.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.single-welcome-slide {
    -moz-box-align: center;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding-top: 100px;
}

.welcome-slider-area .owl-controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 150px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -75px;
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 9;
}

.welcome-slider-area .owl-dots > div {
    background: #7a8693 none repeat scroll 0 0;
    display: block;
    height: 3px !important;
    margin-bottom: 20px;
    width: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.welcome-slider-area .owl-dots > div.active {
    background: #fff;
}

.welcome-slide-one {
    background: url('img/slider/slide_1.jpg');
}

.welcome-slide-two {
    background: url('img/slider/slide_2.jpg');
}

.welcome-slide-three {
    background: url('img/slider/slide_3.jpg');
}

.welcome-slide-four {
    background: url('img/slider/slide_4.jpg');
}

.welcome-slide-one,
.welcome-slide-two,
.welcome-slide-three,
.welcome-slide-four {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.welcome-text h1,
.welcome-text h2,
.single-welcome-slide h1,
.single-welcome-slide h2 {
    font-size: 60px;
    letter-spacing: 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.welcome-text h1,
.single-welcome-slide h1 {
    font-weight: 700;
}


/*.custom_animateed {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

.animate_left_to_right {
    -webkit-animation: animate_left_to_right;
    animation: animate_left_to_right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate_right_to_left {
    -webkit-animation: animate_right_to_left;
    animation: animate_right_to_left;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes animate_left_to_right {
    0% {
        -webkit-transform: translateY(-35%)scaleY(0);
        transform: translateY(-35%)scaleY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0)scaleY(1);
        transform: translateY(0)scaleY(1);
    }
}

@keyframes animate_left_to_right {
    0% {
        -webkit-transform: translateY(-35%)scaleY(0);
        transform: translateY(-35%)scaleY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0)scaleY(1);
        transform: translateY(0)scaleY(1);
    }
}

@-webkit-keyframes animate_right_to_left {
    0% {
        -webkit-transform: translateY(35%)scaleY(0);
        transform: translateY(35%)scaleY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0)scaleY(1);
        transform: translateY(0)scaleY(1);
    }
}

@keyframes animate_right_to_left {
    0% {
        -webkit-transform: translateY(35%)scaleY(0);
        transform: translateY(35%)scaleY(0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0)scaleY(1);
        transform: translateY(0)scaleY(1);
    }
}

.service-area a.readmore:hover {
    background: #fff;
    color: #20c89e;
}


/*-----------------------------------
    3. LATEST SHORT AREA
------------------------------------*/

.recent-photo-title-and-tag {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), #000) repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    letter-spacing: 1px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.recent-photo-title-and-tag h3 {
    font-size: 18px;
}

.recent-photo-title-and-tag a {
    color: #fff;
}

.swiper-slide.swiper-slide-next .recent-photo-title-and-tag {
    opacity: 1;
}

.swiper-container .arrow-left,
.swiper-container .arrow-right {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 0;
    margin-top: -25px;
    padding-top: 9px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 9;
    opacity: 0;
}

.swiper-container .arrow-right {
    left: auto;
    right: 0;
}

.swiper-container .arrow-left:hover,
.swiper-container .arrow-right:hover {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.swiper-container:hover .arrow-left,
.swiper-container:hover .arrow-right {
    opacity: 1;
}


/*-----------------------------------
    3.1. FUN FACT AREA
------------------------------------*/

.single-fun-fact {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 80px;
    text-transform: capitalize;
}

.fact-icon {
    font-size: 100px;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100px;
}

.single-fun-fact h3 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1;
}


/*-----------------------------
    4. ABOUT AREA
-------------------------------*/

.about-area {
    position: relative;
}

.about-area-author-bg {
    background: rgba(0, 0, 0, 0) url("img/about/author.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.about-content {
    padding-left: 40px;
}

.about-details h4 {
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.about-details p {
    margin-bottom: 20px;
}

.author-sign {
    margin: 40px 0;
}

.author-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.author-social-bookmark ul li {
    display: inline;
}

.author-social-bookmark ul li a {
    color: #7a8693;
    display: inline-block;
    font-size: 20px;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    width: 35px;
}

.author-social-bookmark ul li a:hover {
    color: #fff;
}

.photographer-skills {
    padding-top: 40px;
}

.skillst {
    width: 100%;
}

.skillst .skillbar {
    background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    height: 5px;
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    width: 100%;
    color: #7a8693;
}

.skillst .skill-info {
    height: 30px;
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
}

.skillst .skill-info div {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.skillst .skill-info div.count {
    float: right;
}

.skillst .skillbarin {
    background: transparent;
    height: 100%;
    position: relative;
}

.skillst .count-bar {
    width: 0px;
}

.skillst .count-bar {
    background: #7a8693;
    height: 100%;
}


/*------------------------------
    5. PRICEING AREA
-------------------------------*/

.single-price {
    padding: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.price-title-and-rate {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.price-icon {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fadf53;
}

.price-title {
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.price-title-and-rate > h3 {
    color: #fadf53;
    font-size: 60px;
    font-weight: 700;
}

.price-title-and-rate h3 span {
    font-size: 24px;
}

.price-details {
    background: #fff none repeat scroll 0 0;
    padding-top: 50px;
}

.price-details ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.price-details ul li {
    padding: 7px 0;
}

.price-details ul li::before {
    background: #1d2247 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 2px;
    margin-right: 15px;
    margin-top: 10px;
    width: 30px;
}

.price-button {
    padding: 40px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.price-button a {
    background: #37363d none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 50%;
    letter-spacing: 3px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    top: -20px;
    width: calc(100% - 30%);
}

.single-price.active,
.single-price:hover {
    box-shadow: 0 0 20px #ebebeb;
}

.price-button a:hover {
    background: #fafafa none repeat scroll 0 0;
    border-color: #10ecff;
    color: #333;
}


/*------------------------------
    6. TESTMONIAL AREA
-------------------------------*/

.testmonial-area {
    color: #fff;
    position: relative;
    text-align: center;
}

.testmonial-area-bg {
    background: rgba(0, 0, 0, 0) url("img/testmonial/testmonial_bg.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.testmonial-area-bg::after {
    background: #37363d none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.author-img {
    border-radius: 50%;
    height: 120px;
    margin: 0 auto 30px;
    overflow: hidden;
    width: 120px;
}

.author-img img {
    border-radius: 50%;
}

.testmonial-author-name-title-img h4 {
    font-size: 24px;
    text-transform: uppercase;
}

.testmonial-author-name-title-img h5 {
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.testmonial-author-details {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    padding: 30px;
    position: relative;
}

.testmonial-area .owl-controls .owl-dots {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.testmonial-area .owl-controls .owl-dots > div {
    background: #e8edff none repeat scroll 0 0;
    border-radius: 20px;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
}

.testmonial-area .owl-controls .owl-dots > div.active {
    height: 20px;
}


/*------------------------------
    7. CONTACT AREA
-------------------------------*/

.contact-area-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 90px 0;
    position: relative;
}

.contact-from-bg {
    background: #333 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70%;
}

.footer-address-details,
.google-map {
    padding-left: 40px;
    color: #fff;
}

.contact-form-area {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px #e4e4e4;
    padding: 50px 40px;
    position: relative;
    z-index: 9;
}

.footer-address-details {
    color: #7a8693;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
}


.footer-address-details h3 {
    color: #fff;
}

.footer-address-details a {
    color: #f3d277;
}

.footer-address-details a:hover {
    color: #fff;
}

.form-control {
    background: #f2f4f5 none repeat scroll 0 0;
    border-radius: 0;
    margin-bottom: 5px;
    max-height: 140px;
    min-height: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-area .form-control:focus {
    background: #fff none repeat scroll 0 0;
    border-color: #0beeff;
    box-shadow: 0 0 0;
    color: #333;
    outline: 0 none;
}

.contact-form button {
    background: #333 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: -20px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-form button:hover {
    background: #fafafa none repeat scroll 0 0;
    border-color: #10ecff;
    color: #333;
}


/*------------------------------
    8. GALLERY AREA
--------------------------------*/

.single-gallery-items {
    float: left;
    width: 100%;
}

.single-gallery-items img {
    width: 100%;
}


/*------------------------------
    9. FOOTER AREA
-------------------------------*/

.footer-area {
    background: rgba(31, 31, 34, 0.9) none repeat scroll 0 0;
    color: #fff;
    padding: 25px 0;
}

.footer-area a {
    color: #fff;
}

.footer-area a:hover {
    color: #fadf53;
}

.footer-copyright p {
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-social-bookmark ul {
    list-style: outside none none;
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.footer-social-bookmark ul li {
    display: inline;
}

.footer-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-right: 4px;
    padding-top: 5px;
    text-align: center;
    width: 35px;
}

.footer-social-bookmark ul li a:hover {
    color: #fadf53;
}


/*------------------------------
    10. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #fadf53 none repeat scroll 0 0;
    bottom: 20px;
    box-shadow: 0 0 0 7px transparent;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 6px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 99;
}

a.scrolltotop:hover {
    box-shadow: 0 0 0 0 #272727;
    background: #272727;
}



/*------------------------------
    Slider
-------------------------------*/
.video-wrapper {
  overflow: hidden;
  width: 100%;
}

.small-video-row {
  padding: 60px 0px;
}

.slick-slide {
  transition: ease-in-out all .15s ease;
  transform: scale(1, 1);
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
}

.slick-current {
  transform: scale(1.25, 1.25);
  transition: ease-in-out all .15s ease;
  z-index: 2;
  overflow:hidden;
}

.slick-current:hover {
  cursor: pointer;
}

.video-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
}

.slick-current .video-overlay {
  background-color: rgba(0, 0, 0, 0);
}

.small-video-text {color:#fff;}


.slick-slide img {
    display: block;
    width: 100%;
}

/************** Custom overflow ********/

.slick-list {
    overflow: visible; 
}

.card-title{
	background-color: rgba(0, 0, 0, 0.75);
	color: #fff;
	padding: 5px;
        height: 48px;
}



/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: #fff;
    display: none;
}

.tabList li{
	background-color: #ddd;
}
.tabList li a{
	color: #000;
}

/* full screen modal kodları */
.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.modal-fullscreen {
  background: #fff;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}
.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}

#videoPlayer{
    position: fixed;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin-top: 300px;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

    z-index:300;
}


