@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");



@import url("font-awesome.min.css");











/*Custom CSS*/







 @font-face {



  font-family: "timeburnerbold";



  src: url("timeburner.bold-webfont.woff");



  }


@font-face {
    font-family: 'timeburnerregular';
    
         src: url('.../assets/fonts/timeburner.regular-webfont.woff2') format('woff2'),
         url('.../assets/fonts/timeburner.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'timeburnerregular';
    src: url('/timeburner.regular-webfont.woff2') format('woff2'),
         url('/timeburner.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





/*



	Big Picture by HTML5 UP



	html5up.net | @ajlkn



	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)



*/







/* Reset */







	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {



		margin: 0;



		padding: 0;



		border: 0;



		font-size: 100%;



		font: inherit;



		vertical-align: baseline;



	}







	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {



		display: block;



	}







	body {



		line-height: 1;



	}







	ol, ul {



		list-style: none;



	}







	blockquote, q {



		quotes: none;



	}







	blockquote:before, blockquote:after, q:before, q:after {



		content: '';



		content: none;



	}







	table {



		border-collapse: collapse;



		border-spacing: 0;



	}







	body {



		-webkit-text-size-adjust: none;



	}







/* Box Model */







	*, *:before, *:after {



		-moz-box-sizing: border-box;



		-webkit-box-sizing: border-box;



		box-sizing: border-box;



	}







/* Basic */







	@-ms-viewport {



		width: device-width;



	}







	html {



		height: 100%;



	}







	body {



		/*background: #ffffff;*/



		height: 100%;



		min-width: 320px;



	}







		body.is-loading *, body.is-loading *:before, body.is-loading *:after {



			-moz-animation: none !important;



			-webkit-animation: none !important;



			-ms-animation: none !important;



			animation: none !important;



			-moz-transition: none !important;



			-webkit-transition: none !important;



			-ms-transition: none !important;



			transition: none !important;



		}







/* Spinner */







	@-moz-keyframes spinner-rotate {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



		}







		100% {



			-moz-transform: scale(1) rotate(360deg);



			-webkit-transform: scale(1) rotate(360deg);



			-ms-transform: scale(1) rotate(360deg);



			transform: scale(1) rotate(360deg);



		}



	}







	@-webkit-keyframes spinner-rotate {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



		}







		100% {



			-moz-transform: scale(1) rotate(360deg);



			-webkit-transform: scale(1) rotate(360deg);



			-ms-transform: scale(1) rotate(360deg);



			transform: scale(1) rotate(360deg);



		}



	}







	@-ms-keyframes spinner-rotate {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



		}







		100% {



			-moz-transform: scale(1) rotate(360deg);



			-webkit-transform: scale(1) rotate(360deg);



			-ms-transform: scale(1) rotate(360deg);



			transform: scale(1) rotate(360deg);



		}



	}







	@keyframes spinner-rotate {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



		}







		100% {



			-moz-transform: scale(1) rotate(360deg);



			-webkit-transform: scale(1) rotate(360deg);



			-ms-transform: scale(1) rotate(360deg);



			transform: scale(1) rotate(360deg);



		}



	}







