/*--- slider-css --*/
.slider{
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border:0px #717171 solid;
  margin-top:0px;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	height: 13px;
	width: 13px;
	display: inline-block;
	background:rgba(255,255,255,.5);
	text-indent: -9999px;
	/*transform: rotate(40deg);*/
	border-radius:50%;
	margin:0 6px;
}
.callbacks_here a:after{
	background:#cd0000;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	text-align: center;
	width: 100%;
	display:none;
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	/*.caption {
		width: 63%;
		top: 31%;
		left: 19%;
	}*/
}
@media(max-width:768px){
	/*.caption {
		width: 70%;
		top: 22%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 26%;
	}*/
}
@media(max-width:640px){
	/*.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}*/
}
@media(max-width:480px){
	/*.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.4em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 0px;
	}*/
}
@media(max-width:320px){
/*	.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	.caption h3{
		font-size:1em;
	}
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 0px;
	}*/
}
.banner {
	position: relative; overflow:hidden;
	background:#002D59 url(/inc/images/listbanner.jpg) no-repeat center 0px;
	height:360px;
}
.headera{ position: absolute;
	top: 0px; left:0; z-index: 9;  zoom:1; height:50px; 
	width: 100%;
	/*background:transparent url(../../images/navbg.png) repeat 0 0;*/
	/*background:rgba(17,65,147,.5);*/
	background:rgba(0,0,0,.2);
	/*border-bottom:1px #1c59aa solid;*/
	}
.header {
	/*background:rgba(255, 255, 255, 0.8);*/ 
}
.header { margin:0 auto;
	
}
.logo{
	float:left; margin-top:115px; 
}
.logo img{max-height:90px;}
.head-nav{
	float:left; margin-top:10px;
}
.head-nav ul li a{
	position: relative;
	display: inline-block;
	padding:3px 50px 3px 5px;
	outline: none;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: normal;
	margin:0px;
	/*text-shadow: 0 0 0px rgba(255,255,255,0.3);*/
	font-size: 1em;
}
.head-nav a:hover,
.head-nav a:focus {
	outline: none;
	color:#ea281e;
	font-weight:700;
	/*background:#ea281e;*/
	

}
.head-nav {
	/*padding: 4em 2em;*/
}
.head-nav ul{
	padding:0;
	margin: 0;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nav ul li {
	display: inline-block;
	/*margin: 0 .5em;*/
	margin:0 0.8em;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: 700;
	font-size: 16px;
	background:url(../../img/navliBorder.png) no-repeat right center;
}
.head-nav ul li.active a{
	color:#ea281e;
	font-weight:700;
	/*background:#ea281e;*/
	
}
.head-nav ul li.active a:hover,
.head-nav ul li.active a:focus
{
	color:#ea281e;
	/*background:#ea281e;*/
}
ul a:hover,
ul a:focus {
	outline: none;
	/*color: #ff1200;*/
	text-decoration: none;
}


/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	/*.wrap{
		width:90%;
	}	*/
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	/*.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:94%;
		padding:3%;
	}*/
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
/*	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:92%;
		padding:4%;
	}*/
}
/*-- destination --*/
.destination{
	background: #fff;
	padding: 3em 0em 5em;
}
.con-bot{
}
.con-top{
	padding: 20px 0;
}
.con-top h3{
	font-size:30px;
	color:#a2365a;
	font-family: "Century Gothic", Helvetica, sans-serif;
	margin-bottom: 15px;
}
.con-top p{
	color:#555;
	font-size:13px;
	line-height: 1.8em;
}
.left{
	/* width:296px; */
	float:left;
	margin: 0 41px 20px 0;
}
.left-text{
	text-align: center;
}
.left-text p{
	color:#555;
	font-size:13px;
	line-height: 1.8em;
	margin: 5px 0 15px 0;
}
.bot-left{
	padding: 10px;
	box-shadow: 0 0 1px #aaa;
	-webkit-box-shadow: 0 0 1px #aaa;
	-moz-box-shadow: 0 0 1px #aaa;
	-o-box-shadow: 0 0 1px #aaa;
	margin-bottom: 20px;
}
.bot-left img{
	display: block;
}
.left-text h4{
	color: #a2365a;
	font-size:15px;
	margin: 15px 0;
	font-weight: bold;
}
.right{
	/* width:296px; */
	float:right;
	margin-right: 0px;
}
span.doller{
	color:#555;
	font-size:20px;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-weight: bold;
}
.read {
	padding:7px 10px 7px;
	color: white;
	font-size: 12px;
	cursor: pointer;
	background: #a2365a url(../images/but.png);
	margin-bottom: 20px;
	border: 1px solid #a2365a;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.read:hover{
	background: rgb(155, 45, 82);
}
.box1{
}

