/*
* Point Break Styles
* Copyright 2012, Theme Island
* Original Skeleton Framework, Copyright 2011, Dave Gamache 
* Skeleton Theme Styles by Charles & Brandon Jones.
*/  


/* Table of Content (Text-Search these hashes)
==================================================
	#SITE STYLES
	#SLIDE CAROUSEL STYLES
	#TOP HAT STYLES
	#HEADER STYLES
	#PAGE STYLES
	#FOOTER STYLES
	#MEDIA QUERIES
*/	


/* ======================================================= */
/* #SITE STYLES : Universal Theme Visual Styles */
/* ======================================================= */

/* Set BG */
body, 
h2.title span, h1.title span,
ul.tabs li a.active{ 
	background: white;
	background: rgba(255,255,255,1) ;
	z-index: 1; 
} 
.hidden{display: none;}
/* Wrap .container sections with this to create a full width section (for full width BG color stripes) */
.full-width{width: 100%;}
iframe{max-width: 100%;}


/* HR Divider */
hr{	
	border-top: solid #f2f2f2; 
	border-width: 1px 0 0; 
	clear: both;
	border-bottom: 1px solid #FFF;
    height: 2px;
    margin: 10px 0 30px;
	}	
hr.partial-bottom{margin-bottom: 15px;}
hr.remove-top{margin-top: 0px;}


/* Responsive Images */
.columns img, .column img, p img{max-width: 100%; height: auto;}
.content img{margin-bottom: 15px;}

/* Basic alignment */
.alignleft{float: left; margin: 20px 20px 20px 0;}
.aligncenter{text-align: center; clear: both; margin: 15px auto; display: block;}
.alignright{float: right; margin: 20px 0px 20px 20px;} 
.alignnone{margin: 20px 20px 20px 0px;} 

/* #Global Transitions */
a, .container, .sf-menu strong, .sf-menu span, .list_carousel li, .es-nav span, .caroufredsel_wrapper, .list_carousel, .column, .columns, .row, .widget, .widget input, .module-img img, .sf-menu li, .sf-menu a, a.header-advert img, a.sidebar-advert img {
  	   -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
	}









/* ======================================================= */
/* #TOPHAT SECTION */
/* ======================================================= */
#section-tophat{
	border-bottom: 1px solid #111;
}

#section-tophat, #section-footer{
	background: transparent url("../images/theme/backgrounds/topo.jpg") repeat;
}

#section-tophat{padding: 10px 0;}

#section-tophat span.tagline{float: right;}
#tagline{margin-top: 2px;}

.tagline input {
    padding: 5px !important;
    background: #222 !important;
    border: 1px solid #292929 !important;
    color: #eee !important;
}
.tagline form {
    float: right;
    margin-left: 10px;
    margin-top: -2px;
}





/* ======================================================= */
/* #HEADER SECTION */
/* ======================================================= */
#section-header{}
h1#logo{
	margin-bottom: 10px;
}

/* Header / Sidebar Advertisement */
a.header-advert{
	margin-top: 30px;
	margin-bottom: 20px;
	float: right; 
	}
a.header-advert img, a.sidebar-advert img{ 
	padding: 6px;
	background: #eee; 
	background:rgba(200,200,200,0.05);
	}
a.header-advert:hover img, a.sidebar-advert:hover img{
	background: #ddd; 
	background:rgba(200,200,200,0.3);
}

/* Social Icons Section */
ul.social{
	text-align: left; 
	margin-bottom: 0; 
	float: left;
	}
	
#section-sub-footer ul.social{margin-left: 15px; float: right; text-align: right;}
	
ul.social li{
	display: inline-block; 
	width: 24px; 
	height: 24px; 
	padding: 18px 0px 0;
	margin: 0;
	}
	        
ul.social li:hover{
			   -moz-opacity:1.0 !important;
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}	

.page .hentry{padding-bottom: 15px;} 

.fp_caption{margin-top: 15px; text-align: center;}

.page .hentry, .content .hentry, .module-container { padding-bottom: 15px; } 

