/*
Theme Name: Symple
Theme URI: http://playnethemes.com
Author: Playne themes
Author URI: http://themeforest.net/user/playnethemes
Description: A sleek and elegant way to showcase your product
Version: 1.1
Text Domain: symple
Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/*
1. 	Resets
2. 	Basics
3. 	Animations
4. 	Text styles
5. 	Header
6. 	Navigation
7. 	Wrapper & main elements
8. 	Posts & custom post formats
9. 	Homepage items
10. Post navigation
11. Comments section
12. Footer
13. Footer & sidebar widget areas
14. Standard Wordpress
15. Scripts & includes styles
*/

/*-----------------------------------------------------------------------------------*/
/*	1.	RESETS 
/*-----------------------------------------------------------------------------------*/

.clearfix:after {content: "";display: block;clear: both;visibility: hidden;font-size: 0;height: 0;} .clearfix {*display: inline-block;height: 1%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; outline:none;} body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: underline; } del, strike { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}dir,menu,ul{display:block;list-style-type:disc;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:0}figure {margin: 0;} body, input, textarea, button, select {-webkit-font-smoothing: antialiased;}

/*-----------------------------------------------------------------------------------*/
/*	2.	BASICS
/*-----------------------------------------------------------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #7b858b;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

blockquote {
	margin-bottom:20px;
}

.archive #content {
	background:#F9F9F9;
}

.archive .post-content {
	background:#FFF;
	padding:35px;
}

#content {
	background:#FFF;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

a {
	color:#6eded6;
    text-decoration: none;
    -webkit-transition: .07s ease-in;
    -moz-transition: .07s ease-in;
    transition: .07s ease-in;
}

.row-offset {
	padding:0px;
}

.row { 
	width: 80%; 
	max-width: 1040px;
	margin: 0 auto; 
	position:relative;
}

.error404 .no-showcase {
	padding:100px 0;
}

.row i {
	vertical-align:middle;
	position:relative;
	line-height:inherit;
}

.header-nav {
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	line-height:30px;
	padding:30px 0 0 0;
	z-index:99;
}

.header .row {
	line-height:40px;
	width:90%;
	max-width:1040px;
}

img {
	max-width:100%;
	height:auto;
	vertical-align: bottom; 
	position:relative;
	z-index:0;
}

.full-one-half {
    width: 50%;
    margin: 0 !important;
}

.full-one-fourth {
	width:25%;
	margin:0 !important;
}

.one-half {
	width: 47%;
}

.one-third {
	width: 29.33%;
}

.two-third {
	width: 58.66%;
}

.one-fourth {
	width: 20.5%;
}

.three-fourth {
	width: 61,5%;
}

.one-fifth {
	width: 15.2%;
}

.two-fifth {
	width: 30.4%;
}

.three-fifth {
	width: 45.6%;
}

.four-fifth {
	width: 60.8%;
}

.one-sixth {
	width: 11.66%;
}

.five-sixth {
	width: 58.3%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth,.three-fifth, .four-fifth, .one-sixth, .five-sixth, .full-one-half {
	position: relative;
	display:block;
	margin-right: 6%;
	margin-bottom: 30px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.playne_one-half, .playne_one-third, .playne_two-third, .playne_three-fourth, .playne_one-fourth, .playne_one-fifth, .playne_two-fifth, .playne_three-fifth, .playne_four-fifth, .playne_one-sixth, .playne_five-sixth {
	margin-top:30px;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

.left {
	text-align:left;
	background: none;
	padding-top:0px;
}

.excerpt-more p {
	margin-bottom:0px !important;
}

.post-content p {
	margin-bottom:30px;
}

.post-content p:last-child {
	margin-bottom:0px;
}

p {
	margin-bottom:40px;
}

.format-quote p {
	margin-bottom:0px !important;
}

.row p:last-child {
	margin-bottom:0px;
}

.bottomnone {
	padding-bottom:0px !important;
	margin-bottom:0px;
}

.centered {
	text-align: center;
}

.clear {
	padding: 20px;
}

hr {
    	margin: 30px 0 30px;
    	border: 0;
    	border-bottom: 1px dotted #ddd;
    	height: 1px;
}

.alignleft { 
	float:left;
}

.alignright { 
	float:right;
}

.alignnone { 
	float:none; 
}

.aligncenter { 
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.skillbar-title {
	font-weight:normal;
}

.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: none;
	color: #222222;
}

.preload * {
  	-webkit-transition: none !important;
  	-moz-transition: none !important;
  	-ms-transition: none !important;
  	-o-transition: none !important;
}

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

#header .border-center .border-block {
	text-align:center;
	margin:20px auto 20px;
}

.border-center .border-block {
	text-align:center;
	margin:0px auto 30px;
}

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

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

.header-bg {
	background:#141514;
}

.border-block {
	display: block;
	width: 40px;
	height: 2px;
	background:#35aca8;
	margin-bottom:30px;
}

.skillbar-bar {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

hr {
    	margin: 30px 0 30px;
    	border: 0;
    	border-bottom: 1px dotted #ddd;
    	height: 1px;
}

.alignleft { 
	float:left;
}

.alignright { 
	float:right;
}

.alignnone { 
	float:none; 
}

.aligncenter { 
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer-bottom .left {
	line-height:32px;
}

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

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

p iframe {
	max-width: 700px;
	width:100%;
}

.intro {
	font-size:16px;
	color:#a4a9b5;
}

blockquote {
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
	margin-bottom:30px;
	padding:30px 0;
	text-align:left;
}

blockquote p {
	color:#a4a9b5;
	margin:0;
	text-align:center;
	font-size:18px;
}

ul { list-style: disc }

ol { list-style: decimal; list-style-type: decimal; }

dt { font-weight: bold }

dd { margin: 0 1.5em 1.5em }

b, strong { font-weight: bold }

dfn, cite, em, i { font-style: italic }

address { margin: 0 0 1.5em }

pre, .code {
	position: relative;
	color:#555b66;
	background: #F6F6F6;
	font-family: Courier, monospace;
	font-size: 15px;
	position:relative;
	margin-bottom: 30px;
	line-height:1.4em;
	padding: 30px 60px;
	overflow: auto;
	max-width: 100%;
	tab-size: 4;
}

.slides-stack {
	padding-left:0px;
}

.container-max {
	width:90%;
	margin:0 auto;	
	position:relative;
	max-width:1400px;
}
.container-large {
	width:80%;
	margin:0 auto;
	position:relative;
	max-width:1200px;
}
.container {
	width: 80%;
  	max-width: 960px;
  	margin: 0px auto;
	position:relative;
}

.container-small, .search.search-no-results .container-small {
	width: 80%;
  	max-width: 720px;
  	margin: 0px auto;
	position:relative;
	padding:100px 0;
}

button, input.button, .button {
	font-size:10px;
  	width: auto;
  	max-width: 100%;
	float:right;
  	padding: 12px 0px;
  	-webkit-transition: .07s ease-in-out;
  	transition: .07s ease-in-out;
  	color: #7D7D7D;
	border:2px solid;
  	border-radius: 0px;
  	background: none;
  	box-shadow: none;
	-webkit-appearance:none;
}

button,
input:not(input[type="radio"]),
textarea {
  	font-size: 10px;
  	margin: 0;
  	vertical-align: baseline;
  	*vertical-align: middle;
  	-webkit-appearance: none;
  	-moz-box-sizing: border-box;
       box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.btn a, 
#commentform #submit {
	width:100%;
  	background: #141514;
  	color: #FFF;
	border:none;
  	font-family: "Open Sans", Helvetica, Arial, sans-serif;
  	font-size: 10px;
  	font-weight: 600;
	letter-spacing:2px;
	border-radius: 0px;
	text-transform:uppercase;
  	padding: 16px 20px;
  	-webkit-appearance: none;
  	transition: .2s ease-in-out;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.btn a:hover, 
#commentform #submit:hover {
  	background: #3a3c3c;
  	color: #fff;
	border-radius: 0px;
  	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus {
  	outline: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
  	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-form-button {
	display:none;
}

textarea {
  	height: auto;
 	resize: none;
}

input[type=number] {
  	-moz-appearance: textfield;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select {
	color:#7D7D7D;
	font: 15px 'Open Sans', serif !important;
  	background: #eaeaec;
	font-weight:300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	-webkit-appearance: none;
  	padding: 15px;
  	border: none;
  	transition: .1s ease-in-out;
  	border-radius: 0px;
  	width: 100%;
  	line-height: 2 !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  	outline: none;
}

form, fieldset {
	font-size:16px;
	position:relative;
    margin: 0;
    padding: 0;
    border-style: none;
	width:100%;
}

video::-webkit-media-controls {
    display:none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	ANIMATIONS
/*-----------------------------------------------------------------------------------*/

/* Basic animated */

@-webkit-keyframes fadeInSlower {
  0% {opacity: 0;}
  25% {opacity:0;}
  100% {opacity: 1;}
}

@keyframes fadeInSlower {
  0% {opacity: 0;}
  25% {opacity:0;}
  100% {opacity: 1;}
}

.fadeInSlower {
  -webkit-animation-name: fadeInSlower;
          animation-name: fadeInSlower;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	TEXT STYLES
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 40px;
    color: #2d2d33;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    line-height: 1.3;
}

h1 { 
	font-size: 24px;
}

h2 { 
	font-size: 22px;
}

h3 { 
	font-size: 20px;
}

h4 { 
	font-size: 18px;
}

h5 { 
	font-size: 16px;
}

h6 { 
	font-size: 14px;
}

