/*		----------------------------------------------------------------------------------------------------

Theme Name:     Frontline 
Theme URI:      http: //www.purtypixels.com
Description:    Frontline is a top-of-the-line responsive business, agency, corporate and portfolio theme complete with a multitude of post types, powerful widgets, loads of shortcodes, custom backgrounds and hundreds more premium features. 
Author:         Purty Labs
Author URI:     http: //www.purtylabs.com
Version: 		1.0 
Tags: 			businiess, light, custom-background, agency, custom, post-formats, stylish, corporate, purtypixels, portfolio, gallery, widgets, shortcodes 
License: Partial GNU General Public License, please reade license file for more details.
License URI: license.txt

Designed by Richard Tabor of PurtyPixels.com & Handcrafted by Franklin M Gitonga of Radiumthemes.com

----------------------------------------------------------------------------------------------------*/
@font-face {
 font-family: 'BebasNeueRegular';
 src: url('bebasneue-webfont.eot');
 src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),  url('bebasneue-webfont.woff') format('woff'),  url('bebasneue-webfont.ttf') format('truetype'),  url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PlacardCondensedRegular';
 src: url('placard-condensed-regular-webfont.eot');
 src: url('placard-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('placard-condensed-regular-webfont.woff') format('woff'),  url('placard-condensed-regular-webfont.ttf') format('truetype'),  url('placard-condensed-regular-webfont.svg#PlacardCondensedRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

/*
 * Default
 * Basic and global styles
 * ------------------------------------------------------------------------------------------- */
body { background: url(assets/images/body-bg.jpg) repeat #e7eaec; }


/* =Typography 
--------------------------------------------------------------*/ 
body{
	color: #6b707b;
	font: 12px/21px Helvetica, Arial, sans-serif;
	}
	
 p {
    font: 12px/21px Helvetica, Arial, sans-serif;	
	margin-bottom: 16px;
	}

a {	
	color:#8f949d;
	transition: background .2s ease-out, color .2s ease-out;
		-webkit-transition: background .2s ease-out, color .2s ease-out;
		-moz-transition: background .2s ease-out, color .2s ease-out;
		-o-transition: background .2s ease-out, color .2s ease-out;
		-ms-transition: background .2s ease-out, color .2s ease-out;
    }
	
a:hover { color: #fd7a05; }

p a { color: #8f949d; }  
p a:hover {	color: #c4c6c7;}

h1, h2, h3, h4, h5, h7 { 
	color: #1E2224; 
	font-family:  Helvetica, Arial, sans-serif;
	}
 
h1 { 
	color: #1E2224;
    margin-bottom: 9px;     
     font-size: 21px;
    line-height: 21px;
    }
       
h2 {
	margin-bottom: 5px;
    font: bold 18px/24px Helvetica, Arial, sans-serif
	}
	
h3 {margin-bottom: 8px; line-height:22px;font: bold 15px/24px Helvetica, Arial, sans-serif;}

h4 { 
    font-size: 13px; 
    margin-bottom: 15px; 
    color:#1e2224; 
    }
    
h5 { font-size: 13px;  margin-bottom: 15px; font-weight: normal; }
h6 { font-size: 12px; color: #797979; text-transform: uppercase; margin-bottom: 15px; }
h7 { font-size: 14px; margin-bottom: 6px; line-height:1px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #1e2224; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #8F949D; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #bfbfbf; font-weight: normal; font-size: 100%; }

::selection { color: #fff; background-color: #1e2224; }
.error { color: #ff0000; }

blockquote {
	border-left: none;
	font-style: italic;
	padding: 0px 0px 0px 10px;
	border-left: 2px solid #EAECEF;
	}

blockquote, 
blockquote p {
	color: #878c95;
	font: italic 12px/21px Georgia, "Times New Roman", Times, serif;
	 }

pre {
	margin: 25px 0px; 
	padding: 10px 15px 10px 20px;
	clear: both;
	border-radius: 0px;
	color: #3b3e44;
	overflow: auto;
	font: 11px/19px "Courier New", Courier, mono, sans-serif;
	border-left: 20px solid #e2e6e8;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	background-color: #f4f4f4;
	}
 
code { 
	padding: 4px 7px;
	background-color: #f4f4f4;
	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;
	}
	    
h2.entry-title a{
 	color: #1e2224;
 	font-weight: bold;
 	font-size: 19px;
 	}  
 	
h2.entry-title a:hover { color: #8f949d; } 
h2.entry-title a:active { color: #F53C3C; }    
       
h2.entry-search { margin-top: 26px; } 
	         
.entry-subtitle {
    color: #6b707b;
    display:inline;
    margin:0 0 11px 0;
    font-size: 12px;
    font-family:  Helvetica, Arial, sans-serif;	
    font-weight:700;
    }

 
/* =Layout 
--------------------------------------------------------------*/ 
#main-container {
	background: #fff;
	padding-bottom: 9px;
	}
	
#footer-push {
 	padding-bottom: 10px;
	background: white;
	}
	
#footer-push-inner {
	border-top: 2px solid #EAECEF;
 	}
			
.page-entry-meta {
    padding-bottom: 20px;
    background: url(assets/images/divider.png) bottom repeat-x;
    }

 
 /* =Header
 -----------------------------------------------------------*/
#top-bar {
	width: 100%;
	margin-top: 3px;
	padding: 5px 0;
	border-top: 2px solid #1e2224;
	float: left;
	font-size: 11px;
	}
	
#top-menu { float: right; }

#top-menu ul, 
#top-menu ol {
	margin: 0 20px 0 0;
	}
	
#top-menu li { display: inline; }
  
#top-menu li a {
	color: #8F949D;
	background: #1e2224;
	padding: 4px 5px;
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
		    transition: all 0.2s ;
	}

#top-menu li a:hover { 
	color: #61656b;
	background: #fff;
	opacity: 1;
	}

 #top-contacts span {
	color: #8F949D;
	background: #1e2224;
	padding: 4px 5px;
	margin-left: 20px;
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
		    transition: all 0.2s ;
	}
	
#top-contacts span:hover {
 	color: #61656b;
	background: #fff;
	opacity: 1;
	}
		
#top {
 	position: relative;
 	padding: 15px 0;
 	font-size: 12px;
 	}
 	
#top-header{
 	background: #fff;
 	color: #bcbcbc;
 	padding-bottom: 10px;
 	/*border-top: 7px solid #032062;*/
	}

	 		
 /* =Branding 
-----------------------------------------------------------*/
 #logo {}
 	
 #logo:hover {}
 		
 #branding-tagline {}
 	
 #branding-tagline p {	
 	margin-bottom: 0; 
 	font-size: 12px;
 	color: #aeb2b9;
 	}
 	
 /* Top Widgets */
#top-tools{ float: right; }
 	 
 /*=Search */
 #top .searchform { 
 	padding-top: 4px; 
 	margin-left: 15px; 
 	margin-bottom: 0;
 	float: right;
 	}
 
 #top-search { display: inline-block; }
  	
 #top .searchform input.s {
 	margin: 0 0 0 0;
	width: 180px;
	height: 22px;
	line-height: 24px;
	outline:none;
	display: block;
	background: url(assets/images/icons/icon-search.png) no-repeat 8px 9px;
	padding-left: 25px;
	-webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
	   -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
	        box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
	-webkit-border-radius: 0px;
	}

#top .searchform input.s:focus {
 	color: #8f949d;
 	outline:none;
 	border:1px solid #a8aeb5;
	-webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
	   -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
	 	    box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
	-webkit-border-radius: 0px; 	    	
 	}

.search_posts,
.search_portfolio,
.search_pages { margin-bottom: 50px; }

/* =Navigation 
-----------------------------------------------------------*/
 #navigation {
  	border-bottom: 2px solid #eaecef;
 	position: relative;
 	z-index:999;
 	float: left;
 	width: 100%; 	            
	-webkit-transition: background .3s ease-out, color .3s ease-out;
	   -moz-transition: background .3s ease-out, color .3s ease-out;
	    -ms-transition: background .3s ease-out, color .3s ease-out;
	     -o-transition: background .3s ease-out, color .3s ease-out;
	        transition: background .3s ease-out, color .3s ease-out;
 	}
 	
#topnav { }
 
 
/* =Primary Nav Layout and Styles ----*/	
.main_menu{
	position: relative;
	z-index: 9999;
	}
	
.main_menu .radium_mega {
	z-index:9999;
	background-color:#f1f0ef;
		}

.main_menu .radium_mega a {
	display:block;
	padding:6px 0px;
	text-decoration:none;
	text-align:center;
	outline:none;
	z-index:9990;
	position:relative;
	float:left;
	color: #1E2224;
	font-family: 'BebasNeueRegular', serif;
	}

.main_menu .radium_mega a:hover { 
	color: #f53c3c;
	}
	
.main_menu .radium_mega li {
	color: #8f949d;
	float:left;
	position:relative;
	line-height: 22px;
	}
	
.main_menu .radium_mega > li {
	margin-bottom: -2px;
	line-height: 18px;
	padding-left: 15px;	
	padding-right: 15px;	
	}
	
.main_menu .radium_mega li:hover{}
	
.main_menu .radium_mega > li > a {}	
	
.main_menu .radium_mega > li > a:hover {}
	
.main_menu .radium_mega > li:last-child > a { border-right: none; }
	
div .main_menu .radium_mega > li:first-child > a {
	margin-left:0;
	padding-left: 0;
	}

div .main_menu .radium_mega > li:first-child { padding-left:0; }
	
div .main_menu .radium_mega > li:last-child { padding-right: 0; }
					
.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;
	}
	
.main_menu .radium_mega ul a:hover { color: #fd7a05; }

.radium_mega_div,  
.radium_mega>li>ul { z-index: 9999; }	

.main_menu .radium_mega>.sub-menu,  
.main_menu .radium_mega>.sub-menu>li { background-color:#e0e0e0; }

.main_menu ul li strong {	font-size:20px; }
	
.main_menu  ul li span.desc {
	font-size: 11px;
	display: block;
	letter-spacing: 0.2px;
	text-transform: lowercase;
	color: #777;
	}	
	
.main_menu .radium_mega > li:hover > a,
.main_menu .radium_mega > .current-menu-item > a { position: relative; }
	
.main_menu .radium_mega > li > a {
	border-bottom: 2px solid #EAECEF;
	transition: all 0.2s ;
    -webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
	}
	
.main_menu .radium_mega > li > a:hover,  
.main_menu .radium_mega > .current-menu-item > a{ border-bottom: 2px solid #de6e1d; }
	
.main_menu .radium_mega .current-menu-item a { color: #F53C3C; }	

/* =DropDown----*/	
.main_menu .radium_mega ul a {
	text-align: left;
	display:inline;
	padding:0;
	height:auto;
	float:none;
	font: 12px/21px Helvetica, Arial, sans-serif;
	color: #6b707b !important;	
	margin:0;
    transition: all 0.2s ;
    -webkit-transition: all 0.2s ;
       -moz-transition: all 0.2s ;
    	-ms-transition: all 0.2s ;
    	 -o-transition: all 0.2s ;
	}

.main_menu .radium_mega ul a:hover{
	color: #fd7a05!important;	
	padding-left: 9px;	   
	}
	
.main_menu .radium_mega ul a:active { color: #f53c3c; }

.main_menu .dropdown_link { padding-bottom: 20px;}

.main_menu .radium_mega .radium_mega_div,
.main_menu .radium_mega > li > ul,  
.main_menu .radium_mega > li > ul ul{
	background: #f1f0ef;
	margin-top: 7px;
	background-image:url(../../../assets/images/radian4-bg.jpg);background-repeat:repeat-x;background-position:bottom;
-webkit-box-shadow: -2px 7px 16px rgba(0, 0, 0, 0.62);
-moz-box-shadow:    -2px 7px 16px rgba(0, 0, 0, 0.62);
box-shadow:         -2px 7px 16px rgba(0, 0, 0, 0.62);
border:solid 1px #e0e0e0;
	}
	
.main_menu .radium_mega > li > ul,  
.main_menu .radium_mega > li > ul ul{
	position:absolute;
	display:none;
	width:165px;
	top:100%;
	margin-top: 7px;
	}

.main_menu .radium_mega > li > ul a{
	width:145px;
	display:block;
	}
	
.main_menu .radium_mega > li > ul li{
	margin-left: 10px;
	width:145px;
	margin-right: 10px;
	border-top: 1px solid #ebebeb;
	}

.main_menu .radium_mega > li > ul li:first-child { border-top: none; }

.main_menu .radium_mega > li > ul li a { padding:6px 0px; }

.main_menu .radium_mega > li > ul li:first-child a { border-top: none; }

.main_menu .radium_mega > li > ul ul {
	border-top: medium none;
	left: 145px;
	top: -2px;
	}

.main_menu .radium_mega > li > ul ul a {
	padding:6px 0px;
	padding-left: 0;
	}

.main_menu .radium_mega > li:hover > ul,  
.main_menu .radium_mega > li > ul li:hover ul,   
.main_menu .radium_mega > li > ul ul li:hover ul,   
.main_menu .radium_mega > li > ul ul ul li:hover ul,   
.main_menu .radium_mega > li > ul ul ul ul li:hover ul ,   
.main_menu .radium_mega > li > ul ul ul ul ul li:hover ul,

.main_menu .radium_mega > li:hover > ul ul,  
.main_menu .radium_mega > li> ul li:hover ul ul,   
.main_menu .radium_mega > li> ul ul li:hover ul ul ,   
.main_menu .radium_mega > li> ul ul ul li:hover ul ul,   
.main_menu .radium_mega > li> ul ul ul ul li:hover ul ul { display:block; }

.main_menu .radium_mega h1,
.main_menu .radium_mega h2,
.main_menu .radium_mega h3,  
.main_menu .radium_mega h4,  
.main_menu .radium_mega h5,  
.main_menu .radium_mega h6 {
	color: #1e2224;
	font-size: 13px;
	font-style: normal;
	font-family: 'BebasNeueRegular', serif;
	font-size:20px;
	margin-bottom: 0;
	padding: 0 6px 4px 0;
	text-transform: none;
	border-bottom: 2px solid #EAECEF;
	}

.main_menu .dropdown_available {
	display: inline-block;
	top: 12px;
	height: 7px;
	width: 7px;
	background: url(assets/images/drop.png) 0 -12px no-repeat;
	margin-left: 7px;
	}

.main_menu .radium_mega > li:hover > a .dropdown_available{ background: url(assets/images/drop.png) 0 -12px no-repeat; }
 
.main_menu .radium_mega > .current-menu-item > a .dropdown_available { background: url(assets/images/drop.png) 0 -12px no-repeat; }
 
.main_menu div .radium_mega > .dropdown_ul_available:hover > a{ z-index: 9999; } 

.main_menu .radium_mega1, 
.main_menu .radium_mega2, 
.main_menu .radium_mega3, 
.main_menu .radium_mega4, 
.main_menu .radium_mega5 {
	position:absolute; 
	display:none; 
	top:100%; 
	left:10px; 
	margin-left:-80px;
	
	}
	
.main_menu .radium_mega1 { width:221px; }
.main_menu .radium_mega2 { width:441px; }
.main_menu .radium_mega3 { width:662px; }
.main_menu .radium_mega4 { width:850px;background-color:#f1f0ef; }

.main_menu li:hover .radium_mega1,
.main_menu li:hover .radium_mega2, 
.main_menu li:hover .radium_mega3, 
.main_menu li:hover .radium_mega4, 
.main_menu li:hover .radium_mega5 { display:block; }

.main_menu .radium_mega .radium_mega_menu_columns_4:last-child{ padding-right:5px; }
			
.main_menu .radium_mega div ul {
	float: left;
}

.main_menu .radium_mega div ul .radium_mega_hr {
	width:100%;
	height:9px;
	clear:both;
	padding:0;
	}

.main_menu .radium_mega div ul ul { padding:7px 0; }

.main_menu .radium_mega div ul ul ul{ padding:2px 0 0; }
	
.man_menu .radium_mega div ul ul .radium_mega_text_block {
	background: none;
	padding:3px 0 0 0;
	margin:0;
	font-size: 11px;
	}
	
.main_menu .radium_mega div ul li {
	width:195px; 
	padding:5px; 
	padding-left:7px;
	}
	
.main_menu .radium_mega ul ul li a {
	padding: 6px 0px;
	margin: 0;
	}
		
.main_menu .radium_mega div ul li li {
	width:201px;
	float:left;
	clear:both;
	padding:0;
	margin:0;
	}

.main_menu .radium_mega div ul li li li { width:178px; }

.main_menu .radium_mega div ul li li li li { width:155px; }

/* Shortcodes in Menu */
.main_menu .radium_mega .radium_mega_text_block {
	margin-bottom: 15px !important;
	}
	
.main_menu .radium_mega p{
	margin-bottom: 15px !important;
	}
		
.main_menu .radium_mega .row,
.main_menu .radium_mega .column, 
.main_menu .radium_mega .columns{
	clear: both;
	width: 100%;
	margin: 0 0 0 0;
	text-align: left;
	}

 
/* =Page Navigation 
-----------------------------------------------------------*/
 	
/* Topic */
#topic {
 	background: #032062;
 	color: #e6e8eb;
 	padding: 15px 0;
  	}
 
#topic h1 {
 	color: #e6e8eb;
 	font-size: 20px;
 	margin-bottom: 0;
 	line-height: 20px;
	font-weight: bold;
	}
 	
#topic .page-entry-meta {
 	background: none;
 	padding-bottom: 0;
 	}	
 		
#topic .entry-subtitle {
	color: #8f949d;
	}
	 	
 /* =BreadCrumb */  
.breadcrumb {
	float: right;
	color: #8f949d;
	font: italic 12px/21px Georgia, "Times New Roman", Times, serif;
	}
	
.breadcrumb a { color: #b9bdc4; }
	 
.breadcrumb a:hover { color: #e6e8eb; }	
	

/* HomePage */
.home.page article.entry-content, 
.home.page article .entry-content {
	margin-top: 0px;
	padding-bottom: 20px;
	}

.home.with-sidebar #sidebar { margin-top: -27px; }
				 		      
/* =Sidebar 
-----------------------------------------------------------*/

#sidebar { 
	width: 220px; 
	zoom: 1;
	position: relative;
	}
	
#sidebar.sidebar-right { margin-left: -20px; }
	
#sidebar.sidebar-left {	margin-right: -17px; }
	 	 
#sidebar p { margin-bottom: 10px; }

#sidebar ul,
#sidebar ol { margin:0 0 0 0; }

#sidebar ul ul,
#sidebar ol ol,
#sidebar ul ul ul,
#sidebar ol ol ol{ margin:5px 0 0 10px; }

#sidebar li, 
#sidebar li li,
#sidebar .widget li {
	line-height: 22px;
	color: #8f949d;
	}

#sidebar .widget li a {
	color: #8f949d;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
	    -ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;	
	}
	
#sidebar .widget li a:hover {
	color: #c4c6c7;
	padding-left: 9px; 
	}

