/*===================================================================
 
	Theme Name: 	Spruce
	Theme URI:      http://demo.themebeans.com/spruce
	Description: 	A practical journal WordPress Theme for practical people.
	Author:         Rich Tabor / ThemeBeans
	Author URI:     http://themebeans.com
	Version:        2.3.1
	Tags:           flexible-width, white, post-formats, theme-options,translation-ready, right-sidebar, left-sidebar
	Textdomain: 	bean
	
	License: GNU General Public License V2 or Later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
/*=========================CUSTOM=========================*/
@keyframes fundoHorizontal {
	from { background-position: 0 0; }
	to { background-position: 0 -100px; }
}
@-webkit-keyframes fundoHorizontal {
	from { background-position: 0 0; }
	to { background-position: 0 -100px; }
}
/*===================================================================*/
body {
	background-color: #FFF;
	color: #495962;
	font: normal 17px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
  	
p {
	color: #495962;
	font-size: 17px;
	line-height: 30px;
	margin-bottom:30px;
}
 
a {	
 	color: #22272A;	
 	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out; 	   
	-o-transition: all .2s ease-in-out;
}

h1,	
h2,
h3,
h4,
h5,
h6,
p a { color: #22272A; font-weight: bold; }

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

h3 { 
	font-size: 16px;
	margin-bottom: 0px;
    line-height: 22px;
}

h5 {
	color: #22272A;
	font-size: 14px;
	padding-bottom: 20px;
}	
	
h6 {
	color: #22272A;
	font-size: 20px;
	margin-bottom: 10px;
}
 	
code { 
 	color: #22272A;
 	font: bold 16px/22px "Courier New", Courier, mono, sans-serif;
 	overflow: auto;
 	border-style: none;    
 }
	
	
	
	
/*===================================================================*/
/*                    												  
/* PRIMARY LAYOUT / SIDEBAR DEFAULTS 		   		  
/*                    												  
/*===================================================================*/
#primary-container{
	padding: 70px 30px;
}

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

.sidebar-right .sidebar {
    margin-left: 60px;
}
    
.sidebar-left .sidebar {
    margin-right: 60px;
}
		
.sidebar .widget {
	margin-bottom: 70px;
}   

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

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



/*===================================================================*/
/*                    												  
/* FORM & INPUT STYLES    	         		  
/*                    												  
/*===================================================================*/  
/* THEME BUTTONS */
.btn, 
.button, 
.more-link, 
.tagcloud a,
button.button, 	       
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	border: none;	 
	border-radius: 2px; 
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font: normal bold 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1px 1px 4px 0; 
	outline: none;
	padding: 6px 12px;
	text-align: center;        
}

.btn:hover, 
.more-link:hover, 
.button:hover, 
.tagcloud a:hover,
button.button:hover, 
.form-submit input[type="submit"]:hover,
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    color: #FFF!important;
    background-color: #2A3034;
}
    
    
/* THEME FORMS */
form { 
	margin-bottom: 20px; 
}
 
fieldset legend { 
	color: #22272A;
}
 
form label {
	color: #22272A;
	font-size: 18px;
}
  
/* ERRORS */         
form label.error {
	padding-top: 5px;
	width: 100%;
	display: none !important;
}

label.error { 
	display: none!important;
}

.error input, 
textarea.error,
.wpcf7-not-valid,
input[type=text].error { 
	background-color: #FFFBFA!important; 
	border-color: #FF5F49!important;
	color: #FF5F49!important; 
}  

span.required { 
	color: #CF5C46; 
}  
	
.contact-submit input[type="submit"] {
	font-size: 16px;
	margin-top: 40px;
	padding: 13px 12px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
}
             
form .input {
     clear: none;
     display: inline;
     margin-bottom: 20px;
}
     
input.input-text, 
textarea, 
select {
     display: block;
     margin-bottom: 18px;
} 
 
select { 
	height: 28px; 
}    
 	 
input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea { 
	height: 40px;
	border: 1px solid #BBC1CA;
	color: #A9ADB1;
	font: 15px/26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-radius: 0px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
	-webkit-appearance: none;
	-webkit-transition: all 0.1s ease-in-out;
	   -moz-transition: all 0.1s ease-in-out;
		-ms-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;		
}

