<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------
Resets
--------------------------------------------------------*/
html, body {
	height: 100%;
}
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.5;
}
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;
}
/*--------------------------------------------------------
BEGIN THEME STYLESHEET
--------------------------------------------------------*/
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../fonts/bebas-neue/normal/BebasNeue-webfont.eot');
	src: url('../fonts/bebas-neue/normal/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue/normal/BebasNeue-webfont.woff') format('woff'), url('../fonts/bebas-neue/normal/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/bebas-neue/normal/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/700/OpenSans-webfont.eot');
	src: url('../fonts/open-sans/700/OpenSans-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans/700/OpenSans-webfont.woff') format('woff'), url('../fonts/open-sans/700/OpenSans-webfont.ttf') format('truetype'), url('../fonts/open-sans/700/OpenSans-webfont.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald/400/Oswald-webfont.eot');
    src: url('../fonts/oswald/400/Oswald-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald/400/Oswald-webfont.woff') format('woff'),
         url('../fonts/oswald/400/Oswald-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
::-moz-selection {
	background: #F73400;
	color: white;
}
/*::selection {
	background: #F73400;
	color: white;
}*/
a, a:visited, a:hover {
	outline: none;
}
body {
	background: white;
	font: 13px/1.5 "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #515A5F;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
img.responsive {
	width: 100%;
	height: auto;
}
.hidden {
	display: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
hr {
	border: solid #eeeeee;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
pre {
	height: auto;
	border: 1px solid #f0f0f0;
	background: #fafafa;
	padding: 10px 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0 0 20px 0;
	overflow-x: auto;
}
.hidden {
	display: none !important
}
.responsive img, .responsive iframe, .responsive object, .responsive embed {
	width: 100%;
	width: 100%;
	height: auto;
}
/*==== Anchor Links ====*/
img {
	max-width: 100%;
	height: auto;
}
a {
	color: #F73400;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.highlight {
	color: #F73400;
}
a:focus {
	outline: none;
	outline-offset: 0;
}
p a, p a:visited {
	line-height: inherit
}
/*==== Lists ====*/
ul, ol {
	margin-bottom: 20px
}
ul {
	list-style: none;
}
ul.styled-list {
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0 0 0 30px;
}
ol {
	list-style: decimal
}
ul li ul, ol li ul, ol li ul, ol li ol {
	margin-bottom: 0
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
	display: block;
}
/*--------------------------------------------------------
/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
body #load {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
	background-color: #ffffff;
}
#qLpercentage {
	font-size: 60px !important;
	line-height: 1;
}
h1 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
}
h2 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 44px;
	text-transform: uppercase;
	position: relative;
}
h3 {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 30px;
}
h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
}
h5 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
h6 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}
p {
	margin-bottom: 10px;
}
p.lead {
	font-size: 16px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
/*--------------------------------------------------------
/* MENU STYLING
--------------------------------------------------------*/
nav {
	width: 100%;
	position: relative;
	z-index: 1000;
	opacity: 0;
}
body.multipage nav {
	opacity: 1;
}
/*== DARK NAVIGATION ==*/
nav.dark {
	background: #151515;
	border-bottom: 1px solid #000000;	
}
/*== LIGHT NAVIGATION ==*/
nav.light {
	background: #ffffff;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 0px 4px 15px rgba(0,0,0,0.07);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
nav.light.sticky {
	background: #ffffff;
	background: rgba(255,255,255,0.95);
}
/*== TRANSPARENT NAVIGATION ==*/
nav.transparent {
	background: transparent;
	border-bottom: 1px solid transparent;	
	box-shadow: none;
	position:fixed;
	width:100%;
	top:0;	
}

nav.transparent a {
	color:#ffffff;
}

nav.transparent.scroll {
	background: #ffffff;
	background: rgba(255,255,255,0.95);
}
nav.transparent.scroll a {
	color: #515A5F;
}


nav .container .four.columns {
	float: left;
	width: auto
}
nav .container .twelve.columns {
	float: right;
	width: auto
}
.main-menu, .logo {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.main-menu.large, .logo.large {
	height: 80px;
}
.logo a {
	display: flex;
	margin: auto;
}
.svg .logo a img, .logo a img.svg {
	display:none;
}
.svg .logo a img.svg {
	display:inline-block;
}
.main-menu li {
	display: inline;
	margin-left: 30px;
}
.main-menu a {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 22px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}
nav.light .main-menu a {
	color: inherit;
}
nav.light .main-menu a:hover, nav.dark .main-menu a:hover {
	color: #F73400;
	transition: color 0.5s;
	-moz-transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
}
nav.light .main-menu li.active a, nav.dark .main-menu li.active a {
	color: #F73400;
}
.main-menu a i {
	margin-right: 3px;
	font-size: 22px;
}
/*== ICONIC NAVIGATION ==*/
.main-menu.iconic li {
	margin-left: 40px;
}
.main-menu.iconic a {
	display: inline-block;
}
.main-menu.iconic a i {
	font-size: 25px;
	display: block;
	text-align: center;
	margin: 8px auto 4px;
}
.selectnav {
	display: none;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME 1 STYLING
/*-----------------------------------------------------------------------------------*/
.home-text-wrapper {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}
.home1 .slabtextdone {
	color: #ffffff;
}
.home1 .slabtextdone .slabtext.second-child {
	background: #F73400;
	padding: 15px 10px 0;
	display: inline-block;
	width: auto;
	margin-left: -10px;
	color: #000000;
	margin-bottom: 10px;
}
.home1.home-gradient .slabtextdone .slabtext.second-child {
	background: none;
}
/*-----------------------------------------------------------------------------------*/
/*	HOME 2 STYLING
/*-----------------------------------------------------------------------------------*/
.home-slide .home-slide-content {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 90px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
	line-height: 1;
}
.home-parallax .home-slide-content {
	padding: 55px 10px 50px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.3);
}
.home-gradient .home-slide-content {
	color:#ffffff;
}
.home-gradient .highlight {
	color: inherit;
}
/*--------------------------------------------------------
/* PARALLAX STYLING
--------------------------------------------------------*/
.parallax {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #f8f8f8;
	color: #ffffff;
	z-index:0;
}
.parallax .container {
	display: table;
	overflow:hidden;
}
.parallax .parallax-content, .parallax .overlay {
	height: 400px;
}
.parallax-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow:hidden;
}
.overlay {
	background: url(../img/style/pattern.png);
	width: 100%;
	position: absolute;
	overflow:hidden;
}
.parallax-bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}
/*--------------------------------------------------------
/* PARALLAX SECTION 1
--------------------------------------------------------*/
.bg1 {
	background-image: url(../../../images/content/parallax1.jpg);
}
p.quote {
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 20px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	z-index: 200;
	margin: 0 5%;
}
.quote i {
	font-size: 25px;
	display: inline-table;
	vertical-align: top;
	margin: 0 5px;
}
.parallax .quote i {
	color: #F73400;
}
.quote-author {
	height: 24px;
	width: auto;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	position: relative;
	margin-top: 25px;
	z-index: 200;
	font-style: italic;
	text-align: center;
}
/*--------------------------------------------------------
/* PARALLAX SECTION 4
--------------------------------------------------------*/
.bg4 {
	background-image: url(../../../images/content/parallax1.jpg);
}
/*--------------------------------------------------------
/* PAGE SECTIONS
--------------------------------------------------------*/
.page {
	padding: 60px 0;
	position: relative;
	background: #ffffff;
	text-align:center;
	z-index:6;
	overflow:hidden;
}
.page.multipage {
	text-align: left;
	padding: 30px 0 0;
}
.page.multipage .copyright {
	text-align: center;
}
#team.page {
	position:static;
}
/*======== TITLE SECTION ========*/
.title {
	text-align: center;
}
.title h1 {
	line-height: 0.8;
	margin-bottom: 20px;
	line-height: 0.8;
	display: inline-block;
	padding: 10px;
	background: #F73400;
	color: #fff;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #F73400;
}
.multipage .title h1 {
	margin: 60px 0 40px;
	line-height: 0.8;
}
.subtitle {
	font-family: 'Open Sans', "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
	font-weight: normal;
}
/*======== HOME SECTION ========*/	
#home {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: table;
	color: #010101;
	z-index:10;
}
.home-parallax {
	background: url(../../../images/content/parallax1.jpg) fixed;
	background-size: cover;
	background-position: center top;
	background-color: #F73400;
}
/*======== HOME LOGO ========*/	
#home h1 {
	font-size: 60px;
}
.home-logo, .home-logo-text {
	margin: 30px 0 100px;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
}
.home-fullscreenslider .home-logo, .home-fullscreenslider .home-logo-text {
	margin: 60px 0 100px;
	font-size: 80px;
}
.home-logo-text a {
	font-family:'BebasNeueRegular', sans-serif;
	font-size: 90px;
	line-height:90px;
	position: relative;
	text-align: center;
	line-height: 1;
	color: #fff;
	border:5px solid rgba(247, 52, 0, 0.75);
}
.home-logo-text a span {
	display:inline-block;
	padding: 0 25px;
	margin: 5px;
	background: rgba(247, 52, 0, 0.75);
}
.home-logo-text a:hover span {
	background:none;
}
.home-logo-text strong {
	display:block;
}
.home-logo-text.light a {
	color: rgba(255,255,255,0.9);
}
.home-logo-text a:hover {
	border:5px solid rgba(255, 255, 255, 0.75);
}
.slabtextdone {
	line-height: 0.8;
	color: #020202;
	text-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}
.slabtexted .slabtext {
	display: -moz-inline-box;
	display: inline-block;
	white-space: nowrap;
}
.slabtextinactive .slabtext {
	display: inline;
	white-space: normal;
	font-size: 1em !important;
	letter-spacing: inherit !important;
	word-spacing: inherit !important;
}
.slabtextdone .slabtext {
	display: block;
}
/*======== CONTACT SECTION ========*/
#contact {
	padding-bottom: 0;
}
.contact-box {
	width: 100%;
	text-align: center;
	padding: 0 0 40px;
}
.contact-details {
	width: 70%;
	padding: 5px 0;
	margin: 0 auto 10px;
}
.contact-details h2 {
	margin-bottom: 0px;
}
.contact-details h1 {
	color: black;
	background: rgba(255, 255, 255, 0.50);	
}
.copyright {
	width: 100%;
	margin-top: 30px;
	padding: 40px 0;
	background: #F73400;
	color: #fff;
	font-size: 11px;
}
.copyright a {
	color: inherit;
}
.copyright-logo a {
	display: inline-block;
	text-align: center;
	margin-bottom: 30px;
	width:186px;
	height:186px;
	background:#EA3100 url(../img/logo/logo2.png) center center no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.svg .copyright-logo a {
	background:#EA3100 url(../img/logo/logo2.svg) center center no-repeat;
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	-webkit-transition: all 0s ease;
}
.copyright-logo a:hover {
	background:#FFFFFF url(../img/logo/logo2-h.png) center center no-repeat;
}
.svg .copyright-logo a:hover {
	background:#FFFFFF url(../img/logo/logo2-h.svg) center center no-repeat;
	transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	-webkit-transition: all 0s ease;
}
.copyright .social-icons {
	text-align: center;
}
.copyright .social-icons .social-icon {
	display: inline-block;
	float: none;
	margin: 0 3px 5px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	background-color: rgba(0,0,0,0.05) !important;
}
/*=== CONTACT FORM ELEMENTS ===*/
#contact-input {
	margin-bottom: 13px;
	width: 50%;
	float: left;
}
#contact-input input {
	border: 1px solid #e8e8e8;
	width: 90%;
	font-size: 13px;
	color: #747474;
	padding: 20px 2%;
	float: left;
	margin: 0 1% 2%;
	border-radius: 2px;
}
#contact-textarea textarea {
	border: 1px solid #e8e8e8;
	width: 95%;
	height: 92px;
	font-size: 13px;
	color: #747474;
	padding: 20px 11px 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}