/* Loader */







	@-moz-keyframes spinner-show {



		0% {



			opacity: 0;



		}







		100% {



			opacity: 1;



		}



	}







	@-webkit-keyframes spinner-show {



		0% {



			opacity: 0;



		}







		100% {



			opacity: 1;



		}



	}







	@-ms-keyframes spinner-show {



		0% {



			opacity: 0;



		}







		100% {



			opacity: 1;



		}



	}







	@keyframes spinner-show {



		0% {



			opacity: 0;



		}







		100% {



			opacity: 1;



		}



	}







	@-moz-keyframes spinner-hide {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		99% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		100% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: -1;



		}



	}







	@-webkit-keyframes spinner-hide {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		99% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		100% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: -1;



		}



	}







	@-ms-keyframes spinner-hide {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		99% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		100% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: -1;



		}



	}







	@keyframes spinner-hide {



		0% {



			-moz-transform: scale(1) rotate(0deg);



			-webkit-transform: scale(1) rotate(0deg);



			-ms-transform: scale(1) rotate(0deg);



			transform: scale(1) rotate(0deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		99% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: 100001;



		}







		100% {



			-moz-transform: scale(0.5) rotate(360deg);



			-webkit-transform: scale(0.5) rotate(360deg);



			-ms-transform: scale(0.5) rotate(360deg);



			transform: scale(0.5) rotate(360deg);



			color: #e5e6e7;



			z-index: -1;



		}



	}







	@-moz-keyframes overlay-hide {



		0% {



			opacity: 1;



			z-index: 100000;



		}







		15% {



			opacity: 1;



			z-index: 100000;



		}







		99% {



			opacity: 0;



			z-index: 100000;



		}







		100% {



			opacity: 0;



			z-index: -1;



		}



	}







	@-webkit-keyframes overlay-hide {



		0% {



			opacity: 1;



			z-index: 100000;



		}







		15% {



			opacity: 1;



			z-index: 100000;



		}







		99% {



			opacity: 0;



			z-index: 100000;



		}







		100% {



			opacity: 0;



			z-index: -1;



		}



	}







	@-ms-keyframes overlay-hide {



		0% {



			opacity: 1;



			z-index: 100000;



		}







		15% {



			opacity: 1;



			z-index: 100000;



		}







		99% {



			opacity: 0;



			z-index: 100000;



		}







		100% {



			opacity: 0;



			z-index: -1;



		}



	}







	@keyframes overlay-hide {



		0% {



			opacity: 1;



			z-index: 100000;



		}







		15% {



			opacity: 1;



			z-index: 100000;



		}







		99% {



			opacity: 0;



			z-index: 100000;



		}







		100% {



			opacity: 0;



			z-index: -1;



		}



	}







	body {



		text-decoration: none;



	}







		body:before {



			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;



			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;



			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;



			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;



			-moz-transform-origin: 50% 50%;



			-webkit-transform-origin: 50% 50%;



			-ms-transform-origin: 50% 50%;



			transform-origin: 50% 50%;



			-moz-osx-font-smoothing: grayscale;



			-webkit-font-smoothing: antialiased;



			font-family: FontAwesome;



			font-style: normal;



			font-weight: normal;



			text-transform: none !important;



			color: #e5e6e7;



			content: '\f1ce';



			cursor: default;



			display: block;



			font-size: 2em;



			height: 2em;



			left: 50%;



			line-height: 2em;



			margin: -1em 0 0 -1em;



			opacity: 0;



			position: fixed;



			text-align: center;



			top: 50%;



			width: 2em;



			z-index: -1;



		}







		body:after {



			-moz-animation: overlay-hide 1.5s ease-in forwards !important;



			-webkit-animation: overlay-hide 1.5s ease-in forwards !important;



			-ms-animation: overlay-hide 1.5s ease-in forwards !important;



			animation: overlay-hide 1.5s ease-in forwards !important;



			background: #ffffff;



			content: '';



			display: block;



			height: 100%;



			left: 0;



			opacity: 0;



			position: fixed;



			top: 0;



			width: 100%;



			z-index: -1;



		}







		body.is-loading:before {



			-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;



			-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;



			-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;



			animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;



			z-index: 100001;



		}







		body.is-loading:after {



			-moz-animation: none !important;



			-webkit-animation: none !important;



			-ms-animation: none !important;



			animation: none !important;



			opacity: 1;



			z-index: 100000;



		}







	@media (-webkit-min-device-pixel-ratio: 2) {







		body:before {



			line-height: 2.025em;



		}







	}







/* Type */







	body, input, textarea, select {



		font-family: "Source Sans Pro", "sans-serif";



		font-weight: 300;



		font-size: 18pt;



		line-height: 1.75em;



		color: #39454b;



		letter-spacing: 0.025em;



	}







		@media screen and (max-width: 1920px) {







			body, input, textarea, select {



				font-size: 17pt;



			}







		}







		@media screen and (max-width: 1680px) {







			body, input, textarea, select {



				font-size: 15pt;



			}







		}







		@media screen and (max-width: 1280px) {







			body, input, textarea, select {



				font-size: 13pt;



			}







		}







		@media screen and (max-width: 1000px) {







			body, input, textarea, select {



				font-size: 13pt;



			}







		}







		@media screen and (max-width: 736px) {







			body, input, textarea, select {



				font-size: 12pt;



				line-height: 1.5em;



			}







		}







	h1, h2, h3, h4, h5, h6 {



		font-weight: 900;



		color: inherit;



		letter-spacing: -0.0325em;



	}







		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {



			color: inherit;



			text-decoration: none;



		}







	h2 {



		font-size: 2.25em;



		line-height: 1.25em;



		letter-spacing: -0.05em;



	}







	@media screen and (max-width: 736px) {







		h2 {



			font-size: 1.5em;



		}







	}







	strong, b {



		font-weight: 900;



		color: inherit;



	}







	em, i {



		font-style: italic;



	}







	a {



		-moz-transition: color 0.2s ease-in-out;



		-webkit-transition: color 0.2s ease-in-out;



		-ms-transition: color 0.2s ease-in-out;



		transition: color 0.2s ease-in-out;



		color: #98c593;



	}







	sub {



		position: relative;



		top: 0.5em;



		font-size: 0.8em;



	}







	sup {



		position: relative;



		top: -0.5em;



		font-size: 0.8em;



	}







	hr {



		border: 0;



		border-top: solid 1px #e5e6e7;



	}







	blockquote {



		border-left: solid 0.5em #e5e6e7;



		padding: 1em 0 1em 2em;



		font-style: italic;



	}







	p, ul, ol, dl, table {



		margin-bottom: 1em;



	}







/* Box */







	.box {



		background: #ffffff;



		color: #39454b;



		padding: 2em;



	}







		.box > :last-child {



			margin-bottom: 0;



		}







		.box.style2 {



			padding: 3.5em 2.5em 3.5em 2.5em;



		}







		@media screen and (max-width: 736px) {







			.box {



				padding: 1em;



			}







				.box.style2 {



					padding: 1.5em 1.25em 1.5em 1.25em;



					background-color: rgba(255, 255, 255, 0.9);



				}







		}







/* Button */







	input[type="button"],



	input[type="submit"],



	input[type="reset"],



	.button,



	button {



		-moz-appearance: none;



		-webkit-appearance: none;



		-ms-appearance: none;



		appearance: none;



		-moz-transition: background-color 0.2s ease-in-out;



		-webkit-transition: background-color 0.2s ease-in-out;



		-ms-transition: background-color 0.2s ease-in-out;



		transition: background-color 0.2s ease-in-out;



		background-color: #98c593;



		border: 0;



		border-radius: 3.5em;



		color: #ffffff;



		cursor: pointer;



		display: inline-block;



		height: 3.5em;



		line-height: 3.5em;



		outline: 0;



		padding: 0 2em 0 2em;



		position: relative;



		text-align: center;



		text-decoration: none;



	}







		input[type="button"].down,



		input[type="submit"].down,



		input[type="reset"].down,



		.button.down,



		button.down {



			width: 5em;



			height: 5em;



			line-height: 4.5em;



			padding: 0;



			background-image: url("images/dark-arrow.svg");



			background-position: center center;



			background-repeat: no-repeat;



			text-indent: -10em;



			overflow: hidden;



		}







			input[type="button"].down.anchored,



			input[type="submit"].down.anchored,



			input[type="reset"].down.anchored,



			.button.down.anchored,



			button.down.anchored {



				bottom: 0;



				border-bottom: 0;



				border-radius: 3em 3em 0 0;



				height: 4.5em;



				margin-left: -2.5em;



			}







		input[type="button"].anchored,



		input[type="submit"].anchored,



		input[type="reset"].anchored,



		.button.anchored,



		button.anchored {



			position: absolute;



			left: 50%;



		}







		input[type="button"]:hover,



		input[type="submit"]:hover,



		input[type="reset"]:hover,



		.button:hover,



		button:hover {



			background-color: #a8cea4;



		}







		input[type="button"]:active,



		input[type="submit"]:active,



		input[type="reset"]:active,



		.button:active,



		button:active {



			background-color: #88bc82;



		}







		input[type="button"].style2,



		input[type="submit"].style2,



		input[type="reset"].style2,



		.button.style2,



		button.style2 {



			background-color: transparent;



			border: solid 2px #e5e6e7;



			color: inherit;



		}







			input[type="button"].style2:hover,



			input[type="submit"].style2:hover,



			input[type="reset"].style2:hover,



			.button.style2:hover,



			button.style2:hover {



				background-color: rgba(229, 230, 231, 0.25);



			}







			input[type="button"].style2:active,



			input[type="submit"].style2:active,



			input[type="reset"].style2:active,



			.button.style2:active,



			button.style2:active {



				background-color: rgba(229, 230, 231, 0.375);



			}







			input[type="button"].style2.down,



			input[type="submit"].style2.down,



			input[type="reset"].style2.down,



			.button.style2.down,



			button.style2.down {



				background-image: url("images/arrow.svg");



			}







/* Form */







	form {



		margin: 0 0 2em 0;



	}







		form .field {



			margin: 0 0 1.5em 0;



		}







			form .field.half {



				width: 50%;



				float: left;



				padding: 0 0 0 0.75em;



			}







				form .field.half.first {



					padding: 0 0.75em 0 0;



				}







		form > .actions {



			margin: 1.5em 0 0 0 !important;



		}







		@media screen and (max-width: 736px) {







			form .field {



				margin: 0 0 1em 0;



			}







				form .field.half {



					padding: 0 0 0 0.5em;



				}







					form .field.half.first {



						padding: 0 0.5em 0 0;



					}







			form > .actions {



				margin: 1em 0 0 0 !important;



			}







		}







		@media screen and (max-width: 480px) {







			form .field.half {



				width: 100%;



				float: none;



				padding: 0;



			}







				form .field.half.first {



					padding: 0;



				}







		}







	label {



		display: block;



	}







	input[type="text"],



	input[type="password"],



	input[type="email"],



	input[type="tel"],



	input[type="search"],



	input[type="url"],



	select,



	textarea {



		-moz-appearance: none;



		-webkit-appearance: none;



		-ms-appearance: none;



		appearance: none;



		-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;



		-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;



		-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;



		transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;



		color: #39454b;



		display: block;



		width: 100%;



		padding: 0.65em 0.75em;



		background: none;



		border: solid 2px #e5e6e7;



		color: inherit;



		border-radius: 0.5em;



		outline: none;



	}







		input[type="text"]:focus,



		input[type="password"]:focus,



		input[type="email"]:focus,



		input[type="tel"]:focus,



		input[type="search"]:focus,



		input[type="url"]:focus,



		select:focus,



		textarea:focus {



			border-color: #9ac8e9;



		}







	input[type="text"],



	input[type="password"],



	input[type="email"],



	input[type="tel"],



	input[type="search"],



	input[type="url"],



	select {



		line-height: 1.35em;



	}







	textarea {



		min-height: 8em;



	}







	::-moz-focus-inner {



		border: 0;



	}







	::-webkit-input-placeholder {



		opacity: 0.375;



	}







	:-moz-placeholder {



		opacity: 0.375;



	}







	::-moz-placeholder {



		opacity: 0.375;



	}







	:-ms-input-placeholder {



		opacity: 0.375;



	}







	.formerize-placeholder {



		opacity: 0.375;



	}







/* Icon */







	.icon {



		text-decoration: none;



	}







		.icon:before {



			display: inline-block;



			font-family: FontAwesome;



			font-size: 1.25em;



			text-decoration: none;



			font-style: normal;



			font-weight: normal;



			line-height: 1;



			-webkit-font-smoothing: antialiased;



			-moz-osx-font-smoothing: grayscale;



		}







		.icon > .label {



			display: none;



		}







/* Image */







	.image {



		/*position: relative;



		display: inline-block;*/



	}







		.image:before {



			content: '';



			position: absolute;



			left: 0;



			top: 0;



			width: 100%;



			height: 100%;



			/*background: url("images/overlay.png");*/



		}







		.image img {



			display: block;



			width: 100%;



		}







		.image.featured {



			display: block;



			width: 100%;



			margin: 0 0 2em 0;



		}







		/*.image.fit {



			display: block;



			width: 100%;



		}*/







		.image.left {



			float: left;



			margin: 0 2em 2em 0;



		}







		.image.centered {



			display: block;



			margin: 0 0 2em 0;



		}







			.image.centered img {



				margin: 0 auto;



				width: auto;



			}







/* List */







	ul.default {



		list-style: disc;



		padding-left: 1em;



	}







		ul.default li {



			padding-left: 0.5em;



		}







	ul.icons {



		cursor: default;



	}







		ul.icons li {



			display: inline-block;



		}







		ul.icons a {



			display: inline-block;



			width: 2em;



			height: 2em;



			line-height: 2em;



			text-align: center;



			border: 0;



		}







	ul.menu {



		cursor: default;



	}







		ul.menu li {



			display: inline-block;



			line-height: 1em;



			border-left: solid 1px #e5e6e7;



			padding: 0 0 0 0.5em;



			margin: 0 0 0 0.5em;



		}







			ul.menu li:first-child {



				border-left: 0;



				padding-left: 0;



				margin-left: 0;



			}







	ul.actions {



		cursor: default;



	}







		ul.actions li {



			/*display: inline-block;*/



			margin: 0 0 0 0.5em;



		}







			ul.actions li:first-child {



				margin-left: 0;



			}







	ol.default {



		list-style: decimal;



		padding-left: 1.25em;



	}







		ol.default li {



			padding-left: 0.25em;



		}







/* Sections/Article */







	header {



		margin-bottom: 1em;



	}







		header p {



			display: block;



			margin: 1em 0 0 0;



			padding: 0 0 0.5em 0;



		}







	footer {



		margin-top: 2em;



	}







/* Table */







	table {



		width: 100%;



	}







		table.default {



			width: 100%;



		}







			table.default tbody tr:nth-child(2n+2) {



				background: rgba(229, 230, 231, 0.5);



			}







			table.default td {



				padding: 0.5em 1em 0.5em 1em;



			}







			table.default th {



				text-align: left;



				font-weight: 900;



				padding: 0.5em 1em 0.5em 1em;



			}







			table.default thead {



				background: #39454b;



				color: #ffffff;



			}







			table.default tfoot {



				background: #e5e6e7;



			}







/* Poptrox */







	.poptrox-popup {



		-moz-box-sizing: content-box;



		-webkit-box-sizing: content-box;



		-ms-box-sizing: content-box;



		box-sizing: content-box;



		background: #fff;



		padding-bottom: 3em;



		box-shadow: 0 0.1em 0.15em 0 rgba(0, 0, 0, 0.15);



	}







		.poptrox-popup .loader {



			position: absolute;



			top: 50%;



			left: 50%;



			margin: -1em 0 0 -1em;



			width: 2em;



			height: 2em;



			display: block;



			font-size: 2em;



		}







			.poptrox-popup .loader:before {



				-moz-animation: spinner-rotate 0.75s infinite linear !important;



				-webkit-animation: spinner-rotate 0.75s infinite linear !important;



				-ms-animation: spinner-rotate 0.75s infinite linear !important;



				animation: spinner-rotate 0.75s infinite linear !important;



				-moz-osx-font-smoothing: grayscale;



				-webkit-font-smoothing: antialiased;



				font-family: FontAwesome;



				font-style: normal;



				font-weight: normal;



				text-transform: none !important;



				color: #e5e6e7;



				content: '\f1ce';



				cursor: default;



				display: block;



				height: 2em;



				left: 0;



				line-height: 2em;



				position: absolute;



				text-align: center;



				top: 0;



				width: 2em;



			}







		.poptrox-popup .caption {



			position: absolute;



			bottom: 0;



			left: 0;



			background: #ffffff;



			width: 100%;



			height: 3em;



			line-height: 2.8em;



			text-align: center;



			cursor: default;



			z-index: 1;



			font-size: 0.9em;



		}







		.poptrox-popup .nav-next,



		.poptrox-popup .nav-previous {



			-moz-transition: opacity 0.2s ease-in-out;



			-webkit-transition: opacity 0.2s ease-in-out;



			-ms-transition: opacity 0.2s ease-in-out;



			transition: opacity 0.2s ease-in-out;



			position: absolute;



			top: 0;



			width: 50%;



			height: 100%;



			opacity: 0;



			cursor: pointer;



			background: rgba(0, 0, 0, 0.01);



			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);



		}







		.poptrox-popup .nav-next:before,



		.poptrox-popup .nav-previous:before {



			content: '';



			position: absolute;



			width: 96px;



			height: 64px;



			background: url("images/poptrox-nav.svg");



			top: calc(50% - 1.5em);



			margin: -32px 0 0 0;



		}







		.poptrox-popup:hover .nav-next,



		.poptrox-popup:hover .nav-previous {



			opacity: 0.5;



		}







		.poptrox-popup:hover .nav-next:hover,



		.poptrox-popup:hover .nav-previous:hover {



			opacity: 1.0;



		}







		.poptrox-popup .nav-previous:before {



			-moz-transform: scaleX(-1);



			-webkit-transform: scaleX(-1);



			-ms-transform: scaleX(-1);



			transform: scaleX(-1);



			-ms-filter: "FlipH";



			filter: FlipH;



		}







		.poptrox-popup .nav-next {



			right: 0;



		}







			.poptrox-popup .nav-next:before {



				right: 0;



			}







		.poptrox-popup .nav-previous {



			left: 0;



		}







			.poptrox-popup .nav-previous:before {



				left: 0;



			}







		.poptrox-popup .closer {



			-moz-transition: opacity 0.2s ease-in-out;



			-webkit-transition: opacity 0.2s ease-in-out;



			-ms-transition: opacity 0.2s ease-in-out;



			transition: opacity 0.2s ease-in-out;



			position: absolute;



			top: 0;



			right: 0;



			width: 64px;



			height: 64px;



			text-indent: -9999px;



			z-index: 2;



			opacity: 0;



			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);



		}







			.poptrox-popup .closer:before {



				content: '';



				display: block;



				position: absolute;



				right: 16px;



				top: 16px;



				width: 40px;



				height: 40px;



				border-radius: 100%;



				box-shadow: inset 0 0 0 2px #fff;



				background: url("images/poptrox-closer.svg") center center;



				color: #ffffff !important;



			}







		.poptrox-popup:hover .closer {



			opacity: 0.5;



		}







			.poptrox-popup:hover .closer:hover {



				opacity: 1.0;



			}







		body.is-touch .poptrox-popup .nav-next,



		body.is-touch .poptrox-popup .nav-previous,



		body.is-touch .poptrox-popup .closer {



			opacity: 1.0 !important;



		}







		@media screen and (max-width: 736px) {







			.poptrox-popup .nav-next:before,



			.poptrox-popup .nav-previous:before {



				width: 48px;



				height: 32px;



				background-size: contain;



				margin: -16px 0 0 0;



			}







			.poptrox-popup .closer:before {



				right: 12px;



				top: 12px;



				width: 20px;



				height: 20px;



				box-shadow: inset 0 0 0 1px #fff;



				background-size: contain;



				opacity: 0.65;



			}







		}







