@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);

@font-face {
    font-family: ffont;
    src: url(../font/spaceage.ttf);
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	
}

html{
	background: url(../image/para1.jpg) no-repeat center center fixed;
	background-size: cover;
}

body{
	position: relative;
}

#buy{
	position: absolute;
	height: 80px;
	left:10px;
	top:-90px;
	width: 80px;
	background: url(../image/buynow.png) no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	box-shadow: 0 0 15px #000 inset;
	border-radius: 50px;
	
}

#democontrol{
	position: fixed;
	top:0;
	left: 0;
	color: #fff;
	background: #000;
	padding: 10px;
	z-index: 99999;
	display: none;
}

.songcaption{
	position: fixed;
	width: 100%;
	height: 12vh;
	background: rgba(0,0,0,.8);
	z-index: 99999;
	bottom: 0;
	box-shadow: 0px 0px 6px crimson;
	display: none;
	

}

.songcaption h1{

	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

#total{
	width: 85%;
	position: relative;
	margin:0 auto;
}

#wrapper{
	
	margin:0px auto;
	position: relative;
	
}

#main{
	display: flex;
	padding: 10px;
	background:rgba(240,240,240,1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	
}

#left{
	flex-grow: 4;
	flex-basis: 66.66%;
	margin-right: 7.5px;
	position: relative;
	
}

#right{
	flex-grow: 2;
	flex-basis: 33.33%;
	margin-left: 7.5px;
	
	
	
}

.content{
	background: #f0f0f0;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	margin-top:10px;
	width: 100%;
}

.content-text{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	padding: 5px;
	
}

.content-text a{
	color:crimson;
	font-weight: 600;
	text-decoration: none;
}

.content-text a:hover{
	text-decoration: underline;
}

.content-header h1{
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
	background: rgba(0, 0, 0, 0.7);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	padding: 10px;
	color: #fff;
	position: relative;
}


.content-header h1 a{
	text-decoration: none;
	color: #fff;
}

.content-structure{
	
	padding: 10px;

}

.content-structure img{
	width: 45%;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 7px;
	background: #fff;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.content-header{
	border-bottom: 2px solid #181818;
	position: relative;
}

.space{
	font-size: 2px;
}

.post-topic li{
	display: block;
	margin-bottom: 5px;
	
}

.post-topic li a img{
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	margin-top:2px;
}

.post-topic li a{

	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-size: 17px;
	color: #777;
	font-weight: 400;
	text-decoration: none;
}

.post-topic li a:hover{
	text-decoration: underline;
}

.post-topic li a.link-text{
	font-size: 15px;
	font-style: normal;
}

.clear{
	clear: both;
}

.post-topic p{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #777777;
	font-style: normal;
}

span.header{
	font-size: 15px;
	color: #464646;
	font-style: italic;


}

.camera_wrap{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.social{
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	justify-content: center;
	flex-wrap: wrap;
}

#fb,#yt,#tw,#inst,#gp,#mail,#fb2{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	width: 50px;
	height: 50px;
	margin:3px;
	border-radius: 5px;
	transition:background-position .2s ease;
	position: relative;
	
}

#fb,#fb2{
	background: url(../image/social/fb.png) #fff;
	background-repeat: no-repeat;
	background-size: 90% 180%;
	background-position: center -10%;

}


#yt{
	background: url(../image/social/yt.png) #fff;
	background-repeat: no-repeat;
	background-size: 90% 180%;
	background-position: center -10%;

}

#tw{
	background: url(../image/social/tw.png) #fff;
	background-repeat: no-repeat;
	background-size: 90% 180%;
	background-position: center -10%;

}


#inst{
	background: url(../image/social/inst.png) #fff;
	background-repeat: no-repeat;
	background-size: 90% 180%;
	background-position: center -10%;

}

#gp{
	background: url(../image/social/gp.png) #fff;
	background-repeat: no-repeat;
	background-size: 90% 180%;
	background-position: center -10%;

}

#mail{
	background: url(../image/social/mail.png) #fff;
	background-repeat: no-repeat;
	background-size: 90% 180%;
	background-position: center -10%;
}


#fb:before,#fb2:before{
	content: "The Worlds of David Darling FB page";
	position: absolute;
	padding: 10px;
	width: 150px;
	height:35px;
	top:-60px;
	left: -60px;
	background-color: #fff;
	z-index: 9999;
	text-align: center;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #777777;
	font-style: normal;
	border-radius: 5px;
	transform:scale(0);
	transition: all .3s ease;
	

}