input[type="text"]:hover, 
input[type="password"]:hover, 
input[type="date"]:hover, 
input[type="datetime"]:hover, 
input[type="email"]:hover, 
input[type="number"]:hover, 
input[type="search"]:hover, 
input[type="tel"]:hover, 
input[type="time"]:hover, 
input[type="url"]:hover, 
textarea:hover  {
	border: 1px solid #a9afb9;
	color: #22272A;
}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	border:1px solid #747b80;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	color: #22272A;
	outline:none;
}
    
textarea {
	padding: 15px 20px;
}
	
::-webkit-input-placeholder { 
	color: #96999D;
}

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

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

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

/* CONTACT FORM 7 COMPATIBILITY */
.wpcf7-form input[type="text"] {
	margin-top: 15px;
}

.wpcf7-not-valid-tip {
	background: none!important;
	border: none!important;
	color: #FF4949;
	left: 0!important;
	position: relative!important;
	top: -10px!important;	
}

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

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

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 {
	font-size: 11pt;
	margin-top: -10px;
}

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

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


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

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

/*===================================================================*/
/* HEADER OVERLAY
/*===================================================================*/	
#overlay {
	display: none;
	position: relative;
	z-index: 999;	
}
	
.overlay-container {
	background-color: #2A3034;
	padding: 30px;
}
	
.overlay-container p {
	color: #FFF;
	margin-bottom: 0px;
}

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

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

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

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

#header-dropin {
	background-color: #22272A;
	float: left;
	opacity: .97;
	padding: 17px 50px 0px;
	width: 100%;
	z-index: 1039;	
}

.logged-in.admin-bar #header-dropin {
	top: 32px;
}
	
#header-dropin .main_menu {
	margin-top: 0px;
}	
	
#header-dropin .logo-uploaded {
	margin-bottom: -8px;
}	
	
#header-dropin h1.logo_text {
	font-size: 40px;
}	

#header-dropin .main-menu > li {
	padding-bottom: 30px;
}	
	
#header-dropin .main-menu a {
	border: none;
}

#header-dropin .main-menu .sub-menu {
	border-radius: 0 0 3px 3px;
}

	
/*===================================================================*/
/* LOGO & BRANDING
/*===================================================================*/
.logo {
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
}
	
.logo img { 
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
}

.logo-uploaded { 
	max-width: none;
}
	
.logo_text { 	
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	letter-spacing: -.08em;
    -webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
} 

.logo img:hover,
.logo_text:hover {
	opacity: .6;
} 	

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


/*===================================================================*/
/* HERO / MAIN HEADER
/*===================================================================*/
#header-container {
	background-color: #22272A;
	padding: 85px 30px 75px;
	z-index: 1!important;
}

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

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


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

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

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

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

/* HOVER CSS */
.main-menu li {
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
}
	
ul.main-menu:hover > li  { 
	opacity: .5; 
}

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

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

.main-menu .sub-menu li {
	border-bottom: 1px solid #26292C;
	color: #979ea3;
	padding: 5px 0;
}
 	 	
.main-menu .sub-menu li:last-child {
	border-bottom: none;
}
 	
.main-menu .sub-menu li a:hover {
	color: #FFF;	
}

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



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


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

/*===================================================================*/
/* SEARCH TEMPLATE 
/*===================================================================*/
.search h1 {
    margin-bottom: 5px;
}

.search .searchform.search-page input[type="text"] {
    background: url(assets/images/sprite.png) 477px -231px no-repeat;
    margin-bottom: 12px;
}

.search #searchform .button[type="submit"] {
    display: none;
}

	
/*===================================================================*/
/* 404 PAGE TEMPLATE
/*===================================================================*/ 	
.error404 #primary-container {
	padding: 10%;
	text-align: center;
}		
	

/*===================================================================*/
/* CONTACT TEMPLATE 
/*===================================================================*/  
#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%;
} 

.contact-alert {
	background-color: #F7F7F7;
	border-radius: 2px;
	color: #FFF;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	text-align: center;
}

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

.contact-alert.success {
	background-color: #3FC380;
}	
	
.wpcf7-submit,	
.submit .button {
	padding: 13px 15px 13px!important;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
}




/*===================================================================*/
/*                    												  
/* PORTFOLIO       		  
/*                    												  
/*===================================================================*/
/* ISOTOPE STYLES */
.portfolio-grid {
	margin-top: 30px;
}

#isotope-container  {
	margin-left: -1.333333333%;
	margin-right: -1.333333333%;
	width: 103%;
}

