/*
Theme Name: imarah
Author: the WordPress team
Author URI: http://imarah.com/
Version: 1.0
Text Domain: imarah.com
*/
body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF;
	font-family: 'Roboto', sans-serif; font-size:13px;
}
div,a,ul,li,section,input,select,textarea,img,p,h1,h2,h3,h4,h5,h6
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul,h1,h2,h3,h4,h5,h6,p{ margin:0px; padding:0px; }
li{ list-style:none; }
a
{
	text-decoration:none; color:#1a0dbd;
}
a:hover
{
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	text-decoration: none;
}
input,select,button
{
	outline:0px; border:0px;
}
select{ cursor:pointer; }
input[type='submit']{ border:0px; cursor:pointer }

textarea{ 
	font-family:"Open Sans", Arial, sans-serif;
}
a
{
	text-decoration:none; color:#0093DE;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a:hover
{
	text-decoration:underline;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}
h1,h2,h3,h4,h5,h6,p,ul,li{ margin:0px; padding:0px; font-weight:inherit; }
img{ border:0px; }
div,li,span,a
{
	list-style:none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }



/* Form Fields */
input[type='text'],textarea,input[type='password'],select,input[type='date'],input[type='number']
{
	width:100%; height:27px; float:left; outline:0px;
	padding-left:5px; padding-right:5px;
	border:1px solid #CCC;
	font-size:13px; color:#212121; font-family:"Open Sans", Arial, sans-serif;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;
	
    transition:border 0.7s;
}
input[type='text']:focus,input[type='number']:focus,input[type='password']:focus,textarea:focus,input[type='date']:focus,select:focus
{
	border:1px solid #198de3;
}
input[type="text"]:disabled{ cursor:not-allowed; }
input[type="submit"]{ border:0px; cursor:pointer; }
button
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
button:hover{ background:#51195e; }
button:active{ background:#5c5c5c; }

.btn
{
	width:auto; height:27px; float:left;
	background:#672b75; border:0px;
	outline:0px; cursor:pointer;
	font-size:12px; color:#FFF;
}
.btn:hover{ background:#51195e; }
.btn:active{ background:#5c5c5c; }


.error
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#f64b2f;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}
.error i
{
	font-size:21px; color:#9a1903;
	position:absolute; z-index:99; left:15px; top:12px;
}
.error ul{ margin-left:15px; }
.error li{ margin-bottom:4px; list-style:none; }

.success
{
	width:98%; height:auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
	background:#7eb62e;
	padding:10px; padding-left:35px;
	font-size:13px; color:#FFF; font-weight:600;
}

.success i
{
	font-size:21px; color:#598a10;
	position:absolute; z-index:99; left:15px; top:12px;
}
.success ul{ margin-left:15px; }
.success li{ margin-bottom:4px; list-style:none; }

input,select,textarea{ color:#555; font-family:"Open Sans", Arial, sans-serif; }
input,select,textarea:focus{ outline:0px; }
input,select,textarea
{
	
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
input,select,textarea:focus{ outline:0px; }
button{ border:0px; cursor:pointer; }
button:focus{ outline:0px; }
.container{ width:96%; height:auto; max-width:1350px; min-width:250px; margin:0 auto; position:relative; }

.pull-right{ float:right; }

#header
{
	width:100%; height:65px; position: fixed; top:0px; left:0px; z-index:999;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

#logo{ width:auto; height:auto; float:left; margin-right:35px; }
#logo img{ width:auto; height:55px; float:left; margin-top:5px; }



#mob-nav
{
	width:40px; height:40px; float:left; display:none;
	margin-top:15px;
	border:2px solid #DDD;
	font-size:22px; color:#222; text-align:center;
}
#mob-nav i{ line-height:36px; }

#nav{ width:auto; height:auto; float:left; font-family: 'Titillium Web', sans-serif; margin-top:22px; }
#nav ul{ width:auto; height:auto; float:left; }
#nav ul li{ width:auto; height:auto; float:left; margin-right:25px; }
#nav ul li a
{
	width:auto; height:auto; float:left;
	font-size:14px; font-weight:600; color:#111111; text-transform:uppercase;
}
#nav ul li a:hover{ color:#00398f; text-decoration:none; }

#header_right
{
	width:auto; height:auto; float:right;
	margin-top:17px;
}

#header_right_hotline
{
	width:auto; height:auto; float: left; cursor:pointer;
	padding-left:20px; padding-right:20px; margin-right:10px;
	font-size:14px; color:#111111; line-height:29px; font-weight:600; font-family: 'Titillium Web', sans-serif;
	border:2px solid #111111;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#header_right_hotline:hover{ text-decoration:none; }
#header_right_hotline i{ display:none; }

#header_right_booknow
{
	width:auto; height:auto; float: left; cursor:pointer;
	padding-left:25px; padding-right:25px;
	font-size:14px; color:#FFF; line-height:33px; font-weight:600; font-family: 'Titillium Web', sans-serif;
	background:#004696;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#header_right_booknow:hover{ text-decoration:none; }

#header_right_social
{
	width:auto; height:auto; float: left;
	margin-right:25px; margin-top:8px;
}

#header_right_social a
{
	width: auto; height:auto; float: left;
	margin-left:20px;
	color:#111111; text-align:center;
}
#header_right_social a i{ font-size:18px; }


#home_slider
{
	width:100%; height:100vh; float:left; position:relative;
	overflow:hidden;
}

#home_slider video
{
	width:100%; height:auto; float:left;
}
#home_slider_in
{
	width:100%; height:100vh; position:absolute; left:0px; top:0px; z-index:99;
	background:rgba(0,0,0,0.5);
}
#home_slider_in_text
{
	width:100%; height: auto; position:absolute; left:0px; bottom:28%; z-index:99;
	text-align:center;
}
#home_slider_in_text h3
{
	font-size:22px; color:#FFF;
	margin-bottom:14px;
}
#home_slider_in_text h1
{
	font-size:72px; color:#FFF;
	font-family: 'EB Garamond', serif; font-weight:600;
}

#home_slider_in_scroll
{
	width:24px; height:45px; position:absolute; left:50%; bottom:15px;; z-index:99;
	cursor:pointer;
	margin-left:-10px;
	font-size:24px; line-height:42px;
	border:1px solid #FFF;
	text-align:center; color:#FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  -webkit-animation:bounce 1s infinite;
}
#home_slider_in_scroll:hover{ text-decoration:none; }

@-webkit-keyframes bounce {
  0%       { bottom:5px; }
  25%, 75% { bottom:15px; }
  50%      { bottom:20px; }
  100%     {bottom:0;}
}

#home_one
{
	width:100%; height: auto; float:left;
}

#home_one_l
{
	width:50%; height: auto; float:left;
}

#home_one_l_in
{
	width:98%; height: auto; float:right; max-width:650px;
	padding-top:75px; padding-right:45px;
	text-align:center;
}


#home_one_l_in h2
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-family: 'EB Garamond', serif; font-size:42px; color:#2e2e2e; font-weight:600; line-height:42px;
}

#home_one_l_in h3
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:22px; color:#f38016; font-weight:600;
}

#home_one_l_in p
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-size:16px; color:#6f6f6f; line-height:26px;
}

#home_one_r
{
	width:50%; height: 550px; float:left;
	background:url(images/tour-image-one.jpg) right center; background-repeat:no-repeat;
}

#home_one_r_in
{
	width:98%; height: auto; float: left; max-width:650px;
	padding-top:45px; padding-left:45px;
}


#home_one_r_in h2
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-family: 'EB Garamond', serif; font-size:52px; color:#000; font-weight:600; line-height:62px;
}




#home-whyus
{
	width:100%; height:auto; float: left;
}


#home-whyus
{
	width:55%; height:auto; float:left;
	margin-left:55px;
}
#home-whyus img
{
	width:96%; height:auto;
	margin:2%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.75);
	padding:15px;
}
#home-whyus h3
{
	width:100%; height:50px;
	font-size:18px; color:#FFF; text-align:center; line-height:50px; font-weight:600;
	position:absolute; top:43%; left:0px;
	background:rgba(0,0,0,0.7);
}
#home-whyus .owl-carousel{ margin:0px; background:none; }
#home-whyus img{ width:100%; height:auto; }
#home-whyus .owl-wrapper-outer
{
    border: 0px solid #fff;
    -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;
}


#home-whyus .owl-controls
{
	width:100%; position:absolute; z-index:99; right:0px; top:42%;
}
#home-whyus .owl-theme .owl-controls .owl-buttons div{
	width:55px; height:55px; top:0;
    color: #FFF;
    text-align:center; line-height:70px;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	border-radius: 50%;
	background:#f28117;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#home-whyus .owl-controls .owl-buttons .owl-prev{ left:-9%; }
#home-whyus .owl-next{ right:-9%; }
#home-whyus .owl-theme .owl-controls .owl-buttons div img
{
	width:20px; height:auto; opacity:0.5;
}

#home_tours
{
	width:100%; height:auto; float:left;
	margin-top:55px;
}

#home_tours h2
{
	width:100%; height: auto; float:left;
	font-family: 'EB Garamond', serif; font-size:62px; color:#000; font-weight:600; text-align:center;
}

#home_tours h3
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-family: 'EB Garamond', serif; font-size:42px; color:#000; text-align:center;
}

#home_tours p
{
	width:100%; height: auto; float:left;
	margin-bottom:35px; padding-left:15%; padding-right:15%;
	font-size:16px; color:#000; text-align:center; line-height:26px;
}

#home_tours img{ width:100%; height:auto; }
#home_tours_big
{
	width:49%; height:auto; float:left; position:relative; cursor:pointer;
}
#home_tours_big h4
{
	width:auto; height: auto; position:absolute; right:10px; bottom:10px;
	font-family: 'EB Garamond', serif; font-size:42px; color:#FFF; text-align:center;; font-weight:600;
	padding:5px; padding-left:15px; padding-right:15px;
	background:rgba(0,0,0,0.8);
}
#home_tours_big:hover h4
{
	bottom:25px;
	
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.home_tours_s
{
	width:24%; height:auto; float:left; margin-left:1%; margin-bottom:10px; position:relative; cursor:pointer;
}
.home_tours_s h4
{
	width:auto; height: auto; position:absolute; left:10px; bottom:10px;
	padding:5px;
	background:rgba(0,0,0,0.8);
	font-family: 'EB Garamond', serif; font-size:18px; color:#FFF; text-align:center; font-weight:600;
}
.home_tours_s:hover h4
{
	bottom:25px;
	
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

#home_custom_tours
{
	width:100%; height:auto; float: left;
	padding-left:20%; padding-right:20%; padding-top:50px;
	background:#2e2e2e;
	margin-top:65px;
}

#home_custom_tours h2
{
	width:100%; height: auto; float:left; margin-bottom:8px;
	font-family: 'EB Garamond', serif; font-size:52px; color:#FFF; text-align:center;
}

#home_custom_tours p
{
	width:100%; height: auto; float:left; margin-bottom:25px;
	font-family: 'EB Garamond', serif; font-size:22px; color:#FFF; text-align:center;
}

#home_custom_tours input
{
	width:49%; height:35px; float: left;
	margin-left:0.5%; margin-right:0.5%; margin-bottom:20px;
}

#home_custom_tours textarea
{
	width:99%; height:85px; float: left;
	margin-left:0.5%; margin-right:0.5%; margin-bottom:30px;
	padding:10px;
}

#home_custom_tours button
{
	width:30%; height:35px; float: left;
	margin-left:35%; margin-right:35%; margin-bottom:50px;
	background:#f38016;
	font-size:16px;
}



#home_thingstodo
{
	width:100%; height:auto; float:left;
	margin-top:55px;
}

#home_thingstodo h2
{
	width:100%; height: auto; float:left;
	margin-bottom:45px;
	font-family: 'EB Garamond', serif; font-size:52px; color:#000; font-weight:600; text-align:center; line-height:60px;
}

#home_thingstodo ul
{
	width:100%; height: auto; float:left;
}

#home_thingstodo ul li
{
	width:100%; height: auto; float:left;
	padding-left:10px; padding-right:10px;
}



#home_thingstodo img
{
	width:100%; height:auto;
}
#home_thingstodo .owl-carousel{ margin:0px; background:none; }
#home_thingstodo img{ width:100%; height:auto; }
#home_thingstodo .owl-wrapper-outer
{
    border: 0px solid #fff;
    -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;
}


#home_thingstodo .owl-controls
{
	width:100%; position:absolute; z-index:99; right:0px; top:45%;
}
#home_thingstodo .owl-theme .owl-controls .owl-buttons div{
	width:55px; height:55px; top:0;
    color: #FFF;
    text-align:center; line-height:70px;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	border-radius: 50%;
	background:#f28117;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#home_thingstodo .owl-controls .owl-buttons .owl-prev{ left:2%; }
#home_thingstodo .owl-next{ right:2%; }
#home_thingstodo .owl-theme .owl-controls .owl-buttons div img
{
	width:20px; height:auto; opacity:0.5;
}

#more_things_to_do
{
	width:100%; height: auto; float:left; position:relative;
	border:5px solid #DDD;
}
#more_things_to_do img{ width:0%; height:auto; padding:34.2%; }

#more_things_to_do_in
{
	width:100%; height:auto; position:absolute; top:0px; left:0px; bottom:0px; right:0px;
	margin-top:25%;
	text-align:center;
}
#more_things_to_do_in i
{
	width:55px; height:55px; display:inline-block;
    color: #000; text-align:center; line-height:55px; font-size:42px;
	border-radius: 50%; margin-bottom:14px;
	background:#DDD;
}

#more_things_to_do_in h3
{
	width:100%; height: auto; float:left;
	margin-bottom:15px;
	font-family: 'EB Garamond', serif; font-size:32px; color:#000; text-align:center;
}

#home_places_to_visit
{
	width:100%; height: auto; float:left;
	margin-top:65px;
}

#home_places_to_visit h2
{
	width:100%; height: auto; float:left;
	margin-bottom:45px;
	font-family: 'EB Garamond', serif; font-size:52px; color:#000; font-weight:600; text-align:center; line-height:60px;
}

#home_places_to_visit
{
	width:100%; height: auto; float:left;
}

#home_places_to_visit_in
{
	width:100%; height: auto; float:left;
}

.home_places_to_visit_in
{
	width:100%; height: auto; float:left;
}

.home_places_to_visit_l
{
	width:70%; height: 400px; float:left;
	overflow:hidden;
}
.home_places_to_visit_l img
{
	width:100%; height: auto; float:left;
}

.home_places_to_visit_r
{
	width:30%; height: 400px; float:left;
	padding:30px;
	background:#222;
}

.home_places_to_visit_r h3
{
	width:100%; height: auto; float:left;
	margin-bottom:15px; margin-top:65px;
	font-family: 'EB Garamond', serif; font-size:32px; color:#FFF;
}

.home_places_to_visit_r p
{
	width:100%; height: auto; float:left;
	margin-bottom:35px;
	font-size:14px; color:#FFF; line-height:24px;
}

.home_places_to_visit_r a
{
	width:auto; height: auto; float:left;
	padding-left:25px; padding-right:25px; padding-top:7px; padding-bottom:7px;
	font-size:14px; color:#FFF; line-height:24px;
	background:#f38016;
}




#home_reviews
{
	width:100%; height: auto; float:left;
	margin-top:65px;
	padding-left:15%; padding-right:15%; padding-bottom:55px;
}

#home_reviews h2
{
	width:100%; height: auto; float:left;
	margin-bottom:45px;
	font-family: 'EB Garamond', serif; font-size:50px; color:#000; text-align:center; line-height:50px;
}
#home_reviews h2 span{ font-weight:600; }

#home_reviews ul
{
	width:100%; height: auto; float:left;
}

#home_reviews ul li
{
	width:100%; height: auto; float:left;
	text-align:center;
}

#home_reviews ul li p
{
	width:100%; height: auto; float:left;
	font-size:16px; line-height:24px;
	margin-bottom:10px;
}
#home_reviews ul li p span{ color:#f38016; }
	


#home_reviews .owl-carousel{ margin:0px; background:none; }

#home_reviews .owl-wrapper-outer
{
    border: 0px solid #fff;
    -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;
}


#home_reviews .owl-controls
{
	width:100px; position:absolute; z-index:99; left:50%; bottom:0%;
	margin-left:-50px;
}
#home_reviews .owl-theme .owl-controls .owl-buttons div{
	width:45px; height:45px; top:0;
    color: #FFF;
    text-align:center; line-height:55px;
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
	border-radius: 50%;
	background:#f28117;
}
#home_reviews .owl-controls .owl-buttons .owl-prev{ left:0%; }
#home_reviews .owl-next{ right:0%; }
#home_reviews .owl-theme .owl-controls .owl-buttons div i{ font-size:26px; }

#footer
{
	width:100%; height: auto; float:left;
	padding-top:50px;
	margin-top:60px;
	background:#000;
	text-align:center; color:#FFF;
}



#footer img{ margin-bottom:20px; }
#footer h2
{
	width:100%; height: auto; float:left;
	font-family: 'EB Garamond', serif; font-size:22px; text-align:center; line-height:50px; font-weight:600;
}

#footer p
{
	width:100%; height: auto; float:left;
	font-size:16px; text-align:center;
	margin-bottom:5px;
}



#footer_licence
{
	width:100%; height: auto; float:left;
	font-size:14px; text-align:center; line-height:24px;
	margin-top:25px; padding-top:15px;
	border-top:1px solid #555;
}
#footer_licence ul{ display:inline-block; }

#footer_licence ul li
{
	padding:5px; display:inline-block; padding-left:10px; padding-right:10px;
	margin-left:5px; margin-right:5px;
	text-align:center;
	background:#555;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer_licence ul li img{ width: auto; height:75px; margin-bottom:0px; }

#footer_copy
{
	width:100%; height: auto; float:left;
	font-size:14px; text-align:center; line-height:24px;
	margin-top:15px; padding-top:15px; padding-bottom:15px;
	border-top:1px solid #555;
}
#footer_copy a{ color:#FFF; }


#breadcumb
{
	width:100%; height: auto; float:left;
	margin-top:105px; margin-bottom:45px;
	font-size:14px;
}
#breadcumb a{ color:#222; }

#attraction_head
{
	width:100%; height: auto; float:left;
}

#attraction_head_l
{
	width:50%; height: auto; float:left;
}

#attraction_head_l h1
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
	font-family: 'EB Garamond', serif; font-size:52px; line-height:50px; font-weight:600;
}

#attraction_head_l p
{
	width:100%; height: auto; float:left;
	font-size:16px; line-height:26px;
	margin-bottom:65px;
}

#attraction_black_head
{
	width:100%; height: auto; float:left;
	background:#222;
}

#attraction_black_head h2
{
	width:100%; height: auto; float:left;
	font-family: 'EB Garamond', serif; font-size:52px; font-weight:600; color:#DDD; text-align:center;
	padding-top:45px; padding-bottom:45px;
}

#attraction_box
{
	width:100%; height: auto; float:left;
	margin-top:65px;
}

#attraction_box ul
{
	width:100%; height: auto; float:left;
}

#attraction_box ul li
{
	width:31.33%; height: auto; float:left;
	margin-left:1%; margin-right:1%; margin-bottom:35px;
}
#attraction_box ul li img{ width:100%; height:auto; float:left; margin-bottom:14px; }

#attraction_box ul li h3
{
	width:100%; height: auto; float:left;
	font-family: 'EB Garamond', serif; font-size:22px; font-weight:600; color:#111;
	margin-bottom:10px;
}

#attraction_box ul li p
{
	width:100%; min-height: 70px; float:left;
	font-size:14px; color:#555;
	margin-bottom:10px;
}

#attraction_box ul li p a
{
	background:none; padding:0px; font-size:14px; color:#09F; float: none; line-height:18px; font-weight:inherit;
	display:inline-block;
}
#attraction_box ul li p span{ display:none; }

#attraction_box ul li a
{
	width:auto; height:auto; float: left; cursor:pointer;
	padding-left:25px; padding-right:25px;
	font-size:14px; color:#FFF; line-height:33px; font-weight:600; font-family: 'Titillium Web', sans-serif;
	background:#004696;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#attraction_box ul li a:hover{ text-decoration:none; }

#tours
{
	width:100%; height: auto; float:left;
	margin-top:65px;
}

.tours_rows
{
	width:100%; height: auto; float:left;
}

.tours_rows_l
{
	width:50%; height: 400px; float:left; overflow:hidden;
}

.tours_rows_l img{ width:100%; height:400px; float:left; }

.tours_rows_r
{
	width:50%; height: 400px; float:left;
	padding-left:40px; padding-top:45px; padding-right:40px;
	background:#222;
	color:#FFF;
}
.tours_rows_r h2
{
	font-size:32px;
	margin-bottom:15px;
}
.tours_rows_r p
{
	font-size:14px; line-height:26px;
	margin-bottom:35px;
}

.tours_rows_r a{
	width:auto; height:auto; float: left; cursor:pointer;
	padding-left:25px; padding-right:25px;
	font-size:14px; color:#FFF; line-height:33px; font-weight:600; font-family: 'Titillium Web', sans-serif;
	background:#004696;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tours_rows_r a:hover{ text-decoration:none; }




.tours_rows_la
{
	width:50%; height: 400px; float:left;
	padding-left:40px; padding-top:45px; padding-right:40px;
	background:#222;
	color:#FFF;
}
.tours_rows_la h2
{
	font-size:32px;
	margin-bottom:15px;
}
.tours_rows_la p
{
	font-size:14px; line-height:26px;
	margin-bottom:35px;
}

.tours_rows_la a{
	width:auto; height:auto; float: left; cursor:pointer;
	padding-left:25px; padding-right:25px;
	font-size:14px; color:#FFF; line-height:33px; font-weight:600; font-family: 'Titillium Web', sans-serif;
	background:#004696;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tours_rows_la a:hover{ text-decoration:none; }


.tours_rows_ra
{
	width:50%; height: 400px; float:left; overflow:hidden;
}

.tours_rows_ra img{ width:100%; height:400px; float:left; }





#tour_packages
{
	width:100%; height: auto; float:left;
	margin-top:65px;
}

.tour_packages_rows
{
	width:48%; height: auto; float:left; position:relative;
	margin-left:1%; margin-right:1%; margin-bottom:25px;
}

.tour_packages_rows_l
{
	width:100%; height: 400px; float:left; overflow:hidden;
}

.tour_packages_rows_l img{ width:100%; height:400px; float:left; }

.tour_packages_rows_r
{
	width:50%; height: 400px; position:absolute; right:0px; top:0px;
	padding-left:40px; padding-top:45px; padding-right:40px;
	background: rgba(0,0,0,0.9);
	color:#FFF;
}
.tour_packages_rows_r h2
{
	font-size:32px;
	margin-bottom:15px;
}
.tour_packages_rows_r p
{
	font-size:14px; line-height:23px;
	margin-bottom:35px;
}

.tour_packages_rows_r a{
	width:auto; height:auto; float: left; cursor:pointer;
	padding-left:25px; padding-right:25px;
	font-size:14px; color:#FFF; line-height:33px; font-weight:600; font-family: 'Titillium Web', sans-serif;
	background:#004696;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tour_packages_rows_r a:hover{ text-decoration:none; }


#tour_inc
{
	width:70%; height: auto; float:left;
	margin-left:15%; margin-right:15%; margin-top:50px;
	border:1px solid #DDD;
}
#tour_inc_tab
{
	width:100%; height: auto; float:left;
	border-bottom:1px solid #DDD;
}
#tour_inc_tab ul
{
	width:100%; height: auto; float:left;
}
#tour_inc_tab ul li
{
	width:auto; height: auto; float:left;
}
#tour_inc_tab ul li a
{
	width:auto; height: auto; float:left; cursor:pointer;
	padding-left:25px; padding-right:25px;
	font-size:16px; color:#222; font-weight:600; line-height:38px;
	border-right:1px solid #DDD;
}
#tour_inc_tab ul li a:hover{ text-decoration:none; }

.tour_inc_tab_bx{ display:none; }

.tabbox
{
	width:100%; height: auto; float:left;
	font-size:14px; line-height:22px;
	padding:20px;
}
.tabbox p{ margin-bottom:10px; }

#contact_header
{
	width:100%; height: auto; float:left;
	margin-top:65px; margin-bottom:65px;
}
#contact_header iframe
{
	width:100%; height: 350px; float:left;
}

#contact_l
{
	width:40%; height: auto; float:left;
	margin-right:5%;
}
#contact-r
{
	width:55%; height: auto; float:left;
}

.contact-r-row{ width:100%; height:auto; float:left; margin-bottom:20px; }
.contact-r-row-td
{
	width:48%; height:auto; float:left;
	margin-right:2%;
}

.contact-r-row label{ width:100%; height:auto; float:left; margin-bottom:4px; font-size:14px; }
.contact-r-row input[type='text']
{
	width:100%; height:30px; float:left;
	font-size:14px;
}
.contact-r-row select
{
	width:100%; height:30px; float:left; cursor:pointer;
	font-size:14px;
}
.contact-r-row textarea
{
	width:100%; height:150px; float:left;
	font-size:14px;
}
.contact-r-row input[type='submit']
{
	width:130px; height:37px; float:left; cursor:pointer;
	font-size:14px; color:#cd6a2d;
	background:#ffcc00; border:2px solid #cd6a2d;
}



#about
{
	width:70%; height: auto; float:left;
	margin-top:165px; margin-left:15%; margin-right:15%;
	text-align:center;
}

#about h1
{
	width:100%; height: auto; float:left;
	font-family: 'EB Garamond', serif; font-size:52px; font-weight:600; color:#222; text-align:center;
	margin-bottom:45px;
}

#about p
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
	font-size:16px; line-height:25px; text-align:center;
	
}

.wishlist_hide{ display:none; }
#wishlist
{
	width:70px; height:70px; position:fixed; right:0px; top:40%; cursor:pointer; z-index:101;
	padding:8px;
	text-align:center; color:#222;
	background:#FFF; border:2px solid #ffba38; border-right:0px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	 border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#wishlist i{ font-size:28px; margin-top:4px; }
#wishlist h3{ font-size:13px; margin-top:4px; }
#wishlist:hover{ text-decoration:none; width:80px; }


#wishlist_view
{
	width:96%; max-width:300px; height:100vh; position:fixed; right:0px; top:0px; z-index:999;
	display:none;
	overflow-y:scroll;
	background:#FFF;
	padding:10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#wishlist_view h3
{
	width:100%; height:auto; float:left;
	padding-bottom:8px; margin-bottom:10px;
	font-size:18px;
	border-bottom:1px solid #DDD;
}
#wishlist_view h3 a
{
	float:right; cursor:pointer; font-size:18px; color:#222;
}
#wishlist_view h3 a:hover{ text-decoration:none; }
#wishlist_view ul
{
	width:100%; height:auto; float:left;
}
#wishlist_view ul li
{
	width:100%; height:auto; float:left;
	padding-top:7px; padding-bottom:7px;
	border-bottom:1px solid #DDD;
}
#wishlist_view ul li img
{
	width:100px; height:auto; float:left;
}
#wishlist_view ul li div
{
	margin-left:110px;
	padding-top:10px;
}
#wishlist_view ul li a{ cursor:pointer; }


#wishlist_view_button
{
	width:100%; height:40px; float:left;
	background:#004696;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    line-height: 40px;
    font-weight: 600; text-align:center;
    font-family: 'Titillium Web', sans-serif;
}
#wishlist_view_button:hover{ text-decoration:none; }