/*===================================================================
 
	Theme Name: 	 Blooog
	Theme URI:      http://demo.themebeans.com/blooog
	Author:         ThemeBeans
	Author URI:     http://themebeans.com
	Description: 	 A first-class blog & portfolio WordPress theme.
	Version:        2.3.1
	Tags:           flexible-width, white, post-formats, theme-options,translation-ready, right-sidebar, left-sidebar
	Textdomain: 	 bean

	License: GNU General Public License version 3.0
	License URI:  http://www.gnu.org/licenses/gpl-3.0.html
	
/*===================================================================*/




/*===================================================================*/
/*
/* CSS RESET AND FRAMEWORK SETUP
/*
/*===================================================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;text-decoration:none;vertical-align:baseline}img{vertical-align:bottom}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.clearfix::after{content:"";display:table;clear:both}.none{display:none}

/* GRID FRAMEWORK */
.row { width: 100%; margin: 0 auto; *zoom: 1; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0; }
.row:before, .row:after { content: ""; display: table; } .row:after { clear: both; }

.column, .columns { float: left; min-height: 1px; padding: 0; position: relative; } 
.columns .columns { padding: 0px; }
.columns .columns .columns { padding: 0px; } 
.column.centered, .columns.centered { float: none; margin: 0 auto; } 
[class*="column"] + [class*="column"].end { float: left; }

/* COLUMNS */
.one, .row .one 		{ width: 8.33333%;  }
.two, .row .two 		{ width: 16.66667%; }
.three, .row .three 	{ width: 25%; 		}
.four, .row .four 		{ width: 33.33333%; }
.five, .row .five 		{ width: 41.66667%; }
.six, .row .six 		{ width: 50%; 		}
.seven, .row .seven 	{ width: 58.33333%; }
.eight, .row .eight 	{ width: 66.66667%; }
.nine, .row .nine 		{ width: 75%; 		}
.ten, .row .ten 		{ width: 83.33333%; }
.eleven, .row .eleven 	{ width: 91.66667%; }
.twelve, .row .twelve 	{ width: 100%; 	}

input.eight { width: 66.66667%!important; }

/* IMAGES */
img, object, embed { max-width: 100%; height: auto; }
object, embed { height: 100%; }
img { -ms-interpolation-mode: bicubic; }

/* VISABILITY CLASSES */
.show-for-small { display: none!important; }

/* FLOATS */
.left { float: left; }
.right { float: right; }
.text-right {text-align: right;}
.text-centered {text-align: center;}

/* RESPONSIVE */
@media only screen and (max-width: 940px) { 
.row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
.row .row { }
.column, .columns { padding: 0px; } 
.column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
.column:after, .columns:after { clear: both; }
.row .mobile-two { width: 50% !important; float: left; padding: 0 30px; }
.row .mobile-two:last-child { float:left; }
.row .mobile-two.end { float: left; }
.row .mobile-four { width: 100% !important; float: left; }
.row .mobile-four.end { float: left; }  
}

/* SMALL DISPLAY TARGETS */
@media only screen and (max-width: 940px) { 
	.hide-for-small {
		display: none!important;
	} 
	.show-for-small { 
		display: block!important; 
	}
}




/*===================================================================*/
/*
/* BEGIN THEME CSS
/*
/*===================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { 
     font-size: 62.5%;
     overflow-x: hidden; 
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     -webkit-overflow-scrolling: touch;
}

body {
	color: #555;
	font: 19px/1.6 'Arimo', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.9rem;
	text-rendering: optimizeLegibility;
	overflow-x: hidden; 
	word-wrap: break-word;
     -webkit-overflow-scrolling:touch;
}
 
h1, h2, h3, h4, h5, h6 {
	color: #383F49;
	margin: 0 0 30px 0;
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}
 
h1 { 
	font-size: 42px;
	font-size: 4.2rem;
	text-transform: uppercase;
}

h2 { 
	font-size: 42px;
	font-size: 4.2rem;
}

h3 { 
	font-size: 32px;
	font-size: 3.2rem;
}

h4 {
	font-size: 28px;
	font-size: 2.8rem;
}
	
h5, 
#reply-title { 
	font-size: 20px; 
	font-size: 2.0rem;
}

h6 {
	color: #B1B1B1;
	font-size: 16px; 
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}

em, cite { 
	font-style: italic; 
}	

cite { 
	display: block; 
}

strong { 
	font-weight: bold 
}

strike, del {
	text-decoration: line-through;
}

abbr, acronym, ins {
	border-bottom: 1px solid #C8C8C8;
}

abbr, acronym {
	cursor: help;
	text-transform: uppercase;
}

a {	
 	text-decoration: underline;
 	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s; 	   
	     -o-transition: all .1s; 		 
}

a:hover,
.archives-list a:hover {
	color: #555;
}

.archives-list a:hover,
.bean-panel-title > a:hover {
	color: #555!important;
}

var, kbd, samp, code, pre {
	font: 13px/1.8 'Monaco', Courier, "Courier New", monospace;
	font-size: 1.3rem;
}

pre {
	background-color: #F0F0F0;
	clear: both;
	display: block;
	overflow: auto;
	padding: 50px;
	margin: 60px 0;
	white-space: pre-wrap;
	word-wrap: break-word;  
}
 
blockquote {
	margin: 60px;
}

p,
ul,
ol,
dl,
dd,
form
table,
address,
fieldset,
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 { 
	margin-bottom: 20px; 
}

.bean-control-nav {
	margin-bottom: 0;
}

.subtext {
	color: #B1B1B1;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}	




/*===================================================================*/
/*                    												  
/* THEME STRUCTURE	         		  
/*                    												  
/*===================================================================*/
#content {
	margin: 0 auto; 
}

#wrapper {
	background-color: #272D33;
}

#page {
	background-color: #FFF;
	position: relative;
	overflow: hidden;
}

#main-container {
	margin: 10% auto;
	max-width: 940px;
}


/*===================================================================*/
/* SIDEBAR STYLES 
/*===================================================================*/
.sidebar {
	height: 100%;
	background-color: #272D33;
	color: #B1B1B1;
	min-width: 400px;
	z-index: 1000;
	padding: 5%;
}

.sidebar a {
	color: #FFF; 
}		
	
.sidebar a:hover {
	color: #FF4229; 
}

.sidebar a:active {
	position: relative;
	top: 0px;
}			
	
.sidebar .widget {
	margin-bottom: 80px;
}   

.sidebar .widget-title {
	color: #FFF;
	margin-bottom: 15px;
} 
		
.sidebar input[type="text"], 
.sidebar input[type="password"], 
.sidebar input[type="date"], 
.sidebar input[type="datetime"], 
.sidebar input[type="email"], 
.sidebar input[type="number"], 
.sidebar input[type="search"], 
.sidebar input[type="tel"], 
.sidebar input[type="time"], 
.sidebar input[type="url"], 
.sidebar textarea {
	background-color: #F4F4F6;
	border: none;
	border-radius: 3px; 
	box-shadow: none;
	color: #272D33;
}	
 	
