/* GENERAL STYLES */

*:before, *:after, *{
	box-sizing: border-box;
}
a{text-decoration:none !important;}

body{
	background: #111111;
	font-family: 'Titillium Web', sans-serif;
	font-size:16px;
	color:#494949;
	line-height: 24px;
	margin:0;
	padding:0;
	font-weight:300;
}

h1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	margin: 0 0 10px 0;
	font-weight:700;
	color:#111;
	text-transform:uppercase;
	line-height:53px;
}

h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight:600;
	color:#111;
}

a{
	color:#E96656;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	border:0;
	outline:0;
	max-width:100%;
}

.fullContainer, .fullWidth{
	float:left;
	width:100%;
	position:relative;
}

.followUpPage{
	margin: 110px 0 0;
	background: #fff;
	padding: 30px 0;
}

.container{
	width:1150px;
	margin: 0 auto;
	padding: 0 20px;
}

.left{
	float:left !important;
}

.right{
	float:right !important;
}

.last{
	float:right !important;
	margin:0 !important;
}

.hidden{
	opacity:0;
}

.visible{
	opacity:1;
}

.bigTitle{
	float:left;
	width:100%;
	text-align:center;
	margin: 0 0 30px 0;
	font-size: 36px;
	font-weight:700;
	text-transform:uppercase;
	color: #111232;
	line-height: 22px;
	line-height: 1;
}

.subTitle{
	float:left;
	width:100%;
	text-align:center;
	margin: 0 0 30px 0;
	font-weight: 300;
	font-size:20px;
	color: #1d1d1d;
}

.title{
	float:left;
	width:100%;
	text-align:center;
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight:700;
	text-transform:uppercase;
	color: #111111;
}

.darkTitle{
	float:left;
	width:100%;
	text-align:center;
	padding:15px 0;
	color:#fff;
	background: #111;
	text-transform:uppercase;
}
.Mail_link{
	color:#fff;
}
.centerText{
	text-align:center !important;
}

.readMore{
	float:left;
	width:100%;
	text-align:right;
	color:#E96656;
	margin: 10px 0 0 0;
}

.readMoreCenter{
	float:left;
	width:20%;
	margin: 20px 40%;
	border: 1px solid #604A94;
	padding: 10px 15px;
	text-transform:uppercase;
	color:#604A94;
	transition: all 0.3s;
	border-radius: 3px;
	text-align:center;
	cursor:pointer;
}

.readMoreCenter:hover{
	background: #604A94;
	color:#fff;
	text-decoration:none;
}

.smallPriceCont{
	float:left;
	width:100%;
	margin: 0 0 0 0;
}

.smallPrice{
	float:left;
	padding:8px 14px;
	border-radius: 3px;
	background: #E5D5CF;
	color:#111;
	margin: 0 10px 15px 0;
}

.bold{
	font-weight:bold;
}

.list{
	float:left;
	width:100%;
	margin: 10px 0;
	padding: 0 0 0 20px;
	box-sizing:border-box;
}

.list li{
	float:left;
	width:100%;
	margin: 0 0 10px 0;
}

.listTiny{
	float:left;
	width:100%;
	margin: 10px 0;
	padding: 0 20%;
	box-sizing:border-box;
}

.listTiny li{
	float:left;
	width:100%;
	margin: 0 0 10px 0;
	text-align:left;
}

.pattern{
	float:left;
	width:100%;
	height:100%;
	background: url(../images/homeBannerPattern-3.png) center center repeat rgba(0,0,0,0.4);
}

.ribbon{
	float:left;
	margin:20px 0;
	width:100%;
	text-align:center;
}

.row{
	float:left;
	width:100%;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px dashed #e5d5cf;
}

.rowHalf{
	float:left;
	width:45%;
}

.rowHalf:nth-of-type(2n){
	float:right;
}

.blockOne{
	float:left;
	width:53%;
	background: #fff;
	padding:30px;
}

