@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet');

/*font-family: 'Poppins', sans-serif;
 font-family: 'Montserrat', sans-serif;
 font-family: 'Lato', sans-serif;
*/

@import url('animate.css');

/*@import url('fontawesome.css');
@import url('jquery.fancybox.css');*/


/***Reset Css***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

button:hover,
a:hover {
	transition: all 1s;
}

body {
	font-size: 15px;
	color: #3a3a3a;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #e31e25;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Poppins', sans-serif;
}

input,
button,
select,
textarea {
	font-family: 'Poppins', sans-serif;
	    background: transparent;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.centered {
	text-align: center;
}

section {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}

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

.wrapper {
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0px;
}

header {
	position: fixed;
	width: 100%;
	float: left;
	z-index: 9999;
}

.header-main {
	margin-top: 20px;
	transition: all 0.3s linear;
	/* z-index: 101; */
	position: relative;
	width: 100%;
	float: left;
}

.header-main-top {
	float: left;
	width: 100%;
	position: relative;
}

.header-main-top .main-phone {
	float: left;
	margin-right: 30px;
}

.header-main-top .main-phone img {
	float: left;
	height: 26px;
}

.header-main-top .main-phone a {
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
}

.header-main-top .main-social {
	margin-right: 30px;
}

.header-main-top .main-social a {
	color: #fff;
	margin: 0 5px;
}
.header-main-top .main-social a i {
	font-size:20px;
}

.rezervasyon {
	position: relative;
	top: -4px;
	float: left;
	margin-right: 1px;
}

.rezervasyon a {
	color: #fff;
	/* background: #dda500; */
	padding: 20px 10px;
	    font-weight: 400;
}
.rezervasyon .fa {
    margin-right: 8px;
}

.yol-tarifi {
	position: relative;
	top: -4px;
	float: left;
}

.yol-tarifi a {
	color: #fff;
	/* background: #dda500; */
	padding: 20px 20px;
}
.yol-tarifi .fa {
    margin-right: 8px;
}
.header-main .logo {
	margin-top: 15px;
	z-index: 100;
}

.header-main .logo img {
	margin-top: -22px;
    width: 300px;
}

.header-main nav.navigation>ul {
	margin-top: 20px;
}

.header-main nav.navigation ul li a {
	color: #ddd;
	font-weight: 500;
	font-size: 16px;
}

.header-main nav.navigation ul li a:hover,
header .header-main nav.navigation ul li a:focus {
	background: none;
	color: #0055d7;
}

.header-main nav.navigation>ul>li>a::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 20px;
	left: 15px;
	top: -8px;
	background: #fff;
	opacity: 0;
	transition: all linear 1s;
}

.header-main nav.navigation ul li:hover a::after {
	opacity: 1;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent !important;
	border-color: transparent;
}

nav.navigation .dropdown-menu {
	position: absolute;
	left: 0;
	right: 0px;
	top: 40px;
	background-color: rgba(0, 0, 0, 0.87);
	background-color: #dda500;
	max-height: 0;
	transition: all 0.4s ease-out;
	overflow: hidden;
	display: block;
	padding: 0;
	z-index: 9;
	box-shadow: none;
	border: 0px;
	margin-top: 5px
}

nav.navigation .dropdown:hover .dropdown-menu {
	max-height: inherit;
	padding: 20px 0 20px 0;
}

.dropdown-item {
	    padding: 4px 20px;
    display: block;
    color: #555;
}

.dil {
	    color: #fff;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 400;
}

nav.navigation .dropdown-menu ul li a {
	padding: 8px 20px;
	color: #a3a2a2;
	font-size: 13px;
}

nav.navigation .dropdown-menu ul li.active a,
nav.navigation .dropdown-menu ul li a:hover {
	color: #fff;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background-color: transparent;
}



.header-main.fixed {
	position: absolute;
	left: 0;
	right: 0px;
	margin-top: 0;
	height: 85px;
	background-color: rgb(15, 15, 15);
	/*background-color: rgb(156, 135, 47);*/
	/*background-color: #bf930d;*/
	-webkit-box-shadow: 0px 0px 25px 0px rgb(0, 0, 0);
	-moz-box-shadow: 0px 0px 25px 0px rgb(0, 0, 0);
	box-shadow: 0px 0px 25px 0px rgb(0, 0, 0);
	margin-bottom: 0px;
}




/* responsive menu */

.responsive-menu {
	float: left;
	width: 100%;
	height: auto;
	z-index: 99;
}

.responsive-menu #nav-icon {
	width: 40px;
	height: 35px;
	position: absolute;
	top: 75px;
	right: 75px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 9999;
	cursor: pointer;
	display: none;
}

.responsive-menu #nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 30%;
	background: #ffffff;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	cursor: pointer;
}

.responsive-menu #nav-icon span:nth-child(even) {
	left: 30%;
	border-radius: 0 9px 9px 0;
}

.responsive-menu #nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}

.responsive-menu #nav-icon span:nth-child(1),
#nav-icon span:nth-child(2) {
	top: 0px;
}

.responsive-menu #nav-icon span:nth-child(3),
#nav-icon span:nth-child(4) {
	top: 10px;
}

.responsive-menu #nav-icon span:nth-child(5),
#nav-icon span:nth-child(6) {
	top: 20px;
}

.responsive-menu #nav-icon.open span:nth-child(1),
#nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.responsive-menu #nav-icon.open span:nth-child(2),
#nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.responsive-menu #nav-icon.open span:nth-child(1) {
	left: 6px;
	top: 10px;
}

.responsive-menu #nav-icon.open span:nth-child(2) {
	left: calc(50% - 6px);
	top: 10px;
}

.responsive-menu #nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
}

.responsive-menu #nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
}

.responsive-menu #nav-icon.open span:nth-child(5) {
	left: 6px;
	top: 19px;
}

.responsive-menu #nav-icon.open span:nth-child(6) {
	left: calc(50% - 6px);
	top: 19px;
}

