/* --- WATCH GRID --- */

.items-switcher {
	padding: 0;
}
.items-options {
	text-align: right;
	padding-bottom: 10px;
}
.items-options a {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	color: #d4c0c2c75;
	margin: 2px;
}
.items-options a:hover,
.items-options a.items-selected {
	color: #949fb2;
}
.items-options a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	display: inline-block;
}

.items-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.items-switcher ul:before,
.items-switcher ul:after {
	content: "";
	display: table;
}
.items-switcher ul:after {
	clear: both;
}
.items-switcher ul li {
	display: block;
	position: relative;
}

.items-icon:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.items-grid:before {
	content: "\f00a";
}
.items-list:before {
	content: "\f00b";
}
.items-inner {
	background: #f1f1f1;
	border-radius: 3px;
	text-align: center;
	padding: 10px 10px 15px;
	margin: 0 7px;
}
.items-inner:hover {
	background: #ddd;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.items-inner:hover .control-buttons {
	color: #33383d;
	visibility: visible
}
.control-buttons i {
	font-size: 1.2em;
	padding: 0 3px
}
.control-buttons a {
	color: #949fb2
}
.control-buttons a:hover {
	color: #33383d
}
.items-image {
	display: block;
	margin: 0 auto;
	max-width: 110px;
}
.items-image img {
	display: inline-block;
	max-width: 100%;
	border: none;
}
.items-title {
	margin: 0;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	max-height: 12px;
	overflow: hidden;
	font-size: 0.7em;
}
.items-details {
	max-width: 300px;
	padding: 10px;
	font-size: .9em;
	margin: 0 auto;
}
.items-price {
	margin: 10px 0;
	font-size: 1.5em;
}

.items-view-grid ul {
	text-align: center;
	margin: 0;
	padding: 0
}
.items-view-grid ul li {
	width: 20%;
	margin-bottom: 15px;
	display: inline-block;
	float: left;
	vertical-align: top;
}
.items-view-grid .control-buttons {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	background: #fff;
	color: #949fb2;
	left: 80%;
	display: block;
	width: 40%;
	margin-left: -50%;
	bottom: -15px;
	padding: 5px 8px;
	border-radius: 7px;
}

/* --- END WATCH GRID --- */

html, body {
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	color: #4c4c4d;
	background: #fff;
	padding: 0px;
	margin: 0px;
}


:focus {
outline: 0;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 10px 16px 10px 16px;
    display: none;

}


@media only screen and (max-width: 40em) { 

	.back-to-top {
	    position: fixed;
	    bottom: 2em;
	    right: 10px;
	    text-decoration: none;
	    color: #fff;
	    font-size: 12px;
	    text-align: center;
	    padding: 10px 16px 10px 16px;
	    display: none;
	    }

}


.back-to-top a 	   {  font-weight: bold; text-decoration: underline; color: #eb2629; }

.back-to-top:hover {    
    background-color: transparent);
    color: #464646;
    
}

.center {
	text-align: center;

}



/* --------------------------------- HEADER AREA ------------------------------------ */




header {
	text-align: center;
	font-size: 14px;
	line-height: 77px;
	width: 100%;
	height: 77px;
	z-index: 5000;
	top: 0px;
	position: absolute;
	color: #fff;
	background: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 20000;
}


@media only screen and (max-width: 40em) { 

	header {
		display: none;
	}

}


@media only screen and (min-width: 64.063em) {

	header {
		text-align: center;
		font-size: 14px;
		line-height: 77px;
		width: 100%;
		height: 77px;
		z-index: 20000;
		top: 0px;
		position: absolute;
		color: #fff;
		background: rgba(255, 255, 255, 0);
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

}



    
header.sticky {
            position: fixed;
            font-size: 24px;
            line-height: 77px;
            height: 77px; 
            width: 100%;
            background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0px 4px 1px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 0px 4px 1px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 0px 4px 1px rgba(119, 119, 119, 0.75);
	z-index: 20000;
}


header a {
	display: inline;
	margin: 0px;
	padding: 0px 22px 0px 22px;
	border: 0px solid #fff;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
}

header a:hover {
	outline: none;
	color: #e9e8e8;
}

header a:focus {
	outline: none;
	color: #fff;
}

header.sticky a {
	text-align: right;
	display: inline;
	margin: 0px;
	padding: 0px 12px 0px 12px;
	border: 0px solid #fff;
	outline: none;
	color: #353535;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
}

header.sticky a {
	padding: 0px 12px;
}

header.sticky a:hover {
	outline: none;
	color: #353535;
}


header .logo {
	visibility: hidden;
	display: none;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	border-top: 0px;
}

header.sticky .logo {
	padding-top: 0px;
	margin-top: -5px;
	border-top: 0px;
	visibility: visible;
	display: block;
	float: left;
	
}

header.sticky .nav {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 0px;

}




nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	font-weight: 400;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

nav a:hover,
nav a:focus {
	outline: none;
}


/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 30px;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}





