/*
Theme Name: GraphicBomb Theme 2016
Version: 1.0
Description: GraphicBomb Redesign Theme
Author: GraphicBomb
Author URI: http://www.graphicbomb.com
*/
/* General */
html {
	width: 100%;
	height: 100%;
	display: block;
}
body {
	line-height: 1.5;
	background-color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333333;
	background: #e9e8e3;
	position: relative;	
	min-height: 100%;
	overflow-x: hidden;
}
body.home {
	height: 100%;
}
a {
	outline: 0;
	text-decoration: none;
}
a:hover {
	outline: 0;
	text-decoration: underline;
}
p:empty {
	display: none;
}

/* Header */
.home #header {
	width: 100%;
	position: absolute;
	z-index: 101;
	top: 0;
}
.home #header.fixed {
	position: fixed;
	box-shadow: 0px 2px 2px #ededed;
}
.home #header.transparent {
	background-color: transparent;
}
.home #header.white {
	background-color: #ffffff;
}
#header .top-header {
	width: 100%;
	padding-top: 12px;
}
#header.fixed .top-header {
	padding-top: 6px;
	padding-bottom: 6px;
}
#header .top-header .header-logo {
	display: block;
	font-size: 38px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	float: left;
	text-align: left;
}
.home #header .top-header .header-logo {
	background-color: transparent;
}

#header .top-header .header-logo img.normal {
	display: none;
}
#header .top-header .header-logo img.invert {
	display: inline-block;
}
.home #header .top-header .header-logo img.normal {
	display: inline-block;
}
.home #header .top-header .header-logo img.invert {
	display: none;
}
.home #header.white .top-header .header-logo img.normal {
	display: none;
}
.home #header.white .top-header .header-logo img.invert {
	display: inline-block;
}

#header .top-header .header-navigation {
	float: right;
}
#header .top-header .header-navigation ul {
	width: 100%;
	margin: 18px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#header .top-header .header-navigation ul li {
	margin-left: 40px;
	line-height: 1.375;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	float: left;
}
#header .top-header .header-navigation ul li:first-child {
	margin-left: 0;
}
#header .top-header .header-navigation ul li a {
	color: #1d3037;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
#header .top-header .header-navigation ul li a:active {
	text-decoration: none;
}
#header .top-header .header-navigation ul li a:hover {
	color: #1d3037;
	text-decoration: underline;
}
#header .top-header .header-navigation ul li.current-menu-item a {
	font-weight: bold;
	text-decoration: underline;
}
.home #header.transparent .top-header .header-navigation ul li a {
	color: #ffffff;
}
.home #header.transparent .top-header .header-navigation ul li a:hover {
	color: #ffffff;
}

.open-responsive-menu, 
.responsive-menu, 
.responsive-menu.active,
.responsive-menu ul {
	display: none;
}

/* Content */
.blog-post-title {
	/* text-transform: uppercase; */
}
.section-container {
	position: relative;
	min-height: 100%;
	padding-top: 74px;
	overflow: hidden;
}