.sidebar input[type="text"]:hover, 
.sidebar input[type="password"]:hover, 
.sidebar input[type="date"]:hover, 
.sidebar input[type="datetime"]:hover, 
.sidebar input[type="email"]:hover, 
.sidebar input[type="number"]:hover, 
.sidebar input[type="search"]:hover, 
.sidebar input[type="tel"]:hover, 
.sidebar input[type="time"]:hover, 
.sidebar input[type="url"]:hover, 
.sidebar textarea:hover {
	background-color: #f1f1f1;	
}

.sidebar input[type="text"]:focus, 
.sidebar input[type="password"]:focus, 
.sidebar input[type="date"]:focus, 
.sidebar input[type="datetime"]:focus, 
.sidebar input[type="email"]:focus, 
.sidebar input[type="number"]:focus, 
.sidebar input[type="search"]:focus, 
.sidebar input[type="tel"]:focus, 
.sidebar input[type="time"]:focus, 
.sidebar input[type="url"]:focus, 
.sidebar textarea:focus {
	background-color: #f1f1f1;
	border: none;
}

.sidebar .btn, 
.sidebar .button, 
.sidebar .tagcloud a,
.sidebar button.button, 
.sidebar .btn[type="submit"],
.sidebar .button[type="submit"],
.sidebar input[type="button"], 
.sidebar input[type="reset"], 
.sidebar input[type="submit"] {
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 9px 8px;
}

.sidebar .btn:hover, 
.sidebar .button:hover, 
.sidebar .tagcloud a:hover,
.sidebar button.button:hover, 
.sidebar .btn[type="submit"]:hover,
.sidebar .button[type="submit"]:hover,
.sidebar input[type="button"]:hover, 
.sidebar input[type="reset"]:hover, 
.sidebar input[type="submit"]:hover {
	background-color: #FFF;
}

	


/*===================================================================*/
/*                    												  
/* FORM & INPUT STYLES    	         		  
/*                    												  
/*===================================================================*/  
/* THEME BUTTONS */
.btn, 
.button, 
.tagcloud a,
button.button, 	       
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background-color: #272D33;
	border: none;
	border-radius: 4px;
	color: #FFF!important;
	cursor: pointer;
	display: inline-block;
	margin: 1px 1px 4px 0; 
	font: 19px/1.4 'Arimo', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.9rem;
	outline: none!important;
	padding: 14px 16px 12px;
	text-align: center;
	text-decoration: none;
	width: auto;
	font-weight: 500;
	-webkit-appearance: none;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s; 	   
	     -o-transition: all .1s;
}

.btn:hover, 
.button:hover, 
.tagcloud a:hover,
button.button:hover, 
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
	color: #FFF!important;
}

/* THEME FORMS */
form label {
	cursor: pointer;
}
  
span.required,
abbr.required { 
	color: #FF5454;
}  

textarea,		   
input[type="tel"], 
input[type="url"], 		   
input[type="text"], 
input[type="date"], 
input[type="time"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="password"], 
input[type="datetime"] { 
	background-color: #F1F1F1;
	border: 2px solid #F1F1F1;
	border-radius: 4px;
	color: #555;
	display: block;
	font: 16px/1.4 'Arimo', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.6rem;
	margin: 5px 0 15px;
	outline: none!important;
	padding: 12px 16px 10px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s; 	   
	     -o-transition: all .1s;
}

textarea:hover,		   
input[type="tel"]:hover, 
input[type="url"]:hover, 		   
input[type="text"]:hover, 
input[type="date"]:hover, 
input[type="time"]:hover, 
input[type="email"]:hover, 
input[type="number"]:hover, 
input[type="search"]:hover, 
input[type="password"]:hover, 
input[type="datetime"]:hover {
	background-color: #FFF;
	border-color: #CECECE;
	color: #555;
}

textarea:focus,		   
input[type="tel"]:focus, 
input[type="url"]:focus, 		   
input[type="text"]:focus, 
input[type="date"]:focus, 
input[type="time"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="password"]:focus, 
input[type="datetime"]:focus {
	background-color: #FFF;
	border-color: #CECECE;
	color: #272D33;
}

textarea {
	display: block;
	height: 220px;
	padding: 12px 16px;
	font-size: 16px!important;
	font-size: 1.6rem!important;
	margin-bottom: 20px;
}
 
/* ERRORS */
label.error { 
	display: none!important; 
}

input.error,
textarea.error,
.wpcf7-not-valid,
input.error:hover,
input.error:focus,
.requiredField.error, 
textarea.error:hover,
textarea.error:focus,
.wpcf7-not-valid:hover,
.wpcf7-not-valid:focus {
	background-color: #FFF!important;
	border-color: #FF5454!important;
	color: #FF5454!important;
}	
	
/* CONTACT FORM 7 COMPATIBILITY */
.wpcf7-form {
	margin-top: 60px;
	text-align: left;
}

.wpcf7-form input[type="text"] {
	margin-top: 10px;
}

.wpcf7-form select {
	background: #F9F9F9 url(assets/images/select.png) no-repeat 97.5% 15px;
	border: 2px solid #E0E0E0;
	border-radius: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #444;
	cursor: pointer;
	font: inherit;
	outline: none;
	padding: 8px 15px;
	width: 100%;
	-webkit-appearance: none;
}

.wpcf7-form select:hover {
	background-color: #FFF;
	border-color: #CECECE;
	color: #282828;
	background-position: 97.5% -25px;
}

.wpcf7-not-valid-tip {
	background: none!important;
	border: none!important;
	color: #FF5454;
	position: relative!important;	
}

div.wpcf7-mail-sent-ok {
	background: #3FC380;
	border: 2px solid #3FC380!important;
	border-radius: 2px;
	color: #FFF; 
}

div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	background: #FF4949;
	border: 2px solid #FF4949!important;
	border-radius: 2px;
	color: #FFF;
}

div.wpcf7-response-output {
	line-height: 26px;
	margin: 30px 0 0 0!important;
	padding: 0.6em 1em!important;
	text-align: center;
}

.wpcf7-form p {
	font-weight: 500;
}

.wpcf7-form span {
	color: #FF4949;
	font-weight: normal;
	margin-top: 10px;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	display: none!important;
}

.wpcf7-submit {
	padding: 8px 15px;
}	

div.wpcf7 img.ajax-loader {
	display: inline;
}


	
	
/*===================================================================*/
/*                    												  
/* THEME HEADER & NAVIGATION  			   		  
/*                    												  
/*===================================================================*/

/* LOGO & BRANDING */
.logo {
	display: inline-block;
	margin-bottom: 40px;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity .3s;
	   -moz-transition: opacity .3s;
	    -ms-transition: opacity .3s; 	   
		-o-transition: opacity .3s;
}

