/*
Theme Name: greenisland
Author: the WordPress team
Author URI: http://greenisland.com/
Version: 1.0
Text Domain: greenisland.com
*/
body
{
	margin:0px; padding:0px;
	width:100%; height:auto;
	background:#FFF;
	font-family: 'Raleway', sans-serif; font-size:13px; color:#202124;
}
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: 'Raleway', 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:1450px; min-width:250px; margin:0 auto; position:relative; }

.pull-right{ float:right; }

.margin-top5{ margin-top:85px; }
.margin-bottom85{ margin-bottom:85px; }

#header
{
	width:100%; height:85px; position:fixed; left:0px; top:0px; z-index:999;
}

#logo
{
	width:auto; height: auto; float:left;
	margin-top:25px;
}
#logo a img{ width:100%; height:120px; filter: brightness(0) invert(1); }


#mob-nav
{
	width:49px; height:49px; position:absolute; right:0px; top:40px; display:none;
	border:3px solid #FFF;
	font-size:22px; color:#FFF; text-align:center;
}
#mob-nav i{ line-height:42px; }


#nav
{
	width:auto; height:auto; position:absolute; right:190px; top:48px;
}
#nav ul
{
	width:auto; height:auto; float:left;
}
#nav ul li
{
	width:auto; height:auto; float:left; position:relative;
}
#nav ul li a
{
	width:auto; height:auto; float:left;
	font-size:16px; color:#FFF; font-weight:700; text-transform:uppercase; text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
	padding:10px 10px 0px 10px;
	margin-left:10px; margin-right:10px;
	border-top:2px solid rgba(255,255,255,0)
}
#nav ul li a:hover{ text-decoration:none; border-top:2px solid #FFF; }




