body{
	margin: 0px;
	padding: 0px;
  font-family: "Open Sans", sans-serif;

    background: #1a1a1a;
}

#wrapper{
    float: left;
    width: 100%;
    overflow: hidden;
}

/* FONTS */

p{
	font-size: 18px;
	color: #fff;
	line-height: 25px;
    font-weight: 400;
}

h1{
	font-size: 35px;
    line-height: 35px;
	font-weight: 800;
    color: #424242;
	margin: 0px;
}

h2{
	font-size: 45px;
    line-height: 50px;
	font-weight: 800;
	color:#fff;
    font-family: "Montserrat", sans-serif;
}

h3{
	font-size: 30px;
    line-height: 40px;
	font-weight: 800;
	color:#424242;
}

h4{
	font-size: 30px;
    line-height: 40px;
	font-weight: 800;
	color:#424242;
}

.center{
    text-align: center;
}

/* LAYOUT */

.container{
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content{
    padding-top: 0px;
    padding-bottom: 0px;

}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box5{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* BUTTONS */

.btn{
	display: inline-block;
    min-width: 175px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	background-color: #1b75bc;
	color: #fff !important;
	text-transform: uppercase;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.btn:hover{
	background-color: #262262;
}

.btn2{
 	background-color: transparent;
    border: 1px solid #1b75bc;
}

.btn2:hover{
    border: 1px solid #262262;
}

.banner-txt .btn2{
	margin-left: 40px;
}

.banner-txt .line{
    margin-top: 25px;
    margin-bottom: 25px;
    height: 5px;
	background-color: #1b75bc;
}
    

/* HEADER */


#header-container {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 999999;
    -webkit-transition: .3s;
    transition: .3s;
    /*background-color: rgba(255, 255, 255, .5);*/
    z-index: 999999;
    padding-top: 10px;
    padding-bottom: 10px;
}


#header{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
}

#menu{
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #fff; */
    padding-top: 44px;
    -webkit-transition: .2s;
    transition: .2s;
}

#logo-box{
    float: left;
    width: auto;
    position: relative;
    z-index: 9;
    text-align: center;

}



#logo-box img{
	width: 100%;
	max-width: 80px;
    -webkit-transition: .2s;
    transition: .2s;
}

#nav{
	-webkit-transition: .2s;
    transition: .2s;
}

#nav ul{
	float: none;
    display: inline-block;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li{
	float: left;
	margin-left: 20px;
}

#nav a{
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
}

#nav a:hover{
    color:#1c75bc;
}

#nav .current a{
    border-bottom: 2px solid #1c75bc;
}

#nav .current a{
    border-bottom: none;
    z-index: 99;
}

#nav .current a:hover{
	color: #fff!important; 
}

/*#nav .current a::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -10px;
    background: #1c75bc;
    border-right: 3px solid #252262;
    height: 100%;
    width: 2px;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-20deg);
}

#nav .current a::after {
    z-index: 9;
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    background: #1c75bc;
    border-right: 5px solid #252262;
    height: 100%;
    width: 100%;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-20deg);
}*/

#nav .current{
    position:relative;
}

#nav .current::after {
    z-index: 9;
    content: "";
    position: absolute;
    top: 0px;
    right: -5px;
    background: #1c75bc;
    border-right: 5px solid #252262;
    height: 100%;
    width: 100%;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-20deg);
}

.shrink #logo-box img {
    max-width: 50px !important;
}

.shrink {
    background-color: #1a1a1a!important;
    border-bottom: 1px solid #1b74bb;
}

.shrink #menu{
    padding-top: 28px;
}

/* FOOTER */

.footer-banner{
    padding-top: 25px;
    padding-bottom: 25px;
        background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

#footer-container{
    padding-top: 0px;
    text-align: center;
    background: #282828;
    margin-top: 0px;
}

#footer-container p {
    margin: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