/* Gallery */







	.gallery {



		display: -moz-flex;



		display: -webkit-flex;



		display: -ms-flex;



		display: flex;



		-moz-flex-wrap: wrap;



		-webkit-flex-wrap: wrap;



		-ms-flex-wrap: wrap;



		flex-wrap: wrap;



		width: 60em;



		max-width: 100%;



		margin: 0 auto 2em auto;



	}







		.gallery article {



			-moz-transition: -moz-transform 1s ease, opacity 1s ease;



			-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;



			-ms-transition: -ms-transform 1s ease, opacity 1s ease;



			transition: transform 1s ease, opacity 1s ease;



			-moz-transform: translateX(0);



			-webkit-transform: translateX(0);



			-ms-transform: translateX(0);



			transform: translateX(0);



			width: 33%;



			position: relative;



			opacity: 1.0;



			padding: 5px;



		}







			.gallery article .image {



				margin: 0;



				display: block;



			}







			.gallery article:nth-last-child(1n) {



				-moz-transition-delay: 0.05s;



				-webkit-transition-delay: 0.05s;



				-ms-transition-delay: 0.05s;



				transition-delay: 0.05s;



			}







			.gallery article:nth-last-child(2n) {



				-moz-transition-delay: 0.05s;



				-webkit-transition-delay: 0.05s;



				-ms-transition-delay: 0.05s;



				transition-delay: 0.05s;



			}







			.gallery article:nth-last-child(2n) {



				-moz-transition-delay: 0.1s;



				-webkit-transition-delay: 0.1s;



				-ms-transition-delay: 0.1s;



				transition-delay: 0.1s;



			}







			.gallery article:nth-last-child(3n) {



				-moz-transition-delay: 0.1s;



				-webkit-transition-delay: 0.1s;



				-ms-transition-delay: 0.1s;



				transition-delay: 0.1s;



			}







			.gallery article:nth-last-child(3n) {



				-moz-transition-delay: 0.15s;



				-webkit-transition-delay: 0.15s;



				-ms-transition-delay: 0.15s;



				transition-delay: 0.15s;



			}







			.gallery article:nth-last-child(4n) {



				-moz-transition-delay: 0.15s;



				-webkit-transition-delay: 0.15s;



				-ms-transition-delay: 0.15s;



				transition-delay: 0.15s;



			}







			.gallery article:nth-last-child(4n) {



				-moz-transition-delay: 0.2s;



				-webkit-transition-delay: 0.2s;



				-ms-transition-delay: 0.2s;



				transition-delay: 0.2s;



			}







			.gallery article:nth-last-child(5n) {



				-moz-transition-delay: 0.2s;



				-webkit-transition-delay: 0.2s;



				-ms-transition-delay: 0.2s;



				transition-delay: 0.2s;



			}







			.gallery article:nth-last-child(5n) {



				-moz-transition-delay: 0.25s;



				-webkit-transition-delay: 0.25s;



				-ms-transition-delay: 0.25s;



				transition-delay: 0.25s;



			}







			.gallery article:nth-last-child(6n) {



				-moz-transition-delay: 0.25s;



				-webkit-transition-delay: 0.25s;



				-ms-transition-delay: 0.25s;



				transition-delay: 0.25s;



			}







			.gallery article:nth-last-child(6n) {



				-moz-transition-delay: 0.3s;



				-webkit-transition-delay: 0.3s;



				-ms-transition-delay: 0.3s;



				transition-delay: 0.3s;



			}







			.gallery article:nth-last-child(7n) {



				-moz-transition-delay: 0.3s;



				-webkit-transition-delay: 0.3s;



				-ms-transition-delay: 0.3s;



				transition-delay: 0.3s;



			}







			.gallery article:nth-last-child(7n) {



				-moz-transition-delay: 0.35s;



				-webkit-transition-delay: 0.35s;



				-ms-transition-delay: 0.35s;



				transition-delay: 0.35s;



			}







			.gallery article:nth-last-child(8n) {



				-moz-transition-delay: 0.35s;



				-webkit-transition-delay: 0.35s;



				-ms-transition-delay: 0.35s;



				transition-delay: 0.35s;



			}







			.gallery article:nth-last-child(8n) {



				-moz-transition-delay: 0.4s;



				-webkit-transition-delay: 0.4s;



				-ms-transition-delay: 0.4s;



				transition-delay: 0.4s;



			}







			.gallery article:nth-last-child(9n) {



				-moz-transition-delay: 0.4s;



				-webkit-transition-delay: 0.4s;



				-ms-transition-delay: 0.4s;



				transition-delay: 0.4s;



			}







			.gallery article:nth-last-child(9n) {



				-moz-transition-delay: 0.45s;



				-webkit-transition-delay: 0.45s;



				-ms-transition-delay: 0.45s;



				transition-delay: 0.45s;



			}







			.gallery article:nth-last-child(10n) {



				-moz-transition-delay: 0.45s;



				-webkit-transition-delay: 0.45s;



				-ms-transition-delay: 0.45s;



				transition-delay: 0.45s;



			}







			.gallery article:nth-last-child(10n) {



				-moz-transition-delay: 0.5s;



				-webkit-transition-delay: 0.5s;



				-ms-transition-delay: 0.5s;



				transition-delay: 0.5s;



			}







			.gallery article:nth-last-child(11n) {



				-moz-transition-delay: 0.5s;



				-webkit-transition-delay: 0.5s;



				-ms-transition-delay: 0.5s;



				transition-delay: 0.5s;



			}







			.gallery article:nth-last-child(11n) {



				-moz-transition-delay: 0.55s;



				-webkit-transition-delay: 0.55s;



				-ms-transition-delay: 0.55s;



				transition-delay: 0.55s;



			}







			.gallery article:nth-last-child(12n) {



				-moz-transition-delay: 0.55s;



				-webkit-transition-delay: 0.55s;



				-ms-transition-delay: 0.55s;



				transition-delay: 0.55s;



			}







			.gallery article:nth-last-child(12n) {



				-moz-transition-delay: 0.6s;



				-webkit-transition-delay: 0.6s;



				-ms-transition-delay: 0.6s;



				transition-delay: 0.6s;



			}







			.gallery article:nth-last-child(13n) {



				-moz-transition-delay: 0.6s;



				-webkit-transition-delay: 0.6s;



				-ms-transition-delay: 0.6s;



				transition-delay: 0.6s;



			}







			.gallery article:nth-last-child(13n) {



				-moz-transition-delay: 0.65s;



				-webkit-transition-delay: 0.65s;



				-ms-transition-delay: 0.65s;



				transition-delay: 0.65s;



			}







			.gallery article:nth-last-child(14n) {



				-moz-transition-delay: 0.65s;



				-webkit-transition-delay: 0.65s;



				-ms-transition-delay: 0.65s;



				transition-delay: 0.65s;



			}







			.gallery article:nth-last-child(14n) {



				-moz-transition-delay: 0.7s;



				-webkit-transition-delay: 0.7s;



				-ms-transition-delay: 0.7s;



				transition-delay: 0.7s;



			}







			.gallery article:nth-last-child(15n) {



				-moz-transition-delay: 0.7s;



				-webkit-transition-delay: 0.7s;



				-ms-transition-delay: 0.7s;



				transition-delay: 0.7s;



			}







			.gallery article:nth-last-child(15n) {



				-moz-transition-delay: 0.75s;



				-webkit-transition-delay: 0.75s;



				-ms-transition-delay: 0.75s;



				transition-delay: 0.75s;



			}







			.gallery article:nth-last-child(16n) {



				-moz-transition-delay: 0.75s;



				-webkit-transition-delay: 0.75s;



				-ms-transition-delay: 0.75s;



				transition-delay: 0.75s;



			}







			.gallery article:nth-last-child(16n) {



				-moz-transition-delay: 0.8s;



				-webkit-transition-delay: 0.8s;



				-ms-transition-delay: 0.8s;



				transition-delay: 0.8s;



			}







			.gallery article:nth-last-child(17n) {



				-moz-transition-delay: 0.8s;



				-webkit-transition-delay: 0.8s;



				-ms-transition-delay: 0.8s;



				transition-delay: 0.8s;



			}







			.gallery article:nth-last-child(17n) {



				-moz-transition-delay: 0.85s;



				-webkit-transition-delay: 0.85s;



				-ms-transition-delay: 0.85s;



				transition-delay: 0.85s;



			}







			.gallery article:nth-last-child(18n) {



				-moz-transition-delay: 0.85s;



				-webkit-transition-delay: 0.85s;



				-ms-transition-delay: 0.85s;



				transition-delay: 0.85s;



			}







			.gallery article:nth-last-child(18n) {



				-moz-transition-delay: 0.9s;



				-webkit-transition-delay: 0.9s;



				-ms-transition-delay: 0.9s;



				transition-delay: 0.9s;



			}







			.gallery article:nth-last-child(19n) {



				-moz-transition-delay: 0.9s;



				-webkit-transition-delay: 0.9s;



				-ms-transition-delay: 0.9s;



				transition-delay: 0.9s;



			}







			.gallery article:nth-last-child(19n) {



				-moz-transition-delay: 0.95s;



				-webkit-transition-delay: 0.95s;



				-ms-transition-delay: 0.95s;



				transition-delay: 0.95s;



			}







			.gallery article:nth-last-child(20n) {



				-moz-transition-delay: 0.95s;



				-webkit-transition-delay: 0.95s;



				-ms-transition-delay: 0.95s;



				transition-delay: 0.95s;



			}







			.gallery article:nth-last-child(20n) {



				-moz-transition-delay: 1s;



				-webkit-transition-delay: 1s;



				-ms-transition-delay: 1s;



				transition-delay: 1s;



			}







			.gallery article:nth-last-child(21n) {



				-moz-transition-delay: 1s;



				-webkit-transition-delay: 1s;



				-ms-transition-delay: 1s;



				transition-delay: 1s;



			}







			.gallery article:nth-last-child(21n) {



				-moz-transition-delay: 1.05s;



				-webkit-transition-delay: 1.05s;



				-ms-transition-delay: 1.05s;



				transition-delay: 1.05s;



			}







			.gallery article:nth-last-child(22n) {



				-moz-transition-delay: 1.05s;



				-webkit-transition-delay: 1.05s;



				-ms-transition-delay: 1.05s;



				transition-delay: 1.05s;



			}







			.gallery article:nth-last-child(22n) {



				-moz-transition-delay: 1.1s;



				-webkit-transition-delay: 1.1s;



				-ms-transition-delay: 1.1s;



				transition-delay: 1.1s;



			}







			.gallery article:nth-last-child(23n) {



				-moz-transition-delay: 1.1s;



				-webkit-transition-delay: 1.1s;



				-ms-transition-delay: 1.1s;



				transition-delay: 1.1s;



			}







			.gallery article:nth-last-child(23n) {



				-moz-transition-delay: 1.15s;



				-webkit-transition-delay: 1.15s;



				-ms-transition-delay: 1.15s;



				transition-delay: 1.15s;



			}







			.gallery article:nth-last-child(24n) {



				-moz-transition-delay: 1.15s;



				-webkit-transition-delay: 1.15s;



				-ms-transition-delay: 1.15s;



				transition-delay: 1.15s;



			}







		.gallery.inactive article {



			opacity: 0;



		}







			.gallery.inactive article.from-left {



				-moz-transform: translateX(-14em);



				-webkit-transform: translateX(-14em);



				-ms-transform: translateX(-14em);



				transform: translateX(-14em);



			}







			.gallery.inactive article.from-right {



				-moz-transform: translateX(14em);



				-webkit-transform: translateX(14em);



				-ms-transform: translateX(14em);



				transform: translateX(14em);



			}







			.gallery.inactive article.from-top {



				-moz-transform: translateY(-7em);



				-webkit-transform: translateY(-7em);



				-ms-transform: translateY(-7em);



				transform: translateY(-7em);



			}







			.gallery.inactive article.from-bottom {



				-moz-transform: translateY(7em);



				-webkit-transform: translateY(7em);



				-ms-transform: translateY(7em);



				transform: translateY(7em);



			}







		@media screen and (max-width: 480px) {







			.gallery {



				-moz-flex-wrap: nowrap;



				-webkit-flex-wrap: nowrap;



				-ms-flex-wrap: nowrap;



				flex-wrap: nowrap;



				-moz-flex-direction: column;



				-webkit-flex-direction: column;



				-ms-flex-direction: column;



				flex-direction: column;



			}







				.gallery article {



					width: 100%;



				}







		}







