/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Typography
	#Buttons
	#Generic Styles
	#Separators
	#Nav
	#Intro
	#Work
	#Services
	#About
	#Contact
	#Media Queries
	#Font-Face */


/* #Typography
================================================== */

/*  Fonts  */
@font-face {
    font-family: 'Cambria';
    src: url('../ttf/cambria.ttf');
}
@font-face {
    font-family: 'CambriaBold';
    src: url('../ttf/cambria%20bold.ttf');
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
}

h1 {
	color: #fff;
	font-size: 120px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
	z-index: 150;
	margin-bottom: 70px;
}

h1.small {
	font-family: 'Cambria';
	font-weight: normal;
	font-size: 45px;
	margin-bottom: 15px;
	padding-top: 240px;
}

h2 {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}
h2.small {
	font-family: 'Cambria';
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
	padding:20px 0 0 20px;
	text-align:left;
	text-transform: none;
	z-index:201;
}
h2.middle {
	font-family: 'Cambria';
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
	padding:230px 0 0 20px;
	text-align:center;
	text-transform: capitalize;
	z-index:201;
}
h2.contact_slogan {
	float:left;
	font-family: 'Cambria';
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 15px;
	padding:150px 0 0 20px;
	text-align:left;
	text-transform: none;
	z-index:201;
}
h2.white {
	color: #fff;
}

span.lines {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434343;
}

h3.white {
	color: #fff;
}

h4 {
	font-family: 'CambriaBold';
	font-size: 25px;
	/*font-weight: 600;*/
	font-weight:normal;
	color: #000;
	text-align:center;
}

h5 {
	font-family: 'Cambria';
	font-size: 18px;
	color: #F15623;
	text-align:center;
}

p {
	font-family: 'Cambria';
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	color: #3d3d3d;
	text-align:center;
}
p.destination{
	font-family: 'Cambria';
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #3d3d3d;
	text-align: center;
}
p.white {
	color: #f9f9f9;
}

.container .one-thirdz.column { width: 300px; }

/* #Buttons
================================================== */

.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #3a3a3a;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Source Sans Pro', sans-serif; 
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0; 
}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0;
}

.button2 {
	background: #e8e8e8;
	border: 0;
	color: #3a3a3a;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	line-height: normal;
	padding: 6px 10px;
	font-family: 'Source Sans Pro', sans-serif; 
}

.button2:hover {
	color: #e8e8e8;
	background: #3a3a3a;
	border: 0; 
}

/* Fix for odd Mozilla border & padding issues */
.button1::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}



/* #Generic Styles
================================================== */

.action {
	margin-top: 50px;
	padding: 40px 0 20px 0;
	text-align: center;
	border-top: 1px solid #d3d3d3;
}

.action p {
	font-size: 22px;
	font-weight: 600;
	color: #515151;
}

.action p.white {
	color: #ececec;
}

.hidden {
	display: none;
}



/* #Separators
================================================== */

p.separator {
	font-size: 17px;
	/* font-weight: 600; */
	/* font-style: italic; */
	color: #fff;
	/* line-height: 38px; */
	text-transform: uppercase;
	position: relative;
	z-index: 200;
	text-align: center;
	/* padding-top: 240px; */
}

#separator1 {
	width: 100%;
	height: 420px;
	position: relative;
}

#separator1 .bg2 {
	background: url(../jpg/bg2.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
	background-position: 70% 950.2px;
}

#separator2 {
	width: 100%;
	height: 420px;
	position: relative;
}

#separator2 .bg3 {
	background: url(../jpg/bg3.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

#separator3 {
	width: 100%;
	height: 420px;
	position: relative;
}

#separator3 .bg4 {
	background: url(../jpg/bg4.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}

#separator4 {
	width: 100%;
	height: 420px;
	position: relative;
}

#separator4 .bg5 {
	background: url(../jpg/bg5.jpg) repeat 0 0 fixed;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 500px;
}



