/*
========= Place the UnderScoreS generated Text Description Here
*/


/* LEGEND
-----------------------------------------------
1.  Font Face/ Google Font 
2. 	Global
3. 	Contents
4. 	Asides
5. 	Media
6. 	Navigations (Next - Prev)
7. 	Comments
8. 	Widgets
9. 	Infinite Scroll
10. Page Layout (Author Styles proceed here) <<<<
11. Misc
12. Media Queries
*/

/* =Font Face/ Google Font
----------------------------------------------- */
@font-face {
    font-family: 'harabararegular';
    src: url('fonts/harabara/harabara-webfont.woff2') format('woff2'),
         url('fonts/harabara/harabara-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/* =Global
----------------------------------------------- */

body {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow-x: hidden;
}
#page {
	overflow-x: hidden;
	position: relative;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: sans-serif; /* Declare font family if necessary */
}

h1, .h1 {}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	width: 100%; /* Adhere to container width. */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

/* Links */
a {
	color: gray;
}
a:visited {
	color: gray;
}
a:hover,
a:focus,
a:active {
	color: lightgrey;
	text-decoration-line: underline;
    text-decoration-style: solid;	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* ============================================================================================
/* 		Author/ Designer Styles Start Here 
/* ============================================================================================

/* =Page Layout
----------------------------------------------- */

.site-header {
	background-color: #191e20;
	padding: 38px 0;
}
.site-header h1 {
	font-family: 'harabararegular', sans-serif;
	color: #fff;
	margin: 0;
	font-size: 60px;
	letter-spacing: 1px;
}
.header-social {
	float: right;
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
.header-social li {
	float: left;
	margin: 0 5px;
}
.header-social li a {
	display: block;
	width: 43px;
	height: 43px;
}
.header-social li.icon-facebook a {
	background: url('images/icon-facebook.png') no-repeat 0 0;
}
.header-social li.icon-google a {
	background: url('images/icon-google.png') no-repeat 0 0;
}
.header-social li.icon-twitter a {
	background: url('images/icon-twitter.png') no-repeat 0 0;
}
.header-social li.icon-rss a {
	background: url('images/icon-rss.png') no-repeat 0 0;
}
.header-social li.icon-instagram a {
	background: url('images/icon-instagram.png') no-repeat 0 0;
}
.header-social li.icon-vimeo a {
	background: url('images/icon-vimeo.png') no-repeat 0 0;
}
.header-social li.icon-facebook a:hover,
.header-social li.icon-google a:hover,
.header-social li.icon-twitter a:hover,
.header-social li.icon-rss a:hover,
.header-social li.icon-instagram a:hover,
.header-social li.icon-vimeo a:hover {
	background-position: 0 -43px;
}
.banner-2 {
	position: relative;
}
.banner-2-content {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20% 0 0;
}
.banner-2-content h1 {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 95px;
	line-height: 1;
	margin: 0 0 27px;
}
.banner-2-content h1 span {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
}
.banner-2-content p {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 24px;
}
.banner-3 {
	background: url('images/banner-3.jpg') no-repeat center center;
	background-size: cover;
	padding: 13% 0;
}
.banner-3-content {
	max-width: 580px;
	margin: 0 auto;
	padding: 13% 0 0;
}
.banner-3-content h1 {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 95px;
	line-height: 1;
	margin: 0 0 27px;
}
.banner-3-content h1 span {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
}
.banner-3-content p {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 24px;
}
.banner-4 {
	background-color: #191e20;
}
.video-container {
	float: left;
	width: 50%;
}
.video-content {
	float: left;
	width: 50%;
}
.video-content-inner {
	background-color: #121617;
    max-width: 810px;
    border: 20px solid #14191a;
    padding: 30px 11% 50px;
    margin: 8% 0 0;
    position: relative;
    left: -11%;
}
.video-content-inner h1 {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 95px;
	line-height: 1;
	margin: 0 0 27px;
}
.video-content-inner h1 span {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
}
.video-content-inner p {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 24px;
}
.video-content-inner span {
	font-size: 30px;
	color: #00ff9c;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	position: relative;
	padding: 0 34px 0 45px;
}
.video-content-inner span:before {
	width: 31px;
	height: 16px;
	content: "";
	background: url('images/video-arrow.png') no-repeat 0 0;
	position: absolute;
	top: 9px;
	left: 0;
}
.video-content-inner span:after {
	width: 22px;
	height: 22px;
	content: "";
	background: url('images/video-icon.png') no-repeat 0 0;
	position: absolute;
	top: 6px;
	right: 0;
}
.banner-5 {
	background: url('images/banner-4.jpg') no-repeat center center;
	padding: 21% 0;
}
.banner-5-content {
	float: left;
	width: 50%;
}
.banner-5-content-inner {
	display: inline-block;
	background-color: rgba(255,255,255,0.95);
	max-width: 640px;
	padding: 75px 80px 45px;
}
.banner-5-content-inner p {
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 24px;
	color: #191e20;
}
.banner-5-image {
	float: right;
	width: 50%;
}
.footer-middle > .container {
	max-width: 1250px;
	width: 100%;
}
.footer-middle {
	background-color: #fff;
	position: relative;
	padding: 7% 0 6%;
}
.footer-middle.inner {
	padding-top: 0;
}
.footer-middle:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 74px;
	background: url('images/line-top.png') repeat-x 0 0;
}
.footer-middle:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 74px;
	background: url('images/line-bottom.png') repeat-x 0 0;
}
.footer-middle.inner:before {
	display: none;
}
.footer-logo h1 {
	font-family: 'harabararegular', sans-serif;
	margin: 0;
	font-size: 60px;
	color: #262626;
}
.footer-menu {
	padding-top: 80px;
}
.footer-menu h3 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 24px;
	color: #262626;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.footer-menu p {
	font-family: 'proxima_nova_ltsemibold', Georgia, sans-serif;
	font-size: 24px;
	color: #393939;
}
.site-footer {
	text-align: center;
	background-color: #1c1d1e;
	padding: 50px 0;
}
.site-footer p {
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 18px;
	margin: 0;
	color: #999999;
}
.site-footer p span {
	color: #fff;
}
.footer-social {
	float: right;
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
.footer-social li {
	float: left;
	margin: 0 5px;
}
.footer-social li a {
	display: block;
	width: 43px;
	height: 43px;
}
.footer-social li.icon-facebook a {
	background: url('images/icon-facebook.png') no-repeat 0 0;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.footer-social li.icon-google a {
	background: url('images/icon-google.png') no-repeat 0 0;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.footer-social li.icon-twitter a {
	background: url('images/icon-twitter.png') no-repeat 0 0;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.footer-social li.icon-rss a {
	background: url('images/icon-rss.png') no-repeat 0 0;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.footer-social li.icon-instagram a {
	background: url('images/icon-instagram.png') no-repeat 0 0;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.footer-social li.icon-vimeo a {
	background: url('images/icon-vimeo.png') no-repeat 0 0;
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.footer-social li.icon-facebook a:hover,
.footer-social li.icon-google a:hover,
.footer-social li.icon-twitter a:hover,
.footer-social li.icon-rss a:hover,
.footer-social li.icon-instagram a:hover,
.footer-social li.icon-vimeo a:hover {
	background-position: 0 -43px;
}

/* SECOND PAGE */
.banner2-1 {
	position: relative;
}
.banner-21-content {
	position: absolute;
    right: 8%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 13% 0 0;
    max-width: 750px;
}
.banner-21-content h1 {
	color: #fff;
	font-family: 'proxima_nova_scosfthin', Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 75px;
	line-height: 1;
	margin: 0 0 27px;
}
.banner-21-content h1 span {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 95px;
}
.banner-21-content p {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 24px;
}
.child-1 {
    margin-top: -6%;
    position: relative;
    padding: 0 0 5%;
}
.child-1-content {
	width: 45%;
	float: left;
	padding: 22% 2% 0 4%;
}
.child-1-content h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #191e20;
	margin: 0 0 15px;
}
.child-1-content p {
	font-family: 'proxima_nova_ltsemibold', Georgia, sans-serif;
	font-size: 24px;
	color: #191e20;
}
.child-1-image {
	width: 55%;
	float: left;
}
.child-2 {
    position: relative;
    padding: 0 0 9%;
}
.child-2-content {
	width: 45%;
	float: left;
	padding: 7% 2% 0 4%;
}
.child-2-content h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #191e20;
	margin: 0 0 15px;
}
.child-2-content p {
	font-family: 'proxima_nova_ltsemibold', Georgia, sans-serif;
	font-size: 24px;
	color: #191e20;
}
.child-2-image {
	width: 55%;
	float: left;
}
.banner2-2 {
	position: relative;
}
.banner-22-content {
	position: absolute;
    left: 8%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 8% 0 0;
    max-width: 760px;
}
.banner-22-content h1 {
	color: #fff;
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	text-transform: uppercase;
	font-size: 95px;
	line-height: 1;
	margin: 0 0 27px;
}
.banner-22-content p {
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 24px;
}
.child-3 {
    margin-top: -6%;
    position: relative;
    padding: 0 0 5%;
}
.child-3-content {
	width: 45%;
	float: left;
	padding: 28% 2% 0 4%;
}
.child-3-content h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #191e20;
	margin: 0 0 15px;
}
.child-3-content p {
	font-family: 'proxima_nova_ltsemibold', Georgia, sans-serif;
	font-size: 24px;
	color: #191e20;
}
.child-3-image {
	width: 55%;
	float: left;
}
.gallery-container {
	background-color: #f8f8f8;
	padding: 70px 0 40px;
}
.gallery-container h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	color: #191e20;
	font-size: 60px;
	margin: 0 0 55px;
	text-align: center;
}
.gallery-container h1 span {
	font-family: 'Proxima Nova', Georgia, sans-serif;
	color: #ff8a00;
}
.gallery {
	max-width: 1830px;
	margin: 0 auto;
}
.gallery img {
	display: inline-block;
	line-height: 0;
	border: 20px solid #fff;
	box-shadow: 0 0 9px rgba(0,0,0,0.25);
	margin-bottom: 40px;
}
.gallery .thumb img {
	border: 15px solid #fff;
	margin-bottom: 20px;
}
.banner2-3 {
	background: url('images/banner2-3.jpg') no-repeat center center;
	background-size: cover;
	padding: 85px 0;
}
.contact-container {
	max-width: 590px;
	border: 20px solid #fff;
	background-color: #e3e9eb;
	box-shadow: 0 0 32px rgba(0,0,0,0.15);
	padding: 50px;
}
.contact-container h2 {
	font-family: 'Proxima Nova', Georgia, sans-serif;
	font-size: 36px;
	color: #181d1f;
	margin: 0 0 40px;
}
.contact-container h2 span {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
}
.contact-container input[type="text"] {
	width: 100%;
	background-color: rgba(106,122,132,0.07);
	padding: 15px 30px;
	font-size: 24px;
	color: #181d1f;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	border: none;
	border-radius: 10px;
	margin: 0 0 20px;
}
.contact-container textarea {
	width: 100%;
	background-color: rgba(106,122,132,0.07);
	padding: 15px 30px;
	font-size: 24px;
	color: #181d1f;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	border: none;
	border-radius: 10px;
	margin: 0 0 20px;
	height: 180px;
}
.contact-container input[type="submit"] {
	width: 100%;
	background-color: #dfad34;
	padding: 25px 30px;
	font-size: 30px;
	color: #fff;
	font-family: 'proxima_nova_altbold', Georgia, sans-serif;
	border: none;
	border-radius: 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
/* SECOND PAGE */

/* THIRD PAGE */
.banner3-1 {
	padding: 20px 0;
}
.foto1-content {
	padding: 23% 0 0;
}
.foto1-content h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 72px;
	color: #2a2a2a;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.foto1-content h3 {
	font-family: 'proxima_nova_altbold', Georgia, sans-serif;
	font-size: 36px;
	color: #6f6f6f;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.foto1-content p {
	font-size: 20px;
	color: #3d3d3d;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	line-height: 1.7;
}
.foto1-content a.arrow-button {
	background: url('images/arrow-button.png') no-repeat 0 0;
	width: 76px;
	height: 76px;
	display: block;
	margin: 40px 0 0;
}
.foto1 {
	text-align: center;
}
.banner3-2 {
	background: url('images/banner3-1.jpg') no-repeat center center;
	margin: -6% 0 0;
}
.portrait1-content {
	padding: 30% 0;
}
.portrait1-content h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 80px;
	color: #fff;
	margin: 0 0 15px;
}
.portrait1-content p {
	font-size: 20px;
	color: #fff;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	line-height: 1.7;
}
.banner3-3 {
	padding: 50px 0;
}
.portrait2-content p {
	font-size: 20px;
	color: #3d3d3d;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	line-height: 1.7;
	margin: 0 0 40px;
}
.portrait2-content img {
	margin: 0 0 40px;
	box-shadow: 0 0 14px rgba(0,0,0,0.14);
}
.banner3-4 {
	padding: 80px 0 60px;
	background-color: #f8f8f8;
}
.companies {
	text-align: center;
}
.companies h4 {
	font-family: 'proxima_nova_altbold', Georgia, sans-serif;
	font-size: 30px;
	color: #2a2a2a;
	text-transform: uppercase;
	margin: 0 0 60px;
}
.companies h4 span {
	font-family: 'Proxima Nova', Georgia, sans-serif;
}
.companies img {
	margin: 0 3%;
	width: auto;
}
.gallery2 > .container {
	max-width: 1250px;
	width: 100%;
}
.gallery2 {
	background-color: #f6f3f3;
	padding: 5% 0 4%;
}
.gallery2-header {
	text-align: center;
}
.gallery2-header h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 48px;
	color: #2a2a2a;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.gallery2 img {
	margin: 0 0 25px;
}
.gallery2 p {
	font-size: 20px;
	color: #2a2a2a;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	line-height: 1.7;
	margin: 0 0 50px;
}
.gallery2-header p {
	font-size: 20px;
	color: #2a2a2a;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	line-height: 1.7;
}
.banner3-5 {
	background: url('images/banner3-2.jpg') no-repeat center center;
	padding: 50px 0;
}
.contact-container-2 {
	max-width: 485px;
	padding: 40% 0 0;
}
.contact-container-2 h2 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
	font-size: 60px;
	color: #262626;
	margin: 0 0 20px;
}
.contact-container-2 input[type="text"],
.contact-container-2 input[type="email"] {
	width: 100%;
	background-color: #fff;
	padding: 12px 30px;
	font-size: 24px;
	color: #181d1f;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	border: none;
	border-radius: 10px;
	margin: 0 0 20px;
	border: 1px solid #f1f1f1;
}
.contact-container-2 textarea {
	width: 100%;
	background-color: #fff;
	padding: 12px 30px;
	font-size: 24px;
	color: #181d1f;
	font-family: 'Proxima Nova', Georgia, sans-serif;
	border: none;
	border-radius: 10px;
	margin: 0 0 20px;
	height: 120px;
	border: 1px solid #f1f1f1;
}
.contact-container-2 input[type="submit"] {
	width: 100%;
	background-color: #f64241;
	padding: 20px 30px;
	font-size: 30px;
	color: #fff;
	font-family: 'proxima_nova_altbold', Georgia, sans-serif;
	border: none;
	border-radius: 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.foto2 {
	text-align: right;
}
/* THIRD PAGE */

/* FOURTH PAGE */
.banner4-1 {
	background: url('images/banner4-1.jpg') no-repeat center center;
	background-size: cover;
	padding: 18% 0;
}
.banner41-content {
	position: relative;
	text-align: center;
	padding: 6% 0;
}
.banner41-content:before {
	content: "";
	width: 25%;
	height: 100%;
	background: url('images/box-left.png') no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.banner41-content:after {
	content: "";
	width: 25%;
	height: 100%;
	background: url('images/box-right.png') no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.banner41-content h1 {
	font-family: 'harabararegular', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 90px;
    letter-spacing: 1px;
    line-height: 1;
    text-shadow: 0 0 16px rgba(0,0,0,0.24);
}
.banner41-content p {
	font-family: 'harabararegular', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 28px;
    letter-spacing: 1px;
    text-shadow: 0 0 16px rgba(0,0,0,0.24);
}
.banner4-2 {
	background-color: #2a2a2a;
    padding: 38px 0;
}
.banner4-2 h1 {
    font-family: 'harabararegular', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 60px;
    letter-spacing: 1px;
}
.banner4-2 h3 {
    font-family: 'harabararegular', sans-serif;
    color: #fff;
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.7;
    text-align: center;
}
.banner4-2 .head3 h3 {
	padding: 18px 0 0;
}
.banner4-3 {
	padding: 5% 0;
}
.banner43-content h1 {
	font-family: 'proxima_nova_altblack', Georgia, sans-serif;
    color: #292929;
    margin: 0 0 40px;
    font-size: 84px;
    padding: 0 0 25px;
    background: url('images/line.png') no-repeat left bottom;
}
.banner43-content h1 span {
	color: #a1a1a1;
}
.banner43-content p {
    font-size: 20px;
    color: #292929;
    font-family: 'Proxima Nova', Georgia, sans-serif;
    line-height: 1.7;
    margin: 0 0 40px;
}
.banner43-content a {
	display: inline-block;
	font-size: 30px;
	font-family: 'proxima_nova_altbold', Georgia, sans-serif;
	color: #fff;
	background-color: #292929;
	border-radius: 10px;
	padding: 30px 110px;
	text-transform: uppercase;
}
.title-image {
	position: relative;
	width: 33.33333333333333%;
	float: left;
		background-color: #000;
}
.title-image img {
	display: block;
	opacity: 0.5;
    filter: alpha(opacity=50);

}
.title-image .outer {
  	position: absolute;
  	height: 100%;
 	width: 100%;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	margin: auto;
  	transition: all 0.5s ease;
  	-moz-transition: all 0.5s ease;
  	-webkit-transition: all 0.5s ease;
}
.title-image .outer:hover {
	background-color: rgb(0,0,0,0.5);
}
.title-image .outer h1 {
	text-align: center;
	padding: 50% 0 0;
	margin: 0;
	font-family: 'harabararegular';
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
	font-size: 36px;
}
/* FOURTH PAGE */

/* Navbar override styles here */
.mobile {
	display: none;
}


/* =MISC
----------------------------------------------- */
.half-bottom {margin-bottom: 10px;}
.half-top {margin-top: 10px;}
.add-bottom {margin-bottom: 20px;}
.add-top {margin-top: 20px;}

.nodisplay {display: none;}

.preload {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    pointer-events: none;
    background-color: #fff;
    z-index: 9999;
}

.sk-chasing-dots {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  left: 0;
    right: 0;
    top: 48%;
  position: absolute;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
          animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
            animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }

@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1); } }


