/*----------------------------------------------------------------------
 
	Theme Name: 	Spruce
	Theme URI:      http://www.demo.themebeans.com/spruce
	Description: 	A practical journal WordPress Theme for practical people.
	Author:         ThemeBeans
	Author URI:     http://www.themebeans.com
	Version:        1.2.1
	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 / OVERLAY / NAVIGATION
 	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 
 
 ----------------------------------------------------------------------*/


@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700);


/*--------------------------------------------------------------------*/
/*                    												  
/*                     BODY & GENERAL DEFAULT BASE  		   		  
/*                    												  
/*--------------------------------------------------------------------*/
body {
	font: normal 17px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFF;
	color: #495962;
  	-webkit-font-smoothing: antialiased;
  }
  	
p {
  	font: normal 17px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	color: #495962;
 	margin-bottom:30px;
 	}
 
a {	
 	color: #22272A;	
 	-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; 
     }
 	
a:hover { 
	color: #FFCC02; 
	}
	
h1,	
h2,
h3,
h4,
h5,
h6,
p a { color: #22272A; font-weight: bold; }

 
h1 { 
	font: 40px/45px Raleway, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-weight: 400;
	letter-spacing: -1px; 
	}
	
h2 { font: 300 50px/55px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; letter-spacing: -1px;  }

h3 { 
	font-size: 16px;
	margin-bottom: 0px;
    line-height: 22px;
	}
	
h6 {
	font-size: 20px;
	margin-bottom: 10px;
	}
	
::selection { 
 	background: #F2F6F7;
 	text-shadow: none;
 	}
 	
code { 
 	color: ##22272A;
 	font: bold 16px/22px "Courier New", Courier, mono, sans-serif;
 	overflow: auto;
 	border-style: none;    
 	}
	
	
	
	
/*--------------------------------------------------------------------*/
/*                    												  
/*                  PRIMARY LAYOUT / SIDEBAR DEFAULTS 		   		  
/*                    												  
/*--------------------------------------------------------------------*/
#primary {
	padding: 70px 30px;
	}

.search-results #primary {
    padding: 0px;
    }
    
.archive #primary,
.blog #primary {
	padding: 70px 0 0 0;
	}
	
	
/*--------------------------------------------------------------------*/
/*	SIDEBAR STYLES 
/*--------------------------------------------------------------------*/
.sidebar {
    background-color: #F6F8FB;
    padding: 30px 31px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    }

.sidebar-right .sidebar {
    margin-left: 60px;
    }
    
.sidebar-left .sidebar {
    margin-right: 60px;
    }
        
.sidebar .widget .widget-title {
    color:#22272A;
    font-size: 14px;
    padding-bottom: 20px;
    text-transform: none;
    }	
		
.sidebar .widget {
	margin-bottom: 70px;
	}   

.sidebar .widget:last-child {
    margin-bottom: 2px;
    }
    
.sidebar,
.sidebar p {
	font-size: 15px;
	line-height: 24px;
	}

.sidebar .button {
	font-size: 13px;
	padding: 9px;
	}
	



/*--------------------------------------------------------------------*/
/*                    												  
/*                        FORM & INPUT STYLES    	         		  
/*                    												  
/*--------------------------------------------------------------------*/  
  
/* THEME BUTTONS */
.btn, 
.button, 
.more-link, 
.tagcloud a,
button.button, 	       
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background-color: #FFCC02;
	border: none;	  
	color: #FFF;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal bold 16px "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, 
.more-link: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: #2A3034;
    }
    
    
/*--------------------------------------------------------------------*/
/*	GENERAL THEME FORMS
/*--------------------------------------------------------------------*/
form { 
	margin-bottom: 20px; 
	}
 
fieldset legend { 
	color: #22272A;
	}
 
form label {
	color: #22272A;
	padding-top: 0;
	margin-bottom: 0;
	margin: 30px 0 5px 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18px;
 	}
         
form label.error {
     padding-top: 5px;
     width: 100%;
     display: none !important;
     }
  
span.required { 
	color: #CF5C46; 
	}  
	
.contact-submit input[type="submit"] {
	font-size: 16px;
	margin-top: 40px;
	padding: 13px 12px;
	-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;
	}
	
.form-errors ul ,
.form-errors ul li,
.form-error { 
	list-style: none;
	} 

.form-error-message {
	list-style: none;
	color: #F8F4F3;
	background-color: #CF5C46;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}
	
.form-error {
	color: #CF5C46;
	}	
	
input[type="password"].error, 
input[type="date"].error, 
input[type="datetime"].error, 
input[type="email"].error, 
input[type="number"].error, 
input[type="search"].error, 
input[type="tel"].error, 
input[type="time"].error, 
input[type="url"].error,   
input[type="text"].error, 
input.error, 
textarea.error { 
	border-color: #CF5C46; 
	}
             
form .input {
     clear: none;
     display: inline;
     margin-bottom: 20px;
     }
     
input.input-text, 
textarea, 
select {
     display: block;
     margin-bottom: 18px;
     } 
 
select { 
	height: 28px; 
	}    
 	 
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 #BBC1CA;
	color: #A9ADB1;
	font: 15px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
	-webkit-font-smoothing: antialiased;
	-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);
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
		  	transition: all 0.1s ease-in-out;			
		}

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 #a9afb9;
	color: #22272A;
	}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	color: #22272A;
	border:1px solid #747b80;
	outline:none;
	-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);
	}
    
textarea {
	padding: 15px 20px;
	}
	
::-webkit-input-placeholder { 
	color: #96999D;
	}

:-moz-placeholder { 
	color: #96999D; 
	}

::-moz-placeholder { 
	color: #96999D;  
	}

:-ms-input-placeholder {  
	color: #96999D;  
	}	

.radio input[type="radio"], 
input[type="radio"],
.checkbox input[type="checkbox"],
input[type=checkbox]  {
	float: left;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 10px 7px 3px 0;
	line-height: normal;
	}

.contact-form .clear-form { clear: both; }

.contact-form select { margin-bottom: 13px; }

