/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);
* {
  margin: 0; padding: 0;
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}
html, body { height: 100%; }
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #ffffff;
	background: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
	filter: drop-shadow(3px 3px 3px #222); 
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #b7b7b7;}
audio {display:none;}
iframe {background-color:transparent;}
a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:none;}

.container {
	width:100%;
	margin:0 auto;
	
}

#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content2 { 
	top:0;
	padding:30px;
	width:100%;
	margin:0 auto;
  	justify-content: center;
  	align-items: center;
	position:relative;
}

.content { 
	/*float:left;
	position:absolute;
	padding:30px;
	top:60px;
	margin:30px;
	left:25%;
	position:absolute;
	width:80%;*/
	top:0;
	z-index:9999;
	margin:0 auto;
  	justify-content: center;
  	align-items: center;
	-webkit-font-smoothing:antialiased;
}

.prodct-box-container{ 
  display:flex;
  width:60%;
  height:500px;
  margin:0 auto;
  justify-content: center;
  align-items: center;
  /*background-color:#e2cedf;*/
  position:relative;
}
.prodct-box-container2{ 
  /*display:flex;*/
  width:60%;
  margin:0 auto;
  justify-content: center;
  align-items: center;
  /*background-color:#e2cedf;
  position:relative;*/
}
.prodct {
	/*padding: 0 5px 25px 0;
	width: 385px;
	height: 283px;*/
	display:inline-block;
	position:absolute;
}

.prodct .container2 {
  position: relative;
  /*width: 385px;
  height: 283px;
  max-width: 400px;*/
}

.container3 {
  width: 100%;
  /*position: relative;
  height: 283px;
  max-width: 400px;*/
}
.container3 a{
	color:#FFFFFF;
}
.container3 a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.prodct .image {
  display: block;
  /*width: 100%;
  height: auto;
  border:1px solid #ccc;*/
  width: 385px;
  height: 283px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.prodct .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 385px;
  height: 283px;
  opacity: 0;
  transition: .3s ease;
  background-color: #00a0e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor:pointer;
}

.prodct .container2:hover .overlay { opacity: 0.8; }

.prodct .icon {
  color: white;
  font-size: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  /*padding-bottom: 30px;*/
}

.galeri-box-container{ 
  /*display:flex;*/
  overflow: hidden;
  width:100%;
  height:500px;
  margin:0 auto;
  justify-content: center;
  align-items: center;
  /*background-color:#e2cedf;*/
  position:relative;
}
.galeri {
	/*padding: 0 5px 25px 0;
	width: 385px;
	height: 283px;*/
	display:inline-block;
	position:absolute;
}

.galeri-image {
	position:relative;
	width: 115px;
	height: 70px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 2px;
	border:1px solid #fff;
	float:left;
	display:inline-block;
}

.galeri-image > a,
.galeri-image .slide a,
.galeri-image img {
	display: block;
	width: 115px;
	height: 70px;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 31px;
	bottom:69px;
	/*height:auto;*/
	left:30px;
	position:fixed;
	/*width:60%;*/
	z-index:1000;
	color: #fff;
	filter: drop-shadow(5px 5px 5px #222); 
}

.main-navi{
	position:fixed;
	bottom: 23px;
	left:30px;
	z-index:1001;
	width:100%;
}
.main-navi ul li { 
	list-style: none;
	display: inline;
	padding-right: 6px;
	padding-left: 0px;
	border-right: 1px solid #b7b7b7;
	filter: drop-shadow(2px 2px 1px #000);
}
.main-navi ul li:left { 
	border: none;
	padding: 0;
}
.main-navi ul li a.active {color: #00afef;}

.main-navi #contact { 
	color:#ffffff;
	filter: drop-shadow(1px 2px 1px #000);
	font-size:12px;
}

@media only screen and (min-width: 240px) and (max-width: 492px) {
.galeri-image {
	position:relative;
	width: 70px;
	height: 43px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 2px;
	border:1px solid #fff;
	float:left;
	display:inline-block;
}
.galeri-image > a,
.galeri-image .slide a,
.galeri-image img {
	display: block;
	width: 70px;
	height: 43px;
}
#arrow_left, #arrow_right { display:none; }
.social-nav { display:none; }
#logo {
  	justify-content: center;
  	align-items: center;
	font-size: 26px;
}
.main-navi{ font-size: 26px; }
.contact_form LI {font-size: 10px;}
.prodct-box-container{ 
  height:350px;
}
.prodct .image {
  display: block;
  width: 220px;
  height: 162px;
}
.prodct .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 220px;
  height: 162px;
  cursor:pointer;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.galeri-image {
	position:relative;
	width: 70px;
	height: 43px;
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 2px;
	border:1px solid #fff;
	float:left;
	display:inline-block;
}
.galeri-image > a,
.galeri-image .slide a,
.galeri-image img {
	display: block;
	width: 70px;
	height: 43px;
}
#arrow_left, #arrow_right { display:none; }
.social-nav { display:none; }
#logo {
  	justify-content: center;
  	align-items: center;
	font-size: 26px;
}
.main-navi{ font-size: 26px; }
.contact_form LI {font-size: 10px;}
.prodct-box-container{ 
  height:350px;
}
.prodct .image {
  display: block;
  width: 220px;
  height: 162px;
}
.prodct .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 220px;
  height: 162px;
  cursor:pointer;
}
}
/*** ***/
#ulasim { display:block; }
.current a {
	background:#666 !important;
	border:1px solid #666 !important;
	color:#fff !important
}
/*** ***/