#fb:after,#fb2:after{
	content: "";
	width: 0; 
	height: 0; 
	left:18px;
	top:-7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #464646;
	z-index: 9998;
	position: absolute;
	transform:scale(0);
	transition: all .3s ease;
	transform-origin: top;
}

#fb:hover:before, #fb:hover:after, #fb2:hover:before, #fb2:hover:after{
	transform:scale(1);
}

#fb2:before{
	content: "Song of Cosmos FB page";
}

#fb:hover,#fb2:hover,#yt:hover,#tw:hover,#inst:hover,#gp:hover,#mail:hover{
	
	background-size: 90% 180%;
	background-position: center 110%;

}

ul#playlist{
	list-style: none;
	padding: 0;
	margin:0;
	margin-bottom: 10px;
	position: relative;
}

ul#playlist > li{
	
	display: block;


}

ul#playlist > li > button{
	
	display: block;
	width: 100%;
	margin:0;
	padding: 15px 20px;
    line-height: 100%;
    text-align: left;
    text-shadow: none;
    vertical-align: middle;
    font-weight: 400;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0;
    border-bottom: 1px solid #464646;
	outline: none;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #464646;
	font-style: italic;
	
}

ul#playlist > li > button:hover{

	background: #464646;
	color: #fff;

}

#audio{
	display: none;
}

#footer{
	padding: 20px;
	background: rgba(0,0,0,.7);
	border-top:2px solid crimson;
	position: relative;

}

#footer ul{
	display: flex;
	list-style: none;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
}

#footer ul li a{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	margin:5px;
}

#footer ul li a:hover{

	
	color: crimson;

}

a#csstr{
 color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;

}

#tasarim{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top:10px;
}

#C{color:#00b7ea;text-shadow:1px 1px 2px #000;}
#S{color:#abdc28;text-shadow:1px 1px 2px #000;}
#S2{color:#ffaf4b;text-shadow:1px 1px 2px #000;}
#T{color: #a849a3;text-shadow:1px 1px 2px #000;}
#R{color:#a90329;text-shadow:1px 1px 2px #000;}


.up{
	width: 50px;
	height: 50px;
	position: fixed;
	opacity: .5;
	right:0px;
	bottom: 0px;
	z-index: 999999;
	cursor: pointer;
	display: none;
	font-family: "ffont";
	color:#fff;
	font-size: 45px;
	
}

.up h1{
	font-size: 50px;
}

.up:hover{
	opacity: 1;
}

.search-section{
	width: 100%;
	background: #464646;
	padding: 5px;
	box-sizing: border-box;
	height: 60px;
	display: none;
}

.video{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.soc img{
	
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.soc a{
	margin:0;
}

#subscribe{
	padding: 10px;
	height: 70px;
}

#subscribe button,.search-section button#search-oc{
	
    font: 16px 'open sans', sans-serif;
    padding: 12px;
    box-shadow: none;
    margin: 0;
    outline: none;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    width: 25%;
    text-align: center;
    border: 1px solid #666;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color:#666;
    display: inline-block;
   float: left;
   
}

#subscribe button{
 width: 26%;
}

#subscribe button:hover,.search-section button#search-oc:hover{
	background: #ccc;
}

#subscribe input,.search-section input#search-text{
	font: 16px 'open sans', sans-serif;
    color: #333;
    padding: 12px 12px 12px 40px;
    border: 1px solid #666;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    margin: 0;
    background: #fff url(../image/subscribe.png) no-repeat 10px center;
    background-size: 25px 25px;
    width: 75%;
    margin-right: -6px;
    border-right: none;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
     display: inline-block;
    float: left; 

}

.search-section input#search-text{
	
	background: url(../image/search67.png) no-repeat #fff;
	background-size: 25px 25px;
	background-position: 7px center;
	
	
}

#subscribe input{
	
	background: url(../image/subscribe.png) no-repeat #fff;
	background-size: 25px 25px;
	background-position: 6px center;
	padding: 12px 12px 12px 35px;
	
	
}

#like{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ccc;
	padding: 10px;
	border-top:1px solid #666;
	box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.75);
}

.swiper-container {
    width: 100%;
    height: 360px;
    cursor: n-resize;
    padding: 10px;
}  