.blurb-maker .hybrid, .hybrid, .module-container{text-align: center; border-bottom: 1px solid #f2f2f2; padding-bottom: 13px; margin-bottom: 25px;}
.blurb-maker h4, .hybrid h4, .module-container h4{font-size: 14px; margin: 7px 0 0; line-height: 20px;}
.blurb-maker h4 a, .hybrid h4 a, .module-container h4 a{color: #333;}
.blurb-maker p, .hybrid p, .module-container p {
    font-size: 12.5px;
    line-height: 140%;
    margin-bottom: 5px !important;
    padding: 4px 12px 0;
}
.blurb-maker {
    bottom: -20px;
    display: block;
    margin-top: -22px;
    position: relative;
}

.module-meta {
    width: 100%;
}

.view-grid, .view-grid:hover{
	border-bottom: 0px;
	box-shadow: 0 0px 0 #1F8882 inset !important;
	margin-bottom: 0px;
}

.view-grid .module-img a{
	overflow: hidden;
    display: block;
    margin-bottom: -5px
}

.module-container{height: auto !important;}

.module-container.view-hybrid{
	
}

.module-container.view-list{
	
}


/* ======================================================= */
/* #NAVIGATION STYLES (Theme defaults, then SuperFish mods) */
/* ======================================================= */
header .navigation{margin-top: 0;}
footer .navigation{margin-top: 0;}


/* Top Level Styles */
.sf-menu > li{
	border-left: 1px solid #ffffff;
	border-left: 1px solid rgba(255,255,255,0);
	border-right: 1px solid #fafafa;
}
.sf-menu > li > a {
	padding:15px 15px 16px;
	background: transparent;
	margin-bottom: 0; /* Adjust for padding below our list */
	}
	
.sf-menu > li:hover{
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.sf-menu > li:first-child > a{padding: 15px 15px 19px 15px;}
	
.sf-menu > li > a, .sf-menu > li {
	   -moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;	
			}

.sf-menu > li:hover {
	background: #f9f9f9; 
  -webkit-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
	 -moz-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
	   -o-box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
		  box-shadow:inset 0 -3px 2px rgba(133,133,133,0.1);
}


/* DARK VERSION - Second Level Styles (the Dropdown) */
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li:focus, .sf-menu li li:hover, .sf-menu li li:active {

}

.sf-menu li li a, .sf-menu li li a:hover, .sf-menu li li a:focus {
	padding:8px 10 8px 11px !important; 
	background: transparent; margin: 0;
}

/* MAIN SKIN FOR DROPDOWN */
.sf-menu li li:hover {
	background: url("../images/theme/uparrow.png") no-repeat scroll 35px 5px transparent !important;
}
.sf-menu li li:hover > a {
	 -webkit-text-shadow: 1px 0 1px #000;
		-moz-text-shadow: 1px 0 1px #000;
		  -o-text-shadow: 1px 0 1px #000;
			 text-shadow: 1px 0 1px #000;
}

.sf-menu li li {
	margin:0;
	background: rgb(0,0,0);  /* BG Color for the dropdown */
	background: rgba(0,0,0,0.8);
	padding:3px 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.9);
			border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	  -webkit-border-left: 1px solid rgba(0, 0, 0, 0.9); /* Left/Right border for visibility */
	     -moz-border-left: 1px solid rgba(0, 0, 0, 0.9);
	  	   -o-border-left: 1px solid rgba(0, 0, 0, 0.9);
			  border-left: 1px solid rgba(0, 0, 0, 0.9);
	 -webkit-border-right: 1px solid rgba(0, 0, 0, 0.9);
	    -moz-border-right: 1px solid rgba(0, 0, 0, 0.9);
	      -o-border-right: 1px solid rgba(0, 0, 0, 0.9);
			 border-right: 1px solid rgba(0, 0, 0, 0.9);
}

.sf-menu li li:first-child {  
    border-top: none;  
/*	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
         -o-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0; */
}  
 
.sf-menu .sub-menu li:first-child{
	border-top: 1px solid #eee !important;
}

.sf-menu li li:last-child {  
   border-bottom: none;  
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
         -o-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
} 




/* ======================================================= */
/* #SLIDE CAROUSEL SECTION */
/* ======================================================= */
#slides img{display: none;}

.list_carousel {
	padding: 10px 0;
	position: relative;
	display: block;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li.slide {
	position: relative;
	font-size: 30px;
	color: #666;
	text-align: center;
	background-color: transparent;
	border: 0px solid #ccc;
	width: 0px; /* Sets a fixed width of nothing so the thumbnails don't stack when it loads */
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

#section-header a.prev, #section-header a.next {
    cursor: pointer;
    height: 58px;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    top: 40%;
    width: 40px;
}
#section-header a.prev {
    background-position: 0 0;
    left: -80px;
}
#section-header a.next {
    background-position: right top;
    left: auto;
    right: -80px;
}
#section-header a.prev span, #section-header a.next span {
    display: none;
}

