/*
Theme Name: Showy
Theme URI: http://shop.playnethemes.com
Description: A beautiful, simple way to display your portfolio without any distractions.
Author: Playne Themes
Author URI: http://shop.playnethemes.com
Version: 1.0
Tags: White, Black, white, one-column, flexible-width, custom-background, custom-menu, theme-options, translation-ready
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Index of this css file
-------------------------

	1. Resets
	2. Basics
	3. Text styles
	4. Header
	5. Navigation
	6. Wrapper & main
	7. Posts 
	8. Portfolio
	9. Post formats
	10. Post navigation
	11. Comments section
	12. Footer
	13. Standard Wordpress
	14. Contact form 7
	15. Footer bottom
	16. Custom archive
	17. Media queries

For an index of the playneshortcodes look for the elements.css file located inside the plugin.

------------------------*/


/* 1. RESETS
----------------------------------- */

html, body {
	overflow-x: hidden;
}

html {
	position: relative;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, 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;
}

.clearfix:after {
    	content: "";
    	display: block;
    	clear: both;
    	visibility: hidden;
    	font-size: 0;
    	height: 0;
}

.clearfix {
    	*display: inline-block;
    	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;
}

ul {
	display: block;
	list-style-type: disc;
	padding-left:0px;
}

/* 2. BASICS
----------------------------------- */

#sidebar .intro {
	color:#fff;
}
@-webkit-keyframes fadeintext {
  0% {
   opacity: 0;
   -webkit-transform: translateY(20px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translateY(20px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeintext {
  0% {
   opacity: 0;
   -moz-transform: translateY(20px);
  }
  50% {
   opacity: 0;
   -moz-transform: translateY(20px);
  }
  100% {
   opacity: 1;
   -moz-transform: translateY(0);
  }
}

@-webkit-keyframes fadeintextright {
  0% {
   opacity: 0;
   -webkit-transform: translatex(20px);
  }
  50% {
   opacity: 0;
   -webkit-transform: translatex(20px);
  }
  100% {
   opacity: 1;
   -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeintextright {
  0% {
   opacity: 0;
   -moz-transform: translatex(20px);
  }
  50% {
   opacity: 0;
   -moz-transform: translatex(20px);
  }
  100% {
   opacity: 1;
   -moz-transform: translatex(0);
  }
}

#sidebar {
	position: relative;
	color: #fff;
	float: left;
	line-height: 24px;
	font-size:14px;
	width: 30%;
	background:#73d2b9;
 	animation: fadeintextright 2s;
	-webkit-animation: fadeintextright 2s;
    	-moz-animation: fadeintextright 2s;
	
}

.sidebar-inner {
	padding:30px;
	overflow:auto;
}

#sidebar header {
	padding-bottom: 30px;
}

#sidebar .entry-title {
	margin-top:20px;
}

#sidebar .widget {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
	
#sidebar .widget:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
	
#sidebar .widget .widgettitle {
	margin-bottom: 30px;
}

#sidebar .widget img {
	max-width:100%;
}

#sidebar select {
	max-width:100%;
	background:rgba(0, 0, 0, 0.05);
	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;
}

#sidebar .widget input.search-form-input {
	background:rgba(0, 0, 0, 0.05);
	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;
}

#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:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#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:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}

#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:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 
#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;
	-webkit-appearance: none;
	background:rgba(0, 0, 0, 0.05);
	color: #FFF;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;width:100%;
}

#sidebar .widget_pages {}

#sidebar .widget_pages ul {
	list-style:none;
}

#sidebar .widget_pages ul .children {
	padding-top:20px;
	padding-bottom:20px;
}

#sidebar .widget_pages ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#sidebar .widget_pages ul li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 

#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%;
	overflow:auto;
}

#wp-calendar {
	max-width:80%;
	position:relative;
}

#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 li:before {	
	font-family:"Fontawesome";
	content:"\f105";
	padding-right:5px;
	color:#fff;
}
 
#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;
	-webkit-appearance: 
	none;
	background:rgba(0, 0, 0, 0.05);
	color: #FFF;
	border:none;
	padding:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	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:before {	
	font-family:"Fontawesome";
	content:"\f075";
	padding-right:5px;
	color:#fff;
}

#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_recent_comments {}

#sidebar .widget_recent_entries {}
#sidebar .widget_recent_entries ul {
	list-style:none;
}

#sidebar .widget_recent_entries ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom:none;
}

#sidebar .widget_recent_entries ul li:before {	
	font-family:"Fontawesome";
	content:"\f075";
	padding-right:5px;
	color:#fff;
}

#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: #fff;
	text-transform: none;
	font-size: 14px;
}

#sidebar .widget_text {
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}

#sidebar .textwidget p {
	font-weight: normal;
	text-align: left;
	color: #fff;
	text-transform: none;
	font-size: 14px;
}

#sidebar .widget {
	width: 100%;
	font-size: 14px;
	padding: 10px 0px;
	margin-bottom:40px;
	clear: both;
	height:auto;
}

#sidebar .widget a, #sidebar .widget li a {
	color:#fff;
}

#sidebar .widget a:hover, #sidebar .widget li a:hover {
	color:#fff;
}


#sidebar .widget_recent_entries {
}

#sidebar .widget ul li {
	padding-bottom:10px;
}

#sidebar .widget:last-child {
	margin-right: 0;
	padding-right:0;
}

#sidebar .widget:first-child {
	margin-left: 0;
	padding-left:0;
}

#sidebar ul {
	list-style:none;
}

#sidebar .widgettitle {
	text-align: left;
	display: block;
	font-family: 'Raleway', sans-serif;	
	color: #F8F8F8;
	font-size: 16px;
	font-weight:500;
        text-transform:none;
	line-height: 20px;
	margin-bottom: 35px;
	margin-top:0px;
	letter-spacing: 0px;
}

.content-posts {
	width: 65%;
	margin: 0 5% 0 0;
	float: left;
}

.content-posts-full {
	width: 100%;
	margin: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #999;
	margin: 0 auto;
	width:60%;
	padding: 0;
}

.accent {
	border-bottom:1px solid #ffffff; 
	width:50px; 
	height:1px;
	margin-bottom:40px;
	margin-top:-2px;
}

ul.breadcrumbs {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:14px;
}

ul.breadcrumbs li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}

.written {
	font-family: 'Great Vibes', sans-serif;
	font-size: 18px;
	color:#86888A;
}

.arrow{
	position:absolute;
	background:url(images/toparrow.png) no-repeat;
	width:22px;
	height:16px;
	margin-top:-36px;
	z-index:999;
	float:right;
	margin-right:0px;
	text-align:right;
}

.arrow-video{
	position:absolute;
	background:url(images/toparrow.png) no-repeat;
	width:22px;
	height:16px;
	margin-top:-26px;
	z-index:999;
	float:right;
	margin-right:0px;
	text-align:right;
}

.left-float { 
	float:left; 
	display:block; 
	position:relative;
}

.right-float { 
	float:right; 
}