#contact-input input:last-child {
	margin-right: 0;
}
 #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
 color: #999;
}
 #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
 color: #999;
}
 #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
 color: #999;
}
#contact-textarea {
	width: 50%;
	float: right;
}
#contact-input label, #contact-textarea label {
	display: block;
	text-align:left;
	padding-left: 2%;
}
#contact-submit input[type="submit"] {
	padding: 20px 24px 20px 24px;
	border: 0 none;
	color: #ffffff;
	display: block;
	width: 50%;
	cursor: pointer;
	text-indent: -9999px;
	background-image: url(../img/sprite/sprite.png);
	background-position: 50% -403px;
	background-repeat: no-repeat;
	float: right;
	height:57px;
	line-height:57px;
}
.svg #contact-submit input[type="submit"] {
	background-image: url(../img/sprite/sprite.svg);
	background-position: 50% -162px;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #fff;
	padding: 8px 8px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	color: #999;
	-moz-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
	-webkit-box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
	box-shadow: #ececec 0px 1px 4px inset, #f8f8f8 -5px -5px 0px 0px, #f8f8f8 5px 5px 0px 0px, #f8f8f8 5px 0px 0px 0px, #f8f8f8 0px 5px 0px 0px, #f8f8f8 5px -5px 0px 0px, #f8f8f8 -5px 5px 0px 0px;
	border: 1px solid #e8e8e8
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #e0e0e0;
	color: #333;
}
/*-----------------------------------------------------------------------------------*/
/*	Columns
/*-----------------------------------------------------------------------------------*/
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth {
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 67.2%;
}
.one_sixth {
	width: 13.33%;
}
.five_sixth {
	width: 82.67%;
}
.one_half.no-margin {
	width: 50%;
	margin-right: 0
}
.one_third.no-margin {
	width: 33.33333333333%;
	margin-right: 0
}
.two_third.no-margin {
	width: 66.66666666667%;
	margin-right: 0
}
.one_fourth.no-margin {
	width: 25%;
	margin-right: 0
}
.three_fourth.no-margin {
	width: 75%;
	margin-right: 0
}
.one_fifth.no-margin {
	width: 20%;
	margin-right: 0
}
.two_fifth.no-margin {
	width: 40%;
	margin-right: 0
}
.three_fifth.no-margin {
	width: 60%;
	margin-right: 0
}
.four_fifth.no-margin {
	width: 80%;
	margin-right: 0
}
.one_sixth.no-margin {
	width: 16.6666666666667%;
	margin-right: 0
}
.five_sixth.no-margin {
	width: 83.333333333333%;
	margin-right: 0
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 30px;
	float: left;
}
.last {
	margin-right: 0 !important;
}
.fittext-content {
	line-height: 0.8;
}
* html .title h1 {
  display: inline;
}
* + html .title h1 {
  display: inline;
}
/* ------------------------------------------------------------------------ */
/*  BACK TO TOP BUTTON
/* ------------------------------------------------------------------------ */
#back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20px;
	right: 20px;
	display: none;
}
#back-to-top a {
	display: block;
	width: 40px;
	height: 40px;
	background:url(../img/sprite/sprite.png) 50% -462px no-repeat;
	background-color:#515a5f;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background-color:rgba(81,90,95,0.5);
	-webkit-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	transition: 0.2s all linear;
}
x:-o-prefocus, #back-to-top a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.svg #back-to-top a {
	background:url(../img/sprite/sprite.svg) 50% -220px no-repeat;
	background-color:rgba(81,90,95,0.5);
}
#back-to-top a:hover {
	background-color: #222222;
}
/* ------------------------------------------------------------------------ */
/*  HOME FULLSCREEN VIDEO
/* ------------------------------------------------------------------------ */
.home-fullscreenvideo {
	background:#1F2224;
}
.background-video {
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	box-sizing: border-box;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
}
/* Audio Control */
#audio-btn {
	position:fixed;
	bottom:20px;
	left:20px;
	z-index:1001;
	border:0;
	background-color:transparent;
	width:30px;
	height:30px;
	cursor:pointer;
	outline:none;
	color:#333;
	font-size:18px;
}
.audio-paused {
	background-color:#990000;
}
#audio-play {
	position:absolute;
}
/* ------------------------------------------------------------------------ */
/*  Skeleton
/* ------------------------------------------------------------------------ */
/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */
/* #Base 960 Grid
================================================== */
    .container                                  { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .container .column,
    .container .columns                         { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }
    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }
    /* Base Grid */
    .container .one.column,
    .container .one.columns                     { width: 40px;  }
    .container .two.columns                     { width: 100px; }
    .container .three.columns                   { width: 160px; }
    .container .four.columns                    { width: 220px; }
    .container .five.columns                    { width: 280px; }
    .container .six.columns                     { width: 340px; }
    .container .seven.columns                   { width: 400px; }
    .container .eight.columns                   { width: 460px; }
    .container .nine.columns                    { width: 520px; }
    .container .ten.columns                     { width: 580px; }
    .container .eleven.columns                  { width: 640px; }
    .container .twelve.columns                  { width: 700px; }
    .container .thirteen.columns                { width: 760px; }
    .container .fourteen.columns                { width: 820px; }
    .container .fifteen.columns                 { width: 880px; }
    .container .sixteen.columns                 { width: 940px; }
    .container .one-third.column                { width: 300px; }
    .container .two-thirds.column               { width: 620px; }
    /* Offsets */
    .container .offset-by-one                   { padding-left: 60px;  }
    .container .offset-by-two                   { padding-left: 120px; }
    .container .offset-by-three                 { padding-left: 180px; }
    .container .offset-by-four                  { padding-left: 240px; }
    .container .offset-by-five                  { padding-left: 300px; }
    .container .offset-by-six                   { padding-left: 360px; }
    .container .offset-by-seven                 { padding-left: 420px; }
    .container .offset-by-eight                 { padding-left: 480px; }
    .container .offset-by-nine                  { padding-left: 540px; }
    .container .offset-by-ten                   { padding-left: 600px; }
    .container .offset-by-eleven                { padding-left: 660px; }
    .container .offset-by-twelve                { padding-left: 720px; }
    .container .offset-by-thirteen              { padding-left: 780px; }
    .container .offset-by-fourteen              { padding-left: 840px; }
    .container .offset-by-fifteen               { padding-left: 900px; }