.responsive-menu .menu {
	position: absolute;
	width: 100%;
	top: 0px;
	right: -100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.95);
	transition: all 0.5s linear;
	z-index: 999;
	padding-top: 50px;
}

.responsive-menu .menu.open {
	right: 0px;
	overflow: auto;
}

.responsive-menu .menu-top {
	padding: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
	height: 97px;
}

.responsive-menu .menu-bottom {
	padding: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	height: 73px;
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0px;
}

.responsive-menu .menu-top .language {
	margin-right: 40px;
	margin-left: 25px;
}

.responsive-menu .menu-top .language a {
	color: #fff;
	padding-top: 13px;
	line-height: 55px;
	margin: 0 5px;
}

.responsive-menu .menu-top .language a.active {
	transition: all 0.5s linear;
	border-top: 4px solid #fff;
}

.responsive-menu .menu-top .phone {
	color: #fff;
	line-height: 50px;
	background: #03a8f3;
	padding: 0;
}

.responsive-menu .menu-top .phone a {
	color: #fff;
	font-size: 18px;
	line-height: 55px;
	background: #03a8f3;
	padding: 0 30px 0 30px;
	transition: all 0.5s linear;
}

.responsive-menu .menu-top .phone a:hover {
	background: #0685bf;
}

.responsive-menu .menu-top .phone img {
	color: rgba(255, 255, 255, 0.5);
	font-size: 45px;
	position: absolute;
	padding-top: 8px;
}

.responsive-menu .menu-top .login {
	color: #fff;
	line-height: 55px;
	background: #57463b;
	padding: 0;
	margin-left: 0px;
}

.responsive-menu .menu-top .login a {
	color: #fff;
	line-height: 55px;
	background: #57463b;
	padding: 0 30px 0 30px;
	transition: all 0.5s linear;
}

.responsive-menu .menu-top .login a:hover {
	background: #42352d;
}

.responsive-menu .menu-top .login img {
	color: rgba(255, 255, 255, 0.5);
	font-size: 45px;
	position: absolute;
	padding-top: 8px;
}

.responsive-menu .menu>ul {
	text-align: center;
	padding-top: 30px;
	float: left;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.responsive-menu .menu ul li {
	line-height: 36px;
	float: left;
	width: 100%;
}

.responsive-menu .menu ul li:last-child {
	border-bottom: none;
}

.responsive-menu .menu ul li a {
    line-height: 50px;
    color: #a3a2a2;
    font-size: 18px;
}

.responsive-menu .menu ul li.active a,
.responsive-menu .menu ul li a:hover {
	color: #fff;
}

.responsive-menu .menu .dropdown-menu {
	position: relative;
	float: left;
	width: 100%;
	right: 0px;
	top: 0px;
	background-color: rgba(47, 46, 46, 0.87);
	max-height: 0;
	transition: all 0.4s ease-out;
	overflow: hidden;
	display: block;
	padding: 0;
	z-index: 9;
	box-shadow: none;
	border: 0px;
}

.responsive-menu .menu .dropdown:hover .dropdown-menu {
	max-height: inherit;
	padding: 15px 0 15px 0;
	text-align: center;
}

.responsive-menu .menu .dropdown-menu li a:hover,
.responsive-menu .menu .dropdown-menu li:hover,
.responsive-menu .menu .dropdown-menu li.active,
.responsive-menu .menu .dropdown-menu li.active a {
	background-color: transparent;
}

.responsive-menu .menu .dropdown-menu li a {
	line-height: 30px;
	color: #a3a2a2;
}

.responsive-menu .menu .dropdown-menu li.active a,
.responsive-menu .menu .dropdown-menu li a:hover {
	color: #fff;
}

.responsive-menu .shareButtons {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
}

.responsive-menu .shareButtons ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: none;
	width: auto;
}

.responsive-menu .shareButtons ul li {
	float: left;
	width: auto;
	height: auto;
}

.responsive-menu .shareButtons ul li a {
	padding: 0px 15px;
}

.resMenu {
	overflow: hidden;
}

.carousel-bg {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
	background-position: center;
	z-index: 9;
	visibility: visible;
	animation-name: pulse;
	background: rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.artist-bg {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
	background-position: center;
	z-index: 9;
	visibility: visible;
	animation-name: pulse;
	background: rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.main-slider .item .carousel-img {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: 99;
}

.main-slider .item .carousel-img::before {
	content: "";
	height: calc(100vh - 120px);
	width: calc(100% - 120px);
	margin: 60px;
	border: 1px solid black;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.main-slider .carousel-caption {
	z-index: 99;
	top: 40%;
	right: 0%;
	left: 0%;
	text-shadow: none;
}

.main-slider .carousel-caption h2 {
	color: #fff;
    font-weight: 600;
    font-size: 50px;
    /* line-height: 60px; */
    text-shadow: none;
    letter-spacing: -1px;
}

.main-slider .carousel-caption h3 {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	/* line-height: 45px; */
	text-shadow: none;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 10px;
}

.main-slider .carousel-caption a.slider-btn {
	border: 1px solid #eee;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	margin-top: 20px;
}

.main-slider .carousel-caption a.slider-btn .fa {
	margin-left: 10px;
}

.carousel-inner>.item .carousel-caption {
	visibility: hidden;
}

.carousel-inner>.item.active .carousel-caption {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
	-webkit-animation-delay: .5s;
	-ms-transform: scale(0.50) !important;
	-webkit-transform: scale(0.50) !important;
	transform: scale(0.50) !important;
}

.mouse-icon {
	width: 100%;
	position: relative;
	text-align: center;
}

.mouse-icon button {
	background: url(../images/icons/mouse-icon.png) no-repeat bottom center !important;
	height: 59px;
	width: 17px;
	border: none !important;
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-bottom: 15px;
	z-index: 9999 !important;
	animation: 2s ease 0s normal none infinite bounce;
}

.main-title h2 {
	margin: 30px auto 0px;
	font-weight: 500;
	color: #3a3a3a;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

.main-title h2 .fa {
	font-size: 40px;
	padding: 5px 10px;
	position: relative;
	top: 5px;
}

.main-title a {
	font-weight: 500;
	color: #999;
	font-size: 14px;
	text-align: center;
	position: relative;
	width: 100%;
	display: inline-block;
}

.main-rezervasyon {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	height: 80px;
	width: 100%;
}

.main-rezervasyon.fix {
	position: fixed;
	top: 62px;
	z-index: 99;
}

.main-rezervasyon.fix form#mainForm {
	background: rgba(0, 0, 0, 1);
}

form#mainForm {
	background: rgba(0, 0, 0, 0.6);
	position: relative;
	padding-top: 20px;
	height: 80px;
}

form#mainForm div[class^='col-']:first-child {
	padding-left: 20px;
}

form#mainForm div[class^='col-']:last-child {
	padding-right: 20px;
}