.blockTwo{
	float:left;
	width:45%;
	background: #fff;
	padding:30px;
}

.noListStyle{
	list-style:none;
}

.marginBottomSM{
	margin-bottom: 10px;
}
.marginBottom{
	margin-bottom: 20px;
}

.col60{
	float:left;
	width:60%;
	padding: 0 20px 0 0;
}

.col40{
	float:left;
	width:40%;
}

.serviceBlock{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
	background: #e6e6e6;
	border-bottom: 3px solid #000;
	transition: border 0.4s;
	-webkit-transition: border 0.4s;
}
.serviceBlock p{
	color:#fff;
}

.serviceBlock:hover{
	border-bottom: 3px solid #E96656;
}	

.serviceBlock .ghostRead{
	margin:0;
}	

.serviceBlock div{
	background: rgba(0,0,0,0.4);
	padding:20px;
	float:left;
	width:100%;
	transition: background 0.4s;
	-webkit-transition: background 0.4s;
}

.serviceBlock:hover div{
	background: rgba(0,0,0,0.2);
}

.serviceBlock .title{
	color:#fff;
}

.serviceBlock p{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
}

.leesmeer{
    background: #E96656 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
	max-width:250px;
}

/* HEADER */
#header{
	background: #fff;
	transition: all 0.5s;
	z-index:100;
	border-bottom: 1px solid #000;
}

.logo{
	float:left;
	transition: all 0.5s;
	text-align:center;
}

.logo img{
	transition: all 0.5s;
	margin:2px 0 0 0;
	max-width:90%;
}

.phoneNumber{
	float:right;
	font-size:28px;
	color:#111111;
	margin: 32px 1.5em 32px 0;
}

.phoneNumber:hover{
	text-decoration:none;
	color: #E96656;
}
#navigation{
	float:left !important;	
	width:100%;	
	background:#fff;
}
#mainmenu ul{
	float:left;
	margin:0;
	padding:0;
	width: auto;
	list-style:none;
	position:relative;
}

#mainmenu ul li{	
	float:left;	
	padding:0 0 0 0;		
	border-left:1px solid #D7D7D7;
}


#mainmenu ul li a{
	float:left;
	padding:34px 15px;
	color:#010101;
	font-size:16px;
	text-transform:uppercase;
}
.Menu_border{	
	float:left;	
	margin:0 0 0 0;	
	width:100%;	
	height:4px;	
	background:#fff;
}
#mainmenu ul li a:hover{	
	padding:34px 15px 31px;
	border-bottom:4px solid #E61106;
	text-decoration:none;	
	color:#010101;
	background: #F4F4F4;
}
#mainmenu ul li a.active {	
	border-bottom:4px solid #E61106;
}

#mainmenu ul li a.active, #navigation ul li a:active{	
	box-sizing:border-box;
}

#mainmenu ul li ul {
	background: #fff;
    display: none;
    position: absolute;
    top: 93px;
	z-index:155;
	width: 250px;
}
#mainmenu ul li:hover ul {
    display: block;
}
#mainmenu ul li ul li {
    border-top: 1px dashed #fff;
    width: 100%;
	height: none !important;
}
#mainmenu ul li ul li a {
    padding: 15px 12px !important;
    width: 100%;
}


#mainmenu.mobile-menu ul {
    display: none;
	width:100%;
}

#mainmenu.mobile-menu ul.open {
    display: block;
	margin:0;
	float:left;
	width:100%;
	max-width:100%;
}

#mainmenu.mobile-menu{
	float:left;
	width:100%;
}

#mainmenu.mobile-menu ul.open li {
    float: left;
    text-align: center;
    width: 100%;
}

#mainmenu.mobile-menu ul.open li a {
    float: left;
    text-align: center;
    width: 100%;
	padding: 10px 0;
}

#mainmenu.mobile-menu ul.open li ul {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    float: left;
    margin: 0;
	top:0;
    position: relative;
    width: 100%;
	max-width:100%;
	border-bottom: 1px dashed #636466;
}
#mainmenu.mobile-menu ul li a:hover{
	padding:15px 0px;
	box-sizing:border-box;
}