.social-nav {
	/*position:absolute;*/
	position:fixed;
	bottom: 20px;
	right: 42px;
	z-index:1000;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: right;
}
.social-nav ul li a{
	background: #393939;
	padding:30px 10px 30px 10px;
	margin: 1px;
	opacity: .5;
	cursor:pointer;
}
.social-nav ul li a:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:80px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
	filter: drop-shadow(5px 5px 5px #222); 
}
#arrow_left { right:95px; }

#my-audio { display: none; }

/*
===============================================
			Contact
===============================================
*/

.contact_body{
	position: relative;
}

.contact_body .contact_frm{
	/*position: relative;
	left: 50%;
	top: 40%;*/
	float:left;
	margin-top:100px;
	/*margin-bottom:40px;*/
	width: 100%;
	padding: 6px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.contact_body .contact_frm .title{
	margin: 0; margin-bottom:20px;
}

.contact_body .contact_frm .form_row + .form_row{
	margin-top: 30px;
}

.contact_body .contact_frm .form_row .inputfield{
	width: 100%;
	padding: 10px;
	background: transparent;
	border:none;
	border-bottom: 2px solid #bebebe;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact_body .contact_frm .form_row .inputfield.contains_error{
	border-bottom: 2px solid #ff0000 !important;
}

.contact_body .contact_form .form_row textarea{
	min-height: 150px;	
}

.contact_body .contact_frm .form_row .inputfield:hover,
.contact_body .contact_frm .form_row .inputfield:focus{
	border-bottom: 2px solid #111111;
}

.contact_body .contact_form .messages{
	background: #ededed;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.contact_body .contact_frm .messages.visible{
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.contact_form LI:nth-child(1) input { background: url(../images/1.png) no-repeat; background-position: 10px center; }
.contact_form LI:nth-child(2) input { background: url(../images/2.png) no-repeat; background-position: 10px center; }
.contact_form LI:nth-child(3) input { background: url(../images/3.png) no-repeat; background-position: 10px center; }
.contact_form LI textarea { background: url(../images/4.png) no-repeat; background-position: 10px 10px; }
.contact_form UL { margin: 0px; padding: 0px; }
.contact_form LI {margin: 0 7px 0px 0px;padding: 0px;list-style: none;font-size: 18px;position: relative; z-index:1;}
.contact_form .form-text, .contact_form .form-textarea {width: 100%; /*+box-sizing:border-box;*/-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;height: 40px;line-height: 40px;padding-left: 40px;border: none;border-bottom: 1px solid #c4c4c4;font-size: 17px;font-family: 'Exo', sans-serif;color: #fff;outline: none;}
.contact_form .form-textarea{
    padding-left: 40px !important;
    height: 40px !important;
}
.contact_form .form-textarea { height: 40px; resize: none; line-height: 18px; padding: 8px; }
.contact_form LABEL { height: 15px; }
.form-submit {border: 0px;text-align: center;font-size: 20px;color: rgb(52, 59, 71);margin: auto;margin-top: 10px;font-weight: 600;background: rgba(255, 255, 255, 0);border-right: 1px solid #000;background-color: rgba(255, 255, 255, 0.67);box-sizing: border-box;border-left: 1px solid #000;/* padding: 8px; */height: 45px;padding: 0 20px; z-index:50;}
.form-submit:hover { opacity: 0.7; cursor: pointer; }
INPUT.inputError, SELECT.inputError { border: 1px solid #F00 !important; }
input.submit-btn {
    border: 0px;
    font-size: 16px;
	font-family: 'Exo', sans-serif;
    color: rgb(0, 0, 0);
    margin: auto;
    margin-top: 10px;
    font-weight: 300;
    background: rgba(196, 196, 196, 0);
    border-right: 1px solid #fff;
    background-color: rgba(196, 196, 196, 0.67);
    box-sizing: border-box;
    border-left: 1px solid #000;
    /* padding: 8px; */
	border-radius: 10px 10px 10px 10px;
    height: 25px;
    padding: 0 20px;
    display: table;
	float:left;
	z-index:50;
}
input.submit-btn:hover { opacity: 0.7; cursor: pointer; }
.clear{
	clear:both;
	margin-bottom:15px;
}

.demo-container {
	border: 1px solid #009BE3;
	padding:0 20px;
	font-family: "Myriad Pro Regular","Trebuchet MS";
}

.demo-container a, .demo-container a:link, .demo-container a:visited, .demo-container a:hover, .demo-container a:focus, .demo-container a:active {
	color: #009BE3;
}

.demo-container ul {
	list-style-type:none;
	padding:0;
	margin:1em 0;
	width:100%;
	overflow:hidden;
}

.demo-container ul span {
	color: #A0A600;
}

.demo-container li {
	float:left;
	margin-right:1em;
}

.demo-container p span.track-name {
	color: #CC0090;
}