#isotope-container.animated.BeanFadeIn {
	-webkit-animation-delay: .5s; 
	   -moz-animation-delay: .5s;
		-ms-animation-delay: .5s;
		 -o-animation-delay: .5s;	
}

.isotope-item {
	float: left;
	margin-bottom: 50px;
	padding: 0 1.23% 0 1.23%;
	position: relative;
	width: 25%;
	z-index: 2;
}

.isotope-item img {
	width: 100%;
	vertical-align: bottom;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
}

#isotope-container .post-thumb {
	margin-bottom: 15px;
}	
	
.portfolio-meta {
	line-height: 22px;
	text-align: center;
}

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

.portfolio-category a:hover {
	color: #22272A;	
} 	
	
/* ISOTOPE FILTER */
#filter {
	color: #22272A;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 70px;
	margin-right: 7px;
	text-transform: uppercase;
}

.filter-title {
	margin-right: 10px;
	padding-left: 0px;
}

#filter li {
	display: inline-block;
}

#filter li a {
	border-radius: 2px;
	color: #22272A;
	padding: 3px 6px;
}

#filter li a.active {
	color: #FFF!important;
}

#filter .nav-sep {
	color: #B8B9BC;
	margin: 0 10px!important;
}

#filter li:last-child .nav-sep {
	display: none;
}
	
		
/*===================================================================*/
/* SINGLE PORTFOLIO
/*===================================================================*/	
.single-portfolio .entry-header,	
.single-portfolio .entry-content, 
.single-portfolio .entry-excerpt {
	margin-bottom: 30px;
}
	
.stacked-image {
	position: relative;
}	
.portfolio-meta.single.show-for-small {
	border-top: 1px solid #E8EAEE;
	margin-top: 40px;
	padding-top: 30px;
}

.single-portfolio .portfolio-meta {
	text-align: left;
}

ul.portfolio-meta-list span {
	color: #B0B8BD;
	font-size: 14px;
	text-transform: uppercase;
}	
	
ul.portfolio-meta-list,
ul.portfolio-meta-list a {
	color: #B0B8BD;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0px;
}
	
ul.portfolio-meta-list  a.post-edit-link {
	font-size: 14px;
	text-transform: uppercase;
}
	
.single-portfolio .pagination {
	border-top: 1px solid #E8EAEE;
	padding-top: 35px;
}	

/* TAXONOMY */	
.tax-portfolio_tag #primary-container, 	
.tax-portfolio_category #primary-container{
	padding: 55px 30px 30px; 
}	
	
		
		
		
/*===================================================================*/
/*                    												  
/* BLOGROLL (POST FORMATS & BLOG PAGE)          		  
/*                    												  
/*===================================================================*/
/* BIG FIRST POST ON INDEX */  
.first-post  {
	padding: 0 30px 50px;
}
	
/* LISTS ON POSTS - ALTERNATING BACKGROUND COLORS */  	
.posts-list {
	color: #A0AAB0;
	font-size: 15px;
	width: 100%;
}
	
.posts-list h1 {
	font-size: 34px;
}
	
.posts-list section.type-post {
	min-width: 100%;
	line-height: 45px;
	padding: 30px;
}
	
.search-results #primary-container.posts-list section.type-post.odd,	
.posts-list section.type-post.even {
	background-color: #F6F8FB;
}

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

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

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

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

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

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

}

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

#load-posts.load-more-out {
	height: 0px!important;
	padding: 0px!important;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out; 	   
		 -o-transition: all .3s ease-in-out;		 
}

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

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

span.page-blog a { 
	background-position: -134px -134px; 
	background-repeat: no-repeat;
}
	
span.page-blog,	 
span.page-next,
span.page-previous {
	display: inline-block;   
	width: 32px;
	height: 32px;    
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
		    border-radius: 3px; 
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;	    
}

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


/*===================================================================*/
/* STANDARD POST FORMAT
/*===================================================================*/  
.format-standard .fluid-width-video-wrapper	{ 
	margin: 10px 0 5px 0px; 
}

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

	
/*===================================================================*/
/* GALLERY POST FORMAT
/*===================================================================*/   
.format-gallery .entry-content-media {
	margin: 0px;
	position: relative;
}
	
/* SLIDER BROWSER RESETS */
.bean-container a:active,
.post-slider a:active,
.bean-container a:focus,
.post-slider a:focus  {outline: none;}
.slides,
.bean-control-nav  { margin: 0; padding: 0; list-style: none; } 

