/*
Theme Name: Obscura - Responsive WP Fullscreen Gallery and Blog
Theme URI: http://themes.iki-bir.com/obscura-wp
Author: elemis
Author URI: http://themeforest.net/user/elemis/portfolio
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.7
Tags: dark
Description: Wordpress Tumblog, Portfolio and Social Theme
*/
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
 border : 0px;
}
input[type="submit"]:focus, input[type="button"]:focus {
	outline : none;
}

::selection {
	background: #fefac7; /* Safari */
	color: #555555;
}
::-moz-selection {
	background: #fefac7; /* Firefox */
	color: #555555;
}
.sticky,
.gallery-caption,
.wp-caption,
.bypostauthor,
.wp-caption-text {}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: #b9b9b9;
}
.scanlines {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(style/images/tile.png);
}
input,
textarea {
    background: rgba(0, 0, 0, 0.25);
    border: none;
    color: #b9b9b9;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
}
input:focus,
textarea:focus {
    background: #fff !important;
}
p {
    margin-bottom: 20px
}
a {
    color: #65817a;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover {
    color: #86aca3
}
a.more {
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}
a.button,
.forms fieldset .btn-submit,
#commentform input#submit {
    font-family: 'Open Sans Condensed', sans-serif;
    background: #f2f2f2 url(style/images/button.png) repeat-x;
    height: 31px;
    line-height: 31px;
    color: #383838;
    font-size: 14px;
    padding: 0px 18px;
    margin: 0 8px 0 0;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    /*box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
    width: auto;
    border: none;
}
a.button.blue {
    background-color: #5f9cb8;
    color: #2d444e;
}
a.button.pink {
    background-color: #b55fb8;
    color: #443144;
}
a.button.purple {
    background-color: #635fb8;
    color: #313045;
}
a.button.yellow {
    background-color: #ac9757;
    color: #433f32;
}
a.button.red {
    background-color: #ac5757;
    color: #4a3232;
}
a.button.green {
    background-color: #5ca980;
    color: #2b4638;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #dedede;
    margin-bottom: 20px;
}
h1 {
    font-size: 24px;
    line-height: 26px;
}
h2 {
    font-size: 22px;
    line-height: 24px;
}
h3 {
    font-size: 20px;
    line-height: 22px;
}
h4 {
    font-size: 18px;
    line-height: 20px;
}
h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
h2.title {
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 21px;
    margin-bottom: 10px;
}
h1.title,
h2.title a {
    font-size: 18px;
    letter-spacing: 0.4px;
    line-height: 21px;
    margin-bottom: 10px;
}
.title a:hover {
    color: #86aca3
}
ul {
    margin-bottom: 20px;
    list-style-type: circle;
    list-style-position: inside;
}
ul li {
    padding: 0;
    margin: 0;
}
ol {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 20px;
}
ol li {
    padding: 0;
    margin: 0;
}
hr {
    border: none;
    background: transparent url(style/images/line.png) repeat-x;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wrapper {
    width: 1010px;
    margin: 0 auto;
	overflow: hidden;
}
.header-wrapper {
    background: rgba(0, 0, 0, 0.33);
    margin-bottom: 0;
    /*-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);
    box-shadow: 0 1px 0 rgba(0,0,0,0.55), inset 0 -1px 0 rgba(255,255,255,0.09);*/
    position: relative;
    z-index: 101;
}
.header {
    width: 1010px;
    margin: 0 auto;
}
.logo {
    float: left;
    padding: 22px 0;
}
.intro {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
#navigation {
    background: rgba(0, 0, 0, 0.44);
    /*-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);*/
}
#navigation a {
    color: #dedede;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
}
#navigation a:hover {
    color: #86aca3
}
#navigation .nav-previous .meta-nav-prev {
    float: left;
    padding: 10px 20px;
}
#navigation .nav-next .meta-nav-next {
    float: right;
    padding: 10px 20px;
}
#navigation:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.blog-grid {
    /*visibility: hidden;*/
}
.loading {
    background: transparent url(style/images/loading.gif) no-repeat 50% 20px;
    opacity: 0.44;
}
.outer.left {
    float: left;
    margin-right: 20px;
    /*-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);*/
}
.outer.right {
    float: right;
    margin-left: 20px;
    /*-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);*/
}
.outer.none {
    margin-bottom: 20px
}
.alignleft {
    float: left;
    display: block;
    margin-right: 20px;
}
.alignright {
    float: right;
    display: block;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.dropcap {
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin: 10px 8px 0 0;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
}
.lite1 {
    color: #86aca3;
    border-bottom: 1px dotted #86aca3;
}
.lite2 {
    border-bottom: 1px dotted #86aca3
}
.download-box,
.warning-box,
.info-box,
.note-box {
    clear: both;
    margin: 0 0 20px 0;
    text-shadow: none;
    padding: 15px;
    line-height: 17px;
}
.info-box {
    background: #7790a6;
    border: 1px solid #86a2bf;
    color: #26415c;
}
.warning-box {
    background: #a97777;
    border: 1px solid #bf8686;
    color: #531717;
}
.download-box {
    background: #77a984;
    border: 1px solid #86bf9d;
    color: #2e4534;
}
.note-box {
    background: #cbcc79;
    border: 1px solid #e7e88c;
    color: #47451b;
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
.one-half {
    width: 48%
}
.one-third {
    width: 30.66%
}
.two-third {
    width: 65.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%
}
.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%;
    float: left;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.column-wrapper {
    overflow: hidden;
    width: 100%;
}




/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
#menu-wrapper .menu {
    list-style: none;
    float: right;
    position: relative;
    z-index: 1003;
    padding: 30px 0;
}
#menu-wrapper .menu ul {
    margin: 0;
    list-style-type: none;
    position: relative;
    overflow: inherit;
}
#menu-wrapper .menu ul li {
    position: relative;
    float: left;
    background: none;
    padding-left: 15px;
    margin-left: 15px;
}
#menu-wrapper .menu ul li a {
    display: block;
    text-decoration: none;
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #dedede;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding: 0;
}
#menu-wrapper .menu ul li.active a,
#menu-wrapper .menu ul li a:hover,
#menu-wrapper .menu ul li.current-menu-ancestor a,
#menu-wrapper .menu ul li.current-menu-ancestor ul li a:hover,
#menu-wrapper .menu ul li.current-menu-item a {
    color: #86aca3
}
#menu-wrapper .menu ul li.active li a,
#menu-wrapper .menu ul li.current-menu-ancestor li a,
#menu-wrapper .menu ul li.current-menu-item li a {
    color: #dedede
}
#menu-wrapper .menu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
    width: 160px;
    padding: 31px 0 0 0;
}
#menu-wrapper .menu ul li ul ul {
    padding: 0;
}
#menu-wrapper .menu ul li ul li {
    display: list-item;
    float: none;
    background-color: #2c2c2c;
    padding: 0 15px;
    margin: 0;
}
#menu-wrapper .menu ul li ul li:first-child {
    background-image: none
}
#menu-wrapper .menu ul li ul li ul {
    top: 0
}
#menu-wrapper .menu ul li ul li a {
    margin: 0;
    border: none;
    padding: 13px 0;
    line-height: 1;
    font-size: 13px;
    /*background-image: url(style/images/line.png);*/
    background-repeat: repeat-x;
    background-position: left top;
}
#menu-wrapper .menu ul li ul li:first-child a {
    background: none
}
#menu-wrapper .menu ul li ul li a:hover {
    color: #86aca3
}
* html .menu {
    height: 1%
}
.selectnav {
    display: none;
    width: 280px;
    margin: 0 auto;
}