#section-header .slide-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 66px;
    color: #FFFFFF;
    font-size: 14px;
    left: 20px;
    margin-bottom: -44px;
    max-width: 100%;
    padding: 20px 25px;
    position: absolute;
    text-align: left;
    width: 30%;
    z-index: 500;
}

.slide-caption h4 {
    color: white;
    font-weight: bold;
    text-align: left !important;
    text-shadow: 0 0;
}

/* OLD STYLE
#section-header .slide-caption {
    background: none repeat scroll 0 0 rgba(85,85,85,0.95);    
    color: #FFFFFF;    
    padding: 14px 20px;    
    font-size: 14px;
    z-index: 500;
    position: absolute;
    left: 0px;
    bottom: 49px;
    margin-bottom: -44px;    
    max-width: 100%;
}*/







/* ======================================================= */
/* #PAGE STYLES */
/* ======================================================= */

/* Section declarations for BG stripes */
#section-tophat, #section-footer, #section-sub-footer {	position: relative;  z-index: 1;  } /* Setup for :after double bgs below */

#section-tophat{  background-color: #222;  background-color: rgba(0,0,0,0.8); height: 24px;}
#section-header{ margin-top: 35px;}
#section-slider{ margin-top: 5px; margin-bottom: -25px; display: inline-block;}
#section-portfolio{}
#section-projects{}
#section-sidebar-right{}
#section-project-single{}
#section-footer{ margin-top: 35px; background-color: #222;	background-color: rgba(0,0,0,0.8);	}
#section-sub-footer{  background-color: #111;	background-color: rgba(0,0,0,0.95); box-shadow: 2px 2px 8px black;  }



.grid-example .column, 
.grid-example .columns{
	background: #ccc; 
	color: #ccc;
	display: block; 
	height: 60px;
	margin-bottom: 20px;
	}
 
.grid-example .example{color: #222; background: transparent;}

/* Now we'll add some more granular styles to each specific section*/

/* Hybrid View Styles */
/* Clear Fixes - for the hybrid blog templates to make sure the layout doesn't look awful */

.floatleft{float:left;clear: none;}
.hybrid-blog-4 .aside,
.hybrid-blog-3 .aside,
.hybrid-blog-2 .aside {
	border: 0;
    padding: 5px;
}

.clearleft, #breakout-row .four:nth-child(4n+6) 
{clear: left !important;}
 




/* ======================================================= */
/* #IMAGE OVERLAY STYLES*/
/* ======================================================= */
.module, .module-img{position: relative; overflow: hidden;}
.module{margin-bottom: 7px;}
.module-meta {display: inline;} 
.module-img{text-align: center;}


/* The lightbox and full post link styles */
.module-img .thumbLink, .module-img .lightboxLink{
    background: url("../images/theme/post_link.png") no-repeat scroll 0 0 transparent;
    height: 20px !important;
    width: 20px !important;
    z-index: 9 !important;  
    margin-top: -20px; /* Nudge up a bit */
    position: absolute; 
    right: 0;
    display: none;
}

.module-img .lightboxLink{
	background: url("../images/theme/pop_link.png") no-repeat scroll 0 0 transparent;
    right: 21px;
}

/* Our transitions for the thumbnails */
.module-img .thumbLink, .module-img .lightboxLink{ 
			  -moz-opacity:0.0;
      filter: alpha(opacity=0);
     			   opacity:0.0;
     			   text-indent: -9999px;
	   -moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	     -o-transition: opacity .3s ease-in-out;
	        transition: opacity .3s ease-in-out;
}

.module:hover .thumbLink, .module:hover .lightboxLink{
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
}

.thumbLink:hover , .lightboxLink:hover { 
			  -moz-opacity:0.8 !important;	    		  
     filter: alpha(opacity=80) !important;
     			   opacity:0.8 !important;
}

div#qTip {
    padding: 3px 8px;
    border: 1px solid #666;
    border-radius: 3px;
    display: none;
    background: #444;
    background: rgba(85,85,85,0.9);
    color: #ddd;
    font-size: 9px;
    position: absolute;
    z-index: 1000;
}



