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

	Theme Name: Fayce
	Theme URI: http://playnethemes.com
	Description: A beautiful, simple way to display your creative content to the world.
	Author: Playne Themes
	Author URI: http://playnethemes.com
	Version: 1.0
	Tags: blue, light, one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-colors, custom-header, custom-menu, 			editor-style, featured-image-header, featured-images, post-formats, sticky-post, theme-options, translation-ready
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

---------------------------------------------------------------------------------------

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

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


/*-----------------------------------------------------------------------------------*/
/*	1.	RESETS & CLEARFIX
/*-----------------------------------------------------------------------------------*/

/* Fix for google chrome bug with custom fonts */

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.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; } 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: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

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

body {
    	font: 15px/28px "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a4a9b5;
	background:#FFF;
	margin:0;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

img { 	
	border-style: none; 
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}

a { 
	color:#74bee1;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	color: #555;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input, textarea, select {
    	vertical-align: middle;
    	font: 14px "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a4a9b5;
}

form, fieldset {
    	margin: 0;
    	padding: 0;
    	border-style: none;
	width:100%;
}

hr {
    	margin: 20px 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;
}

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

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

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

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

blockquote {
	padding-left:0px;
	border-left:2px solid rgba(0,0,0,0.04);
	padding-top:0px;
	margin-bottom:30px;
}

blockquote p {
	padding-left:20px;
	color: #a4a9b5;
}

::selection { 
	background:rgba(0,0,0,0.2);
	color:#FFF;
}

::-moz-selection { 
	background:rgba(0,0,0,0.2);
	color:#FFF;
}

::-webkit-selection { 
	background:rgba(0,0,0,0.2);
	color:#FFF;
}

ul {
	display: block;
	list-style-type: disc;
	padding-left:20px;
}

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


/*-----------------------------------------------------------------------------------*/
/*	3.	SPECIALS
/*-----------------------------------------------------------------------------------*/

/* Zilla dribbble widget */

.zilla-dribbble-shots li:nth-child(2n+2) {
	margin-right:0%;
}

.zilla-dribbble-shots li a:before {
	content:"" !important;
	margin-right:0px !important;
}

.zilla-dribbble-shots li {
	width:100%;
	margin-right:0%;
	float:left;
	margin:0px;
}

/* Custom skillbar title */

.skillbar {
	margin-bottom:30px;
}

.skillbar-title {
	font-size: 12px;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

/* Ajax loadingbar animation */

#loadingbar {
	position: fixed;
  	z-index: 2147483647;
  	top: 0;
  	left: -6px;
  	width: 1%;
  	height: 3px;
  	background: #74bee1;
  	-moz-border-radius: 1px;
  	-webkit-border-radius: 1px;
  	border-radius: 1px;
  	-moz-transition: all 500ms ease-in-out;
  	-ms-transition: all 500ms ease-in-out;
  	-o-transition: all 500ms ease-in-out;
  	-webkit-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}

#loadingbar.left {
  	left: 100%;
  	right: 0px;
  	width: 100%;
}

#loadingbar.up {
  	left: 0px;
  	top: 100%;
  	width: 5px;
  	bottom: 0px;
  	height: 100%;
}

#loadingbar.down {
  	left: 0;
  	width: 5px;
  	height: 0;
}

#loadingbar.waiting dd, #loadingbar.waiting dt {
  	-moz-animation: pulse 2s ease-out 0s infinite;
  	-ms-animation: pulse 2s ease-out 0s infinite;
  	-o-animation: pulse 2s ease-out 0s infinite;
  	-webkit-animation: pulse 2s ease-out 0s infinite;
  	animation: pulse 2s ease-out 0s infinite;
}

#loadingbar dt {
	opacity: .6;
	width: 180px;
	right: -80px;
	clip: rect(-6px,90px,14px,-6px);
}

#loadingbar dd {
  	opacity: .6;
  	width: 20px;
  	right: 0;
  	clip: rect(-6px,22px,14px,10px);
}

#loadingbar dd, #loadingbar dt {
  	position: absolute;
  	top: 0;
  	height: 3px;
  	-moz-box-shadow: #74bee1 1px 0 6px 1px;
  	-ms-box-shadow: #74bee1 1px 0 6px 1px;
  	-webkit-box-shadow: #74bee1 1px 0 6px 1px;
  	box-shadow: #74bee1 1px 0 6px 1px;
  	-moz-border-radius: 100%;
  	-webkit-border-radius: 100%;
  	border-radius: 100%;
}

#loadingbar.left dt {
	opacity: .6;
	width: 180px;
	left: -4px;
	clip: rect(-6px,185px,14px,25px);
}

#loadingbar.left dd {
  	opacity: .6;
  	width: 20px;
  	left: 0;
  	margin: 0;
  	clip: rect(-6px,22px,14px,0px);
}

#loadingbar.left dd, #loadingbar.left dt {
  	top: 0;
  	height: 2px;
}

#loadingbar.down dt {
  	opacity: .6;
  	height: 180px;
  	top: auto;
  	bottom: -47px;
  	clip: rect(-6px,20px,130px,-6px);
}

#loadingbar.down dd {
  	opacity: .6;
  	height: 20px;
  	top: auto;
  	bottom: 0;
  	clip: rect(-6px,22px,20px,10px);
  	margin: 0;
}

#loadingbar.down dd, #loadingbar.down dt {
  	left: -5px;
  	right: auto;
  	width: 10px;
}

#loadingbar.up dt {
  	opacity: .6;
  	height: 180px;
  	bottom: auto;
  	top: -10px;
  	clip: rect(13px,20px,190px,-6px);
}

#loadingbar.up dd {
  	opacity: .6;
  	height: 20px;
  	bottom: auto;
  	top: 0;
  	clip: rect(-6px,22px,25px,10px);
  	margin: 0;
}

#loadingbar.up dd, #loadingbar.up dt {
  	left: -5px;
  	right: auto;
  	width: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	ANIMATIONS
