/*-------------------------------------------------------------------------------------

	Theme Name: Typer
	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 */

@charset "UTF-8";
@font-face {
  font-family: 'Typicons';
  font-style: normal;
  font-weight: normal;
  src: url('http://weloveiconfonts.com/api/fonts/typicons/typicons-regular-webfont.eot');
  src: url('http://weloveiconfonts.com/api/fonts/typicons/typicons-regular-webfont.eot?#iefix') format('eot'), 
  url('http://weloveiconfonts.com/api/fonts/typicons/typicons-regular-webfont.woff') format('woff'), 
  url('http://weloveiconfonts.com/api/fonts/typicons/typicons-regular-webfont.ttf') format('truetype'), 
  url('http://weloveiconfonts.com/api/fonts/typicons/typicons-regular-webfont.svg#TypiconsRegular') format('svg');
}
.typicons-location:before{content:"A"}.typicons-phone:before{content:"B"}.typicons-home:before{content:"C"}.typicons-camera:before{content:"D"}.typicons-left:before{content:"E"}.typicons-right:before{content:"F"}.typicons-up:before{content:"G"}.typicons-down:before{content:"H"}.typicons-refresh:before{content:"I"}.typicons-sync:before{content:"J"}.typicons-loop:before{content:"K"}.typicons-repeat:before{content:"L"}.typicons-shuffle:before{content:"M"}.typicons-rss:before{content:"N"}.typicons-cog:before{content:"O"}.typicons-spanner:before{content:"P"}.typicons-barChart:before{content:"Q"}.typicons-pieChart:before{content:"R"}.typicons-lineChart:before{content:"S"}.typicons-views:before{content:"T"}.typicons-zoomIn:before{content:"V"}.typicons-zoomOut:before{content:"U"}.typicons-export:before{content:"W"}.typicons-user:before{content:"X"}.typicons-group:before{content:"Y"}.typicons-microphone:before{content:"Z"}.typicons-globe:before{content:"a"}.typicons-thumbsUp:before{content:"b"}.typicons-thumbsDown:before{content:"c"}.typicons-tag:before{content:"d"}.typicons-tab:before{content:"e"}.typicons-warning:before{content:"f"}.typicons-tick:before{content:"g"}.typicons-beta:before{content:"h"}.typicons-unlock:before{content:"i"}.typicons-lock:before{content:"j"}.typicons-eject:before{content:"k"}.typicons-move:before{content:"l"}.typicons-expand:before{content:"m"}.typicons-cancel:before{content:"n"}.typicons-power:before{content:"o"}.typicons-compass:before{content:"p"}.typicons-radar:before{content:"q"}.typicons-directions:before{content:"r"}.typicons-pin:before{content:"s"}.typicons-mute:before{content:"t"}.typicons-volume:before{content:"u"}.typicons-world:before{content:"v"}.typicons-write:before{content:"w"}.typicons-minus:before{content:"x"}.typicons-equals:before{content:"y"}.typicons-feed:before{content:"z"}.typicons-batteryNone:before{content:"0"}.typicons-batteryLow:before{content:"1"}.typicons-batteryMid:before{content:"2"}.typicons-batteryHigh:before{content:"3"}.typicons-batteryPower:before{content:"4"}.typicons-plus:before{content:"5"}.typicons-times:before{content:"6"}.typicons-next:before{content:"7"}.typicons-previous:before{content:"8"}.typicons-edit:before{content:"9"}.typicons-cut:before{content:"'"}.typicons-anchor:before{content:"("}.typicons-bookmark:before{content:")"}.typicons-music:before{content:"*"}.typicons-puzzle:before{content:"+"}.typicons-archive:before{content:","}.typicons-mobile:before{content:"-"}.typicons-brightness:before{content:"/"}.typicons-flag:before{content:"{"}.typicons-info:before{content:"|"}.typicons-unknown:before{content:"}"}.typicons-chat:before{content:"~"}.typicons-mail:before{content:"["}.typicons-message:before{content:"\005C"}.typicons-delete:before{content:"]"}.typicons-backspace:before{content:"^"}.typicons-infinity:before{content:"_"}.typicons-key:before{content:"$"}.typicons-time:before{content:"%"}.typicons-grid:before{content:"\0022"}.typicons-list:before{content:"\0023"}.typicons-heart:before{content:";"}.typicons-star:before{content:"="}.typicons-back:before{content:"?"}.typicons-forward:before{content:"@"}