.home-title {
	font-size: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .fn, .fn a { 
	color:#2d2d33; 
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	padding-right:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	HEADER
/*-----------------------------------------------------------------------------------*/

#header {
	position:relative;
	height:100%;
	width:100%;
  	background-position:center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-color:#141514;
}

.video-bg {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	-o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    max-width:100%;
    z-index:1;
}

.parallax-effect .hero-bg {
	background-position:0px center;
	-webkit-transform: translate3d(0, 0, 0); 
	-moz-transform: translate3d(0, 0, 0); 
	-ms-transform: translate3d(0, 0, 0); 
	-o-transform: translate3d(0, 0, 0); 
	transform: translate3d(0, 0, 0);
}

.hero-bg {
	z-index:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background-position:center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.hero-bg-overlay, .footer-overlay {
	z-index:2;
	content: ""; 
	width: 100%; 
	height: 100%; 
	background: #000;
	opacity:0.6; 
	position: absolute;
	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#header .header-intro {
	position:relative;
}

.down-arrow {
	font-size: 16px;
	padding: 0px 0 40px 0;
	text-align: center;
}

.lead {
	text-transform:uppercase;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding-bottom:10px;
	font-size:18px;
	margin:0;
	line-height:1.6;
	letter-spacing:4px;
	max-width:650px;
}  

.lead a, .lead {
	color: #9c9999;
}  

#header.center h1.header-title, #header.center .lead, #header.center .header-content  {
	margin:0 auto;
}

#header.center .header-intro {
	text-align:center;
}

#header .main-button {
	margin:30px 15px 0px 0px;
}

#header.center .main-button {
	margin:30px 15px 0 15px;
}

.page-template-homepage #header .header-title {
	font-size:35px;
}

.header-title, .main-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-transform:uppercase;
    line-height: 1.4;
    display: block;
    margin: 0;
    padding-bottom: 0;
    letter-spacing: 5px;	
}

.header-title, .header-title a {
	color:#FFF;
}

#header .lead, #header h1 {
	width:90%;
	max-width: 700px;
	word-wrap: break-word;
}

#header input, #header textarea {
	background:none;
	width:100%;
	border: 2px solid #6eded6;
    border-radius: 2px;
    resize:none;
    -webkit-appearance:none;
    color:#FFF;
}

#header input[type="submit"] {
	text-align:center;
	margin: 20px 15px 0px 15px;
	padding: 12px 35px;
	background: none;
	display: inline-block;
	font-weight: bold;
	letter-spacing:0px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	color: #fff;
	text-transform:uppercase;
	font-size:12px;	
	border:2px solid #6eded6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header input[type="submit"]:hover {
	background:#6eded6;
}

.header-content {
	margin:0;
	max-width:400px;
}

#header, .search.search-no-results #header {
	overflow:hidden;
	min-height:600px;
}

.blog #header, .archive #header, .search #header {
	overflow:visible;
	min-height:0;
}

/* Showcase Header */

#header.showcase .header-nav {
	position:relative;
	padding:30px 0;
}

#header.showcase .entry-header {
	padding-top:100px;
	display:block;
	z-index:3;
    position: relative;
    width: 100%;
}

/* Full Height Header */

#header .entry-header, #loader .entry-header {
	z-index:3;
	display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
}

#header .playne-carousel {   
	height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#header .playne-carousel .slick-list, #header .playne-carousel .slick-track {
	height:100% !important;
}

#header .playne-carousel .slick-slide {
	margin:0;
}

#header .playne-carousel .slick-dots {
	position:absolute;
	bottom:30px;
	margin:0;
	z-index:10;
}
/* Showcase image & showcase text */

.showcase-left {
	width:50%;
	margin-right:5%;
	float:left;
}

.showcase-centered {
	width:80%;
	margin:0 auto;
	float:left;
}

.showcase-left {
	width:100%;
	margin:0 auto;
	float:none;
}

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

.showcase-centered h2, .showcase-centered .lead, .showcase-centered .button-area {
	text-align:center !important;
}

#header .showcase-centered .lead {
	text-align:center;
	width:100%;
	margin:0 auto;
	float:none;
}

/* Sticky showcase image */

.center .headerimage.sticky {
	margin:60px auto 0;
}

.headerimage.sticky {
	margin:60px 0 0 0;
	width: 100%;
	max-width:800px;
}

.center .headerimage {
	margin:60px auto 150px;
}

.headerimage {
	margin:60px 0 150px 0;
	width: 100%;
	max-width:800px;
}

#header.center .headervideo {
	text-align:center;
}

.headervideo {
	margin:20px auto 0;
}

.video-play-icon:before {
	content:"";
	position:absolute;
	background:#000;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	opacity:0.7;
	border-radius: 50%;
}

.video-play-icon:hover {
	-ms-transform: scale(1.05);
    -webkit-transform: scale(1.05); 
    transform: scale(1.05);
}

.video-play-icon {
	cursor:pointer;
	position:relative;
	border-radius: 50%;
	display:inline-block;
	padding: 10px 22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.video-play-icon i {
	color:#FFF;
	font-size:20px;
}

.headerimage .img-container {
	bottom:0;
}

.down-arrow {
	position:absolute;
	bottom:20px;
	left:0;
    	right:0;
    	margin-left:auto;
    	margin-right:auto;
	color:#FFF;
	width:30px;
	height:30px;
	text-align:center;
}

.down-arrow a i {
	padding:10px;
	color:#FFF;
}

/* Logo text or image */

#logo-centered {
	text-align:center;
	float:none;
}

#header ul.socials {
	list-style:none;
	margin:0;
	line-height:40px;
	display:block;
	float:right;
	text-align:right;
}

#footer ul.socials {
	list-style:none;
	margin:0;
	line-height:40px;
	display:block;
	text-align:center;
}

ul.socials li {
	display:inline-block;
}

#footer ul.socials li a {
	padding:0px 8px;
}

ul.socials li a {
	padding-left:10px;
	font-size:17px;
	color: #9c9999;
}

.logo {
	font-family: 'Raleway','Open Sans',Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height:40px;
	text-transform:uppercase;
	color:#FFF;
	text-align:left;
	display:inline-block;
	position:relative;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.02);
}

.center-logo .logo {
	float:none;
	display:block;
	text-align:center;
}

.logo a {
	color:#fff;
	padding: 0;
}

.custom-logo {
	width:auto;
	max-height:40px;
	text-align:center;
	margin:0 auto;
	float:none;
	display:block;
	position:relative;
}

.button-area {
	margin-top:10px;
	text-align:center;
}

.first-button, .second-button {
	display:inline-block;
}

.main-button {
	text-align:center;
	margin: 20px 15px 0px 15px;
	padding: 12px 35px;
	background: none;
	display: inline-block;
	font-weight: bold;
	letter-spacing:0px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	color: #fff;
	text-transform:uppercase;
	font-size:12px;	
	border:2px solid #6eded6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.main-button i {
	vertical-align:top;
	padding-right:8px;
}

.button-more {
    text-align: center;
    padding: 12px 35px;
    background: none;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0px;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 22px;
    cursor: pointer;
    width: auto;
    color: #6eded6;
    text-transform: uppercase;
    font-size: 12px;
    border: 2px solid #6eded6;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.button-more:hover {
	background: #6eded6;
	color:#FFF !important;
}

.first-button .main-button {border: 2px solid #6eded6;}
.first-button .main-button {color: #FFF;}
.first-button .hvr-sweep-to-top:before, .first-button .hvr-sweep-to-bottom:before, .first-button .hvr-sweep-to-left:before, .first-button .hvr-sweep-to-right:before, .first-button .hvr-fade:hover, .first-button .hvr-bounce-to-top:before, .first-button .hvr-bounce-to-bottom:before, .first-button .hvr-bounce-to-left:before, .first-button .hvr-bounce-to-right:before {background:#6eded6;}
.second-button .main-button {border: 2px solid #6eded6;}
.second-button .main-button {color: #FFF;}
.second-button .hvr-sweep-to-top:before, .second-button .hvr-sweep-to-bottom:before, .second-button .hvr-sweep-to-left:before, .second-button .hvr-sweep-to-right:before, .second-button .hvr-fade:hover, .second-button .hvr-bounce-to-top:before, .second-button .hvr-bounce-to-bottom:before, .second-button .hvr-bounce-to-left:before, .second-button .hvr-bounce-to-right:before {background:#6eded6;}

/* Fixed header */

#dynamic {
  	position: fixed;
  	left: 0;
  	top: -80px;
  	width: 100%;
  	max-height: 60px;
  	background: #111;
  	opacity:0.97;
  	-moz-transition: all 350ms ease;
  	-webkit-transition: all 350ms ease;
  	-o-transition: all 350ms ease;
  	transition: all 350ms ease;
  	z-index: 9999;
}

#dynamic.show {
  	top: 0;
}

.header .logo { 
	padding:10px 0px; 
	float:left;
	position:relative;
	font-size:14px;
	max-height:20px;
	line-height:40px;
}

.header .logo { 
	max-height:40px;
}

#dynamic #nav a {
	padding:10px 0 10px 20px;
	line-height: 40px;
}

#dynamic #nav ul li ul li a {
	padding:5px 20px;
	line-height: 40px;
}

.header #nav a {
	line-height: 100px;
}

.header-shrink .logo { 
	padding:20px 0px; 
	position:relative;
	max-height:40px;
	line-height:40px;
}

.header-shrink .logo { 
	max-height:40px;
}

.header .logo,
.header #nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Main navigation */

.navigation {
	line-height:38px;
	float:right;
}

.navigation .main-nav {
	margin:0;
	list-style:none;
}

.main-nav li {
	display:inline-block;
	padding:0 10px 0 0;
	position:relative;
}

.main-nav li a {
	color: #9c9999;
	line-height:38px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    display: block;
    position: relative;
    padding: 0;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-nav li a:hover {
	color:#FFF;
}

.main-nav ul {
	margin:0;
    position: absolute;
    display: none;
    width: 150px;
    top: 25px;
	padding-bottom:5px;
    left: 0px;
	color: #9c9999;
    padding-top: 20px;
   	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-nav ul li a {
	color:#666;
	line-height:1.4;
}

.main-nav ul li {
	padding:15px 15px; 
	display:block;
	background-color: #141514;
}

.main-nav ul li:first-child {
	padding:20px 15px 15px 15px; 
}

.main-nav ul li:last-child {
	padding:15px 15px 20px 15px; 
}

.main-nav li:hover ul ul, .main-nav li:hover ul ul ul, .main-nav li:hover ul ul ul ul { 
	display: none; 
}

.main-nav li:hover ul, .main-nav li li:hover ul, .main-nav li li li:hover ul, .main-nav li li li li:hover ul { 
	display: block; 
}

/* Sidebar navigation */

#slide-sidebar {
    width: 350px;
    height: 100%;
    background-color: #141514;
    color: #666;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-box-shadow: inset 3px 0px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 3px 0px 5px rgba(x0,0,0,0.1);
    box-shadow: inset 3px 0px 5px rgba(0,0,0,0.1);
}

#slide-sidebar .mobile-nav  > li {
	display:block;
	width:100%
}

#slide-sidebar .mobile-nav.second > li > a {
	font-weight:400;
	font-size:13px;
}

