/*===================================================================
 
	Theme Name:     Pinto
	Theme URI:      http://demo.themebeans.com/pinto
	Author:         ThemeBeans
	Author URI:     http://themebeans.com
	Description:    A sweet and classic photoblog/journal theme.
	Version:        2.5
	Tags:           post-formats, theme-options, translation-ready, custom-menu, fluid-layout, responsive-layout, light, white, microformats
	Textdomain:     bean

	License: GNU General Public License version 3.0
	License URI:  http://www.gnu.org/licenses/gpl-3.0.html
	
/*===================================================================*/




/*===================================================================*/
/*
/* CSS RESET AND FRAMEWORK SETUP
/*
/*===================================================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;text-decoration:none;vertical-align:baseline}img{vertical-align:bottom}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}.clearfix::after{content:"";display:table;clear:both}.none{display:none}

/* GRID FRAMEWORK */
.row { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 80px; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -10px; }
.row:before, .row:after { content: ""; display: table; } .row:after { clear: both; }

.column, .columns { float: left; min-height: 1px; padding: 0 12px; position: relative; }
.columns .columns { padding: 0px; }
.columns .columns .columns { padding: 0px; } 
.column.centered, .columns.centered { float: none; margin: 0 auto; } 
[class*="column"] + [class*="column"].end { float: left; }

/* COLUMNS */
.one, .row .one 		{ width: 8.33333%;  }
.two, .row .two 		{ width: 16.66667%; }
.three, .row .three 	{ width: 25%; 		}
.four, .row .four 		{ width: 33.33333%; }
.five, .row .five 		{ width: 41.66667%; }
.six, .row .six 		{ width: 50%; 		}
.seven, .row .seven 	{ width: 58.33333%; }
.eight, .row .eight 	{ width: 66.66667%; }
.nine, .row .nine 		{ width: 75%; 		}
.ten, .row .ten 		{ width: 83.33333%; }
.eleven, .row .eleven 	{ width: 91.66667%; }
.twelve, .row .twelve 	{ width: 100%; 	}

/* IMAGES */
img, object, embed { max-width: 100%; height: auto; }
object, embed { height: 100%; }
img { -ms-interpolation-mode: bicubic; }

/* VISABILITY CLASSES */
.show-for-small { display: none!important; }
/* FLOATS */
.left { float: left; }
.right { float: right; }
.text-right {text-align: right;}
.text-centered {text-align: center;}

/* RESPONSIVE */
@media only screen and (max-width: 768px) { 
.row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
.row .row { }
.column, .columns { padding: 0px; } 
.column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
.column:after, .columns:after { clear: both; }
.row .mobile-two { width: 50% !important; float: left; padding: 0 30px; }
.row .mobile-two:last-child { float:left; }
.row .mobile-two.end { float: left; }
.row .mobile-four { width: 100% !important; float: left; }
.row .mobile-four.end { float: left; }  
}

/* SMALL DISPLAY TARGETS */
@media only screen and (max-width: 768px) { 
	.hide-for-small {
		display: none!important;
	} 
	.show-for-small { 
		display: block!important; 
	}
}




/*===================================================================*/
/*
/* BEGIN THEME CSS
/*
/*===================================================================*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { 
	background-color: #FFF;
	font: 16px/27px 'PT Serif', Georgia, serif;
	-webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5 { 
	font-style: normal;
	font-weight: normal;
}

h1, h2, h5 {
	font: 45px/50px "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: -1px; 
	text-transform: uppercase;
}

h2 { 
	font-size: 30px; 
	line-height: 35px; 
}

h3 { 
	font-size: 18px; 
	font-weight: 600;
	line-height: 23px;
	margin-bottom: 15px; 
}

h4, h4 p { 
	color: #B9C0C5!important; 
	font-size: 19px;
	font-weight: normal;  
	letter-spacing: -1px;
	line-height: 27px;
}

h5 { 
	font-size: 13px; 
	font-weight: normal; 
	letter-spacing: normal;
	line-height: 15px; 
	padding-bottom: 10px;
}
	
h6 {
	font: bold 13px/32px Helvetica, sans-serif;
	text-transform: uppercase;
}
 	
pre { 
	border-style: none;
	display: block; 
 	font: 15px/22px "Courier New", Courier, mono, sans-serif;
 	margin: 50px 0 50px 50px;
 	overflow: auto;
}

code { 
	background-color: #F5F5F6;
	color: #70706E;
 	font: 14px/22px "Courier New", Courier, mono, sans-serif;
 	padding: 1px 3px 3px 3px;
}	
	
	
	
	
/*===================================================================*/
/*                    												  
/* GLOBAL STYLES (ELEMENTS WITH THE SAME STYLES) 		   		  
/*                    												  
/*===================================================================*/
h1 a, 
blockquote, 
blockquote p,
textarea:focus, 
.comment-author a,
.author-description,
.comment-author cite,
input[type=text]:focus,
input[type=email]:focus,
h1,	h2, h3, h4, h5, h6,
input[type=password]:focus,
.widget_bean_recent_posts li h3 a,
.post-password-required .entry-content label { 
	color: #2B2625; 
}	

pre,
.nav-sep,	
.post-date,
.entry-meta,
#login span,
.logged-in-as,
.entry-meta a,
p.copyright a,
#login span a, 
.logged-in-as a,  
.entry-content li,
.entry-meta-after,
.widget_archive li,
.entry-meta-after a,
.widget_categories li,
.comment-awaiting-moderation,
#footer-container .copyright,
#header-container .main-menu a,
.search #searchform input[type="text"] {
	color: #AAB7B9;
}	

	
	