.contact-form input[type='radio'], 
.contact-form input[type='checkbox'] { float: none; }

.contact-form label.checkbox, 
.contact-form label.radio { 
	margin: 0px; 
	float: none; 
	color: #B6B6B6;
	display: inline-block;
	text-transform: none;
	font-size: 13px;
	line-height: 22px;
	}

.textwidget input[type='text'], 
.textwidget textarea { width: 100% !important; }
.textwidget a { color: #FFF; }
.textwidget { line-height: 24px; }



/*--------------------------------------------------------------------*/
/*	UI TO TOP
/*--------------------------------------------------------------------*/
#toTop {
	background: url(assets/images/sprite.png) 79px -34px #FFCC02;
	bottom: -10px;
	color: #86888A;
	display:none;
	height:40px;
	position:fixed;
	right:30px;
	width:60px;   
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0; 
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	   -moz-animation-duration: .3s;
	    -ms-animation-duration: .3s;
	     -o-animation-duration: .3s;
	        animation-duration: .3s;
	-webkit-animation-name: BeanBounceUp;
	   -moz-animation-name: BeanBounceUp;
	     -o-animation-name: BeanBounceUp;
	        animation-name: BeanBounceUp;          
	}

#toTop:hover { 
	bottom: 0px;
	}
	
	
	
	
	
/*--------------------------------------------------------------------*/
/*                    												  
/*             THEME HEADER / OVERLAY / DROP-IN NAVIGATION  			   		  
/*                    												  
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*	HEADER OVERLAY
/*--------------------------------------------------------------------*/	
#overlay {
	display: none;
	position: relative;
	z-index: 999;	
	}
	
.overlay-container {
	background-color: #2A3034;
	padding: 30px;
	}
	
.overlay-container p {
	color: #FFF;
	font-family: "Raleway", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 27px;
	}

.overlay-container a { 
	color: #FFCC02;
	font-weight: bold;
	}

.overlay-container a:hover { 
	color: #FFF;
	}	
	
/* OVERLAY CONTROLS */	
.overlay-controls {
	position: relative;
	overflow: visible;
	z-index: 99;
	}

.overlay-controls a {
    background-color: #FFCC02;
    height: 30px;
	position: absolute;
	right: 35px;
	top: 0px;
	width: 60px;
    -webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;  
	-webkit-transition: .2s ease-in-out;
	   -moz-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out; 	   
		 -o-transition: .2s ease-in-out;
	        transition: .2s ease-in-out;           
    }
    
.overlay-controls a:hover {
    background-color: #2A3034;    
    }
        
.trigger {
	background: url(assets/images/sprite.png) no-repeat -219px -35px;
	display: block;
	height: 30px;
	width: 60px;
	-webkit-transition: .2s ease-in-out;
	   -moz-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out; 	   
		 -o-transition: .2s ease-in-out;
	        transition: .2s ease-in-out; 
	}    

.overlay-controls .trigger.open {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
    	    transform: rotate(180deg);
    }  
    
    
    
/*--------------------------------------------------------------------*/
/*	HEADER NAVIGATION / TOP BAR
/*--------------------------------------------------------------------*/	
#header-dropin { display: none; position: fixed; top: 0; right: 0; }

#header-dropin {
	background-color: #2A3034;
	float: left;
	padding: 15px 50px 0px;
	width: 100%;
	z-index: 1039;	
	}

.logged-in #header-dropin {
	top: 28px;
	}
	
#header-dropin .main_menu {
	margin-top: 0px;
	}	
	
#header-dropin .logo-uploaded {
	margin-bottom: -8px;
	}	
	
#header-dropin h1.logo_text {
	font-size: 40px;
	}	
#header-dropin .main-menu > li {
	padding-bottom: 30px;
	}	
	
#header-dropin .main-menu a {
	border: none;
	}

#header-dropin .main-menu .sub-menu {
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
}
	
	
/*--------------------------------------------------------------------*/
/*	LOGO & BRANDING
/*--------------------------------------------------------------------*/
.logo {
	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 { 
	-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-uploaded { 
	max-width: none;
	}
	
.logo_text { 	
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -.08em;
    -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,
.logo_text:hover {
	opacity: .6;
	} 
	

/* THE BIG HEADER TAGLINE */
.branding {
	margin: 40px 0px 15px;
	}
	
.branding h1 {
	color: #FFF;
	font-size: 50px;
	line-height: 60px;
	}


/*--------------------------------------------------------------------*/
/*	HERO / MAIN HEADER
/*--------------------------------------------------------------------*/
#header-container {
	padding: 65px 30px 55px;
	z-index: 1!important;
	}
		
	
/*--------------------------------------------------------------------*/
/* HEADER NAVIGATION
/*--------------------------------------------------------------------*/
/* DEFAULTS */
.main_menu {
	float: right;
	margin-top: -5px;
	}
		
.main-menu, .main-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.main-menu li {
	position: relative;
	}
	
.main-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	}
	
.main-menu > li {
	float: left;
	margin-left: 35px;
	position: relative;
	padding-bottom: 9px;
	}
	
.main-menu li:hover > ul,
.main-menu li.sfHover > ul {
	display: block!important;
	}

.main-menu a {
	display: block;
	position: relative;
	}
	
.main-menu ul ul {
	top: 0;
	left: 100%;
	}


/* PRIMARY NAVIGATION */
.main-menu {
	float: right;
	}
	
.main-menu ul {
	min-width: 10em; 
	*width: 12em; 
	}

.main-menu a {
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.main-menu a {
	border-top: 5px solid rgba(42, 50, 59, 0);
	color: #FFF;
	display:block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	text-transform: uppercase;
	}
	
.main-menu a:hover,
.main-menu > .current_page_item > a,
.main-menu > .current_page_item > a:hover {
	color: #FFF;
	border-color: #FFCC02;
	}		

.main-menu li {
	white-space: nowrap; 
	*white-space: normal; 
	}


/* HOVER CSS */
.main-menu li {
	-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;
	}
	
ul.main-menu:hover > li  { 
	opacity: .5; 
	}

ul.main-menu:hover > li:hover { 
	opacity: 1.0; 
	}	
	
ul.main-menu:hover .current_page_item > a {
	border-color: rgba(42, 50, 59, 0);
	}	
	
ul.main-menu:hover .current_page_item > a:hover {
	border-color: #FFCC02;
	}		
	

/* DROP DOWN STYLING */
.main-menu .sub-menu {
    background-color: #161a1c;
    padding: 0 15px;
    z-index: 999;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);        
	   -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); 	
			     
    }