.right-float i { 
	font-size:13px; 
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

body {
    	margin: 0;
    	font: 400 16px/28px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #86888A;
    	background: #f1f1f3;
    	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

img { 	
	border-style: none; 
}

body a { 
	color:#FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover { 
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

input, textarea, select {
    	font: 100% arial,sans-serif;
    	vertical-align: middle;
    	color: #FFF;
}

form, fieldset {
    	margin: 0;
    	padding: 0;
    	border-style: none;
}

.whitespace {
	padding-left:0px;
	margin:0 auto;
	padding-right:0px;
	background:none;
	text-align: left;
	display: block;
	font-weight: 500;
	font-size: 15px;
	width:100%;
	text-transform: none;
	font-family: 'Open Sans', Helvetica, sans-serif;
}

.line {
	content: "";
	width: 30px;
	margin-top:10px;
	height: 1px;
	border-top: 1px solid #FFF;
	left: 0;
	text-align:left;
}

#main {
	overflow:auto;
	padding-top:20px;
}

.line2 {
	content: "";
	width: 100%;
	height: 10px;
	left: 0;
	margin-bottom:20px;
	text-align:left;
}

.alignleft { float: left }

.alignright { float: right }

.alignnone { text-align:center; }

.aligncenter { 
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/** initial setup **/
.nano {
 	position : relative;
  	width    : 300px;
  	height   : 100%;
  	overflow : hidden;
}
.nano .content {
  	position      : absolute;
  	overflow      : scroll;
  	overflow-x    : hidden;
  	top           : 0;
  	right         : 0;
  	bottom        : 0;
  	left          : 0;
}
.nano .content:focus {
  	outline: thin dotted;
}
.nano .content::-webkit-scrollbar {
  	visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  	visibility: visible;
}
.nano > .pane {
  	background : rgba(0,0,0,.25);
  	position   : absolute;
  	width      : 10px;
  	right      : 0;
  	top        : 0;
  	bottom     : 0;
  	visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  	opacity    : .01; 
  	-webkit-transition    : .2s;
  	-moz-transition       : .2s;
  	-o-transition         : .2s;
  	transition            : .2s;
  	-moz-border-radius    : 5px;
  	-webkit-border-radius : 5px;  
  	border-radius         : 5px;
}
.nano > .pane > .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 > .pane, .pane.active, .pane.flashed {
  	visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  	opacity    : 0.99;
}

/* 3. TEXT STYLES
----------------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url('includes/fontawesome/fontawesome-webfont.eot');
  src: url('includes/fontawesome/fontawesome-webfont.eot?#iefix') format('eot'), url('includes/fontawesome/fontawesome-webfont.woff') format('woff'), url('includes/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('includes/fontawesome/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

::selection { background:#67cca1; color:#FFF;}

::-moz-selection { background:#67cca1; color:#FFF;}

::-webkit-selection { background:#67cca1; color:#FFF;}


h1, h2, h3, h4, h5, h6 {
    	margin: 25px 0 25px 0;
    	line-height: 1.4em;
	font-family:'Raleway', sans-serif;
	text-transform:none;
	color:#FFF
}

h1 { 
	font-size: 34px;
	line-height: 40px;
	letter-spacing: -2px;
}

h2 { 
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -2px;
 }

h3 { 
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -1px;
}

h4 { 
	font-size: 18px;
	line-height: 22px;
}

h5 { 
	font-size: 14px;
	line-height: 18px;
}

h6 { 
	font-size: 12px;
	font-weight: 400;
}

/* 4. HEADER
----------------------------------- */

header {
	margin-bottom:0px;
}

.header {
	position: relative;
	width: 100%;
	display: block;	
	padding-top:0px;
	background:#FFF;
}

#header-wrap {
	margin-bottom:0px;
	background-attachment: fixed;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	height:200px;
}

.navtoggle {
	text-align:left;
}

.intro-box {
	word-wrap:break-word;
	text-align:center;
	overflow:auto;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	font-family: "Raleway", sans-serif;
	font-weight:300;
	padding-top:none;
	animation: fadeintext 2s;
	-webkit-animation: fadeintext 2s;
    	-moz-animation: fadeintext 2s;
}

.intro-box-inner {
	word-wrap:break-word;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 55px;
	padding-right:55px;
	margin:0 auto;
	max-width:860px;
	background:#FFF;
}

.header-inner {
	position: relative;
	width: 100%;
	padding-top:60px;
	padding-bottom:90px;
	margin: 0 auto;
	display:block;
	text-align:center;
}

.header hgroup {
	display:inline-block;
	text-align:center;
	margin:0 auto;
	position:relative;
}

.header-top {
	width: 100%;
	display: block;	
	padding-top:0px;
	background:#FFF;
	text-align:center;
}

.meta-hover {
	cursor:default;
}

.header-top-inner {
	max-width: 960px;
	display:block;
	margin:0 auto;
	position:relative;
	padding:50px 50px;
	font-size:14px;
}

.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;
}

.logo {
    display: inline-block;
    text-indent: -9999px;
    margin: 0;
    text-align:center;
}

.logo-image {
	text-align:left;
	display:block;
	float:left;
	padding-top:15px;
}

.logo-image img {
	max-width: 33%;
	height: auto;
	position:relative;
}

.logo-text {
    	font-family: 'Raleway', sans-serif;
    	font-size: 35px;
    	font-weight: 800;
    	line-height: 70px;
    	text-transform:uppercase;
    	letter-spacing: -2px;
    	padding: 0;
    	text-align:left;
    	color: #FFF;
	float:left;
	margin:0;

}

.logo-text a { 
	 color: #FFF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}

.logo-text a:hover {
	color:#FFF !important;
	padding-left: 12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.logo-text-footer-wrap {
	padding-bottom:15px;
	width:33%;
	overflow:auto;
}

.logo-text-footer {
	display:none;
    	font-family: 'Raleway', sans-serif;
    	font-size: 28px;
    	font-weight: 800;
    	line-height: 35px;
    	text-transform:uppercase;
	padding-top:5px;
	margin-bottom:15px;
    	letter-spacing: -1px;
 	padding:0;
    	text-align:left;
	color:#FFF;
	margin-top:0px;
}

.logo-text-footer a { 
	 color: #FFF;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}

.logo-text-footer a:hover {
	color:#FFF !important;
	padding-left: 12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease; 
}

.logo-subtitle {
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	text-transform:none;
	padding-left:15px;
	letter-spacing: 0;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	margin: 0;
	display: none;
}

.header-text-line {
    	text-align:middle;
     	display:table;
	width:100%;
	height:100%;
}

.load-text-line {
     	text-align:left;
	width:100%;
}

.header-text-line .inside {
  	font-family: 'Abel', Helvetica, Arial, Helvetica, sans-serif;
    	font-size: 28px;
    	font-weight: 400;
    	line-height: 30px;
    	text-transform:uppercase;
    	letter-spacing: 1px;
    	padding: 0;
    	text-align:center;
    	color: rgba(255,255,255,1.0);
    	vertical-align: middle;
    	display:table-cell;
}

.toggle-box {
	padding-right:0;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #f1f1f3;
	padding: 4px 8px;
	border: 1px solid #000;
	background: #000;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #f1f1f3;
	border-top-color: #000;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #f1f1f3;
	border-bottom-color: #000;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #f1f1f3;
	border-right-color: #000;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #f1f1f3;
	border-left-color: #000;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #000;
	border-top-color: #000;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #000;
	border-bottom-color: #000;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #000;
	border-right-color: #000;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #000;
	border-left-color: #000;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
#tiptip_content {
	padding: 4px 8px 5px 8px;
	background-color: #000;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #000;
}
#tiptip_holder.tip_top #tiptip_arrow_inner { 
	border-top-color: #000;
	}
}

/* 5. NAVIGATION
----------------------------------- */


.select-menu, .select {
	display: none;
}

.header-nav {
	padding-top:0px;
	display:inline-block;
	text-align:left;
	margin:0;
	float:right;
	line-height: 20px;
	padding-top:30px;
}

.header-nav-right {
	padding-top:3px;
	display:inline-block;
	float:right;
}

.header-nav div {
	text-align:center;
}

.nav a {
	font-family: 'Raleway', sans-serif;
    	color: #000;	
	font-weight:500;
    	padding-right:0px;
	padding-left:0px;
    	display: inline-block;
    	font-size: 16px;
	text-transform:uppercase;
    	line-height: 20px;
    	text-transform: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    	vertical-align:middle;
	
}

.nav .current-menu-item > a, .nav a:hover {
	color: #666;
}

.nav a:hover {
    	cursor: pointer;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#999;
}

.nav li .current-menu-item ul li a {
	border-bottom:none !important;
}

.nav > li {
    	padding: 0;
    	margin: 0;
    	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;
    	position: relative;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:35px;
	float:left;
}

.nav li:last-child {
	margin-right: 0;
	padding-bottom:0px;	
	padding-right:0px;
}

.nav ul {
    	position: absolute;
    	display: none;
    	width: 180px;
    	top: 30px;
	padding-bottom:5px;
    	left: 35px;
    	padding-top: 60px;
   	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav .sub-menu {
	margin: 0 0 0 0;
	z-index:1000;
}

.nav .sub-menu .current-menu-item a {
	border-bottom:none;
	color:#FFF;
}


.nav li ul { 
	z-index:1000;
}

.nav li ul li { 
	padding: 0 20px;
	padding-right:20px;
	background: #202020; 
	z-index:1000;
	text-align:left;
}

.nav li ul a, .nav li ul li a {
    	width: 110px;
    	height: auto;
    	float: left;
    	color:#707984;
    	border-top: solid 1px #222222;
    	padding:13px 0 13px 0;
    	font-size: 14px;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav li ul li:first-child a {
	padding-top:10px;
	border-top: none;
}

.nav li .current-menu-item ul li a {
	border-bottom: none !important;
	color:#FFF;
}


.nav li ul li:last-child {
	padding: 0 20px;
}

.nav li ul li .current-menu-item {
	border-bottom: none !important;
	color:#FFF !important;
}

.nav li ul a {
    	border-bottom:none!important;
}

.nav li ul a:hover {
    	height: auto;
    	float: left;
    	color:#FFF;
	border:none;
	border-top:1px solid #222222;
    	background: none;
	-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; 
}

/* 6. WRAPPER & MAIN
----------------------------------- */

#wrapper {
    	position: relative;
    	height: 100%;
    	margin: 0 auto;
    	padding-top:40px;
   	padding-bottom:0px;
	overflow:auto;
}

#main-wrap {
    	width: 100%;
    	margin: 0 auto;
}

#wrap {
	position: relative;
	width:100%;
	margin:0 auto;
}

#content {
    	margin: 0 auto;
	max-width:960px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom: 65px;
}