/*-----------------------------------------------------------------------------------*/

/* Animation for loadingbar */

@keyframes pulse {
  	30% { opacity:0.6; }
  	60% { opacity:0; }
  	100% { opacity:0.6; }
}

@-moz-keyframes pulse {
  	30% { opacity:0.6; }
  	60% { opacity:0; }
  	100% { opacity:0.6; }
}

@-ms-keyframes pulse {
 	30% { opacity:0.6; }
  	60% { opacity:0; }
  	100% { opacity:0.6; }
}

@-webkit-keyframes pulse {
  	30% { opacity:0.6; }
  	60% { opacity:0; }
  	100% { opacity:0.6; }
}

/* Animation for close button */

@-webkit-keyframes spin {
    	0% { -webkit-transform: rotate(0deg); }
    	100% { -webkit-transform: rotate(359deg); }
}

@-moz-keyframes spin {
    	0% { -moz-transform: rotate(0deg); }
    	100% { -moz-transform: rotate(359deg); }
}

@-o-keyframes spin {
    	0% { -o-transform: rotate(0deg); }
    	100% { -o-transform: rotate(359deg); }
}

@-ms-keyframes spin {
    	0% { -ms-transform: rotate(0deg); }
    	100% { -ms-transform: rotate(359deg); }
}

@keyframes spin {
    	0% { transform: rotate(0deg); }
    	100% { transform: rotate(359deg); }
}

/* Animation for second effect inside header */

.animated-longer {
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}

/* Standard animation */

.animated {
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}

/* Fade in to top */

@-webkit-keyframes fadeInUp {
  	0% {
    	opacity: 0;
    	-webkit-transform: translateY(20px);
    	transform: translateY(20px);
  	}

  	100% {
    	opacity: 1;
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
  	}
}

@keyframes fadeInUp {
  	0% {
    	opacity: 0;
    	-webkit-transform: translateY(20px);
    	-ms-transform: translateY(20px);
    	transform: translateY(20px);
  	}

  	100% {
   	opacity: 1;
    	-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
  	}
}

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

/* Fade in to bottom */

@-webkit-keyframes fadeInDown {
  	0% {
    	opacity: 0;
	z-index:1;
    	-webkit-transform: translateY(-20px);
    	-ms-transform: translateY(-20px);
    	transform: translateY(-20px);
  	}

  	20% {
    	opacity: 0;
	z-index:1;
    	-webkit-transform: translateY(-20px);
    	transform: translateY(-20px);
  	}

  	100% {
    	opacity: 1;
	z-index:1;
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
  	}
}

@keyframes fadeInDown {
  	0% {
    	opacity: 0;
	z-index:1;
    	-webkit-transform: translateY(-20px);
    	-ms-transform: translateY(-20px);
    	transform: translateY(-20px);
  	}

  	20% {
    	opacity: 0;
	z-index:1;
    	-webkit-transform: translateY(-20px);
    	-ms-transform: translateY(-20px);
    	transform: translateY(-20px);
  	}

  	100% {
    	opacity: 1;
	z-index:1;
    	-webkit-transform: translateY(0);
    	-ms-transform: translateY(0);
    	transform: translateY(0);
  	}
}

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

/*-----------------------------------------------------------------------------------*/
/*	5.	TEXT STYLES
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    	margin: 0px 0 25px 0;
    	line-height: 1.4em;
	color: #ccc;
	font-size: 24px;
	line-height: 34px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1 { 
	font-size: 34px;
	line-height: 40px;
}

h2 { 
	font-size: 28px;
	line-height: 32px;
 }

h3 { 
	font-size: 22px;
	line-height: 30px;
}

h4 { 
	font-size: 18px;
	line-height: 22px;
}

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

h6 { 
	font-size: 12px;
	font-weight: 400;
}

/*-----------------------------------------------------------------------------------*/
/*	6.	HEADER
/*-----------------------------------------------------------------------------------*/

/* Logo */

.logo {
    display: inline-block;
    text-indent: -9999px;
    margin: 0;
    text-align:center;
}

.logo-image {
	text-align:left;
	display:inline-block;
	margin:0 auto;
	max-width:300px;
	height:auto;
}

.logo-image img {
	max-width: 100%;
	height: auto;
	position:relative;
}

.logo-text {
    	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:16px;
	margin:0px;
	text-transform: uppercase;
	letter-spacing: 2px;
   	line-height: 30px;
    	padding: 0;
    	text-align:left;
    	float:left;
}

.logo-text a { 
	 color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.logo-text a:hover {
	color: transparent !important;
	text-shadow: 0px 0px 5px white;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transition: .1s ease-in; 
}

/* Header text and intro */

.intro-header {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase !important;
	text-align:center;
	color:#FFF;
	margin-bottom:10px;
	letter-spacing: 1px;
}

.intro-text {
	text-align:center;
	max-width:850px;
	color:#F4F4F4;
	margin:0 auto;
	font-size: 24px;
	line-height:34px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 1px;
}

.page-intro-text {
	text-align:left;
	max-width:550px;
	margin:0 auto;
	font-size: 20px;
	line-height:34px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	float:left;
	text-transform: none;
	letter-spacing: 1px;
}

.page-intro-text a {
	color:#a4a9b5;
}

.page-intro-text a:hover {
	color:#4d515c;
}

.header-inner {
	position: relative;
	width: 80%;
	max-width:960px;
	padding:180px 0 225px 0;
	margin: 0 auto;
	display:block;
	text-align:left;
}

/* Main header */

header {
	margin-bottom:0px;
}

.header {
	position: relative;
	width: 100%;
	display: block;	
	padding-top:0px;
}

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

.down-arrow a {	
	color:#F4F4F4;
}

.darkened {
	background: url(images/bg03.png);
	background: rgba(0,0,0,0.3);
}

.header-top {
	width: 100%;
	display: block;	
	padding-top:0px;
}

.header-overlay {
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, .25);
}

