/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: BigTunaWeb
Author URI: http://bigtuaweb.com
Version: 2
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
a {text-decoration: none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
 height:100%;
 min-height:100%;
}
body{
 min-height:100%;
 height: 100%;
 background-color: #44474f;
 font-family: 'Open Sans', sans-serif;
 font-size: 14px;
 line-height: 1;
}
/*==========Global Styling===========*/
.wrap{width: 1030px; margin: 0 auto;display: table;}
.clear{clear: both !important;}
strong{font-weight: bold;}
em{font-style: italic;}
.left{float: left;}
.right{float: right;}

/*==========Global Styling===========*/



/*==========Topbar Styling===========*/

.nav-bg{
	height: 102px;
	width: 100%;
	border-bottom: 2px solid #cccccc;
	background-color: #333333;
	position: relative;
}

.mobile-nav { cursor: pointer; opacity: 0.8; top: 30px; right: 30px; background: url(images/mobile.png) top left no-repeat; width: 45px; height: 37px; display: none; position: absolute; }

.nav { 
	float: right;
	/*margin-top: 39px; */
	margin-top:0px;
	position: relative; 
	z-index: 100; }
.nav ul { -webkit-font-smoothing:antialiased; }
.nav ul li {list-style: none; float: left; font-family: 'Open Sans', sans-serif; font-size: 17px; padding: 10px 16px; position: relative; }
.nav ul li:last-child { margin-right: 0; }
.nav ul li:hover { background-color: #000; }
.nav ul li a { color: #e5e4e4; }

.nav ul.sub-menu { 
	visibility: hidden;
	overflow: hidden; 
	position: absolute; 
	top: 37px; 
	left: 0; 
	width: 200px; 
	transition: max-height 0.7s ease-in; 
	max-height: 0; 
}
.nav ul li:hover > ul.sub-menu, .nav ul li:focus > ul.sub-menu  { visibility: visible; max-height: 600px; }

.nav ul.sub-menu li { float: none; background-color: #000; width: 100%; }
.nav ul.sub-menu li:hover { color: #fff; }

/*========== top stuff  ===========*/
#wbe {
	float:right;
}
#ariba{
	float:right;
	margin-top:5px;
	padding-right:10px;

}
#ariba img {
	border-radius: 5px;
}
.social{
	width: 205px;
	height: 26px;
	float: right;
	text-align:right
}
.social a img { float: left; margin: 1px 2px; }
#phone a {padding: 4px;float: right;font-family: 'Open Sans', sans-serif; font-size: 17px; border: 1px solid #000; border-top: none; color: #e5e4e4;}

.logo{ float: left;}
.logo img {
	margin: 32px 0 0 0;
}

/*==========Banner Styling===========*/

.banner-bg{
	background: url(images/dots.png) center center repeat, url(images/map.png) center center no-repeat, #44474f;
	background-size: auto auto, cover;
	height: 618px;
	overflow: hidden;
}

#featured.flexslider{
	margin: 0;
	background: none;
	border: none;
	position: relative;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	zoom: 1;
}

#featured .flex-control-nav{display: none;}

#featured .slide { text-align: center; -webkit-transform: translate3d(0,0,0); -webkit-font-smoothing:antialiased; }

#featured .slide h2 { font-size: 69px; color: #fefefe; margin: 40px 0; font-family: 'Open Sans', sans-serif; font-weight: 300; }

#featured .slide h2 a { color: inherit; text-decoration: none; }

#featured .slides img{ max-height: 100%; max-width: 100%; width: auto;display: block; margin-left: auto; margin-right: auto; }

#featured .slide img, #featured .slide h2, #featured .slide .description { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); }

