/*----------------------------------------------------------------------
 
	Theme Name: 	Folo
	Theme URI:      http://www.demo.themebeans.com/folo
	Description: 	A classy portfolio & gallery WordPress theme.
	Author:         ThemeBeans
	Author URI:     http://themebeans.com
	Version:        1.4
	Tags:           flexible-width, white, post-formats, theme-options,translation-ready, right-sidebar, left-sidebar
	
	License: GNU General Public License V2 or Later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	
	
 	CSS CONTENTS:
 
 	01. BODY & GENERAL DEFAULT BASE
 	02. PRIMARY LAYOUT / SIDEBAR DEFAULTS 	
 	03. FORM & INPUT STYLES
 	04. THEME HEADER
 	06. THEME TEMPLATES
  	07. BLOGROLL (POST FORMATS & BLOG PAGE)
  	08. BLOG SINGLE STYLES
	09. POST COMMENTS
	10. AUDIO / VIDEO JPLAYER STYLES  	
	11. THEME FOOTER STYLES 
	12. WIDGET STYLES
	13. THEME ANIMATIONS 
	14. OLD BROWSER FIXES 
 
 ----------------------------------------------------------------------*/


body {
	background-color: #FFF;
	font-family: HelveticaNeue, Helvetica Neue, Helvetica, Tahoma, Geneva, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
 
.entry-content p { margin-bottom: 15px; }	

.entry-content a { font-weight: bold; }	

a:hover { color: #FC6666; }

h1, h2 { 
	font-family: "Fauna One", "Helvetica Neue", Helvetica, sans-serif; 
	font-weight: normal; 
	font-style: normal;
	letter-spacing: -1px; 
}

h1 { font-size: 30px; line-height: 37px; }

h2 { font-size: 25px; line-height: 26px; }

h3 { font-size: 22px; line-height: 25px; }

h4 { font-size: 18px; line-height: 22px; }

h5 { font-size: 14px; line-height: 22px; margin-bottom: 8px; }
	
h6 { font-size: 13px; line-height: 22px; color: #848484; text-transform: uppercase; }
	
::selection { background: #F0F0F0; }
 	
code { 
 	font: bold 16px/22px "Courier New", Courier, mono, sans-serif;
 	overflow: auto;
 	border-style: none;    
}
	
/*--------------------------------------------------------------------*/
/*                    												  
/*          GLOBAL STYLES (ELEMENTS WITH THE SAME STYLES) 		   		  
/*                    												  
/*--------------------------------------------------------------------*/	

a,
textarea,
.post-share,
li.submit .button, 
.post-thumb a img,
input[type="tel"],
input[type="url"], 
input[type="text"],
input[type="date"], 
input[type="time"],
input[type="email"], 
.flickr_badge_image,
input[type="number"], 
input[type="search"], 
input[type="password"], 
input[type="datetime"], 
.bean-dribbble-shots img,
.form-submit input[type="submit"] { 
	-webkit-transition: all 0.15s;
	   -moz-transition: all 0.15s;
		-ms-transition: all 0.15s;
		 -o-transition: all 0.15s;
		  	transition: all 0.15s;
}
	
body,
code,
blockquote, 
blockquote p,
.entry-meta a,
textarea:focus, 
.viewer .caption,
.comment-author a,
#footer-container,
#footer-container a,
.author-description,
.comment-author cite,
h1,	h2, h3, h4, h5, a,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
#header-container .main-menu a { 
	color: #22272A; 
}	
	
.post-date,
.entry-meta,
#login span,
.logged-in-as,
.entry-meta a,
#login span a, 
.comment-meta,
.logged-in-as a 
.logged-in-as a, 
.portfolio-meta,
.comment-meta a,
a.post-edit-link,
#twitter_div li a,
.widget_archive li,
.portfolio-meta-list,
.widget_categories li,
.single-portfolio .portfolio-meta-list a {
	color: #A4A4A4;
}	

	
	
/*--------------------------------------------------------------------*/
/*                    												  
/*                  PRIMARY LAYOUT / SIDEBAR DEFAULTS 		   		  
/*                    												  
/*--------------------------------------------------------------------*/
#primary-container {
	padding: 55px 30px 55px;
}

/*--------------------------------------------------------------------*/
/*	SIDEBAR STYLES 
/*--------------------------------------------------------------------*/
.sidebar-right .sidebar {
    margin-left: 50px;
}
    
.sidebar-left .sidebar {
    margin-right: 50px;
}   



/*--------------------------------------------------------------------*/
/*                    												  
/*                        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: #22272A;
	border: none;	  
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font: normal bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1px 1px 4px 0; 
	padding: 6px 12px;
	text-align: center; 
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;     		     	
}

.btn:hover, 
.button:hover, 
.tagcloud a:hover,
button.button:hover, 
.form-submit input[type="submit"]:hover,
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    color: #FFF!important;
    background-color: #FC6666;
}
    
    
/*--------------------------------------------------------------------*/
/*	GENERAL THEME FORMS
/*--------------------------------------------------------------------*/
form label {
	padding-top: 0;
	margin: 30px 0 8px 0;
	font-size: 15px;
}
  
span.required { color: #CF5C46; }  
	
.contact-submit input[type="submit"] {
	font-size: 16px;
	margin-top: 40px;
	padding: 13px 12px;
}
	          
form .input {
     clear: none;
     display: inline;
     margin-bottom: 20px;
}
     
input.input-text, 
textarea, 
select {
     display: block;
     margin-bottom: 18px;
} 

textarea { padding: 15px 20px; } 

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea { 
	height: 40px;
	border: 1px solid #cbd0d4;
	color: #696969;
	font: 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-appearance: none;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="date"]:hover, 
input[type="datetime"]:hover, 
input[type="email"]:hover, 
input[type="number"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="time"]:hover, 
input[type="url"]:hover, 
textarea:hover  { border:1px solid #B3B6B8; }

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	outline:none;
	border:1px solid #747b80;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}	


/* CONTACT FORM 7 COMPATIBILITY */
.wpcf7-not-valid-tip {
	background: none!important;
	border: none!important;
	color: #B62F15;
	left: 0!important;
	top: 0!important;
	position: relative!important;	
}

div.wpcf7-mail-sent-ok {
	background-color: #BDE74C; 
	border: none!important;
	color: #4C6802; 
}

div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	background-color: #fcc8c8; 
	border: none!important;
	color: #DA3A3C;
}

div.wpcf7-response-output {
	margin: 30px 0 0 0!important;
	padding: 0.6em 1em!important;
	text-align: center;
}

.wpcf7-form p {
	line-height: 33px;
}

wpcf7-submit {
	padding: 8px 15px;
}	

div.wpcf7 img.ajax-loader {
	display: inline;
}


/*--------------------------------------------------------------------*/
/*	UI TO TOP
/*--------------------------------------------------------------------*/
#toTop {
	background: url(assets/images/sprite.png) 171px 273px #F0F0F0;
	bottom: 20px;
	color: #86888A;
	display:none;
	height:40px;
	position:fixed;
	right:20px;
	width:40px;  
	z-index: 999; 
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;         
}

#toTop:hover { background-color: #DCDDDF; }
	
	

	
/*--------------------------------------------------------------------*/
/*                    												  
/*             			      THEME HEADER  			   		  
/*                    												  
/*--------------------------------------------------------------------*/
	
/*--------------------------------------------------------------------*/
/*	LOGO & BRANDING
/*--------------------------------------------------------------------*/
.branding {
	margin-top: 30px;
}

.logo-uploaded { 
	max-width: none;
}

.logo,
.logo img{
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.logo img:hover {
	opacity: .6;
} 

.logo_text:hover {
	color: #FC6666;
}
	
	
/*--------------------------------------------------------------------*/
/*	MAIN HEADER
/*--------------------------------------------------------------------*/
#header-container {
	background-color: #F0F0F0;
	display: block;
	padding: 0px 30px;
}

#header-container p {
	color: #22272A;
}	

	
/*--------------------------------------------------------------------*/
/* THEME NAVIGATION
/*--------------------------------------------------------------------*/
/* DEFAULTS */
#header-container .main_menu {
	float: right;
}
		