.logo:hover { 
	opacity: .5; 
}

.logo a {
	text-decoration: none;
} 

.logo img { 
	float: left; 
}

.logo-uploaded { 
	max-width: none;
}
	
header h1, 
header h2, 
header h3,
header h4, 
header h5,
header h6, 
.responsive-branding h1,
.responsive-branding h3 { 	
	color: #FFF;
} 

/* NAV */
header .main-menu .sub-menu {
	margin-left: 15px;
}

.main-menu a {
	text-decoration: none;
}

/* MOBILE HEADER */
.branding-tagline {
	margin-bottom: 80px;
}
	
.responsive-branding {
	background-color: #272D33;
	display: none;
	padding: 50px 15px;
}

.responsive-branding h3 {
	margin-bottom: 0;
	text-align: center;
}

.copyright {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}	

/* UI TO TOP */
#toTop {
	background: url(assets/images/sprite.png) 0px 0px no-repeat;
	bottom:20px;
	display:none;
	height:45px;
	position:fixed;
	right:20px;
	padding-top: 48px;
	text-align: center;
	text-transform: uppercase;
	width:45px;
	-webkit-transition: all 0s ease-in-out;
	   -moz-transition: all 0s ease-in-out;
	    -ms-transition: all 0s ease-in-out;
	        transition: all 0s ease-in-out;         
}

#toTop:hover { 
	background-position: 0px -50px;
}
	



/*===================================================================*/
/*                    												  
/* THEME TEMPLATES		         		  
/*                    												  
/*===================================================================*/	
.page h1.entry-title {
	margin-bottom: 25px;
}

.page h1.entry-title.no-feat {
	text-align: left;
}  	
	
	
/*===================================================================*/
/* CONTACT TEMPLATE 
/*===================================================================*/
#BeanForm {
	margin-top: 60px!important;
	text-align: left;
}

.entry-content ul.bean-contactform {
	margin-bottom: 20px!important;
}

.contact-alert {
	border-radius: 4px;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	margin-top: 40px;
}

.contact-alert.fail {
	background-color: #FF5454;
}

.contact-alert.success {
	background-color: #3FC380;
}
	

/*===================================================================*/
/* ARCHIVES TEMPLATE
/*===================================================================*/
.archives-list {
	margin-top: 50px;
	text-align: left!important;
}	

.entry-content .archives-list ul {
	margin-left: 20px;
	margin-top: 0;
} 	
	

/*===================================================================*/
/* SEARCH TEMPLATE 
/*===================================================================*/
.search h1.entry-title.head {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 10%;
}	

.search .no-results .button[type="submit"] {
	display: none;
}


/*===================================================================*/
/* 404 & UNDER CONSTRUCTION TEMPLATES
/*===================================================================*/	
body.error404,
body.page-template-template-underconstruction-php {
	background-color: #272D33!important;
	padding-top: 10%;
	text-align: center;
}

body.page-template-template-underconstruction-php .row.content {
	margin-top: 0px!important;
}

body.error404 .entry-content,
body.page-template-template-underconstruction-php .entry-content {
	text-align: center!important;
}

body.error404 a:hover,
body.error404 .entry-content p.title,
body.page-template-template-underconstruction-php h1 {
	color: #FFF!important;
}

body.error404 p,
body.page-template-template-underconstruction-php p {
	margin-bottom: 10px;
}

body.error404 p,
body.error404 a,
body.page-template-template-underconstruction-php p,
body.page-template-template-underconstruction-php a {
	color: #AAA;
	font-weight: normal;
}

body.error404 a,
body.page-template-template-underconstruction-php a { 
	border-color: #AAA; 
}

body.error404 a:hover,
body.page-template-template-underconstruction-php a:hover { 
	border-color:#FFF; 
}

body.error404 .error-logo {
	margin-bottom: 30px;
}

/* CONSTRUCTION */
body.page-template-template-underconstruction-php {
	padding-top: 20%;
	text-align: center;
}

.construction-banner {
	background-image: url(assets/images/construction.png);
	height: 40px;
	position: absolute;
	top: 0;
	width: 100%;
}

.logged-in.admin-bar .construction-banner {
	top: 32px;
}

.construction-banner.btm,
.logged-in.admin-bar .construction-banner.btm {
	bottom: 0;
	top: inherit;
}




/*===================================================================*/
/*                    												  
/* BLOGROLL         		  
/*                    												  
/*===================================================================*/
.hfeed section {
	margin-bottom: 12%;
	text-align: center;
}

/* PAGINATION */ 
.pagination { 
	text-align: center;
	padding-top: 3%;
}
	
.pagination a {
	background-color: transparent!important;
	background: url(assets/images/sprite.png) -50px 0px no-repeat;
	display: inline-block; 
	display: block;
	width: 45px;
	height: 45px;
 	border: none;
 	text-indent: -9999em;   
 	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
	    -ms-transition: all 0s; 	   
	     -o-transition: all 0s;   
}

.pagination .prev:hover,
.pagination .page-prev a:hover {
	background-position: -50px -50px;
}
	
.pagination .next,
.pagination .page-next a { 
	background-position: -100px 0px; 
}

.pagination .next:hover,
.pagination .page-next a:hover { 
	background-position: -100px -50px; 
}
	
.pagination .page-numbers {
	display: none;
}

.pagination span,
.pagination .next,
.pagination .prev {
	display: inline-block;
}

.single-post .pagination {
	float: left;
	margin-bottom: 10%;
	padding-top: 0;
	text-align: left;
	width: 100%;
}




/*===================================================================*/
/*                    												  
/* SINGLE POST STYLES	   		  		      
/*                    												  
/*===================================================================*/
/* TITLE */
.entry-title a { 
	color: #383F49;
	text-decoration: none;
}

.entry-subtitle {
	background-color: #F1F1F1;
	border-radius: 4px;
	margin-bottom: 40px!important;
	padding: 12px 20px;
	width: 100%;
}

