/*
Theme Name: Symple
Theme URI: playnethemes.com
Description: A beautiful, simple way to display your content.
Author: Playne Themes
Author URI: playnethemes.com
Version: 1.3
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:20px;
}

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

.left-float { 
	float:left; 
	display:block; 
	position:relative;
}

.right-float { 
	float:right; 
}

.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: #555;
    	background: #EEE;
    	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
}

img { 	
	border-style: none; 
}

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

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

input, textarea, select {
    	font: 100% arial,sans-serif;
    	vertical-align: middle;
    	color: #000;
}

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

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

.whitespace {
	padding-left:20px;
	margin:0 auto;
	padding-right:20px;
	background:#FFF;
	text-align: center;
	display: inline-block;
	font-weight: 500;
	font-size: 15px;
	text-transform: none;
	font-family: 'Open Sans', Helvetica, sans-serif;
}

.line {
	content: "";
	width: 100%;
	margin:0 auto;
	height: 15px;;
	border-bottom: 1px solid #F2F2F2;
	left: 0;
}

.alignleft { float: left }

.alignright { float: right }

.alignnone { text-align:center; }

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

/* 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:#5bad8a;color:#FFF;}

::-moz-selection { background:#5bad8a;color:#FFF;}

::-webkit-selection { background:#5bad8a;color:#FFF;}


h1, h2, h3, h4, h5, h6 {
    	margin: 25px 0 25px 0;
    	line-height: 1.4em;
	font-family: 'Abel', Helvetica, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

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:#000;
}

#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:550px;
}

.navtoggle {
	text-align:center;
}

.roles {
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	overflow: hidden;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);
	z-index: 999;
}

.roles div {
	height: 40px;
	-webkit-transition: margin-top 0.5s ease-in-out;
	-moz-transition: margin-top 0.5s ease-in-out;
	-o-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
}

.rotator {
	margin-top:20px;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	overflow: hidden;
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0,0,0,0.01);
	z-index: 999;
}

.rotator div {
	height: 20px;
	-webkit-transition: margin-top 0.5s ease-in-out;
	-moz-transition: margin-top 0.5s ease-in-out;
	-o-transition: margin-top 0.5s ease-in-out;
	transition: margin-top 0.5s ease-in-out;
}

.header-wrap-overlay {
	background: url(images/pat.png) repeat;
	height:100%;
}

.load-wrap-overlay {
	background: url(images/pat.png) repeat;
	height:100%;
}

.header-inner {
	position: relative;
	width: 80%;
	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:#000;
}

.header-top-inner {
	width: 80%;
	display:table;
	margin:0 auto;
	padding-top:65px;
	padding-bottom:55px;
	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:center;
	display:block;
	margin:0 auto;
	padding-bottom:30px;
}

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

.logo-text {
    font-family: 'Raleway', Helvetica, Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 30px;
    text-transform:uppercase;
    letter-spacing: -2px;
    padding: 0;
    font-weight:800;
    text-align:center;
    color: rgba(255,255,255,0.6);
    padding-bottom:25px;

}

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

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

.logo-text-footer {
  font-family: 'Raleway', Helvetica, Arial, Helvetica, sans-serif;
font-size: 28px;
font-weight: 800;
line-height: 30px;
text-transform: uppercase;
letter-spacing: -2px;
padding: 0;
text-align: center;
color: rgba(255,255,255,0.8);
padding-bottom: 0px;

}

.logo-text-footer: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; 
}

.logo-text-footer:hover a {
    	color: #fff;

}

.header-text-line {
    	text-align:center;
     	display:table;
	width:100%;
	height:100%;
}

.load-text-line {
     	text-align:center;
     	display:table;
	width:100%;
	height: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;
}

#box-toggle {
	float:right;
	margin-right:-70px;
	margin-top:-45px; 
	color:#666;
}

#box-toggle:hover {
	color:#FFF;
}

/* 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: #fff;
	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: #fff;
	border-top-color: #000;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: #000;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: #000;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	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:3px;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}

.header-nav-right {
	padding-top:3px;
	display:inline-block;
	float:right;
}

.header-nav div {
	text-align:center;
	margin:0 auto;
}

.nav a {
	font-family: 'Open Sans', sans-serif;
    	color: #666;
    	padding: 0 10px 0 10px;
    	display: inline-block;
    	font-size: 12px;
    	font-weight: 600;
    	line-height: 20px;
    	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
    	vertical-align:middle;
	
}

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

.nav .current-menu-item a, .nav a:hover {
	color: #fff;
	text-decoration: line-through;
}

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

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

.nav li {
    	float: left;
    	position: relative;
}

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

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

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

.nav li ul { 
	z-index:1000;
}

.nav li ul li { 
	padding: 0 20px;
	padding-right:20px;
	background: #000; 
	z-index:1000;
	text-align:left;
}

.nav li ul a, .nav li ul li a {
    	width: 110px;
    	height: auto;
    	float: left;
    	color:#666;
    	border-top: solid 1px #181818;
    	padding:10px 0 10px 0;
    	font-size: 11px;
    	-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 ul a:hover {
    	height: auto;
    	float: left;
    	color:#FFF;
    	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:0px;
   	padding-bottom:0px;
}

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

#wrap {
	background:#FFF;
	max-width: 960px;
	min-width: 280px;
	margin: 90px auto;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) 0 8px rgba(0, 0, 0, 0.4);
}

#content {
    	width: 100%;
    	margin: 0 auto;
}

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

/* 7. POSTS 
----------------------------------- */

