@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
.christmas {
	background-image: url('/media/images/header-christmas.jpg')!important;
}

body{
	font-family: 'Rajdhani', sans-serif;
	overflow-x: hidden;
}
.wrapper{
	width: 100%;
	max-width: 100%;
	position: relative;
	overflow-x: hidden;
	right: 0;
	height: auto;
	-webkit-transition: right 0.5s;
	-o-transition: right 0.5s;
	transition: right 0.5s;
}
*:focus{
	outline: none;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: inherit;
}
.showMenu{
	display: none;
}
.logo{
	height: 52px;
	-webkit-transition: padding 0.4s;
	-o-transition: padding 0.4s;
	transition: padding 0.4s;
}

/*MENU*/
.menu{
	padding: 30px 0;
	width: 100%;
	z-index: 1001;
	background-color: white;
	top: 0;
	position: fixed;
	-webkit-transition: padding 0.4s;
	-o-transition: padding 0.4s;
	transition: padding 0.4s;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.3);
}
.menu.menuShrink .logo{
	padding: 10px 0;
}
.menu.menuShrink{
	padding: 0!important;
}
.menu.menuShrink nav ul li:last-child a span{
	display: none;
	
}
nav ul{
	float: right;
}
nav ul li{
	float: left;
}
nav ul li:first-child a:before, nav ul li:last-child a:before{
	content: '';
}
nav ul li a:before{
	content:'/';
	position: absolute;
	width: 20px;
	text-align: center;
	display: block;
	left: -10px;
}
nav ul li a{
	display: block;
	padding: 0 12px;
	line-height: 52px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
nav ul li a img{
	display: none;
	
}
nav ul li:last-child a span{
	position: absolute;
	right: 0;
	bottom: -20px;
	line-height: 20px;
	opacity: 0.5;
	font-size: 10px;
}
nav ul li:last-child a{
	background-color: #F9D259;
	padding: 0 18px;
	border-radius: 2px;
}
.headerText{
	text-align: right;
	margin-top: 50px;
}
.headerText .smallPrint{
	font-size: 12px;
	color: #F9D259;
	padding: 0;
	margin: 0;
}
header{
	margin-top: 112px;
	background-image: url('../images/header.jpg');
	padding: 100px 0;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
header .currentPrice{
	text-align: right;
	color: white;
	font-weight: 900;
	line-height: 100%;
	font-size: 60px;
	text-transform: uppercase;
	margin: 0;	
}
.headerText h1{
	text-align: right;
	color: white;
	line-height: 100%;
	font-size: 60px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 900;
}
.headerText p b{
	font-weight: 900;
}
.headerText p{
	font-size: 18px;
	font-weight: 600;
	color: white;
}
.slashed{
	position: relative;
	overflow: hidden;
}
.headerText .slashed{display:inline-block;}
.slashed:before{
	content: '';
	width: 100%;
	position: absolute;
	height: 6px;
	border-radius: 3px;
	bottom: 50%;
	left: 0;
	transform: rotate(-20deg);
	background-color: red;
}
/*OFFER BOX*/
.offersBox{
	background-color: rgba(255,255,255,0.85);
}
/*.boxTop .liveCounter:before{
	content: '';
	width: 52px;
	height: 52px;
	position: absolute;
	background-color: red;
	left: -10px;
	top: -10px;
	border-radius: 50%;
	z-index: -1;
}*/
.boxTop .liveCounter{
	position: absolute;
	width: 32px;
	z-index: 2;
	height: 32px;
	text-align: center;
	font-weight: 900;
	font-size: 14px;
	line-height: 32px;
	right: 16px;
	top: 16px;
	border-radius: 50%;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
	animation: pulse 1.5s infinite;
	background: #F9D259;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 18px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba(204,169,44, 0);
		box-shadow: 0 0 0 18px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}
.boxTop span{
	color: #F9D259;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 32px;
}
.boxTop{
	background-color: #111;
	width: 100%;
	position: relative;
	padding: 16px;
}
.borderRight{
	border-right: 2px solid rgba(0,0,0,0.3);
}
.boxInner .bigNumber{
	font-size: 60px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.bigNumber:before{
	content: attr(rel);
	position: absolute;
	z-index: -1;
	width: inherit;
	opacity: 0.2;
	font-size: 120px;
	height: inherit;
	color: #F9D259;
	left: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.boxInner .row{
	margin: 30px 0;
}
.boxInner a{
	background-color: #F9D259;
	display: block;
	padding: 10px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 18px;
}
.boxInner{
	text-align: center;
	color: #222;
	padding: 16px;
}
p.bigBold{
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 30px;
}
p.lastUpdate{
	opacity: 0.5;
	font-size: 13px;
}

/*After Header*/
p.secureDomain{
	font-size: 26px;
	color: white;
	margin: 0;
	line-height: 44px;
	padding: 0;
	max-width: calc(100% - 40px);
	font-weight: bold;
}
.headerPre{
	background-color: #111;
	position: relative;
	z-index: 0;
	padding: 50px 0;
}
.headerPre:before{
	width: 70%;
	height: 100%;
	background-color: #F9D259;
	position: absolute;
	content: '';
	left: 60%;
	z-index: -1;
	top: 0;
	transform-origin: 0% 0%;
    -ms-transform: skew(-45deg,0deg); /* IE 9 */
    -webkit-transform: skew(-45deg,0deg); /* Safari */
    transform: skew(-45deg,0deg); /* Standard syntax */
}
.headerPre:after{
	width: 70%;
	height: 100%;
	background-color: #DCA435;
	position: absolute;
	content: '';
	opacity: 0.2;
	left: 59%;
	z-index: -1;
	top: 0;
	transform-origin: 0% 0%;
    -ms-transform: skew(-45deg,0deg); /* IE 9 */
    -webkit-transform: skew(-45deg,0deg); /* Safari */
    transform: skew(-45deg,0deg); /* Standard syntax */
}
.headerPre form button{
	background-color: #111;
	height: 44px;
	line-height: 44px;
	color: white;
	border-radius: 3px;
	margin-top: 10px;
	padding: 0 12px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	float: left;
}
.response div.result span{
	color: crimson;
}
.response div.result{
	text-transform: uppercase;
	display: none;
	display: inline-block;
	padding: 0 12px;
	background-color: #222;
	line-height: 28px;
	border-radius: 2px;
}
.response span.domain:before{
	content: 'www.';
}
.response span.domain{
	display: block;
	text-transform: uppercase;
	font-size: 22px;
	margin: 0;
}
.response{
	text-align: right;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	float: right;
	color: white;
	border-radius: 3px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.headerPre .grouped select{
	width: 120px;
	float: left;
	padding: 0 12px;
	height: 36px;
	margin: 4px;
	background-color: #EEE;
	border: 1px solid #DDD;
	border: 0;
}
.headerPre .grouped input{
	width: calc(100% - 128px);
	height: 44px;
	padding: 0 12px;
	border: 0;
	float: left;
}
.headerPre .grouped{
	background-color: white;
	border-radius: 3px;
	overflow: auto;
}

/*About */
#about{
	background-image: url('../images/watermark.png');
	background-size: cover;
	background-attachment: fixed;
}
.text{
	padding: 100px 0;
}
.text a.btn ~ a.btn{
	border: 2px solid #121212;
	background-color: transparent;
}
.text a.btn{
	display: inline-block;
	border: 2px solid #F9D259;
	background-color: #F9D259;
	line-height: 44px;
	padding: 0 16px;
	border-radius: 3px;
	color: #121212;
	font-weight: bold;
	margin-top: 20px;
}
.aboutHead{
	text-align: center;
}
.text hr{
	display: inline-block;
	width: 60px;
	height: 4px;
	background-color: #F9D259;
	outline: none;
	border: none;
}
.aboutTitle{
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	letter-spacing: -1px;
}
.aboutTextblock{
	padding: 30px!important;
}
.text p{
	font-size: 17px;
	text-align: justify;
}
/*Features*/
.packageFeatures{
	overflow: hidden;
	position: relative;
	padding: 100px 0;
	z-index: 0;
	background: #c6821b;
	background: -moz-linear-gradient(-45deg, #c6821b 0%, #f9d259 100%);
	background: -webkit-linear-gradient(-45deg, #c6821b 0%,#f9d259 100%);
	background: linear-gradient(135deg, #c6821b 0%,#f9d259 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6821b', endColorstr='#f9d259',GradientType=1 );
}
.featBox .slashed:before{
	content: '';
	width: 100%;
	position: absolute;
	height: 3px!important;
	border-radius: 3px;
	bottom: 50%;
	left: 0;
	transform: rotate(-20deg);
	background-color: red;
}
.trio{
	margin-top: 40px;
}
.packageFeatures h2{
	text-align: center;
	margin: 0;
	font-size: 36px;
	color: #111;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#particles-js{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0
}
.featBox .top h3{
	margin: 0;
}
.featBox .top{
	background-color: #111;
	padding: 16px 20px;
	color: #F9D259
}
.featBox ul li:before{
	margin-right: 10px;
	content: '\f00c';
	color: #F3C952;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.featBox ul{
	font-size: 14px;
}
.featBox span.small{
	font-size: 10px;
}
.featBox{
	border-radius: 3px;
	background-color: rgba(255,255,255,0.6);
	position: relative;
	padding-bottom: 70px;
	color: #000!important;
	overflow: hidden;
}
.featBox .priceBox{
	background-color: #f9d259;
	line-height: 45px;
	padding: 0 16px;
	font-weight: 500;
	position: absolute;
	width: calc(100% - 32px);
	bottom: 16px;
	left: 16px;
	font-size: 18px;
}
.boxey{
	margin-top: 60px;
}
.featBox .inner{
	padding: 16px 20px;
}
.cords p{
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 20px;
	margin-top: 0px;
	display: none;
}
.cords h3{
	margin-bottom: 0px;
	cursor: pointer;
	margin-top: 20px;
	padding: 0px 20px;
	line-height: 46px;
	border: 1px solid #DDD;
}
.cords h3 i{
	width: 46px;
	margin-right: 10px; 
}
.cords h2{
	margin-top: 30px;
}
/*GALLERy*/
.masonry { /* Masonry container */
    column-count: 3;
    column-gap: 1em;
}
.item img{
	border-radius: 2px;
}
.item { /* Masonry bricks or child elements */
    background-color: #eee;
    padding: 6px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 0 1em;
    width: 100%;
}
/*FEEDBACK SECTION*/
#feedback{
	background-color: #111;
	position: relative;
	z-index: 0;
}
#feedback .revCopy{
	width: calc(100% - 70px);
	float: left;
	padding: 0 20px;
}
#feedback blockquote p{
	text-align: left;
	font-style: italic;
}
#feedback blockquote img{
	float: left;
	width: 70px;
	height: 70px;
	background-color: orange;
	border-radius: 50%;
}
#feedback blockquote h4{
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}
#feedback blockquote{
	background-color: rgba(255,255,255,0.7);
	padding: 24px;
	overflow: auto;
	margin: 0 0 14px 0;
}
#feedback:before{
	width: 100%;
	height: 100%;
	background-color: #F9D259;
	position: absolute;
	content: '';
	left: 60%;
	z-index: -1;
	top: 0;
	transform-origin: 0% 0%;
    -ms-transform: skew(-45deg,0deg); /* IE 9 */
    -webkit-transform: skew(-45deg,0deg); /* Safari */
    transform: skew(-45deg,0deg); /* Standard syntax */
}
#feedback:after{
	width: 100%;
	height: 100%;
	background-color: #DCA435;
	position: absolute;
	content: '';
	opacity: 0.2;
	left: 57%;
	z-index: -1;
	top: 0;
	transform-origin: 0% 0%;
    -ms-transform: skew(-45deg,0deg); /* IE 9 */
    -webkit-transform: skew(-45deg,0deg); /* Safari */
    transform: skew(-45deg,0deg); /* Standard syntax */
}
#feedback .sideBit hr{
	background-color: #111;
}
#feedback ul{
	font-weight: bold;
	margin: 16px 0;
}
#feedback h2{
	font-size: 28px;
	text-transform: uppercase;
	color: white;
	margin: 0;
}
/*Contact us Section*/
#contactus .row .row .columns:last-of-type{
	border: none;
}
#contactus .row .row .columns{
	padding: 40px!important;
	text-align: center;
	margin-top: 40px;
	border-right: 2px solid rgba(0,0,0,0.1);
}
#contactus a{
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -1px;
	display: block;
	line-height: 42px;
	background-color: #f9d259;
	text-transform: uppercase;
}
#contactus p{
	text-align: center;
	margin: 18px 0;
}
#contactus h4{
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: -1px;
}
#contactus img{
	width: 100px;
	margin-bottom: 18px;
}
.modal{
	display: none;
	border-radius: 3px;
	overflow: hidden;
	z-index: 1;
	max-width: 480px;
	padding: 40px;
	background-color: #121212;
	box-shadow: 10px 10px 16px rgba(0,0,0,0.25);
}
.modal img{
	position: absolute;
	z-index: -1;
	width: 80%;
	opacity: 0.1;
	top: -30px;
	right: -50px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
.modal h3{
	font-size: 28px;
	margin: 0 0 20px 0;
}
.modal *{
	color: #EEE
}
.modal label{
	color: #F3C952;
	margin: 10px 0;
	display: block;
}
.modal input, .modal select{
	width: 100%;
	border-radius: 3px;
	border: 1px solid white;
	background-color: rgba(0,0,0,0.2);
	height: 46px;
	color: #FFF;
	padding: 0 14px;
}
.modal select option{
	background-color: #121212;
}
.modal button.submit i{
	color: #121212;
	margin-right: 10px;
}
.modal button.submit{
	background-color: #F3C952;
	padding: 18px;
	color: #121212;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 2px;
	margin-top: 20px;
}
.spaced{
	margin-top: 60px;
}
.tal{
	text-align: left!important;
}
footer{
	background-color: #121212;
	padding: 50px 0;
}
footer h3{
	color: #F3C952;
	text-transform: uppercase;
}
footer ul li{
	color: #DDD;
	font-size: 14px;
}
/* M E D I U M   A N D   U N D E R */
@media screen and (max-width: 63.9375em) {
	.fancybox-slide {padding-left:0!important;padding-right:0!important;}
#feedback:before{
	width: 160%;
	height: 100%;
	background-color: #F9D259;
	position: absolute;
	content: '';
	left: 60%;
	z-index: -1;
	top: 0;
	transform-origin: 0% 0%;
    -ms-transform: skew(-45deg,0deg); /* IE 9 */
    -webkit-transform: skew(-45deg,0deg); /* Safari */
    transform: skew(-45deg,0deg); /* Standard syntax */
}
#feedback:after{
	width: 160%;
	height: 100%;
	background-color: #DCA435;
	position: absolute;
	content: '';
	opacity: 0.2;
	left: 57%;
	z-index: -1;
	top: 0;
	transform-origin: 0% 0%;
    -ms-transform: skew(-45deg,0deg); /* IE 9 */
    -webkit-transform: skew(-45deg,0deg); /* Safari */
    transform: skew(-45deg,0deg); /* Standard syntax */
}
}
/* S M A L L   A N D   U N D E R */
@media screen and (max-width: 39.9375em) {
	#contactus .row .row .columns{
		border: none;
	}
	#contactus{
		padding: 50px!important;
	}
	.sideBit hr{
		background-color: #FADB47!important;
	}
	.sideBit ul{
		color: white;
	}
	#feedback:before{
		display: none;
	}
	#feedback:after{
		display: none;
	}
	.packageFeatures{
		padding: 40px 0;
	}
	.boxey{
		margin: 0px!important;
	}
	.featBox{
		margin-bottom: 20px!important;
	}
	.masonry {
		column-count: 2;
	}
	.wrapper.shifted{
		right: -100px;
		-webkit-transition: right 0.5s;
		-o-transition: right 0.5s;
		transition: right 0.5s;
	}
	nav ul.shifted{
		left: 0px;
	}
	.menu{
		padding: 10px 0;
		background-color: transparent;
		box-shadow: none;
	}
	.logo{
		height: 60px;
		padding: 0px;
		margin: 10px;
		border-radius: 50%;
		background-color: white;
		display: none;
	}
	.menu.menuShrink .logo{
		padding: 0px;
	}
	.menu.menuShrink{
		padding: 10px 0!important;
	}
	.menu nav ul li:last-child a span{
		display: none;
	}
	header{
		margin-top: 0;
		padding: 40px 0;
	}
	.headerText h1{
		font-size: 40px;
	}
	.showMenu{
		width: 50px;
		height: 50px;
		background-color: black;
		top: 20px;
		left: 20px;
		display: block;
		float: right;
		color: white;
		position: absolute;
	}
	nav ul{
		border-right: 1px solid #DDD;
		float: none;
		left: -100px;
		top: 0!important;
		bottom: 0!important;
		-webkit-transition: left 0.5s;
		-o-transition: left 0.5s;
		transition: left 0.5s;
		width: 100px;
		background-color: #EEE;
		position: fixed;
	}
	nav ul li:hover{
		background-color: #DCA435;
	}

	nav ul li{
		width: 100%;
		height: 20%;
		border-bottom: 1px solid #DDD;
		display: table;
	}
	nav ul li:first-child a:before, nav ul li:last-child a:before{
		content: '';
	}
	nav ul li a:before{
		content:'';
	}
	nav ul li a img{
		display: block;
		width: 100%;
		padding: 0 10px;
	}
	nav ul li a{
		display: table-cell;
		text-align: center;
		line-height: 30px;
		width: 100%;
		vertical-align: middle;
	}
	nav ul li:last-child a{
		background-color: transparent;
	}
	.headerPre{
		padding: 30px 0;
	}
	.headerPre:before{
		width: 120%;
		left: 80%;
		display: none;
	}
	.headerPre:after{
		width: 120%;
		left: 76%;
		display: none;
	}
	p.secureDomain{
		font-size: 18px;
		margin: 0 0 10px 0;
		line-height: 30px;
		max-width: 100%;
	}
	.headerPre form button{
		background-color: #F9D259;
		color: #111;
	}
	.headerPre .columns{
		padding: 0 30px!important;
	}
	#feedback .revCopy{
		width: 100%;
	}
	#feedback blockquote p{
		text-align: left;
	}
	#feedback blockquote img{
		display: none;
	}
	#feedback blockquote h4{
		margin: 0;
		font-size: 20px;
		text-transform: uppercase;
	}
	#feedback blockquote{
		background-color: rgba(255,255,255,0.7);
		padding: 24px;
		overflow: auto;
		margin: 0 0 14px 0;
	}
}