header.sticky nav a {
	position: relative;
	display: inline-block;
	margin: 15px 25px;
	font-weight: 400;
	outline: none;
	color: #4a5463;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}




/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
  
	header.sticky nav a {
		position: relative;
		display: inline-block;
		margin: 15px 5px;
		font-weight: 400;
		outline: none;
		color: #4a5463;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 0px;
		font-weight: 400;
		text-shadow: 0 0 1px rgba(255,255,255,0.3);
		font-size: 14px;
	}  
  

}






header.sticky nav a:hover {
	color: #1fbba6;

}

/* Effect 14: border switch */
header.sticky .cl-effect-14 a {
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
}

header.sticky .cl-effect-14 a::before,
header.sticky .cl-effect-14 a::after {
	position: absolute;
	width: 30px;
	height: 1px;
	background: #4a5463;
	content: '';
	opacity: 0.2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

header.sticky .cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

header.sticky .cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

header.sticky .cl-effect-14 a:hover::before,
header.sticky .cl-effect-14 a:hover::after,
header.sticky .cl-effect-14 a:focus::before,
header.sticky .cl-effect-14 a:focus::after {
	opacity: 1;
}

header.sticky .cl-effect-14 a:hover::before,
header.sticky .cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

header.sticky .cl-effect-14 a:hover::after,
header.sticky .cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}








/* --------------------------------- END HEADER AREA ------------------------------------ */



/* --------------------------------- SPLASH AREA ------------------------------------ */








#splashArea {
	width: 100%;
	height: 890px;
	display: block;
	z-index: 200;
	
	top: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/video-bg.jpg');
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}








.splashOverlay {
	width: 100%;
	height: 890px;
	
	z-index: 300;
	top: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/poly-bg.png');
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}


.splashLogo {
	width: 356px;
	margin: 0px;
	border: 0px;
	padding: 220px 0px 40px 0px;
}


/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
  
	.splashLogo {
		width: 356px;
		margin: 0px;
		border: 0px;
		padding: 160px 0px 40px 0px;
	}  
  

}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
  
	#iphone img {
		top: 0px;
		position: relative;
		margin: 0px;
		border: 0px;
		padding: 0px;
	}  
  

}











@media only screen and (max-width: 40em) { 

	.splashLogo {
		width: 265px;
		text-align: center;
		margin: 0px auto;
		border: 0px;
		padding: 50px 0px 0px 0px;
	}

}


@media only screen and (min-width: 64.063em) {

	.splashLogo {
		width: 356px;
		margin: 0px;
		border: 0px;
		padding: 220px 0px 40px 0px;
	}

}






#splashArea h1 {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 38px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;	
}




#splashArea h2 {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 48px;
	font-weight: 300;
	line-height: 52px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 30px 0px 0px 0px;	
}


#splashArea h3 {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 20px 0px 0px 0px;	
}


.tm {
	font-family: 'Exo 2', sans-serif;
	
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;	
}



.splashButtons {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 40px 0px 30px 0px;
	text-align: left;
	text-transform: uppercase;
}

@media only screen and (max-width: 40em) { 

	.splashButtons  {
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 40px 0px 0px 0px;
	}

}

@media only screen and (min-width: 64.063em) {

	.splashButtons {
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 40px 0px 30px 0px;
		text-align: left;
		text-transform: uppercase;
	}

}






.splashButtonOne {
	display: inline;
	width: 160px;
	float: left;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	background: #1fbba6;
	color: #fff;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 13px 0px 13px 0px;
	cursor: pointer;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
}