.section-container.front-page {
	background-image: url('layout/images/front-page-header.jpg');
	background-repeat: no-repeat;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.section-container.front-page .row {
    position: absolute;
    top: 50%;
    margin-top: -70px;
	text-align: center;
	width: 100%;
    left: 15px;
}
.section-container.front-page h1 {
	margin: 0 0 3% 0;
	line-height: 1;
	font-weight: 900;
	font-size: 64px;
	color: #ffffff;
	text-transform: uppercase;
}
.section-container.front-page .header-button-one {
	width: 250px;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 15px;
	padding: 8px 40px;
	display: inline-block;
	border: 3px solid #ffffff;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
.section-container.front-page .header-button-one:hover {
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}
.section-container.front-page .header-button-two {
	width: 250px;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 15px;
	padding: 8px 40px;
	display: inline-block;
	border: 3px solid #ffffff;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
.section-container.front-page .header-button-two:hover {
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.section-container.publishers-page {
	background-color: #ffffff;
}
ul.submenu {
	list-style-type: none;
    margin: 0;
    padding: 0;
	z-index: 100;
	position: relative;
}
ul.submenu li {
	float: left;
	width: 16.667%;
	/* width: 190px; */
	border-bottom: 4px solid transparent;
}
ul.submenu li.submenu-item-1 a {
	background-color: #00adef;
}
ul.submenu li.submenu-item-2 a {
	background-color: #ffdb03;
}
ul.submenu li.submenu-item-3 a {
	background-color: #889a2c;
}
ul.submenu li.submenu-item-4 a {
	background-color: #0380ac;
}
ul.submenu li.submenu-item-5 a {
	background-color: #496372;
}
ul.submenu li.submenu-item-6 a {
	background-color: #1d3340;
}
ul.submenu li a {
    display: block;
    color: white;
    text-align: left;    
    text-decoration: none;
	text-transform: uppercase;
	height: 42px;
	padding: 6px;
	margin-bottom: 7px;
	line-height: 100%;
}
ul.submenu li.submenu-item-1:hover, ul.submenu li.submenu-item-1.active {
	border-bottom: 4px solid #00adef;
}
ul.submenu li.submenu-item-2:hover, ul.submenu li.submenu-item-2.active {
	border-bottom: 4px solid #ffdb03;
}
ul.submenu li.submenu-item-3:hover, ul.submenu li.submenu-item-3.active {
	border-bottom: 4px solid #889a2c;
}
ul.submenu li.submenu-item-4:hover, ul.submenu li.submenu-item-4.active {
	border-bottom: 4px solid #0380ac;
}
ul.submenu li.submenu-item-5:hover, ul.submenu li.submenu-item-5.active {
	border-bottom: 4px solid #496372;
}
ul.submenu li.submenu-item-6:hover, ul.submenu li.submenu-item-6.active {
	border-bottom: 4px solid #1d3340;
}

div.tab-content div.bg-1 div.image {
	max-width: 50%;
	width: 50%;
	margin-top: -11px;
	position: relative;
	float: left;
}
div.tab-content div.bg-1 div.image img.big {
	width: 100%;
	height: auto;
	display: inline;
}
div.tab-content div.bg-1 div.image img.small {
	width: 100%;
	height: auto;
	display: none;
}
div.tab-content div.bg-1 div.image img.icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -107px;
	display: none;
}
div.tab-content div.bg-1 div.inner-container {
	width: 50%;
	float: right;
}
div.tab-content div.bg-2 div.image {
	max-width: 50%;
	width: 50%;
	margin-top: -11px;
	position: relative;
	float: right;
}
div.tab-content div.bg-2 div.image img.big {
	width: 100%;
	height: auto;
	display: inline;
}
div.tab-content div.bg-2 div.image img.small {
	width: 100%;
	height: auto;
	display: none;
}
div.tab-content div.bg-2 div.image img.icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -107px;
	display: none;
}
div.tab-content div.bg-2 div.inner-container {
	width: 50%;
	float: left;
}
div.tab-content div.bg-3 div.image {
	max-width: 50%;
	width: 50%;
	margin-top: -11px;
	position: relative;
	float: left;
}
div.tab-content div.bg-3 div.image img.big {
	width: 100%;
	height: auto;
	display: inline;
}
div.tab-content div.bg-3 div.image img.small {
	width: 100%;
	height: auto;
	display: none;
}
div.tab-content div.bg-3 div.image img.icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -107px;
	display: none;
}
div.tab-content div.bg-3 div.inner-container {
	width: 50%;
	float: right;
}
div.tab-content div.bg-4 div.image {
	max-width: 50%;
	width: 50%;
	margin-top: -11px;
	position: relative;
	float: right;
}
div.tab-content div.bg-4 div.image img.big {
	width: 100%;
	height: auto;
	display: inline;
}
div.tab-content div.bg-4 div.image img.small {
	width: 100%;
	height: auto;
	display: none;
}
div.tab-content div.bg-4 div.image img.icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -107px;
	display: none;
}
div.tab-content div.bg-4 div.inner-container {
	width: 50%;
	float: left;
}
div.tab-content div.bg-5 div.image {
	max-width: 50%;
	width: 50%;
	margin-top: -11px;
	position: relative;
	float: left;
}
div.tab-content div.bg-5 div.image img.big {
	width: 100%;
	height: auto;
	display: inline;
}
div.tab-content div.bg-5 div.image img.small {
	width: 100%;
	height: auto;
	display: none;
}
div.tab-content div.bg-5 div.image img.icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -107px;
	display: none;
}
div.tab-content div.bg-5 div.inner-container {
	width: 50%;
	float: right;
}
div.tab-content div.bg-6 div.image {
	max-width: 50%;
	width: 50%;
	margin-top: -11px;
	position: relative;
	float: right;
}
div.tab-content div.bg-6 div.image img.big {
	width: 100%;
	height: auto;
	display: inline;
}
div.tab-content div.bg-6 div.image img.small {
	width: 100%;
	height: auto;
	display: none;
}
div.tab-content div.bg-6 div.image img.icon {
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -122px;
    margin-left: -107px;
	display: none;
}
div.tab-content div.bg-6 div.inner-container {
	width: 50%;
	float: left;
}
div.tab-content h2 {
	text-transform: uppercase;
	color: #231f20;
	font-size: 36px;
	font-weight: bold;
	padding: 90px 10% 50px 10%;
	margin: 0;
}
div.tab-content .panel {
	padding: 0 10%;
	box-shadow: none !important;
}
div.tab-content .panel-default {
	border: none !important;
	color: #231f20;
	background-color: transparent;
}
div.tab-content .panel-heading {
	padding: 0;
	background: none !important;
	/* cursor: pointer; */
	color: #231f20;
}
div.tab-content .panel-body {
	border: none !important;
	padding: 0;
	margin: 12px 0 0 19px;
}
.action-buttons {
	padding: 0 10%;
}
.action-button-one, .action-button-two {
	display: inline-block;
	border: 4px solid #13a9fe;
	color: #13a9fe;
	width: 49%;
	text-align: center;
	padding: 8px 0;
	margin: 20px 0;
}
.action-button-one {
	margin-right: 2%;
}
.action-button-one:hover, .action-button-two:hover {
	background-color: #13a9fe;
	color: #ffffff;
	text-decoration: none;
}