#slide-sidebar .mobile-nav > li > a {
    color: #666;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    display: block;
    position: relative;
	padding:0;
	letter-spacing:2px;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#slide-sidebar .mobile-nav > li.active > a,
#slide-sidebar .mobile-nav > li.active > a:hover,
#slide-sidebar .mobile-nav > li > a:hover,
#slide-sidebar .mobile-nav li.current-menu-item a,
#slide-sidebar .mobile-nav > li .sub-menu li.current-menu-item a {
    	color: #fff; 
}

#slide-sidebar .mobile-nav > li > a.playne-toggle span:after {
	content: "\f2c7";
	font-family:"Ionicons";
}

#slide-sidebar .mobile-nav > li.open-toggle > a.playne-toggle span:after {
	content: "\f2f4";
	font-family:"Ionicons";
}

#slide-sidebar .mobile-nav > li > a.playne-toggle span {
	float:right;
}

#slide-sidebar .mobile-nav li a i {
	float:none;
	padding-right:10px;
}

#slide-sidebar .mobile-nav > li .playne-toggle-menu {
	max-height: 0;
    visibility: hidden;
	margin:0;
	padding:0;
	overflow:hidden;
	-webkit-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	-moz-transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 300ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}

#slide-sidebar .mobile-nav > li.open-toggle ul.playne-toggle-menu {
    visibility: visible;
    max-height: 700px;
	-webkit-transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	-moz-transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
	transition: all 600ms cubic-bezier(0.57, 0.06, 0.05, 0.95);
}


#slide-sidebar .mobile-nav > li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}	

#slide-sidebar .mobile-nav > li .sub-menu li {
	width:100%;
	padding:0;
	margin:0
}

#slide-sidebar .mobile-nav > li .sub-menu li a {
    color: #666;
    font-size: 11px;
    letter-spacing:2px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    line-height:35px;
	padding:0 0 0 20px;
	display:block;
	position:relative;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

#slide-sidebar .mobile-nav > li .sub-menu li a:hover {
    	color: #fff
}

#slide-sidebar .close-mobile {
	line-height: 1;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
}

#slide-sidebar a {
	color:#666;
}

#slide-sidebar a:hover {
	color:#FFF;
}

#slide-sidebar .widgettitle {
  	font-size: 12px;
  	font-weight:bold;
	color:#FFF;
	letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#slide-sidebar .search-form i.search-icon {
  	color: #7D7D7D;
}

#slide-sidebar .widget {
	padding:0px;
  	margin-top: 50px;
  	font-size: 14px;
  	line-height: 1.6;
} 

#slide-sidebar select {
	font: 14px 'Open Sans', serif !important;
	background-size: 7px 5px;
	background-color:#000;
  	position: relative;
  	color: #666;
  	font-weight: 400;
}

#slide-sidebar input[type="text"], #slide-sidebar input[type="email"], #slide-sidebar input[type="url"], #slide-sidebar input[type="password"], #slide-sidebar input[type="search"], #slide-sidebar input[type="number"], #slide-sidebar input[type="date"], #slide-sidebar input[type="datetime"], #slide-sidebar input[type="datetime-local"], input[type="week"], #slide-sidebar input[type="tel"], #slide-sidebar input[type="time"], input[type="month"], #slide-sidebar input[type="tel"], #slide-sidebar textarea {
	background-color:#000;
	font: 14px 'Open Sans', serif !important;
  	color: #666;
}

.slider-container {
	overflow:hidden;
}
.price_slider_wrapper {
	padding-top:20px;
}

#slide-sidebar .widget:last-child {
	margin-bottom:0px;
	border-bottom:0px;
}

#slide-sidebar .textwidget {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	font-size: 14px;
}

#slide-sidebar .widget img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#slide-sidebar .widget img:hover {
	opacity:0.8;
}

#slide-sidebar ul {
	list-style:none;
	padding-left:0px;
	margin:0;
}

#slide-sidebar ul.sub-menu li a, #slide-sidebar ul.children li a {
	padding-top:5px;
	margin-top:5px;
	padding-left:15px;
}

#slide-sidebar ul.sub-menu li:first-child, #slide-sidebar ul.children li:first-child {
	margin-top:10px;
}

#slide-sidebar .widget ul li.page_item_has_children, #slide-sidebar .widget ul li.menu-item-has-children {
	padding-right:0px;
}
#slide-sidebar .widget ul li {	
  	position: relative;
  	padding: 0px 0px 10px 0;
	padding-left:0px;
}

#slide-sidebar .widget ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none !important;
}

#slide-sidebar .widget_meta {}

#slide-sidebar .widget_meta ul {
	list-style:none;
}

#slide-sidebar .widget_meta ul li a {}

#slide-sidebar .widget_links {}

#slide-sidebar .widget_links ul {
	list-style:none;
}

#slide-sidebar .widget_links ul li a {}

#slide-sidebar .widget_twitter ul {
	list-style:none;
}

#slide-sidebar .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#slide-sidebar .widget_archive {}

#slide-sidebar .widget_archive ul {
	list-style:none;
}

#slide-sidebar .widget_archive ul li a {}

#slide-sidebar .widget_archive option {}

#slide-sidebar .widget_pages {}

#slide-sidebar .widget_pages ul {
	list-style:none;
}

#slide-sidebar .widget_pages ul li a {}

#slide-sidebar .widget_links {}

#slide-sidebar .widget_links li:after {}

#slide-sidebar .widget_links li:before {}

#slide-sidebar .widget_tag_cloud {}

#slide-sidebar .widget_tag_cloud a {}

#slide-sidebar .widget_tag_cloud a:after {}

#slide-sidebar .widget_tag_cloud a:before {}

#slide-sidebar .widget_calendar {}

#slide-sidebar #calendar_wrap {
	width:100%;
	overflow:auto;
}

#slide-sidebar #calendar_wrap th {}

#slide-sidebar #calendar_wrap td {}

#slide-sidebar #wp-calendar tr td {}

#slide-sidebar #wp-calendar caption {
	text-align:left;
}

#slide-sidebar #wp-calendar a {}

#slide-sidebar #wp-calendar #today {}

#slide-sidebar #wp-calendar #prev {}

#slide-sidebar #wp-calendar #next {}

#slide-sidebar #wp-calendar #next a {}

#slide-sidebar #wp-calendar #prev a {}

#slide-sidebar .widget_categories {}

#slide-sidebar .widget_categories ul {
	list-style:none;
}

#slide-sidebar .widget_categories ul ul.children {}

#slide-sidebar .widget_categories a {}

#slide-sidebar .widget_categories select.postform {}

#slide-sidebar .widget_categories option {}

#slide-sidebar .widget_categories .level-0 {}

#slide-sidebar .widget_categories .level-1 {}

#slide-sidebar .widget_categories .level-2 {}

#slide-sidebar .widget_categories .level-3 {}

#slide-sidebar .recentcomments {}

#slide-sidebar #recentcomments {}

#slide-sidebar #recentcomments li {}

#slide-sidebar #recentcomments li a {}

#slide-sidebar .widget_recent_comments {}

#slide-sidebar .widget_recent_entries {}
#slide-sidebar .widget_recent_entries ul {
	list-style:none;
}

#slide-sidebar .widget_recent_entries ul li a {}

#slide-sidebar .widget_links ul li a {}

#slide-sidebar .widget_archive {}

#slide-sidebar .widget_archive ul {
	list-style:none;
}

#slide-sidebar .widget_archive ul li a {}

#slide-sidebar .widget_archive option {}

#slide-sidebar .widget_pages {}

#slide-sidebar .widget_pages ul {}

#slide-sidebar .widget_pages ul li {}

#slide-sidebar .widget_pages ul li a {}

#slide-sidebar .widget_links {}

#slide-sidebar .widget_links li:after {}

#slide-sidebar .widget_links li:before {}

#slide-sidebar .widget_tag_cloud {}

#slide-sidebar .widget_tag_cloud a {}

#slide-sidebar .widget_tag_cloud a:after {}

#slide-sidebar .widget_tag_cloud a:before {}

#slide-sidebar .widget_calendar {}

#slide-sidebar #calendar_wrap {
	width:100%;
	-webkit-box-sizing: border-box; 
  	-moz-box-sizing: border-box;    
  	box-sizing: border-box;
}

#slide-sidebar #wp-calendar {
	width:100%;
	font-size:12px;
	border:none;
	font-weight:300;
	border-collapse:separate;
	border-spacing:8px;
	margin-left:-2px;
}

#slide-sidebar #wp-calendar
	caption {
	display:none;
}

