/*=================================*/
/* Pico Default Theme
/* By: Gilbert Pellegrom
/* http: //dev7studios.com
/*=================================*/

/* Reset Styles
/*---------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}

/* make buttons play nice in IE:	 
		www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
	width: auto;
	overflow: visible;
}

/* Sharper Thumbnails */
img {
	-ms-interpolation-mode: bicubic;
}

/* Input Styles
/*---------------------------------------------*/
input,
textarea,
select {
	padding: 5px;
	font: 400 1em Verdana, Sans-serif;
	color: #666;
	background: #fff;
	border: 1px solid #999999;
	margin: 0 0 1em 0;
}

input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #fff;
	border: 1px solid #666666;
}

/* Main Styles
/*---------------------------------------------*/
body {
	font: 14px/1.8em 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
	color: #444;
	background: #f2f2f2;
	-webkit-font-smoothing: antialiased;
}

a, a:visited {
	color: #138ae6 /* #08487c */;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover, a:active {
	color: #000;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
	margin-top: 2em;
}

p {
	margin-bottom: 1em;
}

ol, ul {
	padding-left: 30px;
	margin-bottom: 1em;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

abbr, acronym {
	cursor: help;
	border-bottom: 0.1em dotted;
}

td, td img {
	vertical-align: top;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

code {
	font-family: Courier, "Courier New", Monaco, Tahoma;
	background: #eee;
	color: #333;
	padding: 0px 2px;
}

pre {
	background: #eee;
	padding: 20px;
	margin-bottom: 1em;
	overflow: auto;
}

blockquote {
	font-style: italic;
	margin: 0 0 1em 15px;
	padding-left: 10px;
	border-left: 5px solid #dddddd;
}



/* Structure Styles
/*---------------------------------------------*/
.inner {
	width: 850px;
	margin: 0 auto;
}

#header {
	background: #8e44ad url('images/pattern.png') center center; /* #08487c; */
	padding: 15px 0;
	margin-bottom: 30px;
	color: #afe1da;
    z-index: 10;
}

#header span {font-weight: 300;padding-left: 5px;}
#header a { color: #fff; }
#header a:hover { color: #33b5e5; }
#header h1 { 
	font-size: 1.5em;
	line-height: 58px;
	height: 58px;
	vertical-align: middle;
	margin: 0; 
	float: left;
}



#header .nav {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
    height: 58px;
    line-height: 58px;
}
#header .nav li { display: inline; }
#header .nav a {
	font-weight: bold;
	margin-left: 20px;
}

#header .nav a.active {border-bottom: 1px solid #fefefe}

#footer {
	background: #707070;
	padding: 10px 0;
	margin-top: 80px;
	color: #C0C0C0;
}
.home #footer {margin-top: 0px; }
#footer a { color: #ddd; }
#footer a:hover { color: #fff; }

.img-header {margin-top: -30px;margin-bottom:30px;padding:2em;background-size:cover !important;min-height:150px}

/* Misc Styles
/*---------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Home Photo Wall
/*---------------------------------------------*/

.home header {display: none;}

.wall {
    margin: -30px 0px 20px;
    height: 320px;
    
    /*margin: 0 auto;*/
    /*width: 850px;*/
    background: #8e44ad url('images/pattern.png') center center;
}



.wall .message {
    margin: 0px auto;
    width: 850px;
    text-align: left;
    
    height: 100%;
    position: relative;
    /*padding-top: 150px;*/
}

.wall .h1-bigtitle {font-size: 3.75em;margin-bottom: 40px;color: #fff;position: absolute;bottom: 0px;}

.tagline {font-size: 1.25em;font-weight: 300;color:#222;margin-bottom: 20px}


/* Messagebox style
/*---------------------------------------------*/

.message {padding: 10px;margin-bottom: 1em}

.message p {margin-bottom: 0px}

.warning {background: #f1c40f;background: rgba(241, 196, 15,0.4)}

.info {background: #3498db;}

.error {background: #e74c3c;color: #fff}

.success {background: #2ecc71;}


/* Box */

.box-container {
    padding: 2em 0 2em;min-height: 150px;position: relative;overflow: hidden;
    
    
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    
    -webkit-transition: all 0.8s linear;
	-moz-transition: all 0.8s linear;
	-ms-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
}

.box-container .box {
    display: inline-block;
    
    width: 262px;
    height: 260px;
    margin: 0 10px 8px 0px;
    overflow: hidden;
    position: relative;
    
    
}

.box-container .box:nth-child(3n+1) {
    width: 538px;
}

.box .work-title {color: #222;padding: 10px;z-index: 10;width: 100%;background: #fff;height: 30px;line-height: 30px;vertical-align: middle;margin-bottom: 0}

.box .tag {display: none;color: #138ae6;float: right;right: 12px;padding-right: 18px}

.box:hover .tag {display: block;}

.box:hover .box-image {opacity: 0.5;}




.box-image {
	
    display: block;
	
	width: auto;
    height: 230px;
	
    -webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
    

}

.box-image img {width: auto;max-width: 600px;height: auto;min-height: 262px;}


.work-image {
    background: #e1dde3;margin: -30px 0 0px;
    padding: 8px 0px;
}

.page-title {margin-top: 12px;margin-bottom: 0px;}

.tags, .site {display:block;color: #666;}

.separator {display:block;margin-bottom: 1.2em;height: 1px;overflow: hidden}


/* Style for groups
/*---------------------------------------------*/
/* 

colors by http://flatuicolors.com/

ALARM color #f39c12	orange

Dea color 	#8e44ad wisteria

SIS Color	#3498db peter river

TAM color	#c0392b	pomegranate

MPMS color	#95a5a6 concrete

*/