/* SLIDER PRIMARY */ 
.post-slider {margin: 0; padding: 0; position: relative;}
.post-slider .slides > li { display: none; -webkit-backface-visibility: hidden; } 
	
.post-slider .slides img {
	display: block;
	width: 100%; 
}

.loading .bean-viewport {max-height: 300px;}
.post-slider .slides {zoom: 1;}
.slides li img { margin-bottom: 0px!important; }


/* SLIDER CLEARFIX */
.slides:after { 
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 
	
html[xmlns] .slides { display: block; } 
* html .slides { height: 1%; }

/* NO JAVASCRIPT FALLBACK */
.no-js .slides > li:first-child {display: block;}

/* SLIDER CONTROL NAV - THE ARROWS */
.bean-direction-nav {
	display: inline-block; 
	/* *display: inline; */
	font-size: 15px;
    margin: 8px 0 0px;
    padding-bottom: 10px;
	width: 100%;
	zoom: 1; 
}
	
.bean-direction-nav a {
	color: #B0B8BD;
	display: block;
}

a.bean-prev {
	float: left;
}	

a.bean-next {
    float: right;
}		

/* CAPTIONS */
.bean-image-caption,
.bean-slide-caption  {
	background-color: #22272A;
	top: 0px;
	color: #FFF;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 14px;
	position: absolute;
	text-align: center;
}		

 
/*===================================================================*/
/* VIDEO POST FORMAT
/*===================================================================*/ 
.single-format-video .entry-content-media {
	margin-top: 9px;
}
 
.format-video div.jp-interface {
	border-radius: 0 0 3px 3px;
} 
	



/*===================================================================*/
/*                    												  
/* SINGLE POST STYLES	   		  		      
/*                    												  
/*===================================================================*/
.five.columns.post-head {
	padding-right: 50px;
}

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

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

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

.more-link { 
    background-image: url(assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: 62px -29px;
    margin-top: 40px!important; 
    padding-right: 35px!important;
    width: 131px;
    display: block;
}
	
.post-thumb {
    background-image: url(assets/images/post-thumb.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 2px;		
	margin-bottom: 40px;	                
}	
	
.post-thumb a img:hover {
    opacity: .1;
}


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

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

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


/*===================================================================*/
/* WORDPRESS DEFAULT STYLING
/*===================================================================*/		
.single-post .entry-content img,
.single-post .entry-content img a {
	margin: 40px 0px 40px 0px; 
}	
		
blockquote {
 	margin: 40px 0;
 	padding: 25px 25px 23px 55px;
 }
 
blockquote, 
blockquote p {
	border-radius: 2px;
	color: #FFF;
	background-color: #2A3034;
	font: bold 17px/25px "Raleway", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;        
}

blockquote p {
	margin-bottom: 0px;
}

blockquote a:hover {
	color: #FFF;
}		
	
 /* IMAGES */
.entry-content p img,
.content .gallery .gallery-icon img, 
.post-thumb img,
.image-frame img, 
.attachment .post-box img,
.slider img {
 	display: block;
 	background: transparent;
}
  	
.image-frame img, 
.attachment .post-box img,
.entry-content-media img,
.post-thumb img { 
	border-radius: 2px;	
	height: auto;    
}
 
.entry-content .entry-content-media img { 
	margin: 0 0 0 0; 
}
 
.attachment article .entry-content { 
	padding:0 0 0 0; 
}

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

.fluid-width-video-wrapper {
	margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

.wp-caption,
figcaption {
	text-align: center;
	margin: 10px 20px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:9px;
}

.wp-caption.aligncenter { margin: 20px auto; }
.wp-caption.alignleft 	{ margin-left: 0; 	 }
.wp-caption.alignright 	{ margin-right: 0;   }
.wp-caption.alignnone 	{ margin-left: 0;}

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-size:11px;
}

img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
	
.sticky {}
	
.post-slider .slider-desc {
	position: absolute;
    text-align: center;
    font-size: 13px;
    left: 1.4%;
    bottom: 9px;
    max-width: 60%;
    color: #eeeeee;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(34, 34, 34, 0.8);
    padding: 7px 16px;
    opacity: 1;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}	




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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*===================================================================*/
/* COMMENT BODY
/*===================================================================*/ 
.comment-body p { 
	padding-bottom: 30px;
    border-bottom: 1px solid #E8EAEE;
}

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

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

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

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



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

#cancel-comment-reply-link:hover { 
	background-color: #FFCBC3;
	color: #a52525;
}
	
.comment-awaiting-moderation {
	font: normal normal 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #62696E;
	text-transform: uppercase;
}
		


/*===================================================================*/
/* COMMENT FORM ADJUSTMENTS
/*===================================================================*/
#respond form label {
	display: none;
}
	
.comment #respond { 
	margin: 0px 0 50px 110px;
	padding-top: 20px;
}
	
