body
{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color:#444444;
	font-size:17px;
	line-height:1.7;
}
a {
    text-decoration: none;

}
*
{
	box-sizing: border-box;
}

.mainContainer
{
	width: 100%;
	max-width: 1600px;
	height: auto;
	margin:0 auto;
	text-align: center;
}

.container
{
	max-width: 1170px;
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: left;
}

#slider, #slider img 
{
	width: 100%;
}
.controls
{
	display: inline-block;
	position: absolute;
	left:47%;
}
.controls:after {
    content: "";
    width: 70%;
    height: 1px;
    background: #d8ba4e;
    position: absolute;
    top: 16px;
    left: 15px;
	z-index: -1;
}
.controls ol
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.controls ol li
{
	float: left;
	padding: 5px;
	border-radius: 50%;
	border: 1px solid #d8ba4e;
	text-indent: -500px;
	overflow: hidden;
	margin: 10px;
	background: #fff;
	cursor:pointer;

}
.controls ol li span
{
	display: none;
}
.controls ol li.current
{
	background: #d8ba4e;
}

.bandlogo
{
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	height: 60%;
	cursor:pointer;
}
.hdslider
{
	display: block;
	position: relative;
	text-align: center;
}
.header
{
	position: fixed;
	float: left;
	width: 100%;
	z-index: 9999;
	padding-top:7px ;
	text-align: center;
	top: 0;
	left:0;
	background: rgba(0,0,0,0.8);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.logo
{
	height: 91px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	
}

.sticky .logo
{
	height: 45px;
	width: auto;
	
	
}

.sticky.header .right
{
	margin-top: 14px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.header .right
{
	margin-top: 35px;
}

footer
{
	float: left;
	width: 100%;
	color: #ead06f;
	background: #b4933c;
	padding: 17px 0;
	text-align: center;
	font-size: 14px;
	font-weight:300;
}
footer a {
    position: relative;
    display: inline-block;
    margin:0 8px;
	color: #f5f5f5;
	font-weight: 300;
	text-decoration: none;
}

.hearder .left
{
	display:inline-table;
}

.left
{
	float: left;
	margin-top: 5px;
}
.right
{
	float: right;
}
.roll-link {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
}
.roll-link span {
    display: block;
    position: relative;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.roll-link:hover span {
    -webkit-transform: translate3d(0,0,-30px) rotateX(90deg);
    -moz-transform: translate3d(0,0,-30px) rotateX(90deg);
    -ms-transform: translate3d(0,0,-30px) rotateX(90deg);
    transform: translate3d(0,0,-30px) rotateX(90deg);
}
.roll-link span:after {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    color: #e3c868;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate3d(0,105%,0) rotateX(-90deg);
    -moz-transform: translate3d(0,105%,0) rotateX(-90deg);
    -ms-transform: translate3d(0,105%,0) rotateX(-90deg);
    transform: translate3d(0,105%,0) rotateX(-90deg);
}
.icon-cube {
    position: relative;
    perspective: 800px;
    overflow: visible;
}
.icon {
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    margin: 5px;
    width: 19px;
    height: 18px;
    font-size: 0;
    text-indent: -9999px;
}
.whiteColor
{
	color: #f5f5f5;
}

.icon-cube.insta::after, .icon-cube.insta::before {
    background-position: -32px -32px;
}

.icon-cube::after, .icon-cube::before {
    position: absolute;
    height: 100%;
    background: url(../images/socialspritegolden.png);
    transition: all .4s ease;
}
.blkicon-cube::after, .blkicon-cube::before, .icon-cube::after, .icon-cube::before {
    display: block;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    left: 0;
    top: 0;
    content: "";
}
.icon-cube::after, .icon-cube::before {
    position: absolute;
    height: 100%;
    background: url(../images/socialspritegolden.png);
    transition: all .4s ease;
}

.icon-cube::after {
    z-index: 1;
    opacity: 0;
    -webkit-transform: translateY(6px) rotateX(-90deg);
    -moz-transform: translateY(6px) rotateX(-90deg);
    -ms-transform: translateY(6px) rotateX(-90deg);
    transform: translateY(6px) rotateX(-90deg);
}
.icon-cube.insta::after, .icon-cube.insta::before {
    background-position: -32px -32px;
}

.icon-cube.insta::after {
    background-position: -5px -32px;
}

.icon-cube:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-6px) rotateX(90deg);
    -moz-transform: translateY(-6px) rotateX(90deg);
    -ms-transform: translateY(-6px) rotateX(90deg);
    transform: translateY(-6px) rotateX(90deg);
}
.icon-cube:hover::after {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.icon-cube::before {
    z-index: 2;
}

.icon-cube.fb::after, .icon-cube.fb::before {
    background-position: -31px -4px;
}
.icon-cube.fb::after {
    background-position: -5px -4px;
}

.icon-cube.tw::after, .icon-cube.tw::before {
    background-position: -83px -4px;
}
.icon-cube.tw::after {
    background-position: -59px -57px;
}
.icon-cube.pt::after, .icon-cube.pt::before {
    background-position: -57px -31px;
}
.icon-cube.pt::after {
    background-position: -57px -5px;
}
.copyright
{
	float: left;
	text-align: center;
	width: 100%;
	padding:20px 5px;
	color: #b1963f;
	font-size: 14px;
	font-weight: 500;
}
.welcomeCont
{
	float: left;
	width: 100%;
	padding: 125px 0 75px 0;
}

.welcomeCont .firstimg
{
	float: left;
	/*margin-top: 60px;*/
	margin-right: 30px;;
}
.welContent
{
	float: left;
	width: 770px;
}
.welContent img
{
	float: left;
	margin-right: 22px;
	vertical-align: top;
}
.welContent ul li
{
	list-style-image: url('../images/arrow.png');
}
.padding
{
	padding:55px 0 100px 0;
}

h2
{
	margin:0;
	padding: 0;
	color: #b1942a;
	font-size: 32px;
	font-weight: 300;
	line-height:1.2;
}

h3
{
	margin:0;
	padding: 0;
	color: #b1942a;
	font-size: 18px;
	font-weight: 300;
}
h3 img
{
	vertical-align: middle;
	margin-right: 15px;;
}

.welcomeCont .secondimg
{
	float: left;
	margin-top: 60px;
	margin-left: 30px;;
}

.welcomeCont .secondimg, .welcomeCont .firstimg
{
	border:1px solid rgba(199,174,81, 0.5);
	border-radius:5px;
}


.greybg
{
	background: #f5f5f5;
	padding: 75px 0;
	text-align:center;
}
.leftcont
{
	float: left;
	width: 370px;
	margin-right: 30px;
}
.leftcont img
{
	float: left;
	margin-right: 22px;
}

.rightcont
{
	float: left;
	width: 770px;
}
mr-0
{
	margin-right: 0;;
}
.mask
{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 5px;
	z-index: 9;
}
.box
{
	float: left;
	width: 370px;
	height: auto;
	border-radius: 5px;
	padding: 25px 25px 7px 25px;
	border: 1px solid #d4d3cc;
	margin-right: 30px;
	margin-bottom: 30px;
}

.box p
{
	font-size:14px;
}

.mr-0
{
	margin-right: 0;;
}
.mb-0
{
	margin-bottom: 0;
}

.overlay
{
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
	
	-webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  	transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.overlay .formBox
{
	width: 580px;
	display: inline-block;
	border: 1px solid #443f2d;
	border-radius: 5px;
	padding:55px 20px;
	background: #fff;
	position: relative;
	margin-top: 150px;
}

.overlay .formBox h1
{
	color:#b1942a;
	text-transform:uppercase;
	font-size:30px;
	font-weight:500;
	margin-top:0;
}


.overlay .formBox a
{
	border-radius: 5px;
	border: none;
	padding: 10px 23px;
	color: #ffff;
	cursor: pointer;
	background: #d5b74c; /* Old browsers */
	background: -moz-linear-gradient(top, #d5b74c 0%, #947126 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d5b74c 0%,#947126 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d5b74c 0%,#947126 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5b74c', endColorstr='#947126',GradientType=0 ); /* IE6-9 */	
}

.overlay .formBox a:hover
{
	background: #947126; /* Old browsers */
	background: -moz-linear-gradient(top, #947126 0%, #d5b74c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #947126 0%,#d5b74c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #947126 0%,#d5b74c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#947126', endColorstr='#d5b74c',GradientType=0 ); /* IE6-9 */
}


#congratulations
{
	display:none;
}
.overlay .closeBtn
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.overlay .formBox input
{
	width: 50%;
	height: 55px;
	border-radius: 8px;
	border: 1px solid #b1942a;
	text-align: center;
	font-size: 24px;
	margin: 10px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


.faqTitle
{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	font-size:21px;
	margin-bottom:35px;
	font-weight:500;
}
.faqTitle .closeBtn {
    position: absolute;
    right: 8px;
    top: 25px;
    cursor: pointer;
	display:none;
	-webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  	transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faqTitle .closeBtn:hover
{
	 -webkit-transform: rotate(-131deg);
    transform: rotate(-131deg);
}

.faqTitle:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    height: 1px;
    background: #e4d192;
    width: 100%;
}

.faqTitle span
{
	padding:10px 15px;
	background:#fff;
	z-index:999;
	position: relative;
}

.faqCont
{
	float:left;
	width:100%;
	margin-bottom:25px;
	display:none;
}

.faqCont div
{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:5px;
	font-size:15px;
	color:#b1963f;
	padding:0 100px;
	font-weight:500;
}

.faqCont div span
{
	color:#444444;
}

.clickHereCont
{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:60px;
}
.error
{
	display:block; color:#F00; font-size:12px;
}
.clickHereCont a
{
	background: #b1942a;
	border-radius: 5px;
	border: none;
	padding: 8px 25px;
	color: #ffff;
	font-size:16px;
	font-weight:500;
	cursor: pointer;
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #b1942a transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}


@media screen and (max-width: 1200px) {
	.bandlogo {
    	height: 60%;
	}
	.mainContainer
	{
		padding:0 15px;
	}
	
	.welContent {
    width: 588px;
	}
	.greybg {
	    padding: 75px 15px;
	}
	
	.leftcont {
    margin-bottom: 30px;
	}
	.sticky .logo {
    margin-left:7px;
	}
	.hdslider
	{
		margin:0 -15px
	}
}

@media screen and (max-width: 1035px) {
	.welContent {
    width: 540px;
	}
}

@media screen and (max-width: 992px) {
	.welContent {
    width: 100%;
	margin-top:30px;
	}
	
	.welcomeCont .firstimg, .welcomeCont .secondimg {
    width: 100%;
	margin:0;
	}
	.leftcont {
   	 width: 100%;
	}
	.logo {
    	height: 45px;
	}
	.header .right {
    	margin-top: 15px;
	}
}

@media screen and (max-width: 800px) {
	.box {
    width: 100%;
	margin-bottom:30px;
	}
	.box br
	{
		display:none;
	}
	.welContent img
	{
		margin-left:-38px;
	}
	.welContent {
    padding-left: 38px;
	}
	
	.rightcont {
    width: 100%;
	}
	#slider
	{
		height:400px !important;
	}
	#slider img {
    	width: auto !important;
		height:100%;
	}
	.mask {
    	bottom: -1px;
	}
}

@media screen and (max-width: 640px) {
	.welcomeCont {
    padding: 60px 0 25px 0;
	}
	.greybg {
    	padding: 30px 15px;
	}
	.faqCont div {
	    padding: 0 30px;
	}
	.left {
    text-align: center;
	}
	.roll-link
	{
		display:inline-block;
	}
	footer .right {
    text-align: center;
    width: 100%;
    margin: 10px 0;
	}
	.overlay .formBox {
		width: 300px;
		padding: 25px 10px;
		margin-top: 100px;
	}
	.overlay .formBox input {
    height: 40px;
	font-size:20px;
	margin:5px;
	}
	
	.overlay .formBox h2 {
    font-size: 22px;
    margin-top: 18px;
	}
	
	.overlay .formBox h1 {
    font-size: 21px;
    margin-top: 10px;
	}
	
	.overlay .formBox p {
	    line-height:1.4
	}
	
	.controls {
    left: 39%;
	}
	footer .left
	{
		width:100%;
	}
	
	
}
