@charset "utf-8";
/* CSS Document */
/*.....:Reset CSS:.....*/
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, 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;
}
/*.....:HTML5 display-role reset for older browsers:.....*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
::-moz-selection {
 background:#faa719;
 color:#FFF;
}
::selection {
	background: #faa719;
	color: #FFF;
}
ol, ul {
	list-style: none;
	margin: 0px;
}
a {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
button:focus {
	outline: none;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	outline: 0;
}
/*.....:Fonts Styles:.....*/


/*.....:Common Styles:.....*/
.clear {
	clear: both;
	height: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	text-decoration: none;
	outline: 0;
}
a:
input, textarea {
outline:0;
}
.fix_left {
	float: left;
}
.fix_right {
	float: right;
}
/*++++++++++++++++++++++++++++++++++++++++++++ Layout ++++++++++++++++++++++++++++++++++++++++++++*/
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
p {
	font: 14px/18px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-bottom: 15px;
	text-align: justify;
}
/*  Main Style 
===================================================*/
.wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 1270px;
}
header {
	float: left;
	width: 100%;
	background: #0093dd;
}
.social {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	text-align: center;
}
.social li {
	display: inline-block !important;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url(../images/sprite_social.png);
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.social li a {
	width: 40px;
	height: 40px;
}
.social li a {
	outline: none;
	display: block;
	text-indent: -999999px;
}
.facebook {
	background-position: 0 0;
}
.facebook:hover {
	background-position: 0 -40px;
}
.s6 {
	background-position: 40px 0;
}
.s6:hover {
	background-position: 40px -40px;
}
.behance {
	background-position: 80px 0;
}
.behance:hover {
	background-position: 80px -40px;
}
.linkedin {
	background-position: 120px 0;
}
.linkedin:hover {
	background-position: 120px -40px;
}
.viemo {
	background-position: 160px 0;
}
.viemo:hover {
	background-position: 160px -40px;
}
.flicker-social {
	background-position: 200px 0;
}
.flicker-social:hover {
	background-position: 200px -40px;
}
.youtube {
	background-position: 240px 0;
}
.youtube:hover {
	background-position: 240px -40px;
}
.twitter {
	background-position: 280px 0;
}
.twitter:hover {
	background-position: 280px -40px;
}
.header-booking-menus {
	float: left;
	width: 100%;
	margin:5px 0px 10px 0px;
}
.header-booking-menus ul {
	margin: 0px;
	float: right;
}
.header-booking-menus ul li {
	float: left;
	margin: 0px 10px 0px 10px;
}
.header-booking-menus ul li a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #7dd3ff;
	padding: 15px 0px 15px 0px;
	border-bottom:4px #0093dd solid;
}
.header-booking-menus ul li a:hover, .header-booking-menus ul li a.active {
	border-bottom: 4px #f8c402 solid;
	color: #FFF;
}
.top {
	float: left;
	width: 100%;
}
.logo {
	float: left;
	width: 100%;
	margin: 20px 0px 10px 0px;
}
.nav-outer {
	float: left;
	width: 100%;
}
.slider {
	float: left;
	width: 100%;
}
.content-area {
	float: left;
	width: 100%;
	background: #0093dd;
}
.travell-planning {
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.travell-image {
	float: left;
	width: 99%;
}
.travell-image img {
	border: 10px #FFFFFF solid;
}
@media(min-width:200px) and (max-width:330px) {
.travell-image {
	width: 100%;
}
.travell-image img {
	border: 0px;
}
}
.travell-contents {
	float: left;
	width: 100%;
	background: #f8c402;
	min-height:254px;
}
.travell-contents h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	padding: 10px 0px 10px 20px;
	line-height:18px;
	margin:0px;
}
.travell-contents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000;
	padding: 0px 20px 5px 20px;
	text-align:left;
	line-height: 24px;
}
.contact-menus {
	float: left;
	width: 100%;
	background: #44c1ef;
}
.call-contents {
	float: left;
	width: 100%;
	padding-bottom-bottom: 10px;
	border-right: 4px #5dc9f7 solid;
}
.call-image1 {
	float: left;
	width: 100%;
	background: url(../images/call.jpg) no-repeat center;
	margin: 20px 0px 10px 0px;
	height: 90px;
}
.call-image1 a {
	display: block;
	width: 100%;
	height: 100%;
}
.call-image2 {
	float: left;
	width: 100%;
	background: url(../images/call2.jpg) no-repeat center;
	margin: 20px 0px 10px 0px;
	height: 90px;
}
.call-image2 a {
	display: block;
	width: 100%;
	height: 100%;
}
.call-image3 {
	float: left;
	width: 100%;
	background: url(../images/call3.jpg) no-repeat center;
	margin: 20px 0px 10px 0px;
	height: 90px;
}
.call-image3 a {
	display: block;
	width: 100%;
	height: 100%;
}
.call-details {
	float: left;
	width: 100%;
}
.call-details h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFF;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight: normal;
	line-height: 24px;
}
.call-details p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 24px;
	padding: 0px;
}
footer {
	float: left;
	width: 100%;
	background: #0298d7;
	margin:20px 0px 0px 0px;
}
.footer-links {
	float: left;
	width: 100%;
}
.footer-links h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 30px 0px 0px 0px !important;
	font-weight: normal;
	background:none !important;
}
.footer-links ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	float: left;
}
.footer-links ul li {
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
.footer-links ul li a {
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #77daff;
	background: url(../images/arrow.jpg) no-repeat left;
	padding: 0px 0px 0px 30px;
}
.footer-social-media {
	float: left;
	width: 100%;
	margin: 40px 0px 0px 0px;
}
.footer-social-media ul {
	margin: 0px;
}
.footer-social-media ul li {
	float: left;
	width: 100%;
	border-bottom: 2px #44c1ef solid;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.footer-social-media ul li h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
}
.footer-social-media ul li p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 0px;
}
.toggleMenu {
	display: none;
	background: #666;
	padding: 10px 15px;
	color: #fff;
}
.nav {
	list-style: none;
 *zoom: 1;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
}
.nav a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 85px 0px 0px 0px;
	text-align: center;
}
.icon1 {
	background-position: 0 0;
	height: 130px;
	width: 130px;
}
.icon1:hover {
	background-position: 0 -130px;
}
.icon2 {
	background-position: -170px 0px;
	height: 130px;
	width: 130px;
}
.icon2:hover {
	background-position: -170px -130px;
}
.icon3 {
	background-position: -350px 0;
	height: 130px;
	width: 130px;
}
.icon3:hover {
	background-position: -350px -130px;
}
.icon4 {
	background-position: -540px 0;
	height: 130px;
	width: 130px;
}
.icon4:hover {
	background-position: -540px -130px;
}
.icon5 {
	background-position: -730px 0;
	height: 130px;
	width: 130px;
}
.icon5:hover {
	background-position: -730px -130px;
}
.icon6 {
	background-position: -900px 0;
	height: 130px;
	width: 130px;
}
.icon6:hover {
	background-position: -900px -130px;
}
.nav a:hover {
	background: none !important;
}
.nav li {
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url(../images/c1.jpg);
	margin: 30px 0px 0px 0px;
	border-right: 4px #fef3cc solid;
}
@media(min-width:200px) and (max-width:610px) {
.nav li {
	border: 0px;
}
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	width:100%;
	z-index:9999;
	background: #0093dd;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li{
	border:0px;
	margin:0px;
}
.nav li li a {
	display: block;
	background: #0093dd;
	position: relative;
	z-index: 9999;
	width:100% !important;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF !important;
	padding:5px 0px 5px 0px;
	border:0px !important;
	margin:0px;
}
.nav li li:hover{
	background-image:none !important;
	background-color:#0093dd;
}
.nav li li li a {
	background: #249578;
	z-index: 200;
	border-top: 1px solid #1d7a62;
}
 @media screen and (max-width: 768px) {
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}
.landing-frame {
	float: left;
	width: 100%;
	background: url(../images/landing-bg.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 802px;
}
.landing-top {
	float: left;
	width: 100%;
}
.landing-logo {
	float: left;
	width: 100%;
	margin: 30px 0px 0px 50px;
}
@media(min-width:200px) and (max-width:610px) {
.landing-logo {
	margin: 0px;
}
}
.country-logo {
	float: left;
	width: 100%;
}
.landing-copyright {
	float: left;
	width: 100%;
}
.landing-copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: center;
	padding: 150px;
}
.inner-slider {
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.inner-slider img {
	width: 100%;
	height: 100%;
}
.inner-content-area {
	float: left;
	width: 100%;
	padding-top:20px;
}
.inner-content-area p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 5px 10px 0px 10px;
	line-height: 22px;
	text-align:left;
}
.inner-content-area h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	padding: 10px 10px 0px 10px;
	line-height: 24px;
	text-align:left;
	font-weight:normal;
}
.paragraph-contents{
	float:left;
	width:100%;
	background:#0093dd;
	border-bottom:10px #FFFFFF solid;
}
.paragraph-contents h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#FFF;
	font-weight:bold;
}
.paragraph-contents ul{
	margin:0px;
}
.paragraph-contents ul li{
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:24px;
	margin:0px 0px 10px 10px;
}
.inner-content-area h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#FFFFFF;
	padding:0px;
	line-height:22px;
	background:#e3bb24;
	padding:5px 0px 5px 10px;
	margin:0px;
	text-align:left;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.inner-content-area h1 span{
	font-weight:bold;
}
.inner-content-area h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFF;
	padding:0px 0px 0px 20px;
	margin:10px 0px 0px 5px;
	line-height:28px;
	background:url(../images/round.png) no-repeat left;
	text-decoration:underline;
}
.test{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FFF;
	padding:0px 0px 0px 20px;
	margin:10px 0px 0px 0px;
	line-height:28px;
	background:url(../images/round.png) no-repeat left;
	text-decoration:underline;
}
.holidays-links {
	float: left;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.holidays-links ul {
	margin: 0px;
}
.holidays-links ul li {
	float: left;
	margin:0px 30px 20px 0px;
}
.holidays-links ul li a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-left: 4px #0099FF solid;
	padding: 0px 10px 0px 10px;
}
.holidays-links ul li a:hover{
	background:#666;
	color:#FFF;
}
.part {
	min-height: 100%;
	width: 100%;
	vertical-align: baseline;
	float: left;
}
.tab-contents {
	float: left;
	width: 100%;
}
.topsights{
	background:#CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	padding:2px 0px 2px 0px;
}
.content ul li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:24px;
	padding:10px 0px 10px 0px;
	width:100%;
	border-bottom:1px #0371a9 dotted;
}
.contact-inner-form{
	float:left;
	width:100%;
}
.booking-form{
	float:left;
	width:100%;
	margin:30px 0px 0px 0px;
}
.booking-form ul {
	margin:0px;
}
.booking-form ul li{
	float:left;
	width:100%;
	margin:0px 0px 0px 5px;
}
.booking-form ul li input{
	float:left;
	width:90%;
}
.booking-form ul li textarea{
	float:left;
	width:90%;
	height:100px;
}
.booking-form ul li input.submit{
	float:right;
	width:100px;
	height:30px;
	background:#f6d01c;
	color:#FFF;
	font-family:14px/30px Helvetica LT CondensedLight;
	border:0px;
	margin:0px 15px 30px 0px;
}
.contact-address{
	float:left;
	width:100%;
	padding-top:20px;
}
.contact-address h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#1f1e5a;
	padding:10px 0px 0px 0px;
}
.contact-address p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#525252;
	line-height:30px;
	padding:10px 0px 10px 0px;
}
.contact-address a{
	display:block;
	width:100%;
	font-size:18px;
	font-weight:normal;
	line-height:24px;
	font-family:Arial, Helvetica, sans-serif;
}
.ul-class{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color:#0093dd;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index:9999;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.gallery-products{
	float:left;
	width:100%;
	margin:20px 0px 20px 0px;
}
.gallery-products img{
	padding:5px;
	border:1px #c9c9c9 solid;
	height:150px;
	float:left;
	width:100%;
	margin-bottom:10px;
}
.lightbox { display: none; }
.news-letter{
	float:left;
	width:100%;
}
.news-letter ul li{
	float:left;
	width:100%;
}
.news-letter ul li input{
	width:300px;
	height:20px;
}
.news-letter ul li input.submit{
	float:left;
	width:100px;
	height:25px;
	background:#F60;
	color:#FFF;
	border:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.paragraph{
	float:left;
	width:100%;
		background:#0093dd;
}
.paragraph ul{
	margin:10px 0px 10px 0px;
}
.paragraph ul li{
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	padding:0px 0px 10px 20px;
}
.footer-address{
	float:left;
	width:100%;
}
.footer-address h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 40px 0px 0px 0px;
	font-weight: normal;
	line-height:24px;
		background:none !important;
}
.footer-address img{
	margin:0px 5px 0px 0px;
}
.footer-address p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	line-height:28px;
	padding:10px 0px 0px 0px;
}
.ist{
	float:right;
	margin:0px 20px 0px 20px;
}
.visit a{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:0px 10px 0px 0px;
	font-weight:bold;
	display:block;
}
.quick-contact{
	float:left;
	width:100%;
	background:#333;
	padding:10px;
	margin:0px 0px 0px 0px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.quick-contact h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
}
.footer-social-media{
	float:left;
	width:100%;
	margin:0px;
}
.footer-social-media h1{
	font-family:Helvetica;
	font-size:18px;
	color:#FFF;
	padding:30px 0px 0px 0px;
		background:none !important;
}
.footer-icons{
	float:left;
}
.footer-icons a{
	display:block;
	float:left;
}
.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }   
 
.rotate:hover   
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}
.footer-news-letter{
	float:left;
	width:100%;
}
.footer-news-letter h1{
	font-family:Helvetica;
	font-size:18px;
	color:#FFF;
	padding:30px 0px 0px 0px;
}
.footer-news-form{
	float:left;
	width:100%;
}
.footer-news-form ul{
	margin:0px;
}
.footer-news-form ul li{
	float:left;
	width:100%;
}
.footer-news-form ul li input{
	float:left;
	width:100% !important;
	height:20px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	border-radius:0px;
}
.footer-news-form ul li input.submit{
	width:100px !important;
	height:30px !important;
	background:#e9bd46;
	float:left;
	font:14px/25px Helvetica;
	color:#FFF;
	text-align:center;
	border:0px;
}