#mainmenu.mobile-menu ul li:hover ul {
    display: none;
}

#mainmenu.mobile-menu ul.open li ul li {
	border-top: 1px dashed #636466;
}

#mainmenu.mobile-menu ul.open li ul li a{
	border:0;
	padding:15px 0px;
}

#mainmenu.mobile-menu ul.open li ul li a:hover{
	background: #ccc;
}

#menuToggle {
    cursor: pointer;
    display: none;
    float: right;
    padding: 10px 20px;
    width: 100%;
	background:#F4F4F4;
}

#menuToggle span.linecont {
    float: right;
    max-width: 45px;
    padding: 5px 0 0;
    width: 100%;
}

#menuToggle span.nav {
    color: #000;
    float: left;
    padding: 1px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
}

#menuToggle span.linecont span {
    background: none repeat scroll 0 0 #000;
    float: left;
    height: 2px;
    margin: 0 0 5px;
    width: 100%;
}


/* HOME */
#home{
	margin: 0 0 0 0;
	background: url(../images/vbbanner.jpg) 0 -300px no-repeat;
	background-size: cover;
	background-attachment:fixed;
	color: #fff;
	text-align:center;
	font-size: 1.1em;
    line-height: 1.7em;
	position:relative;
}

#home h1{
	margin: 0px 0 0px 0;
	color:#fff;
	font-size: 4em;
	float:left;
	width:100%;
	line-height: 1em;
	text-align:center;
}

#home h2{
	color: #fff;
}

.centerDiv{
	float:left;
	width:100%;
	padding:80px 0;
}

.bannerBlocksContainer{
	float:left;
	width:100%;
	display:flex;
}

.bannerCol{
	float:left;
}

.bannerCol:first-of-type{
	width:30%;
}

.bannerRow{
	float:left;
	position:relative;
	width:100%;
	background-size:cover;
	background-position:50% 0;
	transition: background 0.5s;
	overflow:hidden;
	
}

.bannerRow:hover{
	background-size:105%;
}

.bannerRow span span{
	position:absolute;
	background: #000;
	color:#fff;
	padding:10px;
	left:-200px;
    font-size: 22px;
    font-weight: 700;
	border-bottom:3px solid #E96656;
    text-transform: uppercase;
	transition: left 0.4s;
}

.bannerRow:hover span span{
	left:0;
}

.bannerCol:first-of-type .bannerRow span.bannerCont{
	height: 250px;
	padding:30px;
	float:left;
	width:100%;
	background: rgba(0,0,0,0.4);
	transition: background 0.5s;
}

.bannerCol:first-of-type .bannerRow:hover span.bannerCont{
	background: rgba(0,0,0,0);
}


.bannerCol:nth-of-type(2){
	width:25%;
}

.bannerCol:nth-of-type(2) .bannerRow span.bannerCont{
	background: #E96656;
	color:#fff;
	float:left;
	width:100%;
	padding:30px;
	height:500px;
}
.bannerCol:nth-of-type(2) p{
	float:left;
	width:100%;
	margin: 0 0 15px 0;
	color:#fff;
}

.bannerCol:nth-of-type(2) p.ghostRead{
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;
	border:3px solid #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin:30px 0 0;
	font-weight: bold;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-transform:uppercase;
}

.bannerCol:nth-of-type(2) p.ghostRead:hover{
	background: #fff;
	color: #e96656
}

.ghostRead{
	float:left;
	width:100%;
	text-align:center;
	padding:10px 0;
	border:3px solid #fff;
	color:none !important;
	background:#fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	margin:30px 0 0;
	font-weight: bold;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	text-transform:uppercase;
}

.ghostRead:hover{
	background: rgba(255, 255, 255, 0.0);
	color:#fff;
}

