/* for all */
a { color: #e67e22; }
a:hover { color: #e67e22; }
#topcontrol { display: none; }

/* navigation */
.top-nav-collapse, .navbar-fixed-top { background: rgba(22,22,22,.8); box-shadow: none; }
.top-nav-collapse .navbar-brand, .top-nav-collapse .navbar-nav > li > a, .top-nav-collapse.navbar-default .navbar-nav > li > a::before, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #eee; }
.navbar-default .navbar-brand { color: #eee !important; }
.top-nav-collapse.navbar-default .navbar-toggle .icon-bar { background: #fff; }
.navbar-default .navbar-toggle:hover .icon-bar, .top-nav-collapse.navbar-default .navbar-toggle:hover .icon-bar { background: #e67e22; }

/* top revolution slider */
.tp-bullets.simplebullets.square .bullet { opacity: .7; border: none; }
.tp-banner.revslider-initialised.tp-simpleresponsive, #intro { max-height: 500px; overflow: hidden; }

/* home tours */
.user-review { padding-bottom: 120px; }
.user-review .content-boxes-in-v3 { padding-top: 10px; }
.user-review .content-boxes-in-v3 .heading-sm { font-size: 15px; color: #aaa; font-style: italic; }
.news-v1 * { transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
/*.news-v1 .news-v1-in .txt-wrapper { background: #555; }*/
.news-v1-in { position: relative; padding-bottom: 1px; }
.news-v1 h3 { font-weight: 700; font-size: 21px; }
.news-v1 p, .news-v1 li {  }
.news-v1 a { display: block; }
.news-v1 .img-wrapper .btn-u { position: absolute; top: 50%; left: 50%; transform: translate(-50%);  }
.news-v1 .img-wrapper { overflow: hidden; position: relative; }
.news-v1 .news-v1-in { background: none; }
.img-effect { display: block; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(255,255,255,.8); opacity: 0; } 
.news-v1 a:hover { text-decoration: none; }
.news-v1 a:hover h3 { color: #e67e22; }
/*.news-v1 a:hover .img-wrapper img { transform: scale(1.1) rotate(1deg); }*/
.news-v1 a:hover .img-wrapper .img-effect { opacity: 1; }
.copyright-section.top { padding: 0; margin-bottom: 60px; }
.title-v1.top { margin-bottom: 0; }
h2.ma, .title-v1 { margin-bottom: 40px; }
.special-offer ul { padding: 0 0 0 10px; list-style: none; }
.special-offer li { padding-left: 23px; position: relative; color: #999; }
.special-offer li i { position: absolute; left: 0; top: 3px; }
.special-offer li a { color: #e67e22; }
.special-offer p, .special-offer h5 { font-size: 15px; }
.special-offer hr { left: 50%; margin-left: -35px; width: 70px; position: relative; }
.special-offer .tour-img i { position: absolute; left: 0; bottom: -25px; }
.special-offer .tour-img i:after { color: #E67E22; content: "BESTSELLER"; font-family: "Open Sans",sans-serif; font-size: 12px; position: absolute; bottom: -40px; left: 50%; transform: translate(-50%); text-shadow: 0px 0px 0px #fff; font-weight: 900; }

/* tour page */
.portfolio-item1 li { font-size: 16px; margin-bottom: 3px; }
.portfolio-item li { padding: 3px 0 3px 30px; position: relative; }
.portfolio-item1 li i { font-size: 18px; margin-right: 4px; position: absolute; top: 5px; left: 0; }
.tour-details h1 { font-size: 32px; margin-bottom: 18px; }
.tour-details p, .tour-details ul li, .cbp-l-inline-subtitle { font-size: 14px; line-height: 1.53; }
.cbp-l-inline-title { margin-bottom: 24px; }
.cbp-l-grid-gallery .cbp-item { height: 210px; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; }

#grid-container .textual { margin-bottom: 14px; }

/*
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush .cbp-caption-defaultWrap { transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap { background: rgba(0, 0, 0, 0.6); bottom: 50%; height: auto; margin-left: 10%; padding-bottom: 15px; text-align: center; transform: translateY(50%); width: 80%; }
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-singlePageInline-active .cbp-caption-defaultWrap { bottom: 0; opacity: .2; transform: scale(1.1) rotate(1deg); }
.cbp-l-caption-title { font-weight: 700;  }
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap, .cbp-caption-overlayBottomPush.cbp-ie8 .cbp-caption:hover .cbp-caption-defaultWrap, .cbp-caption-overlayBottomPush.cbp-ie9 .cbp-caption:hover .cbp-caption-defaultWrap { bottom: 50%; background: #e67e22; }

.cbp-singlePageInline-active .cbp-caption-activeWrap { opacity: 0; }
*/

/* contact */
.contacts-section { background-size: cover; }
.contacts-section ul { padding: 0; list-style: none; }
.contacts-section li { color: #fff; font-size: 14px; }
#mailer-message.is-success { color: #22e66c; }
#mailer-message.is-fail { color: #e62222; }

@media only screen and (max-width: 767px) {
	#intro { display: none; }
	#services { padding-top: 30px; }

	.special-offer .tour-img i { bottom: -15px; left: 10px; }

	.tour-page .tour-details, .tour-page .wrapper { padding-top: 0; }
	.tour-page #myCarousel { margin-left: -15px; margin-right: -15px; }
}

@media only screen and (max-width: 480px) {
	.navbar-brand { font-size: 28px; }
}