.more-link,
.entry-time,
.entry-title,
.entry-subtitle {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.page .entry-title,
.page .entry-subtitle {
	text-align: left;
}

/* MEDIA */
.entry-content-media {
	margin-bottom: 40px;
	position: relative;
}

.entry-content-media a {
	text-decoration: none;
}

/* MORE TAG */
.more-link {
	display: inline-block;
	margin-top: 30px;
}

.more-link span {
	background: #F1F1F1;
	color: #B1B1B1;
	border-radius: 4px;
	padding: 12px 16px;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s; 	   
	     -o-transition: all .1s; 
}

.more-link span:hover {
	color: #FFF;
}

/* META */
.entry-time {
	margin-bottom: 10px;
}

.entry-meta {
	margin-left: 0!important;
}

.entry-meta li {
	list-style: none;
}

.entry-meta li span,
.entry-meta li a.post-edit-link:hover {
	color: #555!important;
}

.entry-meta li a {
	color: #B1B1B1;
}

.entry-meta li a.post-edit-link {
	display: inline-block;
	margin-top: 15px;
}

/* NEW TAG */
.new-tag {
	border-radius: 2px;
	color: #FFF;
	margin-left: 10px;
	padding: 3px 6px;
}

/* LIKES */
.bean-likes span {
	display: inline!important;
}

.bean-likes {
	background: url(assets/images/sprite.png) no-repeat 1px -107px;
	padding-left: 20px!important;
	text-decoration: none;
	-webkit-transition: all 0s;
	   -moz-transition: all 0s;
	    -ms-transition: all 0s; 	   
	     -o-transition: all 0s;
}

.bean-likes:hover,
.bean-likes.active {
	background-position: 1px -127px;
}

.bean-likes.active,
.bean-likes.active span.count,
.entry-meta li a.bean-likes:hover,
.entry-meta .bean-likes.active:hover {
	color: #FF6467!important;
	cursor: default;
}

.entry-meta li a.bean-likes:hover {
	cursor: pointer;
}

/* SHARING */
.post-social {
	float: left;
	margin-bottom: 55px;
	width: 100%;
}

.post-social li {
	float: left;
	width: 25%;
}

.post-social li a {
	background: url(assets/images/social.png) no-repeat #F1F1F1;
	display: block;
	height: 75px;
	text-indent: -9999em;
	width: 100%;
	-webkit-transition: background-color .2s;
	   -moz-transition: background-color .2s;
	    -ms-transition: background-color .2s; 	   
	     -o-transition: background-color .2s;
}

.post-social li a:hover {
	background-color: #E6E6E6;
}

.post-social li a.twitter {
	background-position: 50% -60px;
	border-radius: 4px 0 0 4px;
}

.post-social li a.facebook {
	background-position: 50% -160px;
	border-left: 2px solid #FFF;
}

.post-social li a.pinterest {
	background-position: 50% -260px;
	border-left: 2px solid #FFF;
}

.post-social li a.google {
	background-position: 50% -360px;
	border-left: 2px solid #FFF;
	border-radius: 0 4px 4px 0;
}

/* POST FORMATS */
.format-aside .entry-content-media {
	margin-bottom: 0;
}

.hfeed .format-aside a {
	text-decoration: none;
}

.format-link .entry-content-media h2,
.format-quote .entry-content-media h2 {
	font-weight: normal;
}

.format-link li.meta-views,
.format-link li.meta-words,
.format-aside li.meta-views,
.format-quote li.meta-words {
	display: none;
}

.vert-align {
	text-align: center;
	box-sizing: border-box;
	-webkit-background-size: cover!important;
	 -khtml-background-size: cover!important;
	   -moz-background-size: cover!important;
	    -ms-background-size: cover!important;
	     -o-background-size: cover!important;
		   background-size: cover!important;
}

.vert-align,
.vert-align h1,
.vert-align h2,
.vert-align span {
	color: #FFF;
}

.vert-align span {
	opacity: .5;
}

/* BLOGROLL FORMATS */
.format-link .vert-align {
	padding: 20% 5%;
}

.format-aside .vert-align,
.format-quote .vert-align {
	padding: 10%;
}

.format-aside p:last-child,
.format-aside .entry-content-media p:last-child {
	margin-bottom: 0px;
}


/*===================================================================*/
/* WORDPRESS DEFAULT STYLING
/*===================================================================*/
/* CONTENT */
.entry-content ul,
.entry-content ol { 
	list-style-type: disc;
	margin: 60px 0 60px 80px;
}

.entry-content ol { 	
	list-style-type: decimal; 
}

.entry-content ul ul, 
.entry-content ul ol, 
.entry-content ol li ul,
.entry-content ul li ol,
.entry-content ul li ul, 
.entry-content ol li ol {
	margin: 10px 0 10px 20px;
}

.entry-content form ul {
	margin: 0!important;
}

.entry-content form li {
	list-style: none;
}

.entry-content .bean-one-third ul {
	list-style: none;
	margin-left: 0;
}

.single-post .entry-content img,
.single-post .entry-content img a {
	margin: 40px 0px 40px 0px; 
}	

/* IMAGES */
.slider img,
.image-frame img, 
.entry-content p img,
.attachment .post-box img,
.content .gallery .gallery-icon img {
	display: block;
	background: transparent;
}
	
.image-frame img, 
.attachment .post-box img,
.post-thumb img { 
	height: auto; 
}
	
.entry-content .entry-content-media img { 
	margin: 0; 
}

.content .gallery-item {
	float: left;
	margin: 0;
	padding: 0;
}
 
.content .gallery .gallery-icon img { 
	margin-bottom: 0!important;
}	 

.entry-content img,
.comment-content img,
.widget img { 
	max-width: 100%; 
}

.entry-content img.size-full,
.entry-content img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
	display: block;
}

.entry-content img.wp-smiley {
	display: inline-block;
}

img.aligncenter {
	margin-left: auto!important;
	margin-right: auto!important;
	display: block;
	clear: both;
}

img.alignleft {
	float: left;
	margin-right: 40px!important;
}

img.alignright {
	display: block;
	float: right;
	margin-left: 40px!important;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { 
	margin: auto; 
	float: left;
	width: 100%;
}
	
.gallery-item {
	float: left;
	text-align: center;
	margin-left: 0;
}
		
#gallery-1 .gallery-item {
	float: left;	
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
	
.gallery-image {
	margin-left: 0;
}

.gallery-caption { 
	margin-left: 0;
	font-weight: bold;
}

.gallery-item .gallery-caption { 
	margin-bottom: 0 !important;
	padding-right: 12%; 
}

.wp-caption img,
.gallery-item img, 
.wp-caption img a {
	margin: 10px 0px!important;
	padding: 0;
	border: none!important;
}

.wp-caption { 
	max-width: 100%;
}

.wp-caption
.wp-caption-text,
.gallery-caption {
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 20px;
}

img#wpstats {
	display: none;
}

/* STICKY POST */	
.sticky {}

.twitter-tweet {
	margin: 40px 0!important;
	width: 100%;
}

/* SINGLE ATTACHMENT */
.single-attachment .entry-content h1 { 
	margin-bottom: 0; 
}

.single-attachment .entry-content { 
	margin: 30px 0 0; 
}

/* SHORTCODE OVERRIDES */
p:empty { 
	display: none; 
}

.bean-alert,
.bean-panel-body,
.bean-tab-content,
.bean-tabs > li > a,
.bean-panel-title > a {
	text-align: left;
}

.bean-panel-title > a {
	text-decoration: underline!important;
}

.bean-tabs > li {
	margin-bottom: 5px;
}




