/*-------------------------------------------------------------------------------------

	Theme Name: Bayse
	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. 	Post navigation
	11. 	Comments section
	12. 	Footer
	13. 	Footer & sidebar widget areas
	14. 	Standard Wordpress
	15. 	Scripts & includes styles

-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	RESETS & CLEARFIX
/*-----------------------------------------------------------------------------------*/




/* .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right, .gform_wrapper .ginput_complex .ginput_full {
padding: 10px 86px 10px 20px !important;
	font-size: 20px !important;
	padding-right:20px !important;
	width: 100% !important;
	border:none !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background: #EEE !important;}


} */
.gform_wrapper .gform_footer {
	padding: 16px 0 10px 0;
	margin: 16px 0px 0 0 !important;
	clear: both;
}
.ginput_complex label {
font-size: 15px !important;
}

.gform_footer input[type=submit]
{background:transparent !important;
border:1px !important;
border:white !important;
background:white !important;
color: black!important;
}
.gform_footer input[type=submit]:hover
{background:#DAF7FF  !important;
color: black!important;}

input {border:1px;
padding: 10px 86px 10px 20px !important;
	font-size: 20px !important;
	padding-right:20px !important;
	width: 100% !important;
	border:1px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background: white !important;}} 


.gform_wrapper .gsection {
border-top: 4px dotted #FFF !important;
padding: 20px 0 8px 0;
margin: 20px 0 0 0;
clear: both;}

/* Fix for google chrome bug with custom fonts */

.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; }

button, input, textarea, select, isindex, datagrid {
    font: inherit;

}

/*-----------------------------------------------------------------------------------*/
/*	2.	BASICS
/*-----------------------------------------------------------------------------------*/

body {
	color: #555b66;
    	font-style: normal;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	font-size:18px;
	line-height:1.7em;
	background:#fafafa;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}

.centered {
	text-align:center;}

img { 	
	border-style: none; 
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}

body .intro {
	font-size:17px;
	color:#a4a9b5;
}

a { 
	color:#74bee1;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input, textarea, select {
    	vertical-align: middle;
    	font-size: 14px;
	font-family: 'Open Sans', serif; 
	color: #555b66;
}

form, fieldset {
    	margin: 0;
    	padding: 0;
    	border-style: none;
	width:100%;
}

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:center;
}

blockquote p {
	color:#a4a9b5;
	padding:0px 30px;
}

ul, ol {
	margin: 0 0 5% 20px;
	line-height: 1.8;
}

ul { list-style: disc }

ol { list-style: decimal }

ul ul, ol ol, ul ol, ol ul {
	margin: .4em 0 0 1.5em;
}

dt { font-weight: bold }

dd { margin: 0 1.5em 1.5em }

b, strong { font-weight: bold }

dfn, cite, em, i { font-style: italic }

address { margin: 0 0 1.5em }

pre, .code {
	position: relative;
	color:#555b66;
	background: #f9f9f9;
	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;
}

pre:before, .code:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f1c9";
	color: #fff;
	background:#4f5b66;
	padding: 4px 5px;
	font-size: 14px;
	z-index: 5;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;  
}

.slides-stack {
	padding-left:0px;
}


/*-----------------------------------------------------------------------------------*/
/*	3.	SPECIALS
/*-----------------------------------------------------------------------------------*/

/* Dropcap */

.dropcap {
	font-family:Times New Roman, sans serif;
}

/* Author bio */

.author_bio_section{
	margin:80px 0px;
	padding:60px 0px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	color: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
}

.author_name{
	color:#333332;
	font-family: 'Open Sans',serif;
	font-style: normal;
	line-height: 18px;
	margin-top: 0;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0px !important;
	font-weight: 700;
}

.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    	float: left;
    	margin: 10px 20px 0px 0;
}

/* 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: 2px;
  	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: 2px;
  	-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
/*-----------------------------------------------------------------------------------*/




/* Standard animation */

.animated {
  	-webkit-animation-duration: 0.5s;
  	animation-duration: 0.5s;
  	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
}

/* Scale In */