.inside-text{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.inside-text a{
	text-decoration: none;
	color: crimson;
}

.inside-text a:hover{
	text-decoration: underline;
	
}

.inside img{
	float:left;
	width: auto;
	height: 300px;
	padding: 10px;
	box-shadow:0px 0px 1px 1px rgba(0,0,0,0.75);
	margin-right: 10px;
	border-radius: 10px;
}

.inside h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #464646;
	margin-left: 10px;
}

.control-width{
	position: fixed;
	background: #fff;
	padding: 10px;
	z-index: 99999999;
	display: none;
	
}

#control-book{
	display: none;
}

.down{
	position: absolute;
	right: 10px;
	top:0;
	font-family: "ffont";
	color:#fff;
	font-size: 45px;
	cursor: pointer;
	display: none;
}

.down:hover{
	color:#ccc;
}

#book-main{
	width: 100%;
	height: 100%;
	position: absolute;
	
}

.books-wrapper{

	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	top:0;
	animation: bookmove 50s linear infinite;
	
}

#prog{
	position: absolute;
	background:transparent;
	border:1px solid #464646;
	width: 100%;
	height: 5px;
	left:0px;
	bottom:-5px;
	
}

#prog:before{
	content: "";
	position: absolute;
	bottom:0;
	left:0px;
	height: 100%;
	width: 100%;
	background:crimson;


	
	animation:prog 50s linear infinite;
}

.book-amazon{
	padding: 5px;
	background: #ccc;
	border-radius: 5px;
	margin:5px;
	position: relative;
	width: 130px;
	height: 254px;

}

.book-amazon a img{
	padding: 0;
	width: 120px;
	height: 240px;
	margin-top:1px;

}

.book-ud{
	float: right;
	position: relative;
	width: 40px;
	height: 40px;
	z-index: 99999;
	margin-right: 5px;
	margin-left: 5px;
	background: url(../image/pause.png) #fff ;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-top:6px;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:2px solid #fff;
	
	
}

.book-ud:hover{
	box-shadow: 0 0 3px 2px crimson;
	cursor: pointer;
}

#book-section{
	height: 260px;
	overflow: hidden;
	position: relative;

	
}

#anim-check,#anim-check2{
	display: none;
}

#anim-check:checked ~ .books-wrapper{
	animation-play-state: paused;
}

#anim-check2:checked + #prog:before{

	animation-play-state: paused;

}


.en{
	position: relative;
	display: block;
	
}

.en img{

	display: block;
	width: 100%;
	height: auto;
	background: transparent;
	padding: 0;
	border-radius: 0;
	margin: 0;
}

.en-text{
	position: relative;
	background:#eee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #464646;
	padding: 10px;
}

.en select{
	width: 100%;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #464646;
	padding: 5px;


}


.en-text p a{
	text-decoration: none;
	color: crimson;
}

.en-text p a:hover{
	text-decoration: underline;
}


#audio-check{
	display: none;
}

#header a,#header2 a{
	color: #fff;
	text-decoration: none;
}

@keyframes bookmove{
		0%{top:0;}
		12%{top:0;}
		14%{top:-265px;}
		26%{top:-265px;}
		28%{top:-530px;}
		40%{top:-530px;}
		42%{top:-795px;}
		54%{top:-795px;}
		56%{top:-1060px;}
		68%{top:-1060px;}
		70%{top:-1325px;}
		82%{top:-1325px;}
		84%{top:-1590px;}
		96%{top:-1590px;}
		100%{top:0px;}
}

@keyframes prog{
		0%{width:0;}
		12%{width:100%;}
		14%{width:0;}
		26%{width:100%;}
		28%{width:0;}
		40%{width:100%;}
		42%{width:0;}
		54%{width:100%;}
		56%{width:0;}
		68%{width:100%;}
		70%{width:0;}
		82%{width:100%;}
		84%{width:0;}
		96%{width:100%;}
		100%{width:0px;}
}


