@charset "utf-8";
/* CSS Document */



/*---RESET--*/

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,  header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: line;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,  header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--END RESET --*/

@font-face {
  font-family: 'Aller';
  src: url(../fonts/Aller_Lt.ttf) } 
  
  @font-face {
  font-family: 'Kaushan';
  src: url(../fonts/KaushanScript-Regular.ttf) } 

@font-face {
  font-family: 'pristina';
  src: url(../fonts/PRISTINA.TTF)} 


html {
	height: 100%
}
body {
	font-family: Aller, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
}
p {
	margin: 1em 1em 0 0;
	line-height: 1.3em;
	font-size: 0.94em /* 14px / 16px */;
	padding: 0 5px
}

p.home {
	margin: 1em 0;
	line-height: 1.3em;
	font-size: 1.2em ;
	padding: 0 5px;
	font-weight: normal
}

p.bold {
	margin: 1em 0;
	line-height: 1.3em;
	font-weight: bold;
	padding: 0 5px
}

.portfolio p {	margin: 1em  0.5em;
	font-size: 1.35em ;
	color:#7F264F ;
	text-align:center}
	
.portfolio p.text {width: 75%;
margin: 1em auto}
 
span.larger {font-size: 1.4em}


hr {border-top: 2px dashed #666;
margin: 2em 0;
width: 95%;
color: #fff}

a {
	color: #c06;
	text-decoration:none;
	
	
}
a:hover {
	color: #333
}

ul {
	margin: 1em 0;
	padding: 0 3em;
	font-size: 0.9375em /* 15px / 16px */
}
li {
	list-style: disc;
	line-height: 1.3em
}
ul li a {
	color: #666;
	text-decoration:none;
	font-size:  1em;  /*  20px / 16px  */
	padding: 5px 0;
	font-weight: normal;
}

ul li a:hover {
	color: #333;
}


img.scale {
	max-width: 100%;
	height: auto;
}

img {border: none}

img a { border: none}

.logo img.scale, .jean img.scale {
	max-width: 270px;
	height: auto;
}


img.scale.magazine {
	max-width: 90%;
	height: auto;
	}

.work img.scale{width: 100%;
margin-bottom: 2em}

.publications {text-align: center}

.publications img.scale {
	height: auto;
	padding: 1em;
	background-color: #FFF;
	max-width: 210px;
	margin: 1em auto
	
}





@media only screen and (max-width: 1112px) {
    .jean img.scale {
	max-width: 100%;
	padding-top: 1em
	
}

.publications img.scale {
	max-width: 150px;
	height: auto;
	margin: 15px
}
	

	
}


@media only screen and (max-width: 900px) {
 .publications img.scale {
	max-width: 130px;
	height: auto;
	margin: 15px 10px 15px 10px
}
	

}


@media only screen and (max-width: 768px) {
	 .publications img.scale {
	max-width: 110px;
	height: auto;
	margin: 15px 10px 15px 10px
}
	

}



@media only screen and (max-width: 414px) {
    .jean img.scale {
	max-width: 100%;
	height: auto;
}


.publications img.scale {
	max-width: 230px;
	height: auto;
	margin: 15px auto 15px auto
}
	
}




.clear {
	clear: both
}


h1, h2, h3, h4, h5, h6 {
	color:   #333;
	margin-top: 8px;
	padding: 0 5px 
}



h1 {
	
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.15em;
	padding: 0 0 10px 0;
	color: #666;
	margin: 0
	
}



h2 { 
	
	font-size: 1.3em;
	line-height: 22px;
	margin: 14px 0 12px 0;
	padding:  4px;
	font-weight: 400;
}

h3 {
	
	font-size: 1.25em;/*  20px / 16px  */
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: 400;
}

.footertext h3 {
	
	font-size: 1.5em;
	line-height: 22px;
	margin: 0 auto 5px auto;
	padding: 0 0 7px 0;
	font-weight: normal;
	color: #fff;
	border-bottom: 2px dashed #fff;
	max-width: 250px;

}



/*----------content ---------------------*/

#maincontainer {
    margin: 0;
	padding: 0 0 0 0;
    background-color: #fff;
	position: relative
}

header {
   background-color:#fff;
   border-bottom: 12px solid #cc005e ;
	padding:8px 0 0 0;
      width: 100%;
	
}



.centercontent {   
    padding: 3em 0 1em 0!important;
	position:relative;
	
	

}