/*===================================================================*/
/*                    												  
/* FORM & INPUT STYLES    	         		  
/*                    												  
/*===================================================================*/  
.btn, 
.button, 
.tagcloud a,
button.button, 	       
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	border: none;	  
	border-radius: 3px; 
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font: italic 16px/27px 'PT Serif', Georgia, serif;
	font-weight: normal!important;
	margin: 1px 1px 4px 0; 
	outline: none;
	padding: 12px 18px;
	text-align: center;	     	
}

.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;
}
 
a.short-btn {
	color: #FFF!important
}


/*===================================================================*/
/* THEME FORMS
/*===================================================================*/
form label {
	color: #2B2625;
	cursor: pointer;
	display: block;
	margin-bottom: 7px;
}
  
span.required { 
	font-size: 22px!important;
	line-height: 10px;
}  

form input {
	clear: none;
    display: inline;
    margin-bottom: 20px;
}

input.input-text, 
textarea {
	display: block;
    margin-bottom: 18px;
} 

textarea { 
	padding: 9px 14px;
	height: 240px!important;
} 

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 { 
	background-color: #F5F5F6;
	border: 1px solid #F5F5F6;
	border-radius: 3px; 
	color: #818b92;
	font: 16px/27px 'PT Serif', Georgia, serif;
	font-style: italic !important;
	padding-left: 13px;
	height: 38px;
	width: 100%;
	outline: none;
	-webkit-appearance: none;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
textarea:focus { 
	border: 1px solid;
	color: #FFF;
}
	
/* 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; 
	box-shadow: 0 1px 2px rgba(182, 47, 21, 0.15); 
	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;
	     -o-animation-name: BeanButtonShake;            
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;
}
	
/* CONTACT FORM 7 COMPATIBILITY */
.wpcf7-form input[type="text"] {
	margin-top: 10px;
}

.wpcf7-not-valid-tip {
	background: none!important;
	border: none!important;
	color: #B62F15;
	left: 0!important;
	position: relative!important;
	top: -10px!important;
}

div.wpcf7-mail-sent-ok {
	background-color: #BFF395; 
	border: none!important;
	border-radius: 3px;
	color: #4C6802; 
}

div.wpcf7-spam-blocked,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	background-color: #FFE0D8; 
	border: none!important;
	border-radius: 3px;
	color: #F63C38;
}

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-form span {
	margin-top: -15px;
}

wpcf7-submit {
	padding: 8px 15px;
}	

div.wpcf7 img.ajax-loader {
	display: inline;
}	
	


	
/*===================================================================*/
/*                    												  
/* THEME HEADER  			   		  
/*                    												  
/*===================================================================*/
/*===================================================================*/
/* MAIN HEADER
/*===================================================================*/
.logo {
	margin-bottom: 5px;
}	

.logo h1 {
	display: inline-block;
}

/* PRIMARY NAVIGATION - STICKY ELEMENT */
#primary-nav {
	padding: 15px 0;	
}

#primary-nav.stuck {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 1px 0 7px rgba(74, 70, 69, 0.25);
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 999;
}

.logged-in.admin-bar #primary-nav.stuck {
	top: 32px;
}

/* MAIN HEADER */
#header-container {
	border-bottom: 1px solid #E2E2E2;
	padding: 7% 0;
	text-align: center;
}

#header-container .main-menu {
	font: 13px/15px "Lato", Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

#header-container .main-menu ul li {
	display: inline-block;
}

.nav-sep {
	display: inline-block;
	font-weight: normal;
	padding: 0 6px!important;
}

.main-menu > li > ul li .nav-sep,
.main-menu li:last-child .nav-sep {
	display: none;
	}

/* REQUIRED SUPERFISH STYLES */
.sf-menu, .sf-menu * {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sf-menu li {
	position: relative;
	white-space: nowrap;
}

.sf-menu ul {
	display: none;
	left: -12px;
	min-width: 10em;
	position: absolute;
	top: 100%;
	z-index: 999;
}

.sf-menu ul ul {
	margin-left: 13px;
	margin-top: -5px;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul { 
	display: block;
}

.sf-menu a {
	position: relative;
}

.sf-menu ul ul {
	left: 100%;
	top: 0;
}

/* DROPDOWN STYLES */
#header-container .main-menu .sub-menu li {
	border-bottom: 1px solid #423d3c;
	display: block;
	font-size: 12px;
	margin: 0 12px;
	padding: 6px 0;
	text-align: left;
}

#header-container .main-menu .sub-menu li:last-child {
	border-bottom: none;
} 

#header-container .main-menu .sub-menu {
	background: #2B2625;
	border-radius: 3px;
	margin-top: 5px;	
	padding: 3px 0;
}

#header-container .main-menu .sub-menu a:hover {
	color: #FFF!important;
}

/* DROP IN STUCK ADJUSTMENT */
#header-container .main-menu.stuck .sub-menu {
	border-radius: 0 0 4px 4px;
	margin-top: 15px;
}


/* HEADER TAGLINE */
#header-container .theme-tagline {
	margin: 25px 0 0;
}




/*===================================================================*/
/*                    												  
/* HIDDEN SIDEBAR PANEL 		   		  
/*                    												  
/*===================================================================*/ 
#theme-wrapper {
	background-color: #FFF;
	-webkit-transition: all .2s;
	   -moz-transition: all .2s;
		-ms-transition: all .2s;
		 -o-transition: all .2s;
}

#theme-wrapper.side-menu { 
 	-webkit-transform: translate3d(-320px, 0, 0); 
 	   -moz-transform: translate3d(-320px, 0, 0); 
 	   	-ms-transform: translate3d(-320px, 0, 0); 
 	   	 -o-transform: translate3d(-320px, 0, 0);
 	   	    transform: translate3d(-320px, 0, 0); 
}

#theme-wrapper.side-menu { 
	-webkit-transform: translate(-320px,0); 
	   -moz-transform: translate(-320px,0);
	 	 -o-transform: translate(-320px,0);
		    transform: translate(-320px,0);
}

