@charset "UTF-8";

@font-face {
  font-family: "lottery-toolkit";
  src:url("../icon-font/lottery-toolkit.eot");
  src:url("../icon-font/lottery-toolkit.eot?#iefix") format("embedded-opentype"),
    url("../icon-font/lottery-toolkit.woff") format("woff"),
    url("../icon-font/lottery-toolkit.ttf") format("truetype"),
    url("../icon-font/lottery-toolkit.svg#lottery-toolkit") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "lottery-toolkit" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lottery-toolkit" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\61";
}
.icon-pinterest:before {
  content: "\62";
}
.icon-twitter:before {
  content: "\63";
}
.icon-tumblr:before {
  content: "\65";
}
.icon-youtube:before {
  content: "\66";
}
.icon-instagram:before {
  content: "\67";
}
.icon-snapchat:before {
  content: "\64";
}
.icon-linkedin:before {
  content: "\69";
}
.icon-navicon:before {
  content: "\68";
}
.icon-google-plus:before {
  content: "\6a";
}
.icon-vimeo:before {
  content: "\6b";
}
.icon-link-external:before {
  content: "\6c";
}


/***************
CLEARFIX
***************/

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/***************
STICKY FOOTER 
***************/

.wrap {
	display: -webkit-box;      
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;   
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.content_wrap {
	flex: 1 0 auto;
}

/***************
GENERAL
***************/

body{
	background: #fff;
	font-size: 62.5%;
	color: #000;
	position: relative;
	left: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
.home_body {
	background: #f4f3f1;
}

::-moz-selection { background: #4598ff; color: #fff;}
::selection { background: #4598ff; color: #fff; }

.table { display: table; width: 100%; height: 100%;}
.table_row { display: table-row; }
.table_cell { display: table-cell; vertical-align: top;}
.align_top { vertical-align: top; }
.align_middle { vertical-align: middle; }
.align_bottom { vertical-align: bottom; }
.flex {
	display: -webkit-box;      
	display: -moz-box;        
	display: -ms-flexbox;     
	display: -webkit-flex;   
	display: flex;       
	align-items: center;      
}
.flex_half { flex-basis: 50%; flex-grow: 1; }

.left { float: left; }
.right { float: right !important; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.no_mrgn { margin: 0; }
.hidden { display: none; }

/* FONT FORMAT */

body, select, input, textarea{
	font-family: "effra",sans-serif;
}

h1, h2, h3, h4, h5, p {
	letter-spacing: -0.025em;
	color: #000;
}

h1 {
	font-size: 42px;
	font-weight: 900;
	line-height: 34px;	
	text-transform: uppercase;
}
.error h1 {
    color: #4599ff;
    font-size: 120px;
    line-height: 100px;
}
h2 {
	font-size: 28px;
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 28px;
}
h3 {
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 22px;
}
h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 18px;
	color: #000;
}
h5 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 900;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h2 a, h3 a, h4 a, h5 a {
    color: #4599ff;
}

p {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
p small {
	font-size: 14px;
	line-height: 22px;
}
a, a strong {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
p a {
	color: #4599ff;
}
p a:hover {
	color: #4599ff;
}

i:before {
	vertical-align: middle;
}
i.icon-facebook.coloured {
	color: #3b5998;
}
i.icon-twitter.coloured {
	color: #55acee;
}
i.icon-instagram.coloured {
	color: #125688;
}
i.icon-snapchat.coloured {
	color: #ffe400;
}

.no_mrgn {
	margin-bottom: 0;
}

ul, ol {
	padding: 0 0 0 16px;
	margin-bottom: 20px;
}
ul li, ol li {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px 0;
	padding-left: 9px;
	line-height: 24px;
}
ul li a, ol li a {
	color: #4599ff;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ol li {
	counter-increment: step-counter;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}
ol li:before {
	content: counter(step-counter) '.';
	font-size: 18px;
	font-weight: 900;
	color: #000;
	position: absolute;
	top: 0; left: 0;
}

ol.shapes li {
	display: table;
	width: 100%;
	height: 100%;
}
ol.shapes li:before {
	content: counter(step-counter);
	position: static;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
    font-weight: 900;
    color: #000;
}
ol.shapes li.circle:before {
	width: 50px;
	height: 50px;
	background: url(../images/circle.png) no-repeat center;
	background-size: 50px;
	line-height: 50px;
}
ol.shapes li.diamond:before {
	width: 50px;
	height: 50px;
	background: url(../images/diamond.png) no-repeat center;
	background-size: 50px;
    line-height: 50px;
}
ol.shapes li.star:before {
	width: 50px;
	height: 48px;
	background: url(../images/star.png) no-repeat center;
	background-size: 50px 48px;
	line-height: 50px;
}
ol.shapes li p {
	display: table-cell;
	vertical-align: middle;
	padding-left: 25px;
}

/* Buttons & Icons */

button {
	cursor: pointer;
	border: none;
}
.btn {
	display: inline-block;
	background: #283541;
	border: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.025em;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;   
}
.btn:hover {
	background: #4599ff;
}
.btn:focus {
	outline: none;
}

/************
HEADER & FOOTER
************/

header {
	position: relative;
	background-color: #f4f3f1;
}
header .container {
	background: #fff;
}
header nav ul, footer nav ul {		
	margin: 0;
	padding: 0;
}
header nav ul li, footer nav ul li {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: -0.025em;
}
header nav ul li a {
	color: #000;
}

header #sub_nav .subnav_link {
    color: #7a91a7;
	padding: 10px 15px; 
	font-size: 14px;
}
header #sub_nav .subnav_link a {
    color: #fff;
    font-weight: bold;
}
header #sub_nav .subnav_link a:hover {
    color: #4599ff;
}
header #sub_nav .subnav_link i {
	margin-left: 5px;
	font-size: 12px;
}
header #sub_nav ul li {
	display: inline-block;
	border-left: 1px solid #1b242c;
}
header #sub_nav ul li a {
	display: block;
	color: #9ea2a6;
	font-size: 13px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header #sub_nav ul li a i {
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
header #sub_nav ul li a.active {
	font-weight: 700;
	color: #fff;
}
header #sub_nav ul li a:hover,
header #sub_nav ul li a:hover i {
	color: #4599ff;
}
header h5, footer h5 {
	font-size: 16px;
	margin: 0;
}
.logo a {
	display: inline-block;
	padding: 15px 10px;
}
	
