@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
body {
	font-family: 'Source Sans Pro', sans-serif;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.tp30 {
	padding: 30px 0;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 22px;
}
.fw5 {
	font-weight: 500;
}
.img-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.darkgrey {
	background: #292e3c;
}
.dark {
	background: #131313;
}
.orange-text {
	color: #ed944a;
}
.white-text {
	color: #fff;
}
.darkgreen {
	color: #7da940;
}
.orange-bg {
	background: #ed944a;
}
.form-control {
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { /* for IE 11 */
 display: none;
}
select.form-control {
	background: #fff url(../images/select.png) no-repeat center right 7px;
}
.btn {
	border-radius: 0;
	display: inline-block;
}
.btn.btn-dark {
	background: #292e3c;
	color: #fff;
	font-size: 20px;
	padding: 5px 30px;
	transition: all 0.4s ease-in-out;
}
.btn.btn-dark:hover {
	background: #1f222d;
	padding-right: 25px;
}
.btn.btn-dark i {
	transition: all 0.4s ease-in-out;
}
.btn.btn-dark:hover i {
	margin-left: 5px;
}
.wo .orange-btn {
	background: #ed954a;
	color: #292e3c;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
	min-width: 120px;
	text-align: center;
	border-radius: 5px;
	margin: 5px;
}
.wo .orange-btn.white-text {
	text-decoration: none;
	color: #fff;
	cursor: inherit;
}
.btn-add-cart {
	background: #ed954a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	min-width: 260px;
	text-align: right;
	margin: 0 0 10px 0;
	float: right;
	margin-right: 60px;
}
/*.ch-menu-icon-hold {
	background: #98c23c;
	width: 79px;
	height: 79px;
	float: right;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}*/
.ch-menu-icon-hold:hover {
	background: #89af36;
}
.nav-contact {
	font-size: 15px;
	padding: 14px 20px 0;
	float: right;
}
.nav-contact a:first-child {
	font-size: 17px;
	font-weight: 700;
}
.nav-contact a {
	display: block;
	text-align: right;
}
.link-light, .nav-light a {
	color: #6d717f;
	transition: all 0.3s ease-in-out;
}
.link-light:hover, .nav-light a:hover {
	color: #fff;
}
/*icon sstyle */
#ch-menu-icon {
	background: #98c23c;
	float: right;
	width: 79px;
	height: 79px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#ch-menu-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 20px;
	margin-left: 30px;
	margin-top: 30px;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#ch-menu-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#ch-menu-icon span:nth-child(2) {
	top: 7px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#ch-menu-icon span:nth-child(3) {
	top: 14px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
#ch-menu-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 4px;
}
#ch-menu-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}
#ch-menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	left: 4px;
}
/*icon style end */
header {
	background: #1f222d;
	width: 100%;
	height: 79px;
	position: absolute;
	z-index: 2001;
}
.logo {
	margin-top: 6px;
	margin-left: 15px;
	float: left;
	width: 15%;
}
.menu {
	z-index: 1000000;
	font-weight: bold;
	width: 100%;
	background: rgba(31, 34, 45, 0.99);
	position: absolute;
	text-align: center;
	font-size: 12px;
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}
.menu li {
	display: block;
}
.menu ul li a {
	text-decoration: none;
	margin: 0px;
	color: #666;
}
.menu ul li a:hover {
	color: #666;
	text-decoration: none;
}
.menu a {
	text-decoration: none;
	color: #666;
}
.menu a:hover {
	text-decoration: none;
	color: #666;
}
#nav-overlay {
	background: rgba(31, 34, 45, 0.98);
	height: 100%;
	min-height: 4000px;
	opacity: 0;
	position: fixed;
	transition: opacity 0.5s ease 0s;
	width: 100%;
	z-index: -9999;
	top: 0;
}
#nav-overlay.active {
	opacity: 1;
}
#nav-overlay.layer-change {
	z-index: 2000;
}
.spothead {
	background: #292e3c;
	position: relative;
}
.spot-logo {
	background: #292e3c url(../images/spot-logo.png) no-repeat right 30px bottom 30px;
}
.spot-bg-equipment {
	background: #292e3c url(../images/spot-bg-equiment.png) no-repeat right 30px bottom 30px;
}
.spot-bg-news {
	background: #292e3c url(../images/spot-bg-news.png) no-repeat right 30px bottom 30px;
}
.spot-bg-contact {
	background: #292e3c url(../images/spot-bg-contact.png) no-repeat right 0px bottom 30px;
}
.spothead .owl-carousel {
	height: 100%;
	padding-top: 30px;
	padding-left: 30px;
}
.spothead .owl-theme .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.spothead .owl-carousel .owl-item {
	font-style: italic;
}
.spothead .owl-carousel .owl-item h1 {
	color: #fff;
	font-size: 66px;
	font-weight: bold;
}
.spothead .owl-carousel .owl-item h2 {
	color: #ed944a;
	font-size: 40px;
}
.spothead .owl-carousel .owl-item h2 a {
	color: #ed944a;
	text-decoration: underline;
}
.spothead .owl-carousel .owl-item h2 hr {
	border-color: #ed944a;
	width: 20%;
	margin: 5px 0;
}
.button-arrow {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(149,149,149,0.30);
	color: #fff;
	font-size: 24px;
	padding: 15px 29px;
	display: inline-block;
	z-index: 1999;
}
.button-arrow:hover, .button-arrow:focus {
	color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
	border: 3px solid #292e3c;
}
.owl-theme .owl-dots .owl-dot.active span {
	width: 16px;
	height: 16px;
	background: #292e3c;
	position: relative;
	border: 3px solid #fff;
	margin: 6px;
}
.owl-theme .owl-dots .owl-dot.active span:before {
	content: '';
	position: absolute;
	top: -7px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	background: #3cb54a;
	z-index: -1;
	border-radius: 100%;
}
.head {
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	margin: 0;
}
.gold-texture {
	background: url(../images/gold-texture.png) repeat center center;
}
.quick-book-form {
	padding: 30px 0;
}
.field-box {
	margin: 30px 0;
}
.field-hold {
	background: #ed954a;
	float: left;
	width: 80%;
}
.ball-icon {
	float: left;
	width: 20%;
	position: relative;
	margin-right: -60px;
	margin-top: -10px;
}
.ball-icon span {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	text-shadow: 1px 1px #666;
}
.ball-icon a {
	color: #292e3c;
}
.ball-icon a:hover, .ball-icon a:focus {
	color: #292e3c;
}

