/*===================================================================
 
	Theme Name: 	Rambles
	Theme URI:      http://demo.themebeans.com/rambles
	Description: 	An elegant & minimal blog WordPress theme.
	Author:         Rich Tabor / ThemeBeans
	Author URI: 	http://themebeans.com
	Version:        1.7.3
	Tags:           flexible-width, white, post-formats, theme-options,translation-ready
	Textdomain: 	bean
	
	License: GNU General Public License V2 or Later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
/*===================================================================*/
 
body {	
 	background: #FFF;
  	color: #92989E;
  	font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
  	margin-bottom: 0px;
}
  	
p {
  	color: #92989E;
	font: 17px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;
 	font-weight: 400;
}
 
a {	
	color: #222;	
 	-webkit-transition: all 0.1s ;
 	   -moz-transition: all 0.1s ;
 		-ms-transition: all 0.1s ;
 		 -o-transition: all 0.1s ;
}
 	
a:hover { 
	color: #F86F59;
}
 
p a { 
	color: #222;
}
  
p a:hover { }
p a:active { }
 
h1,
h2,
h3,
h4,
h5,
h6 { 
	font-weight: bold;
}
 
header h1 { 
	font-weight: 500;
}

header h4 { 
	font-weight: 300;
}
 
 
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small { 
	font-weight: normal;
}
 
h1 { 
	font-size: 37px;
}

h2 { 
	font-size: 22px; 
	line-height: 30px;
}

h3 { 
	font-size: 25px;
}

h4 { 
	font-size: 20px; 
	padding-bottom: 7px;
}

h5 { 
	font-size: 14px;
}

h6 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h1, h2, h3, h4 { 
	color: #222;
	letter-spacing: -0.06em;
}
 
::selection { 
 	background: #F86F59;
 	color: white;
 	text-shadow: none;
}
 	
.error { 
	color: #ff0000;
}

hr { 
	border-color: #eee;
}
 
pre {
	clear: both;
	font-size: 13px;
	line-height: 24px;
	margin: 40px 0 35px 0px; 
	overflow: auto;
	padding: 0 0 0 35px;
}
  
code { 
 	background-color: #222;
 	border-radius: 0px;
 	border-style: none;    
 	color: #FFF;
 	font: 11px/19px "Courier New", Courier, mono, sans-serif;
 	overflow: auto;
 	padding: 5px;
}
 	
pre ol,
pre ul { 
	margin: 0 0 0 0;
}

#main ul, 
#main ol { }

ul li ul , 
ol li ol { 
	margin: 1em 0 1.4em 24px;
} 

#main-container { 
	padding: 15px 0 30px 0;
}

.page-template-default #main-container { 
	padding: 15px 0 20px 0;
}


#main { 
	margin: 0 0 30px 0;
}

.single-post #main,
.blog #main { 
	margin: 0 0 100px 0;
}

#content { 
	margin-left: 220px;
}

#wrapper {
	height: auto;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

#page {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	top: 0px;
}



/*===================================================================*/
/* SIDEBAR STYLES 
/*===================================================================*/
#sidebar {
	background-color: #222;
	color: #848383;
	font: 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
	padding: 45px 30px 0px 30px;
	position: fixed;
	width: 220px;
	z-index: 1000;
}

#sidebar a,
.widget ul > li a,
.cat-item a { 
	color:#5c5c5c;
	-webkit-transition: all 0.15s ease-in-out;
	   -moz-transition: all 0.15s ease-in-out;
		-ms-transition: all 0.15s ease-in-out;
		 -o-transition: all 0.15s ease-in-out;
}

#sidebar a,
#sidebar p { 
	color: #848383; 
	font-size: 12px;
	letter-spacing: -0.05em;
	line-height: 20px; 
}

#sidebar a:hover { 
	color: #BBB;
}

#sidebar input[type="text"], 
#sidebar input[type="password"],
#sidebar input[type="date"], 
#sidebar input[type="datetime"], 
#sidebar input[type="email"], 
#sidebar input[type="number"], 
#sidebar input[type="search"], 
#sidebar input[type="tel"], 
#sidebar input[type="time"], 
#sidebar input[type="url"], 
#sidebar textarea {
	background-color: #414141;
	border: none;
	box-shadow:none;	
	color: #848383;
	font-size: 11px;
	height: 28px;
	min-height: 28px;
	width: 114%;
	
}


.textwidget a { 
	color:#BBB!important;
}

.textwidget a:hover { 
	color:#848383!important;
}


/*===================================================================*/
/* UI TO TOP -www.mattvarone.com/web-design/uitotop-jquery-plugin
/*===================================================================*/
#toTop {
	background-color: #414141;
	border:none;
	border-radius: 2px;
	color: #FFF;
	display:none;
	font-size: 12px;
	font-weight: bold;
	left:150px;
	line-height: 21px;
	overflow:hidden;
	position:fixed;
	text-align: center;
	text-transform: uppercase;
	top:15px;
	width: 40px;
	z-index: 1039;
	-webkit-transition: all 0s ;
	   -moz-transition: all 0s ;
		-ms-transition: all 0s ;
		 -o-transition: all 0s ;
}

.logged-in #toTop { 
	top:40px;
}
	
#toTop:hover { 
	background-color: #F86F59;
}


/*===================================================================*/
/* GENERAL BUTTONS
/*===================================================================*/
.btn, 
.button, 
button.button, 
a.more-link,
.entry-content a.more-link, 
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
    background: #F86F59;
    border: none;
	border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
	font: bold 12px/20px Helvetica, Helvetica-Neue, Arial, sans-serif;
	margin: 1px 1px 4px 0;
    padding: 6px 8px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.btn:hover, 
.button:hover, 
button.button:hover, 
a.more-link:hover,
.entry-content a.more-link:hover, 
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover{
    background: #222;
	border: none;
    color: #FFF;
}
    
a.more-link,
.entry-content a.more-link { 
	font-size: 15px;
	margin-top: 30px!important;
	padding: 14px!important;
	text-transform: uppercase;
}    
	
	
	
	
	