#post-nav {
    	margin: 0 auto;
	max-width:960px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom: 50px;
}

.content-posts {
	padding-bottom:0px;
}

/* 7. POSTS 
----------------------------------- */

.post .more-link {
	width:60px;
	height:30px;
	color: #999;
	border: 1px solid rgba(153,153,153,0.3);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:13px;
	padding-top:4px;
	padding-bottom:6px;
	text-align:center;
	font-size:15px;
}

.post .more-link:hover {
	border: 1px solid rgba(153,153,153,1.0);	
	color:#999;
	background:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.post:first-child {
    	padding: 0px 0 0px 0;
}

.post {
    	padding: 0px 0 0px 0;
    	margin: 0 0 0px 0;
	margin-bottom:0px;
}

.post:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post li {
	list-style-type: disc;
	margin-bottom: 5px;
}

.post .entry-content-wrap {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}

.entry-wrap {
	overflow:hidden;
	padding: 0px;
}

.format-quote .entry-content {
	padding: 40px 0 40px 0;
}

.format-quote p {
	text-align:left !important;
}

.post .entry-content { 
	padding-top:0px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom:60px;
}

.single-project .entry-content { 
	padding-bottom:10px !important;
}

.project .entry-content { 
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-bottom:40px;
}

.page .post .entry-content {
	padding-bottom: 50px;	
	padding-top:0px;
}

.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 {
	padding-bottom:30px;
	margin-bottom:0px;	
	text-align:center;
	word-wrap: break-word;
	overflow:auto;
}

.date-title {
	font-family: 'Open Sans', sans-serif;
	color:#86888A;
	font-size: 14px;
	line-height:28px;
	font-weight:normal;
	text-transform: normal;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	padding-left:0px;
	padding-right:0px;
	background:none;

}

.date-title i {
	padding-right:5px;
}

.date-title span {
	font-family: 'Great Vibes', sans-serif;
	font-size: 18px;

}

.date-title a {
	font-family: 'Open Sans', sans-serif;
	color: #EFEFEF;
}

.breadcrumbs li a {
	color:#999;
}

.breadcrumbs li a:hover {
	color:#666;
}

#sidebar .accent {
	border-bottom:1px solid #FFF !important;
	width:100%;
	opacity: 0.1;
	-moz-opacity: 0.1;
	-webkit-opacity: 0.1;
}

#sidebar .entry-title a {
	color:#F8F8F8;
}

#sidebar .entry-title a:hover {
	color:#F4F4F4;
}


.date-title a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #F8F8F8;
}

.archive-title-wrapper {
	width:100%;
	margin: 0px auto;
	padding-bottom:30px;
	margin-bottom:20px;
	
}

.archive-title {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	font-size: 12px;
	text-transform:uppercase;
 	padding: 20px 0;
 	margin: 0px auto;
	width:100%;
 	text-align: left;	
 	letter-spacing: 0px;
}

.page .entry-title {
	margin-top: 0px;
}

.posts-content {
	text-align:justify;
}

