/*----------------------------------------------------------------------
 
	Theme Name: 	Words
	Theme URI:      http://www.demo.themebeans.com/words
	Description: 	A New & Intriquing Blog Dream Theme.
	Author:         ThemeBeans
	Author URI:     http://www.themebeans.com
	Version:        1.5
	Tags:           flexible-width, white, blue, post-formats, theme-options,translation-ready, right-sidebar, left-sidebar
	
	License: GNU General Public License V2 or Later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	
	
	
 	CSS CONTENTS:
 
 	01. BODY & GENERAL DEFAULT BASE	
 	02. FORM & INPUT STYLES
 	03. THEME HEADER & NAVIGATION
 	04. HOME TEMPLATE STYLES	
 	05. OTHER THEME TEMPLATES
  	05. BLOGROLL (POST FORMATS & BLOG PAGE)
  	06. BLOG SINGLE STYLES
	07. POST COMMENTS GALORE
	09. AUDIO / VIDEO JPLAYER STYLES  	
	10. THEME FOOTER STYLES 
	11. WIDGET STYLES 
	12. THEME SLIDESHOWS
 
 ----------------------------------------------------------------------*/




/*--------------------------------------------------------------------*/
/*                    												  
/*                     BODY & GENERAL DEFAULT BASE  		   		  
/*                    												  
/*--------------------------------------------------------------------*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);


@font-face {
	font-family: Intro;
	src: url(assets/fonts/intro-inline.otf);
	format("opentype");
	}
	
body {	
 	background-color: #FFF;
  	color: #5E6771;
  	font: 18px/32px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	}
  	
p {
  	font: 18px/32px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	color: #5E6771;
 	margin-bottom: 20px;
 	}
 
a {	
 	color: #2E373F;
 	-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;
 	        transition: all .3s ease-in-out; 		 
     }
 	
a:hover { 
	color: #F34747; 
	}
 
p a { 
	color: #2E373F; 
	} 
 
p a:hover { 
	color: #F34747; 
	}
 
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: #2E373F;
	font-weight: bold;
	font-size: 20px;
	}

h1, h2, h3, h4 { 
	color: #2E373F;
	letter-spacing: -0.06em;
	font: bold 38px/40px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
 
.entry-content h3 {
	padding-bottom: 10px;
	} 
	
::selection { 
 	background: #F2F3F5;
 	text-shadow: none;
 	}
 	
.error { 
	color: #ff0000; 
	}
 
pre {
	margin: 60px 0px 55px 0px; 
	padding: 23px 20px;
	clear: both;
	color: #2E373F;
	overflow: auto;
	font: 15px/23px Consolas, "Courier New", Courier, monospace;
	border: 1px solid #CFD4DA;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
		    box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
	}
  
code { 
 	padding: 7px 7px;
 	background-color: #F3F5F8;
 	border-radius: 0px;
 	color: #3B3E44;
 	font: 11px/19px "Courier New", Courier, mono, sans-serif;
 	overflow: auto;
 	border-style: none;    
 	}
 	
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: 2.500em 1.250em 2.500em; 
	}
	
.single #main-container { 
	padding: 2.500em 1.250em 5em; 
	}


/*--------------------------------------------------------------------*/
/*	BUTTON STYLES
/*--------------------------------------------------------------------*/
.btn, 
.button, 
.tagcloud a,
a.more-link,
button.button, 	       
.btn[type="submit"],
.button[type="submit"],
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.entry-content a.more-link {
	background-color: #2E373F;
	border: none;	  
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1px 1px 4px 0; 
	padding: 18px 22px 18px 22px;
	text-align: center;      		     	
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: none!important;
	   -moz-box-shadow: none!important;
			box-shadow: none!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;
	        transition: all .3s ease-in-out; 
		}

.btn:hover, 
.button:hover, 
a.more-link:hover,
.tagcloud a:hover,
button.button:hover, 
.btn[type="submit"]:hover,
.button[type="submit"]:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
.entry-content a.more-link:hover {
    background-color: #f34747;
    color: #FFF;
    }

a.more-link,
.entry-content a.more-link { 
	background: url(assets/images/sprite.png) no-repeat  #2E373F;
	background-position: 178px 18px;
	margin-top: 30px;
	padding: 18px 65px 18px 22px;
	}

 
/*--------------------------------------------------------------------*/
/*	UI TO TOP -www.mattvarone.com/web-design/uitotop-jquery-plugin
/*--------------------------------------------------------------------*/
#toTop {
	display:none;
	position:fixed;
	bottom:45%;
	right:1%;
	overflow:hidden;
	width:52px;
	height:52px;
	text-indent: -9999px;
	border:none;
	background: url(assets/images/sprite.png) -162px -4px no-repeat;
	opacity: 1;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;	
	}

#toTop:hover { 
	opacity: .6; 
	}




/*--------------------------------------------------------------------*/
/*                    												  
/*                        FORM & INPUT STYLES    	         		  
/*                    												  
/*--------------------------------------------------------------------*/  
  
/*--------------------------------------------------------------------*/
/*	GENERAL THEME FORMS
/*--------------------------------------------------------------------*/
form { 
	margin-bottom: 20px; 
	}
 
fieldset legend { 
	color: #2E373F;
	}
 
form label {
	color: #2E373F;
	padding-top: 0;
	margin-bottom: 0;
	margin: 20px 0 5px 0;
	font-size: 18px;
 	}
         
form label.error {
     padding-top: 5px;
     width: 100%;
     display: none !important;
     }
  
span.required { 
	color: #F34747; 
	}  

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

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

.form-error-message {
	list-style: none;
	color: #F8F4F3;
	background-color: #CF5C46;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 14px;
	margin-top: 120px;
	margin-bottom: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	}
	
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: #F34747; 
	}
             
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 {
 	 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 { 
	height: 40px;
	font-size: 15px;
	line-height: 25px;
	border: 1px solid #DCDDDF;
	color: #5E6771;
	-webkit-appearance: none;
	-webkit-font-smoothing: antialiased;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;		
	}

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 	color: #2E373F;
	outline:none;
	color: #2E373F;
	border:1px solid #BBBEC4;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
	
	}	

::-webkit-input-placeholder { 
	color: #5E6771;
	}

:-moz-placeholder { 
	color: #5E6771; 
	}

::-moz-placeholder { 
	color: #5E6771;  
	}

:-ms-input-placeholder {  
	color: #5E6771;  
	}	

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

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

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

.contact-form 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 { 
	margin: 0px; 
	float: none; 
	color: #B6B6B6;
	display: inline-block;
	text-transform: none;
	font-size: 13px;
	line-height: 22px;
	}

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





/*--------------------------------------------------------------------*/
/*                    												  
/*                     THEME HEADER & NAVIGATION  			   		  
/*                    												  
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*	HEADER STYLES
/*--------------------------------------------------------------------*/  
#top { 
	padding: 27px 0px 0px 0px; 
	}
   	
#page-header {
	padding: 12% 0px 10% 0px;
	background-color: #2E373F!important;
 	}

#header-title { 
	margin-top: 35px; 
	}

#header-title h1 {
	color: #FFF;
	display: inline-block;
	font: 38px/40px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 200;
	opacity: .6;
	}

.entry-header .entry-title { 
	line-height: 45px;
	margin-top: -10px;
	font-weight: 700;
	}

/*  ALTERNATE HEADER SPECIFIC */
.archive #page-header,
.error404 #page-header,
.search #page-header, 
.author #page-header {
	padding: 10% 0px 8% 0px;
	}
	
.author #header-title h1 {
	display: block;
	}

.page-entry-meta p {
	color: #B6B6B6;
	margin: 5px 0 0 0;
	}
	
.page-entry-meta a {
	color: #F34747;
	}

.page-entry-meta a:hover {
	border-bottom: 1px solid #5E6771;
	color: #FFF; 
	}

.author .author-count {
	display: none;
	}