/* Make the entire space clickable */
.popLink{display: block; height: 20px;}


/* Styling for centered overlay */
.module-img img{
	border: medium none;
    margin: 0;
    outline: medium none;
    position: relative;
    text-decoration: none;
    background: black;
    z-index: 2;}
    
.module-img:hover img{opacity: 0.09;}

.module-img span{
	background: url("../images/theme/img-bg-pat.png") repeat scroll center center;
    height: 100%;
    left: 0;
    position: absolute;
    top: -6px; /* Removes auto height of the HTML5 span element */
    width: 100%;
    z-index: 1;
}






/* ======================================================= */
/* #MISCELLANY */
/* ======================================================= */
/* Custom Lists, Buttons, Tags, etc. */
ul.square {padding: 10px;}
a.button{text-align: center;}

/* Form Overrides */
input{ padding: 10px !important; font-size: 11px !important; }
input#s{ min-width: 145px;  width: 87%; } 
#adminbarsearch-wrap input{padding: 2px !important;}
.widget_search h3,
#searchform label,
#searchform #searchsubmit{ display: none; }
iframe{width: 100% !important;}




/* Tags / Categories Styling */

.excerpt h4{margin-bottom: 18px;}

.single h1.title {
    border-bottom: 0 none !important;
    margin-bottom: 4px;
    padding: 0 0 13px;
}

.single-meta {
    float: left;
    padding-bottom: 5px;
    position: relative;
    text-align: left;
    top: 2px;
    width: 80%;
}

.single .meta-space{padding-bottom: 0px;}

.meta-space{padding-bottom: 50px;} 

.excerpt .date {
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    margin: 20px auto 17px;
    padding: 10px 0 10px;
    width: 100%;
    z-index: 10;
}

.excerpt .meta-space {
    padding-bottom: 25px;
}


.single .date {
    border-bottom: 0 solid #F2F2F2;
    border-top: 0 solid #F2F2F2;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    z-index: 10;
}

.my-avatar, .tw-avatar, img.avatar {
    float: left;
    height: 50px;
    margin: 2px 9px 5px -1px;
    position: relative;
    top: -2px;
    width: 50px;
}

.my-avatar img, .tw-avatar img, img.avatar {/*border-radius: 300px;*/ display: block;}

.single .my-avatar, .date .my-avatar{padding: 11px 10px 5px 11px;}

.date .my-avatar, .date .my-avatar img {
    float: left;
    height: 25px;
    margin-bottom: 7px;
    padding: 0 0 0 1px;
    width: 25px;
}

img.avatar{border: 0px; padding: 0px;}

.meta-space {
    font-size: 11px;
    line-height: 25px;
    font-family: Arial;
    clear: both;
}

.tags{float: left;}

.the_comments {
    float: right;
    position: relative;
    top: 2px;
}