.animated.scaleIn {
	-webkit-animation-name: scaleIn;
	   -moz-animation-name: scaleIn;
		 -o-animation-name: scaleIn;
	-webkit-animation-duration: .6s;
	   -moz-animation-duration: .6s;
	    -ms-animation-duration: .6s;
	     -o-animation-duration: .6s;
} 	

@-webkit-keyframes scaleIn {
	0% {opacity: 0;-webkit-transform: scale(.7);}
	100% {opacity: 1;-webkit-transform: scale(1);}
}
@-moz-keyframes scaleIn {
	0% {opacity: 0;-moz-transform: scale(.7);}
	100% {opacity: 1;-moz-transform: scale(1);}
}
@-o-keyframes scaleIn {
	0% {opacity: 0;-o-transform: scale(.7);}
	100% {opacity: 1;-o-transform: scale(1);}
}
@keyframes scaleIn {
	0% {opacity: 0;transform: scale(.7);}
	100% {opacity: 1;transform: scale(1);}
}

/* 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;
}

/* Classic fadeIn */

@-webkit-keyframes fadeIn {
  0% {
    z-index:20;
    opacity: 0;
  }

  100% {
    z-index:20;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    z-index:20;
    opacity: 0;
  }

  100% {
    z-index:20;
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	TEXT STYLES
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    	margin: 0px 0 30px 0;
    	line-height: 1.4em;
	color: #444;
	font-size: 24px;
	text-transform:uppercase;
	line-height: 34px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}

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;
	line-height:16px;
}

/*-----------------------------------------------------------------------------------*/
/*	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:650px;
	height:auto;
}

.logo-image img {
	max-width: 100%;
	height: auto;
	position:relative;
}

.logo-text {
    	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	display:block;
	text-align:center;
   	line-height: 44px;
    	padding:0px;
	margin:0px;
}

.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 {
	-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;
}

/* Main header */

#header {
	margin-bottom:0px;
	position:relative;
}

.header-main {
	display:block;
	position:relative;
}

.header {
	position: relative;
	width: 100%;
	display: block;	
	padding-top:0px;
}

.header-titles-wrapper {
	background:#f2f5f6;
	position:relative;
}

.header-top-titles {
	width: 80%;
	max-width: 700px;
	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;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	NAVIGATION
/*-----------------------------------------------------------------------------------*/

#header {
	width:100%;
	z-index:999;
	position:relative;
	display:block;
	background:#191d20;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.header-inner {
	margin:0 auto;
	max-width:800px;
	padding:55px 0;
	text-align:center;
}

.header-nav {
	margin-top:20px;
}

.navigation {
	display:inline-block;
	text-align:right;
	line-height:30px;
	vertical-align:bottom;
	float:right;
}

.nav li a {	
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
    	color: #616666;
    	padding: 0px;
	margin:0px;
    	display: inline-block;
	text-align:center;
    	font-size: 15px;
    	font-weight: 600;
    	line-height: 10px;
	text-decoration: none;
	position:relative;
    	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    	vertical-align:middle;
	padding-bottom:10px;
	border-bottom:1px solid rgba(0,0,0,0);
}

.nav li a:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	bottom: -1px;
  	left: 0;
  	background-color: #74bee1;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.nav .current-menu-item > a:hover:before { 
	visibility: hidden;
}

.nav li a:hover:before {
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}

.nav li a:hover {
    	cursor: pointer;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#FFF;
}

.nav a:hover {
	color:#FFF;
}

.nav .current-menu-item > a {
	color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-bottom: 1px solid #74bee1;
}

.nav > li {
    	padding: 0;
    	margin: 0px;
    	display: inline-block;
}

.nav, .nav ul {
    	margin: 0 0 0 0;
    	padding: 0;
    	list-style-type: none;
    	list-style-position: outside;
    	position: relative;
}

.nav li {
	text-align:center;
	display:inline-block;
    	position: relative;
	padding:0 10px;
	line-height:10px;
}

.nav li:last-child {
	margin-right: 0;
}