/* Header */







	#header {



		position: fixed;



		z-index: 10000;



		left: 0;



		top: 0;



		width: 100%;



		/*background: rgba(255, 255, 255, 0.95);*/







		height: 0;



		/*line-height: 3em;*/



		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);



	}







		#header h1 {



			position: absolute;



			left: 1em;



			top: 0;



			height: 10em;



		/*	line-height: 3em;*/



			cursor: default;



		}







			#header h1 a {



				font-size: 1.25em;



			}







		#header nav {



			position: absolute;



			right: 0;



			top: 0;



			/*s*/



			/*line-height: 3em;*/



			background: #000;



    		color: #fff;



   			 /*font-family: 'timeburnerbold';*/

   			 	font-family: 'timeburnerregular';

   			 text-transform: uppercase;



   			 font-size: 15px;



   			 font-size: normal;



		}







			#header nav ul {



				margin: 0;



				background: #000;



			}







				#header nav ul li {



					/*display: inline-block;*/



					font-size: 0.9em;



					padding: 5px 0;



					text-align: center;



				}







					#header nav ul li a {



						display: block;



						color: inherit;



						text-decoration: none;



						height: 3em;



						line-height: 3em;



						padding: 0 0.5em 0 0.5em;



						outline: 0;



					}







		@media screen and (max-width: 736px) {







			#header {



				height: 2.5em;



				line-height: 2.5em;



			}







				#header h1 {



					text-align: center;



					position: relative;



					left: 0;



					top: 0;



					/*height: 2.5em;*/



					/*line-height: 2.5em;*/



				}







					#header h1 a {



						font-size: 1em;



					}







				/*#header nav {



					display: none;



				}*/







		}







	body {



		/*padding-top: 3em;*/



	}







		@media screen and (max-width: 736px) {







			body {



				/*padding-top: 2.5em;*/



			}







		}