#header-container .main-menu, .main-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#header-container .main-menu li {
	position: relative;
	line-height: 45px;
}
	
#header-container .main-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
	
#header-container .main-menu > li {
	float: left;
	position: relative;
}
	
#header-container .main-menu li:hover > ul,
#header-container .main-menu li.sfHover > ul {
	display: block!important;
}
	
#header-container .main-menu ul ul {
	top: 0;
	left: 100%;
}

/* PRIMARY NAVIGATION */
#header-container .main-menu ul {
	min-width: 10em; 
	*width: 12em; 
}

#header-container .main-menu a {
	display:block;
	font-size: 15px;
	padding: 40px 30px;
	zoom: 1;
}
	
#header-container .current-menu-item,	
#header-container .main-menu a:hover,
#header-container .main-menu > .current_page_item > a,
#header-container .main-menu > .current_page_item > a:hover {
	background-color: #FFF;
	color: #FC6666;
}		

#header-container .main-menu li {
	white-space: nowrap; 
	*white-space: normal; 
}	
	

/* DROP DOWN STYLING */
#header-container .main-menu .sub-menu {
    background-color: #22272A;
    padding: 0 15px 4px;
    z-index: 999;
    -webkit-border-radius: 0 0 3px 3px;
       -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
			     
}

#header-container .main-menu .sub-menu li {
	border-bottom: 1px solid #363A3D;
	color: #848484;
	line-height: 25px;
	padding: 8px 0;
}
 	 	
#header-container .main-menu .sub-menu li:last-child {
	border-bottom: none;
}
 	
#header-container .main-menu .sub-menu li a:hover {
	background-color: #22272A;
	color: #FFF!important;	
}

#header-container .main-menu .sub-menu li a {	
	color: #A2AAB0!important;
	border: none;
	float: none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
	padding: 0px;
    text-transform: none;
}
	
#header-container .main-menu .sub-menu .current-menu-item {
	background: none;
}


/*--------------------------------------------------------------------*/
/*                    												  
/*                          THEME TEMPLATES		         		  
/*                    												  
/*--------------------------------------------------------------------*/	
/* DEFAULT TEMPLATES */
.page-template .entry-content {
	margin-bottom: 15px;
}
	
.page-template .entry-content figure {
	margin-bottom: 40px;
}	 	


/*--------------------------------------------------------------------*/
/*  PORTFOLIO TEMPLATE
/*--------------------------------------------------------------------*/
.isotope-container {
    position: relative;
    overflow: hidden;
}

#isotope-container {
	position:relative; 
	width:100%; 
	overflow:hidden;
}

.isotope-item { 
	z-index: 2; 
	float: left;
	position: relative;
	margin: 10px 10px 5px 10px;
	width: 320px;
}
	    
.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;
}

.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;
}

/* INFINITE LOADING */
#page_nav,
#infscr-loading,
#infscr-loading img { display: none!important; }

 /* HOVER CSS */
#isotope-container .porfolio-thumb {
 	-webkit-transition: all .4s ease-in-out;
 	   -moz-transition: all .4s ease-in-out;
 		-ms-transition: all .4s ease-in-out; 	   
 		 -o-transition: all .4s ease-in-out;
 	        transition: all .4s ease-in-out;
}
 	
 #isotope-container:hover .porfolio-thumb { 
 	opacity: .3; 
 	-webkit-filter: grayscale(1);
}
 
 #isotope-container:hover .porfolio-thumb:hover { 
 	opacity: 1.0; 
 	-webkit-filter: grayscale(0);
}	


/*--------------------------------------------------------------------*/
/*	SINGLE PORTFOLIO TEMPLATE
/*--------------------------------------------------------------------*/ 
/* SINGLE PORTFOLIO LAYOUT MODS */
.five.columns.post-head { 
	padding-right: 70px; 
}
	  
.single-portfolio h1.entry-title { 
	margin-bottom: 12px; 
}	

.single-portfolio .pagination {
    margin-bottom: 35px;
}

.entry-header .pagination {
	display: none;
}

.single-portfolio .entry-content p { 
	width: 100%;
}

