body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Raleway', sans-serif;
}

* {
margin: 0;
padding: 0;
}

a {
	text-decoration: none;
}

a, button {
	cursor: pointer;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

p {
	font-size: 16px;
}

span {
	font-size: 16px;
}

input, label, select {
outline:none;
}

.clearfix {
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.pull-left-text {
	text-align: start;
}

.pull-right-text {
	text-align: end;
}

.width-p-10 {
	width: 10%;
}

.width-p-15 {
	width: 15%;
}

.width-p-20 {
	width: 20%;
}

.width-p-21 {
	width: 21%;
}

.width-p-25 {
	width: 25%;
}

.width-p-30 {
	width: 30%;
}

.width-p-33 {
	width: 33%;
}

.width-p-42 {
	width: 42%;
}

.width-p-49 {
	width: 49%;
}

.width-p-50 {
	width: 50%;
}

.width-p-58 {
	width: 58%;
}

.width-p-66 {
	width: 66%;
}

.width-p-70 {
	width: 70%;
}

.width-p-80 {
	width: 80%;
}

.width-p-85 {
	width: 85%;
}

.width-p-90 {
	width: 90%;
}

.width-p-100 {
	width: 90%;
}


.word-break {
	word-wrap: break-word;
}

.padding-t-px-10 {
	padding-top: 10px;
}


.padding-t-px-20 {
	padding: 20px;
}

.height-px-420px {
	height: 420px;
}

.margin-top-93 {
	margin-top: 93px;
}

#promotion {
	height: 100px;
}

#comments {
	height: 100px;
}

/* TOP AREA CSS BEGIN */
.top-bar {
	height: 50px;
	top: 0;
	position: fixed;
	z-index: 1;
	border-bottom: 1px solid #062E59;
	box-shadow: 0px 1px 0px #030C14, 0px 0px 6px #000;
	background: #001832;
	min-width: 1000px;
	width: 100%;
	z-index: 50;
}


.logo {
	display: table;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 141px;
	background: rgba(1, 27, 56, 0.73);
}

.logo img {
	margin-top: 16px;
	margin-left: 10px;
	width: 100%
}

.menu ul {
	list-style-type: none;
	margin: auto;
	position: absolute;
	left: 164px;
	line-height: 50px;
	font-weight: bold;
}

.menu li {
	float: left;
	line-height: 51px;
}

.menu li a {
	color: #E6FAFF;
	display: table;
	padding-left: 25px;
	padding-right: 25px;
	border-left: 1px solid #050D13;
	box-shadow: -1px 0px 0px #0F2A47;
	text-shadow: 1px 1px 0px #000000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 52px;
	box-shadow: inset 0px 0px 0px #11E92C;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.menu li a:hover {
	color: #EEFAFF;
	box-shadow: inset 0px -3px 0px #11E92C;
}

.onpage-menu-wrap {
	background: transparent;
	border-top: 1px solid #04274C;
	width: 46%;
	height: 50px;
	line-height: 50px;
	margin-top: -40px;
	margin-bottom: 60px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: auto;
	margin-right: auto;
}

.onpage-menu ul {
	display: table;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
}

.onpage-menu li {
	float: left;
	border-left: 1px solid #072133;
	box-shadow: 2px 0px 0px #000;	
}

.onpage-menu a {
	color: #E1E1E1;
	font-weight: 600;
	padding-left: 18px;
	padding-right: 18px;
	height: 100%;
	display: block;
	font-size: 12px;
	box-shadow: inset 0px 0px 0px #11E92C;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.onpage-menu a:hover {
	color: #fff;
	box-shadow: inset 0px 3px 0px #11E92C;
}

.onpage-menu li:first-child {
	border-left: 0px solid #04274C;
}

.onpage-menu li:last-child {
	box-shadow: 0px 0px 0px #000;
}

.login-buttons {
	float: right;
	height: 100%;
}