/* #Tablet (Portrait)
================================================== */
    /* Note: Design for a width of 768px */
    @media only screen and (min-width: 768px) and (max-width: 959px) {
        .container                                  { width: 768px; }
        .container .column,
        .container .columns                         { margin-left: 10px; margin-right: 10px;  }
        .column.alpha, .columns.alpha               { margin-left: 0; margin-right: 10px; }
        .column.omega, .columns.omega               { margin-right: 0; margin-left: 10px; }
        .alpha.omega                                { margin-left: 0; margin-right: 0; }
        .container .one.column,
        .container .one.columns                     { width: 28px; }

        .container .two.columns                     { width: 76px; }
        .container .three.columns                   { width: 124px; }
        .container .four.columns                    { width: 172px; }
        .container .five.columns                    { width: 220px; }
        .container .six.columns                     { width: 268px; }
        .container .seven.columns                   { width: 316px; }
        .container .eight.columns                   { width: 364px; }
        .container .nine.columns                    { width: 412px; }
        .container .ten.columns                     { width: 460px; }
        .container .eleven.columns                  { width: 508px; }
        .container .twelve.columns                  { width: 556px; }
        .container .thirteen.columns                { width: 604px; }
        .container .fourteen.columns                { width: 652px; }
        .container .fifteen.columns                 { width: 700px; }
        .container .sixteen.columns                 { width: 748px; }
        .container .one-third.column                { width: 236px; }
        .container .two-thirds.column               { width: 492px; }
        /* Offsets */
        .container .offset-by-one                   { padding-left: 48px; }
        .container .offset-by-two                   { padding-left: 96px; }
        .container .offset-by-three                 { padding-left: 144px; }
        .container .offset-by-four                  { padding-left: 192px; }
        .container .offset-by-five                  { padding-left: 240px; }
        .container .offset-by-six                   { padding-left: 288px; }
        .container .offset-by-seven                 { padding-left: 336px; }
        .container .offset-by-eight                 { padding-left: 384px; }
        .container .offset-by-nine                  { padding-left: 432px; }
        .container .offset-by-ten                   { padding-left: 480px; }
        .container .offset-by-eleven                { padding-left: 528px; }
        .container .offset-by-twelve                { padding-left: 576px; }
        .container .offset-by-thirteen              { padding-left: 624px; }
        .container .offset-by-fourteen              { padding-left: 672px; }
        .container .offset-by-fifteen               { padding-left: 720px; }
    }
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 767px) {
        .container { width: 300px; }
        .container .columns,
        .container .column { margin: 0; }
        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column  { width: 300px; }
        /* Offsets */
        .container .offset-by-one,
        .container .offset-by-two,
        .container .offset-by-three,
        .container .offset-by-four,
        .container .offset-by-five,
        .container .offset-by-six,
        .container .offset-by-seven,
        .container .offset-by-eight,
        .container .offset-by-nine,
        .container .offset-by-ten,
        .container .offset-by-eleven,
        .container .offset-by-twelve,
        .container .offset-by-thirteen,
        .container .offset-by-fourteen,
        .container .offset-by-fifteen { padding-left: 0; }
    }