/*--------------------------------------------------------------------*/
/*	LOGO
/*--------------------------------------------------------------------*/
#logo {
	display: inline-block;
	margin-bottom: -10px;
	-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;
	        transition: all .3s ease-in-out; 
	}

#logo:hover { 
	opacity: .7; 
	}

#logo img { 
	float: left; 
	margin: 5px 0 0 10px;
	}

#logo_text { 	
	letter-spacing: -0.07em;
	text-transform: uppercase;
	font-size: 90px;
	font-family: "Intro-Inline", Helvetica;
	color: #FFF;
	}
	
	
/*--------------------------------------------------------------------*/
/* HEADER SOCIAL MEDIA
/*--------------------------------------------------------------------*/ 
.social-header {
	height: 77px;
	margin-top: 50px;
	} 

.social-header{
	margin-bottom: 0px;
	} 	

a.social-icon {
 	list-style: none; 
 	background-image: url(assets/images/sprite.png);
 	margin: 0px 10px 0 0;
 	height: 77px;
 	float: left;
 	width: 77px;
 	opacity: .6;
 	-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;
 	        transition: all .3s ease-in-out; 
 	}

a.social-icon:hover { 
	opacity: 1; 
	}

a.social-icon.dribbble 		{ background-position: -53px  -63px; }	
a.social-icon.twitter 		{ background-position: -135px -63px; }
a.social-icon.instagram 	{ background-position: -217px -63px; }
a.social-icon.email 		{ background-position: -299px -63px; }
a.social-icon.flickr 		{ background-position: -381px -63px; }
a.social-icon.rss	 		{ background-position: -462px -63px; }
a.social-icon.google	 	{ background-position: -544px -63px; }

a.social-icon.zerply 	{ background-position: -53px    -147px; }
a.social-icon.github 	{ background-position: -135px  -147px;  }
a.social-icon.forrst 	{ background-position: -217px -147px;   }
a.social-icon.facebook 	{ background-position: -299px -147px;   }
a.social-icon.fivehunpx	{ background-position: -381px -147px;   }
a.social-icon.linkedin 	{ background-position: -462px -147px;   }
a.social-icon.behance	{ background-position: -544px -147px;   }

.social-header li { 
	list-style: none; 
	display: inline-block;
	-webkit-animation-name: BeanRoll;
	   -moz-animation-name: BeanRoll;
	     -o-animation-name: BeanRoll;
	        animation-name: BeanRoll;
	}
 
.social-header li:nth-of-type(1) {
 	-webkit-animation-delay: 1.2s;
 	   -moz-animation-delay: 1.2s;
 	    -ms-animation-delay: 1.2s;
 	     -o-animation-delay: 1.2s;
 	        animation-delay: 1.2s;
 	}	
  
.social-header li:nth-of-type(2) {
  	-webkit-animation-delay: 1.5s;
  	   -moz-animation-delay: 1.5s;
  	    -ms-animation-delay: 1.5s;
  	     -o-animation-delay: 1.5s;
  	        animation-delay: 1.5s;
	}	
  
.social-header li:nth-of-type(3) {
  	-webkit-animation-delay: 1.8s;
  	   -moz-animation-delay: 1.8s;
  	    -ms-animation-delay: 1.8s;
  	     -o-animation-delay: 1.8s;
  	        animation-delay: 1.8s;
	}
  
.social-header li:nth-of-type(4) {
  	-webkit-animation-delay: 2.1s;
  	   -moz-animation-delay: 2.1s;
  	    -ms-animation-delay: 2.1s;
  	     -o-animation-delay: 2.1s;
  	        animation-delay: 2.1s;
	}
 
.social-header li:nth-of-type(5) {
   	-webkit-animation-delay: 2.4s;
   	   -moz-animation-delay: 2.4s;
   	    -ms-animation-delay: 2.4s;
   	     -o-animation-delay: 2.4s;
   	        animation-delay: 2.4s;
 	}
 	
.social-header li:nth-of-type(6) {
   	-webkit-animation-delay: 2.7s;
   	   -moz-animation-delay: 2.7s;
   	    -ms-animation-delay: 2.7s;
   	     -o-animation-delay: 2.7s;
   	        animation-delay: 2.7s;
 	} 	
 	
.social-header li:nth-of-type(7) {
   	-webkit-animation-delay: 3s;
   	   -moz-animation-delay: 3s;
   	    -ms-animation-delay: 3s;
   	     -o-animation-delay: 3s;
   	        animation-delay: 3s;
 	} 
 	 	
.social-header li:nth-of-type(8) {
   	-webkit-animation-delay: 3.3s;
   	   -moz-animation-delay: 3.3s;
   	    -ms-animation-delay: 3.3s;
   	     -o-animation-delay: 3.3s;
   	        animation-delay: 3.3s;
 	}
 	
.social-header li:nth-of-type(9) {
   	-webkit-animation-delay: 3.6s;
   	   -moz-animation-delay: 3.6s;
   	    -ms-animation-delay: 3.6s;
   	     -o-animation-delay: 3.6s;
   	        animation-delay: 3.6s;
 	}  	
 
.social-header li:nth-of-type(10) {
   	-webkit-animation-delay: 3.9s;
   	   -moz-animation-delay: 3.9s;
   	    -ms-animation-delay: 3.9s;
   	     -o-animation-delay: 3.9s;
   	        animation-delay: 3.9s;
 	}  	
 
.social-header li:nth-of-type(11) {
   	-webkit-animation-delay: 4.2s;
   	   -moz-animation-delay: 4.2s;
   	    -ms-animation-delay: 4.2s;
   	     -o-animation-delay: 4.2s;
   	        animation-delay: 4.2s;
 	}  	 
 
 .social-header li:nth-of-type(12) {
    	-webkit-animation-delay: 4.5s;
    	   -moz-animation-delay: 4.5s;
    	    -ms-animation-delay: 4.5s;
    	     -o-animation-delay: 4.5s;
    	        animation-delay: 4.5s;
  	}  	 	 		
 
 .social-header li:nth-of-type(13) {
    	-webkit-animation-delay: 4.8s;
    	   -moz-animation-delay: 4.8s;
    	    -ms-animation-delay: 4.8s;
    	     -o-animation-delay: 4.8s;
    	        animation-delay: 4.8s;
  	}  	 
  
  .social-header li:nth-of-type(14) {
     	-webkit-animation-delay: 5.1s;
     	   -moz-animation-delay: 5.1s;
     	    -ms-animation-delay: 5.1s;
     	     -o-animation-delay: 5.1s;
     	        animation-delay: 5.1s;
   	}  	 	
   	
/*--------------------------------------------------------------------*/
/*	PAGINATION
/*--------------------------------------------------------------------*/ 
.pagination { 
  	width: 100%;
	margin-top: 20px;
	margin-bottom: -9%;
	text-align: right;
	-webkit-animation-name: BeanBounceUp;
	   -moz-animation-name: BeanBounceUp;
	     -o-animation-name: BeanBounceUp;
	        animation-name: BeanBounceUp;
	-webkit-animation-delay: 2.5s;
	   -moz-animation-delay: 2.5s;
	    -ms-animation-delay: 2.5s;
	     -o-animation-delay: 2.5s;
	        animation-delay: 2.5s;
	}
	
.pagination-arrows a {
	display: block;
	width: 52px;
	height: 52px;
 	border: none;
 	}
	
.pagination-arrows span.page-previous, 
.pagination-arrows span.page-next {
	background: url(assets/images/sprite.png) -54px -4px no-repeat;
	display: inline-block;
	opacity: .6;
	-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;
	        transition: all .3s ease-in-out;  
	}

	 
.pagination-arrows span.page-next { 
	background-position: -108px -4px; 
	}

.pagination-arrows span.page-previous:hover, 
.pagination-arrows span.page-next:hover {
	opacity: 1; 
	}

 
  	 