/* MENU BUTTON */
.sidebar-btn {
	display: inline-block;
	position: absolute;
	right: 23px;
	top: 0px;
}

.sidebar-btn .menu-icon {
	background: url(assets/images/sprite.png) -82px -343px no-repeat;
	display: inline-block;
	height: 27px;
	position: absolute;
	top: 62px;
	width: 36px;
}

.sidebar-btn .menu-icon:hover,
.sidebar-btn .menu-icon.close {
	background-position: -82px -373px;
}  

/* HIDDEN SIDEBAR MAIN */
.hidden-sidebar { 
	background-color: #2B2625; 
	color: #A29B97;
	display: none;
	font-size: 15px;
	height: 100%; 
	line-height: 25px;
	overflow-y: auto; 
	padding: 60px 45px 45px; 
	position: fixed; 
	right: 0; 
	top: 0; 
	width: 320px; 
	z-index: -1; 
}

.logged-in .hidden-sidebar {
	padding-top: 90px;
}

.hidden-sidebar-inner {
	position: relative;
}

/* CLOSE BUTTON */
.close-btn {
	background: url(assets/images/sprite.png) -49px -295px no-repeat;
	border-radius: 3px;
	cursor: pointer;
	display: block;
	height: 32px;
	position: absolute;
	right: -35px;
	top: -42px;
	width: 32px;
}

.logged-in .close-btn {
	top: -37px;
}

.close-btn:hover {
	opacity: .5;
}

/* HIDDEN SIDEBAR MOBILE MENU */ 
.hidden-sidebar .main-menu {
	margin-bottom: 60px;
}

.hidden-sidebar .main-menu li a {
	background-color: #353332;
	border-radius: 2px;
	color: #A29B97!important;
	display: block;
	margin-bottom: 3px;
	padding: 3px 0 3px 10px;
}

.hidden-sidebar .main-menu li a:hover {
	background-color: #413E3D;
	color: #FFF!important;
}

.hidden-sidebar .widget ul.sub-menu {
	padding-left: 0px!important;
}
 
/* HIDDEN SIDEBAR WIDGET DEFAULTS */ 
.hidden-sidebar p {
	color: #A29B97;
}

.hidden-sidebar a, 
.hidden-sidebar .widget li a {
	color: #A29B97;
}  

.hidden-sidebar .widget a,
.hidden-sidebar .widget li a:hover,
.hidden-sidebar .widget .widget-title {
	color: #FFF;
}

.hidden-sidebar .button:hover {
	background-color: #FFF;
	color: #2B2625!important;
}

.hidden-sidebar input {
	background-color: #FFF;
	border: none!important;	
	border-radius: 2px!important;
	color: #76716E;
	font-size: 13px;
}

.hidden-sidebar input:focus {
	color: #2B2625;
}
	

/*===================================================================*/
/* UI TO TOP
/*===================================================================*/
#toTop {
	background: url(assets/images/sprite.png) -110px -292px #C2C2C2;
	border-radius: 3px;
	bottom: 20px;
	display:none;
	height:40px;
	position:fixed;
	right:20px;
	width:40px;  
}

#toTop:hover {
	background-color: #2B2625;
}

#toTop.hide {
	display: none!important;
}




/*===================================================================*/
/*                    												  
/* OTHER THEME TEMPLATES		         		  
/*                    												  
/*===================================================================*/	
#primary-container {
	margin: 0 auto;
	padding: 60px 0 80px;
}

.entry-content p {
	margin-bottom: 20px; 
}	

.entry-content ul, 
.entry-content ol {
	margin: 50px 0 50px 75px;
} 
 
.entry-content li {
	list-style: disc;
} 

.entry-content form ul {
	margin: 0px!important;
}

.entry-content form li {
	list-style: none;
}

.entry-meta.page {
	padding: 40px 0 30px;
	text-align: center;
}

.entry-meta.page.no-featured-img {
	background: none;
	margin: 0px;
	padding-top: 0px;
}


/*===================================================================*/
/* CONTACT TEMPLATE 
/*===================================================================*/
.page-template-template-contact-php .entry-content {
	text-align: center;
}

/* THE FORM */ 
#BeanForm {
	margin-top: 50px!important;
	text-align: left;
}

ul.bean-contactform li.six.name {
	float: left;
	padding-right: 10px;
}

ul.bean-contactform li.six.email {
	float: left;
	padding-left: 10px;
} 

ul.bean-contactform textarea {
	max-width: 100%;
} 

li.submit .button,
.form-submit input[type="submit"] {
	font-weight: 600;
	margin-top: 10px;
	padding: 12px 40px;
	-webkit-appearance: none; 	
}	

/* SUCCESS & FAIL ALERTS */
.page-template-template-contact-php .bean-alert {
	background-color: #f0f0f0;
	border-radius: 3px;
	color: #2A3034;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: -5px;
	margin-top: 30px!important;
	padding: 6px 10px!important;
	position: relative;
	text-align: center;
	}

.page-template-template-contact-php .bean-alert.fail { 
	background-color: #FFE0D8; 
	color: #F63C38;
}

.page-template-template-contact-php .bean-alert.success { 
	background-color: #BFF395; 
	color: #4C6802;
}


/*===================================================================*/
/* ARCHIVES TEMPLATE
/*===================================================================*/
.entry-content .archives-list ul {
	margin: 0 0 50px 0;
} 		

.archives-list {
	margin-top: 20px;
	text-align: center;
}
	
.archives-list ul li {
	list-style: none;
}	


/*===================================================================*/
/* SEARCH TEMPLATE 
/*===================================================================*/
.search .entry-content {
	text-align: center;
}

#searchform {
	position: relative;	
}