#sidebar .widget li a:active { color: #F53C3C; }

/* grid when inside sidebqar */
#sidebar .column, 
#sidebar .columns { width: 190px !important; float: none; margin-left: 0; margin-right: 0; }
#sidebar.row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
#sidebar .row .row .column, 
#sidebar .row .row .columns { padding: 0; }

/*Sidegar Widgets */
#sidebar .widget { margin: 42px 0; }

#sidebar .widget-title {
    margin-bottom: 7px;
    padding-bottom: 10px;
	border-bottom: 2px solid #EAECEF;
    line-height: 13px;
    font-size: 13px;
    color: #1e2224;
    text-align: left;
    }
    
#sidebar .widget_recent_entries ul { max-width: 90%; }
#sidebar .widget_recent_entries li { margin-bottom: 8px;	}

/* Search */ 
#sidebar .searchform input.s {
	width: 86%;
	height: 22px;
	float: left;
	background: url(assets/images/icons/icon-search.png) no-repeat 8px 9px;
	padding-left: 25px;
	-webkit-border-radius: 0px;
	 }
	 
#sidebar #searchsubmit { float: left; margin-left: 0px; }
	
/* =Widgets 
--------------------------------------------------------------*/
.widget { margin: 25px 0; }
.widget ul ul { margin: 0; padding: 0;	}
.widget li li { padding-left: 0; }
.widget li li ul { padding-left: 15px; }
.widget .widget-title { 
    font-family:  "Helvetica", Arial, sans-serif;
    font-weight: bold;
    line-height: 13px; 
    font-size: 13px;
    }
     
/* =Menu Widget */
.widget .widget_nav_menu ul, 
ul.xoxo { margin: 0 0 0 0; }

/* Recent Posts */ 

.radium-recent-posts-widget .news-title{
	line-height: 18px;
	color: #1e2224;
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
	    -ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;	
	}
    
.radium-recent-posts-widget .news-title:hover { color: #8f949d; }   
    
.radium-recent-posts-widget ul li {
    padding-bottom: 15px;
    margin-bottom: 0px;
    }

.radium-recent-posts-widget ul li:last-child{
    background-image: none;
    padding-bottom: 0;
    }
    
.radium-recent-posts-widget ul li a:hover { padding-left: 0 !important; }     	      

.radium-recent-posts-widget .news-thumb {
    float: left;
    display: inline;
    width: 25.4%;
    height: 48px;
    margin: 5px 5px 0 0;
    }
 	
 	
.radium-recent-posts-widget .news-thumb img { 
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
	    -ms-transition: all 0.2s ;
		 -o-transition: all 0.2s ;
	}  	      
.radium-recent-posts-widget .news-thumb img:hover { opacity: .3; }

.radium-recent-posts-widget .news-meta {
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	}
			
/* =Testimonial Widget */
.radium_testimonials_widget .widget-title { text-align: center; }
	
.radium-testimonials .post-thumb {
	float: left;
	margin: 0 10px 0 0;
	width: 48px;
	height: 48px;
	}
	
.radium-testimonials .post-thumb img { 
	height: 48px;
	width: 48px;
	}
	
.radium-testimonials .entry-meta {
	float: left;
	margin: -5px 0 0 0;
	padding-left: 0;
	background-image: none;
	width: 78%;
	}

.testimonial-meta { font: normal normal 12px/20px "Helvetica", Arial, sans-serif; }
	
.radium-testimonials .entry-meta .name { font-weight: bold; }

.radium-testimonials li { 
	list-style: none;	
	margin-top: 5px; 
	width:100%;
	float: left;
	}

.radium-testimonials span {
	color: #e6e8eb;
	font-weight: bold;
	}

.radium-testimonials p {
	width: 100%;
	float: left;
	margin: 3px 0 25px 0;
	font-variant: normal;
	text-transform: none;
	}
	
/* =Testimoials Sidebar*/		
#sidebar .radium-testimonials { width:190px; }
#sidebar .radium-testimonials p { margin-bottom: 15px; text-align: left; }
#sidebar .radium-testimonials li:last-child p { margin-bottom: 0; }
	
/* =RSS Widget */
.widget_rss li { margin: 0 0 18px 0 !important; }

/* =Calender */

/* =Flickr Widget */
.flicker-image-wrapper{
    width: 240px;
    float: left;
    margin-top: 6px;
    }

.flickr_badge_image {
	float: left;
	margin: 0 12px 12px 0;
	}

.flickr_badge_image a {
	float: left;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
	}

.flickr_badge_image a:hover { opacity: 0.3; }

.flickr_badge_image img {
    width: 46px;
    height: 46px;
	float: left;
	}

/* Images Widget */ 
#radium_custom_images_widget { width: 106%; }
#radium_custom_images_widget p { width: 96%; }

#radium_custom_images_widget ul { margin-top: 5px;}

#radium_custom_images_widget li img { 
	padding: 0 0 0 0; 
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	float: left; 
	}

.image-size-104x104 img, 
.image-size-104x220 img,
.image-size-220x104 img,
.image-size-220x220 img {
	padding: 0 0 0 0; 
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
	}

.image-size-104x104 img:hover,
.image-size-220x104 img:hover,
.image-size-104x220 img:hover,
.image-size-220x220 img:hover { opacity: 0.3; }

.image-size-104x104 img {
	height: 104px;
	width:104px;
	}
	
.image-size-104x220 img {
	height: 104px;
	width:220px;
 	}
 	
.image-size-220x104 img {
	height: 220px;
	width:104px;
 	}
 	 			
.image-size-220x220 img {
	height: 220px;
	width:220px;
 	}

/* Newsletter Form Widget */
.radium-newsletter form { margin-bottom: 4px; }

input.email-newsletter {
	width: 76.8%;
	color: #CCC;
	padding-left: 8px;
	height: 22px;
	-webkit-border-radius: 0px;	
	}

.newsletter-button {
	width: 32px;
	height: 32px;
	margin-left: 6px;
	text-indent: -9999px;
	clear: both;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	   -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.08);
			box-shadow: 0 1px 1px rgba(0,0,0,0.08);
	background: url(assets/images/plus-minus.png) 1px 1px #F53C3C;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
	-webkit-border-radius: 0px;
	}

.newsletter-button:hover {
	background: url(assets/images/plus-minus.png) 1px -29px #1e2224;
	border: none;
	} 	

/* Quick Contact Widget */
 #quickcontact { padding-top: 5px; }	
	
#quickcontact label {
	color: #E6E8EB;
	margin-bottom: 0px;
	float: left;
	margin-top: 8px;
	}

.quickcontact-submit {
	background-color: #F53C3C;
	border: none;
	color: #fff;
	font: bold 12px Helvetica, Arial, sans-serif;
	float: right;
	padding: 9px 13px 9px 13px ;
	margin-left: 73px;
	margin-top: 11px;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
	}
	
.quickcontact-submit:hover {
	background-color: #36393C !important;
	color: #fff;
	}
	
.quickcontact .required { color: #F53C3C; }

.quickcontact input[type=email],           
.quickcontact input[type=text],
.quickcontact input[type=password] {
    border: none;
    background-color: #36393C;
    -moz-box-shadow: none;	
    -webkit-box-shadow: none;	
    box-shadow: none;	
    color: #8F949D;
    height: 24px;
    padding-left: 8px;
    width:71%; 
    float: left;
    -webkit-border-radius: 0px;
    }

.quickcontact textarea{
	border: none;
	background-color: #36393C;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;	
	color: #8F949D;
	padding-left: 8px;
	width:71%; 
	float: left;
	margin-bottom: 0px;
	-webkit-border-radius: 0px;
	}

.quickcontact input[type=email]:focus,
.quickcontact input[type=text]:focus,
.quickcontact input[type=password]:focus,
.quickcontact textarea:focus {
	color: #BEC1C5;
	background-color: #3a3d40;
	border: none;
	-webkit-border-radius: 0px;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;	
	
    }
    
.quickcontact row { width: 100%; }    

.quickcontact .input {
	clear: none;
	display: inline;
	margin-bottom: 12px;
	width: 100%;
	}

#quickcontact label.error {
	color: #F53C3C;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin: 0;
	display: inline !important;
	float: left;
	width: 71%;
	margin-left: 73px;
	}
	
		
/*Twitter Widget*/
#twitter_div { margin-bottom: 15px; }

#twitter_update_list { margin-top: 1px; }

#twitter_div li{
	margin-bottom: 8px;
	line-height: 21px;
	}
		
#twitter_div span { color: #6b707b; }			
#twitter_div li:last-child { margin-bottom: 20px; }
#twitter_div li a { color: #8F949D;  }
#twitter_div li a:hover { color: #c4c6c7; padding: 0 0 0 0!important; }
#twitter_div li a:active { color: #F53C3C;}

#twitter-link { 
	font-family: "Helvetica", Arial, sans-serif;;
	font-weight: bold;
 	padding: 8px 12px 8px 33px;
	color: #fff;
    background: url(assets/images/icons/icon-twitter-feed.png) no-repeat 9px 50% #F53C3C;
    background-position: 8px 7px;
    transition: all 0.2s ;
    	-webkit-transition: all 0.2s ;
    	-moz-transition: all 0.2s ;
    	-ms-transition: all 0.2s ;
    	-o-transition: all 0.2s ;	
    } 
    
#twitter-link:hover { background-color: #1e2224; background-position: 8px -28px;}
     
#twitter-link-style2    { 
	font-family: "Helvetica", Arial, sans-serif;;
	font-weight: bold;
 	padding: 8px 12px 8px 33px;
	color: #fff;
 	background: url(assets/images/icons/icon-twitter-feed.png) no-repeat #1e2224;
 	background-position: 8px 7px;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;	
	}
	
#twitter-link-style2:hover { background-color: #F53C3C; background-position: 8px -28px; }
	
#twitter-link-style3    { 
	font-family: "Helvetica", Arial, sans-serif;;
	font-weight: bold;
 	padding: 8px 12px 8px 33px;
	color: #fff;
	background: url(assets/images/icons/icon-twitter-feed.png) no-repeat 9px 50% #02B0E8;
	background-position: 8px 7px;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;	
	}
	
#twitter-link-style3:hover { background-color: #1e2224; background-position: 8px -28px; }