/*--------------------------------------------------------------------*/
/*	THEME NAVIGATION
/*--------------------------------------------------------------------*/
.nav-header {
	height: 53px;
	}
	
.main_menu {
 	padding: 13px 0px 0px;
 	position: relative;
 	z-index: 1000;
 	float: right;
 	}
 
 .main_menu .radium_mega { 
 	z-index:9999; 
 	}
 
 .main_menu .radium_mega a {
 	display:block;
 	color: #2E373F;
 	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	float: left;
 	outline:none;
 	padding-bottom: 12px;
 	position:relative;
 	text-align:center;
 	text-decoration:none;
 	text-transform: uppercase;
 	z-index:990;
	-webkit-font-smoothing: antialiased;
	}
 
.main_menu .radium_mega a:hover, 	
.main_menu .radium_mega > .current_page_item > a { color: #F34747; } 	

.main_menu .radium_mega li {
	padding: 5px 19px 6px 0px;
 	float:left;
 	position:relative;
 	line-height: 22px;
 	margin-left: 2px;
 	list-style: none;
 	font-size: 12px;
	}
  		
.main_menu .radium_mega > li {
  	line-height: 18px;
  	list-style: none;
 	}
 	  	 					
.main_menu .radium_mega img {
 	max-width:100%;
 	position: relative;	
 	display: inline-block;
 	}
 
.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 { background:#FFF; }
 	
.main_menu .radium_mega > li:hover > a,
.main_menu .radium_mega > .current-menu-item > a { position: relative; }
	
	
/*--------------------------------------------------------------------*/
/*  DROP DOWN MENUS
/*--------------------------------------------------------------------*/ 	
.main_menu .radium_mega ul { 
	padding:0px 17px 10px;
	top: 40px;
	width: 140px;
	left: -12px;
	background-color: #121416;
	-webkit-border-radius: 0px 0px 3px 3px;
	   -moz-border-radius: 0px 0px 3px 3px;
	        border-radius: 0px 0px 3px 3px;
		}

/* Drops list items ---*/	
.main_menu .radium_mega ul a {
 	text-align: left;
 	display:inline;
 	width: 113px;
 	height:auto;
	margin-left: 0px!important;
	color: rgba(255, 255, 255, 0.8);
	text-transform: none;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}	
 
/* Drops a style */	 
.main_menu .radium_mega > li > ul li {
	background: transparent;
	}
	
.main_menu .radium_mega > li > ul li a { 
	color: #B6B6B6;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-left: -5px!important;
	}

.main_menu .radium_mega > li > ul li a:hover { 
	color: #FFF;
	}
	
.main_menu .radium_mega > li > ul li:first-child a { 
	padding-top: 12px; 
	}
	
.main_menu .radium_mega > li > ul li:last-child a { 
	margin-bottom: 0px; 
	border: none;
	padding-bottom: 0px; 
	}

/* DEEPER LEVELS */
.main_menu .radium_mega > li > ul ul {
 	left: 118px;
 	top: -3px;
 	border-top: none;
 	padding-top: 5px;
 	-webkit-border-radius: 3px;
 	   -moz-border-radius: 3px;
 	        border-radius: 3px;
 	}
 	
.main_menu .radium_mega > li > ul ul li a {
 	border-bottom: 1px solid rgba(255, 255, 255, 0.1)!important;
 	padding: 5px 0px 10px 0px!important;
 	}

.main_menu .radium_mega > li > ul ul li:last-child a{
 	border: none!important;
 	padding-bottom: 0px!important;
 	}
 	
.main_menu .radium_mega > li > ul,  
.main_menu .radium_mega > li > ul ul {
 	position:absolute;
 	display:none;
 	}
  
.main_menu .submenu-indicator { 
	display: none; 
	}
  
.main_menu div .radium_mega > .dropdown_ul_available:hover > a { 
	z-index: 1000; 
	} 




/*--------------------------------------------------------------------*/
/*                    												  
/*                       OTHER THEME TEMPLATES		         		  
/*                    												  
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*	DEFAULT / SIDEBAR TEMPLATES
/*--------------------------------------------------------------------*/ 
h2.page-title {
	margin-bottom: 30px;
	}

.page-template-page-sidebar-right-php .page-box {
	padding-right: 50px;
	}
	
.sidebar {
	margin-top: 5px;
	font-size: 15px;
	line-height: 24px;
	} 

.sidebar .widget_meta ul,
.sidebar .widget_nav_menu ul,
.sidebar .widget_categories ul {
	margin: -16px 0 0 0;
	}

.sidebar li {
	line-height: 35px;
	}

.sidebar p a, 
.sidebar li a {
	padding-bottom: 3px;
	border-bottom: 1px solid #DCDDDF;
	-webkit-transition: 0s;
	   -moz-transition: 0s;
		-ms-transition: 0s;
		 -o-transition: 0s;
		  	transition: 0s;
	} 
		
.sidebar .widget {
	margin-bottom: 70px;
	}   
	
.sidebar .textwidget {
	margin-top: -8px;
	}
	
/*--------------------------------------------------------------------*/
/*	404 PAGE TEMPLATE
/*--------------------------------------------------------------------*/ 
.error404 #main-container { 
	padding-bottom: 200px; 
	}

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

.error404 h2 { 
	margin: 5px 0 30px 0;
	}

.error404 .btn { 
	margin-top: 40px; 
	} 

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


/*--------------------------------------------------------------------*/
/*	ARCHIVES TEMPLATE
/*--------------------------------------------------------------------*/
.page-template-page-archives-php #main {
	padding-right: 50px;
	}

.archives h5 {
	color: #F34747;
	text-transform: uppercase;
	font: 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	}

.archives-list ul {
	margin-bottom: 20px;
	list-style: disc;
	margin: 5px 0 60px 20px;
	color: #2E373F;
	font: 18px/32px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	} 	

.archives-list a {
	border-bottom: 1px solid #DCDDDF;
	padding-bottom: 3px;
	color: #5E6771;
	}

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

/*--------------------------------------------------------------------*/
/*	SEARCH TEMPLATE 
/*--------------------------------------------------------------------*/
.search .no-results input[type="text"] {
	margin-top: 30px;
	margin-bottom: 38px;	
	height: 45px;
	}

.search .no-results form {
	margin-bottom:0px ;
	}

.search .no-results h2 { 
	margin: 5px 0 30px 0;
	}





/*--------------------------------------------------------------------*/
/*                    												  
/*                BLOGROLL (POST FORMATS & BLOG PAGE)          		  
/*                    												  
/*--------------------------------------------------------------------*/
  
/*--------------------------------------------------------------------*/
/*	STANDARD POST FORMAT
/*--------------------------------------------------------------------*/  
.format-standard .fluid-width-video-wrapper	{ 
	margin: 10px 0 5px 0px; 
	}
	
/*--------------------------------------------------------------------*/
/*	ASIDE POST FORMAT
/*--------------------------------------------------------------------*/ 
.format-aside article.entry-content p { 
	margin-top: 3px; 
	}  

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

/*--------------------------------------------------------------------*/
/*	LINK POST FORMAT
/*--------------------------------------------------------------------*/  
.format-link {
	width: 100%;
	margin-bottom: 20px;
	}

.format-link p {
	margin: 15px 0 0px 0;
   	}	
   	
.format-link p a { 
	color: #F34747;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	-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;
	        transition: all .3s ease-in-out;  
	}

.format-link p a:hover { 
	opacity: .6; 
	}	
  	
.format-link span.link-icon {
	background: url(assets/images/sprite.png) -2px -52px no-repeat;
	background-color: #2E373F;
	display: inline-block;
	height: 20px;
	width: 38px;
	margin: 0 0 2px 15px;
	}
  	
.format-link article.entry-content, 
.format-link article .entry-content { display: none; }     
  
  
/*--------------------------------------------------------------------*/
/*	QUOTE POST FORMAT
/*--------------------------------------------------------------------*/   	
.format-quote p {
	color: #F34747;
	text-transform: uppercase;
	margin: 25px 0 20px 0;
	font: 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	 } 		
  	
 
