body{
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
}


.homescreen{}
.container{}
.row{}
.text-center{}
.logo{
	margin-right: 10px;
}
.declaration h1 {
  background: none repeat scroll 0 0 #97d454;
  border-radius: 2px;
  color: #f7f7f7;
  display: inline-block;
  font-weight: 400;
  padding: 7px 10px;
}
.declaration h1:first-letter{
	font-weight: 700
}
.header_title{

}
.title {
  margin-top: 55px;
}
.declaration h3{
	color: #555;
	display: inline-block;
	margin-bottom: 0px;
}
.header_btn {
  margin-top: 10px;
}
.header_btn a {
  background: none repeat scroll 0 0 #e3cdb0;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 18px;
  height: 45px;
  margin-top: 10px;
  padding-top: 9px;
  text-align: center;
  width: 210px;
}
.header_btn a:hover{
	background: #dfc5a3;
}
.header_img {
  margin-top: 82px;
}
.header_img img {
  height: 610px;
  width: 720px;
  margin-left: 45px;
}
.page_title{
	margin-top: 30px
}
.page_title h2{
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
	color: #000;
}
.page_title p{
	color: #555
}
.features{}
.all_features{
	margin-top: 60px;
	padding-bottom: 60px
}
.feature_one .feature_detail,
.feature_three .feature_detail{
	padding-left: 50px
}
.col-md-6{}
.feature_detail{
	margin-top: 200px
}
.feature_detail h3{
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 30px;
	color: #865A1B
}
.feature_detail p {
  padding-right: 30px;
  line-height: 23px;
  color: #4D340F
}

.feature_two .feature_detail p{
	padding-right: 150px;
}

.feature_image{}
.feature_two{}
.feature_three{}
.describe_area{}
.describe_area .page_title h2, 
.describe_area .page_title p{
	color: #fff
}
.describe{
	padding: 60px 0;
}

.describe h2, .describe h3, .describe p, .describe ul li span{
	color: #eee
}

.describe_image{}
.describe_image img{
}
.description{
	padding-right: 100px;
}
.des_list {
  margin-top: 20px;
  padding-right: 40px;
}
.des_list ul{
	display: table;
}
.des_list ul li {
	color: #333;
	margin-top: 30px;
	display: table-row;
}
.des_list ul li span {
  display: table-cell;
  font-size: 16px;
  padding-left: 30px;
  padding-top: 30px;
}
.des_list ul li img {
	width: 40px;
	height: 40px;
	display: table-cell;
}
.list-unstyled{}
.screens_area{}
.screens{
	padding: 40px 0 80px;
}
.screens .single_screen{
	margin-top: 40px;
}
.screens img {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  width: 320px;
}
.contact_area{} 
/*.contact_area .page_title h2{
  color: #fff
} 
.contact_area .page_title p{
  color: #Fff
} */
.subscribe{
	margin-top: 100px;
}
.subscribe input{
	height: 70px;
}
.subscribe form {
  height: 70px;
  left: 50%;
  margin-left: -230px;
  margin-top: 20px;
  position: relative;
  width: 460px;
}
.subscribe input[type="text"] {
  border: medium none;
  float: left;
  font-size: 18px;
  padding-left: 10px;
  width: 340px;
  background: #C6DC6D;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  -ms-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.subscribe input[type="text"]:focus{
	background: #B6D244
}
.subscribe input[type="submit"] {
  border: medium none;
  float: left;
  font-size: 18px;
  font-weight: 700;
  width: 110px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  -ms-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;

}
.subscribe input[type="submit"]:hover{
	padding-left: 10px;
}
.subscribe input[type="submit"]:focus{
	font-style: italic;
	border: none;
	outline: none;
}
.subscribe h3{
	color: #ddd
}
.social{
	margin-top: 60px;
}
.social ul{
	margin-top: 40px;
}
.social ul li{
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social ul li:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.social ul li img{
  width: 60px;
}
.social ul li a:focus{
	outline: none;
}
.fa{}

.fa-facebook{}
.fa-5x{}
.fa-twitter{}
.fa-google-plus{}
.fa-linkedin{}
.fa-youtube{}
.copyright{
	margin-top: 40px
}
.copyright a.author{
	color: #929A70;
	font-weight: 700;
	font-size: 16px
}
.copyright a.author:hover{
	font-style: italic;
}
.footer_pages{}
.footer_pages li a{
	color: #485D35;
	text-decoration: underline;
}
.footer_pages li a:hover{
	text-decoration: overline;
}

hr.hrstyle{
	 height: 30px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.hrstyle:before{
	display: block;
    content: "";
    height: 30px;
    margin-top: -30px;
    border-style: solid;
    border-color: #fff;;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
#fp-nav ul li a:focus{
	outline: none;
}

#section0, #section7{
	background: #000 !important;
}
#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  height: 13px;
  margin: 15px 7px 7px;
  position: relative;
  width: 14px;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 10px;
  left: 50%;
  margin: -2px 0 0 -2px;
  padding: 6px;
  position: absolute;
  top: 50%;
  transition: all 0.1s ease-in-out 0s;
  width: 10px;
  z-index: 1;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  border-radius: 100%;
  height: 12px;
  margin: -6px 0 0 -7px;
  width: 12px;
  padding: 11px;
  background: #fff;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
  border-radius: 100%;
  height: 12px;
  margin: -6px 0 0 -7px;
  width: 12px;
  padding: 11px;
  background: #fff;
}