#twitter-link-style4 {
	 font-family:  "Helvetica", Arial, sans-serif;
	 font-weight: bold;
	 line-height: 13px; 
	 font-size: 13px;
	 color: #1e2224;
	 transition: all 0.2s ;
	 	-webkit-transition: all 0.2s ;
	 	-moz-transition: all 0.2s ;
	 	-ms-transition: all 0.2s ;
	 	-o-transition: all 0.2s ;		
	} 
	  
#twitter-link-style4:hover { 
	color: #8F949D; 
	padding-left: 9px;
	} 
	
/* =Recent Portfolio Widget */
 .radium_recent_portfolios_widget h3{
	font-size: 13px;
	text-align: center;
	margin-bottom: 12px;
	}
 
 #sidebar .radium-recent-portfolios-widget .entry-meta {
    background-image: none;
    padding-left: 0;
    }   
 
.radium-recent-portfolios-widget .portfolio-item .post-thumb img { 
	width: 220px;
	height: 136px;
	margin-bottom: 6px;
 	}
	
.radium-recent-portfolios-widget .portfolio-item .post-thumb img:hover { }

.radium-recent-portfolios-widget .portfolio-item:last-child { margin-bottom: 0; } 
	
/* Gallery Widget */
.radium-recent-gallery-widget .gallery-item .post-thumb img {
	width: 220px;
	height: 136px;
	margin-bottom: 18px;	
	}

.radium-recent-gallery-widget .gallery-item .post-thumb img:hover { }

.radium-recent-gallery-widget .gallery-item:last-child img { margin-bottom: 0; } 	
 	
/* About Widget -----------------------------*/	
.radium-about-widget p { margin-bottom: 20px; }