/*--------------------------------------------------------------------*/
/*	VIDEO POST FORMAT
/*--------------------------------------------------------------------*/ 
.format-video .entry-content-media {
	margin-bottom: 32px;
	}


/*--------------------------------------------------------------------*/
/*	INDEX BLOGROLL PAGINATION
/*--------------------------------------------------------------------*/ 
.index-pagination { 
	float: left;
	}
	
.index-pager a {
	display: block;
	width: 52px;
	height: 52px;
 	border: none;
 	}
	
.index-pager span.page-previous, 
.index-pager span.page-next {
	background: url(assets/images/sprite.png) -216px -4px no-repeat;
	display: inline-block;
	margin-right: 5px;
	-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;
	        transition: all .3s ease-in-out; 
	}
 
.index-pager span.page-next { 
	background-position: -270px -4px; 
	}

.index-pager span.page-previous:hover, 
.index-pager span.page-next:hover { 
	opacity: .6; 
	}

.pagination-meta {
	margin-top: 9px;
	text-align: right;
	}





/*--------------------------------------------------------------------*/
/*                    												  
/*                        SINGLE POST STYLES	   		  		      
/*                    												  
/*--------------------------------------------------------------------*/
#post-box {
	padding-bottom: 80px;
	}
	
.author-count {
	background-color: #f34747;
	color: #FFF;
	display: block;
	font: bold 16px/38px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 38px;
	margin: 48px 0 0 48px;
	position: absolute;
	text-align: center;
	width: 38px;	
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	-webkit-transition: all 0.3s ;
	   -moz-transition: all 0.3s ;
		-ms-transition: all 0.3s ;
		 -o-transition: all 0.3s ;
		
	 }

.author-count:hover { 
	background-color: #2E373F;
	}

.single-format-standard figure img,
.single-format-standard .entry-content img,
.single-format-standard .entry-content img a {
	margin: 40px 0px 40px 0px; 
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	}

blockquote {
 	margin: 55px 0;
 	border: none;
 	}
 
blockquote, 
blockquote p {
 	color: #F34747;
 	font-size: 26px!important;
 	letter-spacing: -0.07em;
 	line-height: 40px!important;
 	font-weight: bold;
	}


/*--------------------------------------------------------------------*/
/*	POST GENERAL STYLES
/*--------------------------------------------------------------------*/
.entry-header h1 a,
.entry-header h2 a,
.entry-header h3 a { 
	color: #2E373F; 
	-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;
	        transition: all .3s ease-in-out; 
	}

.entry-header h1 a:hover,
.entry-header h2 a:hover,
.entry-header h3 a:hover { 
	color: #F34747; 
	}
		
.entry-meta {
	color: #F34747;
	text-transform: uppercase;
	margin: 25px 0 20px 0;
	font: 16px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}	

.entry-meta a {
	color: #F34747;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
		-ms-transition: 0.3s;
		 -o-transition: 0.3s;
		  	transition: 0.3s;  
	}

.entry-meta a:hover { 
	opacity: .6;
	}

.entry-meta-date {
	margin: -7px 0 20px 0;
	color: #B6B6B6;
	text-transform: uppercase;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.post-optional-meta { 
	text-align: right; 
	}

span.words,
span.views,
span.location {
	background: url(assets/images/sprite.png) -3px -157px no-repeat;  
	background-color: #2E373F;
	display: inline-block;
	height: 13px;
	margin:0 0 -1px 20px;
	width: 16px;
	}

span.views {
	background-position: -3px -141px; 
	}

span.location {
	background-position: -3px -175px; 
	}
	
.meta-count {
	color: #2E373F;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;	
	}

.editor-note {
	color: #B6B6B6;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	margin-top: 260px;
	text-align: right;
	padding-right: 25px;
	}

.editor-note a {
	color: #5E6771; 
	padding-bottom: 1px;
	border-bottom: 1px solid #DCDDDF;
	}

span.editor-icon {
	background: url(assets/images/sprite.png) -6px -193px no-repeat;  
	background-color: #F34747;
	display: inline-block;
	float: right;
	margin: 5px -20px 0px 0px;
	height: 16px;
	width: 10px;
	}

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

.entry-content p a {
	color: #2E373F;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 3px;
	border-bottom: 1px solid #DCDDDF;
	}
 
.entry-content p a:hover { 
	color: #f34747; 
	}

section.type-post {
	width:100%;
	}

.single-post section.type-post {
	padding-bottom: 20px;
	} 
	
section.type-post {
	padding: 0px 0px 90px 0px;
	display: inline-block;
	}
	
section.type-post:first-child { 
	padding-top: 10px; 
	}

section.type-post:last-child { 
	padding-bottom: 0px; 
	}

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

.sticky { }

 /* Images */
.entry-content p img,
.content .gallery .gallery-icon img, 
.post-thumb img,
.image-frame img, 
.attachment .post-box img,
.slider img {
 	display: block;
 	background: transparent;
  	}
  	
.image-frame img, 
.attachment .post-box img,
.entry-content-media img,
.post-thumb img { 
	height: auto; 
	}
 
 .entry-content-media img,
 .post-thumb img { 
 	margin-bottom: 30px; 
 	-webkit-border-radius: 5px;
 	   -moz-border-radius: 5px;
 	        border-radius: 5px;
 	}

.post-thumb{
	background-color: #F34747;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	}  
	
.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 {
	max-width: 100%;
	width: auto; 
	height: auto;
	display: block;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
	}
	
.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: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
	}	


/*--------------------------------------------------------------------*/
/*	ABOUT THE AUTHOR 
/*--------------------------------------------------------------------*/
.about-author .avatar {
	float: left;
	margin: 2px 20px 0 0;
	}
	
.about-author {
	background-color: #F2F3F5;
	color: #222;
	float: left;
	margin: 60px 0 0px 0;
	padding: 25px 20px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;	
	}

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

.author-right { margin: 0 0 0 95px; }

.author-right p { margin: -5px 0 0 0; }


/*--------------------------------------------------------------------*/
/*	POST SHARING BUTTONS 
/*--------------------------------------------------------------------*/
 .post-share {
 	background-color: #F2F3F5;
 	float: left;
 	margin: 45px 0px 55px;
 	padding: 13px 18px;
 	text-align: center;
 	width: 100%;
 	-webkit-border-radius: 5px;
 	   -moz-border-radius: 5px;
 	        border-radius: 5px;        
 	}
 
.post-share-btn { 
 	margin-top: 4px;  
 	margin-left: 4px;
 	width: 220px;
 	-webkit-border-radius: 4px;
 	   -moz-border-radius: 4px;
 	        border-radius: 4px;      
 	}
 
.twitter-btn { background-color: #00BEF6; }

.facebook-btn { background-color: #3B5998; }

.twitter-btn:hover,
.facebook-btn:hover {
	color: #FFF; 
	background-color: #2E3030!important;
	}




	
/*--------------------------------------------------------------------*/
/*                    								
/*                        POST COMMENTS GALORE			
/*                    			
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*	COMMENTS GENERAL
/*--------------------------------------------------------------------*/ 
#comments { 
	clear: both;
	margin-top: 50px; 
	}

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

#comments #reply-title {
	padding-bottom: 40px;
	border: none;
	}

#comments span.comments-subtext {
	color: #B6B6B6;
	margin-bottom: 25px;
	text-transform: uppercase;
	float: left;
	font-size: 11px;
	}

#comments span.comments-form-text {
	color: #B6B6B6;
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
	font-size: 11px;
	} 

#comments span.says { 
	display: none; 
	}

.commentlist {
	margin: 0 0 40px;
	list-style-type: none;
	}
 
.pinglist {
 	margin: 20px 0 40px 30px;
 	list-style-type: disc;
 	}
 	
