/* Table of contents

	Basics
	1.1 Basic Styling
	1.2 Typography
	1.3 Links
	1.4 Buttons and Icons
	1.5 Forms
	1.6 Other General Elements

	Main Page
	2.1 Navigation
	2.2 Home
	2.3 About
	2.4 Services
	2.5 Process
	2.6 Portfolio
	2.7 Call to Action
	2.8 About Us
	2.9 About Me
	2.10 Resume
	2.11 Quote

	2.12 Contact
	2.13 Map
	2.14 Bottom
	2.15 Footer
	2.16 Loader


	Responsive Settings
	4.1 Tablet Portrait
	4.2 Mobile Landscape
	4.3 Mobile Portrait

*/


/* ==================== 1.1 Basic Styling ==================== */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	color: #5c5c5c;
	background: #ffffff;
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: center;
}

::selection {
	background: #1a1a1a;
	color: #ffffff;
}

::-moz-selection {
	background: #1a1a1a;
	color: #ffffff;
}


/* ==================== 1.2 Typography ==================== */

p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1a1a1a;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h3 {
	font-size: 16px;
	line-height: 25px;
}

h4 {
	font-size: 15px;
	line-height: 25px;
}

h5 {
	font-size: 14px;
	line-height: 25px;
}

h6 {
	font-size: 12px;
	line-height: 25px;
}

h1.color,
h2.color,
h3.color,
h4.color,
h5.color,
h6.color,
p.color,
span.color {
	color: #f85c37;
}

h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark,
p.dark,
span.dark {
	color: #1a1a1a;
}

h1.grey,
h2.grey,
h3.grey,
h4.grey,
h5.grey,
h6.grey,
p.grey,
span.grey {
	color: #c0c0c0;
}

h1.light-grey,
h2.light-grey,
h3.light-grey,
h4.light-grey,
h5.light-grey,
h6.light-grey,
p.light-grey,
span.light-grey {
	color: #c0c0c0;
}

h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white,
p.white,
span.white {
	color: #ffffff;
}

a.normal,
span.normal {
	color: #1a1a1a;
}

b,
strong {
	font-weight: 900;
}

em {
	font-style: italic;
}

small {
	font-size: 80%;
}

ol,
ul {
	line-height: 25px;
	margin-bottom: 25px;
}