.single-portfolio .entry-content p:last-child {
	margin-bottom: 0;
}

/* SINGLE PORTFOLIO AUDIO / VIDEO  */ 
.single-portfolio .entry-content-media.portfolio-audio a { 
	float: none; 
	padding-right: 0px;
}	

.single-portfolio .portfolio-audio img,
.single-portfolio .entry-content-media a { 
	float: right; 
	padding-right: 30px;
}

.single-portfolio .portfolio-video .video-frame {
	padding-right: 30px;
}

.portfolio-audio div.jp-interface {
	left: 3.5%;
	width: 70%;
}

/* SINGLE PORTFOLIO META */ 	
.portfolio-meta {
	margin-bottom: 25px;
} 	
	
.portfolio-meta-list {
	margin: 30px 0;
} 	
	
.portfolio-meta-list li {
	margin-bottom: 12px;
}	
	
.portfolio-meta-list span {
	display: block;
	color: #32383D;
}		
	
.single-portfolio .portfolio-meta-list li.skills { 
	text-transform: lowercase; 
}
	
a.post-edit-link:hover, 	
.single-portfolio .portfolio-meta-list a:hover { 
	color: #FC6666; 
}
	
/* CUSTOM VIEW.JS CSS THEME */ 
body.viewing #footer-container, 
body.viewing #header-container, 
body.viewing #primary-container { -webkit-filter: grayscale(1) blur(3px); }

.viewer {
	background: #FFF;
	background-color: rgba(255, 255, 255, 0.85);
}

.viewer .close {
	background: url(assets/images/sprite.png) -142px -244px;
	color: #FFF;
	font-size: 30px;
	height: 12px;
	opacity: 1;
	right: 20px;
	top: 20px;
	width: 13px;
	-webkit-transition: all .0s;
	   -moz-transition: all .0s;
		-ms-transition: all .0s; 	   
		 -o-transition: all .0s;
	        transition: all .0s;
}
	
.viewer .close:hover {
	background-position: -244px -244px;
}

.viewer .caption {
	text-shadow: none;
	line-height: 5em;
}
	