.comment { 
	margin-bottom: 8px; 
	font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 25px;
	display: inline-block;
	width: 100%;
	}
	
#comments-list { 
	margin-bottom: 20px; 
	} 

.comment-content { 
	margin-top: 4px;
	border-bottom: 1px solid #DCDDDF; 
	padding-bottom: 20px;
	}	
	
#reply-title,	
#comments .leave-reply-title h5,
#comments .comments-title h5 {
	border-top: 1px solid #dcdddf;
	padding: 40px 0 15px 0;
	color: #2E373F;
	letter-spacing: -2px;
	font: bold 36px "Open Sans", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

.comment-meta {
	color: #F34747;
	text-transform: uppercase;
	font: normal 15px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
 	}

.comment-meta a {
	font-weight: normal;
	text-decoration: none;
	color: #F34747;
	}
	
.comment-meta a:hover { 
	color: rgba(254, 88, 74, 0.6); 
	}

.comment-author { 
	display: block;	 
	color: #2e373f;
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: none;
	}

.comment-author a { 
	color: #2E373F; 
	}

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

.avatar {
	width: 75px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
	}	
	
li.comment .avatar {
	margin-top: 5px;
	}	
	
.comment-edit-link { 
	color: #B6B6B6; 
	}

.comment-edit-link:hover { 
	color: #2E373F!important; 
	}

span.meta-tag {
	background-color: #E3E6EB;
	color: #2E373F;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	margin: -29px 0 0 0;
	padding: 3px 12px;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	}


/*--------------------------------------------------------------------*/
/*	COMMENT BODY
/*--------------------------------------------------------------------*/ 
.comment-body .reply,
.comment-body p { 
	margin: 6px 0 10px 73px; 
	}

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

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

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

.children { 
	list-style-type: none; 
	margin-left: 148px;
	}

.children .depth-3 { 
	margin-left: -25px; 
	width: 104%;
	}

.children .depth-4 { 
	margin-left: -73px; 
	width: 117%;
	}

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


/*--------------------------------------------------------------------*/
/*	CANCEL / REPLY COMMENT
/*--------------------------------------------------------------------*/
#cancel-comment-reply-link {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: right;
	color: #F34747;
	background-color: #FEECEC ;
	margin-top: 10px;
	padding:3px 12px;
	letter-spacing: normal;
	text-transform: uppercase;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	}
	
#cancel-comment-reply-link:hover  { 
	background-color: #F34747; 
	color: #FFF; 
	}	

.comment-awaiting-moderation {
	font: italic 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #F34747;
	}
		

/*--------------------------------------------------------------------*/
/*	COMMENT FORM ADJUSTMENTS
/*--------------------------------------------------------------------*/
#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: 15px; 
	float: left;
	margin-right: 20px;
	width: 60%;
	height: 40px;
	font-size: 15px;
	line-height: 25px;
	}  

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

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

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

#commentform textarea {  
	min-height: 228px;
	padding: 10px 16px;
	font-size: 15px;
	line-height: 24px;
	}

#commentform #submit { 
	background-image: url(assets/images/sprite.png);
	background-repeat: no-repeat;
	background-position: 175px -75px;
	padding-right: 59px;
	width: auto;
	}		
 
.comment-form-comment { 
	margin-top: 20px; 
	}

.comment-form-url label { 
	padding-top: 10px!important; 
	}

li.comment #submit {
	margin-bottom: 20px;
	margin-top: 10px;
	} 	

#commentform input[type="submit"] { 
	-webkit-appearance: none;
	}	

.logged-in-as {
	margin: -30px 0 24px;
	}
	
.logged-in-as span {
	color: #2E373F;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: none;
	text-transform: uppercase;
	}

.logged-in-as span a { 
	color: #F34747; 
	}

.logged-in-as span a:hover { 
	color: #2E373F; 
	}
	




/*--------------------------------------------------------------------*/
/*                    												  
/*                    AUDIO / VIDEO JPLAYER STYLES 		  		  
/*                    												  
/*--------------------------------------------------------------------*/

/*--------------------------------------------------------------------*/
/*	JPLAYER BASE
/*--------------------------------------------------------------------*/	
div.jp-interface {
	background: url(assets/images/jp_sprite.png) repeat-x 0 -160px #000;
   	border: 1px solid #000;
   	border-top: none;
 	width:100%;
	height:48px;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0 1px 3px rgba(6, 6, 6, 0.3);
	   -moz-box-shadow: 0 1px 3px rgba(6, 6, 6, 0.3);
			box-shadow: 0 1px 3px rgba(6, 6, 6, 0.3);		
	-webkit-border-radius: 0px 0px 5px 5px;
	   -moz-border-radius: 0px 0px 5px 5px;
	        border-radius: 0px 0px 5px 5px;
	}

div.jp-video div.jp-interface { 
	margin:0 0 0 0; 
	}
		
div.jp-controls-holder {
	width:100%;
	overflow:hidden;
	position:absolute;
	top:9px;
	left:0;
	}
	
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;
	padding-right:2px;
	overflow:hidden;
	text-indent: 100%;
   	white-space: nowrap;
	overflow: hidden;
	padding-left: 4px;
	margin-top: 1px;
	}
	
div.jp-interface ul.jp-controls a span {
	display:block;
	overflow:hidden;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
 	}

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

a.jp-play span, 
a.jp-pause span,
a.jp-stop span, 
a.jp-previous span, 
a.jp-next span {
	width:34px;
	height:55px;
	border-right: 1px solid #161618;
	padding-right: 4px;
	-webkit-box-shadow: 1px 0 0 #464950;	
	   -moz-box-shadow: 1px 0 0 #464950;
		    box-shadow: 1px 0 0 #464950;
	}
	
a.jp-stop span { 
	width:32px; 
	}	

div.jp-current-time, 
div.jp-time-sep, 
div.jp-duration {
	font: 12px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
	color: #FFF;
	text-shadow: 0 1px 0 #000000;
	}
	
div.jp-current-time {
	text-align:right;
	display:inline;
	float:left;
	margin-left:94px;
	}
	
div.jp-time-sep {
	text-align:center;
	display:inline;
	float:left;
	margin-right:6px;
	margin-left:6px;
	}
	
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 79px 0 0; 
	}
	
a.jp-play span {			background:url(assets/images/jp_sprite.png) 0px 6px no-repeat; }
a.jp-play:hover span {		background-position:-26px 6px; 	}
	
a.jp-pause span { 			background:url(assets/images/jp_sprite.png) 0px -22px no-repeat; display:none; }
a.jp-pause:hover span { 	background-position:-28px -22px; }
	
a.jp-stop span {			background:url(assets/images/jp_sprite.png) -2px -50px no-repeat; }
a.jp-stop:hover span {		background-position:-30px -50px;}	
	
a.jp-previous span { 		background: url(assets/images/jp_sprite.png) -56px -23px 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) -2px -84px no-repeat; }
a.jp-mute:hover span { 		background-position:-29px -84px; }
	
a.jp-unmute span { 			background:url(assets/images/jp_sprite.png) -2px -111px no-repeat; display:none; }
a.jp-unmute:hover span { 	background-position:-30px -111px; }	


/*--------------------------------------------------------------------*/
/*	PROGRESS BARS
/*--------------------------------------------------------------------*/	
div.jp-progress {
	background-color: #0D0D0D;
	width:100%;
	height:10px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	overflow:hidden;	
	position:absolute;
	top:0;
	left:0;
	}

div.jp-play-bar {
	background-color: #F34747;
	width:0;
	height:10px;
	-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.2);	
	   -moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.2);
		    box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.2);
	}
		
div.jp-seek-bar {
	width:0;
	height:100%;
	cursor:pointer;
	-webkit-box-shadow:inset 0 0 2px #000;
	   -moz-box-shadow:inset 0 0 2px #000;
	        box-shadow:inset 0 0 2px #000;
	}
	
div.jp-seeking-bg { 
	display: none; 
	}
	