.bannerCol:last-of-type{
	float:left;
	width:55%;
	
}
.bannerCol:last-of-type .bannerRow:first-of-type span.bannerCont{
	height: 250px;
	padding:30px;
	float:left;
	width:100%;
	background: rgba(0,0,0,0.4);
	transition: background 0.5s;
}

.bannerCol:last-of-type .bannerRow{
	width:50%;
}
.bannerCol:last-of-type .bannerRow span.bannerCont{
	height: 250px;
	padding:30px;
	float:left;
	width:100%;
	background: rgba(0,0,0,0.4);
	transition: background 0.5s;
}

.bannerCol:last-of-type .bannerRow:hover span.bannerCont{
	background: rgba(0,0,0,0);
}



/* PROFILE */
#profile{
	background: #fff;
	padding: 30px 0;
	text-align:left;
}

#profile .bigTitle{
	font-size: 3em;
	margin: 0 0 40px 0;
}

/* STYLES */
#styles{
	float:left;
	width:100%;
	margin:0;
	background: #111111;
	height: 342px;
	overflow:hidden;
}

#styles a{
	float:left;
	width:25%;
	padding:80px 40px;
	color:#fff;
	text-align:center;
	/*position:relative;*/
}

#styles a:hover .danceMore{
	background: #7660AA;
	border:1px solid #7660AA;
}

#styles a:hover .blockPhoto{
	opacity:0.5;
}

.blockPhoto{
	position:absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	background-size: cover !important;
	z-index:1;
	opacity:0.3;
	transition: all 0.3s;
}

.danceName{
	font-size:3em;
	float:left;
	width:100%;
	line-height: 1em;
	text-align:center;
	margin: 0 0 15px 0;
	font-weight: bold;
	text-transform: uppercase;
	position:relative;
	z-index:2;
}

.danceDesc{
	float:left;
	text-align:center;
	width:100%;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 15px 0;
	position:relative;
	z-index:2;
}

.danceMore{
	float:left;
	width:80%;
	padding: 10px 15px;
	margin: 0 10%;
	border: 1px solid #fff;
	border-radius: 3px;
	font-size:1.5em;
	line-height: 1em;
	position:relative;
	z-index:2;
	text-transform: uppercase;
	transition: background 0.3s, border 0.3s;
}

.blockPhoto.hiphop{
	background: url(../images/hiphop.jpg) no-repeat center center;
}

.bx-viewport{
	float:left;
}

/* PROFILE */
#news{
	background: #fff;
	padding: 40px 0;
	text-align:left;
}

#news .bigTitle{
	font-size: 3em;
	margin: 0 0 40px 0;
	text-align:left;
}

.news{
	float:left;
	width:65%;
}

.newsFull{
	float:left;
	width:100%;
}

.newsDatum{
	float:left;
	width:100%;
	margin: 5px 0 40px;
}

.article{
	float:left;
	width:32%;	
	margin: 0 2% 20px 0;
	background:#fff;
	transition: all 0.3s;
}

.article:hover{
	transform: scale(1.05);
}

.article:last-of-type{
	float:right;
	margin: 0 0 20px 0;
}