.search #primary-container #searchform input[type="text"] {
	background: none;
	border: none;
	font: 45px/55px "Lato", Helvetica, Arial, sans-serif;
	font-style: normal!important;
	font-weight: 300!important;
	height: 65px;
	letter-spacing: -1px;
	padding-left: 0px;
	text-transform: uppercase;
}

.search #primary-container #searchform input[type="text"]:focus {
	color: #2B2625;	
}

.search #primary-container #searchform .button[type="submit"] {
	background: url(assets/images/sprite.png) -62px -465px #FFF;
	display: inline-block;   
	height: 40px;  
	position: absolute;
	right: 0; 
	top: 10px;
	width: 40px;
}

.search #primary-container #searchform .button[type="submit"]:hover {
	background-position: -100px -465px;
}

.search .default_searchform.results {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.search .post-container {
	padding: 0;
}

.search .entry-meta {
	background: none;
	margin: 0px;
	padding-top: 0px;
}

.search .more-link {
	display: none;
}

.search #primary-container {
	padding-bottom: 35px!important;
}

.search #footer-container {
	margin-top: 0px;
}

	
/*===================================================================*/
/* 404 PAGE TEMPLATE
/*===================================================================*/	
.error404 #primary-container {
	padding: 10% 0;
	text-align: center;
}	

.error404 #footer-container {
	margin-top: 0px;
}




/*===================================================================*/
/*                    												  
/* BLOGROLL (POST FORMATS & BLOG PAGE)          		  
/*                    												  
/*===================================================================*/
.blog .post {
	text-align: center;
}

.post-container,
.nine.columns.centered {
	clear: both;
}

.post-container {
	padding: 0 65px;
}

/* CONTINUE READING LINK */
.more-link {
	display: block;
	margin: 45px auto 20px;
}


/*===================================================================*/
/* POST PAGINATION (SINGLE)
/*===================================================================*/
.pagination a {
	background: url(assets/images/sprite.png) no-repeat #C2C2C2; 
	border-radius: 3px;	       
	display: inline-block;   
	height: 40px;  
	width: 40px;
}

.pagination a:hover {
	background-color: #2B2625;       
}

span.page-previous a 		{ 
	background-position: -68px -516px;
}
span.page-next a 			{ 
	background-position: -92px -516px;
}

.pagination.index {
	clear: left;
	display: block;
	float: left;
	margin-top: -45px;
	position: relative;
	text-align: center;
	width: 100%;
}

/* STANDARD POST FORMAT */
h1.entry-title { 
	margin-bottom: 15px; 
}	

.format-standard .fluid-width-video-wrapper	{ 
	margin: 10px 0 5px 0px; 
}
			
/* IMAGE POST FORMAT */
.blog .format-image .entry-content {
	padding: 0 60px;
	text-align: center;
}

		
/*===================================================================*/
/* GALLERY POST FORMAT (FLEXSLIDER)
/*===================================================================*/
/* SLIDER BROWSER RESETS */
.bean-container a:active,
.post-slider a:active,
.bean-container a:focus,
.post-slider a:focus  {
	outline: none;
}

.slides {  
	list-style: none; 
	margin: 0; 
	padding: 0;
} 

/* 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;
	max-width: 100%; 
}

.loading .bean-viewport {
	max-height: 300px;
}

.post-slider .slides {
	zoom: 1;
}

.slides li img {
	margin-bottom: 0px!important;
}

/* SLIDER CLEARFIX */
.slides:after { 
	clear: both; 
	content: "."; 
	display: block; 
	height: 0;
	line-height: 0; 
	visibility: hidden; 
} 
	
html[xmlns] .slides { 
	display: block;
}
 
* html .slides { 
	height: 1%;
}

/* NO JAVASCRIPT FALLBACK */
.no-js .slides > li:first-child {
	display: block;
}

/* GALLERY POST FORMAT NAV */ 
.bean-direction-nav a {
    background: url(assets/images/sprite.png) no-repeat;
    height: 85px;
    opacity: 0;
    position: absolute;
    text-indent: -9999em;
    top: 45%; 
    width: 44px; 
}

a.bean-prev {
	background-position: -56px -58px;
	left: 50px;
}
 
a.bean-next {
	background-position: -56px -150px;
	right: 50px;
}

.bean-direction-nav a.bean-next:hover { 
	background-position: -100px -150px;
}

.bean-direction-nav a.bean-prev:hover { 
	background-position: -100px -58px;
} 

/* CAPTIONS */
.bean-image-caption,
.bean-slide-caption  {
	background-color: #222;
	background-color: rgba(34, 34, 34, 0.75);
	color: #FFF;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	right: 0px;
	padding: 10px 12px;
	position: absolute;
	text-align: center;
}




/*===================================================================*/
/*                    												  
/* SINGLE POST STYLES	   		  		      
/*                    												  
/*===================================================================*/
section.post {
	float: left;
	margin-bottom: 90px;
	width: 100%;
}
	
#primary-container section.post:last-child {
	margin-bottom: 0px;
}	

.single-post section.post {
	margin-bottom: 30px;
}

.post .entry-header {
	float: left;
	width: 100%;
}

.post h1.entry-title,
.search h1.entry-title {
	margin: 0 0 40px;
}

.archive .post,
.search .entry-meta,
.search h1.entry-title,
.single-post .entry-meta,
.single-post h1.entry-title {
	text-align: center;
}

/* POST META */
.entry-meta {
	background-color: #FFF;
	clear: both;
	float: left;
	font: 13px/15px "Lato", Helvetica, Arial, sans-serif;
	margin-top: -89px;
	padding: 40px 0 35px;
	text-transform: uppercase;
	width: 100%;
}

.format-video .entry-meta {
	margin-top: -15px;
}

.entry-meta ul li {
	display: inline-block;
}