#nav ul ul
{
	width:230px; height:0px; position:absolute; top:50px; left:0px; z-index:999;
	overflow:hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#nav ul ul:before
{
	display: none;
	position:absolute; top:-1px; left:0%; margin-top:-16px;
	margin-left:24px;
	font-size:26px; color:#222;
	font-family: FontAwesome;
	content: "\f0d8";
}
#nav ul ul li{ width:100%; height:auto; float:left; margin-left:0px; padding-bottom:0px; }
#nav ul ul li a
{
	width:100%; height:auto; float:left;
	font-size:13px; color:#c8c8c8; font-weight:100;
	padding-top:15px; padding-bottom:15px; padding-left:20px;
	border-bottom:1px solid #333;
	background:#222;
}
#nav ul ul li a:hover{ color:#FFF; text-decoration:none; background:#000; }

#nav ul li:hover > ul:before{ display:block; }
#nav ul li:hover > ul{ display:block; height:inherit; overflow:inherit; }



#header_start
{
	width:auto; height:45px; position:absolute; right:0px; top:45px;
	background:#FFF;
	font-size:14px; line-height:47px; color:#000;
	padding:0px 25px 0px 25px;
	border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
}
#header_start:hover{ background:#e8b423; color:#FFF; text-decoration:none; }
#header_start:hover i{ margin-left:10px; }

.scroll
{	
	height:65px !important;
	background:#FFF;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.scroll #logo{ margin-top:5px; }
.scroll #logo a{ float:left; }
.scroll #logo img{ height:55px;fleft:left; filter: brightness(1) invert(0); }
.scroll #nav{ top:13px; }
.scroll #nav a{ color:#000; text-shadow:none; font-size:14px; }
.scroll #header_start{ top:10px; border:1px solid #e8b423; }
.scroll #mob-nav
{
	top:10px;
	border:3px solid #000;
	color:#000;
}


#slider
{
	width:100%; height:750px; float:left; position:relative;
	overflow:hidden;
}
#slider img
{
	width:100%; height:auto; float:left;
}
#slider_content
{
	width:100%; height:auto; position:absolute; bottom:125px; left:0px;
}
#slider_content h1
{
	width:100%; height:auto; float: left;
	color:rgba(255,255,255,0.5); font-size:130px; text-align:center; font-family: "Great Vibes", cursive; font-weight:800;
}
#slider_content h2
{
	width:100%; height:auto; float:left;
	margin-top:-50px; margin-bottom:25px;
	font-size:100px; text-align:center; color:rgba(255,255,255,0.99); font-weight:800; line-height:100px; text-shadow: -1px 0px 2px rgba(0,0,0,0.6);
}
#slider_content h2 small{ font-size:26px; }
#slider_content p
{
	width:50%; height:auto; float:left;
	margin-left:25%; margin-right:25%;
	font-size:32px; text-align:center; color:rgba(255,255,255,0.9); font-weight:800; line-height:40px; text-shadow: -1px 0px 2px rgba(0,0,0,0.6);
}


#home_about
{
	width:100%; height:auto; float:left;
	background:url(images/home-about-right-tour-bg.jpg) right top no-repeat;
}

#home_about_l
{
	width:45%; height:auto; float:left;
	margin-right:5%; margin-top:110px;
}
#home_about_l h2
{
	width:100%; height:auto; float:left;
	font-size:52px; font-weight:700;
	margin-bottom:45px;
}
#home_about_l p
{
	width:100%; height:auto; float:left;
	font-size:16px; line-height:24px; text-align:justify;
	margin-bottom:35px;
}

#home_about_r
{
	width:45%; height:550px; float:left; position:relative;
	margin-right:5%; margin-top:65px;
}
#home_about_r img{ position:absolute; width:350px; height:auto; }

#home_about_r img:nth-child(1){ left:0%; }
#home_about_r img:nth-child(2){ left:250px; top:55px; }





#home_tours
{
	width:100%; height:500px; float:left;
	padding-top:65px; padding-bottom:65px; margin-bottom:130px;
	background:#4d8963
}
#home_tours h2
{
	width:100%; height:auto; float:left;
	font-size:52px; font-weight:700; color:#FFF; text-align:center;
	margin-bottom:45px;
}


#home_tours .owl-carousel{ margin:0px; display:block; }
#home_tours .owl-carousel .owl-buttons div{ opacity:1; }

#home_tours .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_tours .owl-carousel
{
	background:none;
}

#home_tours .owl-controls
{
	background:none;
}

#home_tours .owl-theme .owl-controls .owl-buttons div{
	width:75px; height:75px;
	color: #555;
	text-align:center;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	background: rgba(255,255,255,0.7); border:1px solid #FFF;
}
#home_tours .owl-theme .owl-controls .owl-buttons div:hover
{
	color:#000; border:1px solid #FFF;
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	background: rgba(255,255,255,0.85);
}


#home_tours .owl-controls .owl-buttons .owl-prev
{
	left:2%;
}
#home_tours .owl-next
{
	right:2%;
}
#home_tours .owl-theme .owl-controls .owl-buttons div i
{
	font-size:62px; line-height:110px;
}
#home_tours ul{ margin:0px; padding:0px; }

#home_tours ul li
{
	list-style:none; position:relative; overflow:hidden;
	padding:0px 25px;
}
#home_tours ul li img
{
	width:100%; height:auto;
  transition: transform .2s; /* Animation */
 }

#home_tours ul li a
{
	width:100%; height:auto; display:inline-block;
	 text-shadow: -1px 0px 2px rgba(0,0,0,0.6);
}
#home_tours ul li a h3
{
	width:100%; height:auto; position:absolute; left:55px; bottom:65px;
	font-size:28px; color:#FFF; font-weight:600;
}
#home_tours ul li a p
{
	width:100%; height:auto; position:absolute; left:55px; bottom:40px;
	font-size:16px; color:#FFF;
}
#home_tours ul li a:hover
{
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
}
#home_tours ul li a:hover img
{
	transform: scale(1.2);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.64);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.64);
}




#home_why
{
	width:92%; height:500px; float:left;
	margin-bottom:65px; margin-left:4%; margin-right:4%;
}

#home_why_l
{
	width:40%; height:500px; float:left;
	margin-right:5%;
}
#home_why_l img{ width:47%; margin-right:2%; }


