html, body{
}
body{
	/*background: url(../images/bg.jpg) no-repeat center center;*/
	background: #fff;
	background-attachment: fixed;
	overflow-x: hidden;
}
body.scroll{
	overflow-y: scroll;
}
section, article, aside, header, footer, nav, dialog, figure {
	display: block;
}
br.clear{
	clear: both;
}
a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: Tahoma, Geneva, sans-serif;
}
h1{
	color: #000;	
	font-size: 28px;
	padding-bottom: 10px;
}
h2{
	color: #666;
	font-size: 18px;
	padding-bottom: 10px;
}
p, label{
	color: #6e6e6e;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 20px;
}
strong{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 15px;
}
.links{
	color: #FFC300;
	text-decoration: underline;
}
.success{
	color: #fdb813;
	padding: 5px 0;
}
.hightlight li{
	background-color: #ffc711;
}
ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#wrapper{
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
header{
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
header #top{
	background: #fbfbfb;
	border-bottom: 1px solid #f0f0f0;
}
header #top p{
	font-size: 11px;
	padding: 8px 10px;
	text-align: right;
}
header #fanpage, header #insta{
	background: url(../images/facebook.jpg) no-repeat right center;
	color: #6e6e6e;
	height: 20px;
	margin-left: 10px;
	padding: 15px 25px 12px 0px;
	width: 20px;
}
header #insta{
	background: url(../images/instagram.jpg) no-repeat right center;
}
header #logo{
	left: 0;
	position: absolute;
	top: -40px;
}
header nav{
	float: right;
}
header nav a{
	border-top: 3px solid transparent;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 45px 10px 43px;
}
header nav a:hover, header nav a.active{
	background: #ffc711;
	border-color: #000;
}
#banner{
	height: auto;
	position: relative;
}
#welcome{
	border-bottom: 1px solid #dcdcdc;
	margin: 30px 25px 0;
	padding-bottom: 20px;
}
#courses{
	padding: 30px 20px;
}
#courses .course{
	background: #fdfdfd;
	border: 1px solid #e5e5e5;
	float: left;
	height: auto;
	margin: 10px 35px 0 0;
	text-align: center;
	width: 210px;
}
#courses .course.last{
	margin-right: 0;
}
#courses .course .title{
	background: #f3f3f3;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px;
}
#courses .course h3{
	color: #2a2a2a;
	font-size: 18px;
	padding: 10px 0 15px;
}
#courses .course h4{
	color: #ffc711;
	font-size: 20px;
	padding: 5px 0;
	text-shadow: -1px 1px 1px #fff;
}
#courses .course strong{
	color: #777;
	display: block;
	margin: 10px 0 0;
	padding: 0 0 0 30px;
	text-align: left;
}
#courses .course ul{
	min-height: 150px;
	padding: 10px 0;
}
#courses .course ul li{
	color: #777;
	font-size: 13px;
	line-height: 20px;
	padding: 0 30px;
	text-align: left;
}
#courses .course a{
	background: #F0BA0B;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight:bold;
	margin: 10px;
	padding: 10px 20px;
	text-shadow: -1px 1px 1px #89742E;
	text-transform: uppercase;
}
#courses .course a:hover{
	background: #F0B00B;
}
#team{
	border-top: 1px solid #ccc;
	margin: 20px 0 10px;
	padding-top: 15px;
}
.accordion, .accordion * {
	box-sizing: border-box;
	margin-bottom: 5px;
}
.accordion {
	margin: 15px 0;
	overflow: hidden;
}
.accordion-section-title {
	background: url(../images/toggle.jpg) no-repeat left top;
	color: #333;
	display:inline-block;
	font-weight: bold;
	line-height: 18px;
	margin: 15px 15px 15px 0;
	padding-left: 25px;
	width:100%;
}
.accordion-section-title.active {
	background: url(../images/toggle.jpg) no-repeat left -19px;
}
.accordion-section-content {
	display: none;
	padding: 15px;
}
.accordion-section-content.opened{
	display: block;
	padding: 0;
}
.accordion-section-content p strong{
	font-family: Tahoma, Geneva, sans-serif;
}
.accordion-section-content ul{
	margin: 20px 10px;
}
.accordion-section-content ul li{
	line-height: 18px;
}
p.photo-links{
	color: #58595b;
	padding-top: 10px;
}
p.photo-links a{
	color: #58595b;
	text-decoration: underline;
}
p.photo-links span{
	padding: 0 5px;
	text-decoration: none;
}
.photos{
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
}
.photos .item{
	float: left;
	height: 120px;
	margin: 15px 20px 0 0;
	overflow: hidden;
	position: relative;
	width: 140px;
}
.photos .item:nth-child(6),
.photos .item:nth-child(12),
.photos .item:nth-child(18),
.photos .item:nth-child(24){
	margin-right: 0px
}
.photos .item img{
	cursor: pointer;
	height: 100%;
	width: auto;
}
.photos .item .zoom{
	background: url(../images/zoom.jpg) no-repeat center center;
	cursor: pointer;
	display: none;
	height: 30px;
	left: 40%;
	position: absolute;
	top: 40%;
	width: 30px;
	z-index: 999;
}
#large{
	margin: 10px 0 0;
	position: relative;
}
#large .close{
	background: url(../images/close.jpg) no-repeat center center;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 999;
}
#large p{
	background: url(../images/bg_large.png) repeat center center;
	bottom: 0;
	color: #fff;
	height: auto;
	min-height: 60px;
	position: absolute;
	width: 100%;
	z-index: 999;
}
#large p span{
	display:block;
	padding: 10px;
}
#large img{
	width: 100%;
}
footer{
	background: #58595b;
	padding: 10px;
}
form{
	border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
	padding: 20px 0;
	width: 100%;
}
form label{
	color: #666;
	display: inherit;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 5px 5px 5px 0;
	width: 280px;
}
form input{
	background: #F4F4F4;
	border: 1px solid #E6E6E6;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 5px;
	width: 280px;
}
form textarea{
	background: #F4F4F4;
	border: 1px solid #E6E6E6;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	height: 100px;
	padding: 10px;
	resize: none;
	width: 280px;
}
form #submit{
	background: #fdb813;
	color: #fff;
	cursor: pointer;
	display: inherit;
	width: 80px;
}
.maps{
	padding: 10px 0;
}
footer .footer-box{
	float: left;
	margin: 20px 20px;
	width: 280px;
}
footer .footer-box h3{
	padding-bottom: 10px;
}
footer .footer-box h3, footer .footer-box p, footer .footer-box p.social-link a{
	color: #fff;
}
footer .footer-box p.social-link{
	padding-top: 10px;
}
footer .footer-box p.social-link a{
	font-size: 14px;
}
footer .footer-box p.social-link a:hover{
	color: #ffc711;
}
footer .footer-box p{
	font-size: 15px;
}
.scroll-to-top{
	background-color: #ffc711;
	background-image: url(../images/up.png);
	background-repeat: no-repeat;
	background-position: center center;
	bottom: 30px;
	color: #fff;
	display:none; 
	height: 40px;
	padding:10px;
	position: fixed;
	right: 40px;
	text-align:center; 
	text-decoration: none;
	width: 40px;
}
.scroll-to-top:hover{
	background-color: #f1bd14;
	text-decoration:none;
}
.weare{
}
.weare img{
	float: left;
	padding: 0 10px 10px 0;
}
.weare p{
}