#slide-sidebar #wp-calendar tbody td {
	margin-bottom:10px;
	text-align:center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	padding:0px;
	border:0px;
}

#slide-sidebar #wp-calendar tbody td.pad {
	border:0;
}

#slide-sidebar #wp-calendar tbody td#today {
	color:#6eded6;
}

#slide-sidebar #wp-calendar tfoot td#prev a, #slide-sidebar #wp-calendar tfoot td#next a {
	font-size:12px;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
	bottom:-9px;
	margin-bottom:1px;
}

#slide-sidebar #wp-calendar tfoot td#prev {
	text-align:left;
}

#slide-sidebar #wp-calendar tfoot td#next {
	text-align:right;
}

#slide-sidebar #wp-calendar thead th {
	font-size:13px;
	font-weight:400;
	border:0px;
	text-align:center;
	padding-bottom:10px;
}

#slide-sidebar #calendar_wrap th {}

#slide-sidebar #calendar_wrap td { border:0px; }

#slide-sidebar #wp-calendar tr td {}

#slide-sidebar #wp-calendar caption {}

#slide-sidebar #wp-calendar a {}

#slide-sidebar #wp-calendar #today {}

#slide-sidebar #wp-calendar #prev {}

#slide-sidebar #wp-calendar #next {}

#slide-sidebar #wp-calendar #next a {}

#slide-sidebar #wp-calendar #prev a {}

#slide-sidebar .widget_categories {}

#slide-sidebar .widget_categories ul {}
 
#slide-sidebar .widget_categories ul ul.children {}

#slide-sidebar .widget_categories a {}

#slide-sidebar .widget_categories select{}

#slide-sidebar .widget_categories select.postform {}

#slide-sidebar .widget_categories option {}

#slide-sidebar .widget_categories .level-0 {}

#slide-sidebar .widget_categories .level-1 {}

#slide-sidebar .widget_categories .level-2 {}

#slide-sidebar .widget_categories .level-3 {}

#slide-sidebar .recentcomments {}

#slide-sidebar #recentcomments {}

#slide-sidebar #recentcomments li {}

#slide-sidebar #recentcomments li a {}

#slide-sidebar .widget_recent_comments {}

#slide-sidebar .widget_recent_entries {}
#slide-sidebar .widget_recent_entries ul {
	list-style:none;
}

#slide-sidebar .tagcloud .wp-tag-cloud li {
	border-bottom:none !important;
	padding:0;
	padding-left:0px;
	position:relative;
	display:inline-block;
}
#slide-sidebar .tagcloud a {
	background:#000;
	position:relative;
	color:#666;
	padding: 6px 10px;
  	font-family: Georgia, sans-serif;
  	font-size: 13px !important;
	margin:5px 0;
	display:inline-block;
}

#slide-sidebar .tagcloud a:hover {}

#slide-sidebar .widget_recent_entries {
}
 
/*-----------------------------------------------------------------------------------*/
/*	7.	WRAPPER & MAIN ELEMENTS
/*-----------------------------------------------------------------------------------*/

.content-posts {
	padding:100px 0;
}

.main-column {
	width:65%;
	margin-right:10%;
	float:left;
}

.sidebar-column {
	padding:65px 0;
	width:25%;
	float:right;
}

/* Main container */

#content-wrapper {
	display:block;
	position:relative;
	background:#FFF;
}

#content-wrapper section {
	overflow:hidden;
	background-position:center center;
	background-repeat:none;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#content-wrapper section .column, #content-wrapper section .column-last {
	margin-top:30px;
}

.blog .entry-content .row, .archive .entry-content .row, .search .entry-content .row {
	z-index:10;
	padding:200px 0;
}

.post {
	overflow:hidden;
	position:relative;
}

/*-----------------------------------------------------------------------------------*/
/*	8.	POSTS & CUSTOM POST FORMATS
/*-----------------------------------------------------------------------------------*/

.author-info {
	font-size:16px;
	max-width:450px;
	margin:30px auto 0;
}

.author-avatar {
	line-height:60px;
	max-width:60px;
	margin:0px auto 0px;
	display:block;
}