footer h5 {
	color: #fff;
}
footer {
	margin-top: 60px;
}
footer .container {
	background: #283541;
}
footer nav ul li a {
	color: #fff;
}
footer nav ul li a:hover {
	color: #4599ff;
}
footer p, footer p a {
	color: #cfd1d2;
	font-size: 12px;
}
footer p a:hover {
	color: #fff;
}

/* STRUCTURE */

.container {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.content *:last-child {
	margin-bottom: 0;
}
.padding {
	padding: 50px;
}
.padding_vert {
	padding: 50px 0;
}
.padding_btm {
	padding: 0 0 50px 0;
}
.padding_top {
	padding: 50px 0 0 0;
}

.btn_right .left {
	max-width: 60%;
}

#hero {
	background-color: #f4f3f1;
}
#hero .container {
	position: relative;
	border-top: 10px solid #4599ff;
}
#hero #hero_title {
	display: inline-block;
	max-width: 60%;
	background: #4599ff;
	padding: 15px 30px 25px 30px;
	margin-bottom: 5%;
}
#hero #hero_title h4 {
	margin-bottom: 5px;
	font-size: 18px;
}
#hero #hero_title h4 a {
	color: #000;
}
#hero.home .container {
	border-top: none;
	border-bottom: 10px solid #4599ff;
}
#hero.home #hero_title {
	position: absolute;
	bottom: 0; left: 0;
	z-index: 1;
	padding: 25px 30px 15px 30px;
	margin: 0;
}
#hero.social_media .container {
	background: url(../images/musicians.png) no-repeat right bottom;
	background-size: 60% auto;
}
#hero img {
	display: block;
	width: 100%;
}

.white {
	background-color: #fff;
}
.gray {
	background-color: #f4f3f1;
}
.white_top, .white_btm {
	position: relative;
}
.white_top:before, .white_btm:after {
	content: '';
	position: absolute;
	right: 0; left: 0;
	background: #fff;
	width: 100%;
	height: 60px;
}
.white_top:before {
	top: 0;
}
.white_btm:after {
	bottom: 0;
}

.blue_border_top {
	border-top: 2px solid #4599ff;
}

