/*
	TABLE OF CONTENTS
	
	1. General elements
	2. Loading screen
	3. Header with navigation menu
		3.1 About section
		3.2 Portfolio section
		3.3 Team section
		3.4 Parallax numbers section
		3.5 Services section
		3.6 Showcase section
		3.7 Blog section
		3.8 Testimonials section
		3.9 Learn more section
		3.10 Information section
		3.11 Buy theme section
		3.12 Clients section
		3.13 Contact section
	4. Footer
	5. Additional elements
*/

/* ---------------- */
/* GENERAL ELEMENTS */
/* ---------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
}

body
{
	-webkit-font-smoothing: antialiased;
	width: auto;
}

img
{
	vertical-align: top;
	width: 100%;
}

a 
{
	text-decoration: none;
	color: #18A5DA;
}

/* -------------- */
/* LOADING SCREEN */
/* -------------- */

#loading-logo, #navigation-logo, #header-logo, #footer-logo, .mobile-menu-icon
{
	width: auto;
}

#loading-wrapper
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 15;
}

#loading-inner
{
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#progress-bar-back
{
	margin: 60px 0;
	width: 100%;
	height: 10px;
	background-color: #f5f5f5;
	position: relative;
}

#progress-bar-fill
{
	position: relative;
	top: 0;
	left: 0;
	height: 10px;
	background-color: #000000;
	width: 0%;
}

#progress-percent
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: center;
}

/* --------------------------- */
/* HEADER WITH NAVIGATION MENU */
/* --------------------------- */

#header-wrapper
{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

#header-slider
{
	width: 100%;
	height: 100%;
	position: relative;
}

.header-image
{
	height: 100%;
	float: left;
	position: relative;
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
 	background-size: cover !important;

}

#header-image-1
{
	background: #ffffff url('../images/header-back.jpg') no-repeat;
}

#header-image-2
{
	background: #ffffff url('../images/header-back2.jpg') no-repeat;
}

#header-image-3
{
	background: #ffffff url('../images/header-back3.jpg') no-repeat;
}

.header-slide
{
	width: 878px;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
  	-ms-transform: translateX(-50%) translateY(-50%);
  	transform: translateX(-50%) translateY(-50%);
  	display: table;
}

.header-title
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 60px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #ffffff;
	position: relative;
}

.header-link
{
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
  	border-color: #ffffff !important;
  	color: #ffffff !important;
  	margin-top: 50px !important;
}

.header-link:hover
{
	background-color: #ffffff !important;
	color: #000000 !important;
}

.header-link2
{
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
  	border-color: #000000 !important;
  	color: #000000 !important;
  	margin-top: 50px !important;
}

.header-link2:hover
{
	background-color: #000000 !important;
	color: #ffffff !important;
}

