/* CSS

Author: GILLAN E SOLUTIONS

Created: 03-02-2017

*/



/*

-------------------------------------------------------------- 

BROWSER SPECIFICATION STYLES

-------------------------------------------------------------- 

*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, select, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	font-size: 100%;
	font-weight: normal;
}
a:hover {
	transition: all 0.4s ease-in-out;
}
table {
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
p:empty {
	display: none;
}
h1 {
	font-size: 32px;
	color: #1762af;
	margin-bottom: 30px;
}
h2 {
	font-size: 24px;
	color: #00909f;
	margin-bottom: 20px;
}
h3 {
	font-size: 20px;
	color: #00909f;
	margin-bottom: 10px;
}
h3 span {
	color: #faaf40;
}
h4 {
	font-size: 17px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 10px;
}
h5 {
	font-size: 17px;
	color: #222121;
	margin-bottom: 10px;
}
h6 {
	font-size: 19px;
	color: #97114b;
	margin-bottom: 15px;
}

.locations_callout{
margin: 0;
list-style: disc inside none;
font-size: 12px;
width: 100%;
display:block
}

.locations_callout:after{
content: ' ';
clear: both;
display: table;
}

.locations_callout li{
display: inline;
margin: 0 10px 0 0;
list-style: none;
}


.locations_callout span{
color: #00909f;
}

@media screen and (max-width: 1279px){
.locations_callout li{
display: block;
font-size: 14px;
}
}

.callout_list{
margin: 0 0 20px 0;
list-style: disc inside none;
font-size: 14px;
width: 100%;
display:block
}

.callout_list:after{
content: ' ';
clear: both;
display: table;
}

.callout_list li{
display: inline;
margin: 0 10px 0 0;
list-style: none;
color: #00909f;
}


.callout_list span{
color: #808184;
}

.welcome-text:after{
content: ' ';
clear: both;
display: table;
}

.welcome-text.welcome_text_top p{
padding: 20px 20px 0 20px;
}

.welcome-text.welcome_text_top p img.alignleft{
margin: -10px 20px 20px 0px;
}

.welcome-text.welcome_text_top p img.alignright{
margin: -10px 0px 20px 20px;
}




@media screen and (max-width: 1279px){
.callout_list li{
display: block;
font-size: 14px;
}
}

/*

-------------------------------------------------------------- 

GLOBAL STYLES

-------------------------------------------------------------- 

*/

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}
.orange-text {
	color: #faaf40 !important;
}
.green-text {
	color: #00909f !important;
}
.size-17 {
	font-size: 17px !important;
}
.padding-none {
	padding: 0px !important;
}
/*

-------------------------------------------------------------- 

HEADER STYLE

-------------------------------------------------------------- 

*/

.header {
	float: left;
	width: 100%;
	padding: 25px 0 20px;
}
.logo {
	display: inline-block;
	margin: 0px 30px 0 6px;
}
.membership {
	display: inline-block;
	width: 70%;
	color: #faaf40;

	font-size: 18px;
	text-align: center;
	vertical-align: top;
	line-height: 30px;
	padding-top: 10px;
	text-align:right;
}
.membership big {
	font-size: 21px;
	
}
.membership ul {
	list-style: none;
	margin: 0px;
}
.membership ul li {
	display: inline-block;
	/*background: url(../images/orange-bullet.png) no-repeat 0px 10px;*/
	list-style:none;
	padding: 0;
	color: #00909f;
	text-transform: uppercase;
}
.membership ul li span {
		color: #00909f; 
}
/*

-------------------------------------------------------------- 

SLIDER STYLE

-------------------------------------------------------------- 

*/