.half {
	width: 50%;
	float: left;
}
.half.pad_top { 
	padding-top: 50px;
}
.half img {
	display: block;
	margin: 0 auto;
}

.grid_box {
	width: 25%;
	float: left;
	background: #fff;
	padding: 25px 30px;
	border: 1px solid #edebe7;
	margin-bottom: -1px;
    margin-left: -1px;
    box-shadow: 0 0 10px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}
.grid_box:hover {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.grid_box.download {
	padding-top: 115px;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	background-position: 30px 25px;
	background-size: 31px;
}
.grid_box.download .btn {
	display: block;
}

.border_section {
	border-top: 1px solid #edebe7;
}
.border_section .half {
	border-right: 1px solid #edebe7;
}
.border_section ol.shapes li {
	border-bottom: 1px solid #edebe7;
	padding: 30px;
	margin: 0;
}
.border_section ol.shapes li:last-child {
	border-bottom: none;
}

.bottom_img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}

.placeholder {
	background: #fcff34;
	text-transform: uppercase;
}
.placeholder:before {
	content: '[';
}
.placeholder:after {
	content: ']';
}

.column_num {
	width: 60px;
	height: 60px;
	margin-top: -30px;
    margin-bottom: 50px;
	font-size: 24px;
	font-weight: 900;
	line-height: 60px;
	color: #000;
	text-align: center;
}
.column_num.diamond {
	background: url(../images/diamond.png) no-repeat center;
	background-size: cover;
}
.column_num.star_light {
	background: url(../images/star-light.png) no-repeat center;
	background-size: cover;
}

.shadow_box {
	background: #fff;
	padding: 25px 30px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);	
}

/****************
RESPONSIVE STYLES
****************/

/* SCREENS WIDER THAN 568PX */

@media screen and (min-width: 569px) {
	
	.logo a {
	    display: block;
	    padding: 15px;
	}
	.logo img {
		min-width: 67px;
	}
	
	.header_right {
		width: 100%;
	    border-left: 1px solid #ddd;
	}	
	header .main_nav ul {
	    display: table;
		float: right;
	}	
	
	header #sub_nav {
		background: #283541;
	}
	header #sub_nav ul li {
		border-left: 1px solid #1b242c;
	}
	header #sub_nav ul li a {
		padding: 10px 15px;
	}

	header h5 {
		display: block;
		margin-top: 20px;
	}
	
	header .main_nav {
		padding: 0 0 0 25px;
	}	
	footer .main_nav {
   	 	display: table;
	}
	header nav, footer nav {
		width: 100%;
	}
	
	footer .logo img {
		min-width: 120px;
	}
	footer .footer_right {
	    width: 100%;
		padding: 25px;
		border-left: 1px solid #1b242c;
	}	
	footer .main_nav {
		border-left: none;
	}
	footer .main_nav ul li {
		display: inline-block;
		margin-right: 10px;
	}
	
}

/* SCREENS WIDER THAN 768PX */

@media screen and (min-width: 769px) { 	
	
	.logo img {
		min-width: 120px;
	}
	
	footer h5 {
	    display: table-cell;
		vertical-align: middle;
		text-align: left;
	}
	footer nav ul {
		text-align: right;
	}
	footer .main_nav ul li {
		margin-left: 25px;
	}
	footer nav ul li {
		display: inline-block;
		margin: 0;
		padding: 0;
	}

}

/* SCREENS WIDER THAN 1024PX */

@media screen and (min-width: 1025px) {
	
	#toggle_nav {
		display: none;
	}
	
	header h5 {
	    display: table-cell;
		vertical-align: middle;
		text-align: left;
	}
	header .main_nav {
		display: table;
	}
	header .main_nav ul li {
	    padding: 0;
		margin: 0;
		border-left: 1px solid #ddd;
	    display: table-cell;
		vertical-align: middle;
	}	
	header .main_nav ul li a {
		padding: 34px 25px;
		display: block;
		border-top: 2px solid transparent;
	}
	header .main_nav ul li a.active, header .main_nav ul li a:hover {
		border-top: 2px solid #009ddf;
	}
	header nav ul, footer nav ul {
		font-size: 0;		
	}

	
}

