body{
	/*background-image: url("images/banner nice.jpg");
	background-repeat: none;
	background-size: 100%;
	background-attachment: fixed;*/
	overflow-x: hidden;
	background-color: #111;
	font-family: josefin sans;
}

.navbar{
  background-color: rgb(20,24,24);
	background-color: rgba(20,24,24,0.8);
	color: whitesmoke;
	position: fixed;
	width:100%;
	top:0;
	z-index: 100;
	padding: 1px 10px;
}

.navbar-lg{
	padding: 10px;
	
	background-color: rgba(20,24,24,0.6);
}

.nav-lg{
	font-size: 18px;
}

.nav-link{
	cursor: pointer;
}

.right{
	float: right;
}

.main-div{
	/*background-color: rgba(255,255,255,0.6);
	margin-top:50px;
	margin-bottom:50px;
	padding: 20px;*/
}

#carosel{
  height:70vw;
  overflow: hidden;
  background-color: #111;
}

.big-img{
	width:101%;
	height:auto;
}

.top{
	top: 0;
}

.fixed-img{
	position: fixed !important;
	overflow: hidden;
	z-index: -1;
}

.fixed{
	top: 0;
	position: fixed;
	overflow: hidden;
	z-index: 110;
}

.hiden{
	display: none;
}

.carosel-img{
	left:101%;
	top:40px;
	position:absolute;
	-webkit-trasition: left 1s;
	transition: left 1s;
  	transition-timing-function: linear;
  	z-index: 10;
}

.carosel-selected{
	left:0;
	z-index: 20;
}

.carosel-left{
	left:-101%;
	z-index: 10;
}

.transition-off{
	-webkit-trasition: left 0s;
	transition: left 0s;
}

.carosel-clicks{
	position: absolute;
	margin:0;
	width: 100%;
	height: 700px;
	top:40px;
	left:0;
	z-index: 30;
}

#carosel-next{
	margin:0;
	height: 100vh;
	right:-2px;
	background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0));
	color: rgba(255,255,255,0);
	cursor: pointer;
}

#carosel-back{
	margin:0;
	height: 100vh;
	background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0));
	color: rgba(255,255,255,0);
	cursor: pointer;
}

#carosel-back:hover{
	background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
	color: rgba(255,255,255,0.4)
}

#carosel-next:hover{
	background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
	color: rgba(255,255,255,0.4)
}

.carosel-div{
	position: absolute;
	top: 0px;
	width:100%;
}

.carosel-text{
	margin: auto;
	padding-left: 600px;
	padding-top: 450px;
	vertical-align: middle;
	color: white;
}

.chevron-gallery{
	color: rgba(255,255,255,0.4)
}

.chevron{
	margin-top: 30vh;
	margin-top: calc(50vh - 125px);
	flex: none;
	width: auto; 
	font-size: 100px;
	padding:20px;
}

.fa-chevron-right{
	float: right;
}

.titleImg {
	z-index: 0;
	position: fixed !important;
	overflow: hidden;
	left: 50%;
    transform: translate(-50%, 0);
}

.titlebox {
	height: 50vw;
	background-image: url("images/booklet/turkish.jpg");
	background-repeat: none;
	background-size: 100%;
}

.title-text{
	padding: 100px 30px;
	font-size: 25px;
	letter-spacing: 5px;
	color:white;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}

.title-text h2, .title-text h4 {
	padding-bottom: 15px;
}

.hero-image {
	opacity: 0.6;
}

.hero-layer {
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 30%, #111 100%);
	height: 50vw;
}

@media screen and (min-width: 1500) {
	.titlebox .hero-layer {
		height: 750px;
	}
}

.hero-album-image {
	padding: 160px 100px;
	width: 100%;
	height: auto;
}

.quote-img-mob{
	position: absolute;
	height: 100vh;
	width:auto;
}

.album-video {
	margin: 60px auto;
	width: 800px;
	height: 500px;
}

#single {
	background-image: url("images/booklet/Comet2.jpg");
	background-repeat: none;
	background-size: 100%;
	background-attachment: fixed;
}

.single-video {
	padding: 40px;
}

.single-text {
	padding: 0 80px;
	color: #fff;
	margin-top: auto;
	margin-bottom: auto;
}

.single-text h3, .single-text h4, .single-text p {
	margin-bottom: 20px;
}

.dark{
	background-color: #111;
}