.category-names, 
.blurb-maker p,
.hybrid p, 
.module-container p {color: #999;}

.tags a{
    padding: 4px 6px;
    text-decoration: none;
    color: white;
    font-size: 11px;
    background: #ccc;
}
img.tag_icon{
	float: left; 
	border: 0 !important; 
	padding: 5px 13px 0 0;
	margin-bottom: 0;
	}







#section-footer .textwidget{font-size: 14px; line-height: 160%;}

ul.square, ul.circle, ul.disc {
    margin-left: 15px;
    font-size: 13px;
}

pre, code, address{
	font-family: Courier, Arial;
}

pre{
	padding: 15px;
	line-height: 200%;
}

p.social{margin-top: 20px;text-align: center;}


#ui-lightbox-overlay{z-index: 9998 !important;}

/* Table Styling - Box Style */
table {
    border-collapse: collapse;
    font-size: 12px;
    margin: 10px 10px 20px;
    text-align: left;
    width: 98%;
}
table thead th.rounded-company {
    background: #ccc;
}
table thead th.rounded-q4 {
    background: #ccc;
}
table th {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #222222;
    font-size: 10px;
    font-weight: bold;
    padding: 8px;
    text-transform: uppercase;
}
table td {
    background: none repeat scroll 0 0 #eee;
    border-top: 1px solid #FFFFFF;
    color: #333;
    padding: 8px;
}
table tfoot td.rounded-foot-left {
    background: #eee;
}
tabletfoot td.rounded-foot-right {
    background: #eee;
}
table tbody tr:hover td {
    background: none repeat scroll 0 0 #ddd;
}





/* ======================================================= */
/* #WP REQUIRED STYLES and more MISCELLANY */
/* ======================================================= */
.wp-caption{
	background: rgba(0, 0, 0, 0.05);
    border: 0 solid transparent;
    max-width: 100%;
    padding: 0 0 7px;
    text-align: center;
	clear: both;
	display: block;
 }
 
.gallery-caption{
	text-align: center;  
	padding: 0px 0 7px;
	border: 1px solid rgba(0, 0, 0, 0.0); 
}

.wp-caption img{padding: 0 0; max-width: 99.8%;}
  
.wp-caption-text{margin: -9px 0 4px 0 !important; font-size: 11px;}

.sticky{}

p img{margin-bottom: 0;}

#gallery-1 img {border: 0;}

.bypostauthor{background: rgba(100, 100, 100, 0.2);}







/* ======================================================= */
/* #FOOTER SECTION */
/* ======================================================= */

#section-content .container:last-child{padding-bottom: 15px;}

.hybrid-blog-2 .article_nav,
.hybrid-blog-3 .article_nav,
.hybrid-blog-4 .article_nav,
.article_nav{
	margin-top: -80px;
}

.portfolio-pag-fix .article_nav {
    margin: -55px 0 0;
    padding: 0 10px;
}

#section-footer{
	border-top: 2px solid #111;
	padding: 5px 0 35px;
} 

#section-footer h5{
	position: relative;
	z-index: 1;
	padding: 2px 0px;
	margin-bottom: 20px;
	}
 
#section-footer ul li{
	padding:10px 0;
	margin: 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

#section-footer ul li:first-child { 
	border-top: none; 
	padding-top: 0;
	}  
  
#section-footer ul li:last-child { 
	border-bottom: none; 
	} 

#section-footer ul.children{margin: 0;}

#section-footer ul.children li { 
	padding:10px 0 10px 20px;
	margin: 0;
-webkit-border-top: 1px solid rgba(255, 255, 255, 0.05); /* Top/Bottom border for the dropdown links */
   -moz-border-top: 1px solid rgba(255, 255, 255, 0.05);
     -o-border-top: 1px solid rgba(255, 255, 255, 0.05);
		border-top: 1px solid rgba(255, 255, 255, 0.05);
	-webkit-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	   -moz-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	     -o-border-bottom: 1px solid rgba(0, 0, 0, 0.4);
			border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	} 

#section-footer ul.children li:last-child { 
	border-bottom: none; 
	padding: 10px 0 0px 20px;
	} 
#section-footer ul.children li:first-child { 
	border-top: none; 
	} 