.viewer li {
	-webkit-transition: width 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	   -moz-transition: width 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	        transition: width 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
	
.viewer .caption {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1.5s ease-in-out;
	   -moz-transition: opacity 1.5s ease-in-out;
	        transition: opacity 1.5s ease-in-out;
}
	
.viewer .current .caption {
	opacity: 100;
	visibility: visible;
}


/*--------------------------------------------------------------------*/
/*	CONTACT TEMPLATE 
/*--------------------------------------------------------------------*/
li.submit .button {
 	padding: 14px 18px;
 	text-transform: uppercase;
}
 
/* SUCCESS & FAIL ALERTS */
.bean-alert {
	background-color: #f0f0f0;
	color: #2A3034;
	font: 15px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 35px!important;
	padding: 10px 10px!important;
	position: relative;
	text-align: center;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.bean-alert.fail    { background-color: #fcc8c8; color: #DA3A3C; }
.bean-alert.success { background-color: #BDE74C; color: #4C6802; }


/* ERRORS */
label.error { display: none!important; }


.error input, 
textarea.error,
.wpcf7-not-valid,
input[type=text].error { 
	background-color: #FFFBFA!important;
	border-color: #CF5C46!important; 
	color: #B62F15!important;
}

.error input:hover, 
textarea.error:hover,
.wpcf7-not-valid:hover,
input[type=text].error:hover {
	background-color: #FFF!important;
	border-color: #CF5C46!important; 
}

.error input:focus, 
textarea.error:focus,
.wpcf7-not-valid:focus,
input[type=text].error:focus {
	background-color: #FFF!important;
	border-color: #CF5C46!important; 
} 

/* ERROR ANIMATIONS */
.requiredField.error {
	-webkit-animation-name: BeanButtonShake;
	   -moz-animation-name: BeanButtonShake;
	   	-ms-animation-name: BeanButtonShake;
	     -o-animation-name: BeanButtonShake;             
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;
}


/*--------------------------------------------------------------------*/
/*	ARCHIVES TEMPLATE
/*--------------------------------------------------------------------*/
.page-template-page-archives-php .entry-content {
	margin-bottom: 55px;
}
	
.archives-list ul {
	margin-bottom: 50px;
	line-height: 25px;
} 	
	
.archives-list ul li {
	list-style: disc;
	margin-left: 30px;
}	
	
.archives-list ul li a {
    color: #32383D;
} 		

.archives-list ul li a:hover {
    color: #FC6666;
}
		

/*--------------------------------------------------------------------*/
/*	SEARCH TEMPLATE 
/*--------------------------------------------------------------------*/
.search #primary-container h1 {
    margin-bottom: 5px;
}

.search .searchform.search-page input[type="text"] {
    background: url(assets/images/sprite.png) 477px -231px no-repeat;
    margin-bottom: 12px;
}

.search #searchform .button[type="submit"] {
    display: none;
}


	
/*--------------------------------------------------------------------*/
/*	404 PAGE TEMPLATE
/*--------------------------------------------------------------------*/ 	
.error404 #primary-container {
	padding: 10%;
}	

.error404 h1.errorpage {
	font-size: 110px!important;
	margin: 5px 0 60px;
	letter-spacing: -3px;
}		

.error404 p {
	margin-bottom: 20px;
}

	
		
/*--------------------------------------------------------------------*/
/*                    												  
/*                BLOGROLL (POST FORMATS & BLOG PAGE)          		  
/*                    												  
/*--------------------------------------------------------------------*/
.archives-head {
	margin-bottom: 20px;
}
	 
section.post .three.columns.hide-for-small {
	padding-right: 30px;
}	
		  
/*--------------------------------------------------------------------*/
/*	POST PAGINATION (SINGLE)
/*--------------------------------------------------------------------*/ 	
.single-post .pagination {
	margin: 30px 0 20px;
}

.pagination a {
	display: inline-block;   
	width: 26px;
	height: 26px;  
	background-image: url(assets/images/sprite.png);
	background-repeat: no-repeat;  
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;	
	-webkit-transition: all .0s;
	   -moz-transition: all .0s;
		-ms-transition: all .0s; 	   
		 -o-transition: all .0s;
	        transition: all .0s;        
}
	
.pagination a:hover {
	background-color:#FC6666;
} 
	
span.page-previous a 		{ background-position: -137px -37px;  }
span.page-previous a:hover  { background-position: -137px -137px; } 	

span.page-next a 			{ background-position: -37px -37px;   }
span.page-next a:hover 		{ background-position: -37px -137px;  }

span.page-blog a 			{ background-position: -337px -237px; }
span.page-blog a:hover 		{ background-position: -437px -237px; }

span.page-portfolio a 		{ background-position: -237px -37px;  }
span.page-portfolio a:hover { background-position: -237px -137px; }

span.page-blog,	 
span.page-next,
span.page-previous,
span.page-portfolio {
	background-color: #F0F0F0;
	display: inline-block;   
	width: 26px;
	height: 26px;    	    
}	

/* INDEX PAGINATION */
.nav-next, 
.nav-previous {
	font-weight: bold;
	display: inline;
}
	
.nav-previous a {
	float: right;
}

/*--------------------------------------------------------------------*/  
/*	STANDARD POST FORMAT
/*--------------------------------------------------------------------*/  
.format-standard .fluid-width-video-wrapper	{ 
	margin: 10px 0 5px 0px; 
}
		
	
/*--------------------------------------------------------------------*/
/*	GALLERY POST FORMAT
/*--------------------------------------------------------------------*/   
.format-gallery .entry-content-media {
	margin: 0px;
	position: relative;
}
	
/* SLIDER BROWSER RESETS */
.bean-container a:active,
.post-slider a:active,
.bean-container a:focus,
.post-slider a:focus  {outline: none;}
.slides,
.bean-control-nav  { margin: 0; padding: 0; list-style: none; } 

/* SLIDER PRIMARY */ 
.post-slider {margin: 0; padding: 0; position: relative;}
.post-slider .slides > li { display: none; -webkit-backface-visibility: hidden; } 
	
.post-slider .slides img {
	display: block;
	width: 100%; 
}

.loading .bean-viewport {max-height: 300px;}
.post-slider .slides {zoom: 1;}
.slides li img { margin-bottom: 0px!important; }

/* 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 CONTROL NAV - THE DOTS */
.bean-control-paging {
	margin: 20px 0 10px;
	text-align: center;
}

.bean-control-paging li {
	display: inline-block;
	cursor: pointer;
	margin: 0 2px;
	text-indent: -9999em;
}
	
.bean-control-paging li a {
	background: url(assets/images/sprite.png) -45px -238px;
	display: block;
	height: 10px;
	width: 10px;
	-webkit-transition: all .0s;
	   -moz-transition: all .0s;
		-ms-transition: all .0s; 	   
		 -o-transition: all .0s;
	        transition: all .0s; 
}

.bean-control-paging li a.bean-active,	
.bean-control-paging li a:hover {
	background-position: -45px -252px;
}


	
 
/*--------------------------------------------------------------------*/
/*	VIDEO POST FORMAT
/*--------------------------------------------------------------------*/ 
.single-format-video .entry-content-media {
	margin-top: 9px;
}
 
.format-video div.jp-interface {
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
} 
	



/*--------------------------------------------------------------------*/
/*                    												  
/*                        SINGLE POST STYLES	   		  		      
/*                    												  
/*--------------------------------------------------------------------*/
section.post {
	float: left;
	margin-bottom: 80px;
	width: 100%;
}

section.post:last-child {
	margin-bottom: 50px;
}
	
.single-post section.post {
	margin-bottom: 0px;
}
		
.entry-header { 
	margin-top: -8px; 
}

.entry-title {
	margin-bottom: 17px;
}
		
.single-post .entry-content {
	border-bottom: 1px solid #E8EAEE;
	padding-bottom: 25px;
}

.entry-content,
.entry-content-media {
	width: 100%;
}
	
.entry-content-media .post-thumb {
	margin: 25px 0 28px;
}	
	
.nine.columns .entry-meta {
	margin-top: 30px;
}	
		
/* POST META */
.entry-meta ul{
	display: inline; 
}	
				
.entry-meta a:hover {
	color: #FC6666;
}
	
.entry-meta .meta-sep:first-child {
	display: none;
}	

/* POST LIKES */	
.post-like {
	display: block;
	clear: both;
	margin: 1px 0 12px;
} 	
	
.post-like .like { 
	background: url(assets/images/sprite.png) -343px -137px;
	float: left; 
	height: 13px; 
	margin: 6px 8px 0 0;
	width: 13px;
}
	
.post-like .like:hover {
	background-position: -343px -152px;
} 

.post-like .voted .like, 
.post-like .alreadyvoted {
	background-position: -343px -167px!important;
} 

.post-like span.count {
	line-height: 25px;
} 	

.more-link { 
    display: block;
    font-weight: bold;
    margin-top: 15px!important; 
	width: 150px;
}	


/*--------------------------------------------------------------------*/
/*	ALTERNATE META DATA - SINGLE POST 
/*--------------------------------------------------------------------*/
/* POST SHARE */
.post-share {
	margin: 35px 0 15px;
	opacity: .4;
	width: 250px;
}

.post-share:hover {
	opacity: 1;
}
		
.post-share li {
	display: inline;
}	
	
.share-btn.twitter { background-color: #40BAEC; }
.share-btn.twitter:hover { background-color: #70cbf0; }	
	
.share-btn.facebook { background-color: #476DC3; }	
.share-btn.facebook:hover { background-color: #6483ca; }	

.share-btn.google { background-color: #DD4A38; }
.share-btn.google:hover { background-color: #e57466; }	

	
/* ABOUT THE AUTHOR */
.post-extra:last-child {
	border-bottom: 1px solid #E8EAEE;
}
	
.about-author {
	display: block;
	float: left;
	margin-top: 37px;
}

.author-description a {
	font-weight: bold;
}	
	
.about-author .avatar {
	margin-top: 6px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}
	
/* RELATED POSTS */	
.related-posts {
	float: left;
	margin-top: 35px;
	padding-bottom: 25px;
}
	
.related-posts h5 {
	margin-bottom: 15px;
}
	
.related-posts .six {
	float: left;
	min-height: 1px;
	position: relative;
}
	
.related-posts .six:first-child {
	padding-right: 15px;
} 
	
.related-posts .six:last-child {
	padding-left: 15px;
} 

.related-posts .post-thumb {
	margin-bottom: 15px;
}


/*--------------------------------------------------------------------*/
/*	WORDPRESS DEFAULT STYLING
/*--------------------------------------------------------------------*/	
.single-post .entry-content img,
.single-post .entry-content img a {
	margin: 40px 0px 40px 0px; 
}	

.bean-quote {
	background-color: #FC6666!important;
}		
	
blockquote {
 	background: url(assets/images/blockquote.png) no-repeat 0px 7px;
 	margin: 40px 0;
 	padding-left: 50px;
}
 
blockquote, 
blockquote p {
	font: bold 17px/25px "Fauna One", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

blockquote p {
	margin-bottom: 0px;
}
	
	
 /* IMAGES */
.entry-content p img,
.content .gallery .gallery-icon img, 
.post-thumb img,
.image-frame img, 
.attachment .post-box img,
.slider img {
 	display: block;
 	background: transparent;
}
  	
.image-frame img, 
.attachment .post-box img,
.entry-content-media img,
.post-thumb img { 
	height: auto; 
}

.post-thumb a img:hover {
	opacity: .2;
} 
	
.entry-content .entry-content-media img { 
	margin: 0 0 0 0; 
}
 
.attachment article .entry-content { 
	padding:0 0 0 0; 
}

.attachment .post-box img { 
	margin: 0 auto; 
}
 
.content .gallery-item {
 	float: left;
 	margin: 0;
 	padding: 0;
}
 
.content .gallery .gallery-icon img { 
	margin-bottom: 0!important;
}	 

.fluid-width-video-wrapper {
	margin: 25px 0;
}

.entry-content img,
.comment-content img,
.widget img { 
	max-width: 100%; 
}

img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; 
	height: auto;
	display: block;
	margin-bottom: 35px;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.aligncenter {
	margin-left: auto!important;
	margin-right: auto!important;
	display: block;
	clear: both;
}

img.alignleft {
	float: left;
	margin: 10px 25px 0 0;
}

img.alignright {
	display: block;
	margin: 10px 0 0 25px;
}

.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,
figcaption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.wp-caption.aligncenter { margin: 20px auto; }
.wp-caption.alignleft 	{ margin-left: 0; 	 }
.wp-caption.alignright 	{ margin-right: 0;   }
.wp-caption.alignnone 	{ margin-left: 0;    }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
	
.sticky {}
	
.post-slider .slider-desc {
	position: absolute;
    text-align: center;
    font-size: 13px;
    left: 1.4%;
    bottom: 9px;
    max-width: 60%;
    color: #FFF;
    background-color: rgba(34, 34, 34, 0.8);
    padding: 7px 16px;
    opacity: 1;
}	


/*--------------------------------------------------------------------*/
/*                    												  
/*                       POST COMMENTS GALORE			      		  
/*                    												
/*--------------------------------------------------------------------*/
/* LAYOUT */
/* LAYOUT */
#comments .ten.columns.push-two,
li.comment div.three.columns, 
.eight.columns.sidebar-right.mobile-four.clearfix {
    padding: 0px!important;
}	
 
#comments .nine.columns.push-three, 
#comments .seven.columns.push-three,    
li.comment div.nine.columns {
	padding: 5px;
}  
	
	  
/*--------------------------------------------------------------------*/
/*	COMMENTS GENERAL
/*--------------------------------------------------------------------*/ 
#comments { 
	clear: both; 
	float: left;
	padding-top: 70px;
	width: 100%;
}
	
#comments h5 {
	margin-bottom: 0px;
}
	
#comments .twelve {
	padding-top: 80px;
}
	
#comments ol {
	list-style: none;
}
 
#reply-title {
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 20px;
}	

.logged-in #reply-title {
    margin-bottom: 30px;
}
    
.commentlist {
	margin: 0 0 40px;
	list-style-type: none;
}

.comment { 
	clear: both;
}

.pinglist {
 	margin: 20px 0 40px 30px;
 	list-style-type: disc;
}

#comments-list {
	padding-bottom: 70px;
	float: left;
	width: 100%;
}

#login span a,  
#login span {
	font-weight: normal;
	font-style: normal;
}  

  

	        
/*--------------------------------------------------------------------*/
/*	COMMENT META / AVATAR
/*--------------------------------------------------------------------*/ 
.comment-avatar {
	float: left;
	height: 60px;
	width: 60px;
	margin: 37px 0 0 0;        
}