.section-container.advertisers-page {
	background-image: url('layout/images/advertisers-page-header.jpg');
	background-repeat: no-repeat;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.section-container.advertisers-page .row {
	padding-top: 25%;
	text-align: center;
}
.section-container.advertisers-page h1 {
	margin: 0 0 32px 0;
	line-height: 1;
	font-weight: 900;
	font-size: 48px;
	color: #ffffff;
	text-transform: uppercase;
}
.section-container.advertisers-page .left-column {
	width: 48%;
	float: left;
}
.section-container.advertisers-page .right-column {
	width: 48%;
	float: right;
}
.section-container.advertisers-page .full-column {
	width: 100%;
	clear: both;
	margin-top: 16px;
}
.section-container.advertisers-page h2 {
	line-height: 1;
	font-weight: normal;
	font-size: 24px;
	color: #ffffff;
	margin: 0 0 32px 0;
	text-align: left;
}
.section-container.advertisers-page h2 a {
	color: #ffffff;
	text-decoration: underline;
}
.section-container.advertisers-page .header-button-one {
	width: auto;
	background: rgba(255, 255, 255, 0.3);
	margin: 0 15px;
	padding: 8px 40px;
	display: inline-block;
	border: 3px solid #ffffff;
	border-radius: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
.section-container.advertisers-page .header-button-one:hover {
	background: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

.section-container.about-us-page {
	background-color: #e9e8e3;
}
div.big-markup {
	font-size: 32px;
	line-height: 42px;
	padding: 40px 6% 80px 6%;
	color: #4c555a;
}
div.big-markup p {
	margin-bottom: 32px;
}
div.about-us-container {
	background: #ffffff;
}
div.about-us {
	border: 0;
	float: left;
	width: 21%;
	margin-left: 3%;
	padding-right: 1%;
	margin-right: 1%;
	margin-bottom: 52px;
	border-right: 1px solid #e9e8e3;
	height: 400px;
}
div.about-us.no-border {
	border-right: 0px solid #e9e8e3;
}
div.about-us .image img {
	display: block;
	margin-bottom: 60px;
	border-radius: 50%;
	-webkit-filter: grayscale(1); /* Webkit */
		filter: gray; /* IE6-9 */
		filter: grayscale(1); /* W3C */
	margin-top: -52px;
}
div.about-us .name {
	color: #646464;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: -24px;
}
div.about-us .description {
	color: #646464;
	margin-bottom: 20px;
}
div.about-us .description a {
	color: #646464;
}

.section-container.contact-us-page {
	background-color: #e9e8e3;;
}
div.contact-left {
	width: 50%;
	float: left;
	padding-top: 320px;
	margin-top: 3%;
	background: url('layout/images/seattle-bg.jpg') no-repeat top left;
}
div.contact-right {
	width: 50%;
	float: right;
	padding-top: 320px;
	margin-top: 3%;
	background: url('layout/images/bruxelles-bg.jpg') no-repeat top left;
}
div.contact-left h2, div.contact-right h2 {
	text-transform: uppercase;
	color: #231f20;
	margin-left: 5%;
	font-size: 56px;
	font-weight: bold;
}
div.contact-left .phone, div.contact-right .phone {
	text-transform: uppercase;
	width: 40%;
	float: left;
	margin-top: 48px;
	color: #474745;
	text-align: center;
}
div.contact-left .address, div.contact-right .address {
	text-transform: uppercase;
	width: 95%;
	float: right;
	color: #474745;
	margin-top: 30px;
}
div.contact-left .address p, div.contact-right .address p {
	margin: 0;
}
div.contact-left .address a.contact-us, div.contact-right .address a.contact-us {
	display: block;
	border: 4px solid #13a9fe;
	color: #13a9fe;
	width: 200px;
	text-align: center;
	padding: 8px 0;
	margin: 10px 0 20px 0;
}
div.contact-left .address a.contact-us:hover, div.contact-right .address a.contact-us:hover {
	background-color: #13a9fe;
	color: #ffffff;
	text-decoration: none;
}

#blog {
	position: relative;
}
.container.padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
.container.with-footer {
	padding-bottom: 115px;
}
.container.padding.with-footer {
	padding-bottom: 145px;
}

/* Footer */
.home #footer {
	width: 100%;
	background-color: #000000;
	padding: 40px 0;
	color: #ffffff;
	position: initial;
	bottom: auto;
	left: auto;
}
#footer {
	width: 100%;
	background-color: #000000;
	padding: 40px 0;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
}
#footer .footer-logo {
	width: 100%;
	display: block;
	text-align: left;
}
#footer .footer-logo img {
	max-width: 100%;
	height: auto;
}
#footer .copyright {
	width: 100%;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 13px;
}