div.jp-volume-bar {
	background-color:#0d0d0d;
	width:80px;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:15px;
	right:60px;
	cursor:pointer;
	z-index:2;
	padding-left: 1px;
	-webkit-box-shadow: 0 1px 0 #404040;
	   -moz-box-shadow: 0 1px 0 #404040;
		    box-shadow: 0 1px 0 #404040;
	}
	
div.jp-audio div.jp-volume-bar { 
	right:20px; 
	}
	
div.jp-volume-bar-value {
	background-color: #F34747;
	width:0;
	height:9px;
	-webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.2);	
	   -moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.2);
		    box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.2);
	}


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

div.jp-audio.fullwidth, 
div.jp-audio.fullwidth .jp-type-list-parent {
	width:100%;
	height:0;
	padding-bottom:42.5%%;
	position:relative;
	}
	
div.jp-audio.fullwidth.playlist {
	height:auto;
	padding-bottom:0;
	}
	
div.jp-audio.fullwidth .jp-type-single, 
div.jp-audio.fullwidth .jp-type-list {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
	
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-audio-play {
	background-color:rgba(0, 0, 0, 0);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	}
	
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 {
	width:0;
	height:0;
	}

div.jp-jplayer {
	-webkit-border-radius: 5px 5px 0 0;
 	   -moz-border-radius: 5px 5px 0 0;
 	        border-radius: 5px 5px 0 0;	
	}	

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


/*--------------------------------------------------------------------*/
/*	VIDEO JPLAYER GENERAL
/*--------------------------------------------------------------------*/
.fullwidth {
	display: block;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	}

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 {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	margin-bottom: 40px;
	}
	
div.jp-video.fullwidth.playlist {
	height:auto;
	padding-bottom:0;
	}
	
div.jp-video.fullwidth .jp-type-single, 
div.jp-video.fullwidth .jp-type-list {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	}
	
div.jp-video-full {
	width:100%;
	height:100%;
	position:static !important;
	position:relative
	}
	
div.jp-video-full div.jp-jplayer {
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	}
	
div.jp-video-full div.jp-gui {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
	}
	
div.jp-video-full div.jp-interface {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
	}


/*--------------------------------------------------------------------*/
/*	VIDEO ICON POSITIONING
/*--------------------------------------------------------------------*/
div.jp-video.fullwidth ul.jp-toggles li { 
	margin-left: 0px; 
	}

div.jp-video.fullwidth  div.jp-volume-bar { 
	width: 53px; 
	}

div.jp-video.fullwidth ul.jp-toggles { 
	border-left: 1px solid #161618; 
	}

a.jp-full-screen span {	background:url(assets/images/jp_sprite.png) -4px -216px no-repeat; }
a.jp-full-screen:hover span {background-position: -32px -216px; }
	
a.jp-restore-screen span { background:url(assets/images/jp_sprite.png) -5px -248px no-repeat; }
a.jp-restore-screen:hover span { background-position: -32px -248px; }

div.jp-video-play {
	background-color:rgba(0, 0, 0, 0);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	}
	
div.jp-video-full div.jp-video-play {
	height:100%;
	z-index:999999;
	}
	
a.jp-video-play-icon { 
	display: none; 
	}
	
div.jp-video-play:hover a.jp-video-play-icon {
	opacity:1;
	filter:alpha(opacity=100);
	}
	
	
	
	
/*--------------------------------------------------------------------*/
/*                    					
/*                          FOOTER STYLES		
/*                    							
/*--------------------------------------------------------------------*/ 		 
#footer { 
	font-size: 20px;
	line-height: 32px;
	color: #B6B6B6;
	background-color: #2E373F;
	padding: 70px 20px 63px 20px; 
	}

#footer a { 
	color: #F34747; 
	-webkit-transition: 0s;
	   -moz-transition: 0s;
		-ms-transition: 0s;
		 -o-transition: 0s;
		  	transition: 0s;
	}	

#footer a:hover { 
	border-bottom: 1px solid #5E6771;
	color: #FFF; 
	}	
	
#footer li a { 
	line-height: 22px; 
	}		   

#footer .widget .widget-title {
	display: none!important;
	}

#footer form { 
	margin-bottom: 0px; 
	}

#footer input[type="text"], 
#footer input[type="password"], 
#footer input[type="date"], 
#footer input[type="datetime"], 
#footer input[type="email"], 
#footer input[type="number"], 
#footer input[type="search"], 
#footer input[type="tel"], 
#footer input[type="time"], 
#footer input[type="url"], 
#footer textarea {
	color: #FFF;
	background-color: #5E6771;
	border:1px solid #5E6771;
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0px;
	padding: 27px 10px 27px 16px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all 0.3s ;
	   -moz-transition: all 0.3s ;
		-ms-transition: all 0.3s ;
		 -o-transition: all 0.3s ;
		 	transition: all 0.3s ;        
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
		    box-shadow:none;		
	}	

#footer input[type=email]:hover,
#footer input[type=text]:hover,
#footer input[type=password]:hover,
#footer textarea:focus {
	background-color: #F34747;
	border-color: #F34747;
	}

#footer input[type=email]:focus,
#footer input[type=text]:focus,
#footer input[type=password]:focus,
#footer textarea:focus {
	background-color: #2E373F;
	border-color: #4A5258;
	}
	
#footer .btn, 
#footer .button, 
#footer button.button, 
#footer .btn[type="submit"],
#footer .button[type="submit"],
#footer input[type="button"], 
#footer input[type="reset"], 
#footer input[type="submit"] { 
	background-color: #F34747;
	color: #FFF;
	border: none;
	}

#footer .btn:hover, 
#footer .button:hover, 
#footer button.button:hover, 
#footer .btn[type="submit"]:hover,
#footer .button[type="submit"]:hover,
#footer input[type="button"]:hover, 
#footer input[type="reset"]:hover, 
#footer input[type="submit"]:hover { 
	background-color: #FFF;
	border: none;
	color: #F34747;
	}

.footer-fullwidth { 
	text-align: center; 
	}
 	
span.copyright { 
	display: block; 
	}	





/*--------------------------------------------------------------------*/
/*                      					   					   
/*                         WIDGET STYLES   	        	
/*                    								
/*--------------------------------------------------------------------*/
.widget ul > li { list-style: none; }
.widget ul ul { margin: 0; padding: 0;	}
.widget li li { padding-left: 0; }
.widget li li ul { padding-left: 15px; }
.widget_rss li { margin: 0 0 18px 0; }
.widget .widget-title {
	text-transform: uppercase;
	color: #B6B6B6;
	padding-bottom: 20px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	} 

	
/*--------------------------------------------------------------------*/
/*	DRIBBBLE WIDGET
/*--------------------------------------------------------------------*/ 
.bean-dribbble-shots { 
	width: 102%;
	}