.post .more-link {
	width:60px;
	height:30px;
	color: #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:2px solid rgba(153,153,153,0.6);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding:13px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	font-size:15px;
}

.post .more-link:hover {	
	color:#999;
	border:2px solid rgba(153,153,153,1.0);
	-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;
    	background: #fff;
}

.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:center !important;
}

.post .entry-content { 
	padding-top:20px;
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding-bottom:60px;
}

.project .entry-content { 
	position: relative;
	width: 70%;
	margin: 0 auto;
	padding-bottom:60px;
}

.page .post .entry-content {
	padding-bottom: 50px;
}

.post .post-content {
	padding-top:20px;
	font: 400 16px/28px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-align:justify;
}

.post .posts-content {
	padding-top:20px;
	font: 400 16px/28px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-align:justify;
}

.post .post-content-page {
	padding-top:20px;
	font: 400 16px/28px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	text-align:justify;
}

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

.page .date-title {
	display: none;
}

.entry-content header {
	margin-bottom:60px;	
	text-align:center;
	word-wrap: break-word;
}

.date-title {
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
	font-size: 12px;
	line-height:28px;
	font-weight:normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing:0px;
	padding-left:0px;
	padding-right:0px;
}

.date-title a {
	font-family: 'Open Sans', sans-serif;
	color: #aaa;
}

.date-title a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #666;
}

.archive-title-wrapper {
	width:80%;
	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:80%;
 	text-align: left;	
 	letter-spacing: 0px;
}

.page .entry-title {
	margin-top: 60px;
}

.odd {
	background:#F4F4F6;
}

.commentlist .odd {
	background:#F4F4F6;
}

.commentlist .even {
	background:#F4F4F6 !important;
}

.odd .whitespace {
	background:#F4F4F6;
}

.odd .line {
	border-bottom:1px solid #EBEBEE;
}

.even {
	background:#FFF !important;
}

.entry-title {
	text-align: center;
	margin: 60px 0 0px 0;
	font-size: 2.00em;
	margin-bottom:20px;
}

.entry-title2 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
	font-size: 1.6em;
	font-weight: bold;
        letter-spacing: -1px;
    	line-height: 52px;
	text-align: left;
	padding: 30px 0 10px 0;
    	margin: 0 0 0 0;
}

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

.entry-title2 a:hover {
    	color: #999 !important;
    	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease; 
}

.entry-title a {
    	color: #555;
    	-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; 
}

.centered {
	text-align:center;
	padding-top:0px;
	padding-bottom:30px;
	padding-top:30px;
}

.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%;
	height: auto;
}

#content .meta {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	color: #999;
	margin: 25px 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: #555;
	margin: 10px 0 40px 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:80%;
	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-left {
	display:inline-block;
}

#content .post-nav-right {
	display:inline-block;
}

/* 8. PORTFOLIO
--------------------------------- */

#portfolio-filter-wrapper {
	background:#000;
}

#portfolio-filter {
	width:80%;
	margin:0 auto;
	padding:30px 0;
	text-align:center;
}

#portfolio-wrapper img {
	vertical-align: bottom;
}

#portfolio-wrapper img {
	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-list {
	margin:0;
	padding:0;
	-webkit-margin-after: 0em;
}

#portfolio-filter {
	list-style-type: none;
}

#portfolio-filter li {
	display: inline;
	padding-right: 20px;
	padding-left:0px;
}

#portfolio-filter li a {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