[class*="typicons-"]:before {
  font-family: 'Typicons', sans-serif;
  vertical-align: middle;
  font-size: 1.4em;
  color: #878785;
  margin-right: .5em;
  background-position: 0 0;
    @include transition(all, 0.3s, ease-in-out);

}

[class*="typicons-"]:hover:before {
  color: #4a4a46;
  background-position: 0px 30px;
  @include transition(all, 0.3s, ease-in-out);
}

button {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  margin-top: 3em;
  border: none;
  outline: none;
  background-color: white;
  max-width: 35em;
  padding: 14px 28px;
  color: #878785;
  text-transform: uppercase;
  cursor: pointer;
  @include transition(all, .3s);
  &:hover {
    @include transition(all, .3s);
    background-color: #4a4a46;
    cursor: pointer;
    color: white;
  }
}

button:before:hover {
  color: white;
  @include transition(all, 0.3s, ease-in-out);

}

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-family: 'Times New Roman', serif;
	color: #333332;
	background:#191d20 !important;
	margin:0;
	font-weight:400;
	font-size: 21px;
	line-height: 35px;
	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;
}

.post-content p a {
	color:#333332;
	background-image: linear-gradient(to bottom, white 50%, #333332 75%);
   	background-size: 2px 2px;
    	background-position: 0 21px;
    	background-repeat: repeat-x;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

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 { 
	-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: #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;
}

#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 {
	margin-bottom:30px;
	font-style:italic;
}

blockquote p {
	padding:0px 30px;
	color: #333332;
}

::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
/*-----------------------------------------------------------------------------------*/

/* 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;
}

/* Nano scroller */

/** initial setup **/
.nano {
  outline: none;
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  left       : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}


/* Sidebar */

.close {
	float:right;
	color:#FFF;
}

.sidr.left{
	left:auto;
	left:-320px;
}

#sidr {
	outline: none;
	display:none;
	position: absolute;
	position:fixed;
	top: 0;
	z-index: 999999;
	width: 320px;
	height: 100%;
	background-color: #191d20;
	color: #fff;
	overflow-y:auto;
	overflow-x:hidden;
	-webkit-box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 3px 3px rgba(0,0,0,0.1);
}

#navwrap{
	outline: none;
	padding:30px 60px;
	overflow-y:auto;
	overflow-x:hidden;
	font-family: "Montserrat", sans-serif;
}

#navwrap input, #navwrap textarea, #navwrap select {
    	background: #181818;
	color: #666;
	-webkit-appearance: none;
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding: 10px;
}

#navwrap ul {
	list-style:none;
	padding-left:0px;
}

#navwrap .widget img {
	max-width:100%;
}

#navwrap .widget img:hover {
	opacity:0.7;
	-moz-opacity:0.7;
	-webkit-opacity: 0.7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#navwrap select {
	max-width:100%;
	background: rgba(0,0,0,0.2);
	background:url(images/bg02.png) repeat;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#navwrap .widget input.search-form-input {
	background: rgba(0,0,0,0.2);
	background:url(images/bg02.png) repeat;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#navwrap .widget input.submit.search-button {
	display:none;
}

#navwrap .widget_meta {}

#navwrap .widget_meta ul {
	list-style:none;
}

#navwrap .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#navwrap .widget_meta ul li a {}

#navwrap .widget_meta ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap .widget_links {}

#navwrap .widget_links ul {
	list-style:none;
}

#navwrap .widget_links ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#navwrap .widget_links ul li a {}

#navwrap .widget_links ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap .widget_twitter ul {
	list-style:none;
}

#navwrap .widget_twitter ul li {
	background:none;
	padding-left:0px;
}

#navwrap .widget_archive {}

#navwrap .widget_archive ul {
	list-style:none;
}

#navwrap .widget_archive ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
} 
 
#navwrap .widget_archive ul li a {}

