@charset "utf-8";
/* CSS Document */


.full-width {
	padding:2%;
	width:96%;
	float:left;}

.current-cat a {
    color: #fff!important;
    background-color: #363636!important;
}

.no_content{
	width:100%;
	text-align:center;
	color:#57bcc2;
}


.accessibility {
    width: 91px;
    float: right;
    margin-left: 20px;
    background-color: #F1F1F1;
}

.accessibility h2 {
	
	display:none; 

}

.accessibility ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 61px;
}

.accessibility ul li {
    list-style: none;
    float: left;
    width: 100%;
    height: 61px;
    font-size: 20px;
}

.accessibility ul li a {
    height: 61px;
    float: left;
    line-height: 56px;
    text-decoration: none;
    color: #363636;
    vertical-align: bottom;
    text-align: center;
    width: 50%;
}
	
	
.categories{
width:100%;
float:left;

}


.categories .category-title{
display:none;
}


.categories ul {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.categories ul li {
    list-style: none;
    float: left;
    width: 31%;
    margin: 1%;
    border-radius: 50px;
    background-color: #f1f1f1;
}

/*.categories ul li:nth-child(1n){
	background-color:#fff;
}

.categories ul li:nth-child(2n){
	background-color: #F1F1F1;
}*/

.categories ul li a {
    float: left;
    color: #373737;
    text-decoration: none;
    font-size: 20px;
    padding: 10px 2% 14px 2%;
    text-align: center;
    width: 96%;
    border-radius: 50px;

}

.categories ul li:hover a {
	color: #fff;
	background-color:#57bcc2;
}

.inner_wrapper h1 a{
    color: black;
}
.inner_wrapper h2 a{
    color: black;
}
.inner_wrapper p a{
    color: black;
}

.inner_wrapper ul li a{
    color: black;
}

.inner_wrapper ul li{
    font-family: "filson-soft", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
}

.inner_wrapper ol li{
    font-family: "filson-soft", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
}

.class_overlay h1 a {
    color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    font-size: 23px;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 46px;
    text-decoration: none;
    font-family: "acumin-pro-condensed", sans-serif;
}


.class_overlay h2 {
	
	display:none; }
	
	
.class_item{
 	width:25%;
	float: left;
	position:relative;
	overflow:hidden;
	background-size:cover;
    border: 6px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.class_item:hover .class_overlay{
	display:block;
}

.class_overlay h1 {
    color: #fff;
    padding: 0;
    margin: 0;
    width: 97%;
    float: left;
    font-size: 35px;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 29px;
    font-family: "filson-soft", sans-serif;
}


.classes_wrapper{
    border: 6px solid #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.classes_text {
    color: #fff;
    width: 90%;
    float: left;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
    /* font-family: helvetica; */
    font-weight: 100;
    font-size: 16px;
    padding-left: 5px;
    letter-spacing: 2px;
	margin-top: 10px;
}


.classes_text p{
    margin: 0;
}
.class_overlay {
    width: 80%;
    height: 90%;
    background: linear-gradient(to right top, #57bcc2, #1f878e, #1f878e);
    position: absolute;
    top: 72%;
    left: -23px;
    -webkit-transform: skew(-4deg);
    -ms-transform: skew(-4deg);
    transform: skew(-4deg);
    -webkit-backface-visibility: hidden;
    padding-left: 14%;
    padding-top: 10%;
    -webkit-transition: width 2s,height .5s;
    transition: width 2s,height .5s;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.class_item:hover .class_overlay {
    display: block;
    top: 0;
}

.class_number {
    width: 20px;
    height: 20px;
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 3px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 21px;
    margin-right: 10px;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
}

.class_button:hover {
    background: rgba(255,255,255,0.5);
}

.class_button {
    font-size: 16px;
    padding: 5px 0;
    color: #fff!important;
    border: 2px solid #fff;
    text-decoration: none!important;
    cursor: pointer;
    background: rgba(255,255,255,0.2);
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    font-weight: 300;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
    float: left;
    margin-top: 13px;
    width: 86%;
    text-align: center;
}


.top_menu{
	height:auto;
	float:left;
	background-color:#434343;
	display:none;
	 width: 100%;

}



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

.donate_btn{
    background-color: #fd4110;
	width:200px;
	float: right;
}

.donate_btn a:hover{
	opacity:0.5;
}



.donate_btn a {
    background-color: #fd4110;
    width: 96%;
    float: left;
    color: #fff;
    padding: 20px 2%;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    font-weight: 300;
}


.mainmenu {
    cursor: pointer;
    font-size: 35px;
    height: 35px;
    line-height: 30px;
    float: right;
}

.menu_label{
    width: 64px;
    float: left;
    line-height: 28px;
    font-size: 22px;
    font-family: "acumin-pro-condensed", sans-serif;
}

.menu_wrapper {
    float: right;
    height: 32px;
    padding: 14px;
    width: 100px;
}

.video-background {
    width: 100%;
    min-width: 900px;
    height: auto;
    position: absolute;
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}


body {
    font-size: inherit!important;
    margin: 0;
    font-family: "filson-soft", sans-serif;
    font-style: normal;
    font-weight: 700;
}
.section_button {
	font-size: 16px;
	padding: 10px 50px;
	color: #fff!important;
	border: 2px solid #fff;
	text-decoration: none!important;
	cursor: pointer;
	background: rgba(255,255,255,0.2);
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 25px;
	font-weight: 300
}
.section_button:hover {
	background: rgba(255,255,255,0.5);
}


.first_wrapper .section_button {
    font-size: 16px;
    padding: 10px 50px;
    color: #363636!important;
    border: 2px solid #363636;
    text-decoration: none!important;
    cursor: pointer;
    background: rgba(255,255,255,0.2);
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    font-weight: 300;
}
.button:hover {
	background: rgba(255,255,255,0.2);
}
.top_wrapper {
	width: 100%;
	position: relative;
	height: 600px;
}

.first_wrapper {
    width: 100%;
    position: relative;
    height: 800px;
}

.second_wrapper {
	width: 100%;
	position: relative;
	height: 500px;
}

.third_wrapper {
    width: 100%;
    position: relative;
    height: 430px;
}

.header {
	width: 100%;
	float: left;
	z-index: 9999;
	background-color: #fff;
	position: fixed;
}
.spacer {
	height: 60px;
	width: 100%;
}
.outer_wrapper {
	width: 100%;
	float: left;
}
.inner_wrapper {
	width: 970px;
	margin: auto;
}
.container {
	padding: 2%;
	width: 96%;
	float: left;
}
.clearfix {
	clear: both;
}
.logo {
    float: left;
    padding: 7px 10px;
}
.logo-area {
	width: 23%;
	margin: 1%;
	float: left;
}
.top_wrapper .text_area {
	top: 0;
	bottom: 0;
	left: 0;
	height: 460px;
	width: 480px;
	margin: auto;
	float: none;
	right: 0;
	text-align: center;
	padding-top: 0;
	scroll-color: #fff;
	position: absolute;
	padding: 8px;
}

.top_wrapper .text_area .section_button {
    font-size: 16px;
    padding: 8px 20px;
    color: #fff!important;
    border: 2px solid #fff;
    text-decoration: none!important;
    cursor: pointer;
    background: rgba(255,255,255,0.2);
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    font-weight: 300;
    line-height: 35px;
}

.first_wrapper .text_area {
    /* top: initial; */
    /* bottom: initial; */
    /* left: initial; */
    /* height: 390px; */
    width: 72%;
    margin: auto;
    float: right;
    right: initial;
    text-align: center;
    padding-top: 0;
    scroll-color: #fff;
    /* position: relative; */
    padding: 10% 3%;
}

.second_wrapper .text_area {
    /* top: initial; */
    /* bottom: initial; */
    /* left: initial; */
    /* height: 390px; */
    width: 72%;
    margin: auto;
    float: right;
    right: initial;
    text-align: center;
    padding-top: 0;
    scroll-color: #fff;
    /* position: relative; */
   padding: 98px 3%;
}



.third_wrapper .text_area {
    /* top: initial; */
    /* bottom: initial; */
    /* left: initial; */
    /* height: 390px; */
    width: 72%;
    margin: auto;
    float: right;
    right: initial;
    text-align: center;
    padding-top: 0;
    scroll-color: #fff;
    /* position: relative; */
    padding: 70px 3%;
}


.text_area li {
	font-size: 17px;
	letter-spacing: 1px;
}
.text_area a {
	color: #ccc;
	text-decoration: underline;
}
.text_area a:hover {
	text-decoration: none;
	color: #ccc;
}

.first_wrapper .caption_test {
    width: 100%;
    color: #363636;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 10%;
    text-align: right;
}

.second_wrapper .caption_test {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 10%;
    text-align: left;
}


.third_wrapper .caption_test {
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 10%;
    text-align: right;
}

.top_wrapper h1 {
	font-size: 60px;
	color: #fff;
	font-family: "acumin-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 63px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: left;
}
.top_wrapper h1 span {
	font-weight: bold;
}
.top_wrapper h2 {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 100;
	color: #067CCD;
	margin: 0;
}
.first_wrapper h2 span {
	font-weight: bold;
}

.first_wrapper h1 {
	font-size: 60px;
	font-weight: bold;
	color: #363636;
	font-family: "acumin-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 63px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: right;
}

.first_wrapper h1 span {
	font-weight: bold;
}




.third_wrapper h2 span {
	font-weight: bold;
}

.third_wrapper h1 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	font-family: "acumin-pro-condensed", sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 63px;
	text-transform: uppercase;
	margin-top: 0;
	text-align: right;
}

.third_wrapper h1 span {
	font-weight: bold;
}


.second_wrapper h2 span {
	font-weight: bold;
}

.second_wrapper h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    font-family: "acumin-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 63px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
}

.second_wrapper h1 span {
	font-weight: bold;
}



p {
    font-family: "filson-soft", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
}
.donation {
	float: right;
	width: 100px;
	background-color: #fe4110;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.top_wrapper .diagonal_left_block {
	float: left;
	width: 58%;
	height: 100%;
	position: absolute;
	display: inline-block;
	padding: 0em 5em 0em 0em;
	overflow: hidden;
	color: #fff;
	top: 0;
	z-index: 9;
}
.top_wrapper .diagonal_left_block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right top, #57bcc2, #1f878e, #1f878e);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
}

.top_wrapper .diagonal_fade {
	float: left;
	width: 62%;
	height: 100%;
	position: absolute;
	display: inline-block;
	padding: 0em 5em 0em 0em;
	overflow: hidden;
	color: #fff;
	top: 0;
	z-index: 8;
}

.top_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: -1;
	-webkit-backface-visibility: hidden;
    background-image: -moz-linear-gradient(top, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(87,188,194,1)), rgba(87,188,194,1), to(rgba(70,178,251,0)));
    background-image: -webkit-linear-gradient(top, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
    background-image: -o-linear-gradient(top, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
    background-image: linear-gradient(to bottom, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
	background-repeat: repeat-x;
}

.top_wrapper .right_block {
	width: 60%;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	background-position: 0% 0px;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}


.first_wrapper .diagonal_fade {
    float: left;
    width: 60%;
    height: 100%;
    position: absolute;
    display: inline-block;
    padding: 0em 0em 0em 0em;
    /* overflow: hidden; */
    color: #fff;
    top: 0;
    z-index: 8;
}

.first_wrapper .diagonal_left_block {
    float: left;
    width: 61%;
    height: 100%;
    position: absolute;
    display: inline-block;
    padding: 0em 0em 0em 0em;
    /* overflow: hidden; */
    color: #fff;
    top: 0;
    z-index: 9;
    left: -113px;
}



.first_wrapper .diagonal_left_block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffe9e4;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.first_wrapper .right_block {
    width: 48%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/Main_img.jpg);
    background-position: 0% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.first_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	
	z-index: -1;
	-webkit-backface-visibility: hidden;
	background-image: -moz-linear-gradient(top, rgba(250,224,219,1), rgba(250,224,219,1), rgba(70,178,251,0));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250,224,219,1)), rgba(173,93,174,1), to(rgba(70,178,251,0)));
	background-image: -webkit-linear-gradient(top, rgba(250,224,219,1), rgba(250,224,219,1), rgba(70,178,251,0));
	background-image: -o-linear-gradient(top, rgba(250,224,219,1), rgba(250,224,219,1), rgba(70,178,251,0));
	background-image: linear-gradient(to bottom, rgba(250,224,219,1), rgba(250,224,219,1), rgba(70,178,251,0));
	background-repeat: repeat-x;
}