.radium-about-widget a { color: #E6E8EB; }

.radium-about-widget a:hover { 
	color: #f2f2f3;
	padding-left: 0px !important; 
	}
	
.radium-about-widget a:active { color: #F53C3C; }

.radium-about-widget .about-phone {	margin-left: 20px; }

.radium-about-widget .about-email {	margin-left: 25px; }

.radium-about-widget .about-meta {
	list-style: none;
	line-height: 24px;
	margin-bottom: 20px;
	}

.radium-about-widget .about-address { margin-left: 9px;	}
 
.radium-about-widget .directions {
	font-weight: bold;
	margin-bottom: 6px;
	color: #E6E8EB;
	margin-top: 20px;
	}

.radium-about-widget .directions-field {
	width: 82%;
	height: 24px;
	margin-top: 7px;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;	
	background-color: #36393C;
	border: none ;
	color: #8F949D ;
	padding-left: 8px;
	}

.radium-about-widget .directions-field:focus {
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;
	border: none ;
	color: #BEC1C5;
	background-color: #3a3d40;
	}

.radium-about-widget .directions-submit {
	height: 32px;
	width: 32px;
	text-indent: -9999px;
	margin-top: 7px;
	background-image: none;
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
	box-shadow: none;	
	border: none ;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-left: 6px;
	background: url(assets/images/direction-sprite.png) no-repeat 0 0 #F53C3C ; 
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
	}

.radium-about-widget .directions-submit:hover { background: url(assets/images/direction-sprite.png) no-repeat 0 -32px #36393C; }
	
	
/* =Video Widget */	
p.radium_video_desc { margin-top: 11px; }
		
.radium_video {	margin-top: 12px; }
		
/* =TagCloud */	
 .tagcloud a {
	font: 600 12px/normal Helvetica, Arial, Geneva, sans-serif!important;
	float: left;
	margin: 5px 5px 0 0;
	padding: 6px 9px;
	cursor: pointer;
	display: inline-block;
	color: #fff;
	position: relative;
	transition: 0.1s linear all;
		-webkit-transition: 0.1s linear all;
		-moz-transition: 0.2s linear all;
		-ms-transition: 0.2s linear all;
		-o-transition: 0.2s linear all;
	background-color: #f53c3c;
	}		
		
.tagcloud a:hover { background-color: #1e2224; }
.tagcloud a:active { background-color: #1e2224; }


/* Social Counter Widget */
.social-bar { width: 220px; }

.social-bar ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
 	
.social-bar  ul li { margin-bottom: 10px; }

.social-bar span.count {
	color: #1e2224;
	font-size: 13;
	font-weight: bold;
	}

.social-bar .action-link { margin-top: 1px;	}

.social-bar .icon-wrapper {
	background-image:url(assets/images/icons/social-bar.png) ;
	background-repeat:no-repeat;
	background-color: #1e2224;
	height: 34px;
	width: 34px;
	float: left;
	margin-top: 5px;
	margin-right: 12px;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;		
	}
	
/* Style 1 (Default) */ 
.social-bar .count-icon-rss { background-position: -173px 0; }
.social-bar .count-icon-rss:hover { background-position: -173px -35px; background-color: #FB7922; }

.social-bar .social-bar .count-icon-twitter { background-position: 0 0; }
.social-bar .count-icon-twitter:hover { background-position: 0 -35px; background-color: #02B0E8; }

.social-bar .count-icon-facebook { background-position: -35px 0; }
.social-bar .count-icon-facebook:hover { background-position: -35px -35px; background-color: #3B5997; }

.social-bar .count-icon-dribbble { background-position: -210px 0; }
.social-bar .count-icon-dribbble:hover { background-position: -210px -35px; background-color: #CD316B; }

/* Style 2 (Social Colors)*/ 
.social-bar .style2 .count-icon-rss { background-color: #FB7922; }
.social-bar .style2 .count-icon-rss:hover { background-color: #1e2224; }

.social-bar .style2 .count-icon-twitter { background-color: #02B0E8; }
.social-bar .style2 .count-icon-twitter:hover { background-color: #1e2224; }

.social-bar .style2 .count-icon-facebook { background-color: #3B5997; }
.social-bar .style2 .count-icon-facebook:hover { background-color: #1e2224; }

.social-bar .style2 .count-icon-dribbble { background-color: #CD316B; }
.social-bar .style2 .count-icon-dribbble:hover { background-color: #1e2224; }

/* Style 3 (Social Icons)*/ 
.social-bar .style3 .count-icon-rss { background: url(assets/images/icons/social-bar-icons.png) -170px 0px rgba(255, 255, 255, 0); }
.social-bar .style3 .count-icon-twitter { background: url(assets/images/icons/social-bar-icons.png) 0px 0px rgba(255, 255, 255, 0); } 
.social-bar .style3 .count-icon-facebook { background: url(assets/images/icons/social-bar-icons.png) -34px 0px rgba(255, 255, 255, 0); } 
.social-bar .style3 .count-icon-dribbble { background: url(assets/images/icons/social-bar-icons.png) -204px 0px rgba(255, 255, 255, 0); }

.social-bar .style3 .count-icon-rss:hover,
.social-bar .style3 .count-icon-twitter:hover,
.social-bar .style3 .count-icon-facebook:hover,
.social-bar .style3 .count-icon-dribbble:hover { opacity: .6; } 

/* =Foobar */
#radium_foobar {
	z-index: 99;
	position: absolute;
	top: -31px;
	padding: 13px 0;
	color: #8F949D;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	background: #1e2224;
	width: 100%;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	}

#radium_foobar a { color:#E6E8EB; }
	
#radium_foobar a:hover{ color:#8F949D; }

#radium_foobar .openbtn {
	cursor: pointer;
	display: block;
	width:30px;
	height:30px;
	position: absolute;
	top: 40px;
	right:0px;
	float: right;
	background:#1e2224 url(assets/images/plus-minus.png) no-repeat 0 0px;
	text-indent: -9999px;
	}

#radium_foobar .closebtn {
	cursor: pointer;
	display: block;
	width:30px;
	height:30px;
	position: absolute;
	top: 40px;
	right:0px;
	float: right;
	background: url(assets/images/plus-minus.png);
	background-color: #1e2224;
	background-position: 30px -30px;
	text-indent: -9999px;
 	}
 
/* =Post and Pages 
---------------------------------------------------------------------*/	
		
/* =Archive
---------------------------------------------------------------------*/
.blog article p:last-child,
.archive article p:last-child { margin-bottom: 0; }


/* =Audio/Video jPlayer Skin
--------------------------------------------------------------------- */
	
.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;
	}
	
/* Video */
div.jp-audio, 
div.jp-video {
	color:#a7a7a7;
	line-height:2.2em;
	position:relative;
	z-index:10;
	}
	
div.jp-video video { background-color:#fff; }
	
div.jp-audio { width:100%; }
	
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;
	}

a.jp-full-screen span {background:url(assets/images/jplayer/jp_sprite.png) -56px -57px no-repeat;}
	
a.jp-full-screen:hover span {background-position:-84px -57px;}
	
a.jp-restore-screen span { background:url(assets/images/jplayer/jp_sprite.png) -56px -84px no-repeat; }
	
a.jp-restore-screen:hover span { background-position:-84px -84px; }

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 {
	background:url(assets/images/jplayer/jp_play.png) 0 0 no-repeat;
	display:block;
	width:80px;
	height:50px;
	margin-left:-40px;
	margin-top: -14px;
	position:absolute;
	left:50%;
	top:50%;
	text-indent:-9999px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	}
	
div.jp-video-play:hover a.jp-video-play-icon {
	opacity:1;
	filter:alpha(opacity=100);
	}
 
/* Audio */
div.jp-audio.fullwidth, 
div.jp-audio.fullwidth .jp-type-list-parent {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	margin-bottom: 40px;
	}
	
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 {
	background:url(assets/images/jplayer/jp_play.png) 0 0 no-repeat;
	display:block;
	width:80px;
	height:50px;
	margin-left:-40px;
	margin-top:-25px;
	position:absolute;
	left:50%;
	top:50%;
	text-indent:-9999px;
	opacity:0.7;
	filter:alpha(opacity=70);
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-ms-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	}
	
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; }
 		
/* Interface */
div.jp-gui { }
	
div.jp-interface {
	background:#1E2224;
	width:100%;
	height:40px;
	overflow:hidden;
	position:relative;
	}
	
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:-9999px;
	padding-left: 4px;
	margin-top: 1px;
	}
	
div.jp-interface ul.jp-controls a span {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}
	
a.jp-play span, 
a.jp-pause span {
	width:28px;
	height:28px;
	border-right: 1px solid #343434;
	padding-right: 6px;
	}
	
a.jp-play span {background:url(assets/images/jplayer/jp_sprite.png) 0 0 no-repeat;}
	
a.jp-play:hover span {background-position:-26px 0;}
	
a.jp-pause span {
	background:url(assets/images/jplayer/jp_sprite.png) 0 -28px no-repeat;
	display:none;
	}
	
a.jp-pause:hover span { background-position:-28px -28px; }
	
a.jp-stop span, 
a.jp-previous span, 
a.jp-next span {
	width:28px;
	height:28px;
	border-right: 1px solid #343434;
	padding-right: 3px;
	}
	
a.jp-stop span {background:url(assets/images/jplayer/jp_sprite.png) -2px -56px no-repeat;}
	
a.jp-stop:hover span {background-position:-30px -56px;}
	
a.jp-previous span { background: url(assets/images/jplayer/jp_sprite.png) -56px -28px no-repeat; }
	
a.jp-previous:hover span { background-position:-84px -28px; }
	
a.jp-next span { background:url(assets/images/jplayer/jp_sprite.png) -56px 0 no-repeat; }
	
a.jp-next:hover span { background-position:-84px 0; }
	
div.jp-progress {
	background-color: #121212;
	width:100%;
	height:7px;
	border-left: 1px solid #121212;
	border-right: 1px solid #121212;
	overflow:hidden;
		border-bottom: 1px solid #343434;
	position:absolute;
	top:0;
	left:0;
	}
	
div.jp-seek-bar {
	width:0;
	height:100%;
	cursor:pointer;
	box-shadow:inset 0 0 2px #464444;
	-moz-box-shadow:inset 0 0 2px #464444;
	-webkit-box-shadow:inset 0 0 2px #464444;
	}
	
div.jp-play-bar {
	background:url(assets/images/jplayer/jp_sprite.png) repeat-x;
	background-position: 0px -145px;
	width:0;
	height:7px;
	}
	
div.jp-seeking-bg {background:url(assets/images/jplayer/jp_load.gif) 0 0 repeat-x;}
	
a.jp-mute, 
a.jp-unmute, 
a.jp-volume-max { position:relative; }
	
a.jp-mute, 
a.jp-unmute { margin:0 75px 0 0; }
	
a.jp-mute span { background:url(assets/images/jplayer/jp_sprite.png) 0 -84px no-repeat; }
	
a.jp-mute:hover span { background-position:-28px -84px; }
	
a.jp-unmute span {
	background:url(assets/images/jplayer/jp_sprite.png) 0 -112px no-repeat;
	display:none;
	}
	
a.jp-unmute:hover span { background-position:-28px -112px; }
	
div.jp-volume-bar {
	background-color:#111;
	width:50px;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:10px;
	right:55px;
	cursor:pointer;
	z-index:2;
	box-shadow: 0 1px 0 #464444;
	-moz-box-shadow: 0 1px 0 #464444;
	-webkit-box-shadow: 0 1px 0 #464444;
	}
	
div.jp-audio div.jp-volume-bar { right:18px; }
	
div.jp-volume-bar-value {
	background:url(assets/images/jplayer/jp_sprite.png) repeat-x;
	background-position: 0px -145px;
	width:0;
	height:7px;
	}
	
div.jp-current-time, 
div.jp-time-sep, 
div.jp-duration {
	font-size: 12px;
	margin-top:10px;
	}
	
div.jp-current-time {
	color:#fff;
	display:inline;
	float:left;
	}
	
div.jp-time-sep {
	text-align:center;
	display:inline;
	float:left;
	margin-right:6px;
	margin-left:6px;
	}
	
div.jp-duration {
	text-align:right;
	display:inline;
	float:left;
	margin-left:94px;
	}
	
div.jp-title {
	font-weight:bold;
	text-align:center;
	display:none;
	}
	
div.jp-title, 
div.jp-playlist { width:100%; }
	
div.jp-type-single div.jp-title, 
div.jp-type-playlist div.jp-title, 
div.jp-type-single div.jp-playlist { border-top:none; }
	
div.jp-title ul, 
div.jp-playlist ul {
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
div.jp-title li {
	font-weight:bold;
	padding:5px 0;
	}
	
div.jp-video-full div.jp-title li { padding:1px 0; }
	
div.jp-playlist li {
	background-color:#fcfcfc;
	margin:1px 0;
	position:relative;
	-webkit-box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	box-shadow:0 1px 0 rgba(0, 0, 0, .06);
	}
	
div.jp-playlist li a {
	display:block;
	padding:11px 20px 9px 45px;
	}
	
div.jp-playlist li.jp-playlist-current span {
	background-image:url(../assets/images/plus_grad.png);
	background-position:0 0;
	background-repeat:repeat-x;
	display:block;
	width:13px;
	height:13px;
	position:absolute;
	top:19px;
	left:15px;
	border-radius:6.5px;
	-moz-border-radius:6.5px;
	-webkit-border-radius:6.5px;
	-webkit-box-shadow:inset 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow:inset 0 0 1px rgba(0, 0, 0, .2);
	box-shadow:inset 0 0 1px rgba(0, 0, 0, .2);
	}
	
div.jp-playlist li div { display:inline; }
	
div.jp-playlist a.jp-playlist-item-remove {
	color:#666;
	font-weight:bold;
	text-align:right;
	display:inline;
	float:right;
	margin-right:10px;
	}
	
div.jp-playlist a.jp-playlist-item-remove:hover { color:#0d88c1; }
	
div.jp-playlist span.jp-free-media {
	text-align:right;
	display:inline;
	float:right;
	margin-right:10px;
	}
	
div.jp-playlist span.jp-free-media a { color:#666; }
	
div.jp-playlist span.jp-free-media a:hover { color:#0d88c1; }
	
span.jp-artist {
	color:#666;
	font-size:.9em;
	}
		
div.jp-jplayer audio, 
div.jp-jplayer {
	width:0;
	height:0;
	}
	
div.jp-jplayer { background-color:#000; }
	
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: 1px;
	}
	
ul.jp-toggles li a {
	border-left: 1px solid #444;
	padding-left: 5px;
	}
	
ul.jp-toggles li a, 
ul.jp-toggles li a span {
	display:block;
	width:31px;
	height:31px;
	text-indent:-9999px;
	margin-top: 1px;
	}
		
.jp-no-solution {
	border:2px solid #009be3;
	background-color:#404040;
	color:#000;
	font-size:.8em;
	display:none;
	width:390px;
	padding:5px;
	margin-left:-202px;
	position:absolute;
	left:50%;
	top: 10px;
	}
	
.jp-no-solution a { color:#000; }
	
.jp-no-solution span {
	font-size:1em;
	font-weight:bold;
	text-align:center;
	display:block;
	}

/* =Search
--------------------------------------------------------------*/
.searchform input.s { margin: 5px 5px 10px 0; padding-left: 8px; -webkit-border-radius: 0px;}


/* =Page
--------------------------------------------------------------*/

/* =Child Page Navigation */
.page-child-list { float: left; margin: 0 20px 20px 0; }
.page-child-list .current_page_item a {	display: none; }
.page-template-page-contact-php .bottom-widget, 
.page-template-page-quote-php .bottom-widget { margin-top: 35px; }
			

/* =Archives
--------------------------------------------------------------*/			
.page-template-page-archives-php #main .posts,
.page-template-page-archives-php #main .archives { margin-bottom: 20px; }	
	
.page-template-page-archives-php .pages h4, 
.page-template-page-archives-php .posts h4, 
.page-template-page-archives-php .archives h4{
	line-height: 13px;
	font-size: 13px;
	color: #1E2224;
	text-align: left;
	margin-bottom: 2px;
	padding-bottom: 10px;
	margin-top: 4px;
 	}
	
/* =Post Formats
--------------------------------------------------------------*/
#post-box header.entry-header { }
	
.entry-meta {
    color: #8f949d;
	position: relative;
	text-transform: capitalize;
	font: bold 11px/14px Helvetica, Arial, Geneva, sans-serif;
	}
	
.entry-meta a {
	font-weight: normal;
	color: #8f949d;
	}
	
.entry-meta a:hover { color: #434649; }
	
.entry-meta .date, 
.entry-meta .by-author, 
.entry-meta .tag-links,
.entry-meta .tags-list,  
.entry-meta .cat-links, 
.entry-meta .tax, 
.entry-meta .url, 
.entry-meta div.client,
.entry-meta .comments-link{
	float: left;
	margin-right: 22px;
	padding-left: 23px;
	}

.entry-meta .edit-link { float: right; }
	
.entry-meta .date { background: url(assets/images/icons/icon-date.png) no-repeat 0 0; } 
	
.entry-meta .by-author { background: url(assets/images/icons/icon-author.png) no-repeat 0 0; }

.entry-meta .tags-list { background: url(assets/images/icons/icon-tag.png) no-repeat 0 0; }
	 
.entry-meta .cat-links { background: url(assets/images/icons/icon-cats.png) no-repeat 0 1px; } 

time.entry-date {
	font-weight: normal;
	color: #8f949d;
	}

.entry-meta .comments-link { background: url(assets/images/icons/icon-comments.png) no-repeat 0 0; }
		 
.entry-meta span{
	float: left;
	margin-right: 5px;
	}
    	
.entry-meta span.client-link,
.entry-meta span.date { 
    color: #8f949d;
    font-weight: normal;
    }
	
.entry-summary { margin-bottom: 5px; }	
.entry-format {	margin-bottom: 10px; }	

.entry-meta .sep {
	background: url(assets/images/dot.png) no-repeat center center;
	padding: 0 1px;
	}

.type-post .entry-meta .tags-list { margin: 20px 0 40px 0; }
	    
/* =Post navigation */
.navigation { 
	height: 32px; 
	float: right;
	margin-top: 20px;
	}
	
.sidebar-left .navigation { float: left; }
 	
.navigation a {
	display: block;
	width: 21px;
	height: 21px;
	margin: 0 0 0 0;
	cursor: pointer;
	margin-left: 2px;	
	-webkit-transition: all 0.2s ;
	   -moz-transition: all 0.2s ;
	    -ms-transition: all 0.2s ;
	     -o-transition: all 0.2s ;
	        transition: all 0.2s ;
 	}

.nav-previous,
.nav-next { float: left; }

.nav-previous a { background: url(assets/images/nav-arrows.png) no-repeat 0px 0px #F53C3C; }
.nav-next a { background: url(assets/images/nav-arrows.png) no-repeat -21px 0px #F53C3C; }
.nav-previous a:hover { background-color: #1e2224; background-position: 0 -21px; }
.nav-next a:hover { background-color: #1e2224; background-position: -21px -21px;  }
	    	
	    	
/* Article Post */
header.entry-header { padding-bottom: 0px; }
	
header.entry-header h1,
header.entry-header h2,
header.entry-header h3{
	margin-bottom: 6px;
	color:#1e2224;
	font-weight: bold;
	font-size: 19px;
	}
			
.entry-content-media {
	border-bottom: 2px solid #EAECEF;
    margin-top: 12px;
    padding-bottom: 12px;
    }

.format-gallery .entry-content-media {
	padding-bottom: 0;
	border-bottom: 0;
	}
	
.entry-content img,
.entry-content-media img { }
			
.entry-format {	margin-bottom: 10px;}	

#main #post-box { margin-top: 38px;	}	
	
section.type-post{
	padding-left: 60px;
	max-width: 600px;
	}

span.post-format {
	background-color: #f53c3c;
	background-image: url(assets/images/icons/post-formats.png);
	background-repeat: no-repeat;
	color: #959393;
	cursor: pointer;
	display: block;
	margin: 4px 0 0 0 !important;
	text-align: left;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0px;
	background-position: -281px -1px;
   -webkit-transition: all 0.2s ;
	  -moz-transition: all 0.2s ;
	   -ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
		   transition: all 0.2s ; 
 	}	
 
 span.post-format:hover {
	background-color: #1e2224;
	background-position: -281px -41px;
	}
					
span.post-format.standard { background-position: -281px -1px; }
span.post-format.standard:hover { background-position: -281px -41px; }

span.post-format.aside { background-position: 0px 0px; }
span.post-format.aside:hover { background-position: 0px -40px; }

span.post-format.audio { background-position: -81px 0px; }
span.post-format.audio:hover { background-position: -81px -40px; }
	
span.post-format.image { background-position: -41px -1px; }
span.post-format.image:hover { background-position: -41px -41px; }

span.post-format.gallery { background-position: -319px 0px; }
span.post-format.gallery:hover { background-position: -319px -40px; }
		
span.post-format.video { background-position: -160px -1px; }
span.post-format.video:hover { background-position: -160px -41px; }

span.post-format.link { background-position: -122px 0px; }
span.post-format.link:hover { background-position: -122px -40px; }

span.post-format.chat { background-position: -41px -1px; }
span.post-format.chat:hover { background-position: -41px -41px; }	

span.post-format.quote { background-position: -242px -1px; }
span.post-format.quote:hover { background-position: -242px -41px; }		

span.post-format.status { background-position: -201px -1px; }
span.post-format.status:hover { background-position: -201px -41px; }	
								
article.post { padding-top: 20px; }		

article.entry-content, 
article .entry-content{ 
	margin-top: 7px;
	padding-bottom: 20px;
	}

/* =Read More */ 		
a.more-link {
	display: block;
	font: normal 12px/21px Helvetica, Arial, Geneva, sans-serif;
	color:#1e2224;
	position: relative;
	border-bottom: 2px solid #EAECEF;	
	}
	
a.more-link span {
	float: right;
	background: white;
	margin-top: -10px;
	font-weight: bold;
	padding-left: 10px;
	}

a.more-link:hover {	color: #8f949d !important;}

p a.more-link:hover { border-bottom-width: 2px; }
		
.sticky { }
					
/* =Status Post Format */
.format-status .avatar { margin-bottom: 20px; }
  
/* =Video Post Format */ 
.format-video { }
    
.format-video .video-frame {
    background: url(assets/images/divider.png) bottom repeat-x;
    padding-bottom: 20px;
    }

/* =Audio Post Format */    
.format-audio .entry-content-media { border-bottom: none; }

.format-audio header.entry-header {	padding-bottom: 5px; }
  
/* =Aside Post Format */
.format-aside .entry-meta {	display: none; }

.format-aside .entry-title {
	display: none;
	margin-bottom: -5px;
	}

.format-aside p {
	padding-bottom: 20px;
	border-bottom: 2px solid #EAECEF;
	margin-bottom: 10px !important;
	margin-top: -7px;
	}
 
/* =Link Post Format */
.format-link .entry-meta { display: none; }

.format-link p {
	padding-bottom: 20px;
	border-bottom: 2px solid #EAECEF;
	margin-bottom: 10px !important;
 	}
 
.format-link .sub-title { color:#8F949D; }  
    
/* =Chat Post Format */
.format-chat .entry-content-media {
    background-image: none;
    margin-top: 0;
    padding-bottom: 0;
    }
    
dl.chat-transcript{
	line-height:150%;
	font-size:14px;
	}

.chat-transcript dd{
	padding:0px 5px;
	font-family:georgia;
	font-style:italic;
	}	
		
.chat-transcript dt { padding:5px 0;}		
.chat-transcript dt.chat-highlight { padding:5px 0; }	
 
/* =Quote Post Format */
.format-quote .entry-title { }
.format-quote .entry-header { display: none; }

.format-quote p {
	color: #1e2224;
	font-weight: bold;
	font-size: 19px;
	line-height: 26px;
	margin-top: -7px;
	margin-bottom: 10px !important;
	border-bottom: 2px solid #EAECEF;
	padding-bottom: 18px;
	}
  	
.format-quote .entry-meta { margin-top: -5px; }	
.format-quote .edit-link { margin-top: -5px; }	
.edit-link a { color: #8F949D; }	
.edit-link a:hover { color: #434649; }	
 	
/* =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;
 	}

.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%; /* Fluid images for posts, comments, and widgets */ }

img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display: block;
	}

.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 {
	border: 2px solid #efefef;
	margin-left: 0;
	}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	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-thumb.preload img {
	opacity: 0;
	filter: alpha(opacity=0);
	}
	
.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;
	}

.post-thumb a img.image-loaded:hover { }
			
/* =Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
	}

.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
	}

.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
	}

#author-avatar {
	float: left;
	margin-right: -78px;
	}

#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
	}

#author-description {
	float: left;
	margin-left: 108px;
	}

#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
	}

/* =Single Posts/Page
--------------------------------------------------------------*/
.single article.entry-content, 
.single article .entry-content,
.page article.entry-content, 
.page article .entry-content,
.error404 .entry-content {
    background-image: none;
    margin-top: 20px;
    padding-bottom: 0;
    }

.single .format-gallery article .entry-content { margin-top: 1px; }
.single .format-aside article .entry-content { margin-top: 5px; }
.single .format-standard article .entry-content { margin-top: 8px; } 
.single .format-image article .entry-content { margin-top: 8px; }    
.format-gallery article .entry-content { margin-top: 2px; }
.format-quote article .entry-content { margin-top: 5px; }

section .share-post{
	border-top: 2px solid #EAECEF;
	padding-top: 12px;
	margin-bottom: 60px;
	}
	
.share-buttons-wrapper h4 {
	color: #1e2224;
	margin-bottom: 7px;
	}
	
section .share-post .twitter-share, 
section .share-post .facebook-like,
section .share-post .pinit,
section .share-post .gplus {
	width: 110px;
	float: left;
	}

section .share-post .pinit { width: 80px; }
		        
/* =Attachments Page
--------------------------------------------------------------*/
.single-attachment #post-box article .entry-title {	padding-bottom: 0; margin-top: 0; }
.single-attachment #post-box article .entry-content { margin-top: 0; }
			
/* =Search Page
--------------------------------------------------------------*/
.search_posts {	margin-top:20px; }
	
.search .entry-content .searchform input.s { width: 98%; }

/* =404 Page
--------------------------------------------------------------*/
.error404 .entry-content .searchform input.s { 	width: 98%;	}

/* =Password Protected Post
--------------------------------------------------------------*/
	
/* =FAQ Page
--------------------------------------------------------------*/
.faq { margin-bottom: 40px; }   


/* Slideshow 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 (Don't Edit)
---------------------------------*/
.flexslider {
	margin: 0; 
	padding: 0;
	}
	
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
	} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%; 
	display: block;
	}
	
.flex-pauseplay span {
	text-transform: capitalize;
	display: none;
	}

/* Clearfix for the .slides element */
.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 */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme (Don't Edit)
---------------------------------*/
.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;	}
 
/* Slideshow Loader */	
ul.slides.loading, 
.slideshowloader {
	color:#000;
	background: url(assets/images/loader2.gif) 50% 50% no-repeat ;
	position: relative; 
	width: 100%; 
	height: 400px;
	line-height: 50px;
	text-align: center;
	}

.loaded { background: none; }

		
/* = Post Slider
--------------------------------------------------------------*/
.post-slider {	
	zoom: 1;
	/* Don't remove these */
	width: 100%; 
	margin: 0 auto 20px auto;  
	padding: 0;
	}
	
.post-slider .slides { zoom: 1; }
.post-slider .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping  (important)*/
	position: relative;
	}
				
.post-slider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	background: transparent;
	-webkit-transition: border-color .8s linear;
	-moz-transition: border-color .8s linear;
	-o-transition: border-color .8s linear;
	-ms-transition: border-color .8s linear;
	}

.portfolio .post-slider .slides img {
	margin-top: 8px;
	}

/* Navigation Links */
.post-slider .flex-control-nav {
    bottom: 6px;
    left: 0!important;
    display: block !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: -9999px;
    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: #F53C3C;
	filter: alpha(opacity=@opacity * 100);
	}
	

 /* Directional Control */
 .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: 49%;
	 cursor: pointer;
	 text-indent: -9999px;
	 opacity: 0;
	 -moz-opacity: 0;
	 -khtml-opacity: 0;
	 }
 	
 .post-slider .flex-direction-nav .prev ,
 .post-slider .flex-direction-nav .next {
	background: url(assets/images/slider-nav.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999em;
	border: none;
	z-index: 99;
	opacity: .6;
		-moz-opacity: .6;
		-khtml-opacity: .6;
	}

.post-slider .flex-direction-nav .prev {
	left: 12px;
	}

.post-slider .flex-direction-nav .next {
	background-position: -28px 0px;
	right:12px; 
	}
	
.post-slider .flex-direction-nav .next:hover, 
.post-slider .flex-direction-nav .prev:hover { opacity: 1; }

.post-slider.no-nav.no-pagi { padding: 0;}

/*Slider Content */
.post-slider .slider-desc {
    background: #222;
    font-style: italic;
    position: absolute;
    text-align: center;
    left: 2.5%;
    bottom: 10px;
    max-width: 60%;
    color: #eeeeee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.98);
    background: rgb(98,101,109); /* Old browsers */
    border: 1px solid #000;
    padding: 7px 30px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        -ms-transition: 0.1s linear all;
        -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 0.8;
	}
	
.post-slider .slider-desc span,
.post-slider .slider-desc em { color: #fff; }

.post-slider.no-nav.no-pagi { padding: 0;}


/* = Front /Shortcode Slider
--------------------------------------------------------------*/
.radium-slider ul.slides.loading {
 	height: 341px;
 	}

.with-sidebar .radium-slider ul.slides.loading {
	height: 300px ;
	}

.radium-slider {	
	zoom: 1;
	/* Don't remove these */
	width: 100%; 
	margin: 0 auto 20px auto;
	padding: 0;
	float: left;
	}
	
.radium-slider .slides { zoom: 1; }
.radium-slider .slides > li {
	display: none; /* Hide the slides before the JS is loaded. Avoids image jumping  (important)*/
	position: relative;
	}
				
.radium-slider .slides img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	background: transparent;
	-webkit-transition: border-color .8s linear;
	-moz-transition: border-color .8s linear;
	-o-transition: border-color .8s linear;
	-ms-transition: border-color .8s linear;
	}

/* Navigation Links */
.radium-slider .flex-control-nav {
    bottom: 7px;
    left: 0!important;
    display: block !important;
    position: absolute;
    overflow: hidden;
    outline: 0;
    z-index:99;
    width: 100%;
	}

.radium-slider .flex-control-nav li {
    zoom: 1;
    display: block;
    float: left;
    width: 15%;
    z-index: 99;
	}

.radium-slider .flex-control-nav li a {
    background-color: #EAECEF;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    height: 2px;
    outline: 0;
    width: 100%;
    float: left;
 	}

.radium-slider .flex-control-nav li a:hover, 
.radium-slider .flex-control-nav li a.active {
	background-color: #F53C3C;
	filter: alpha(opacity=@opacity * 100);
	}
		
 /* Directional Control */
 .radium-slider .flex-direction-nav li {
 	float:left;
 	margin:0px 1px;
 	list-style:none;
 	padding: 0;
 	}
 
 .radium-slider .flex-direction-nav li a {
	 width: 28px;
	 height: 28px;
	 margin: 0;
	 display: block;
	 position: absolute;
	 bottom: 50%;
	 cursor: pointer;
	 text-indent: -9999px;
 	 }
 	
 .radium-slider .flex-direction-nav .prev ,
 .radium-slider .flex-direction-nav .next {
	background: url(assets/images/slider-nav.png) 0 0 no-repeat;
	width: 28px;
	height: 28px;
	display: block;
	text-indent: -9999em;
	border: none;
	z-index: 99;
	opacity: 0;
		-moz-opacity: 0;
		-khtml-opacity: 0;
	}

.radium-slider .flex-direction-nav .prev {
	left: 12px;
	}

.radium-slider .flex-direction-nav .next {
	background-position: -28px 0px;
	right:12px; 
	}
	
.radium-slider .flex-direction-nav .next:hover, 
.radium-slider .flex-direction-nav .prev:hover { opacity: 1; }

.radium-slider.no-nav.no-pagi { padding: 0;}

/*Pause & Play*/
.radium-slider .flex-pauseplay { 
	position: absolute; 
	left: 475px;
	z-index: 99;
	display: 
	none;
	}
	
.radium-slider .flex-pauseplay span {
	background-image: url(assets/images/home-slider-btn.png);
	background-repeat: no-repeat;
	opacity: 0; 
	filter: alpha(opacity=0); 
	display: block; 
	width: 40px; 
	height: 39px;
	text-indent: -9999em; 
	background-position: -60px 0;
	cursor: pointer; 
	}

.radium-slider .flex-pauseplay span:hover {
	background-position: -60px 100%;
	}

.radium-slider .flex-pauseplay span.pause { 
	background-position: -100px 0;
	}

.radium-slider .flex-pauseplay span.pause:hover { 
	background-position: -100px 100%;
	}

.radium-slider .flex-pauseplay { top: 50%; }

/* Slider Text Content */	
.radium-slider .slider-desc {
    background: #222;
    font-style: italic;
    position: absolute;
    text-align: center;
    left: 2.5%;
    bottom: 10px;
    max-width: 60%;
    color: #eeeeee;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.98);
    background: rgb(98,101,109); /* Old browsers */
    border: 1px solid #000;
    padding: 7px 30px;
        -webkit-transition: 0.1s linear all;
        -moz-transition: 0.1s linear all;
        -ms-transition: 0.1s linear all;
        -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    opacity: 0.8;
	}
	
.radium-slider .slider-desc span,
.radium-slider .slider-desc em { color: #fff; }
 		
.radium-slider .slide-content-container .slide-content {
	background: #1e2224;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 31%;
	height: 100%;
	padding: 3px;
	color: #8f949d;
	z-index: 100;
	}
	
.radium-slider article {
	border: none;
	color: #8f949d;
	position: relative;
	}

.radium-slider article header {
	padding: 25px;
	height: auto;
 	}
	
.radium-slider article header h1,
.radium-slider article header h2,
.radium-slider article header h3,
.radium-slider article header h4{
	color: #E6E8EB;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 2px;
	}
	
.radium-slider article .entry {
	line-height: 22px;
	font-size: 13px;
	}

.radium-slider article .entry a { color: #B7B9BC; }
.radium-slider article .entry a:hover { color: #FFF; }
.radium-slider article .entry a:active { color: #F53C3C; }

/* = Gallery Slider
--------------------------------------------------------------*/
/* Caption style */
.radium_slideshow_wrapper .flexslider .slides li .flex-caption { 
	background:url(assets/images/captions_bg.png); 
	color:#fff; 
	height:auto; 
	left: 0; 
	padding:11px 14px;
	text-align:left; 
	position:absolute; 
	width:100%; 
	top:0; 
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.35); 
	font: italic 12px/21px Georgia, "Times New Roman", Times, serif;	}
	
.radium_slideshow_wrapper ul.slides img {
	background: black;
	margin: 0 auto 0 auto;
	width: 100%;
	}
	
/* Slideshow Loader */
.js .radium_slideshow_wrapper .slides, 
.js .radium_slideshow_menu {
	display: none;
	}
	
.radium_slideshow_menu {
	float:right;
	display:block;
	font-size:10px; 
	color:#444; 
	text-transform:uppercase; 
	margin: 0 10px 0 0; 
	text-indent:-999em; 
	width: 97px; 
	position: relative; 
	z-index: 99;
	top: 32px;
	}
	
.radium_slideshow_menu a { color:#444; }
.radium_slideshow_menu a:hover { color:#555; }
.radium_slideshow_thumbnails li { 
	line-height: 0;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}
	
.slideshow_nav ul.flex-direction-nav { display:block; }

.radium_slideshow_menu .slideshow_options {
	float:left; 
	width: 45px; 
	margin-right: 3px 
	}
	
.radium_slideshow_menu .slideshow_options a.show_thumbnails { 
	float:left; 
	background: url(assets/images/gallery.png) -24px 0px no-repeat #F53C3C;	 
	width: 21px; 
	height: 21px; 
	margin-right: 2px;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
 	}
	
.radium_slideshow_menu .slideshow_options a.show_captions { 
	float:left; 
	background: url(assets/images/gallery.png) no-repeat #F53C3C;	
	width: 21px; 
	height: 21px;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
 	}	
	
.radium_slideshow_menu .slideshow_options a.show_thumbnails:hover {
	background: url(assets/images/gallery.png) no-repeat -24px -21px #1e2224;
	}
	
.radium_slideshow_menu .slideshow_options a.show_captions:hover { 
	background: url(assets/images/gallery.png) no-repeat 0px -21px #1e2224;
 	}

#radium_slideshow_pager {
	float:left; 
	margin-left: 50px
	}
	
#radium_slideshow_pager a { 
	padding:4px 7px; 
	background:#333; 
	color:#555; 
	margin:0 4px; 
	-moz-border-radius:9px; 
	}
	
#radium_slideshow_pager a:hover,
#radium_slideshow_pager li.active { background:#555; color:#999; }

.radium_slideshow_thumbnails_wrapper{
	text-align:center; 
	width:100%; 
	margin:0 auto; 
	}
	
ul.radium_slideshow_thumbnails {
	margin:0; 
	padding: 0;  
	max-width: 92%;
	height: auto;
	text-align:center; 
	}
	
ul.radium_slideshow_thumbnails li { 
	display:inline;
	margin:0; 
	float:left; 
	}
	
ul.radium_slideshow_thumbnails li a { 
	margin: 0 3px 3px 0;
	float:left; 
	display: block; 
	width:49px; 
	height:49px; 
	border:none
	}
	
ul.radium_slideshow_thumbnails li img, 
ul.radium_slideshow_thumbnails li img.thumbnail, 
ul.radium_slideshow_thumbnails li img.attachment-thumbnail { 
	margin: 0; 
	width:49px; 
	height:49px; 
	}
	
ul.radium_slideshow_thumbnails li a img { 
	background:#1e2224;
	filter:alpha(opacity=30); 
	-moz-opacity:0.3; 
	-khtml-opacity:0.3; 
	opacity:0.3; 
	border:none;
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	
ul.radium_slideshow_thumbnails li a.active img,
ul.radium_slideshow_thumbnails li a:hover img { 
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity:1.0; 
	opacity:1.0; 
	}

.slideshow_nav_top ul.flex-direction-nav li { 
	line-height: 0;
	list-style-image: none;
	margin: 0;
	padding: 0;
	}  
	
.slideshow_nav_top .flex-direction-nav {
	float:right; 
	width: 47px; 
 	display: block;
	}

.radium_slideshow_wrapper .flex-direction-nav {
	display: none;
	}
	
.radium_slideshow_menu a {
	text-decoration: none; 
	border: none;
	}
	
.slideshow_nav_top .flex-direction-nav li a  {
	position:static;
	margin:0px;
	}
		
.slideshow_nav_top .flex-direction-nav a.next,
.slideshow_nav_top .flex-direction-nav a.prev {
	float:left; 
	background: url(assets/images/nav-arrows.png) no-repeat #F53C3C;	
	width: 21px; 
	height: 21px; 
	transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		margin-left: 2px;
 	}

.slideshow_nav_top .flex-direction-nav a.prev {	background-position: 0px 0px; }
.slideshow_nav_top .flex-direction-nav a.prev:hover { 
	background: url(assets/images/nav-arrows.png) no-repeat 0px -21px #1e2224;
	 }
	
.slideshow_nav_top .flex-direction-nav a.next {	background-position: -21px 0px;	}
.slideshow_nav_top .flex-direction-nav a.next:hover { 
	background: url(assets/images/nav-arrows.png) no-repeat -21px -21px #1e2224;
	}

.slideshow_nav_top .flex-direction-nav {display:none;} 
.slideshow_nav_top ul.flex-direction-nav {display:block;} 

p.radium-gallery-description {
	margin-bottom: 0;
	}

/* = Portfolio
--------------------------------------------------------------*/

/* =Portfolio Filter */
#filter {
    margin: 20px 0 11px 0;
   	border-bottom: 2px solid #EAECEF;
    min-height: 25px;
    text-align: left;
    }
    
#filter ul { 
	margin: 0 0 0 0; 
	text-align: left;
	font-weight: bold;
	}
		
#filter li { 
    padding-left: 25px; 
    margin: 0 auto;
    display: inline;
    }

#filter li:first-child { padding-left: 0;}

#filter li h5 {display: inline; }

#filter a { 
	color: #1E2224;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	border-bottom: 2px solid #EAECEF;
	padding-bottom: 8px; 
	}
	
#filter a:hover { 
	color: #F53C3C;
	border-bottom: 2px solid #F53C3C;
	}
	
#filter a.active { 
	color: #F53C3C; 
	border-bottom: 2px solid #F53C3C;
	}

#stage,
.stage { 
    position: relative; 
    width: 100%;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 20px;
    }
    
#stage {
    min-width: 980px;
	}
			
#stage.withsidebar{
	min-width: 715px;
	}	   
 

/* =Isotope Stylings
--------------------------------------------------------------*/
   
.isotope-item { z-index: 2; }

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
    }

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
    }

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
    }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
    }

/* disabling Isotope CSS3 transitions ----------------------------*/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
    }


/* = Grid Page Setup (Used by Portfolio and gallery page Templates )
--------------------------------------------------------------*/
    
[class*="two-columns"] + [class*="two-columns"]:last-child, 
[class*="three-columns"] + [class*="three-columns"]:last-child, 
[class*="four-columns"] + [class*="four-columns"]:last-child{
  	float: left;
	}
	
/* Two Columns ----------------------------*/
.page-grid-item.two-columns {
	float: left;
	width: 47.2%;
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: hidden;
	}

.page-grid-item.two-columns h4 a {
	font-size: 14px;
	margin-top: 2px;
	}

.page-grid-item.two-columns .post-thumb {
	position: relative;
 	}

.page-grid-item.two-columns .post-thumb img { 
	width: 100%;
	height: 200px;
	}

.fullwidth .page-grid-item.two-columns {
	width: 47%;
	margin-bottom: 30px;
	margin-right: 20px;
	overflow: hidden;
	}

.fullwidth .page-grid-item.two-columns .post-thumb img { height: 230px; }

/* Three Columns ----------------------------*/
 .page-grid-item.three-columns {
	float: left;
	width: 30.4%;
	height: 194px;
	margin-bottom: 10px;
	margin-right: 20px;
	}

.page-template-page-gallery-php   #stage.withsidebar  { margin-top: 23px; }
 
 .page-grid-item.three-columns .post-thumb {
	position: relative;
	margin-bottom: 7px;
  	}

.page-grid-item.three-columns .post-thumb img { 
	width: 100%;
	height: 136px;
	}
	
.fullwidth  .page-grid-item.three-columns {
	width: 30.7%;
	margin-right: 20px;
	margin-bottom: 50px;
	}

.fullwidth .page-grid-item.three-columns .post-thumb img {
  	height: 170px;
  	}  
 
/* Four Columns ----------------------------*/
 .page-grid-item.four-columns {
	float: left;
	width: 22.2%;
	height: 140px;
	margin-bottom: 25px;
	margin-right: 20px;
	}
	
 .page-grid-item.four-columns .post-thumb {
	position: relative;
  	}

.page-grid-item.four-columns .post-thumb img { 
	width: 100%;
	height: auto;
	}
	
.fullwidth .page-grid-item.four-columns	{
	width: 22.5%;
	height: 140px;
	margin-bottom: 65px;
	margin-right: 20px;
	}
 	 				
/* Full Width ----------------------------*/
   
/* With Sidebar --------------------------*/
.page-template-page-gallery-php #sidebar { margin-top: -1px; }
 
/* General -------------------------------*/	
.page-grid-item h3,
.page-grid-item h3 a,
.page-grid-item h4,
.page-grid-item h4 a {
	font-size: 13px;
	text-align: center;
	width: 100%;
	color: #1e2224;
	margin-bottom: 0;
    }  

.page-grid-item h3,
.page-grid-item h4 {
  	font-weight: bold;
  	margin-top: 3px;
  	}  
 	
.page-grid-item h3 a:hover,    
.page-grid-item h4 a:hover { color: #8f949d; }
 
.page-grid-item h3 a:active,   
.page-grid-item h4 a:active { color: #F53C3C; }   
  
.page-grid-item p {
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #8F949D;
	margin-bottom: 0;
	}    
	
.page-grid-item .post-thumb-overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	text-indent: -9999em;
	overflow: hidden;
	z-index: 2;
	}

#main.page-portfolio,
#main.page-gallery,
#main.archive-portfolio,
#main.archive-gallery {
	margin-top: 20px;
	}
	
.page-template-page-portfolio-php .pagination,
.page-template-page-gallery-php .pagination {
	margin-right: 0px;
	margin-bottom: -2px;
	}

		
/* =Single Portfolio
--------------------------------------------------------------*/	 
    
/* Portfolio Meta*/
.portfolio .entry-meta { margin-left: -20px; }
	
.portfolio .entry-meta h3, 
.portfolio .entry-content h3{
	display: block;
	border-bottom: 2px solid #EAECEF;
	padding-bottom: 9px;
	clear: both;
	line-height: 13px;
	margin-bottom: 9px ;
	}	
	
.portfolio .entry-meta .date, 
.portfolio .entry-meta .by-author, 
.portfolio .entry-meta .tag-links,
.portfolio .entry-meta .tags-list,  
.portfolio .entry-meta .cat-links, 
.portfolio .entry-meta .tax, 
.portfolio .entry-meta .url, 
.portfolio .entry-meta div.client,
.portfolio .entry-meta .edit-link,
.portfolio .entry-meta .comments-link{
	background: none;
	padding: 0;
	margin-bottom: 5px;
	clear: both;
	font-size: 12px;
	color: #1e2224;
	line-height: 18px;
	}
	
.portfolio .entry-meta .edit-link{
	margin-bottom: 0;
	float: left;
	}
	
.portfolio .entry-meta span { float: none; }
    
.portfolio .entry-meta span.client-link,
.portfolio .entry-meta span.date { 
    color: #8F949D;
    font-weight: normal;
    }
    
.portfolio .entry-meta .cat-links {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	}
	
.portfolio .entry-meta span.cat-links { color: #1e2224; }

.portfolio .entry-meta .tax { color: #8F949D; }
	
.portfolio .entry-meta span.date { margin-left: -3px; }

/* Single portfolio content */ 
.portfolio .single article.entry-content, 
.page article.entry-content, 
.page article .entry-content {
	margin-top: 38px;
	}

.portfolio article.entry-content { background-image: none; }
  
.portfolio .entry-content { margin-left: -20px; }

.portfolio .image-frame { width: 100%; }

.portfolio .entry-content-media { 
	width: 100%; 
	margin-top: 20px;
	margin-bottom: 40px;
	border-bottom: none;
	}
	
.portfolio .image-frame img { 
	margin-bottom: 0; 
	width: 100%; 
	margin-top: 9px; 
	}	
      
      
/*=Gallery
-----------------------------------------------------------------------------------*/
.radium-gallery-description { text-align: center; } 


/*=Team
-----------------------------------------------------------------------------------*/
.team .entry-meta { font-weight: normal; text-transform: none; }
	
.team .profile-photo {	}

.team,
.team-member { padding-bottom: 15px; }
	
.team header.entry-header,
.team-member header.entry-header {
	border-bottom: 2px solid #EAECEF;
	padding-bottom: 20px;
	}
	
.team header.entry-header,
.team-member header.entry-header {  }
	
.page article .team .entry-content{	margin-top: 6px; }

.job-title { color: #6b707b!important; }		
 
.page-template-page-team-php .pagination,
.page-template-page-team-php .pagination {
	margin-right: 0px;
	margin-bottom: 0px;
	} 
 
/*=Comments
-----------------------------------------------------------------------------------*/

.single-post #comments{
	padding-left: 60px;
	margin-top: 20px;
	max-width: 600px;
	}
 
#comments { 	
	float: left;
	width: 100%;
	}
	
#comments .entry-meta,
.comments-respond .entry-meta { 
	text-transform: none;
	}

#comments .entry-meta h4,
.comments-respond .entry-meta h4{
	font: bold 13px/13px Helvetica, Arial, Geneva, sans-serif;
	color: #1e2224;
	margin-top: 2px;
	margin-bottom: 10px;
	}
	
#comments .entry-meta a,
.comments-respond .entry-meta a{
	color: #3B3E44;
	}
			
#comments .entry-meta p{
	font-size: 11px;
	float: none;
	text-align: left;
	color: #878787;
	}

#comments .entry-meta p a{
	font-size: 11px;
	float: none;
	text-align: left;
	border-bottom: none;
	}
		
.comments-custom-text.entry-meta p { font-size: 11px; color: #878787;}
.comments-respond { padding-top: 20px; }
    
#comments-list { margin-bottom: 20px;}	
#comments-list h3 {	}
#comments h3 span { background: transparent; padding: 0 0 0 0; }
#comments ol {   margin: 0;   list-style-type: none;	}
#comments ol li ol {	margin: 1em 0 1.4em 24px;   list-style:upper-alpha;	}
#comments ol li ol o l{ list-style:lower-roman;	}
#comments ol li ol ol ol ol ol { list-style:lower-alpha; }

#comments li #respond { margin-left: 65px; }
	
li.comment {
    margin: 0 0 7px 0;
	border-bottom: 2px solid #EAECEF;
	}
		
li.comment:first-child { }
li.comment:last-child { background: none; border-bottom: none;}
	
li.comment .comment-body {
    margin: 0 0 0 65px;
    position: relative;
    min-height: 70px;
    padding-bottom: 10px;
	}

li.comment .comment-meta {
	clear: both;
    overflow: hidden;
    display: block;
    width: 50%;
	}

li.comment .comment-text { padding-bottom: 1px; }

.comment .avatar {
    position: absolute;
    left: -65px;
    top: 6px;
    background: #fff;
	}

#comments .byuser img { background-color: #fff; }
	
li.comment p {
    clear: both;
    margin-bottom: 5px;
	}

li.comment cite {
    font-weight: bold;
    font-style: normal;
    float: left;
    line-height: 22px;
    color: #1e2224;
	}

li.comment cite a { color: #1e2224; }
	
li.comment cite a:hover { 
	color: #8f949d;
	text-decoration: none;
	}

.commentmetadata,
.commentmetadata a { font-size: 11px; }

.says { display: none }

.comment-meta {
    margin: 0 0 1px;
    position: relative;
	}
	
#cancel-comment-reply {	margin-bottom: 5px; }
    
li.comment .comment-body a.comment-reply-link {
	color: #8f949d;
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 11px;
    margin-top: 2px;
	}

li.comment .comment-body a.comment-reply-link:hover { color: #c4c6c7; } 
li.comment .comment-body a.comment-reply-link:active { color: #F53C3C; }

.moderation {
    font-size: 11px;
    color: #c88865;
	}

.comment ul.children {
    list-style-type: none;
    margin: 0 0 0 65px;
	}

ul.children li.comment {
    padding: 7px 0 0 0;
    margin: 0;
	border-top: 2px solid #EAECEF;
    }
    
ul.children li.comment:last-child { border-bottom: none; }
	
ul.children .avatar { left: -65px; }

ul.children li.comment .comment-body { margin: 0 0 0 65px }

#comment-notes{
	font-size: 10px;
	line-height: 18px;
	color: #aaaaaa;
	}

#comments .border-bottom {
	border-bottom: 2px solid #EAECEF;
	margin-bottom: 7px;
	}

div.comment-author { }
div.comment-content p { clear: both;margin-bottom: 15px;}
		
/* =Comment Respond --*/
#commentform { }

#commentform h4 { margin-bottom: 27px; }

#commentform #row-author { margin-top: 5px;}

#commentform label { 
	margin-top: 20px;
	margin-left: 15px;
	width: 48%;
	}
	
#commentform label.error { 
	margin-top: 0;
	}
		
#commentform #row-author label { 
	width: 48%;
	padding-top: 0;
	}
	
#commentform p { margin-bottom: 15px }
#commentform span { display: inline;}

#respond form .input { width: 50%;	}
	
#commentform input[type=text]{
	width: 45%;
	line-height: 14px;
	padding: 4px 10px;
	margin: 10px 0;
	-webkit-border-radius: 0px;
 	}
	
#commentform textarea {
	width: 96.5%;
	padding: 10px;
	margin-top: 10px;
	}
	
#commentform textarea { min-height: 150px; }
	
.logged-in #commentform #row-comment { margin-top: 0;}
.logged-in #commentform .label { padding-top: 0; }	
 
 		
/* =Trackbacks --*/

li.trackback, 
li.pingback {
	margin: 0 0 10px 16px;
	list-style-type: decimal;
	}

#trackbacks-list { margin-left: 0px; }

#trackbacks-list li:first-child { margin-top: 2px; }

#trackbacks-list div.comment-content p { display: none; }

/* =Login/out --*/
.logout { 
	float: none !important;
	font-size: 11px; 
	}

#login { margin-bottom: -10px; }

/* =pagination
-----------------------------------------------------------------------------------*/
.pagination { 
	margin-top: 20px;
	margin-right: 33px;
	float: right;
	}
	
.pagination span.current,	
.pagination a {	
	background: url(assets/images/divider-vertical.png) no-repeat right;
	padding: 2px 10px 2px 8px;
	font-weight: bold;
	}
	
.pagination a:last-child { background-image: none; }
		
.pagination .current,
ul.pagination li:hover a { color: #1e2224; }
		
.pagination a:hover { color: #494f5d; }
	
.pagination .pagination-meta {
    color: #515151;
    background: none;
    display: none;
    }	
    
.pagination-arrows {
	float: right;
	height: 21px;
	margin-left: 5px;
 	}
	
.pagination-arrows a {
	display: block;
	width: 21px;
	height: 21px;
 	padding: 0 0;
	}
	
.pagination-arrows .page-previous, 
.pagination-arrows .page-next {
	float: left;
	margin-left: 2px;
	background:#F53C3C url(assets/images/nav-arrows.png) no-repeat 0 0;
	margin-top: 1px;	
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
	}

.pagination-arrows .page-previous { }
	 
.pagination-arrows .page-next { background-position: -21px 0px; }
	
.pagination-arrows .page-previous:hover { background-color: #1e2224; background-position: 0 -21px; } 

.pagination-arrows .page-next:hover { background-color: #1e2224; background-position: -21px -21px; } 
		
.pagination-arrows .page-previous.inactive,	 
.pagination-arrows .page-next.inactive,
.pagination-arrows .page-previous.inactive:hover,	 
.pagination-arrows .page-next.inactive:hover,
.pagination-arrows .page-previous.inactive:active,	 
.pagination-arrows .page-next.inactive:active{
	background-color: #EAECEF;
	transition: none ;
		-webkit-transition: none ;
		-moz-transition: none ;
		-ms-transition: none ;
		-o-transition: none ;
 	}

.pagination-arrows .page-previous.inactive a,	 
.pagination-arrows .page-next.inactive a { cursor: auto; }

		 
/* =Footer
--------------------------------------------------------------*/
footer#bottom-footer { 
	background: #1e2224;
	color: #8f949d;
	padding-top: 11px;
	padding-bottom: 30px;
	}
	
footer#bottom-footer p { color: #8f949d; }
		
footer#bottom-footer a { color: #b4b6b8;}
 
footer#bottom-footer a:hover { color: #dbdcdd; }
		
footer#bottom-footer h1, 
footer#bottom-footer h2, 
footer#bottom-footer h3, 
footer#bottom-footer h4, 
footer#bottom-footer h5 { color: #666; }

footer#bottom-footer h2 {
	border-bottom: 2px solid #36393C;
	color: #E6E8EB;
	font-size: 12px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	font-weight: bold;	
	}	 		   

footer#bottom-footer .entry-meta { color: #8f949d; }
	
/* Footer widgets */
.footer_widget { padding-bottom: 20px; }
	
footer#bottom-footer .widget { }

footer#bottom-footer .widget ul { margin: 0;}
	
footer#bottom-footer .widget ul:last-child { padding-bottom: 0; }
		 	
footer#bottom-footer .widget li { }
		
.footer-wrapper {
   height: auto;
   padding-top: 30px;
   float: left;
   width: 100%;
   }
   	
footer#bottom-footer a { color: #b7b9bc; }
	
footer#bottom-footer a:hover { color: #f2f2f3; }	
	
footer#bottom-footer a:active { color: #F53C3C; }

footer#bottom-footer li a {
	color: #8F949D ;
	line-height: 22px;
	transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
	}

footer#bottom-footer li a:hover {
	color: #f2f2f3;
	padding-left: 9px;
	}

footer#bottom-footer li a:active { color: #F53C3C; }

/* =Footer-Bar */
#footer-bar {
	width: 100%;
	margin-bottom: 5px;
	padding: 5px 0;
	/*border-bottom: 2px solid #1e2224;*/
	float: left;
	font-size: 11px;
	height: 21px;
	}
	
#footer-bar p span{
	font-size: 11px;
	line-height: 21px;
	padding: 4px 5px;
	color: #8F949D;
	background: #1e2224;
		transition: all 0.2s ;
		-webkit-transition: all 0.2s ;
		-moz-transition: all 0.2s ;
		-ms-transition: all 0.2s ;
		-o-transition: all 0.2s ;
		}
		
#footer-bar p span:hover {
	color: #61656b;  
	background: #fff;
	opacity: 1;
	}
  		
#footer-bar p {
	font-size: 11px;
	line-height: 21px;
	color: #1e2224;
	margin-left: 20px;
	}
		
#footer-bar span a { color: #8F949D; }
	
#footer-bar p a:hover {	color: #61656b;	}	
			
#footer-menu ul {
	margin: 0 ;
	padding: 0;
	text-align: center;
	}
	
