@import "reset.css";
@import "grid.css";
@import "superfish.css";

@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

html, body {
	background: #fff;
	width: 100%;
	position: relative;
	font: normal 15px/20px  sans-serif;
	color: #777777;
}


* ul { list-style: none; }

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}
a {
	text-decoration: none;
	color: #ccc;
	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

a:hover {
	color: #154189;
	text-decoration: none;
}

#toTop {
    background: url(../images/toTop.png) 0 0 no-repeat;
    border: none;
    bottom: 32px;
    display: none;
    height: 38px;
    left: 56.7%;
    margin-left: 489px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    width: 38px;
    z-index: 20;
    opacity: .9;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';

    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    
    -webkit-transition: all .1s ease .1s;
    -moz-transition: all .1s ease .1s;
    -ms-transition: all .1s ease .1s;
    -o-transition: all .1s ease .1s;
    transition: all .1s ease .1s;
}

#toTop:hover {
    background: url(../images/toTop-hover.png) 0 0 no-repeat;	
	opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    box-shadow: inset 0 0 6px #2d3690;
    -webkit-box-shadow: inset 0 0 6px #2d3690;
    -moz-box-shadow: inset 0 0 6px #2d3690;
}

/************Header************/

#header {
	position: relative;
}

h1 {
	margin-right: 0;
	margin-left: 0;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo-2 {margin: 0px;}
.facebook{
	position: relative;
	height: 39px;
	max-height: 39px;
	float: left;
	margin-top: 2px;
	
	}
.top-address {
	position: relative;
	height: 20px;
	max-height: 39px;
	float: right;
	color: #FFFFFF;
	width: 250px;
	margin-top: 10px;
}

.top-address span {
	color: #FFFFFF;
	line-height: 24px;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Roboto';
	padding-right: 10px;
	text-decoration: underline;
	padding-top: 0px;
}

.top-address p {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 35px;
	display: inline-block;
	font-weight: normal;
}

/************Content***********/

.p-41 {padding: 42px 0 25px;}
.p-42 {padding: 42px 0 50px;}
.p-50 {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	padding-top: 20px;
}

h2,h3,h4,h5,h6 {
	display: block;
	font: bold 32px/37px 'Roboto', sans-serif;
	color: #154189;
	position: relative;
}

h2 {
	font-size: 32px;
	line-height: 37px;
	margin-bottom: 16px;
	color: #154189;
}

h3 {
	font-size: 17px;
	line-height: 24px;
	display: inline-block;
	font-weight: bold;
	margin-top: -6px;
}

h4 {
	font-size: 32px;
	line-height: 37px;
	display: inline-block;
	font-weight: bold;
}

h5 {
	font-size: 17px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 17px;
	font-weight: 400;
}

h6 {
	font-size: 17px;
	line-height: 24px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 6px;
}

.size-1 {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

.width {
	width: 100%;
	color: #1958A7;
}

.bg-1 {
	position: relative;
	background: #ffffff;
}

.bg-2 {
	position: relative;
	background-color: #1958A7;
}
.bg-2a {
	position: relative;
	background-color: #FFFFFF;
}
.section, .article {
	position: relative;
	overflow: hidden;
}

.article {margin-bottom: 7px;}

.info_block {
	position: relative;
	padding-top: 14px;
}

.info_block p {
	margin-top: 10px;
}

.box,
.box-1,
.box-2 {
	position: relative;
	overflow: hidden;
	margin: 0 0 26px 0;
	width: 100%;
	padding-top: 22px;
}

.box-1,
.box-2 {
	margin: 6px 0 18px;
	padding-top: 0px;
}

.box-2 {
	padding-top: 25px;
	margin: 0 0 20px;
}

.box a,
.box-1 a,
.box-2 a,
.block-2 a { 
	color: #333333;
	font-size: 17px;
	line-height: 24px;
	font-weight: 800;
	display: inline;
}

.box-1 a, .block-2 a {color: #154189;} 

.box a:hover, .box-2 a:hover {color: #154189;}

.box-1 a:hover, .block-2 a:hover {color: #333333;} 

.box p {margin-top: 25px;}

.box-1 p, .box-2 p {
	margin-top: 7px;
	font-weight: 500;
}

.icon, .icon-1 {
	position: relative;
	overflow: hidden;
	display: inline-block;
	float: left;
	text-align: center;
	width: 78px;
	height: 78px;
	background: #154189;
	z-index: 0;
	margin: -12px 17px 0 0;

	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.icon-1 {
	width: 70px;
	height: 70px;
}

.icon-1 > img {padding-top: 11px;}

.icon:hover, .icon-1:hover  {
	background: #333333;
	cursor: default;
}

.fa {
	z-index: 1;
	color: #fff;
	font-size: 42px;
	line-height: 75px!important;
}

.divider, 
.divider-1, 
.divider-2 {
	position: relative;
	overflow: hidden;
	margin: 19px 0 33px;
	border-top: 1px solid #dadada;
	float: left;
}

.divider-1 {margin: 0px;}
.divider-2 {margin: 19px 0 42px;}

.thumbnail {
	position: relative;
	margin: 14px 0 0;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}

.capture {
	position: relative;
	padding: 14px 20px 17px;
	background: #154189;
	color: #fff;

	transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.capture:hover {background: #4887ef;}

.capture a {
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	font-weight: bold;
}

.capture a:hover {color: #000;}

.capture p {margin-top: 7px;}

.text {
	position: relative;
	padding-top: 6px;
	margin-bottom: 18px;
}

.extra {margin-bottom: 24px;}


/************** contact form **************/

.form1 {
  position: relative;
  margin: -2px 0 34px 0;
  padding: 22px 30px 24px;
  background: #ededed;
  overflow: hidden;
}

.form1 input {
  background: #ffffff;
  display: inline-block;
  text-shadow: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  border: 1px solid #dadada;
  font: 400 normal 13px/18px 'Roboto', sans-serif;
  color: #333;
  padding: 3px 9px;
  letter-spacing: 0;
}

.form1 label {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 100%;
}

.form1 fieldset {
  width: 100%;
  float: left;
}

.form1 p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	margin: 6px 0 3px;
	color: #333333;
}

.form1 fieldset p {
	display: block;
	position: relative;
	font-size: 17px;
	line-height: 33px;
	color: #154189;
	font-weight: bold;
	margin: 2px 0 0 0;
}

.form1 .error {
  height: 0;
  overflow: hidden;
  font: 10px/30px Arial;
  color: red;
  -webkit-transition: height 0.3s linear;
  -moz-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  bottom: -11px;
}

.success_wrapper {position: relative;}

.form1 .success-message {
	display: none;
	opacity: 0;
	position: absolute;
	right: 0;
	bottom: -346px;
	background: none;
	color: #154189;
	text-align: right;
	z-index: 999;
	font: 500 14px/18px 'Roboto', sans-serif;

	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.form1.success .success-message {
	display: block;
	opacity: 1;
}
.form1 label.invalid .error {height: 19px;}

.form1 label img {
	position: relative;
	display: inline-block;
	top: -1px;
	right: -4px;
	height: 39px;
	width: 43px;
}

.form1 a {
  background: url(../images/form-btn.png) 0 0 no-repeat;
  margin-top: 20px;
  color: #fff;
  display: inline-block;
  width: 125px;
  height: 54px;
  padding-left: 20px;
  font: 700 17px/52px 'Roboto';
  text-transform: uppercase;
  text-decoration: none;
}

.form1 a:hover {color: red;}

.form1 .error-message, 
.form1 .empty-message {
	color: #154189;
	font-size: 13px;
    line-height: 40px;
	width:auto;
	position: absolute;
	z-index: 999;
	top: 0;
	opacity: 0;
	right: 14px;
	float:left;

	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.form1 .invalid .error-message, 
.form1 .empty .empty-message {
	opacity: 1;
}

/************** /contact form **************/

.image,
.image-1 {
	position: relative;
	border: 1px solid #dcdcdc;
}

.image-1 {margin-top: 30px;}

.link {
	position: relative;
	background: #154189;
	height: 54px;
	width: 135px;
	margin-top: 18px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font: 700 17px/52px 'Roboto', sans-serif;
}

.link:hover {	
	background: #333333;
	color: #fff;
}

.link-1 {
	color: #154189;
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	margin-top: 23px;
}

.link-1:hover {
	color: #333333;
	text-decoration: underline;
}

.block {
	margin-top: 18px;
	background-color: #1958A7;
	padding: 22px 29px 25px;
	color: #fff;
}

.block:after {
	background: url(../images/page1_img1.png) 0 0 no-repeat;
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	bottom: 23px;
	left: 31px;
}

.block-1 {
	position: relative;
	overflow: hidden;
	background: #ededed;
	padding: 21px 28px 30px;
	margin: 13px 0 31px;
}

.block-1 h4 {margin-bottom: 6px;}
.block-1 p {margin-bottom: 7px;}
.block-1 a {margin-top: 29px;}

.block-2 {
	position: relative;
	overflow: hidden;
	margin: 7px 0 17px;
}

.block-2 p {
	font-weight: 500;
	margin-top: 6px;
	width: 95%;
} 

.list, .list-1 {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.list li {
	padding-top: 0;
	margin-right: 3px;
	float: left;
	display: inline-block;
	width: 15px;
	margin-bottom: 5px;

	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.list li:hover {background: url(../images/star-hover.png) 0 5px no-repeat;}

.list-1 {
	margin-top: 10px;
}

.list-1{
	background: url(../images/arrow.png) 0 8px no-repeat;
	margin-bottom: 9px;
	margin-left: 10px;
	padding-left: 25px;
}

.list-1 li a {
	font-size: 13px;
	line-height: 20px;
	color: #777;
	display: inline;
	font-weight: 500;
}

.list-1 li a:hover {color: #154189;}


.caption {
	display: inline-block;
	position: relative;
	margin: 14px 0 0 30px;
	font-size: 17px;
	line-height: 24px;
	color: #333333;
	font-weight: bold;
}


/************Footer************/

#footer {
	position: relative;
	color: #777777;
	height: 76px;
	font-weight: 500;
}

.copy {
	margin-top: 18px;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}

.copy > span {
	padding-bottom: 3px; 
	position: relative; 
	display: inline-block;
}

.copy a {
	text-transform: none;
	color: #777777;
	padding-bottom: 3px;
	display: inline-block;
	position: relative;
	font-weight: 500;
}

.copy a:hover {color: #4887ef;}
.grey-txt p a {
	color: #FD0004;
}
.copy a {
	color: #FFFFFF;
}
.list-1 li {
	list-style-image: url(../images/list.jpg);
}





/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 1199px) {
    
	.box a, 
	.box-1 a {font-size: 16px;}

	.image img, 
	.image-1 img, 
	.thumbnail img {width: 100%;}
	
	h3 > br {display: none;}

}

@media only screen and (max-width: 995px) {
      
	.width {width: 100%;}

	.caption, 
	.capture a {font-size: 16px;}
	
	.icon-1 {
		width: 44px;
		height: 44px;
	}

	.icon-1 > img {
		width: 50%;
		padding-top: 8px;
	}

}

@media only screen and (max-width: 767px) {
  
	.section-1 {margin-bottom: 45px;}

	.size-1 {text-align: justify;}

	.image {margin-bottom: 25px;}

	.icon-1 {margin-top: -6px;}

	.thumbnail {margin-bottom: 30px;}

	.block-2 a {font-size: 16px;}

}

@media only screen and (max-width: 480px) {
    
	.top-address p {font-size: 20px;}

	.form1 fieldset p {font-size: 14px;}

	.form1 .success-message  br {display: none;}
	.form1 .success-message {
		left: 0;
		text-align: left;
		bottom: -315px;
	}

	.form1 a {margin-top: 48px;}

	.form1 .error {bottom: -11px;}
	
	.day-image img{width: 100%;}
	.social-footer{
	width: 100%;
	margin-right: 40px;
}
}

@media only screen and (max-width: 320px) {
	.day-image{width:100%;}
	.day-image img{width:100%;}

}
.tour-container {
	background-color: #FFFFFF;
	height: 1500px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.tour-container1{
	background-color: #FFFFFF;
	height: 1120px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
	
	}
.header {
	clear: left;
	float: left;
	height: 5px;
	width: 960px;
}
.tour-tittle {
	background-image: url(../images/title-bar.png);
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	font-size: 14pt;
	text-align: right;
	padding-top: 10px;
}
.title-left {
	clear: left;
	float: left;
	margin-top: 1px;
	margin-left: 40px;
}
.title-right {
	clear: right;
	float: right;
	width: 690px;
	margin-right: 0px;
}
.right1 {
	clear: left;
	float: left;
}
.right2 {
	clear: right;
	float: right;
	width: 540px;
	text-align: center;
}
.tour-main {
	clear: left;
	float: left;
	width: 940px;
	margin-left: 10px;
	background-color: #F8F8F8;
	height: 1450px;
}
.footer-text {
	color:#FFFFFF;
	}
.tour-main1 {
	clear: left;
	float: left;
	width: 940px;
	margin-left: 10px;
	background-color: #F8F8F8;
	height: 1050px;
}
.tour-image {
	clear: left;
	float: left;
	height: 360px;
	width: 940px;
}
.col1 {
	clear: left;
	float: left;
	width: 450px;
	padding-left:10px;
}
.col2 {
	clear: right;
	float: right;
	width: 450px;
	margin-right: 10px;
	
}
.date {
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #41619F;
	float: left;
	height: 30px;
	width: 440px;
	padding-left:10px;
	padding-top:10px;
}
.grey-txt {
	background-color: #E3E3E3;
	clear: left;
	float: left;
	width: 440px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.day {
	clear: left;
	float: left;
	width: 440px;
	margin-top: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.txt {
	clear: left;
	float: left;
}
.list2{
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../images/arrow.png);
	list-style-position: inside;
	}
.booking-required {
	font-size: 16pt;
	color: #41619F;
	margin-top: 20px;
	float: left;
	clear: left;
	margin-left: 30px;
}
.spacer1{width:440px;
			height:20px;
		float: left;
	clear: left;
	}
.tag {
	clear: left;
	float: left;
	margin-top: 12px;
	color: #FFFFFF;
	margin-bottom: 12px;
}

	.full {
	color: #FB0000;
	float: left;
}
.day-image {
	float: left;
	border: thin solid #D7D7D7;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blue-spacer {
	height: 5px;
	width: 100%;
}
.social {
	float: left;
	height: 32px;
	width: 32px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.prentech {color:1958A7;}
