@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {background: #000; padding: 0;margin: 0;font-family: 'Open Sans', sans-serif;color:#ffffff}

.container { padding: 0}

.clownbg {background:url(assets/img/clown-bg.png)  center top no-repeat; background-size: cover;display: block; min-height:650px; margin: 0 auto;}
.clowntab {position: relative;display: block;background: url(assets/img/tablet-bg.png) center center no-repeat; background-size: contain;margin: 0 auto;min-height: 310px; top: 120px}

.botlink { /*position: relative;bottom: 230px;*/}
.botlink a{  font-family: 'Rye', cursive;  font-size: 14px; text-transform: uppercase; margin: 5px 9px; color: #ffa934; text-decoration: none;}
.botlink a:hover { text-decoration: none; color: #fff }

.clown-contact, .clown-about {
	 position: relative;top: 100px;
	background: rgba(0,0,0,0.70);
	padding: 3px 30px;
	margin-bottom: 120px;
	text-shadow: 0px 0px 2px #000;
	
}
.input-field { margin: 21px 5px }
	.form-control { border-radius: 0 !important; background: rgba(0,0,0,0.70); border: 1px solid rgba(201,100,0,0.70);color: #ffffff }
.btn-danger { border-radius: 0 !important; background: #FFA526;color:  #000;font-weight: bold;text-transform: uppercase}

.clown-about h3 {color:#FFA934;text-shadow: 0px 0px 2px #000}

.owl-theme {
position: relative;
	
	margin: 0 auto;
	padding: 81px 45px 0px 39px;
}

.item img { height: 150px;}
.owl-theme .item { margin: 0 auto; }


  .owl-next,
  .owl-prev {
    width: 22px;
    height: 40px;
	  font-size: 45px !important;
	  color: dodgerblue !important;
    margin-top: -20px;
	  background: none !important;
    position: absolute;
    top: 18%;
  }
  .owl-prev {
    left: -39px;
  }
  .owl-next {
    right: -33px;
  }
.copyright { margin-bottom: 12px ;font-size: 10px; }
.copyright a { color: #FFA934; text-transform: uppercase}
.copyright a:hover {color:#fff;}

hr { border-top-color: rgba(134,58,0,0.50) }

@media(min-width:768px) {
.clownbg {background:url(assets/img/clown-bg.png)  center top no-repeat; background-size: contain;display: block; min-height:650px; margin: 0 auto;}
	
.clowntab {display: block;background: url(assets/img/tablet-bg.png) center center no-repeat; background-size: contain;margin: 0 auto;min-height: 350px; position: relative;top: 230px;max-width: 490px}

.botlink { /*position: relative;bottom: 35px;*/}
.botlink a{  font-family: 'Rye', cursive;  font-size: 21px; text-transform: uppercase; margin: 5px 25px; color: #ffa934; text-decoration: none;}
	.botlink a:last-child { margin-right: 9px }

	

.owl-theme {
position: relative;
	
	margin: 0 auto;
	padding: 60px 93px 0px 77px;
}

.item img { height: 236px;}
	
	
.clown-contact, .clown-about {
	 position: relative;top: 260px;left: -5px;
	margin-bottom: 300px;
}
	
	

}
