/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #58595b;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #d1d3d4;
    text-shadow: none;
}

::selection {
    background: #d1d3d4;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@font-face {
    font-family: 'deliciousroman';
    src: url('../fonts/delicious-roman-webfont.eot');
    src: url('../fonts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/delicious-roman-webfont.woff') format('woff'),
         url('../fonts/delicious-roman-webfont.ttf') format('truetype'),
         url('../fonts/delicious-roman-webfont.svg#deliciousroman') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px "deliciousroman", Arial, Helvetica, sans-serif;
	overflow-y:scroll;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
	background: #ffffff;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul, ul#filters {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;
	position:relative;

    text-align: center;
    text-decoration: none;
    font-weight: normal;
	font-size:1.4em;

    color: white;
    background: #58595b;
}

nav a:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width: 0;
    height: 0;
    border-top: 60px solid white;
    border-right: 30px solid transparent;
}

nav a:after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    width: 0;
    height: 0;
    border-bottom: 60px solid white;
    border-left: 30px solid transparent;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:visited {background: #58595b;}

nav a:hover {
    text-decoration: none;
	background: #d1d3d4;
}

nav a.active {
    text-decoration: none;
	background: #00aeef;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 20px 0;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.title {text-indent: -9999px; height:0;}

.logo {
	display:block; 
	text-align:center;
	width:100%; 
	max-width: 529px;
	margin:-20px auto 20px auto;
}

nav {margin-top:200px; position:relative;}

nav div {position:absolute; width:100%; bottom:188px; left:0; z-index:1;}

nav div img {width:131px; height:197px; display:block; margin:0 auto;}

.slash {display:none;}

label {
	display: block;
	margin: 0 0 0.25em 0;
}

input[type=text], #message {
	width:94%;
	background: #F2F2F2; 
	border: solid 1px #cccccc; 
	padding: 0.25em 3%;
	margin-bottom: 1em;
	text-shadow:0px 1px 0px rgb(187, 187, 187);
}

#message {min-height:100px}

input[type=submit],  input[type=reset]{
	display:block;
	float:right;
	width: 90px;
	padding:10px;
	padding-left:20px;
	text-align:center;
	color: #fff;
	background: #00aeef;
	border: none;	
}

input[type=reset] {
	background: #58595b;
}

.reset, .send {
	position:relative;
	width:90px;
	height:40px;
	float:right;
}

input[type=reset], .reset {float:left}

input[type=reset]{padding-left:10px; padding-right:20px;}

.reset:after {
    content:"";
    position:absolute;
    top:0;
    right:0;
    width: 0;
    height: 0;
    border-bottom: 40px solid white;
    border-left: 13px solid transparent;
}

.send:before {
	content:"";
    position:absolute;
    top:0;
    left:0;
    width: 0;
    height: 0;
    border-top: 40px solid white;
    border-right: 13px solid transparent;
}

input[type=submit]:hover,  input[type=reset]:hover{
	cursor:pointer;
	color: #ffffff;
	background:#d1d3d4;
}

#status{
	height:25px;
	color: #ffffff;
	background:#00aeef;
	padding: 5px 3%;
	margin-bottom:1em;
}

input[type=text].error-focus, #message.error-focus{
	border:#00aeef solid 1px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 174, 239, 0.5);
	-moz-box-shadow:    0px 0px 5px rgba(0, 174, 239, 0.5);
	box-shadow:         0px 0px 5px rgba(0, 174, 239, 0.5);
}

footer p {text-align:right; border-top: 3px solid #00aeef; padding:1em 0;}

#detail-container {
	width:100%;
	position:relative;
}
	

.detail {
	width:100%;
	padding: 2em 0;
}

#detail-container img{
	width:100%;
	margin:1em 0 1em 0;
}

#detail-container h2{
	margin:0;
}

#detail-container .technical {
	color: #00aeef;
	text-transform:uppercase;
  margin-top: .5em;
}

.technical a{
  text-decoration: none;
  font-size: 1.25em;
  color: gray;
}

.technical a:hover{
  color: #00aeef;
  text-decoration: underline;
}



.close {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	height:32px;
	clear:both;
	text-indent:-9999px;
	background:url('../img/close.gif') no-repeat top center;
	border-bottom: 3px solid #00aeef;
}

.item {
	width:300px; 
	height:300px; 
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 0px 8px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 0px 8px rgba(0, 0, 0, 0.6);
}

#container {margin:0 auto;}