.author-avatar img {
	max-width:60px !important;
	margin: 0 !important;
	height:auto;
    vertical-align: middle;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/* Read more link */

.more-link {
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height: 16px;
	text-align: left;
	padding-top:0px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/* Basics posts div content holder */

.page .post {
	padding-bottom: 0px;
    	margin-bottom: 0px;
	border-bottom: none;
}

.single .post {
	border-bottom:0px;
	padding-bottom: 0px;
    	margin-bottom: 0px;
} 

.post .entry-content-wrap {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.entry-wrap {
	overflow:hidden;
	padding: 0px;
}

.inner {
	position:relative;
	padding:40px 0;
	width:80%;
	margin:0 auto;
	max-width:700px;
}

.post .entry-content-inner { 
	position: relative;
	padding: 0;
	background:#FFF;
}

.page-template-default .entry-content {
	border-bottom:0px;
}

.content-post {
	width:80%;
	max-width:700px;
	margin:0 auto;
}

.error404 .post .post-content ul li {
	margin: 0 0 0px 0px;
	list-style:none;
}

.error404 .post .post-content ul {
	margin: 0 0 0px 0px;
	list-style:none;
}

.post .excerpt-more .more-link {
	margin-top: 20px;
}

.entry-content header {
	text-align:center;
	word-wrap: break-word;
}

.post-header {
	margin-bottom:30px;
}

.reading-time {
	float:right;
}

.extra-header-info, .extra-header-info a {
	font-family: "Open Sans", sans serif;
	color: rgba(255,255,255,0.70) !important;
	font-size:16px;
}

.post-info {
	float:left;
	width:75%;
}

.blog .entry-title {
	font-size:24px;
	line-height:1.2;
}

.blog .container-small, .archive .container-small, .search .container-small {
	max-width:none;
	width:100%;
	padding:0;
}

.date-title {
	display:block;
	margin-bottom:30px;
	text-align: left;
}

.comments-link:hover {
	color:#4d515c !important;
}

.date-title a:hover {
	text-decoration:none;
}

.meta, .meta li {
	list-style:none;
	padding:0;
	margin:0 !important;
}

#post-footer {
	padding-top:50px;
}

/* Social sharing */

.single .playne-social-sharing {
	text-align:center;
}

.single .playne-social-sharing a:first-child {
	padding:0px 10px;
}

.playne-social-sharing {
	margin:0 auto;
	font-size:16px;
	padding-bottom:5px;
	text-align:left;
	list-style:none;
}

.playne-social-sharing a {
	text-align:center;
	display:inline-block;
	position:relative;
	padding:0px 10px;
	color: #7b858b;
}

.playne-social-sharing a:first-child {
	padding:0px 10px 0 0;
}

.meta li a, .meta {
	text-align:center;
	list-style:none;
	color: #7b858b;
	text-decoration:none;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	opacity:0.8;
}

.meta li {
	padding:0px 5px;
	display:inline-block;
}

.meta .top {
	float:right;
	list-style:none;
	font-size:20px;
}

.meta .social-share {
	float:left;
	padding-right:15px;
	list-style:none;
	font-size:20px;
}

.meta .social-share a {
	font-size:16px;
	text-decoration:none;
	background-image:none;
}

.meta li a:hover {
	text-decoration:underline;
}

.archive-title-wrapper {
	width:80%;
	max-width:700px;
	margin: 0px auto;
	padding:50px 0;
	text-align:center;
}

.archive-title {
	font-family: "Noto Sans", sans-serif;
	color: #555;
	font-size: 12px;
	text-transform:uppercase;
 	padding: 20px 0;
 	margin: 0px auto;
	width:80%;
 	text-align: left;	
 	letter-spacing: 0px;
}

.commentlist .odd {
	background:none;
}

.commentlist .even {
	background:none !important;
}

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

.entry-title {
	text-align:left;
	font-size: 30px;
	line-height:44px;
	color:#444;
	padding-bottom:5px;
}

.page-title {
	text-align: left;
	margin-bottom: 20px;
	font-size: 20px;
	color:#4d515c;
}

.entry-title a {
	color:#444;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.entry-title a:hover {
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

/* video */

.fitvid p {
	display:none;
}

/* chat */

.chat-row { 
	margin-bottom:30px;
}

.chat-author .fn {
	padding-bottom:0px;
	line-height:20px;
	float:none;
	margin:0;
}

.chat-author { 
	margin-top:5px;
	padding-left:0px;
	margin-right:5px;
	display:inline-block;
}

.chat-text p { 
	padding:5px;
	padding-left:0px;
}

/* image */

.post .fitvid {
	margin-bottom:30px;
}

.post .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}

.post .featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	float: left;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.featured-image img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------------------*/

/*	9.	Homepage Items

/*-----------------------------------------------------------------------------------*/

/* Clients */

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

/* Members */

.member-row > li:first-child:nth-last-child(2), .member-row > li:first-child:nth-last-child(2) ~ li {
	width:50%;
}

.member-row > li:first-child:nth-last-child(3), .member-row > li:first-child:nth-last-child(3) ~ li {
	width:33.3333%;
}

.member-image {
	height:450px;
	background-position:center center;
	background-repeat:none;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.members-block, .member-row {
	list-style:none;
	margin:0;
}

.single-member {
	overflow:hidden;
	display:inline-block;
	float:left;
	width:25%;
	margin:0;
	position:relative;
}

.members-block {
	overflow:hidden;
}

.single-member .member-text header h6 {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0px;
}

.single-member .member-text header .member-position {
	padding-top:10px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing:2px;
    text-transform: uppercase;
}

.single-member .member-text header {
	padding-bottom:15px;
}

.single-member .member-image {
	text-align:center;
}

.members-block .single-member:nth-child(3n+3) {
	margin-right:0;
}

.single-member {
	margin-top:30px;
}

.single-member .member-text .member-inner {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.single-member .member-text {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
	padding:0px 30px;
	height:200px;
	width:100%;
	text-align:center;
    position:absolute;
    bottom:0;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.single-member ul.member-social {
	list-style:none;
	margin:0;
}

.single-member ul.member-social li {
	font-size:14px;
	padding:0px 5px;
	display:inline-block;
}

.single-member ul.member-social li a {
	color: #7b858b;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}

.single-member ul.member-social li.facebook a:hover {
	color:#3b5998;
}

.single-member ul.member-social li.linkedin a:hover {
	color:#007bb6;
}

.single-member ul.member-social li.dribbble a:hover {
	color:#ec4a89;
}

.single-member ul.member-social li.twitter a:hover {
	color:#3bcaff;
}

.single-member ul.member-social li.googleplus a:hover {
	color:#d34836;
}

.single-member ul.member-social li.mail a:hover {
	color:#2d2d2d;
}

.single-member:hover .member-text {
 	-moz-transform: translateY(-0px);
 	-webkit-transform: translateY(-0px);
    transform: translateY(-0px);
    opacity: 1;
}

.single-member:hover .member-image {
    opacity: 1;
    transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -webkit-transform: translateY(-200px);
}


/* Footer section */

.footer input[type="submit"] {
	text-align:center;
	margin: 20px 15px 0px 15px;
	padding: 12px 35px;
	background: none;
	display: inline-block;
	font-weight: bold;
	letter-spacing:0px;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	color: #fff;
	text-transform:uppercase;
	font-size:12px;	
	border:2px solid #6eded6;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer input[type="submit"]:hover {
	background:#6eded6;
}

.footer p {
	margin-bottom:0px;
	margin-top:20px;
}

.footer .footer-content {
	margin:0;
	max-width:400px;
}

.footer {
	position:relative;
    height: 100%;
    width: 100%;
    overflow:hidden;
}

#content-wrapper section.footer .row {
	position:relative;
	z-index:10;
	padding:200px 0;
}

.footer .center .home-title, .footer .center {
	text-align:center;
}

.footer .main-button {
	margin:30px 15px 0px 0px;
}

.footer .center .main-button {
	margin:30px 15px 0 15px;
}

.footer .center .lead, .footer .center h2, .footer .center .footer-content, .centered .lead {
	margin:0 auto;
}

.footer .lead, .footer h2 {
	width:90%;
}

.footer .main-title, .footer .main-title a {
    color: #FFF;
}

.footer input, .footer textarea {
	background:none;
	width:100%;
	border: 2px solid #6eded6;
    border-radius: 2px;
    resize:none;
    -webkit-appearance:none;
    color:#FFF;
}

/* Gallery */

.gallery-block {
	background:#141514;
}

.gallery-block div.gallery-div {
	display:block;
	float:left;
	height:400px;
	overflow:hidden;
}

.gallery-block div.gallery-div .background-image {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:none;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	position:relative;
  	-webkit-transform: scale(1);
	transform: scale(1);
	overflow:hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.gallery-block div.gallery-div .background-image a {
	z-index:2;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
}

.gallery-block div.gallery-div:hover .background-image {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.gallery-block a div {
	width:40%;
}

.gallery-block a:last-child:nth-child(odd) div {
	width:100%;
}

.gallery-block a:nth-child(1) div, .gallery-block a:nth-child(4) div, .gallery-block a:nth-child(5) div, .gallery-block a:nth-child(8) div, .gallery-block a:nth-child(9) div, .gallery-block a:nth-child(12) div, .gallery-block a:nth-child(13) div, .gallery-block a:nth-child(14) div, .gallery-block a:nth-child(17) div, .gallery-block a:nth-child(18) div, .gallery-block a:nth-child(21) div, .gallery-block a:nth-child(22) div, .gallery-block a:nth-child(25) div {
	width:60%;
}

/* Banner */

#content-wrapper section .row.banner {
	padding:200px 0;
}

.banner .first-button {
	display:block;
	text-align:center;
}

.banner .home-title {
	font-size:28px;
	padding-bottom:0px;
}

.banner p {
	margin-top:20px;
	margin-bottom:0px;
}

/* Features */

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.feature-inner {
    	padding: 150px 20%;
    	margin: 0 auto;
}

.feature-img {
	background-position:center center;
	background-repeat:none;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.feature-left .one-half, .feature-right .one-half {
	margin:0;
	width:50%;
}

/* Instagram feed */

.image-feed {
	background:#000;
}

#image-feed .feed-placeholder {
	width: 50%;
	height: auto;
    	float: left;
    	padding: 0;
    	margin: 0;
	overflow:hidden;
}

#image-feed .feed-placeholder img { 
	width: 100%; 
	margin: 0; 
	padding: 0;       
	-webkit-transition: all 0.2s ease-in-out;
    	-moz-transition: all 0.2s ease-in-out;
    	-ms-transition: all 0.2s ease-in-out;
    	-o-transition: all 0.2s ease-in-out;
    	transition: all 0.2s ease-in-out;
}

#image-feed .feed-placeholder img:hover {
	opacity: 0.5;
}


/* Services */

.service {
	margin-top:50px;
}

.service img {
		margin-bottom:20px;
}

.service h3 {
		font-size:16px;
}

.services .one-third:nth-child(3) {
	margin-right:0px;
}

/* Clients */

.clients .slick-dots {
	margin:50px 0 0 0;
}

.extra-bottom-client {
	margin-bottom:50px;
}

.client .content-div {
	margin-top:15px;
}

.client img, .client {
	text-align:center;
}

.client {
	margin-top:0px;
}

.clients .one-fourth:nth-child(4) {
	margin-right:0px;
}

.second-row li {
	margin-top:50px;
}

/* Extra padding */

.extra-top {
	margin-top:50px;
}

/* Latest news */

.blog-item {
	position:relative;
	z-index:10;
}

.image-news {
	margin-bottom:30px;
}

.news .more-info {
	padding-bottom:10px;
}

.news-item h5 {
	text-align:center;
	padding-bottom:15px;
}

.news-item .lead {
	font-size:14px;
}

.news-item .header-title {
	font-size:22px;
}

.news-item .lead {
	font-size:14px;
}

.news-item {
	overflow:hidden;
	position:relative;
	display:block;
    margin: 0 auto;
}

.news-item:last-child {
	padding-bottom:0px;
}

.news-item:last-child:after {
	content:"";
	width:0px;
	margin-bottom:0px;
	height:0px;
}

.news-item:after {
	content:"";
	width:25px;
	margin-bottom:30px;
	position:absolute;
	height:1px;
	background:#d2d8d9;
	left: 50%;
    margin-left: -12.5px;
}

.news-item .more-info span {
	padding:0px 5px;
}

.news-item .more-info {
	display:block;
	font-size:12px;
	padding-bottom:30px;
	text-align:center;
}

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

.news i {
	font-size: 18px;
	color: #7BC3D1;
}

.news .one-third img, .news .one-third fitvid {
	margin-bottom:30px;
}

.news .one-third:nth-child(3n+3) {
	margin-right:0;
}

.news-blockquote {
	position:relative;
	width:auto;
	max-width:650px;
	margin:0 auto;
	border-bottom:1px solid rgba(0,0,0,0.05);
	padding-bottom:20px;
	margin-bottom:20px;
}

.news-blockquote:last-child {
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.news-blockquote h3 {
	font-size:16px;
	line-height:24px;
	text-align:center;
	margin-bottom:0px;
}

.news-blockquote p {
	text-align:center;
	position:relative;
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #9c9999;
	font-size: 13px;
	text-transform: none;
}

.news-blockquote p a {
	color: #9c9999;
}

.news-blockquote a {
	color:#4d515c;
}

.news-blockquote strong {
	font-style:normal;
}

.latest-news li:last-child {
	margin-bottom:0px;
}

.latest-news h3 {
	margin-bottom:0px;
}

/* Sliders */

.slider-full .slick-initialized .slick-slide {
	margin:0;
}

.slider-left .slick-initialized .slick-slide, .slider-right .slick-initialized .slick-slide {
	margin:0;
}

.righty, .righty img {
	float:right;
}

.lefty, .lefty img {
	float:left;
}

#content-wrapper section .centered-row {
	padding:150px 0 !important;
}

#content-wrapper section .row {
	padding:150px 0;
}

#content-wrapper .row-testimonials, #content-wrapper .row-gallery, #content-wrapper .row-news {
	width:80%;
	margin:0 auto;
	max-width:1020px;
	padding-bottom:150px;
	position:relative;
}

#content-wrapper .testimonials .row, #content-wrapper .gallery .row {
	padding-bottom:0px;
	border-bottom:0px;
}

#content-wrapper section:first-child .row {
	border-top: none;
}

#content-wrapper .no-bottom {
	padding-bottom:0px !important;
}

.no-bottom .righty, .no-bottom .lefty {
	margin-bottom:0px;
}

#content-wrapper .gallery-section .row {
	padding:80px 0 50px 0; 
}

#content-wrapper section .offset {
	padding:90px 0 90px 0; 
}

.container #main section .offsetbottom {
	padding:90px 0 0px 0; 
}

.offsetbottom img {	
	margin-bottom:0px !important;
	border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

.offsetbottom {
	padding-bottom:0px !important;
}

.offsetbottom, .centered, .full-image {
	text-align:center;
}

.offsetbottom p {
	text-align:center;
	margin-bottom:30px !important;
	margin:0 auto;
	width:70%;
}

.odd {
	background:#F6F6F6;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	POST NAVIGATION
/*-----------------------------------------------------------------------------------*/

/* Load more navigation */

.load-content-posts {
	position:relative;
	text-align:left;
}

.load-content-posts a {
	color: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

.load-content-posts a:hover {
	text-decoration:underline;
}

/* Classic post navigation */

#post-navigation .full-one-half, #post-navigation .full-one-half {
    height: 100%;
    position: relative;
}

#post-navigation .full-one-half .next-post, #post-navigation .full-one-half .previous-post {
    height: 350px;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

#post-navigation .full-one-half .inner {
    z-index: 10;
    position: absolute;
    text-align: center;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#post-navigation .lead {
	margin:0 auto;
	font-size:16px;
}

#post-navigation .arrow {
	font-size:26px;
	padding-top:10px;
}