/* #Nav
==================================================  */

/*    header    */
#menu_bg{
	
	
	}
header{
	position: fixed;
    width: 100%;
    height: 125px;
	
	background-color:#40021A;
	background-color: rgba(15,3,3,0.7);
	/*background-color: rgba(64,2,26,0.7);*/
	z-index:9999;
}

header .logo{
    float: left;
    margin: 15px 25px;
}

header nav{
	position: relative;
    float: right;
    margin-top: 45px;
	padding:0;
	background-color:#FF551A;
}


header nav ul li{
    list-style: none;
    display: block;
    float: left;
    margin:0 25px;
}

header nav ul li a{
    text-decoration: none;
	font-family: 'Cambria';
    font-size: 14px;

    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;
}

header.light nav ul li a{
	float:left;  
    color: #fff;
	display:block;
	padding:10px 0;
}

header.light nav ul li a:hover{
    color: #B9B9B9;
}

header.dark nav ul li a{  
    color: #5d5d5d;
}

header.dark nav ul li a:hover{
    color: #919191;
}

.livechat{
	position:absolute;
	right:5px;
	top:88px;
	}
.livechat img{
	width:100px;
	}
.livechat p{
	margin:0;
	}


/*
nav {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 1000;
	text-align: center;
	height: 38px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
}

nav ul {
	padding-top: 10px;
}

nav ul li {
	display: inline;
	border-right: 1px solid #e6e6e6;
	padding: 11px 26px 8px 26px;
	margin: 0;
}

nav ul li:first-child {
	border-left: 1px solid #e6e6e6;
}

nav a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #515151;
	font-weight: 300;
	text-decoration: none;
	text-transform: uppercase;
}

nav a:visited {
	color: #515151;
}

nav a:hover {
	color: #000;
}


*/

/* #Intro
================================================== */

#intro {
	width: 100%;
	height: 600px;
	text-align: center;
	z-index: 100;
}

#intro .bg1 {
	background: url(../jpg/bg1.jpg) 0 0 repeat fixed;	
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 600px;
}
#slogan {
	position:relative;
	z-index:101;
	padding-top: 240px;
	margin: 0 auto;
	}
#under_construction {
	position:relative;
	z-index:101;
	padding-top: 50px;
	margin: 0 auto;
	}
.title {
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 150;
	padding-top: 70px;
}

.intro-line {
	position: relative;
	z-index: 150;
	border-top: 1px solid #ededed;
	width: 670px;
	margin: 0 auto 50px auto;
}

.title p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 150;
}

.social-intro {
	margin-top: 45px;
	position: relative;
	z-index: 150;
}

.social-intro ul li {
	display: inline;
	margin: 0 5px;
}

.social-intro a {
	opacity: 0.7;
}

.social-intro a:hover {
	opacity: 1;
}



/* #Work
================================================== */

#welcome {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 20px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.flexslider {
	margin-top: 40px;
}

p.mid-text {
	margin-top: 40px;
}

.portfolio {
	text-align: center;
	margin-top: 40px;
}

p.proj-title {
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
	text-transform: uppercase;
}

p.proj-desc {
	margin-bottom: 35px;
	padding-bottom: 2px;
	border-bottom: 1px solid #d3d3d3;
}



/* #Services
================================================== */

#services {
	background: url(../jpg/bg-dark.jpg) repeat;
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}

.serv-list {
	text-align: center;
	margin-top: 35px;
}

.serv-list img {
	width:80px;
	height:111px;
}

.serv-list h4 {
	margin-bottom: 50px;
}

.serv-list p {
	margin-top: 5px;
}


.pricing {
	text-align: center;
	margin-bottom: 20px;
}

.pricing h3 {
	margin-top: 70px;
	margin-bottom: 60px;
}

p.p-name {
	background: url(../price-name-bg.html) repeat;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 12px 0 8px 0;
	margin: 0;
	color: #fff;
}