@media only screen and (max-width: 40em) { 

	.splashButtonOne {
		display: inline-block;
		width: 120px;
		float: right;
		text-align: center;
		font-family: 'Exo 2', sans-serif;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		background: #1fbba6;
		color: #fff;
		  border-radius: 5px;
		  -moz-border-radius: 5px;
		  -webkit-border-radius: 5px;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 13px 0px 13px 0px;
		cursor: pointer;
		-webkit-transition: background-color 400ms ease-out;
		-moz-transition: background-color 400ms ease-out;
		transition: background-color 400ms ease-out;
	}

}


.splashButtonOne:hover {
	text-decoration: none;
	background-color: #2ed3bd;
	color: #fff;
	cursor: pointer;
	-webkit-animation: pulse .5s;
   	 animation: pulse .5s;	
}

.splashButtonOne:focus {
	color: #fff;
}



.splashButtonTwo {
	display: inline-block;
	width: 160px;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	background: #323a45;
	color: #fff;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	margin: 0px 0px 0px 30px;
	border: 0px;
	padding: 13px 0px 13px 0px;
	cursor: pointer;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
}




@media only screen and (max-width: 40em) { 

	.splashButtonTwo {
		display: inline-block;
		width: 120px;
		float: left;
		text-align: center;
		font-family: 'Exo 2', sans-serif;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		background: #323a45;
		color: #fff;
		  border-radius: 5px;
		  -moz-border-radius: 5px;
		  -webkit-border-radius: 5px;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 13px 0px 13px 0px;
		cursor: pointer;
		-webkit-transition: background-color 400ms ease-out;
		-moz-transition: background-color 400ms ease-out;
		transition: background-color 400ms ease-out;
	}

}









.splashButtonTwo:hover {
	text-decoration: none;
	background-color: #4a5463;
	color: #fff;
	cursor: pointer;
	-webkit-animation: pulse .5s;
   	 animation: pulse .5s;
}

.splashButtonTwo:focus {
	color: #fff;
}


.iphone {
	padding-top: 110px;
}


#main h2 {
	color: #000;
}

/* --------------------------------- END SPLASH AREA ------------------------------------ */





#splashAreaMobile {
	width: 100%;
	height: 530px;
	display: block;
	z-index: 200;
	top: 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background: url('../images/poly-bg-mobile.jpg');
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

#splashAreaMobile h1 {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-size: 30px;
	font-weight: 200;
	line-height: 36px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 30px 0px 0px 0px;	
}


@media only screen and (max-width: 40em) { 

	#splashAreaMobile h1 {
		font-family: 'Exo 2', sans-serif;
		color: #fff;
		font-size: 21px;
		font-weight: 400;
		line-height: 24px;
		text-align: center;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 10px 0px 0px 0px;
	}

}


@media only screen and (min-width: 64.063em) {

	#splashAreaMobile h1 {
		font-family: 'Exo 2', sans-serif;
		color: #fff;
		font-size: 43px;
		font-weight: 200;
		line-height: 36px;
		text-align: center;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 30px 0px 0px 0px;
	}

}

#splashAreaMobile h2 {
	font-family: 'Exo 2', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: 200px;
	line-height: 20px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 28px 0px 0px 0px;	
}


#splashAreaMobile .splashArrow {
	text-align: center;
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 10px 0px 0px 0px;	
}





































/* --------------------------------- LEARN AREA ROW ------------------------------------ */


#learn:before {
	display: block; 
	content: " "; 
	margin-top: -77px; 
	height: 77px; 
	visibility: hidden;
}



#learnArea {
	background-color: #fff;
	padding: 88px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #323a45;
}



@media only screen and (max-width: 40em) { 

	#learnArea {
		background-color: #fff;
		padding: 28px 0px 0px 0px;
		text-align: center;
		font-size: 16px;
		line-height: 22px;
		font-weight: 300;
		color: #323a45;
	}

}


@media only screen and (min-width: 64.063em) {

	#learnArea {
		background-color: #fff;
		padding: 88px 0px 0px 0px;
		margin: 0px;
		text-align: left;
		font-size: 20px;
		line-height: 26px;
		font-weight: 300;
		color: #323a45;
	}


}