.nav ul {
	position: absolute;
	display: none;
	z-index:9000;
	width: 220px;
	left: 0px;
	top:19px;
	padding-top: 60px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav .sub-menu {
	margin: 0 0 0 0;
	z-index:1000;
}

.nav li ul { 
	z-index:1000;
}

.nav .sub-menu .current-menu-item a {
	color:#FFF;
	border-bottom:0px;
}

.nav li ul li { 
	display:block;
	margin:0;
	padding: 0px;
	background:#191d20;
	z-index:999;
	text-align:left;
}

.nav li ul a, .nav li ul li a {
	display:block;
    	width: 110px;
    	height: auto;
    	float: left;
	text-align:left;
	line-height:15px;
	padding: 15px 20px;
    	color:#616666;
	border-bottom:none;
	background: #191d20;
    	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 .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:hover {
    	color:#FFF;
	border-bottom:0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav li ul a:hover:before {
    	visbility:hidden;
}

.nav li ul a:hover:before, .nav li ul li a:hover:before {
	visibility:hidden;
}

.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 .slide {
	background:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	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:80%;
	max-width:1000px;
	margin: 90px auto;
	background:#FFF;
}

#content-wrapper {
    	position: relative;
    	height: 100%;
    	margin: 0 auto;

background:black
}

#content-wrapper p {
	margin-bottom:30px;
}

#content-wrapper p:last-child {
	margin-bottom:0px;
}

.button-more {
	text-align:center;
	margin: 0px;
	background:none;
	display: 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
/*-----------------------------------------------------------------------------------*/

/* basic seperator */

.seperator-line {
	width:80%;
	max-width:800px;
	background:#EEE;
	height:1px;
	margin:0 auto;
}

.fitvid-post {
	margin-bottom:30px;
}

.post-readmore {
	text-align:center;
}

.more-link {
	text-align:center;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	display:block;
	margin:0 auto;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 16px;
	position:relative;
}

.more-link {	
	padding-bottom:10px;
	display:inline-block;
	position:relative;
	color:#a4a9b5;
	border-bottom:1px solid rgba(0,0,0,0);
}

.more-link:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	bottom: -1px;
  	left: 0;
  	background-color: #74bee1;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.more-link:hover:before {
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}

/* Divider line between posts */

.dots {
  	display: block;
  	padding:60px 0;
  	clear: both;
	line-height:1px;
  	text-align: center;
}

.dots span {
  	display: inline-block;
  	width: 100%;
  	height: 5px;
  	background-color: #f3f6f7;
}

.dots span:nth-of-type(2) {
  	margin: 0 13px 0 13px;
}

.post:first-child {
    	padding-top: 0;
	margin-top:0px;
}

/* Basics posts div content holder */

.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:50px 0;
	width:80%;
	margin:0 auto;
	max-width:700px;
}

.entry-content { 
	width:80%;
	max-width:800px;
	margin:60px auto;
	position: relative;
}

.post .entry-content-inner { 
	position: relative;
	padding: 0;
	background:#FFF;
}

.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:100%;
}

.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;	
	list-style-position: inside;
}

.post .post-content ul li {	
	list-style-position: inside;
}

.post .excerpt-more .more-link {
	margin-top: 20px;
}