/*===================================================================*/
/*                    												  
/* FORM & INPUT STYLES    	         		  
/*                    												  
/*===================================================================*/  
  
/*===================================================================*/
/* GENERAL THEME FORMS
/*===================================================================*/
fieldset legend {
	color: #222;
}
 
form label {
    color: #222;
	padding-top: 0;
    margin-bottom: 0;
    margin: 28px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

form label.error {
    display: none !important;
    padding-top: 5px;
    width: 100%;
}
  
span.required { 
	color: #F86F59;
}  

#commentform input[type="submit"],
.form-submit input[type="submit"],
.contact-submit .button[type="submit"] { 
	color: #FFF;
	display: block;
	float: right; 
	font-size: 15px;
	font-weight: bold;
	line-height: 52px;
	margin-top:10px;
	padding: 0 15px;
	text-transform: uppercase;
	width: auto; 
	-webkit-appearance: none;
	-webkit-transition: all 0.1s ;
	   -moz-transition: all 0.1s ;
		-ms-transition: all 0.1s ;
		 -o-transition: all 0.1s ;
}

.contact-submit .button[type="submit"] { 
	margin-top: -8px;
}

.form-errors ul ,
.form-errors ul li,
.form-error { 
	list-style: none;
} 

.form-error-message {
	background-color: #FFEAEA;
	border-radius: 2px;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	list-style: none;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
	
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: #F86F59;
}

form .input {
    clear: none;
    display: inline;
    margin-bottom: 20px;
}
     
input.input-text, 
textarea, 
select {
    display: block;
    margin-bottom: 18px;
} 
 
select { 
	height: 28px;
}    
	
input, 
.uneditable-input {
 	min-height: 33px;
	width: 94%; 
}

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: #FFF;
	border:1px solid rgb(210, 212, 216);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	color: #C7C7C7;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	-webkit-border-radius: 0px;
}
 
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 	background-color: #FFFFFF;
    border: 1px solid #B7B9BD;
	color: #92989E;
	outline:none;
	text-decoration: none;
}	


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

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

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

.contact-form textarea { 
	float: none; 
	height: 100%;
}

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

.contact-form label.checkbox, 
.contact-form label.radio { 
	color: #92989E;
	display: inline-block;
	float: none; 
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	margin: 0px; 
	text-transform: none;
}

.textwidget input[type='text'], 
.textwidget textarea { 
	width: 100% !important;
}

/* Multisite login form adjustments */
.mu_register br { 
	display: none;
}

.mu_register form { 
	margin: 0 0 0 0;
}

.mu_register p.submit { 
	margin-bottom: 0;
}

.mu_register input[type="submit"] {
	height: 33px;
	width: 100px;
} 





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

/*===================================================================*/
/* PAGE HEADER 
/*===================================================================*/  
#top {
	font-size: 12px;
	padding: 14px 0 0 0;
}
   	
#page-header {
	color: #222;
	padding: 65px 0 0 0;
}
	
#page-header h1 {
	color: #222;
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 12px;
}

#page-header .entry-title { 
	padding: 0px;
}

.subheader {
	color: #C7C7C7;
	font-size: 20px;
	margin-left: 12px;
	margin-top: 10px;
	padding-bottom: 30px;
}
	
.subheader p { 
	color: #C7C7C7;
	margin-top: 7px;
}	

.entry-title { 
	padding: 15px 0 12px 0;
}

.entry-header .entry-title { 
	padding: 0px 0 8px 0;
}

h2.entry-title {
	font-size: 50px;
	line-height: 53px;
	letter-spacing: -0.07em;
}


/*===================================================================*/
/* LOGO / BRANDING
/*===================================================================*/
#logo img { 
	float: left; 
	margin-top: 5px;
	-webkit-transition: all 0.4s ;
	   -moz-transition: all 0.4s ;
		-ms-transition: all 0.4s ;
		 -o-transition: all 0.4s ;
}

#logo img:hover { 
	opacity: .6;
}

#logo_text { 
	color: #FFF;	
	float: left; 
	font: bold 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -0.07em;
	text-transform: uppercase;
}
	
#branding { 
	float: left; 
	margin-bottom: 45px; 
}	

.branding-tagline { 
	float: left; 
	font-size: 12px;
	margin-top: 10px;
}
	
#branding-tagline p { 
	display: none;
}
 

/*===================================================================*/
/* THEME NAVIGATION
/*===================================================================*/
 .main_menu {
 	float: left;
	margin-bottom: 40px;
}
 	
.main_menu .radium_mega > .current_page_item > a { 
	color: #FFF;
} 	

.main_menu .radium_mega li {
 	line-height: 20px;
 	list-style: none;
	position:relative;
}
 	
.main_menu .radium_mega > li { 
	list-style: none;
}

.main_menu .radium_mega img {
 	display: inline-block;
 	max-width:100%;
 	position: relative;	
}
 
.main_menu .radium_mega, 
.main_menu .radium_mega ul {
 	margin:0;
 	position:relative;
}

.radium_mega_div,  
.radium_mega > li > ul { 
	z-index: 1000;
}	

.main_menu .radium_mega > .sub-menu,  
.main_menu .radium_mega > .sub-menu > li { }
 	
.main_menu .radium_mega > li:hover > a,
.main_menu .radium_mega > .current-menu-item > a { 
	position: relative;
}

.main_menu .sub-menu {
	margin-left: 10px!important;
}




/*===================================================================*/
/*                    												  
/* THEME TEMPLATES		         		  
/*                    												  
/*===================================================================*/

/*===================================================================*/
/* 404 PAGE TEMPLATE
/*===================================================================*/ 
.error404 #main-container { 
	padding-bottom: 200px;
}

.error404 #header-title { 
	text-transform: capitalize;
} 

.error404 h2 { 
	font-size: 40px;
	line-height: 50px; 
	margin: 0px 0 30px 0;
}