/* #Mobile (Landscape)
================================================== */
    /* Note: Design for a width of 480px */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        .container { width: 420px; }
        .container .columns,
        .container .column { margin: 0; }
        .container .one.column,
        .container .one.columns,
        .container .two.columns,
        .container .three.columns,
        .container .four.columns,
        .container .five.columns,
        .container .six.columns,
        .container .seven.columns,
        .container .eight.columns,
        .container .nine.columns,
        .container .ten.columns,
        .container .eleven.columns,
        .container .twelve.columns,
        .container .thirteen.columns,
        .container .fourteen.columns,
        .container .fifteen.columns,
        .container .sixteen.columns,
        .container .one-third.column,
        .container .two-thirds.column { width: 420px; }
    }
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a &lt;div class="row"&gt; */
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.row, .clearfix {
	/*zoom: 1;*/
}
/* You can also use a &lt;br class="clear" /&gt; to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ------------------------------------------------------------------------ */
/* SOCIAL ICONS
/* ------------------------------------------------------------------------ */
.social-icon {
	display: inline-block;
	margin: 0 5px 5px 0;
	background-color: #f8f8f8 !important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	overflow: hidden;
	width: 40px;
	height: 40px;
}
.social-icon a {
	background:url(../img/sprite/sprite.png) no-repeat;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
.svg .social-icon a {
	background:url(../img/sprite/sprite.svg) no-repeat;
}
.social-facebook a {
	background-position:0 -240px;
}
.svg .social-facebook a {
	background-position:0 0;
}
.social-facebook a:hover {
	background-color: #3b5998;
	background-position:0px -280px;
}
.svg .social-facebook a:hover {
	background-position:0 -40px;
}
.social-googleplus a {
	background-position:-40px -240px;
}
.svg .social-googleplus a {
	background-position:-40px 0;
}
.social-googleplus a:hover {
	background-color: #d94a39;
	background-position:-40px -280px;
}
.svg .social-googleplus a:hover {
	background-position:-40px -40px;
}
.social-linkedin a {
	background-position:0 -320px;
}
.svg .social-linkedin a {
	background-position:0 -80px;
}
.social-linkedin a:hover {
	background-color: #0077B5;
	background-position:0 -360px;
}
.svg .social-linkedin a:hover {
	background-position:0 -120px;
}
.social-twitter a {
	background-position:-40px -320px;
}
.svg .social-twitter a {
	background-position:-40px -80px;
}
.social-twitter a:hover {
	background-color: #48c4d2;
	background-position:-40px -360px;
}
.svg .social-twitter a:hover {
	background-position:-40px -120px;
}
/* ------------------------------------------------------------------------ */
/*  FlexSlider
/* ------------------------------------------------------------------------ */
/* Browser Resets */
.flex-container a.flex-active, .flexslider a.flex-active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
        z-index:2;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides &gt; li {
	display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides &gt; li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.flexslider .slides &gt; li {
	position: relative;
	margin-bottom: 0;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	position: relative;
}
/*slider - styling*/
.flexslider {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
/*control */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: auto;
	top: 15px;
	text-align: right;
	padding-right: 25px;
	left: -25px;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
}
.flex-control-nav li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #222222;
	border: 2px solid #eeeeee;
	cursor: pointer;
	text-indent: 999em;
	border-radius: 50%;
}
.flex-control-nav li a:hover {
	background: #FFD600;
}
.flex-control-nav li a.flex-active {
	background: #FFD600;
	cursor: default;
}
.flex-caption {
	width: auto;
	padding: 0 15px;
	line-height: 40px;
	margin: 0;
	position: absolute;
	left: 82px;
	bottom: 0;
	color: #fff !important;
	font-size: 14px;
	margin: 0 !important;
	background: rgba(0,0,0,.8);
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
#home-slider .flex-control-nav {
	bottom: 0;
	top: auto;
	left: auto;
	text-align: center;
}
#home-slider .flex-control-nav li a {
	width: 8px;
	height: 8px;
}
#home-slider .flex-control-nav li a:hover {
	background: white;
}
#home-slider .flex-control-nav li a.flex-active {
	background: white;
	cursor: default;
}
/* ------------------------------------------------------------------------ */
/*  Font Awesome
/* ------------------------------------------------------------------------ */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/icons/fontawesome-webfont.eot?v=3.1.0');
  src: url('../fonts/icons/fontawesome-webfont.eot?#iefix&amp;v=3.1.0') format('embedded-opentype'), url('../fonts/icons/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../fonts/icons/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../fonts/icons/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"], a [class*=" icon-"], a [class^="icon-"]:before, a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul &gt; li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide, [class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-5x {
  font-size: 5em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-check:before {
  content: "\f046";
  font-family: FontAwesome;
}
.icon-calendar:before {
  content: "\f073";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-heart:before {
	content: "\f004";
}
/*-----------------------------------------------------------------------------------*/
/*	Alert Messages
/*-----------------------------------------------------------------------------------*/
.alert-message {
	position: relative;
	border: 1px solid #ddd;
	display: block;
	background-color: #F9F9F9;
	font-weight: bold;
	padding: 10px 40px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}
.alert-message.warning {
	background-color: #fbf6e3;
	border-color: #efd877;
	color: #c4a80a;
}
.alert-message.warning a {
	color: #c4a80a;
}
.alert-message.success {
	background-color: #e9f2d2;
	border-color: #c0da66;
	color: #88b12b;
}
.alert-message.success a {
	color: #88b12b;
}
.alert-message.error {
	background-color: #ffe9e9;
	border-color: #e99f9f;
	color: #d25c5a;
}
.alert-message.error a {
	color: #d25c5a;
}
.alert-message.info {
	background-color: #dbe9f3;
	border-color: #9fc2dd;
	color: #468bbf;
}
alert-message.info a {
	color: #468bbf;
}
.alert-message p {
	margin: 0;
	padding: 0;
}
.alert-message span.close {
	display: block;
	padding: 10px 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.5;
}
.alert-message span.close:hover {
	opacity: 1;
}
/*--------------------------------------------------------------------------*/
/*	BUTTONS
/*--------------------------------------------------------------------------*/
.button {
	padding: 13px 24px;
	font-size: 13px;
	font-weight: bold;
	text-shadow: none;
	border: 0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	color: #ffffff;
	cursor: pointer;
	background-color: #F73400;
	height: 40px;
	line-height: 40px !important;
	-webkit-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
	box-shadow: inset 0 12px 19px rgba(255,255,255,0.1), 0 1px 7px rgba(0,0,0,0.2);
}
x:-o-prefocus, .comment-submit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	FANCY HEADER 2
/*-----------------------------------------------------------------------------------*/
.fancy-header2 {
	margin-bottom: 30px;
	text-align:center;
}
.fancy-header2 h4, .fancy-header2 h3 {
	margin-bottom: 0px;
}
/*-----------------------------------------------------------------------------------*/
/*	FULL WIDTH BLOCK
/*-----------------------------------------------------------------------------------*/
.fullwidth {
	padding: 50px 0 20px;
	margin: 30px 0;
}
.fullwidth.grey {
	background-color: #f5f5f5;
}
/*-----------------------------------------------------------------------------------*/
/*	Blockquotes &amp; Pullquotes
/*-----------------------------------------------------------------------------------*/
blockquote {
	margin: 0 0 20px 0;
	padding: 0;
}
blockquote p {
	margin: 0 !important;
	padding: 5px 0 5px 15px;
	border-left: 4px solid #F73400;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2;
}
.pullquote {
	width: 260px;
	margin: 15px 0 !important;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 18px;
	line-height: 1.2;
}
.pullquote.align-left {
	float: left;
	padding: 0px 15px;
	border-left: 4px solid #F73400;
}
.pullquote.align-right {
	float: right;
	padding: 0px 15px;
	text-align: right;
	border-right: 4px solid #F73400;
}
/*--------------------------------------------------------------------------*/
/*	SERVICE ICON BOX
/*--------------------------------------------------------------------------*/
.service-box {
	margin: 0 0 0px 0;
	text-align: center;
	padding: 20px 10px;
	border: 1px solid #f0f0f0;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.service-box:hover {
	background: #F73400;
	color: #ffffff;
	border: 1px solid transparent;	
	box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
}
.service-box .service-icon {
	width: 80px;
	height: auto;
	font-size: 70px;
	margin: 15px auto;
	padding: 25px 20px;
	text-align: center;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #F73400;
	color: #ffffff;
	border: 4px solid #ffffff;
	box-shadow: 0px 0px 0px 3px #F73400;
}
.service-box:hover .service-icon {
    border: 4px solid #F73400;
    box-shadow: 0px 0px 0px 3px #ffffff;
    background: #ffffff;
    color: #F73400;
}
.service-description {
    margin-bottom: 30px;
}
.service-box ul li {
    font-weight: bold;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #e0e0e0;
}
.service-box ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
/*--------------------------------------------------------------------------*/
/*	SERVICE IMAGE BOX
/*--------------------------------------------------------------------------*/
.service-features {
	text-align: center;
}
.service-features h3 {
	padding-top: 20px;
	margin-bottom: 4px;
}
.service-features .img-container {
	padding: 25px 45px;
	border-radius: 3px;
	background: #F73400;
	width: 120px;
	margin: 0 auto;
	position: relative;
}
.service-features .img-container i {
	display:inline-block;
	width:80px;
	height:80px;
	background:#F73400 url(../img/sprite/sprite.png) no-repeat;
}
.service-features .img-container i.icon-creativite {
	background-position:0 0;
}
.service-features .img-container i.icon-ethique {
	background-position:0 -80px;
}
.service-features .img-container i.icon-partenariat {
	background-position:0 -160px;
}
.service-features .img-container:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 15px solid #F73400;
	border-bottom: 0px solid transparent !important;
	border-right: 20px solid transparent !important;
	border-left: 20px solid transparent !important;
	left: 50%;
	bottom: -15px;
	margin-left: -20px;
}
/*--------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
.parallax-bg, .home-parallax {
	background-attachment: scroll;
	background-position:top center !important;
	background-size: cover;
}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.parallax-bg, .home-parallax {
	background-attachment: scroll;
	background-position:top center !important;
	background-size: cover;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
h1 {
	font-size: 80px;
}
.main-menu li, .main-menu.iconic li {
	margin-left:20px;
}
.main-menu a {
	font-size:18px;
}
}
@media only screen and (max-width: 767px) {
h1 {
	font-size: 54px;
	line-height: 1;
}
.title h1 {
	font-size:40px;
}
.subtitle {
	font-size:18px;
	margin-bottom:0;
}
.home-logo, .home-logo-text {
	margin:40px 0 50px;
	height:auto;
}
.main-menu {
	display: none;
}
.main-menu.large, .logo.large {
    height: 60px;
}
.selectnav {
	display: block;
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 1;
	padding: 0px 10px;
	border-radius: 0;
	background-image: url(../img/style/selectmenu.png);
	background-position: center right;
	background-repeat: no-repeat;
	color: #3d3d3d;
	outline: none;
	width:150px;
	background-size:30px;
	margin-top: 13px;
	margin-bottom:13px;
	font-size:24px;
	min-width:auto;
}
.svg .selectnav {
	background-image: url(../img/style/selectmenu.svg);
}
#home {
	height: auto !important;
	padding: 60px 0;
}
.page {
	padding-top: 90px;
	padding-bottom: 40px;
}
#slidecaption {
	display:none;
}
.container .columns, .container .column {
	margin-bottom:40px;
}
nav .container .columns, nav .cotainer .column, #ajaxpage .columns, #ajaxpage .column, .project-media {
	margin:0;
}
.contact-details, #contact-input {
	width:100%;
}
#contact-textarea {
	width: 93%;
	float: left;
	margin: 0 1%;
}
#contact-submit input[type="submit"] {
	width:94%;
	margin:1%;
	float:left;
}
.copyright .social-icons .social-icon {
	margin-bottom:10px;
}
.copyright p {
	margin-top:20px;
	font-size:11px;
}
.parallax, .parallax-content, .parallax .overlay, .color-block, .color-block-content {
	height:400px;
}
.one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth { 
   width: 100%;
   margin:0;
   margin-bottom:40px;
   float:none;
}
.parallax-bg, .home-parallax {
	background-attachment: scroll;
	background-position:top center !important;
	background-size: cover;
}
p.quote, .contact-details h2 {
	font-size:30px;
}
.main-menu, .logo {
	padding-top:3px;
}
}
@media only screen and (max-width: 479px) { 
.home-logo-text a {
	font-size:32px;
	padding:5px 0 5.5px 0;
	border:3px solid rgba(247, 52, 0, 0.75);
}
.home-logo-text a:hover {
	border:3px solid rgba(255, 255, 255, 0.75);
}
.main-menu.large, .logo.large {
    height: 60px;
}
.selectnav {
	width:150px;
	background-size:30px;
	margin-top: 13px;
	font-size:24px;
	min-width:auto;
}
.home-parallax .home-slide-content {
	font-size:34px;
}
.home-logo-text a span {
	padding:5px 25px;
	margin:0 2px;
}
}
@media only screen and (min-width: 1200px) {
nav .container {
	width: 96%;
	display:block;
}
.home-logo-text a {
	font-size:90px;
	line-height:90px;
}
.parallax, .parallax .parallax-content, .parallax .overlay {
	height: 580px;
}
}</pre></body></html>