.header-top-inner {
	width: 80%;
	max-width: 960px;
	display:block;
	margin:0 auto;
	padding:45px 0;
	font-size:12px;
}

.header-titles-wrapper {
	background:#f2f5f6;
	position:relative;
}

.header-top-titles {
	width: 80%;
	max-width: 960px;
	display:block;
	margin:0 auto;
	padding:55px 0;
	font-size:12px;
}

.error404 .post .search-form {
	margin-top: 30px;
	margin: 0 auto;
	position: relative;
}

.error404 .post .search-form-input {
	padding: 10px 86px 10px 20px;
	font-size: 20px;
	padding-right:20px;
	width: 100%;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #EEE;
}

.error404 .post .search-form .submit {
	position: absolute;
	display:none;
}

.error404 .post .entry-content {
	padding-bottom: 65px;
	padding-top: 65px;
}

.navigation {
	display:inline-block;
	float:right;
	line-height:30px;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	NAVIGATION
/*-----------------------------------------------------------------------------------*/

.nav a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	color: #FFF;
    	padding: 0px;
    	display: block;
	text-align:left;
    	font-size: 10px;
    	font-weight: 600;
    	line-height: 30px;
    	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    	vertical-align:middle;
	border-bottom:1px solid rgba(255,255,255,0);
	
}

.nav a:hover {
    	cursor: pointer;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#FFF;
}

.nav .current-menu-item > a, .nav a:hover {
	color: #FFF;
	border-bottom:1px solid #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav > li {
    	float: left;
    	padding: 0;
    	margin: 0px;
    	display: inline;
}

.nav, .nav ul {
    	margin: 0 0 0 0;
    	padding: 0;
    	list-style-type: none;
    	list-style-position: outside;
    	position: relative;
}

.nav li {
	display:block;
    	float: left;
    	position: relative;
	padding-left:20px;
	line-height:30px;
}

.nav li:last-child {
	margin-right: 0;
}

.nav ul {
	position: absolute;
	display: none;
	z-index:9000;
	width: 180px;
	top: 30px;
	padding-bottom: 5px;
	left: 0px;
	padding-top: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav .sub-menu {
	margin: 0;
}

.nav .sub-menu .current-menu-item a {
	color:#FFF;
	border-bottom: solid 1px rgba(0,0,0,0.04);
}

.nav li ul li { 
	padding: 0px;
	background: #2a2f35;
	z-index:999;
	text-align:left;
}

.nav li ul a, .nav li ul li a {
    	width: 110px;
    	height: auto;
    	float: left;
	padding: 10px 20px;
    	color:#616666;
	background: url(images/bg03.png);
	background: rgba(0,0,0,0.3);
    	border-bottom: solid 1px rgba(0,0,0,0.04);
    	font-size: 10px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav li ul a:hover, .nav li ul li a:hover {
    	border-bottom: solid 1px rgba(0,0,0,0.04);
}

.nav li ul li:first-child a {
	padding-top:10px;
	border-top: none;
}

.nav li ul li:last-child a {
	border-bottom: none;
}

.nav li .current-menu-item ul li a {
	color:#FFF;
}

.nav li ul li .current-menu-item {
	border-bottom: none !important;
	color:#FFF !important;
}

.nav li ul a {
    	border-bottom:none;
}

.nav li ul a:hover {
    	height: auto;
    	float: left;
    	color:#FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav li ul li:last-child {
    	border-bottom: none;
}

.nav li ul li ul {
    	padding: 0;
}

.nav ul ul { 
	top: auto; 
}

.nav li ul ul {
    	left: 150px;
    	margin: 0 0 0 10px;
}

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

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

/* 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;
}

.mobile-menu h3 {
	background:url(images/bg03.png);
	background:rgba(0,0,0,0.3);
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	padding:15px 0;
	margin-bottom:0px;
	color: #616666;
	position: relative;
	font-size:20px;
	text-align:center;
}

.nav-mobile a {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	color: #FFF;	
	opacity:0.7;
    	padding: 0px;
	display:block;
	text-align:center;
    	font-size: 10px;
    	font-weight: 600;
    	line-height: 30px;
    	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
}

.nav-mobile a:hover {
    	cursor: pointer;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

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

.nav-mobile > li {
    	float: none;
    	padding: 0;
    	margin: 0px;
    	display: block;
}

.nav-mobile, .nav-mobile ul {
    	margin: 0;
    	padding: 40px 40px;
    	list-style-type: none;
    	list-style-position: outside;
    	position: relative;
}

.nav-mobile li {
    	float: none;
    	position: relative;
	line-height:30px;
}

.nav-mobile li:last-child {
	margin-right: 0;
}

.nav-mobile ul {
    	position: relative;
    	display: block;
    	padding: 10px 10px;
	margin:10px !important;
	border-top:1px solid rgba(0,0,0,0.05);
	border-bottom:1px solid rgba(0,0,0,0.05);
   	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile .sub-menu {
	margin: 0 0 0 0;
	z-index:960;
}

.nav-mobile li ul { 
	z-index:960;
}

.nav-mobile li ul li { 
	padding: 0 20px;
	z-index:960;
	text-align:center;
	display:block;
}

.nav-mobile li ul a, .nav-mobile li ul li a {
    	height: auto;
	display:block;
    	color:#FFF;
	opacity:0.7;
    	padding:0;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

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

.nav-mobile li ul li:first-child a {
	border-top: none;
}

.nav-mobile li ul a:hover {
    	height: auto;
    	color:#FFF;
	opacity:1.0;
    	background: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav-mobile li ul li:last-child {
    	border-bottom: none;
}

.nav-mobile li ul li ul {
    	padding: 0;
}

.nav-mobile ul ul { 
	top: auto; 
}

.nav-mobile li ul ul {
    	left: 150px;
    	margin: 0 0 0 10px;
}

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

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

/*-----------------------------------------------------------------------------------*/
/*	8.	WRAPPER & MAIN ELEMENTS
/*-----------------------------------------------------------------------------------*/

#main-wrap {
	width:100%;
	margin: 0px auto;
}

#content-wrapper {
    	position: relative;
    	height: 100%;
    	margin: 0 auto;
    	padding-top:0px;
   	padding-bottom:0px;
	background:#FFF;
}