#learnArea h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 300;
	text-align: left;
	color: #323a45;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 110px 0px 40px 0px;
}


@media only screen and (max-width: 40em) { 

	#learnArea h1 {
		font-family: 'Exo 2', sans-serif;
		font-size: 25px;
		line-height: 28px;
		font-weight: 300;
		color: #323a45;
		text-align: center;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 20px 0px;
	}

}




.pageButtonContainer {
	display: block;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 23px 0px 0px 0px;

}


.pageRegButton {
	display: inline-block;
	
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
	background: #1fbba6;
	color: #fff;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 23px 30px 23px 30px;
	cursor: pointer;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
}

.pageRegButton:hover {
	text-decoration: none;
	background-color: #2ed3bd;
	color: #fff;
	cursor: pointer;
	-webkit-animation: pulse .5s;
   	 animation: pulse .5s;
}

.pageRegButton:focus {
	color: #fff;
}



@media only screen and (max-width: 40em) { 

	.pageButtonContainer {
		display: block;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 23px 0px 20px 0px;

	}


	.pageRegButton {
		display: inline-block;

		text-align: center;
		font-family: 'Exo 2', sans-serif;
		font-size: 16px;
		font-weight: 300;
		text-decoration: none;
		background: #1fbba6;
		color: #fff;
		  border-radius: 5px;
		  -moz-border-radius: 5px;
		  -webkit-border-radius: 5px;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 23px 30px 23px 30px;
		cursor: pointer;
		-webkit-transition: background-color 400ms ease-out;
		-moz-transition: background-color 400ms ease-out;
		transition: background-color 400ms ease-out;
	}

	.pageRegButton:hover {
		text-decoration: none;
		background-color: #2ed3bd;
		color: #fff;
		cursor: pointer;
		-webkit-animation: pulse .5s;
		 animation: pulse .5s;
	}

	.pageRegButton:focus {
		color: #fff;
	}

}





/* --------------------------------- PREMIUM AREA ROW ------------------------------------ */


#premium:before {
	display: block; 
	content: " "; 
	margin-top: -77px; 
	height: 77px; 
	visibility: hidden;
}



#premiumArea {
	background-color: #1fbba6;
	padding: 88px 0px 188px 0px;
	margin: 0px;
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	font-weight: 300;
	color: #fff;
}



@media only screen and (max-width: 40em) { 

	#premiumArea {
		background-color: #1fbba6;
		padding: 28px 0px 28px 0px;
		margin: 0px;
		text-align: center;
		font-size: 16px;
		line-height: 22px;
		font-weight: 300;
		color: #fff;
	}

}


@media only screen and (min-width: 64.063em) {

	#premiumArea {
		background-color: #1fbba6;
		padding: 88px 0px 88px 0px;
		margin: 0px;
		text-align: left;
		font-size: 20px;
		line-height: 26px;
		font-weight: 300;
		color: #fff;
	}


}


#premiumArea h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 50px;
	line-height: 56px;
	font-weight: 300;
	text-align: left;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 40px 0px;
}


@media only screen and (max-width: 40em) { 

	#premiumArea h1 {
		font-family: 'Exo 2', sans-serif;
		font-size: 25px;
		line-height: 28px;
		font-weight: 300;
		color: #fff;
		text-align: center;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 20px 0px;
	}

}




/* --------------------------------- REGISTER ROW ------------------------------------ */


#register:before {
	display: block; 
	content: " "; 
	margin-top: -77px; 
	height: 77px; 
	visibility: hidden;
}



#registerRow {
	background: #fff;
	padding: 88px 0px 88px 0px;
	text-align: center;
	font-size: 16px;
	color: #323a45;
}


@media only screen and (max-width: 40em) { 

	#registerRow {
		background: #fff;
		padding: 28px 0px 28px 0px;
		text-align: center;
		font-size: 16px;
		color: #323a45;
	}

}



#registerRow h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	color: #323a45;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

#registerRow h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	text-align: center;
	font-weight: 400;
	color: #323a45;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}

@media only screen and (max-width: 40em) { 

	#registerRow h1 {
		font-family: 'Exo 2', sans-serif;
		font-size: 26px;
		font-weight: 400;
		color: #323a45;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 20px 0px;
	}

}


