.fullwidthbanner-container {
	width: 100% !important;
	color: #fff;
	position: relative;
	padding: 0;
	max-height: 700px !important;
	overflow: hidden;
	background: #000;
}

.tp-dottedoverlay {
	width: 0;
	height: 0;
}

.slide-big-heading {
	color: #fff;
	font-size: 44pt;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

.slide-big-heading.v2 {
	font-size: 34px;
}

.slide-sub-heading {
	font-size: 21pt;
	font-weight: 400;
	text-align: center;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
}

.slide-sub-heading.v2 {
	color: #fff;
	font-size: 16pt;
}

.slide-start {
	color: #fff;
	font-size: 13pt;
}

.slide-price {
	color: #fff;
	font-size: 34pt;
	font-weight: 600;
}

.btn-slider {
	display: block;
	position: relative;
	float: left;
	width: auto;
	height: auto;
	font-size: 12pt !important;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: none;
	line-height: 15px;
	padding: 13px 36px !important;
	background: #f07c00;
	cursor: pointer;
	overflow: hidden;
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.btn-slider a {
	text-decoration: none;
	font-weight: 600;
	position: relative;
	top: -2px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-slider:hover {
	background: #f07c05;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-slider:hover .shine {
	-webkit-animation: sheen .9s alternate;
	animation: sheen .9s alternate;
}

.btn-slider:hover a {
	color: #fff;
}

.tparrows.preview1 {
	width: 70px;
	height: 70px;
}

.tparrows.preview1::after {
	font-size: 18px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: rgba(0, 0, 0, .6);
}

.tparrows.preview1:hover::after {
	color: #fff;
	background: rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 500px) {
	.slide-big-heading {
		font-size: 45pt;
	}

	.slide-sub-heading {
		font-size: 35pt;
	}

	.btn-slider {
		font-size: 28px padding: 15px 25px;
	}
}


/*** rev versio 2 **/
.tp-leftarrow.tparrows.gyges,
.tp-rightarrow.tparrows.gyges {
	width: 80px;
	height: 80px;
	line-height: 80px;
	z-index: 99;
	background: rgba(0, 0, 0, .8);
	transition: all .3s ease;
}

.tp-leftarrow.tparrows.gyges:hover,
.tp-rightarrow.tparrows.gyges:hover {
	background: rgba(0, 0, 0, 1);
	transition: all .3s ease;
}

.tp-leftarrow.tparrows.gyges::before,
.tp-rightarrow.tparrows.gyges::before {
	line-height: 80px;
}