#content-wrapper p {
	margin-bottom:30px;
}

#content-wrapper p:last-child {
	margin-bottom:0px;
}

.button-more {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px;
	padding: 10px 22px;
	border: 1px solid #74bee1;
	background:none;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color:#74bee1;
	text-transform: uppercase;
	font-size: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.button-more:hover {
	background:#74bee1;
	color:#FFF;
}

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

.post:first-child {
    	padding: 0;
}

.post {
    	padding: 0;
    	margin: 0;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.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:50px 0;
	width:80%;
	margin:0 auto;
	max-width:960px;
}

.post .entry-content { 
	position: relative;
	padding: 65px 0;
	border-bottom:1px solid rgba(0,0,0,0.04);
}

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

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

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

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

.post .post-content ul, .post .post-content ol {
	margin: 0 0 30px 18px;
	padding-left:0px;
}

.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 .post-content ol li {
	list-style-type: decimal;
}

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

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

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

.date-title {
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height:16px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding:0px;
}

.date-title a {
	color: #B0B8BD;
}

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

.date-title a:hover {
	color: #4d515c;
}

.meta, .meta li {
	padding:0;
	margin:0 !important;
}

.archive-title-wrapper {
	width:80%;
	margin: 0px auto;
	padding-bottom:30px;
	margin-bottom:20px;
	
}

.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;
	margin-bottom: 30px;
	font-size: 16px;
	line-height:26px;
}

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

.post-header .entry-title {
        margin-bottom:10px;
}

.entry-title a:hover {
	color:#4d515c !important;
    	-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;
}

.post .featured-image img:hover {
	opacity:0.8;
}

.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;
}

/*-----------------------------------------------------------------------------------*/
/*	10.	PORTFOLIO
/*-----------------------------------------------------------------------------------*/

/* Text styles */

.portfolio-wrapper .entry-title {
    	color: #4d515c;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.portfolio-text {
	position:relative;
	width:100%;
	height:100%;
	float:left;
}

.portfolio-text-inner {
	width:80%;
	max-width:960px;
	padding:100px 0;
	margin:0 auto;
	height:100%;
}

/* Even portfolio */

#center .left-portfolio, #center .right-portfolio {
	width:100%;
	margin-right:0%;
	margin-left:0%;
	text-align:center;
}

#center .entry-title {
	text-align:center;
}

.left-portfolio img, #left .left-portfolio img {
	float:left;
}

.left-portfolio, #left .left-portfolio {
	float:left;
	width:60%;
	margin-right:5%;
	margin-left:0%;
}

.right-portfolio, #left .right-portfolio {
	float:right;
	width:35%;
}

.right-portfolio img, .right-portfolio .fitvid, #left .right-portfolio .fitvid, #left .right-portfolio img {
	float:right;
}

/* Odd portfolio */

.odd .left-portfolio img, #right .left-portfolio img  {
	float:right;
}

.odd .left-portfolio, #right .left-portfolio {
	float:right;
	width:60%;
	margin-right:0%;
	margin-left:5%;
}

.odd .right-portfolio, #right .right-portfolio {
	float:left;
	width:35%;
}

.inner-cell {
	color:#a4a9b5;
	text-align:left;
	-webkit-transition: all 1s;  
	-moz-transition: all 1s;  
	-o-transition: all 1s;  
	transition: all 1s;
}

#project .entry-content { 
	position: relative;
	width: 100%;
	max-width:800px;
	margin: 0 auto;
	padding:0px 0;
	border-bottom:0px;
}

#project .entry-title { 
	text-align:center;
	margin-bottom:0px;
}

#project .entry-details { 
	text-align:center;
	font-size: 12px;
	color: #a4a9b5;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

#project header {
	margin-bottom:30px;
}

/* Ajax container */

.inner-ajax-load {
	display:none;
}

.close a {
	color: #a4a9b5;
}

.ajax-close i {
    	display:block;	
}

.ajax-close i:hover {
    	-moz-animation: spin .4s 1 linear;
    	-o-animation: spin .4s 1 linear;
    	-webkit-animation: spin .4s 1 linear;
    	animation: spin .4s 1 linear;	
}

.project .close {
	line-height:16px;
	font-size:16px;
	text-align:center;
	margin-bottom:20px;
}

/* Portfolio wrapper */

.portfolio-wrapper {
	padding-bottom:0px;
	margin-bottom: 0px;
	overflow:hidden;
	width:100%;
}

.single-project #load {
	display:none;
}

/* Standard odd and even backgrounds */

.portfolio-wrapper .even {
	background-color:#FFF;
}

.portfolio-wrapper .odd {
	background-color:#f2f5f6;
}

/*-----------------------------------------------------------------------------------*/
/*	11.	POST NAVIGATION
/*-----------------------------------------------------------------------------------*/

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

.post-navigation-inside {
	padding:40px 0;
	position:relative;
}

.post-nav-left, .post-nav-left a {
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float:right;
	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-right, .post-nav-right a {
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float:left;
	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-right a:hover, .post-nav-left a:hover {
	color:#4d515c;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	COMMENTS SECTION
/*-----------------------------------------------------------------------------------*/

.comments {
	width: 100%;
	padding-top:60px;
}

#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: 0 0 0px 0;
    	padding: 0px 0 60px 0;
}

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

#respond h3 {
	text-align: left;
	display: block;
	font-size: 12px;
	color: #4d515c;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	margin-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 {
	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;
    	background: #f2f5f6;
    	width: 100%;
    	padding: 10px;
    	-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;
}

#commentform #submit {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 0px;
	padding: 10px 22px;
	border: 1px solid #74bee1;
	background:none;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color:#74bee1;
	text-transform: uppercase;
	font-size: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#commentform #submit:hover {
	background:#74bee1;
	color:#FFF;
}