@media (max-width: 1134px){

@keyframes bookmove{
		0%{top:0;}
		5%{top:0;}
		7%{top:-265px;}
		12%{top:-265px;}
		14%{top:-530px;}
		19%{top:-530px;}
		21%{top:-795px;}
		26%{top:-795px;}
		28%{top:-1060px;}
		33%{top:-1060px;}
		35%{top:-1323px;}
		40%{top:-1323px;}
		42%{top:-1583px;}
		47%{top:-1583px;}
		49%{top:-1845px;}
		54%{top:-1845px;}
		56%{top:-2108px;}
		61%{top:-2108px;}
		63%{top:-2373px;}
		68%{top:-2373px;}
		70%{top:-2638px;}
		75%{top:-2638px;}
		77%{top:-2903px;}
		82%{top:-2903px;}
		84%{top:-3168px;}
		89%{top:-3168px;}
		91%{top:-3433px;}
		96%{top:-3433px;}
		100%{top:0px;}
	}

	@keyframes prog{
		0%{width:0;}
		5%{width:100%;}
		7%{width:0px;}
		12%{width:100%;}
		14%{width:0px;}
		19%{width:100%;}
		21%{width:0px;}
		26%{width:100%;}
		28%{width:0px;}
		33%{width:100%;}
		35%{width:0px;}
		40%{width:100%;}
		42%{width:0px;}
		47%{width:100%;}
		49%{width:0px;}
		54%{width:100%;}
		56%{width:0px;}
		61%{width:100%;}
		63%{width:0px;}
		68%{width:100%;}
		70%{width:0px;}
		75%{width:100%;}
		77%{width:0px;}
		82%{width:100%;}
		84%{width:0px;}
		89%{width:100%;}
		91%{width:0px;}
		96%{width:100%;}
		100%{width:0px;}
		
	}

}


@media (max-width: 970px){
		
		@keyframes bookmove{
		0%{top:0;}
		12%{top:0;}
		14%{top:-265px;}
		26%{top:-265px;}
		28%{top:-530px;}
		40%{top:-530px;}
		42%{top:-795px;}
		54%{top:-795px;}
		56%{top:-1060px;}
		68%{top:-1060px;}
		70%{top:-1325px;}
		82%{top:-1325px;}
		84%{top:-1590px;}
		96%{top:-1590px;}
		100%{top:0px;}
}

@keyframes prog{
		0%{width:0;}
		12%{width:100%;}
		14%{width:0;}
		26%{width:100%;}
		28%{width:0;}
		40%{width:100%;}
		42%{width:0;}
		54%{width:100%;}
		56%{width:0;}
		68%{width:100%;}
		70%{width:0;}
		82%{width:100%;}
		84%{width:0;}
		96%{width:100%;}
		100%{width:0px;}
}
}

@media (max-width: 769px){
		@keyframes bookmove{
		0%{top:0;}
		5%{top:0;}
		7%{top:-265px;}
		12%{top:-265px;}
		14%{top:-530px;}
		19%{top:-530px;}
		21%{top:-795px;}
		26%{top:-795px;}
		28%{top:-1060px;}
		33%{top:-1060px;}
		35%{top:-1323px;}
		40%{top:-1323px;}
		42%{top:-1583px;}
		47%{top:-1583px;}
		49%{top:-1845px;}
		54%{top:-1845px;}
		56%{top:-2108px;}
		61%{top:-2108px;}
		63%{top:-2373px;}
		68%{top:-2373px;}
		70%{top:-2638px;}
		75%{top:-2638px;}
		77%{top:-2903px;}
		82%{top:-2903px;}
		84%{top:-3168px;}
		89%{top:-3168px;}
		91%{top:-3433px;}
		96%{top:-3433px;}
		100%{top:0px;}
		
	}

	@keyframes prog{
		0%{width:0;}
		5%{width:100%;}
		7%{width:0px;}
		12%{width:100%;}
		14%{width:0px;}
		19%{width:100%;}
		21%{width:0px;}
		26%{width:100%;}
		28%{width:0px;}
		33%{width:100%;}
		35%{width:0px;}
		40%{width:100%;}
		42%{width:0px;}
		47%{width:100%;}
		49%{width:0px;}
		54%{width:100%;}
		56%{width:0px;}
		61%{width:100%;}
		63%{width:0px;}
		68%{width:100%;}
		70%{width:0px;}
		75%{width:100%;}
		77%{width:0px;}
		82%{width:100%;}
		84%{width:0px;}
		89%{width:100%;}
		91%{width:0px;}
		96%{width:100%;}
		100%{width:0px;}
		
	}
}