.comment-avatar img  { 
	height: 60px;
	width: 60px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;     
}

.comment-author {
	margin-top: 25px;
}
	
.comment:first-child .comment-author {
	margin-top: 0px;
}

.children .comment:first-child .comment-author {
	margin-top: 25px;
}
			
.comment-author cite {
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.logged-in-as a:hover,
.comment-meta a:hover,
.comment-author a:hover { color: #FC6666; }

.comment-meta, 
.comment-meta a {
	font-weight: normal;
	margin-bottom: 2px;
	text-decoration: none;
}

span.meta-sep {
	padding: 0px 6px;
}
	
/* POST AUTHOR */	
.bypostauthor {}


/*--------------------------------------------------------------------*/
/*	COMMENT BODY
/*--------------------------------------------------------------------*/ 
.comment-body p { 
	padding-bottom: 40px;
    border-bottom: 1px solid #E8EAEE;
}

.comment-body ul { list-style-type: disc; }

.comment-body ol { list-style-type: disc; }

.children { 
	list-style-type: none; 
	margin: 25px 0 0px 0px;
}

.children .comment {
	margin-bottom: 0px;
}
	
.children .comment-body p,
.children .comment-meta,
.children .comment-author cite,
.children .comment-awaiting-moderation {
	margin-left: 45px;
}
	
.nocomments {
	text-align: center;
	padding: 20px;
}



/*--------------------------------------------------------------------*/
/*	CANCEL / REPLY COMMENT
/*--------------------------------------------------------------------*/
#cancel-comment-reply-link {
	color: #CE6464;
	float: right;   
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 13px;  
	text-transform: uppercase;
}

#cancel-comment-reply-link:hover { 
	color: #a52525;
}
	