#portfolio-filter li a:hover {
	color: #FFF;
	text-decoration: none;
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #FFF;
}

#portfolio-wrapper {
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}

#portfolio-list {
	list-style-type: none;
	margin:0px;
	padding:0px;

}

.portfolio-item .featured-image {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	margin-bottom: 0px;
	background: #000;
	position: relative;
	overflow:hidden;
}

#portfolio-list .portfolio-item {
	width: 100%;
	margin:0px;
	padding:0px;
	vertical-align: bottom;
	overflow:hidden;
}

#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: 5px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}

/* 9. POST FORMATS
--------------------------------------- */

/* video */

.fitvid  {
	margin-bottom:30px;
}

/* chat */

.chat-row { 
	background:#EEE;
}

.chat-author { 
	padding:5px;
	background:#EEE;
}

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

/* image */

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

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

.post .featured-image img {
	-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;
}

.post .featured-image: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);
}

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


/* gallery */

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

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

/* FlexSlider Necessary Styles */ 
.flexslider {
	margin: 0;
	padding: 0;
}

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

} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	position:relative;
	z-index:999;
}

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

/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

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

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
.no-js .slides > li:first-child {
	display: block;
}

/*main*/
.flexslider-container {
	position: relative;	
	z-index:999;
	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;
	font-family:'Open sans', sans serif;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	background:#000;
	bottom:30px;
	cursor: pointer;
	text-align: center;
	color: #fff !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

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

.flexslider .flex-direction-nav li a.flex-next {
	right: 30px;
	font-weight:bold;
	background: transparent;
  	border: 2px solid white;
  	width: 12px;
  	height: 12px;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

.flexslider .flex-direction-nav li a.flex-prev {
	right:60px;
	font-weight:bold;
	background: transparent;
  	border: 2px solid white;
  	width: 12px;
  	height: 12px;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
	background:#FFF;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
	background:#FFF;
}

.flexslider .flex-direction-nav li a.flex-next:active {
	background:#FFF;
}

.flexslider .flex-direction-nav li a.flex-prev:active {
	background:#FFF;
}

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


/*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;
	font-family:'Open sans', sans serif;
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	background:#000;
	bottom:30px;
	cursor: pointer;
	text-align: center;
	color: #fff !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

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

.flexslider .flex-direction-nav li a.flex-next {
	right: 30px;
	font-weight:bold;
	background: transparent;
  	border: 2px solid white;
  	width: 12px;
  	height: 12px;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

.flexslider .flex-direction-nav li a.flex-prev {
	right:60px;
	font-weight:bold;
	background: transparent;
  	border: 2px solid white;
  	width: 12px;
  	height: 12px;
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
}

.flexslider .flex-direction-nav li a.flex-next:hover {
	background:#FFF;
}

.flexslider .flex-direction-nav li a.flex-prev:hover {
	background:#FFF;
}

.flexslider .flex-direction-nav li a.flex-next:active {
	background:#FFF;
}

.flexslider .flex-direction-nav li a.flex-prev:active {
	background:#FFF;
}

.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:80%;
	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 {
	background:#F4F4F6;
}

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

.comments-wrap {
	padding-top:60px;
	width: 70%;
	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: 'Abel', Helvetica, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin: 0 0 0px;
	padding: 0;
	padding-top: 60px;
	font-size: 2.00em;
	padding-bottom: 30px;
	color:#595959;
}

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

#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: #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;
}

#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;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid rgba(153,153,153,0.6);
	-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: 2px 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 55px 0;
    	position: relative;
    	list-style:none;
}

.commentlist li:last-child {
	position: relative;
	border-bottom:1px solid #F2F2F2;
    	padding: 0 0 30px 0;
    	margin: 0 0 60px 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:30px;
	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: #aaa;
	font-size: 12px;
	line-height: 28px;
	text-transform: uppercase;
	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: 11px;
	line-height: 18px;
	text-align:center;
	text-transform: uppercase;
	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: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    	float: left;
	height: 35px;
	width: 35px;
}

.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: 10px;
    	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
---------------------------------------- */

#box {
	max-width:960px;
	min-width:280px;
	background:#010101;
	padding-top:40px;
	padding-bottom:0px;
	margin:0 auto;
	display:none;
}


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

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

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

.socials {
   	float:right;
   	padding-top:0px;
   	display:block;
   	padding-bottom:0px;
}

.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-bottom-inside .socials a {
	color:#666;
	font-size:16px;
	padding-left:8px;
}

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

#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-bottom {
	width: 100%;
	background:#000;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#footer-inside input, textarea, select {
    	background: #181818;
	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 {
	border-top:1px solid #111;
	padding:65px 0;
	color: #7b7b7b;
	text-align:center;
	display:inline-block;
	margin:0 auto;
	line-height: 22px;
	width: 100%;
}

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

#footer-bottom-inside {
	padding:50px 0;
	color: #777;
	font-family:'Open Sans', sans serif;
	font-weight:300;
	margin:0 auto;
	line-height: 22px;
	width: 80%;
       font-size: 15px;
	overflow:auto;
}

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

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

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

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