/* Main */







	.main {



		display: -moz-flex;



		display: -webkit-flex;



		display: -ms-flex;



		display: flex;



		position: relative;



		margin: 0;



		overflow-x: hidden;



	}







		.main > .content {



			width: 70em;



			max-width: calc(100% - 4em);



			margin: 0 auto;



		}







			.main > .content > :last-child {



				margin-bottom: 0;



			}







		.main.fullscreen {



			min-height: 100%;



		}







		.main.style1 {



			-moz-align-items: center;



			-webkit-align-items: center;



			-ms-align-items: center;



			align-items: center;



			-moz-justify-content: center;



			-webkit-justify-content: center;



			-ms-justify-content: center;



			justify-content: center;



			text-align: center;



			padding: 3em 0 3em 0;



		}







			.main.style1 h2 {



				font-size: 4.25em;



				line-height: 1em;
				/*font-family: 'timeburnerbold';*/
				letter-spacing: 2px;



			}







			.main.style1 > .content {



				-moz-transition: opacity 1s ease;



				-webkit-transition: opacity 1s ease;



				-ms-transition: opacity 1s ease;



				transition: opacity 1s ease;



				-moz-transform: translateZ(0);



				-webkit-transform: translateZ(0);



				-ms-transform: translateZ(0);



				transform: translateZ(0);



				opacity: 1.0;



				margin: 0;



			}







			.main.style1.inactive > .content {



				opacity: 0;



			}







		.main.style2 {



			-moz-align-items: center;



			-webkit-align-items: center;



			-ms-align-items: center;



			align-items: center;



			-moz-justify-content: center;



			-webkit-justify-content: center;



			-ms-justify-content: center;



			justify-content: center;



			padding: 3em 0 3em 0;



			overflow: hidden;



		}







			.main.style2 > .content {



				-moz-transition: -moz-transform 1s ease;



				-webkit-transition: -webkit-transform 1s ease;



				-ms-transition: -ms-transform 1s ease;



				transition: transform 1s ease;



				-moz-transform: translateZ(0);



				-webkit-transform: translateZ(0);



				-ms-transform: translateZ(0);



				transform: translateZ(0);



				position: relative;



				width: 35%;



				margin: 0;



			}







			.main.style2.left {



				-moz-justify-content: -moz-flex-start;



				-webkit-justify-content: -webkit-flex-start;



				-ms-justify-content: -ms-flex-start;



				justify-content: flex-start;



			}







			.main.style2.right {



				-moz-justify-content: -moz-flex-end;



				-webkit-justify-content: -webkit-flex-end;



				-ms-justify-content: -ms-flex-end;



				justify-content: flex-end;



			}







			.main.style2.inactive.left > .content {



				-moz-transform: translateX(-100%);



				-webkit-transform: translateX(-100%);



				-ms-transform: translateX(-100%);



				transform: translateX(-100%);



			}







			.main.style2.inactive.right > .content {



				-moz-transform: translateX(100%);



				-webkit-transform: translateX(100%);



				-ms-transform: translateX(100%);



				transform: translateX(100%);



			}







		.main.style3 {



			text-align: center;



			padding: 6em 0 6em 0;



		}







			.main.style3 .content > header {



				margin-bottom: 2em;



			}







			.main.style3.primary {



				/*background: #ffffff;*/



			}







			.main.style3.secondary {



				/*background: #f5f6f7;*/



			}







		.main.dark {



			color: #ffffff;



		}







			.main.dark a {



				color: inherit;



			}







			.main.dark .button.style2 {



				border-color: #ffffff;



			}







				.main.dark .button.style2:hover {



					background-color: rgba(255, 255, 255, 0.125);



				}







				.main.dark .button.style2:active {



					background-color: rgba(255, 255, 255, 0.25);



				}







				.main.dark .button.style2.down {



					background-image: url("images/dark-arrow.svg");



				}







		body.is-touch .main {



			background-attachment: scroll !important;



		}







		@media screen and (max-width: 1920px) {







			.main.style2 .content {



				width: 40%;



			}







		}







		@media screen and (max-width: 1280px) {







			.main.style2 .content {



				width: 50%;



			}







		}







		@media screen and (max-width: 1000px) {







			.main.style2 .content {



				width: 60%;



			}







		}







		@media screen and (max-width: 736px) {







			.main.fullscreen {



				height: auto !important;



			}







			.main.style1 {



				padding: 4em 15px 4em 15px;



			}







				.main.style1 h2 {



					font-size: 3em;



				}







			.main.style2 {



				padding: 6em 15px 6em 15px;



			}







				.main.style2:before, .main.style2:after {



					display: none !important;



				}







				.main.style2 .button.anchored {



					display: none;



				}







				.main.style2 .content {



					width: 100%;



					max-width: 100%;



					text-align: center;



					-moz-transform: none;



					-webkit-transform: none;



					-ms-transform: none;



					transform: none;



				}







			.main.style3 {



				text-align: center;



				padding: 3em 10px 3em 10px;



			}







		}







		@media screen and (max-width: 480px) {







			.main > .content {



				max-width: calc(100% - 1.5em);



			}







		}