#post-navigation .main-title {
	font-size:20px;
}

#post-navigation .main-title, #post-navigation .main-title a {
	color:#FFF;
}

.post-navigation-inside .read-more {
	padding-bottom:15px;
}

#post-navigation .full-one-half .next-post:before, #post-navigation .full-one-half .previous-post:before {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.60;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    right: 0;
    width: 100.1%;
    height: 100%;
}

.post-navigation-inside a.full-block {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:2;
}

#post-navigation {
	width:100%;
	margin:0 auto;
	position:relative;
}

.post-navigation-inside {
	text-align:center;
	padding:0;
	position:relative;
}

.post-nav-left {
	float:left;
}

.post-nav-right {
	float:right;
}

.post-nav-index {
	float:left;
}

#nav-footer {
	background:#000;
}

.post-nav-left, .post-nav-right, .post-nav-index {
	position:relative;
	background:#000;
	text-align:center;
	width:33.333333%;
}

.post-nav-left.disabled, .post-nav-right.disabled {
	opacity:0.4;
}

.post-nav-left a, .post-nav-right a, .post-nav-right.disabled, .post-nav-left.disabled, .post-nav-index i {
	vertical-align:middle;
	color:#FFF;
	display:block;
	text-transform: uppercase;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding:35px;
    font-size: 12px;
    letter-spacing:1px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.post-nav-left a:before {
	font-family:"Ionicons";
	content: "\f124";
}

.post-nav-right a:before {
	font-family:"Ionicons";
	content: "\f125";	
}

.post-nav-index i {
	font-size:14px;
	padding:33px;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	COMMENTS SECTION
/*-----------------------------------------------------------------------------------*/

.comments {
	background:#F6F6F6;
	width: 100%;
}

#comments-title {
	font-family: "Noto Sans", sans-serif;
	background: #f1f1f1;
 	padding: 60px 0;
 	margin: 0 0 0 0;
 	text-align: center;
 	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

#comments-title:hover {
	background: #ebebeb;
	cursor: pointer;
	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.comments-open {
	border-bottom: solid 1px #e7e7e7; 
	margin-bottom: 60px !important;
}

#respond {
    margin: 100px 0 0 0;
    padding: 0px;
}

.comment #respond { 
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	padding-bottom: 10px;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

#respond label {
	text-transform: uppercase;
    	font-size: 11px;
    	font-weight: bold;
    	margin: 5px 0 0 15px;
    	color: #aaa;
    	position: absolute;
    	left: -999px;
}

#respond p {
	font-size:15px;
	position: relative;
	text-align:left;
}

#respond .required {
	color: #E75353;
	display: none;
}

#respond p { 
	margin-bottom: 30px; 
}

#respond .form-submit { 
	margin-bottom: 0px; 
}

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

#commentform  {
	width: 100%;
}

#respond input[type="text"], #respond textarea {
    border: none;
    color: #888;
	background: #fff;
    width: 100%;
    padding: 12px;
	font-size:14px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
}

#respond .comment-form-comment {
	width: 100%;
	display: inline-block;
}

#respond input:focus, #respond textarea:focus {
    	outline: none;
}

#respond textarea {
    	line-height: 22px;
    	width: 100%;
	resize:none;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	padding:0px;
	margin:0px;
	list-style-type: none !important;
	list-style:none;
}

.post-details {
	float:right;
	width:25%;
	height:auto;
}

.commentlist li.comment {
	position: relative;
   	padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    position: relative;
    list-style:none;
}

.commentlist li.comment:last-child {
    padding: 0 0 0px 0;
	margin: 0 0 0px 0;
    position: relative;
	max-width:100%;
    list-style:none;
}

.commentlist li.comment .children {
	padding:50px 0 0 0;	
	margin:50px 0 0 0;
}

.commentlist li.comment .children li.comment { 
	padding-left: 20px;
}

.children li.comment:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-block {
    	padding: 0;
	display:block;
}

.comment-text {
	position: relative;
}

.comment-text p {
	margin-bottom: 20px !important;
}

.comment-text .reply {
	margin-bottom: 0px !important;
}

.comment-text blockquote {
	background: #eee;
	color: #555;
	padding-bottom: 7px;
}

.comment-text blockquote:after {
	display: none;
}

.comment-text blockquote p { 
	padding-left: 0;
}

.reply a {
	font-size:12px;
	letter-spacing: 0px !important;
	line-height: 16px;
}

.reply a:hover {

}

.comments .children .reply { 
	text-align: left;
	margin-bottom:0px !important;
}

#cancel-comment-reply-link {
	position: relative;
	color: #9c9999;
    	margin: 0 0 0 0;
    	font-size: 9px;
    	text-transform: uppercase;
    	font-weight: bold;
    	display: inline-block;
    	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

#cancel-comment-reply-link:hover {
	color: #555;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

#cancel-comment-reply-link i {
	font-size: 18px;
	color: #5bad8a;
}

#cancel-comment-reply-link i:hover {
	color: #555;
	cursor: pointer;
}

.comments .logged-in-as {
	text-align: left;
	margin: 0px;
	padding:0px;
}

.comment-notes {
	text-align: left;
	margin: 0px;
	padding:0px;
}

.comment-notes .required {
	position: relative !important;
	top: auto !important;
	right: auto !important;
}

.comment-awaiting-moderation {
    	color: #555;
    	font-weight: bold;
    	font-size: 11px;
}

.vcard {
    	float: left;
}

.vcard h6 {
	padding-bottom: 5px;
    line-height: 1.1;
	padding-bottom:10px;
}

.vcard img {
    float: left;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}

.fn {
    float: left;
    font-style: normal;
    line-height: 14px;
	padding-bottom:10px;
    margin-top: 0;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
}

.fn a:hover {
	background: none;
	color: #4d515c;
}

.comment-info {
	margin-bottom: 40px;
	position: relative;
}

.comment-meta {
    float: left;
    margin: 0 0 0 20px;
    line-height: 11px;
    padding: 5px 0 0 0;
}

.comment-time {
    display: inline-block;
	color: #B0B8BD;
	font-size:12px;
	letter-spacing: 0px !important;
	line-height:16px;
	text-align: left;
	padding:0px;
}

.comment-time:hover {
	color: #9c9999;
}

.comment-edit-link {
	font-size: 11px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	margin: -44px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	FOOTER
/*-----------------------------------------------------------------------------------*/

#footer h2 {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size:12px;
	padding-bottom:15px;
	line-height:1.2;
	font-weight:bold;
	display:block;
	letter-spacing:2px !important;
	color:#FFF;
	text-transform:uppercase;
	word-wrap: break-word;
}

.footer-widget {
	text-align: center;
	position:relative;	
}

.footer-widget .widget {
	margin-bottom:30px;
}

.footer-widget .widget:last-child {
	margin-bottom:0px;
}

.footer-widget:nth-child(3) {
	margin-right:0px;
}

#footer {
	padding:60px 0;
	font-family: "Open Sans", sans-serif;
	font-size:14px;
	color:#666;
}

#footer .footer-widgets {
	padding: 60px 0 30px 0;
}

#footer .footer-bottom {
	padding-bottom:60px;
}

#footer .columns {
	margin:50px 0;
	text-align:center;
}

#footer form p {
	display: inline-block;
	text-align: left;
	margin-bottom: 0px !important;
}

#footer {
	font-size:14px;
	-webkit-backface-visibility: hidden;
	position:relative;
	width:100%;
	background-color:#141514;
  	background-position:center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

#footer ul.footer-menu {
	list-style:none;
	margin:0;
	padding-bottom:10px;
	text-align:center;
}

#footer ul.footer-menu li {
	display:inline-block;
	padding:0px 5px;
}

#footer ul.footer-menu li a:hover {
	color:#FFF;
}

#footer, #footer a {
	color:#666;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer a:hover {
	color:#FFF;
}

#footer .copyright {
	text-align:center;
	line-height:40px;
	font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#footer .copyright, #footer .copyright a {
	color: #3c3c3d;
}

#footer .main-menu-footer .footer-nav {
	float:right;
	padding-right:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	13.	FOOTER & SIDEBAR WIDGET AREAS
/*-----------------------------------------------------------------------------------*/

#footer select {
	width:100%;
	padding: 15px;
	font: 14px 'Open Sans', serif !important;
	background:#000;
  	position: relative;
  	color: #666;
  	font-weight: 400;
}

#footer input[type="text"], #footer input[type="email"], #footer input[type="url"], #footer input[type="password"], #footer input[type="search"], #footer input[type="number"], #footer input[type="date"], #footer input[type="datetime"], #footer input[type="datetime-local"], input[type="week"], #footer input[type="tel"], #footer input[type="time"], input[type="month"], #footer input[type="tel"], #footer textarea {
	background-color:#000;
	font: 14px 'Open Sans', serif !important;
  	color: #666;
  	width:100%;
}

.slider-container {
	overflow:hidden;
}
.price_slider_wrapper {
	padding-top:20px;
}

#footer .widget img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#footer .widget img:hover {
	opacity:0.8;
}

#footer ul {
	list-style:none;
	padding-left:0px;
	margin:0;
}

#footer ul.sub-menu li a, #footer ul.children li a {
	padding-top:5px;
	margin-top:5px;
	padding-left:15px;
}