#footer-bottom-inside a.totop {
	color:#666;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	float:right;
	margin-top:-1px;
}

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

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

#wp-calendar {
	max-width:80%;
	position:relative;
}

#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:#181818;
	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: left;
	color: #61666E;
	text-transform: none;
	font-size: 14px;
}

#footer-inside .widget_text {
	font-weight: normal;
	text-align: left;
	color: #61666E;
	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: #181818;
	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: center;
	display: block;
	font-family: 'Open Sans', sans-serif;	
	color: #666;
	font-size: 18px;
	font-weight:300;
        text-transform:uppercase;
	line-height: 20px;
	margin-bottom: 25px;
	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 #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: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: 13px;
	font-weight: 300;
	font-family:'Open Sans', sans serif;
}

.wpcf7 input[type="text"], .wpcf7 textarea {
    	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;
}

.wpcf7-text {
	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;
}

.wpcf7-submit {
	color: #999;
	border:2px solid rgba(153,153,153,0.6);
	background: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	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;
	background:#F8F8F8;
	margin-top:0px;
	margin-bottom:0px !important;
	width:100%;	
	height:300px;
	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;
}

.inside {
	display:table-cell;
	vertical-align: middle;
	text-align:center;
}

#load a:link, #load a:visited, #load a:active {
	border: 2px solid rgba(255,255,255,0.4);
	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: 5px 10px;
	line-height: 20px;
}

#load a:hover {
	color:#fff;
	border: 2px solid rgba(255,255,255,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%;
	}
	
div .toggle:first-child {
	margin-top: 0px;
	}
	
.toggle .toggle_title {
	padding: 15px;
	background:#EEE;
	}

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

.toggle .toggle_title a h5 {
	margin-top:0px;
	color:#555;
	font-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;
	padding-left: 20px;
	padding-right:20px;
}

#header-wrap {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
	height:550px;
}

#load {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
}

.logo-text {
    	font-size: 24px;

}


#tiptip_holder {
	display: none !important;
}

.image-overlay { 
	display:none !important; 
}

.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;
}
    
#footer-bottom-inside a.totop {
	display:none !important;
}


.nav {
	display: none;
}
    
.header-nav {
	display:block;
	width: 60%;
	height: 41px;
	margin: 0px 0;
	padding:0px;
	position: relative;
	float:left;
}

.left-float {
	text-align:center;
	float:none;
	width:100%;
	padding-bottom:20px;
}

#box-toggle {
	float: right;
	margin:0;
	margin-top:6px;
	color: #666;
}

.roles {
	line-height: 20px;
	height: 20px;
}

.roles div {
	height: 20px;
}

.header-text-line .inside {
	font-size: 12px;
}

.socials {
	padding-top: 0px;
	float: none;
	text-align:center;
}

#footer-bottom-inside .socials a {
	padding-right: 8px;
	padding-left:0px;
}

#footer-bottom-inside {
	padding-bottom: 30px;
}

#box-inner {
	width:80%;
}

.header-nav div {
	margin:0 auto;
	width: 83%;
	z-index: 50;
	display:block!important;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
    
â€¡.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:-30px;
	float:left;
	display:block;
}
	
.header-nav span.select:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f0c9";
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	margin-left:-10px;
	color: #FFF;
}
	
.header-nav span.select {
	display: block;
}
	
.subtitle-inner {
	width: 80%;
	margin: 0 auto;
	padding-top: 15%;
}

.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: #fff;
	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;
}
    
.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;
}
	
.prevnav {
	display: none;
}

.nextnav {
	display: none;
}

.homenav {
	display: none;
}
	
#content .post-nav {
	padding: 10px 0;
	margin-top: 20px;
}
	
#comments {
	padding-bottom: 0;
}
	
.comments-wrap {
	width: 80%;
	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;
}

	
.header-top-inner .search-form {
	width:20px;
	padding-right:25px;
}

}
 
/* Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

body {
    	font: 14px/26px 'Open Sans', sans serif;
	padding-left: 20px;
	padding-right:20px;
    }


#header-wrap {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
	height:550px;
}

.logo-text {
    	font-size: 24px;

}

#load {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
}

.image-overlay { 
	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;
}
    
.nav {
	display: none;
}
    
.header-nav {
	width: 60%;
	height: 41px;
	margin: 0px;
	position: relative;
	float:left;
}

#box-toggle {
	float: right;
	margin:0;
	margin-top:6px;
	color: #666;
}

.left-float {
	text-align: left;
	float: left;
	width:40%;
	padding-bottom: 0px;
}

.socials {
	padding-top: 0px;
	float: right;
}

#footer-bottom-inside {
	padding-bottom: 50px;
}

.roles {
	line-height: 20px;
	height: 20px;
}

.roles div {
	height: 20px;
}

.header-text-line .inside {
	font-size: 18px;
}

.header-nav div {
	margin:0 auto;
	width: 83%;
	z-index: 50;
	display:block!important;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
    
.select-menu {
	display: block;
	width: 100%;
	float: left;
}
	
.header-nav select.select-menu {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-left:-60px;
	height: 41px !important;
	line-height: 26px;
	margin-top:10px;
}
	
.header-nav span.select:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f0c9";
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	margin-left:-10px;
	color: #FFF;
}
	
.header-nav span.select {
	display: block;
}
	
.subtitle-inner {
	 width: 80%;
	margin: 0 auto;
	padding-top: 25%;
}

.header-nav span.select{
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 0;
	margin:0 auto;
	left: 0;
	text-align:left;
	width: 60%;
	height: 41px;
	line-height: 43px;
	font-size: 13px;
	color: #fff;
	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;
}
    
.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: 80%;
	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) {
	
body {
	padding-left: 40px;
	padding-right:40px;
}

#header-wrap {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
	height:550px;
}


#load {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
}

.nav {
	display: none;
}
    
.header-nav {
	width: 60%;
	height: 41px;
	margin: 0px;
	position: relative;
	float:left;
}

.header-nav div {
	margin:0 auto;
	width: 83%;
	z-index: 50;
	display:block!important;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
    
.select-menu {
	display: block;
	width: 100%;
	float: left;
}
	
.header-nav select.select-menu {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-left:-60px;
	height: 41px !important;
	line-height: 26px;
	margin-top:10px;
}
	
.header-nav span.select:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f0c9";
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	margin-left:-10px;
	color: #FFF;
}
	
.header-nav span.select {
	display: block;
}
	
.subtitle-inner {
	width: 80%;
	margin: 0 auto;
	padding-top: 25%;
}

.header-nav span.select{
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 0;
	margin:0 auto;
	left: 0;
	text-align:left;
	width: 60%;
	height: 41px;
	line-height: 43px;
	font-size: 13px;
	color: #fff;
	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;
}

}

/* Tablet Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
body {
	padding-left: 40px;
	padding-right: 40px;
}

.nav {
	display: none;
}
    

#header-wrap {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
	height:550px;
}


#load {
	background-attachment: scroll !important;
	-webkit-background-attachment: scroll !important;
	-moz-background-attachment: scroll !important;
	-o-background-attachment: scroll !important;
}

.header-nav {
	width: 60%;
	height: 41px;
	margin: 0px;
	position: relative;
	float:left;
}

.header-nav div {
	margin:0 auto;
	width: 83%;
	z-index: 50;
	display:block!important;
}

.header-inner {
	position: relative;
	width: 80%;
	height: 120px;
	margin: 0 auto;
	padding-top: 30px;
        padding-bottom: 60px;
}
    
.select-menu {
	display: block;
	width: 100%;
	float: left;
}
	
.header-nav select.select-menu {
	position: relative;
	z-index: 10;
	width: 100%;
	margin-left:-60px;
	height: 41px !important;
	line-height: 26px;
	margin-top:10px;
}
	
.header-nav span.select:before {
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	content: "\f0c9";
	position: absolute;
	color: #fff;
	left: 0;
	top: 0;
	margin-left:-10px;
	color: #FFF;
}
	
.header-nav span.select {
	display: block;
}
	
.subtitle-inner {
	width: 80%;
	margin: 0 auto;
	padding-top: 25%;
}

.header-nav span.select{
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 0;
	margin:0 auto;
	left: 0;
	text-align:left;
	width: 60%;
	height: 41px;
	line-height: 43px;
	font-size: 13px;
	color: #fff;
	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;
}
		
}