.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 {
	position: relative;
   	padding: 0 0 30px 0;
    	margin: 0 0 30px 0;
    	position: relative;
    	list-style:none;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

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

.commentlist li .children {
	padding:30px 0 0 0;	
	margin:30px 0 0 0;
	border-top: 1px solid rgba(0,0,0,0.04);
}

.children li { 
	padding-left: 20px !important;
}

.children li: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 {

}

.reply a:hover {

}

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

#cancel-comment-reply-link {
	position: relative;
	color: #999;
    	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 {
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height:16px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding:0px;
}

.comments .logged-in-as a {
	color: #B0B8BD;
}

.comments .logged-in-as a:hover {
	color: #4d515c;
}

.comment-notes {
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height:16px;
	font-weight:bold;
	text-transform: uppercase;
	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 img {
    	float: left;
	height: 35px;
	width: 35px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

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

.fn a { 
	color: #999;
}

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

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

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

.comment-time {
    	display: inline-block;
	color: #B0B8BD;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:10px;
	text-transform: uppercase;
	letter-spacing: 0px !important;
	line-height:16px;
	font-weight:bold;
	text-transform: uppercase;
	text-align: left;
	padding:0px;
}

.comment-time:hover {
	color: #999;
}

.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: solid 1px #e7e7e7;
}

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

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

/*-----------------------------------------------------------------------------------*/
/*	13.	FOOTER
/*-----------------------------------------------------------------------------------*/

#footer {
	margin-top:0px;
	width: 100%;
	background: none;
	display:block;	
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer {
	background:#2a2f35;
	color: #999;
	position:relative;
}

#footer-bottom {
	width: 100%;
	position:relative;
	display:block;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.button-footer {
	margin: 20px 0 0 0;
	padding: 10px 22px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #74bee1;
	background:#74bee1;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	text-align:center;
	letter-spacing: 2px;
	color:#fff;
	text-transform: uppercase;
	font-size: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.button-footer:hover {
	background:none;
	color:#FFF;
}

/* Footer inner */

.footer-inner {
	position: relative;
	width: 80%;
	padding:50px 0;
	max-width:960px;
	margin: 0 auto;
	display:block;
	text-align:left;
}

.footer-header {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase !important;
	font-weight: bold;
	text-align:center;
	color:#FFF;
	margin-bottom:10px;
	font-weight: 300;
	letter-spacing: 1px;
}

.footer-text {
	text-align:center;
	max-width:850px;
	color:#F4F4F4;
	margin:0 auto;
	font-size: 18px;
	line-height:34px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: 1px;
}

/*-----------------------------------------------------------------------------------*/
/*	14.	FOOTER & SIDEBAR WIDGETS
/*-----------------------------------------------------------------------------------*/

#sidebar .widgettitle {
	text-align: left;
	display: block;
	font-size: 12px;
	color:#4d515c;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 25px;
}

#sidebar .widget {
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom: 1px solid rgba(0,0,0,0.04);
}

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

#sidebar .widget ul li {
	list-style:none;
}

#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;
	max-width:100%;
}

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

#sidebar select {
	color: #a4a9b5;
	appearance:none;
	moz-appearance: none;
	background:none;
	-webkit-appearance: none;
	border:none;
	border: 1px solid #74bee1;
	-webkit-appearance: none;
	padding: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:100%;
}

#sidebar .widget input.search-form-input {
	background:none;
	border: 1px solid #74bee1;
	-webkit-appearance:none;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	max-width: 266px;
	width:100%;
}

#sidebar .widget input.submit.search-button {
	display:none;
}

#sidebar .widget_meta {}

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

#sidebar .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_meta ul li a {}

#sidebar .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_links {}

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

#sidebar .widget_links ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_links ul li a {}

#sidebar .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

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

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

#sidebar .widget_archive {}

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

#sidebar .widget_archive ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
} 
 
#sidebar .widget_archive ul li a {}

#sidebar .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_archive select {
	appearance:none;
	moz-appearance: none;
	background:none;
	-webkit-appearance: none;
	border:none;
	border: 1px solid #74bee1;
	-webkit-appearance: none;
	padding: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:100%;
}

#footer .widget_archive option {}

#sidebar .widget_pages {}

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

#sidebar .widget_pages ul .children {
	padding:20px 10px
}

#sidebar .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_pages ul li a {}

#sidebar .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_links {}

#sidebar .widget_links li:after {}

#sidebar .widget_links li:before {}

#sidebar .widget_tag_cloud {}

#sidebar .widget_tag_cloud a {}

#sidebar .widget_tag_cloud a:after {}

#sidebar .widget_tag_cloud a:before {}

#sidebar .widget_calendar {}

#sidebar #calendar_wrap {
	width:100%;
	max-width:288px;
	overflow:auto;
}

#sidebar .widget_calendar {float: left;}
#sidebar #wp-calendar {width: 100%; }
#sidebar #wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 15px; }
#sidebar #wp-calendar thead { font-size: 10px; }
#sidebar #wp-calendar thead th { padding-bottom: 10px; }
#sidebar #wp-calendar tbody { color: #aaa; }
#sidebar #wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#sidebar #wp-calendar tbody td:hover { background: #fff; }
#sidebar #wp-calendar tbody .pad { background: none; }
#sidebar #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#sidebar #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#sidebar #calendar_wrap th {}

#sidebar #calendar_wrap td {}

#sidebar #wp-calendar tr td {}

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

#sidebar #wp-calendar a {}

#sidebar #wp-calendar #today {}

#sidebar #wp-calendar #prev {}

#sidebar #wp-calendar #next {}

#sidebar #wp-calendar #next a {}

#sidebar #wp-calendar #prev a {}

#sidebar .widget_categories {}

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

#sidebar .widget_categories ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}
 
#sidebar .widget_categories ul ul.children {}

#sidebar .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget_categories a {}

#sidebar .widget_categories select{}