.children #respond {
	margin-left: 155px;
}	

#commentform input[type="text"], 
#commentform input[type="password"], 
#commentform input[type="date"], 
#commentform input[type="datetime"], 
#commentform input[type="email"], 
#commentform input[type="number"], 
#commentform input[type="search"], 
#commentform input[type="tel"], 
#commentform input[type="time"], 
#commentform input[type="url"] { 
	margin-bottom: 14px;
	width: 60%;
}  

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

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

.form-submit input[type="submit"] {
    background-image: url(assets/images/sprite.png);
    background-repeat: no-repeat;
    background-position: 113px -126px;
	padding: 14px 38px 14px 15px;
	-webkit-appearance: none;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
}
	
#commentform textarea { 
	min-height: 224px;
	height: 224px;
}
	
.logged-in #comments.columns {
	float: none;
}		
	
.logged-in #respond .six {
	width: 100%;
	float: none!important;
}

.logged-in #commentform label {
	display: none;
} 

.logged-in-as {
	color: #B0B8BD;
	font-size: 15px;
	margin-top: -28px;
}

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

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

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

/*===================================================================*/
/* JPLAYER BASE
/*===================================================================*/	
div.jp-interface {
    background-color: #22272A;
    border: 1px solid #16151A;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.3); 
	width:94%;
 	margin: 0 auto;
	height:39px;
	overflow:hidden;
	position:relative;     
}

div.jp-interface { 
	margin:0 auto; 
	width: 94%;
	padding: 7px;
}

.entry-content-media-audio {
	position: relative;
}

div.jp-audio.fullwidth {
	position: absolute;
	bottom: 0px;
}
	
/* IF NO FEATURED IMAGE */	
.audio-no-feat div.jp-interface {
	width: 100%!important;
}	 

.audio-no-feat div.jp-progress {
	width: 65%!important;
}

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

/* ICON SETUP */
div.jp-interface ul.jp-controls {
	border-right: 1px solid #000;
	box-shadow: 1px 0 0 #363B3E;
}
	
a.jp-mute, 
a.jp-unmute, 
a.jp-volume-max { 
	position: relative; 
}

a.jp-mute, 
a.jp-unmute { 
	box-shadow: -1px 0 0 #000000;
	margin:0 75px 0 0; 
	border-left: 1px solid #363B3E;
	padding-left: 5px;
}
		
ul.jp-controls, 
div.jp-interface ul.jp-controls li {
	display:inline;
	float:left;
	margin-bottom: 0px;
	margin: -6px 0 0 0;
}
	
div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent: 100%;
   	white-space: nowrap;
	overflow: hidden;
}
	
div.jp-interface ul.jp-controls a span {
	display:block;
	overflow: hidden;
}

ul.jp-toggles {
	float:right;
	margin-top: -6px;
}
	
ul.jp-toggles li a, 
ul.jp-toggles li a span {
	display:block;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
	
ul.jp-toggles li a, 
ul.jp-toggles li a span,
a.jp-play span, 
a.jp-pause span,
a.jp-stop span {
	height:42px;
	width:33px;
}
	
		
/* BASE ICON POSITIONING */
a.jp-play span { 
	background:url(assets/images/jplayer.png) -3px 9px no-repeat; 
}

a.jp-pause span { 
	background:url(assets/images/jplayer.png) -3px -21px no-repeat; 
	display:none; 
}
		
a.jp-mute span { 
	background:url(assets/images/jplayer.png) 0px -87px no-repeat; 
}
	
a.jp-unmute span { 
	background:url(assets/images/jplayer.png) -3px -57px no-repeat; 
	display: none;
}	

a.jp-pause:hover span,
a.jp-stop:hover span,
a.jp-mute:hover span,
a.jp-unmute:hover span,
a.jp-play:hover span { opacity: .7; }

/* PROGRESS BARS */	
div.jp-progress {
	background-color: #171A1D;	
	box-shadow: 0 1px 0 #363B3E;
	left: 56px;
	position: absolute;
	margin: 7px 0;
	width: 64.5%;
	height: 11px;
}
	
.format-audio div.jp-progress {
	width: 64%;
}


.fullwidth-layout div.jp-progress {
	width: 73.5%;
}
	
.fullwidth-layout .format-audio div.jp-progress {
	width: 73.5%;
}			
			
div.jp-seek-bar {
	width:0;
	height:100%;
	cursor:pointer;
}
	
div.jp-seeking-bg { 
	display: none; 
}
	
div.jp-volume-bar {
	background-color: #171A1D;
	box-shadow: 0 1px 0 #363B3E; 
	overflow:hidden;
	position:absolute;
	cursor:pointer;
	margin: 7px 0;
	width: 60px;
	height: 11px;      
}
	
div.jp-volume-bar { 
	right:15px; 
}

div.jp-play-bar,	
div.jp-volume-bar-value {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);  
	height:11px;
	width:0;  
}


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