.homestripe {width: 100%;
background-color: #e5e5e5; 
margin: 0 auto 0 auto;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 1em 0;
-webkit-box-shadow: inset -1px 5px 10px -4px rgba(128,128,128,1);
-moz-box-shadow: inset -1px 5px 10px -4px rgba(128,128,128,1);
box-shadow: inset -1px 5px 10px -4px rgba(128,128,128,1);}

.banners {position: relative;}

 img.banner {margin: 2em 0 1em 0!important;
-webkit-box-shadow: 3px 3px 5px 0px rgba(51,51,51,1);
-moz-box-shadow: 3px 3px 5px 0px rgba(51,51,51,1);
box-shadow: 3px 3px 5px 0px rgba(51,51,51,1);
}




img.banner {-webkit-filter: opacity(85%);
	filter: opacity(85%);
 margin-top: 0.85em;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}


img.banner:hover {
	
	-webkit-filter: opaacity(100%);
	filter: opacity(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
}

img.banner:hover {
 margin-top: -20px;
}


.homestripe2 {width: 100%;
margin: 2em auto 0 auto;
border-top: 1px solid #ccc;
-webkit-box-shadow: inset -1px 5px 10px -4px rgba(128,128,128,1);
-moz-box-shadow: inset -1px 5px 10px -4px rgba(128,128,128,1);
box-shadow: inset -1px 5px 10px -4px rgba(128,128,128,1);
background-image: url(../images/greymags.png);
background-position: top left; 
background-repeat:repeat;
}





.jean {text-align: left;
padding: 1em 0}



.jean a {font-size: 1em;
font-weight: normal}

 .work {text-align: center}
 

	

/*------------FOOTER--------*/
#nonFooter {
    display: table;
    height: 90%;
    width: 100%;
	margin: 0;
	padding: 0 ;
	
	
}


* html #nonFooter {
    height: 90%;
	
	
}


#base {
    position: relative;
	z-index: 10;
    background:#7F264F ;
    color: #fff;
    line-height: 1.3em;
	width: 100%!important;
	text-align:center;
	font-size: 1.1em;
	margin:  0;
	padding: 0;
	border-top: 1px #666 solid

}





.footertext ul {
    margin: 10px 4px 5px 4px;
    padding: 0;
}

    .footertext ul li {
        display: block;
        list-style: none;
        padding: 4px 5px  ;
		
		
    }

.footertext ul li.social {
        display:inline-block!important;
        list-style: none;
        padding: 4px 5px;
				
		
    }


.footertext a {
    color: #fff;
    font-weight: normal;
	
}

    .footertext a:hover {
        color: #f36;
    }


/*--------nav-----------*/


.nav {text-align: right;
font-family: Aller, Arial, Helvetica, sans-serif;}

ul#horizontal {
	margin: 1.5em 0 0 0;
	padding:  0;
	z-index: 100;
	position: relative;
	font-size: 1.25em;
	font-weight: normal;
}
ul#horizontal li {
	list-style:none;
	display:inline;
}
ul#horizontal li a {
	text-decoration: none;
	color: #666;
	padding: 0 0 0 20px
}
ul#horizontal li a:hover {
	color: #c06;
}
ul#horizontal li a.on {
	color: #c06;
	
}
ul#horizontal li {
	position: relative;
}
ul#horizontal ul {
	margin: 0 0 0 0.45em;
	padding: 0;
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	font-weight: normal;
	width: 220px;
	z-index: 102
}
ul#horizontal li:hover ul, ul#horizontal li.over ul {
	display: block;
}
ul#horizontal li ul li {
	padding: 0
}
ul#horizontal li a.drop {
	font-size:1.1em;
	display: block;
	text-decoration:none;
	color: #000;
	padding: 4px 8px 6px 20px;
	text-align: left;
	margin-right: 3px;
	background-color:#fff;
	border-bottom: 1px solid #fff;
	
}
ul#horizontal li a.drop:hover {
	color: #c06;
}

 @media only screen and (max-width: 1024px) {
ul#horizontal {
	font-size: 1.1em;
	margin: 10px 0 0 0;
	
}
 }

 @media only screen and (max-width: 860px) {

ul#horizontal {
	display: none
}

 }
 
 

 
 /* -------------------mobile nav ------------------------------------ */
 
 .burger {color: #f90;
 display: none}
 

@media only screen and (max-width: 860px) { 
 
  .burger {color: #c06;
 display: inline-block;
 padding-left: 5px}
 
}