.second_wrapper .diagonal_left_block {
    float: left;
    width: 74%;
    height: 100%;
    position: absolute;
    display: inline-block;
    padding: 0em 5em 0em 0em;
    overflow: hidden;
    color: #fff;
    top: 0;
    z-index: 9;
}
.second_wrapper .diagonal_left_block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right top, #f97e5f, #fe4110, #fe4110);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	
	z-index: -1;
	-webkit-backface-visibility: hidden;
}
.second_wrapper .diagonal_fade {
    float: left;
    width: 77%;
    height: 100%;
    position: absolute;
    display: inline-block;
    padding: 0em 5em 0em 0em;
    overflow: hidden;
    color: #fff;
    top: 0;
    z-index: 8;
}

.second_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	
	z-index: -1;
	-webkit-backface-visibility: hidden;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(249,126,95,1)), rgba(249,126,95), to(rgba(70,178,251,0)));
    background-image: -webkit-linear-gradient(top, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-image: -o-linear-gradient(top, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-image: linear-gradient(to bottom, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
	background-repeat: repeat-x;
}
.second_wrapper .right_block {
	width: 31%;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../images/Main_img.jpg);
	background-position: 0% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}






.third_wrapper .diagonal_fade {
    float: left;
    width: 75%;
    height: 100%;
    position: absolute;
    display: inline-block;
    padding: 0em 0em 0em 0em;
    /* overflow: hidden; */
    color: #fff;
    top: 0;
    z-index: 8;
}

.third_wrapper .diagonal_left_block {
    float: left;
    width: 77%;
    height: 100%;
    position: absolute;
    display: inline-block;
    padding: 0em 0em 0em 0em;
    /* overflow: hidden; */
    color: #fff;
    top: 0;
    z-index: 9;
    left: -85px;
}


.third_wrapper .diagonal_left_block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(to right top, #f97e5f, #fe4110, #fe4110);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

.third_wrapper .right_block {
    width: 32%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../images/Main_img.jpg);
    background-position: 0% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.third_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	
	z-index: -1;
	-webkit-backface-visibility: hidden;
	background-image: -moz-linear-gradient(top, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(249,126,95,1)), rgba(249,126,95), to(rgba(70,178,251,0)));
	background-image: -webkit-linear-gradient(top, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
	background-image: -o-linear-gradient(top, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
	background-image: linear-gradient(to bottom, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
	background-repeat: repeat-x;
}



/* Angle of skew for section 1 */
.skew1:after	{ 
	-webkit-transform: skew(-4deg);
    -ms-transform: skew(-4deg);
    transform: skew(-4deg);
}

.skew2:after	{ 
	-webkit-transform: skew(-6deg);
	-ms-transform: skew(-6deg);
	transform: skew(-6deg);
}

/* Angle of skew for section 2 */
.skew3:after {
    -webkit-transform: skew(-4deg);
    -ms-transform: skew(-4deg);
    transform: skew(-172deg);
}

.skew4:after {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-176deg);
}


/* Angle of skew for section 2 */
.skew5:after	{ 
	-webkit-transform: skew(-11deg);
    -ms-transform: skew(-11deg);
    transform: skew(-11deg);
}

.skew6:after	{ 
	-webkit-transform: skew(-13deg);
	-ms-transform: skew(-13deg);
	transform: skew(-13deg);
}


/* Angle of skew for section 2 */
.skew7:after {
    -webkit-transform: skew(-4deg);
    -ms-transform: skew(-4deg);
    transform: skew(-172deg);
}

.skew8:after {
    -webkit-transform: skew(-6deg);
    -ms-transform: skew(-6deg);
    transform: skew(-176deg);
}

.footer_wrapper{
	background-color:#fff;
	padding:2% 0;
	
}


.sponsors_wrapper{
	width:100%;
	float:left;
	text-align:center;
	
}

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

.social_wrapper{
	width:100%;
	float:left;
	text-align:center;
}

.footer_text_wrapper{
	width: 98%;
	float:left;
	text-align:center;
	padding: 1%;
}







@media screen and (min-width:1670px) {

.class_overlay h1 {
    color: #fff;
    padding: 0;
    margin: 0;
    width: 70%;
    float: left;
    font-size: 50px;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 58px;
}

.class_number {
    width: 40px;
    height: 40px;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 3px solid #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
}

.classes_text {
    color: #fff;
    float: left;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
    /* font-family: helvetica; */
    font-weight: 100;
    font-size: 16px;
    padding-left: 5px;
    letter-spacing: 2px;
    margin-top: 10px;
}



.class_button {
    margin-top: 20px;
}

.classes_text {
    margin-top: 10px;
}


}


@media screen and (max-width:1180px) {

.class_item {
    width: 33.33%;
    float: left;
    position: relative;
    overflow: hidden;
    background-size: cover;
}


}

@media screen and (max-width:970px) {

.inner_wrapper{
width:100%;
}

.categories ul li {

    width: 98%;
}
	
}

@media screen and (max-width:920px) {
.classes_text {
    font-size: 14px;

}

.class_overlay h1 {
    font-size: 30px;
    line-height: 38px;
}


.class_number {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 33px;
}



}


@media screen and (max-width:880px) {

.class_overlay {
    width: 80%;
    height: 94%;
    background: linear-gradient(to right top, #57bcc2, #1f878e, #1f878e);
    position: absolute;
    top: 0;
    left: -23px;
    display: none;
    -webkit-transform: skew(-4deg);
    -ms-transform: skew(-4deg);
    transform: skew(-4deg);
    -webkit-backface-visibility: hidden;
    padding-left: 14%;
    padding-top: 6%;
}

.classes_text {
    color: #fff;
    float: left;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
    /* font-family: helvetica; */
    font-weight: 100;
    font-size: 16px;
    padding-left: 5px;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 19px;
}

}

@media screen and (max-width:800px) {


.class_item {
    width: 50%;
}


.classes_text {
    color: #fff;
    width: 87%;
	
}

.class_button {
    margin-top: 20px;
}

.menu_label{
        display: none;
}

.menu_wrapper {
    width: 32px;
}

.donate_btn {
    width: 70px;
}

.donate_btn a {
    padding: 14px 2%;
    font-size: 12px;
}
.accessibility {
    margin-left: 0;
}

#menu li {
    width: 50%;
    float: left;
}

#menu li:first-child {
    width: 100%;
    float: left;
}

.top_wrapper {
	width: 100%;
	position: relative;
	height: 789px;
}

.top_wrapper h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    font-family: "acumin-pro-condensed", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-weight: 100;
    line-height: 63px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: left;
}

	
.top_wrapper .diagonal_left_block {
	width: 100%;
	top: auto;
	position: absolute;
	height: 541px;
	padding: 0;
	bottom: 0;
}

.top_wrapper .diagonal_left_block:after {
	top: auto;
	
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: visible;
	width: 100%;
	height: 97%;
	z-index: -1;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
	-webkit-backface-visibility: hidden;
	
	
}
.top_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 420px;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: -1;
	background-repeat: repeat-x;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	transform: skewY(-4deg);
	
	-webkit-backface-visibility: hidden;
    background-image: -moz-linear-gradient(left, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(87,188,194,1)), rgba(249,126,95,1), to(rgba(70,178,251,0)));
    background-image: -webkit-linear-gradient(left, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
    background-image: -o-linear-gradient(left, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
	background-image: linear-gradient(to left, rgba(87,188,194,1), rgba(87,188,194,1), rgba(70,178,251,0));
    background-repeat: repeat-x;
}
.top_wrapper .diagonal_fade {
	width: 100%;
	bottom: 0;
	height: 430px;
	float: none;
	top: initial;
	padding: 2em 0em 0em 0em;
}
.top_wrapper .text_area {
	top: initial;
	bottom: initial;
	left: initial;
	height: auto;
	width: 92%;
	margin: auto;
	float: none;
	right: 0;
	padding-top: 0;
	scroll-color: #fff;
	position: absolute;
	padding: 13% 4%;
}
.top_wrapper .text_area a{
    font-size: 12px!important;
}
.top_wrapper .right_block {
	width: 100%;
	position: absolute;
	height: 400px;
	top: 0;
	right: 0;
	background-position: 0% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}


.first_wrapper {
	width: 100%;
	position: relative;
	height: 789px;
	    overflow: hidden;
}

.first_wrapper .diagonal_left_block {
    width: 100%;
    top: auto;
    position: absolute;
    height: 470px;
    padding: 0;
    bottom: 0;
    left: 0;
	
}

.first_wrapper .diagonal_left_block:after {
    top: auto;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: -28px;
    overflow: visible;
    width: 100%;
    height: 97%;
    z-index: -1;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    -webkit-backface-visibility: hidden;
}

.first_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 420px;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: -1;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	-o-transform: skewY(4deg);
	transform: skewY(4deg);
	
	 -webkit-backface-visibility: hidden;
    background-image: -moz-linear-gradient(right, rgba(250,224,219,1,1), rgba(250,224,219,1,1), rgba(70,178,251,0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250,224,219,1,1)), rgba(250,224,219,1,1), to(rgba(70,178,251,0)));
    background-image: -webkit-linear-gradient(right, rgba(250,224,219,1,1), rgba(250,224,219,1,1), rgba(70,178,251,0));
    background-image: -o-linear-gradient(right, rgba(250,224,219,1,1), rgba(250,224,219,1,1), rgba(70,178,251,0));
    background-image: linear-gradient(to right, rgba(250,224,219,1), rgba(250,224,219,1), rgba(70,178,251,0));
    background-repeat: repeat-x;
}