.newsTitle{
	color: #111232;
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.newsDate{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	color: #7660AA;
	text-align:left;
}

.newsDesc{
	float:left;
	width:100%;
	color: #494949;
	margin: 0 0 20px 0;	
	text-align:left;
}

.newsLink{
	float:left;
	width:100%;
	padding: 5px 0;
	text-align:center;
	border: 2px solid #494949;
	color: #494949;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 14px;
	transition: all 0.3s;
}
.newsInfo{
	float:left;
	width:100%;
	padding: 20px;
	background: #fff;
}
.newsImage{
	width:100%;
	float:left;
	height:200px
}
.newsLink:hover{
	background:#494949;
	color: #fff;
}

.article:first-of-type{
	width:100%;
	border-bottom: 1px dashed #000;
	display: flex;
	padding: 0 0 20px 0;
}

.article:first-of-type .newsInfo{
	float:right;
	width:35%;
	padding:20px;
}

.article:first-of-type .newsImage{
	float:left;
	width:65%;
	height: auto;
}

.teachers{
	width:30%;
	float:right;
}

.teachers .title{
	text-align:left;
}

.teachers div{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #000;
}
.Review_Map{
	float:left;
	margin:2% 34%;
	background:url(../images/map1.png);
	width:112px;
	height:134px;
}
.serviceBlock:hover .Review_Map{
	background:url(../images/map2.png);
}
.tel_text{
	float:left;
	margin:2% 0;
	width:100%;
	text-align:center;
	color:#fff;
	font-weight:700;
	font-size:22px;
}
.serviceBlock:hover .tel_text{
	color:#E96656;
}
.Review_block{
	background:#E96656 !important;
	padding:20px;
	border-bottom:none !important;
}
.Map_block{
	border-bottom:3px solid #E6E6E6 !important;
}
.Map_block:hover{
	border-bottom:3px solid #E96656 !important;
}
#options{
    float:left;
    width:61%;
    color:#fff;
    margin: 0 2% 0 0 ;
}

#options ul{
    float:left;
    width:100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#options li{
    float:left;
    box-sizing:border-box;
    background:#A2A5A7;
    margin:0 11px 15px 0;
}
#options li:hover{
    background:#E96656;
}
#options a{
    float:left;
    color:#fff;
    font-weight:700;
    padding:8px;
}
.Contact_right{
	float:right;
	width:35%;
}
.review_box{
	float:left;
	margin:0 0 20px 0;
	padding:2% 0 2% 0;
	width:100%;
	border-bottom:1px solid #000;
}
.review_Name{
	float:left;
	margin:0 0 5px 0;
	width:100%;
}
.review_stars{
	float:left;
	margin:0 0 5px 0;
	width:100%;
}
.review_box:first-of-type{
	border-top:1px solid #000;
}
.review_info{
	float:left;
	margin:0 0 5px 0;
}
.review_message{
	float:left;
	margin:0 0 5px 0;
	width:100%;
}
.project_box{
	float:left;
	margin:2% 0;
	width:100%;
	border-bottom:1px solid #000;
}
/* BOTTOMFOOTER */

#bottomFooter{
	padding: 20px 0;
	color:#fff;
	border-top: 1px solid #000;
	background: #111;
}

#bottomFooter a{
	color:#fff;
	text-decoration:none;
}

.makeContact{
	float:left;
	width:35%;
	
}

.makeContact span{
	float:left;
	
}

.makeContact .title{
	text-align:left;
	color:#fff;
	margin: 0 0 0px;
}

.makeContactButton{
	float:right;
	width:100%;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
	border-radius:3px;
	text-align:center;
	background: #E96656;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 14px;
}

.followus{
	padding: 22px 0 22px 20px;
	width:40%;
	float:right;
}

.followus .title{
	text-align:left;
	color:#fff;
	margin: 0 15px 0px;
	width:auto;
}

.followus a{
	float:left;
	margin: 0 15px 0;
}

.followus a img{
	display:block;
}

.copyright{
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #555;
}

.halfCol{
	float:right;
	width:48%;
}

.halfCol:nth-of-type(1){
	float:left;
	width:50%;
	padding: 0 2% 0 0;
	border-right: 1px solid #555;
}

.contactRow{
	padding:30px 0;
	color: #fff;
}

.formTitle{
	float:left;
	width:100%;
	text-align:center;
	font-size:30px;
	color:#fff;
	text-transform:uppercase;
	font-weight: bold;
}


.formSubTitle{
	float:left;
	width:100%;
	text-align:left;
	font-size:20px;
	margin: 0 0 15px 0;
	/*color:#fff;*/
	text-transform:uppercase;
	font-weight: bold;
}

.formLayout {
    float: left;
    margin: 0;
    width: 100%;
}

.formLayout p{
	float:left;
	width:100%;
	margin: 20px 0;
	/*color:#fff;*/
	text-align:center;
	height:70px;
}