.foot-nav ul li{
	float: left; 
	margin-right: 10px;
	}
	
.foot-nav li {
	list-style: none;
	display: inline;
	padding: 0 5px;
	}
	
.foot-nav li a { color: #BCBCBC; }

#footer-menu { float:right; }


/* =Forms
--------------------------------------------------------------------------*/

/* =Inputs */
form { margin-bottom: 20px; }

form label {
    color: #1e2224;
    font-weight: bold;
    padding-top: 0;
    margin-bottom: 0;
    display: inline;
    width: 25%;
    }
    
form label.error{
    padding-top: 5px;
    width: 100%;
    }
            
form .input {
    clear: none;
    display: inline;
    margin-bottom: 20px;
    width: 75%;
    -webkit-border-radius: 0px;
    }
    
label, 
input, 
select, 
textarea { float: left; }

input.input-text, 
textarea, 
select {
    display: block;
    margin-bottom: 18px;
    -webkit-border-radius: 0px;
    } 
    
 input, 
 select, 
 .uneditable-input {
	 width: 94%;
	 height:24px;
	 -webkit-border-radius: 0px;
	 }
    
input[type=email],           
input[type=text],
input[type=password],
textarea {
    border:1px solid #bec1c5;
    color:#bec1c5;
    -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
    -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
    box-shadow:inset 0px 1px 3px rgba(0,0,0,.10);
    -webkit-border-radius: 0px;
    }

input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
	color: #8f949d;
    outline:none;
    border:1px solid #a8aeb5;
        -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    box-shadow:inset 0px 1px 4px rgba(0,0,0,.15);
    -webkit-border-radius: 0px;
    }