.floatLeft{float:left;}
.floatRight{float:right;}
.right{text-align:right;}
.left{text-align:left;}
.center{text-align:center;}
.bold{font-weight:700;}
.bgyellow{background:#fff5d9;}
.bg2yellow{background:#ffecb4;}
.bgdyellow{background:#fdda71}
.bgdblue{background:#a2ccf4;}
.bgpink{background:#ffdddd;}
.bgblue{background:#e1effc;}
.bg1blue{background:#ade3f6;}
.bg2blue{background:#e3f8ff;}
.bggray{background:#cccccc;}
.bglgray{background:#e7e7e7;}
.bgdgreen{background:#9dca3a;}
.bglgreen{background:#d8f0a2;}
.overflow{overflow:hidden}
.underline{text-decoration:underline;}
.no_style li{list-style:none;}
.no_bdr {border:none}
.no_bold{font-weight:normal;}
.li_inline li {float:left;}
.ls_03 {letter-spacing:-0.03em}
/*
[2]MARGIN-CLASS
===================================*/
.m0auto{margin:0 auto;}
/*margin top*/
.mT01{margin-top:1px;}
.mT02{margin-top:2px;}
.mT03{margin-top:3px;}
.mT04{margin-top:4px;}
.mT05{margin-top:5px;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}
.mT25{margin-top:25px;}
.mT30{margin-top:30px;}
.mT35{margin-top:35px;}
.mT40{margin-top:40px;}
.mT45{margin-top:45px;}
.mT50{margin-top:50px;}
.mT100{margin-top:100px;}
.mT130{margin-top:130px;}
.mT150{margin-top:150px;}
/*margin right*/
.mR00{margin-right:0px;}
.mR05{margin-right:5px;}
.mR10{margin-right:10px}
.mR15{margin-right:15px;}
.mR20{margin-right:20px;}
.mR25{margin-right:25px;}
.mR30{margin-right:30px;}
.mR40{margin-right:40px;}
.mR42{margin-right:42px;}
.mR47{margin-right:47px;}
.mR77{margin-right:77px;}

/*margin bottom*/
.mB05{margin-bottom:5px;}
.mB10{margin-bottom:10px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB25{margin-bottom:25px;}
.mB30{margin-bottom:30px;}
.mB35{margin-bottom:35px;}
.mB40{margin-bottom:40px;}
.mB43{margin-bottom:43px;}
.mB50{margin-bottom:50px;}
.mB60{margin-bottom:60px;}
.mB70{margin-bottom:70px;}
.mB75{margin-bottom:75px;}
.mB80{margin-bottom:80px;}
.mB90{margin-bottom:90px;}
.mB95{margin-bottom:95px;}
.mB100{margin-bottom:100px;}
.mB130{margin-bottom:130px;}
.mB160{margin-bottom:160px;}
.mB200{margin-bottom:200px;}
.mB250{margin-bottom:250px;}
.mB300{margin-bottom:300px;}
.mB400{margin-bottom:400px;}
.mB600{margin-bottom:600px;}
.mB700{margin-bottom:700px;}
.mB800{margin-bottom:800px;}

/*margin left*/
.mL05{margin-left:5px;}
.mL10{margin-left:10px;;}
.mL14{margin-left:14px;}
.mL15{margin-left:15px;}
.mL20{margin-left:20px;}
.mL25{margin-left:25px;}
.mL30{margin-left:30px;}

/*
[3]PADDING-CLASS
===================================*/

/*padding top*/
.pT03{padding-top:3px;}
.pT05{padding-top:5px;}
.pT10{padding-top:10px;}
.pT15{padding-top:15px;}
.pT20{padding-top:20px;}
.pT25{padding-top:25px;}
.pT30{padding-top:30px;}
.pT40{padding-top:40px;}
.pT50{padding-top:50px;}
.pT60{padding-top:60px;}
.pT70{padding-top:70px;}
.pT80{padding-top:80px;}
.pT90{padding-top:90px;}
.pT100{padding-top:100px;}
.pT200{padding-top:200px;}
.pT220{padding-top:220px;}
.pT400{padding-top:400px;}

/*padding right*/
.pR05{padding-right:5px;}
.pR10{padding-right:10px;}
.pR15{padding-right:15px;}
.pR20{padding-right:20px;}
.pR25{padding-right:25px;}
.pR30{padding-right:30px;}

/*padding bottom*/
.pB05{padding-bottom:5px;}
.pB08{padding-bottom:8px;}
.pB10{padding-bottom:10px;}
.pB12{padding-bottom:12px;}
.pB15{padding-bottom:15px;}
.pB20{padding-bottom:20px;}
.pB25{padding-bottom:25px;}
.pB30{padding-bottom:30px;}
.pB40{padding-bottom:40px;}
.pB50{padding-bottom:50px;}
.pB60{padding-bottom:60px;}
.pB70{padding-bottom:70px;}
.pB80{padding-bottom:80px;}
.pB90{padding-bottom:90px;}
.pB100{padding-bottom:100px;}
.pB120{padding-bottom:120px;}

/*padding left*/
.pL05{padding-left:5px;}
.pL10{padding-left:10px;}
.pL15{padding-left:15px;}
.pL20{padding-left:20px;}
.pL25{padding-left:25px;}
.pL30{padding-left:30px;}
.pL50{padding-left:50px;}
/*

/*
[4]WIDTH-CLASS
===================================*/
.w50{width:50px;}
.w70{width:70px;}
.w100{width:100px;}
.w110{width:110px;}
.w140{width:140px;}
.w150{width:150px;}
.w200{width:190px;}
.w210{width:210px;}
.w220{width:220px;}
.w250{width:250px;}
.w280{width:280px;}
.w300{width:300px;}
.w310{width:310px;}
.w320{width:320px;}
.w328{width:328px;}
.w330{width:330px;}
.w340{width:340px;}
.w350{width:350px;}
.w360{width:360px;}
.w380{width:380px;}
.w445{width:445px;}
.w450{width:450px;}
.w480{width:480px;}
.w500{width:500px;}
.w550{width:550px;}
.w580{width:580px;}
.w600{width:600px;}
.w645{width:645px;}

/*
[5]HEIGHT-CLASS
===================================*/
.h25{height:25px;}
/*
[6]FONT-CLASS
===================================*/
.lheight40{
line-height:40px;
}
.f7{font-size:7px;}
.f8{font-size:8px;}
.f9{font-size:9px;}
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f13{font-size:13px;}
.f15{font-size:15px;}
.f16{font-size:16px;}
.f17{font-size:17px;}
.f18{font-size:18px;}
.f19{font-size:19px;}
.f20{font-size:20px;}
.f21{font-size:21px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f27{font-size:27px;}
.f30{font-size:30px;}
.f33{font-size:33px;}
.red{color: #ff0000;}
.blue{color:#0b3e91;}
.blue a{color:#0065b1;}
.black{color:#000;}
.black a{color:#000;}
.black a:hover { color:#666 } 
.gray{color:#333333;}
.white{color:#ffffff;}
.yellow{ color:#f6ab30;}
.dgray{color:#4b4b4b;}
.lgray{color:#666666;}
.lgray2{color:#bdbbbb;}
.lgray3{color:#a0a0a0;}
.white{color:#ffffff;}
.orange{color:#f47920;}
.fweight100{font-weight:100;}
.placeholder {color:#aaa;}

/* Smartphone （768px） */
@media screen and (max-width: 768px){
.spmT01{margin-top:1px;}
.spmT02{margin-top:2px;}
.spmT03{margin-top:3px;}
.spmT04{margin-top:4px;}
.spmT05{margin-top:5px;}
.spmT10{margin-top:10px;}
.spmT15{margin-top:15px;}
.spmT20{margin-top:20px;}
.spmT25{margin-top:25px;}
.spmT30{margin-top:30px;}
.spmT35{margin-top:35px;}
.spmT40{margin-top:40px;}
.spmT45{margin-top:45px;}
.spmT50{margin-top:50px;}
/*margin right*/
.spmR00{margin-right:0px;}
.spmR05{margin-right:5px;}
.spmR10{margin-right:10px}
.spmR15{margin-right:15px;}
.spmR20{margin-right:20px;}
.spmR25{margin-right:25px;}
.spmR30{margin-right:30px;}
.spmR40{margin-right:40px;}
.spmR42{margin-right:42px;}
.spmR47{margin-right:47px;}
.spmR77{margin-right:77px;}

/*margin bottom*/
.spmB05{margin-bottom:5px;}
.spmB10{margin-bottom:10px;}
.spmB15{margin-bottom:15px;}
.spmB20{margin-bottom:20px;}
.spmB25{margin-bottom:25px;}
.spmB30{margin-bottom:30px;}
.spmB35{margin-bottom:35px;}
.spmB40{margin-bottom:40px;}
.spmB43{margin-bottom:43px;}
.spmB50{margin-bottom:50px;}
.spmB60{margin-bottom:60px;}
.spmB70{margin-bottom:70px;}
.spmB75{margin-bottom:75px;}
.spmB80{margin-bottom:80px;}
.spmB90{margin-bottom:90px;}
.spmB95{margin-bottom:95px;}
.spmB100{margin-bottom:100px;}
.spmB130{margin-bottom:130px;}
.spmB160{margin-bottom:160px;}
.spmB200{margin-bottom:200px;}
.spmB250{margin-bottom:250px;}
.spmB300{margin-bottom:300px;}
.spmB400{margin-bottom:400px;}
.spmB600{margin-bottom:600px;}
.spmB700{margin-bottom:700px;}
.spmB800{margin-bottom:800px;}

/*margin left*/
.spmL05{margin-left:5px;}
.spmL10{margin-left:10px;;}
.spmL14{margin-left:14px;}
.spmL15{margin-left:15px;}
.spmL20{margin-left:20px;}
.spmL25{margin-left:25px;}
.spmL30{margin-left:30px;}

/*
[3]PADDING-CLASS
===================================*/

/*padding top*/
.sppT03{padding-top:3px;}
.sppT05{padding-top:5px;}
.sppT10{padding-top:10px;}
.sppT15{padding-top:15px;}
.sppT20{padding-top:20px;}
.sppT25{padding-top:25px;}
.sppT30{padding-top:30px !important;}
.sppT50{padding-top:50px !important;}

/*padding right*/
.sppR05{padding-right:5px;}
.sppR10{padding-right:10px;}
.sppR15{padding-right:15px;}
.sppR20{padding-right:20px;}
.sppR25{padding-right:25px;}
.sppR30{padding-right:30px;}

/*padding bottom*/
.sppB05{padding-bottom:5px;}
.sppB08{padding-bottom:8px;}
.sppB10{padding-bottom:10px;}
.sppB12{padding-bottom:12px;}
.sppB15{padding-bottom:15px;}
.sppB20{padding-bottom:20px;}
.sppB25{padding-bottom:25px;}
.sppB30{padding-bottom:30px;}
.sppB50{padding-bottom:50px !important;}

/*padding left*/
.sppL05{padding-left:5px;}
.sppL10{padding-left:10px;}
.sppL15{padding-left:15px;}
.sppL20{padding-left:20px;}
.sppL25{padding-left:25px;}
.sppL30{padding-left:30px;}
.sppL50{padding-left:50px;}

/* img adjustment */
.pic-90p-xs{width:90%; display:block; margin-left:auto; margin-right:auto;}
.pic-80p-xs{width:80%; display:block; margin-left:auto; margin-right:auto;}
.pic-70p-xs{width:70%; display:block; margin-left:auto; margin-right:auto;}
.pic-60p-xs{width:60%; display:block; margin-left:auto; margin-right:auto;}
.pic-50p-xs{width:50%; display:block; margin-left:auto; margin-right:auto;}
}

/* font weight */
.font-w-300{font-weight:300;}
.font-w-600{font-weight:600;}
.font-w-800{font-weight:800;}

a:hover img.hoverImg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
transition: 0.6s ease-in-out;
}

.italic{font-style:italic;}

.box_shadow{box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.18);}

.box_shadow2{box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);}

.pic-center{margin-right:auto; margin-left:auto; display:block;}

.img-radius{border-radius:5px;}

.divide-line{border-top:1px solid #e4e4e4; margin-top:40px; margin-bottom:40px;}

h1,h2,h3,h4,h5,h6{font-family: 'Montserrat', sans-serif;}

h1.guitar-ttl{font-size:60px; margin-bottom:30px;}

p {margin:0;}

#rx-88-section0,#rx-88-section1,#rx-88-section2{color:#fff;}

#rx-88-section0{background:#000;}

#rx-88-section1{background: url(img/bg01.jpg) no-repeat; background-size: cover}

#rx-88-section2{background: url(img/bg02.jpg) no-repeat; background-size: cover}

#rx-88-section3, #rx-88-section4{font-size:16px;}

#ty-tabor-section0,#ty-tabor-section1,#imperialD-section0,#imperialD-section1,#imperialD-section2{background:#000 !important; color:#fff;}

#ty-tabor-section2{background: url(img/bg-ty-tabor-sec02.jpg) no-repeat; background-size: cover; color:#fff;}

#ty-tabor-section3{color:#232323;}

#ty-tabor-section3,#imperialD-section3{font-size:16px;}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 6px;
    border-top: 1px solid #E4C7B2;}
	
/* navigation */
.navbar-nav{margin-top:17px;}

.navbar-inverse {background-color: #fff; border-color: #fff; box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.08);}

.navbar-inverse .navbar-nav > li > a {
    color: #232323;
}

.navbar-inverse .navbar-nav > li > a:hover{color: #9d9d9d;}

.navbar-brand{height:auto;}

.navbar-toggle{margin-top:22px;}

.navbar-inverse .navbar-toggle .icon-bar {background-color: #232323;}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #9d9d9d;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #9d9d9d;
  background-color: #080808;
}

.navbar-brand {padding: 10px 12px;}

/* Footer */
.footer, .footer h2{color:#fff;}

/* Contact */
.form-control{color:#232323; font-size:16px;}

.contact label{margin-right:15px; width:140px;}

.contact input{width:100%;}

.form-group {width: 70%;}

@media (max-width: 768px){
.contact label{margin-right:15px; width:100px; font-size:15px;}
}
	