#sidebar .widget_categories select#cat {
	appearance:none;
	moz-appearance: none;
	background:none;
	-webkit-appearance: none;
	border:none;
	border: 1px solid #74bee1;
	-webkit-appearance: none;
	padding: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:100%;
}

#sidebar .widget_categories select.postform {}

#sidebar .widget_categories option {}

#sidebar .widget_categories .level-0 {}

#sidebar .widget_categories .level-1 {}

#sidebar .widget_categories .level-2 {}

#sidebar .widget_categories .level-3 {}

#sidebar .recentcomments {}

#sidebar #recentcomments {}

#sidebar #recentcomments li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar #recentcomments li a {}

#sidebar #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#sidebar .widget a {
	color:#a4a9b5;
}

#sidebar .widget a:hover {
	color:#74bee1;
}

#sidebar .widget_recent_comments {}

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

#sidebar .widget ul li {	
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left:0px;
}

#sidebar .widget ul li:last-child {	
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left:0px;
}

#sidebar .widget ul li a:before {
	content: "\f105";
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	color: #48ADD8;
	margin-right: 6px;
}

#sidebar .widget_recent_comments ul li:before {
	content: "\f105";
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	color: #48ADD8;
	margin-right: 6px;
}

#sidebar .widget_recent_comments ul li a:before {
	content: "";
	margin-right:0px;
}

#sidebar .widget_recent_entries ul li a {}
#sidebar .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

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

#sidebar .widget_text {
	font-weight: normal;
	text-align: left;
	color: #4d515c;
	text-transform: none;
	font-size: 14px;
}

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

#sidebar input, textarea, select {
    	background:rgba(0, 0, 0, 0.3);
	color: #4d515c666;
	-webkit-appearance: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

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

/* Footer sidebar */

#footer-inside .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;
	max-width:100%;
}

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

#footer-inside select {
	max-width:100%;
	background:rgba(0,0,0,0.1);
	color: #4d515c666;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget_meta ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_links ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_archive ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_pages ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_categories ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside #recentcomments li:before {	
	font-family:"Fontawesome";
	content:"\f0e5";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_recent_entries ul li:before {	
	font-family:"Fontawesome";
	content:"\f0f6";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget input.search-form-input {
	background:rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.submit.search-button {
	display:none;
}

#footer-inside .widget_meta {}

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

#footer-inside .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_meta ul li a {}

#footer-inside .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

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

#footer-inside .widget_links ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_links ul li a {}

#footer-inside .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

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

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

#footer-inside .widget_archive {}

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

#footer-inside .widget_archive ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
} 
 
#footer-inside .widget_archive ul li a {}

#footer-inside .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_archive select {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: none;
	background:rgba(0,0,0,0.1);
	color:#4d515c666;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;width:100%;
}

#footer .widget_archive option {}

#footer-inside .widget_pages {}

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

#footer-inside .widget_pages ul .children {
	padding-top:20px;
	padding-bottom:20px;
}

#footer-inside .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_pages ul li a {}

#footer-inside .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

#footer-inside .widget_links li:after {}

#footer-inside .widget_links li:before {}

#footer-inside .widget_tag_cloud {}

#footer-inside .widget_tag_cloud a {}

#footer-inside .widget_tag_cloud a:after {}

#footer-inside .widget_tag_cloud a:before {}

#footer-inside .widget_calendar {}

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

#footer-inside #calendar_wrap th {}

#footer-inside #calendar_wrap td {}

#footer-inside #wp-calendar tr td {}

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

#footer-inside #wp-calendar a {}

#footer-inside #wp-calendar #today {}

#footer-inside #wp-calendar #prev {}

#footer-inside #wp-calendar #next {}

#footer-inside #wp-calendar #next a {}

#footer-inside #wp-calendar #prev a {}

#footer-inside .widget_categories {}

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

#footer-inside .widget_categories ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}
 
#footer-inside .widget_categories ul ul.children {}

#footer-inside .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_categories a {}

#footer-inside .widget_categories select{}

#footer-inside .widget_categories select#cat {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: 
	none;
	background:rgba(0,0,0,0.1);
	color:#4d515c666;
	border:none;
	padding:14px 15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
}

#footer-inside .widget_categories select.postform {}

#footer-inside .widget_categories option {}

#footer-inside .widget_categories .level-0 {}

#footer-inside .widget_categories .level-1 {}

#footer-inside .widget_categories .level-2 {}

#footer-inside .widget_categories .level-3 {}

#footer-inside .recentcomments {}

#footer-inside #recentcomments {}

#footer-inside #recentcomments li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside #recentcomments li a {}

#footer-inside #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_recent_comments {}

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

#footer-inside .widget_recent_entries ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom:none;
}

#footer-inside .widget_recent_entries ul li a {}
#footer-inside .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .textwidget {
	font-weight: normal;
	text-align: left;
	color: #4d515c666;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .widget_text {
	font-weight: normal;
	text-align: left;
	color: #4d515c;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .textwidget p {
	font-weight: normal;
	text-align: left;
	color: #4d515c666;
	text-transform: none;
	font-size: 14px;
}

#footer-inside input, textarea, select {
    	background:rgba(0, 0, 0, 0.3);
	color: #4d515c666;
	-webkit-appearance: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


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

#box {
	max-width: 960px;
	width:80%;
	margin:0 auto;
	display:none;
	padding: 130px 0;
	padding-top: 75px;
}


#box-inner {
	width:100%;
	margin:0 auto;
	padding-top:0px;
	color:#FFF;
	font-size:14px;
	text-align:center;
}

#box-inner a {
	color:#FFF;
}

#box-inner a:hover {
	color:#ccc;
}

/* Socials */

.socials {
	text-align:left;
	padding:0;
	float:left;
	list-style:none;
}

#footer-inside .socials {
	text-align:left;
}

#footer-inside .socials a {
	color:#9fa5a6;
	padding-right:8px;
}

#footer-inside .socials a:hover {
	color:#FFF;
}