/* =MEDIA QUERIES
----------------------------------------------- */

@media screen and (max-width: 1320px) {
	.banner-2-content h1,
	.banner-21-content h1,
	.banner-22-content h1,
	.foto1-content h1,
	.portrait1-content h1,
	.banner41-content h1,
	.banner43-content h1 {
		font-size: 55px;
	}
	.banner-21-content h1 span {
		font-size: 55px;
	}
	.banner-21-content {
		max-width: 500px;
	}
	.banner-2-content p,
	.foto1-content p,
	.portrait1-content p,
	.portrait2-content p,
	.gallery2 p,
	.banner43-content p {
		font-size: 18px;
	}
	.banner-3-content h1,
	.child-1-content h1,
	.child-2-content h1,
	.child-3-content h1 {
		font-size: 55px;
	}
	.banner-3-content p {
		font-size: 18px;
	}
	.video-content-inner h1 {
		font-size: 55px;
	}
	.video-content-inner p {
		font-size: 18px;
	}
	.video-content-inner span {
		font-size: 18px;
	}
}

@media screen and (max-width: 940px) {
	.site-header h1 {
		font-size: 45px;
	}
	.banner-22-content {
		left: 0;
		padding: 8% 15px 0;
	}
	.banner-2-content h1,
	.banner-21-content h1,
	.banner-22-content h1,
	.foto1-content h1,
	.portrait1-content h1,
	.banner43-content h1 {
		font-size: 35px;
	}
	.banner-2-content p {
		font-size: 18px;
	}
	.banner-3-content h1,
	.child-1-content h1,
	.child-2-content h1,
	.child-3-content h1 {
		font-size: 35px;
	}
	.banner-3-content p,
	.banner41-content p {
		font-size: 18px;
	}
	.video-content-inner h1 {
		font-size: 35px;
	}
	.video-content-inner p {
		font-size: 18px;
	}
	.video-content-inner span {
		font-size: 18px;
	}
	.footer-menu h3 {
		font-size: 20px;
	}
	.footer-menu p {
		font-size: 16px;
	}
}