div.jp-audio.fullwidth, 
div.jp-audio.fullwidth .jp-type-list-parent {
	bottom: 48px;
	height:0;
	position: absolute;
	width:100%;
}
	
div.jp-audio-full {
	width:100%;
	height:100%;
	position:static !important;
	position:relative
}
	
div.jp-audio-full div.jp-jplayer {
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
	
div.jp-audio-full div.jp-gui {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
	
div.jp-audio-full div.jp-interface {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
}

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

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

div.jp-jplayer {
	border-radius: 3px;
	margin-bottom: -8px!important;
}	


/*===================================================================*/
/* VIDEO JPLAYER GENERAL
/*===================================================================*/
div.jp-video div.jp-interface { 
	margin:0 0 0 0; 
	width: 99.9%;
}

div.jp-video.fullwidth, 
div.jp-video.fullwidth .jp-type-list-parent {
	width:100%;
	height:0;
	padding-bottom:56.3%;
	position:relative;
	margin-bottom: 75px;
}

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





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

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

.footer-widgets.mid.four.columns {
	border-left: 1px solid #2A3034;
	border-right: 1px solid #2A3034;
    padding: 0 30px;
}    

.footer-widgets .widget .widget-title {
	color: #FFF;
	font-size: 13px;
    padding-bottom: 30px; 
	text-transform: uppercase;
}

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

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

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

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

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

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

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

.global-footer .widget_bean_tweets li a {
	display: initial;
}

.global-footer .widget_bean_tweets li a:hover {
	color: #FFF!important;
}
	
.global-footer .widget_bean_tweets .button,	
.global-footer .widget_bean_tweets a.twitter-time-stamp {
    display: none;
}
    
.global-footer .twitter-quote {
    position: absolute;
    height: 28px;
    top: 48%;
    width: 37px;
    background: url(assets/images/sprite.png) no-repeat;
}	

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

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

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


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

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

/* PRICING TABLE PLUGIN */
.bean-pricing-table .table-mast { background-color: #22272A!important; }
.bean-pricing-table .table-mast:hover { background-color: #2A3034!important; }
.bean-pricing-table .pricing-column ul { background-color: #F6F8FB!important; color: #A0AAB0!important; }
.bean-pricing-table .pricing-column li.info:hover { color: #22272A!important; }
.bean-pricing-table .table-mast h6.price { color: #FFF!important; margin-bottom: 10px!important; }
.bean-pricing-table .table-mast p { color: #A0AAB0!important; }	


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

.bean-panel-title > a {
	color: #22272A;
	font-weight: normal;
}

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

.widget_text .widget-title {
    padding-bottom: 20px!important;
}   
    
.widget_recent_entries li {
	margin-bottom: 5px;
}	

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

.bean-shot {
	float: left;
	margin: 0 1.8072% 12px;
	width: 46.3%;  
}

.bean-dribbble-shots img {
	height: auto; 
	width: 100%;  
	vertical-align: bottom;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;        	
}

.bean-dribbble-shots a {
    background-image: url(assets/images/dribbble.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 3px;
  	display: block;
}
		
.bean-dribbble-shots img:hover {
    opacity: .1;
}
    
    
/*===================================================================*/
/* FLICKR WIDGET
/*===================================================================*/ 
div.widget.bean_flickr { 
	float: none; 
}

.flickr-image-wrapper {
	 float: left;
	 margin-left: -1.8072%;
	 margin-right: -1.8072%;
	 width: 103.75%;
}

.flickr_badge_image {
    background-image: url(assets/images/flickr.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 3px;
    float: left;
	margin: 0 1.8072% 12px;
	width: 21.3855%;   
}

.flickr_badge_image a { 
	border-radius: 3px; 
	position: relative; 	         
}
		
.flickr_badge_image a:hover img { 
	opacity: .1;
}	
			
.flickr_badge_image img {
	float: left;
	height: auto;
	width: 100%;  
	vertical-align: bottom; 
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;     
}
		

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

	
/*===================================================================*/
/* NEWSLETTER WIDGET
/*===================================================================*/
.widget_bean_newsletter p {
    margin-bottom: 25px;
}

.widget_bean_newsletter input[type="email"] {
	margin-bottom: 6px;
 }

.widget_bean_newsletter input[type="submit"] {
    font-size: 15px;
	line-height: 22px;
	padding: 8px 10px;
	width: 100%; 
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out; 	   
		 -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;  	      
}	

.widget_bean_newsletter h3.widget-title {
	padding-bottom: 20px!important;
}

	
/*===================================================================*/
/* SEARCH WIDGET
/*===================================================================*/	
.widget_search form {
	margin-bottom: 0px;
}
	
.widget_search .searchform input[type="submit"]  { 
	display: none!important;
}

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

.widget_bean_tweets li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}

.widget_bean_tweets .button {
    font-size: 13px;
    padding: 8px 10px;
}

/* TIME STAMP */
.widget_bean_tweets a.twitter-time-stamp {
	color: #AAA!important;
	display: block;
	font-size: 12px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}
	
#footer-container .widget_bean_tweets li {
	border: none;
}

#footer-container .widget_bean_tweets a.twitter-time-stamp {
	color: #42494E;
}	

#footer-container .widget_bean_tweets li {
	padding: 10px 0;
}




/*===================================================================*/
/*                      					   					      
/* THEME ANIMATIONS     	        	      
/*                    												  
/*===================================================================*/
/* BASE ANIMATION - ADD TO ANY ANIMATED OBJECTS */
.animated {
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	    -ms-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	    -ms-animation-duration: 1s;
	     -o-animation-duration: 1s;
}

/* FADE IN -ALL PAGE CONTENT */
.BeanFadeIn {
	-webkit-animation-duration: .7s;
	   -moz-animation-duration: .7s;
	    -ms-animation-duration: .7s;
	     -o-animation-duration: .7s;
	-webkit-animation-delay: .3s;
	   -moz-animation-delay: .3s;
	    -ms-animation-delay: .3s;
	     -o-animation-delay: .3s;
	-webkit-animation-name: BeanFadeIn;
	   -moz-animation-name: BeanFadeIn;
	     -o-animation-name: BeanFadeIn;
}
@-webkit-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-moz-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@-o-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
@keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
			
/* BUTTON SHAKE - HEADER SEARCH AND NEWSLETTER WIDGET */	
.BeanButtonShake {
	-webkit-animation-delay: 5s;
	   -moz-animation-delay: 5s;
	    -ms-animation-delay: 5s;
	     -o-animation-delay: 5s;
	-webkit-animation-name: BeanButtonShake;
	   -moz-animation-name: BeanButtonShake;
	     -o-animation-name: BeanButtonShake;
	-webkit-animation-iteration-count: 5;
	   -moz-animation-iteration-count: 5;               
	-webkit-animation-duration: 5s;
	   -moz-animation-duration: 5s;
	    -ms-animation-duration: 5s;
	     -o-animation-duration: 5s;         
}

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

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

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

/* BOUNCE IN FROM THE TOP - OVERLAY CONTROLS */
.BeanOverlayIn {
	-webkit-animation-delay: .5s;
	   -moz-animation-delay: .5s;
	    -ms-animation-delay: .5s;
	     -o-animation-delay: .5s;
	-webkit-animation-name: BeanOverlayIn;
	   -moz-animation-name: BeanOverlayIn;
	     -o-animation-name: BeanOverlayIn;
}
	
@-webkit-keyframes BeanOverlayIn {
	0%	 {opacity: 0;-webkit-transform: translateY(-2000px);}		
	100% {-webkit-transform: translateY(0);				}
}
@-moz-keyframes BeanOverlayIn {
	0% 	 {opacity: 0; -moz-transform: translateY(-2000px);}			
	100% {-moz-transform: translateY(0);				}
}
@-o-keyframes BeanOverlayIn {
	0%   {opacity: 0; -o-transform: translateY(-2000px);}
	100% {-o-transform: translateY(0);					}
}
@keyframes BeanOverlayIn {
	0%   {opacity: 0; transform: translateY(-2000px);	}
	100% {transform: translateY(0);						}
}
	
	


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

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

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

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

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

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

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

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


/*========================CLIMACOM===========================================*/  
h1,h2,h3,h4 {font-family: 'Quicksand', sans-serif;}
h1 {font-size:22px;  font-weight:bold; line-height:24px;}
h2 {font-size:16px;  font-weight:bold; line-height:18px;}
h3{ font-size:18px; font-weight:normal;}
p {font-family: 'Trebuchet Ms', sans-serif; font-size:14px; line-height:21px; margin-bottom:10px; text-align:justify; text-justify: inter-word; }
.eight h1 {font-family: 'Trebuchet Ms', sans-serif;}
.entry-meta {font-size: 12px;}
.entry-excerpt p {font-size: 16px; line-height: 20px;}
p a { font-weight:normal;}
.twelve h1,.twelve h2 {margin-bottom:10px;}
.fb-like {position: relative; top:-10px;}
.single-post .entry-content img, .single-post .entry-content img a  {
margin: 15px 15px 15px 15px;}
#footer-container p {color:#999;}
#barrapreta {background-color:#000; height:90px; position:relative; top:90px; opacity: 0.70;}
.p45 {width:45%;}
.p33 {width:33%;}
ul, ol, li {list-style:decimal; font-size:14px; line-height:21px; padding-left:30px; margin-bottom:0px; padding-bottom:0px; font-family: 'Trebuchet Ms', sans-serif; }
blockquote p{ font-size:14px; line-height:21px; margin-bottom:0px; padding-bottom:0px; font-family: 'Trebuchet Ms', sans-serif; font-weight:normal; background-color:#eee; color:#000;  }
blockquote { color:#000; background-color:#eee;}

@media only screen and (max-width: 768px) { 
#barrapreta {display:none; }
.barrapreta_mobile {
	background-color: #000;
	height: 90px;
	position: relative;
	top: 0px;
	opacity: 0.70;
}
.p45, .p33 {width:100%;}
.p33 .alignleft {width:100%;}
#footer-container { background-color: #fefefe; }
}

p a:link {text-decoration:underline;}

@media print{
a[href]:after{content:none;}
#barrapreta { background-color: #000 !important;  opacity: 1; -webkit-print-color-adjust:exact; color: #fff !important; }
#footer-container, .footer-bottom{ background-color: #22272A !important; color: #fff !important; opacity: 1; -webkit-print-color-adjust:exact; }
#footer-container p, .footer-bottom p { background-color: #22272A !important; color: #fff !important; opacity: 1; -webkit-print-color-adjust:exact; }
#footer-container b, .footer-bottom b { background-color: #22272A !important; color: #fff !important; opacity: 1; -webkit-print-color-adjust:exact; }
.branding h1 { color: #ffffff !important; -webkit-print-color-adjust:exact;  }
.main-menu a { color: #ffffff !important; -webkit-print-color-adjust:exact;  }

}


.wpb_content_element {
	margin-bottom: 0px;
}


.js .tmce-active .wp-editor-area {
    color: #000;
}



.slide {
	min-height: 300px;
/*	margin: 10px;*/
}


/*ALTERACOES CUSTOM DA COR / DOSSIE */

#primary-container a:hover {
    color: #000000!important;
}

.sumario:hover {
    color: #000000!important;
}

a:hover, p a:hover, blockquote a, #footer a:hover, div.bean-note a, #filter li a:hover, .modal .close:hover, .widget_text a:hover, .logged-in-as span a, .overlay-container a, .footer-bottom a:hover, .comment-author a:hover, .bean-direction-nav a:hover, .archives-list ul li a:hover, ul.portfolio-meta-list a:hover, #footer-container .widget a:hover, .bean-tabs > li.active > a, .global-footer .widget_bean_tweets li a {
color:#000000!important;
}


.chamadas-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.et_pb_post {
    width: 30%;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.et_pb_post:hover {
    transform: scale(1.05);
}

.et_pb_image_container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.entry-title {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.entry-title a {
    color: #333;
    text-decoration: none;
}

.entry-title a:hover {
    text-decoration: underline;
}