.main-menu .sub-menu li {
	border-bottom: 1px solid #26292C;
	color: #979ea3;
	padding: 5px 0;

 	}
 	 	
.main-menu .sub-menu li:last-child {
	border-bottom: none;
 	}
 	
.main-menu .sub-menu li a:hover {
	color: #FFF;	
	}

.main-menu .sub-menu li a {	
	color: #A2AAB0;
	border-top: none;
	float: none;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0px;
	padding: 0px;
    text-transform: none;
    }
	


/*--------------------------------------------------------------------*/
/*                    												  
/*                          THEME TEMPLATES		         		  
/*                    												  
/*--------------------------------------------------------------------*/	
/* DEFAULT TEMPLATES */
.page-template .entry-content {
	margin-bottom: 15px;
	}
	
.page-template .entry-content figure {
	margin-bottom: 40px;
	}	 	


/*--------------------------------------------------------------------*/
/*	ARCHIVES TEMPLATE
/*--------------------------------------------------------------------*/
.archives h5 {
    margin-bottom: 10px;
    }
    
.archives-list ul {
	margin-bottom: 50px;
	} 	
	
.archives-list ul li a {
    color: #495962;
	} 		

.archives-list ul li a:hover {
    color: #FFCC02;
	}
		

/*--------------------------------------------------------------------*/
/*	SEARCH TEMPLATE 
/*--------------------------------------------------------------------*/
.search 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
/*--------------------------------------------------------------------*/ 
body.error404 {
	background-color: #22272A;
	}
	
.error404 #primary {
	padding: 10%;
	}	

.error404 h1.errorpage {
	font-size: 110px!important;
	margin: 5px 0 60px;
	letter-spacing: -3px;
	}		
	
/*.error404 h1 {
	color: #FFF;
	margin-bottom: 35px;
	margin-top: 20px;
	}

.error404 p {
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
    font-size: 20px;
    }*/
	
.error404 .btn { 
	background-color: #FFCC02;
	font-size: 16px;
	margin-top: 18px; 
	padding: 15px 20px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	} 

.error404 .btn:hover { 
	background-color: #FFF;
	color: #22272A!important;
	} 	
	
	
/*--------------------------------------------------------------------*/
/*	PORTFOLIO POST TYPE 
/*--------------------------------------------------------------------*/	
.page-template-page-portfolio-php #primary {
	padding-bottom: 25px;	
	}

.single-portfolio .entry-header,	
.single-portfolio .entry-content, 
.single-portfolio .entry-excerpt {
	margin-bottom: 30px;
	}

.portfolio-grid .post-thumb {
	margin-bottom: 15px;
	}	
	
.portfolio-meta.single.show-for-small {
	border-top: 1px solid #E8EAEE;
	margin-top: 40px;
	padding-top: 30px;
	}

ul.portfolio-meta-list span {
	color: #B0B8BD;
	font-size: 14px;
	text-transform: uppercase;
	}	
	
ul.portfolio-meta-list,
ul.portfolio-meta-list a {
	color: #B0B8BD;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0px;
	}
	
ul.portfolio-meta-list  a.post-edit-link {
	font-size: 14px;
	text-transform: uppercase;
	}

ul.portfolio-meta-list a:hover {
	color: #FFCC02;
	}
	
.portfolio-grid article {
	margin-bottom: 50px;
	}

.portfolio-grid-meta {
	line-height: 22px;
	text-align: center;
	}

.portfolio-category span.cat-sep:last-child {
	display: none;
	}
		
.portfolio-category, 
.portfolio-category a {
	color: #B0B8BD;
	font-size: 14px;
	}

.portfolio-category a:hover {
	color: #22272A;	
	} 
	
.single-portfolio .pagination {
	border-top: 1px solid #E8EAEE;
	padding-top: 35px;
	}	
	
		
/*--------------------------------------------------------------------*/
/*                    												  
/*                BLOGROLL (POST FORMATS & BLOG PAGE)          		  
/*                    												  
/*--------------------------------------------------------------------*/
/* BIG FIRST POST ON INDEX */  
.first-post  {
	padding: 0 30px 50px;
	}
	
/* LISTS ON POSTS - ALTERNATING BACKGROUND COLORS */  	
.posts-list {
	color: #A0AAB0;
	font-size: 15px;
	width: 100%;
	}
	
.posts-list h1 {
	font-size: 34px;
	}
	
.posts-list section.type-post {
	min-width: 100%;
	line-height: 45px;
	padding: 30px;
	}
	
.search-results #primary .posts-list section.type-post.odd,	
.posts-list section.type-post.even {
	background-color: #F6F8FB;
	}

.search-results #primary .posts-list section.type-post.even {
    background-color: #FFF;
    }

	
/*--------------------------------------------------------------------*/
/*	LOAD MORE POSTS  
/*--------------------------------------------------------------------*/	
#load-posts {
    background-color: #f6f8fb;
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 34px 0;
    position: relative;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-in-out;
       -moz-transition: background-color 0.2s ease-in-out;
    	-ms-transition: background-color 0.2s ease-in-out;
    	 -o-transition: background-color 0.2s ease-in-out;
    }

#load-posts:hover {
    background-color: #FFCC02;
    color: #FFF;
    }

#load-posts:hover .spinner-icon {
    background-position: -237px -240px;
    }

/* ACTUAL ICON INSIDE THE BASE */  
.spinner-icon {
    display: inline-block;
    height: 22px;
    width: 24px;
    background: url(assets/images/sprite.png) -138px -240px no-repeat;
    top: 38px;
    }
     