#home_why_r
{
	width:55%; height:500px; float:left;
}
#home_why_r h2
{
	width:100%; height:auto; float:left;
	font-size:42px; font-weight:700; color:#222;
	margin-bottom:15px; margin-top:45px;
}
#home_why_r h3
{
	width:100%; height:auto; float:left;
	font-size:22px; font-weight:700; color:#666;
	margin-bottom:45px;
}

#home_why_r ul
{
	width:100%; height:auto; float:left;
}

#home_why_r ul li
{
	width:100%; height:auto; float:left; position:relative;
	margin-bottom:25px; padding-left:95px;
}
#home_why_r ul li i
{
	width:65px; height:65px; position:absolute; left:0px; top:0px;
	background:#4d8963;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	font-size:32px; color:#FFF; line-height:65px; text-align:center;
}
#home_why_r ul li h4
{
	width:100%; height:auto; float:left;
	font-size:22px; font-weight:700; color:#222;
	margin-bottom:15px;
}
#home_why_r ul li p
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#666; line-height:24px;
	margin-bottom:15px;
}


#home_destination
{
	width:100%; height: auto; float:left;
	margin-bottom:65px; margin-top:65px;
	background:url(images/world-bg.png) right top no-repeat;
	background-size:60%;
}
#home_destination_head
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
}
#home_destination_head h2
{
	width:100%; height:auto; float:left;
	font-size:42px; font-weight:700; color:#222;
	margin-bottom:15px;
}
#home_destination_head p
{
	width:40%; height:auto; float:left;
	font-size:16px;color:#222; line-height:24px;
	margin-bottom:15px; margin-right:60%;
}


#home_destination ul
{
	width:100%; height:auto; float:left;
}

#home_destination ul li
{
	width:31.33%; height:auto; float:left; position:relative; overflow:hidden;
	margin-right:2%; margin-bottom:35px;
}
#home_destination ul li a
{
	width:100%; height:auto; float:left;
}
#home_destination ul li a img
{
	width:100%; height:auto; float:left;
  transition: transform .2s; /* Animation */
}
#home_destination ul li a i
{
	width:65px; height:65px; position:absolute; left:0px; top:0px;
	background:#4d8963;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	font-size:32px; color:#FFF; line-height:65px; text-align:center;
}
#home_destination ul li a h3
{
	width:100%; height:auto; position:absolute; left:25px; bottom:25px;
	font-size:22px; font-weight:700; color:#FFF;text-shadow: -1px 0px 2px rgba(0,0,0,0.6);
}
#home_destination ul li a p
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#666; line-height:24px;
	margin-bottom:15px;
}

#home_destination ul li a:hover img
{
	transform: scale(1.2);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.64);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.64);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.64);
}
#home_destination_more
{
	width:100%; height: auto; float:left;
	text-align:center;
	table-layout:inherit;
	margin-top:25px;
}
#home_destination_more a
{
	width:200px; height:48px; display:inline-block;
	background:#4d8963;
	color:#FFF; font-size:16px; line-height:48px; text-align:center;
	border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
}
#home_destination_more a:hover{ background:#000; text-decoration:none; }


#home_book
{
	width:100%; height: auto; float:left;
	background:url(images/tour-request.jpg) no-repeat right bottom;
	background-size:50%;
}

#home_book_l
{
	width:45%; height: auto; float:left;
	margin-bottom:65px;
}
#home_book_l h3
{
	width:100%; height:auto; float:left;
	font-size:34px; font-weight:700; color:#222;
	margin-bottom:45px;
}
.home_book_l_td
{
	width:48%; height:auto; margin-right:2%; float:left;
}
.home_book_l_tdta
{
	width:98%; height:auto; margin-right:2%; float:left;
}
#home_book label
{
	width:100%; height: auto; float:left;
	margin-bottom:10px;
	font-size:16px;
}
#home_book input,#home_book textarea,#home_book select
{
	width:100%; height: 40px; float:left;
	margin-bottom:25px; padding:5px 15px;
	font-size:13px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}
#home_book textarea{ height:95px; padding:15px; }

#home_book button
{
	width:200px; height:48px; display:inline-block;
	margin-top:15px;
	background:#4d8963;
	color:#FFF; font-size:16px; line-height:48px; text-align:center;
	border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
}
#home_book button:hover{ background:#000; text-decoration:none; }