.padding1{
	width:633px;
	float:left;
	margin-right: 0px;
}
.padding h4, .padding1 h4, .desti-middle h4, .desti-right h4{
	color:#3eb0ff;
	margin-bottom: 25px;
	font-size:25px;	
}
.list .list-bg {
	background: rgba(62, 176, 255, 0.16);
}
.list li {
	height: 42px;
	margin-bottom: 1px;
	padding: 10px 0px 0px 14px;
	font-size: 15px;
}
.list span {
	width: 21px;
	display: inline-block;
}
.list a {
	text-decoration: none;
	color: #555;
	font-weight: normal;
}
.list a:hover {
	color: #3eb0ff;
	font-weight: bold;
}
.link1 {
	font-size: 15px;
	line-height: 18px;
	color: #a2365a;
	font-weight: bold;
	background: url(../images/link1-bg.gif) right 8px no-repeat;
	padding-right: 7px;
	margin-top: 10px;
	display: inline-block;
}
.link1:hover {
	color: rgb(155, 45, 82);
	text-decoration: underline;
}
.box-left{
	padding: 1em 0em;
}
.box1-left{
	width:301px;
	float:left;
	margin-right: 0px;
}
.bot-img{
	width:120px;
	float:left;
	margin: 0 20px 20px 0;
}
.bot-desc{
	width:208px;
	float:left;
}
.bot-desc1{
	width:171px;
	float:left;
	margin-right: 0px;
}
.bot-desc p, .bot-desc1 p {
	color: #555;
	font-size: 0.9em;
	line-height: 1.8em;
}
.padding ul li {
	list-style-type: none;
}
.padding ul {
	padding: 0;
}
/*--destinations--*/
.desti-text{
	width:128px;
	float:left;
	margin-right: 20px;
}
.list1 a {
	color: #555;
	font-size:13px;
}
.list1 a:hover {
	text-decoration: underline;
}
.desti-right p{
	color:#555;
	font-size:13px;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.desti-text li {
	list-style-type: none;
	line-height:24px;
}
.desti-text ul {
	padding: 0;
}
.desti h3 {
	font-size: 30px;
	color: #3eb0ff;
	padding: 20px 0;
}
.box1 {
	padding: 2.5em 0 0;
}
/*---plans-404page-----*/
.error-page{
	text-align:center;
}
.error-page p{
	font-size: 4em;
	color: #012231;
}
.error-page h3{
	font-size: 10em;
	color:#3eb0ff;
}
.error-page {
	padding: 130px 0px 0 0;
	min-height: 550px;
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{

}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	padding: 0.5em 0;
	color: #e92d2d;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	padding-bottom:5px;
	color: #012231;
	text-transform: uppercase;
}
.contact-form input[type="text"],.contact-form textarea{
	padding: 8px;
	display: block;
	width: 98%;
	border: none;
	outline: none;
	color: #464646;
	font-size: 0.8125em;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid rgba(85, 85, 85, 0.19);
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.mybutton {
	background: #3eb0ff;
	color: #d6d6d6;
	padding: 12px 40px;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	border: none;
}
.mybutton:hover{
	background: #e92d2d;
	color: #FFF;
}
.company_address{
	padding-top:26px;
}
.company_address p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#3eb0ff;
	cursor:pointer;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.company_address p span:hover{
	color:#e92d2d;
}
.contact {
	padding: 3em 0em;
}
/*-- responsive-mediaquries --*/
@media(max-width:1440px){
/*.welcome-right {
	padding: 2em 3em 2em 4em;
}*/
}
/*-- responsive-mediaquries --*/
@media(max-width:1366px){
/*.welcome-lefttop {
	position: absolute;
	top: 0;
	padding: 1em 4em 3em 6em;
}
.welcome-right {
	padding: 2em 3em 2em 3em;
}
.welcome-right p {
	font-size: 1.1em;
}*/
}
/*-- responsive-mediaquries --*/
@media(max-width:1280px){
.head-nav { 
	/*padding: 4em 0em;*/
}
/*.head-nav ul li a {
	font-size: 1em;
}
.get-left h1 {
	font-size: 1.5em;
}
.get-right {
	padding: 1.2em 0 0;
}
.welcome-lefttop {
	padding: 2em 4em 2em 6em;
}
.welcome-left li {
	line-height: 2em;
	font-size: 1.2em;
}
.welcome-right {
	padding: 2em 4em 2em 4em;
}
.welcome-right h6 {
	font-size: 1em;
}
.welcome-right p {
	font-size: 1em;
}
.welcome-left h5 {
	font-size: 1.3em;
}
.hand h2 {
	font-size: 2.3em;
}
.hand p {
	font-size: 1em;
}
.hand h4 {
	font-size: 1.5em;
}
.footer h3 {
	font-weight: 600;
	font-size: 1.8em;
}*/
}
/*-- responsive-mediaquries --*/
@media(max-width:1024px){
.header {
/*	width: 88%;
	left: 4em;*/
}
.logo img {
	/*width: 65%;*/
}
.head-nav ul li a {
	/*font-size: 0.9em;*/
}
.head-nav {
	/*padding: 2.2em 0em;*/
}
/*.get-left h1 {
	font-size: 1.3em;
}
.get-right {
	padding: 0.7em 0 0;
}
.welcome-lefttop {
	padding: 2em 2em 2em 2em;
}
.welcome-left h5 {
	font-size: 1.2em;
}
.welcome-left li {
	line-height: 1.8em;
	font-size: 1.1em;
}
.welcome-lefttop {
	padding: 0em 2em 1em 2em;
}
.welcome-right h3,.welcome-left h3 {
	font-size: 18px;
}
.welcome-right {
	padding: 1em 2em 1em 2em;
}
.welcome-right p {
	font-size: 0.9em;
}
.welcome-right h6 {
	font-size: 0.9em;
}
.hand h2 {
	font-size: 2em;
}
.hand {
	padding: 3em 0em;
}
.hand h4 {
	font-size: 1.3em;
}
.hand p {
	font-size: 0.9em;
}
.vero-top {
	padding: 4em 0;
}
.vero {
	min-height: 480px;
}
.vero p {
	font-size: 1.1em;
}
.vero label {
	height: 34px;
	width: 280px;
}
.vero h6 {
	font-size: 1.2em;
}
.footer h3 {
	font-size: 1.6em;
}
.footer {
	padding: 1em 0;
}
.vero p:before {
	left: 18px;
	top: -1px;
}
.button-1 {
	padding-left: 30px;
	text-align: left;
}
.about-topgrid1 h3 {
	font-size: 1.5em;
}
.about-histore h3 {
	font-size: 1.5em;
}
.about-services h3 {
	font-size: 1.5em;
}
.about-histore ul li span {
	font-size: 13px;
	width: 16%;
}
.error-page p {
	font-size: 3em;
}
.error-page h3 {
	font-size: 8em;
}
.error-page {
	padding: 80px 0px 0 0;
	min-height: 450px;
}
.bot-img {
	width: 110px;
	margin: 0 14px 20px 0;
}
.bot-desc {
	width: 157px;
}
.span_2_of_3 h3, .span_1_of_3 h3 {
	font-size: 1.4em;
}
.logo1 {
	float: left;
	width: 20%;
}*/
}
/*-- responsive-mediaquries --*/
@media(max-width:768px){
/*.head-nav ul li{
	display:block;
	float:none;
}
.head-nav ul li a{
	border-right:none;
	color:#fff;
}
.head-nav ul{
	position: absolute;
	margin: 0;
	padding: 2% 0;
	z-index: 999;
	width: 92%;
	display: none;
	text-align: center;
	background:rgba(25, 57, 82, 0.67);
	left:320px;
	top:5em;
}
.head-nav span.menu {
	display: block;
	background: none;
	position: absolute;
	top: 20px;
	left: 360px;
}
.head-nav span.menu:before{
	content:url(../../images/menu.png);
	color:#FFF;
	font-size:1.3em;
	text-transform:uppercase;
	text-align:right;
	cursor:pointer;
}
.header {
	width: 91%;
	left: 2em;
}
.head-nav ul li a {
	margin: 0.3em 0.8em;
}
.get {
	padding: 1em 0em 2em;
}
.get-left h1 {
	padding: 1.5em 0em 0.5em;
}
.welcome-lefttop {
	padding: 5em 10em 5em 10em;
}
.welcome-right h3,.welcome-left h3 {
	font-size: 18px;
}
.welcome-right h6 {
	font-size: 1em;
	text-align: center;
}
.welcome-right p {
	font-size: 1em;
	text-align:center;
}
.welcome-right {
	padding: 3em 5em 3em 5em;
}
.vero p:before {
	left: 18px;
	top: -24px;
}
.vero p:after {
	right: 474px;
	top: 54px;
}
.vero-1,.vero-2{
	margin: 0em 0em 7em;
}
.footer h3 {
	font-size: 1.5em;
}
.flights,.resturants,.beech{
	margin: 0em 0em 3em;
}
.images_1_of_4 img {
	max-width: 100%;
	display:inline-block;
}
.ourteam {
	text-align: center;
}
.grid_1_of_4:first-child {
	margin: 0 0 2em;
}
.grid_1_of_4.images_1_of_4 {
	margin: 0 0 2em;
}
.about-histore h3 {
	font-size: 1.5em;
	text-align: center;
}
.about-services h3 {
	font-size: 1.5em;
	text-align: center;
}
.about-topgrid1 h3 {
	font-size: 1.5em;
	text-align: center;
}
.about {
	background: #fff;
	padding: 2em 0em;
}
.error-page p {
	font-size: 2.3em;
}
.error-page h3 {
	font-size: 6em;
}
.error-page {
	padding: 130px 0px 0 0;
	min-height: 492px;
}
.destination {
}
.desti h3 {
	font-size: 26px;
	text-align:center;
}
.padding h4, .padding1 h4, .desti-middle h4, .desti-right h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.padding {
	margin: 0 0 2em;
}
.bot-img {
	width: 130px;
	margin: 0 14px 20px 0;
}
.bot-desc {
	width: 180px;
}
.desti-middle {
	margin: 0 0 1em;
}
.col.span_1_of_3 {
	margin: 0 0 2em;
}
.span_2_of_3 h3, .span_1_of_3 h3 {
	font-size: 1.3em;
}
.banner-1 {
min-height: 250px;
}*/
}
/*-- responsive-mediaquries --*/
@media(max-width:640px){
/*.get-left h1 {
	font-size: 1.2em;
	text-align: center;
	line-height:1.8em;
}
.welcome-lefttop {
	padding: 2em 10em 2em 10em;
}
.welcome-right h3,.welcome-left h3 {
	font-size: 18px;
}
.hand h2 {
	font-size: 1.7em;
}
.vero p:after {
	right: 204px;
	top: 54px;
}
.vero-1, .vero-2 {
	margin: 0em 0em 5em;
}
.footer p {
	font-size: 1em;
}
.social {
	margin: 1em 0 0;
}
.footer h3 {
	font-size: 1.3em;
}
.logo img {
	width: 58%;
}
.about-topgrid1 h3 {
	font-size: 1.4em;
}
.about-histore h3 {
	font-size: 1.4em;
}
.about-services h3 {
	font-size: 1.4em;
}
.ourteam h3 {
	font-size: 1.4em;
}
.images_1_of_4 h3 {
	font-size: 1.1em;
}
.images_1_of_4 {
	width: 100%;
	padding: 0%;
}
.error-page p {
	font-size: 2em;
}
.error-page h3 {
	font-size: 5em;
}
.btn {
	font-size: 1.3em;
}
.error-page {
	padding: 60px 0px 0 0;
	min-height: 340px;
}
.destination {
	padding: 1em 0em 3em;
}
.desti h3 {
	font-size: 22px;
}
.padding h4, .padding1 h4, .desti-middle h4, .desti-right h4 {
	font-size: 18px;
}
.contact {
	padding: 2em 0em;
}
.span_2_of_3 h3, .span_1_of_3 h3 {
	font-size: 1.2em;
}
.contact-form span {
	font-size: 0.875em;
}
.mybutton {
	padding: 10px 40px;
}
.head-nav ul li a {
	font-size: 0.875em;
}
.banner-1 {
	min-height: 230px;
}
.head-nav ul {
	top: 8.5em;
}
}
/*-- responsive-mediaquries --*/
@media(max-width:480px){
/*.logo img {
	width: 43%;
}
.get-left h1 {
	font-size: 1.1em;
}
.btn1 {
	padding: 0.5em 2em;
	font-size: 1em;
}
.welcome-lefttop {
	padding: 1em 2em 1em 3em;
}
.welcome-left h5 {
	font-size: 1.1em;
	text-align: center;
}
.welcome-left li {
	line-height: 1.5em;
	font-size: 1em;
	text-align:left;
}
.button {
	margin-top: 1em;
	text-align: center;
}
.header {
	width: 93%;
	left: 1em;
}
.welcome-right {
	padding: 2em 1em 2em 1em;
}
.hand h2 {
	font-size: 1.3em;
}
.hand {
	padding: 0em 0em 2em;
}
.hand h4 {
	font-size: 1.1em;
}
.hand h4 {
	font-size: 1.1em;
}
.vero h6 {
	font-size: 1.1em;
}
a.read-more {
	font-size: 15px;
}
.footer h3 {
	font-size: 1.1em;
}
.logo img {
	width: 35%;
}
.about-topgrid1 h3 {
	font-size: 1.3em;
}
.about-histore h3 {
	font-size: 1.3em;
}
.about-services h3 {
	font-size: 1.3em;
}
.ourteam h3 {
	font-size: 1.3em;
}
.images_1_of_4 h3 {
	font-size: 1em;
}
.error-page p {
	font-size: 1.7em;
}
.error-page h3 {
	font-size: 3em;
}
.btn {
	font-size: 1.2em;
}
.error-page {
	padding: 60px 0px 0 0;
	min-height: 270px;
}
.list li {
	font-size: 13px;
}
.padding h4, .padding1 h4, .desti-middle h4, .desti-right h4 {
	font-size: 16px;
	text-align: center;
}
.link1 {
	font-size: 14px;
}
.desti h3 {
	font-size: 20px;
}
.span_2_of_3 h3, .span_1_of_3 h3 {
	font-size: 1.1em;
}
.mybutton {
	font-size:14px;
}
.banner-1 {
	min-height: 150px;
}
.head-nav span.menu {
	top: 21px;
}
.head-nav ul {
	left: 1em;
	top: 5em;
}*/
}
/*-- responsive-mediaquries --*/
@media(max-width:320px){
/*.get-left h1 {
	font-size: 0.9em;
	margin:0;
}
.btn1 {
	font-size: 0.875em;
}
.welcome-left h5 {
	font-size: 0.875em;
	text-align: center;
	margin:0;
	padding: 1em 0em 0.8em;
}
.welcome-lefttop {
	padding: 0em 1em 0em 1em;
}
.welcome-left li {
	line-height: 1.5em;
	font-size: 0.9em;
}
.button {
	margin-top: 5px;
	text-align: center;
}
.welcome-right h3,.welcome-left h3 {
	font-size: 18px;
}
.welcome-right h6 {
	font-size: 0.9em;
}
.welcome-right p {
	font-size: 0.9em;
}
.hand h2 {
	font-size: 1em;
}
.hand h4 {
	font-size: 1em;
}
.vero p {
	font-size: 0.9em;
}
.vero p:after {
	right: 193px;
	top: 84px;
}
.vero h6 {
	font-size: 1em;
}
a.read-more {
	font-size: 13px;
}
.vero-1, .vero-2 {
	margin: 0em 0em 4em;
}
.footer p {
	font-size: 0.875em;
}
.footer h3 {
	font-size: 1em;
}
.about-topgrid1 h3 {
	font-size: 1.1em;
}
.about-topgrid1 h4 {
	font-size: 0.875em;
	text-align: center;
}
.about-topgrid1 p {
	font-size: 0.9em;
	text-align: center;
}
.about-topgrid1 {
	margin: 0 0 1em;
}
.about-histore h3 {
	font-size: 1.1em;
}
.about-histore ul li p {
	font-size: 0.9em;
	width: 79%;
	}
.about-histore ul li span {
	font-size: 12px;
	width: 18%;
}
.about-histore {
	margin: 0 0 1em;
}
.about-services h3 {
	font-size: 1.1em;
}
.about-services h4 {
	font-size: 0.9em;
	padding: 6px 0px 0px 0px;
	text-align: center;
}
.about-services p {
	font-size: 0.9em;
	text-align: center;
}
.about-services ul li a {
	font-size: 0.9em;
}
.about-services {
	margin: 0 0 1em;
}
.about-services ul li {
	background: url(../images/marker02.png) 0 16px no-repeat;
}
.about-services ul li:hover {
	background: url(../images/marker020.png) 0 16px no-repeat;
}
.ourteam h3 {
	font-size: 1.1em;
}
.images_1_of_4 h3 {
	font-size: 0.9em;
}
.images_1_of_4 p {
	font-size: 0.9em;
}
.about {
	background: #fff;
	padding: 1em 0em;
}
.error-page p {
	font-size: 1.5em;
}
.error-page h3 {
	font-size: 2.5em;
}
.btn {
	font-size: 1em;
}
.error-page {
	padding: 65px 0px 0 0;
	min-height: 247px;
}
.desti h3 {
	font-size: 18px;
	padding:10px 0;
}
.padding h4, .padding1 h4, .desti-middle h4, .desti-right h4 {
	font-size: 14px;
	text-align: center;
}
.list li {
	height: 37px;
}
.link1 {
	font-size: 13px;
}
.bot-desc {
	width: 100%;
	margin: 0.5em 0;
	text-align: center;
}
.bot-img {
	width: 100%;
	margin: 0;
	text-align: center;
}
.desti-right p {
	text-align: center;
}
.desti-text {
	width: 100%;
	margin-right: 0;
}
.contact {
	padding: 1em 0em;
}
.head-nav {
	padding: 1.2em 0em;
}
.logo1 {
	float: left;
	width: 30%;
}
.head-nav ul {
	left: 0em;
	top: 4.5em;
}
.head-nav ul li a {
	font-size: 0.8125em;
}
.banner-1 {
	min-height: 120px;
}*/
}