#navwrap .widget_archive ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap .widget_archive select {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance: none;
	background: rgba(0,0,0,0.2);
	background:url(images/bg02.png) repeat;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;width:100%;
}

#footer .widget_archive option {}

#navwrap .widget_pages {}

#navwrap .widget_pages ul {
	list-style:none;
}

#navwrap .widget_pages ul .children {
	padding-top:20px;
	padding-bottom:20px;
}

#navwrap .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#navwrap .widget_pages ul li a {}

#navwrap .widget_pages ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap .widget_links {}

#navwrap .widget_links li:after {}

#navwrap .widget_links li:before {}

#navwrap .widget_tag_cloud {}

#navwrap .widget_tag_cloud a {}

#navwrap .widget_tag_cloud a:after {}

#navwrap .widget_tag_cloud a:before {}

#navwrap .widget_calendar {}

#navwrap #calendar_wrap {
	width:100%;
}

#wp-calendar {
	max-width:200px;
	position:relative;
}

#navwrap #calendar_wrap th {}

#navwrap #calendar_wrap td {}

#navwrap #wp-calendar tr td {}

#navwrap #wp-calendar caption {}

#navwrap #wp-calendar a {}

#navwrap #wp-calendar #today {}

#navwrap #wp-calendar #prev {}

#navwrap #wp-calendar #next {}

#navwrap #wp-calendar #next a {}

#navwrap #wp-calendar #prev a {}

#navwrap #wp-calendar {width: 100%; }
#navwrap #wp-calendar caption { text-align: right; color: #333; font-size: 12px; margin-top: 10px; margin-bottom: 5px; }
#navwrap #wp-calendar thead { font-size: 10px; }
#navwrap #wp-calendar thead th { padding-bottom: 10px; }
#navwrap #wp-calendar tbody { color: #aaa; }
#navwrap #wp-calendar tbody td { background: none; border: none; text-align: center; padding:8px;}
#navwrap #wp-calendar tbody td:hover { background: none; }
#navwrap #wp-calendar tbody .pad { background: none; }
#navwrap #wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#navwrap #wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }

#navwrap .widget_categories {}

#navwrap .widget_categories ul {
	list-style:none;
}

#navwrap .widget_categories ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}
 
#navwrap .widget_categories ul ul.children {}

#navwrap .widget_categories ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap .widget_categories a {}

#navwrap .widget_categories select{}

#navwrap .widget_categories select#cat {
	appearance:none;
	moz-appearance: none;
	-webkit-appearance:none;
	background: rgba(0,0,0,0.2);
	background:url(images/bg02.png) repeat;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:100%;
}

#navwrap .widget_categories select.postform {}

#navwrap .widget_categories option {}

#navwrap .widget_categories .level-0 {}

#navwrap .widget_categories .level-1 {}

#navwrap .widget_categories .level-2 {}

#navwrap .widget_categories .level-3 {}

#navwrap .recentcomments {}

#navwrap #recentcomments {}

#navwrap #recentcomments li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#navwrap #recentcomments li a {}

#navwrap #recentcomments ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap #recentcomments li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap .widget_recent_comments {}

#navwrap .widget_recent_entries {}
#navwrap .widget_recent_entries ul {
	list-style:none;
}

#navwrap .widget_recent_entries ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom:none;
}

#navwrap .widget a {
	color:#9fa5a6;
	line-height:18px;
}

#navwrap .widget .logo-text a {
	color:#FFF;
	-moz-box-shadow: #000 1px 0 6px 1px;
  	-ms-box-shadow: #000 1px 0 6px 1px;
  	-webkit-box-shadow: #000 1px 0 6px 1px;
  	box-shadow: #000 1px 0 6px 1px;
  	-moz-border-radius: 100%;
}

#navwrap .widget a:hover {
	color:#FFF;
}

#navwrap .widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#navwrap .textwidget {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	font-size: 14px;
}

#navwrap .widget_text {
	font-weight: normal;
	text-align: left;
	text-transform: none;
	font-size: 14px;
}

#navwrap .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/bg02.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;
}