#footer .footer-navigation ul {
	width: 100%;
	padding: 0;
	list-style-type: none;
}
#footer .footer-navigation ul li {
	margin-left: 40px;
	line-height: 25px;
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
	float: left;
}
#footer .footer-navigation ul li a {
	color: #ffffff;
	font-weight: normal;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#footer .footer-navigation ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Modal */
.modal-content iframe {
	border: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
	height: 320px;
}

/* Navigation Elements */
.next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 0;
	width: 15px;
	height: 31px;
	margin-right: 27px;
	
	-webkit-animation-name: next-animation;
	-moz-animation-name: next-animation;
	-o-animation-name: next-animation;
	animation-name: next-animation;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

@-webkit-keyframes next-animation {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translate( 0, 0 );
	}
	40% {
		-webkit-transform: translate( -4px, 0 );
	}
	60% {
		-webkit-transform: translate( -2px, 0 );
	}
}

@-moz-keyframes next-animation {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translate( 0, 0 );
	}
	40% {
		-moz-transform: translate( -4px, 0 );
	}
	60% {
		-moz-transform: translate( -2px, 0 );
	}
}

@-o-keyframes next-animation {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translate( 0, 0 );
	}
	40% {
		-o-transform: translate( -4px, 0 );
	}
	60% {
		-o-transform: translate( -2px, 0 );
	}
}

@keyframes next-animation {
	0%, 20%, 50%, 80%, 100% {
		transform: translate( 0, 0 );
	}
	40% {
		transform: translate( -4px, 0 );
	}
	60% {
		transform: translate( -2px, 0 );
	}
}

.previous {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 0;
	width: 15px;
	height: 31px;
	margin-left: 27px;
	
	-webkit-animation-name: previous-animation;
	-moz-animation-name: previous-animation;
	-o-animation-name: previous-animation;
	animation-name: previous-animation;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

@-webkit-keyframes previous-animation {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translate( 0, 0 );
	}
	40% {
		-webkit-transform: translate( 4px, 0 );
	}
	60% {
		-webkit-transform: translate( 2px, 0 );
	}
}

@-moz-keyframes previous-animation {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translate( 0, 0 );
	}
	40% {
		-moz-transform: translate( 4px, 0 );
	}
	60% {
		-moz-transform: translate( 2px, 0 );
	}
}

@-o-keyframes previous-animation {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translate( 0, 0 );
	}
	40% {
		-o-transform: translate( 4px, 0 );
	}
	60% {
		-o-transform: translate( 2px, 0 );
	}
}

@keyframes previous-animation {
	0%, 20%, 50%, 80%, 100% {
		transform: translate( 0, 0 );
	}
	40% {
		transform: translate( 4px, 0 );
	}
	60% {
		transform: translate( 2px, 0 );
	}
}

.next a, .previous a {
	text-indent: -9999px;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.next a:hover, .previous a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}
.next a {
	background: url('layout/images/right-arrow.png') no-repeat top left;
	width: 15px;
	height: 31px;	
}
.previous a {
	background: url('layout/images/left-arrow.png') no-repeat top left;
	width: 15px;
	height: 31px;	
}

