/*
 * Theme Name: Hand Signs
 * Theme URI: http://handsigns.info
 * Description: Theme for Hand Signs 
 * Author: Swell
 * @package WordPress
 * @subpackage Hand Signs
 * @since Hand Signs 1.0
*/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0; min-height:650px !important; }
.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;}

/* 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
*********************************/
.flexslider { overflow: hidden; background: #fff; width:100%; height:100%; zoom: 1; position:relative; float:left; clear:both;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}


* { outline: none; }
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin);

/* css reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;font-size:100%;margin:0;padding:0}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}li{display:list-item; list-style:none outside;}table{borderlapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}svg{overflow:hidden}


/* html elements */
body{ color:#111; font-family: 'Quantico', sans-serif; text-align:center; }
img, embed, object, video { max-width: 100%; }         
a { text-decoration: none; color:#999; }
a:hover{ color:#000; }

nav { margin:1em 0; font-size:150%; }
nav li { display:inline-block; margin:0 1em; }

.cont {	max-width:960px; margin:0 auto;  }
header { padding:60px 0 30px 0; }
header h1 { width:66%; margin: 0 auto;}
/* homepage slideshow styles */
.flexslider .slides { float:left; width:100%; clear:both; }
.flexslider .slides img { width:100%; } 
/* Caption style */
.flex-caption { text-align:center; width: 100%; padding:20px 0; margin: 0; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 24px; line-height: 28px; font-weight:normal; position:relative;}

.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none; }
/* Control Nav */
.flex-control-nav { display:none; position:absolute; bottom:70px; height:20px; width:100%; text-align:center; }
.flex-control-nav li{ display:inline-block; }
.flex-control-nav li a{ text-indent: -9999px; display:block; background: url(img/_pagination_sprite.png) no-repeat -20px 0px; width: 16px; height: 16px; margin: 0 3px 0 0; }
.flex-control-nav li a.active, .flex-control-nav li a:hover{ background-position: 0 0; }
/* Direction Nav */
.flex-direction-nav li .next { position: absolute; width: 142px; height: 97%; right: 0; top: 0; text-indent: -9999px; z-index: 99; background: url(img/_pn.png) no-repeat -145px; cursor: pointer; border-image: initial;opacity:0.3; -webkit-transition: all .2s ease-in-out;}
.flex-direction-nav li .prev { position: absolute;width: 142px;height: 97%;left: 0;top: 0;text-indent: -9999px;z-index: 99;background: url(img/_pn.png) no-repeat 0px;cursor: pointer;opacity: 0.3;-webkit-transition: all .2s ease-in-out; }
.flex-direction-nav li .next:hover, .flex-direction-nav li .prev:hover{opacity:1;}

footer{
	width:100%; 
	clear:both;
	text-transform:uppercase; 
}

footer .col {
	width:30%;
	padding:0 1.5%;
	float:left;
}

@media (max-width: 768px) {
	.flexslider { min-height: 0 !important; }
	.flex-direction-nav li .prev {
		background-position: left 8px top 110px;
    	background-size: 100px;
    	width: 44px;
	}
	.flex-direction-nav li .next {
		background-position: right 8px top 110px;
    	background-size: 100px;
    	width: 44px;
	}
    nav {
		font-size: 80%;
	}
	footer .col {
		width: 100%;
		padding:.5em 0;
	}

	.homepage ul.boxes	
		margin-bottom:1em;
	}

	.homepage ul.boxes li{
		width:23.75%;
		margin:0 .75em .75em 0;
	}

 }