.socials li {
   	float:none;
	display:inline-block;
}

#footer-bottom-inside .socials a {
	color:#616666;
	font-size:18px;
	padding-right:9px;
}

#footer-bottom-inside .socials .facebook:hover i {
	color:#3b5998;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .twitter:hover i {
	color:#00aced;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .google:hover i {
	color:#dd4b39;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .linkedin:hover i {
	color:#007bb6;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .tumblr:hover i {
	color:#32506d;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .flickr:hover i {
	color:#ff0084;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .dribbble:hover i {
	color:#ea4c89;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .instagram:hover i {
	color:#517fa4;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .mail:hover i {
	color:#7cc576;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .skype:hover i {
	color:#0dc0ed;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .rss:hover i {
	color:#fa9b39;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .youtube:hover i {
	color:#b31217;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .pinterest:hover i {
	color:#cb2027;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside .socials .vimeo:hover i {
	color:#aad450;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footer-bottom-inside a:hover {
	color:#FFF;
}

#footer-inside input, textarea, select {
    	background: #181818;
	-webkit-appearance: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#footer-inside {
	margin:0 auto;
	padding:0;
	padding:80px 0;
	width:100%;
	max-width: 960px;
	color: #FEFEFE;
	text-align:left;
	line-height: 22px;
}

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

#footer-bottom-inside {
	padding:40px 0;
	color: #616666;
	font-family:"Noto Sans", sans serif;
	font-weight:300;
	margin:0 auto;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	width: 80%;
	text-align:center;
	max-width: 960px;
       font-size: 12px;
	overflow:auto;
}

#footer-bottom-inside a{
	color:#FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#footer-bottom-inside .logo-footer:hover{
	color: transparent !important;
	text-shadow: 0px 0px 5px white;
}

.first {
	padding-left:0 !important;
}

.last {
	padding-right:0 !important;
}

#footer-bottom-inside a i{
	color:#616666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.totop {
	float:right;
	padding-left:5px;
	padding-right:5px;
}

a.totop i {
	padding-left:5px;
	padding-right:5px;
}

#footer-inside .widget img {
	max-width:100%;
}

#footer-inside select {
	max-width:100%;
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.search-form-input {
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.submit.search-button {
	display:none;
}

#footer-inside .widget_meta {}

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

#footer-inside .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_meta ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_meta ul li a {}

#footer-inside .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

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

#footer-inside .widget_links ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_links ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget_links ul li a {}

#footer-inside .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

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

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

#footer-inside .widget_archive {}

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

#footer-inside .widget_archive ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
} 

#footer-inside .widget_archive ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 
#footer-inside .widget_archive ul li a {}

#footer-inside .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_archive select {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: none;
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;width:100%;
}

#footer .widget_archive option {}

#footer-inside .widget_pages {}

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

#footer-inside .widget_pages ul .children {
	padding-top:20px;
	padding-bottom:20px;
}

#footer-inside .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_pages ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 

#footer-inside .widget_pages ul li a {}

#footer-inside .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_links {}

#footer-inside .widget_links li:after {}

#footer-inside .widget_links li:before {}

#footer-inside .widget_tag_cloud {}

#footer-inside .widget_tag_cloud a {}

#footer-inside .widget_tag_cloud a:after {}

#footer-inside .widget_tag_cloud a:before {}

#footer-inside .widget_calendar {}

#footer-inside #calendar_wrap {
	width:100%;
}

#footer-inside #calendar_wrap th {}

#footer-inside #calendar_wrap td {}

#footer-inside #wp-calendar tr td {}

#footer-inside #wp-calendar caption {}

#footer-inside #wp-calendar a {}

#footer-inside #wp-calendar #today {}

#footer-inside #wp-calendar #prev {}

#footer-inside #wp-calendar #next {}

#footer-inside #wp-calendar #next a {}

#footer-inside #wp-calendar #prev a {}

#footer-inside .widget_categories {}

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

#footer-inside .widget_categories ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_categories ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 
#footer-inside .widget_categories ul ul.children {}

#footer-inside .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_categories a {}

#footer-inside .widget_categories select{}

#footer-inside .widget_categories select#cat {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: 
	none;
	background: rgba(0,0,0,0.2);
	background:url(images/bg2.png) repeat;
	color: #fff;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
}

#footer-inside .widget_categories select.postform {}

#footer-inside .widget_categories option {}

#footer-inside .widget_categories .level-0 {}

#footer-inside .widget_categories .level-1 {}

#footer-inside .widget_categories .level-2 {}

#footer-inside .widget_categories .level-3 {}

#footer-inside .recentcomments {}

#footer-inside #recentcomments {}

#footer-inside #recentcomments li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside #recentcomments li:before {	
	font-family:"Fontawesome";
	content:"\f075";
	padding-right:5px;
	color:#fff;
}

#footer-inside #recentcomments li a {}

#footer-inside #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .widget_recent_comments {}

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

#footer-inside .widget_recent_entries ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom:none;
}

#footer-inside .widget_recent_entries ul li:before {	
	font-family:"Fontawesome";
	content:"\f075";
	padding-right:5px;
	color:#fff;
}

#footer-inside .widget a {
	color:#999;
}

#footer-inside .widget .logo-text a {
	color:#FFF;
}

#footer-inside .widget a:hover {
	color:#999;
}

#footer-inside .widget_recent_entries ul li a:hover {
	color:#999;
}


#footer-inside .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#footer-inside .textwidget {
	font-weight: normal;
	text-align: center;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .widget_text {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .textwidget p {
	font-weight: normal;
	text-align: left;
	color: #61666E;
	text-transform: none;
	font-size: 14px;
}

#footer-bottom-inside a.totop:hover{
	color:#FFF;
}

.tagcloud a {
	background: url(images/bg2.png) repeat;
	background: rgba(0,0,0,0.2);
	padding: 5px 10px;
	margin-bottom:10px;
	line-height:30px;
	color: #fff;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget {
	float: left;
	width: 28%;
	font-size: 14px;
	padding: 0 4%;
}