.nextpage {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 31px;
	height: 15px;
	margin-left: -15.5px;
	
	-webkit-animation-name: nextpage-animation;
	-moz-animation-name: nextpage-animation;
	-o-animation-name: nextpage-animation;
	animation-name: nextpage-animation;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
}

@-webkit-keyframes nextpage-animation {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translate( 0, 0 );
	}
	40% {
		-webkit-transform: translate( 0, -4px );
	}
	60% {
		-webkit-transform: translate( 0, -2px );
	}
}

@-moz-keyframes nextpage-animation {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translate( 0, 0 );
	}
	40% {
		-moz-transform: translate( 0, -4px );
	}
	60% {
		-moz-transform: translate( 0, -2px );
	}
}

@-o-keyframes nextpage-animation {
	0%, 20%, 50%, 80%, 100% {
		-o-transform: translate( 0, 0 );
	}
	40% {
		-o-transform: translate( 0, -4px );
	}
	60% {
		-o-transform: translate( 0, -2px );
	}
}

@keyframes nextpage-animation {
	0%, 20%, 50%, 80%, 100% {
		transform: translate( 0, 0 );
	}
	40% {
		transform: translate( 0, -4px );
	}
	60% {
		transform: translate( 0, -2px );
	}
}

.nextpage a {
	text-indent: -9999px;
	display: block;
	background: url('layout/images/down-arrow.png') no-repeat top left;
	width: 31px;
	height: 15px;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.publishers-page .nextpage a {
	background: url('layout/images/down-arrow-dark.png') no-repeat top left;
}
.about-us-page .nextpage a {
	background: url('layout/images/down-arrow-dark.png') no-repeat top left;
}
.contact-us-page .nextpage a {
	background: url('layout/images/up-arrow-dark.png') no-repeat top left;
}

.nextpage a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
}