#navwrap .widget {
	float: left;
	width: 100%;
	height:auto;
	font-size: 13px;
	padding: 20px 0;
}

#navwrap .widget_recent_entries {
}

#navwrap .widget ul li {
	padding-bottom:10px;
	line-height:18px;
}

#navwrap .widget:last-child {
	margin-right: 0;
	padding-right:0;
}

#navwrap .widget:first-child {
	margin-left: 0;
	padding-left:0;
}

#navwrap .widgettitle {
	font-family: 'Open Sans',serif;
	font-style: normal;
	line-height: 18px;
	margin-top: 0;
	font-size: 16px;
	letter-spacing: 0px !important;
	font-weight: 400;
}

#navwrap .widgettitle span {
	display:none;
	float:right;
	font-family: 'Open Sans',serif;
	font-style: normal;
	font-weight:400;
	line-height: 18px;
	margin-top: 0;
	font-size: 14px;
	letter-spacing: 0px !important;
}

#navwrap .widgettitle span a {
	color:#9fa5a6;
}

/* 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: 1s;
  	animation-duration: 1s;
  	-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 25px 0;
    	line-height: 1.4em;
	color: #ccc;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Open Sans',serif;
	text-transform: none;
	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;
	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:30px;
	width:80%;
	display:block;
	text-align:center;
	margin:0 auto;
	text-transform: uppercase;
	letter-spacing: 2px;
   	line-height: 30px;
    	padding: 0;
}

.logo-text a { 
	 color: #FFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.9);
}

.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;
}

.floating-menu {
	cursor:pointer;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index:99;
	background:#191d20;
	position:fixed;
	top:20px;	
	left:20px;
	color:#FFF;
	padding:4px 16px;
	font-size:14px;
}

.floating-menu a {
	color:#FFF;
}

.floating-menu a:hover {
	color:#FFF;
}

.header-inner {
	position: relative;
	width: 100%;	
	height:100%;
	margin: 0 auto;
	text-align:center;
	display: table-cell; 
	vertical-align: middle;
}

.header-top-inner {
	position: relative;
	width: 90%;
	max-width:800px;
	padding:40px 0 0 0;
	line-height:30px;
	margin: 0 auto;
	display:block;
	text-align:left;
}

.header-top {
	position:relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.header-intro {
	font-family:"Open Sans", sans serif;
	color:#cac8c8;
	color: rgba(255,255,255,0.70);
	font-size: 30px;
	font-weight:300;
	line-height: 50px;
	letter-spacing:2px;
	position:relative;
	width:80%;
	margin:0 auto;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.9);
}

.animated-fade-no-ajax {
	position:relative;
	display:block;
	opacity:1 !important;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
}

.animated-fade {
	position:relative;
	display:block;
}

.animated-fade-inner {
	margin:0 auto;
	width:80%;
	position:relative;
}

.extra-info {
	position:absolute;
	top:25px; 
	z-index: 99;
	right:30px;
	color:#cac8c8;
	color: rgba(255,255,255,0.70);
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
}

.extra-info input {
	color:#cac8c8;
	color:rgba(255,255,255,0.70);
	border:none;
	background:none;
	text-align:right;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 16px;
}

.extra-info .search-button {
	color:#cac8c8;
	color: rgba(255,255,255,0.70);
}

#open-search {
	color:#FFF;
}

.hidden-extra {
	position:relative;
	background:#F7F7F7;
}

.hidden-extra-inner {
	position: relative;
	width: 80%;
	max-width:700px;
	padding:20px 0;
	line-height:30px;
	margin: 0 auto;
	display:block;
	text-align:center;
}

#hidden-search, #hidden-categories {
	position:relative;
	display:none;
}

.hidden-extra-inner input, .hidden-extra-inner textarea, .hidden-extra-inner select {
	background:none;
	border:none;
	vertical-align: middle;
	color: #555;
	text-align:left;
	width:100%;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

.hidden-extra-inner li.cat-item {
	display:inline-block;
	text-align:center;
	list-style:none;
	color:#999;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
} 

.hidden-extra-inner li.cat-item a {
	color:#555;
}

/* Main header */

#header, .header-main {
	max-height:900px;
}