.ball-icon .btn{
 background: none;
 padding: 6px 0px;
}
.ball-icon .btn span{
 left: 0;
}

.field-box .form-group {
	margin-bottom: 0px;
}
.field-hold .input-group-addon {
	height: 50px;
	background: #fff;
	position: absolute;
	right: 0;
	z-index: 3;
	font-size: 20px;
	padding: 13px 23px;
	margin: 0 10px;
	color: #ed954a;
}
.field-hold .form-control {
	height: 50px;
	font-size: 26px;
	color: #a79798;
	border-radius: 0;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.75);
	margin: 0 10px -20px 65px;
	width: 85%
}
.field-hold label {
	background: #292e3c;
	color: #fff;
	text-align: right;
	padding: 10px;
	font-size: 26px;
	width: 96%;
	margin: 10px;
}
.book-ball {
	/*margin-left: 100px;*/
	margin-left: 35%;
}
.draw-vehicle {
	padding: 30px;
	position: relative;
}
.draw-vehicle img {
	margin: 0 auto;
	text-align: center;
	padding: 30px;
	position: relative;
	z-index: 2;
	background: #292e3c;
}
.draw-vehicle hr {
	border-color: #3cb54a;
	position: absolute;
	top: 40%;
	width: 94%;
	z-index: 1;
}
.about-hm {
	padding: 45px 0;
	background: #fff;
}
.about-hm p {
	font-size: 17px;
	color: #937170;
}
.why {
	padding: 45px 0;
}
.why ul li {
	font-size: 16px;
	color: #d2c8c8;
	background: url(../images/list-icn.png) no-repeat left top 5px;
	padding-left: 20px;
}
.our-word {
	padding: 45px 0;
	background: #fff;
}
.our-word h3 {
	color: #937170;
}
.our-word p {
	font-size: 17px;
	color: #937170;
}
.draw-headset {
	padding: 30px;
	position: relative;
}
.draw-headset img {
	margin: 0 auto;
	text-align: center;
	padding: 30px 30px 0 30px;
	position: relative;
	z-index: 2;
	background: #fff;
}
.draw-headset hr {
	border-color: #292e3c;
	position: absolute;
	top: 40%;
	width: 94%;
	z-index: 1;
}
.draw-touch {
	padding: 30px;
	position: relative;
}
.draw-touch img {
	margin: 0 auto;
	text-align: center;
	padding: 30px;
	position: relative;
	z-index: 2;
	background: #292e3c;
}
.draw-touch hr {
	border-color: #38694c;
	position: absolute;
	top: 40%;
	width: 94%;
	z-index: 1;
}
.keep-touch {
	padding: 45px 0;
}
.keep-touch h3 {
	color: #937170;
	font-size: 24px;
}
.keep-touch p {
	font-size: 18px;
}
.keep-touch .form-control {
	background: #2a373d;
	height: 50px;
	min-width: 300px;
	border: 1px solid #2a373d;
	color:#8b9999;
}
.keep-touch .btn-default {
	background: #2a373d;
	color: #fff;
	padding: 15px 21px;
	border-color: #2a373d;
	transition: all 0.4s ease-in-out;
}
.keep-touch .btn-default:hover {
	background: #292e3c;
	color: #fff;
}
footer {
	background: #2a373d;
	padding: 30px 0;
}
footer h2 {
	color: #fff;
}
footer h3 {
	color: #d0c4c6;
	font-size: 20px;
}
footer ul li a {
	color: #fff;
	font-size: 16px;
}
footer p {
	font-size: 18px;
	color: #fff;
}
footer .social li {
	display: inline-block;
}
footer .social li a {
	font-size: 22px;
	margin: 0 10px;
}
.copyright {
	padding: 30px 15px;
	background: #292e3c;
	color: #fff;
	font-size: 16px;
}
.spothead .owl-theme .owl-nav, .our-word .owl-theme .owl-nav, .hire-reason .owl-theme .owl-nav {
	display: none;
}
#htb .owl-dots {
	display: none;
}
.htb h3 {
	font-size: 20px;
}
.hire-reason .owl-dots {
	text-align: center;
}
.hire-reason span.count {
	font-size: 120px;
	line-height: 130px;
	font-weight: 900;
	color: #937170;
}
.hire-reason h3 {
	color: #292e3c;
	font-size: 24px;
}
.hire-reason p {
	font-size: 17px;
	color: #937170;
}
.hire-reason.dark span {
	color: #fff;
}
.hire-reason.dark h3 {
	color: #f58220;
}
.hire-reason .owl-dots, .our-word .owl-dots {
	margin-top: 20px;
}
.draw-vehicle.pt10 {
	padding-top: 10px;
}
.share-link {
	color: #f58220;
	border-bottom: 1px solid #f58220;
	width: 80%;
	display: block;
	transition: all 0.7s ease-in-out;
}
.share-link:hover {
	color: #f58220;
	border-bottom: 1px solid #f58220;
	width: 100%;
	display: block;
}
.contact-form .ball-icon {
	margin-left: -75px;
	margin-top: -20px;
}
.contact-form .field-hold {
	width: 90%;
}
.contact-form .field-hold .form-control {
	text-align: left;
	width: 75%;
	height: 60px;
	margin: 0 10px -30px 65px;
}
.contact-form .field-hold textarea.form-control {
	height: 300px;
	margin: 0 10px -270px 65px
}
.contact-form .ball-icon.book-ball {
	margin: 235px 35% 0px 35%;
}
.cart-box {
	padding: 10px 15px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: center;
	color: #fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(88,71,71,0.7);
	-moz-box-shadow: 2px 2px 5px 0px rgba(88,71,71,0.7);
	box-shadow: 2px 2px 5px 0px rgba(88,71,71,0.7);
}
.cart-box h3 span {
	color: #d8772a;
}
.cart-box h3 {
	font-weight: 500;
}
.cart-box h2 {
	font-size: 30px;
}
.set-title {
	text-align: center;
	padding: 5px 0 5px 0;
	color: #f58220;
}
.set-title h2 {
	margin: 0;
	font-size: 26px;
}
.set-count-hold h4 {
	margin: 5px 0;
	float: left;
	color: #fff;
}
.set-count-hold a {
	color: #f58220;
	font-size: 22px;
	padding:10px;
}
.set-count-hold span {
	margin: 0 10px;
	color: #f58220;
	font-size: 22px;
}
.set-count-cart {
	float: left;
	margin: 0 10px;
}
.set-cart-hold {
	margin: 0 0 10px 0;
	;
}
.set-cart-hold .col-xs-12 {
	margin-top: -10px;
}
.cart-set-slide .owl-dots {
	display: none;
}
.cart-set-slide .owl-theme .owl-nav .owl-next {
	position: absolute;
	border: none;
	right: -150px;
	top: 35%;
}
.cart-set-slide .owl-theme .owl-nav .owl-prev {
	position: absolute;
	left: -150px;
	top: 35%;
}
.cart-set-slide .owl-theme .owl-nav .owl-next:hover, #cart-set-slide .owl-theme .owl-nav .owl-prev {
	color: #937170;
}
.light-gold {
	font-size: 15px;
	color: #937170;
}
.cart-set-hold {
	margin-bottom: 45px;
}
.add-item-hold {
	position: relative;
}
.add-item-hold .thumb {
	width: 21%;
	float: left;
	padding: 2%;
}