/*===================================================================*/
/*                    												  
/* POST FORMATS			      		  
/*                    												
/*===================================================================*/

/*===================================================================*/
/* GALLERY FORMAT 
/*===================================================================*/
.post-slider .slides { zoom: 1; }
.slides li img { margin: 0 auto!important; }
.post-slider { position: relative; }
html[xmlns] .slides { display: block; } 
.post-slider a:focus  { outline: none; }
.no-js .slides > li:first-child { display: block; }
.slides { margin: 0!important; padding: 0; list-style: none; overflow: hidden; } 
.post-slider .slides > li { display: none;  position: relative;  -webkit-backface-visibility: hidden; }
.slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.single-post .post-slider { margin: 0 0 30px 0; }
.flexslider { cursor: pointer; position: relative; }

/* SLIDER CLEARFIX */
.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;}

/* SLIDER DOTS */
.bean-control-nav { 
	bottom: 5px;
	right: 25px;
	position: absolute; 
}

.bean-control-nav li {
	margin: 0 0 0 2px; 
	display: inline-block; 
	zoom: 1; 
}

.bean-control-paging li a { 
	width: 10px; 
	height: 10px; 
	display: block;
	cursor: pointer; 
	text-indent: -9999px;
	border-radius: 20px; 
	background-color: rgba(255, 255, 255, 0.9);
}

.bean-control-paging li a:hover { 
	background: #FFF;
}

.bean-control-paging li a.bean-active { 
	cursor: default; 
}


/*===================================================================*/
/* LIGHTBOX FORMAT 
/*===================================================================*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin { position: relative; }
.fancybox-opened { z-index: 8030; }
.fancybox-inner { overflow: hidden; }
.fancybox-outer, .fancybox-inner { position: relative; overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }

.fancybox-error {
	color: #FFF;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	cursor: default;
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	cursor: pointer;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: fixed;
	top: 40%;
	z-index: 8060;
}

#fancybox-loading div {
	width: 40px;
	height: 40px;
	margin: 100px auto;
	border-radius: 100%;  
  	-webkit-animation: loading 1.0s infinite ease-in-out;
        	   animation: loading 1.0s infinite ease-in-out;
}

@-webkit-keyframes loading {
  0% { -webkit-transform: scale(0.0) }
  100% { -webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes loading {
  0% { transform: scale(0.0);-webkit-transform: scale(0.0); } 
  100% { transform: scale(1.0);-webkit-transform: scale(1.0); opacity: 0; }
}

.fancybox-close {
	display: none;
}

.fancybox-nav {
	background: transparent url('assets/images/blank.gif'); /* helps IE */
	cursor: pointer;
	height: 100%;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 40%;
	z-index: 8040;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.fancybox-nav span {
	background: url('assets/images/sprite.png') no-repeat;
	cursor: pointer;
	height: 45px;
	margin-top: -22px; 
	opacity: .5;
	position: absolute;
	top: 50%;
	width: 45px;
	z-index: 8040;
	-webkit-transition: all .1s;
	   -moz-transition: all .1s;
	    -ms-transition: all .1s; 	   
	     -o-transition: all .1s;
}

.fancybox-nav:hover span { opacity: 1; }

.fancybox-next  { right: 0;}
.fancybox-prev  { left: 0; }

.fancybox-next:hover { cursor: e-resize; }
.fancybox-prev:hover { cursor: w-resize; }

.ie9 .fancybox-next:hover,
.ie9 .fancybox-prev:hover { cursor: pointer; }

.fancybox-next span {
	background-position: -100px -50px;
	right: 20px;
}

.fancybox-prev span {
	background-position: -50px -50px;
	left: 20px;
}

.fancybox-nav span {
	visibility: visible!important;
	-webkit-animation-fill-mode: both;
		   animation-fill-mode: both;	
	-webkit-animation-name: fadeslideleft;	
		   animation-name: fadeslideleft;
	-webkit-animation-duration: .2s;	
	        animation-duration: .2s;
	-webkit-animation-timing-function: ease-in-out;        
	        animation-timing-function: ease-in-out;	        
}
@keyframes fadeslideleft {
	0%   { transform: translateX(100%); }			
	100% { transform: translateX(0%); }
}
@-webkit-keyframes fadeslideleft {
	0%   { -webkit-transform: translateX(100%); }		
	100% { -webkit-transform: translateX(0%); }
}

.fancybox-prev span {
	-webkit-animation-name: fadeslideright;	
		   animation-name: fadeslideright;
}
@keyframes fadeslideright {
	0%   { transform: translateX(-100%); }			
	100% { transform: translateX(0%); }
}
@-webkit-keyframes fadeslideright {
	0%   { -webkit-transform: translateX(-100%); }		
	100% { -webkit-transform: translateX(0%); }
}

.fancybox-tmp {
	left: -99999px;
	max-height: 99999px;
	max-width: 99999px;
	overflow: visible !important;
	position: absolute;
	top: -99999px;
	visibility: hidden;
}

/* OVERLAY HELPER */
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }

.fancybox-overlay {
	background: url('assets/images/overlay.png');
	display: none;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 8010;
}

.fancybox-overlay-fixed {
	bottom: 0;
	position: fixed;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	bottom: 0;
	margin-bottom: -35px;
	position: absolute;
	right: 50%;
	text-align: center;
	z-index: 8050;
}