#quotes-img {
	top:0;
}

.store-frame {
	padding: 60px calc(25vw - 250px);
}

#tour {
	background-image: url("images/booklet/wisps-pale.jpg");
	background-repeat: none;
	background-size: 100%;
	background-attachment: fixed;
}

.tour-list {
	text-align: center;
}

.tour-list span {
	text-transform: none;
  font-size: 16px;
}

.tour-list svg {
	width: 30px;
	padding-left: 5px;
	padding-bottom: 4px;
	fill: #fff;
}

.tour-row {
	padding-bottom: 12px;
}

.tour-row a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.tour-title {
	color: #fff;
	font-size: 24px;
	padding-bottom: 20px;
}

.tour-row a:not([href]):not([tabindex]) {
	color: #fff;
}

@media screen and (max-width: 580px){ /*MOBILE*/
	.single-video {
		padding: 25px 20px;
	}

	.single-video iframe {
		height: 250px;
	}

	.single-text {
		padding: 35px;
		text-align: center;
	}

	.single-text p {
		text-align: justify;
	}

	.tour-list {
		margin-top: 40px;
		padding: 0 0 30px;
		text-align: center;
	}
	
	.tour-row {
		padding-bottom: 16px;
	}

	.tour-row p {
		margin-bottom: 5px;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
	}

	.tour-list span {
		color: #fff;
	}
	
	.tour-row a {
		color: #007bff;
		font-size: 16px;
		text-transform: uppercase;
	}

	.album-video {
    margin: 56px 25px;
    width: 100%;
    height: 300px;
	}
}

.light {
	background-color: #eee;
}

.insta-widget {
	padding: 60px;
}

.insta-box {
	width: 100%;
	overflow-x: hidden;
}

.taggbox-container {
	width: 100% !important;
	margin-top: -46px;
}

.img-widget{
	height:510px;
}

.iframe{
	border: 0; width: 500px; height: 450px;
}

.store-btn{
	width: 500px;
	margin: 30px 0;
	background-color: #333;
	border-color: #555
}

.news-box{
	height: 740px;
	overflow: hidden;
}

.facebook-back{
	overflow-y: hidden;
	clip: rect(0px,101vw,740px,0px);
}

/*/////////////////////////////////  Bio  /////////////////////////////*/
#bio{
	/*height: 150vh;*/
}

.back-img{
	position: absolute;
	z-index: 0;
}
#bio-img{
	z-index: -1;
}

#bio-img-2{
	position: absolute;
	z-index: 2;
	opacity: 0.2;
}

.bio-text{
	margin-left: 0;
	position: relative;
	top: 40px;
	color: white;
	padding:100px 40px;
	font-size: 18px;
	z-index: 3;
	margin-bottom: 40px;
}


#videos{
	height:auto;
	width:100%;
	padding:30px;
}

.video-box{
	padding:20px;
}

.video{
	width: 100%;
	height:25vw;
}

.video-mob{
	width:100%;
	margin-bottom: 30px
}

/*//////////////////////////////  Gallery ////////////////////////////*/
.gallery-div{
	padding:80px 0 10px;
}

.gallery-img{
	width:100%;
	height: auto;
	padding:20px 0;
}

#gallery-big{
	background-color: rgba(0,0,0,0.9);
	padding: 100px;
	width:100%;
	height: 100%
}


.gallery-img:hover{
	transition: transform 0.5s;
	transform: scale(1.05)
}

.gallery-bg{
	height: 90%;
	width: auto;
	display: block;
}

#gallery-next, #gallery-back{
	cursor: pointer;
}

.galleryCol-0{ /*change to %*/
	padding-bottom: 25px
}
.galleryCol-1{
	padding-bottom: 12px
}
.galleryCol-2{
	padding-bottom: 0px
}
.galleryCol-3{
	padding-bottom: 14.5px
}
.galleryCol-4{
	padding-bottom: 16px
}

#close-gallery{
	position: fixed;
	right: 10px;
	top : 10px;
	width: 30px;
	height: 30px;
	color: #eee;
	z-index: 1100;
	cursor: pointer;
}

#close-gallery:hover{
	transition: transform 0.5s;
	transform: scale(1.2);
	color: #fff
}