.script {
	font-family: 'Volkhov', Georgia, Times, serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

h1.fittext {
	margin-bottom: 10px;
	font-size: 100px;
	font-weight: 700;
	line-height: 100%;
}

h1.hugetext {
	margin-bottom: 10px;
	font-size: 180px;
	font-weight: 700;
	line-height: 100%;
}

p.uppercase {
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


/* ==================== 1.3 Links ==================== */

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

a {
	color: #f85c37;
	color: #FFCC99;
}

a:hover {
	color: #1a1a1a;
}

a.hovercolor:hover,
span.hovercolor:hover {
	color: #f85c37;
}

a img {
	text-decoration: none;
	vertical-align: bottom;
}

a.inverted {
	color: #1a1a1a;
}

a.inverted:hover {
	color: #f85c37;
}


/* ==================== 1.4 Buttons and Icons ==================== */

.button {
	color: #ffffff;
	background: #f85c37;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 8px 14px 7px;
	border-radius: 0;
	margin: 25px 5px;
}

.button-large {
	color: #ffffff;
	background: #f85c37;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 10px 18px 9px;
	border-radius: 0;
	margin: 25px 5px;
}

.button.border,
.button.white-border,
.button.dark-border {
	padding: 6px 12px 5px;
}

.button-large.border,
.button-large.white-border,
.button-large.dark-border {
	padding: 8px 16px 7px;
}

.button:hover,
.button-large:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

.button i.icon-left,
.button-large i.icon-left {
	margin-right: 8px;
}

.button i.icon-right,
.button-large i.icon-right {
	margin-left: 8px;
}

/* Fixing the broken box model for input / buttons */
input[type="button"].button,
input[type="submit"].button,
button.button {
	padding: 13px 14px 13px;
}

input[type="button"].button-large,
input[type="submit"].button-large,
button.button-large {
	padding: 13px 18px 12px;
}

input[type="button"].button.border,
input[type="button"].button.white-border,
input[type="button"].button.dark-border,
input[type="submit"].button.border,
input[type="submit"].button.white-border,
input[type="submit"].button.dark-border,
button.button.border,
button.button.white-border,
button.button.dark-border {
	padding: 11px 12px 11px;
}

input[type="button"].button-large.border,
input[type="button"].button-large.white-border,
input[type="button"].button-large.dark-border,
input[type="submit"].button-large.border,
input[type="submit"].button-large.white-border,
input[type="submit"].button-large.dark-border,
button.button-large.border,
button.button-large.white-border,
button.button-large.dark-border {
	padding: 11px 18px 10px;
}

/* Icons */
i.small-icon {
	color: #ffffff;
	background: #f85c37;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	margin: 25px 2px;
	border-radius: 50%;
}

i.medium-icon {
	color: #ffffff;
	background: #f85c37;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 38px;
	margin: 25px 5px;
	border-radius: 50%;
}

i.column-icon {
	color: #ffffff;
	background: #f85c37;
	display: inline-block;
	vertical-align: middle; 
	text-align: center;
	width: 60px;
	height: 60px;
	font-size: 28px;
	line-height: 60px;
	border-radius: 50%;
	margin-bottom: 25px;
}

i.column-icon:hover {
	font-size: 36px;
}

/* Styling for Buttons and Icons */
.white-bg {
	background: #ffffff!important;
	color: #1a1a1a;
}

.white-bg:hover {
	color: #1a1a1a;
			box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
}

.dark-bg {
	background: #1a1a1a!important;
	color: #ffffff;
}

.dark-bg:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

.border {
	background: 0!important;
	color: #f85c37;
	border: 2px solid #f85c37;
}

.border:hover {
	color: #f85c37;
			box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(0,0,0,0.2);
}

.white-border {
	background: 0!important;
	color: #ffffff;
	border: 2px solid #ffffff;
	outline: -2px;
}

.white-border:hover {
	color: #ffffff;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}

.dark-border {
	background: 0!important;
	color: #1a1a1a;
	border: 2px solid #1a1a1a;
}

.dark-border:hover {
	color: #1a1a1a;
			box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	   -moz-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0px 0px 100px rgba(255,255,255,0.2);
}


/* ==================== 1.5 Forms ==================== */

form {
	margin: 0;
	padding: 0;
	display: block;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=email],
textarea {
	width: 100%;
	height: 40px;
	display: block;
	border: 2px solid #ffffff;
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding-left: 6px;
	border-radius: 0;
	margin: 0 0 10px 0;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

textarea {
	padding-top: 9px;
	overflow: auto;
	vertical-align: top;
	resize: none;
}

.placeholder {
	color: #808080;
}

:-moz-placeholder {
	color: #808080;
}

::-moz-placeholder {
	color: #808080;
}

:-ms-input-placeholder {
	color: #808080;
}

::-webkit-input-placeholder {
	color: #808080;
}

input:focus,
textarea:focus {
	border-color: #c0c0c0;
	outline: 0;
	color: #1a1a1a;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

input.error,
textarea.error {
	border-color: #e53a2e;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}


/* ==================== 1.6 Other General Elements ==================== */

hr {
	border-top: 1px solid #c0c0c0;
	border-right: 0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 0;
	margin: 60px 0;
}

img {
	max-width: 100%;
	height: auto;
}

.image-center {
	margin: 0 auto;
	text-align: center;
}

.image-circle {
	border-radius: 50%;
}

.column-border {
	border-left: 2px solid #d6d6d6;
	padding-left: 20px;
}

/* More control over margins */
.margin {
	margin-top: 25px!important;
	margin-bottom: 25px!important;
}
.margin-top {
	margin-top: 25px!important;
}

.margin-bottom {
	margin-bottom: 25px!important;
}

.no-margin {
	margin: 0!important;
}

.no-margin-top {
	margin-top: 0!important;
}

.no-margin-bottom {
	margin-bottom: 0!important;
}

/* Title settings */

.title h1 {

	font-size: 64px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -3.5px;
	text-transform: none;
	margin-bottom: 50px;
}

.title h1 span {

	font-weight: 100;
	display: block;
}


.title hr {

	width: 70px;
	height: 10px;
	margin: 30px auto 50px;
	border: 0 none;
	background: url("../images/divider.png") no-repeat 50% 0;
}

/* Headers */
.header {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center bottom;
	width: 100%;
	height: 480px;
}

.header-inherited {
	position: inherited;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 480px;
}

.header-center {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	display: inline-block;
	width: 780px;
}

/* Animation of the content inside the header */
.header-center.fade-in {
	zoom: 1;
	animation: fadeit 1s ease-out forwards;
	animation-iteration-count: 1;
	-webkit-animation: fadeit 1s;
	-webkit-animation-iteration-count: 1;
}

@keyframes fadeit {
	from { top:46%; filter: alpha(opacity=0); opacity: 0; }
	to { top:50%; filter: alpha(opacity=100); opacity: 1; }
}

@-webkit-keyframes fadeit
{
	from { top:46%; filter: alpha(opacity=0); opacity: 0; }
	to { top:50%; filter: alpha(opacity=100); opacity: 1; }
}

/* Text ticker */
.text-ticker {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 40%;
}

.text-ticker ul {
	-webkit-animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
	   -moz-animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
		-ms-animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
			animation: ticker 5s cubic-bezier(1, 0, .5, 0) infinite;
}

/* Uncomment this if you want to pause the text on hover 
.text-ticker ul:hover {
	-webkit-animation-play-state: paused;
	   -moz-animation-play-state: paused;
		-ms-animation-play-state: paused;
			animation-play-state: paused;
}*/

.text-ticker li {
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 50px;
}

@-webkit-keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

@-moz-keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

@-ms-keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

@keyframes ticker {
	0% {margin-top: 0;}
	20% {margin-top: -50px;}
	40% {margin-top: -100px;}
	60% {margin-top: -150px;}
	80% {margin-top: -200px;}
	100% {margin-top: 0;}
}

/* Smooth hovers */
a,
a:hover,
i,
i:hover,
a img,
a img:hover,
input[type="button"],
input[type="submit"],
button {
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

a i,
a i:hover {
	-webkit-transition: none;
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none;
			transition: none;
}

/* Pace loading bar */
.business .pace .pace-progress {
	background: #f85c37;
	background: #F5B423;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 3px;

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.personal .pace .pace-progress {
	background: #3CAEC3;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 3px;

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}

/* SoundCloud iframe popup */
.soundcloud-popup .mfp-iframe {
	height: 182px;
}


/* ==================== 2.1 Navigation ==================== */

.menu {
	position: fixed;
	right: -220px;
	width: 280px;
	height: 100%;
	top: 0;
	z-index: 100;
	text-align: left;
}

.menu-left {
	position: fixed;
	left: -220px;
	width: 280px;
	height: 100%;
	top: 0;
	z-index: 10;
	text-align: left;
}

.menu.menu-open {
	right: 0px;
	z-index: 9999;
}

.menu-left.menu-open {
	left: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 220px;
	height: 100%;
}

.menu-left .menu-wrap {
	left: 0!important;
}



.menu h1.logo a,
.menu-left h1.logo a {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover,
.menu-left h1.logo a:hover {
	color: #f85c37;
}

.menu img.logo,
.menu-left img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a,
.menu-left a  {
	margin-left: 30px;
	color: #808080;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.menu a:hover,
.menu-left a:hover {
	color: #ffffff;
}

.menu a:active,
.menu-left a:active {
	color: #ffffff;
}

.menu a > i,
.menu-left a > i  {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu .lang {
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
	text-transform: none;
	border-top: 1px dotted #444;
	margin-right: 30px;
	margin-top: 10px;
	padding-top: 7.5px;
}

.menu-left .menu-close {
	display: none;
}

.menu-close,
.menu-close-left {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #808080;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover,
.menu-close-left:hover {
	color: #ffffff;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */
.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.menu-left,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	background: #FFAF3A;
	border-radius: 2px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggleLeft {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover,
#menuToggleLeft:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	background: #F5A530;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle.active {
	background: rgba(0,0,0,0.25);
}


/* ==================== 2.2 Home ==================== */

/* Slides css */
#slides {
	
	position: relative;
	height: 100%;
}

#slides .logo-overlay {
	position: absolute;
	width: 100%;
	top: 50px;
	text-align: center;
	z-index: 50;
}

#slides .slides-container {
	/*display: none;*/
	margin: 0;
}

#slides .scrollable {
	*zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

#slides h1 {

	font-size: 120px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -.035em;
	text-transform: none;
	margin-bottom: 50px;
}

#slides h1 span {

	font-weight: 100;
	display: block;
}

#slides .button {

	margin-top: 50px;
}

/* Slides navigation arrows */
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 21;
	width: 100%;
}

.slides-navigation a {
	position: absolute;
	font-size: 28px;
	line-height: 28px;
	bottom: 21px;
	color: #ffffff;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slides-navigation a.prev {
	left: 20px;
}

.slides-navigation a.next {
	right: 20px;
}

.slides-navigation a.prev:hover,
.slides-navigation a.next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Slides pagination indicators */
.slides-pagination {
	position: absolute;
	z-index: 20;
	bottom: 30px;
	text-align: center;
	width: 100%;
}

.slides-pagination a {
	color: #ffffff;
	background: #ffffff;
	filter: alpha(opacity=50);
	opacity: 0.5;
	width: 30px;
	height: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}

.slides-pagination a:hover,
.slides-pagination a.current {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Fullscreen fixed background */
.fullscreen-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	width: 100%;
	height: 100%;
}

.fullscreen-video,
.videoBG video {
	
	min-width: 100%; 
	min-height: 100%;
	max-height: 4000%;
	max-width: 1000%;
	width: auto; 
	height: auto; 
	overflow: hidden;
}


/* ==================== 2.3 About ==================== */

.about {
	background: #1F1F1F;
	width: 100%;
	padding: 120px 0 80px;
}

.about p {

	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 30px;
}

/* ==================== 2.4 Gallery ==================== */

.royalSlider {

	width: 100%;
	-webkit-user-select: none;
  	-moz-user-select: none;  
 	user-select: none;
}




/* ==================== 2.4 Restaurant ==================== */

.restaurant {
	padding: 180px 0;
	background: #E3DDCC url("../images/restaurant-bg.jpg") no-repeat 50% 50%;
	-webkit-background-size:cover; 
	-moz-background-size:cover; 
	-o-background-size:cover; 
	background-size:cover;
}

.restaurant .title h1 {

	font-size: 114px;
	line-height: 1;
	letter-spacing: -3.5px;
	color: #211818;
}


/* ==================== 2.11 Quote ==================== */

.offer {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #c0c0c0;
	background: #222;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
}

#offer-slider i {
	font-size: 24px;
	line-height: 28px;
	color: #808080;
}

.offer .title {
	font-family: 'Raleway', Helvetica, Arial, sans-serif;
	font-size: 38px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.offer p.offer-symbol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120px;
	line-height: 120px;
	font-weight: 400;
	color: #595959;
	margin-bottom: -80px!important;
}

.offer h2,
.offer h3,
.offer h4,
.offer h5,
.offer h6 {
	font-size: 24px;
	font-weight: 700;
	color: #DDD;
	letter-spacing: 0.1em;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 10px;
}

.offer p {
	color: #808080;
	font-size: 14px;
	font-weight: 300;
}

/* Arrow controls */
.offer-arrow-prev,
.offer-arrow-next {
	display: block;
	width: 40px;
	height: 40px;
	color: #FFF;
	background: #FFAF3A;
	font-size: 28px;
	line-height: 38px;
	position: absolute;
	bottom: 46%;
	border-radius: 2px;
	z-index: 220;
}

.offer-arrow-prev {
	text-indent: -2px;
	left: 0;
}

.offer-arrow-next {
	text-indent: 2px;
	right: 0;
}

.offer-arrow-prev:hover,
.offer-arrow-next:hover {
	color: #ffffff;
	background: #F5A530;
}


/* ==================== 2.5 Your Balux ==================== */

.your-balux {

	position: relative;
}

.your-balux .title {

	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	color: #FFF;
	background-color: rgba(64,42,44, .6);
	padding-top: 160px;
}

.your-balux .title h1 {

	font-size: 96px;
	margin-top: 30px;
}

.your-balux .title span {

	display: inline;
}

.your-balux p {

	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 300;
}

.your-balux p span {

	font-weight: 700;
	color: #FFCC99;
	text-decoration: underline;
}

.cbp-rfgrid {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

.cbp-rfgrid:before,
.cbp-rfgrid:after{
	content: '';
    display: table;
}

.cbp-rfgrid:after {
    clear: both;
}

.cbp-rfgrid {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 
 
.cbp-rfgrid li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 16.6666667%; /* Fallback */
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6);
    width: 20%; /* Fallback */
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
}
 
.cbp-rfgrid li a,
.cbp-rfgrid li a img {
    display: block;
    width: 100%;
    cursor: pointer;
}
 
.cbp-rfgrid li a img {
    max-width: 100%;
}
 
/* Flexbox is used for centering the heading */
.cbp-rfgrid li a div {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(71,163,218,0.2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}
 
.cbp-rfgrid li a:hover div {
    opacity: 1;
}
 
.cbp-rfgrid li a div h3 {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 2px;
    padding: 0 10px;
}
 
/*
@media screen and (max-width: 1190px) {
    .cbp-rfgrid li {
        width: 20%;
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
}
 
@media screen and (max-width: 945px) {
    .cbp-rfgrid li {
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
}
 
@media screen and (max-width: 660px) {
    .cbp-rfgrid li {
        width: 33.3333333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}
 
@media screen and (max-width: 660px) {
    .cbp-rfgrid li {
        width: 33.3333333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}
 
@media screen and (max-width: 400px) {
    .cbp-rfgrid li {
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}
 
@media screen and (max-width: 300px) {
    .cbp-rfgrid li {
        width: 100%;
    }
}
*/




/* ==================== 2.12 Contact ==================== */

.contact {

	padding: 160px 0 70px;
	background-color: #FFF;
	color: #201818;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);

	position: relative;
	z-index: 10;
}

.contact .title h1 {

	font-size: 114px;
	line-height: 1;
	letter-spacing: -3.5px;
}

.contact .title span {

	display: inline;
}


.contact .title p {

	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	color: #999;
	margin: 0;
}

.contact h2 {

	font-size: 14px;
	font-weight: 600;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #AAA;
	margin: 60px 0 15px;
}

.contact p {

	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.contact b, .contact strong {

	font-weight: 800;
}

.contact a {
		
	text-decoration: none;
	color: inherit;
	border-bottom: 1px dotted rgba(0,0,0, .5);
}

.directions {
	font-size: 11px;
	line-height: 32px;
	font-weight: 600;
	text-transform: uppercase;
	color: #AAA;
}

	.directions a {
		border-bottom: 0 none;
		position: relative;
	}

	.directions img {
		vertical-align: middle;
	}

	.opentip-container .opentip {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: 400;
		color: #111;
		letter-spacing: 0.5px;
	}

/* ==================== 2.13 Map ==================== */

#map
{
	width: 100%;
	height: 440px;
	z-index: 0;
	overflow: hidden;
}

#map #map-holder
{
	width: 100%;
	height: 440px;
	z-index: 0;

	position: relative;
	background-color: rgb(229, 227, 223);
	overflow: hidden;
	-webkit-transform: translateZ(0);
}

/* ==================== 2.14 Bottom ==================== */

#bottom {

	background: #1F1F1F;
	width: 100%;
	padding: 110px 0 60px;
	color: #888;

}

#bottom h5 {

	font-size: 15px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 30px;
	color: #FFF;
}

#bottom p {

	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.5px;
}

.bottom a, .credits a { color: inherit; text-decoration: underline; }
.bottom a:hover, .credits a:hover { color: #DDD; }


/* ==================== 2.15 Footer ==================== */

#credits {

	background-color: #191919;
	border-color: #333637;
	color: #646464;
}

#credits p {

	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

#credits img {

	vertical-align: baseline;
}


/* ==================== 2.16 Loader ==================== */

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #212121;
	color: #fff;
	z-index: 1999;
}

#loader p {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -40px;
}

#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	zoom: 1;
	animation: loader 2s linear;
	animation-iteration-count: infinite;
	-webkit-animation: loader 2s linear;
	-webkit-animation-iteration-count: infinite;
}