.error404 .btn { 
	font-size: 15px;
	font-weight: bold;
	margin-top: 40px; 
	padding: 15px!important;
	text-transform: uppercase;
} 

.error404 .entry-title { 
	padding-bottom: 15px;
}

.error404 #page-header h1 { 
	display: none;
}

.error404 #main a { 
	font-weight: bold;
} 


/*===================================================================*/
/* ARCHIVES TEMPLATE
/*===================================================================*/
.page-template-page-archives-php .entry-content { 
	margin-bottom: 30px;
}

.archives-list ul {
	color: #222;
	font-size: 17px;
	list-style: disc;
	margin: 20px 0 60px 20px;
} 	

.archives-list ul li { 
	margin-bottom: 8px; 
	padding-left: 5px;
}
	
.archives-list a { 
	color: #92989E;
}

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


/*===================================================================*/
/* SEARCH TEMPLATE 
/*===================================================================*/
.search .entry-content input[type="text"] {
	margin-bottom: 200px;
	margin-top: 18px;	
}

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

.search-posts {	
	margin: 47px 0 100px 0;
}

.search-posts:last-child { 
	margin-bottom: 50px;
}	

.search-item {
	background-color: #f0f1f2;
	border-radius: 3px;
	margin: 30px 0px;
	padding: 30px;
}
	
.search-item h5 { 
	font-size: 27px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 10px;
}
	
.search #post-box {
	margin-left: 0px;
	padding-right: 0px;
}
	
.search-results #post-box input[type="text"] { 
	margin-top: 18px;
}





/*===================================================================*/
/*                    												  
/* BLOGROLL (POST FORMATS & BLOG PAGE)          		  
/*                    												  
/*===================================================================*/
  
/*===================================================================*/
/* STANDARD POST FORMAT
/*===================================================================*/  

.format-standard article.entry-content { 
	margin-bottom: -25px;
}  
	
.format-standard .fluid-width-video-wrapper	{ 
	margin: 10px 0 5px 0px;
}
	
	
/*===================================================================*/
/* ASIDE POST FORMAT
/*===================================================================*/ 
.blog .format-aside article.entry-content p { 
	margin: -20px 0 -5px 0;
}  

.format-aside .entry-title { 
	display: none;
}  

.format-aside article.entry-content p { 
	margin-top: -20px;
}  


/*===================================================================*/
/* AUDIO POST FORMAT
/*===================================================================*/   
.format-audio article.entry-content { 
	margin: 0px 0 -20px 0;
}

.format-audio .entry-header .entry-title { 
	margin-top: 20px;
}


/*===================================================================*/
/* GALLERY POST FORMAT
/*===================================================================*/   
 .format-gallery .entry-content-media {
 	margin: 0px;
 	padding-bottom: 28px;
}

.format-gallery article.entry-content, 
.format-gallery article .entry-content { 
	margin-bottom: -25px;
}  

.format-gallery article.entry-content p { 
	padding-top: 5px;
}  


/*===================================================================*/
/* IMAGE POST FORMAT
/*===================================================================*/   
.format-image .entry-content-media { 
	margin: 0px;
}
  
.format-image article.entry-content, 
.format-image article .entry-content { 
	margin-bottom: -25px;
}   
   
 
/*===================================================================*/
/* LINK POST FORMAT
/*===================================================================*/  
.format-link { 
	width: 100%;
}
	
.format-link .entry-title {
	background-color: #222;
	border-radius: 3px 3px 0 0; 
	margin: 0px;
	padding: 33px 20px 13px 20px;
	text-align: center;
}
	
.format-link .entry-title a {
	color: #FFF;
	letter-spacing: -0.05em;
	margin: 0 auto;
	text-align:  center;
}  

.format-link .entry-title a:hover { 
	color: #FFF;
}

.format-link p {
 	background-color: #222;
 	border-radius: 0 0 3px 3px; 
 	letter-spacing: -0.07em;
 	margin-top: -1px;
 	padding-bottom: 30px;
 	text-align:  center;
}	
   	
.format-link p a { 	
	color: #848383;
}

.format-link p a:hover { 
	color: #BBB;
}	
  	
.format-link article.entry-content, 
.format-link article .entry-content { 
	display: none;
}     
  
  
/*===================================================================*/
/* QUOTE POST FORMAT
/*===================================================================*/   
.format-quote { 
	padding-bottom: 40px!important;
}

.format-quote .entry-title {
	letter-spacing: -0.07em;
	text-align:  center;
} 

.format-quote .entry-title span {
	float: left;
	margin-top: -1px;
} 

.format-quote p {
 	letter-spacing: -0.07em;
 	padding-top: 20px;
 	text-align:  center;
} 		
  	
.format-quote article.entry-content, 
.format-quote article .entry-content { 
	padding: 0 0 0px 0;
}  	
 
 
/*===================================================================*/
/* VIDEO POST FORMAT
/*===================================================================*/ 
.format-video .entry-header .entry-title,
.single-format-video .entry-header .entry-title { 
	margin-top: 42px;
} 

.format-video article.entry-content p { 
	padding: 0px;
}

.format-video article.entry-content, 
.format-video article .entry-content { 
	margin-bottom: -25px;
}

.single-format-video div.jp-video.fullwidth { }


/*===================================================================*/
/* J. PAGINATION
/*===================================================================*/ 
.pagination { 
	float: left;
	margin: 0 auto;
  	text-align: center;
	width: 100%;
}

.pagination-wrapper {
	float: left;	
}	

.pagination a,
.pagination span.current,	
.pagination-wrapper .pagination-meta  {	
	display: none;
} 	
	
.pagination-arrows a {
	background-color: #222;
	color: #FFF!important;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 70px;
}

span.page-next.inactive,
span.page-next a {
	border-radius: 0 3px 3px 0; 
}

span.page-previous.inactive,	
span.page-previous a {
	border-radius: 3px 0 0 3px; 
}

.pagination-arrows a:hover { 
	background-color: #F86F59;
} 
	
.pagination-arrows .page-previous, 
.pagination-arrows .page-next { 
	float: left;
}