span.required { color: #ff4800; }

.contactform .input {
 	margin-bottom: 0px;
 	width: 100%;
 	}
 
.contactform input[type=text],
.contactform input[type=email]{
 	width: 40%;
 	line-height: 14px;
 	padding: 4px 10px;
 	margin: 10px 0;
 	-webkit-border-radius: 0px;
 	}
  
.contactform textarea {
 	width: 96.7%;
 	padding: 10px;
 	margin-top: 10px;
 	-webkit-border-radius: 0px;
 	}	
 	
.contactform label {
	color: #1e2224;
	width: 38%;
	margin-top: 18px;
	margin-left: 14px;
	}    
 
.contactform label.error{
     width: 50%;
     font-size: 11px;
     color: #F53C3C;
     padding-top: 0px;
     margin: 0 0 0 14px;
      }

.contactform label.error{
     display: none !important;
	}
	
.contactform input.error, 
.contactform textarea.error{
	border-color: #F53C3C;
	}
	
/* =Buttons*/

.btn, 
.button, 
button.button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 4px 10px 3px 10px;
    color: white;
    background-color: #F53C3C ; 
    background-position: 8px 7px;
    transition: all 0.2s;
	    -webkit-transition: all 0.2s;
	    -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	    -o-transition: all 0.2s;
	    margin: 1px 1px 1px 0; 
	margin-bottom: 4px;    
   	}
   	