/* BASE FOR THE LOADING SPINNER */    
#load-icon-base {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 38px;
    }

/* SPIN ANIMATION */  
#load-icon-base.active  {
    -webkit-animation: BeanSpinner 1s infinite linear;
       -moz-animation: BeanSpinner 1s infinite linear;
        -ms-animation: BeanSpinner 1s infinite linear;
         -o-animation: BeanSpinner 1s infinite linear;
            animation: BeanSpinner 1s infinite linear;

    }

@-ms-keyframes BeanSpinner {
    from { -ms-transform: rotate(0deg);   }
    to   { -ms-transform: rotate(360deg); }
    }
@-moz-keyframes BeanSpinner {
    from { -moz-transform: rotate(0deg);   }
    to   { -moz-transform: rotate(360deg); }
    }
@-webkit-keyframes BeanSpinner {
    from { -webkit-transform: rotate(0deg);   }
    to   { -webkit-transform: rotate(360deg); }
    }
@keyframes BeanSpinner {
    from { transform:rotate(0deg);   }
    to   { transform:rotate(360deg); }
    }

	  
/*--------------------------------------------------------------------*/
/*	POST PAGINATION (SINGLE)
/*--------------------------------------------------------------------*/ 	
.pagination {
    margin: 30px 0;
    }

.pagination a {
	display: inline-block;   
	width: 32px;
	height: 32px;  
	background-image: url(assets/images/sprite.png);  
	}
 
span.page-previous a {
	background-position: -134px -34px; 
	background-repeat: no-repeat; 
	}
	
span.page-next a { 
	background-position: -34px -34px;
	background-repeat: no-repeat;
	}

span.page-blog a { 
	background-position: -134px -134px; 
	background-repeat: no-repeat;
	}
	
span.page-blog,	 
span.page-next,
span.page-previous {
	background-color: #FFCC02;
	display: inline-block;   
	width: 32px;
	height: 32px;    
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
		    border-radius: 3px; 
	-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;	    
	}

span.page-blog:hover,	
span.page-next:hover,
span.page-previous:hover {
	background-color: #22272A;
	}
	
span.page-next.inactive,
span.page-previous.inactive,
span.page-next.inactive:hover,
span.page-previous.inactive:hover,
span.page-previous.inactive a:hover,
span.page-next.inactive a:hover {
	cursor: default;
	}		


/*--------------------------------------------------------------------*/
/*	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 ARROWS */
.bean-direction-nav {
	display: inline-block; 
	*display: inline;
	font-size: 15px;
    margin: 8px 0 0px;
    padding-bottom: 10px;
	width: 100%;
	zoom: 1; 
	}
	
.bean-direction-nav a {
	color: #B0B8BD;
	display: block;
    }

.bean-direction-nav a:hover {
	color: #FFCC02;
	}
	
a.bean-prev {
	float: left;
	}	

a.bean-next {
    float: right;
	}		
	
 
/*--------------------------------------------------------------------*/
/*	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	   		  		      
/*                    												  
/*--------------------------------------------------------------------*/
.five.columns.post-head {
	padding-right: 50px;
	}

.single-post .entry-content {
	border-bottom: 1px solid #E8EAEE;
	}

.entry-content,
.entry-content-media {
	width: 100%;
	}
		
/* POST META */
.entry-meta {
	margin: 22px 0 19px;
	}
	
.entry-meta,
.entry-meta a {
	color: #B0B8BD;
	font-size: 16px;
	}	

.entry-excerpt p {
	color: #8B9398;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 22px;
	}
	
a.post-edit-link {	
	color: #B0B8BD;
	font-size: 16px;
	}
	
.entry-meta a:hover,	
a.post-edit-link:hover {
	color: #22272A;
	}

.more-link { 
    background: url(assets/images/sprite.png) 62px -29px no-repeat #FFCC02;
    margin-top: 40px!important; 
    padding-right: 35px!important;
    width: 131px;
    display: block;
    }
	
.post-thumb {
    background: url(assets/images/post-thumb.png) 50% 50% no-repeat #FFCC02;
	margin-bottom: 40px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;		        
	}
	
.post-thumb a img {
    -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;
    }	
	
.post-thumb a img:hover {
    opacity: .1;
    }


/*--------------------------------------------------------------------*/
/*	ALTERNATE META DATA - SINGLE POST 
/*--------------------------------------------------------------------*/
.meta-alternate {
	border-top: 1px solid #E8EAEE;
	color: #B0B8BD;
	font-size: 16px;
	float: left;
	margin:0 0 30px;
	padding-top: 27px;
	width: 100%;
	}
	
.meta-alternate a {
	background-color: #F6F8FB;
	color: #B0B8BD;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	margin: 4px 4px 0 0;
	padding: 0px 5px;
	text-transform: lowercase;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;		
	}

.meta-alternate a:hover {
	color: #22272A;
	}
	
.meta-alternate ul {
	margin-bottom: 0px;
	}
	
.meta-alternate li.meta-list {
	margin-bottom: 25px;
	}
		
.meta-alternate li:last-child {
	margin-bottom: 0px;
	}
	
.single-share li,
.post-categories li {
	display: inline-block;
	}	
	
.single-share li {
	margin-top: 4px;
	}	
	
.single-share li.twitter-share {
	margin-right: -12px;
	}

.meta-list.single-share {
	-webkit-animation-duration: .3s;
	   -moz-animation-duration: .3s;
	    -ms-animation-duration: .3s;
	     -o-animation-duration: .3s;
	        animation-duration: .3s;
	-webkit-animation-delay: 3s;
	   -moz-animation-delay: 3s;
	    -ms-animation-delay: 3s;
	     -o-animation-delay: 3s;
	        animation-delay: 3s;
	-webkit-animation-name: BeanFadeIn;
	   -moz-animation-name: BeanFadeIn;
	     -o-animation-name: BeanFadeIn;
	        animation-name: BeanFadeIn;
	}


