@charset "utf-8";

/* fonts start here */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');

@font-face {
  font-family: 'Bolton';
  src: url('fonts/Bolton.eot'); /* IE9 Compat Modes */
  src: url('fonts/Bolton.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Bolton.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Bolton.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Bolton.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Bolton.svg') format('svg'); /* Legacy iOS */
}
/* fonts end here */

/*------------| body frame start |-----------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

html, body {
  width: 100%;
	height: 100%;
  padding: 0px;
  margin: 0;
  /* overflow-x: hidden; */

}

body {
  padding: 0px;
  margin: 0px;
  min-width: 320px;
  color: #263746;
   font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
  line-height: 28px;
  font-weight:400;
}

/*=============== tags start ===================**/
section, .footerBottom, .headerMid, .rowBox, .rowBox .row{
position: relative;
overflow: hidden;
clear: both;
width: 100%;
}
*:focus, a:hover, a:active, a:focus {
outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  outline: 0;
}

figure{
padding: 0px;
margin: 0px;
}
a {
opacity: 1;
color: #4c8dce;
text-decoration:none;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
}
a:hover {
text-decoration:underline;
}

img {
border: 0px;
outline: none;
display: block;
max-width: 100%;
height: auto
}
input { margin: 0px; }
h1, h2, h3, h4, h5, h6 {font-weight:400;}
h1, h2, h3, h4, h5, h6, p {
padding: 0px;
margin: 0px;
display: block;
  clear: both;
  width: 100%;
}
h2, h3,h4,h5,h6{font-family: 'Source Sans Pro', sans-serif; font-weight:600; color:#263746;}
h1 {
font-size: 34px;
line-height: 44px;
margin-bottom: 20px;
font-family: 'Bolton';
color:#4D4D4D;
font-weight:400;
}
h2 {
font-size: 32px;
line-height: 42px;
margin-bottom:18px;
}
h3 {
font-size: 28px;
line-height: 38px;
margin-bottom: 10px;
}
h4 {
font-size: 22px;
line-height: 32px;
margin-bottom: 10px;
}
h5 {
font-size: 20px;
line-height: 30px;
margin-bottom: 10px;
}
h6 {
font-size: 20px;
/*line-height: 30px;*/
margin-bottom: 8px;
}
ul{
padding: 0px 0px 18px 0px;
margin: 0px;
list-style: none;
}
ol{
padding: 0px 0px 18px 20px;
margin: 0px;
}
ul li{
  position: relative;
  padding: 5px 0px 5px 25px;
}
ul li::before{
content: '';
width: 8px;
height: 8px;
position: absolute;
display: block;
left: 2px;
top:15px;
background: #4c8dce;
border-radius: 8px;
}
ol li{
padding: 5px 0px 5px 5px;
}

p { margin: 0px; padding: 0px 0px 22px 0px;}

hr {
padding: 0px;
border: 0px;
height: 1px;
margin: 30px auto;
background-color: #0f6cb6;
}
strong, b { font-weight: 700; }
img { /*  display:block;*/
height: auto }


input[type='text'],
input[type='email'],
input[type='tel'],
input[type='date'],
textarea,
input[type='submit']{
width:100%;
}
input[type='text'],
input[type='tel'],
input[type='date'],
input[type='email'],
textarea,
select{
height:48px;
border:1px solid #4c8dce;
background-color: #ffffff;
font-size:16px;
line-height: 26px;
padding: 10px 15px;
margin: 0px;
color: #000000;
border-radius: 10px;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
input[type='submit'], input[type=button], input[type=reset], button, .btn {
color:#ffffff;
font-size:20px;
font-weight:bold;
line-height: 28px;
text-decoration: none;
margin: 0px;
width: 100%;
padding: 15px 17px;
border-radius: 10px;
display: inline-block;
background-color: #4c8dcf;
border: 0px;
cursor: pointer;
text-align: center;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
transition:         all .3s ease-in-out;
}
input[type='submit']:hover, input[type=button]:hover, input[type=reset]:hover, button, .btn:hover{
	text-decoration:none;
	background-color:#70b2f5;
	}
	
/* - - custom check box start here - - */
.checkbox-custom{opacity: 0; position: absolute;}
 span.chBG{
	 width: 34px;
    height: 34px;
	display: inline-block;
	vertical-align: middle;
	background-image:url('../images/booking-check-box.png');
	background-size:34px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-right:10px;}
.checkbox-custom, .checkbox-custom-label{
	display: inline-block;
    vertical-align: middle; 
	margin: 0 8px 0 0; 
	cursor: pointer;}
.checkbox-custom-label{position: relative;}
.checkbox-custom + .checkbox-custom-label span.chBG, 
.checkbox-custom.error + span + .checkbox-custom-label span.chBG{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    /*padding: 2px;*/
	margin-right:10px;
    text-align: center;
	background-image:url('../images/booking-check-box.png');
	background-size:34px;
	background-position:center top;
	background-repeat:no-repeat;
}
.checkbox-custom:checked + .checkbox-custom-label span.chBG,
.checkbox-custom.valid:checked + span + .checkbox-custom-label span.chBG,
.checkbox-custom.valid:checked + .checkbox-custom-label span.chBG	 {
    /*background: rebeccapurple;*/
	background-image:url('../images/booking-check-box.png');
	background-position:center 27px;
	background-size:34px;
	background-position:center -36px;
	background-repeat:no-repeat;
	width: 34px;
height: 34px;
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
/* - - custom check box end here - - */	

/* - - custom radio button start here - - */
.csRadio{ display:inline-block;margin:0 10px 0 0;}
.csRadio .radio-custom + .radio-custom-label:before{ display:none;}
.radioBox{ display:inline-block;}
.radio-custom-label span{ float:right; padding:2px 0 0 0;}
.radio-custom{opacity: 0; position: absolute;}
.radio-custom, .radio-custom-label{
	display: inline-block;
    vertical-align: middle; 
	margin: 0 8px 0 0; 
	cursor: pointer;}
.radio-custom-label{position: relative;}
.radio-custom-label span.radioBox{
	    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
	margin-right:10px;
    text-align: center;
	background-image:url('../images/radio.png');
	background-size:22px;
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	margin:2px 10px 0 0;
	}
.radio-custom + .radio-custom-label:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    /*padding: 2px;*/
	margin-right:10px;
    text-align: center;
	background-image:url('../images/radio.png');
	background-size:22px;
	background-position:center top;
	background-repeat:no-repeat;
}
.radio-custom:checked + .radio-custom-label span.radioBox,
.radio-custom:checked + .radio-custom-label:before {
    /*background: rebeccapurple;*/
	background-image:url('../images/radio.png');
	background-size:22px;
	background-position:center -22px;
	background-repeat:no-repeat;
}
/* - - custom radio button end here - - */	

select {
border-radius: 0px;
border:1px solid #ABB0B2;
background-color: transparent;
padding: 3px 32px 3px 15px;
height: 45px;
width:100%;
-webkit-appearance: none;
-moz-appearance:    none;
appearance:        none;
}
select option{
padding:10px 0px;
display: block;
font-size: 16px;
}

select::-ms-expand {
display: none;
}

textarea {
    width: 100%;
    font-size:16px;
    line-height: 26px;
    height: 75px;
    padding: 8px 15px;
    box-sizing: border-box;
    border: 0px;
    color: #000000;
    border:1px solid #4c8dce;
    background-color: #ffffff;
    border-radius: 0px;
    resize: none;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
	color:#a3a3a3;
	opacity:1;
	font-weight:400;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
	color:#a3a3a3;
	opacity:1;
	font-weight:400;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
	color:#a3a3a3;
	opacity:1;
	font-weight:400;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
	color:#a3a3a3;
	opacity:1;
	font-weight:400;
}
.resWrap{
  width: 100%;
  overflow: auto;
}

table {
   /* width: 100% !important;*/
   max-width:100%;
    border: 0px;
    /*table-layout: fixed;*/
}

table tr td {
    padding: 12px 15px;
    border-collapse: collapse;
}

table {
    background: #ffffff;
    text-align: left;
    margin-bottom: 20px;
    border-left: 1px solid #b3b3b3;
    border-top: 1px solid #b3b3b3;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 28px;
}

table h1, table h2, table h3, table h4, table h5 {
    margin: 0px;
}

table th, table thead td, table tr.blueBackgroundRow td{
    background: #4c8dce;
    color: #fff;
    padding: 15px;
      text-align: left;
    border-right: 1px solid #b3b3b3;
    font-weight: 700;
    border-bottom: 1px solid #b3b3b3;
    word-wrap: break-word;
}

table td {
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    word-wrap: break-word;
}


.alignleft  {
float: left;
margin: 10px 30px 20px 0px;
}
.alignright  {
float: right;
margin: 10px 0px 20px 30px;
}
.aligncenter{
	float: none;
	margin: 20px auto 20px auto;
}

blockquote{
  margin: 0px 0px 30px 0px;
  padding: 20px 55px 20px 70px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
blockquote p{
  padding: 0px;
}
blockquote em{
  margin-top: 20px;
  display: block;
}
blockquote::before{
  content: ' ';
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 15px;
  width: 48px;
  height: 42px;
  vertical-align: middle;
  background-image: url('../images/blockquote-top.svg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
blockquote::after{
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 42px;
  vertical-align: middle;
  background-image: url('../images/blockquote-bottom.svg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.box{
  position: relative;
}
.box:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}
.imageHolder{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.OF-cover {
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center';
	width: 100%;
	height: 100%;
}


.fadeIn {
	opacity: 0;
	transition: opacity .8s ease-in-out;
	-webkit-transition: opacity .8s ease-in-out;
	-moz-transition: opacity .8s ease-in-out;
	-o-transition: opacity .8s ease-in-out;
}

.fadeIn.animateMe {
	opacity: 1
}

.disablehover:hover{
  text-decoration: none;
}

ul.mainMenu li{-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}

.flexVerticalCenter{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	}

.grid {
	clear: both;
	overflow: hidden;
	position: relative;
	margin: 0px;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 30px;
}

.Vcenter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: left;
	-webkit-align-items: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}

.effect-zoom img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-zoom:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
textarea.error{ color:#000;}
.topPaging .pagination{border-bottom: #b3b3b3 dashed 1px; border-top:0px; margin-bottom:20px; margin-top:0px;}
.pagination{ text-align:right; margin:20px 0 10px 0; padding:10px 0; border-top: #b3b3b3 dashed 1px;}
.pagination a, .pagination span{ border:#dddddd solid 1px; padding:2px 10px; margin:0 3px; text-decoration:none; display:inline-block; background-color:#fff;} 
.pagination span.current{ background-color:#4c8dce; border:#4c8dce solid 1px; color:#fff;}