#registerRow .input {
	font-family: 'Exo 2', sans-serif;
	background-color: #fff;
	width: 100%;
	height: 48px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #c3cad4;
	margin: 20px 0px 10px 0px;
	border: 2px solid #c3cad4;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	padding: 0px 8px;
	box-sizing: border-box; /* REMOVES PADDING WITH 100% WiDTHS */
}


#registerRow .regButton {
	display: inline-block;

	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-decoration: none;
	background: #1fbba6;
	color: #fff;
	  border-radius: 5px;
	  -moz-border-radius: 5px;
	  -webkit-border-radius: 5px;
	margin: 10px 0px 0px 0px;
	border: 0px;
	padding: 23px 30px 23px 30px;
	cursor: pointer;
	-webkit-transition: background-color 400ms ease-out;
    	-moz-transition: background-color 400ms ease-out;
    	transition: background-color 400ms ease-out;
}

#registerRow .regButton:hover {
	text-decoration: none;
	background-color: #2ed3bd;
	color: #fff;
	cursor: pointer;
	-webkit-animation: pulse .5s;
   	 animation: pulse .5s;
}

#registerRow .regButton:focus {
	color: #fff;
}











#registerRow table {
	width: 100%;
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#registerRow tr {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#registerRow td {
	text-align: center;
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.error[generated=true] {
	color: #dc0000;
	font-size: 16px;
	padding: 5px 0 2px 5px;
}

.error {
	margin-top: 20px;
	text-align: center;
}




#response {
	margin-top: 20px;
	text-align: center;
}

#response .success {
	color: #1fbba6;
	font-size: 22px;
}

#response .failure {
	color: #1fbba6;
}










/* --------------------------------- FOOTER / CONTACT ROW ------------------------------------ */

#footer {
	padding: 78px 0px 78px 0px;
	margin: 0px;
	text-align: left;
	font-size: 16px;
	color: #fff;
	background-color: #2e2e2e;
}


@media only screen and (max-width: 40em) { 

	#footer {
		padding: 28px 0px 28px 0px;
		margin: 0px;
		text-align: left;
		font-size: 16px;
		color: #fff;
		background-color: #2e2e2e;
	}

}



#footer h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 44px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 20px 0px;
}


@media only screen and (max-width: 40em) { 

	#footer h1 {
		font-family: 'Exo 2', sans-serif;
		text-align: center;
		font-size: 26px;
		font-weight: 300;
		color: #fff;
		margin: 0px 0px 0px 0px;
		border: 0px;
		padding: 0px 0px 20px 0px;
	}

}



#footer h2 {
	font-family: 'Exo 2', sans-serif;
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #fff;
	padding: 0px 0px 3px 0px;
}

@media only screen and (max-width: 40em) { 

	#footer h2 {
		font-family: 'Exo 2', sans-serif;	
		font-size: 24px;
		font-weight: 400;
		color: #fff;
		margin: 0px 0px 5px 0px;
		border-bottom: 1px dashed #fff;
		padding: 10px 0px 8px 0px;
	}

}










#footer .footerTel {
	
	font-size: 24px;
	font-weight: 400;
	display: block;
	color: #fff;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#footer .footerEmail {
	
	font-size: 24px;
	font-weight: 400;
	display: block;
	color: #00adee;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#footer .botFooter {
	
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	border: 0px;
	padding: 50px 0px 0px 0px;
}

#footer .footerReg {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

#footer .footerPrivacy {
	border: 0px;
	text-align: right;
	margin: 0px 0px 0px 0px;
}



#footer a {
	border: 0px;
	text-align: right;
	margin: 0px 0px 0px 0px;
	color: #1fbba6;
}








/*
#footer .footerIcons {
	text-align: right;
	border: 0px;
}
*/

#footer .footerIcons img {
	text-align: left;
	display: inline-block;
	border: 0px;
	padding: 0px;
	margin: 0px 20px 0px 0px;	
}

#footer .footerIcons img:hover {
	text-decoration: none;
	cursor: pointer;
	-webkit-animation: pulse .5s;
   	 animation: pulse .5s;	
	
}







#myModal p {
	font-family: 'Exo 2', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #2f2f2f;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

#myModal h1 {
	font-family: 'Exo 2', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #2f2f2f;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

#myModal h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #2f2f2f;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
}