.pagination-arrows .page-previous.inactive a,	 
.pagination-arrows .page-next.inactive a,
.pagination-arrows .page-previous.inactive,	 
.pagination-arrows .page-next.inactive,
.pagination-arrows .page-previous.inactive:hover,	 
.pagination-arrows .page-next.inactive:hover,
.pagination-arrows .page-previous.inactive:active,	 
.pagination-arrows .page-next.inactive:active { 
	background-color: rgb(221, 221, 221); 
	cursor: default;
}	 
	
	
	
	
	
/*===================================================================*/
/*                    												  
/* BLOG SINGLE STYLES	   		  		      
/*                    												  
/*===================================================================*/

/*===================================================================*/
/* STANDARD SINGLE POST VIEW
/*===================================================================*/ 

/* Layout */

.single-post #main { 
	margin-top: 5px;
}

.blog #page-header,
.single-post #page-header {
	margin-top: -10px;
	padding: 0px;
}
	
.blog #main-container, 
.single-post #main-container { 
	padding: 20px 0 7px 0;
}

/* Post Tags */
.tags-list { 
	display: none;
}

/* Hide Related (Just in case) */	
.single-format-standard .related-content { 
	display: none;
}

.single-format-standard figure img,
.single-format-standard .entry-content img,
.single-format-standard .entry-content img a { 
	margin: 31px 0px 30px 0px;
}

/* Block */	
blockquote {
 	border: none;
 	margin: 40px 0 40px 0px;
 	padding: 0 0 0 35px;
}
 
blockquote, 
blockquote p {
 	color: #222;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.07em;
	line-height: 32px;
}

/* Password Protected Adjustment */			
.post-password-form input[type='password'] {
	float: left;
	width: 40%;
}

.post-password-form input[type="submit"].button {
	margin-left: 7px;
	margin-top: 10px;
	padding: 9px 15px;
	width: auto;
}	



/*===================================================================*/
/* POST GENERAL STYLES
/*===================================================================*/
.entry-header h1 a,
.entry-header h2 a,
.entry-header h3 a { 
	color: #222;
}

.entry-header h1 a:hover,
.entry-header h2 a:hover,
.entry-header h3 a:hover { 
	color: #414141;
}

.entry-meta {
	color: #C7C7C7;
	float: left;
	margin: 18px 0px 5px 0px;
	position: relative;
	text-transform: uppercase;
    width: 100%;
}

.entry-meta p { 
	color: #C7C7C7;	
	font-size: 15px;
}	

.entry-meta a {
	color: #C7C7C7;
	font-weight: normal;
}

.entry-meta a:hover {
	color: #92989E;
}

.entry-summary { 
	margin-bottom: 5px;
}	

.entry-format {	
	margin-bottom: 10px;
}	

.type-post .entry-meta .tags-list { 
	margin: 20px 0 40px 0;
}

.entry-content p { 
	margin-bottom: 20px;
}

.entry-content p strong { 
	color: #222;
}

.entry-content p a {
	color: #F86F59;
	font-weight: bold;
}
 
.entry-content p a:hover { 
	color: #222;
}
 
.entry-content .btn, 
.entry-content .button, 
.entry-content button.button, 
.entry-content .btn[type="submit"],
.entry-content .button[type="submit"],
.entry-content input[type="button"], 
.entry-content input[type="reset"], 
.entry-content  input[type="submit"]  { 
	color: #FFF;
}
 
article.entry-content, 
article .entry-content { 
	padding: 15px 0 0px 0;
}
 
.page article.entry-content, 
.page article .entry-content { 
	padding: 0;
}
 
section.type-post {
	padding: 60px 0px;
}

section.type-post:last-child { 
	border-bottom: none;
}

.single-post section.type-post { 
	border-bottom: none;
}

/* Pagination */	
.single-post .pagination { 
	margin-bottom: 80px;
	margin-top: -10px;
}

 /* Images */
.entry-content p img,
.content .gallery .gallery-icon img, 
.post-thumb 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 img {
 	max-width: 100%;
 	width: 100%;
}
 
.post-thumb { 
	background-color: #FFF;
}	
 
.entry-content-media img,
.post-thumb img { 
	margin-bottom: 28px
}
 
.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;
}	 

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

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

.post-thumb.preload {
	background-image: url(assets/images/loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}
	
.post-thumb.preload:hover { 
	background-image: none;
}

.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

img.alignleft {
	float: left;
	margin: 10px 25px 0 0;
}

img.alignright {
	display: block;
	margin: 10px 0 0 20px;
}

.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.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: block;
	margin: 0 auto 1.625em;
}
	
/*Slider Content */
.post-slider .slider-desc {
    background-color: rgba(34, 34, 34, 0.8);
    border-radius: 2px;
    bottom: 9px;
    color: #eeeeee;
    font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    left: 1.4%;
    max-width: 60%;
    opacity: 1;
    padding: 7px 16px;
	position: absolute;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}	


/*===================================================================*/
/* ABOUT THE AUTHOR 
/*===================================================================*/
.about-author .avatar {
	float: left;
	margin: 2px 20px 0 0;
}
	
.about-author {
	background-color: #f0f1f2;
	border-radius: 3px;	
	color: #222;
	float: left;
	margin: 25px 0 100px 0;
	padding: 30px;
}

.about-author h6 {
	font-size: 22px;
	margin-bottom: 17px;
}

.author-right { 
	margin: -2px 0 0 80px;
}

.author-right p a { 
	font-weight: bold;
}





/*===================================================================*/
/* POST SHARING BUTTONS 
/*===================================================================*/
 .post-share {
 	margin-bottom: 35px;
	text-align: right;
}
 
.post-share-btn {
	font-size: 15px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	margin: 0px;
	padding: 0 15px;
	text-transform: uppercase;
	width: 200px;
}