.formLayout select{
	float:left;
	width:100%;
	padding:5px;
	margin: 0 0 20px 0;
    font-family: "lato",sans-serif;
    font-size: 18px;
    padding: 10px 15px;
    color: #686868;
}

.formLayout input[type="text"], .formLayout textarea {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    color: #686868;
    float: left;
    font-family: "lato",sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 10px 15px;
    transition: border 0.3s ease 0s;
    width: 100%;
}

.formLayout input:focus {
    border: 1px solid #ccc;
}
.formLayout input[type="submit"] {
	border:0;
    background: #E96656 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.3s ease 0s;
    width: 100%;
}
.formLayout input[type="submit"]:hover {
    text-decoration: none;
	background: #B8EFE0;
}
.formLayout input[type="submit"]:active {
    border: 0 none;
	background: #83AA9F;
}

.formLayout label{
	float:left;
	width:100%;
	cursor:pointer;
	margin: 0 0 5px 0;
}

.formLayout label:last-of-type{
	margin: 0 0 20px 0;
}

.formLayout label input[type="checkbox"]{
	float:left;
	margin: 6px 10px 0 0;
}

.mTruncate-hidden {
	display: none;
}

#contactDancer input:nth-of-type(1) {
    width: 49%;
}
#contactDancer input:nth-of-type(2) {
    float: right;
    width: 49%;
}
#contactBooker input[type="text"]:nth-of-type(1) {
    width: 49%;
}
#contactBooker input[type="text"]:nth-of-type(2) {
    float: right;
    width: 49%;
}

#contactBooker input[type="text"]:nth-of-type(3) {
    width: 49%;
}
#contactBooker input[type="text"]:nth-of-type(4) {
    float: right;
    width: 49%;
}

.colHalf{
	float:left;
	width:49%;
}

.colHalf.right{
	float:right;
}

.pageSubNav{
	float:right;
	width:20%;
	margin:0 0 20px 20px;
}

.pageSubNav a:first-of-type{
	border-top: 1px dashed #ccc;
}

.pageSubNav a{
	float:left;
	width:100%;
	padding:10px 12px;
	color:#111111;
	border-bottom: 1px dashed #ccc;
	transition: background 0.3s;
}

.pageSubNav a:hover{
	text-decoration:none;
	background: #eee;
}

.servicesRow{
	float:left;
	width:100%;
	display:flex;
}
.Services_blog{	
	border-top:1px solid #333;	
	float:left;	
	margin:0 0 30px 0;	
	width:100%;
}
.ServicesTitle{	
	float:left;	
	width:100%;	
	margin:30px 0;	
	font-size:32px;	
	color:#333;		
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
.Services_blog a{	
	float:left;	
	width:30%;	
	margin:0 0 30px 0;
}
.Services_blog a:nth-of-type(3n+2){	
	margin:0 4.667% 30px 4.667%;
}
.Services_blog a:nth-of-type(3n){	
	float:right;
}
.Services_blog img{	
	max-width:100%;	
	height:auto;	
	margin:0 0 30px 0;
}
.servicesBlogTitle{	
	float:left;	
	width:100%;	
	margin: 0 0 15px 0;	
	font-size:22px;	
	color: #e96656;
	text-transform:uppercase;
	font-weight:bold;
}
.ServicesBlogText{	
	float:left;	
	width:100%;	
	color: #494949;
}

/* RESPONSIVE */

@media (max-width: 1600px) {
	.danceName{
		font-size: 2.2em;
	}
	
	.danceDesc{
		height: 90px;
		overflow:hidden;
	}
}

@media (max-width: 1280px) {
	.container{
		width:100%;
	}
	.danceMore{
		font-size: 1em;
	}
	#styles a{
		width:33.33333333%;
	}
	h1{
		font-size: 3.5em !important;
	}
}