/*--------------------------------------------------------------------*/
/*	WORDPRESS DEFAULT STYLING
/*--------------------------------------------------------------------*/		
.single-post .entry-content img,
.single-post .entry-content img a {
	margin: 40px 0px 40px 0px; 
	}	
		
blockquote {
 	background: url(assets/images/blockquote.png) no-repeat 18px 33px;
 	margin: 40px 0;
 	padding: 25px 25px 23px 55px;
 	}
 
blockquote, 
blockquote p {
	color: #FFF;
	background-color: #2A3034;
	font: bold 17px/25px "Raleway", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	}

blockquote p {
	margin-bottom: 0px;
	}
	
blockquote a {
	color: #FFCC02;
	}	
	
blockquote a:hover {
	color: #FFF;
	}		
	
 /* 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; 
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;	
	}
 
.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-bottom: 40px;
	}

.entry-content img,
.comment-content img,
.widget img { 
	max-width: 100%; 
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	}

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 20px;
	}

.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: #eeeeee;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(34, 34, 34, 0.8);
    padding: 7px 16px;
    opacity: 1;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
	}	





/*--------------------------------------------------------------------*/
/*                    												  
/*                       POST COMMENTS GALORE			      		  
/*                    												
/*--------------------------------------------------------------------*/
/* LAYOUT */
.eight.columns.push-four {
    left: 30.7%;
    width: 69%;
    } 

#comments .ten.columns.push-two,
#comments .seven.columns.push-two,
li.comment div.two.columns, 
li.comment div.ten.columns {
    padding: 0px!important;
    }	
    
    
/*--------------------------------------------------------------------*/
/*	COMMENTS GENERAL
/*--------------------------------------------------------------------*/ 
#comments { 
	clear: both; 
	padding-top: 80px;
	width: 100%;
	}

#comments .twelve {
	padding-top: 80px;
	}
	
#comments ol {
	list-style: none;
	}
 
#reply-title {
	margin-bottom: 20px;
	}	

.logged-in #reply-title {
    margin-bottom: 30px;
    }
    
.commentlist {
	margin: 0 0 40px;
	list-style-type: none;
	}

.comment { 
	margin-bottom: 10px; 
	clear: both;
	}

.pinglist {
 	margin: 20px 0 40px 30px;
 	list-style-type: disc;
 	}

#comments-list {
	padding-bottom: 80px;
	padding-top: 25px;
	float: left;
	width: 100%;
	}
	
#login span a,  
#login span {
	font-size: 14px;
	color: #9B9B9B;
	font-weight: normal;
	font-style: normal;
	}  

#login span a:hover { color: #22272A; }  

	        
/*--------------------------------------------------------------------*/
/*	COMMENT META / AVATAR
/*--------------------------------------------------------------------*/ 
.comment-avatar {
	float: left;
	height: 55px;
	width: 55px;
	margin: 10px 0 0 0;        
	}

.comment-avatar img  { 
	height: 55px;
	width: 55px;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	        border-radius: 100px;     
	}

.comment-author cite {
	color: #22272A;
	font: normal 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.comment-author a { color: #22272A; }

.comment-author a:hover { color: #FFCC02; }

.comment-meta, 
.comment-meta a {
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 2px;
	text-decoration: none;
	color: #B0B8BD;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.comment-meta a:hover { 
	color: #22272A; 
	}

#comments-list span.meta-sep {
	padding: 0px 10px;
	}
	
/* POST AUTHOR */	
.bypostauthor {}


/*--------------------------------------------------------------------*/
/*	COMMENT BODY
/*--------------------------------------------------------------------*/ 
.comment-body p { 
	padding-bottom: 30px;
    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: 10px 0 10px 0px;
	}

.children .comment-author cite {
	margin-left: 45px;
	}
	
.children .comment-body p,
.children .comment-meta {
	margin-left: 45px;
	}
	
.nocomments {
	text-align: center;
	padding: 20px;
	}



/*--------------------------------------------------------------------*/
/*	CANCEL / REPLY COMMENT
/*--------------------------------------------------------------------*/
#cancel-comment-reply-link {
	float: right;
	margin-top: -1px;
	background-color: #FFCBC3;
	padding: 5px;        
	color: #CE6464;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: normal;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px; 
	
	}

#cancel-comment-reply-link:hover { 
	background-color: #FFCBC3;
	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 110px;
	padding-top: 20px;
	}
	
.children #respond {
	margin-left: 155px;
	}	

#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"] {
    background: url(assets/images/sprite.png) no-repeat 113px -126px #FFCC02;
	padding: 14px 38px 14px 15px;
	-webkit-appearance: none;
	-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; 
	}
	
#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 {
	color: #B0B8BD;
	font-size: 15px;
	margin-top: -28px;
	}

.logged-in-as a {
	color: #B0B8BD;
	font-weight: normal;
	font-style: normal;
	}

.logged-in-as a:hover {
	color: #22272A;
	}	
	
	
	


/*--------------------------------------------------------------------*/
/*                    												  
/*                    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%!important;
	}	 
.audio-no-feat div.jp-progress {
	width: 65%!important;
	}

.audio-no-feat {
	margin-top: 65px;
	}


/* 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: 64%;
	}


.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: #FFCC02;
	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: 48px;
	height:0;
	position: absolute;
	width:100%;
	}
	
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:100%;
	height:0;
	padding-bottom:56.3%;
	position:relative;
	margin-bottom: 75px;
	}

.format-video .entry-content-media img {
	margin-bottom: -2px!important;
	}





/*--------------------------------------------------------------------*/
/*                      					   					   
/*                       THEME FOOTER STYLES   	        	
/*                    								
/*--------------------------------------------------------------------*/
.footer-container {
	background-color: #22272A;
	color: #79838A;
	font-size: 15px;
	padding: 90px 30px;
	}

.footer-container p {
	color: #79838A;
    font-size: 15px;
    line-height: 24px; 
    }
	
    
/* FOOTER WIDGET TOUCH-UPS */    
.footer-widgets.four.columns {
    padding: 0 30px;
    text-align: center;
    }

.footer-widgets.mid.four.columns {
    padding: 0 29px;
    }    

