body{
margin:0px;
padding:0px;
font-size:14px;
font-family: 'Open Sans', sans-serif;
color:#bdbdbd;
}
article, aside, audio, canvas, command, datalist, details, embed, 
figcaption, figure, footer, header, hgroup, keygen, meter, nav, 
output, progress, section, source, video {
display:block;
}
/******************Wrapper****************************************/
.wrapper {
    margin: 0 auto;
	max-width: 1065px;
}
/*******************fonts****************************************/

/******************Default Styles*********************************/
h1, h2, h3, h4, h5, h6, ul, p, a{
outline:none;
margin:0px;
padding:0px;
}
figure{
margin:0px;
}
p{
color:#bdbdbd;
line-height:22px;
margin-bottom:20px;
font-weight:400;
}
a{
color:#6f6f6f;
outline:none;
transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
}
a:hover{
opacity:0.85;
filter:alpha(opacity=85);
transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;

}
.active a{color:#082e58;}
a img{
border:none;
outline:none;
transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
} 

a:hover img{
opacity:0.85;
filter:alpha(opacity=85);
transition:all 0.3s ease 0s;
-webkit-transition:all 0.3s ease 0s;
-moz-transition:all 0.3s ease 0s;
}

hr {
    background-color: #698CA5;
    border: 0 none;
    clear: both;
    color: #CCCCCC;
    float: left;
    height: 1px;
    margin: 3% 3% 3% 4%;
    width: 92%;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Open Sans', sans-serif;
}
h1 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
h2 {
    color: #698CA5;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-top: 10px;
}
.news h2 {
    border-bottom: 1px solid;
    color: #9AB0C0;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 29px;
    padding-bottom: 13px;
    padding-top: 10px;
}

.course-bx h2 {
    color: #9AB0C0;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
	min-height: 48px;
    padding-bottom: 8px;
    padding-top: 15px;
}
h3{
font-size:22px;
margin-bottom:10px;
}
h4{
font-size:18px;
margin-bottom: 6px;
}
.section-half h4{
font-size:31px;
position:relative;
top:-12px;
font-weight:400;
padding-bottom:15px;
}
h5{
font-size:16px;
margin-bottom: 6px;
}
ul{
margin:10px 0px;
padding:0px;
}
ul li{
margin-left:15px;
list-style-type:disc;
margin-bottom:5px;
}
ul li a{
text-decoration:none;
}
ol{
margin:0px;
padding:0px;
}
ol li{
margin-bottom:12px;
margin-left: 20px;
list-style-type: decimal;
}
ol li a{
text-decoration:none;
}
b {
	font-weight:700;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right!important;
}
.clear{
	clear:both;
}
.text-center {
	text-align:center;
}
.section-half p {
    color: #BCBCBC;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}
.safety-fst h2 {
	margin-top:0px!important;
}
input[type="submit"], .btn-link {
    background: url("../images/course-btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #fff !important;
    cursor: pointer;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    width: 185px;
	text-align:center;
	line-height:39px;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.coursetbl{
	width:100%;
	border:none;
}
input[type="submit"]:hover, .btn-link:hover {
	color:#fff;
	opacity:0.75;
	filter:alpha(opacity=75);
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}

/***********Header Styles*********************************/
header {
     background: #FFFFFF;
    float: left;
    min-height: 105px;
    position: fixed;
    width: 100%;
    z-index: 9999;
	opacity: 0.98;
}


.header {
    float: left;
    padding-bottom: 1px;
    width: 100%;
}

.logo {
    float: left;
}
.logo  a {
    background: url("../images/logo.png") no-repeat top center;
    float: left;
    height: 87px;
    margin: 9px 10px 1px 37px;
    text-indent: -99999em;
    width: 236px;
	color: #FFFFFF;
	display: block;
	*position:relative;
	text-decoration: none;
	*top:-5px;
}
.top-menu {
    float: right;
}
.contact-us {
    float: right;
    margin-right: 32px;
    margin-top: 28px;
}
.course-inner-section .course-bx {
    margin-left: 8.5%;
    margin-top: 21px;
    width: 22%;
}
.go-back {
    margin-bottom: 30px;
    margin-left: 8%;
}
.contact-us p {
    color: #1B577B;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
	margin-bottom:0;
	padding-bottom:20px;
}
.error_strings{ font-family:Verdana; font-size:10px; color:#660000 !important;}
.error_strings ul li{ color:#660000 !important; }
.error {
    background: none !important;
	color:#FF3300 !important;
	font-size:16px;
	font-weight:bold;
	clear:both;
	position:absolute;
	top:0px;
	right:0px;
}
.payment .detail{ position:relative;}
.contact-us > p:first-child {
    margin-right: 15px;
    margin-top: 1px;
}
.twitter {
    background: url("../images/twitter.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
	text-indent: -9999px;
    width: 24px;
}
.linked-in{
	background: url("../images/linkedin.png") no-repeat scroll 0px 0 transparent;
	 float: left;
	height: 24px;
	text-indent: -9999px;
    width: 24px;
}
.fb {
    background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 24px;
	text-indent: -9999px;
    width: 24px;
}
.contact-us a {
    color: #2D4071;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.contact-us a:hover {
	opacity:0.80;
	filter:alpha(opacity=80);
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
}
.navigation {
	clear:right;
    margin-right: 10px;
}
.navigation {
    *margin-right: 10px;
}

.navigation ul {
    float:right;
	margin-top:0px;
}
.navigation ul:after{
	clear:both;
} 
.navigation li {
    float: left;
    list-style: none outside none;
}
.navigation ul li a {
    font-family: open sans;
    font-size: 12px;
    padding: 10px 0 12px 9px;
}
/******************Content Styles*********************************/

.content {
    background: url("../images/banner.png") no-repeat scroll center top #000;
    float: left;
    width: 100%;
	margin-top: 105px;
}

.interest h2 {
    margin-bottom: 18px;
    padding-left: 4%;
}
.blocks {
    background: url("../images/background.png") repeat scroll center top transparent;
}
.slider {
    float: left;
    width: 100%;
}

.outer-container {
    padding-bottom: 25px;
}
.section-row {
    width: 100%;
	float:left;
	/*margin-top:3%;*/
}
/*.section-row:first-child {
    margin: 3% 0 2%;
    width: 100%;
}*/
.section-half {
    float: left;
    margin-left: 4%;
    width: 44%;
}

.interest form {
    padding: 1% 1% 4% 4%;
}
.heading {
    /*background: none repeat scroll 0 0 #202020;
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.15);
	box-shadow:0 3px 3px rgba(0,0,0,0.15);
	*/
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
	
}
.heading h1, .heading h2 {
    margin-bottom: 0;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
}
.heading h2{
	padding-top:0px
}
.section-full{
	float:left;
	width:100%;
}
.margin-bottom{
	margin-bottom: 50px;
}
.safety-training {
    margin-top: 20px;
}
.safety-training .courses-section{
	margin-top:0px!important;
}
/*.safety-training h2{
	 color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
}*/
input[type="text"], input[type="password"], input[type="email"], textarea{
	line-height:26px;
    margin-bottom: 15px;
    padding: 4px 1px 4px 6px;
    width: 98%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#7B7B7B;
	background:#FFFFFF;
	border:1px solid lightgray;
}
select  {
    height: 29px;
	line-height:28px;
    margin-bottom: 15px;
    padding: 4px 6px 4px 6px;
    width: 99.15%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#7B7B7B;
	background:#FFFFFF;
	border:1px solid lightgray;

}
textarea{
	min-height:105px;
}
input[type="text"]:hover, textarea:hover,  d
input[type="text"]:focus, textarea:focus {
	-webkit-box-shadow:0 0 9px #4093cf;
	-moz-box-shadow:0 0 9px #4093cf;
	box-shadow:0 0 9px #4093cf;
}
.sign-up input[type="submit"]{
	  border: medium none;
    color: #FDFDFD;
    cursor: pointer;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    width: 128px;
	background: url("../images/sign-up.png") no-repeat scroll center top transparent;
	float:right;	
	margin-top: 15px;
}
.signup-form {
    margin-bottom: 70px;
}
.section-full.blocks.about-us {
    padding-bottom: 30px;
}
.about-us h2 {
    margin-bottom: 18px;
    margin-top: -6px;
}
.icon-block{
	padding:10px 0 30px;
	
}
/*************courses page********************************/


.section-one-third {
    float: left;
    margin-left: 4%;
    width: 28%;
	position: relative;
	min-height: 520px;
}
.section-one-third  .btn-link{
	bottom: -30px;
	position: absolute;
	left: 20px;
}
.section-one-third2 {
    float: left;
    margin-left: 9%;
    width: 26%;
}
.safety-training p{
	  color: #BCBCBC;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 12px;
}
.safety-training p{}
.course-title {
    color: #9AB0C0;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
	min-height:48px;
    margin-bottom: 10px;
}
.courses-section p {
    color: #BCBCBC;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 12px;
}
.icon {
    border: 7px solid white;
    float: left;
	max-width:100%;
	
}
.icon img {
    float: left;
    height: auto;
    width: 100%;
}
.news-content {
    float: left;
    margin-bottom: 28px;
}
.news-content p {
	margin-bottom:10px;
}
.news-img {
    border: 8px solid white;
    float: left;
    overflow:hidden;
	margin-right:7%;
	width:34%;
}

.news-img img {
    display:block;
}
.side-text {
}
.content-list {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	display:block;
}
.content-list li {
	margin:0;
	padding:0 0 0 20px;
	line-height:26px;
	list-style:none;
	background:url('../images/list-bg.png') no-repeat left 7px;
}
.news-nav {
	color:#9ab0c0;
	margin-top:4p 0px;
}
.course-bx .course-title {
    padding-bottom: 0;
    padding-top: 10px;
}
.course-bx p {
	padding-top:7px;
}
.content a {
	color:#9ab0c0;
	text-decoration:none;
}
.content a:hover {
	color:#8ba0b0;
}
.content-list li a {
	color:#9ab0c0;
	font-weight:300;
}
.padding-bottom{
	padding-bottom:50px;
}

.content-bdr:first-child {
    padding-top: 25px;
}
.content-bdr article h2{
	padding-bottom:10px;
}
.content-bdr .section-half .border-img {
    border: 8px solid #FFFFFF;
    margin: 65px 0px 0 64px;
    max-width: 379px;
    overflow: hidden;
    width: 94%;
}

.course-img4 {
    padding-bottom: 40px;
}
.section-row.courses-section {
    float: left;
    padding-bottom: 25px;
}
.section-full.blocks.page-heading h2 {
    margin-left: 3px;
    margin-top: 17px;
}

.section-full.blocks.page-heading hr{
	margin-bottom:0px;
}
.food-hygiene {
    border: 8px solid white;
    height: 247px;
    margin-top: 23px;
}
.coursefrm-left{
float:left;
width:50%;
}
/******************News pages Styles*********************************/

.section-two-third {
    float: left;
    margin-left: 7%;
    width: 53.5%;
}
.new-title {
    border-bottom: 1px solid;
    color: #9AB0C0;
    float: left;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 47px;
    margin-bottom: 21px;
    margin-top: 17px;
    width: 100%;
}
/******************Footer Styles*********************************/
footer {
   /* background: url("../images/footer-bg.jpg") repeat scroll left top rgba(0, 0, 0, 0);*/
   background: none repeat scroll 0 0 #fff;
    float: left;
    padding: 35px 0 0px;
    width: 100%;
}
footer .inner-footer{
float:left;
width:100%;
padding-bottom:20px;
}

footer .column {
    color: #707070;
    float: right;
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    line-height: 23px;
    margin:8px 35px 0 0;
    padding: 0;
    width: 234px;
}
footer .column:first-child{
width:18%;
float:left;
margin:0 0 0 6%;
}
footer .column:first-child span{
float:right;
}
footer a{
text-decoration:none;
color:#707070;
}
footer a:hover{
color:#2C3F70;
}
.footer-logo p{
 text-align:right;
}
footer .column-second {
    float: left;
    margin: 34px 0 0 11%;
    width: 37%;
}
footer .column ul li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 170px;
}
.column.column-second.footer-list > ul {
    float: left;
    width: 50%;
}

.column.last ul li {
    float: left;
    width: 100%;
}

.column.last ul {
    float: left;
    width: 100%;
}
footer .column .last ul li a {
    float: left;
    line-height: 21px!important;
}
/*footer .column ul li:nth-of-type(2n+1){
width:202px;
}*/
footer .column ul li a{
line-height:23px;
float:left;
}
footer .column ul li a img{
float:left;
margin:10px 7px 0 7px;
vertical-align:middle;
}
footer .column ul li a:first-child img{
margin:10px 10px 0 0;
}
footer .column ul li a:hover, .designedby a:hover{
color:#2C3F70!important;
}
footer .footer-bottom{
background-color: #001422;
clear: both;
float: left;
margin: 0 auto;
padding: 24px 0;
width: 100%;
-moz-box-shadow:0 5px 5px rgba(0,0,0,0.25);
-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.25);
box-shadow:0 5px 5px rgba(0,0,0,0.25);
}
.copyrights {
color: #8B8B8D;
font-size: 12px;
padding:0 115px 0 90px;
}
footer p{
font-size:12px;
line-height:26px;
color:#707070;
margin:0px;
font-family: 'Open Sans', sans-serif;
}
.copyrights p{
float:left;
color:#ffffff;
}
.copyrights p a span{
vertical-align:middle;
}
.copyrights p a img{
vertical-align:middle;
}
.copyrights .web-design{
float:right;
}
.copyrights .web-design a{
color:#ffffff;
}
.content-bdr {
    margin-left: 0;
    padding: 0 4%;
    width: 92%;
}
.content-bdr .section-half:first-child{
	margin-left:0px;
}
.sub {
	font-weight:300;
	color:#9ab0c0;cxcx
}
.content table {
	color:#bdbdbd;
	text-align:left;
}
.content table th {
	color:#9ab0c0;
	font-weight:700;
	line-height:24px;
	padding:0 0 20px;
	text-align:left;
} 
.content table .city {
	line-height:16px;
	padding:0;
} 
.content table td {
	line-height:16px;
	padding:0 0 5px;
}
.arrow-link {
	background:url('../images/list-bg.png') no-repeat left 4px;
	padding-left:12px;
}
.btn-small {
    background: url("../images/sign-up.png") no-repeat scroll 0 0 transparent;
	width:128px;
	height:42px;
	line-height:42px;
}
.border-img {
    border: 8px solid #FFFFFF;
    margin: 20px 0;
    max-width: 379px;
    overflow: hidden;
    width: 94%;
}
.course-img2 {
	padding:20px 0;
	display:block;
}
.btn-large {
    background: url("../images/btn-large.png") no-repeat scroll 0 0 transparent;
	float:none;
	height: 47px;
	display:block;
	padding: 0 8px;
    width: 361px;
}

#message-sucess {	
	font-size:24px;
	line-height:36px;
	padding:30px 20px 20px;
	font-weight:400;
	color:#698ca5;
	text-align:center;
	font-weight:300;
	color:#253563;
	max-width:385px;
	max-height:200px;
}

#message-sucess  .title {
	font-weight:600;
	padding-bottom:20px;
	display:block;
}

.payment-img {
    border: 8px solid white;
    float: left;
    height: 248px;
    height: 160px;
	overflow:hidden;
	margin-right:34px;
}

.colored {
	color:#698ca5;
}

.payment .row {
	clear:both;
	line-height:35px;
	padding-bottom:12px;
}

.payment .name {
	width:22%;
	float:left;
	letter-spacing:-0.0175em;
}

.payment .detail {
	width:76%;
	float:left;
	margin-left:2%;
}

.payment .price {
	font-size:18px;
	margin-bottom:12px;
}	

.payment .row-bx {
	border-bottom:1px solid #4e4e4e;
	padding-top:0px;
	padding-bottom:12px;
	margin-bottom:20px;
}	

.payment .row2 .detail {
	width:29.5%;
}

.payment .name2 {
	width:14%;
	margin-left:2%;
	text-align:center;
} 

.payment .detail2 {
	margin-left:0;
}
.payment h2 {
    margin-bottom: 3%;
}

.payment .section-half {
    margin-left: 0;
}

.payment .section-half:first-child{
	margin-right:none;
}

.section-center {
    margin: 2% 9% !important;
    width: 82% !important;
}

.no-bdr {
	border:none !important;
}

.payment .payment-img, .payment-icon-block {
    margin-bottom: 20px;
    /*margin-right: 34px;*/
}

.detail3 {
	width:37% !important;
}

.mini-txt {
	width:55px !important;
}

.section-half .field1 {
	width:28%;
}

.section-half .field2 {
	width:70%;
}

.box-bdr {
	border-bottom:1px solid #4e4e4e;
	padding-top:7px;
	margin-bottom:20px;
	clear:both;
	margin-left:13.795%;
}

.payment input[type="text"], .payment select, .payment textarea {
	margin-bottom:10px;
}

.payment .row .field01 {
	width:12% !important;
}

.payment .row .field02 {
	width:86% !important;
}

.payment .row .field02 input[type="text"] {
	width:99%;
}

.payment .row .field02 {
	width:86% !important;
}

.payment .row .detail02 {
	width:35.875%  !important;
}
.interest {
    float: left;
}
.interest .row {
    float: left;
    width: 100%;
}
.interest .name {
    float: left;
    margin-top: 4px;
    width: 130px;
}
.info-box{
float: left;
    width: 50%;	
}
.interest .info-box > input[type="text"] {
    height: 97px;
}
.interest .info-box > span {
	margin-right: 20px;
	vertical-align: top;
}
.interest input[type="text"] {
    padding: 3px;
    width: 263px;
}
.interest .submit {
    margin-left: 143px;
}.textarea{
	width: 65%;
}
.tinynav{display:none;}

/******************** Slider Css ****************/

.slider-title{
	float:left;
	width:45%;
}
.slider-icon {
    border: 8px solid #FFFFFF;
    float: right;
    margin-right: 94px;
    margin-top: 32px;
    overflow: hidden;
    width: 36%;
}

.slider-title a {
    margin: 0 21px 20px 25px;
}

.slider-title p {
    color: #FFFFFF;
    float: left;
    font-family: open sans;
    font-size: 40px;
    font-weight: 300;
    line-height: 60px;
    margin-bottom: 0;
    margin-left: 119px;
    margin-top: 51px;
}
.slider-icon > img {
    float: left;
    height: auto;
    max-width: 100%;
	-webkit-transition: bottom 2s ease;
  -moz-transition: bottom 2s ease;
  -o-transition: bottom 2s ease;
  -ms-transition: bottom 2s ease;
  transition: bottom 2s ease;
}
.sl-slider-wrapper {
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

}
.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}



/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
}

.nav-dots {
    bottom: 0;
    height: 27px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}



.nav-dots span {
    border: 1px solid #FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 7px 5px 5px;
    position: relative;
    width: 9px;
	behavior: url(css/PIE.htc);
}
.demo-2 .nav-dots span {
    background: none repeat scroll 0 0 rgba(10, 15, 10, 0.37);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 2px rgba(255, 255, 255, 0.5);
    margin: 6px;
    transition: all 0.2s ease 0s;
}

.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
		behavior: url(css/PIE.htc);
}


.nav-dots span.nav-dot-current:after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 50% 50% 50% 50%;
    content: "";
    height: 11px;
    left: -1px;
    padding-left: 1px;
    position: absolute;
    top: -1px;
    width: 10px;
	behavior: url(css/PIE.htc);
}
.nav-dots span.nav-dot-current{
	background:#fff;
}
/****************fancybox Css*********************/


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
   	-moz-border-radius: 15px;
	 border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.gallery-listing .section-one-third{
min-height:inherit;
}
.gallery-listing.section-full .icon {
    margin: 0px;
}
.news-content .side-text{
float:left;
width:55%;
}
.news-details .side-text{
float:none;
width:auto;
}
.news-img{
float:left;
width:34%;
}
/*Retina graphics!*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.section-full .icon{
	margin: 15px;
}
.StripeElement, #cardholder-name {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #eae4e4;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

#cardholder-name { margin-bottom: 25px; }
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}