p.p-price {
	background: url(../jpg/price-bg.jpg) repeat;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	padding: 20px 0 16px 0;
	margin: 0;
}

span.p-small {
	font-size: 14px;
	color: #a0a0a0;
}

.pricing ul {
	background: url(../price-feat-bg.html) repeat;
	margin: 0;
}

.pricing ul li {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d7d7;
	border-bottom: 1px solid #333333;
	padding: 10px 0;
	margin: 0;
}

.signup {
	padding: 14px 0;
	margin-bottom: 30px;
}

.signup button2 {
	margin: 0;
}

.signup {
	background: url(../jpg/price-bg.jpg) repeat;
}



/* #About
================================================== */

#about {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
}


.skills {
	margin-top: 50px;
}

.skills h3 {
	text-align: center;
	margin-bottom: 30px;
}

.skills p {
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	line-height: 18px;
}

.skill-bg {
	background: #e5e5e5;
	position: relative;
	width: 100%;
	height: 31px;
	margin-bottom: 15px;
}

.skill1 {
	background: #d1d1d1;
	width: 63%;
	height: 31px;
}

.skill2 {
	background: #c8c7c7;
	width: 72%;
	height: 31px;
}

.skill3 {
	background: #bdbdbd;
	width: 77%;
	height: 31px;
}

.skill4 {
	background: #b3b2b2;
	width: 85%;
	height: 31px;
}

.skill5 {
	background: #a9a8a8;
	width: 90%;
	height: 31px;
}


.team {
	margin-top: 60px;
	text-align: center;
}

.team h3 {
	margin-bottom: 50px;
}

p.t-name {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #424242;
	margin-top: 15px;
	margin-bottom: 0;
}

p.t-type {
	font-size: 16px;
	font-weight: 300;
	font-style: italic;
	color: #707070;
	margin-bottom: 10px;
}

.team ul {
	margin-bottom: 10px;
}

.team ul li {
	display: inline;
	margin: 0 3px;
}

.team ul a:hover {
	opacity: 0.7;
}

/* #destination
================================================== */
.destination_nav{
	position:relative;
	margin:130px 0 0 0;
	}

.destination_nav nav{
	position: relative;
    margin: 0 90px;
	padding:0;
	background-color:#FF551A;
}

.destination_nav nav ul{
	margin:0 auto;
	text-transform:uppercase;
}
.destination_nav nav ul li{
    list-style: none;
    display: block;
    float: left;
    margin:0 1px;
}

.destination_nav nav ul li a{
    text-decoration: none;
	font-family: 'Cambria';
    font-size: 14px;

    transition:all .2s linear;
    -webkit-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition:all .2s linear;

	float:left;  
    color: #000;
	display:block;
	padding: 5px 10px;
}

.destination_nav nav ul li a:hover,.destination_nav nav ul li a.active{
    color: #FFF;
	background-color:#554D4D;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

	
/* #News and Features
================================================== */

#news_content{
	position:relative;
	width:100%;
	margin:125px auto 0 auto;
	padding:0;
	
	}
#news_content h2{
	font-family: 'CambriaBold';
	font-size: 35px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	text-align:left;
	margin:0 0 0 0;
	text-decoration:underline;
	}
#news_banner {
	position: relative;
	width: 100%;
	height: 380px;
	margin: 125px auto 0 auto;
	padding: 0;
	overflow: hidden;
	z-index: 1;
}
#news_banner img{
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	max-width: 100%;
}
#news {
	background: #fff;
	position: relative;
	z-index: 300;
	padding-top: 0;
}
#news h4{
	font-family: 'CambriaBold';
	font-size: 25px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	text-align:left;
	}
a.news_title {
	font-family: 'CambriaBold';
	font-size: 25px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
}
a:hover.news_title {
	color:#FF551A;
	}
.news_date{
	text-align:left;
	color:#777;
	border-bottom:1px dotted #ccc;
}
a.read_more {
	font-family: 'Cambria';
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
}
a:hover.read_more {
	color:#FF551A;
	}