#header-slidernav
{
	position: absolute;
	right: 50px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#header-slidernav-page
{
	background-color: #000000;
	color: #000000;
	text-align: center;
	letter-spacing: 0.1em;
	width: 50px;
	height: 50px;
}

#header-slidernav-page-inner
{
	margin: 0px auto;
	text-align: center;
	position: relative;
	display: table;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	height: 30px;
}

.header-slidernav-arrow
{
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	padding: 16px 22px;
	cursor: pointer;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
}

.header-slidernav-arrow:hover
{
	background-color: #000000;
	color: #ffffff;
}

#header-slidernav-current
{
	color: #ffffff;
	float: left;
	font-size: 24px;
	line-height: 24px;
	font-family: 'novecento_sans_widelight';
}

#header-slidernav-total
{
	display: inline-block;
	color: #7a7a7a;
	float: left;
	font-size: 14px;
	line-height: 30px;
	font-family: 'novecento_sans_widelight';
}

#header-navigation
{
	position: absolute;
	width: 1170px;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	right: 0px;
	display: none;
	z-index: 100;
}

#navigation-wrapper
{
	position: fixed;
	top: 0px;
	background-color: #ffffff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
	opacity: 0.95;
	width: 100%;
	z-index: 10;
}

#navigation-inner
{
	width: 1170px;
	position: relative;
	margin: 0 auto;
	display: none;
}

.mobile-menu-icon
{
	display: none;
	cursor: pointer;
}

.navigation-mobile-arrow
{
	position: absolute;
	top: 0px;
	right: 0px;
	color: #ffffff;
	display: block;
	padding: 15px;
	cursor: pointer;
}

#header-logo, #navigation-logo
{
	position: absolute;
	left: 0px;
	margin: 15px 0px;
	z-index: 100;
}

#navigation-logo
{
	margin: 15px 0;
}

#header-menu-wrapper, #navigation-menu-wrapper
{
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#header-menu li, #navigation-menu li
{
	background-color: #161616;
	list-style-type: none;
	position: relative;
}

#header-menu li a, #navigation-menu li a
{
	font-family: "novecento_sans_widebook";
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #ffffff;
	display: block;
	padding: 10px 0 10px 15px;
	-webkit-transition: background-color 0.5s;
	transition: background-color 0.5s;
	outline: 0;
}

#header-menu li:hover > a, #navigation-menu li:hover > a
{
	background-color: #000000;
}

#header-menu > li, #navigation-menu > li
{
	float: left;
	display: inline-block;
	text-align: center;
	padding: 0 15px;
	position: relative;
	width: auto;
	background-color: transparent;
}

#header-menu > li:hover > a, #navigation-menu > li:hover > a
{
	background-color: transparent;
}

#header-menu > li > a
{
	padding: 0px;
}

#navigation-menu > li > a
{
	padding: 0px;
	color: #000000;
}

#header-menu > li > a:hover
{
	text-shadow: 0 0 1px #ffffff;
	background-color: transparent;
}

#navigation-menu > li > a:hover
{
	text-shadow: 0 0 1px #bbbbbb;
	background-color: transparent;
}

#header-menu ul, #navigation-menu ul
{
	display: none;
	position: absolute;
	top: 0;
	padding-top: 0;
	left: 100%;
	width: 180px;
	text-align: left;
}

#header-menu > li > ul, #navigation-menu > li > ul
{
	top: 100%;
	left: 0px;
	padding-top: 30px;
}

#header-getstarted
{
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	transform: translateX(-50%);
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	margin-top: -100px;
	display: table;
}

#getstarted-text
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 10px;
	width: 100%;
	letter-spacing: 0.2em;
}

#getstarted-arrow
{
	width: 100%;
}

#content-wrapper
{
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #ffffff;
}

#content-wrapper h2
{
	font-family: "Montserrat";
	font-size: 24px;
	letter-spacing: 0.1em;
}

.section-subtitle
{
	font-family: 'novecento_sans_widelight';
	font-size: 12px;
	line-height: 30px;
	margin: 10px 0;
	color: #7a7a7a;
}

.separator-small
{
	margin: 0 auto 100px auto;
	width: 25px;
	height: 4px;
	background-color: #000000;
}

/* ------------- */
/* ABOUT SECTION */
/* ------------- */

#about-wrapper
{
	width: 1170px;
	margin: 0 auto;
}

.about-item
{
	padding: 0 15px 30px 15px;
	box-sizing: border-box;
}

.about-item h4
{
	font-family: "novecento_sans_widebook";
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.about-item p
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
	line-height: 18px;
}

.about-icon
{
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 32px;
}

/* ----------------- */
/* PORTFOLIO SECTION */
/* ----------------- */

#portfolio-wrapper
{
	width: 100%;
}

.portfolio-item
{
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.portfolio-item-hover
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
}

.portfolio-item-text
{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.portfolio-item-frame
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.5;
}

.portfolio-item-text h4
{
	font-family: "Montserrat";
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.portfolio-item-text h5
{
	font-family: "Montserrat";
	font-size: 10px;
	margin-top: 10px;
}

.portfolio-full-content
{
	display: none;
}

#portfolio-full-item
{
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	background-color: #ffffff;
	z-index: 9;
	display: none;
}

#portfolio-full-item-holder
{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: none;
}

#portfolio-full-item-inner
{
	position: relative;
	width: 1170px;
	margin: 0 auto;
	padding-top: 150px;
}

#portfolio-full-item-text
{
	padding: 0 15px;
	box-sizing: border-box;
	text-align: left;
}

#portfolio-full-item-text h4
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 24px;
	margin-bottom: 60px;
	letter-spacing: 0.1em;
}

#portfolio-full-item-text p
{
	font-family: "Roboto";
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
}

#portfolio-full-item-image
{
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
}

#portfolio-full-item-navigation
{
	text-align: left;
	margin-bottom: 30px;
	position: relative;
}

#portfolio-full-item-navigation i
{
	color: #000000;
	font-size: 18px;
}

#portfolio-full-item-navigation .arrow-right
{
	position: absolute;
	top: 0px;
	right: 0px;
}

#portfolio-full-item-close
{
	position: relative;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: right;
}

#portfolio-full-item-close img
{
	cursor: pointer;
	width: auto;
}

#portfolio-full-item-additional img
{
	margin: 15px 0;
}

.item-separator
{
	width: 20px;
	height: 1px;
	background-color: #000000;
	margin: 0 auto;
	position: relative;
}

.load-more-button, .filter-button
{
	padding: 14px 30px;
	display: inline-block;
	border: 1px solid #000000;
	outline: 0;
	background-color: transparent;
	font-family: "novecento_sans_wide_bookbold";
	font-size: 11px;
	letter-spacing: 0.2em;
	position: relative;
	margin: 0 auto;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 50px;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

.load-more-button
{
	border-width: 2px;
}

.filter-button
{
	font-size: 10px;
	padding: 14px 30px;
	font-family: 'novecento_sans_widemedium';
	float: left;
	margin: 0 10px;
}

.filter-wrapper
{
	width: 100%;
	margin-bottom: 50px;
}

.filter-holder
{
	display: inline-block;
	margin: 0 auto;
}

.load-more-button:hover, .filter-button:hover
{
	background-color: #000000;
	color: #ffffff;
}

/* ------------ */
/* TEAM SECTION */
/* ------------ */

#team-wrapper
{
	width: 1170px;
	margin: 0 auto;
}

.team-item
{
	padding: 0 15px 30px 15px;
	box-sizing: border-box;
}

.team-item h4
{
	font-family: "novecento_sans_widebook";
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 20px 0 10px 0;
}

.team-item h5
{
	font-family: "Montserrat";
	font-size: 10px;
	font-weight: 400;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 10px 0 20px 0;
}

.team-item p
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
	line-height: 18px;
}

.team-item-image
{
	position: relative;
	overflow: hidden;
}

.team-item-hover
{
	position: absolute;
	margin-top: -100px;
	width: 100%;
}

.team-item-icons
{
	margin: 0 auto;
	display: inline-block;
}

.team-item-icons a
{
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	color: #000000;
	margin: 0 8px 0 8px;
	float: left;
	top: 40px;
	opacity: 0;
	position: relative;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

.team-item-icons a:hover
{
	background-color: #000000;
	color: #ffffff;
}

.team-item-icons i
{
	font-size: 15px;
	line-height: 30px;
}

/* ------------------------ */
/* PARALLAX NUMBERS SECTION */
/* ------------------------ */

#parallax-numbers-wrapper
{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

#parallax-numbers-image
{
	width: 100%;
	height: 100%;
	position: relative;
	background: url('../images/header-back3.jpg') no-repeat;
}

#parallax-numbers-holder
{
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#parallax-numbers-inner
{
	width: 1170px;
	margin: 0 auto;
}

.parallax-numbers-item
{
	padding: 0 15px;
	box-sizing: border-box;
	margin: 15px 0px;
}

.parallax-numbers-number
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

.parallax-numbers-text
{
	font-family: "novecento_sans_widebook";
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	top: 50px;
	opacity: 0;
}

/* ---------------- */
/* SERVICES SECTION */
/* ---------------- */

#services-wrapper
{
	width: 1170px;
	margin: 0 auto;
}

.services-item
{
	box-sizing: border-box;
	padding: 0 15px 0 15px;
	margin-bottom: 30px;
}

.services-item .transparent-frame
{
	opacity: 0.7;
}

.services-item-inner
{
	background-color: #efefef;
	color: #000000;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.services-item-main
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	width: 100%;
}

.services-item h4
{
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	position: relative;
}

.services-item h5
{
	font-family: 'novecento_sans_widedemibold';
	font-size: 12px;
	letter-spacing: 0.1em;
	position: relative;
}

.services-item-hover
{
	position: relative;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.services-item-image
{
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.services-item-hover h3
{
	font-size: 70px;
	line-height: 100px;
	letter-spacing: 0.1em;
	color: #ffffff;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/* ---------------- */
/* SHOWCASE SECTION */
/* ---------------- */

#showcase-wrapper
{
	width: 100%;
	height: 600px;
	position: relative;
	background: url('../images/header-back.jpg') no-repeat;
}

#showcase-inner
{
	width: 1170px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 60px 0;
	box-sizing: border-box;
}

#showcase-wrapper img
{
	width: auto;
	height: auto;
	max-width: 100%;
}

#showcase-wrapper .load-more-button
{
	margin-top: 60px;
	border-color: #ffffff;
	color: #ffffff;
}

.showcase-column
{
	padding: 0 15px;
}

#showcase-wrapper .load-more-button:hover
{
	background-color: #ffffff;
	color: #000000;
}

.showcase-title
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 12px !important;
	line-height: 36px;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin-bottom: 15px;
}

.showcase-subtitle
{
	font-family: "Roboto";
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin-bottom: 45px;
}

.showcase-text
{
	font-family: "Roboto";
	font-weight: 300;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #ffffff;
}

/* ------------ */
/* BLOG SECTION */
/* ------------ */

#blog-wrapper
{
	width: 1170px;
	margin: 0 auto;
}

.blog-item
{
	position: relative;
	box-sizing: border-box;
	padding: 0 15px 30px 15px;
}

.blog-item-inner
{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.blog-item-inner h4
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0.1em;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.blog-item-date
{
	position: absolute;
	top: 30px;
	right: 30px;
}

.blog-item-date-inner
{
	float: left;
}

.blog-item-inner h5
{
	font-family: "novecento_sans_wide_bookbold";
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: right;
}

.blog-item-inner span
{
	font-size: 15px;
}

.blog-item-square
{
	width: 50px;
	height: 50px;
	background-color: #ffffff;
	margin-left: 15px;
	float: left;
}

/* -------------------- */
/* TESTIMONIALS SECTION */
/* -------------------- */

#testimonials-wrapper
{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

#testimonials-image
{
	width: 100%;
	height: 100%;
	position: relative;
	background: url('../images/header-back2.jpg') no-repeat;
}

#testimonials-item-holder
{
	width: 1170px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	top: -50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.testimonials-item
{
	width: 1170px;
	float: left;
}

.testimonials-item p
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #ffffff;
}

.testimonials-item h4
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.1em;
	color: #949494;
	margin: 40px 0 40px 0;
}

#testimonials-dots-holder
{
	position: relative;
	margin: 0 auto;
	display: inline-block;
}

.testimonials-inactive-dot, .testimonials-active-dot
{
	background-color: #989898;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 5px 0 5px;
	float: left;
	cursor: pointer;
}

.testimonials-active-dot
{
	background-color: #ffffff;
}

/* ------------------ */
/* LEARN MORE SECTION */
/* ------------------ */

#learn-more-wrapper
{
	width: 1170px;
	position: relative;
	margin: 0 auto;
}

#learn-more-inner
{
	position: relative;
	margin: 0 auto;
	float: none;
}

#learn-more-wrapper h3
{
	font-family: "novecento_sans_widebook";
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

#learn-more-wrapper p
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
}

/* ------------------- */
/* INFORMATION SECTION */
/* ------------------- */

#information-wrapper
{
	width: 100%;
	position: relative;
}

.information-item
{
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.information-inner
{
	width: 585px;
	position: absolute;
	box-sizing: border-box;
	padding: 0 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.information-icon
{
	width: 70px;
	height: 70px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 35px;
	line-height: 70px;
	float: left;
	margin-right: 30px;
}

.information-title
{
	font-family: "novecento_sans_wide_bookbold" !important;
	font-size: 12px !important;
	line-height: 36px !important;
	letter-spacing: 0.1em !important;
	color: #ffffff !important;
	text-align: left !important;
	position: relative !important;
	top: -14px !important;
}

.information-text
{
	font-family: "Roboto";
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: #ffffff;
	text-align: left;
	position: relative;
	top: -7px;
}

/* ----------------- */
/* BUY THEME SECTION */
/* ----------------- */

#buy-theme-wrapper
{
	width: 1170px;
	position: relative;
	margin: 0 auto;
}

#buy-theme-inner
{
	position: relative;
	margin: 0 auto;
	float: none;
}

#buy-theme-wrapper h3
{
	font-family: "novecento_sans_widebook";
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

#buy-theme-wrapper p
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
}

/* --------------- */
/* CLIENTS SECTION */
/* --------------- */

#clients-wrapper
{
	width: 100%;
}

.clients-item
{
	position: relative;
	overflow: hidden;
}

.clients-logo
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.clients-logo-clone
{
	top: -100%;
}

/* --------------- */
/* CONTACT SECTION */
/* --------------- */

#contact-wrapper
{
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

#contact-form
{
	padding: 0 15px;
	box-sizing: border-box;
}

#contact-info
{
	padding: 0 15px;
	box-sizing: border-box;
}

#contact-info h4
{
	font-family: "novecento_sans_wide_bookbold";
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#contact-info p
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: justify;
	text-align-last: left;
	-moz-text-align-last: left;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
	line-height: 18px;
	margin-bottom: 30px;
}

#contact-mail .load-more-button
{
	margin: 30px 0 0 0;
}

input:not([type="submit"]), textarea
{
	border: 2px solid #f1f1f1;
	color: #000000;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	font-family: "Roboto";
	font-weight: 300;
    color: #000000;
    font-size: 11px;
    letter-spacing: 0.2em;
    outline: none;
}

input:not([type="submit"])
{
}

input[type="submit"]
{
	float: right;
	cursor: pointer;
}

textarea
{
	resize: none;
	height: 200px;
}

input:not([type="submit"]):focus, textarea:focus
{
	border-color: #000000;
}

input:not([type="submit"])::-webkit-input-placeholder, textarea::-webkit-input-placeholder 
{
	font-family: "novecento_sans_wide_bookbold";
    color: #7a7a7a;
    font-size: 11px;
    letter-spacing: 0.2em;
}

input:not([type="submit"]):-moz-placeholder, textarea:-moz-placeholder 
{
	font-family: "novecento_sans_wide_bookbold";
    color: #7a7a7a;
    font-size: 11px;
    letter-spacing: 0.2em;
    opacity: 1;
}

input:not([type="submit"])::-moz-placeholder, textarea::-moz-placeholder
{
	font-family: "novecento_sans_wide_bookbold";
    color: #7a7a7a;
    font-size: 11px;
    letter-spacing: 0.2em;
    opacity: 1;
}

input:not([type="submit"]):-ms-input-placeholder, textarea:-ms-input-placeholder
{
	font-family: "novecento_sans_wide_bookbold";
    color: #7a7a7a;
    font-size: 11px;
    letter-spacing: 0.2em;
}

#contact-wrapper .contact-loading
{
	float: right;
	margin-right: 20px;
	margin-top: 43px;
	display: none;
}

#form-submit-message
{
	text-align: left;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	width: 100%;
	letter-spacing: 0.1em;
}

/* ------ */
/* FOOTER */
/* ------ */

#footer-wrapper
{
	background-color: #000000;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0px;
	z-index: -1;
}

#footer-logo-wrapper
{
	width: 100%;
}

#footer-wrapper p
{
	font-family: "Roboto";
	font-weight: 300;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #7a7a7a;
}

#footer-wrapper > *
{
	margin: 0 auto;
	padding: 30px 0 30px 0;
}

#footer-wrapper > *:first-child
{
	padding: 60px 0 30px 0;
}

#footer-wrapper > *:last-child
{
	padding: 30px 0 60px 0;
}

#footer-social
{
	display: inline-block;
}

#footer-social a
{
	display: block;
	text-decoration: none;
	width: 30px;
	height: 30px;
	background: #000000;
	color: #ffffff;
	margin: 0 8px 0 8px;
	float: left;
	-webkit-transition: background-color 0.5s, color 0.5s;
	transition: background-color 0.5s, color 0.5s;
}

#footer-social a:hover
{
	background-color: #ffffff;
	color: #000000;
}

#footer-social i
{
	font-size: 15px;
	line-height: 30px;
}

/* ------------------- */
/* ADDITIONAL ELEMENTS */
/* ------------------- */

.transparent-frame
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0.6;
}

.transparent-80
{
	opacity: 0.8;
}

.clear
{
	clear: both;
}

.hidden
{
	display: none;
}

.button-active
{
	background-color: #000000;
	color: #ffffff;
}

.clearfix:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.align-left
{
	text-align: left;
}

.align-center
{
	text-align: center;
}

.absolute-left
{
	left: 0;
}

.absolute-right
{
	right: 0;
}

.col-1
{
	width: 8.33%;
}

.col-2
{
	width: 16.66%;
}

.col-3
{
	width: 25%;
}

.col-4
{
	width: 33.33%;
}

.col-5
{
	width: 41.66%;
}

.col-6
{
	width: 50%;
}

.col-7
{
	width: 58.33%;
}

.col-8
{
	width: 66.66%;
}

.col-9
{
	width: 75%;
}

.col-10
{
	width: 83.33%;
}

.col-11
{
	width: 91.66%;
}

.col-12
{
	width: 100%;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
{
	float: left;
	box-sizing: border-box;
}

.separator-70
{
	width: 100%;
	height: 70px;
}

.separator-100
{
	width: 100%;
	height: 100px;
}

.smallbtn
{
width: 30%;	
}


.privacy{
	font-family: "Roboto";
	font-size: 11px;
	color: #7a7a7a;
	}
	
/* extra css voor cookie layer */

#disclaimer{
	width:100%;
	position: fixed;
	bottom:0;
	left: 0;	
	border:0;
	margin: 0;
	text-align: center;
	font-family: "Roboto";
	font-weight: 300;
	font-size: 12px;
	color: #fff;
	z-index: 999;
	background:#333;
	opacity: 0.9;
}