.entry-content header {
	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 {
	margin-top:5px;
	display:block;
}

.post-info span {
	padding:0px 10px;
}

.date-title {
	color: #a4a9b5;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing: 0px;
	line-height:16px;
	text-align: center;
	margin-bottom: 0px;
	padding:0px;
}

.date-title a {
	color: #b3b3b1;
}

.comments-link:hover {
	color:#4d515c !important;
}

.date-title a:hover {
	text-decoration:underline;
}

.meta, .meta li {
	padding:0;
	margin:0 !important;
}

.meta li a, .meta {
	color: #a4a9b5;
	text-decoration:none;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	list-style:none;
}

.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%;
	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: center;
	margin-bottom: 0px;
	font-size: 24px;
	line-height:44px;
	font-weight: 600;
	margin:0 auto;
	width:80%;
	color:#444;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}

.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 .featured-image {
	width: 100%;
	height:auto;
	position:relative;
	overflow:hidden;
	display: block;
	vertical-align:bottom;
}

.post .featured-image img {
	width: 100%;
	height: auto;
	display: block;
	vertical-align:bottom;
	-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;
}

/*-----------------------------------------------------------------------------------*/
/*	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 {
	background:#f8f9f9;
	border-top:1px solid #edf1f1;
	width:100%;
	margin:0 auto;
	position:relative;
}

.post-navigation-inside {
	text-align:center;
	padding:40px 0 20px 0;
	width:80%;
	max-width:800px;
	margin:0 auto;
	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: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
	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: #a4a9b5;
	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: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
	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:before, .post-nav-left a:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	bottom: -1px;
  	left: 0;
  	background-color: #74bee1;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.post-nav-right a:hover:before, .post-nav-left a:hover:before {
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}

/*-----------------------------------------------------------------------------------*/
/*	11.	COMMENTS SECTION
/*-----------------------------------------------------------------------------------*/

.comments {
	width: 100%;
}

.comments-wrap {
	width:80%;
	max-width:800px;
	margin:0 auto;
	padding:60px 0;
	border-top: 1px solid #EEE;
}

#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;
    	padding: 0;
}

.comment #respond { 
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	text-align: left;
	display: block;	
	color:#444;
	font-family: 'Open Sans',serif;
	margin-top: 0;
	font-size: 16px;
	letter-spacing: 0px !important;
	font-weight: 700;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 10px;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

.comments-header, .comments-header a {
	display:none;
	color:#444;
	text-align: center;
	font-family: 'Open Sans',serif;
	margin-top: 0;
	font-size: 16px;
	letter-spacing: 0px !important;
	font-weight: 700;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 30px;
}

#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; 
	line-height:14px;
}

.form-submit { 
	text-align:left;
}

#commentform  {
	width: 100%;
}

#respond input[type="text"], #respond textarea {
    	border: none;
    	background: #f9f9f9;
    	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 {
	padding:0px;
	background:none;
border:none;
	text-align:left;
	font-family: "Montserrat", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display:inline-block;
	margin:0 auto;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 16px;
	position:relative;
}

#commentform #submit {	
	padding-bottom:10px;
	position:relative;
	color:#a4a9b5;
	border-bottom:1px solid rgba(0,0,0,0);
}

#commentform input#submit:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	bottom: -1px;
  	left: 0;
  	background-color: #74bee1;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

#commentform input#submit:hover {
	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
	border-bottom:1px solid #74bee1;
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
	cursor:pointer;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	padding:0px;
	margin:0px;
	margin-bottom:60px;
	list-style-type: none !important;
	list-style:none;
	border-bottom: 1px solid #EEE;
}

.post-details {
	float:right;
	width:25%;
	height:auto;
}

.commentlist li {
	position: relative;
    	margin: 0 0 60px 0;
    	position: relative;
    	list-style:none;
}

.commentlist li:last-child {
	position: relative;
    	padding: 0 0 60px 0;
	margin:0px;
    	position: relative;
	max-width:100%;
    	list-style:none;
}

.commentlist li .children {
	margin:60px 0 0 0;
}

.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 {
	font-size:16px;
	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 {
	text-align:left;
	font-family: 'Open Sans', serif;
	font-weight: bold;
	display:inline-block;
	margin:0 auto;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 16px;
	position:relative;
}

.reply a {	
	padding-bottom:10px;
	position:relative;
	color:#a4a9b5;
	border-bottom:1px solid rgba(0,0,0,0);
}

.reply a:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	bottom: -1px;
  	left: 0;
  	background-color: #74bee1;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

.reply a:hover:before {
  	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}


.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: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px !important;
	line-height: 16px;
	text-align: left;
	margin: 0px;
	padding:0px;
}

.comments .logged-in-as a {
	color: #b3b3b1;
}

.comments .logged-in-as a:hover {
	color: #b3b3b1;
	text-decoration:underline;
}