.fancybox-title-float-wrap .child {
	background: transparent;
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	white-space: nowrap;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.fancybox-title-outside-wrap {
	color: #FFF;
	margin-top: 10px;
	position: relative;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	background: #000;
	background: rgba(0, 0, 0, .8);
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px;
	position: absolute;
}

img.hidden,
a.lightbox.hidden {
	display: none!important;
}

.images a.zoom,
a.lightbox img:hover,
a.lightbox:hover {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}


/*===================================================================*/
/* AUDIO FORMAT
/*===================================================================*/
.jp-interface,
.entry-content .mejs-container,
.entry-content .mejs-container .mejs-controls {
	background: #111;
	background: rgba(0, 0, 0, 0.7);
	margin: 0 auto;
	height: 50px!important;
	overflow: hidden;
	position:relative;     
}

.entry-content .mejs-container .mejs-controls {
	padding-right: 10px;
}

.entry-content .mejs-container {
	background: #111;
}

.entry-content .mejs-controls .mejs-play button {
	background-position: -25px -24px; 
}

.entry-content .mejs-controls div.mejs-time-rail {
	padding-top: 18px;
	padding-right: 10px;
}

.entry-content .mejs-container .mejs-controls .mejs-time {
	display: none;
	height: 31px;
	margin: 0;
	padding: 20px 10px 0 35px;
	width: 30px;
}

.entry-content .mejs-container .mejs-controls .mejs-time.mejs-duration-container {
	padding: 20px 10px 0 13px;
}

ul.jp-controls,
.entry-content .mejs-controls .mejs-playpause-button button {
	border-right: 1px solid rgba(255, 255, 255, 0.1)!important;
}

.entry-content .mejs-controls .mejs-volume-button button {
	border-left: 1px solid rgba(255, 255, 255, 0.1)!important;
}

ul.jp-controls, 
.jp-interface ul.jp-controls li {
	height: 50px;
	margin: 0!important;
	position: absolute;
	width: 50px;
}
	
.jp-interface ul.jp-controls a {
	display:block;
	outline: none!important;
	overflow:hidden;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;
	top: 0;
	white-space: nowrap;
	z-index: 2;
}
	
.jp-interface ul.jp-controls a span {
	display:block;
	overflow: hidden;
	text-indent: 100%;
}

a.jp-play span, 
a.jp-pause span,
.entry-content .mejs-controls .mejs-button button {
	height: 50px;
	margin: 0;
	width: 50px;
}
		
/* BASE ICON POSITIONING */
.entry-content .mejs-controls .mejs-playpause-button {
	width: 60px;
}

.entry-content .mejs-controls .mejs-button.mejs-volume-button {
	width: 45px;
}

a.jp-play span,
.entry-content .mejs-controls .mejs-play button { 
	background: url(assets/images/jplayer.png) -25px -24px no-repeat; 
}

a.jp-pause span,
.entry-content .mejs-controls .mejs-pause button { 
	background: url(assets/images/jplayer.png) -25px -73px no-repeat; 
	display: none; 
}

.entry-content .mejs-controls .mejs-pause button {
	display: block;
}

a.jp-play:hover span,
a.jp-pause:hover span,
.entry-content .mejs-controls button:hover { 
	opacity: .7; 
}

.entry-content .mejs-controls .mejs-volume-button button {
	background: url(assets/images/jplayer.png) no-repeat; 
}

.entry-content .mejs-controls .mejs-volume-button.mejs-mute button {
	background-position: -25px -175px; 
}

.entry-content .mejs-controls .mejs-volume-button.mejs-unmute button {
	background-position: -25px -125px; 
}

/* PROGRESS BARS */	
div.jp-progress {
	background-color: #FFF;
	margin: 22px 22px 0 72px;
}

div.jp-seek-bar {
	cursor:pointer;
	height:100%;
	width:0;	
}

div.jp-play-bar,
.entry-content .mejs-controls .mejs-time-rail span {
	height: 6px;
	width:0;     
}

.entry-content .mejs-controls .mejs-horizontal-volume-slider div {
	height: 6px;    
}

.entry-content .mejs-controls .mejs-time-rail span,
.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0px;
}

.entry-content .mejs-controls .mejs-time-rail span.mejs-time-total {
	background: #F5F5F5;
}	

.entry-content .mejs-controls .mejs-time-rail span.mejs-time-loaded,
.entry-content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #FFF;
}

.entry-content .mejs-controls .mejs-time-rail span.mejs-time-float {
	display: none!important; 
}

.entry-content .mejs-controls div.mejs-horizontal-volume-slider {
	margin-top: 12px;
}

/* AUDIO JPLAYER SPECIFIC */
.jp-audio {
	clear: both;
}

.entry-content-media .jp-audio {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.entry-content .jp-interface {
	background-color: #212121;
	margin-bottom: 35px!important;
	margin-top: 10px!important;
}

.fluid-width-video-wrapper iframe { 
	border: none; 
}


/*===================================================================*/
/*  WP PLAYLIST CUSTOM THEME
/*===================================================================*/
.entry-content .wp-playlist {
	border: none;
	padding: 0;
	margin: 50px 0 20px;
	font-size: inherit;
	line-height: inherit;
}

.entry-content .wp-playlist-current-item {
	display: none; /* REMOVE THIS TO DISPLAY ARTWORK */
	padding: 5% 0;
	background: #F5F5F5;
}

.entry-content .wp-playlist .mejs-container {
	margin: 0;
	width: 100%;
}

.entry-content .wp-playlist-caption {
	max-width: 100%;
}

.entry-content .wp-playlist-item-title,
.entry-content .wp-playlist-item .wp-playlist-caption {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8em;
	font-weight: normal;
}

.entry-content .wp-playlist-item-album {
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-content .wp-playlist-item-length {
	text-transform: uppercase;
	position: absolute;
	right: 0;
	top: 3px;
}

.entry-content .wp-playlist-tracks {
	margin: 0px;
	padding: 2% 0;
}

.entry-content .wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 0;
	border-bottom: 1px solid #ECECEC;
}

.entry-content .wp-playlist-light .wp-playlist-playing .wp-playlist-item-title,
.entry-content .wp-playlist-dark .wp-playlist-playing .wp-playlist-item-title {
	font-weight: normal;
}

.entry-content .wp-playlist-current-item {
	height: auto;
	text-align: center;
	margin: 0;
}

.entry-content .wp-playlist .wp-playlist-current-item img {
	float: none;
	max-width: 150px;
	height: auto;
	padding: 0;
	border: 0;
	margin: 0 0 10px;
}



	
/*===================================================================*/
/*                    												  
/* COMMENTS			      		  
/*                    												
/*===================================================================*/
/* LAYOUT */
.comment-wrap,
.related-wrap {
	clear: both;
}

.comment-wrap:after,
.comment-wrap:before {
	content: "";
	display: table;
}

#respond,
#comments, 
.comment-body,
#comments-list,
#comments-list ol li {
	float: left;
	position: relative;
	text-align: left;
	width: 100%;
}

#comments {
	margin-top: 10px;
}

#comments ul{
	list-style: none!important;
} 

.commentlist {
	float: left;
	list-style-type: none!important;
	margin: 0!important;
	width: 100%;
}

/* COMMENT */
.avatar {
	float: left;
	margin: 3px 15px 0 0;
	border-radius: 60px;
}

.comment-author span,
.comment-author cite {
	display: inline-block;
	font-style: normal;
}

.comment-body {
	clear: both;
	margin: 10px 0px 15px;
}

.comment-body p { 
	margin-left: 75px;
}

.comment-body ul,
.comment-body ol { 
	list-style-type: disc; 
}

.moderation {
	display: none;
}

.bypostauthor {}

/* CHILDREN */	
.comments .children { 
	margin: 0 0 0 7.5%;
}

/* COMMENT FORM */
#comments.respond-form {
	margin-top: 0px;		
}

.comment #respond {
	margin-left: 75px;
	padding-top: 0;
}

.comment #reply-title {
	display: none;
}

#respond {
	padding-top: 30px;
	margin-bottom: 10%;
}

.comment-form label {
	left: 15px;
	position: relative;
	top: 15px;
	color: #272D33;
}

.comment-form input,
.comment-form textarea {
	float: left;
}

.comment-form p {
	overflow: hidden;
	margin-bottom: 0;
}

.comment .comment-form {
	margin-bottom: 10px;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 0px;
}