@media screen and (max-width: 61.938em) {
	/* width: 991px; */
}


@media screen and (max-width: 48em) {
	/* width 768px */
}
@media screen and (max-width: 767px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.title-image {
		position: relative;
		width: 100%;
		float: left;
	}
	.title-image .outer:hover {
		background-color: rgb(0,0,0,0);
	}
	.site-header h1 {
		text-align: center;
	}
	.header-social,
	.footer-social {
		float: none;
		text-align: center;
	}
	.header-social li,
	.footer-social li {
		float: none;
		display: inline-block;
	}
	.banner-2-content {
		position: static;
		background-color: #1c1d1e;
		padding: 10% 0;
	}
	.video-container {
		float: none;
		width: 100%;
	}
	.video-content {
		float: none;
		width: 100%;
	}
	.banner-5-image {
	    float: none;
		width: 100%;
	}
	.banner-5-content-inner {
		margin: 0 0 25px;
	}
	.footer-logo h1 {
		text-align: center;
	}
	.video-content-inner {
		left: 0;
		margin: 0;
		padding: 30px 4% 50px;
	}
	.banner-5-content {
		float: none;
		width: 100%;
	}
	.footer-middle {
		padding: 80px 0;
	}
	.banner-21-content,
	.banner-22-content {
		position: static;
		padding: 30px 20px;
	}
	.banner-21-content h1,
	.banner-22-content h1,
	.banner-22-content p {
		color: #181d1f;
	}
	.child-1-content,
	.child-2-content,
	.child-3-content,
	.child-1-image,
	.child-2-image,
	.child-3-image {
		float: none;
		width: 100%;
	}
	.child-3-content {
		padding-top: 15%;
	}
	.banner3-2 {
		margin: 0;
		background-size: cover;
	}
	.portrait1-content {
	    padding: 5% 0;
	}
	.banner41-content:before,
	.banner41-content:after {
		display: none;
	}
	.banner4-2 h1 {
		text-align: center;
	}
	.banner4-2 .head2 h3 {
		padding: 15px 0;
	}
	.banner4-2 .head3 h3 {
	    padding: 15px 0;
	}
	.banner43-image {
		padding: 0 0 30px;
	}
	.banner43-content a {
		padding: 20px 50px;
	}
	.contact-container-2 {
		padding: 10% 0 0;
	}
	.banner3-1 > .container > .row {
		display: table-row-group;
	}
	.banner3-1 > .container > .row > .col-md-8 {
		display: table-footer-group;
		float: none;
	}
	.banner3-1 > .container > .row > .col-md-4 {
		display: table-header-group;
		float: none;
	}
	
}


