/*
    Theme Name: Bikin
    Theme URL: https://bootstrapmade.com/bikin-free-simple-landing-page-template/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');

/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

/*************************
*******Typography******
**************************/
body {
  	background-image: url("../img/bkgd_tile.jpg");
  	font-family:'Open Sans', Arial, sans-serif;
  	color:#3A3A3A;
  	line-height:1.6em;
  	overflow:auto;
	height: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:400; 
    font-family:'Roboto';
	color:#7F411A;
}

h1{
  font-size: 26px;
  color:#7F411A;
}

h2{
  font-size:20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #7F411A;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color:#BE7B2F;
  text-decoration:none;
}

.horizontal-line-break {
	text-align: center;
	padding: 20px;
}

.btn-primary {
	margin-top:30px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #8B460B;
}
.btn:hover {
	color: #fff;
	background-color: #8B460B;
	border-color: #8B460B;
}

.float-image-right{
	float: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.float-image-left{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 2px;
	padding-bottom: 5px;
	
}

.img-centre {
	position: absolute;
	width: 100%;
	height: 100%;
}


.img-centre img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*************************
*******Header******
**************************/

.container-header {
	margin-right: 0px auto 0px auto;
}

.navbar-fixed-top .navbar-toggle .icon-bar {
	background: #F8F0E2;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-logo {
	float: left;
	min-height: 55px;
	min-width: 102px;
    margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#F8F0E2;
   font-family:'Roboto';
	font-size: 24px;
}

.navbar-header a.navbar-brand:hover{
   color:#fff;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: transparent;
  padding: 20px 0;
  padding-bottom: 0;
}

.navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 5px;
	margin-right: 20px;
  padding-bottom: 10px;
}

.navbar-fixed-top .navbar-nav > li > a {
	padding: 5px 10px;
	margin: 0;
	border-radius: 3px;
	color: #F8F0E2;
	line-height: 24px;
	display: inline-block;
	font-weight:500;
	font-size:18px;
	font-family:'Roboto';
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	background: rgba(58,58,61,0.62);	
	color:#DD9616;
}

.navbar-fixed-top {
  border: none;
  background: url('../img/hero-bg.jpg');
	background-position: center top;
}

.navbar-fixed-top .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #F8F0E2;
}

.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: rgba(58,58,61,0.62);
  color: #F8F0E2;
}


/*************************
*******Tonewoods******
**************************/


.container h2 {
	color:#7F411A;
}

.set {
	margin-top: 20px;
	margin-bottom: 20px;
}


.container img {
	border-radius:4px;
}


/*************************
*******Signature Sets******
**************************/

.set {
	margin-top: 20px;
	margin-bottom: 20px;
}


.set img {
	border-radius:6px;
}

/*************************
*******Hero******
**************************/

#hero {
	background-image: url('../img/hero-bg.jpg');
	min-height: 650px;
	background-position: center top;
	position: relative;
}


.hero-caption {
  position: absolute;
  right: 15%;
  top: calc(50% - 150px);
  font-size:40px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #F8F0E2;
  text-align: center;
}

.hero-caption  h2 {
	font-size:26px;
	color: #F8F0E2;
}

.hero-caption  h2 span {
	font-size:26px;
	color: #F8F0E2;
}

.hero-caption  p {
  font-size:20px;
  margin-top:30px;
  color:#F8F0E2;
}

/*************************
*******about******
**************************/
#about {
	padding-top:70px;
	padding-bottom:10px;
	background: transparent;
}

#about h2 {
	color:#7F411A;
}
#about h4 {
	color:#7F411A;
}

#about .text-center {
	padding-top:80px;
}

#about  img {
	border-radius:4px;
}



/*************************
*******content******
**************************/
#content {
	padding-top:60px;
	padding-bottom:10px;
	background: transparent;
	min-height: 1000px;
}

#content h2 {
	color:#7F411A;
}
#content h4 {
	color:#7F411A;
}

#content .text-center {
	padding-top:20px;
	padding-bottom:10px;
}

#content .float-image-left img {
	border-radius:5px;
}

#content .float-image-right img {
	border-radius:4px;
}


#content img {
	border-radius:4px;
}


/*************************
*******endorsements******
**************************/
#endorsement {
	padding-top:20px;
	padding-bottom:10px;
	background: transparent;
	min-height: 400px;
}

#endorsement h2 {
	color:#7F411A;
}
#endorsement h4 {
	color:#7F411A;
}

#endorsement .text-center {
	padding-top:20px;
	padding-bottom:10px;
}

#endorsement img {
	border-radius:4px;
}

#jbconcert {
	min-height: 350px;
}

/*************************
*******content header******
**************************/
#content-header {
	padding-top:70px;
	padding-bottom:10px;
	background: transparent;
}

#content-header h2 {
	color:#7F411A;
}
#content-header h4 {
	color:#7F411A;
}

#content-header .text-center {
	padding-top:20px;
	padding-bottom:10px;
}