.comment-notes {
	color: #a4a9b5;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px !important;
	line-height: 16px;
	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: 45px;
	width: 45px;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}

.comment-author .avatar {
	margin: 0 10px 0 0;
}

.fn {
	font-family: 'Open Sans',serif;
    	font-style: normal;
    	line-height: 18px;
	margin-bottom:5px;
	color:#444;
	text-transform:uppercase;
    	margin-top: 0;
	font-weight: bold;
	font-size:13px;
	letter-spacing: 0px !important;
	font-weight: 700;
}

.fn a { 
	color: #444;
}

.fn a:hover {
	background: none;
}

.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: #a4a9b5;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	margin-top:6px;
	font-size: 14px;
	letter-spacing: 0px !important;
	line-height:16px;
	text-align: left;
	padding:0px;
}

.comment-time:hover {
	color: #a4a9b5;
}

.comment-edit-link {
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	color:#b3b3b1;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 0px 25px 0px;
	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 #EEE;
}

#comment-nav-below .nav-previous {
	color: #a4a9b5;
	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: 10px;
	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;
}

#comment-nav-below .nav-previous a, #comment-nav-below .nav-next a {
	color: #a4a9b5;
}

#comment-nav-below .nav-next {
	color: #a4a9b5;
	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: 10px;
	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;
}

#comment-nav-below .nav-previous a:before, #comment-nav-below .nav-next a:before {
  	content: "";
  	position: absolute;
  	width: 100%;
  	height: 1px;
  	bottom: -1px;
  	left: 0;
  	background-color: #74bee1;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
  	transform: scaleX(0);
  	-webkit-transition: all 0.2s ease-in-out 0s;
  	transition: all 0.2s ease-in-out 0s;
}

#comment-nav-below .nav-previous a:hover:before, #comment-nav-below .nav-next a:hover:before{ 
	visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	12.	FOOTER
/*-----------------------------------------------------------------------------------*/

/* Special read more area */

.inside-footer {
	position: relative;
	padding: 120px 0;
	width: 80%;
	max-width: 700px;
	margin: 0 auto;
}

.inside-footer h1 {
	margin-bottom:10px;
}

.read-more-footer {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 18px;
	font-size: 16px;
	color: rgba(255,255,255,0.70);
	padding-bottom: 30px;
	text-transform: none;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.post-nav a {
	font-weight: 500;
	font-size: 24px;
	text-transform: none;
	color: rgba(255,255,255,0.70);
	font-family: Helvetica, sans-serif;
	padding-right: 10px;
}

.post-nav a:hover {
	color: rgba(255,255,255,1.0);
}

.inactive-right, .inactive-left {
	color: rgba(255,255,255,0.30);
	font-weight: 500;
	font-size: 24px;
	text-transform: none;
	font-family: Helvetica, sans-serif;
	padding-right: 10px;
}

.information-posts a {
	color:#FFF;
}

/* Standard 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 {
	position:relative;
}

#footer {
	background:#191d20;
}

#footer-bottom {
	background:url(includes/images/bg2.png);
	background:transparent;
	width: 100%;
	position:relative;
	display:block;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*-----------------------------------------------------------------------------------*/
/*	13.	FOOTER WIDGETS
/*-----------------------------------------------------------------------------------*/

#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:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	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 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:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	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:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	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: 700px;
	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 {
	margin:0;
	text-align:right;
	padding:0;
	line-height:30px;
	display:block;
	float:right;
	list-style:none;
}

.socials a {
	color:#ccc;
	padding-left:8px;
}

.socials a:hover {
	color:#FFF;
}

.socials li {
	line-height:30px;
   	float:none;
	display:inline-block;
}

#footer-bottom-inside .socials a {
	color:#FFFFFFF;
	font-size:14px;
	padding-left:9px;
}

#footer-bottom-inside a:hover i {
	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:80%;
	max-width: 800px;
	color: #FEFEFE;
	text-align:left;
	line-height: 22px;
}

#footer-inside ul {
	list-style:none;
	padding-left:0px;
	margin:0;
}