#header {
	margin-bottom:0px;
	position:relative;
}

.header-main {
	height: 100%;
	width:100%;
	display:table;
	position:relative;
}

.header {
	position: relative;
	width: 100%;
	display: block;	
	padding-top:0px;
}

.down-icon {	
	position:absolute;
	bottom:0px;
    	left:50%;
    	margin-left:-5px;
	font-size:30px;
	padding:0px 0 40px 0;
	text-align:center;
}

#down-icon  {	
	color:#cac8c8;
	color:rgba(255,255,255,0.70);
}

#down-icon:hover  {	
	color:#FFF;
	color:rgba(255,255,255,1.0);
}

.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-nav {
	padding-bottom:20px;
}

.navigation {
	display:inline-block;
	text-align:right;
	line-height:30px;
	vertical-align:bottom;
	float:right;
}

.nav a {
	color: #9fa5a6;
    	padding: 0px;
    	display: block;
	text-align:left;
    	font-family: 'Montserrat', serif;
	font-size: 14px;
    	text-transform: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    	vertical-align:middle;
	
}

.nav a:hover {
	opacity:1.0;
    	cursor: pointer;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#989899;
}

.nav .current-menu-item > a, .nav a:hover {
	color: #FFF;
	opacity:1.0;
	-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;
	width:100%;
    	position: relative;
	padding:0;
	line-height:30px;
}

.nav li:last-child {
	margin-right: 0;
}

.nav ul {
	position: relative;
	-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;
}

.nav li ul li { 
	padding: 0px;
	z-index:999;
	text-align:left;
}