.first_wrapper .diagonal_fade {
	width: 100%;
	bottom: 0;
	height: 430px;
	float: none;
	top: initial;
	padding: 2em 0em 0em 0em;
}

.first_wrapper .text_area {
	top: initial;
	bottom: initial;
	left: initial;
	height: auto;
	width: 92%;
	margin: auto;
	float: none;
	right: 0;
	padding-top: 0;
	scroll-color: #fff;
	position: absolute;
	padding: 13% 4%;
}



.first_wrapper .right_block {
	width: 100%;
	position: absolute;
	height: 400px;
	top: 0;
	right: 0;
	background-image: url(../images/Main_img.jpg);
	background-position: 0% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}



.second_wrapper {
	width: 100%;
	position: relative;
	height: 789px;
}

.second_wrapper .diagonal_left_block {
	width: 100%;
	top: auto;
	position: absolute;
	height: 430px;
	padding: 0;
	bottom: 0;
}

.second_wrapper .diagonal_left_block:after {
	top: auto;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: visible;
	width: 100%;
	height: 97%;
	z-index: -1;
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-o-transform: skewY(-2deg);
	transform: skewY(-2deg);
	-webkit-backface-visibility: hidden;
}
.second_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 420px;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: -1;
	background-repeat: repeat-x;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(-4deg);
	-ms-transform: skewY(-4deg);
	-o-transform: skewY(-4deg);
	transform: skewY(-4deg);
	
	-webkit-backface-visibility: hidden;
    background-image: -moz-linear-gradient(left, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(249,126,95,1)), rgba(249,126,95,1), to(rgba(70,178,251,0)));
    background-image: -webkit-linear-gradient(left, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-image: -o-linear-gradient(left, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
        background-image: linear-gradient(to left, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-repeat: repeat-x;
}
.second_wrapper .diagonal_fade {
	width: 100%;
	bottom: 0;
	height: 430px;
	float: none;
	top: initial;
	padding: 2em 0em 0em 0em;
}
.second_wrapper .text_area {
	top: initial;
	bottom: initial;
	left: initial;
	height: auto;
	width: 92%;
	margin: auto;
	float: none;
	right: 0;
	padding-top: 0;
	scroll-color: #fff;
	position: absolute;
	padding: 13% 4%;
}
.second_wrapper .right_block {
	width: 100%;
	position: absolute;
	height: 400px;
	top: 0;
	right: 0;
	background-image: url(../images/Main_img.jpg);
	background-position: 0% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}





.third_wrapper {
	width: 100%;
	position: relative;
	height: 789px;
	    overflow: hidden;
}

.third_wrapper .diagonal_left_block {
    width: 100%;
    top: auto;
    position: absolute;
    height: 470px;
    padding: 0;
    bottom: 0;
    left: 0;
	
}

.third_wrapper .diagonal_left_block:after {
    top: auto;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    content: '';
    position: absolute;
    left: 0;
    bottom: -28px;
    overflow: visible;
    width: 100%;
    height: 97%;
    z-index: -1;
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    -webkit-backface-visibility: hidden;
}

.third_wrapper .diagonal_fade:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 420px;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: -1;
	-webkit-transform: skewY(-4deg);
	-moz-transform: skewY(4deg);
	-ms-transform: skewY(4deg);
	-o-transform: skewY(4deg);
	transform: skewY(4deg);
	
	 -webkit-backface-visibility: hidden;
    background-image: -moz-linear-gradient(right, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(249,126,95,1)), rgba(249,126,95,1), to(rgba(70,178,251,0)));
    background-image: -webkit-linear-gradient(right, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-image: -o-linear-gradient(right, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
	background-image: linear-gradient(to right, rgba(249,126,95,1), rgba(249,126,95,1), rgba(70,178,251,0));
    background-repeat: repeat-x;
}

.third_wrapper .diagonal_fade {
	width: 100%;
	bottom: 0;
	height: 430px;
	float: none;
	top: initial;
	padding: 2em 0em 0em 0em;
}

.third_wrapper .text_area {
	top: initial;
	bottom: initial;
	left: initial;
	height: auto;
	width: 92%;
	margin: auto;
	float: none;
	right: 0;
	padding-top: 0;
	scroll-color: #fff;
	position: absolute;
	padding: 13% 4%;
}



.third_wrapper .right_block {
	width: 100%;
	position: absolute;
	height: 400px;
	top: 0;
	right: 0;
	background-image: url(../images/Main_img.jpg);
	background-position: 0% 0px;
	background-size: cover;
	background-repeat: no-repeat;
}



}



@media screen and (max-width:600px) {
	.classes_text {
    color: #fff;
    float: left;
    -webkit-transform: skew(4deg);
    -ms-transform: skew(4deg);
    transform: skew(4deg);
    font-weight: 100;
    font-size: 14px;
    padding-left: 5px;
    letter-spacing: 2px;
    margin-top: 10px;
    line-height: 16px;
}

.class_overlay h1 {
    font-size: 25px;
    line-height: 33px;
}

.class_number {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
}

.classes_text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
	
}


@media screen and (max-width:530px) {
	
	.class_item {
    width: 100%;
}

.class_overlay h1 {
    font-size: 35px;
    line-height: 44px;
}

.classes_text {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.class_number {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 36px;
}
}


@media screen and (max-width:480px) {


.categories ul li a {
    font-size: 17px;
}

.classes_text {
    color: #fff;
    width: 87%;
    font-size: 14px;
    line-height: 18px;
}

.class_overlay h1 {
    font-size: 25px;
    line-height: 33px;
}

.class_number {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 28px;
}
	
}