.comment .logged-in-as,
.comment #cancel-comment-reply-link {
	display: none;
}

.logged-in .comment-form-message label {
	display: none;
}

.logged-in-as {
	margin-bottom: 25px;
}

.logged-in-as a {
	font-weight: normal!important;
}

/* PINGS */
.pinglist	{
	float: left;
}



/*===================================================================*/
/*
/* PORTFOLIO STYLES
/*
/*===================================================================*/
/* PORTFOLIO TEMPLATE */
#masonry-container {
	margin: 50px -15px -15px;
}

.tax-portfolio_tag #masonry-container,
.tax-portfolio_category #masonry-container,
.post-type-archive-portfolio #masonry-container {
	margin-top: 0;
}

.masonry-item {
	list-style: none;
	padding: 15px 15px 45px;
	width: 50%;
}

.masonry-item div {
	text-align: center;
}

.masonry-item img {
	margin-bottom: 15px;
}

.masonry-item h5 {
	margin-bottom: 5px!important;
}

.masonry-item p {
	margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
	.masonry-item  { width: 100%; }
}

@media only screen and (max-width: 940px) {
	.masonry-item  { width: 50%; }
}

@media only screen and (max-width: 600px) {
	.masonry-item  { width: 100%; }
}

/* SINGLE PORTFOLIO */
.single-portfolio #main-container {
	margin-top: 10%!important;
}

.single-portfolio .entry-title {
	text-align: left;
}

.single-portfolio .entry-meta {
	margin: 0;
}

.single-portfolio .entry-meta li {
	display: inline-block;
	margin-right: 10px;
}

.single-portfolio .entry-meta li:last-child {
	margin-right: 0;
}

.single-portfolio .entry-content-media {
	margin: 60px 0 50px; 
}

.single-portfolio .related h5 {
	margin-bottom: 5px;
}

.single-portfolio .related #masonry-container {
	margin-top: 0px;
}

/* PORTFOLIO SLIDER */
.single-portfolio .post-slider {
	margin-bottom: 60px;
}

/* PORTFOLIO VIDEO */
.single-portfolio .video-frame {
	margin-bottom: 30px;
}

/* PORTFOLIO AUDIO */
.single-portfolio .audio-feat {
	position: relative;
}

.single-portfolio .audio-feat,
.single-portfolio .audio-no-feat {
	margin-bottom: 30px;
}

.single-portfolio .audio-no-feat .jp-audio {
	bottom: inherit;
	position: relative;
	width: 100%;
}

.single-portfolio .audio-no-feat .jp-interface {
	background-color: #272D33;
}




/*===================================================================*/
/*
/* WIDGET STYLES 
/*
/*===================================================================*/
/* WIDGET STANDARDS */
.widget input, 
.widget textarea {
	background-color: #FFF!important;
	border: none!important;
	margin: 0!important;
}

.widget ul,
.widget ul li:last-child,
.widget ol li:last-child {
	margin-bottom: 0;
}	

		
/*===================================================================*/
/*  DRIBBBLE WIDGET
/*===================================================================*/
.widget_bean_dribbble > div {
	margin: 0 -1.875% -3.75% -1.875%;
	width: 103.8961%;
}

.bean-shot {
	float: left;
	height: 16.8831%;
	margin: 0 1.875% 3.8961%;
	width: 46.25%;
}

.bean-shot {
	background-position:  50% 50%!important;
	background-repeat: no-repeat;
}

.bean-shot img {
	border-radius: 4px;
}


/*===================================================================*/
/*  FLICKR WIDGET
/*===================================================================*/
.widget_bean_flickr > div {
	float: left;
	margin: 0 -1.875% -4.6% -1.875%;
	width: 103.8961%;
}

.flickr_badge_image {
	float: left;
	height: 16.25%;
	margin: 0 1.875% 3.8961%;
	width: 16.25%;
}

.flickr_badge_image {
	background-position:  50% 50%!important;
	background-repeat: no-repeat;
}

.flickr_badge_image img {
	border-radius: 4px;
}


/*===================================================================*/
/* INSTAGRAM WIDGET & 500PX WIDGET (BEAN PLUGINS)
/*===================================================================*/
.widget_bean_instagram > div,
.widget_bean_500px > div {
	float: left;
	margin: 0 -1.875% -4.6% -1.875%;
	width: 103.8961%;
}

.instagram_badge_image,
.bean500px_badge_image {
	border-radius: 4px!important;
	float: left;
	height: 16.25%;
	margin: 0 1.875% 3.8961%!important;
	width: 16.25%!important;
}

.instagram_badge_image img,
.bean500px_badge_image img {
	border-radius: 4px!important;
	height: auto!important;
	width: auto!important;
}

.bean500px_badge_image a,
.instagram_badge_image a {
     float: left;
     position: relative;
    	-webkit-transition: all 0!important;
	   -moz-transition: all 0!important;
	    -ms-transition: all 0!important;	   
	     -o-transition: all 0!important;
}

.bean500px_badge_image a:hover,
.instagram_badge_image a:hover  {
	opacity: 1!important;
}
	
	
/*===================================================================*/
/* MENU WIDGET CUSTOM STYLES (& SIDEBAR OPTIONAL MENU)
/*===================================================================*/
.widget_bean_portfolio ul li {
	margin: 0 0 20px 0;
	position: relative;
}

.widget_bean_portfolio ul li:last-child {
	margin-bottom: 0;
}	
	
	
/*===================================================================*/
/* NEWSLETTER WIDGET
/*===================================================================*/
input.email-newsletter {
	width: 70%;
	display: inline-block;
	margin-right: 1%!important;
	float: left;
 }
 	 
.widget_bean_newsletter .button { 
	height: 44px;
	margin-top: 0px;
	padding: 13px 0px!important;
	width: 29%;
}

.widget_bean_newsletter .button:hover {
	background-color: #FFF!important;
}

.header-nav input.email-newsletter {
	float: none;
	width: 100%;
}
	
.header-nav .bean-newsletter .button {
	display: none;
}	
		
input.email-newsletter.animatedbg,
input.email-newsletter.animatedbg:hover,
input.email-newsletter.animatedbg:focus {
	background-image: url(assets/images/newsletter-bg.png);
	background-color: #FFF;
	-webkit-animation:BeanBGAnimate 30s infinite linear;
	   -moz-animation:BeanBGAnimate 30s infinite linear;
	    -ms-animation:BeanBGAnimate 30s infinite linear;
	     -o-animation:BeanBGAnimate 30s infinite linear;
	        animation:BeanBGAnimate 30s infinite linear;	
}


/*===================================================================*/
/* SKILLS WIDGET 
/*===================================================================*/
.widget_bean_skills { 
	width: 100%; 
}

.widget_bean_skills p { 
	margin-bottom: 20px; 
}

.skillset {
	float: left;
	width: 100%;
}