@media (max-width: 755px){

@keyframes bookmove{
		0%{top:0;}
		23%{top:0;}
		25%{top:-265px;}
		48%{top:-265px;}
		50%{top:-530px;}
		73%{top:-530px;}
		75%{top:-795px;}
		96%{top:-795px;}
		100%{top:0px;}
		
	}

	@keyframes prog{
		0%{width:0;}
		23%{width:100%;}
		25%{width:0px;}
		48%{width:100%;}
		50%{width:0px;}
		73%{width:100%;}
		75%{width:0px;}
		96%{width:100%;}
		100%{width:0px;}
		
	}

}

@media (max-width: 734px){

@keyframes bookmove{
		0%{top:0;}
		17%{top:0;}
		20%{top:-265px;}
		37%{top:-265px;}
		40%{top:-530px;}
		57%{top:-530px;}
		60%{top:-795px;}
		77%{top:-795px;}
		80%{top:-1060px;}
		97%{top:-1060px;}
		100%{top:0;}
	}

	@keyframes prog{
		0%{width:0;}
		17%{width:100%;}
		20%{width:0px;}
		37%{width:100%;}
		40%{width:0px;}
		57%{width:100%;}
		60%{width:0px;}
		77%{width:100%;}
		80%{width:0px;}
		97%{width:100%;}
		100%{width:0;}
	}

}

@media (max-width: 650px){

@keyframes bookmove{
		0%{top:0;}
		23%{top:0;}
		25%{top:-265px;}
		48%{top:-265px;}
		50%{top:-530px;}
		73%{top:-530px;}
		75%{top:-795px;}
		96%{top:-795px;}
		100%{top:0px;}
	}

	@keyframes prog{
		0%{width:0;}
		23%{width:100%;}
		25%{width:0px;}
		48%{width:100%;}
		50%{width:0px;}
		73%{width:100%;}
		75%{width:0px;}
		96%{width:100%;}
		100%{width:0px;}
		
	}

}

@media (max-width: 621px){

@keyframes bookmove{
		0%{top:0;}
		17%{top:0;}
		20%{top:-265px;}
		37%{top:-265px;}
		40%{top:-530px;}
		57%{top:-530px;}
		60%{top:-795px;}
		77%{top:-795px;}
		80%{top:-1060px;}
		97%{top:-1060px;}
		100%{top:0;}
	}

	@keyframes prog{
		0%{width:0;}
		17%{width:100%;}
		20%{width:0px;}
		37%{width:100%;}
		40%{width:0px;}
		57%{width:100%;}
		60%{width:0px;}
		77%{width:100%;}
		80%{width:0px;}
		97%{width:100%;}
		100%{width:0;}
	}

}

@media (max-width: 481px){

@keyframes bookmove{
		0%{top:0;}
		12%{top:0;}
		14%{top:-265px;}
		26%{top:-265px;}
		28%{top:-530px;}
		40%{top:-530px;}
		42%{top:-795px;}
		54%{top:-795px;}
		56%{top:-1060px;}
		68%{top:-1060px;}
		70%{top:-1325px;}
		82%{top:-1325px;}
		84%{top:-1590px;}
		96%{top:-1590px;}
		100%{top:0px;}
	}

	@keyframes prog{
		0%{width:0;}
		12%{width:100%;}
		14%{width:0px;}
		26%{width:100%;}
		28%{width:-0px;}
		40%{width:100%;}
		42%{width:0px;}
		54%{width:100%;}
		56%{width:0px;}
		68%{width:100%;}
		70%{width:0px;}
		82%{width:100%;}
		84%{width:0px;}
		96%{width:100%;}
		100%{width:0px;}
		
	}

}