#news p{
	font-family: 'Cambria';
	font-size: 18px;
	font-weight: 400;
	line-height: 23px;
	color: #3d3d3d;
	text-align:justify;
	margin:10px 0;
}
#news .container{
	width:90%;
	padding:20px 0;
	border-bottom:1px solid #CCC;}
#news .containers{
	width:90%;
	padding:20px 0;
	}
/* #Contact
================================================== */
.bgcontactor {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5000;
}
#slogan {
	position: relative;
	float: left;
	z-index: 101;
	padding-top:45px;
	margin: 0 0 0 0;
	/* right: 0; */
	/*padding-top: 240px;*/
	/*padding-top: 148px;*/
}
#slogan img{
	width:222px;
	}

#contact_box {
	width: 100%;
	
	text-align: center;
	z-index: 100;
}

#contact_box .bgcontact {
	/*background: url(../img/contact.jpg) 0 0;	*/
	margin: 0 auto;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-position:100%;
}

#contact_right{
	float:left;
	position:relative;
	width:40%;
	margin:130px 0 0 0;
	padding:0 20px;
	}
#contact_right h4 {
	font-family: 'CambriaBold';
	font-size: 25px;
	/* font-weight: 600; */
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
#contact_right p{
	font-family: 'Cambria';
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	color: #FFF;
	text-align: justify;
}
#contact_right ul {
	font-family: 'Cambria';
	list-style: none outside;
	margin: 0 auto;
	color:#FFF;
	font-size:17px;
	text-align: justify;
}
#contact_right ul li{
	margin-bottom:10px;
	}
#contact_right ul li b{
	font-weight:bold;
}
#contact {
	/*background: url(../img/bg-dark.jpg) repeat;*/
	background-color:#F6F6F6;
	position: relative;
	z-index: 300;
	padding-top: 20px;
	/*
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);
	bo-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.9);*/
}

.contact-form p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 2px;
}


.contact-info {
	margin-top: 40px;
}

.contact-info h5 {
	margin-bottom: 40px;
}

.contact-info img {
	vertical-align: middle;
	margin-right: 10px;
}


.social {
	padding-top: 15px;
}

.social ul li {
	display: inline;
	margin-right: 5px;
}

.social img:hover {
	opacity: 0.7;
}


.copyright {
	border-top: 1px solid #CCC;
	text-align: center;
	margin-top: 0;
	padding-top: 10px;
}

.copyright p {
	color: #858585;
	font-size: 12px;
	text-align:left;
}


nav select {
	display: none;
}

@media (max-width: 960px) {
	
	nav ul     { 
		display: none; 
	}
	
	nav select { 
		display: inline-block;
		position: relative;
		margin-top: 8px;
		color: #000;
	}
}