.entry-title {
	font: bold 36px/42px 'Raleway', sans-serif;
	color: #21282E;
	text-transform: none;
	letter-spacing: -1px;
	text-align: left;
	margin: 0px 0 0px 0;
	font-size: 1.80em;
	margin-bottom:10px;
}

.entry-title a {
    	color: #21282E;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.entry-title a:hover {
	color:#f44238;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.centered {
	text-align:left;
	padding-top:0px;
	padding-bottom:30px;
	padding-top:20px;
}

.page .centered {
	display:none;
}

.single .centered {
	display:none;
}

.more-link {
	margin-top:20px;
	margin:0 auto;
	text-align:center;
}

#content p { 
	margin: 0 0 30px;
}

#content img {
	max-width: 100%;
}

.social-icon img {
	background:none!important;
}

#content .meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform:none;
	color: #999;
	margin: 0px 0 40px 0 !important;
	width: 100%;
	display: inline-block;
	margin-left:0px;
	padding-left:0px;
}

#content .meta li.author {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-transform:none;
	color: #86888A;
	margin: 10px 0 20px 0 !important;
	width: 100%;
	display: inline-block;
}

#content .meta a {
	color: #999;
}

#content .meta a:hover {
	color: #555;
}

#content .meta li {
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#content .meta li i {
	margin-right: 8px;
}

#content .pagelink {
	font-weight: bold;
}

#content .post-nav {
	display: inline-block;
	width: 100%;
	margin: 40px auto;
	padding: 15px 0;
}

#content .post-nav-inside {
	width:100%;
	padding: 0 25px;
	margin: 0 auto;
}

#content .post-nav a {
	font-weight: 500;
	font-size: 15px;
	color: #999;
	text-transform: none;
	font-family: 'Open Sans', Helvetica, sans-serif;
	padding: 5px 10px; 
}

#content .post-nav a:hover {
	color: #666; 
}

#content .post-nav-inactive {
	background: none;
	font-size: 14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #999;
	border: 1px solid rgba(153,153,153,0.1);
	font-size: 14px;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	padding: 5px 13px;
	line-height: 20px;
}

.post-nav-inactive {
	background: none;
	font-size: 14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #999;
	border: 1px solid rgba(153,153,153,0.1);
	font-size: 14px;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	padding: 5px 13px;
	line-height: 20px;
}


#content .post-nav-left {
	display:inline-block;
	margin-right:5px;
}

#content .post-nav-right {
	display:inline-block;
}

/* 8. PORTFOLIO
--------------------------------- */

.panel {
	float: left;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	width: 33.333%;
	height: inherit;
}
		
.front {
	float: left;
	position: relative;
	z-index: 900;
	width: 100%;
	height: 100%;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	/* -- transition is the magic sauce for animation -- */
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.flip .front {
	z-index: 900;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
		
.back {
	float: none;
	position: absolute;
	left:0;
	top:0;
	z-index: 800;
	width: 100%;
	height:100%;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
	/* -- transition is the magic sauce for animation -- */
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
		
.flip .back {
	z-index: 1000;
	background: #FFF;
	color:#FFF;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
   	-moz-transition-duration: 0.8s;
        transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
   	-moz-transition-property: height, width;
        transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
   	-moz-transition-property:    -moz-transform, opacity;
        transition-property:         transform, opacity;
}

#loadingbox {
	width: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 2;
}

#pageloader {
	padding: 50px 30px;
	margin-bottom: 0px;
	padding-bottom: 40px;
	background: #f7f7f7;
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#loader {
	height: 100%;
	width: 100%;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#loader .wrapper {
	background: #282D30;
	padding: 0 30px;
	height: 100%;
}

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 5%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half {
	width: 48%;
}

.one-third {
	width: 30%;
}

.two-third {
	width: 63.33%;
}

.one-fourth {
	width: 22%;
}

.three-fourth {
	width: 74%;
}

.one-fifth {
	width: 16.8%;
}

.two-fifth {
	width: 37.6%;
}

.three-fifth {
	width: 58.4%;
}

.four-fifth {
	width: 67.2%;
}

.one-sixth {
	width: 13.33%;
}

.five-sixth {
	width: 82.67%;
}

@media only screen and (max-width: 768px) {
.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth,.three-fifth, .four-fifth, .one-sixth, .five-sixth {
	width:100%;
}
}

#portfolio-filter-wrapper {
	display:block;
	overflow:auto;
}

#portfolio-filter {
	display:block;
	width:100%;
	margin:0 auto;
	text-align:right;
	float:right;
}

#portfolio-wrapper img {
	vertical-align: bottom;
}

#portfolio-wrapper img {
	position:relative;
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	vertical-align: bottom;
}

#portfolio-wrapper 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;
	filter: none;
  	-webkit-filter: grayscale(0%);
}

#portfolio-wrapper img:hover {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	
}

#portfolio-list {
	margin:0;
	padding:0;
	-webkit-margin-after: 0em;
}

#portfolio-filter {
	list-style-type: none;
}

#portfolio-filter li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
}

#portfolio-filter li:first-child {
	display: inline-block;
	padding-right: 10px;
	background: none;
	padding-left: 0px;
}

#portfolio-filter li a {
	font-family: 'Raleway', sans-serif;
	color: #000;
	padding: 0 10px 0 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 10px;
	text-transform: none;
	text-decoration: none;
}

#portfolio-filter li a.selected {
	color:#666;
}

#portfolio-filter li a:hover {
	color: #666;
	text-decoration: none;
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #000;
}

#portfolio-wrapper {
	margin-top:20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	animation: fadeintext 2s;
	-webkit-animation: fadeintext 2s;
	-moz-animation: fadeintext 2s;
}

.portfolio-item .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 0px;
	background: #fff;
	position: relative;
	overflow:hidden;
}

#portfolio-list .portfolio-item {
	width: 33.333%;
	float:left;
	position: relative;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}

.one {
	width: 100% !important;
	float:left;
	position: relative;
}

.two {
	width: 50% !important;
	float:left;
	position: relative;
}


#portfolio-list .portfolio-item h3 a {
	color: #084a9a;
	text-transform: uppercase;
	font-weight: bold;
}

#portfolio-list .portfolio-item .excerpt
{
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	margin-bottom: 40px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}

.fullportfolio {
	color:#999;
	padding-left:0px;
	animation: fadeintext 2s;
	-webkit-animation: fadeintext 2s;
	-moz-animation: fadeintext 2s;
}

.fullportfolio:hover {
	color:#999;
}

.togglefilter {
	color:#000;
	animation: fadeintext 2s;
	-webkit-animation: fadeintext 2s;
	-moz-animation: fadeintext 2s;
}

.togglefilter:hover {
	color:#999;
}

#filter-hide {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.image-overlay {
	left: 0;
	top: 0;
	position: absolute;
	background:#000;
	background:rgba(33,40,46,0.93);
	color: #fff;
	cursor: pointer;
}

.caption {
	width: 100%;
	height: 100%;
	text-align:left;
}