@media only screen and (max-width: 414px) { 
 
  .burger {color: #c06;
 display: inline-block;
 padding: 0 3% 0 0!important}
 
}
 
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index:25; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #333;
	border-right: 1px solid #999; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 20px; 
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	
}

/* The navigation menu links */
.sidenav a {
    padding: 0 4px 4px 25px;
    text-decoration: none;
    font-size: 1.25em;
	font-weight: normal;
    color: #ffffff;
    display: block;
    transition: 0.3s;
	font-family: Aller, Arial, Helvetica, sans-serif;

}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover{
    color: #f36
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1em;
    margin-left: 35px;
}

a.close {font-size: 2.5em;
text-align:right;
padding-right: 20px}

#mySidenav ul {margin: 0 0 2em 0;
padding: 0}

#mySidenav ul li {list-style: none;
padding-bottom: 5px;
font-size: 1.25em}

#mySidenav ul li ul {padding: 8px 0 0 25px;
margin-bottom: 0;
}


@media only screen and (max-width: 900px) {
	
	#mySidenav ul li {
font-size: 1em}
}


@media only screen and (max-width: 414px) {

.sidenav {padding-top: 15px}

.sidenav a {font-size: 1em}

#mySidenav ul li {
padding-bottom: 2px}

li a.sub {
font-size: 0.9em;
 }

.closebtn, .close {
   
    font-size: 2em!important;
    
}

}	
 

@media only screen and (max-width: 360px) {
	
	#mySidenav ul li {
font-size: 1.2em}
}



/*-----form----------------*/

form {
	position: relative;
	margin-top: 0.5em;
	padding: 0;
	color: #666;
	
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
form:before, form:after {
	content: " ";
	display: table;
}
form:after {
	clear: both;
}
form label {
	display: inline;
	padding: 13px 5px 0 2px;
	margin-right: 15px;
	font-size: 1em;
	cursor: pointer;
	float:left;
	width: 30%;
	text-transform: uppercase;
}

form input, form textarea, form select {
	font-family: Aller, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 1em;
	padding: 5px;
	color: #333;
	display: inline;
	background-color: #eee;
	margin-top: 8px;
	float:left;
	 -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
}

form input, form select  {
	border: 1px solid #ccc;
	width: 64%;
}


form textarea {
	min-height: 75px;
	border: 1px solid #ccc;
	width: 64%
}
form input:focus, form textarea:focus, form select:focus, form label:active + input, form label:active + textarea {
	outline: none;
	border: 1px solid #666;
	background-color:#7F264F;
	color: #fff;
	
}

form select:focus {
	outline: none;
}
 
::-webkit-input-placeholder { /* WebKit browsers */
 color: #333;
 font-style: italic;
}
 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #333;
 font-style: italic;
}
 
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #333;
 font-style: italic;
}
 
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #333 font-style: italic;
}
form input.submit {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	width: auto;
	cursor: pointer;
	display: inline-block;
	padding: 4px 20px;
	font-size: 1.1em;
	letter-spacing: 1px;
	float: right;
	margin:  15px 20px 0 0
}
form input.submit:hover {
	background:#7F264F;
	color: #fff
}
form ul {
	margin: 0;
	padding: 0
}
form ul li {
	list-style: none;
	clear: both
}
form ul li.details {
	padding-top: 20px;
}
span.error {
	color: #C03;
	padding: 1em 1em 1em 0;
	text-align:right
}

p.thanks {font-family: pristina, Arial, Helvetica, sans-serif;
font-size: 1.75em}


 @media only screen and (max-width: 480px) {


form {
	
	padding: 0 20px 20px 10px;
	

}

form label {
	display: block;
	width: 100%
}


form input, form textarea, form select {
	border: 1px solid #ccc;
	width: 96%;
}
}



/* ------------------- Grid stuff ------------------------------------ */

/*  SECTIONS  */
.section {
    width: 95%;
	max-width: 1440px;
    margin: 0 auto;
    clear: both;
    padding: 0;
	position:relative;
	
}



.footertext.section {
    margin: 0 auto;
    padding: 0 0 2em 0;
       font-size: 0.9em;
	  	   width: 95%
}



@media only screen and (max-width: 1400px) {
 
}



@media only screen and (max-width: 414px) {
	
.section {
    width: 98%;
	 
}

}



/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
    margin: 0.5% 2% 1% 0;
}


    .col1{
         margin: 0.5% 0 1% 0;
    }
	