.bean-shot {
	background-image: url(assets/images/dribbble-hover.png);
	background-color: #F34747;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	}
	
.bean-dribbble-shots img {
	width: 132px;
	height: 99px;
	margin: 0px;
	margin-bottom: -6px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all 0.3s ;
	   -moz-transition: all 0.3s ;
		-ms-transition: all 0.3s ;
		 -o-transition: all 0.3s ;
		  	transition: all 0.3s ;  	
	}

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


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

.flicker-image-wrapper {
	 float: left;
	 margin-bottom: -5px;
	 }

.flickr_badge_image { 
	background-image: url(assets/images/flickr-hover.png);
	background-color: #F34747;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 5px 5px 0px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	}

.flickr_badge_image a {
	float: left;
	-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;
	        transition: all .3s ease-in-out;
	}

.flickr_badge_image a:hover { 
	opacity: 0.3; 
	}

.flickr_badge_image img {
	width: 86px;
	height: 86px;
	float: left;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	}


/*--------------------------------------------------------------------*/
/*  NEWSLETTER WIDGET
/*--------------------------------------------------------------------*/
input.email-newsletter {
	background: url(assets/images/newsletter.png) no-repeat;
	background-position: 94% -26px;
 	}

input.email-newsletter:focus {
	background-position-y: 16px!important; 
	}
 	 
.bean-newsletter  .button { 
	display: none; 
	}

	
/*--------------------------------------------------------------------*/
/*  SEARCH WIDGET
/*--------------------------------------------------------------------*/	
.widget_search input[type="text"]	{
	background: url(assets/images/search.png) no-repeat;
	background-position: 94% -26px;
	}

.widget_search input[type="text"]:focus	{
	background-position-y: 16px!important;
	}	
	
.widget_search .searchform .button[type="submit"] { 
	display: none; 
	}
	
	
/*--------------------------------------------------------------------*/
/*	BEAN HEADER SOCIAL COUNTER WIDGET
/*--------------------------------------------------------------------*/
.bean-social-counter {
	opacity: .5;
	-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;
	        transition: all .3s ease-in-out;
	}

.bean-social-counter:hover {
	opacity: 1;
	}

.bean-social-counter,
.bean-social-counter ul { 
	float: left; 
	margin-top: 9px;
	}

.social-links li {
	color: #2E373F;
	float: left;
	font:bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-right: 20px;
	text-transform: uppercase;
	}

.social-links li:last-child {
	padding-right: 0px;
	}  
	
.social-count {
	color: #5E6771;
	font-weight: normal;
	font-style: normal;
	} 


/*--------------------------------------------------------------------*/
/*	BEAN SKILLS WIDGET 
/*--------------------------------------------------------------------*/
.widget_bean_skills { 
	width: 100%; 
	}

.widget_bean_skills p { 
	margin-bottom: 20px; 
	}

.skillset {
	float: left;
	width: 100%;
	}

.skill-percent { 
	float: right; 
	}

li.skill-bar {
	background-color: #FF584A;
	background-image: url(assets/images/diag.png);
	color: #FFF;
	font-weight: bold;
	font-size: 13px;		
	line-height: 28px;
	margin-bottom: 3px;
	padding: 3px 11px;
	text-transform: uppercase;
	width: 300px;	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	-webkit-animation:BeanBGAnimate 30s infinite linear;
	   -moz-animation:BeanBGAnimate 30s infinite linear;
	    -ms-animation:BeanBGAnimate 30s infinite linear;
	     -o-animation:BeanBGAnimate 30s infinite linear;
	        animation:BeanBGAnimate 30s infinite linear;        
	}


/*--------------------------------------------------------------------*/
/*	TAG CLOUD WIDGET
/*--------------------------------------------------------------------*/ 	
.tagcloud {
 	float: left;
 	margin-bottom: -4px;
 	}
 	
.tagcloud a {
	float: left;
	font-size: 15px!important;
 	margin: 0 4px 4px 0;
 	padding: 7px 10px;
	display: inline-block;
 	position: relative;
	text-transform: capitalize;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	} 		        
 		        
 	
/*--------------------------------------------------------------------*/
/*	TWITTER WIDGET
/*--------------------------------------------------------------------*/
#twitter_div ul { 
	margin: -8px 0 15px 0; 
	}
	
#twitter_div li {
	background: url(assets/images/twitter-li.png) no-repeat 3px 16px;
	padding-left: 30px!important;
	padding: 8px 0px;
	line-height: 24px;
	font-variant: normal!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;
	        transition: all .3s ease-in-out;  	
	}

#twitter_div li:first-child {
	padding-top: 0px;
	background-position: 3px 8px;
	}

#twitter_div li a {
	color: #B6B6B6;
	text-transform: lowercase;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif!important;
	border: none;
	}
	
#twitter_div li a:hover { 
	color: #C7C7C7; 
	} 

#twitter_div li span { 
	display: block; 
	}

#twitter_div li span a { 
	color: #2E373F; 
	font-variant: normal;
	text-transform: none!important;
	text-decoration: none!important;
	font-size: 14px!important;
	font-weight: bold!important;
	border-bottom: 1px solid #DCDDDF;
	padding-bottom: 2px;
	-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;
	        transition: all .3s ease-in-out; 
	}
	
#twitter_div li span a:hover { 
	color: #F34747; 
	}

#twitter_div .button { 
	font-size: 14px;
	margin: -1px 0 0 31px; 
	padding: 11px 14px;
	}	


/*-----------------------------------------------------------------------------------*/
/*	LINKS WIDGET
/*-----------------------------------------------------------------------------------*/
.widget_links {
	text-transform: uppercase;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	}

.widget_links ul { 
	margin-top: 5px; 
	}

.widget_links li {
	line-height: 3px;
	background-color: #F3F5F8;
	margin-bottom: 5px;
	padding: 13px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;        
	}

.widget_links li:hover { 
	background-color: #ecf1f1; 
	}


/*--------------------------------------------------------------------*/
/*	SOCIAL PROFILES WIDGET
/*--------------------------------------------------------------------*/
.bean-social-profiles ul {
	margin: 0 0 0 0!important; 
	width: 101%; 
	}
    
.bean-social-profiles ul li {
	margin-right: 6px;
	margin-bottom: 6px;
	display: block!important;
	float: left!important;
	text-indent: -9999em!important;
	width: 40px!important;
	height: 40px!important;
    }   
        		
.bean-social-profiles ul li a {
	background: url(assets/images/social-bar.png) no-repeat;
	background-color: #2E373F;
	border:none;
	width: 41px;
	height: 41px;
    float:left;
    text-indent: -9999px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-transition: all 0.3s ;
       -moz-transition: all 0.3s ;
    	-ms-transition: all 0.3s ;
    	 -o-transition: all 0.3s ;
    	  	transition: all 0.3s ;         
	}
 	   