@media (max-width: 1024px) {
	h1{
		font-size: 3em !important;
	}
	
	#home{
		font-size: 1em;
	}
	
	#home .note{
		position: relative;
		margin: 20px 0 0;
	}
		
	.formLayout p{
		height:auto;
	}
	#styles a{
		width:50%;
	}
}
@media (max-width: 910px) {

	#homeLink{
		width:100%;
	}
	.phoneNumber{
		width:100%;
		margin: 20px 0px 20px 0px;
		text-align: center;
	}
}

@media (max-width: 900px) {
	h1{
		font-size: 2.5em !important;
	}
	
	.logo{
		width:18%;
		margin:3% 0 5px 0;
	}
	
	.logo img{
		max-width:100%;
	}
	
	#navigation ul{
		max-width:100%;
	}
	
	.halfCol{
		width:100%;
	}
	
	.halfCol:nth-of-type(1){
		width:100%;
		border-right: 0px solid #555;
		border-bottom: 1px solid #555;
		padding:0 0 30px 0;
		margin: 0 0 30px 0;
	}
}


@media (max-width: 800px) {
	h1{
		font-size: 2em !important;
	}
	
	.blockOne{
		width:100%;
	}
	
	.blockTwo{
		width:100%;
	}
	
	.rowHalf{
		width:100%;
	}
	
}

@media (max-width: 750px) {
	.logo{
		width:100%;
		text-align:center;
		margin:15px 0 15px 0;
	}
	
	.logo img{
		float:none;
	}
	
	#navigation{
		float:left;
	}
	
	#navigation ul{
		width:100%;
		float:left;
		max-width:100%;
	}
	
	#navigation ul li{
		width:100%;
	}
	
	#navigation ul li a{
		width:100%;
		text-align:center;
		padding: 15px 0;
	}
	
	#header{
		position:relative;
	}
	
	#home{
		margin:0;
	}
	
	.news{
		width:100%;
	}
	
	.teachers{
		display:none;
	}
	.makeContact{
		width:100%;
		padding: 10px 0px 20px 0;
		border-right: 0;
	}
	.followus{
		width:100%;
		padding: 20px 0px 0px 0;
		border-top: 1px solid #555;
	}
	.followus .title{
		margin: 0 15px 0 0;
	}
	#styles a{
		width:100%;
	}
	.bannerCol:first-of-type {
		width: 100%;
	}
	.pattern{
		display:none;
	}
}

@media (max-width: 700px) {
	h1{
		font-size: 1.5em !important;
	}
	
	#bruid h1{
		font-size: 1.5em !important;
		margin: -74px 0 0;
	}
	.col60{
		width:100%;
	}
	.col40{
		width:100%;
	}
	
	
}

@media (max-width: 600px) {
	h1{
		font-size: 1.2em !important;
	}
	
	#navigation ul{
		width:100%;
		float:right;
	}
	#contactDancer input:nth-of-type(1) {
		width: 100%;
	}
	#contactDancer input:nth-of-type(2) {
		width: 100%;
	}

	#contactBooker input[type="text"]:nth-of-type(1) {
		width: 100%;
	}
	#contactBooker input[type="text"]:nth-of-type(2) {
		width: 100%;
	}

	#contactBooker input[type="text"]:nth-of-type(3) {
		width: 100%;
	}
	#contactBooker input[type="text"]:nth-of-type(4) {
		width: 100%;
	}
	.servicesRow{
		width:100%;
		display:block !important;
	}
	.Services_blog a{
		margin:0 0 20px 0;
		text-align:center;
		width:100%;
	}
	.Services_blog a:nth-of-type(3n+2){
		margin:0px;
	}
	#options{
		width:100%;
	}
	.Contact_right{
		width:100%;
	}

}
@media (max-width: 500px) {
	#bruid h1{
		font-size: 1.2em !important;
		margin: -70px 0 0;
	}
}
@media (max-width: 400px) {
	h1{
		font-size: 1.1em !important;
	}
}

.warning {
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	background: rgba(184,184,184,1);
	text-align: center;
	float:left;
	width:100%;
}