@keyframes loader {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@-webkit-keyframes loader
{
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}







/* ==================== 4.1 Tablet Portrait ==================== */

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

	.slides-container li .uppercase {
		font-size: 14px;
	}

	i.column-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
		line-height: 40px;
	}

	i.column-icon:hover {
		font-size: 24px;
	}

	.header-center {
		width: 580px;
	}

	.avatars > .columns:hover {
		margin-top: 0;
	}

	.contact-form .form-column {
		width: 220px;
	}

	.your-balux .title {

		padding-top: 75px;
	}

	.your-balux .title h1 {

		font-size: 84px;
		margin-top: 30px;
	}

}


/* ==================== 4.2 Mobile Landscape ==================== */

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

	.fullscreen-image,
	.header,
	.header-inherited	{
		background-attachment: scroll;
	}

	.text-left,
	.text-right {
		text-align: center;
	}

	.column-border {
		border-left: 0;
		padding-left: 0;
	}

	.header-center {
		width: 390px;
	}
	
	.services-arrow-prev,
	.services-arrow-next {
		bottom: -80px;
	}

	.services-arrow-prev {
		left: 0;
	}

	.services-arrow-next {
		right: 0;
	}

	.services-buttons a {
		width: 80px;
		height: 80px;
		font-size: 30px;
		line-height: 78px;
		margin: 20px 5px;
	}

	.services-buttons a i {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.services-buttons a:hover {
		font-size: 40px;
	}

	.project-item {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.avatars > .columns {
		margin-bottom: 10px;
	}

	.avatars > .columns:hover {
		margin-top: 0;
	}

	.quote-arrow-prev,
	.quote-arrow-next {
		bottom: 30px;
	}
	
	.quote-arrow-prev {
		left: 140px;
	}
	
	.quote-arrow-next {
		right: 140px;
	}

	.contact-form .form-column {
		width: 230px;
	}

	.contact-form .form-column:first-child {
		margin-right: 10px;
	}
	
	.portfolio-images {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	.portfolio-arrow-prev,
	.portfolio-arrow-next {
		bottom: -42px;
	}

	.portfolio-arrow-prev {
		left: 195px;
	}

	.portfolio-arrow-next {
		right: 195px;
	}

	ol.controls li {
		display: none;
	}
	
	p.back-to-projects span,
	p.prev-project span,
	p.next-project span {
		display: none;
	}
	
	p.prev-project{
		left: 170px;
		margin-right: 0;
	}

	p.next-project {
		right: 170px;
		margin-left: 0;
	}

	.your-balux .title {

		padding-top: 50px;
	}

	.your-balux .title h1 {

		font-size: 64px;
		margin-bottom: 15px;
	}

	.offer h2 {

		margin-left: 60px;
		margin-right: 60px;
	}

	.offer p {
		font-size: 13px;
		line-height: 22px;
		margin-left: 50px;
		margin-right: 50px;
	}

}


/* ==================== 4.3 Mobile Portrait ==================== */

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

	.fullscreen-image,
	.header,
	.header-inherited	{
		background-attachment: scroll;
	}

	.text-left,
	.text-right {
		text-align: center;
	}

	.column-border {
		border-left: 0;
		padding-left: 0;
	}

	.header-center {
		width: 300px;
	}
	
	.services {
		padding-bottom: 100px;
	}
	
	.services-arrow-prev,
	.services-arrow-next {
		bottom: -40px;
	}

	.services-arrow-prev {
		left: 105px;
	}

	.services-arrow-next {
		right: 105px;
	}

	.services-buttons {
		display: none;
	}

	.project-item {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.avatars > .columns {
		margin-bottom: 10px;
	}

	.avatars > .columns:hover {
		margin-top: 0;
	}

	.quote-arrow-prev,
	.quote-arrow-next {
		bottom: 30px;
	}
	
	.quote-arrow-prev {
		left: 50px;
	}
	
	.quote-arrow-next {
		right: 50px;
	}

	.contact .header-inherited {
		height: 600px;
	}

	.contact-form .form-column {
		width: 300px;
	}

	.contact-form .form-column:first-child {
		margin-right: 0;
	}
	
	.portfolio-images {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	
	.portfolio-arrow-prev,
	.portfolio-arrow-next {
		bottom: -42px;
	}

	.portfolio-arrow-prev {
		left: 105px;
	}

	.portfolio-arrow-next {
		right: 105px;
	}

	ol.controls li {
		display: none;
	}
	
	p.back-to-projects span,
	p.prev-project span,
	p.next-project span {
		display: none;
	}
	
	p.prev-project{
		left: 80px;
		margin-right: 0;
	}

	p.next-project {
		right: 80px;
		margin-left: 0;
	}

	.your-balux .title {

		padding-top: 40px;
	}

	.your-balux .title h1 {

		font-size: 42px;
		margin-bottom: 15px;
		letter-spacing: 0;
	}

}


/* ==================== 4.4 Modernizr-Assisted Fixes ==================== */

html.touch .fullscreen-image,
html.touch .header,
html.touch .header-inherited {
	background-attachment: scroll;
}