.caption-inner {
	word-wrap:break-word;
	position:relative;
	opacity: 1;
	height:80%;
	margin-top:0px;
	padding:30px;
	filter: alpha(opacity=100);
	-webkit-transition: opacity .2s .2s ease-out,top .2s .2s ease-out;
	-moz-transition: opacity .2s .2s ease-out,top .2s .2s ease-out;
	-ms-transition: opacity .2s .2s ease-out,top .2s .2s ease-out;
	-o-transition: opacity .2s .2s ease-out,top .2s .2s ease-out;
	transition: opacity .2s .2s ease-out,top .2s .2s ease-out;
}

.one .caption-inner {
	height:100%;
}

.one .caption-inner  .caption-header {
	bottom:16%;
}

.one .caption-inner  p {
	bottom:10%;
}

.caption-inner p {
	position:absolute;
	bottom:0px;
	font-weight:200;
	font-size:14px;
}

.caption-header {
	position:absolute;
	bottom:60px;
	font-size: 20px;
	line-height: 40px;
	color: #FFF;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:0px;
}

.underlined {
	width:20px;
	height:1px;
	background: 1px solid rgba(132,132,132,0.1);
}

.featuredimage {
	display:block;
}


/* TipTip */

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 14px;
	text-transform:none;
	font-weight:normal;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	padding: 4px 8px;
	border: 1px solid #fff;
	background: #999;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: #fff;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: #fff;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: #fff;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: #fff;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #fff;
	border-top-color: #fff;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #fff;
	border-bottom-color: #fff;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #fff;
	border-right-color: #fff;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #fff;
	border-left-color: #fff;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
#tiptip_content {
	padding: 4px 8px 5px 8px;
	background-color: #fff;
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #fff;
}
#tiptip_holder.tip_top #tiptip_arrow_inner { 
	border-top-color: #fff;
	}
}


/* 9. POST FORMATS
--------------------------------------- */

/* chat */

.chat-row { 
	background:#EEE;
}

.chat-author { 
	padding:5px;
	background:#EEE;
}

.chat-text p { 
	padding:5px;
}

/* image */

.single-project .entry-content img {
	padding-bottom:30px;
}

.single-project .entry-content .fitvid {
	padding-bottom:30px;
}

.post .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin-bottom:40px;
	position:relative;
	overflow:hidden;
}

.post .fitvid {
	margin-bottom:40px;
}

.post .flexslider {
	margin-bottom:40px;
}

.post .featured-image img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 0px;
	float: left;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.post .featured-image img {
	-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;
	filter: none;
  	-webkit-filter: grayscale(0%);
}

.post .featured-image:hover img {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	
}

#content 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;
	filter: none;
  	-webkit-filter: grayscale(0%);
	
}

#content img:hover {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	
}


.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;
}

.featured-image:hover img {

}


/* gallery */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 

/* FlexSlider Necessary Styles */ 
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	list-style:none !important;
	-webkit-backface-visibility: hidden;

} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	position:relative;
	z-index:999;
	max-height:450px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}

/*main*/
.flexslider-container {
	position: relative;	
	z-index:999;
	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;
}

.flex-direction-nav li {
	list-style:none;
}

.flexslider .flex-direction-nav li a.flex-next,
.flexslider .flex-direction-nav li a.flex-prev {
	position: absolute;
	font-family:'Open sans', sans serif;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom:-5px;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	color: #fff !important;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;

}

.flexslider .flex-direction-nav li a.flex-next {
	left: 130px;
	bottom:-35px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	font-size: 14px;
	text-align: center;
	color: #fff !important;
	 transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.flexslider .flex-direction-nav li a.flex-prev {
	left:90px;
	bottom:-45px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight:bold;
	 transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	color: #fff;
	bottom:30px;
	background:#59d0d9;
	text-decoration: none;
	 transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	color: #fff;
	bottom:30px;
	background:#59d0d9;
	text-decoration: none;
	 transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.flexslider:hover .flex-direction-nav li a.flex-prev {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	bottom:30px;
	 transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}

.flexslider:hover .flex-direction-nav li a.flex-next {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	bottom:30px;
	 transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.flexslider .flex-control-nav {
	margin: 0px !important;
	padding:20px; 
	padding-top:10px;
	padding-bottom:10px; 
	position: absolute; 
	bottom: 20px; 
	padding-right:80px;
	right: 0px; 
	text-align: center;
}

.flexslider .flex-control-nav li {
	margin: 0 6px; 
	display: inline-block; 
	zoom: 1; 
	*display: inline;
}

.flexslider .flex-control-paging li a {
	width: 8px; 
	height: 8px; 
	display: block; 
	background: transparent; 
	border:2px solid #FFF; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
}

.flexslider .flex-control-paging li a:hover { 
	background: #FFF; 
}

.flexslider .flex-control-paging li a.flex-active { 
	background: #FFF; 
}

/* Caption style */
/* IE rgba() hack */
.flex-caption { background: #282D30; width: 240px; opacity: 0.9; filter: alpha(opacity = 90);}
.flex-caption {position: absolute; left: 30px; bottom: 30px; padding: 15px 15px; color: #ffffff;  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;z-index:999;}
.flex-caption h1, .flex-caption h2, .flex-caption h3, .flex-caption h4, .flex-caption h5, .flex-caption h6   { color: #ffffff; margin: 0; font-size:13px; }


/*main*/
.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 .flex-direction-nav li a.flex-next,
.flexslider .flex-direction-nav li a.flex-prev {
	position: absolute;
	bottom:-5px;
	background: #21282e;
	font-size: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	padding: 0;
	line-height: 30px;
}

.flex-direction-nav li {list-style:none;}


.flexslider .flex-control-nav {margin: 0px !important; width:100%;padding:0px; padding-top:10px;padding-bottom:10px; position: absolute; bottom: 20px; padding-right:0px;right: 0px; text-align: center;}
.flexslider .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flexslider .flex-control-paging li a {width: 8px; height: 8px; display: block; background: transparent; border:2px solid #FFF; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flexslider .flex-control-paging li a:hover { background: #FFF; }
.flexslider .flex-control-paging li a.flex-active { background: #FFF; }

.content-posts {
	padding-bottom:0px;
}



/* 10. POST NAVIGATION
--------------------------------------- */

.next-prev-mobile {
	display: none;
}

.navigation-posts {
	width:100%;
	margin:0 auto;
	position:relative;	
	height:50px;
	margin-bottom:20px;
}

.prevnav {
	float:left;
}

.nextnav {
	float:right;
}

.nextnav a, .prevnav a {
	padding: 5px;
	color: #666;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}

.nextnav a {
	position: relative;
	z-index: 20;
	text-align:right;
	margin-right: 0px;
	padding-right:0px;
}

.prevnav a {
	position: relative;
	z-index: 20;
	text-align:left;
	margin-left: 0px;
	padding-left:0px;
}

/* 11. COMMENTS
--------------------------------------- */

.comments-wrap .accent {
	border-bottom:1px solid #ffffff; 
	width:50px; 
	height:1px;
	margin-bottom:80px;
	margin-top:-2px;
}

.comments-wrap .accent2 {
	border-bottom:1px solid #ffffff; 
	width:50px; 
	height:1px;
	margin-bottom:70px;
	margin-top:-2px;
}

#comments {
	background:none;
}

.comments {
	width:65%;;
	padding-top:0px;
}

.comments-wrap {
	margin-top:60px;
	width: 100%;
	margin: 0 auto;
}

#comments-title {
	font-family: 'Open Sans', sans-serif;
	background: #f1f1f1;
 	padding: 60px 0;
 	margin: 0 0 0 0;
 	text-align: center;
 	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in;
}

#comments-title:hover {
	background: #ebebeb;
	cursor: pointer;
	 -webkit-transition: .07s ease-in;  
	-moz-transition: .07s ease-in;  
	-o-transition: .07s ease-in;  
	transition: .07s ease-in; 
}

.comments-open {
	border-bottom: solid 1px #e7e7e7; 
	margin-bottom: 60px !important;
}

#respond {
    	margin: 0 0 0px 0;
    	padding: 0px 0 60px 0;
}

.comment #respond { 
	margin-top: 0px;
	padding-bottom: 10px;
}

#respond h3 {
	font-family: 'Ubuntu', Helvetica, Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: 600;
	text-align: left;
	margin: 0 0 0px;
	padding: 0;
	padding-top: 30px;
	font-size: 1.80em;
	padding-bottom: 10px;
	color:#21282E;
}

.commentlist #respond h3 {
	margin-top: 15px;
}

#respond label {
	text-transform: uppercase;
    	font-size: 11px;
    	font-weight: bold;
    	margin: 5px 0 0 15px;
    	color: #aaa;
    	position: absolute;
    	left: -999px;
}

#respond p {
	position: relative;
	text-align:left;
}