form#mainForm div[class^='col-'] {
	padding: 0 5px;
}

form#mainForm .form-control {
	height: 40px !important;
	border: none !important;
	/* color: #999 !important; */
}
button.btn.btn-default.btn-block.form-control {
    background: #d0a000;
    color: #fff !important;
}

form#mainForm .form-control-feedback {
	right: 10px !important;
}

form#mainForm .has-feedback .form-control {
	padding-right: 15px !important;
}

form#mainForm .input-group-addon {
	border-radius: 0 !important;
}


/* form#mainForm .plain-select:after {content: ""; position:absolute; z-index:2; right:12px; top:50%; margin-top:-2px; height:0; width:0; border-top:5px solid #333; border-left:5px solid transparent; border-right:5px solid transparent; pointer-events:none;} */

.main-title {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}

.main-title h1.content-title {
	font-size: 50px;
    font-weight: 600;
    color: #e5e5e5;
    overflow: hidden;
    position: relative;
    margin: 0 0 -30px 0;
    z-index: 0;
}

.main-title h2 {
	font-size: 37px;
    font-weight: 700;
}

#main-artist {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
}

.artist .item {
	/* float: left;
	width: 100%; */
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	transition: all 250ms ease-in;
	margin: 10px;
}

.artist .item .artist-box {
	width: 100%;
	overflow: hidden;
}

.artist .item .artist-box .artist-img {
	position: relative;
	height: 360px;
	background-size: cover !important;
	background-position: center center !important;
}