a.login-button {
	background: rgba(0, 0, 0, 0.48);
	display: inline-block;
	height: 100%;
	line-height: 52px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	border-left: 1px solid #050D13;
	box-shadow: -1px 0px 0px #0F2A47, inset 0px 0px 0px #C6FF00;
	float: right;
	border-bottom: 1px solid #062E59;
	font-family: 'Roboto', sans-serif;
	color: #C6FF00;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

a.login-button:hover {
	box-shadow: -1px 0px 0px #0F2A47, inset 0px -50px 0px #001832;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #FFFFFF;
}

a.register-button {
	background: rgba(8, 93, 145, 0.48);
	display: inline-block;
	height: 100%;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 500;
	border-left: 1px solid #050D13;
	float: right;
	border-bottom: 1px solid #062E59;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	background-color: #098cc8;
	color: #fff;
	border: 1px solid transparent;
	box-shadow: 0 0 rgba(0,0,0,0);
	background-image: -webkit-linear-gradient(top,#0f9ada,#0076ad);
	background-image: linear-gradient(to bottom,#0f9ada,#0076ad);
}

a.register-button:hover {
	background-image: -webkit-linear-gradient(top,#37c0ff,#0097dd);
	background-image: linear-gradient(to bottom,#37c0ff,#0097dd);
}

.head {
	position: absolute;
	height: 660px;
	width: 100%;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-image: url(../../_img/frontpage/wallpaper.jpg);
	background-position: top center;
}

#video-preview {
	min-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

video[poster] {
	margin-left: auto;
	margin-right: auto;
}

.head-grid {
	z-index: 2;
	height: 660px;
	width: 100%;
	top: 0;
	left: 0;
	/* background-image: url(../../_img/frontpage/pixel.png); */
	position: relative;
}

.header-top-index {
	z-index: 4;
	position: relative;
}

.front-title {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	margin: 0 auto;
	top: 100px;
	text-align: center;
	font-size: 53px;
	left: 0;
	right: 0;
	min-width: 1000px;
	width: 100%;
	color: #FFF;
	text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.41);
	font-weight: 700;
}

h2.front-lower-title {
	font-family: 'Raleway', sans-serif;
	position: absolute;
	margin: 0 auto;
	top: 159px;
	text-align: center;
	font-size: 24px;
	left: 0;
	right: 0;
	min-width: 1000px;
	width: 100%;
	color: #ECF8FF;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	font-weight: 300;
}

span.greenify {
	color:#11E92C;
	font-size: 53px;
}

.front-join-buttons {
	margin-top: 539px;
	position: absolute;
	left: 0;
	right: 0;
}

.front-join-buttons a.publisher-join {
	margin-left: 20px;
	display: table;
	background: #08BE1F;
	padding: 20px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	width: 210px;
	text-align: center;
	/* border-left: 10px solid #B61313; */
	box-shadow: inset 0px 0px 0px #fff, 0px 0px 10px #032640, inset 0px 1px 0px #2DF346, inset 0px -1px 0px #2DF346;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.front-join-buttons a.publisher-join:hover {
	/* border-left: 0px solid #B61313; */
	box-shadow: inset 251px 0px 0px rgba(255, 255, 255, 0.14), 0px 0px 10px #032640, inset 0px 1px 0px #2DF346, inset 0px -1px 0px #2DF346;
}

.front-join-buttons a.advertiser-join {
	margin-right: 20px;
	float: right;
	display: table;
	background: #020E17;
	padding: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	width: 210px;
	text-align: center;	
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;		
	/* border-right: 10px solid #C5C5C5; */	
	box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 1), 0px 0px 10px #032640, inset 0px 1px 0px #263C4C, inset 0px -1px 0px #263C4C;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.front-join-buttons a.advertiser-join:hover {
	/* border-right: 0px solid #C5C5C5;	*/	
	box-shadow: inset -251px 0px 0px rgba(255, 255, 255, 0.03), 0px 0px 10px #032640, inset 0px 1px 0px #263C4C, inset 0px -1px 0px #263C4C;
}

/* TOP AREA CSS END */

/* CONTENT AREA CSS START */
.bglight-mix-1 {
	background: #141414;
	background-image: url("../../_img/frontpage/mix-background-4.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 0px 0px 80px #000710, inset 0px 3px 0px rgba(92, 185, 210, 0.16);
}

.bgdark-blue-1 {
	background: #03162A;
}

.bgdark-red-1 {
	background: #090909;
	background: url("../../_img/frontpage/red-background-1.jpg") no-repeat center top #3a0707;
}

.bgblue-1 {
	background: #141414;
	background-image: url("../../_img/frontpage/blue-background-1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	box-shadow: 0px 0px 80px #000710, inset 0px 1px 0px #04274C;
}

.bgblue-2 {
	background-image: url("../../_img/frontpage/blue-background-2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.bgblue-3 {
	background: #BED4DF;
}

.bgdark-mix-1 {
	background: url("../../_img/frontpage/mix-background-1.jpg") no-repeat 50% top #010102;
	background-size: cover;
	background-attachment: fixed;
}

.bgdark-mix-2 {
	background: url("../../_img/frontpage/mix-background-2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}

.bgdark-mix-3 {
	background: url("../../_img/frontpage/mix-background-3.jpg") no-repeat 50% top #010102;
	background-size: cover;
}

.bgdark-mix-8 {
	background: url("../../_img/frontpage/mix-background-8.jpg") no-repeat 50% top #010102;
	background-size: cover;
}

.bgdark-mix-9 {
	background: url("../../_img/frontpage/mix-background-9.jpg") no-repeat 50% top #0E131A;
	background-size: cover;
}

.bgdark-mix-10 {
	background: url("../../_img/frontpage/mix-background-10.jpg") no-repeat 50% top #0E131A;
	background-size: cover;
}

.bg-black {
	background: #000;
}

.text-center {
	text-align: center;
}

.element-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.full-width {
	width: 100%;
	display: table;
	padding-bottom: 40px;
	padding-top: 40px;
}

.constrain-width {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.flex-width {
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


.font-beauty-1 {
	color: #FFF;
	font-size: 44px;
	margin-top: 101px;
}

.font-beauty-2 {
	color: #fff;
	font-size: 44px;
}

.font-beauty-3 {
	color: #FFFFFF;
	font-size: 104px;
	margin-bottom: 80px;
	text-shadow: 0px 0px 20px rgba(0, 182, 255, 0.55);
	background-image: url(../../_img/frontpage/side-flare-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 200;
}

.font-beauty-4 {
	color: #fff;
	font-size: 44px;
}

.font-beauty-5 {
	color: #FFFFFF;
	font-size: 104px;
	margin-bottom: 80px;
	text-shadow: 0px 0px 20px rgba(255, 208, 0, 0.98);
	background-image: url(../../_img/frontpage/side-flare-2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 200;
}

.font-beauty-6 {
	color: #FFFFFF;
	font-size: 66px;
	text-shadow: 0px 0px 20px rgba(0, 182, 255, 0.55);
	background-image: url(../../_img/frontpage/side-flare-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 200;
}

.font-beauty-7 {
	color: #354B57;
	font-size: 33px;
}

.font-beauty-8 {
	color: #3F3F3F;
	font-size: 44px;
}

.font-beauty-9 {
	color: #FFFFFF;
	font-size: 66px;
	text-shadow: 0px 0px 20px rgba(0, 182, 255, 0.55);
	background-image: url(../../_img/frontpage/side-flare-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 200;
	margin-top: 0px;
}

.top-type-registration-publisher {
	text-shadow: 0px 0px 20px rgba(0, 182, 255, 0.55);
	margin-top: 50px;
	display: block;
	font-size: 19px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}

.font-beauty-10 {
	color: #FFFFFF;
	font-size: 66px;
	text-shadow: 0px 0px 20px rgba(255, 208, 0, 0.98);
	background-image: url(../../_img/frontpage/side-flare-2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 200;
	margin-top: 0px;
}

.top-type-registration-advertiser {
	text-shadow: 0px 0px 20px rgba(255, 208, 0, 0.98);
	margin-top: 50px;
	display: block;
	font-size: 19px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
}


.center-standalone-element {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.who-we-are p {
	color: #D3D3D3;
}

.who-we-are a {
	color: #01b2f1;
	font-size: 26px;
	font-weight: bold;
	border-left: 0px solid #01B2F1;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.who-we-are {
	z-index: 30;
	position: relative;
}

.who-we-are a:hover {
	border-left: 5px solid #01B2F1;
	padding-left: 10px;
}

.who-we-are img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.love-doing {
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-size: 46px;
	color: #fff;
	font-style: italic;
	font-weight: lighter;
}

.your-background {
	z-index: 20;
	position: relative;
}

.your-background a.join {
	background: rgba(2, 20, 26, 0.46);
	padding: 20px;
	display: table;
	margin-lefT: auto;
	margin-right: auto;
	color: #DAE6EA;
	font-size: 40px;
	box-shadow: -13px 0px 0px #07BC1E;
	font-weight: bold;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.your-background a.join:hover {
	background: rgba(2, 20, 26, 0.46);
	box-shadow: -23px 0px 0px #07BC1E;
	color: #DAE6EA;
}

.your-background .font-beauty-2 {
	color: #FFFFFF;
	font-size: 44px;
}

p.on-a-mission {
	color: #EDFDFF;
	width: 610px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 20px;
}

p.quote {
	font-style: italic;
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.publishers-list p.quote-innovate {
	color: #F2FDFF;
	font-style: italic;
	font-size: 43px;
	font-weight: 100;
}

.advertisers-list p.quote-innovate {
	color: #F2FDFF;
	font-style: italic;
	font-size: 33px;
	font-weight: 200;
}

.faq-what-is p {
	color: #47626F;
}

.faq-models p {
	color: #47626F;
}

.faq-what-is .padding-left {
	border-left: 20px solid #A1B6C0;
	padding-left: 20px;
}

.faq-models .padding-left {
	border-left: 20px solid #A1B6C0;
	padding-left: 20px;
}

.faq-why-join-us .padding-left {
	border-left: 20px solid #A1B6C0;
	padding-left: 20px;
}

.faq-why-join-us ul.faq-list {
	color: #2F3537;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 17px;
}

.faq-list li {
	list-style-image: url(../../_img/frontpage/bulletpoint-1.png);
}

.company-about {
	background: #000;
}

.company-about p {
	color: #fff;
	font-size: 21px;
}

a.join-2 {
	background: #FFFFFF;
	color: #1F1F1F;
	padding: 20px;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 8px solid #CBCBCB;
	float: right;
	margin-right: 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

a.join-2:hover {
	border-right: 0px solid #CBCBCB;
	border-left: 8px solid #CBCBCB;
}

a.join-1 {
	background: #0BB51E;
	color: #F3FDFF;
	padding: 20px;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 8px solid #069C17;
	float: left;
	margin-left: 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

a.join-1:hover {
	border-left: 0px solid #069C17;
	border-right: 8px solid #069C17;
}

span.actual-word {
	color: #2AEE00;
	font-weight: bold;
	font-size: 68px;
}

span.actual-explanation {
	color: #FFF;
	font-weight: bold;
	font-size: 50px;
	margin-left: 27px;
}

span.actual-latin {
	color: #C4C4C4;
	font-weight: bold;
	margin-left: 27px;
}

.company-about .border-left {
	border-left: 4px solid #0BB51E;
	box-shadow: -4px 0px 0px #0BB51E;
}

.input-custom {
	border: 0px;
	background: #F8F8F8;
	padding: 20px;
	color: #000;
	font-family: 'Raleway', sans-serif;
	width: 89%;
	margin-bottom: 6px;
}

.publishers-registration h3 {
	font-size: 26px;
	text-transform: uppercase;
	color: #08C1F9;
	margin-bottom: 28px;
}

.advertisers-registration h3 {
	font-size: 26px;
	text-transform: uppercase;
	color: #FD9F11;
	margin-bottom: 28px;
}

.input-custom-reglog {
	padding: 10px;
	font-family: 'Raleway', sans-serif;
	width: 96%;
	margin-bottom: 10px;
	margin-top: 6px;
	border: 1px solid rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.7);	
	height: 40px;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.input-custom-reglog:hover {
	border-color: rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.7);
}

.input-custom-reglog:focus {
	border-color: #1e5f99;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

.form-group {
	margin-bottom: 10px;
}

.form-group span.fa {
	float: left;
	margin-right: 6px;
	color: #07C7FF;
}

.form-group label {
	float: left;
	display: block;
	color: #F9F9F9;
	font-weight: bold;	
}

.advertisers-registration .form-group label {
	float: left;
	display: block;
	color: #EBEBEB;
	font-weight: bold;
}

.advertisers-registration .form-group span.fa {
	color: #FD9F11;
	float: left;
	margin-right: 6px;
}

.publisher-registration {
	margin-top: 139px;
}

.advertiser-registration {
	margin-top: 139px;
}

.advertisers-registration .input-custom-reglog {
padding: 10px;
font-family: 'Raleway', sans-serif;
width: 96%;
margin-bottom: 10px;
margin-top: 6px;
border: 1px solid #212121;
background-color: rgba(0,0,0,0.5);
color: rgba(255,255,255,0.7);
height: 40px;
overflow: hidden;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}

.advertisers-registration .input-custom-reglog:focus {
border-color: #FFF400;
background-color: rgba(0,0,0,0.5);
color: #fff;
}

.publisher-registration button.join {
	cursor: pointer;
	background-color: #098cc8;
	color: #fff;
	border: 1px solid transparent;
	box-shadow: 0 0 rgba(0,0,0,0);
	border-radius: 2px;
	background-image: -webkit-linear-gradient(top,#0f9ada,#0076ad);
	background-image: linear-gradient(to bottom,#0f9ada,#0076ad);
	padding: 20px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 21px;
	display: table;
	font-family: 'Raleway', sans-serif;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3),0 0 0 1px rgba(255,255,255,0.15) inset;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.publisher-registration button.join:hover {
	background-image: -webkit-linear-gradient(top,#37c0ff,#0097dd);
	background-image: linear-gradient(to bottom,#37c0ff,#0097dd);
}

.publisher-registration label.checkbox {
	margin-top: 18px;
	display: block;
	color: #fff;
	font-size: 12px;
}

.publisher-registration label.checkbox a {
	color: #08C1F9;
	font-size: 12px;
}

.publisher-registration label.checkbox a:hover {
	color: #7CE1FF;
}

.advertiser-registration button.join {
	cursor: pointer;
	background-color: #C89C09;
	color: #fff;
	border: 1px solid transparent;
	box-shadow: 0 0 rgba(0,0,0,0);
	border-radius: 2px;
	background-image: -webkit-linear-gradient(top,#DB9D3E,#C47F29);
	background-image: linear-gradient(to bottom,#DB9D3E,#C47F29);
	padding: 20px;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 21px;
	display: table;
	font-family: 'Raleway', sans-serif;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3),0 0 0 1px rgba(255,255,255,0.15) inset;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.advertiser-registration button.join:hover {
	background-image: -webkit-linear-gradient(top,#FFAC37,#DD8A00);
	background-image: linear-gradient(to bottom,#FFAC37,#DD8A00);
}

.advertiser-registration label.checkbox {
	margin-top: 18px;
	display: block;
	color: #fff;
	font-size: 12px;
}

.advertiser-registration label.checkbox a {
	color: #EEAD07;
	font-size: 12px;
}

.advertiser-registration label.checkbox a:hover {
	color: #FFD000;
}

.publishers-login {
	height: 100%;
}

.publishers-login .constrain-width { width: 100%; }

.publishers-login-box {
	height: 250px;
	width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.publishers-login-head {
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 70px;
	display: block;
}

.publishers-login-head img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.publishers-login-box .input-custom-reglog {
	width: 100%;
}

.publishers-login-box label.checkbox {
	font-size: 17px;
	margin-top: 0px;
	color: #fff;
}

.publishers-login-content {
	margin-bottom: 25px;
}

.publishers-login-footer button.join {
	border: 1px solid #1BA42B;
	background: url("../../_img/frontpage/login-button.png");
	box-shadow: inset 0px 0px 29px rgba(0, 66, 8, 0.24), 0px 0px 5px #000, inset 0px 29px 0px rgba(255, 255, 255, 0.11);
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	background: rgb(0, 155, 19);
	color: #FFFFFF;
	font-weight: 300;
	cursor: pointer;
	text-transform: uppercase;
	padding: 15px 20px 15px 20px;
	width: 100%;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.publishers-login-footer button.join:hover {
	background: #00B216;
}

button.create-account {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	color: #FFFFFF;
	background: transparent;
	border: 1px solid rgba(115, 115, 115, 0.15);
	box-shadow: 0 0 rgba(0,0,0,0);
	border-radius: 2px;
	width: 96%;
	float: left;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 300;
	border-left: 4px solid #096DAA;
	border-right: none;
	cursor: pointer;
	border-top: none;
	border-bottom: none;	
	font-family: 'Raleway', sans-serif;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

button.create-account:hover {
	border-left: 7px solid #096DAA;
}

button.forgot-password {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	background: transparent;
	color: #FFFFFF;
	box-shadow: 0 0 rgba(0,0,0,0);
	border-radius: 2px;
	width: 96%;
	float: right;
	padding: 10px 20px 10px 20px;
	margin-top: 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 300;
	border-left: 4px solid #AA0909;
	border-right: none;
	border-top: none;
	border-bottom: none;	
	font-family: 'Raleway', sans-serif;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

button.forgot-password:hover {
	border-left: 7px solid #AA0909;
}

button#contact-submit {
	background: #037CB4;
	border: 0;
	padding: 20px;
	color: #F1F1F1;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	border-left: 13px solid #2C90BE;
	text-shadow: 4px 4px 0px #17678C;
	display: block;
	width: 95%;
}

.contact-fields {
	background: url(../../_img/frontpage/mix-background-11.jpg);
	background-size: cover;
}

.contact-fields h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 60px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.contact-general {
	height: 320px;
	box-shadow: inset 1px 0px 0px #0CB2F1;
}

.contact-general p {
	color: #01b2f1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 35px;
	font-size: 12px;	
}

.contact-general a {
	color: #01b2f1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}

.contact-general a:hover {
	color: #fff;
}

.contact-general h2 {
	color: #fff;
	margin-left: 35px;
}

span.text-connect {
	font-size: 49px;
	font-weight: bold;
	color: #FAFAFA;
}

.social-text {
	font-size: 18px !important;
}
.lets-connect {
	margin-top: 8px;
}

.publishers-join-now {
	margin-top: 410px;
	display: table;
}

.publishers-join-now a.read-more {
	background: rgb(23, 61, 88);
	color: rgb(124, 162, 188);
	padding: 20px;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 8px solid rgb(23, 53, 74);
	margin-left: 20px;
	font-size: 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.publishers-join-now a.read-more:hover {
	border-left: 0px solid rgb(23, 53, 74);
	border-right: 8px solid rgb(23, 53, 74);
}

.publishers-join-now a.join {
	background: #10C526;
	color: rgb(243, 253, 255);
	padding: 20px;
	display: table;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 8px solid #0D981E;
	margin-left: 20px;
	font-size: 20px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.publishers-join-now a.join:hover {
	border-left: 0px solid #0D981E;
	border-right: 8px solid #0D981E;
}

.publishers-join-now span {
	font-size: 47px;
	color: #fff;
	font-style: italic;
	display: block;
	text-align: end;
	margin-right: 25px;
	font-weight: 300;
	margin-top: 10px;
}

.publishers-join-now .border-left {
	box-shadow: -5px 0px 0px #19415B;
}

.alert-error {
	background: #990000;
	border: 1px solid #FF0000;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}

.alert-success {
	background: #009900;
	border: 1px solid #00FF00;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}

.alert-notice {
	background: #000099;
	border: 1px solid #0000FF;
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 300;
	text-align: center;
}

.alert-success a {
	font-weight: bold;
	color: #EFFF00;
}
/* Character Tabs */
.mosaic-tables {
	display: table;
	list-style-type: none;
	margin-top: 30px;
}

a.mosaic {
	height: 200px;
	width: 195px;
	display: block;
	float: left;
	padding: 10px;
}

a.mosaic img {
	width: 190px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

a.mosaic span {
	text-align: center;
	display: block;
	color: #00C0FF;
	font-weight: bold;
}

.mosaic-tables li.active-mosaic {
	opacity: 1 !important;
}

.img-area {
	height: 100px;
	vertical-align: middle;
	display: table-cell;
	width: 195px;
}


.chosen-character img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 250px;
}

.chosen-character span {
	text-align: center;
	display: block;
	color: #fff;
	font-weight: bold;
}

.chosen-character a.sign-up {
	float: right;
	padding: 11px;
	display: table;
	font-size: 21px;
	font-weight: bold;
	color: #FDFDFD;
	box-shadow: -4px 0px 0px rgba(255, 255, 255, 0.29), 4px 0px 0px rgba(255, 255, 255, 0.29);
	border-radius: 5px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.chosen-character a.sign-up:hover {
	box-shadow: -5px 0px 0px #07BC1E, 5px 0px 0px #07BC1E;
}

.chosen-character a.read-more {
	float: right;
	padding: 11px;
	display: table;
	font-size: 21px;
	font-weight: bold;
	margin-right: 21px;
	color: #fff;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.chosen-character a.read-more:hover {
}

.chosen-character .img-area {
	width: 400px;
	height: 174px;
}

.chosen-character p {
	color: #fff;
	height: 140px;
}

.mosaic-tables li {
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	display: inline-block;
}

.mosaic-tables li:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}	

#character-1 {
	display: block;   
}

.tab-character {
    display: none;
}

/* Features Tabs */
.feature ul.technology-list {
	color: #EBF0F3;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 17px;
}

.our-features-tools {
	background: #0E293B;
	height: 468px;
	background: url("../../_img/frontpage/mix-background-7.jpg");
	background-position: top center;
	background-size: cover;	
	background-attachment: fixed;
}

.our-features-data {
	background: #0E293B;
	height: 508px;
	background: url("../../_img/frontpage/mix-background-6.jpg");
	background-position: top center;
	background-size: cover;
	box-shadow: 0px -2px 0px #346086;
}

.our-features-improve {
	height: 468px;
	background: url("../../_img/frontpage/mix-background-7.jpg");
	background-position: top center;
	background-size: cover;
	box-shadow: 0px -1px 0px #06BDE0, 0px 0px 50px rgba(0, 98, 138, 1);
	background-attachment: fixed;
}

.feature {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 27px;
}

.feature img {
	width: 80%;
	display: block;
	float: left;
}

.feature i {
	font-size: 350px;
	display: block;
	text-align: center;
}

#feature-1-1 i {
	color: #FFFFFF;
	text-shadow: 4px 3px 0px #D2E6EA, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

#feature-1-2 i {
	color: #04AEE3;
	text-shadow: 4px 3px 0px #0791BC, 0px 0px 32px rgba(0, 0, 0, 0.53);;
}

#feature-1-3 i {
	color: #E6DE56;
	text-shadow: 4px 3px 0px #C8AC48, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

#feature-2-1 i {
	color: #E4FAFF;
	text-shadow: 4px 3px 0px #97BAC2, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

#feature-2-2 i {
	color: #E51A00;
	text-shadow: 4px 3px 0px #B71500, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

#feature-2-3 i {
	color: #8BFD00;
	text-shadow: 4px 3px 0px #74D200, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

#feature-3-1 i {
	font-size: 290px;
	color: #FFFFFF;
	text-shadow: 4px 3px 0px #D2E6EA, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

#feature-3-2 i {
	font-size: 290px;
	color: #AA38BE;
	text-shadow: 4px 3px 0px #9700B4, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

#feature-3-3 i {
	color: #E50132;
	text-shadow: 4px 3px 0px #9A0021, 0px 0px 32px rgba(0, 0, 0, 0.53);
}

.feature h3 {
	color: #fff;
}

.feature p {
	color: #E1E1E1;
	font-size: 17px;
}

.features-main {
	padding-top: 40px;
}

.features-main ul {
	list-style-type: none;
	width: 100%;
}

.features-main a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 5px;
	display: block;
	color: #fff;
	font-weight: bold;	
	
}

.features-main li {
	background: #233A49;
	overflow: hidden;
	white-space: nowrap;
	width: 37px;
	height: 39px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;		
}

.features-main span {
	margin-left: -150px;
	font-weight: 200;
	float: left;
	font-size: 16px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

li.active-feature-1 {
	background: #10C526;
}

li.active-feature-2 {
	background: #10C526;
}

li.active-feature-3 {
	background: #10C526;
}

.features-main i {
	float: right;
}

.features-main li:hover span {
	margin-left: 0px;
}

.features-main li:hover {
	width: 150px;
	background: #2D4757;
}

.features-main i.fa-bolt {
	margin-right: 4px;
}

.features-main i.fa-lock {
	margin-right: 3px;
}

.features-main i.fa-globe {
	margin-right: 1px;
}

.features-main i.fa-male {
	margin-right: 4px;
}
.features-main i.fa-graduation-cap {
	margin-right: -2px;
}

.features-main i.fa-male {
	margin-right: 3px;
}

.select-feature-1-preview {
    display: none;
}

.select-feature-2-preview {
    display: none;
}

.select-feature-3-preview {
    display: none;
}

#feature-1-1 {
	display: block;   
}

#feature-2-1 {
	display: block;   
}

#feature-3-1 {
	display: block;
}

/* Principles Tabs */
.principle-preview {
    display: none;
	width: 100%;
}

.principle-preview p {
	text-align: center;
	font-size: 28px;
	color: #FFDFDF;
}

.principle-previews h2 {
	color: #fff;
	font-size: 54px;
}

#principle-3 {
	display: block;   
}

.key-principles ul {
	width: 100%;
}

.principle {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	opacity: 0.6;
	vertical-align: middle;
	display: table-cell;	
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.principle:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);	
}

.principle span {
	color: #FFF;
	font-weight: bold;
}

.principle img {
	max-width: 194px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-height: 122px;
	margin-bottom: 30px;
}

.principle-opacity {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}

.active-principle {
	filter: none;
	-webkit-filter: grayscale(0%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	text-shadow: 0px 0px 10px #fff;
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);		
}

ul.principle-tabs {
	display: table;
}

.key-principles {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* Technology Tabs */
.our-technology-menu {
	width: 208px;
	background: #F7F7F7;
}

.our-technology p {
	font-size: 16px;
	color: #606060;
}

.technology-preview-footer p {
	color: #fff;
}

.our-technology ul.technology-list {
	color: #6E6E6E;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.technology-list li {
	font-size: 16px;
	list-style-image: url(../../_img/frontpage/bulletpoint-1.png);
}

ul.technology-tabs {
	list-style-type: none;
}

.our-technology li.head-subject {
	color: #626262;
	background: #F7F7F7;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	list-style-type: none;
}

.our-technology .select-preview {
	color: #8C8F90;
	background: #F7F7F7;
	padding: 10px;
	display: block;
	margin-bottom: 1px;
	text-align: start;
	font-weight: bold;
	font-size: 16px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	box-shadow: 0px 1px 0px #FFFFFF;
	border-bottom: 1px solid #DCDCDC;	
}

.our-technology .select-preview:hover {
	color: #4A4A4A;
}

.active-preview {
	border-left: 6px solid #4A4A4A;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.our-technology a.join {
	background: #000000;
	color: #FFF;
	display: table;
	height: 55px;
	text-align: center;
	font-size: 47px;
	font-weight: bold;
	padding: 15px;
	margin-top: 6px;
	margin-left: auto;
	margin-right: auto;
	border-left: 10px solid #E12043;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

.our-technology a.join:hover {
	border-left: 0px solid #E12043;
	border-right: 10px solid #E12043;
}

.technology-preview h2 {
	color: #3A3A3A;
}

img.technology-preview-img {
	max-width: 676px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 30px;
}

.technology-preview-footer {
	height: 100px;
	background: #000;
	padding: 20px;
	max-width: 1000px;
}

.tab-technology {
	width: 676px;
	background: #F7F7F7;
	padding: 40px;
	padding-bottom: 0px;
	height: 781px;
}

#technology-1 {
	display: block;
}

.technology-preview {
	display: none;
}

.active-preview a {
	color: #4A4A4A !important;
}

.shadowfy {
	display: table;
	box-shadow: 10px 0px 0px 0px rgba(0, 0, 0, 0.13), -10px 0px 0px 0px rgba(0, 0, 0, 0.13);
	background: #F7F7F7;
}

p.step-into-adludum {
	font-size: 37px;
	font-style: italic;
	line-height: 100px;
	font-weight: lighter;
}

.focus-on-me {
	padding-left: 20px;
	padding-right: 20px;
	border-left: 10px solid #AAC0CB;
	color: #0C2B3C;
}

ul.publishers-summary-1 {
	font-size: 26px;
	list-style-type: none;
	color: #FFFFFF;
	text-align: start;
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.17);
	font-weight: 400;
}

ul.publishers-summary-2 {
	font-size: 26px;
	list-style-type: none;
	color: #FFFFFF;
	text-align: start;
	padding-left: 20px;
	text-shadow: -3px 3px 0px rgba(0, 0, 0, 0.17);
	font-weight: 400;
}

.publishers-summary-section {
	margin-top: 50px;
	padding-bottom: 70px;
	border-bottom: 1px solid #07B5D9;
}

.publishers-summary-section .take-a-tour {
	color: #009ACD;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70px;
	border-left: 0px solid #01B2F1;
	display: table;
	float: right;
	text-shadow: -5px 6px 0px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.publishers-summary-section .take-a-tour:hover {
	border-left: 15px solid #48CAFA;
	padding-left: 10px;
	color: #9FE5FF;
}

.publishers-summary-section .join {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70px;
	border-left: 0px solid #01B2F1;
	display: table;
	float: right;
	text-shadow: -5px 6px 0px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}


.publishers-summary-section .join:hover {
	border-left: 15px solid #EBFFFA;
	padding-left: 10px;
	color: #EBFFFA;
}

.publishers-list {
	display: table;
}

.publishers-action {
	margin-top: 2px;
}

.advertisers-list {
	display: table;
	margin-bottom: 100px;	
}

.advertisers-summary-section {
	margin-top: 50px;
	padding-bottom: 70px;
	height: 100%;
}

.advertisers-summary-section .join {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70px;
	border-left: 0px solid #01B2F1;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-shadow: -5px 6px 0px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.advertisers-summary-section .join:hover {
	border-left: 15px solid #EBFFFA;
	padding-left: 10px;
	color: #EBFFFA;
}

.advertisers-summary-section .ad-kit {
	color: #FEEF6D;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 70px;
	border-right: 0px solid #FFE400;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-shadow: -5px 6px 0px rgba(0, 0, 0, 0.23);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}

.advertisers-summary-section .ad-kit:hover {
	border-right: 15px solid #F8FF66;
	padding-right: 10px;
	color: #F8FF74;
}

.advertisers-action {
	margin-top: 2px;
}

/* FOOTER AREA */
.footer {
	background: #080808;
	width: 100%;
	padding-top: 20px;
	display: table;
	padding-bottom: 20px;
	border-top: 1px solid #1A1A1A;
	border-bottom: 1px solid #010F27;
}

.footer h2{
	color: #5CE115;
	padding-bottom: 20px;
}

.footer span{
	color: #C8C8C8;
	font-weight: 300;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

.footer a {
	color: #5CE115;
	font-size: 13px;
	font-weight: bold;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	border-left: 0px solid #5CE115;
}

.footer a:hover {
	border-left: 5px solid #5CE115;
	padding-left: 10px;
}

.footer .seperator {
	height: 1px;
	background: #141414;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #000000;
}

.footer-bottom {
	background: #000307;
	width: 100%;
	color: #ADADAD;
	font-size: 12px;
	display: table;
	padding-top: 20px;
	padding-bottom: 20px;
}

a.footer-link-menu {
	color: #01b2f1;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;	
}

a.footer-link-menu:hover {
	color: #fff;
}

span.spacer {
	color: #012839;
	font-size: 13px;
	padding: 0 5px 0 5px;
}

#twitter p {
	color: #fff;
	font-weight: 300;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
}

#twitter a {
	font-size: 12px;
	color: #00CFFF;
	font-weight: normal;
}

#twitter a:hover {
	border: none;
	padding: 0px;
	color: #40DBFF;
}

#twitter .footer-thumb-img {
	color: #00CFFF;
	float: left;
	margin-right: 14px;
	margin-top: 7px;
	margin-left: 10px;
	font-size: 25px;
}

#twitter .recent-post.clearfix {
	margin-bottom: 50px;
}

#twitter span.date {
	float: right;
}

.social-icons {
	display: table;
	margin-top: 10px;
}

.social-icons i.fa-facebook {
	height: 30px;
	width: 30px;
	font-size: 16px;
	background: #3a5795;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 5px;
}

.social-icons i.fa-twitter {
	height: 30px;
	width: 30px;
	font-size: 16px;
	background: #2b7bb9;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 5px;
}

.social-icons i.fa-google-plus {
	height: 30px;
	width: 30px;
	font-size: 16px;
	background: #dd4b39;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin: 5px;
}

.copyright {
	color: #344956;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 13px;
	font-size: 12px;
}

/* Modals */
/* Login-Modal */
.modal {
	position: fixed;
	top: 51px;
	right: 0;
	bottom: 0px;
	left: 0;
	z-index: -100;
	margin: auto;
	min-width: 1000px;
	width: 1000px;
	border-radius: 0px;
	background: #022037;
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.modal-header {
	font-size: 38px;
	color: #00DEFF;
	height: 80px;
	background: url("../../_img/frontpage/mix-background-2.jpg");
	z-index: 999999999999;
	position: relative;
	font-family: "Raleway", Arial, Helvetica, Sans-Serif;
	font-weight: 700;
	line-height: 67px;
	text-align: center;
}

.modal-header > img {
	width: 135px; 
	margin-top: -4px;
	margin-right: 14px;
	margin-left:10px;
}

.modal-header .font-beauty-9 {
	color: #FFFFFF;
	font-size: 36px;
	text-shadow: 0px 0px 20px rgba(0, 182, 255, 0.55);
	background-image: url(../../_img/frontpage/side-flare-1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight: 300;
	margin-top: 0px;
}

.close {
	float: right;
	font-size: 31px;
	font-weight: 700;
	line-height: 1;
	color: #FFF;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.8;
}

.close:hover, .close:focus {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 1;
}

.modal-content {
	padding: 0px 30px 0px 30px;
	box-shadow: none;
	border: none;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #022037!important;
	border-radius: 0px;
	margin-top: 18px;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.modal-content section {
	padding: 0;
}

.modal-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border: none;
	z-index: 100;
	height: 100px;
	background: url("../../_img/frontpage/mix-background-2.jpg");
}

.modal-footer label {
	display: inline-block;
	margin-right: 10px;
	font-weight: 300;
}

.modal-footer label a {
	text-decoration: underline;
}

.modal-footer input[type='checkbox'] {
	transform: scale(4.5);
	-webkit-transform: scale(4.5);
	margin-left: -60px;
	margin-top: 30px;
}

.modal.open {
	opacity: 1;
	z-index: 99999999999999;
	color: #FDFDFD;
	box-shadow: 0px 0px 36px rgba(0, 0, 0, 1);
}

.modal-content p {
	text-align: justify;
	margin-bottom: 22px;
	color: #F1F1F1;
	font-size: 12px;
}

.modal-content h2 {
	margin-top: 22px;
	color: #08C1F9;
	text-transform: uppercase;
	font-size: 20px;
}

.modal-content h3 {
	color: #FFFFFF;
	font-size: 18px;
}

#modal-overlay {
	z-index: 9999999;
	display: none;
	background: rgba(0, 0, 0, 0.25);
	bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	outline: none;
	overflow-x: hidden;
	overflow-y: auto;
}

#modal button.btn.btn-danger {
	background: #FBFBFB;
	padding: 10px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 31px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	margin-top: 20px;
	text-transform: uppercase;
	color: #343434;
	border: 1px solid transparent;
	box-shadow: 0 0 rgba(0,0,0,0);
	background-image: -webkit-linear-gradient(top,#FFFFFF,#DEDEDE);
	background-image: linear-gradient(to bottom,#FFFFFF,#DEDEDE);
	border-radius: 5px;
}