#respond .required {
	color: #E75353;
	display: none;
}

#respond p { 
	margin-bottom: 40px; 
}

.form-submit { 
	text-align:left;
}

#commentform  {
	width: 100%;
}

#respond input[type="text"], #respond textarea {
  	color: #999;
    	border: none;
    	background: rgba(0, 0, 0, 0.05);
    	font: 13px/22px 'Open Sans', sans serif;
    	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%;
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
}

#commentform #submit {
	background:none;
	color: #999;
	border: 1px solid rgba(153,153,153,0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height:20px;
	padding: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 15px;
	cursor:pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#commentform #submit:hover {
	border:1px solid rgba(153,153,153,1.0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.form-allowed-tags {
	display:none;
}

.commentlist {
	padding-top:20px;
	list-style-type: none !important;
	list-style:none;
}

.commentlist li {
	position: relative;
   	padding: 0 0 25px 0;
    	margin: 0 0 15px 0;
    	position: relative;
    	list-style:none;
}

.commentlist li:last-child {
	position: relative;
    	padding: 0 0 30px 0;
    	margin: 0 0 10px 0;
    	position: relative;
	max-width:100%;
    	list-style:none;
}

.children li { 
	padding-left: 20px !important;
}

.children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-block {
    	padding: 0;
	padding-bottom:50px;
	display:block;
}

.comment-text {
	position: relative;
	font: 16px/22px 'Open Sans', sans serif;
}

.comment-text p {
	margin-bottom: 20px !important;
}

.comment-text blockquote {
	background: #eee;
	color: #555;
	padding-bottom: 7px;
}

.comment-text blockquote:after {
	display: none;
}

.comment-text blockquote p { 
	padding-left: 0;
}

.reply a {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	background: #EEE;
	color: #aaa;
	padding: 5px 10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in;
}

.reply a:hover {
	color: #fff;
	background: #555;
	-webkit-transition: .1s ease-in;  
	-moz-transition: .1s ease-in;  
	-o-transition: .1s ease-in;  
	transition: .1s ease-in; 
}

.comments .children .reply { 
	text-align: left;
}

#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 {
	font-family: 'Open Sans', sans-serif;
	color: #86888A;
	font-size: 14px;
	line-height: 28px;
	text-transform: none;
	text-align: left;
	margin-bottom: 25px;
	margin-top: 0px;
	display: block;
	letter-spacing: 0px;
}

.comments .logged-in-as a {
	color: #777;
}

.comments .logged-in-as a:hover {
	color: #555;
}

.comment-notes {
	width: 100% !important;
	font-size: 14px;
	line-height: 20px;
	text-align:center;
	text-transform: none;
	color: #bbb;
}

.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 {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    	float: left;
	height: 45px;
	width: 45px;
}

.fn {
    	float: left;
    	font-style: normal;
    	font-size: 16px;
    	font-weight: 500;
    	line-height: 28px;
    	margin-top: 0;
}

.fn a { 
	color: #555;
}

.fn a:hover {
	background: none;
	color: #777;
}

.comment-info {
	margin-bottom: 20px;
	position: relative;
}

.comment-meta {
    	float: left;
    	margin: 0 0 0 12px;
    	line-height: 11px;
}

.comment-time {
	text-transform: uppercase;
    	font-size: 12px;
    	color: #bbb;
    	display: inline-block;
    	margin-top: 4px;
}

.comment-time:hover {
	color: #999;
}

.comment-edit-link {
	font-size: 11px;
}

#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px 10px 20px 10px;
	margin: -44px 0 20px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: solid 1px #e7e7e7;
}

#comment-nav-below .nav-previous {
	float: left;
}

#comment-nav-below .nav-next {
	float: right;
}

/* 12. FOOTER
---------------------------------------- */

.socials {
   	float:right;
   	display:block;
	text-align:right;
   	padding-bottom:0px;
	padding-top:0px;
	vertical-align:middle;
	line-height:30px;
	font-size:16px;
}

.socials a {
	border:none;
	overflow:auto;
	padding-right:0px;
	color:#000;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.socials a:hover {
	color:#FFF;
	padding-right:5px;
	border:none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.socials img {
   	width:18px;
   	height:18px;
}

.socials img{
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;}

.socials img:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1.0;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
}

#footer {
	margin-top:0px;
	width: 100%;
	display:block;	
	position:relative;
	text-align:left;
	background:#ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-inside {
	margin:0 auto;
	max-width:1060px;
	background: none;
	display:block;	
	position:relative;
	padding:65px 50px;
	text-align:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-inside ul {
	list-style:none;
}

#footer-bottom {
	background:#ffffff;
	width: 100%;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-bottom-inside {
	display:block;
	margin:0 auto;
	max-width:960px;
	overflow: auto;
	padding: 35px 50px;
	font-family: 'Raleway', sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px;
}

#footer-bottom-inside a {
	color:#000;
}

#footer-bottom-inside a:hover {
	color:#FFF;
}


/* Footer area */

#footer-inside .widget img {
	max-width:100%;
}