.comment-awaiting-moderation {
	font: normal normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #62696E;
	text-transform: uppercase;
}
		


/*--------------------------------------------------------------------*/
/*	COMMENT FORM ADJUSTMENTS
/*--------------------------------------------------------------------*/
#respond form label {
	display: none;
}
	
.comment #respond { 
	margin: 0px 0 50px 227px;
	padding-top: 20px;
}
	
.children #respond {
	margin-left: 273px;
}	

#commentform input[type="text"], 
#commentform input[type="password"], 
#commentform input[type="date"], 
#commentform input[type="datetime"], 
#commentform input[type="email"], 
#commentform input[type="number"], 
#commentform input[type="search"], 
#commentform input[type="tel"], 
#commentform input[type="time"], 
#commentform input[type="url"] { 
	margin-bottom: 14px;
	width: 60%;
}  

#commentform textarea {
    margin-bottom: 14px;
 }	
    	
#respond .button, 
#respond button.button, 
#respond .button[type="submit"] { 
	margin-bottom: 20px; 
}

#commentform p { 
	line-height: 20px; 
}

.form-submit input[type="submit"] {
	float: right;
	padding: 14px 18px;
	-webkit-appearance: none; 	
 	text-transform: uppercase;
}
	
#commentform textarea { 
	min-height: 224px;
	height: 224px;
}
		
.logged-in #comments.columns {
	float: none;
}		
	
.logged-in #respond .six {
	width: 100%;
	float: none!important;
}

.logged-in #commentform label {
	display: none;
} 

.logged-in-as {
	margin-top: -28px;
	margin-bottom: 13px;
}

.logged-in-as a {
	font-weight: normal;
	font-style: normal;
}	
	
	
	


/*--------------------------------------------------------------------*/
/*                    												  
/*                    AUDIO / VIDEO JPLAYER STYLES 		  		  
/*                    												  
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*	JPLAYER BASE
/*--------------------------------------------------------------------*/	
div.jp-interface {
    background-color: #22272A;
    border: 1px solid #16151A;
	width:94%;
 	margin: 0 auto;
	height:39px;
	overflow:hidden;
	position:relative;		
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);
	   		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3);        
}

div.jp-interface { 
	margin:0 auto; 
	width: 94%;
	padding: 7px;
}

.entry-content-media-audio {
	position: relative;
}

div.jp-audio.fullwidth {
	position: absolute;
	bottom: 0px;
}
	
/* IF NO FEATURED IMAGE */	
.audio-no-feat div.jp-interface {
	width: 100%;
}	 
	
.audio-no-feat div.jp-progress {
	width: 71%!important;
}

.audio-no-feat {
	margin-top: 30px;
}

/* ICON SETUP */
div.jp-interface ul.jp-controls {
	border-right: 1px solid #000;
	-webkit-box-shadow: 1px 0 0 #363B3E;
	   -moz-box-shadow: 1px 0 0 #363B3E;
	        box-shadow: 1px 0 0 #363B3E;
}
	
a.jp-mute, 
a.jp-unmute, 
a.jp-volume-max { 
	position: relative; 
}

a.jp-mute, 
a.jp-unmute { 
	margin:0 75px 0 0; 
	border-left: 1px solid #363B3E;
	padding-left: 5px;
	-webkit-box-shadow: -1px 0 0 #000000;
       -moz-box-shadow: -1px 0 0 #000000;
	        box-shadow: -1px 0 0 #000000;
}
		
ul.jp-controls, 
div.jp-interface ul.jp-controls li {
	display:inline;
	float:left;
	margin-bottom: 0px;
	margin: -6px 0 0 0;
}
	
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent: 100%;
   	white-space: nowrap;
	overflow: hidden;
}
	
div.jp-interface ul.jp-controls a span {
	display:block;
	overflow: hidden;
}

ul.jp-toggles {
	float:right;
	margin-top: -6px;
}
	
ul.jp-toggles li a, 
ul.jp-toggles li a span {
	display:block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
	
ul.jp-toggles li a, 
ul.jp-toggles li a span,
a.jp-play span, 
a.jp-pause span,
a.jp-stop span {
	height:42px;
	width:33px;
}
	
		
/* BASE ICON POSITIONING */
a.jp-play span { 
	background:url(assets/images/jplayer.png) -3px 9px no-repeat; 
}

a.jp-pause span { 
	background:url(assets/images/jplayer.png) -3px -21px no-repeat; 
	display:none; 
}
		
a.jp-mute span { 
	background:url(assets/images/jplayer.png) 0px -87px no-repeat; 
}
	
a.jp-unmute span { 
	background:url(assets/images/jplayer.png) -3px -57px no-repeat; 
	display: none;
}	

a.jp-pause:hover span,
a.jp-stop:hover span,
a.jp-mute:hover span,
a.jp-unmute:hover span,
a.jp-play:hover span { opacity: .7; }


/* PROGRESS BARS */	
div.jp-progress {
	background-color: #171A1D;	
	left: 56px;
	position: absolute;
	margin: 7px 0;
	width: 64.5%;
	height: 11px;
	-webkit-box-shadow: 0 1px 0 #363B3E;	
	   -moz-box-shadow: 0 1px 0 #363B3E;
		    box-shadow: 0 1px 0 #363B3E;
}
	
.format-audio div.jp-progress {
	width: 69%;
}

.fullwidth-layout div.jp-progress {
	width: 73.5%;
}
	
.fullwidth-layout .format-audio div.jp-progress {
	width: 73.5%;
}			
			
div.jp-seek-bar {
	width:0;
	height:100%;
	cursor:pointer;
}
	
div.jp-seeking-bg { 
	display: none; 
}
	
div.jp-volume-bar {
	background-color: #171A1D;
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	margin: 7px 0;
	width: 60px;
	height: 11px;
	-webkit-box-shadow: 0 1px 0 #363B3E;	
	   -moz-box-shadow: 0 1px 0 #363B3E;
		    box-shadow: 0 1px 0 #363B3E;          
}
	
div.jp-volume-bar { 
	right:15px; 
}

div.jp-play-bar,	
div.jp-volume-bar-value {
	background-color: #FC6666;
	height:11px;
	width:0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
		    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);        
}