.twitter-btn {
	background-color: #3BCCF6;
	border-radius: 3px 0 0 3px;
	-webkit-animation: BeanTwitterPulse 10s infinite alternate;
	-webkit-animation: BeanTwitterPulse 10s infinite alternate;
	   -moz-animation: BeanTwitterPulse 10s infinite alternate;
	     -o-animation: BeanTwitterPulse 10s infinite alternate;
	        animation: BeanTwitterPulse 10s infinite alternate;
}	 
		
.facebook-btn {	
	background-color: #345FAC;
	border-radius: 0 3px 3px 0;
	margin-left: -4px;
	-webkit-animation: BeanFacebookPulse 10s infinite alternate;
	-webkit-animation: BeanFacebookPulse 10s infinite alternate;
	   -moz-animation: BeanFacebookPulse 10s infinite alternate;
	     -o-animation: BeanFacebookPulse 10s infinite alternate;
	        animation: BeanFacebookPulse 10s infinite alternate;        
}	


/* TWITTER ANIMATION */
@-webkit-keyframes BeanTwitterPulse { 
	0%   { background-color: #3BCCF6; } 
	50%  { background-color: #222;    } 
	75%  { background-color: #3BCCF6; } 
	100% { background-color: #222;    } 
} 

@-moz-keyframes BeanTwitterPulse {
	0%   { background-color: #3BCCF6; } 
	50%  { background-color: #222;    } 
	75%  { background-color: #3BCCF6; } 
	100% { background-color: #222;    }
}

@-ms-keyframes BeanTwitterPulse {
	0%   { background-color: #3BCCF6; } 
	50%  { background-color: #222;    } 
	75%  { background-color: #3BCCF6; } 
	100% { background-color: #222;    }
}

@-o-keyframes BeanTwitterPulse {
	0%   { background-color: #3BCCF6; } 
	50%  { background-color: #222;    } 
	75%  { background-color: #3BCCF6; } 
	100% { background-color: #222;    }
}

@keyframes BeanTwitterPulse {
	0%   { background-color: #3BCCF6; } 
	50%  { background-color: #222;    } 
	75%  { background-color: #3BCCF6; } 
	100% { background-color: #222;    }
}        


/* FACEBOOK ANIMATION */
@-webkit-keyframes BeanFacebookPulse { 
	0%   { background-color: #222;    } 
	50%  { background-color: #345FAC; } 
	75%  { background-color: #222;    } 
	100% { background-color: #345FAC; } 
} 

@-moz-keyframes BeanFacebookPulse {
	0%   { background-color: #222;    } 
	50%  { background-color: #345FAC; } 
	75%  { background-color: #222;    } 
	100% { background-color: #345FAC; }
}

@-ms-keyframes BeanFacebookPulse {
	0%   { background-color: #222;    } 
	50%  { background-color: #345FAC; } 
	75%  { background-color: #222;    } 
	100% { background-color: #345FAC; }
}

@-o-keyframes BeanFacebookPulse {
	0%   { background-color: #222;    } 
	50%  { background-color: #345FAC; } 
	75%  { background-color: #222;    } 
	100% { background-color: #345FAC; }
}

@keyframes BeanFacebookPulse {
	0%   { background-color: #222;    } 
	50%  { background-color: #345FAC; } 
	75%  { background-color: #222;    } 
	100% { background-color: #345FAC; }
} 	
	




/*===================================================================*/
/*                    												  
/* POST COMMENTS GALORE			      		  
/*                    												
/*===================================================================*/

/*===================================================================*/
/* COMMENTS GENERAL
/*===================================================================*/ 
#comments { 
	clear: both; 
}

#comments ol {
	list-style: none;
	margin-bottom: 0px;
}
	
#comments-list { 
	margin-bottom: 130px;
} 

#reply-title,	
#comments .leave-reply-title h5,
#comments .comments-title h5 {
	color: #222;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: normal;
	padding-bottom: 10px;
}

#comments #reply-title {
	padding-bottom: 0px;	
}

#comments span.comments-subtext,
#comments span.comments-form-text {
	color: #C7C7C7;
	float: left;
	font-size: 16px;
	margin-bottom: 35px;
}

#comments span.comments-form-text {
	display: block;
	float: none;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 40px 0;
}
 	
#login span a,  
#login span {
	color: #9B9B9B;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}  

#login span a:hover { 
	color: #222;
}  

#comments span.says { 
	display: none;
}

.commentlist {
	list-style-type: none;
	margin: 0 0 40px;
}

.comment { 
	clear: both;
	margin-bottom: 65px; 
	margin-left: 26px;
}
 
li.comment { 
	border-left: none;
} 

li.depth-1.parent,
li.depth-2.parent,
li.depth-3.parent,
li.depth-4.parent  { 
	border-left: 1px solid rgb(238, 239, 240);
}

.pinglist {
 	list-style-type: disc;
	margin: 20px 0 40px 30px;
}
 	
/* Post Author Styles */
.bypostauthor .comment-author cite a {} 
.bypostauthor .comment-author cite a:hover {}    
.bypostauthor img.avatar.avatar {}

        
/*===================================================================*/
/* COMMENT META / AVATAR
/*===================================================================*/ 
.comment .avatar {
	background-color: #FFF;
	float: left;
	height: 70px;
	margin: 0px 10px 0 -35px;
	padding: 10px;
	width: 70px;
}

.comment-author cite {
	color: #222;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	line-height: 32px;
}

.comment-author a { 
	color: #222;
}

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

.comment-meta {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 22px;
	margin-top: 1px;
}

.comment-meta a {
	color: #C7C7C7;
	font-weight: normal;
	text-decoration: none;
}
	
.comment-edit-link { 
	color: #C7C7C7;
}

.comment-edit-link:hover { 
	color: #222;
}

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


/*===================================================================*/
/* COMMENT BODY
/*===================================================================*/ 
.comment-body .reply,
.comment-body p { 
	margin: 3px 0 -3px 45px;
}

.comment-body p:first-child { 
	margin-top: 0;
}

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

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

.children { 
	list-style-type: none; 
	margin: 65px 0 65px 45px;
}

.nocomments {
	padding: 20px;
	text-align: center;
}


/*===================================================================*/
/* CANCEL / REPLY COMMENT
/*===================================================================*/
#cancel-comment-reply { 
	margin-bottom: 10px;
	text-align: right;
}
	
#cancel-comment-reply-link {
	color: #222;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: -88px;
	text-transform: none;
	text-transform: uppercase;
}

#cancel-comment-reply-link:hover { 
	color: #F04F4D;
}
	
.comment-body .reply {
	float: left;
	margin: 3px 0 0 -1px;
	padding: 13px 0 0 46px;
}

.comment-body .reply a {
	background-color: #222;
	border-radius: 2px; 
	padding: 5px;        
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}	
	
.comment-body .reply a:hover { 
	background-color: #F86F59;
}	

.comment-awaiting-moderation {
	color: #C7C7C7;
	font: normal normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}


/*===================================================================*/
/* COMMENT FORM ADJUSTMENTS
/*===================================================================*/
.comment #respond { 
	margin: 85px 0 20px 45px;
}

#respond { 
	margin: 40px 0 20px 0px;
}

#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: 24px; 
	margin-right: 20px;
	margin-top:3px; 
	width: 70%;
}  

#respond .button, 
#respond button.button, 
#respond .button[type="submit"] { 
	margin-bottom: 20px;
}

#commentform p { 
	line-height: 20px;
}

#commentform label {
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	margin: 0 0 10px 0;
	padding-top: 10px;
} 

#commentform textarea { 
	margin-top: 5px; 
	min-height: 228px;
}	

.logged-in-as {
	color: #C7C7C7;
	font-size: 16px;
	margin: -15px 0 20px 0;
	padding: 0 0 10px 0;
}
	
li.comment #submit {
	margin-bottom: 20px;
	margin-top: 10px;
} 	





/*===================================================================*/
/*                    												  
/* AUDIO / VIDEO JPLAYER STYLES 		  		  
/*                    												  
/*===================================================================*/

/*===================================================================*/
/* JPLAYER BASE
/*===================================================================*/	
div.jp-interface {
	background: #222;
	border-radius: 0 0 3px 3px;
	border-top: none;
	height:55px;
	overflow:hidden;
	position:relative;	
	width:100%;
}

div.jp-video div.jp-interface { 
	margin:0 0 0 0;
}

div.jp-controls-holder {
	left:0;
	overflow:hidden;
	position:absolute;
	top: 14px;
	width:100%;
}
	
div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}
	
ul.jp-controls, 
div.jp-interface ul.jp-controls li {
	display:inline;
	float:left;
}
	
div.jp-interface ul.jp-controls a {
	display:block;
	margin-top: 1px;
	overflow: hidden;
	padding-left: 4px;
	padding-right:2px;
	text-indent: 100%;
	white-space: nowrap;
}
	
div.jp-interface ul.jp-controls a span {
	display:block;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
}

div.jp-jplayer { 
	background-color:#0D0D0D;
}
	
ul.jp-toggles {
	float:right;
	list-style-type:none;
	margin:0 auto;
	margin-top: 1px;
	overflow:hidden;
	padding:0;
	z-index:1;
}
	
ul.jp-toggles li {
	display:block;
	float:left;
	margin-left: 33px;
}
	
ul.jp-toggles li a {
	border-left: 1px solid #111;
	box-shadow: -1px 0 0 #333333;
	padding-left: 5px;
}
	
ul.jp-toggles li a, 
ul.jp-toggles li a span {
   	display:block;
	height:37px;
	padding-left: 8px;
   	padding-top: 4px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width:43px;
}

a.jp-play span, 
a.jp-pause span,
a.jp-stop span, 
a.jp-previous span, 
a.jp-next span {
	border-right: 1px solid #111;
	box-shadow: 1px 0 0 #333;
	height:55px;
	padding-right: 4px;
	width:37px;
}
	
a.jp-stop span { 
	width:36px;
}	

div.jp-current-time, 
div.jp-time-sep, 
div.jp-duration {
	color: #848383;
	font-size: 12px;
	margin-top: 20px;
}
	
div.jp-current-time {
	display:inline;
	float:left;
	margin-left:99px;
	text-align:right;
}
	
div.jp-time-sep {
	display:inline;
	float:left;
	margin-left:6px;
	margin-right:6px;
	text-align:center;
}
	
div.jp-duration {
	display:inline;
	float: left;
}
	
.jp-no-solution a,
.jp-no-solution span,
.jp-no-solution { 
	display: none!important;
}
		
/*===================================================================*/
/* BASE ICON POSITIONING
/*===================================================================*/
a.jp-mute, 
a.jp-unmute, 
a.jp-volume-max { 
	position:relative;
}

a.jp-mute, 
a.jp-unmute { 
	margin:0 75px 0 0;
}
	
a.jp-play span {
	background:url(assets/images/jp_sprite.png) 3px 7px no-repeat;
}

a.jp-play:hover span {
	background-position:-23px 7px;
}
	
a.jp-pause span {
	background:url(assets/images/jp_sprite.png) 2px -22px no-repeat; 
	display:none;
}

a.jp-pause:hover span {
	background-position:-26px -22px;
}
	
a.jp-stop span {			
	background:url(assets/images/jp_sprite.png) 1px -49px no-repeat;
}

a.jp-stop:hover span {
	background-position:-27px -49px;
}	
	
a.jp-previous span {
	background: url(assets/images/jp_sprite.png) -56px -22px no-repeat;
}

a.jp-previous:hover span {
	background-position:-84px -28px;
}
	
a.jp-next span {
	background:url(assets/images/jp_sprite.png) -56px 0 no-repeat;
}

a.jp-next:hover span {
	background-position:-84px 0;
}
	
a.jp-mute span {
	background:url(assets/images/jp_sprite.png) 0 -83px no-repeat;
}

a.jp-mute:hover span {
	background-position:-28px -83px;
}
	
a.jp-unmute span {
	background:url(assets/images/jp_sprite.png) 0 -110px no-repeat; 
	display:none;
}

a.jp-unmute:hover span {
	background-position:-28px -110px;
}	


/*===================================================================*/
/* PROGRESS BARS
/*===================================================================*/	
div.jp-progress {
	background-color: #0D0D0D;
	height:15px;
	left:0;
	overflow:hidden;	
	position:absolute;
	top:0;
	width:100%;
}

div.jp-play-bar,
div.jp-volume-bar-value {
	background: #F86F59;
	height:15px;
	width:0;
}

div.jp-seek-bar {
	cursor:pointer;
	height:100%;
	width:0;
}
	
div.jp-seeking-bg { 
	display: none;
}
	
div.jp-volume-bar {
	background-color:#0D0D0D;
	cursor:pointer;
	height:15px;
	overflow:hidden;
	padding-left: 1px;
	position:absolute;
	right: 22px;
	top:13px;
	width: 88px;
	z-index:2;
}


/*===================================================================*/
/* AUDIO JPLAYER GENERAL
/*===================================================================*/
div.jp-audio { 
	width:100%;
}

div.jp-audio.fullwidth, 
div.jp-audio.fullwidth .jp-type-list-parent {
	height:0;
	padding-bottom:42.5%%;
	position:relative;
	width:100%;
}
	
div.jp-audio.fullwidth.playlist {
	height:auto;
	padding-bottom:0;
}
	
div.jp-audio.fullwidth .jp-type-single, 
div.jp-audio.fullwidth .jp-type-list {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
	
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-audio-play {
	background-color:rgba(0, 0, 0, 0);
	cursor:pointer;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
	
div.jp-audio-full div.jp-audio-play {
	height:100%;
	z-index:999999;
}
	
a.jp-audio-play-icon { 
	display:none;
}
	
div.jp-audio-play:hover a.jp-audio-play-icon {
	opacity:1;
	filter:alpha(opacity=100);
}
 	
div.jp-audio div.jp-interface { 
	margin:0 0 0 0;
}

div.jp-audio-full div.jp-title li { 
	padding:1px 0;
}

div.jp-gui { 
	margin-top: 0px;
}

div.jp-jplayer audio, 
div.jp-jplayer {
	height:0;
	width:0;
}

div.jp-title ul, 
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
}	


/*===================================================================*/
/* VIDEO JPLAYER GENERAL
/*===================================================================*/
div.jp-video.fullwidth .jp-jplayer img, 
div.jp-video.fullwidth .jp-jplayer video, 
div.jp-video.fullwidth .jp-jplayer object {
    left: 0;
    position: absolute;
    top: 0;
}

div.jp-audio, 
div.jp-video {
	color:#a7a7a7;
	line-height:30px;
	position:relative;
	z-index:10;
}
	
div.jp-video video { 
	background-color:#FFF;
}
	
div.jp-video.fullwidth, 
div.jp-video.fullwidth .jp-type-list-parent {
	height:0;
	margin-bottom: 40px;
	padding-bottom:56.25%;
	position:relative;
	width:100%;
}
	
div.jp-video.fullwidth .jp-type-single, 
div.jp-video.fullwidth .jp-type-list {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
	
div.jp-video-full {
	height:100%;
	position:static !important;
	width:100%;
}
	
div.jp-video-full div.jp-jplayer {
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	z-index:1000;
}
	
div.jp-video-full div.jp-gui {
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:1000;
}
	
div.jp-video-full div.jp-interface {
	bottom:0;
	left:0;
	position:absolute;
	z-index:1000;
}

/*===================================================================*/
/* VIDEO ICON POSITIONING
/*===================================================================*/
a.jp-video-play-icon { 
	display: none;
}
	
div.jp-video-play:hover a.jp-video-play-icon {
	filter:alpha(opacity=100);
	opacity:1;
}
	
	
	

/*===================================================================*/
/*                      					   					      
/* 11. WIDGET STYLES                         	        		      
/*                    												  
/*===================================================================*/

/*===================================================================*/
/* WIDGET STANDARDS
/*===================================================================*/
.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-title,
.widget .widget-title {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 13px;
}
	
#sidebar .widget-title { 
	clear: both;
	padding-bottom: 12px;
}

#sidebar .widget { 
	float: left;
	margin-bottom: 45px;  
}  

/* BEAN SOCIAL PLUGIN MOD */
ul.bean_social_icons a { 
	line-height: 0!important;
}
 
ul.bean_social_icons li.bean_social_icon { 
	margin: 0 8px 8px 0!important;
}
   
/* PRICING TABLE PLUGIN */
#powerTip, .bean-pricing-table .pricing-highlighted { 
	background-color: #F86F59!important;
}

.bean-pricing-table .pricing-column li span { 
	color: #F86F59!important;
}

#powerTip:after { 
	border-color: #F86F59 transparent!important;
}

.bean-pricing-table .pricing-column ul { 
	background-color: #F0F1F2!important;
}

.bean-pricing-table .table-mast h6.price {
	margin-bottom: 10px!important;
}

.bean-pricing-table .table-mast p { 
	color: #848383!important;
}	

/* SHORTCODES PLUGIN */
.bean-panel-title a {
	font-weight: normal!important;
}

	
/*===================================================================*/
/* DRIBBBLE SHOTS WIDGET
/*===================================================================*/ 
div.widget.bean-dribbble-widget.clearfix { 
	float: none!important;
}

.bean-dribbble-shots { 
	margin-top: 7px;
}

.bean-shot { 
	float: left;
}

.bean-dribbble-shots img {
	height: 60px;
	margin-bottom: -7px!important;
	opacity: 0.4; 
	width: 80px;
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ; 	
}

.bean-dribbble-shots img:hover { 
	opacity: 1;
} 


/*===================================================================*/
/* FLICKR WIDGET
/*===================================================================*/ 
div.widget.radium_flickr_widget { 
	float: none;
}

.flicker-image-wrapper {
	float: left;
	margin-top: 7px;
}

.flickr_badge_image { 
	float: left;
}

.flickr_badge_image a {
	float: left;
	opacity: 0.4; 
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
}

.flickr_badge_image a:hover { 
	opacity: 1;
}

.flickr_badge_image img {
	float: left;
	height: 32px;
	width: 32px;
}


/*===================================================================*/
/* TAG CLOUD WIDGET
/*===================================================================*/ 	
.tagcloud {
 	float: left;
 	margin-top: 4px;
}
 	
.tagcloud a {
 	background-color: #414141;
	border-radius: 3px;
 	color: #848383!important;
 	cursor: pointer;
	display: inline-block;
	float: left;
	font: bold 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important;
 	margin: 3px 3px 0 0;
 	padding: 4px 6px;
 	position: relative;
	text-transform: capitalize;
 	-webkit-transition: 0.1s linear all;
 	   -moz-transition: 0.2s linear all;
 		-ms-transition: 0.2s linear all;
 		 -o-transition: 0.2s linear all;
 	
} 		        

 .tagcloud a:hover { 
 	background-color: #414141;
	color: #FFF!important;
}
 	

/*===================================================================*/
/* TWITTER WIDGET
/*===================================================================*/
.widget_bean_tweets li {
	line-height: 20px;
	margin-bottom: 20px!important;
}

.widget_bean_tweets a.twitter-time-stamp {
	color: #5C5C5C!important;
	display: block;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important;
	text-transform: uppercase;
}

.widget_bean_tweets .button { 
	background-color: #414141;
	color: #848383;
	font-size: 12px;
	margin: 2px 0 0 0;
	padding: 4px 6px;
}	
	
.widget_bean_tweets .button:hover { 
	color: #FFF;
}
	
	
/*===================================================================*/
/* SEARCH WIDGET
/*===================================================================*/
.widget_search .button[type="submit"] {
	display: none;
}

.widget_search .widget-title { 
	margin-bottom: 5px;
}



/*===================================================================*/
/*                      					   					      
/* 12. THEME SLIDESHOWS     	        	      
/*                    												  
/*===================================================================*/

/*===================================================================*/
/*	SLIDSEHOW STYLING
/*===================================================================*/
/* Browser Resets (Don't Edit)*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	list-style: none;
	margin: 0; 
	padding: 0; 
}

/*===================================================================*/
/* FLEXSLIDER NECESSARY STYLES
/*===================================================================*/
.flexslider {
	margin: 0; 
	padding: 0;
}
	
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
}
	
.flexslider .slides img {
	display: block;
	max-width: 100%; 
}
	
.flex-pauseplay span {
	display: none;
	text-transform: capitalize;
}

.slides:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0;
	line-height: 0; 
	visibility: hidden; 
}
	
html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}


/*===================================================================*/
/* FLEXSLIDER DEFAULT THEME
/*===================================================================*/
.flexslider {
 	position: relative; 
 	zoom: 1;
}
	
.flexslider .slides { 
	zoom: 1;
}

.flexslider .slides > li { 
	position: relative;
}

.flex-container {
	position: relative;
	zoom: 1; 
}

.flexslider  ul.slides{
	background: black;
}
	
.slideshow { 
	position:relative;
}

 ul.slides, 
 .slides > li {
 	list-style: none;
	margin: 0 0 0 0;
 	position: relative;
}

/* Slideshow Loader */	
ul.slides.loading {
	background: url(../images/loader.gif) 50% 50% no-repeat ;
	color:#000;
	height: 400px;
	line-height: 50px;
	position: relative; 
	text-align: center;
	width: 100%; 
}

.loaded { 
	background: none;
}



/*===================================================================*/
/* POST SLIDER
/*===================================================================*/
.post-slider {	
	margin: 0 auto 0 auto;  
	padding: 0;
	position: relative;
	width: 100%; 
	zoom: 1;
}
	
.post-slider .slides { 
	list-style: none;
	margin: 0 0 0 0 !important;
	zoom: 1; 
}
	
.post-slider .slides > li {
	display: none;
	position: relative;
}

.post-slider .slides img {
	background: transparent;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
  

/* Navigation Links */
.post-slider .flex-control-nav {
    bottom: 6px;
    display: none !important;
    left: 0!important;
    outline: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index:99;
}

.post-slider .flex-control-nav li {
    display: block;
    float: left;
    width: 15%;
    z-index: 99;
	zoom: 1;
}

.post-slider .flex-control-nav li a {
    background-color: #EAECEF;
    cursor: pointer;
    float: left;
    height: 2px;
    outline: 0;
    overflow: hidden;
    text-indent: 100%;
    width: 100%;
	white-space: nowrap;
}

.post-slider .flex-control-nav li a:hover, 
.post-slider .flex-control-nav li a.active {
	background-color: #0081C7;
	filter: alpha(opacity=@opacity * 100);
}
	

 /* Directional Control */
 .post-slider .flex-direction-nav li {
 	float:left;
 	list-style:none;
 	margin:0px 1px;
 	padding: 0;
}
 
.post-slider .flex-direction-nav li a {
	bottom: 0px;
	cursor: pointer;
	display: block;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	-khtml-opacity: 0;
	  -moz-opacity: 0;
}
 	
.post-slider .flex-direction-nav .prev,
.post-slider .flex-direction-nav .next {
	background-color: #222;
	color: #FFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	opacity: 1;
	padding: 0 15px;
	text-transform: uppercase;
	width: 70px;
	z-index: 99;
	-khtml-opacity: 1;
	  -moz-opacity: 1;
}

.post-slider .flex-direction-nav .prev { 
	left: 0px;
}

.post-slider .flex-direction-nav .next { 
	background-position: -104px 12px;
	left: 70px; 
}

.post-slider .flex-direction-nav .prev:hover,
.post-slider .flex-direction-nav .next:hover { 
	background-color: #F86F59;
}

.post-slider.no-nav.no-pagi { 
	padding: 0;
}

.post-slider .slider-desc span,
.post-slider .slider-desc em { 
	color: #fff;
}

.post-slider.no-nav.no-pagi { 
	padding: 0;
}