/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) {
		header {
			position: fixed;
			width: 100%;
			height: 155px;
			background-color: #40021A;
			background-color: rgba(15,3,3,0.7);
			/* background-color: rgba(64,2,26,0.7); */
			z-index: 9999;
		}
		header .logo {
			float: left;
			margin: 0 25px;
		}
		#slogan {
			position: relative;
			float: left;
			z-index: 101;
			padding-top: 30px;
			margin: 0 20px 0 0;
		}
		nav ul {
			display: block;
			width: 492px;
			margin: 0 auto;
		}
		header nav{
			width:100%;
			height:38px;
			position: relative !important;
			float: right;
			margin-top:0 !important;
			padding:0;
			background-color:#FF551A;
		}
		
		header nav ul li{
			list-style: none;
			display: block;
			float: left;
			margin:0 5px;
		}

		header nav ul li a{
			text-decoration: none;
			font-family: 'Cambria';
			font-size: 14px;
		
			transition:all .2s linear;
			-webkit-transition:all .2s linear;
			-moz-transition:all .2s linear;
			-o-transition:all .2s linear;
		}
		
		header.light nav ul li a{
			float:left;  
			color: #fff;
			display:block;
			padding:10px 0;
		}
		
		header.light nav ul li a:hover{
			color: #B9B9B9;
		}
		
		header.dark nav ul li a{  
			color: #5d5d5d;
		}
		
		header.dark nav ul li a:hover{
			color: #919191;
		}
		ul#css3menu1 li > ul {
			width: 128px !important;
			/* position: absolute; */
			left: 20% !important;
			/* margin: auto; */
			right: 0;
			top: 38px !important;
		}
		ul#css3menu1 ul li ul {
			left: 100% !important;
			width: 100% !important;
			top: 0 !important;
		}
		.livechat {
			position: absolute;
			right: 0px;
			top: 127px;
		}
		
		#intro .bg1 {
			background-size: cover;
			/*background-position: 60% -23.2px !important;*/
			background: url(../jpg/bg1.jpg) 0 0 repeat;
		}
		
		#separator1 .bg2 {
			background-size: cover;
			background-position: 70% -399.2px !important;
			background: url(../jpg/bg2.jpg) 0 0 repeat;
		}
		
		#separator2 .bg3 {
			background-size: cover;
			background-position: 70% 0.8px !important;
			background: url(../jpg/bg3.jpg) 0 0 repeat;
		}
		#separator3 .bg4 {
			background-size: cover;
			background-position: 50% -387.2px !important;
			background: url(../jpg/bg4.jpg) 0 0 repeat;
		}
		
		.title {
			position: relative;
		}
		
		#intro {
			height: 500px;
		}
		
		.title {
			padding-top: 20px;
		}
		
		h1 {
			font-size: 100px;
			margin-bottom: 60px;
		}
		h1.small {
			font-size: 80px;
			margin-bottom: 20px;
		}
		
		/* #contact page
		================================================== */
		#contact_right {

			margin: 160px 0 0 0 !important;

		}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		header {
			position: fixed;
			width: 100%;
			height: 155px;
			background-color: #40021A;
			background-color: rgba(15,3,3,0.7);
			/* background-color: rgba(64,2,26,0.7); */
			z-index: 9999;
		}
		header .logo {
			float: left;
			margin: 0 25px;
		}
		#slogan {
			position: relative;
			float: left;
			z-index: 101;
			padding-top: 30px;
			margin: 0 20px 0 0;
		}
		nav ul {
			display: block;
			width: 492px;
			margin: 0 auto;
		}
		header nav{
			width:100%;
			height:38px;
			position: relative !important;
			float: right;
			margin-top:0 !important;
			padding:0;
			background-color:#FF551A;
		}
		
		header nav ul li{
			list-style: none;
			display: block;
			float: left;
			margin:0 5px;
		}
		ul#css3menu1 li img {
			left: 195px !important;
		}
		header nav ul li a{
			text-decoration: none;
			font-family: 'Cambria';
			font-size: 14px;
		
			transition:all .2s linear;
			-webkit-transition:all .2s linear;
			-moz-transition:all .2s linear;
			-o-transition:all .2s linear;
		}
		
		header.light nav ul li a{
			float:left;  
			color: #fff;
			display:block;
			padding:10px 0;
		}
		
		header.light nav ul li a:hover{
			color: #B9B9B9;
		}
		
		header.dark nav ul li a{  
			color: #5d5d5d;
		}
		
		header.dark nav ul li a:hover{
			color: #919191;
		}
		#intro .bg1 {
			background-size: cover;
			background-position: 60% -23.2px !important;
		}
		#separator1 .bg2 {
			background-size: cover;
			background-position: 70% -500.2px !important;
		}
		#separator2 .bg3 {
			background-size: cover;
			background-position: 70% -500.2px !important;
		}
		#separator3 .bg4 {
			background-size: cover;
			background-position: 70% -500.2px !important;
		}
		ul#css3menu1 li > ul {
			width: 128px !important;
			/* position: absolute; */
			left: 20% !important;
			/* margin: auto; */
			right: 0;
			top: 38px !important;
		}
		ul#css3menu1 ul li ul {
			left: 100% !important;
			width: auto !important;
			top: 0 !important;
		}
		.livechat {
			position: absolute;
			right: 0px;
			top: 127px;
		}
		h2.small {
			font-family: 'Cambria';
			font-size: 25px;
			font-weight: normal;
			margin-bottom: 15px;
			padding: 20px 0 0 20px;
			text-align: left;
			text-transform: none;
			z-index: 201;
		}
		.container .one-thirdz.column { width: 236px; }
		.sixteen ul {
			font-family: 'Cambria';
			font-size: 18px;
			list-style: decimal;
			list-style-position: inside;
			width: 560px;
			margin: 0 auto;
			text-align: justify;
		}
		.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important;height: 205px !important; }
		.copyright p {
			color: #858585;
			font-size: 12px;
			text-align: left;
		}
		
		.copyright {
			border-top: 1px solid #CCC;
			text-align: center;
			margin-top: 0;
			padding: 10px;
		}
		/* #contact
		================================================== */
		
		#contact_right {
			float: left;
			position: relative;
			width: 40%;
			margin: 160px 0 0 0;
			padding: 0 20px;
		}
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}
		
		@media only screen 
    	and (min-device-width : 320px) 
    	and (max-device-width : 667px) 
    	and (orientation : portrait) 
    	and (-webkit-min-device-pixel-ratio : 2)
		{}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		header {
			position: fixed;
			width: 100%;
			height: 155px;
			background-color: #40021A;
			background-color: rgba(15,3,3,0.7);
			/* background-color: rgba(64,2,26,0.7); */
			z-index: 9999;
		}
		header .logo {
			float: left;
			margin: 0 25px;
		}
		#slogan {
			position: relative;
			float: left;
			z-index: 101;
			padding-top: 30px;
			margin: 0 20px 0 0;
		}
		nav ul {
			display: block;
			width: 492px;
			margin: 0 auto;
		}
		header nav{
			width:100%;
			height:38px;
			position: relative !important;
			float: right;
			margin-top:0 !important;
			padding:0;
			background-color:#FF551A;
		}
		
		header nav ul li{
			list-style: none;
			display: block;
			float: left;
			margin:0 5px;
		}
		ul#css3menu1 li img {
			left: 195px !important;
		}
		header nav ul li a{
			text-decoration: none;
			font-family: 'Cambria';
			font-size: 14px;
		
			transition:all .2s linear;
			-webkit-transition:all .2s linear;
			-moz-transition:all .2s linear;
			-o-transition:all .2s linear;
		}
		
		header.light nav ul li a{
			float:left;  
			color: #fff;
			display:block;
			padding:10px 0;
		}
		
		header.light nav ul li a:hover{
			color: #B9B9B9;
		}
		
		header.dark nav ul li a{  
			color: #5d5d5d;
		}
		
		header.dark nav ul li a:hover{
			color: #919191;
		}
		ul#css3menu1 li > ul {
			width: 128px !important;
			/* position: absolute; */
			left: 20% !important;
			/* margin: auto; */
			right: 0;
			top: 38px !important;
		}
		ul#css3menu1 ul li ul {
			left: 100% !important;
			width: auto !important;
			top: 0 !important;
		}
		.livechat {
			position: absolute;
			right: 0px;
			top: 127px;
		}
		#intro .bg1 {
			background-size: cover;
			background-position: 60% -93.2px !important;
		}
		
		#separator1 .bg2 {
			background-size: cover;
			background-position: 50% -470.2px !important;
			background: url(../jpg/bg2.jpg) 0 0 repeat;
		}
		
		#separator2 .bg3 {
			background-size: cover;
			background-position: 50% 0.8px !important;
			background: url(../jpg/bg3.jpg) 0 0 repeat;
		}
		#separator3 .bg4 {
			background-size: cover;
			background-position: 50% -450.2px !important;
			background: url(../jpg/bg4.jpg) 0 0 repeat;
		}
		
		p.separator {
		font-size: 17px;
		
		color: #fff;
		
		text-transform: uppercase;
		position: relative;
		z-index: 200;
		text-align: center;
		
		}

		#separator1 {
			width: 100%;
			height: 300px;
			
		}
		#separator2 {
			width: 100%;
			height: 300px;
			
		}

		#separator3 {
			width: 100%;
			height: 300px;
			
		}
		
		#separator4 {
			width: 100%;
			height: 300px;
			
		}

		h2.small {
			font-family: 'Cambria';
			font-size: 13px;
			font-weight: normal;
			margin-bottom: 15px;
			padding: 0px 0 0 5px;
			text-align: left;
			text-transform: none;
			z-index: 201;
			line-height: 25px;
		}

		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 30px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 18px;
			line-height: 28px;
		}
		
		h4 {
			font-family: 'CambriaBold';
			font-size: 18px;
			/*font-weight: 600;*/
			font-weight:normal;
			color: #000;
			text-align:center;
		}
		p {
			font-family: 'Cambria';
			font-size: 12px;
			font-weight: 400;
			line-height: 23px;
			color: #3d3d3d;
			text-align: center;
		}
		
		.serv-list {
			text-align: center;
			margin-top: 35px;
		}

		.serv-list img {
			width:45px;
			height:auto;
		}
		.container .one-thirdz.column { width: 33%; /*width:100px*/ }
		h5 {
			font-family: 'Cambria';
			font-size: 12px;
			color: #F15623;
			text-align: center;
		}
		.sixteen ul {
			font-family: 'Cambria';
			font-size: 12px;
			list-style: decimal;
			list-style-position: inside;
			width: 100%;
			margin: 0 auto;
			text-align: justify;
		}
		.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important;height: 225px !important; }
		.copyright p {
			color: #858585;
			font-size: 11px;
			text-align: left;
		}
		/*
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		*/
		/* #destination detail
		================================================== */
		#sview_slide {
			position: relative;
			width: 100%;
			height: 200px !important;
			margin: 125px auto 0 auto;
			padding: 0;
			overflow: hidden;
			z-index: 1;
		}
		.slides, .flex-control-nav, .flex-direction-nav {
			/* position: relative; */
			bottom: 193px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.flexslider .slides img {
			width: 100%;
			height: 200px;
			/*margin: 120px 0 0 0;*/
			display: block;
		}
		/* #contact
		================================================== */
		#contact_right ul {
			font-family: 'Cambria';
			list-style: none outside;
			margin: 0 auto;
			color: #FFF;
			font-size: 11px;
			text-align: left;
		}
		#contact_right ul li {
			margin-bottom: 0px;
		}
		
		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		header {
			height: 125px;			
		}
		header .logo {
			float: left;
			margin: 7px;
			width: 65px;
		}
		
		#slogan {
			position: relative;
			float: left;
			z-index: 101;
			padding-top: 25px;
			margin: 0 20px 0 0;
		}
		
		#slogan img {
			width: 119px;
		}
		nav ul {
			display: block;
			float:left;
			
			/*width:320px;
			margin:0 auto;*/
		}
		header nav{
			width:100%;
			position: relative;
			float: right;
			margin-top: 0;
			padding:0;
			background-color:#FF551A;
		}
		
		header nav ul li{
			list-style: none;
			display: block;
			float: left;
			margin:0 5px;
		}
		ul#css3menu1 li img {
			left: 121px !important;
		}
		header nav ul li a{
			text-decoration: none;
			font-family: 'Cambria';
			font-size: 10px;
		
			transition:all .2s linear;
			-webkit-transition:all .2s linear;
			-moz-transition:all .2s linear;
			-o-transition:all .2s linear;
		}
		
		header.light nav ul li a{
			float:left;  
			color: #fff;
			display:block;
			padding:10px 0;
		}
		
		header.light nav ul li a:hover{
			color: #B9B9B9;
		}
		
		header.dark nav ul li a{  
			color: #5d5d5d;
		}
		
		header.dark nav ul li a:hover{
			color: #919191;
		}
		ul#css3menu1>li {
			margin: 0 8px !important;
		}
		.livechat {
			position: absolute;
			right: 0px;
			top: 103px;
		}
		.livechat img{
			width:70px;
		}
		#intro .bg1 {
			background-size: cover;
			background-position: 60% -100.2px !important;
		}
		#separator1 .bg2 {
			background-size: cover;
			background-position: 70% -500.2px !important;
		}
		#separator2 .bg3 {
			background-size: cover;
			background-position: 70% -500.2px !important;
		}
		#separator3 .bg4 {
			background-size: cover;
			background-position: 70% -500.2px !important;
		}
		p.separator {
		font-size: 17px;
		
		color: #fff;
		
		text-transform: uppercase;
		position: relative;
		z-index: 200;
		text-align: center;
		
		}

		h2.small {
			font-family: 'Cambria';
			font-size: 13px;
			font-weight: normal;
			margin-bottom: 15px;
			padding: 0px 0 0 5px;
			text-align: left;
			text-transform: none;
			z-index: 201;
			line-height: 25px;
		}

		.title {
			position: relative;
			padding-top: 30px;
		}
		
		.intro-line {
			display: none;
		}
		
		h1 {
			font-size: 60px;
			margin-bottom: 20px;
		}
		
		h1.small {
			font-size: 30px;
			margin-bottom: 20px;
		}
		
		.title p {
			font-size: 18px;
			line-height: 28px;
		}
		
		h4 {
			font-family: 'CambriaBold';
			font-size: 18px;
			/*font-weight: 600;*/
			font-weight:normal;
			color: #000;
			text-align:center;
		}
		p {
			font-family: 'Cambria';
			font-size: 12px;
			font-weight: 400;
			line-height: 23px;
			color: #3d3d3d;
			text-align: center;
		}
		
		.serv-list {
			text-align: center;
			margin-top: 35px;
		}

		.serv-list img {
			width:45px;
			height:auto;
		}
		.container .one-thirdz.column { width: 33%; /*width:100px*/ }
		h5 {
			font-family: 'Cambria';
			font-size: 12px;
			color: #F15623;
			text-align: center;
		}
		.sixteen ul {
			font-family: 'Cambria';
			font-size: 12px;
			list-style: decimal;
			list-style-position: inside;
			width: 100%;
			margin: 0 auto;
			text-align: justify;
		}
		.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] { width: 100% !important;height: 225px !important; }
		.copyright p {
			color: #858585;
			font-size: 11px;
			text-align: left;
		}
		/*
		nav ul li {
			padding-left: 5px;
			padding-right: 5px;
		}
		*/
		/* #destination detail
		================================================== */
		#sview_slide {
			position: relative;
			width: 100%;
			height: 200px !important;
			margin: 125px auto 0 auto;
			padding: 0;
			overflow: hidden;
			z-index: 1;
		}
		.slides, .flex-control-nav, .flex-direction-nav {
			/* position: relative; */
			bottom: 193px;
			margin: 0;
			padding: 0;
			list-style: none;
		}
		.flexslider .slides img {
			width: 100%;
			height: 200px;
			/*margin: 120px 0 0 0;*/
			display: block;
		}
		/* #destination
		================================================== */
		.destination_nav ul{
			width:100% !important;
			}
		.grid .imgholder img{
	
			width:320px !important;
	
		}
		/* #contact
		================================================== */
		#contact_right ul {
			font-family: 'Cambria';
			list-style: none outside;
			margin: 0 auto;
			color: #FFF;
			font-size: 11px;
			text-align: left;
		}
		#contact_right ul li {
			margin-bottom: 0px;
		}
		
		}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/