* {
	box-sizing: border-box;
}
body {
	background: url('bg.jpg') #000 no-repeat;
	background-size: 100%;
	position:relative;
	padding: 0px;
	margin: 0px;
}
#topnav {
	height: 215px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
#topnav_left {
	height: 190px;
	width: 241px;
	padding-top: 25px;
	padding-left: 40px;
	float: left;
	background: url('topnav_left.png');
}
#topnav_center {
	position: fixed;
	top: 30px;
	left: 50%;
	width: 676px;
	margin-left: -338px;
	text-align:center;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	z-index: 201;
}
#topnav_center a {
	color: white;
	text-decoration: none;
}
#topnav_center img {
	margin-left: 15px;
}
#topnav_right {
	height: 190px;
	text-align: right;
	background: url('topnav_right.png');
	overflow: hidden;
}
#topnav_mobile {
	display: none;
}
#lang {
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #2b1348;
	font-family: 'Montserrat', sans-serif;
	color: white;
	text-align: center;
	position: absolute;
	top: 30px;
	right: 20px;
}
#main_logo {
	height: 850px;
	width: 100%;
	background: url('logo.png') center center no-repeat;
}
#pane2 {
	width: 100%;
	background: url('bg2.png');
	height: 750px;
	text-align: center;
	padding-top: 100px;
}
#pane2 a {
	text-decoration: none;
}
#top_btn_container {
	position: absolute;
	top: 1520px;
	right: 20px;
	bottom: 200px;
	width: 162px;
	height: 40px;
	z-index: 300;
}
#top_btn {
	color: white;
	background: #391e5a;
	box-shadow: inset 0 0 0 0 #FFFFFF;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 60px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
}
#top_btn:hover {
	box-shadow: inset 0 -200px 0 0 #FFFFFF;
}
#top_btn:hover #top_btn_text {
	color: #391e5a;
}
#top_btn_text {
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
#top_btn_container a {
	text-decoration: none;
}
#sell {
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 33px;
	line-height: 99px;
	width: 560px;
	margin: 0px auto;
}
#large_icon {
	height: 215px;
	width: 215px;
	background: url('icon_l.png');
	margin: 0px auto 20px auto;
}
#scroller {
	position: fixed;
	top: 750px;
	left: 50%;
	width: 40px;
	height: 40px;
	background: url('scroll.gif');
	background-size: 40px 40px;
}
#footer {
	height: 90px;
	width: 100%;
	background: black;
	bottom: 0;
	left: 0;
	color: #ccc;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 90px;
	z-index: 100;
}
#footer a {
	color: #ccc;
}
#footer_left {
	margin-left: 40px;
}
#footer_left div {
	display: inline-block;
}
#footer_right {
	position: absolute;
	bottom:  13px;
	right: 20px;
}
#mobile_footer {
	display: none;
}
.social_btn {
	background: url('social.png');
	height: 50px;
	width: 50px;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}
#fb_btn:hover {
	background-position: 0px -50px;
}
#tw_btn {
	background-position: -50px 0px;
}
#tw_btn:hover {
	background-position: -50px -50px;
}
#yt_btn {
	background-position: -100px 0px;
}
#yt_btn:hover {
	background-position: -100px -50px;
}
#gp_btn {
	background-position: -150px 0px;
}
#gp_btn:hover {
	background-position: -150px -50px;
}
#video_pane {
	/*height: 745px;
	background: rgba(255,255,255,0.6);*/
	position: relative;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
video {
	width: 100%;
	cursor: pointer;
}
#play_btn_container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -34px;
	width: 277px;
	height: 68px;
	margin-left: -139px;
	display: none;
}
#mute_btn_container {
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	z-index: 1000;
}
#video_pane #mute_btn_container {
	display: none;
}
#video_pane:hover #mute_btn_container {
	display: inline;
}
#play_btn {
	color: white;
	background: #391e5a;
	box-shadow: inset 0 0 0 0 #FFFFFF;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	padding: 10px 130px;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	height: 68px;
	cursor: pointer;
}
#mute_btn {
	color: white;
	background: #391e5a;
	box-shadow: inset 0 0 0 0 #FFFFFF;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 40px;
	padding: 5px 12px;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	height: 60px;
	width: 60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
}
#mute_btn:hover {
	box-shadow: inset 0 -200px 0 0 #FFFFFF;
}
#play_btn:hover {
	box-shadow: inset 0 -200px 0 0 #FFFFFF;
}
#play_btn:hover #play_btn_text {
	color: #391e5a;
}
#mute_btn:hover #mute_btn_text {
	color: #391e5a;
}
#play_btn_text {
	-webkit-transform: skew(30deg);
	-moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
#mute_btn_text {
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
#images_pane {
	position: relative;
	overflow: hidden;
	margin-top: -6px;
}
.cycle-slidehow {
	position: relative;
}
.cycle-slideshow img {
	width: 100%;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
/*.cycle-slideshow img:hover {
	width: 110%;
	margin-left: -5%;
	margin-top: -5%;
}*/
#pager-container {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
}
#adv-custom-pager {
	z-index: 100;
	margin: -4px auto 10px auto;
	text-align: center;
	display: inline-block;
	background: black;
	width: 80%;
}
.pager_img_container .pager_img {
	opacity: 0.3;
}
.pager_img_container.cycle-pager-active .pager_img  {
	opacity: 1;
}
.custom-progress {
	background: white;
	height: 4px;
	width: 0px;
	display: inline-block;
}
.pager_img_container {
	position: relative;
	width: 25%;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}
.pager_img:hover {
	opacity: 1 !important;
}
.pager_img_container:hover .pager_border{
	border: 8px solid #2b1348;
}
.pager_img_container:hover .pager_timer{
	background: #62498d;
}
.pager_img {
	display: inline-block;
	width: 100%;
	background: black;
	border: 0px solid #684493;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
	float: left;
}
.pager_border {
	background: url('zoom.jpg') center center no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: border-width ease 0.2s;
	-moz-transition: border-width ease 0.2s;
	transition: border-width ease 0.2s;
}
.pager_img_container.cycle-pager-active .pager_border {
	border: 8px solid #2b1348;
	background: none;
}
#prev-btn, #next-btn {
	display: none;
}
.pager_img_container.cycle-pager-active .pager_timer {
	background: #62498d;
}
.pager_timer {
	position: absolute;
	height: 3px;
	width: 100%;
	top: -3px;
	background: #181a1a;
}
.pager_timer_bar {
	background: white;s
	position: absolute;
	height: 100%;
	display: block;
	top: 0;
}