.no-feat .entry-meta {
	margin-top: -60px;
}

.single-post .no-feat .entry-meta {
	margin-top: -30px;
}
 
/* ENTRY CONTENT AND MEDIA */ 
.entry-content-media{
	position: relative;
}

.entry-content,
.entry-content-media {
	display: block;
	float: left;
	width: 100%;
}		

/* BOTTOM OF POST ENTRY META */
.entry-meta-after {
	border-bottom: 1px solid #E2E2E2;
	clear: both;
	font-size: 15px;
	font-style: italic;
	padding-bottom: 90px;
}

.entry-meta-after li {
	margin-left: 30px;
	position:  relative;
	text-transform: capitalize;
}

.meta-icon {
	background: url(assets/images/sprite.png) -56px -263px no-repeat;
	display: inline-block;
	height: 16px;
	left: -30px;
	position: absolute;
	top: 4px;
	width: 16px;
}

.meta-icon.category { 
	background-position: -82px -263px;
}

.meta-icon.words 	{ 
	background-position: -128px -263px;
}

.meta-icon.tags 	{ 
	background-position: -105px -263px;
}

/* POST PASSWORD PROTECTED MODS */
.post-password-required .entry-content label {
	font: 18px "Open Sans", serif;
	font-weight: 600;
	margin-bottom: 20px;
}

.post-password-required .entry-content input[type="password"] {
	font-size: 20px!important;
	font-weight: bold!important;
	margin: 18px 0 0 0;
	text-align: left;
}

.nopassword {
	background-color: #FFE0D8; 
	border-radius: 3px;
	color: #F63C38;
	padding: 6px 10px;
	text-align: center;
}  
  
  
/*===================================================================*/
/* WORDPRESS DEFAULT STYLING
/*===================================================================*/
.single-post .entry-content img,
.single-post .entry-content img a {
	margin: 40px 0px 40px 0px; 
}	
	
blockquote {
 	margin: 50px 0;
}
 
blockquote, 
.entry-content blockquote p {
	font: 30px/35px "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: -1px; 
	text-align: center;
	text-transform: uppercase;
}

blockquote p {
	margin-bottom: 0px;
}

/* IMAGES */
.entry-content p img,
.content .gallery .gallery-icon img, 
.image-frame img, 
.attachment .post-box img,
.slider img {
 	background: transparent;
	display: block;
}
  	
.image-frame img, 
.attachment .post-box img,
.entry-content-media img,
.post-thumb img { 
	height: auto; 
}

.post-thumb {
	float: left;
	line-height: 10px;
	position: relative;
	width: 100%;
}
	
.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: 23px;
}

.entry-content img,
.comment-content img,
.widget img { 
	max-width: 100%; 
}

.entry-content img.size-full,
.entry-content img.size-large {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto; 
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}

img.alignleft {
	float: left;
}

img.alignright {
	display: block;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 13px;
}

.gallery { 
	float: left;
	margin: auto; 
	width: 100%;
}
	
.gallery-item {
	float: left;
	margin-left: 0;
	text-align: center;
}

#gallery-1 .gallery-item {
	float: left;	
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
	
.gallery-image {
	margin-left: 0;
}

.gallery-caption { 
	font-weight: bold;
	margin-left: 0;
}

.gallery-item .gallery-caption { 
	margin-bottom: 0 !important;
	padding-right: 12%; 
}

.wp-caption,
figcaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 10px 20px 20px 20px;
	text-align: center;
}
 
.wp-caption.aligncenter { 
	margin: 20px auto;
}

.wp-caption, 
.wp-caption img a, 
.wp-caption.aligncenter {
	max-width: 100%;
}

.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 {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

img#wpstats {
	display: none;
}
	
.sticky {}

/* SHORTCODE OVERRIDES */
.bean-tabs > li > a,
.bean-panel-heading p a {
	color: #2B2625; 
}

.tooltip {
	font-size: 14px;
}

p:empty { 
	display: none;
}


/*===================================================================*/
/* BEAN PLUGIN OVERRIDES
/*===================================================================*/
/* SOCIAL PLUGIN */
ul.bean_social_icons a { 
	line-height: 0!important;
}
 
ul.bean_social_icons { 
	margin-left: -7px; 
	margin-top: 8px;
}

ul.bean_social_icons li.bean_social_icon { 
	margin: 0 0 7px 7px!important;
}

/* PRICING TABLE PLUGIN */
.bean-pricing-table .table-mast { 
	background-color: #2B2625!important;
}




/*===================================================================*/
/*                    												  
/* POST COMMENTS GALORE			      		  
/*                    												
/*===================================================================*/	  
/*===================================================================*/
/* COMMENTS GENERAL
/*===================================================================*/
#comments { 
	clear: both; 
	float: left;
	padding-top: 80px;
	width: 100%;
}
	
#comments h2 {
	margin-bottom: 40px;
}
	
#comments ol {
	list-style: none;
}
 
#reply-title {
	clear: both;
	font-weight: 300!important;
	font: 30px/35px "Lato", Helvetica, Arial, sans-serif;
	letter-spacing: -1px; 
	margin-bottom: 35px;
	text-transform: uppercase;
}

.comment-extra {
	position: absolute;
	right: 0;
	top: 0;
}
 
.commentlist {
	list-style-type: none;
	margin: 0 0 40px;
}

.pinglist {
 	list-style-type: disc;
	margin: 20px 0 40px 30px;
}

#comments-list {
	float: left;
	padding-bottom: 100px;
	width: 100%;
}

#comments-list ol li {
	float: left;
	width: 100%;
}
	
#login span a,  
#login span {
	font-style: normal;
	font-weight: normal;
}  

/* COMMENT META / AVATAR */
.comment-avatar {
	border-radius: 2px; 
	float: left;
	height: 50px;   
	width: 50px;
}