#footer-inside select {
	max-width:100%;
	background:rgba(0,0,0,0.5);
	color: #666;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.search-form-input {
	background:rgba(0, 0, 0, 0.3);
	color: #fff;
	-webkit-appearance:none;
	border:none;
	padding-top:10px;
	padding-bottom:10px;
	padding:10px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

#footer-inside .widget input.submit.search-button {
	display:none;
}

#footer-inside .widget_meta {}

#footer-inside .widget_meta ul {
	list-style:none;
}

#footer-inside .widget_meta ul li {	
	margin-bottom: 8px;
	padding-bottom: 8px;
	padding-left:0px;
	border-bottom: none;
}

#footer-inside .widget_meta ul li: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.5);
	color:#666;
	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%;
	overflow:auto;
}

#wp-calendar {
	max-width:100%;
	position:relative;
}

#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 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.5);
	color:#666;
	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_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: justify;
	color: #707984;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .social-icon img {
	width:20px;
	height:20px;
}

#footer-inside .widget_text {
	font-weight: normal;
	text-align: left;
	color: #999;
	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{
	float:right;
	color:#000;
	font-size:16px;
	margin-top:0px;
	text-align:center;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#footer-bottom-inside a.totop:hover{
	color:#FFF;
}

#footer-bottom-inside a.totop{
	line-height:25px;
}


.tagcloud a {
	background:rgba(0, 0, 0, 0.05);
	color: #FFF;
	padding: 5px 10px;
	margin-bottom:10px;
	line-height:30px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

.tagcloud a:hover {
	background:rgba(0, 0, 0, 0.08);
	color: #FFF;
	padding: 5px 10px;
	margin-bottom:10px;
	line-height:30px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px;
}

.navtoggle {
	margin-bottom:40px;
}

#footer-inside .widget {
	width: 35%;
	margin-right:0%;
	font-size: 14px;
	padding: 10px 0px;
	padding-bottom:0px;
	float:left;
	display:block;
}

#footer-inside .widget:last-child {
	margin-right:0;
}

#footer-inside .widget a, #footer-inside .widget li a {
	color:#999;
}

#footer-inside .widget a:hover, #footer-inside .widget li a:hover {
	color:#666;
}


#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-family: 'Open Sans', sans-serif;	
	color: #FFF;
	font-size: 14px;
	font-weight:300;
        text-transform:uppercase;
	line-height: 20px;
	margin-bottom: 25px;
	margin-top:0px;
	letter-spacing: 0px;
}


/* 13. STANDARD WORDPRESS
--------------------------------------- */

input[type="password"] {
	color: #777;
    	border: none;
    	background: #EEE;
    	font: 13px/22px 'Open 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 #181818;
}

tr {
	border-bottom: 1px solid #181818;
}

th {
	padding:0px;
}

td {
	padding:3px;
	padding-right:10px;
}

.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:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

.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: 720px;
	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 {}
 ul.children {}

.linkcat {}
.blogroll {}


/* 14. CONTACT FORM 7
------------------------------------- */

.wpcf7 p {
	font-size: 15px;
	font-weight: 500;
	font-family:'Open Sans', sans serif;
	color: #000;
}

.wpcf7 input[type="text"], .wpcf7 textarea {
    	border:none;
	background: rgba(0, 0, 0, 0.05);
	color: #000;
    	font: 15px/25px 'Open Sans', sans serif;
    	width: 100%;
    	padding: 10px;
    	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-text {
	border:none;
	background: rgba(0, 0, 0, 0.05);
	color: #000;
	font: 13px/22px 'Open Sans', sans serif;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7-submit {
	color: #000;
	border:1px solid rgba(153,153,153,0.6);
	background: none;
	font-family: Arial, sans-serif;
	font-size: 13px/22px;
	text-transform: none;
	padding: 7px 10px;
	line-height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	transition: .1s ease-in;
	-webkit-appearance: none;
}

.wpcf7-submit:hover {	
	color:#999;
	border:2px solid rgba(153,153,153,1.0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:none;
	cursor:pointer;
}


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;
}


/* 15. FOOTER BOTTOM SECTION
--------------------------------------- */

#load {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px !important;
	width:100%;	
}

.inside {
	margin:0 auto;
	text-align:left;
	width:100%;
	padding:35px 0;
}

.post-nav-right a, .post-nav-left a {
	color:#999;
}

.post-nav-right, .post-nav-left {
	background: none;
	font-size: 14px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color:#999;
	border: 1px solid rgba(153,153,153,0.3);
	font-size: 14px;
	text-transform: none;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	padding: 5px 13px;
	line-height: 20px;
}

.post-nav-right:hover, .post-nav-left:hover {
	color:#666;
	border: 1px solid rgba(153,153,153,1.0);
}


/* 16. CUSTOM ARCHIVE
---------------------------------- */

#archive {
	display: inline-block;
	width: 100%;
	padding-top: 40px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom:30px;
	text-align: left;
}

.toggle {
	margin-top: 15px;
	width:100%;
	color:#FFF;
}

.toggle:hover {
	color:#fff;
}
	
div .toggle:first-child {
	margin-top: 0px;
	}
	
.toggle .toggle_title {
	padding: 15px;
	background:rgba(0, 0, 0, 0.05);
	}

.toggle .toggle_title h5 {
	margin-bottom:0px;
	}

.toggle .toggle_title a h5 {
	margin-top:0px;
	color:#555;
	font-size:16px;
	font-weight:normal;
	text-transform:none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}

.toggle .toggle_title a h5:hover {
	color:#666;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}
	
.toggle .toggle_title .toggle_icon {
	background: url(images/plus.png) center center no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	text-indent: -9999px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	float: left;
	padding: 1px;
	margin-right: 10px;
	margin-top: 2px;
	}
	
.toggle .toggle_title a.active .toggle_icon {
	background-image: url(images/minus.png);
	}
	
.toggle .toggle_inner {
	background:none;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
	display: none;
	border-left:1px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
	}

.toggle .toggle_inner ul {
	padding-left:0px;
	list-style: none;
	}

.toggle .toggle_inner li {
	list-style:none;
	}


/* 17. MEDIA QUERIES
-------------------------------- */

/* Tablet and Mobile */
@media only screen and (max-width:755px) {
    
body {
    	font: 14px/26px 'Open Sans', sans serif;
}

.two {
	width:100% !important;
}

#sidebar-inner {
	padding:10px;
}

.nav {
	display: none;
}

.logo-text {
	display:none;
	width:100%;
}
    
.header-nav {
	display:block;
	width: 100%;
	height: 41px;
	margin: 0px 0;
	padding:0px;
	position: relative;
	float:left;
}

#sidebar {
	width:100%;
	margin-bottom:50px;
}

.content-posts {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}

.header-nav div {
	margin:0 auto;
	width: 83%;
	z-index: 50;
	display:block!important;
}
â€¡.select-menu {
	display: block;
	width: 100%;
	float: left;
}
	
.header-nav select.select-menu {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 41px !important;
	line-height: 26px;
	margin-top:17px;
	margin-left:-33px;
	float:left;
	display:block;
}
	