#filters a {
	display:block;
	width:46%;
	float:left;
	padding:2%;
	text-align:center;
	text-decoration:none;
	font-size:1.4em;
	color:#58595b;
	outline:none;
}

#filters a.all {
	width:100%;
	}

#filters a:hover {color: #d1d3d4;}

#filters a.selected {color: #00aeef;}

.highlights {
	padding-top:1.5em;
	width:100%;
	float:none;
}

.highlights h3{
  margin-bottom:0;
}

.highlights p {
  margin-top:0.25em;
}

.testimonials {
	width:100%;
	clear:both;
	padding-top:1.5em;
}

.testimonials blockquote {
  font-size:1em;
  line-height:1.3em;
  color:#00aeef;
  margin:0.25em 20px 0 20px;
}

.testimonials blockquote span {
  font-size:1.5em;
  vertical-align: bottom;
}

.testimonials blockquote span:first-child {
  margin-left: -10px;
}

.name {
  margin:0 0 0 0;
  font-weight:bold;
}

.position {
  margin:0 0 2em 0;
}

/**** Isotope Filtering ****/
#masonry-fit-width .isotope {
  margin: 0 auto;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.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:      -o-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;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}










/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
   
nav a {
	float: left;
	width: 31.3%;
	margin: 0 0;
	padding: 10px 1%;
	margin-bottom: 0;
}

nav a:before {
    border-top: 47px solid white;
    border-right: 16px solid transparent;
}

nav a:after {
    border-bottom: 47px solid white;
    border-left: 16px solid transparent;
}

nav li:first-child a {
	margin-left: 0;
}

nav li:last-child a {
	margin-right: 0;
}

#filters a {float:right; width:auto; padding:2% 0 2% 2.75%;}

#filters a.all {text-align:right; padding-bottom:0;}
	
.logo {float:right; width:64.8%; margin:-20px 0 20px 35%;}

nav {margin-top:0; padding:100px 0 10px 135px; position:relative; display:block; border-bottom:3px solid #00aeef;}

nav div {bottom:-9px; width:131px;}

nav div img {margin:0;}


#detail-content {
	min-height:0;}

.description {
	width:45%;
	float:left;
}

#detail-container img, {
	width:50%;
	float:right;
	margin:1.5em 0;
}

.highlights {
	width:50%;
	float:right;
	padding-top:0;
}


/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

ul li {
	display: inline;
}

.oldie nav a {
	margin: 0 0.7%;
}
}

@media only screen and (min-width: 768px) {

/* ============
    WIDE: Menu
   ============ */
   
nav {text-align:right;}
	
nav a {
	float:none;
	display:inline-block;
	width: auto;
	background:none;
	color: #58595b;
	padding: 5px 0;
	margin:0 5px;
}

nav a:before {
    display:none;
}

nav a:after {
	display:none;
}

nav li:first-child a {
	margin-left: 0;
}

nav li:last-child a {
	margin-right: 0;
}

nav a:visited {
	color: #58595b; 
	background:none;
}

nav a:hover {
    color: #d1d3d4;
	background:none;
}

nav a.active {
	color: #00aeef;
	background:none;
}

.slash {display:inline; color:#00aeef; padding-left:15px;}
	
html {
	background: #00aeef url(../img/stripe.png) repeat;
}

.wrapper {
	padding:1em 2em;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.75);
}

label{
	float:left;
	width:15%;
	margin-left:0;
}

input[type=text], #message{width:39%; padding:0.25em 1%;}

#message {width:82.5%}

.reset {margin-left:15%;}

#status{width:54%; padding:5px 1%;}

.description, #detail-container h2 {
	width:50%;
	float:left;
}

.description {
	clear:left;
}

#detail-container img {
	width:45%;
	float:right;
	margin:-1.5em 0 0 0;
}

#detail-content {
	min-height:373px;
}

.item {margin-bottom: 20px;}

#filters a {padding-top:15px;}

#filters a.all {width:auto;}

.highlights {
	width:45%;
	float:right;
}

.testimonials blockquote {
  font-size:1.2em;
  line-height:1.3em;
  color:#00aeef;
  margin:0 40px 0.25em 40px;
}

}

@media only screen and (min-width: 1023px) {

  body {
    background-image: url(../img/paper2.png);
    background-repeat:repeat-x;
    background-position:center top;
  }

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

.wrapper {
	width: 1010px; /* 1140px - 10% for margins */
}

#detail-content {
	min-height:521px;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}