/*--------------------------------------------------------------------*/
/*	AUDIO JPLAYER GENERAL
/*--------------------------------------------------------------------*/
div.jp-audio { 
	width:100%; 
}

	
div.jp-audio.fullwidth, 
div.jp-audio.fullwidth .jp-type-list-parent {
	bottom: 50px;
	height:0;
	position: absolute;
	width:100%;
}

.audio-no-feat div.jp-audio.fullwidth, 
.audio-no-feat div.jp-audio.fullwidth .jp-type-list-parent {
	bottom: 0px;
	height:0;
	position: absolute;
	width:100%;
}
			
.entry-content-media-audio.fullwidth {
	margin-bottom: 83px;
}
	
div.jp-audio-full {
	width:100%;
	height:100%;
	position:static !important;
	position:relative
}
	
div.jp-audio-full div.jp-jplayer {
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
	
div.jp-audio-full div.jp-gui {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
	
div.jp-audio-full div.jp-interface {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
}

div.jp-gui { 
	margin-top: 0px; 
}

div.jp-jplayer audio, 
div.jp-jplayer {
	width:0;
	height:0;
}

div.jp-jplayer {
	margin-bottom: -8px!important;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}	



/*--------------------------------------------------------------------*/
/*	VIDEO JPLAYER GENERAL
/*--------------------------------------------------------------------*/
div.jp-video div.jp-interface { 
	margin:0 0 0 0; 
	width: 99.9%;
}

div.jp-video.fullwidth, 
div.jp-video.fullwidth .jp-type-list-parent {
	width:101%;
	height:0;
	padding-bottom:56.3%;
	position:relative;
	margin-bottom: 60px;
}

.format-video .entry-content-media img {
	margin-bottom: -2px!important;
}




/*--------------------------------------------------------------------*/
/*                      					   					   
/*                       THEME FOOTER STYLES   	        	
/*                    								
/*--------------------------------------------------------------------*/       
#footer-container {
    background-color: #F0F0F0;
    padding: 100px 0;
    text-align: center;
}

#footer-container .main-menu{
	margin-bottom: 15px;
}		

#footer-container .main-menu li {
	display: inline-block;
	padding: 0 10px;
}		
	
#footer-container a:hover {
	color: #FC6666;
}
	

	
/*--------------------------------------------------------------------*/
/*                      					   					   
/*                         WIDGET STYLES   	        	
/*                    								
/*--------------------------------------------------------------------*/
.widget ul > li { list-style: none; }
.widget ul ul { margin: 0; padding: 0;	}
.widget li li { padding-left: 0; }
.widget li li ul { padding-left: 15px; }
.widget_rss li { margin: 0 0 18px 0; }
.widget .widget-title {
	padding-bottom: 10px;
} 
	
.sidebar .div-sep {
	margin: 40px 0 30px;
	height: 1px;
}
	
.post .div-sep {
	margin-top: 0px;
	padding-right: 10px;
}	
	
.div-sep {
	margin: 20px 0;
}	
	
.div-sep .divide {
	background-color: #E5E5E5;
	height: 1px;
	display: block;
}

.div-sep:last-child {
	display: none;
}	
			
/* DEFAULT WP WIDGETS */ 
.textwidget input[type='text'], 
.textwidget textarea { width: 100% !important; }
.textwidget a { color: #848484;}
.textwidget { line-height: 22px; }
	
.widget li {
	line-height: 25px;
}   
	
.widget li a {
	color: #848484;
}
	
.widget li a:hover {
	color: #FC6666;
}

/* CATEGORIES, ARCHIVES & RECENT POSTS WIDGETS */ 	
.widget_recent_entries li {
	margin-bottom: 10px;
}		

.post-date {
	display: block;
	font-size: 13px;
}	


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

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

.bean-pricing-table .table-mast { background-color: #22272A!important; }
.bean-pricing-table .table-mast:hover { background-color: #2E3336!important; }
.bean-pricing-table .pricing-column ul { background-color: #F0F0F0!important; }
.bean-pricing-table .pricing-column li.info:hover { color: #22272A!important; }
.bean-pricing-table .table-mast p { font-weight: normal; }
.bean-pricing-table .table-mast h6.price { margin-bottom: 5px!important; }

					
/*--------------------------------------------------------------------*/
/*	DRIBBBLE WIDGET
/*--------------------------------------------------------------------*/ 
.widget_bean-dribbble {
	margin-bottom: -7px;
}
	
.bean-dribbble-shots { 
	margin-left: -7px;
}

.bean-shot {
	float: left;
	margin: 0px 0px 7px 7px;
}

.bean-dribbble-shots img {
	border: 4px solid #E9ECEC;	
	height: 141px; 
	width: 188px;  	    	
}

.bean-dribbble-shots img:hover {
    border-color: #FC6666;
}
    
.bean-dribbble-shots a {
    height: 141px; 
	width: 188px;
	float: left; 
}
		

/*--------------------------------------------------------------------*/
/*  FLICKR WIDGET
/*--------------------------------------------------------------------*/ 
div.widget.bean_flickr { 
	float: none; 
}

.flickr-image-wrapper {
	 float: left;
	 margin-bottom: -7px;
	 margin-left: -7px;
}

.flickr_badge_image {
	border: 4px solid #E9ECEC;	
    float: left;
	margin: 0 0 7px 7px;        
}

.flickr_badge_image:hover {
	border-color: #FC6666;
}

.flickr_badge_image a { 
	float: left; 
	position: relative;  	         
}
			
.flickr_badge_image img {
	float: left;
	height: 63px;
	width: 63px;     
}

	
/*--------------------------------------------------------------------*/
/*  NEWSLETTER WIDGET
/*--------------------------------------------------------------------*/
.widget_bean_newsletter p {
    margin-bottom: 25px;
}

.widget_bean_newsletter input[type="email"] {
	margin-bottom: 6px;
}

.widget_bean_newsletter input[type="submit"] {
    font-size: 15px;
	line-height: 22px;
	padding: 8px 10px;
	width: 100%;  	      
}	

.widget_bean_newsletter h3.widget-title {
	padding-bottom: 20px!important;
}

	
/*--------------------------------------------------------------------*/
/*  SEARCH WIDGET
/*--------------------------------------------------------------------*/	
.widget_search form {
	margin-bottom: 0px;
}
	
.widget_search .searchform input[type="submit"]  { 
	display: none!important;
}

.sidebar .widget_search input[type="text"] {
    background-image: url(assets/images/forms.png);
    background-position: 100% 4px;
    background-repeat: no-repeat;
}	

.sidebar .widget_search input[type="text"]:focus {
	background-position: 100% -96px;
}
	
	
/*--------------------------------------------------------------------*/
/*	TAG CLOUD WIDGET
/*--------------------------------------------------------------------*/ 	
.tagcloud {
 	float: left;
 	margin-bottom: -4px;
 	margin-top: 7px;
}
 	
.tagcloud a {
	color: #FFF!important;
	float: left;
	font-size: 13px!important;
 	margin: 0px 4px 4px 0px;
	display: inline-block;
	padding: 5px 8px;
 	position: relative;
	text-transform: capitalize;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px; 
} 		        	        
 	
 	
/*--------------------------------------------------------------------*/
/*	TWITTER WIDGET
/*--------------------------------------------------------------------*/
#twitter_div ul { 
	margin: -8px 0 25px 0; 
}
	
#twitter_div li {
	font-variant: normal;
	padding: 10px 0px;
}
	
#twitter_div li:first-child {
	padding-top: 0px;
}

#twitter_div li:last-child {
	padding-bottom: 0px;
}
	
#twitter_div li span { 
	display: block; 
}