.bean-social-profiles ul li.behance a 		{ background-position: -627px 3px; background-color: #006cff; }
.bean-social-profiles ul li.delicious a 	{ background-position: -557px 4px; background-color: #0078b7; }
.bean-social-profiles ul li.digg a 			{ background-position: -416px 2px; background-color: #00549c; }
.bean-social-profiles ul li.dribbble a		{ background-position: -206px 4px; background-color: #f8619e; }
.bean-social-profiles ul li.facebook a 		{ background-position: -32px 3px;  background-color: #4973d2; }
.bean-social-profiles ul li.flickr a 		{ background-position: -382px 3px; background-color: #f759aa; }
.bean-social-profiles ul li.forrst a 		{ background-position: -347px 2px; background-color: #758f67; }
.bean-social-profiles ul li.foursquare a	{ background-position: -591px 3px; background-color: #1fb2df; }
.bean-social-profiles ul li.github a 		{ background-position: -451px 4px; background-color: #3e78aa; }
.bean-social-profiles ul li.googleplus a 	{ background-position: -66px 4px;  background-color: #0a9d35; }
.bean-social-profiles ul li.linkedin a 		{ background-position: -101px 4px; background-color: #0b84c3; }
.bean-social-profiles ul li.pinterest a 	{ background-position: -486px 2px; background-color: #eb5655; }
.bean-social-profiles ul li.rss a 			{ background-position: -170px 3px; background-color: #fcae34; }
.bean-social-profiles ul li.stumbleupon a 	{ background-position: -521px 3px; background-color: #f94e20; }
.bean-social-profiles ul li.twitter a 		{ background-position: 3px 4px;    background-color: #02b0e8; }
.bean-social-profiles ul li.vimeo a 		{ background-position: -275px 2px; background-color: #9dc647; }
.bean-social-profiles ul li.youtube a		{ background-position: -311px 1px; background-color: #f44220; }
.bean-social-profiles ul li.zerply a 		{ background-position: -137px 4px; background-color: #abe06c; }
 
.bean-social-profiles ul li.twitter a:hover, 		
.bean-social-profiles ul li.facebook a:hover, 		
.bean-social-profiles ul li.googleplus a:hover,		
.bean-social-profiles ul li.linkedin a:hover, 		  
.bean-social-profiles ul li.zerply a:hover,		 	 
.bean-social-profiles ul li.rss a:hover,			 
.bean-social-profiles ul li.dribbble a:hover,	 	 			
.bean-social-profiles ul li.vimeo a:hover, 			
.bean-social-profiles ul li.youtube a:hover, 		
.bean-social-profiles ul li.forrst a:hover, 			 
.bean-social-profiles ul li.flickr a:hover, 			 
.bean-social-profiles ul li.digg a:hover, 		
.bean-social-profiles ul li.github a:hover,	 		
.bean-social-profiles ul li.pinterest a:hover, 		 
.bean-social-profiles ul li.stumbleupon a:hover, 	   
.bean-social-profiles ul li.delicious a:hover, 		
.bean-social-profiles ul li.foursquare a:hover, 		
.bean-social-profiles ul li.behance a:hover { 
	background-color: #2E373F; 
	}  

	
	
		
/*--------------------------------------------------------------------*/
/*                      					   					      
/*                        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 {
	margin: 0; 
	padding: 0; 
	list-style: none;
	}

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

.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}
	
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 {
	zoom: 1; 
	position: relative;
	}

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

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

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

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

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

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

.post-slider .flex-control-nav li a:hover, 
.post-slider .flex-control-nav li a.active {
	background-color: #0081C7;
	filter: alpha(opacity=@opacity * 100);
	}
	
 .post-slider .flex-direction-nav li {
 	float:left;
 	margin:0px 1px;
 	list-style:none;
 	padding: 0;
 	}
 
.post-slider .flex-direction-nav li a {
	width: 28px;
	height: 28px;
	margin: 0;
	display: block;
	position: absolute;
	bottom: 10px;
	cursor: pointer;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	}
 	
.post-slider .flex-direction-nav .prev ,
.post-slider .flex-direction-nav .next {
	background: url(assets/images/sprite.png) no-repeat;
	width: 52px;
	height: 52px;
	display: block;
	text-indent: 100%;
	top: 47%; 
	overflow: hidden;
	white-space: nowrap;
	border: none;
	z-index: 99;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;    
	}

	
.post-slider .flex-direction-nav .prev { 
	left: 14px;
	background-position: -54px -4px;  }

.post-slider .flex-direction-nav .next { 
	right: 14px;
	background-position: -108px -4px;
	}

.post-slider .flex-direction-nav .prev:hover,
.post-slider .flex-direction-nav .next:hover { 
	opacity: .6;
	}

.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;
	}




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

/* FADE IN -ALL PAGE CONTENT */
.BeanFadeIn {
	-webkit-animation-delay: .6s;
	   -moz-animation-delay: .6s;
	    -ms-animation-delay: .6s;
	     -o-animation-delay: .6s;
	        animation-delay: .6s;
	-webkit-animation-name: BeanFadeIn;
	   -moz-animation-name: BeanFadeIn;
	     -o-animation-name: BeanFadeIn;
	        animation-name: BeanFadeIn;
	}
	
@-webkit-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
	}
@-moz-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
	}
@-o-keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
	}
@keyframes BeanFadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
	}

/* FADE IN FROM THE TOP - HEADER CONTENT */
.BeanFadeDown {
	-webkit-animation-delay: 0.7s;
	   -moz-animation-delay: 0.7s;
	    -ms-animation-delay: 0.7s;
	     -o-animation-delay: 0.7s;
	        animation-delay: 0.7s;
	-webkit-animation-name: BeanFadeDown;
	   -moz-animation-name: BeanFadeDown;
	     -o-animation-name: BeanFadeDown;
	        animation-name: BeanFadeDown;
	}

@-webkit-keyframes BeanFadeDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); 	}
	100% { opacity: 1; -webkit-transform: translateY(0); 	}
	}
@-moz-keyframes BeanFadeDown {
	0% { opacity: 0; -moz-transform: translateY(-20px); 	}
	100% { opacity: 1; -moz-transform: translateY(0); 		}
	}
@-o-keyframes BeanFadeDown {
	0% { opacity: 0; -ms-transform: translateY(-20px);		}
	100% { opacity: 1; -ms-transform: translateY(0); 		}
	}
@keyframes BeanFadeDown {
	0% { opacity: 0; transform: translateY(-20px); 			}
	100% { opacity: 1; transform: translateY(0); 			}
	}

/* ROLL - SOCIAL MEDIA ICONS HEADER */  
@-webkit-keyframes BeanRoll {
	0%   { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
	100% { opacity: 1; -webkit-transform: translateX(0px)   rotate(0deg);    }
	}
@-moz-keyframes BeanRoll {
	0%   { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); 	 }	
	100% { opacity: 1; -moz-transform: translateX(0px)   rotate(0deg);    	 }
	}
@-o-keyframes BeanRoll {
	0%   { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); 	 }
	100% { opacity: 1; -o-transform: translateX(0px)   rotate(0deg);    	 }
	}
@keyframes BeanRoll {
	0%   { opacity: 0; transform: translateX(-100%) rotate(-120deg); 		 }
	100% { opacity: 1; transform: translateX(0px)   rotate(0deg);    		 }
	}

/* BOUNCE IN FROM TOP - POST PAGINATION */ 
@-webkit-keyframes BeanBounceUp {
	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 BeanBounceUp {
	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 BeanBounceUp {
	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 BeanBounceUp {
	0%   { opacity: 0; transform: translateY(2000px); 			}
	60%  { opacity: 1; transform: translateY(-30px); 			}
	80%  { transform: translateY(10px); 						}
	100% { transform: translateY(0); 							}
	}

/* MOVING BG - BEAN SKILLS WIDGET */	
 @-webkit-keyframes BeanBGAnimate {
 	from 	{background-position:0 0;}
 	to 		{background-position:0 500px;}
 	}
 
 @-moz-keyframes BeanBGAnimate {
 	from 	{background-position:0 0;}
 	to 		{background-position:0 500px;}
 	}
 
 @-ms-keyframes BeanBGAnimate {
 	from 	{background-position:0 0;}
 	to 		{background-position:0 500px;}
 	}
 
 @-o-keyframes BeanBGAnimate {
 	from 	{background-position:0 0;}
 	to 		{background-position:0 500px;}
 	}
 
 @keyframes BeanBeanBGAnimate {
 	from 	{background-position:0 0;}
 	to 		{background-position:0 500px;}
 	}       
 
 	
 /* ERROR HINGE ANIMATION - ANIMATE.CSS */
 .BeanErrorFall {
 	-webkit-animation-name: BeanErrorFall;
 	   -moz-animation-name: BeanErrorFall;
 	     -o-animation-name: BeanErrorFall;
 	        animation-name: BeanErrorFall;
 	-webkit-animation-duration: 2s!important;
 	   -moz-animation-duration: 2s!important;
 	    -ms-animation-duration: 2s!important;
 	     -o-animation-duration: 2s!important;
 	        animation-duration: 2s!important;
 	-webkit-animation-delay: 2s;
 	   -moz-animation-delay: 2s;
 	    -ms-animation-delay: 2s;
 	     -o-animation-delay: 2s;
 	        animation-delay: 2s;
 	}
 	
 @-webkit-keyframes BeanErrorFall {
 	0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
 	20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
 	40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
 	80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
 	100% { -webkit-transform: translateY(700px); opacity: 0; }
 	}
 @-moz-keyframes BeanErrorFall {
 	0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
 	20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
 	40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
 	80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
 	100% { -moz-transform: translateY(700px); opacity: 0; }
 	}
 @-o-keyframes BeanErrorFall {
 	0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
 	20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
 	40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
 	80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
 	100% { -o-transform: translateY(700px); opacity: 0; }
 	}
 @keyframes BeanErrorFall {
 	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
 	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
 	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
 	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
 	100% { transform: translateY(700px); opacity: 0; }
 	}		 