#footer
{
	width:100%; height:auto; float:left;
	padding-top:85px;
	background:url(images/footer.jpg) bottom left no-repeat;
}

#footer h2
{
	width:40%; height:auto; float:left;
	font-size:52px; color:#FFF; font-weight:600;
}

.footer_col_link
{
	width:18%; height:auto; float:left;
	margin-left:2%;
}
.footer_col_link h3
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
	font-size:18px; color:#FFF; font-weight:600;
}
.footer_col_link a
{
	width:100%; height:auto; float:left;
	margin-bottom:10px;
	font-size:16px; color:#EEE;
}
#copy
{
	width:100%; height:auto; float:left;
	margin-top:50px;
	padding-top:45px; padding-bottom:45px;
	font-size:16px; color:#EEE;
	border-top:1px solid rgba(255,255,255,0.6);
}

#copy_design
{
	float:right;
}
#copy_design a{ color:#FFF; }
#copy_design a h3{ font-size:14px; line-height:25px; float:left; margin-right:10px; }
#copy_design a img{ font-size:14px; float:left; height:25px; width:auto; filter: brightness(0.2) invert(0.8); }


#copy_design a:hover img{ filter: brightness(0) invert(1); }


#about_header
{
	width:100%; height:300px; float:left; position:relative;
	background:url(images/tour-sri-lanka.jpg) right bottom no-repeat;
}
#about_header h1
{
	width:100%; height:auto; position:absolute; bottom:45px; left:0px;
	float:right;
	font-size:42px; color:#FFF; text-align:center; text-shadow: 0px 0px 2px rgba(0,0,0,0.6); font-weight:600;
}

#about_why
{
	width:100%; height:auto; float:left;
	padding-top:65px; padding-bottom:65px;
	background:#EEE;
	text-align:center;
}
#about_why h2
{
	width:100%; height:auto; float:left;
	margin-bottom:45px;
	font-size:42px; font-weight:800;
}

#about_why ul
{
	width:100%; height:auto; float:left;
}
#about_why ul li
{
	width:25%; height:auto; float:left;
	padding:20px;
}
#about_why ul li h3
{
	width:100%; height:auto; float:left;
	margin-bottom:15px; margin-top:15px;
	font-size:18px; font-weight:800;
}
#about_why ul li p
{
	width:100%; height:auto; float:left;
	font-size:16px;
}





#tours
{
	width:100%; height: auto; float:left;
	margin-bottom:65px; margin-top:65px;
	background:url(images/world-bg.png) right top no-repeat;
	background-size:60%;
}
#tours_head
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
}
#tours_head h2
{
	width:100%; height:auto; float:left;
	font-size:42px; font-weight:700; color:#222;
	margin-bottom:15px;
}
#tours_head p
{
	width:40%; height:auto; float:left;
	font-size:16px;color:#222; line-height:24px;
	margin-bottom:15px; margin-right:60%;
}


#tours ul
{
	width:100%; height:auto; float:left;
}

#tours ul li
{
	width:31.33%; height:auto; float:left; position:relative; overflow:hidden;
	margin-right:2%; margin-bottom:55px;
  transition: transform .2s; /* Animation */
}
#tours ul li a
{
	width:100%; height:auto; float:left; position:relative;
  transition: transform .2s; /* Animation */
}
#tours ul li a img
{
	width:100%; height:auto; float:left;
	margin-bottom:25px;
  transition: transform .2s; /* Animation */
}
#tours ul li a i
{
	width:65px; height:65px; position:absolute; left:0px; top:0px;
	background:#4d8963;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	font-size:32px; color:#FFF; line-height:65px; text-align:center;
}
#tours ul li a h3
{
	width:100%; height:auto; float:left;
	margin-bottom:20px;
	font-size:22px; font-weight:700; color:#000;
}
#tours ul li a h6
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#666; line-height:24px;
	margin-bottom:15px;
}
#tours ul li a p
{
	width:100%; height:180px; float:left;
	font-size:16px; color:#666; line-height:24px;
	margin-bottom:15px;
}
#tours ul li a span
{
	width:200px; height:48px; position:absolute; left:0px; bottom:0px;
	margin-top:15px;
	background:#4d8963;
	color:#FFF; font-size:16px; line-height:48px; text-align:center;
	border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
  transition: transform .2s; /* Animation */
}
#tours ul li a:hover span{ background:#000; text-decoration:none; }