.gal-txt{
    position: fixed;
    top: 90vh;
    left: 00px;
    display: none;
    width: 100%;
    z-index: 40;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    -webkit-trasition: .4s;
	transition: .4s;
  	transition-timing-function: linear;

}
.gallery-text{
	top: inherit;
    left: inherit;
    text-align: center;
    color: white;
    z-index: 1100;
    /*background-color: rgba(20,24,24,0.7);*/
    padding: 10px 30px;
    margin-right: 25vw;
    margin-left: 25vw;
    position: fixed;
    width: 50vw;
    background-image: 
    linear-gradient(to right, 
    	rgba(24,24,24,0.0), 
    	rgba(24,24,24,1),
    	rgba(24,24,24,0.0));

}

.mobText{
	margin:auto;
	color: #337ab7;
	font-size: 20px;
}
  
.full-height{
	height: 100vh;
	
}
/*//////////////////////////////  Members  ///////////////////////////*/
.pro-desc{
	margin-top:0px;
}

#members{
    background-color: #000;
    color: #fff;
    padding-bottom: 60px;
}

.pro-text{
	padding:30px 30px;
}


.pro-text-mob{
	z-index:99;
}

.pro-p-mob{
	background-color: rgba(0,0,0,0.6);
}

.pro-row{
	padding: 10px 40px;
	min-height: 35vw
}

.pro-box{
	position: absolute;
	overflow-y: hidden;
	top: 0px;
	left: 14px;
}

.pro-img{
	width:100%;
	padding:30px;
	z-index: 1010;
	overflow-y: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

.pro-img-mob{
	width:100%;
	padding:10px;
	z-index: 1010;
	overflow-y: hidden;
	position: relative;
	top: 0px;
	left: 0px;
}

.pro-img-fix{
	top: 50px;
	left: -2.5px;
	position: fixed;
	overflow: hidden;
}

#pro-box-0{ z-index: 92 }
#pro-box-0a{ z-index: 91 }
#pro-box-1{ z-index: 90 }
#pro-box-1a{ z-index: 89 }
#pro-box-2{ z-index: 88 }
#pro-box-2a{ z-index: 87 }
#pro-box-3{ z-index: 86 }
#pro-box-3a{ z-index: 85 }
#pro-box-4{ z-index: 84 }
#pro-box-4a{ z-index: 83 }
#pro-box-5{ z-index: 82 }
#pro-box-5a{ z-index: 81 }
#pro-img-1{ z-index: 90 }
#pro-img-1a{ z-index: 89 }
#pro-img-2{ z-index: 88 }
#pro-img-2a{ z-index: 87 }
#pro-img-3{ z-index: 86 }
#pro-img-3a{ z-index: 85 }
#pro-img-4{ z-index: 84 }
#pro-img-4a{ z-index: 83 }
#pro-img-5{ z-index: 82 }
#pro-img-5a{ z-index: 81 }

#contact{
	z-index: 100;
	padding: 60px 40px; 
	text-align: center;
}

.social-list{
	padding: 5px 5px;
	list-style: none;
}

.contact{
	background-color: whitesmoke;
	width: 100%;
	padding: 60px 40px; 
	border-radius: 6px;
}

.social-li{
	display:inline-block;
}

.social-fa{
	font-size: 44px;
	color: black;
}

.social-fa-nav{
	margin-right: 20px;
	font-size: 20px;
}

.inline{ display: inline; }

.contact-form{
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

#mc_embed_signup form {
	text-align: center;
}
#mc_embed_signup .button {
    background-color: rgb(33, 37, 41) !important;
}

.contact-box{
	border: 1px solid #000;
	margin: 20px 40px;
	max-width: 900px;
	border-radius: 6px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;

}

#email{
	color: rgb(33, 37, 41);
	cursor: pointer;
}

#email:hover{
	color: #888;
}

.btn-subscribe{
	display: inline-block;
}
.btn-primary {
	padding: 10px 20px 7px;
}

.btn-primary a, .btn-primary a:hover, .btn-primary a:focus {
	color: #fff;
	text-decoration: none;
}

.contact-p{
	margin: 20px 0;
	text-align: center;
}
.contact-p a {
	color: #000;
}

#mc_embed_signup .mc-field-group {
	padding-bottom: 0;
}

#mc_embed_signup_scroll h4, #mc_embed_signup_scroll input {
	margin: 0 auto 30px !important;
}

.social-li{
	padding: 0 16px;
}
.social-fa{
	color: #333;
	cursor: pointer;
}