.comment-avatar img  { 
	border-radius: 2px; 
	height: 50px;
	width: 50px;  
}

.comment-author {
	margin-top: -7px;
}
	
.comment-author cite {
	float: left;
	font: 16px/27px 'PT Serif', Georgia, serif;
	font-style: normal;
	margin-right: 5px;
	text-transform: none;
}

.comment-meta, 
.comment-meta a {
	font-size: 14px;
	font-style: italic;
}

.comment-meta, 
.comment-meta a, 
.author-tag a:hover,
.comment-meta .nav-sep {
	color: #76716E;
}

.author-tag {
	margin-right: 10px;
}

/* POST AUTHOR */	
.bypostauthor {}

/* COMMENT BODY */
.comment-body {
	border-bottom: 1px solid #f0f0f0;
	clear: both;
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.comment-body p { 
	padding-bottom: 25px;
}

.comment-body ul,
.comment-body ol { 
	list-style-type: disc;
}

.children { 
	float: left;
	list-style-type: none; 
	margin: -27px 0 0 0;
	width: 100%;
}

.children .ten.columns.mobile-four {
	padding-left: 10%;
}

.children .comment-avatar {
	margin-top: 30px;
}

.children .comment-author {
	margin-top: 20px;
}
	
.children .comment {
	margin-bottom: 0px;
}
	
.children li {
	border-bottom: none!important;
	padding-top: 0px!important;
}	
.nocomments {
	padding: 20px;
	text-align: center;
}

/* CANCEL / REPLY COMMENT */
#cancel-comment-reply-link {
	color: #CE6464;
	float: right;
	font: 14px/27px 'PT Serif', Georgia, serif;
	font-style: italic!important;  
	letter-spacing: normal;
	margin-top: 3px;
	text-transform: none;
	
}

#cancel-comment-reply-link:hover { 
	color: #a52525;
}
	
.comment-awaiting-moderation {
	font-size: 14px;
	font-style: italic; 
}

/* COMMENT FORM */
#respond form label {
	display: block;
	margin-bottom: 4px;
}
	
.comment #respond { 
	margin: 0px 0 70px 200px;
	padding-top: 15px;
}

#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"] { 	
	float: left;	
	margin-bottom: 20px;
}  

#commentform textarea {
    margin-bottom: 14px;
}	
    	
#respond .button, 
#respond button.button, 
#respond .button[type="submit"] { 
	margin-bottom: 20px; 
}

#commentform p { 
	line-height: 20px; 
}
	
#commentform textarea { 
	height: 224px;
	min-height: 224px;
}

.logged-in #comments.columns {
	float: none;
}		
	
.logged-in #respond .six {
	float: none!important;
	width: 100%;
}

.logged-in #commentform label {
	display: none;
} 

.logged-in-as {
	margin-bottom: 13px;
	margin-top: -28px;
}

.logged-in-as a {
	font-style: normal;
	font-weight: normal;
}	
	
	
	
	
/*===================================================================*/
/*                    												  
/* AUDIO JPLAYER STYLES 		  		  
/*                    												  
/*===================================================================*/
.jp-audio {
	clear: both;
}
 
.feat-image-player {
	clear: both;
	float: left;
	margin-top: -134px;
	width: 100%;
}

.feat-image-player .jp-interface {
	border-radius: 4px 4px 0 0;
}


/*===================================================================*/
/* JPLAYER BASE
/*===================================================================*/
.jp-interface {
    background-color: #2B2625;
    border: 1px solid #000;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 2px rgba(0, 0, 0, 0.2);     
	height:45px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;		   
}

.entry-content-media-audio {
	position: relative;
}

/* ICON SETUP */
.jp-controls {
	border-right: 1px solid #000;
	box-shadow: 1px 0 0 #4A4645;
}
	
a.jp-mute, 
a.jp-unmute, 
a.jp-volume-max { 
	position: relative; 
}

a.jp-mute, 
a.jp-unmute { 
	border-left: 1px solid #4A4645;
	box-shadow: -1px 0 0 #000000;
	margin:0 85px 0 0; 
	padding-left: 5px;
}
		
ul.jp-controls, 
.jp-interface ul.jp-controls li {
	display:inline;
	float:left;
	margin-bottom: 0px;
}
	
.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent: 100%;
   	white-space: nowrap;
}
	
.jp-interface ul.jp-controls a span {
	display:block;
	overflow: hidden;
}

ul.jp-toggles li a, 
ul.jp-toggles li a span {
	display:block;
	overflow: hidden;
	text-indent: 100%;
	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:44px;
	width:50px;
}
		
/* BASE ICON POSITIONING */
a.jp-play span { 
	background:url(assets/images/jplayer.png) 10px 7px no-repeat; 
}

a.jp-pause span { 
	background:url(assets/images/jplayer.png) 9px -23px no-repeat; 
	display:none; 
}

a.jp-mute span { 
	background:url(assets/images/jplayer.png) 8px -84px no-repeat; 
}
	
a.jp-unmute span { 
	background:url(assets/images/jplayer.png) 5px -54px 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: #111314;	
	border-radius: 2px;
	box-shadow: 0 1px 0 #4A4645;
	float: left;
	height: 11px;
	left: 68px;
	margin: auto 17px;
	margin-top: 16px;
	max-width: 73%;
	width: 100%;
}
	
div.jp-seek-bar {
	cursor:pointer;
	height:100%;
	width:0;
}
	
div.jp-seeking-bg { 
	display: none; 
}
	
div.jp-volume-bar {
	background-color: #111314;
	border-radius: 2px;
	box-shadow: 0 1px 0 #4A4645;          
	cursor:pointer;
	float: left;
	height: 11px;
	margin: auto 17px;
	margin-top: 16px;
	position: absolute;
	right: 0;
	width: 11%;
}