@media screen and (max-width: 30em) {
	/* width 480px */
	.foto1 img {
		width: auto;
		height: 700px;
	}
	.gallery2 img {
		width: 100%;
	}
	.contact-container {
		padding: 15px;
	}
	.foto1-content h1 {
		font-size: 28px;
	}
	.foto1-content h3 {
		font-size: 27px;
	}
	.contact-container-2 h2 {
		font-size: 40px;
	}
	.banner4-1 {
	    background: url(images/banner-portrait-mobile.jpg) no-repeat center center;
		height: 736px;
		background-size: cover;
	}
	.banner4-2 h1 {
		font-size: 35px;
	}
	.banner-5 {
	    background-size: 140%;
	}
	.title-image .outer h1 {
		font-size: 28px;
		line-height: 1;
	}
	.banner41-content {
		padding: 40% 0;
	}
	.banner41-content p {
		display: none;
	}
	.banner-2-content h1,
	.banner-21-content h1,
	.banner-22-content h1,
	.foto1-content h1,
	.portrait1-content h1,
	.banner41-content h1,
	.banner43-content h1 {
		font-size: 40px;
    	border: 2px solid #fff;
		padding: 25px 0;
	}
	.banner-2-content h1, .banner-21-content h1, .banner-22-content h1, .foto1-content h1, .portrait1-content h1, .banner43-content h1{
		font-size: 24px;
	}
	.banner-21-content h1 span {
		font-size: 24px;
	}
	.footer-logo h1{
		font-size: 24px;
	}
	.video-content-inner h1{
		font-size: 20px;
	}
	.video-content-inner span:before {
		top: 2px;
	}
	.video-content-inner span:after {
		top: 1px;
	}
	.banner-3-content h1, .child-1-content h1, .child-2-content h1, .child-3-content h1{
		font-size: 24px;
	}
	.gallery-container h1{
		font-size: 24px;
	}
	.contact-container h2{
		font-size: 24px;
	}
	.gallery2-header h1{
		font-size: 24px;
	}
	.companies h4 {
		font-size: 24px;
	}
	.title-image .outer h1{
		font-size: 21px;
	}
	.banner43-content a{
		font-size: 21px;
		padding: 10px 25px;
	}
}

@media screen and (max-width: 240px) {
	/* width 240px */
	.banner-2-content h1, .banner-21-content h1, .banner-22-content h1, .foto1-content h1, .portrait1-content h1, .banner43-content h1{
		font-size: 16px;
	}
	.banner-21-content h1 span {
		font-size: 16px;
	}
	.footer-logo h1{
		font-size: 18px;
	}
	.video-content-inner h1{
		font-size: 16px;
	}
	.banner-3-content h1, .child-1-content h1, .child-2-content h1, .child-3-content h1{
		font-size: 18px;
	}
	.video-content-inner span:before {
		background: none;
	}
	.video-content-inner span:after {
		background: none;
	}
	.video-content-inner span {
		font-size: 16px;
		padding: 0;
	}
	.site-header h1{
		font-size: 24px;
	}
	.gallery-container h1{
		font-size: 16px;
	}
	.contact-container h2{
		font-size: 16px;
	}
	.gallery2-header h1{
		font-size: 16px;
	}
	.companies h4 {
		font-size: 16px;
	}
	.title-image .outer h1{
		font-size: 16px;
	}
	.banner43-content a{
		font-size: 16px;
		padding: 2px 5px;
	}
	.contact-container-2 h2{
		font-size: 16px;
	}
}