#footer-bottom-inside {
	padding:30px 0;
	color: #616666;
	margin:0 auto;
	width: 80%;
	max-width: 800px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 30px;
}

#footer-bottom-inside a{
	color: #616666;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.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:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	color: #616666;
	font-style: normal;
	font-size:13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	-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:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	color: #616666;
	font-style: normal;
	font-size:13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	-webkit-appearance:none;
	border:none;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-box-sizing: border-box; 
  	-moz-box-sizing: border-box;    
  	box-sizing: border-box;
}

#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:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	color: #616666;
	font-style: normal;
	font-size:13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	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%;
	-webkit-box-sizing: border-box; 
  	-moz-box-sizing: border-box;    
  	box-sizing: border-box;
}

#wp-calendar {
width:100%;
font-size:12px;
font-weight:300;
border-collapse:separate;
border-spacing:8px;
margin-left:-2px;
}

#wp-calendar
caption {
display:none;
}

#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;
}

#wp-calendar tbody td:hover {
border-color:#e2e2e2;
}

#wp-calendar tbody
td.pad {
border:0;
}

#wp-calendar tbody
td#today {
color:#47C2DC;
border-color:#47C2DC;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
color:#888;
font-size:12px;
font-weight:400;
position:relative;
text-transform:uppercase;
bottom:-9px;
margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
text-align:left;
}

#wp-calendar tfoot
td#next {
text-align:right;
}

#wp-calendar thead
th {
font-size:13px;
font-weight:400;
color:#888;
text-align:center;
padding-bottom:10px;
}

#wp-calendar tbody td
a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
color:#47C2DC;
}

#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 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;
	color: #616666;
	font-style: normal;
	font-size:13px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	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 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 .logo-text a {
	color:#FFF;
}

#footer-inside .widget a {
	color:#616666;
}

#footer-inside .widget a:hover, #footer-inside .widget_recent_entries ul li a:hover {
	color:#FFF;
}

#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: #616666;
	text-transform: none;
	font-size: 14px;
}

#footer-bottom-inside a.totop:hover{
	color:#FFF;
}

.tagcloud a {
	background:url(includes/images/bg2.png);
	background:rgba(0,0,0,0.2);
	padding: 5px 10px;
	color: #616666;
	font-style: normal;
	font-size:14px !important;
	font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
	line-height:40px;
	color: #fff;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

.tagcloud a:hover {
	background: rgba(0,0,0,0.4);
}

#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 !important;
}

#footer-inside .widget:first-child {
	margin-left: 0;
	padding-left:0 !important;
}

#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;
	text-decoration: none;
	margin-bottom: 25px;
}


/*-----------------------------------------------------------------------------------*/
/*	14.	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;
}

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: 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
/*-----------------------------------------------------------------------------------*/

/* 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;
}

/* gallery */

.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 Necessary Styles */ 
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	list-style:none !important;
	-webkit-backface-visibility: hidden;

} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	position:relative;
	z-index:999;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}

/*main*/
.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;
}

/*main*/
.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 .flex-control-nav {margin: 0px !important; padding:10px 20px; position: absolute; bottom: 30px; text-align: center; z-index:1000; width:100%; line-height:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}
.flexslider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flexslider .flex-control-paging li a {width: 10px; height: 10px; display: block; background: transparent; background: rgba(255,255,255,0.3) !important; cursor: pointer; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flexslider .flex-control-paging li a:hover { background: rgba(255,255,255,0.7) !important; }
.flexslider .flex-control-paging li a.flex-active { background: rgba(255,255,255,0.7) !important; }

/* Archive */

#archive {
	width: 100%;	
	margin-top:50px;
}

#archive ul {
	margin:0px;
}

#archive li {
	list-style:none;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom: 1px dotted #ddd;
}

#archive ul li:last-child {
	border-bottom: none;
}

.archive-block {
	margin-bottom:30px;
	width:45%;
	padding-right:5%;
	float:left;
}

.archive-block-last {
	margin-bottom:30px;
	width:45%;
	padding-right:0%;
	float:left;
}

.archive-block-last {
	margin-bottom:0px;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	border:none;
}