.jp-toggles {
	float: left;
	width: 30px;
}

div.jp-play-bar,	
div.jp-volume-bar-value {
	background-image:url(assets/images/fill.png);
	background-repeat: repeat;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3); 
	height:11px;
	width:0;     
}


/*===================================================================*/
/* AUDIO JPLAYER GENERAL
/*===================================================================*/
.entry-content-media-audio.fullwidth {
	margin-bottom: 65px;
}
	
div.jp-audio-full {
	height:100%;
	position:static !important;
	width:100%;
}
	
div.jp-audio-full div.jp-jplayer {
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	z-index:1000;
}
	
div.jp-audio-full div.jp-gui {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
}
	
div.jp-audio-full div.jp-interface {
	bottom:0;
	left:0;
	position:absolute;
	z-index:1000;
}

div.jp-jplayer audio, 
div.jp-jplayer {
	height:0;
	width:0;
}




/*===================================================================*/
/*                      					   					   
/* THEME FOOTER STYLES   	        	
/*                    								
/*===================================================================*/       
#footer-container {
	border-top: 1px solid #E2E2E2;
	margin-top: 60px;
	padding: 50px 0;
	text-align: center;
	}	

/* FOOTER TAGLINE */
#footer-container .theme-tagline {
	margin: 0 0 40px;
}

/* FOOTER COPYRIGHT */
p.copyright a,
#footer-container .copyright {
	font: 13px/15px "Lato", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}




/*===================================================================*/
/*                      					   					   
/* 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;
}

/* DEFAULT WP WIDGETS */
.sidebar .widget,
.hidden-sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .widget:first-child {
	margin-top: 0px;
}

.widget li a {
	color: #818B92;
}

.textwidget input[type='text'], 
.textwidget textarea { 
	width: 100% !important;
}
	
/* CATEGORIES, ARCHIVES & RECENT POSTS WIDGETS */ 	
.widget_recent_entries li {
	margin-bottom: 8px;
}		

.post-date {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}	


/*===================================================================*/
/* DRIBBBLE WIDGET
/*===================================================================*/
.widget_bean-dribbble {
	margin-bottom: -7px;
}
	
.bean-dribbble-shots { 
	margin-left: -10px;
}

.bean-shot {
	border-radius: 2px; 
	float: left;
	line-height: 6px;
	margin: 0px 0px 10px 10px;
}

.bean-dribbble-shots img {
	border-radius: 2px;   
	height: auto;
	width: 110px;
}	


/*===================================================================*/
/* FLICKR WIDGET
/*===================================================================*/
div.widget.bean_flickr { 
	float: none; 
}
		
.widget_bean_flickr h5.widget-title,
.widget_bean-dribbble h5.widget-title {
	padding-bottom: 20px!important;
}

.flickr-image-wrapper {
	float: left;
	margin-bottom: -10px;
	margin-left: -10px;
}

.flickr_badge_image {
	border-radius: 2px;
    float: left;
	margin: 0 0 10px 10px;    
}

.flickr_badge_image a {
	border-radius: 2px;
	float: left;
	position: relative;          
}
			
.flickr_badge_image img {
	border-radius: 2px;
	float: left;
	height: 50px;
	position: relative;
	width: 50px;  
}

/* FIREFOX FLICKR FIX */
@-moz-document url-prefix() { 
  .flickr_badge_image img {
    height: 48px;
    width: 48px; 
  	}
 .fluid-width-video-wrapper  {
 	padding-top: 0px;
 	}
}


/*===================================================================*/
/*  INSTAGRAM WIDGET & 500PX WIDGET (BEAN PLUGINS)
/*===================================================================*/
.instagram-image-wrapper,
.bean500px-image-wrapper {
	margin: 5px 0 -10px -10px!important;
}

.widget_bean_instagram h5.widget-title,
.widget_bean_500px h5.widget-title {
	padding-bottom: 15px!important;
}

.instagram_badge_image,
.bean500px_badge_image {
	border-radius: 2px;
	margin:  0 0 10px 10px!important;
	overflow: hidden;
}

.instagram_badge_image img,
.bean500px_badge_image img {
	height: 50px!important;
	width: 50px!important;
}

.instagram_badge_image a:hover,
.bean500px_badge_image a:hover {
	opacity: 1!important;
}
	
	
/*===================================================================*/
/* NEWSLETTER WIDGET
/*===================================================================*/
.widget_bean_newsletter p {
    margin-bottom: 20px;
}

.widget_bean_newsletter input[type="email"] {
	margin-bottom: 10px;
}

.widget_bean_newsletter input[type="submit"] {
	font-size: 15px;
	padding: 6px 0px;
	width: 100%;   	      
}	

	
/*===================================================================*/
/* SEARCH WIDGET
/*===================================================================*/
.widget_search form {
	margin-bottom: 0px;
}
	
.widget_search .searchform input[type="submit"]  { 
	display: none!important;
}

.widget_search input[type="text"] {
	background: url(assets/images/sprite.png) 110px -418px no-repeat #FFF;
}

	
/*===================================================================*/
/* TAG CLOUD WIDGET
/*===================================================================*/	
.tagcloud {
 	float: left;
 	margin-bottom: -4px;
 	margin-top: 7px;
}
 	
.tagcloud a {
	border-radius: 3px;
	display: inline-block;
	font: bold 11px Helvetica, sans-serif!important;	
	float: left;
 	margin: 0px 2px 2px 0px;
	padding: 4px 7px;
 	position: relative;
	text-transform: uppercase;
} 		        	        

 	
/*===================================================================*/
/* TWITTER WIDGET
/*===================================================================*/
.widget_bean_tweets ul { 
	margin-bottom: 25px; 
}
	