#footer ul.sub-menu li:first-child, #footer ul.children li:first-child {
	margin-top:10px;
}

#footer .widget ul li.page_item_has_children, #footer .widget ul li.menu-item-has-children {
	padding-right:0px;
}
#footer .widget ul li {	
  	position: relative;
  	padding: 0px 0px 5px 0;
	padding-left:0px;
}

#footer .widget ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none !important;
}

#footer .widget_meta {}

#footer .widget_meta ul {
	list-style:none;
}

#footer .widget_meta ul li a {}

#footer .widget_links {}

#footer .widget_links ul {
	list-style:none;
}

#footer .widget_links ul li a {}

#footer .widget_twitter ul {
	list-style:none;
}

#footer .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#footer .widget_archive {}

#footer .widget_archive ul {
	list-style:none;
}

#footer .widget_archive ul li a {}

#footer .widget_archive option {}

#footer .widget_pages {}

#footer .widget_pages ul {
	list-style:none;
}

#footer .widget_pages ul li a {}

#footer .widget_links {}

#footer .widget_links li:after {}

#footer .widget_links li:before {}

#footer .widget_tag_cloud {}

#footer .widget_tag_cloud a {}

#footer .widget_tag_cloud a:after {}

#footer .widget_tag_cloud a:before {}

#footer .widget_calendar {}

#footer #calendar_wrap {
	width:100%;
	overflow:auto;
}

#footer #calendar_wrap th {}

#footer #calendar_wrap td {}

#footer #wp-calendar tr td {}

#footer #wp-calendar caption {
	text-align:left;
}

#footer #wp-calendar a {}

#footer #wp-calendar #today {}

#footer #wp-calendar #prev {}

#footer #wp-calendar #next {}

#footer #wp-calendar #next a {}

#footer #wp-calendar #prev a {}

#footer .widget_categories {}

#footer .widget_categories ul {
	list-style:none;
}

#footer .widget_categories ul ul.children {}

#footer .widget_categories a {}

#footer .widget_categories select.postform {}

#footer .widget_categories option {}

#footer .widget_categories .level-0 {}

#footer .widget_categories .level-1 {}

#footer .widget_categories .level-2 {}

#footer .widget_categories .level-3 {}

#footer .recentcomments {}

#footer #recentcomments {}

#footer #recentcomments li {}

#footer #recentcomments li a {}

#footer .widget_recent_comments {}

#footer .widget_recent_entries {}
#footer .widget_recent_entries ul {
	list-style:none;
}

#footer .widget_recent_entries ul li a {}

#footer .widget_links ul li a {}

#footer .widget_archive {}

#footer .widget_archive ul {
	list-style:none;
}

#footer .widget_archive ul li a {}

#footer .widget_archive option {}

#footer .widget_pages {}

#footer .widget_pages ul {}

#footer .widget_pages ul li {}

#footer .widget_pages ul li a {}

#footer .widget_links {}

#footer .widget_links li:after {}

#footer .widget_links li:before {}

#footer .widget_tag_cloud {}

#footer .widget_tag_cloud a {}

#footer .widget_tag_cloud a:after {}

#footer .widget_tag_cloud a:before {}

#footer .widget_calendar {}

#footer #calendar_wrap {
	width:100%;
	-webkit-box-sizing: border-box; 
  	-moz-box-sizing: border-box;    
  	box-sizing: border-box;
}

#footer #wp-calendar {
	border:none;
	width:100%;
	font-size:12px;
	font-weight:300;
	border-collapse:separate;
	border-spacing:8px;
	margin-left:-2px;
}

#footer #wp-calendar caption {
	display:none;
}

#footer #wp-calendar tbody td {
	margin-bottom:10px;
	text-align:center;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	padding:0px;
}

#footer #wp-calendar tbody td:hover {
	border-color:#e2e2e2;
}

#footer #wp-calendar tbody td.pad {
	border:0;
}

#footer #wp-calendar tbody td#today {
	color:#6eded6;
	border-color:#6eded6;
}

#footer #wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next a {
	font-size:12px;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
	bottom:-9px;
	margin-bottom:1px;
}

#footer #wp-calendar tfoot td#prev {
	text-align:left;
}

#footer #wp-calendar tfoot td#next {
	text-align:right;
}

#footer #wp-calendar thead th {
	font-size:13px;
	font-weight:400;
	text-align:center;
	padding-bottom:10px;
	border:none;
}

#footer #calendar_wrap th {border:none;}

#footer #calendar_wrap td {border:none;}

#footer #wp-calendar tr td {border:none;}

#footer #wp-calendar caption {}

#footer #wp-calendar a {}

#footer #wp-calendar #today {}

#footer #wp-calendar #prev {}

#footer #wp-calendar #next {}

#footer #wp-calendar #next a {}

#footer #wp-calendar #prev a {}

#footer .widget_categories {}

#footer .widget_categories ul {}
 
#footer .widget_categories ul ul.children {}

#footer .widget_categories a {}

#footer .widget_categories select{}

#footer .widget_categories select.postform {}

#footer .widget_categories option {}

#footer .widget_categories .level-0 {}

#footer .widget_categories .level-1 {}

#footer .widget_categories .level-2 {}

#footer .widget_categories .level-3 {}

#footer .recentcomments {}

#footer #recentcomments {}

#footer #recentcomments li {}

#footer #recentcomments li a {}

#footer .widget_recent_comments {}

#footer .widget_recent_entries {}
#footer .widget_recent_entries ul {
	list-style:none;
}

#footer .tagcloud .wp-tag-cloud li {
	border-bottom:none !important;
	padding:0;
	padding-left:0px;
	position:relative;
	display:inline-block;
}
#footer .tagcloud a {
	background:#000;
	position:relative;
	color:#666;
	padding: 6px 10px;
  	font-family: 'Open Sans', sans-serif;
  	font-size: 13px !important;
	margin:5px 0;
	display:inline-block;
}

#footer .tagcloud a:hover {}

#footer .widget_recent_entries {
}

/*-----------------------------------------------------------------------------------*/
/*	14.	STANDARD WORDPRESS
/*-----------------------------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

sup{
	font-size:xx-small; 
	vertical-align:top;
} 

sub{
	font-size:xx-small; 
	vertical-align:bottom;
} 

body .float-right {
	float:right;
}

body .float-left {
	float:left;
}

ul, ol {
	margin: 0 0 60px 18px;
	padding:0px;
}

li > ul, li > ol {
	margin-bottom:0;
}

ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 60px;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 60px;
}

.search-form {
	position: relative;
}

.bypostauthor {}

.archive .gallery-wrap, .search .gallery-wrap {
	display: none;
}

.gallery-wrap {
	margin-bottom: 25px;
}

.sticky {}

.wp-caption {
	font-size:12px;
	margin:0 0 30px 0;
	padding:10px 0 0 0 !important;
    max-width: 100%; /* Image does not overflow the content area */
    text-align: left;
    text-transform: none;
	overflow:hidden;
}

body .alignnone p.wp-caption-text {
	padding:3px 40px !important;
}

.wp-caption p.wp-caption-text {
	position:relative;
    font-size: 14px !important;
    margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;	
	text-align:right;
	text-transform:none;
}

.wp-caption.alignnone { 
	margin: 0px 0px 30px 0; 
}

.wp-caption.alignleft { 
	margin: 5px 40px 10px 0; 
}

.wp-caption.alignright { 
	margin: 5px 0 10px 40px; 
}

img.alignleft, img.alignright {
	padding: 5px;
}

img.alignleft {
	margin: 5px 40px 10px 0;
}

img.alignright {
	margin: 5px 0 10px 40px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow:hidden;
}

#widget {
	width:100%;
}

.gallery {
	text-align: center;
}

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

.gallery-item {
	display: inline-block !important;
	float:left !important;
    	margin-right: 2px;
    	margin-bottom: 2px;
	width:33% !important;
}

.gallery-icon {}

.gallery-item img {
    	height: auto;
    	padding: 5px;
    	border: solid 1px #e6e6e6 !important;
}

.widgetContainer {
	position: absolute;
	max-width: 700px;
	min-width: 288px;
	height: 100%;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
}

blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
}

li.categories {}  

li.cat-item {}

li.cat-item-{id} {}

li.current-cat {}

li.current-cat-parent {}

.comment-block .children {
	padding: 30px 0 0px 0;
	margin: 30px 0 0px 0;
}

.linkcat {}

.blogroll {}

/*-----------------------------------------------------------------------------------*/
/*	15.	SCRIPTS & INCLUDES STYLES
/*-----------------------------------------------------------------------------------*/