.footer-widgets.mid,
.footer-container .row {
    border-left: 1px solid #2A3034;
    border-right: 1px solid #2A3034;
    }

.footer-widgets .widget .widget-title {
    padding-bottom: 30px; 
    }

.footer-container .widget {
    margin-top: 60px;
    }

.footer-container .widget:first-child {
    margin-top: 0px;
    }

.footer-container .widget a {
	color: #FFF;
	}
	
.footer-container .widget a:hover {
	color: #FFCC02;
	}

/* FOOTER INPUTS & BUTTONS */  
.footer-container input[type="text"],
.footer-container input[type="email"], 
.footer-container textarea  {
    background-color: #2f363A; 
    border: 1px solid #191B1D;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

.footer-container input[type="text"]:focus, 
.footer-container textarea:focus,
.footer-container input[type="email"]:focus, 
.footer-container input[type="text"]:hover, 
.footer-container textarea:hover,
.footer-container input[type="email"]:hover   {
    background-color: #384044; 
    color: #FFF;
    border: 1px solid #191B1D;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }
      
.footer-container .btn:hover, 
.footer-container .more-link:hover, 
.footer-container .button:hover, 
.footer-container .tagcloud a:hover,
.footer-container button.button:hover, 
.footer-container .btn[type="submit"]:hover,
.footer-container .button[type="submit"]:hover,
.footer-container input[type="button"]:hover,  
.footer-container input[type="submit"]:hover {
    color: #22272A!important;
    background-color: #FFF;
    }
    
      
/*--------------------------------------------------------------------*/
/*	GLOBAL FOOTER TWITTER AREA
/*--------------------------------------------------------------------*/
.global-footer {
    background-color: #2A3034;
    padding: 50px 30px 45px;
    position: relative;
    }	
	
.global-footer h3.widget-title {
    color: #606263;
    padding-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
	}

.global-footer .widget-title a {
    color: #606263;
    }

.global-footer .widget-title a:hover {
    color: #FFF;
    }	
    
.global-footer #twitter_div {
	text-align: center;
	padding: 0px 60px;
	position: relative;
	}
	
.global-footer #twitter_div li {
	border-bottom: none;
	color: #FFF;
	font: normal 31px/40px "Raleway", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    padding: 0px;
	text-align: center;
	letter-spacing: -1px;
    }
    
.global-footer #twitter_div ul {
	margin: 0px;
	margin-top: -10px;
	}

.global-footer #twitter_div li span a {
	color: #FFCC02;
	display: initial;
	font-size: 28px!important;
	}

.global-footer #twitter_div li span a:hover {
	color: #FFF!important;
	}
	
.global-footer #twitter_div li a {
    display: none;
	}
    
.global-footer #twitter_div .button  {
	margin-top: 20px;
	margin-bottom: 45px;
	}
	
.global-footer .twitter-quote {
    position: absolute;
    height: 28px;
    top: 42%;
    width: 37px;
    background: url(assets/images/sprite.png) no-repeat;
    }	

.global-footer .twitter-quote.first {
    background-position: -231px -136px;
    left: 30px;
    }	

.global-footer .twitter-quote.last {
    background-position: -331px -136px;
    right: 30px;
    }	

/*--------------------------------------------------------------------*/
/*	FOOTER BOTTOM (COPYRIGHT AREA)
/*--------------------------------------------------------------------*/        
.footer-bottom {
    background-color: #2A3034;
    color: #FFF;
    font-weight: bold; 
    font-size: 13px;
    padding: 30px 0;
    text-transform: uppercase;
    }
 
.footer-bottom a {
    color: #FFF; 
    }
        
.footer-bottom a:hover {
    color: #FFCC02; 
    }   
    
.post-count {
    text-align: right;
    } 
    
span.count {
    background: #22272A;
    color: #FFF;
    display: inline-block;
    font: bold 14px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 22px;
    margin-right: 3px;
	text-align: center;
    width: 22px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;		
	}	
	
	


/*--------------------------------------------------------------------*/
/*                      					   					   
/*                         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 {
    color: #FFF;
	padding-bottom: 12px;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
    } 

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

/* DEFAULT WP WIDGETS */
.widget_text .widget-title {
    padding-bottom: 20px!important;
    }

.widget_text a:hover {
    color: #FFCC02;
    }    
    
.widget_recent_entries li {
	margin-bottom: 5px;
	}	

.post-date {
	color: #818D94;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	}	
	
.widget_recent_entries ul,	
.widget_nav_menu ul {
	line-height: 23px;
	}	
	
li.recentcomments {
	margin-bottom: 10px;
	}	
		
				
/*--------------------------------------------------------------------*/
/*	DRIBBBLE WIDGET
/*--------------------------------------------------------------------*/ 
.bean-dribbble-shots { 
	margin-left: -7px;
	}

.bean-shot {
	float: left;
	margin: 0px 0px 7px 7px;
	}

.bean-dribbble-shots img {
	height: 96px; 
	width: 128px;
	-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;          	
	}

.bean-dribbble-shots a {
    background: url(assets/images/dribbble.png) #FFCC02 no-repeat 50% 50%;
    height: 96px; 
	width: 128px;
	float: left; 
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	}
		
.bean-dribbble-shots img:hover {
    opacity: .1;
    }
    
    
    
/*--------------------------------------------------------------------*/
/*  FLICKR WIDGET
/*--------------------------------------------------------------------*/ 
div.widget.bean_flickr { 
	float: none; 
	}

.flickr-image-wrapper {
	 float: left;
	 margin-bottom: -7px;
	 margin-left: -7px;
	 }

.flickr_badge_image {
    background: url(assets/images/flickr.png) #FFCC02 no-repeat 50% 50%;
    float: left;
	margin: 0 0 7px 7px;  
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
    }

.flickr_badge_image a { 
	float: left; 
	position: relative; 
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;  	         
	}
		
.flickr_badge_image a:hover { 
	opacity: .1;
	}	
			
.flickr_badge_image img {
	float: left;
	height: 61px;
	width: 61px;    
	}
		

/*--------------------------------------------------------------------*/
/*	IMAGES WIDGET - 125x125px
/*--------------------------------------------------------------------*/
.widget_bean_125_images ul { 
	margin-left: -9px;
	}
	
.widget_bean_125_images li img { 
	float: left; 
	height: 125px;
	margin: 0 0px 10px 10px;	
	width: 125px;	
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;  
	}

	
	
/*--------------------------------------------------------------------*/
/*  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%; 
	-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;  	      
	}	

.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: url(assets/images/sprite.png) 193px -231px no-repeat #FFF;
    }	


	
/*--------------------------------------------------------------------*/
/*	TAG CLOUD WIDGET
/*--------------------------------------------------------------------*/ 	
.tagcloud {
 	float: left;
 	margin-bottom: -4px;
 	margin-top: 7px;
 	}
 	
.tagcloud a {
	float: left;
	font-size: 13px!important;
 	margin: 0px 4px 4px 0px;
	display: inline-block;
	padding: 5px 8px;
 	position: relative;
	text-transform: capitalize;
	} 		        	        
 	
 	
 	
/*--------------------------------------------------------------------*/
/*	TWITTER WIDGET
/*--------------------------------------------------------------------*/
#twitter_div ul { 
	margin: -8px 0 25px 0; 
	}
	