#section-footer .simpleimage img{margin-top:10px;}

#section-footer select{width: 160px;}

/* #SUBFOOTER */
#section-sub-footer{
	background: black;
}

#section-sub-footer span{
	padding: 20px 0;
	}

#section-sub-footer span.copyright{float: left;}
#section-sub-footer span.colophon{float: right;}


.tw-status {
    clear: both;
}

.module-meta{opacity: 1 !important;}

/* ======================================================= */
/* #FONT-FACE TEMPLATE */
/* ======================================================= */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/





/* ======================================================= */
/* #FILTERABLE */
/* ======================================================= */

#portfolio-list, .slide .slide-caption{
	   -moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	     -o-transition: all 0.4s ease-in-out;
	        transition: all 0.4s ease-in-out;
}

#portfolio-list .module-meta{display: none;}

#portfolio-list .module-meta.visible{display: inline;}

span.list_btn:hover, span.grid_btn:hover, span.hybrid_btn:hover{cursor: pointer;}

#portfolio-filter{float: left;}

.portfolio-view{float: right;}

#portfolio-filter span, .portfolio-view span{margin-right: 10px;}

.portfolio-view span{float: left; margin-top: 6px;}

span.grid_btn, span.list_btn, span.hybrid_btn {margin-right: 3px; margin-top: 0px;}

.portfolio-nav{margin-top: 12px; margin-bottom: 10px;}