.widget_bean_tweets li {	
	background: url(assets/images/sprite.png) -90px -562px no-repeat;
	font-variant: normal;
	padding: 0 0 10px 30px;
}

.widget_bean_tweets li:last-child {
	padding-bottom: 0px;
}

.widget_bean_tweets a.twitter-time-stamp {
	display: block; 
	font-size: 11px!important;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	opacity: .25;
	text-transform: uppercase;
}

.widget_bean_tweets .follow-link {
    font-size: 15px;
    margin: -10px 0 0 30px;
    padding: 5px 12px;
}
    

/*===================================================================*/
/* VIDEO WIDGET
/*===================================================================*/
.widget_bean_video p {
	margin-bottom: 30px;
}    




/*===================================================================*/
/*                      					   					      
/* 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 */
.fadein {
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-duration: .3s;
	   -moz-animation-duration: .3s;
	    -ms-animation-duration: .3s;
	     -o-animation-duration: .3s;
	-webkit-animation-delay: .2s;
	   -moz-animation-delay: .2s;
	    -ms-animation-delay: .2s;
	     -o-animation-delay: .2s;
	-webkit-animation-name: fadein;
	   -moz-animation-name: fadein;
	     -o-animation-name: fadein;
}

@-webkit-keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}
@-moz-keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}
@-o-keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}
@keyframes fadein {
	0% {opacity: 0;} 100% {opacity: 1;}
}			


/* SLIDER CONTROLS - LEFT */
.animated.SliderControlLeft {
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: SliderControlLeft;
	   -moz-animation-name: SliderControlLeft;
	     -o-animation-name: SliderControlLeft;
}

@-webkit-keyframes SliderControlLeft {
	0% {opacity: 0;-webkit-transform: translateX(-1000px);}
	60% {opacity: 1;-webkit-transform: translateX(30px);}
	80% {-webkit-transform: translateX(-10px);}
	100% {-webkit-transform: translateX(0);}
}
@-moz-keyframes SliderControlLeft {
	0% {opacity: 0;-moz-transform: translateX(-2000px);}
	60% {opacity: 1;-moz-transform: translateX(30px);}
	80% {-moz-transform: translateX(-10px);}
	100% {-moz-transform: translateX(0);}
}
@-o-keyframes SliderControlLeft {
	0% {opacity: 0;-o-transform: translateX(-2000px);}
	60% {opacity: 1;-o-transform: translateX(30px);}
	80% {-o-transform: translateX(-10px);}
	100% {-o-transform: translateX(0);}
}
@keyframes SliderControlLeft {
	0% {opacity: 0;transform: translateX(-1000px);}
	60% {opacity: 1;transform: translateX(30px);}
	80% {transform: translateX(-10px);}
	100% {transform: translateX(0);}
}


/* SLIDER CONTROLS - RIGHT */
.animated.SliderControlRight {
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: SliderControlRight;
	   -moz-animation-name: SliderControlRight;
	     -o-animation-name: SliderControlRight;
}

@-webkit-keyframes SliderControlRight {
	0% {opacity: 0;-webkit-transform: translateX(1000px);}
	60% {opacity: 1;-webkit-transform: translateX(-30px);}
	80% {-webkit-transform: translateX(10px);}
	100% {-webkit-transform: translateX(0);}
}
@-moz-keyframes SliderControlRight {
	0% {opacity: 0;-moz-transform: translateX(2000px);}
	60% {opacity: 1;-moz-transform: translateX(-30px);}
	80% {-moz-transform: translateX(10px);}
	100% {-moz-transform: translateX(0);}
}
@-o-keyframes SliderControlRight {
	0% {opacity: 0;-o-transform: translateX(2000px);}	
	60% {opacity: 1;-o-transform: translateX(-30px);}
	80% {-o-transform: translateX(10px);}
	100% {-o-transform: translateX(0);}
}
@keyframes SliderControlRight {
	0% {opacity: 0;transform: translateX(1000px);}
	60% {opacity: 1;transform: translateX(-30px);}
	80% {transform: translateX(10px);}
	100% {transform: translateX(0);}
}


/* BUTTON SHAKE */	
.BeanButtonShake {
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;	
	-webkit-animation-name: BeanButtonShake;
	   -moz-animation-name: BeanButtonShake;
	     -o-animation-name: BeanButtonShake; 
	-webkit-animation-delay: 5s;
	   -moz-animation-delay: 5s;
	    -ms-animation-delay: 5s;
	     -o-animation-delay: 5s;
	-webkit-animation-iteration-count: 5;
	   -moz-animation-iteration-count: 5;               
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;         
}

@-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);	 		 }
}		




/*===================================================================*/
/*                      					   					      
/* CROSS BROWSER TOUCH UPS     	        	      
/*                    												  
/*===================================================================*/		
/* SAFARI ANIMATION FIX */
.safari .no-flick,
.safari #theme-wrapper, 
.safari .hidden-sidebar p,
.safari .entry-content-media {
	-webkit-backface-visibility: hidden!important;
}

/* IE FIX */
.ie-side-menu {
	position: absolute;
	right: 300px;
}

.ie .hidden-sidebar .flickr_badge_image img,
.ie .hidden-sidebar .instagram_badge_image img,
.ie .hidden-sidebar .bean500px_badge_image img {
	height: 43px!important;
	width: 43px!important;
}

.lt-ie10 .hidden-sidebar .flickr_badge_image img,
.lt-ie10 .hidden-sidebar .instagram_badge_image img,
.lt-ie10 .hidden-sidebar .bean500px_badge_image img {
	height: 47px!important;
	width: 47px!important;
}

.ie .widget_search input[type="text"] {
	background-position: 95px -418px;
}

.ie .bean-dribbble-shots img {
	width: 90px;
}