#twitter_div .button {
    font-size: 13px;
    padding: 8px 10px;
}
    
/* LINKS IN THE TWEETS */
#twitter_div li span a { 
	text-transform: none!important;
	font: normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important;
}
	
#twitter_div li a:hover,	
#twitter_div li span a:hover { 
	color: #FC6666!important;
}

/* TIME STAMP */
#twitter_div li a {
	text-transform: uppercase;
	font-size: 11px!important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



/*--------------------------------------------------------------------*/
/*                      					   					      
/*                        THEME ANIMATIONS     	        	      
/*                    												  
/*--------------------------------------------------------------------*/
/* BASE ANIMATION - ADD TO ANY ANIMATED OBJECTS */
.animated {
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	    -ms-animation-duration: 1s;
	     -o-animation-duration: 1s;
}

/* FADE IN -ALL PAGE CONTENT */
.BeanFadeIn {
	-webkit-animation-duration: .7s;
	   -moz-animation-duration: .7s;
	    -ms-animation-duration: .7s;
	     -o-animation-duration: .7s;
	-webkit-animation-delay: .3s;
	   -moz-animation-delay: .3s;
	    -ms-animation-delay: .3s;
	     -o-animation-delay: .3s;
	-webkit-animation-name: BeanFadeIn;
	   -moz-animation-name: BeanFadeIn;
	    -ms-animation-name: BeanFadeIn;
	     -o-animation-name: BeanFadeIn;
}
	
@-webkit-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-moz-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-o-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
			

/* BUTTON SHAKE - HEADER SEARCH AND NEWSLETTER WIDGET */	
.BeanButtonShake {
	-webkit-animation-delay: 5s;
	   -moz-animation-delay: 5s;
	    -ms-animation-delay: 5s;
	     -o-animation-delay: 5s;
	-webkit-animation-name: BeanButtonShake;
	   -moz-animation-name: BeanButtonShake;
	     -o-animation-name: BeanButtonShake;
	-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;         
}

@-webkit-keyframes BeanButtonShake {
	2%, 6%     {-webkit-transform: translateX(3px);	 }
	4%, 8%     {-webkit-transform: translateX(-3px); }
	10%, 100%  {-webkit-transform: translateX(0px);	 }
}
@-moz-keyframes BeanButtonShake {
	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 BeanButtonShake {
	2%, 6%     {-o-transform: translateX(3px);	 	 }
	4%, 8%     {-o-transform: translateX(-3px); 	 }
	10%, 100%  {-o-transform: translateX(0px);	 	 }
}
@keyframes BeanButtonShake {
	2%, 6%     {transform: translateX(3px);	 		 }
	4%, 8%     {transform: translateX(-3px); 		 }
	10%, 100%  {transform: translateX(0px);	 		 }
}	



/* BOUNCE IN FROM THE TOP - 404 Page ANIMATION */
.BeanBounceIn {
	-webkit-animation-delay: .5s;
	   -moz-animation-delay: .5s;
	    -ms-animation-delay: .5s;
	     -o-animation-delay: .5s;
	-webkit-animation-name: BeanBounceIn;
	   -moz-animation-name: BeanBounceIn;
	   -ms-animation-delay: BeanBounceIn;
	     -o-animation-name: BeanBounceIn;
}
	
@-webkit-keyframes BeanBounceIn {
	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 BeanBounceIn {
	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 BeanBounceIn {
	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 BeanBounceIn {
	0%   {opacity: 0; transform: translateY(-2000px);		}
	60%  {opacity: 1; transform: translateY(30px);			}	
	80%  {transform: translateY(-10px); 					}
	100% {transform: translateY(0);							}
}	
	
	
/* IE FIXES */  
.ie #respond form label { display: inline; }
	 		  
.lt-ie9 input[type="text"],
.lt-ie9 input[type="email"] { line-height: 36px; }

.lt-ie9 span.page-blog,	 
.lt-ie9 span.page-next,
.lt-ie9 #footer-container,
.lt-ie9 span.page-previous,
.lt-ie9 span.page-portfolio, 
.lt-ie9 #toTop,
.lt-ie9 #header-container {
	background-color: #F0F0F0;
	}
	
@-moz-document url-prefix() { 
  .single-portfolio .entry-content-media a {
     float: none;
  }
}	

.ie  .entry-content-media img {
	max-width: 80%;
	float: right;
}