@media only screen and (max-width: 414px) {
	
.col {
   
    margin: 0.5% 1% 1% 1%;
}

}	





/*   Span 1 ----*/

.span_1 {
    width: 100%;
}


/*  GRID OF TWO    ---*/

.span_2_2 {
    width: 100%;
}

.span_1_2 {
    width: 48%;
    padding: 0;
}


.span_1_2.portfolio {
	width: 47%;
 	padding: 0;
	margin-bottom: 2em;
	background-color: #eeeeee
}




@media only screen and (max-width: 860px) {
    .span_1_2 {
        width: 100%;
        padding: 0;
    }

}

@media only screen and (max-width: 414px) {
	
	.span_1_2.portfolio {
	width: 98%;

	
}
}

/*  GRID OF THREE  */

.span_3_3 {
    width: 100%;
}

.span_2_3 {
    width: 60%;
	padding-right: 5%
}

.span_1_3{
    width: 30%;
	
   
}




#base .span_1_3 {
    width: 31.2%;
    padding: 0 ;
	
}









@media only screen and (max-width: 860px) {
	
    .span_3_3 {
        width: 100%;
    }

    .span_2_3 {
        width: 100%;
    }

   .span_1_3{
        width: 30%;
       
    }
	
	
	
	

 
}



@media only screen and (max-width: 768px) {

	
	  .span_1_3 {
        width: 100%!important;
       
    }
	
	
}





/*  GRID OF FOUR  */

.span_4_4 {
    width: 100%;
}

.span_3_4 {
    width: 72%;
}

.span_2_4 {
    width: 48%;
}

.span_1_4 {
    width: 23%;
	
   
}


.span_1_4.banners {
    width: 22.5%;
	
   
}


@media only screen and (max-width: 1200px) {
    .span_1_4 {
        width: 20%;
        font-size: 0.85em;
    }
	
	
	
}


@media only screen and (max-width: 1112px) {
    .span_1_4 {
        width: 23%;
        font-size: 0.85em;
    }
	
	
	
}



@media only screen and (max-width: 960px) {
    .span_1_4 {
        width: 23%;
        font-size: 0.85em;
    }
}

@media only screen and (max-width: 860px) {
    .span_1_4 {
        width: 20%;
        
    }
	
	
	
	
  .span_3_4 {
        width: 70%;
        
    }
	
	.span_1_4.banners {
    width: 23%;
	
   
}
	
	
	
}

@media only screen and (max-width: 600px) {
    .span_1_4 {
        width: 47%;
        font-size: 0.85em;
    }
	

	

  .span_3_4 {
        width: 95%;
        font-size: 0.85em;
    }
	
	
	
	
}




@media only screen and (max-width: 414px) {
   
    .span_1_4 {
        width: 98%;
        
    }
	
	 .span_3_4 {
        width: 98%;
        
    }
	
	.span_1_4.banners {
    width: 96%;
	margin-left: 1%
	
   
}

	
}




/*  GRID OF FIVE -  */

.span_5_5 {
    width: 100%;
}

.span_4_5 {
    width: 79.68%;
}

.span_3_5 {
    width: 59.36%;
}

.span_2_5 {
    width: 39.04%;
}

.span_1_5 {
    width: 18%;
}





@media only screen and (max-width: 800px) {
    .span_1_5 {
        width: 50%;
    }

    .span_2_5 {
        width: 100%;
    }

    .span_3_5 {
        width: 100%;
    }
	

}

@media only screen and (max-width: 600px) {
    .span_1_5 {
        width: 100%;
    }

    .span_4_5 {
        width: 95%;
    }
}
/*  GRID OF SIX   */

.span_6_6 {
    width: 100%;
}

.span_5_6 {
    width: 83.06%;
}

.span_4_6 {
    width: 66.13%;
}

.span_3_6 {
    width: 49.2%;
}

.span_2_6 {
    width: 30.26%;
    padding-left: 2%;
}

.span_1_6 {
    width: 15.33%;
}

@media only screen and (max-width: 768px) {
    .span_6_6 {
        width: 100%;
    }

    .span_5_6 {
        width: 100%;
    }

    .span_4_6 {
        width: 100%;
    }

    .span_3_6 {
        width: 100%;
    }

    .span_2_6 {
        width: 100%;
        padding-left: 0;
    }

    .span_1_6 {
        width: 50%;
    }
}

/*  GROUPING  */

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}




	