@media (max-width: 341px){

@keyframes bookmove{
		0%{top:0;}
		5%{top:0;}
		7%{top:-265px;}
		12%{top:-265px;}
		14%{top:-530px;}
		19%{top:-530px;}
		21%{top:-795px;}
		26%{top:-795px;}
		28%{top:-1060px;}
		33%{top:-1060px;}
		35%{top:-1323px;}
		40%{top:-1323px;}
		42%{top:-1583px;}
		47%{top:-1583px;}
		49%{top:-1845px;}
		54%{top:-1845px;}
		56%{top:-2108px;}
		61%{top:-2108px;}
		63%{top:-2373px;}
		68%{top:-2373px;}
		70%{top:-2638px;}
		75%{top:-2638px;}
		77%{top:-2903px;}
		82%{top:-2903px;}
		84%{top:-3168px;}
		89%{top:-3168px;}
		91%{top:-3433px;}
		96%{top:-3433px;}
		100%{top:0px;}
	}

	@keyframes prog{
		0%{width:0;}
		5%{width:100%;}
		7%{width:0px;}
		12%{width:100%;}
		14%{width:0px;}
		19%{width:100%;}
		21%{width:0px;}
		26%{width:100%;}
		28%{width:0px;}
		33%{width:100%;}
		35%{width:0px;}
		40%{width:100%;}
		42%{width:0px;}
		47%{width:100%;}
		49%{width:0px;}
		54%{width:100%;}
		56%{width:0px;}
		61%{width:100%;}
		63%{width:0px;}
		68%{width:100%;}
		70%{width:0px;}
		75%{width:100%;}
		77%{width:0px;}
		82%{width:100%;}
		84%{width:0px;}
		89%{width:100%;}
		91%{width:0px;}
		96%{width:100%;}
		100%{width:0px;}
		
	}

}


@media (max-width: 1275px){
	.inside img{
	height: 260px;
}

}

@media (max-width: 1200px){
	.inside img{
	height: 240px;
}

}

@media (max-width: 1135px){
	.inside img{
	height: 220px;
}

}

@media (max-width: 1095px){
	.inside img{
	height: 200px;
}

}

@media (max-width: 1060px){
	.inside img{
	height: 180px;
}

}

@media (max-width: 980px){
	.inside img{
	display: none;
}

}

@media (max-width: 965px){
	.swiper-container {
   
    height: 370px;
   
} 

}

@media (max-width: 810px){
	.swiper-container {
   
    height: 410px;
   
} 

}

@media (max-width: 755px){
	.inside img{
	display: block;
	height: 230px;
}

.swiper-container {
   
    height: 360px;
   
} 

}

@media (max-width: 560px){
	.inside img{
	display: block;
	height: 230px;
}

.swiper-container {
   
    height: 420px;
   
} 

}

@media (max-width: 480px){
	.inside img{
	display: none !important;
	height: 230px;
}

.swiper-container {
   
    height: 360px;
   
} 
}

@media (max-width: 355px){
	
.swiper-container {
   
    height: 440px;
   
} 
}

@media (max-width: 290px){
	
.swiper-container {
   
    height: 550px !important;
   
} 
}


@media (max-width: 330px){
	.swiper-container {
   
    height: 470px;
   
} 
}

@media (max-width: 1020px){
	.content-structure img{
	width: 100%;
	height: auto;
	clear: both;
}

}


@media (max-width: 970px){
	#left{
	flex-grow: 4;
	flex-basis: 50%;
	margin-right: 5px;
	}
	
	
	#right{
	flex-grow: 4;
	flex-basis: 50%;
	margin-left: 5px;
	
	}



}

@media (max-width: 755px){
	#main{
	flex-direction: column;
	}

	#right,#left{
		flex-basis: auto;
	}

	#right{
		margin: 10px 0;
	}

	#left{
		margin-right: 0;
	}

	.down{
		display: block;
	}
}

@media (max-width: 650px){
	#main{
	flex-direction: column;
	}

	#left{
		margin:0;
		flex-basis:auto;
	}
	#right{
		margin:10px 0;
		flex-basis:auto;
	}

	#total{
		width: 100%;
	}

	.inside img{
	display: block;
	height: 230px;
	}

	html{
		background: url(none);
	}

	h1#header, h1#header2 {
    left: -8px;
	}

	h1#header{
		top:-18px;
	}

	h1#header2 {
		top:-3px;

	}

	.up{
		color: #000;
	}
}

.slider-e{
	display: block;
	position: relative;
	height: 300px;
	overflow: hidden;

}

#pic-e{
	position: absolute;
	list-style: none;
	display: flex;
	width:100%;
	
	animation:sli 5s linear;
}

#pic-e img{
	height: 295px;
	width:auto;
	
}

@keyframes sli{
	from{transform:translateX(0);}
	to{transform:translateX(-200%);}
}

#fbs,#fbs2{
	width: 100%;
	height: 200px;
	background: url(../image/social/fb1.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	box-shadow: 0px 0px 1px 1px #464646;
	
}