.artist .item .artist-box .artist-img::before {
	content: "";
	z-index: 999;
	height: calc(100vh - 305px);
	width: calc(100% - 30px);
	margin: 15px;
	left: 0;
	border: 1px solid black;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.artist .item:hover {
	/* margin-top: -20px; */
	transition: all 250ms ease-in;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.artist .item:hover span {
	background: rgba(0, 0, 0, 0.6);
}

.artist .item span {
	position: absolute;
	transition: 0.5s all linear;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 360px;
	width: 100%;
	z-index: 99;
	background: rgba(0, 0, 0, 0);
	;
}

.artist .artist-text {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 999;
}

.artist .artist-text h2 {
	color: #eee;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.artist .artist-text h4 {
	color: #eee;
	font-weight: 500;
	font-size: 14px;
	background: rgb(189, 138, 60);
	padding: 10px;
	position: relative;
    width: 70%;
	margin: 0 auto;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.artist .artist-text .content .fa {
	color: #146cbb;
}

.artist-text .text-hover{
	display: none;
	color: #fff;
	transition: all 0.5s linear;
	margin-top: 20px;
}
.artist-list:hover .text-hover{
	display: block;
}

.artist .more {
	opacity: 0;
	position: relative;
	top: -15px;
	padding: 10px 30px;
    background: #0f0f0f;	color: #fff;
	z-index: 999;
}

.artist .item:hover .more {
	opacity: 1;
	color: #fff;
}

.artist .more .fa {
	margin-left: 5px;
	font-weight: 600;
}
#main-artist .owl-nav { 
    text-indent: -99999px; 
    margin-top: 0px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

#main-artist .owl-prev{
    background:url(../images/main-prev.png) no-repeat !important; 
    width: 30px; 
    height: 30px; 
    position: relative;
    left: 48%;
    /*    float: left;  
    margin-left: 10px;*/
} 
#main-artist .owl-next{
    background:url(../images/main-next.png) no-repeat !important; 
    width: 30px; 
    height: 30px; 
    position: relative;
    left: 51%;
    top: -30px;
    /*margin-left: 40px;*/
}
.page-artist .item{
	margin: 0 0 20px 0;
}
.page-artist .gallery-list .item {
	height: 150px;
	margin: 0 10px 10px 0;
}
.page-artist .gallery-list .item .gallery-img {
    height: 150px;
    width: 100%;
    background-position: center center !important;
    background-size: cover !important;
}
.page-artist .gallery-list .item .gallery-icon{
	height: 150px;
}
.page-artist .video-list{
	margin-top: 15px;
}

.main-text-bg{background:#f5f5f5; padding:40px 0 60px 0;}
.main-text h2{font-size:36px; color:#a8a8a8;}
.main-text p{font-size:17px; line-height:25px; margin:25px 0; color:#a8a8a8; font-weight:400;}
.main-text h3{font-size:19px;color:#222; font-weight:600; background:url(../images/icons/main-h3-bottom.png) center bottom no-repeat; padding-bottom:40px; position:relative; z-index:9;}
.main-text .main-icon{background: #f5f5f5; border-radius:50px; height:100px; line-height:100px; width:100px; margin:-20px auto 0 auto; z-index:8; transition: background-color 300ms ease-out 1ms;}
.main-text .main-icon:hover{background: #bd8a3c; transition: background-color 300ms ease-out 1ms;}
.main-text .main-icon .fa{color:#222; font-size: 50px;}
.main-text .main-icon:hover .fa{color:#fff; font-size: 50px;}

.main-organizasyon-bg {
	width: 100%;
    background: url(../images/main-organizasyon-back.png) top center no-repeat;
    background-size: cover;
	padding: 70px 0 40px 0;
}

.main-organizasyon h1 {
	font-size: 34px;
	color: #bd8a3c;
	margin: 0 0 0 0;
	position: relative;
	top: -10px;
}

.main-organizasyon h4 {
	font-size: 22px;
	color: #a5a5a5;
	margin: 100px 0 0 0;
	/* left: 24px; */
}

.main-organizasyon p {
	background: #bd8a3c;
	color: #fff;
	width: 100%;
	padding: 20px 0;
	font-size: 20px;
}
.page-organizasyon p {
	width: 100%;
}

.main-organizasyon #organizasyon-slider{
	position: relative;
	left: 25px;
}

.main-organizasyon .item {
	margin: 10px 0 30px 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main-organizasyon .item {
	margin: 10px 0 30px 0;
	width: 100%;
}
.main-organizasyon .item:hover a {
	color: #666;
}

.main-organizasyon .item .organizasyon-img {
	width: 100%;
	height: 250px;
	background-size: cover !important;
	background-position: center !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-organizasyon .item .organizasyon-img {
	width: 100%;
	height: 250px;
}

.main-organizasyon .item .organizasyon-img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}

.main-organizasyon .owl-nav {
	position: absolute;
	left: -80px;
	top: 210px;
	text-indent: -9999px !important;
	padding: 0 !important;
	margin: 2px !important;
	border-radius: 0 !important;
}

.main-organizasyon .owl-prev {
	background: url(../images/page-prev.png) no-repeat !important;
	width: 20px;
	height: 30px;
	float: left;
}

.main-organizasyon .owl-next {
	background: url(../images/page-next.png) no-repeat !important;
	width: 20px;
	height: 30px;
	margin-left: 30px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: block;
}


/*footer*/

#map-canvas {
	height: 400px;
	float: left;
	width: 100%;
	margin: 0 auto;
}

footer {
	position: relative;
	float: left;
	width: 100%;
	background: #111;
	background: url(../images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	border-top: 1px solid #333;
    padding: 50px 0 0 0;
    z-index: 10;
}

.footer-bg {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
	background-position: center;
	z-index: 0;
	visibility: visible;
	animation-name: pulse;
	    background: rgba(0, 0, 0, 0.18);
}

footer .logo img {
	width: 170px;
}

footer .social-content {
	margin-left: -8px;
	margin-top: 25px;
}

footer .social-content a .fa {
	color: #ccc;
	margin: 8px;
	font-size: 25px;
}

footer .footer-box {
	margin-bottom: 10px;
}

footer .footer-box .icon {
	float: left;
	width: 30px;
}

footer .footer-box .icon .fa {
	font-size: 30px;
    margin-top: 5px;
        color: #ffffff;
}

footer .footer-box .icon .fa.fa-paper-plane {
	font-size: 25px;
	margin-top: 0px;
}

footer .footer-box .text {
	margin-left: 40px;
}

footer .footer-box .text p {
	margin: 0;
    color: whitesmoke;
    font-size: 14px;
    font-weight: 500;
}

footer .main-cd {
	position: relative;
	margin: 30px auto 0 auto;
}

footer .main-cd .cd-top .fa {
	font-size: 18px;
	color: #f5f5f5;
	background: #0055d7;
	padding: 10px 15px;
}

.footer-form {
	background: #f5f5f5;
	padding: 40px 40px 20px 40px;
	margin-top: -200px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.f-form {
	margin-top: 10px;
}

.f-form input {
	height: 45px;
	line-height: 45px;
	border-radius: 0;
	background: none;
	border-color: transparent;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	color: #111;
	font-weight: 500;
}

.f-form textarea {
	height: 100px;
	line-height: 35px;
	border-radius: 0;
	background: none;
	border-color: transparent;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
	color: #111;
	font-weight: 500;
}

.f-form .form-group {
	margin-bottom: 10px;
}

.f-form ::placeholder {
	color: #222 !important;
	font-weight: 500;
}

.f-form .btn-form {
	margin-top: 20px;
	margin: 20px;
	padding: 8px 30px;
	background: #0055d7;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s;
}

.f-form .btn-form:hover {
	background: #222;
	color: #fff;
}

.f-form .error {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #cd0505;
	font-size: 0;
}

.f-form .error:after {
	font-family: FontAwesome;
	content: "\f071";
	font-size: 15px !important;
}

.copyright {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0;
}

.copyright p {
	color: #666;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 0;
}


/*footer*/

.page-banner-img {
	height: 520px;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
}
.page-banner-bg{
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
	background-position: center;
	z-index: 9;
	visibility: visible;
	animation-name: pulse;
	background: rgba(0, 0, 0, 0.5);
}
.page-banner-img::before {
	content: "";
	height: calc(100vh - 120px);
	width: calc(100% - 120px);
	margin: 60px;
	border: 1px solid black;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.page-banner-img-full {
	background: #111;
	padding: 20px auto;
	/* background: url(../images/food-back.jpg) no-repeat top center !important; */
	background-size: cover !important;
	background-position: center center !important;
}
.page-banner-img-full::before {
	content: "";
	height: calc(100% - 0px);
	width: calc(100% - 120px);
	margin: 60px;
	/* border: 1px solid black; */
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid transparent;
	z-index: 1;
}
.page-banner-img-overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
	background-position: center;
	z-index: 0;
	visibility: visible;
	animation-name: pulse;
	background: rgba(0, 0, 0, 0, 0.30);
}


.artist-banner-img {
	height: 800px;
	width: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
}

.artist-banner-img::before {
	content: "";
	height: auto;
	width: calc(100% - 120px);
	margin: 60px;
	border: 1px solid black;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

.page-banner .page-title {
	position: relative;
	z-index: 999;
	text-align: center;
}

.page-banner .page-title h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	margin-top: 300px;
}

.page-banner .breadcrumb {
	margin-top: -10px;
	padding: 0;
	background: none;
}

.page-banner .breadcrumb li {
	display: inline-block;
	font-size: 13px;
	color: #fff;
}

.page-banner .breadcrumb li:before {
	content: "|";
	display: inline-block;
	color: #fff;
	padding: 0 10px;
}

.page-banner .breadcrumb li:first-child:before {
	display: none;
}

.page-banner .breadcrumb li a {
	display: inline-block;
	color: #fff;
}


.site-content {
	padding: 40px 0 40px 0;
	position: relative;
	z-index: 99;;
	width: 100%;
	float: left;
}
.site-full-content {
	padding: 60px 0 40px 0;
	position: relative;
	z-index: 99;
	width: 100%;
	float: left;
}

.site-content .page-img {
	margin: 20px 0 30px 0;
	float: left;
}

h3.title-intro {
	font-weight: 600;
	margin-bottom: 30px;
}

h3.title-intro:after {
	content: "";
	position: absolute;
	height: 4px;
	width: 40px;
	border-radius: 2px;
	background: #aaa;
	top: 40px;
	left: 0;
}

.page-content-title {
	margin: 0 0 30px 0;
}
#page-slider {
	margin: 15px 0 30px 0;
}
#page-slider .col-img {
	background-size: cover;
	background-position: center;
	height: 350px;
	width: 100%;
	float: left;
	border-radius: 5px;
}

.page-artist-detail .artist-page-img {
	max-height: 350px;
	overflow: hidden;
	margin-bottom: 30px;
}

.page-artist-detail .artist-page-img img {
	width: 100%;
	height: auto;
}



.artist-detail h3 {
	font-size: 18px;
	color: #dda500;
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.artist-detail h3::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #dda500;
	height: 4px;
	width: 40px;
}

.artist-detail-bottom .detail-box {
	margin: 20px 0;
}

.artist-detail-bottom .detail-box .detail-icon {
	float: left;
	position: relative;
}

.artist-detail-bottom .detail-box .detail-icon .fa {
	font-size: 22px;
	margin-top: 10px;
}

.artist-detail-bottom .detail-box .detail-text {
	margin-left: 40px;
}

.artist-detail-bottom .detail-box .detail-text p {
	margin-bottom: 0;
}

.artist-detail-bottom .detail-box .detail-text a {
	color: #555;
}

.artist-detail-link a {
	position: relative;
	top: 30px;
	background: #af9b30;
	padding: 10px 30px;
	color: #fff;
	font-weight: 600;
}



.blog .box{
	margin-bottom:50px;
	transition:500ms all linear;
}
.blog .box:hover{
	-webkit-box-shadow: 4px 2px 25px 0px rgba(50, 50, 50, 0.26);
    -moz-box-shadow: 4px 2px 25px 0px rgba(50, 50, 50, 0.26);
	box-shadow: 4px 2px 25px 0px rgba(50, 50, 50, 0.26);
	transition:500ms all linear;
}
.blog .box img{
	border-radius:4px 4px 0 0;
	width: 100%;
}
.blog .box .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 4px 4px;
	padding:30px 20px;
}
.blog .box .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.blog .box .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.blog .box .caption .des{
	color:#757575;
	margin:0 0 30px;
	font-size: 14px;
}
.blog .box .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.blog .box .caption .btn-primary:hover{
	border:1px solid #bd8a3c;
	color:#fff;
}
.btn-primary {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    height: 50px;
}
.btn-primary:hover, .btn-primary:active:hover, .btn-primary:focus {
    background: #bd8a3c;
    border: 1px solid #bd8a3c;
}




.contact-tab-title ul.nav-tabs {
	width: 100%;
	float: left;
	height: 50px;
	border-bottom-color: transparent;
}

.contact-tab-title ul.nav-tabs li {
	background: transparent;
	cursor: pointer;
}

.contact-tab-title ul.nav-tabs li a {
	color: #eee;
    line-height: 38px;
    padding: 6px 20px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    cursor: pointer;
}

.contact-tab-title ul.nav-tabs li a:hover,
.contact-tab-title ul.nav-tabs li a:focus {
	color: #fff;
	cursor: pointer;
	background-color: #0055d7;
	border: 1px solid transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #0055d7;
	border: 1px solid transparent;
}

.contactTabArea {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 0;
}

.contactTabArea ul {
	width: 100%;
	position: absolute;
	top: 60px;
	display: none;
	z-index: 99
}

.contactTabArea ul li {
	width: 100%;
	height: 60px;
	float: left;
	background: #1f5c9e;
	padding: 0 20px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}

.contactTabArea ul li a {
	width: 100%;
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

.contactTabArea ul li:hover {
	background: #084e97;
}

.contentBottom .contactTabText {
	width: 100%;
	float: left;
	background: #146dbd;
	height: 60px;
	padding: 0 20px;
}

.contentBottom .contactTabText h4 {
	float: left;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.contentBottom .contactTabText a {
	float: left;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.contentBottom .contactTabText span {
	width: 36px;
	height: 36px;
	float: right;
	margin-top: 12px;
	background: url(../images/icons/rightDown.png) no-repeat;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.contentBottom .contactTabText.active span {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}


.myMap img {
	width: 100%
}

.contactInformationArea {
	width: 100%;
	height: 267px;
	float: left;
	position: relative;
	background: #1b1b1b;
	padding: 30px
}

.contactInformationArea .adresLeftArea {
	width: 100%;
	float: left;
}

.contactInformationArea .adresGroup {
	width: 100%;
	float: left;
	margin-bottom: 26px
}

.contactInformationArea .adresGroup .s1 {
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 14px;
	color: #eee;
}

.contactInformationArea .adresGroup .s2 {
	width: 100%;
	float: left;
	font-weight: normal;
	line-height: 22px;
	font-size: 14px;
	color: #888;
}

.contactInformationArea .adresGroup .s2 a {
	width: 100%;
	float: left;
	font-weight: normal;
	line-height: 16px;
	font-size: 14px;
	color: #888;
}


.contactInformationArea a.more {
	width: 157px;
	height: 50px;
	float: left;
	line-height: 50px;
	background: #111;
	border-radius: 40px;
	margin-top: 10px;
	padding: 0 20px;
	clear: both;
	overflow: hidden;
	color: #eee;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in
}


.myContactArea .contact-image {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 267px;
	width: 100%;
}

.contact-form-back {
	position: relative;
	float: left;
	padding: 30px 30px;
	background: #eee;
	width: 100%;
	margin: 30px 0 0 0;
}

.contact-form-back h2 {
	font-weight: 500;
}

.contact-form {
	float: left;
	width: 100%;
	height: auto;
}

.gallery-list {
	width: 100%;
	position: relative;
	display: block;
	margin: 15px 0;
	text-align: center;
	float: left;
}

.gallery-list .gallery-list-box {
	margin-bottom: 30px;
}

.gallery-list .item {
	position: relative;
	height: 250px;
	margin-bottom: 30px;
}

.gallery-list .item .gallery-inner:before {
	content: '';
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #f7c02d;
	z-index: 2;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.gallery-list .item:hover .gallery-inner:before {
	opacity: 1;
}

.gallery-list .item .gallery-img {
	height: 250px;
	width: 100%;
	background-position: center center !important;
	background-size: cover !important;
}

.gallery-list .item .gallery-icon {
	z-index: 2;
	height: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(14, 14, 14, 0.5);
	font-size: 22px;
	color: #fff;
	opacity: 0;
	transition: all 0.4s linear;
}

.gallery-list .item:hover .gallery-icon {
	opacity: 1;
}

.gallery-list .item .gallery-icon .fa {
	transform: translate(-50%, -50%);
	top: 50%;
	/* left: 50%; */
	margin-left: 20px;
	position: relative;
}

.gallery-list .item .gallery-text {
	position: relative;
	text-align: center;
	color: #444;
	font-weight: 600;
	margin: 15px 0;
}

h1.content-title {
	font-size: 80px;
	font-weight: 600;
	color: #eee;
	height: 72px;
	overflow: hidden;
	position: relative;
	margin: 0 0 -30px 0;
	z-index: -1;
}



.food-menu-back {
	background: #111;
	padding: 20px auto;
	background: url(../images/food-back.jpg) no-repeat top center !important;
}
.food-menu-back::before {
	content: "";
	height: calc(100% - 0px);
	width: calc(100% - 120px);
	margin: 60px;
	/* border: 1px solid black; */
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid transparent;
	z-index: 1;
}
.food-menu-overlay {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-size: cover;
	background-position: center;
	z-index: 0;
	visibility: visible;
	animation-name: pulse;
	background: rgba(255, 255, 255, 0.80);
	background: rgba(0, 0, 0, 0.80);
}
.food-menu{ width:100%; float: left; position: relative; z-index: 99;}
.food-menu .tabs-all ul { margin:auto; display:table;}
.food-menu .tabs-all ul li img { height:22px; vertical-align: top; margin:0 10px 0 0;}
.food-menu-head { margin:auto; text-align:center; }
.food-menu-head span {font-size:20px; margin:0 0 15px 0; display:inline-block; color:#aaa;} 
.food-menu-head p { text-transform: lowercase; font-size:18px; line-height:35px; color:#aaa;}
.food-menu-head img { height:80px; margin:55px auto 35px; display:block;}

.food-menu-title { margin:35px 0 0 ;}
.food-menu-title h3 { text-align:center; font-size:25px; font-weight:600;  }

.tabs-all { margin:45px 0 70px 0; }
.tabs-all ul {width:auto; display:table;}
.tabs-all ul li { width:auto; float:left; margin:0 5px 20px;  }
.tabs-all ul li a { margin:15px 10px; padding: 5px 0; color:#aaa; font-size:16px; opacity:0.6; font-weight: 500;}
.tabs-all ul li a:hover, .tabs-all .ui-tabs-active a { opacity:1; color:#aaa !important; font-weight:400; border-bottom:2px solid #aaa;}
.tabs-all .tab-content { height:auto; padding:2em 1em; display: table;}
.tabs-all .ui-tabs-panel { clear:both;}
.tab-content p,
.tab-content li,
.tab-content p a,
.tab-content li a { color:#fff;}


.sidebar-top-menu {
    display: inline-block;
    margin: auto;
    padding-left: 0;
    text-align: center;
    top: -70px;
    background: #c0b081;
    background: #111;
    z-index: 99;
    /* box-shadow: 0px 15px 70px 0px rgba(11,51,119,0.17); */
    padding: 12px 25px;
    border-radius: 10px;
	position: relative;
}
.sidebar-top-menu a {
    color: #fff;
    padding: 3px 25px;
    display: inline-block;
    border-right: 1px solid #444;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s linear;  
}
.sidebar-top-menu a.active{
    color:#fff;
    font-weight: 500;
}
.sidebar-top-menu a:last-child{
    border-right: transparent;
}
.sidebar-top-menu a:hover{
    color:#fff;
    font-weight: 500;
    transition: all 0.3s linear; 
}

.organizasyon-form{padding: 20px 30px;}
.organizasyon-form .form-group{margin-bottom:6px;font-size:18px;}
.organizasyon-form input, .organizasyon-form button, .organizasyon-form textarea{width:100%;text-align:left !important;border:none;border-radius:0;background:#eee;}
.organizasyon-form input, .organizasyon-form textarea{padding:20px;}
.organizasyon-form button, .organizasyon-form textarea{padding:10px 20px;}
.organizasyon-form input#exampleInputFile{padding:10px 20px;}
.organizasyon-form .btn-success{text-align:center;background:#ceab6f;background:-moz-linear-gradient(top, #ceab6f 0%, #b28a41 100%);background:-webkit-linear-gradient(top, #ceab6f 0%,#b28a41 100%);background:linear-gradient(to bottom, #ceab6f 0%,#b28a41 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ceab6f', endColorstr='#b28a41',GradientType=0);}

.organizasyon-detail-top {position: relative; float: left; width: 100%; margin-top: -20px}
.organizasyon-detail-top div[class^='col-']{padding:0 0;height:400px;background:#bd8a3c;}
.organizasyon-detail-top h2{    
	font-size: 25px;
    line-height: 30px;
    margin-top: 30px;
	color: #111;
}
.organizasyon-detail-top .organizasyon-detail-img{width:100%;height:400px; background-size:cover !important;}
.organizasyon-detail-top h3.organizasyon-h3{color:#ccc;font-size:28px;padding:0;margin:0;height:300px;line-height:300px;text-align:center !important;}
.organizasyon-detail{margin:30px 0 15px 0; position: relative; width: 100%; float: left;}
.organizasyon-detail p{margin:0 0 20px 0;}


.canli-muzik { width:100%;}
.home-event { float:left; width:100%;}
.event-box {width:100%; display:table; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; position:relative;background:url(../images/icon-event.svg) #222; background-position:right center; background-repeat:no-repeat; margin:0 0 10px 0;}
.event-box:hover, .event-box:nth-child(odd):hover { background:url(../images/icon-event.svg) #252525;background-position:right center; background-repeat:no-repeat; }
.event-box:after { clear:both; content:''; height:1; display:block;}
.event-box a { display:block;text-decoration:none;}
.event-date { width:100px; display:table-cell; vertical-align:middle; text-align:center; color:#daa700; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.event-date h2 { margin-top:10px; font-size:20px; line-height:16px;}
.event-date span { font-size:25px;}
.event-img { float:left; width:300px; margin-right: 30px; }
.event-desc { width:100%; display:table-cell; vertical-align:middle; padding:20px;}
.event-desc h2 { color:#fff; font-size:18px;}
.event-desc p { color:rgba(255,255,255,0.5); font-size:14px;}
.event-desc a { display:inline-block; background:#bd8a3c; padding:6px 10px; font-size:12px; color:#fff; font-weight:600;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; margin:20px 0 0 0;}
.event-box:nth-child(odd) { background:url(../images/icon-event.svg) #111; background-position:right center; background-repeat:no-repeat;}
#event-slider {
	margin: 0;
}
#event-slider .col-img {
	background-size: cover;
	background-position: center;
	height: 250px;
	width: 100%;
	float: left;
}

.sidebar{
	width: 100%;
	float: left;
	position: relative;
}
.sidebar-detail{
    background: #d9a800;
    background: #f1f1f1;
    padding: 30px 30px 15px 30px;
	border-radius: 4px;
	float: left;
	width:100%;
}
.sidebar-detail h3{
    font-size:18px;
    color: #111;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.sidebar-detail h3::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #333;
    height: 4px;
    width: 40px;
}
.sidebar-detail p{
    color: #111;
    font-size:14px;
}
.sidebar-detail-bottom .detail-box{
    margin:20px 0;
}
.sidebar-detail-bottom .detail-box .detail-icon{
    float: left;
    position: relative;
}
.sidebar-detail-bottom .detail-box .detail-icon .fa{
    font-size: 22px;
    margin-top: 10px;
}
.sidebar-detail-bottom .detail-box .detail-text{
    margin-left: 40px;
}
.sidebar-detail-bottom .detail-box .detail-text p{
	margin-bottom: 0;
	line-height: 22px;
}
.sidebar-detail-bottom .detail-box .detail-text a{
    color: #444;
}
.sidebar-detail-link a{
    position: relative;
    top: 30px;
    background:#af9b30;
    padding: 10px 30px;
    color: #fff;
    font-weight: 600;
}
.sidebar-detail-list{
	background: #222;
    padding: 30px 30px 30px 30px;
	border-radius: 4px;
	float: left;
	width:100%;
}
.sidebar-detail-list h3{
    font-size:18px;
    color: #aaa;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.sidebar-detail-list h3::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #888;
    height: 4px;
    width: 40px;
}
.sidebar-detail-list ul li{
	color: #444;
	line-height: 30px;
}
.sidebar-detail-list ul li .fa{
    margin-right: 8px;
}

.page-banner-slider .item .carousel-img {
	height: 500px;
	width: 100%;
	background-size: cover;
	background-position: center;
	z-index: 99;
}

.page-banner-slider .item .carousel-img::before {
	content: "";
	height: calc(100vh - 120px);
	width: calc(100% - 120px);
	margin: 60px;
	border: 1px solid black;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.6);
}
.page-banner-slider .carousel-caption {
	z-index: 99;
	top: 40%;
	right: 0%;
	left: 0%;
	text-shadow: none;
}

.page-banner-slider .carousel-caption h2 {
	color: #fff;
	font-weight: 300;
	font-size: 40px;
	/* line-height: 50px; */
	text-shadow: none;
	letter-spacing: 5px;
}
.page-banner-slider .carousel-caption h3 {
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	/* line-height: 35px; */
	text-shadow: none;
	letter-spacing: 1px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.page-rezervasyon {
    position: relative;
    width: 100%;
    float: left;
    margin-top: -80px;
}



.gallery-portfolio-item {
	position: relative;
	margin: 15px 0;
	overflow: hidden;
	height: 250px;
}
.gallery-portfolio-item .gallery-img {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
	z-index: 1;
}
.gallery-portfolio-item .gallery-overlay {
   position: absolute;
   transition: 0.5s all linear;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   height: 250px;
   width: 100%;
   z-index: 1;
   background: rgba(0,0,0,0);
   background: -moz-linear-gradient(top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
   background: -webkit-linear-gradient(top, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
   background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.gallery-portfolio-item .gallery-title {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	position: absolute;
	padding-bottom: 15px;
	bottom: 20px;
	left: 30px;
	right: 30px;
	opacity: 1;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 2;
}
.gallery-portfolio-item .gallery-title span {
	font-weight: bold;
}
.gallery-portfolio-item .gallery-title:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
}
.gallery-portfolio-item .gallery-icon {
	color: rgba(254, 254, 254, 0.8);
	font-size: 30px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.gallery-portfolio-item .gallery-background-overlay {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(transparent));
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.gallery-portfolio-item:hover {
	border-color: #FFC000;
}
.gallery-portfolio-item:hover .gallery-background-overlay {
	opacity: 1;
}
.gallery-portfolio-item:hover .gallery-img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}




.contact-box .icon-box {
	margin-top: 20px;
}
.contact-box .icon-box .fa {
	background: #eee;
    padding: 35px 20px;
    border-radius: 50px;
    width: 100px;
}
.contact-box .icon-box .fa {
	background: #eee;
    padding: 35px 20px;
    border-radius: 50px;
    width: 100px;
}
.contact-box h3.contact-title {
	font-weight: 600;
	font-size: 18px;
	margin-top: 10px;
}
.contact-box p.contact-text {
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
}


.rezer-content{
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.rezer-list{
    position: relative;
    transition: all 0.2s linear;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.20);
	box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.20);
	margin-bottom: 20px;
}
.rezer-list:hover{
    -webkit-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.35);
	box-shadow: 0px 10px 25px -2px rgba(0,0,0,0.35);
}
.rezer-list a{
	color:#666;
}
.rezer-top{
	position: absolute;
	top: 0;
	width: 100%;
}
.rezer-title h2{
	float: left;
	color: #fff;
    background: #0f0f0fc7;
    padding: 5px 10px;
    font-size: 20px;
    border-radius-right: 10px;
}
.rezer-price{
	font-size:25px;
	color: #fff;
	margin-top: 10px;
}
.rezer-price span{
	font-size:18px;
	font-weight: 600;
	margin-left: 3px;
}

.rezer-image{
	width:100%;
	height:200px;
	background-size: cover!important;
	background-position: center center;
	border-radius: 10px 10px 0px 0px;
}
.rezer-list span.bg{
	width:100%;
	height:200px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    border-radius: 10px 10px 0px 0px;
}
.rezer-text{
	margin-top: -29px;
    padding: 0 0 0 15px;
    background: rgba(0,0,0,0.50);
}
.rezer-star{
	float: right;
    padding-right: 10px;
}
.rezer-star .fa{
	color: #fbfbfb;
}
.rezer-button a{
	color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.rezer-text-detail{
	padding: 20px;
	text-align: center;
}
.rezer-text-detail p{
	font-weight: 600;
	color: #555;
	font-size: 14px
}
.rezer-text-detail p i{
	margin-right: 5px;
}


.rezer-detail-link a{
	color: #fff;
	font-weight: 500;
	margin-right:10px;
	font-size:18px;
	background:#d1a001; 
	padding: 3px 10px;
}


.rezer-wrapper h2.rezer-title{
	font-size: 22px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 10px;
	color: #d1a001;

}
#rezer-paket{
	transition: all 0.5s linear;
}
#rezer-menu{
	transition: all 0.5s linear;
}

.rezer-section{
	position:relative;
	background-color:#f1f1f1;
}
.rezer-block{
	position:relative;
}
.rezer-block .inner-box{
	position:relative;
	overflow:hidden;
	margin-bottom: 30px;
}
.rezer-block .inner-box .image-column{
	position:relative;
}

.rezer-block .inner-box .image-column .image{
	position:relative;
	overflow:hidden;
}
.rezer-block .inner-box .image-column .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	opacity:0;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color:rgba(0,0,0,0.70);
}
.rezer-block .inner-box:hover .image-column .image:before{
	opacity:1;
}
.rezer-block .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}
.rezer-block .inner-box:hover .image-column .image img{
	transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
}
.rezer-block .inner-box .content-column{
	position:relative;
}
.rezer-block .inner-box .content-column .inner-column{
	position:relative;
	margin-top: 30px;
	margin-right: 20px;
}

.rezer-block .inner-box .content-column h3{
	position:relative;
	font-size:22px;
	font-weight:400;
	line-height:1.2em;
	margin-bottom:16px;
	text-transform:capitalize;
}
.rezer-block .inner-box .content-column h3{
	position:relative;
	color:#262626;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.rezer-block .inner-box .content-column .text{
	position:relative;
	color:#757575;
	line-height:1.8em;
	margin-bottom:25px;
}
.rezer-block.style-two .inner-box .content-column .inner-column{
	padding:30px 0px 0px;
}

#rezer-sanatci .artist-img{
	height: 250px;
}
#rezer-sanatci .artist .item{
	margin:0;
}
#rezer-sanatci .artist .item span {
    height: 250px;
}


#rezer-muzik .artist .item {
    margin:0;
}
#rezer-muzik .artist .item .artist-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.btn-fatura.btn-primary {
    background: #d1a001;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #fff;
    height: 35px;
    width: 80%;
    margin-left: 10%;
}


.bootstrap-datetimepicker-widget table thead tr:first-child th {
    color: #222;
}
.bootstrap-datetimepicker-widget table td.day {
    color: #444;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
    color: #444;
}
.bootstrap-datetimepicker-widget table td span{
	color: #444;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    color: #444;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td{
	color: #444;
}
.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
    background: #dda500;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #dda500 !important;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.lang-main{
	position: relative;
	float: left;
	z-index: 99999;
}
.lang-button{
	position: relative;
	z-index: 99999;
}
.lang-link {
	width: 100%;
	float: left;
    padding: 25px;
    background-color: #191919;
    color: white;
    font-size: 25px;
    display: none;
    position: absolute;
    z-index: 9999;
    height: 100vh;
	padding-top: 180px;
}
.lang-link a{
	display: inline;
	color: #aaa;
	margin-right: 20px;
	transition: all 0.5s linear;
}
.lang-link a i{
	color: #999;
}
.lang-link a:hover{
	display: inline;
	color: #fff;
	margin-right: 20px;
	text-decoration:line-through;
}