button.button { padding: 9px 12px; }
	 
input[type="button"], 
input[type="reset"], 
input[type="submit"],
.btn[type="submit"],
.button[type="submit"]{ }
    
.btn:hover, 
.button:hover,
button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover { background-color: #1e2224;	}

.btn:focus, 
.button:focus,
button:focus,  
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus { }

.btn.active, 
.btn:active,
.button.active,
button.active,  
.button:active { }

.btn.disabled, 
.button.disabled { }

.btn[disabled],
.button[disabled] { }
		
button.btn::-moz-focus-inner, 
button.button::-moz-focus-inner, 
input[type=submit].btn::-moz-focus-inner, 
input[type=submit].button::-moz-focus-inner {
	padding: 0;
	border: 0;
	}

/* Don't use native buttons on iOS */
input[type=submit].button { -webkit-appearance: none; } 

/* Custom Buttons */
button.large,
.button.large, 
.btn.large {
	font-size: 16px;
	padding: 10px 22px 9px;
	width: auto;
	margin-bottom: 4px;
	}	

button.medium,	
.button.medium, 
.btn.medium {
	padding: 6px 15px 6px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
	}


button.signup,	
.button.signup,
.btn.signup{
	padding: 10px 30px;
	font-size: 14px;
	}
	
button.radius,	
.button.radius, 
.btn.radius { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

button.round,
.button.round, 
.btn.round { 
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
	}

button.white,
.white.button, 
.btn.white{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* IE10+ */
    background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
    	border: 1px solid #969696;
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
       -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
            box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #515151;
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    }

button.white:hover,
.white.button:hover, 
.btn.white:hover{
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
    color: #515151;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* IE10+ */
    background: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

button.white:active,   
.btn.white:active,
.white.button:active{
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
   color: #515151;
   background: rgb(183,183,183); /* Old browsers */
   background: -moz-linear-gradient(top,  rgb(183,183,183) 1%, rgb(232,232,232) 6%, rgb(244,244,244) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(183,183,183)), color-stop(6%,rgb(232,232,232)), color-stop(100%,rgb(244,244,244))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* IE10+ */
   background: linear-gradient(top,  rgb(183,183,183) 1%,rgb(232,232,232) 6%,rgb(244,244,244) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); 
    }
	 
.blue.button, 
.btn.blue {
	background: #c2e2f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #c2e2f9 2%, #7cbef0 2%, #3e9dd3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#c2e2f9), color-stop(2%,#7cbef0), color-stop(100%,#3e9dd3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* IE10+ */
	background: linear-gradient(top,  #c2e2f9 2%,#7cbef0 2%,#3e9dd3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2e2f9', endColorstr='#3e9dd3',GradientType=0 ); /* IE6-9 */
	color: #093d70;
	 text-shadow:  0 1px 1px #94d3ed;	 
	 border: 1px solid #1e6cb8;
	 -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	    -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	         box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);		
	}
	 	
.blue.button:hover, 
.btn.blue:hover {
	background: rgb(211,234,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(211,234,251) 3%, rgb(146,204,244) 3%, rgb(63,159,219) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(211,234,251)), color-stop(3%,rgb(146,204,244)), color-stop(100%,rgb(63,159,219))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(211,234,251) 3%,rgb(146,204,244) 3%,rgb(63,159,219) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3eafb', endColorstr='#3f9fdb',GradientType=0 ); /* IE6-9 */
	color: #093d70;
	text-shadow:  0 1px 1px #94d3ed;
	}
		
.btn.blue:active,
.blue.button:active {
	background: rgb(39,120,206); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(39,120,206) 0%, rgb(88,167,216) 6%, rgb(146,204,244) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(39,120,206)), color-stop(6%,rgb(88,167,216)), color-stop(100%,rgb(146,204,244))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(39,120,206) 0%,rgb(88,167,216) 6%,rgb(146,204,244) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2778ce', endColorstr='#92ccf4',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		 
.orange.button, 
.btn.orange {
	background: #fffce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffce7 2%, #fce407 2%, #f2cc17 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#fffce7), color-stop(2%,#fce407), color-stop(100%,#f2cc17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* IE10+ */
	background: linear-gradient(top,  #fffce7 2%,#fce407 2%,#f2cc17 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce7', endColorstr='#f2cc17',GradientType=0 ); /* IE6-9 */
		color: #614200;
	text-shadow:  0 1px 1px #fae64e;
	border: 1px solid #a66b05;
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	 }
	 	
.orange.button:hover, 
.btn.orange:hover {
	color: #614200;
	background: rgb(255,252,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,252,231) 2%, rgb(247,241,69) 2%, rgb(239,210,81) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,252,231)), color-stop(2%,rgb(247,241,69)), color-stop(100%,rgb(239,210,81))); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,252,231) 2%,rgb(247,241,69) 2%,rgb(239,210,81) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce7', endColorstr='#efd251',GradientType=0 ); /* IE6-9 */
	text-shadow:  0 1px 1px #fae64e;
	}

.btn.orange:active,
.orange.button:active {
	background: rgb(176,153,16); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(176,153,16) 0%, rgb(223,195,21) 3%, rgb(246,216,23) 6%, rgb(249,224,14) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(176,153,16)), color-stop(3%,rgb(223,195,21)), color-stop(6%,rgb(246,216,23)), color-stop(100%,rgb(249,224,14))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(176,153,16) 0%,rgb(223,195,21) 3%,rgb(246,216,23) 6%,rgb(249,224,14) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b09910', endColorstr='#f9e00e',GradientType=0 ); /* IE6-9 */
	color: #614200;
	text-shadow:  0 1px 0px #fae64e;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		
.red.button, 
.btn.red {
	background: rgb(255,183,183); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,183,183) 3%, rgb(239,122,126) 3%, rgb(229,75,78) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(255,183,183)), color-stop(3%,rgb(239,122,126)), color-stop(100%,rgb(229,75,78))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,183,183) 3%,rgb(239,122,126) 3%,rgb(229,75,78) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb7b7', endColorstr='#e54b4e',GradientType=0 ); /* IE6-9 */
				color: #7d0509;
	text-shadow: 0 1px 1px #e07b7f;
	border: 1px solid #952f32;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f08b8f', endColorstr='#e66064', GradientType=0);
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	}
	 	
.red.button:hover, 
.btn.red:hover {
	background: rgb(255,191,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,191,191) 3%, rgb(234,136,137) 3%, rgb(224,89,92) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(255,191,191)), color-stop(3%,rgb(234,136,137)), color-stop(100%,rgb(224,89,92))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(255,191,191) 3%,rgb(234,136,137) 3%,rgb(224,89,92) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbfbf', endColorstr='#e0595c',GradientType=0 ); /* IE6-9 */
	color: #7d0509;
	text-shadow: 0 1px 1px #e07b7f;	
	}	

.btn.red:active,
.red.button:active {
	background: rgb(181,77,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(181,77,77) 1%, rgb(224,89,92) 5%, rgb(232,118,120) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgb(181,77,77)), color-stop(5%,rgb(224,89,92)), color-stop(100%,rgb(232,118,120))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(181,77,77) 1%,rgb(224,89,92) 5%,rgb(232,118,120) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54d4d', endColorstr='#e87678',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		 	 
.green.button, 
.btn.green {
	background: rgb(226,238,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 ); /* IE6-9 */
		color: #414f00;
	text-shadow:  0 1px 1px #bed178;
	border: 1px solid #5a7307;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbe15f', endColorstr='#a5bf2c', GradientType=0);
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	 }
	 	
.green.button:hover, 
.btn.green:hover {
	background: rgb(228,237,189); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 ); /* IE6-9 */
	color: #414f00;
	text-shadow:  0 1px 1px #bed178;
	}

.btn.green:active,
.green.button:active {
	background: rgb(119,142,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(119,142,28) 0%, rgb(169,193,89) 4%, rgb(185,204,67) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(119,142,28)), color-stop(4%,rgb(169,193,89)), color-stop(100%,rgb(185,204,67))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(119,142,28) 0%,rgb(169,193,89) 4%,rgb(185,204,67) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#778e1c', endColorstr='#b9cc43',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}
		 	
.grey.button, 
.btn.grey {
	background: rgb(208,208,208); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(208,208,208) 3%, rgb(176,176,176) 3%, rgb(127,128,130) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(208,208,208)), color-stop(3%,rgb(176,176,176)), color-stop(100%,rgb(127,128,130))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(208,208,208) 3%,rgb(176,176,176) 3%,rgb(127,128,130) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#7f8082',GradientType=0 ); /* IE6-9 */
	color: #353535;
	text-shadow:  0 1px 1px #b3b4b5;
	border: 1px solid #565656;
	-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	   -moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	        box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
	}
	 	
.grey.button:hover, 
.btn.grey:hover {
	background: rgb(221,221,221); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(221,221,221) 3%, rgb(191,191,191) 3%, rgb(132,133,135) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(221,221,221)), color-stop(3%,rgb(191,191,191)), color-stop(100%,rgb(132,133,135))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(221,221,221) 3%,rgb(191,191,191) 3%,rgb(132,133,135) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#848587',GradientType=0 ); /* IE6-9 */
	text-shadow:  0 1px 1px #b3b4b5;
	}		 