#content-header img {
	border-radius:8px;
}


/*************************
*******tui model******
**************************/
#tui {
	padding-top:20px;
	padding-bottom:10px;
	background: transparent;
}

#tui h2 {
	color:#7F411A;
}
#tui h4 {
	color:#7F411A;
}

#tui .text-center {
	padding-top:20px;
	padding-bottom:10px;
}

#tui .text-left {
	padding-top:20px;
	padding-bottom:50px;
}



/*************************
*******kiwi model******
**************************/
#kiwi {
	padding-top:20px;
	padding-bottom:10px;
	background: transparent;
}

#kiwi h2 {
	color:#7F411A;
}
#kiwi h4 {
	color:#7F411A;
}

#kiwi .text-center {
	padding-top:20px;
	padding-bottom:10px;
}


#kiwi .text-left {
	padding-top:20px;
	padding-bottom:10px;
}






/*************************
*******hihi model******
**************************/
#hihi {
	padding-top:20px;
	padding-bottom:10px;
	background: transparent;
}

#hihi h2 {
	color:#7F411A;
}
#hihi h4 {
	color:#7F411A;
}

#hihi .text-center {
	padding-top:20px;
	padding-bottom:10px;
}


#hihi .text-left {
	padding-top:20px;
	padding-bottom:10px;
}


/************************
*******countdown******
**************************/

.counter {
  background: transparent;
  min-height: 20px;
  text-align: center;
}

.counter h3 {
  color: #E5E5E5;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;
  letter-spacing: 1px;
  padding-top: 20px;
  margin-bottom:20px;
}

#countdown {
  color: #3B1B06;
}

#countdown span {
  color: #3B1B06;
  font-size: 16px;
  font-weight: normal;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

/************************
*******price ticker******
**************************/

.price {
  background: transparent;
  min-height: 20px;
  text-align: center;
}

.price h3 {
  color: #E5E5E5;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;
  letter-spacing: 1px;
  padding-top: 20px;
  margin-bottom: 1px;
}

#priceticker {
  color: #3B1B06;
}

#priceticker span {
  color: #3B1B06;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

/*************************
*******Slider******
**************************/
.slider {
	position: relative;	
	padding-top:70px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #fff;
  border-radius:50%;
  font-size: 30px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#F8F0E2;
}

#carousel-slider a i:hover {
  background:#8B460B;
  color:#fff;
  border: 1px solid #8B460B;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:40px;
  top: calc(50% - 25px);
}

#carousel-slider .carousel-control.right i {
  right: 40px;
  top: calc(50% - 25px);
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  top: calc(50% - 150px);
  font-size:40px;
  left: 15%;
  z-index: 10;
  padding-bottom: 0px;
  color: #F8F0E2;
  text-align: center;
}

.carousel-caption  h2 {
	font-size:60px;
	color: #F8F0E2;
}

.carousel-caption  h2 span {
	font-size:60px;
	color: #F8F0E2;
}

.carousel-caption  p {
  font-size:30px;
  margin-top:30px;
  color:#F8F0E2;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:25px;
	background:#8B460B;
	color:#fff;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#8B460B;
	background:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:25px;
	background:#fff;
	color:#8B460B;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	background:#8B460B;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

/*************************
*******feature******
**************************/
#feature {
	padding-top:90px;
	background: transparent;
	padding-bottom:50px;
}

.hi-icon-effect {
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}

.hi-icon-effect:hover {
	border-radius:6px;
	background:#f4f4f4;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.hi-icon-effect i.fa:hover {
	background:#fff;
	color: #8B460B;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.text-center i {
	font-size:30px;
	margin-top:50px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#8B460B;
	border-radius:50%;
}
.text-center h2 {
	margin-top:20px;
	margin-bottom:20px;
}

.text-center h3 {
	font-size:35px;
	margin-top:50px;
	margin-bottom:20px;
	color:#111;
}

.text-center p {
	margin-bottom:30px;
}



/*************************
*******Gallery******
**************************/
#gallery {
	padding-top:70px;
	padding-bottom:70px;
	background:#EBEBEB;
}
#gallery img {
	border-radius:6px;
}

.gallery {
	margin-top:60px;
	margin-bottom:30px;
}

#gallery .text-center {
	padding-top:20px;
	margin-bottom:50px;
	padding-bottom:20px;
}

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effect-chico:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*************************
*******parallax******
**************************/
.subscribe-content {
	color: #F8F0E2;
	padding-top: 30px;
	padding-bottom: 60px;
}

.subscribe-content h1,h2 {
	color: #F8F0E2;
}

.subscribe-content p {
	color: #F8F0E2;
	font-size: 14px;
}

.subscribe-text-center {
	color: #F8F0E2;
	font-size: 14px;
	text-align: center;
}



#mce-EMAIL {
	color: #000000;
}

#mce-FNAME {
	color: #000000;
}

#mce-LNAME {
	color: #000000;
}