#footer-container span{
    color: #a4a4a4;
    font-size: 16px;
    font-weight: 400;
}

#footer-container a{
    color: #a4a4a4;
    -webkit-transition: .2s;
    transition: .2s;
}

#footer-container a:hover{
    color: #fff;
}

.copyright-container{
    color: #a4a4a4;
    background: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer-logo{
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer-logo img{
    max-width: 120px;
}

.footer-menu{
    padding-bottom: 20px;
}

.footer-menu a{
    color: #fff!important;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.footer-menu a:hover{
    color: #1d75bc!important;
}    
   
.footer-menu ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    color: #27205b;
    font-family: "Montserrat", sans-serif;
}
 
.footer-menu ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 0px;
    background-image: url(/images/icons/circle.png);
    background-repeat: no-repeat;
    background-position: right top 10px;
    padding-right: 30px;
    padding-left: 30px;
    background-size: 10px;
}   

.footer-menu ul li:last-child {
    background-image: none;
}

#copyright-container{
    padding-bottom: 10px;
}
 
#copyright-container .box1{
    padding-bottom: 10px;
}    

#footer-container .socials{
    padding-bottom: 20px;
}

#footer-container .socials img{
    margin-left: 10px;
    margin-right: 10px;
    max-width: 40px;
}

/* BANNER */