.portfolio-nav a.button{margin-bottom: 4px; background: white; color: #222; text-transform: capitalize;}

.portfolio-nav a.button:hover{background: #fafafa;}

#portfolio-filter a.current{background: #dfdfdf;} 

.portfolio-nav p{margin-bottom: 0;} 





/* ======================================================= */
/* #CUSTOMIZATIONS SECTION */
/* ======================================================= */
.logospace{text-align: center;}
.sf-menu {display: inline-block; float: none;}
.navigation{text-align: center;}
.es-carousel li{line-height: 0;}
.sf-menu > li a span{display; none;}
.sf-menu > li > a strong{font-size: 18px;}

.the_content hr.partial-bottom{margin: 25px 0 30px;}
.the_content:first-child hr.partial-bottom{display: none;} 
.the_content:first-child {padding-top: 10px;} 

.content {padding: 20px 0 0;}

.su-heading, .su-box, .su-note, .su-box{clear: both;} 
.su-highlight {padding: 1px 0 4px;}
.su-tabs {display: inline-block;}
.sub-menu{text-align: left;}
.su-media, .su-media iframe {
    border-radius: 8px;
    display: block;
    margin: 0 0 1.5em;
    overflow: hidden;
}
.su-button{margin-bottom: 5px;}
.su-button span{font-family: 'Helvetica Neue', Arial, sans-serif; text-transform: inherit !important; font-weight: bold;}
 

.sidebar{padding-top: 30px;}


.tw-avatar{
	 padding: 9px 3px 5px 0;
}

#quick-flickr{text-align: center;}
#quick-flickr h5{text-align: left;}
#quick-flickr a{padding-right: 7px;}


li.comment{display: inline-block;}


.aside{border: 0px !important; padding: 0px !important;}

.nav-hr{margin: 0; top: -7px; position: relative;}

.container{background: white; position: inherit;}

#section-tophat .container,
#section-footer .container,
#section-sub-footer .container
{background: transparent;}


#section-tophat ul.social li {
    -moz-transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 4px 1px 0;
    width: 16px;
}

.full-width h4 {
    
}

.full-width h4, .full-width .date, .full-width .meta-space {
    text-align: center;
}

.full-width .date{
	margin: 0 auto 35px;
}

.page-template-template-vertblog-nosidebar-php .excerpt h4,
.page-template-template-vertblog-nosidebar-bigimages-php .excerpt h4 {
    font-size: 30px;
    margin-bottom: 25px;
}

.widget_categories li, .widget_archive li {
   background: #888;
   border-radius: 3px;
   padding: 5px 10px;
   margin-bottom: 2px;		   
}


/*.isotope #portfolio-filter {
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}*/




/* Isotope Transition Speed */
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
      -ms-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

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

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

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

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


.portfolio-4 .module-container:nth-child(4n+1),
.portfolio-3 .module-container:nth-child(3n+1),
.portfolio-2 .module-container:nth-child(2n+1),
.hybrid-blog-4 .module-container:nth-child(4n+1),
.hybrid-blog-3 .module-container:nth-child(3n+1),
.hybrid-blog-2 .module-container:nth-child(2n+1){clear: left !important;}

/* ======================================================= */
/* #PLUGIN STYLES SECTION */
/* ======================================================= */
.widget {
    margin-bottom: 40px;
}

.widget:first-child {
    margin-top: -10px;
}

.widget hr.partial-bottom {
    position: relative;
    top: 20px;
}

.widget_searchwidget input {
    top: 8px;
    position: relative;
}

.quick-flickr-item {
    width: 30%;
    float: left;
    margin: 4px 4px 4px 0;
    height: 100px;
    overflow: hidden;
}

.picture-item {
    border: 0 none !important;
    float: left;
    margin-bottom: -2px;
    padding: 0 12px 12px 0 !important;
}

.picture-item img{
	border-radius: 4px 4px 4px 4px;
}

/* WP Evolution Slider Integration */
.jquery-slider-wrapper, .jquery-slider-wrapper > div:first-child, .jquery-slider-slide {
    width: 100% !important;
}
.jquery-slider-wrapper{margin-bottom: 25px;}
.jquery-slider-slide img{
	max-width: inherit !important;
	   -moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

/* Instapress sidebar widget integration */
.instagram-image {
    float: left;
    margin-right: 0;
    margin-top: 0;
    padding: 7px;
    width: 43%;
    background: transparent;
}

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }




/* ======================================================= */
/* #MEDIA QUERIES SECTION */
/* ======================================================= */

/* Used for copy/pasting - the full theme set is below */
/* Media Query Breakpoints Stack */ 
/* 960 and above */ 
@media only screen and (min-width: 959px) {} 

/* Tablet to 960 */ 
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes */ 
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Size  */ 
@media only screen and (min-width: 480) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size */ 
@media only screen and (max-width: 479px) {}



/* ======================================================= */
/* Responsive Nav Queries - Swaps normal Nav with a dropdown menu with the #responsive-nav ID */
/* ======================================================= */

#responsive-nav{display: none; float: right;}
#responsive-nav li{clear: both;} 

/* @media only screen 
and (max-width: 960) {
  .navigation ul.sf-menu  { display: none; }
  #responsive-nav, .chzn-container, .chzn-container div { display: inline-block !important; }
} */

@media only screen and (max-width: 767px) {
	
  .navigation ul.sf-menu { display: none;} 
  
  #section-tophat span.subscribe, #section-tophat span.tagline,
  #section-sub-footer span.copyright, #section-sub-footer span.colophon,
  {float: none; text-align: center;}
  
  header .navigation{margin-top: 10px;}
  
  #responsive-nav { display: inline-block !important; width: 100% !important; margin-top: 5px;}
  
  #responsive-nav .chzn-container{width: 100% !important;}
  
  #responsive-nav .chzn-container-single .chzn-single, #responsive-nav .chzn-container-single .chzn-single div {padding: 4px 9px;}
  
  #logo, #tagline p, ul.social, ul.social li{text-align: center; float: none;}
  
  #section-sub-footer span.copyright, #section-sub-footer span.colophon{width: 100%; display: block; clear: both; text-align: center; float: none !important;}
  
  #tagline p{font-size: 24px; line-height: 28px; padding: 0 10 22px 11px;}
  
  ul.social{margin-bottom: 18px !important;}
  
  body #section-sub-footer ul.social{margin-bottom: 0px !important;}
  
  a.button.pagination{width: 90% !important;}
  
  ul.social li{
  	float: none; display: inline; 
			   -moz-opacity:1.0 !important;	    		  
     filter: alpha(opacity=100) !important;
     			    opacity:1.0 !important;
	}	 
	     			  
}


	/* Responsive WP Gallery Shortcode */
	.content .gallery .gallery-item img {
	    border: 1px solid #E6E6E6 !important;
	    padding: 2px;
	    margin-bottom: 0;
	}

	.gallery-columns-4 .gallery-item {
		width:23% !important;
		padding-right:2% !important;
	}
	.gallery-columns-5 .gallery-item {
		width:18% !important;
		padding-right:2% !important;
	}
	.gallery-columns-6 .gallery-item {
		width:14% !important;
		padding-right:2% !important;
	}
	.gallery-columns-7 .gallery-item {
		width:12% !important;
		padding-right:2% !important;
	}
	.gallery-columns-8 .gallery-item {
		width:10% !important;
		padding-right:2% !important;
	}
	.gallery-columns-9 .gallery-item {
		width:9% !important;
		padding-right:2% !important;
	}
	.gallery-columns-4 .gallery-item img,
	.gallery-columns-5 .gallery-item img,
	.gallery-columns-6 .gallery-item img,
	.gallery-columns-7 .gallery-item img,
	.gallery-columns-8 .gallery-item img,
	.gallery-columns-9 .gallery-item img {
		width:100% !important;
		height:auto !important;
	}
	
	.gallery-columns-3 .gallery-item {
		width:31% !important;
		padding-right:2% !important;
	}
	.gallery-columns-3 .gallery-item img {
		width:100% !important;
		height:auto !important;
	}
	
	
	
	/* Large devices only */
	@media only screen and (min-width: 959px) {
		
		.twelve.columns.content{padding-left: 10px; margin-right: 0px;}
		.four.columns.sidebar{padding-left: 10px; width:200px;}
		.container{border-left: 10px solid white; border-right: 10px solid white;}
		#section-tophat .container, #section-footer .container, #section-sub-footer .container{border: 0px;}
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		a.sidebar-advert img { width: 43%; }
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		#section-header .slide-caption {
		    display: block;
		    height: 100%;
		    left: 0;
		    margin-bottom: 0;
		    position: absolute;
		    top: 46px;
		    width: 88%;
		}
		
  		.commentlist .comment-body {padding: 30px !important;} 
		h1.title span, h1.title {line-height: 125% !important;}
		
		
		#section-tophat{
			text-align: center; 
			height: auto; 
			padding-bottom: 0 !important; 			
		}
		
		.tagline, #tagline, .tagline form, .tagline input {
		    float: none !important;
		    margin: 10px auto;
		    text-align: center;
		    width: 75%;
		}
		.tagline input{text-align: left; font-size: 14px !important; padding: 7px 10px !important;}
			
		.aside{ 
		  	padding: 0;
		  	border-right: 0px solid rgba(155, 155, 155, 0.2); 
		 	}
		  
		ul.social, #section-header input{clear: both; margin-top: 20px !important;}
		ul.social li{height: 32px !important; width: 32px !important;}
		  
		.sixteen.navigation form select {
		    margin-left: 29px;
		    width: 86%;
			}
		#section-tophat {
		    padding: 10px 0 26px;
		}
		
		.nav-hr{top: -20px;}
								
		.twelve.content{
			padding: 0 10px 0 20px !important
			width: 99% !important;
		}
		
		.post-thumbnail .aside, .post-excerpt{
		    width: 99% !important;
		}
		.tw-status{clear: both;}
		
		.single .my-avatar {padding: 20px 14px 5px 0;}
		
		.container{border-left: 10px solid white; border-right: 10px solid white;}
		#section-tophat .container, #section-footer .container, #section-sub-footer .container{border: 0px;}
	}
	

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480) and (max-width: 767px) {
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#gallery-1 .gallery-item{width: 90%;}		
		.gallery-columns-2 .gallery-item {
			width:45% !important;
			padding-right:4% !important;
		}
		.gallery-columns-2 .gallery-item img {
			width:100% !important;
			height:auto !important;
		}
				
	}