.nav li ul a, .nav li ul li a {
    	height: auto;
	display:block;
	padding-left:10px;
    	-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 {
}

.nav li ul li:first-child a {
	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 {
    	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:700;
}

.nav-mobile li ul { 
	z-index:700;
}

.nav-mobile li ul li { 
	padding: 0 20px;
	z-index:700;
	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 {
	background:#FFF;
    	position: relative;
    	height: 100%;
    	margin: 0 auto;
    	padding:80px 0px;
}

#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
/*-----------------------------------------------------------------------------------*/

/* 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 */

.post {
    	padding-bottom: 90px;
    	margin-bottom: 90px;
	border-bottom: 1px solid #EEEEEE;
}

.single .post {
	border-bottom:0px;
	padding-bottom: 0px;
    	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:700px;
}

.post .entry-content { 
	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:80%;
	max-width:700px;
	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;
}

.reading-time {
	float:right;
}

.extra-header-info, .extra-header-info a {
	font-family: "Open Sans", sans serif;
	color: rgba(255,255,255,0.70) !important;
	font-size:16px;
}

.post-info {
	float:left;
	width:75%;
}

.date-title {
	color: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size:14px;
	letter-spacing: 0px;
	line-height:16px;
	text-align: left;
	margin-bottom: 10px;
	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: #b3b3b1;
	text-decoration:none;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
}

.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: left;
	margin-bottom: 0px;
	font-size: 30px;
	line-height:44px;
	font-weight: 700;
	color:#444;
}

.page-title {
	text-align: left;
	margin-bottom: 20px;
	font-size: 20px;
	color:#4d515c;
}

.post-header .entry-title {
        margin-bottom:5px;
}

.entry-title a {
	color:#444;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.entry-title a:hover {
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

/* video */

.fitvid p {
	display:none;
}

/* chat */

.chat-row { 
	margin-bottom:30px;
}

.chat-author .fn {
	padding-bottom:0px;
	line-height:20px;
	float:none;
	margin:0;
}

.chat-author { 
	margin-top:5px;
	padding-left:0px;
	margin-right:5px;
	display:inline-block;
}

.chat-text p { 
	padding:5px;
	padding-left:0px;
}

/* image */

.post .fitvid {
	margin-bottom:30px;
}

.post .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
}

.post .featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	float: left;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.featured-image img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------------------*/
/*	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:700px;
	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
/*-----------------------------------------------------------------------------------*/

/* 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 {
	width:100%;
	margin:0 auto;
	position:relative;
}

.post-navigation-inside {
	padding:0px 0 80px 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%;
}

#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 0px 0;
}

.comment #respond { 
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	text-align: left;
	display: block;	
	color:#333332;
	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 {
	color:#333332;
	text-align: left;
	display: block;	
	color:#333332;
	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: 60px;
}

#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: #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:0;
	background:none;
	border:none;
	color: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0px;
	line-height: 22px;
	cursor: pointer;
	width: auto;
}

#commentform #submit:hover {
	text-decoration:underline;
}


.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 60px 0;
    	margin: 0 0 60px 0;
    	position: relative;
    	list-style:none;
	border-bottom: 1px solid #EEE;
}

.commentlist li:last-child {
	position: relative;
    	padding: 0 0 60px 0;
	margin: 0 0 80px 0;
    	position: relative;
	max-width:100%;
    	list-style:none;
}

.commentlist li .children {
	padding:60px 0 0 0;	
	margin:60px 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 {
	font-size:18px;
	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 {
	color: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	font-size: 14px;
}

.reply a:hover {
	text-decoration:underline;
}

.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: #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;
}

.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;
    	margin-top: 0;
	font-weight: bold;
	font-size:16px;
	letter-spacing: 0px !important;
	font-weight: 700;
}

.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: #b3b3b1;
	font-family: 'Open Sans', serif;
	font-weight: 400;
	margin-top:8px;
	font-size: 14px;
	letter-spacing: 0px !important;
	line-height:16px;
	text-align: left;
	padding:0px;
}

.comment-time:hover {
	color: #b3b3b1;
	text-decoration:underline;
}

.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 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 #EEE;
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

/*-----------------------------------------------------------------------------------*/
/*	13.	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-bottom {
	background:#191d20;
	width: 100%;
	position:relative;
	display:block;
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*-----------------------------------------------------------------------------------*/
/*	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: 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 {
	text-align:right;
	padding:0;
	line-height:30px;
	float:right;
	list-style:none;
}

#footer-inside .socials {
	text-align:right;
}

#footer-inside .socials a {
	color:#9fa5a6;
	padding-left:8px;
}

#footer-inside .socials a:hover {
	color:#FFF;
}

.socials li {
	line-height:30px;
   	float:none;
	display:inline-block;
}

#footer-bottom-inside .socials a {
	color:#616666;
	font-size:16px;
	padding-left: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: 700px;
	color: #FEFEFE;
	text-align:left;
	line-height: 22px;
}

#footer-inside ul {
	list-style:none;
	padding-left:0px;
}

#footer-bottom-inside {
	padding:30px 0;
	color: #616666;
	margin:0 auto;
	width: 90%;
	max-width: 700px;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	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: 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: 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 {}


/*-----------------------------------------------------------------------------------*/
/*	16.	SCRIPTS & INCLUDES STYLES
/*-----------------------------------------------------------------------------------*/

/* Superfish */

.sf-menu .default, .sf-menu .default:hover, .sf-menu ul .default {
	background:none !important;
	color:#FFF;
	cursor:pointer;
}

.sf-menu .default {
	float:none;
	display:inline-block;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none !important;
}
.sf-menu li {
	list-style:none !important;
	position: relative;
	margin-bottom:0px !important;
}
.sf-menu ul {
	list-style:none;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99999999;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu li i {
	padding-right:5px;
}

.sf-menu {
	float: none;
	display:inline-block;
}

.sf-menu ul {
	box-shadow: 0px 0px 1px rgba(0,0,0,.05);
	background:#1f242c;
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

.sf-menu a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #13a;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	padding:10px 15px;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	color:#FFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/* 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 {
	width: 100%;
}

.archive-block {
	margin-bottom:60px;
}

.archive-block-last {
	margin-bottom:0px;
}
.quote-holder {
position: relative;
margin-left: 50px;
max-width: 580px;
}
.quote-mark::before{
                content: '’’';
                position: absolute;
                left: -40px;
                top: 18px;
                width: 100%;
                height: 100%;
                pointer-events: none;
                font-size: 8em;
                text-align: left;
                font-family: Arial;
                letter-spacing: -16px;
                font-style: normal;
                font-weight: bold;
                color: rgba(0, 0, 0, 0.1);
            }
