body {color:#727272; line-height:26px;}

/*header*/
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
color: #fff;
font-weight: 600;
text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
color: #333;
font-weight: 600;
text-transform: uppercase;
}

#sp-header.transparent {
background: transparent;
border-bottom: 0 solid transparent;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
left: 0;
transition: all 0.5s ease 0s;
width: 100%;
z-index: 99;
position:absolute;
top:0;
}
#sp-header.header-sticky {
position: fixed;
z-index: 9999;
background: #333;
}
#offcanvas-toggler i {color:#fff!important;}

/*end*/

.btn-primary, .sppb-btn-primary {
 font-size:14px!important;
padding: 15px 35px!important;
text-transform: uppercase!important;
line-height: 1.25;
}
.sppb-article-meta .tags {
	display: none;
}
.offcanvas-menu .burger-icon {
background: #222;
padding: 3px;
width: 40px;
height: 40px;
}
.offcanvas-active .burger-icon > span {
background-color: #ffffff;
}
#sp-header.header-sticky .burger-icon > span {
background-color: #ffffff;
}
/**/
.sppb-btn-default {
background: #f9461d;
border: 2px solid #f9461d;
border-radius: 100px;
font-size: 12px;
padding: 15px 35px;
text-transform: uppercase;
font-weight: 400;
line-height: 1.25;
color:#fff;
}
.sppb-btn-default:hover {
background: #f9461d;
color: #fff;
border: 2px solid #f9461d;
}
/**/
.single_package {
margin: 0 15px;
overflow: hidden;
position: relative;
}
@media only screen and (max-width:768px) { 
.single_package {margin-bottom:40px}
}
.package-hover {
position: absolute;
width: 100%;
height: 100%;
bottom: -100%;
padding: 30px;
padding-bottom: 0px;
background: #f9461d;
transition: all 0.3s ease-in-out;
}
.single_package:hover .package-hover {
bottom: 0px;
}
.package-hover p{color: #fff;}
.package-hover i{color: #fff;}
.time_zone{
background: #fff;
display: block;
overflow: hidden;
color: #333!important;
padding: 10px;
}
.team .position-center-center {
width: 100%;
padding: 0 20px;
}
.single_package img{width: 100%;}
.single_package h5 {
color: #fff;
font-size: 18px;
margin: 0;
text-transform: uppercase;
font-weight: 600;
}
.single_package span {
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 600;
margin: 10px 0 0;
text-align: left;
text-transform: uppercase;
width: 100%;
}
.package-name {
background:#f9461d;
bottom: 0;
color: #fff;
font-size: 16px;
font-weight: 600;
left: 0;
margin: 0;
padding: 25px 20px;
text-transform: uppercase;
transition: all 0.2s ease-in-out 0s;
width: 100%;
}
/**/
.grid figure {
cursor: pointer;
margin-bottom: 0;
overflow: hidden;
position: relative;
text-align: center;
}
.grid figure img {
position: relative;
display: block;
width: 100%;
}
.grid figure figcaption {
padding: 20px;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption,
.grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.grid figure h4 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h4,
.grid figure p { margin: 0 }
.grid figure p {
font-size: 16px;
letter-spacing: 1px;
}
.grid figure p a { color: #fff }
figure.effect-sadie figcaption:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 75%);
content: '';
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate3d(0,50%,0);
transform: translate3d(0,50%,0);
}
figure.effect-sadie h4 {
background: #fff none repeat scroll 0 0;
color: #222;
font-size: 18px;
left: 20%;
letter-spacing: 1px;
padding: 15px 0;
position: absolute;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0px);
transform: translate3d(0px, -50%, 0px);
-webkit-transition: -webkit-transform 0.35s ease 0s, color 0.35s ease 0s;
transition: transform 0.35s ease 0s, color 0.35s ease 0s;
width: 60%;
opacity: 0;
filter: alpha(opacity=0);
}
@media only screen and (max-width:768px) { 
figure.effect-sadie h4 { font-size: 12px }
}
@media only screen and (max-width:480px) { 
figure.effect-sadie h4 { font-size: 18px }
}
@media only screen and (max-width:320px) { 
figure.effect-sadie h4 { font-size: 14px }
}
figure.effect-sadie figcaption:before,
figure.effect-sadie p {
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
position: absolute;
bottom: 0;
left: 0;
padding: 2em;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate3d(0,10px,0);
transform: translate3d(0,10px,0);
}
figure.effect-sadie:hover h4 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption:before,
figure.effect-sadie:hover p {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
/**/

.single-discount {
background: #fff none repeat scroll 0 0;
border: 1px solid #eee;
margin: 0 15px 10px;
padding: 10px;
transition: all 0.2s ease 0s;
}
@media only screen and (max-width:480px) { 
.single-discount { margin-bottom: 40px }
}
.single-img {
position: relative;
width: 100%;
}
.post-date {
background: #fff none repeat scroll 0 0;
display: inline-block;
left: 0;
margin-left: 10%;
padding: 15px 30px;
position: absolute;
text-align: center;
top: 5%;
}
.post-date  h4 {
color: #333;
margin: 0;
text-align: center;
text-transform: uppercase;
}
.post-date i {
  color: #f9461d;
}
.single_discount_dsc {padding: 10px 10px 0;}
.single_discount_dsc h3 {
color: #333;
display: block;
font-size: 20px;
margin: 0;
padding-bottom: 10px;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.single_discount_dsc h3 a:hover { color: #f9461d }
.single_discount_dsc p {
margin-bottom: 5px;
}
.single_discount_dsc a {
color: #f9461d;
font-weight: 400;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
text-transform: uppercase;
font-size: 14px;
}
.single_discount_dsc a:hover { padding-left: 10px }
/*START SINGLE TOUR DETAILS*/
.single_tour_details{}
.single_tour_details img{width:100%;}
.single_tour_details span{
color: #333;
display: block;
margin: 10px 0;
overflow: hidden;
font-size: 17px;
text-transform: uppercase;	
}
.single_tour_details h2{}
.single_tour_details p{}
.book_now{margin-bottom: 30px;}
.book_now h4{
border-bottom: 1px solid #eee;
font-weight: 400;
margin-bottom: 15px;
padding-bottom: 15px;
text-transform: uppercase;	
}

.book_now input {
background: #fff none repeat scroll 0 0;
border-color: currentcolor currentcolor #eee;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #333;
height: 45px;
padding: 10px;
}
.book_now input:hover,
.book_now input:focus {
border-color: currentcolor currentcolor #f9461d;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
outline: 0 none;
}
/**/
.sp-page-title {
position: relative;
padding:180px 0;
background-size: cover;
background-position: center center
}

.sp-page-title::before {
background: rgba(0, 0, 0, 0) linear-gradient(rgba(34, 38, 75, 0.1), rgba(34, 38, 75, 0.5)) repeat scroll 0 0;
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}

.sp-page-title h2 {
background: #f9461d;
border: 4px solid #fff;
box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
color: #fff;
font-weight: 400;
padding: 30px;
text-transform: uppercase;
text-align:center;
display:block;
margin:auto;
width:80%;
z-index:99;
position:relative;
}
/**/

.sppb-addon-articles .sppb-addon-article {border: 1px solid #eee;}
.sppb-article-introtext {padding: 0 20px 20px 20px;}
.sppb-article-meta {padding:0 20px;}
.sppb-addon-article h3 {padding:0 20px;}

/**/

#sp-left .sp-module .tagscloud .tag-name, #sp-right .sp-module .tagscloud .tag-name {
padding: 11px 14px;
background: #fff;
font-size: 14px !important;
border-radius: 30px;
margin: 2px 0;
color: #333;
border: 1px solid #eee;
margin: 5px 0 !important;
}
#sp-left .sp-module .tagscloud .tag-name:hover, #sp-right .sp-module .tagscloud .tag-name:hover {
color: #fff;
border: 1px solid #f9461d;
background: #f9461d;
}
.article-list .article .article-header h1, .article-list .article .article-header h2 {font-size:18px;}
.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {color:#333;}
.article-introtext {color:#727272;line-height: 27px;}
#sp-left h4 a , #sp-right h4 a {font-size:14px;text-transform: uppercase; color:#333;}
#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
border-bottom: 1px solid #eee;
font-weight: 400;
margin-bottom: 15px;
padding-bottom: 15px;
text-transform: uppercase;
}
/**/
.testimonial{
margin: 0 20px 40px;
}
.testimonial .testimonial-content{
padding: 35px 25px 35px 50px;
margin-bottom: 35px;
background: #fff;
border: 1px solid #f0f0f0;
position: relative;
}
.testimonial .testimonial-content:after{
content: "";
display: inline-block;
width: 20px;
height: 20px;
background: #fff;
position: absolute;
bottom: -10px;
left: 22px;
transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
width: 50px;
height: 45px;
background: #f9461d;
text-align: center;
font-size: 22px;
color: #fff;
line-height: 42px;
position: absolute;
top: 37px;
left: -19px;
}
.testimonial-content .testimonial-icon:before{
content: "";
border-bottom: 16px solid #f9461d;
border-left: 18px solid transparent;
position: absolute;
top: -16px;
left: 1px;
}
.testimonial .description{
font-size: 15px;
font-style: italic;
color: #8a8a8a;
line-height: 23px;
margin: 0;
}
.testimonial .title{
display: block;
font-size: 18px;
font-weight: 700;
color: #525252;
text-transform: capitalize;
letter-spacing: 1px;
margin: 0 0 5px 0;
}
.testimonial .post{
display: block;
font-size: 14px;
color: #f9461d;
}
/**/

.sppb-form-control, .sppb-form-group .sppb-form-control {border:1px solid #eee; border-radius:1px;}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {border:1px solid #eee; border-radius:1px;}
#sp-footer1,
.sp-copyright {text-align: center;}