.banner {
	float: left;
	width: 100%;
}
.video-box {
	float: left;
	width: 100%;
}
.video-box .su-responsive-media-yes {
    overflow: visible;
}
.video-box .su-youtube iframe {
    border: none !important;
    height: 496px;
}
.ban-form {
	position: relative;
	float: left;
	width: 100%;
	
	border: 1px solid #dfe2e3;
	outline: 1px solid #e3e4e5;
	color: #f1f1f2;
	font-size: 12px;
	line-height: 19px;
	text-align: center;
	padding: 25px 25px 4px 25px;
	background: #00909f;
	background: -webkit-linear-gradient(to bottom, #fdfefe, #00909f);
	background: -o-linear-gradient(to bottom, #fdfefe, #00909f);
	background: -moz-linear-gradient(to bottom, #fdfefe, #00909f);
	background: linear-gradient(to bottom, #fdfefe, #00909f);
}

.ban-form p:last-of-type{margin-bottom: 0;}

.ban-form h3{
text-transform: uppercase;
margin-bottom: 20px;
}

.ban-form:after{
content: ' ';
clear: both;
display: table;
}

/*
.ban-form:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 30px;
	right: 30px;
	height: 67px;
	background: url(../images/bg-form-div.png) no-repeat top center;
	background-size: contain;
}*/

.ban-form h4 {
	margin-bottom: 0px;
}
.ban-form p.last {
	margin-bottom: 10px;
}
.ban-form form {
	padding: 0 14px;
}
.ban-form .btn.btn-default {
	margin: 6px 0 26px 0;
}
.ban-form .wpcf7-not-valid-tip {
    font-size: 11px;
}
.ban-form .wpcf7-validation-errors {
    border: 0;
    color: red;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
.ban-form .wpcf7-mail-sent-ok {
    border: 0;
    color: green;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}
.wpcf7-form-control-wrap.comments{display:none;}

.ban-form .btn-default {

	background: #faaf40;
	
	padding: 0px 40px;
}

/*

-------------------------------------------------------------- 

CONTENT STYLE

-------------------------------------------------------------- 

*/

.content-area {
	float: none;
	width: 100%;
	padding: 33px 0px 0px;
	clear:both;
}
.welcome-text {
	float: none;
	width: 100%;
	border: 1px solid #c8c9cb;
	padding: 10px;
	margin: 0 0 20px 0;
	clear:both;
}
.main-tab-area {
	float: left;
	width: 100%;
}
.main-tab {
	display: block;
	color: #58595b;
	padding: 0 10px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #acaeb1;
}

.main-tab-area .col-md-6{
float:none;
width: 100%;
}

.main-tab h2 {
	margin-bottom: 13px;
}
.main-tab ul.big-list {
	list-style: none;
	margin-bottom: 0px;
}
.main-tab ul.big-list li {
	background: url(../images/tick-bullet.png) no-repeat 0px 6px;
	font-size: 18px;
	padding: 0px 0px 8px 44px;
}
.small-para {
	font-size: 13px;
	color: #00909f;
	padding-left: 44px;
}
.main-tab .fee-table {
	font-size: 12px;
}
.main-tab .fee-table th {
	color: #00909f;
	padding-bottom: 10px;
}
.main-tab .fee-table tfoot td {
	color: #00909f;
	padding-top: 10px;
}
/*

-------------------------------------------------------------- 

FOOTER STYLE

-------------------------------------------------------------- 

*/

.footer {
	float: left;
	width: 100%;
	min-height: 95px;
}
.footer h4 {
	font-size: 18px;
	color: #58595b;
	line-height: 33px;
	padding-left: 7px;
}
.copyrighty {
	font-family: Arial;
	font-size: 17px;
	color: #a6a8ab;
	text-align: right;
}
.powered {
	display: inline-block;
	margin-left: 10px;
}

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

h2 {
    font-size: 21px;
}
h4 {
    font-size: 13px;
}
.size-17 {
    font-size: 15px !important;
}
.membership {
    width: 60%;
    font-size: 12px;
}
.membership big {
    font-size: 14px;
}	
.ban-form {
    font-size: 10px;
}
.ban-form .btn.btn-default {
    margin: 6px 0 18px 0;
}
.main-tab {
    padding: 25px 20px 10px;
}
.main-tab .fee-table {
    font-size: 10px;
}
.footer h4 {
    font-size: 14px;
    line-height: 24px;
}
.copyrighty {
    font-size: 15px;
}

}

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

h3 {
    font-size: 18px;
    line-height: normal;
}
h4 {
    font-size: 17px;
}
.header {
    text-align: center;
}	
.logo {
    margin: 0px 0px 10px 0px;
}
.membership {
    width: 100%;
    font-size: 16px;
}
.membership big {
    font-size: 18px;
}
.video-box .su-youtube iframe {
    height: 100%;
}
.ban-form {
    font-size: 12px;
}
.welcome-text {
    margin-bottom: 20px;
}
.main-tab ul.big-list li {
    font-size: 16px;
}
.main-tab .fee-table {
    font-size: 12px;
}
.footer-left {
    text-align: center;
}
.copyrighty {
    text-align: center;
}

}

@media (max-width: 767px) {

.welcome-text {
    font-size: 13px;
    word-wrap: break-word;
}	

}

@media (max-width: 480px) {

h2 {
    font-size: 18px;
}
h3 {
    font-size: 17px;
}
.membership big {
    font-size: 16px;
}
.membership {
    width: 100%;
    font-size: 14px;
}
.main-tab {
    font-size: 12px;
}
.main-tab h2 {
    margin-bottom: 20px;
}
.main-tab ul.big-list li {
    background: url(../images/tick-bullet.png) no-repeat 0px 8px;
    font-size: 13px;
    padding: 0px 0px 5px 34px;
    background-size: 16px;
}
.small-para {
    padding-left: 34px;
}
.small-para br {
	display:none;
}
.fee-table {
    width: 570px;
}

}

@media (max-width:479px) {

h2 {
    font-size: 17px;
	line-height:normal;
}
h3 {
    font-size: 15px;
}
.size-17 {
    font-size: 13px !important;
}
.membership {
    font-size: 12px;
    line-height: 22px;
}
.membership big {
	display:block;
    font-size: 14px;
	margin-bottom:10px;
}
.membership ul li {
    background: none;
	margin-bottom:6px;
}
.ban-form {
    
}
.ban-form form {
    padding: 0px;
}
.main-tab {
    padding: 20px 20px 10px;
}
.small-para {
    line-height: 20px;
    font-size: 12px;
    padding-left: 0px;
}
.footer h4 {
    font-size: 12px;
    line-height: 21px;
    word-wrap: break-word;
}

}