.skill-percent { 
	float: right;
}

li.skill-bar {
	background-color: #FF584A;
	border-radius: 200px;
	color: #FFF;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 6px;
	padding: 3px 13px;
	-webkit-animation:BeanBGAnimate 30s infinite linear;
	   -moz-animation:BeanBGAnimate 30s infinite linear;
	    -ms-animation:BeanBGAnimate 30s infinite linear;
	     -o-animation:BeanBGAnimate 30s infinite linear;
	        animation:BeanBGAnimate 30s infinite linear;
}


/*===================================================================*/
/* TAG CLOUD WIDGET
/*===================================================================*/ 	
.tagcloud {
 	float: left;
 	margin-bottom: -4px;
}
 	
.tagcloud a {
	border-radius: 3px;
	float: left;
	font-size: 13px!important;
	font-size: 1.3rem!important;
 	margin: 0 4px 4px 0;
 	padding: 4px 6px!important;
	display: inline-block;
 	position: relative;
	text-transform: capitalize;
} 		        
 		        
 	
/*===================================================================*/
/*  TWITTER WIDGET
/*===================================================================*/
.widget_bean_tweets a.twitter-time-stamp {
	color: #AAA;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal!important;
	margin: 5px 0 20px;
	text-transform: none;
	text-decoration: none;
	border-bottom: none!important;
}




/*===================================================================*/
/*  BEAN PLUGIN OVERRIDES
/*===================================================================*/
/* SOCIAL PLUGIN */		
ul.bean_social_icons li.bean_social_icon { margin: 0 3px 3px 0!important; }		

/* PRICING TABLE PLUGIN */
#powerTip, .bean-pricing-table .pricing-highlighted { background-color: #FF4229!important; }
.bean-pricing-table .pricing-column li span { color: #FF4229!important; }
#powerTip:after { border-color: #FF4229 transparent!important; }

.bean-pricing-table .table-mast { background-color: #272D33!important; }
.bean-pricing-table .table-mast:hover { background-color: #30383F!important; }
.bean-pricing-table .pricing-column ul { background-color: #F2F4F6!important; color: #86888A; }
.bean-pricing-table .pricing-column li.info:hover { color: #272D33!important; }
.bean-pricing-table h5 { font-family: 'Ubuntu', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important; text-transform: uppercase!important; }
.bean-pricing-table .table-mast h6.price { color: #86888A!important; margin-bottom: 10px!important; }
.bean-pricing-table .table-mast p { color: #86888A!important; }	

/* BEAN SHORTCODES PLUGIN */	
.bean-tabs > li {
	margin-bottom: 4px!important;
}	

@media only screen and (max-width: 767px) {
	.bean-pricing-table .columns { padding: 0px!important; }
}




/*===================================================================*/
/*                      					   					      
/* THEME ANIMATIONS     	        	      
/*                    												  
/*===================================================================*/
.fadein,.fancybox-title-float-wrap .child {
	-webkit-animation-name: fadein;
	        animation-name: fadein;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	   	   animation-duration: .3s;
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
	
}

@-webkit-keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}
@-moz-keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}
@-o-keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}
@keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}	
 	
/* BOUNCE IN FROM THE TOP - 404 Page ANIMATION */
.bounce {
	-webkit-animation-delay: .5s;
	   -moz-animation-delay: .5s;
	    -ms-animation-delay: .5s;
	     -o-animation-delay: .5s;
	        animation-delay: .5s;
	-webkit-animation-name: bounce;
	   -moz-animation-name: bounce;
	     -o-animation-name: bounce;
	        animation-name: bounce;
}
	
@-webkit-keyframes bounce {
	0%	 {opacity: 0;-webkit-transform: translateY(-2000px);}
	60%  {opacity: 1;-webkit-transform: translateY(30px);}
	80%  {-webkit-transform: translateY(-10px);}
	100% {-webkit-transform: translateY(0);}
}
@-moz-keyframes bounce {
	0% 	 {opacity: 0; -moz-transform: translateY(-2000px);}
	60%  {opacity: 1; -moz-transform: translateY(30px);}
	80%  {-moz-transform: translateY(-10px);}				
	100% {-moz-transform: translateY(0);}
}
@-o-keyframes bounce {
	0%   {opacity: 0; -o-transform: translateY(-2000px;}
	60%  {opacity: 1; -o-transform: translateY(30px);}
	80%  {-o-transform: translateY(-10px);}
	100% {-o-transform: translateY(0);}
}
@keyframes bounce {
	0%   {opacity: 0; transform: translateY(-2000px);}
	60%  {opacity: 1; transform: translateY(30px);}	
	80%  {transform: translateY(-10px);}
	100% {transform: translateY(0);}
}
	
/* ERROR FADEOUT ANIMATION */
.fadeout {
	-webkit-animation-delay: 3s;
	   -moz-animation-delay: 3s;
	    -ms-animation-delay: 3s;
	     -o-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-name: fadeout;
	   -moz-animation-name: fadeout;
	     -o-animation-name: fadeout;
	        animation-name: fadeout;
}
	
@-webkit-keyframes fadeout {
	0% {opacity: 1;}
	100% {opacity: 0;} }

@-moz-keyframes fadeout {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@-o-keyframes fadeout {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeout {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

/* BUTTON SHAKE */	
.btnshake {
	-webkit-animation-name: btnshake;
	   -moz-animation-name: btnshake;
	     -o-animation-name: btnshake;
	        animation-name: btnshake; 
	-webkit-animation-delay: 5s;
	   -moz-animation-delay: 5s;
	    -ms-animation-delay: 5s;
	     -o-animation-delay: 5s;
	        animation-delay: 5s; 
	-webkit-animation-iteration-count: 5;
	   -moz-animation-iteration-count: 5;               
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;
	        animation-duration: 5s;          
}

@-webkit-keyframes btnshake {
	2%, 6%     {-webkit-transform: translateX(3px);	 }
	4%, 8%     {-webkit-transform: translateX(-3px); }
	10%, 100%  {-webkit-transform: translateX(0px);	 }
}
@-moz-keyframes btnshake {
	0%, 100%  {-moz-transform: translateX(0);		 }
	2%, 6%     {-moz-transform: translateX(3px);	 }
	4%, 8%     {-moz-transform: translateX(-3px); 	 }
	10%, 100%  {-moz-transform: translateX(0px);	 }
}
@-o-keyframes btnshake {
	2%, 6%     {-o-transform: translateX(3px);	 	 }
	4%, 8%     {-o-transform: translateX(-3px); 	 }
	10%, 100%  {-o-transform: translateX(0px);	 	 }
}
@keyframes btnshake {
	2%, 6%     {transform: translateX(3px);	 		 }
	4%, 8%     {transform: translateX(-3px); 		 }
	10%, 100%  {transform: translateX(0px);	 		 }
}