/*EASY RECIPE*/

div.easyrecipe {
border: none !important;
font-family: Rosario !important;
color: #000 !important;
letter-spacing: 0.2px !important;
line-height: 21px !important;
}

.easyrecipe .ERSName {
font-family: Rosario !important;
color: #000 !important;
}

.easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
font-weight: 400 !important;
}

/**
* Related Posts
*/

.related-posts-container {
	clear: both;
    margin: 10px 0 30px;
}

p.related-posts-title {
font-size: 1.1em;
margin-bottom: 0;
}

.related-posts-container h2 {
	margin-bottom: .5em;
    font-weight: 400;
font-size: 14px;
}

.related-posts-container h2 a{
}

.related-posts-container h2:after {
}

.related-posts-container h2 a:hover {
}

.related-posts-picture-container {
	overflow:hidden;
}

ul.related-posts-picture-container{
	display: block;
	list-style-type: none;
	margin-bottom: 0;
}

.related-posts-container li {
		list-style: none;
		display: list-item;
		list-style: none;
			font-size: 12px;
			line-height: 15px;
			margin-right: 2.5%;
			width: 31.666667%;
			float: left;
}

.related-posts-container li:last-child {
	margin-right:0;
}


/*-----------------------------------------------------------------------------------*/
/*	BLOG GRID
/*-----------------------------------------------------------------------------------*/
.blog-grid.masonry {
    overflow: inherit !important
}
.box {
    margin: 0 0 30px 0;
    background: rgba(0, 0, 0, 0.44);
    /*-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);*/
    padding: 20px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.content.box,
#comment-wrapper.box,
.sidebar.box {
    margin: 0
}
.home .blog-wrap {
	width: 658px;
	float: left;
}
.blog-grid .post {
    width: 490px !important;
}
.home .blog-grid .post {
    width: 100% !important;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) {
	.home .blog-grid .post,
	.blog-grid .post {
	    width: 465px !important;
	}
}
@media only screen and (max-width: 1025px) {
	.wrapper {
		width: 960px;
	}
	.blog-grid .post {
	    width: 465px !important;
	}
	.home .blog-wrap {
		float: none;
		width: auto;
	}
	.home .sidebar.box {
		float: none;
		margin: 0 auto 40px !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.blog-grid .post {
	    width: 345px !important;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.blog-grid .post {
	    width: 440px !important;
	}
}
@media only screen and (max-width: 479px) {
	.blog-grid .post {
	    width: 280px !important;
	}
}
.frame {
    display: block;
    position: relative;
    pointer-events: none;
}
img {
    display: block;
    max-width: 100%;
	height: auto;
padding-bottom: 1em;
}

.single .post > a > img {
    width: auto;
}
.frame img {
    display: block;
    max-width: 100%;
    pointer-events: auto;
}
iframe {
    display: block;
    pointer-events: auto;
}
.frame:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*-moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7), 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7), 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7), 0px 0px 0px 1px rgba(0, 0, 0, 0.44);*/
}
.map {
	margin-bottom: 20px;
}
.map iframe {
    max-width: 100%
}
.post .frame {
    margin: -20px -20px 20px -20px
}
.blog-grid .post .frame:before {
    /*-moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);*/
}
.frame a .more {
    display: none;
    height: 100%;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.55) url(style/images/icon-more.png) no-repeat center center;
}
.post .details {
    background: rgba(0, 0, 0, 0.12);
    margin: 0 -20px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    font-size: 11px;
}
.post .details span {
    margin: 6px 0 0 0
}
.post .details,
.post .details a {
    color: #797979
}
.post .details a:hover {
    color: #86aca3
}
.post .details .likes a {
    background: transparent url(style/images/icon-like.png) no-repeat left 13px;
    float: right;
    position: relative;
    height: 8px;
    padding: 6px 0 7px 14px;
    cursor: pointer;
}
.post .details .likes a.done {
    cursor: text
}
.post .details .likes a.done:hover {
    color: #797979
}
.post .details .comments {
    background: transparent url(style/images/icon-comment.png) no-repeat left 7px;
    float: right;
    position: relative;
    padding: 0 0 6px 14px;
    cursor: pointer;
    margin-right: 10px;
}
.icon-audio,
.icon-chat,
.icon-gallery,
.icon-image,
.icon-link,
.icon-quote,
.icon-standard,
.icon-video {
    display: block;
    float: left;
}
.icon-audio {
    background: transparent url(style/images/icon-audio.png) no-repeat left 5px;
    padding: 0 0 5px 15px;
}
.icon-chat {
    background: transparent url(style/images/icon-chat.png) no-repeat left 6px;
    padding: 0 0 6px 17px;
}
.icon-gallery {
    background: transparent url(style/images/icon-gallery.png) no-repeat left 5px;
    padding: 0 0 5px 22px;
}
.icon-image {
    background: transparent url(style/images/icon-image.png) no-repeat left 6px;
    padding: 0 0 6px 20px;
}
.icon-link {
    background: transparent url(style/images/icon-link.png) no-repeat left 5px;
    padding: 0 0 5px 18px;
}
.icon-quote {
    background: transparent url(style/images/icon-quote.png) no-repeat left 7px;
    padding: 0 0 7px 17px;
}
.icon-standard {
    background: transparent url(style/images/icon-standard.png) no-repeat left 5px;
    padding: 0 0 5px 18px;
}
.icon-video {
    background: transparent url(style/images/icon-video.png) no-repeat left 6px;
    padding: 0 0 6px 18px;
}
.post-nav {
    /*background: transparent url(style/images/line.png) center top repeat-x;*/
    margin: 0 -5px;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
    font-size: 11px;
}
.post-nav a {
    color: #797979
}
.post-nav a:hover {
    color: #86aca3
}
.post-nav .nav-prev {
    float: left
}
.post-nav .nav-next {
    float: right
}
.post-nav:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content {
    width: 670px;
    float: left;
}
.sidebar {
    width: 310px;
    margin-left: 30px;
    float: right;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.sidebox {
    padding-bottom: 0;
    margin-top: 10px;
    padding-top: 30px;
    /*background: transparent url(style/images/line.png) top left repeat-x;*/
}
.sidebox.widget_text,
.sidebox.widget_text:first-child {
	padding-bottom: 20px;
}
.sidebox:first-child {
    background: none;
    padding: 0;
    margin: 0;
}
.sidebox .searchform {
    margin: 0
}
.sidebox h3 {
    font-size: 15px;
    margin-bottom: 15px;
}
.widget ul.post-list {
    color: #B9B9B9;
    padding-bottom: 10px;
    margin-bottom: 20px;
    list-style: none;
}
.widget ul.post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget ul.post-list li {
    clear: both;
    background: none;
    padding: 15px 0 0 0;
    line-height: 17px;
}
#footer .widget ul.post-list li {
    padding: 11px 0 0 0
}
#footer .widget ul.post-list li:first-child,
.widget ul.post-list li:first-child {
    padding: 0
}
.widget ul.post-list li .frame {
    float: left;
    margin-right: 15px;
}
.widget ul.post-list li .meta {
    overflow: hidden
}
.widget ul.post-list li em {
    display: inline-block;
    font-style: normal;
    font-size: 11px;
    color: #797979;
}
.widget ul.post-list li h6 {
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
}
.widget ul.post-list li h6 a {
    color: #B9B9B9
}
.widget ul.post-list li h6 a:hover {
    color: #86aca3
}
.sidebox ul {
    margin-bottom: 20px;
    list-style: none;
}
.sidebox a {
    color: #B9B9B9
}
.sidebox a:hover {
    color: #86aca3
}
.widget_nav_menu .menu {
    float: none;
    margin: 0 0 20px 0;
}
.widget_nav_menu ul {
    margin: 0
}
.widget_nav_menu ul.sub-menu {
    margin: 0 0 0 10px
}
/* =Search
----------------------------------------------- */
.blog-grid .post.not-found {
    width: 100% !important
}
.error404 .searchform,
.blog-grid .post.not-found .searchform {
    max-width: 200px
}
/* =Single
----------------------------------------------- */
.single .post .details {
    margin-top: -20px;
    margin-bottom: 20px;
}
.single .tags {
    padding-bottom: 20px
}
.single .tags a:before {
    content: "#";
    display: inline-block;
}
ul.single-gallery {
    list-style: none;
    margin-bottom: 50px;
}
ul.single-gallery li {
    margin-bottom: 40px
}
ul.single-gallery li p {
    margin-top: 40px
}
ul.single-gallery li .frame {
    margin: -20px -20px -20px -20px
}
#gallery-1 img {
    border: none !important
}
.single .audio-wrapper {
    width: 630px
}
.single .audio {
    width: 475px
}
/* =Chat
----------------------------------------------- */
.format-chat ul {
    margin-bottom: 20px;
    list-style: none;
}
.format-chat ul li {
    margin-top: 8px;
    padding-top: 8px;
    /*background: transparent url(style/images/line.png) repeat-x left top;*/
}
.format-chat ul li:first-child {
    margin-top: 15px;
    padding-top: 0;
    background: none;
}
.format-chat ul li strong {
    padding-right: 5px
}
/* =Quote
----------------------------------------------- */
blockquote {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    background-image: url(style/images/quote.png);
    background-repeat: no-repeat;
    background-position: right top;
}
.blog-grid .post.format-quote blockquote {
    background: none
}
.blog-grid .post.format-quote {
    background-image: url(style/images/quote-bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}
blockquote p {
    margin: 0
}
blockquote cite {
    color: #797979;
    display: block;
    font-style: normal;
    font-size: 13px;
}
blockquote cite:before {
    content: "-";
    padding-right: 5px;
}
/* =Audio
----------------------------------------------- */
.audio-wrapper {
    width: 450px;
    position: relative;
    margin-bottom: 20px;
}
.audio {
    width: 293px;
    position: absolute;
    right: 0;
    top: 3px;
}
.vinyl {
    margin-bottom: 0;
    overflow: hidden;
    min-height: 125px;
}
.vinyl dl {
    position: relative;
    float: left;
    padding: 3px 20px 0 10px;
    margin-left: -9px;
}
.vinyl .art {
    position: absolute
}
.vinyl .art img {
    width: 120px;
    height: 120px;
    max-width: none;
}
.vinyl .art .highlight {
    position: absolute;
    top: -1px;
    left: -13px;
    width: 153px;
    height: 125px;
}
.vinyl dl dd {
    overflow: hidden;
    margin-left: 155px;
    padding-bottom: 5px;
    line-height: 20px;
}
.vinyl dl dd.song {
    margin-top: 45px
}
.vinyl dl dd.artist,
.vinyl dl dd.album {

}
.vinyl dl:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.icon-song,
.icon-album,
.icon-artist {
    background: transparent url(style/images/icon-song.png) no-repeat right 4px;
    width: 12px;
    height: 16px;
    margin-right: 7px;
    float: left;
    display: block;
}
.icon-album {
    background: transparent url(style/images/icon-album.png) no-repeat right 5px
}
.icon-artist {
    background: transparent url(style/images/icon-artist.png) no-repeat right 4px
}
/* =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 {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    text-align: center;
    line-height: 0;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    display: block;
    margin: 0 auto!important;
    max-width: 100%;
}
#carousel.flexslider .slides img {
    width: 100%
}
.flex-pauseplay span {
    text-transform: capitalize
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block
}
* html .slides {
    height: 1%
}
.flexslider {
    position: relative;
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px
}
.flexslider .slides {
    zoom: 1
}
/* Direction Nav */
.flex-direction-nav li {
    background: none;
    padding: 0;
}
.flex-direction-nav li a {
    width: 21px;
    height: 21px;
    margin: -13px 0 0;
    display: block;
    background: #000 url(style/images/slider-arrows.png) no-repeat;
    position: absolute;
    bottom: 10px;
    cursor: pointer;
    text-indent: -9999em;
    opacity: 0;
    filter: alpha(opacity=0);
}
.flex-direction-nav li .flex-next {
    background-position: top right;
    right: 16px;
}
.flex-direction-nav li .flex-prev {
    right: 42px
}
#carousel .flex-direction-nav li .flex-disabled {
    display: none
}
/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 10px;
    text-align: left;
}
.flex-control-nav li {
    padding: 0;
    margin: 0 4px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-nav li a {
    width: 9px;
    height: 9px;
    display: block;
    font-size: 0;
    background: #000;
    cursor: pointer;
    text-indent: -9999em;
    opacity: 0.55;
    filter: alpha(opacity=55);
}
.flex-direction-nav li .flex-next {
    right: 10px;
    bottom: 10px;
}
.flex-direction-nav li .flex-prev {
    right: 36px;
    bottom: 10px;
}
.flexslider:hover .flex-direction-nav li a {
    opacity: 0.77;
    filter: alpha(opacity=77);
    -webkit-transition: none;
    -moz-transition: none;
}
.slides li .description {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0, 0, 0, 0.66);
    max-width: 70%;
    white-space: normal;
    line-height: 21px;
    text-align: left;
}
.slider:hover .description {
    opacity: 1;
    filter: alpha(opacity=100);
}
.flexslider:hover .flex-direction-nav li a:hover,
.flex-control-nav li a.flex-active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.flexslider:hover {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.blog-grid .flexslider {
    margin: -20px -20px 14px -20px
}
.gallery-wrapper {
    background: rgba(0, 0, 0, 0.44);
    /*-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);*/
    margin-bottom: 30px;
}
.outer {
    display: inline-block;
    zoom: 1;
    max-width: 100%;
    line-height: 0;
}
.outer:before,
.outer:after {
    display: table;
    content: "";
}
.outer:after {
    clear: both
}
.outer span.inset {
    display: inline-block;
    position: relative;
    max-width: 100%;
    pointer-events: none;
    line-height: 0;
}
.outer span.inset img {
    pointer-events: auto
}
.outer span.inset:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /*-moz-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
    -webkit-box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);
    box-shadow: inset 0 0 1px 0 rgba(255,255,255,0.7);/*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.outer span.inset:before {
    left: 0
}
.main-image {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
    line-height: 0;
    background: rgba(0, 0, 0, 0.44);
    /*-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.44);*/
}
.main-image img {
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
}
/* =Gallery - Zeta
----------------------------------------------- */
.zetaSlider {
    width: 100%;
    position: relative;
}
/* SLIDER STYLING */
.zetaHolder {
    position: relative;
    height: 590px;
    overflow: hidden;
    z-index: 100;
    padding: 20px 0 !important;
}
.zetaHolder:hover {
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur), auto
}
.zetaEmpty {
    position: absolute;
    height: 550px;
    padding-bottom: 1px;
    padding-top: 1px;
    overflow: hidden;
}
.isDraggingTrue {
    cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), auto
}
.isDraggingFalse {
    cursor: url(https://mail.google.com/mail/images/2/openhand.cur), auto
}
.zetaEmpty div:first-child {
    margin-left: 0
}
.zetaEmpty div {
    height: 550px;
    float: left;
    margin-right: 20px;
    display: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    white-space: nowrap;
    position: relative;
}
.zetaEmpty p {
    white-space: normal
}
.zetaEmpty img {
    height: 100%;
    max-width: none;
}
.zetaEmpty div span {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 5px 10px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0, 0, 0, 0.66);
    max-width: 70%;
    white-space: normal;
}
.zetaEmpty div:hover span {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.zetaWarning {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #FFF;
    width: 200px;
    padding: 10px;
    height: 100px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -110px;
    top: 50%;
    margin-top: -60px;
    display: none;
    z-index: 800;
}
.zetaWarning .navigate {
    margin-bottom: 15px;
    padding-top: 5px;
    text-transform: uppercase;
}
.zetaWarning .drag {
    background: transparent url(style/images/icon-drag.png) center 5px no-repeat;
    width: 30%;
    margin-right: 5%;
    padding-top: 30px;
    float: left;
}
.zetaWarning .arrow {
    background: transparent url(style/images/icon-arrows.png) center 9px no-repeat;
    width: 30%;
    margin-right: 5%;
    padding-top: 30px;
    float: left;
}
.zetaWarning .keys {
    background: transparent url(style/images/icon-keyboard.png) center 0 no-repeat;
    width: 30%;
    padding-top: 30px;
    float: left;
}
/* CONTROLS STYLING */
.zetaSlider .zetaControls {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.zetaSlider:hover .zetaControls {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.zetaControls a {
    display: block;
    text-indent: -9999px;
}
.zetaBtnPrev,
.zetaBtnNext {
    background: #000 url(style/images/slider-arrows.png) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 1000;
    opacity: 0.77;
    filter: alpha(opacity=77);
}
.zetaBtnPrev:hover,
.zetaBtnNext:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.zetaBtnPrev {
    background-position: top left;
    left: 20px;
}
.zetaBtnNext {
    background-position: top right;
    right: 20px;
}
/* IE7 FIXES */
.ie7 .zetaTextBox {
    padding: 0 20px
}
.ie7 .zetaTextBox *:first-child {
    margin-top: 20px
}
.ie7 .zetaHolder {
    padding-bottom: 0
}
/* =Related
----------------------------------------------- */
.related ul {
    width: 660px;
    padding-bottom: 20px;
    margin-right: -20px;
    list-style: none;
}
.related ul:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.related ul li {
    float: left;
    margin-right: 20px;
    padding: 0;
    background: none;
}
.related ul li img {
    width: 110px;
    height: 90px;
    display: block;
}
/* =Below Post Widget Area
----------------------------------------------- */
.below-post-box {
	display: inline-block;
	margin: 0 0 30px 0;
	width: 50%;
	text-align: center;
}
.content .box-1 {
	float: left;
}
.content .box-2 {
	float: right;
}
.below-post-box img {
	width: auto;
}
@media only screen and (max-width: 1010px) {
	.below-post-box,
	.content .box-1,
	.content .box-2 {
		display: block;
		width: 100%;
		float: none;
	}
}
/* =Comments
----------------------------------------------- */
#comments ol.commentlist {
    list-style: none;
    /*background: transparent url(style/images/line.png) repeat-x left bottom;*/
    margin-bottom: 30px;
    padding-bottom: 30px;
    margin-top: -15px;
}
#comments ol.commentlist li {
    padding: 20px 0 0 0;
    background: none;
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
#comments .message {
    overflow: hidden;
    padding: 15px 20px 0 20px;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 40px;
    list-style: none;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}
#comments .info h2 {
    font-size: 15px;
    margin: 0;
}
#comments .info {
    margin-bottom: 12px
}
#comments .info h2 a {
    color: #dedede
}
#comments .info h2 a:hover {

}
#comments .info .meta {
    font-size: 11px;
    color: #797979;
}
#comments .info a:hover {
    color: #86aca3
}
#comments .reply-link {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
    font-size: 11px;
    color: #b9b9b9;
}
#comments .edit-link {
    margin-bottom: 20px;
    display: block;
}
#comments a:hover {
    color: #86aca3
}
a#cancel-comment-reply-link {
    display: block;
    text-align: right;
    margin: -22px 0 0 0;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif;
}
.commentlist #respond {
    margin: 30px 0 0 0
}
#commentform p.form-submit {
    margin: 0
}
li.post.pingback p {
	padding:0;
	margin:0;
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    color: #58a267;
    display: none;
    margin: 0 0 15px 0;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.form-row {
    margin-bottom: 20px
}
.forms li.hidden-row {
    display: none
}
.forms fieldset .text-input,
.forms fieldset .text-area,
#commentform input,
#commentform textarea {
    padding: 7px 10px;
    height: 35px;
}
.forms fieldset .text-area,
#commentform textarea {
    min-height: 200px;
    padding: 10px;
    resize: vertical;
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #6a3333
}
.forms span.error {
    display: none
}
.forms .button-row span.error {
    padding: 0;
    display: none;
}
.forms label {
    display: block;
    margin-bottom: 5px;
}
#commentform label {
    display: inline-block;
    margin-bottom: 5px;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.searchform input {
    padding: 8px 10px;
    margin-bottom: 20px;
}
.form-allowed-tags {
    display: none
}
.forms br {
    display: none
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
/*-----------------------------------------------------------------------------------*/
/* added by lgd */
.below-nav-box {
	margin-bottom: 20px;
}
/* end added by lgd */
.social {
    margin-bottom: 40px;
    text-align: center;
}
#footer .social {
    margin: 0;
    text-align: left;
}
.social li {
    display: inline;
    margin: 0 5px;
}
.social a {
    background: transparent url(style/images/social-icons-40.png) no-repeat 0 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: none 200ms ease-in;
    -o-transition: none 200ms ease-in;
    -moz-transition: none 200ms ease-in;
}
.social a.rss {
    background-position: 0 bottom;
}
.social a.facebook {
    background-position: -40px bottom;
}
.social .twitter {
    background-position: -80px bottom;
}
.social .dribbble {
    background-position: -120px bottom;
}
.social .pinterest {
    background-position: -160px bottom;
}
.social .flickr {
    background-position: -200px bottom;
}
.social .linkedin {
    background-position: -240px bottom;
}
.social .vimeo {
    background-position: -280px bottom;
}
.social .lastfm {
    background-position: -320px bottom;
}
.social .tumblr {
    background-position: -360px bottom;
}
.social .forrst {
    background-position: -400px bottom;
}
.social .skype {
    background-position: -440px bottom;
}
.social .friendfeed {
    background-position: -480px bottom;
}
.social .deviantart {
    background-position: -520px bottom;
}
.social .google {
    background-position: -560px bottom;
}/*
.social a.rss:hover {
    background-position: 0 bottom;
}
.social .facebook:hover {
    background-position: -32px bottom;
    background-position: -64px bottom;
}
.social .twitter:hover {
    background-position: -64px bottom;
    background-position: -128px bottom;
}
.social .dribbble:hover {
    background-position: -96px bottom;
    background-position: -192px bottom;
}
.social .pinterest:hover {
    background-position: -128px bottom;
    background-position: -256px bottom;
}
.social .flickr:hover {
    background-position: -160px bottom;
    background-position: -320px bottom;
}
.social .linkedin:hover {
    background-position: -192px bottom;
    background-position: -384px bottom;
}
.social .vimeo:hover {
    background-position: -224px bottom;
    background-position: -448px bottom;
}
.social .lastfm:hover {
    background-position: -256px bottom;
    background-position: -512px bottom;
}
.social .tumblr:hover {
    background-position: -288px bottom;
    background-position: -576px bottom;
}
.social .forrst:hover {
    background-position: -320px bottom;
    background-position: -640px bottom;
}
.social .skype:hover {
    background-position: -352px bottom;
    background-position: -704px bottom;
}
.social .friendfeed:hover {
    background-position: -384px bottom;
    background-position: -768px bottom;
}
.social .deviantart:hover {
    background-position: -416px bottom;
    background-position: -832px bottom;
}
.social .google:hover {
    background-position: -448px bottom;
    background-position: -896px bottom;
}*/
.social-icon-widget {
}