#twitter_div li {
	border-bottom: 1px solid #252A2C;
	font-variant: normal;
	line-height: 24px; 
	padding: 13px 0px;
	}
	
#twitter_div li:first-child {
	padding-top: 0px;
	}

#twitter_div li:last-child {
	border-bottom: none;
	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 { 
	color: #FFF;
	text-transform: none!important;
	font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important;
	}
	
#twitter_div li span a:hover { 
	color: #FFCC02!important;
	}

/* TIME STAMP */
#twitter_div li a {
	color: #4A4F53;
	text-transform: lowercase;
	font-size: 11px!important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

#twitter_div li a:hover { 
	color: #FFF; 
	} 


/*--------------------------------------------------------------------*/
/*	SOCIAL PROFILES WIDGET
/*--------------------------------------------------------------------*/
.bean-social-profiles ul {
	margin: 0 0 0 0!important; 
	width: 100%; 
	}   
		
.bean-social a {
	background: url(assets/images/social.png);
	height: 40px;
    float:left;
    margin: 0 2px 4px;
    width: 40px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;   
                         
	}

.sidebar .bean-social a:hover {
	background-color: #2A3034!important;
	}
	 	   
.bean-social.behance a 		{ background-position: -490px -69px; background-color: #006cff; }
.bean-social.delicious a 	{ background-position: -370px -69px; background-color: #0078b7; }
.bean-social.digg a 		{ background-position: -129px -69px; background-color: #00549c; }
.bean-social.dribbble a		{ background-position: -371px -9px; background-color: #f8619e; }
.bean-social.facebook a 	{ background-position: -70px -10px;  background-color: #4973d2; }
.bean-social.flickr a 		{ background-position: -70px -69px; background-color: #f759aa; }
.bean-social.forrst a 		{ background-position: -10px -69px; background-color: #758f67; }
.bean-social.foursquare a	{ background-position: -431px -69px; background-color: #1fb2df; }
.bean-social.github a 		{ background-position: -189px -69px; background-color: #3e78aa; }
.bean-social.googleplus a 	{ background-position: -130px -10px;  background-color: #0a9d35; }
.bean-social.linkedin a 	{ background-position: -190px -9px; background-color: #0b84c3; }
.bean-social.pinterest a 	{ background-position: -249px -70px; background-color: #eb5655; }
.bean-social.rss a 			{ background-position: -310px -9px; background-color: #fcae34; }
.bean-social.stumbleupon a 	{ background-position: -310px -69px; background-color: #f94e20;  }
.bean-social.twitter a 		{ background-position: -10px -10px;    background-color: #02b0e8; }
.bean-social.vimeo a 		{ background-position: -431px -10px; background-color: #9dc647; }
.bean-social.youtube a		{ background-position: -489px -8px; background-color: #f44220; }
.bean-social.zerply a 		{ background-position: -250px -9px; background-color: #abe06c; }
 
.bean-social.behance a:hover 	 { background-color: #00A3FF; }
.bean-social.delicious a:hover 	 { background-color: #0F94DA; }
.bean-social.digg a:hover 		 { background-color: #1C75C2; }
.bean-social.dribbble a:hover	 { background-color: #FF86B7; }
.bean-social.facebook a:hover 	 { background-color: #648CE7; }
.bean-social.flickr a:hover 	 { background-color: #FF89C6; }
.bean-social.forrst a:hover 	 { background-color: #87AF72; }
.bean-social.foursquare a:hover	 { background-color: #43C9F1; }
.bean-social.github a:hover		 { background-color: #4B8BC2; }
.bean-social.googleplus a:hover  { background-color: #20BD4E; }
.bean-social.linkedin a:hover 	 { background-color: #2CA3E0; }
.bean-social.pinterest a:hover 	 { background-color: #F07C7B; }
.bean-social.rss a:hover 		 { background-color: #F5BD66; }
.bean-social.stumbleupon a:hover { background-color: #FF7D5A; }
.bean-social.twitter a:hover 	 { background-color: #49D3FF; }
.bean-social.vimeo a:hover 		 { background-color: #B2DD58; }
.bean-social.youtube a:hover	 { background-color: #FF5F41; }
.bean-social.zerply a:hover 	 { background-color: #BBDF91; }




/*--------------------------------------------------------------------*/
/*                      					   					      
/*                        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;
	        animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	    -ms-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        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;
	        animation-duration: .7s;
	-webkit-animation-delay: .3s;
	   -moz-animation-delay: .3s;
	    -ms-animation-delay: .3s;
	     -o-animation-delay: .3s;
	        animation-delay: .3s;
	-webkit-animation-name: BeanFadeIn;
	   -moz-animation-name: BeanFadeIn;
	     -o-animation-name: BeanFadeIn;
	        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;
	        animation-delay: 5s; 
	-webkit-animation-name: BeanButtonShake;
	   -moz-animation-name: BeanButtonShake;
	     -o-animation-name: BeanButtonShake;
	        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;
	        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;
	        animation-delay: .5s;
	-webkit-animation-name: BeanBounceIn;
	   -moz-animation-name: BeanBounceIn;
	     -o-animation-name: BeanBounceIn;
	        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);							}
	}	


/* BOUNCE IN FROM BOTTOM */
.BeanBounceUp {
	-webkit-animation-duration: .5s;
	   -moz-animation-duration: .5s;
	    -ms-animation-duration: .5s;
	     -o-animation-duration: .5s;
	        animation-duration: .5s; 
	-webkit-animation-name: BeanBounceUp;
	   -moz-animation-name: BeanBounceUp;
	     -o-animation-name: BeanBounceUp;
	        animation-name: BeanBounceUp;
	-webkit-animation-delay: .3s;
	   -moz-animation-delay: .3s;
	    -ms-animation-delay: .3s;
	     -o-animation-delay: .3s;
	        animation-delay: .3s;
	}
@-webkit-keyframes BeanBounceUp {
	0% 	 { opacity: 0; -webkit-transform: translateY(100px); 	}
	100% { -webkit-transform: translateY(0); 					}
	}
@-moz-keyframes BeanBounceUp {
	0%   { opacity: 0; -moz-transform: translateY(100px); 		}
	100% { -moz-transform: translateY(0); 						}
	}
@-o-keyframes BeanBounceUp {
	0%   { opacity: 0; -o-transform: translateY(100px); 		}
	100% { -o-transform: translateY(0); 						}
	}
@keyframes BeanBounceUp {
	0%   { opacity: 0; transform: translateY(100px); 			}
	100% { transform: translateY(0); 							}
	}




/* BOUNCE IN FROM THE TOP - OVERLAY CONTROLS */
.BeanOverlayIn {
	-webkit-animation-delay: .5s;
	   -moz-animation-delay: .5s;
	    -ms-animation-delay: .5s;
	     -o-animation-delay: .5s;
	        animation-delay: .5s;
	-webkit-animation-name: BeanOverlayIn;
	   -moz-animation-name: BeanOverlayIn;
	     -o-animation-name: BeanOverlayIn;
	        animation-name: BeanOverlayIn;
	}
	
@-webkit-keyframes BeanOverlayIn {
	0%	 {opacity: 0;-webkit-transform: translateY(-2000px);}		
	100% {-webkit-transform: translateY(0);					}
	}
@-moz-keyframes BeanOverlayIn {
	0% 	 {opacity: 0; -moz-transform: translateY(-2000px);	}			
	100% {-moz-transform: translateY(0);					}
	}
@-o-keyframes BeanOverlayIn {
	0%   {opacity: 0; -o-transform: translateY(-2000px);	}
	100% {-o-transform: translateY(0);						}
	}
@keyframes BeanOverlayIn {
	0%   {opacity: 0; transform: translateY(-2000px);		}
	100% {transform: translateY(0);							}
	}
	
	
		
	
/* ERROR HINGE ANIMATION - ANIMATE.CSS */
.BeanErrorFall {
	-webkit-animation-name: BeanErrorFall;
	   -moz-animation-name: BeanErrorFall;
	     -o-animation-name: BeanErrorFall;
	        animation-name: BeanErrorFall;
	-webkit-animation-duration: 2s!important;
	   -moz-animation-duration: 2s!important;
	    -ms-animation-duration: 2s!important;
	     -o-animation-duration: 2s!important;
	        animation-duration: 2s!important;
	-webkit-animation-delay: 2s;
	   -moz-animation-delay: 2s;
	    -ms-animation-delay: 2s;
	     -o-animation-delay: 2s;
	        animation-delay: 2s;
	}
	
@-webkit-keyframes BeanErrorFall {
	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
	100% { -webkit-transform: translateY(700px); opacity: 0; }
	}
@-moz-keyframes BeanErrorFall {
	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
	100% { -moz-transform: translateY(700px); opacity: 0; }
	}
@-o-keyframes BeanErrorFall {
	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
	100% { -o-transform: translateY(700px); opacity: 0; }
	}
@keyframes BeanErrorFall {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
	}	

	


/*--------------------------------------------------------------------*/
/*                    												  
/*                      OTHER BROWSER TOUCH UPS 		   		  
/*                    												  
/*--------------------------------------------------------------------*/	
/* IE FIXES */  
.ie .bean-dribbble-shots img,
.ie .bean-dribbble-shots a,
.lt-ie9 .bean-dribbble-shots img,
.lt-ie9 .bean-dribbble-shots a  {
 	height: 94px; 
 	width: 123px;
	}	
	   
.lt-ie9 .widget_bean_125_images ul { margin-left: -5px; }	   
.lt-ie9 .widget_bean_125_images li img { height: 120px; margin: 0 0px 5px 5px; width: 120px; }
 	
.ie .flickr_badge_image img { height: 58px; width: 58px; }
 
.ie #respond form label { display: inline; }
	 		  
.lt-ie9 input[type="text"],
.lt-ie9 input[type="email"] { line-height: 36px; }

/* HIDE in IE8 */ 
.lt-ie9 #overlay { display: none!important; margin-top: 0px!important; }

.ie .sidebar .widget_search input[type="text"],	
.lt-ie9 .sidebar .widget_search input[type="text"] { background-position: 178px -231px; }	   

.ie .posts-list h1 { font-size: 30px;}
.ie .more-link { padding: 11px 7px 10px; } 

.lt-ie9 .more-link { padding: 6px 7px 6px; } 

/* POSITION TRANSITION INSTEAD - NO CSS ANIMATION */ 
.ie .overlay-controls .trigger.open { background-position: -320px -36px; }  


/* OPERA FIXES */ 
.opera .more-link { padding-top: 11px; padding-bottom: 11px; }


/* FF FIXES */ 							
@-moz-document url-prefix() { .more-link { padding: 11px 7px 10px; } }	