@media screen and (max-width: 1024px) {	
	body {
		position: relative;
		left: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
	   	transition: all 0.3s;    
	}
	body.active {
		left: -240px;
	}
	
	/* HEADER */
	
	#toggle_nav {
	    position: absolute;
	    right: 25px;
	    bottom: 20px;
	    font-size: 32px;
	    color: #283541;
	}
	
	header nav.active {
		right: 0;
	}	
	header nav ul li {
		padding: 0;
		margin: 0;
	}
	header .main_nav ul li {
		border-top: 1px solid #374b5f;
	}
	header .main_nav ul li a {
	    display: block;
	    font-weight: 700;
/* 	    color: #a1bad2; */
		color: #fff;
	    padding: 25px 0;
	    letter-spacing: normal;
	}
	header .main_nav ul li a.active {
		color: #fff;
	}
	
	.grid_box {
    	width: 33.3333%;
    }
	
}

@media screen and (max-width: 1024px) and (min-width: 569px) {
	
	header .main_nav ul {
		position: fixed;
		top: 0; right: -240px; bottom: 0;
		width: 240px;
		height: 100%;
		overflow: scroll;
		background: #172029;
		padding: 25px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;  
	}
	header .main_nav ul.active {
		right: 0;
	}
	
}

@media screen and (max-width: 768px) {
	
	#hero .container {
		border: none !important;
	}
	#hero.home #hero_title {
		position: static;
		max-width: none;
		padding: 5%;
	}
	#hero.social_media .container {
		background: none;	
	}
	
	.padding {
		padding: 5%;
	}
	.padding_vert {
		padding: 5% 0;
	}
	.padding_btm {
		padding: 0 0 5% 0;
	}
	.padding_top {
		padding: 5% 0 0 0;
	}

	.half {
		width: 100%;
	}
	
	.border_section ol.shapes li {
		padding: 5%;
	}
	
	.column_num {
		margin-bottom: 5%;
	}
	.star_light.column_num {
		margin-top: 0;
	}
	
	/* FONTS */
	
	h1 {
		font-size: 36px;
		line-height: 28px;
	}
	
	.tab_sm_hide {
		display: none;
	}
	
}

@media screen and (max-width: 667px) {
	
	.grid_box {
    	width: 50%;
    }
    
    h1 {
	    font-size: 24px;
	    line-height: 20px;
    }
    h2 {
	    font-size: 22px;
	    line-height: 28px;
	    margin-bottom: 18px;
	}
	h3 {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 16px;
	}
	h4 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 16px;
	}
	h5 {
	    font-size: 14px;
		line-height: 18px;
	}
	p, ul li, ol li, .btn {
		font-size: 14px;
		line-height: 20px;
	}
	
	#hero #hero_title {
		max-width: none;
	    padding: 5%;
	}
	
}

@media screen and (max-width: 568px) {
	
	header h5 {
		display: none;
	}
	
	header .nav_wrap {
		position: fixed;
		top: 0; right: -240px; bottom: 0;
		width: 240px;
		height: 100%;
		overflow: scroll;
		background: #172029;
		padding: 25px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header .nav_wrap.active {
		right: 0;
	}
	
	header .main_nav {
		margin-top: 25px;
	}
	header #sub_nav .left, header #sub_nav .right {
		float: none !important;
	}
	header #sub_nav .left {
		margin-bottom: 15px;
	}
	header #sub_nav ul li {
		margin-right: 15px;
	}
	header #sub_nav ul li a {
		font-size: 14px;
	}
	
	.logo {
		display: inline-block;
	}
	.logo img {
		width: 60px;
	}
	header .logo {
		border-right: 1px solid #ddd;
	}
	header .logo a {
		padding: 10px;
	}
	#toggle_nav {
		margin-top: -15px;
	}
	
	footer .container {
		padding: 5%;
	}
	footer .logo {
		display: none;
	}
	footer .footer_right {
		display: block;
	}
	footer .logo a {
		padding: 0;
		margin-bottom: 15px;
	}
	footer .padding_top {
		padding-top: 15px;
	}
	footer nav ul li a {
		font-size: 14px;
	}
	
	.btn_right .left, .btn_right .right {
		float: none !important;
		max-width: none;
	}
	.btn_right .left {
		margin-bottom: 15px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.grid_box {
    	width: 100%;
    }
    .grid_box.download {
   		padding-top: 80px;
   	}
	
	footer .left, footer .right {
		float: none;
		text-align: left;
	}
}