#footer-inside .widget_recent_entries {
}

#footer-inside .widget ul li {
	padding-bottom:10px;
}

#footer-inside .widget:last-child {
	margin-right: 0;
	padding-right:0;
}

#footer-inside .widget:first-child {
	margin-left: 0;
	padding-left:0;
}

#footer-inside .widgettitle {
	text-align: left;
	display: block;
	font-size: 12px;
	color:#FFF;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 25px;
}


/*-----------------------------------------------------------------------------------*/
/*	15.	STANDARD WORDPRESS
/*-----------------------------------------------------------------------------------*/

input[type="password"] {
	color: #777;
    	border: none;
    	background: #EEE;
    	font: 13px/22px "Noto Sans", sans serif;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
}

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

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

tbody {
	border:1px solid #EEE;
}

tr {
	border-bottom: 1px solid #EEE;
}

th {
	padding:10px;
}

td {
	padding:10px;
	padding-right:20px;
}

.search-form {
	position: relative;
}

.bypostauthor {}

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

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

.sticky {}

.wp-caption {
	color: #999;
    	max-width: 100%; /* Image does not overflow the content area */
    	text-align: center;
    	text-transform: uppercase;
	overflow:hidden;
}

.wp-caption.alignnone { 
	margin: 5px 20px 20px 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;
    	max-width: 98.5%;
    	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;
}

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

.even .wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;	
	background:#FFF;
}

.odd .wp-caption p.wp-caption-text {
	position:relative;
    	font-size: 10px !important;
    	margin: 0 !important;
   	padding: 3px 0 0 0!important;
	z-index:999;	
	background:rgb(244, 244, 246);
}

#widget {
	width:100%;
}

.gallery {
	margin-bottom: 30px !important;
	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: 960px;
	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 {}


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

/* Contact form 7 */

div.wpcf7-response-output {
	margin-left:0px;
	margin-right:0px;
}

.wpcf7 p {
	font-size: 13px;
	font-weight: 300;
	font-family:"Noto Sans", sans serif;
}

.wpcf7 input[type="text"], .wpcf7 textarea, .wpcf7-text {
    	border: none;
    	background: #f2f5f6;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wpcf7-submit {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 0px 0 0;
	padding: 10px 22px;
	border: 1px solid #74bee1;
	background:none;
	display: inline-block;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 22px;
	cursor: pointer;
	width: auto;
	letter-spacing: 2px;
	color:#74bee1;
	text-transform: uppercase;
	font-size: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.wpcf7-submit:hover {
	background:#74bee1;
	color:#FFF;
}

div.wpcf7-validation-errors {
	background-color: #ffcccc;
	color: #c31b00;
	padding:30px;
	border:none;
}

div.wpcf7-mail-sent-ok {
	border:none;
	padding:30px;
	background-color: #d1f7b6;
	color: #5e9537;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider-stack .slides-stack > li {
	list-style:none !important;
	margin-bottom:30px;
}

.flexslider-stack .slides-stack > li:last-child {
	list-style:none !important;
	margin-bottom:0px;
}

.flexslider .slides > li {
	display: none;
	list-style:none !important;
	-webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
	width: 100%;
	display: block;
	position:relative;
	z-index:999;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider-container {
	position: relative;	
	z-index:999;
	margin-bottom:0px;
}

.flexslider {
	zoom: 1;
	position: relative;
}

.flexslider ul {
	margin: 0 !important;
	list-style:none !important;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.flexslider-container {
	position: relative;	
	z-index:999;
}

.flexslider {
	zoom: 1;
	position: relative;
}

.flexslider ul {
	margin: 0 !important;
	list-style:none !important;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.flex-direction-nav li {
	list-style:none;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Odd portfolio item */

.odd .flex-direction-nav .flex-prev, #right .flex-direction-nav .flex-prev {right:20px; bottom: 40px;}
.odd .flex-direction-nav .flex-next, #right .flex-direction-nav .flex-next {right:25px; text-align: right; bottom: 40px;}

/* Even portfolio item */

.even .flex-direction-nav .flex-prev, #left .flex-direction-nav .flex-prev {left:20px; bottom: 40px;}
.even .flex-direction-nav .flex-next, #left .flex-direction-nav .flex-next {left:25px; text-align: right; bottom: 40px;}

/* Regular flexslider */

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 20px; height: 20px; margin: 0; position: absolute; z-index: 9999; overflow: hidden; cursor: pointer; color:#74bee1; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }

.flex-direction-nav .flex-prev {left:20px; bottom: 60px;}
.flex-direction-nav .flex-next {left:25px; text-align: right; bottom: 60px;}

.flex-direction-nav a:before  { font-family: 'FontAwesome'; font-size: 20px; display: inline-block; content: "\f104"; }
.flex-direction-nav a.flex-next:before  { content: "\f105"; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.format-gallery .slide {
	margin-bottom:30px;
}

/* Archive */

#archive {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom:30px;
	text-align: left;
}

.toggle {
	margin-top: 15px;
	width:100%;
}
	
div .toggle:first-child {
	margin-top: 0px;
}
	
.toggle .toggle_title {
	padding: 15px;
	background:#EEE;
}

.toggle .toggle_title h5 {
	margin-bottom:0px;
}

.toggle .toggle_title a h5 {
	margin-top:0px;
	color:#555;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size:11px;
	text-transform: uppercase;
	letter-spacing: 2px !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.toggle .toggle_title a h5:hover {
	color:#4d515c;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
	
.toggle .toggle_title .toggle_icon {
	width: 11px;
	height: 11px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	float: left;
	padding: 1px;
	margin-right: 10px;
	margin-top: 2px;
}
	
.toggle .toggle_inner {
	background:none;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	display: none;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
}

.toggle .toggle_inner ul {
	padding-left:0px;
	list-style: none;
}

.toggle .toggle_inner li {
	list-style:none;
}