/* Slick Slider */

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list {}
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; position:relative; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; position:relative;}
.slick-slide .back-image {  background:#000000; position:absolute; top:0; bottom:0; height:100%; width:100%; display:block; z-index:-1;}
.slick-slide .back-image-testimonial {  background:#000000; position:absolute; top:1px; left:1px; bottom:0; height:98%; width:98%; display:block; z-index:-1; border-radius:55%;}
.image-info {position: relative;display: block;background: #fff;padding: 15px 15px 25px;text-align: center;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide {margin:0px 40px; display: block; }
.testimonial-slider .slick-initialized .slick-slide {margin:0px 0px;}
.slick-initialized .slick-slide img {-webkit-transition: opacity 0.5s ease-in-out;-moz-transition: opacity 0.5s ease-in-out;transition: opacity 0.5s ease-in-out; }
.testimonial-slider .slick-initialized .slick-slide img {opacity:1.0;-webkit-transition: opacity 0.5s ease-in-out;-moz-transition: opacity 0.5s ease-in-out;transition: opacity 0.5s ease-in-out; }
.slick-initialized .slick-center { opacity: 1; transition: all 300ms ease; }
.slick-initialized .slick-center { transition: all 300ms ease; }
.slick-initialized .slick-center img { opacity:1.0; }
.testimonial-slider  .slick-initialized .slick-center img { opacity:1.0; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { z-index:90; position: absolute; display: block; line-height: 0; font-size: 0; cursor: pointer; top:50%; background: transparent; color: transparent; padding: 0; border: none; outline: none;width:60px; height:60px;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { background:none;outline: none; color: transparent; }
.slick-prev:hover:before, .slick-next:hover:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 1; }

.slick-prev:before, .slick-next:before { font-family: "Ionicons"; font-size: 30px; line-height: 1; color: #9c9999; opacity: 1; -webkit-font-smoothing: antialiased; -webkit-transition: opacity 0.5s ease-in-out; -moz-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out;}

.slick-prev { left: 30px; margin-top:-30px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content:"\f3d5"; }
[dir="rtl"] .slick-prev:before { content:"\f3d5"; }

.slick-next { right: 30px; margin-top:-30px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "\f3d6"; }
[dir="rtl"] .slick-next:before { content: "\f3d6"; }

.slider-nav {
	width:80%;
	max-width:960px;
	margin:0 auto;
}

/* Dots */
.extra-topping {padding-top:150px;}

.testimonial-slider .slick-slider { margin-bottom:40px; }
.testimonial-slider .extra-bottom { margin-bottom:150px; }

.slick-initialized .slick-slide:hover img {
	opacity:1.0;
}
.slick-dots li {
	display: inline-block;
	position:relative;
	width: 6px;
	height: 6px;
	cursor:pointer;
	margin: 0px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #d2d8d9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-dots li:hover, .slick-dots li.slick-active {
	background:#6eded6;
}

.slick-dots { line-height:1; margin:30px 0 0 0; position: relative; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 6px; width: 6px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.testimonial-slider .slick-initialized .slick-slide {
}

/* Mobile menu */

.mobile-open {
	line-height:40px;
	float:right;
	display:inline-block;
	cursor:pointer;
	padding-left:20px;
	font-size:28px;
	color: #9c9999;
}

.mobile-menu-block {
	display:none;
	width:100%;
	text-align:center;
	padding:10px 0;
	background:#000;
}

.mobile-open i {
	vertical-align:bottom;
}

.floating-menu {
	opacity:0;
	z-index:-1;
	visibility:hidden;
	color:#FFF;
	position:fixed;
	top:50px;
	right:50px;
	padding: 5px 17px;
	background:#141514;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sb-active-right .floating-menu.shown {
	z-index:-1;
	opacity:0;
	visibility:hidden;
}

.floating-menu.shown {
	z-index:90;
	opacity:1;
	visibility:visible;
}

/* Mobile navigation */

.collapse-darker {
	padding:40px 0;
	background:url(images/darker.png);
}

#collapse ul {
	padding-left:0px;
	margin-left:0px;
}

.mobile-menu-inner .nav-mobile li {
	color: #888b8e;
	display: inline-block;
	padding:0px;
	position:relative;
	margin-top: 1%;
	margin-bottom:1%;
	cursor: pointer;
	width: auto;
	width:100%;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.mobile-menu-inner .nav-mobile li a {
	color: #888b8e;
	font-weight:bold;
    display: inline-block;
	text-align:right;
	padding:2px 0;
	line-height:1.1;
    font-family: 'Raleway', serif;
	font-size: 9px;
    text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    vertical-align:middle;
	
}

.mobile-menu-inner .nav-mobile .current-menu-item > a, .mobile-menu-inner .nav-mobile a:hover, .mobile-menu-inner .nav-mobile a.selected {
	color: #FFF;
	opacity:1.0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.mobile-menu-inner .nav-mobile li a {
	color: #FFF;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

.mobile-menu a {
	padding:15px 0;
	margin-bottom:0px;
	color: #FFF;
	position: relative;
	font-size:15px;
	text-align:center;
}

.collapse-menu-inner {
	padding:15px 0;
	width:80%;
	margin:0 auto;
	text-align:center;
}

/* custom blockquotes layout */

.image-blockquote {
	border-radius: 50%;
	position:relative;
	width:70px;
	height:70px;
	margin:0 auto 30px;
  	background-position:center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.inner-blockquote {
	position:relative;
	width:60%;
	float:none;
	margin:0 auto;
}

.title-blockquote {
	float:right;
	width:75%;
}

.title-blockquote h4 {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-align:left;
	color: #4d515c;
	position: relative;
	letter-spacing: 0px;
	font-size:12px;
	text-transform: uppercase;
}

.under-blockquote {
	padding:0 20px;
	display:block;
	position:relative;
}

.under-blockquote h4 {
	line-height:43px;
	margin:0;
}

.slick-initialized .slick-center .text-blockquote {
	background:#6eded6;
}

.testimonial {
	background:#F6F8FB;
}

.text-blockquote-inner {
	padding:20px;
}

.text-blockquote div.author {
	font-size:11px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:0;
}

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

.text-blockquote p {
	padding-bottom:30px;
	max-width:650px;
	margin:0 auto;
}

.text-blockquote strong {
	font-style:normal;
}


/* Mailchimp for WordPress */

.mc4wp-form label {
	display:none;
}

.mc4wp-alert, .mc4wp-success {
	display:block;
	color:#FFF;
	width:100%;
}

/* Jquery Preloader with custom css animation - http://tobiasahlin.com/spinkit/ */

.nopreload .fadeIn, .nopreload .pulse, .nopreload .tada, .nopreload .bounce, .nopreload .flipInX, .nopreload .flipInY, .nopreload .fadeInLeft, .nopreload .fadeInRight, .nopreload .fadeInUp, .nopreload .fadeInDown, .nopreload .bounceInLeft, .nopreload .bounceInRight, .nopreload .bounceInUp, .nopreload .bounceInDown, .nopreload .fadeIn, .nopreload .fadeInSlower {
	opacity:0;
	-webkit-animation-name: none;
	animation-name: none;
} 

.load8 .loader {
  margin: 30px auto;
  font-size: 4px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #6eded6;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.nopreload {
	overflow-y: hidden;
	overflow-x: hidden;
}

#loader {
	text-align:center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity:1; 
	width: 100%;
	height: 100%;
	background-color: #141514;
	z-index: 9999;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#loader.loaded {
  	opacity: 0;
  	visibility:hidden;
  	z-index:-1;
}

#nprogress {
  	pointer-events: none;
}

#nprogress .bar {
	z-index:99999;
  	background:#6eded6;
  	position:fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 3px;
}

.nprogress-custom-parent {
  	overflow: hidden;
  	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  	position: absolute;
}

/* Mobile menu */

.mobile-menu {
	display:none;
}

.mobile-menu-inner .nav-mobile li {
	color: #fff;
	display: inline-block;
	position:relative;
	margin-top: 1%;
	margin-bottom:1%;
	font-weight: 400;
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 20px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	width:100%;
	text-align:center;
	padding: 6px 20px 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.mobile-menu-inner .nav-mobile li:hover {
	
}

.mobile-menu-inner .nav-mobile li:hover a {
	color: #fFF;	
}

.mobile-menu-inner .nav-mobile li a {
	color: #FFF;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

#collapse {
	display:none;
}

.collapse-darker {
	-webkit-box-shadow: inset 0px -8px 3px -10px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0px -8px 3px -10px rgba(0,0,0,0.3);
	box-shadow: inset 0px -8px 3px -10px rgba(0,0,0,0.3);
}

.mobile-menu .row {
	text-align:center;
}

.collapse-menu-bg {
	background:rgba(0,0,0,0.2);
}

.mobile-menu .toggle-sidebar {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	padding:15px 0px;
	margin:0 auto;
	color: #FFF;
	float:none;
	position: relative;
	font-size:16px;
	text-align:center;
}

/* Nano scroller */

.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

/* Slidebars 0.10.3 (http://plugins.adchsm.me/slidebars/) written by Adam Smith (http://www.adchsm.me/) released under MIT License (http://plugins.adchsm.me/slidebars/license.txt) */
#sb-site,.sb-site-container,.sb-slidebar,body,html{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}body,html{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%;height:auto;position:relative}html.sb-scroll-lock.sb-active:not(.sb-static){overflow:hidden}#sb-site,.sb-site-container{width:100%;min-height:100vh;position:relative;z-index:1;}#sb-site:after,#sb-site:before,.sb-site-container:after,.sb-site-container:before{content:' ';display:table;clear:both}.sb-slidebar{height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;display:none;background-color:#222}.sb-slidebar,.sb-slidebar *{-webkit-transform:translateZ(0px)}.sb-left{left:0}.sb-right{right:0}.sb-slidebar.sb-static,html.sb-static .sb-slidebar{position:absolute}.sb-slidebar.sb-active{display:block}.sb-style-overlay{z-index:9999}.sb-momentum-scrolling{-webkit-overflow-scrolling:touch}.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}@media (max-width:460px){.sb-slidebar{width:70%}.sb-width-thin{width:55%}.sb-width-wide{width:85%}}@media (min-width:481px){.sb-slidebar{width:55%}.sb-width-thin{width:40%}.sb-width-wide{width:70%}}@media (min-width:768px){.sb-slidebar{width:40%}.sb-width-thin{width:25%}.sb-width-wide{width:55%}}@media (min-width:992px){.sb-slidebar{width:30%}.sb-width-thin{width:15%}.sb-width-wide{width:45%}}@media (min-width:1200px){.sb-slidebar{width:20%}.sb-width-thin{width:5%}.sb-width-wide{width:35%}}#sb-site,.sb-site-container,.sb-slide,.sb-slidebar{-webkit-transform:translate(0px);-moz-transform:translate(0px);-o-transform:translate(0px);transform:translate(0px);-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left,right;-webkit-backface-visibility:hidden}.sb-hide{display:none}