.social-icon-widget a {
    display: inline-block;
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
.footer-wrapper {
    background: rgba(0, 0, 0, 0.44);
    margin-top: 60px;
    /*-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);
    box-shadow: 0 -1px 0 rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.09);*/
}
#footer {
    width: 1010px;
    margin: 0 auto;
    padding: 25px 0;
    overflow: hidden;
}
/* Two Footer Widget Areas */
#footer.two .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 48.1%;
}
#footer.two .widget-area + .widget-area {
    margin-right: 0
}
/* Three Footer Widget Areas */
#footer.three .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 30.85%;
}
#footer.three .widget-area + .widget-area + .widget-area {
    margin-right: 0
}
/* Four Footer Widget Areas */
#footer.four .widget-area {
    float: left;
    /*margin-right: 3.7%;
    width: 22.2%;*/
	margin-bottom: 20px;
}
#footer.four #first {
	width: 262px;
	margin-right: 20px;
}
#footer.four #second,
#footer.four #third {
	width: 354px;
}
#footer.four #second {
	margin-right: 20px;
}
#footer.four #fourth {
	width: 728px;
}
#footer.four .widget-area + .widget-area + .widget-area + .widget-area {
    margin-right: 0;
}
@media only screen and (max-width: 1025px) {
	#footer.four .widget-area {
		margin-right: 4% !important;
		width: 30% !important;
	}
	#footer.four #third {
		margin-right: 0 !important;
	}
	#footer.four #fourth {
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	#footer.four .widget-area {
		margin-right: 0 !important;
		width: 100% !important;
	}
}
#footer h3 {
    font-size: 15px;
    margin-bottom: 15px;
}
#footer a,
.site-generator a {
    color: #b9b9b9
}
#footer a:hover,
.site-generator a:hover,
#footer .post-list a:hover {
    color: #86aca3
}
#footer ul li {
    list-style: none
}
.widget_quick-flickr-widget {
    width: 105%;
    margin-right: -11px;
}
.widget_quick-flickr-widget div {
    width: 67px;
    margin-right: 11px;
    margin-bottom: 11px;
    float: left;
}
.widget_quick-flickr-widget div img {
    width: 67px;
    height: 67px;
}
.site-generator-wrapper {
    background: rgba(0, 0, 0, 0.55);
    overflow: hidden;
}
.site-generator {
    width: 1010px;
    margin: 0 auto;
    padding: 20px 0;
}
.site-generator p {
    padding: 0
}
/*-----------------------------------------------------------------------------------*/
/*	TWITTER
/*-----------------------------------------------------------------------------------*/
.widget_twitter .entry-meta {
    display: block;
    font-size: 11px;
}
.widget_twitter .entry-meta a {
    color: #797979 !important
}
.widget_twitter .entry-meta a:hover {
    color: #86aca3 !important
}
.widget_twitter ul {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.widget_twitter ul li {
    /*background: transparent url(style/images/line.png) repeat-x center top;*
    padding: 0;
    padding-top: 15px !important;
    margin-top: 14px;
}
.widget_twitter ul li:first-child {
    background: none;
    margin: 0;
    padding: 0 !important;
}
.follow-button {
    display: block;
    /*background: transparent url(style/images/line.png) repeat-x left top;*/
    margin: 0;
    padding: 15px 0 0 0;
}
/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/
.toggle {
    width: 100%;
    padding-bottom: 20px;
    clear: both;
}
.toggle h4.title {
    cursor: pointer;
    color: #dedede;
    padding: 15px 20px;
    margin: 0;
    line-height: 1;
    background: rgba(0, 0, 0, 0.25);
    font-size: 14px;
}
.toggle h4.title.active {
    background: rgba(0, 0, 0, 0.40);
    color: #86aca3;
}
.togglebox {
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.25);
}
.togglebox div {
    padding: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/
.tab-container {
    overflow: hidden
}
ul.tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
}
ul.tabs li {
    padding: 0;
    margin: 0;
    background: none;
    float: left;
}
ul.tabs li a {
    display: block;
    overflow: hidden;
    padding: 8px 15px;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0.40);
    color: #dedede;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
}
ul.tabs li a:hover {
    text-decoration: none;
    color: #86aca3;
}
ul.tabs li a.current {
    background: rgba(0, 0, 0, 0.25);
    color: #86aca3;
}
ul.tabs:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.panes {
    clear: both;
    float: left;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
    width: 100%;
}
.pane {
    padding: 20px;
}
.pane p {
    margin: 0;
    padding-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE
/*-----------------------------------------------------------------------------------*/
.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;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL STREAM
/*-----------------------------------------------------------------------------------*/
.social-wrapper {
    overflow: hidden
}
div.dpSocialTimeline {
    font-family: 'Open Sans', sans-serif !important;
    margin-right: -10px !important;
    overflow: hidden !important;
    padding: 0!important;
    width: 110% !important;
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 21px !important;
    letter-spacing: 0.2px !important;
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent .frame {
    margin: -20px -15px -20px -15px
}
div.dpSocialTimeline .dpSocialTimeline_item {
    padding: 0 !important;
    border: none !important;
    color: #b9b9b9 !important;
    background: rgba(0, 0, 0, 0.44) !important;
    margin: 18px 18px 0 0 !important;
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot,
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
    background: rgba(0, 0, 0, 0.12) !important;
    border: none !important;
    padding: 6px 15px 5px !important;
}
div.dpSocialTimeline span.favicon {
    margin-top: 2px !important;
    float: left !important;
    margin-right: 7px !important;
}
div.dpSocialTimeline .dpSocialTimeline_item a.permalink {
    background: none !important;
    font-size: 10px !important;
    display: inline !important;
    float: left !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
    opacity: 1 !important;
}
div.dpSocialTimeline .dpSocialTimeline_item span.time {
    float: right !important;
    font-size: 10px !important;
}
.dpSocialTimeline_filter {
    margin: 0 !important
}
.dpSocialTimeline_divider {
    border: none !important;
    margin: 0 !important;
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent img {
    position: relative;
    margin: -4px 0 20px 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}
.dpSocialTimeline_filter button span {
    width: auto !important;
    height: auto !important;
}
.dpSocialTimeline_filter {
    text-align: center !important;
    list-style: none !important;
    background: rgba(0, 0, 0, 0.44) !important;
    float: none !important;
}
.dpSocialTimeline_filter button {
    background: none !important;
    margin: 0 5px !important;
    display: inline-block !important;
    font-family: 'Open Sans Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 10px 20px !important;
    display: inline-block !important;
    color: #dedede !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    opacity: 1 !important;
}
.dpSocialTimeline_filter button:hover {
    color: #86aca3 !important
}
.dpSocialTimeline_filter button.active {
    background: rgba(0, 0, 0, 0.25) !important;
    color: #86aca3 !important;
}
div.dpSocialTimeline .dpSocialTimeline_item span.time,
div.dpSocialTimeline .dpSocialTimeline_item .user {
    text-shadow: none !important
}
div.light.dpSocialTimelineLoading,
div.dark.dpSocialTimelineLoading {
    background: url(style/images/loading.gif) no-repeat 50% 50% !important;
    opacity: 0.44;
}
div.dpSocialTimeline .dpSocialTimeline_item a {
    color: #65817a !important
}
div.dpSocialTimeline .dpSocialTimeline_item a:hover {
    color: #86aca3 !important;
    text-decoration: none !important;
}
div.dpSocialTimeline .dpSocialTimeline_item span.time,
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot a {
    color: #797979 !important
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentFoot a:hover {
    color: #86aca3 !important
}
div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContent div.video_icon {
	display: none !important;
}

div.dpSocialTimeline .dpSocialTimeline_item a.img_link {
	opacity: 1 !important;
}

/* LGD MailChimp Quick Fix */
.widget #mc-embedded-subscribe-form {
    padding: 0;
}

.widget #mc_embed_signup .mc-field-group {
    padding: 0;
    width: 100%;
    border: 0;
}

.widget #mc_embed_signup .mc-field-group input {
    border: 0;
    padding: 8px 10px;
}

.widget #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
   color: #fff;
}

.widget #mc_embed_signup .mc-field-group input:-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.widget #mc_embed_signup .mc-field-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.widget #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
   color: #fff;
}

input#mce-EMAIL.required.email.mce_inline_error, input#mce-EMAIL.required.email, input, textarea {
	background-color: white !important;
	border: 1px solid black !important;
	font-family: Rosario !important;
}

a.button, .forms fieldset .btn-submit, #commentform input#submit {
	background: none;
	background-color: white !important;
	font-family: Rosario !important;
	color: #000;
}

.widget #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
	color: #000 !important;
}

#mc_embed_signup div.mce_inline_error {
	font-family: Rosario !important;
}

em#__mceDel {
	font-style: normal;
}

div.site-generator {
	text-align: center;
}

span.likes {
	display: none;
}