.btn.grey:active,
.grey.button:active {
	background: rgb(119,119,119); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(119,119,119) 0%, rgb(147,149,150) 5%, rgb(158,158,158) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(119,119,119)), color-stop(5%,rgb(147,149,150)), color-stop(100%,rgb(158,158,158))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* IE10+ */
	background: linear-gradient(top,  rgb(119,119,119) 0%,rgb(147,149,150) 5%,rgb(158,158,158) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#9e9e9e',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}


/* =Social-Media-Icons (Used by widgets, footer social icons, team profiles )
--------------------------------------------------------------*/
 
/* Social Media Links Style 1 (Default)*/
.sidebar .social-media-links {
	margin-top: 12px;
	width: 101%;
    }

.social-media-links ul { margin: 0 0 0 0; }
    
.social-media-links ul li {
	margin-right: 6px;
	margin-bottom: 6px;
	display: block;
	float: left;
	text-indent: -9999em;
	width: 31px;
	height: 31px;
	padding: 0 0 0 0!important;
    }
		
.social-media-links ul li a {
    background-image:url(assets/images/icons/social-bar.png) ;
    background-repeat:no-repeat;
    width: 34px;
    height: 34px;
    float:left;
    text-indent: -9999px;
    background-color: #1e2224;
    transition: all 0.2s ;
    	-webkit-transition: all 0.2s ;
    	-moz-transition: all 0.2s ;
    	-ms-transition: all 0.2s ;
    	-o-transition: all 0.2s ;
    padding: 0 0 0 0!important;
    }
    
.social-media-links ul li a:hover { padding: 0 0 0 0 !important; }
 	   
.social-media-links ul li.twitter a { background-position: -1px 0px; }
.social-media-links ul li.twitter a:hover { background-position: -1px -35px; background-color: #02b0e8; }  

.social-media-links ul li.facebook a { background-position: -35px 0px; }
.social-media-links ul li.facebook a:hover { background-position: -35px -35px; background-color: #3b5997; }  

.social-media-links ul li.googleplus a { background-position: -71px 0px; }
.social-media-links ul li.googleplus a:hover { background-position: -71px -35px; background-color: #0a9d35; }      
 
.social-media-links ul li.linkedin a { background-position: -105px 0px; }
.social-media-links ul li.linkedin a:hover { background-position: -105px -35px; background-color: #0b84c3; }  

.social-media-links ul li.zerply a { background-position: -141px 0px; }
.social-media-links ul li.zerply a:hover { background-position: -141px -35px; background-color: #a3e056; } 

.social-media-links ul li.rss a { background-position: -173px 0px; }
.social-media-links ul li.rss a:hover { background-position: -173px -35px; background-color: #fb7922; } 

.social-media-links ul li.dribbble a { background-position: -210px 0px; }
.social-media-links ul li.dribbble a:hover { background-position: -210px -35px; background-color: #cd316b; } 

.social-media-links ul li.reddit a { background-position: -245px 0px; }
.social-media-links ul li.reddit a:hover { background-position: -245px -35px; background-color: #fe4502; }

.social-media-links ul li.vimeo a { background-position: -279px -1px; }
.social-media-links ul li.vimeo a:hover { background-position: -279px -36px; background-color: #9dc647; }

.social-media-links ul li.youtube a { background-position: -315px -2px; }
.social-media-links ul li.youtube a:hover { background-position: -315px -37px; background-color: #d61c1f; }

.social-media-links ul li.forrst a { background-position: -351px -1px; }
.social-media-links ul li.forrst a:hover { background-position: -351px -36px; background-color: #1c7a37; } 

.social-media-links ul li.flickr a { background-position: -385px 0px; }
.social-media-links ul li.flickr a:hover { background-position: -386px -35px; background-color: #fa057a; } 

.social-media-links ul li.digg a { background-position: -420px -1px; }
.social-media-links ul li.digg a:hover { background-position: -420px -36px; background-color: #00549c; } 

.social-media-links ul li.github a { background-position: -455px 0px; }
.social-media-links ul li.github a:hover { background-position: -455px -35px; background-color: #3e78aa; } 

.social-media-links ul li.pinterest a { background-position: -490px -1px; }
.social-media-links ul li.pinterest a:hover { background-position: -490px -36px; background-color: #de464a; } 

.social-media-links ul li.stumbleupon a { background-position: -525px 0px; }
.social-media-links ul li.stumbleupon a:hover { background-position: -525px -35px; background-color: #f94e20; }    

.social-media-links ul li.delicious a { background-position: -561px 0px; }
.social-media-links ul li.delicious a:hover { background-position: -561px -35px; background-color: #4444ec; } 

.social-media-links ul li.foursquare a { background-position: -595px 0px; }
.social-media-links ul li.foursquare a:hover { background-position: -595px -35px; background-color: #1fb2df; }

.social-media-links ul li.behance a { background-position: -630px -1px; }
.social-media-links ul li.behance a:hover { background-position: -630px -36px; background-color: #189afb; }

.social-media-links ul li.yelp a { background-position: -666px -1px; }
.social-media-links ul li.yelp a:hover { background-position: -666px -36px; background-color: #b92718; }  

.social-media-links ul li.email a { background-position: -701px 0px; }
.social-media-links ul li.email a:hover { background-position: -701px -35px; background-color: #3185f1; } 

.social-media-links ul li.tumblr a { background-position: -736px -1px; }
.social-media-links ul li.tumblr a:hover { background-position: -736px -36px; background-color: #2c4762; } 

.social-media-links ul li.skype a { background-position: -770px 0px; }
.social-media-links ul li.skype a:hover { background-position: -770px -35px; background-color: #00aff0; } 

/* Social Media Links Style 2 (Social Colors)*/  
 .social-media-links ul.style2 li a:hover { background-color: #1e2224!important; }
   
.social-media-links ul.style2 li.twitter a { background-color: #02b0e8;}

.social-media-links ul.style2 li.facebook a { background-color: #3b5997; }

.social-media-links ul.style2 li.googleplus a { background-color: #0a9d35; }
 
.social-media-links ul.style2 li.linkedin a { background-color: #0b84c3; }

.social-media-links ul.style2 li.zerply a {  background-color: #a3e056; }

.social-media-links ul.style2 li.rss a { background-color: #fb7922; }

.social-media-links ul.style2 li.dribbble a { background-color: #cd316b; }

.social-media-links ul.style2 li.reddit a { background-color: #fe4502; }

.social-media-links ul.style2 li.vimeo a { background-color: #9dc647; }

.social-media-links ul.style2 li.youtube a { background-color: #d61c1f; }

.social-media-links ul.style2 li.forrst a { background-color: #1c7a37; }

.social-media-links ul.style2 li.flickr a { background-color: #fa057a; }

.social-media-links ul.style2 li.digg a { background-color: #00549c; }

.social-media-links ul.style2 li.github a { background-color: #3e78aa; }

.social-media-links ul.style2 li.pinterest a { background-color: #de464a; }

.social-media-links ul.style2 li.stumbleupon a { background-color: #f94e20; }

.social-media-links ul.style2 li.delicious a { background-color: #4444ec; }

.social-media-links ul.style2 li.foursquare a { background-color: #1fb2df; }

.social-media-links ul.style2 li.behance a { background-color: #189afb; }

.social-media-links ul.style2 li.yelp a { background-color: #b92718; }

.social-media-links ul.style2 li.email a { background-color: #3185f1; }
 	
.social-media-links ul.style2 li.tumblr a { background-color: #2c4762; }

.social-media-links ul.style2 li.skype a { background-color: #00aff0; }
/* Social Media Links Style 3 (Social Icons)*/

.social-media-links ul.style3 li.stumbleupon a { background: url(assets/images/icons/social-bar-icons.png) -510px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.twitter a { background: url(assets/images/icons/social-bar-icons.png) 0px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.facebook a { background: url(assets/images/icons/social-bar-icons.png) -34px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.dribbble a { background: url(assets/images/icons/social-bar-icons.png) -204px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.googleplus a { background: url(assets/images/icons/social-bar-icons.png) -68px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.linkedin a { background: url(assets/images/icons/social-bar-icons.png) -102px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.zerply a { background: url(assets/images/icons/social-bar-icons.png) -136px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.rss a { background: url(assets/images/icons/social-bar-icons.png) -170px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.reddit a { background: url(assets/images/icons/social-bar-icons.png) -238px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.vimeo a { background: url(assets/images/icons/social-bar-icons.png) -272px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.youtube a { background: url(assets/images/icons/social-bar-icons.png) -306px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.forrst a { background: url(assets/images/icons/social-bar-icons.png) -340px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.flickr a { background: url(assets/images/icons/social-bar-icons.png) -374px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.digg a { background: url(assets/images/icons/social-bar-icons.png) -408px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.github a { background: url(assets/images/icons/social-bar-icons.png) -442px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.pinterest a { background: url(assets/images/icons/social-bar-icons.png) -476px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.delicious a { background: url(assets/images/icons/social-bar-icons.png) -544px 0px rgba(255, 255, 255, 0); }
.social-media-links ul.style3 li.foursquare a { background: url(assets/images/icons/social-bar-icons.png) -578px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.behance a { background: url(assets/images/icons/social-bar-icons.png) -612px 0px rgba(255, 255, 255, 0); } 
.social-media-links ul.style3 li.yelp a { background: url(assets/images/icons/social-bar-icons.png) -646px 0px rgba(255, 255, 255, 0); }

.social-media-links ul.style3 li a:hover{ opacity: 0.6; }


/* =Footer Social-Icons 
--------------------------------------------------------------*/
.social-nav {
    z-index: 1;
    margin: 0 0 0 0;
    width: 100%;
    }

.social-nav ul {float: right; margin: -3px 20px 0 0; }
    
.social-nav ul li {
	margin: 0 0 0 2px;
	width: 27px;
	height: 27px;
    }
		
.social-nav ul li a {
 	background-image:url(assets/images/icons/social-bar.png) ;
    width: 27px;
    height: 27px;
    float:left;
    text-indent: -9999px;
    }

.social-nav ul li.facebook a { background-position:-39px -3px; }
.social-nav ul li.facebook a:hover { background-position:-39px -38px; background-color: #3b5997; } 

.social-nav ul li.twitter a { background-position: -4px -4px; }
.social-nav ul li.twitter a:hover { background-position: -4px -39px; background-color: #02b0e8; } 

.social-nav ul li.dribbble a { background-position: -213px -3px; }
.social-nav ul li.dribbble a:hover { background-position: -213px -38px; background-color: #cd316b; } 

.social-nav ul li.linkedin a { background-position: -108px -3px; }
.social-nav ul li.linkedin a:hover { background-position: -108px -38px; background-color: #0b84c3; } 

.social-nav ul li.email a { background-position: -704px -4px; }
.social-nav ul li.email a:hover {background-position: -704px -39px; background-color: #3185f1;} 

.social-nav ul li.google a { background-position: -74px -3px; }
.social-nav ul li.google a:hover { background-position: -74px -38px; background-color: #0a9d35; } 

.social-nav ul li.rss a { background-position: -177px -3px; }
.social-nav ul li.rss a:hover { background-position: -177px -38px; background-color: #fb7922; } 

.social-nav ul li.behance a { background-position: -634px -4px; }
.social-nav ul li.behance a:hover { background-position: -634px -39px; background-color: #189afb; } 

.social-nav ul li.pinterest a { background-position: -494px -4px }
.social-nav ul li.pinterest a:hover { background-position: -494px -39px; background-color: #de464a; } 
  
 
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	color: #fff;
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:39px;
	right:0;
	overflow:hidden;
	width:40px;
	height:30px;
	border:none;
	background: #1e2224 url(assets/images/ui.totop.png) no-repeat 1px 1px;
	padding-left: 30px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: bold;
}

#toTopHover {
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	}

#toTop:active, #toTop:focus {
	outline:none;
	}

/* Reclaring Hover background colors (Fixes a minor conflict with the styleswitcher)*/
span.post-format:hover,
.jcarousel-next:hover, 
.jcarousel-next:focus, 
.jcarousel-next:active, 
.jcarousel-prev:hover, 
.jcarousel-prev:focus, 
.jcarousel-prev:active,
.newsletter-button:hover,
.nav-previous a:hover,
.nav-next a:hover,	
.pagination-arrows .page-previous:hover,
.pagination-arrows .page-next:hover,
.slideshow_nav_top .flex-direction-nav a.next:hover, 
.slideshow_nav_top .flex-direction-nav a.prev:hover,
.radium_slideshow_menu .slideshow_options a.show_thumbnails:hover, 
.radium_slideshow_menu .slideshow_options a.show_captions:hover,
.tagcloud a:hover { background-color: #1e2224 !important;}
		
.cta-wrapper .button.large:hover, 
.cta-wrapper .btn.large:hover,
.btn:hover, .button:hover,
button:hover, 
.cta-wrapper .button.large:hover, 
.cta-wrapper .btn.large:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
.quickcontact-submit:hover, 
.radium-about-widget .directions-submit:hover { background-color: #1e2224 !important; }

.jcarousel-next-disabled, 
.jcarousel-next-disabled:hover, 
.jcarousel-next-disabled:focus, 
.jcarousel-next-disabled:active, 
.jcarousel-prev-disabled, 
.jcarousel-prev-disabled:hover, 
.jcarousel-prev-disabled:focus, 
.jcarousel-prev-disabled:active,
.pagination-arrows .page-previous.inactive, 
.pagination-arrows .page-next.inactive, 
.pagination-arrows .page-previous.inactive:hover, 
.pagination-arrows .page-next.inactive:hover, 
.pagination-arrows .page-previous.inactive:active, 
.pagination-arrows .page-next.inactive:active { background-color: #EAECEF !important; }


.menu {
	width: 150px;
	height: auto;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}
.menu > li > a {
	/* Background & effects */
		background: #eeeeee; /* Background for old browsers */
		background: -webkit-linear-gradient(bottom, #eaeaea, #f4f4f4); /* Background for Chrome & Safari */
		background: -ms-linear-gradient(bottom, #eaeaea, #f4f4f4); /* Background for Internet Explorer 10 */
		background: -moz-linear-gradient(bottom, #eaeaea, #f4f4f4); /* Background for Firefox */
		background: -o-linear-gradient(bottom, #eaeaea, #f4f4f4); /* Background for Opera */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eaeaea',GradientType=0); /* Background for Internet Explorer 8-9 */
		box-shadow: inset 0 1px 0 #fff; /* Subtle white inner shadow */
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 1em;
	display: block;
	position: relative;
	color: #8E8E8E;
	font-weight:bold;
}
.menu ul li a {
	border-bottom: 1px solid #efeff0;
	width: 100%;
	height: 2.75em;
	line-height: 2.75em;
	text-indent: 1 em;
	display: block;
	position: relative;
	color: #8E8E8E;
}
.menu ul li:last-child a {
}
.menu > li > a:hover, .menu > li > a.active, .menu > li > ul > li > a:hover, .menu > li > ul > li > a.current{
	color: #FD7A05;
}



.item1 > a:before {
	background-position: 0 0;
}
.item2 > a:before {
	background-position: -38px 0;
}
.item3 > a:before {
	background-position: 0 -38px;
}
.item4 > a:before {
	background-position: -38px -38px;
}
.item5 > a:before {
	background-position: -76px 0;

}
.menu > li > ul li a:before{
	content: '▶';
	font-size: 8px;
	color: #bcbcbf;
	position: absolute;
	width: 1em;
	height: 1em;
	top: 0;
	left: -2.7em;
}



.setfull{
width:100%;
float:left;
height:auto;
margin-bottom:10px;
}

.sethalf1{
width:350px;
float:left;
height:auto;
}
 .sethalf2{
width:330px;
float:left;
height:auto;
margin-left:10px;
}



	
	
	