
  html, body {
						margin:0px;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }
        .background {
            width: 100%;
            height: 100%;
            max-height: 100%;
            margin-top: 0;
            padding: 0;
            background-size:100% 100%;
            background-repeat: no-repeat;
        }
	/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: DodgerBlue;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
	  


	.button {
  background-color: #f4511e;
  border: none;
  color: white;
  padding: 5px 20  cpx;
  text-align: center;
  font-size: 15px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
#.button:hover {opacity: 1}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  width:40%;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


* {
    box-sizing: border-box;
}

a.menu-link{
	font-family:"Open Sans", sans-serif;
	color:#ff7b25 !important;	
	font-weight:bold;
}	

a.menu-link:hover{
	color:#6b5b95 !important;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
	font-size:20px;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	margin-top:10px;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.logo {
	padding-top:10px;
	padding-left:10px;
	width:40%;
}

.content_description
{
	color:white;
	padding:20px;
	border-radius:10px;
	font-size:45px;
	line-spacing:5px;
	font-family:montesrrat;
}

.content_guide{
	color:#FFFFFF;
	font-size:25px;
}

.world_map{
	width:100%;
	background:url(http://127.0.0.1/wordpress/wp-content/uploads/2017/08/placeholder-01.png) no-repeat;
	margin:auto;
	height:300px;
}


.tag_display
{
	 width:30px;
	 height:auto;
}

.section_mobile_view
{
	 width:60%;
	 border:0px solid green;
	 padding-top:2px;
	 width:50%;
	 margin:auto;
}


.package_section
{
	padding:100px;padding-right:200px;padding-left:200px;border:0px solid red;
}
.package_section_wrapper_inside{
	width:80%;margin:auto;border:0px solid red;
}

.package_section_holder{
min-height:300px;width:100%;border:0px solid red;padding:30px;
}
.package_section_holder div{
	width:100%;
}

.package_section_heading{
	width:50%;display:inline;font-size:40px;font-family:open-sans;color:white;
}

.tg-descount{
	bottom: 0;
	right: 0;
	color: #fff;
	padding: 0 15px;
	font-size: 12px;
	line-height: 34px;
	position: absolute;
}

.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}
.woocommerce .star-rating span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}

.woo-stars {
    float: left;
    line-height: 12px;
    position: relative;
    font-size: 12px;
    color: #ffa127;
}
.woocommerce .woo-stars .star-rating::before {
    color: #ffa127;
}

.hotlinks
{
	font-style:italic;
	font-size:12px;
	color:#d64161;
}

.world_tours
{
	width:100%;
	background-color:red;
	min-height:250px;
	no-repeat;
	background-color:white;
	border:0px solid green;
	margin:10px;
	padding:75px;
}

.section_cl
{
	min-height:800px !important;line-height:50px; 	
}

@media screen and (max-width: 600px) {

.section_cl
{
	min-height:450px !important;line-height:20px; 	
}	

    input[type=submit] {
        width: 100%;
        margin-top: 0;
		float:middle;
    }

	.world_tours
	{
		width:100%;
		background-color:red;
		min-height:250px;
		no-repeat;
		background-color:white;
		border:0px solid green;
		margin:10px;
		padding:10px;
	  overflow:hidden;
	}


	.package_section_wrapper_inside
	{
		width:90%;
	}
	.package_section_heading
	{
		font-size:20px;
	}
		
	.package_section
	{
		padding:100px;padding-right:10px;padding-left:10px;border:0px solid red;
	}


	
	.section_mobile_view
	{
		width:100%;
	}

	
	.content_description
	{
		padding:10px;
		font-size:21px;
    line-height:25px;
	}
	

	
	.content_guide{
		color:#FFFFFF;
		font-size:20px;
	}	

	input[type=text]{
		width: 100%;
		font-size:15px;
		align:center;
	}
	
	.autocomplete {
		width:100%;
	}
	
	.background {
	}
	
	.logo {
	padding-top:10px;
	padding-left:10px;
	width:80%;		
	}
	
	.autocomplete {
		width:100%;
	}
	
	.mobile-hide{ 
		display: none; 
	}

}

.content {
  padding-top: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 50px;
}

	

.testimonial{
    margin: 10px;
    text-align: center;
}
.testimonial .testimonial-content{
    padding: 30px 0 0;
    margin-bottom: 3px;
    border-top: 2px solid #2e3a59;
    border-bottom: 2px solid #2e3a59;
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "";
    border-top: 60px solid #2e3a59;
    border-right: 60px solid transparent;
    border-bottom: 60px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .testimonial-content:after{
    content: "";
    border-bottom: 60px solid #2e3a59;
    border-top: 60px solid transparent;
    border-left: 60px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #2e3a59;
    margin-bottom: 20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    padding: 10px;
    margin: 0;
    background: #fff;
    text-align: center;
    font-size: 17px;
    color: #d7263d;
    letter-spacing: 1px;
}
.testimonial .content{
    padding: 5px 0;
    background: #fff;
}
.testimonial .title{
    font-size: 20px;
    color: #d7263d;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    display: inline-block;
    font-size: 15px;
    color: #fff;
}
.owl-theme .owl-controls{ margin-top: 10px; }
.owl-theme .owl-controls .owl-page span{
    width: 12px;
    height: 12px;
    background: #2e3a59;
    border-radius: 0;
    margin-right: 10px;
    transform: scale(1.2);
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    outline: 2px solid #2e3a59;
    outline-offset: 3px;
    background: #d7263d;
    transform: scale(0.8);
}