/* Signup Page */
#signup {
	position: relative;
	background-color: #f2f2f2;
}
#signup h1 {
	font-size: 32px;
	font-weight: bold;
}
#signup p {
	font-size: 24px;
    font-weight: lighter;
	margin-top: 42px;
}
#signup p span {
	color: #3399cc;
	font-weight: normal;
}
.form-control {
	-webkit-box-shadow: none;
    box-shadow: none;
	border-radius: inherit;
	border: 1px solid #ffffff;
	padding: 9px 12px;
	font-size: 15px;
	color: #333333;
	height: auto;
	background-color: #ffffff;
	margin-bottom: 5px;
}
select.form-control {
	border: 1px solid #cccccc;
}
.form-control::-webkit-input-placeholder {
    color: #333333;
}
.form-control:-moz-placeholder {
   color: #333333;
   opacity: 1;
}
.form-control::-moz-placeholder {
   color: #333333;
   opacity: 1;
}
.form-control:-ms-input-placeholder {
   color: #333333;
}
.form-control:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
	border-radius: inherit;
	border: 1px solid #16a8fd;
	background-color: #ffffe5;
}
.form-control:focus::-webkit-input-placeholder {
    color: #cccbd0;
}
.form-control:focus:-moz-placeholder {
   color: #cccbd0;
   opacity: 1;
}
.form-control:focus::-moz-placeholder {
   color: #cccbd0;
   opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
   color: #cccbd0;
}
.has-error .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
h3.user-account {
	padding: 16px 0 16px 72px;
	background-image: url('layout/images/account_64.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}
h3.company-info {
	padding: 16px 0 16px 72px;
	background-image: url('layout/images/company_64.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 6px;
}
.has-error small {
	position: absolute;
	left: 15px;
	bottom: -15px;
	display: block;
}
#publisher-signup-left, #publisher-signup-right {
	position: relative;
	height: 562px;
}
#publisher-signup-user {
	width: 100%;
	position: absolute;
	bottom: 0;
}
.terms-checkbox {
	width: 22px;
	position: relative;
	display: inline-block;
	height: 12px;
}
.terms-checkbox label {
	cursor: pointer;
	position: absolute;
	width: 18px;
	height: 16px;
	top: 0;
	border-radius: 4px;

	background: -webkit-linear-gradient(top, #13a9fe 0%, #13a9fe 100%);
	background: -moz-linear-gradient(top, #13a9fe 0%, #13a9fe 100%);
	background: -o-linear-gradient(top, #13a9fe 0%, #13a9fe 100%);
	background: -ms-linear-gradient(top, #13a9fe 0%, #13a9fe 100%);
	background: linear-gradient(top, #13a9fe 0%, #13a9fe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13a9fe', endColorstr='#13a9fe',GradientType=0 );
}
.terms-checkbox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #fcfff4;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.terms-checkbox label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}
.terms-checkbox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.terms-checkbox input[type=checkbox] {
	display: none;
}


button#send {
	display: block;
    border: 4px solid #13a9fe;
    color: #13a9fe;
    width: 100%;
    text-align: center;
    padding: 8px 0;
    margin: 0 0 10px 0;
	background: none;
	text-transform: uppercase;	
}
button#send:hover {
	background-color: #13a9fe;
	color: #ffffff;
}

a.terms_link {
	font-weight: normal;
	color: #13a9fe;
}

a.terms_link:hover {
	color: #13a9fe;
	text-decoration: underline;
}

/* Responsive */
@media only screen and (min-width: 992px) {
	ul.submenu li a {
		height: 57px;
		padding: 6px 8px;
		margin-bottom: 7px;
		line-height: 100%;
	}
	div.tab-content div.bg-1, div.tab-content div.bg-2, div.tab-content div.bg-3, div.tab-content div.bg-4, div.tab-content div.bg-5, div.tab-content div.bg-6 {
		min-height: 470px;
	}
	div.tab-content h2 {
		padding: 40px 10% 30px 10%;
	}
}
@media only screen and (min-width: 1200px) {
	ul.submenu li a {
		height: 42px;
		padding: 6px 12px;
		margin-bottom: 7px;
		line-height: 100%;
	}
	div.tab-content div.bg-1, div.tab-content div.bg-2, div.tab-content div.bg-3, div.tab-content div.bg-4, div.tab-content div.bg-5, div.tab-content div.bg-6 {
		min-height: 567px;
	}
	div.tab-content h2 {
		padding: 80px 10% 50px 10%;
	}
}
/* tablet mode */
@media only screen and (max-width: 991px) {
	#header .top-header .header-navigation {
		display: none;
	}
	.open-responsive-menu {
		height: 100%;
		background: 0 0;
		padding: 20px 0 0 0;
		border: none;
		outline: 0;
		display: block;
		float: right;
	}
	.open-responsive-menu .fa {
		font-size: 22px;
		color: #a8a4a5;
	}
	.responsive-menu {
		width: 100%;
		background-color: #ffffff;
		display: none;
		box-shadow: 0px 2px 2px #ededed;
	}
	.responsive-menu ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.responsive-menu ul li {
		width: 100%;
	}
	.responsive-menu ul li a {
		width: 100%;
		padding: 15px;
		display: block;
		color: #000000;
		text-align: center;
		text-transform: uppercase;
		font-size: 24px;
	}
	.responsive-menu.active {
		display: block;
	}
	.responsive-menu ul {
		display: block;
	}
	.responsive-menu ul li.current-menu-item a {
		font-weight: bold;
		text-decoration: underline;
	}
	
	.section-container.front-page .row {
		margin-top: -130px;
	}
	.section-container.front-page .header-button-one {
		display: block;
		width: 55%;
		margin: 0 auto 12px;
		font-size: 16px;
	}
	
	.section-container.front-page .header-button-two {
		display: block;
		width: 55%;
		margin: 0 auto;
		font-size: 16px;
	}
	
	.section-container.advertisers-page .row {
		padding-top: 35%;
	}
	.section-container.advertisers-page h1 {
		font-size: 40px;
	}
	.section-container.advertisers-page .left-column {
		width: 100%;
		float: none;
	}
	.section-container.advertisers-page .right-column {
		width: 100%;
		float: none;
	}
	
	.section-container.publishers-page .col-sm-12 {
		position: inherit;
	}
	ul.submenu {
		position: absolute;
		bottom: 30px;
		left: 50%;
		margin-left: -72px;
		z-index: 100;
	}
	ul.submenu li {
		border: none;
	}
	ul.submenu li a {
		text-indent: -9999px;
		padding: 0;
		height: 16px;
		width: 16px;
		margin: 7px 4px;
		border-radius: 50%;
	}
	ul.submenu li.submenu-item-1:hover, ul.submenu li.submenu-item-1.active,
	ul.submenu li.submenu-item-2:hover, ul.submenu li.submenu-item-2.active,
	ul.submenu li.submenu-item-3:hover, ul.submenu li.submenu-item-3.active,
	ul.submenu li.submenu-item-4:hover, ul.submenu li.submenu-item-4.active,
	ul.submenu li.submenu-item-5:hover, ul.submenu li.submenu-item-5.active,
	ul.submenu li.submenu-item-6:hover, ul.submenu li.submenu-item-6.active {
		border: none;
	}
	ul.submenu li.submenu-item-1 a,
	ul.submenu li.submenu-item-2 a,
	ul.submenu li.submenu-item-3 a,
	ul.submenu li.submenu-item-4 a,
	ul.submenu li.submenu-item-5 a,
	ul.submenu li.submenu-item-6 a {
		background-color: #d8d8d8;
	}
	ul.submenu li.submenu-item-1:hover a, ul.submenu li.submenu-item-1.active a,
	ul.submenu li.submenu-item-2:hover a, ul.submenu li.submenu-item-2.active a,
	ul.submenu li.submenu-item-3:hover a, ul.submenu li.submenu-item-3.active a,
	ul.submenu li.submenu-item-4:hover a, ul.submenu li.submenu-item-4.active a,
	ul.submenu li.submenu-item-5:hover a, ul.submenu li.submenu-item-5.active a,
	ul.submenu li.submenu-item-6:hover a, ul.submenu li.submenu-item-6.active a {
		background-color: #666666;
	}
	.next {
		top: auto;
		bottom: 30px;
		left: 50%;
		right: auto;
		margin-left: 84px;
	}
	.previous {
		top: auto;
		bottom: 30px;
		right: 50%;
		left: auto;
		margin-right: 84px;
	}
	.action-buttons {
		padding: 0 10%;
		position: absolute;
		width: 100%;
		padding-bottom: 60px;
		left: 0;
		bottom: 0;
		background-color: #ffffff;
		text-align: center;
	}
	.publishers-page .nextpage {
		bottom: 10px;
	}
	
	div.tab-content div.bg-1 div.image,
	div.tab-content div.bg-2 div.image,
	div.tab-content div.bg-3 div.image,
	div.tab-content div.bg-4 div.image,
	div.tab-content div.bg-5 div.image,
	div.tab-content div.bg-6 div.image {
		min-width: 100%;
		width: 100%;
	}
	div.tab-content div.bg-1 div.image .big,
	div.tab-content div.bg-2 div.image .big,
	div.tab-content div.bg-3 div.image .big,
	div.tab-content div.bg-4 div.image .big,
	div.tab-content div.bg-5 div.image .big,
	div.tab-content div.bg-6 div.image .big {
		display: none !important;
	}
	div.tab-content div.bg-1 div.image .small,
	div.tab-content div.bg-2 div.image .small,
	div.tab-content div.bg-3 div.image .small,
	div.tab-content div.bg-4 div.image .small,
	div.tab-content div.bg-5 div.image .small,
	div.tab-content div.bg-6 div.image .small {
		display: inline !important;
	}
	
	div.tab-content div.bg-1 div.image img.icon,
	div.tab-content div.bg-2 div.image img.icon,
	div.tab-content div.bg-3 div.image img.icon,
	div.tab-content div.bg-4 div.image img.icon,
	div.tab-content div.bg-5 div.image img.icon,
	div.tab-content div.bg-6 div.image img.icon {
		width: 150px;
		height: auto;
		margin-left: -75px;
		top: auto;
		bottom: 30px;
	}
	
	div.tab-content div.bg-1 div.inner-container,
	div.tab-content div.bg-2 div.inner-container,
	div.tab-content div.bg-3 div.inner-container,
	div.tab-content div.bg-4 div.inner-container,
	div.tab-content div.bg-5 div.inner-container,
	div.tab-content div.bg-6 div.inner-container {
		float: none;
		width: 100%;
		padding-top: 30%;
	}
	
	div.big-markup {
		font-size: 24px;
		line-height: 28px;
		padding: 10px 2% 20px 2%;
	}
	div.big-markup p {
		margin-bottom: 16px;
	}
	div.about-us {
		float: none;
		clear: both;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 2% 5%;
		border-right: 0px solid #e9e8e3;
		border-bottom: 1px solid #e9e8e3;
	}
	div.about-us.last {
		border-bottom: 0px solid #e9e8e3;
		margin-bottom: 80px;
	}
	div.about-us .image {
		float: left;
		height: 180px;
		width: 20%;
	}
	div.about-us .name {
		width: 70%;
		margin-left: 22%;
		margin-top: 24px;
	}
	div.about-us .description {
		width: 70%;
		margin-left: 22%;
	}
	div.about-us .image img {
		margin: 0;
		max-width: 100%;
		height: auto;
	}
	
	
	
	#footer .row {
		position: relative;
	}
	#footer .first {
		position: absolute;
		white-space: nowrap;
		top: 30px;
		left: 0;
		width: 50%;
	}
	#footer .second {
		width: 100%;
	}	
	#footer .third {
		position: absolute;
		white-space: nowrap;
		top: 30px;
		right: 0;
		width: 50%;
		text-align: right;
	}
	#footer .footer-navigation ul li:first-child {
		margin-left: 0;
	}
	#footer .footer-logo img {
		max-width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#header .top-header .header-logo img.normal {
		display: inline-block;
	}
	#header .top-header .header-logo img.invert {
		display: none;
	}
	.home #header.white {
		background-color: #13a9fe;
	}
	.home #header.white .top-header .header-logo img.normal {
		display: inline-block;
	}
	.home #header.white .top-header .header-logo img.invert {
		display: none;
	}	
	#header.header-blog {
		background-color: #13a9fe;
	}
	.home #header.transparent {
		background-color: #13a9fe;
		background-color: rgba(19, 169, 254, 0.7);
	}
	.home #header.transparent.prevent-transparent {
		background-color: #13a9fe;
	}
	#header .top-header .header-logo {
		background-color: transparent;
	}
	#header .top-header {
		padding: 0;
	}
	.home #header.fixed {
		box-shadow: none;
	}
	.open-responsive-menu .fa {
		color: #ffffff;
	}
	.responsive-menu {
		background-color: transparent;
	}
	.responsive-menu {
		box-shadow: none;
	}
	.responsive-menu ul li a {
		color: #ffffff;
	}
	#header.fixed .top-header {
		padding: 0;
	}
	.section-container {
		padding-top: 65px;
	}
	
	.section-container.front-page h1 {
		font-size: 36px;
		margin-bottom: 10%;
	}
	
	.section-container.front-page .header-button-one {
		display: block;
		width: 75%;
		margin: 0 auto 12px;
		font-size: 15px;
	}
	
	.section-container.front-page .header-button-two {
		display: block;
		width: 75%;
		margin: 0 auto;
		font-size: 15px;
	}
	
	.action-buttons {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.section-container.advertisers-page h1 {
		font-size: 24px;
	}
	.section-container.advertisers-page h2 {
		font-size: 16px;
		margin: 0 0 22px 0;
	}

	div.contact-left h2, div.contact-right h2 {
		font-size: 42px;
	}
	
	div.tab-content h2 {
		padding: 60px 10% 30px 10%;
		font-size: 22px;
	}
	
	div.tab-content div.bg-1 div.image img.icon,
	div.tab-content div.bg-2 div.image img.icon,
	div.tab-content div.bg-3 div.image img.icon,
	div.tab-content div.bg-4 div.image img.icon,
	div.tab-content div.bg-5 div.image img.icon,
	div.tab-content div.bg-6 div.image img.icon {
		width: 120px;
		height: auto;
		margin-left: -60px;
		top: auto;
		bottom: 30px;
	}
	
	.section-container.contact-us-page .row {
		margin-right: -30px;
		margin-left: -30px;
	}
	
	div.contact-left {
		width: 100%;
		float: none;
		clear: both;
		margin-top: 0;
	}
	div.contact-right {
		width: 100%;
		float: none;
		clear: both;
		margin-top: 0;
	}
	div.contact-left .address, div.contact-right .address {
		margin-bottom: 40px;
	}
	
	#footer .footer-navigation ul li:first-child {
		margin-left: 2%;
	}
	#footer .footer-navigation ul li {
		margin-left: 2%;
		width: 30%;
	}
	#footer .first  {
		top: 40px;
		margin-left: 2%;
	}
	#footer .third {
		top: 40px;
		margin-right: 2%;
	}
	.container.with-footer {
		padding-bottom: 140px;
	}
	.container.padding.with-footer {
		padding-bottom: 175px;
	}
	
	.has-error small {
		position: initial;
	}
	
	#publisher-signup-left, #publisher-signup-right {
		position: initial;
		height: auto;
		width: auto;
	}
	#publisher-signup-user {
		position: initial;
		width: auto;
	}
	
	.push-xs {
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 320px) {
}


@media only screen and (max-height: 800px) {
	.section-container.front-page .row {
		/* padding-top: 18%; */
	}
	.section-container.advertisers-page .row {
		padding-top: 5%;
	}
}

@media only screen and (max-height: 640px) {
	.section-container.front-page .row {
		/* padding-top: 24px; */
	}
	.section-container.advertisers-page .row {
		padding-top: 24px;
	}
}

/* temporary disable demo */
.section-container.front-page .header-button-one, .action-button-one {
	display: none;
}