#mce-MMERGE3 {
	color: #000000;
}

#mc_embed_signup {
	clear:left;
	font:12px Helvetica,Arial,sans-serif;
  	box-sizing: border-box;
  	max-width: 400px;
 	padding: 5px;
  	border: 1px solid #DDD;
	margin: auto;
}

.mc-field-group {
	padding:0px;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax-window .text-center h2 {		
	color:#fff;
	margin-top:90px;
	padding-top:5px;
	padding-bottom:5px;
}

.parallax-window .text-center p {	
	color:#fff;
	font-size:20px;	
}

.sub-parallax .form-inline .form-group button[type="purchase"] {
	padding:20px 90px;
	font-size:20px;
	background: transparent;
	color:#BE7B2F;
	border-color: #BE7B2F;
}

.sub-parallax .form-inline .form-group button[type="purchase"]:hover {
	background:#BE7B2F;
	color:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.sub-parallax .form-inline .form-group button[type="subscribe"] {
	padding:20px 90px;
	font-size:20px;	
}

.sub-parallax .form-inline .form-group button[type="subscribe"]:hover {
	background: transparent;
	color:#BE7B2F;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

		 


/*************************
*******media******
**************************/
#media {
	padding-top:70px;
	padding-bottom:10px;
	background: transparent;
}

#media h2 {
	color:#7F411A;
}
#media h4 {
	color:#7F411A;
}

#media .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#media .team img {
	border-radius:8px;
}


/*************************
*******our team******
**************************/
#our-team {
	padding-top:70px;
	padding-bottom:70px;
	background: transparent;
}

#our-team h2 {
	color:#7F411A;
}
#our-team h4 {
	color:#7F411A;
}

#our-team .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#our-team .team img {
	border-radius:8px;
}

/*************************
*******footer******
**************************/
footer {
	background:#DBDBDB;
  	font-size: 0.8em;
	
}


footer .container {
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}



#contact {
  	background-image: url("../img/bkgd_tile.jpg");
	padding-top:20px;
	padding-bottom:80px;
}


.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

#contact .text-center {
	padding-top:20px;
	margin-bottom:30px;
	padding-bottom:10px;
}

#contact ul {
	list-style:none;
	margin-left:-40px;
	font-size:13px;
}

#contact h2 {
	color:#000;
	margin-bottom:30px;
	font-size:25px;
}
.form-inline {
	margin-top:15px;
	margin-bottom:15px;	
}

.form-inline .form-group input[type="name"]{
	margin-top:10px;
	border-radius:4px;
	border-radius:6px;
}

.form-inline .form-group input[type="email"]{
	margin-top:10px;
	border-radius:6px;
	padding:5px 20px;
}

.sub-footer form {
	margin-top:30px;
	margin-bottom:30px;
}

.sub-footer .form-inline .form-group button[type="purchase"] {
	padding:10px;
	font-size:20px;
}

.sub-footer .form-inline .form-group button[type="purchase"]:hover {
	background:#fff;
	color:#BE7B2F;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.sub-footer .form-inline .form-group button[type="subscribe"] {
	padding:10px;
	font-size:20px;
	background:#fff;
	color:#BE7B2F;
	border-color: #BE7B2F;
}

.sub-footer .form-inline .form-group button[type="subscribe"]:hover {
	background:#BE7B2F;
	color:#fff;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

ul.social-network {
	list-style:none;
	margin-top:10px;	
	padding:0px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.social-icon {
	text-align:center;
	padding:0px;
		
}



ul.social-network li {
	display:inline;
	margin: 0 18px;	
	font-size:25px;	
}

ul.social-network li a {	
	color:#A2A2A2;
	text-align:center;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-instagram {
  color: #C13BB6;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

@media screen and (max-width:349px){
.float-image-right{
	float: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.float-image-left{
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 2px;
	padding-bottom: 10px;
	width: 100%;
}
}
@media screen and (max-width:767px){
	.navbar-logo {
	float: left;
	min-height: 55px;
	min-width: 70px;
    margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#F8F0E2;
   font-family:'Roboto';
	font-size: 22px;
}
	
.dropdown-menu>li>a {
	color: #F8F0E2;
}

.dropdown-menu>li>a {
	color: #F8F0E2;
}

}


@media screen and (max-width:991px) and (min-width:768px){
	
	.navbar-logo {
	float: left;
	min-height: 55px;
	min-width: 70px;
    margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar-header a.navbar-brand {
   color:#F8F0E2;
   font-family:'Roboto';
	font-size: 22px;
}
	
.container-header {
		width: 768px;
	}
	

}


@media screen and (min-width:768px){
		
.container-header {
		width: 768px;
		margin-left: auto;
		margin-right: auto;
	} 
}

@media screen and (min-width:992px){	
.container-header {
		width: 970px;
	}
}

@media screen and (min-width:1200px){	
.container-header {
		width: 1170px;
	}
}

div {
}
#jbconcert {
}