#fbs2{
	margin-top: 10px;
	background: url(../image/social/fb2.jpg);
	background-size: 100% 100%;
}

#fbs:before,#fbs2:before{
	content: "";
	position: absolute;
	left:0;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #fff;
}

.fbs-pic img{
	position: absolute;
	left:0;
	bottom:0px;
	width: 110px;
	height: 110px;
	background: #fff;
	padding: 5px;
	border-radius: 7px;
	box-shadow: 0 0 1px 1px #464646;
}

#fbs-like,#fbs-like2{
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#fbs-header,#fbs-header2{
	position: absolute;
	left: 5px;
	top: 5px;
	color: #fff;
	font-family: Arial;
	font-size: 26px;
	text-shadow: 2px 2px 2px #000;
}

#send-mail{
	display: block;
	width: 90%;
	margin:0 auto;
}

#send-mail>input,#send-mail>span,#send-mail>textarea,#send-mail>select{
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;

}

#send-mail>input,#send-mail>select,#send-mail>button{
	display: block;
	width: 100%;
	padding: 10px;
}

#send-mail>input{
	padding-left:40px;
}

#send-mail>textarea,#send-mail>select{
	border:1px solid #666;
}


#send-mail>textarea{
	resize: none;
}

#name{
	background: url(../image/agent.png)  #fff;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	border:1px solid #666;
	background-position: 8px center;
}

#email{
	background: url(../image/mail1.png)  #fff;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	border:1px solid #666;
	background-position: 8px center;
}

.check{
	color: red;
	font-size: 14px;
}

#mail-status{
	width: 100%;
	border-radius: 5px;
}

#mail-button{
	display:block;
   margin:0;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
   vertical-align: middle;
    font-weight: bold;
    border: 1px solid #464646;
    border-radius: 3px;
    background-color: #666;
    box-shadow: none;
    cursor: pointer;
    text-shadow: 1px 1px 1px #000;
}

#cookie{
	position: fixed;
	background: #131313;
	left:0;
	bottom:0;
	z-index: 999999;
	color: #fff;
	padding: 15px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top:2px solid crimson;
	transform: scaleY(0);
	transform-origin: bottom center;
	transition:transform .3s linear;

	
}

#cookie a{
	color: #fff;
	
}

#cookie p{
	clear: none;
    float: left;
    width: 85%;
    display: block;
}

#cookie label{
	clear: none;
    float: right;
    padding: 10px 30px;
    font-size: 14px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-radius: 3px;
    cursor: pointer;
    margin-left:5px;
    display: block;
    font-weight: bold;
    background-color: #fff;
	color: crimson;

}

#cookie label:hover{
	color: #fff;
	background-color: crimson;
}

@media(max-width: 400px){

#cookie{
	display: block;
}

.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

#cookie label{
	margin-top:10px;
	margin-left:10px;
}

}

#abone_status{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 10px;
	width: 100%;
	text-align: center;
	display: none;
}

.videoyt{position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	
}


.videoyt iframe, .videoyt object, .videoyt embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.fontstyle01{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
}
.fontstyle01{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	display: inline-block;
}

/*********************PICS DETAILS FOR ENCYCLOPEDIAS ***********************/



.img-up{

	position: relative;

}

.canbedetailed{

	position: absolute;
	top: 3px;
	right: 3px;
	background: url(../image/search67.png) rgba(255,255,255,.7);
	background-repeat: no-repeat;
	background-position: center;
	border:1px solid #464646;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	cursor: pointer;

}

.biggerpic{

	position:fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,.6);
	display:flex;
	justify-content: center;
	padding: 5px;
	align-items: center;
	z-index: 99999;
	overflow-x: scroll;

}



.closebiggerpic{
	position: fixed;
	left:0;
	top:0;
	width: 30px;
	height: 30px;
	background: red;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 9999999;
	color: #fff;

}


.closebiggerpic::selection{
	background: red;
}



/*********************PICS DETAILS FOR ENCYCLOPEDIAS END***********************/

#logowrapper{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 15px;
	top:0;
	bottom: 0;
	margin:auto;
	z-index: 99999;
	border-radius: 50px;
	text-decoration: none;
	box-shadow:none;
	transition:all .3s ease;
}

#logowrapper:hover{
	box-shadow: 0 0 2px 2px #fff;
}

#eplogo{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: url(../images/eplogo.png);
	background-size: 100% 100%;
}