#tour_view
{
	width:100%; height: auto; float:left;
	margin-bottom:65px; margin-top:65px;
	background:url(images/world-bg.png) right top no-repeat;
	background-size:60%;
}
#tour_view_head
{
	width:100%; height: auto; float:left;
	margin-bottom:25px;
}
#tour_view_head h2
{
	width:100%; height:auto; float:left;
	font-size:42px; font-weight:700; color:#222;
	margin-bottom:15px;
}
#tour_view_head p
{
	width:40%; height:auto; float:left;
	font-size:16px;color:#222; line-height:24px;
	margin-bottom:15px; margin-right:60%;
}

#tour_view_gallery
{
	width:100%; height:auto; float:left;
	margin-bottom:65px;
}


#tour_view_gallery .owl-carousel{ margin:0px; display:block; }
#tour_view_gallery .owl-carousel .owl-buttons div{ opacity:1; }

#tour_view_gallery .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;
}

#tour_view_gallery .owl-carousel
{
	background:none;
}

#tour_view_gallery .owl-controls
{
	background:none;
}

#tour_view_gallery .owl-theme .owl-controls .owl-buttons div{
	width:75px; height:75px;
	color: #555;
	text-align:center;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	background: rgba(255,255,255,0.7); border:1px solid #FFF;
}
#tour_view_gallery .owl-theme .owl-controls .owl-buttons div:hover
{
	color:#000; border:1px solid #FFF;
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.52);
	background: rgba(255,255,255,0.85);
}


#tour_view_gallery .owl-controls .owl-buttons .owl-prev
{
	left:2%;
}
#tour_view_gallery .owl-next
{
	right:2%;
}
#tour_view_gallery .owl-theme .owl-controls .owl-buttons div i
{
	font-size:62px; line-height:110px;
}
#tour_view_gallery ul{ margin:0px; padding:0px; }

#tour_view_gallery ul li
{
	list-style:none; position:relative; overflow:hidden;
}
#tour_view_gallery ul li img
{
	width:100%; height:auto;
}
#tour_view_content
{
	width:100%; height:auto; float:left;
}
#tour_view_content .wp-block-gallery
{
	margin-bottom:45px;
}

#tour_view_content h2
{
	width:100%; height:auto; float:left;
	font-size:42px; font-weight:700; color:#222;
	margin-bottom:15px;
}
#tour_view_content h3
{
	width:100%; height:auto; float:left;
	font-size:32px; font-weight:700; color:#222;
	margin-bottom:15px;
}
#tour_view_content h4
{
	width:100%; height:auto; float:left;
	font-size:22px; font-weight:700; color:#222;
	margin-bottom:15px;
}
#tour_view_content p
{
	width:100%; height:auto; float:left;
	font-size:16px; color:#666; line-height:26px;
	margin-bottom:15px;
}
#tour_view_content ul
{
	width:96%; height:auto; float:left;
	font-size:16px; color:#666; line-height:26px;
	margin-bottom:15px; margin-left:4%;
}
#tour_view_content ul li
{
	width:96%; height:auto; float:left;
	font-size:16px; color:#666; line-height:26px;
	margin-bottom:15px;
	list-style:circle
}


#contact_details
{
	width:100%; height:auto; float:left;
}

.contact_details_col
{
	width:31.33%; height:auto; float:left;
	margin-left:1%; margin-right:1%;
}
.contact_details_col h3
{
	width:100%; height:auto; float:left;
	font-size:32px; font-weight:700; color:#222;
	margin-bottom:15px;
}
.contact_details_col p
{
	width:100%; height:auto; float:left;
	font-size:18px; color:#666; line-height:26px;
	margin-bottom:15px;
}