.add-item-hold .thumb2 {
	width: 21%;
	float: left;
	padding: 2%;
}

.add-item-hold .info {
	width: 75%;
	float: left;
	text-align: left;
}
.add-item-hold .info h2 {
	font-size: 24px;
	font-weight: 500;
}
.add-item-hold .info h2 small {
	color: #fff;
}
.add-item-hold .close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #ed954a;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:5px;
}
.add-item-hold.orange-bg .close-btn {
	color: #2a373d;
}
.add-item-hold .info .badge {
	background: #ed954a;
	font-weight: 500;
	border-radius: 5px;
}
.add-item-hold .amount {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	font-size: 30px;
}
.coupon-apply {
	padding: 10px;
}
.coupon-apply h3 {
	float: left;
	margin: 0;
	width: 50%;
}
.coupon-apply .form-control {
	height: 26px;
	float: left;
	width: 30%;
	margin: 0 15px;
}
.coupon-apply a {
	float: left;
	color: #ed954a;
	font-size: 18px;
}
.checkout-form .accept-terms {
	padding: 10px;
}
.checkout-form .accept-terms label {
	color: #fff;
	font-size: 18px;
}
.checkout-form .accept-terms label a {
	color: #fff;
	text-decoration: underline;
}
.checkout-form .accept-terms label input[type="checkbox"] {
	float: right;
	height: 24px;
	line-height: normal;
	margin: 0 0 0 50px;
	width: 24px;
}
.checkout-form .paypal {
	color: #937170;
	text-align: center;
}
.checkout-form .paypal p span {
	margin: 0 15px;
}
.checkout-form .paypal .orange-btn {
	background: #ed954a;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	min-width: 300px;
	text-align: center;
	margin: 5px;
}
.checkout-form label {
	color: #937170;
}
.checkout-form .form-control {
	border: 0.99px solid #3ab54a;
	height: 30px;
}
.checkout-form .form-control::-moz-placeholder {
 color: #d7c5c5;
 opacity: 1;
}
.checkout-form .form-group {
	margin-left: 25px;
	margin-right: 25px;
}
.checkout-form .accept-terms {
	margin-left: -25px;
	margin-right: -25px;
}
.whoffer h3 {
	font-size: 16px;
	margin: 0;
}
.package-nav{
	margin: 20px 0;
}
.package-nav a{
	color: #ed954a;
	
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
}

.calendar-icn{
 background:rgba(255,255,255,1.00) url(../images/calendar-icn.png) no-repeat right 7px center;
}

.CartQty { width:30px;background-color:#292e3c;border:0px;text-align:center; }
.MiniCartQty { width:30px;background-color:#131313;border:0px;text-align:center; }


.contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
.contact-form ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
.contact-form :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
.contact-form :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.orange-link, .orange-link:link, .orange-link:hover, .orange-link:active {
	color: #ed944a;
	font-size:20px;
}

.collapse-white-text
{
	color:#fff;
	font-size:20px;	
	border-bottom:1px solid #ed944a;
}

.fs20
{
	font-size:20px;
	font-weight:normal;
}

.light-brown
{
	font-size: 18px;

	color:#937170;
}