.banner-container {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custombanner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-txt {
    float: right;
    width: 50%;
    text-align: left;
}

.banner-txt h1{
    color: #fff;
    font-size: 80px;
    line-height: 75px;
    font-family: "Montserrat", sans-serif;
}

.banner-txt p{
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 0px;
}

.banner{
	float: left;
	width: 100%;
	/*min-height: 100vh;*/
	text-align: center;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	padding-top: 50px;
    padding-bottom: 50px;
}

.sub-page-banner{
    min-height: 430px;
    border-bottom: 2px solid #1c76bc;
}

.sub-page-banner .banner-txt {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 130px;
}

.wrapper-homepage .banner p{
    font-size: 40px;
    line-height: 45px;
}
    
.sub-banner{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #1c75bc;
background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
    border-bottom: 2px solid #262262;
}

.sub-banner p{
    margin: 0px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
}

.item-page{
    float: left;
    width: 100%;
    min-height: 500px;
    padding-top: 25px;
    padding-bottom: 50px;
}

.wrapper-homepage .item-page{
    padding-top: 0px;
}

.wwo{
    padding-top: 50px;
    padding-bottom: 50px;
}
   
.wcu-container{
    padding-top: 50px;
    padding-bottom: 50px;
} 

.wcu-image{
    float: left;
    min-height: 550px;
    padding-top: 50px;
    background-size: cover;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.wcu-image img{
    max-width: 150px;
    margin-left: 50px;
}

.wcu-container h2{
    margin-top: 0px;
}

.wcu{
    float: right;
    padding-left: 50px;
}

.wwo-image{
    float: right;
    min-height: 550px;
    padding-top: 150px;
    background-size: cover;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
}

.wwo-image img{
    max-width: 150px;
}

.wwo-txt{
    float: left;
    padding-right: 50px;
}

ul.ticks {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
  

ul.ticks li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    background-image: url(/images/icons/tick.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 50px;
    background-size: 30px;
}  

.wwo-boxes{
    background: rgb(233,233,233);
    background: linear-gradient(180deg, rgba(36,36,36,1) 0%, rgba(26,26,26,1) 100%);
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}
    

.wwo-boxes h2{
    text-align: center;
    margin-top: 0px;
}

.wwo-boxes .box3{
    padding: 25px;
}

.wwo-boxes .box3 img{
    width: 100%;
    max-width: 100%;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.wwo-boxes .box3 h3{
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.wwo-boxes .box3 ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}

.wwo-boxes .box3 ul li {
    list-style: none;
    margin-bottom: 0px;
    background-image: url(/images/icons/circle.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 30px;
    background-size: 10px;
}  

.wwo-boxes .box3 .btn{
    margin-left: 30px;
}

.page-intro{
    text-align: center;
}

.memberships{
    padding-top: 50px;
}

.memberships .box3 {
    width: 29.33%;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
    padding: 25px;
    background-color: #252525;
    border: 1px solid #292929;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.memberships .bronze{
    border: 1px solid #435461;
}

.memberships .silver{
    border: 1px solid #435461;
}

.memberships .gold{
    border: 1px solid #435461;
}

.memberships .platinum{
    border: 1px solid #435461;
}

.memberships .box3 p{
    color: #fff;
}

.memberships .box3 .box1{
    padding-top: 50px;
}

.memberships .box3 h3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.memberships .bronze h3{
    background: linear-gradient(120deg, rgba(205, 127, 50, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

.memberships .silver h3{
    background: linear-gradient(120deg, rgba(192, 192, 192, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

.memberships .gold h3{
    background: linear-gradient(120deg, rgba(255, 215, 0, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

.memberships .platinum h3{
    background: linear-gradient(120deg, rgba(217, 217, 217, 1) 0%, rgba(39, 32, 91, 1) 100%);
}


.memberships .box3 ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}

.memberships .box3 ul li {
    list-style: none;
    margin-bottom: 0px;
    background-image: url(/images/icons/circle.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 30px;
    background-size: 10px;
}

.slicknav_menu{
	display: none;
}

.txt-image {
    float: right;
    max-width: 400px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.txt-image img{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.about-method{
    text-align: center;
}

.about-method ul{
    display: inline-block;
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}

.about-method ul li{
    display: inline-block;
    margin-bottom: 25px;
    background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
    padding: 25px;
    width: 100%;
    max-width: 450px;
        -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.osm-container p{
    color: #000;
}

.contact-intro{
    padding-bottom: 25px;
}

.contact-intro p{
    text-align: center;
    display: inline-block;
    max-width: 800px;
}

.contact-details .icon {
    float: left;
    width: 80px;
    min-height: 80px;
}

.contact-details .icon img {
    max-width: 50px;
}

.contact-details span{
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
}

.contact-details strong{
    font-family: "Montserrat", sans-serif;
}

.contact-details a {
    color: #fff;
    text-decoration: none;
}

.socials img{
    margin-right: 15px;
    margin-top: 15px;
    max-width: 50px;
    -webkit-transition: .2s;
    transition: .2s;
}
    
.socials img:hover{
    scale: 1.1;
}

.custom-contact-form{
    float: left;
    width: 100%;
    background: #242424;
        -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    padding: 25px;
}

.custom-contact-form h2{
    font-size: 30px;
    line-height: 35px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
} 

.form-field-row{
    float: left;
    width: 100%;
}

.form-field{
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.form-field-wide{
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.form-field-row input {
    width: 100%;
    border: 1px solid #efefef;
    background-color: #efefef;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.form-field-row input:hover{
	border: 1px solid #1c75bc;
}

.form-field-row input:focus{
	border: 1px solid #1c75bc;
}

.form-field-row select {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
}

.form-field-row textarea{
	width: 100%;
	border: 1px solid #d0d0ea;
	background-color: #f4f4f4;
	padding: 15px;
	min-height: 125px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: .2s;
    transition: .2s;
	font-family: 'Roboto', sans-serif;
}

.form-field-row textarea:hover{
	border: 1px solid #1c75bc;
}

.form-field-row textarea:focus{
	border: 1px solid #1c75bc;
}


.form-field-row .btn {
    float: left;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    background-color: #1b75bc;
    text-transform: uppercase;
    border: none;
}

.form-field-row .btn:hover {
    background-color: #262262; 
}

.osm-container input {
    margin-top: 5px;
    width: 100%;
    border: 1px solid #efefef;
    background-color: #efefef;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.osm-container input:hover{
	border: 1px solid #1c75bc;
}

.osm-container input:focus{
	border: 1px solid #1c75bc;
}

.osm-container select {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
}

.membership-signup-form{
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.membership-detail{
    padding-top: 25px;
    padding-left: 50px;
}

.osm-message{
    text-align: center;
}

.osm-message h2{
    color: #000;
    font-size: 30px;
    line-height: 35px;
}

.osm-container .btn {
    float: left;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    background-color: #1b75bc;
    border: 1px solid #1b75bc;
    text-transform: uppercase;

}

.osm-container .btn:hover{
    background-color: #262262;
    border: 1px solid #262262;
}

.payment_information label{
    display: none;
}
    

.form-field-row .btn:hover {
    background-color: #262262; 
}

#osm-existing-user-login{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #424242;
}    

.osm-container .input-password-toggle{
    display: none;
}

#osm-new-user-register{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #424242;
    width: 100%;
    float: left;
    margin-top: 25px;
    display: none;
}    

#your-details-heading{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #424242;
    width: 100%;
    float: left;
    margin-top: 25px;
}  

#system-message-container{
    float: left;
    width: 100%;
} 

joomla-alert{
        margin-bottom: 0px;
}

.osm-container #osm-account-information{
    display: none;
}

.osm-container .form-control-label{
    float: left;
    width: 100%;
}

.item-126 img {
    width: 30px !important;
    height: 30px !important;
}

.dj-megamenu-default .my-account .title {
    display: none;
}

#osm-update-credit-card{
    margin-top: 200px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

#osm-update-credit-card h1{
    margin-bottom: 50px!important;
}

#osm-update-credit-card .payment_information label {
    display: block;
}



@media only screen 
and (min-width : 1px) 
and (max-width : 1230px) {

.container{
    float: left;
    width:100%;
	max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

}


@media only screen 
and (min-width : 1px) 
and (max-width : 1160px) {

.banner-txt {
    float: right;
    width: 100%;
    text-align: center;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 950px) {

.contact-details{
    width: 100%;
}

.contact-form{
    width: 100%;
    margin-top: 50px;
}

}


@media only screen 
and (min-width : 1px) 
and (max-width : 900px) {

.about-method ul {
    float: left;
    width: 100%;
    max-width: 100%;
}

.memberships .box3 {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 25px;
}

.wwo-boxes .box3 {
    padding: 25px;
    width: 50%;
}

.slicknav_menu{
	display: block;
}

#header-container{
    position: absolute;
    left: 0;
    top: 0;
}

#menu{
	display: none;
}   

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff!important;
} 

.banner-txt h1 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
}

.banner-txt p {
    font-size: 20px;
    line-height: 25px;
}

.custombanner-content{
    padding-top: 200px;
}

#slideshow{
    min-height: 550px!important;
}

.sub-banner p {
    font-size: 20px;
    line-height: 20px;
}

#footer-container p{
    font-size: 20px;
    line-height: 20px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 715px) {

.btn{
    font-size: 16px;
}   

.wcu {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 25px;
}

.wcu-image{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.wwo-image{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.wwo-txt{
    width: 100%;
    padding-right: 0px;
    padding-bottom: 25px;
}

.wcu-container {
    padding-bottom: 0px;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 650px) {

.txt-image{
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.txt-image img{
    max-width: 100%!important;
}

    .memberships .box3 {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        margin-bottom: 25px;
    }

.membership-signup-form {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.membership-detail {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 600px) {
    
.wwo-boxes .box3 {
    width: 100%;
}

.banner-txt {
text-align: left;
}

#slideshow {
    min-height: 650px !important;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 500px) {
.box2{
width:100%;
}

.contact-details .icon {
    min-height: 60px;
    width: 100%;
}

.contact-details .socials{
    padding-top: 25px;
}

.contact-details .socials .icon{
    display: none;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 475px) {

.banner-txt .btn2 {
    margin-left: 0px;
    margin-top: 15px;
}


}