@-webkit-keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(270px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		-moz-transform: translateY(270px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		-o-transform: translateY(270px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp_custom {
	0% {
		opacity: 0;
		transform: translateY(270px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

#featured .slide.flex-active-slide img {
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: .4s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: .4s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: .4s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: .4s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: .4s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;

	-webkit-animation-name: fadeInUp_custom;
	-moz-animation-name: fadeInUp_custom;
	-o-animation-name: fadeInUp_custom;
	-ms-animation-name: fadeInUp_custom;
	animation-name: fadeInUp_custom;
}

#featured .slide.flex-active-slide .description {
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: .9s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: .9s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: .9s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: .9s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: .9s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;

	/*
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	*/
}

#featured .slide.flex-active-slide h2 {
	-webkit-animation-duration: .7s;
	-webkit-animation-delay: 1.4s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-fill-mode: both;
	-moz-animation-duration: .7s;
	-moz-animation-delay: 1.4s;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-fill-mode: both;
	-o-animation-duration: .7s;
	-o-animation-delay: 1.4s;
	-o-animation-timing-function: ease-in-out;
	-o-animation-fill-mode: both;
	-ms-animation-duration: .7s;
	-ms-animation-delay: 1.4s;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-fill-mode: both;
	animation-duration: .7s;
	animation-delay: 1.4s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: both;
	padding-top:25px;
	
	/*
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
	*/
}

/*==========Services Styling===========*/

.services-bg{
	background-color: #fff;
	line-height: 36px;
}
.service{ width: 33%; float: left; text-align: center; margin: 96px 0; background: url(images/service_line.png) bottom right no-repeat; }
.service:last-child { background-image: none; }
.service h1 { font-family: 'Open Sans', sans-serif; font-size: 34px; color: #44474f; padding: 20px 0; }
.service p { font-size: 14px; color: #444444; font-family: 'Open Sans', sans-serif; padding: 0 70px; line-height: 28px; height:115px;}
.service .btn { margin-top: 15px; display: inline-block; color: #444444; font-size: 16px; border: 1px solid #cccccc; background-color: #fff; border-radius: 5px; padding: 0px 6px; }

/*==========Slogan Styling===========*/

.slogan-bg{
	background-color: #44474f;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 52px 0 62px 0;
	font-weight: 600;
	line-height: 36px;
}
.slogan-bg img.circle{ margin-right: 72px; }
.slogan-bg span { display: table-cell; vertical-align: middle;}

/*==========Package Styling===========*/

.package-bg{
	background: url(images/dots.png) center center repeat, #67bcda;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	line-height: 36px;
	padding: 30px 0 35px 0;
}
.package-bg img.boxart { margin: 0px 102px 0px 0; }
.package-bg .text, .footer-bg .text{ display: table-cell; vertical-align: middle; width: 560px; padding-right: 152px;}
.package-bg h1{ font-size: 24px;font-weight: 600; }
.package-bg p{ font-size: 20px; }

.package-bg ul.contentList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.package-bg ul.contentList li {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 26px;
	background: url(images/bullet.png) top 11px left no-repeat;
	padding-left: 15px;
	margin-left: 10px;
}

/*==========Hotel Styling===========*/

.hotel-bg{
	background-color: #fff;
	overflow: hidden;
}
#hotels { margin: 10px 0; }


/*==========Footer Styling===========*/

.footer-bg{
	background-color: #fff;
	border-top: 1px solid #cccccc;
	color: #44474f;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	padding: 34px;
}
.footer-bg a{ color: #44474f; }
.footer-bg p{
    font-size: 16px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    padding: 0 70px;
    line-height: 28px;
}
.footer-bg p.small {
	font-size:12px;
}
/*==========Inner Page Styling===========*/

.banner-inner-bg{
	background-color: #44474f;
}
.banner-inner-bg .wrap { text-align: center; -webkit-font-smoothing:antialiased; }
.banner-inner-bg h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 59px;
	color: #ffffff;
	font-weight: 300;
	margin: 40px 0;
}

/*==========Content Styling===========*/

.content-bg { background-color: #fff; }

.content { width: 750px; float: left; color: #444444; font-size: 15px; font-family: 'Open Sans', sans-serif; line-height: 22px; padding: 50px 0; }

.content h1 { color: #000000; font-size: 29px; font-family: 'Open Sans', sans-serif; line-height: 25px;}
.content h2 { color: #000000; font-size: 25px; font-family: 'Open Sans', sans-serif; }
.content p { margin: 10px 0; text-align: justify;}
.content a {color:#66b8d5 !important;}

.sidebar { float: right; width: 236px; font-size: 14px; color: #000000; line-height: 28px; padding: 50px 0; }
.sidebar h1 { color: #000000; font-size: 22px; }
.sidebar a { color: #66b8d5; }
.sidebar p { color: #000000; margin: 10px 0; }
.sidebar img { display: block; margin: 0 auto; }
.sidebar .side_btn {background:#67BDDB; color:#fff;text-align:center;padding: 10px; border-radius: 8px; display:block;width:200px;margin:10px auto 0 auto;font-size: 20px;font-weight: 600;}

ul.contentList {margin: 20px 10px 0px;}
ul.contentList li {
	color:#000;
	letter-spacing:0;
	list-style:none;
	background: url(images/bullet.png) top 8px left no-repeat;
	padding:0 0 12px 28px;
	margin-left:15px;
	vertical-align:middle;
}

/*==========Proposal Styling===========*/

.proposal-bg { background-color: #252525; }

.proposal-bg h1 { font-size: 31px; color: #ffffff; line-height: 65px; }
.proposal-bg p { font-size: 15px; color: #ffffff; line-height: 26px; }

.proposal-text { float: left; width: 575px; }
.proposal-form { float: right; width: 385px; }
.proposal-form .contact-form input.used ~ label {
color: #999;
}
.proposal-form .contact-form input:focus ~ label, 
.proposal-form .contact-form input.used ~ label , 
.proposal-form .contact-form textarea:focus ~ label,
.proposal-form .contact-form textarea.used ~ label		{
  top:-20px;
  font-size:14px;
  color:white;
}
.proposal-form div.wpcf7-validation-errors {background-color:white;}
/*==========Responsive Styling===========*/

@media only screen and (min-width : 1040px) {
	.nav { display: block !important; }
}

@media only screen and (max-width : 1040px)  {
	.wrap{ width: 95%; }
	
	.banner-bg { height: calc(100% - 104px); }
	
	.nav { display: none; background-color: #000; top: 65px; padding: 10px 0; }
	.nav ul li { float: none; padding: 3px 16px; }
	.nav ul.sub-menu { visibility: visible; position: initial; max-height: initial; }
	
	.mobile-nav { display: block; }
	
	.sidebar { display: none; }
	
	.content { width: 100%; }
	
	.proposal-text, .proposal-form  { width: 100%; clear: both; }
	
	.banner-inner-bg h1 { font-size: 49px; margin: 45px; }
	
	#featured .slide h2  { margin: 80px 0; font-size: 45px; }
	
	.social { display: none; }
	#wbe, #ariba {display: none;}
	.service { background: url(images/service_line2.png) bottom center no-repeat; clear: both; width: 100%; margin: 10px 0; padding-bottom: 15px; }
	.services-bg { padding: 20px 0; }
	
	.slogan-bg img.circle { margin: 0 20px 0 0; }
	
	.package-bg img.boxart { display: block; margin: 0 auto 20px auto; }
	.package-bg .text{ display: block; width: auto; padding: 0; vertical-align: initial; }
	
	.footer-bg  { display: none; }
}

@media only screen and (max-width : 1040px) and (orientation : landscape) {
	.banner-bg { height: 500px; }
	#featured .slides img { height: 200px; }
}