.btn-p{
	background-color: #333;
	border-color: #111;
	color: white;
}

.btn-p:hover{
	background-color: #666
}
 
.social-fa:hover{
	color: #666;
}

.input-box{
	margin: 20px;
	padding: 10px 30px;
	border: 1px solid #ddd; 
	border-radius: 6px;
	display: inline;
	background-color: white;
	margin-bottom: 30px;
	width: 100%;
	max-width: 500px;
}

.my-container{
	width: 100%
}

#nav-mob{
	display:none;
}

@media (min-width: 1500px){ /*large screen */
	.big-img {
	    width: 1500px;
	}

	.my-container{
		width: 1500px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		flex-grow: 0;
	}
	
	.video{
		width: 100%;
		height: 400px;
	}
	.store-frame{
		padding: 60px 112.5px;
	}
	.pro-img-fix{
		left: calc((100vw - 1420px)/2);
	}
	.facebook-back{
		left: calc((100vw - 1420px)/2);
	}
}

@media screen and (max-aspect-ratio: 3/2) { /*///aspect///*/
	.big-img{
		width:auto;
		height:101%;
	}
	/*.gallery-bg{
		width:90%;
		height:auto;
	}*/
	.fixed-img {
	    left: 50%;
    transform: translate(-50%, 0);
	}
	.my-container{
		width: 100%
	}
	.store-frame{
		padding: 60px calc(25vw - 250px);
	}
	.pro-img-fix{
		left: -2.5;
	}
}
@media screen and (max-width: 970px){ 
	.store-img{display: none;}

	.store-frame{
		margin: 0px calc(50vw - 250px);
	}
}
@media screen and (max-width: 580px){ /*MOBILE*/
	.store-frame{
		margin:auto;
	}
	.navbar{
		background-color: #333;
	}
	#nav-mob{
		display:block;
	}
	#pad{
		height:83px;
	}
	.navbar{
		width: 100vw;
	}
	.navbar-nav{
		flex-direction: row;
		
	}
	a.nav-item{
		padding:0 2.9vw !important; /*improve*/
		font-size: 5vw;
	}
	.navlink{
		padding:.5rem;
	}
	.fullnav{
		/*width:100%;*/
		display: inline-block;
	}
	/*.center{
		padding: 0 28vw;
	}*/
	.social-mob{

		margin-right:12px;
		margin-left: 0px;
		
	}

	.titlebox {
		height: 180vw;
		background-size: auto 100%;
	}

	.title-text {
    padding: 50px 30px 30px;
	}

	.hero-layer {
		width: 101%;
		height: 180vw;
	}

	.hero-album-image {
    padding: 30px;
	}

	.video{
		height: 50vw;
	}
	#videos{ height: auto; }

	.quote{
		flex:auto;
		font-size: 20px;
	}

	.iframe, .store-btn{
		width: 320px;
	}

	.store-frame {
	    padding: 20px calc(25vw - 250px);
	}

	.quote-div{
		padding: 200px 40px 0px;
		height: 100%;
	}

	.social-li {
    padding: 0 8px;
	}
	
	.social-fa {
    font-size: 34px;
	}

	#contact, .contact {
		padding: 20px 30px;
	}
	.title-mob {
		height: auto;
		width: 100%;
		position: relative;
		margin-bottom: 20px;
	}
	.titlebox {
		background-color: black;
	}

	#bio{
		height: auto;
		background-color: black;
		
	}

	#bio-img-mob{
		position: relative;
		z-index: 0;
		width: 100vw;
	}

	.bio-text{
		margin-left: 0;
		position: relative;
		top:0;
		color: white;
		padding:20px;
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 16px;
		text-align: justify;
	}
	.pro-text{
		text-align: justify;
	}
	.pro-row{
		padding: 10px 10px;
	}
	.gallery-div{
		padding:40px 0 10px;
		margin-bottom: 30px
	}
	.gallery-img{
		padding: 0
	}

	.gallery-text-mob{
		padding: 10px 20px;
		color: white;
	}
	
	.taggbox-container {
    width: 100% !important;
    margin-top: -46px;
	}

	.contact h2 {
		font-size: 26px;
	} 
	.contact h3{
		font-size: 23px;
	} 
	.contact > h4{
		font-size: 23px;
	}
}
@media screen and (min-width: 430px){ 



}