/* Footer */







	/*#footer {



		position: relative;



		height: 5em;



		line-height: 5em;



		margin: 0;



		background: #39454b;



		color: rgba(185, 186, 187, 0.5);



		overflow: hidden;



	}*/



	#footer {



   position:fixed;



   left:0px;



   bottom:0px;



  	height: 400px;



	width: 100px;



   background:#000;



}







/* IE 6 */



* html #footer {



   position:absolute;



   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');



}







		#footer a {



			color: inherit;



		}







			#footer a:hover {



				color: #b9babb;



			}







		#footer ul.actions {



			position: absolute;



			left: 2em;



			top: 18.25em;



			height: 5em;



			line-height: 5em;



			margin: 0;



		}







			#footer ul.actions li {



				font-size: 1.25em;



				margin: 0;



			}







				#footer ul.actions li a {



					padding: 0.5em;



				}







		#footer ul.menu {



			position: absolute;



			right: 2em;



			top: 0;



			height: 5em;



			line-height: 5em;



			margin: 0;



		}







			#footer ul.menu li {



				border-left-color: rgba(185, 186, 187, 0.2);



				font-size: 0.9em;



			}







		@media screen and (max-width: 1000px) {







			#footer {



				height: auto;



				line-height: inherit;



				text-align: center;



				padding: 2em 1em 2em 1em;



			}







				#footer ul.actions {



					position: relative;



					left: 0;



					top: 0;



					height: auto;



					line-height: inherit;



					margin: 0 0 1em 0;



				}







				#footer ul.menu {



					position: relative;



					right: 0;



					top: 0;



					height: auto;



					line-height: inherit;



				}







		}







		@media screen and (max-width: 736px) {







			#footer ul.menu li {



				border-left: 0;



				padding: 1em 0 0 0;



				margin: 0;



				display: block;



			}







				#footer ul.menu li:first-child {



					padding-top: 0;



				}







				#footer ul.menu li a {



					line-height: 1.5em;



				}







		}







/* Intro */







	#intro {



		background: url("images/overlay.png"), url("../../images/intro.jpg");



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center;



		background-repeat: repeat, no-repeat;



	}







/* One */







	#one {



		background: url("images/overlay.png"), url("../../images/one.jpg");



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}







/* Two */







	#two {



		background: url("images/overlay.png"), url("../../images/two.jpg");



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		/*background-position: top left, center center;*/



	}



	#work {



		background: url("images/overlay.png"), url("../../images/work.jpg");



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;

			padding: 100px 0;


	}



	#careers {



		background: url("images/overlay.png"), url("../../images/careers_bg.jpg");



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



	#news {



		background: url("images/overlay.png"), url("../../images/news.jpg");



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



	#contact-us {



		background: url("images/overlay.png"),url("../../images/contact.jpg") no-repeat;



		background-size: 256px 256px, cover;



		/*background-attachment: fixed, fixed;*/



		background-position: top left, center center;



	}



	#mission {



		background: url("images/overlay.png"),url("../../images/mission_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		/*background-position: top left, center center;*/



	}