.header-nav span.select:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f0c9";
	position: absolute;
	color: #999;
	left: 0;
	top: 0;
	margin-left:-13px;
}
	
.header-nav span.select {
	display: block;
}

.header-nav span.select {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 0;
	margin:0 auto;
	left: 0;
	text-align:left;
	width: 80%;
	height: 41px;
	line-height: 43px;
	font-size: 13px;
	color: #999;
	text-indent: 15px;
	cursor: default;
	z-index: 1;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-top-inner {
	padding:30px 50px;
}

.intro-box {
	margin-left:50px;
	margin-right:50px;
	font-size:20px;
}

.intro-box-inner {
	word-wrap:break-word !important;
	padding-left:10px;
	padding-right:10px;
}

#portfolio-list .portfolio-item {
	width:100%;
}

#footer-inside a.totop {
	display:none!important;
}

.logo-text {
    	font-size: 34px;

}

#tiptip_holder {
	display: none !important;
}

.post .posts-content {
	font: 14px/28px 'Open Sans', Georgia, serif;
	text-align: justify;
}

.post .posts-contents {
	font: 14px/28px 'Open Sans', Georgia, serif;
	text-align: justify;
}
    
.logo-text {
	padding: 10px 0;
}
    
#footer-bottom a.totop {
	display:none !important;
}

.left-float {
	text-align:left;
	float:none;
	overflow:auto;
	width:100%;
	padding-bottom:20px;
}

.socials {
	padding-top: 20px;
	float: none;
	text-align:left;
}

#footer-bottom-inside .socials a {
	padding-right: 8px;
	padding-left:0px;
}

#footer-bottom-inside {
	padding-bottom: 30px;
}

#box-inner {
	width:100%;
}
    
.post {
	margin-bottom: 25px;
	padding-bottom: 0;
}
    
#wrapper {
	width: 100%;
}

.date-title {
	margin: 0 0 0px 0;
}
	
.entry-title {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -1px;
	padding-bottom: 25px;
}
	
.post .post-content {
	font: 14px/24px 'Open Sans', sans serif;
}
	
#content .meta {
	margin: 10px 0 0px 0 !important;
}

#content .meta {
	margin-left: 0px !important;
	padding-left:0px !important;
}
	
.next-prev-mobile {
	display: block;
}
	
#content .post-nav {
	padding: 10px 0;
	margin-top: 20px;
}
	
#comments {
	padding-bottom: 0;
}
	
.comments-wrap {
	width: 100%;
	margin: 0 auto;
}
	
.comments-open { 
	margin-bottom: 40px !important;
}
	
.commentlist li {
	padding: 0 0 5px 0;
	margin: 0 0 35px 0;
}
	
.commentlist > li:before {
	display: none;
}
	
#comments-title {
	margin: 0 0 0 0;
	font-size: 18px;
	letter-spacing: 0;
	padding: 30px 0;
}

.format-quote {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -1px;
	padding-bottom: 35px;
}

.format-quote p {
	margin-bottom:30px!important;
}

.comments-open #comments-title {
	margin-bottom: 40px;
}
	
.comment-meta {
	margin: 0 0 0 15px;
}
	
.fn {
	float: none;
}
	
.comment-text {
	font: 14px/22px 'Open Sans', sans serif;
}
	
#respond {
	padding-bottom: 0px;
}
	
#respond h3 {
	margin-top: 0;
}
	
#respond input[type="text"], #respond textarea {
	font: 14px/22px 'Open Sans', sans serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
#respond .respond-submit {
	width: 100%;
}
	
.comments .logged-in {
	font-size: 14px;
}

.flex-direction-nav {
	display:none;
}

#footer-inside .widget {
	width: 100%;
	margin-bottom:20px;
}

}
 
/* Mobile (Landscape) */
@media screen and (min-width: 321px) and (max-width: 480px) {

body {
    	font: 14px/26px 'Open Sans', sans serif;
    }

#footer-bottom a.totop {
	display:none!important;
}

#footer-inside .widget {
	width: 100%;
}

.left-float {
	text-align: left;
	float: none;
	overflow: auto;
	width: 100%;
	padding-bottom: 20px;
}

.flex-direction-nav {
	display:none;
}

.post .posts-content {
	font: 14px/28px 'Open Sans', Georgia, serif;
	color: #555;
	text-align: justify;
}

.post .posts-contents {
	font: 14px/28px 'Open Sans', Georgia, serif;
	color: #555;
	text-align: justify;
}
    
.logo-text {
	padding: 10px 0;
}

.socials {
	padding-top: 0px;
	float: left;
	margin-left:-8px;
}

#footer-bottom-inside {
	padding-bottom: 50px;
}

.post {
	margin-bottom: 25px;
	padding-bottom: 0;
}

.date-title {
	margin: 0 0 0px 0;
}
	
.entry-title {
	font-size: 28px;
	line-height: 34px;
	letter-spacing: -1px;
	padding-bottom: 25px;
}
	
.post .post-content {
	font: 14px/24px 'Open Sans', sans serif;
}
	
#content .meta {
	margin: 10px 0 0px 0 !important;
}

#content .meta {
	margin-left: 0px !important;
	padding-left:0px !important;
}
	
.next-prev-mobile {
	display: block;
}
	
#content .post-nav {
	padding: 10px 0;
	margin-top: 20px;
}
	
#comments {
	padding-bottom: 0;
	}
	
.comments-wrap {
	width: 100%;
	margin: 0 auto;
}
	
.comments-open { 
	margin-bottom: 40px !important;
}
	
.commentlist li {
	padding: 0 0 5px 0;
	margin: 0 0 35px 0;
}
	
.commentlist > li:before {
	display: none;
}
	
#comments-title {
	margin: 0 0 0 0;
	font-size: 18px;
	letter-spacing: 0;
	padding: 30px 0;
}

.format-quote {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -1px;
	padding-bottom: 35px;
}

.format-quote p {
	margin-bottom:30px!important;
}

.comments-open #comments-title {
	margin-bottom: 40px;
}
	
.comment-meta {
	margin: 0 0 0 15px;
}
	
.fn {
	float: none;
}
	
.comment-text {
	font: 14px/22px 'Open Sans', sans serif;
}
	
#respond {
	padding-bottom: 0px;
}
	
#respond h3 {
	margin-top: 0;
}
	
#respond input[type="text"], #respond textarea {
	font: 14px/22px 'Open Sans', sans serif;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	
#respond .respond-submit {
	width: 100%;
}
	
.comments .logged-in {
	font-size: 14px;
}
	
#footer .widget {
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
}
	
#footer .widget:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
	
#footer .widget .widgettitle {
	margin-bottom: 10px;
}
 
}
 
/* Tablet Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {


}




/* Ajouté par Romain */
.wp-post-image {
    height: auto;
}
.date-title {
    display: none;
}



/* Ajouté par Guillaume */
.fullportfolio {
    display: none;
}
.wp-image-746 {
    height: auto;
}												