#vision {



		background: url("images/overlay.png"),url("../../images/vision_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#crm



	{



		background: url("images/overlay.png"),url("../../images/crm_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#crm-inner-bacardi



	{



		background: url("images/overlay.png"),url("../../images/bacardi_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#bacardi-study



	{



		background: url("images/overlay.png"),url("../../images/bacardi_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#crm-inner-beauty



	{



		background: url("images/overlay.png"),url("../../images/beauty_book_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#beauty-study



	{



		background: url("images/overlay.png"),url("../../images/beauty_book_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;

		padding: 130px 0;

	}



#digital



	{



		background: url("images/overlay.png"),url("../../images/digital_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#digital-inner-gatorade



	{



		background: url("images/overlay.png"),url("../../images/gatorade_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#gatorade-study



	{



		background: url("images/overlay.png"),url("../../images/gatorade_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#digital-inner-hansel



	{



		background: url("images/overlay.png"),url("../../images/hansel_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#hansel-study



	{



		background: url("images/overlay.png"),url("../../images/hansel_bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#elearning



		{



			background: url("images/overlay.png"),url("../../images/elearning-bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



		}



#video-content



		{



			background: url("images/overlay.png"),url("../../images/video-content-bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



		}



#digital-influencer



	{



		background: url("images/overlay.png"),url("../../images/digital-influencer-bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;
		padding: 160px 0;



	}



#digital-influencer-inner-clinique



	{



		background: url("images/overlay.png"),url("../../images/clinique-influencers-bg.jpg") no-repeat;



		/*background-size: 256px 256px, cover;*/



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#digital-influencer-inner-highsiera



	{



		background: url("images/overlay.png"),url("../../images/highsiera-bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#digital-influencer-inner-influex



	{



		background: url("images/overlay.png"),url("../../images/influex-bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}



#digital-research



	{



		background: url("images/overlay.png"),url("../../images/digital-reasearch-bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}		



#send-wrapper



	{



		background: url("images/overlay.png"),url("../../images/send-bg.jpg") no-repeat;



		background-size: 256px 256px, cover;



		background-attachment: fixed, fixed;



		background-position: top left, center center;



	}																			



/* Contact */







	#contact {



		/*overflow: hidden;



		padding-bottom: 0;*/



	}







		#contact .box {



			-moz-transition: -moz-transform 1s ease;



			-webkit-transition: -webkit-transform 1s ease;



			-ms-transition: -ms-transform 1s ease;



			transition: transform 1s ease;



			-moz-transform: translateY(0);



			-webkit-transform: translateY(0);



			-ms-transform: translateY(0);



			transform: translateY(0);



			position: relative;



		}







		#contact.inactive .box {



			-moz-transform: translateY(100%);



			-webkit-transform: translateY(100%);



			-ms-transform: translateY(100%);



			transform: translateY(100%);



		}







		@media screen and (max-width: 736px) {







			#contact .box {



				padding-bottom: 2em;



			}







		}







/* Custom Css*/



.main-logo img



	{



		width: 20%;



	}



	



	#intro div h2



		{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    text-align: center;



		    font-size: 65px;



		    color: #fff;
		    letter-spacing: 2px;



		}



		#one div h2



		{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    text-align: center;



		    font-size: 54px;



		    color: #fff;



		    letter-spacing: 2px;



		}



		#two div h2



		{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    text-align: center;



		    font-size: 37px;



		    color: #fff;



		    letter-spacing: 2px;



		}



		#two div h3



		{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    text-align: center;



		    font-size: 26px;



		    color: #fff;



		    letter-spacing: 2px;



		}



		#two div p



		{



		    font-weight: normal;

		    	font-family: 'timeburnerregular';

		    text-align: center;



		    font-size: 18px;



		    color: #fff;



		    letter-spacing: 2px;



		}



		#work div h2



		{



			/*font-family: 'timeburnerbold';*/



		    font-weight: normal;



		    text-transform: uppercase;



		    text-align: center;



		    font-size: 37px;



		    color: #fff;



		    letter-spacing: 2px;



		    padding: 65px 0 20px 0;



		}



			#careers div h2



		{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    text-align: center;



		    font-size: 47px;



		    color: #fff;



		    letter-spacing: 2px;



		    padding: 65px 0 20px 0;



		}



		#careers div p



		{



		    font-weight: normal;



		    text-align: center;

		    font-family: 'timeburnerbold';

		    font-size: 22px;



		    color: #fff;



		    



		   margin: 0 !important;



			padding: 0 !important;



		}



		.send-cv



			{



			margin: 13px;



			border: 2px solid #06a099;



			color: #fff;



			padding: 20px 40px;



			text-decoration: none;







			}



			.send-cv:hover



				{



					background-color: #06a099;



					text-decoration: none;



					color: #fff;







				}



		#news div h2



		{



			/*font-family: 'timeburnerbold';*/



		    font-weight: normal;



		    text-transform: uppercase;



		    text-align: center;



		    font-size: 47px;



		    color: #fff;



		    letter-spacing: 2px;



		    padding: 120px 0 20px 0;



		}



		#mission div p, #vision div p



			{



				font-size: 33px;
			 font-family: 'timeburnerregular';
			 letter-spacing: 2px;



			}




		.contact-header h2



			{



				 font-weight: normal;



			    text-transform: uppercase;



			    text-align: center;



			    font-size: 28px !important;



			    color: #000;



			    padding: 0 !important;



			    margin: 10px 0 0 0 !important;



			}	



			.contact-header p



				{



				font-weight: normal;



			    text-align: center;



			    font-size: 18px;



			    color: #000;



			    padding: 0 !important;



			    margin: 0 0 50px 0!important;



				}	



		#crm div h2



			{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    font-size: 45px;



		    color: #00b5ac;



		    letter-spacing: 2px;



			}



			#crm div p



				{



					color: #fff;



					 text-align: center;



					 font-family: 'timeburnerregular';	



					 font-weight: normal;



					 font-size: 21px;



					 letter-spacing: 1px;



				}	



				#crm div h4



					{



						font-family: 'timeburnerbold';
						margin-top: 25px;


					    font-weight: normal;



					    text-transform: uppercase;



					    font-size: 40px;



					    color: #00b5ac;



					    letter-spacing: 2px;



					}



					.crm-wrapper article



						{



							width: 50% !important;



						}



						@media screen and (max-width: 480px) {







		.crm-wrapper article



	{



		width: 100% !important;



	}



	}



		#crm-inner-bacardi div h2, #crm-inner-beauty div h2



			{



			



		    font-weight: bold;


		    font-family: 'timeburnerbold';
		    text-transform: uppercase;



		  



		   



			}
			@media screen and (min-width: 768px) {

				#crm-inner-bacardi div h2, #crm-inner-beauty div h2



			{
				  font-size: 85px;
				  font-family: 'timeburnerbold';
			}
			}
			@media screen and (min-width: 768px) {
			#crm-inner-beauty div h2



				{



					font-size: 75px !important;
					font-family: 'timeburnerbold';



				}
			}



			#crm-inner-bacardi div p, #crm-inner-beauty div p



				{



					font-size: 20px;



					text-transform: uppercase;
					font-family: 'timeburnerbold';



				}



				#crm-inner-bacardi div a, #crm-inner-beauty div a



					{



						margin-top: 50px;



						border: 1px solid;



						padding: 20px 40px;



						text-decoration: none;



					}

				#crm-inner-beauty img, #beauty-study img

					{
						width: 50%;
					}
					#crm-inner-bacardi div a:hover



						{



							background-color: #00b5ac;



							border: 1px solid  #00b5ac;



						}



					#crm-inner-beauty div a:hover



						{



							background-color: #00b5ac;



							border: 1px solid  #00b5ac;



						}
					.beauty-inner-wrapper
						{
							margin-bottom: 85px !important;
						}	



		#bacardi-study div p, #beauty-study div p



			{



				font-size: 24px;



				font-family: 'timeburnerregular';



				color: #fff;



			}



		#digital div h2



			{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    font-size: 45px;



		    color: #00b5ac;



		    letter-spacing: 2px;



			}



			#digital div h4



			{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    font-size: 30px;



		    color: #00b5ac;



		    letter-spacing: 2px;



			}



			#digital div p



				{



					color: #fff;



					 text-align: center;



					 font-family: 'timeburnerregular';	



					 font-weight: normal;



					 font-size: 21px;



					 letter-spacing: 1px;



				}	



				#digital-inner-gatorade div h2, #digital-inner-hansel div h2



			{



			

				/*font-family: 'timeburnerbold';*/


		    font-weight: bold;



		    text-transform: uppercase;



		  



		   



			}
				/*@media screen and (min-width: 768px) {

					#digital-inner-gatorade div h2, #digital-inner-hansel div h2
					{
						  font-size: 75px;
					}
				}

			

				@media screen and (min-width: 768px) {
					#digital-inner-hansel div h2



				{



					font-size: 75px !important;



				
				}*/

			#digital-inner-gatorade div p, #digital-inner-hansel div p



				{

				/*	font-family: 'timeburnerbold';*/


					font-size: 20px;



					text-transform: uppercase;



				}



				#digital-inner-gatorade div a, #digital-inner-hansel div a



					{



						margin-top: 50px;



						border: 1px solid;



						padding: 20px 40px;



						text-decoration: none;



					}



					#digital-inner-gatorade div a:hover



						{



							background-color: #00b5ac;



							border: 1px solid  #00b5ac;



						}



					#digital-inner-hansel div a:hover



						{



							background-color: #00b5ac;



							border: 1px solid  #00b5ac;



						}



			#gatorade-study div p, #hansel-study div p

			{
				font-size: 24px;
				font-family: 'timeburnerbold';
				color: #fff !important;

			}
			

				@media screen and (max-width: 768px) {

					#gatorade-study div p, #hansel-study div p
					{
						font-family: 'timeburnerbold' !important;
						color: #fff !important;
					}

				}

			.hansel-wrapper article a img



				{



					margin-bottom: 65px !important;



				}



			.elearning-wrapper div img



					{



							width: 60%;



					}



						



		



			.elearning-inner img



					{



							width: 100% !important;



					}



			#elearning div p



					{


						font-family: 'timeburnerbold';
						font-size: 19px;



					text-transform: uppercase;



					}



			#video-content div h2



			{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    font-size: 45px;



		    color: #00b5ac;



		    letter-spacing: 2px;



			}



			#video-content div h4



			{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    font-size: 30px;



		    color: #00b5ac;



		    letter-spacing: 2px;



			}



			#video-content div p



				{



					color: #fff;



					 text-align: center;



					 font-family: 'timeburnerbold';	



					 font-weight: normal;



					 font-size: 21px;



					 letter-spacing: 1px;



				}



			#digital-influencer div h2



			{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    font-size: 45px;



		    color: #00b5ac;



		    letter-spacing: 2px;



			}



			#digital-influencer div h4



			{



			font-family: 'timeburnerbold';



		    font-weight: normal;



		    text-transform: uppercase;



		    font-size: 30px;



		    color: #00b5ac;



		    letter-spacing: 2px;



			}



			#digital-influencer div p



				{



					color: #fff;



					 text-align: center;



					 font-family: 'timeburnerbold';	



					 font-weight: normal;



					 font-size: 21px;



					 letter-spacing: 1px;



				}	


.influex-content
		{
			width: 100% !important;
		}
		.influex-content img
				{
					width: 100%;
				}
			.influencer-wrap



					{



						/*padding: 60px 0;*/



					}



				#digital-influencer-inner-clinique div h2



						{



							font-weight: bold;



			   				text-transform: uppercase;



			    			color: #fdb2cf;
			    			/*font-family: 'timeburnerbold';*/



						}	



				@media screen and (min-width: 768px) {	



				#digital-influencer-inner-clinique div h2



				{



				
					font-family: 'timeburnerbold';


			    



			    font-size: 80px;



			    



			   



				}



			}



				#digital-influencer-inner-clinique div p



				{



				



			   

					font-family: 'timeburnerbold';

			    text-transform: uppercase;



			    font-size: 19px;



			    color: #fdb2cf;



			   



				}



				.clinique-wrap



						{



							margin-top: -450px !important;



						}



						.clinique-wrap img



								{



									width: 40%;
									padding-top: 200px;



								}



				@media screen and (min-width: 768px) {	



						#digital-influencer-inner-highsiera div h2



								{



									font-size: 65px;
									font-family: 'timeburnerbold';


								}



				}				



			#digital-influencer-inner-highsiera div h2



					{



						color: #000;
						font-family: 'timeburnerbold';


						



							text-transform: uppercase;



							font-weight: bold;



					}



					#digital-influencer-inner-highsiera div p



							{



								color: #000;

								font-family: 'timeburnerbold';





								text-transform: uppercase;



							}					



	#digital-research div h2



			{



				color: #fff;
/*font-family: 'timeburnerbold';*/
font-size: 50px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 50px;
letter-spacing: 2px;


			}	



			#digital-research div p



			{



				color: #fff;

				font-family: 'timeburnerbold';

				font-size: 19px;



				text-transform: uppercase;



			}			



			.digital-research-wrap



					{



					/*	margin: 25px 0;
*/


					}	



				.beauty-inner-wrapper article a img



						{



							margin: 20px 0;



						}



		.send-content



			{



				width: 80em !important;



			}



			.send-data



				{



					background-color: #01b6ad;



					padding: 5px 25px;



				}



				.send-data h3, .send-data h4, .send-data ul li



					{



						color: #fff;



						text-align: left;



					}



					.send-data ul



						{



							padding: 0 20px;



						}



					.send-data ul li



						{



							list-style: disc;



							



						}



					.send-image img



						{



							width: 90%;



						}



						.form-attach



							{



							margin: 100px 0;



							}



/*toggle*/



.navbar-nav > li



		{



			float: none !important;



		}



.navbar-collapse



		{



			padding: 0 !important;



		}



.container-fluid



		{



			padding: 0 !important;



		}



		.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header



				{



					margin: 0 -5px 0 10px !important;



						/*margin-left: -15px;



				*/padding: 10px 10px !important;



				}



				@media screen and (max-width: 768px) {







					.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header



					{



						padding: 0 !important;



					}



				}



				.navbar-inverse .navbar-toggle



						{



								background: #000 !important;



						}			



				.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover



				{



					background: #000!important;



				}



				@media screen and (max-width: 768px) {



				.news-wrap article



					{



						width: 100% !important;







					}



				}



				.tweeter-wrap iframe



					{



						width: 237px !important;



					}







.social-media li



	{



		color: #fff !important;



	}



.mv-section



	{



		width: 40%;



		margin: auto;



	}



	@media screen and (max-width: 480px) {



	.mv-section



		{



			width: 70%;



			margin: auto;



		}



		}



.mission-left



	{



		margin-top: 40px;



		background-color: #04918b;



		padding: 25px 25px;



		margin-right: 50px;




	}



	.mission-left a



		{



			


				  font-family: 'timeburnerregular';
			font-size: 18px;
			 font-weight: bold;



			text-decoration: none!important;



		}



		.mission-left:hover



			{



				background-color: #06a099;



			}



.vision-right



	{



		margin-top: 5px;



		background-color: #04918b;



		padding: 25px 25px;



		margin-left: 50px;







	}



	.vision-right:hover



		{



			background-color: #06a099;



		}



	.vision-right a



		{

  font-family: 'timeburnerregular';
  font-weight: bold;

			font-size: 18px;



			text-decoration: none!important;



		}







.service-list img



		{



			width: 100%;



		}



.our-work



	{



		padding: 100px 0 160px 0



	}







.our-work article



	{



		width: 25% !important;



	}



	@media screen and (max-width: 480px) {







		.our-work article



	{



		width: 100% !important;



	}



	}



.our-careers



	{



		padding: 30px 0 120px 0



	}



.contact-header



		{



			padding-top: 500px;
			/*height: 	170px;*/



		}



/*.contact-wrap



	{



		margin-top: 440px;



	}*/



		.contact-wrapper h4, .contact-wrapper p



				{

					/*font-family: 'timeburnerbold';*/

					text-align: left;



				}



	}







.contact-detail h4



	{



		margin:  0 !important;



		padding: 0 !important;



	}



.contact-detail p:nth-child(2)



	{



		padding: 0 0 10px 0 !important;



		margin: 0 0 10px 0 !important;



	}



	.contact-detail p:nth-child(3), .contact-detail p:nth-child(4)



	 {



    padding: 0 !important;



    margin: 0 !important;



}



.contact-detail p:nth-child(6)



	{



		color: #4bcbc5!important;



		text-decoration: underline !important;



	}



.input-top 



{



	background-color: #01b6ad;



		margin-right: 50px;



}



.input-top input



	{



		border: solid #01b6ad;



	}



.input-bottom



	{



		background-color: #01b6ad;



		margin-left: 50px;



	} 







	.input-bottom textarea



	{



		border: solid #01b6ad;



		/*background-color: #4bcbc5;*/



		/*height: 150px;*/



	}



.submit



	{



		background-color: #fff !important;



		border: 1px solid #01b6ad!important;



		border-radius: 0 !important;



		float: right;



		margin-top: 10px;



		color: #01b6ad!important;



		width: 140px;



	}



	.submit:hover



		{



			background-color: #01b6ad !important;



			color: #fff!important;



		}



	.fileUpload



		{



		background-color: #fff !important;



		border: 1px solid #01b6ad !important;



		border-radius: 0 !important;



		/*float: left;*/



		margin-top: 10px;



		color: #01b6ad !important;



		padding: 14px 0 14px 0 !important;



		width: 150px;



		margin-left: 370px !important;



		cursor: pointer;



	}



		@media screen and (max-width: 767px) {







			.fileUpload {



					margin-left: 0 !important;





			}







		}



	.fileUpload:hover



		{



			background-color: #01b6ad !important;



			color: #fff!important;



		}







		.fileUpload {



    position: relative;



    overflow: hidden;



    margin: 10px;



}



.fileUpload input.upload {



    position: absolute;



    top: 0;



    right: 0;



    margin: 0;



    padding: 0;



    font-size: 20px;



    cursor: pointer;



    opacity: 0;



    filter: alpha(opacity=0);



}











		.input-top input::-webkit-input-placeholder { /* Chrome/Opera/Safari */



  color: #333;



}



.input-top input::-moz-placeholder { /* Firefox 19+ */



  color: #333;



}



.input-top input:-ms-input-placeholder { /* IE 10+ */



  color: #333;



}



.input-top input:-moz-placeholder { /* Firefox 18- */



 color: #333;



}







.client-wrap



	{



		padding-top: 50px;



	}



.news-wrap



	{



		padding-top: 10px;
		/*margin-right: -80px;*/



	}



	











.modal-dialog {



    position:absolute;

	

    left: 0;

	

    right: 0;

	

    top: 0;

	

    bottom: 0;

	

    margin: auto;

	

    width:500px;

	

    height:300px;

	

}







.modal-body p, .modal-body h1{

	

	text-align:center !important;

	

}









.modal-body {



    padding-top:0px !important;

	

	padding-bottom:15px !important;



}



.modal-dialog{

	margin-top:150px !important;

}


.top-parag
	{
		font-family: "timeburnerbold" !important;
	}

.row-beauty-two
	{
		margin-bottom: 60px !important;
	}







#mission, #vision
		{
			font-family: "timeburnerbold" !important;
			text-transform: uppercase;
		}

		.tabs-select p
			{
				margin-top: 0 !important;
				padding: 0 !important;
				 font-family: 'timeburnerregular' !important;	
			}
			.row-beauty-two img
				{
					width: 75% !important;
				}
				@media screen and (min-width: 768px) 
				{
				.row-beauty-two-two img
				{
					width: 100% !important;
				} }
		.hansel-img-one img
			{
				margin-top: 120px;
			}
			.gat-margin img
				{
					width: 100%;
				}
				.gatorade-padding img
				{
					padding: 45px;
				}