/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 /* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 12, 2012 */

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

}




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

}




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

}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */




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

html{
    height: 100%;
}

body {
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
    background: #e9e5d9;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #54908f;
    text-shadow: none;
    color: #e9e5d9;
    opacity: 0.1;
}

::selection {
    background: #54908f;
    text-shadow: none;
    opacity: 0.1;
    color: #e9e5d9;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* make the blocks float over the full width of the screen! */

@media all and (max-width: 1920px) and (min-width: 1730px){
    section#content{
        width: 1580px !important;
    }
}
@media all and (max-width: 1730px) and (min-width: 1490px){
    section#content{
        width: 1200px !important;
    }
}
@media all and (max-width: 1490px) and (min-width: 1250px){
    section#content{
        width: 960px !important;
    }
}
@media all and (max-width: 1250px) and (min-width: 1010px){
    section#content{
        width: 720px !important;
    }
}
@media all and (max-width: 1010px) and (min-width: 0px){
    section#content{
        width: 480px !important;
    }
}
#wrap{
    min-height: 775px;
}
section#content{
    float: left;
    position: absolute;
    left: 320px;
    height: 100%;
   /* width: 965px;*/
}
.filter{}
#filter{
    height: 30px;
    width: 100%;
    position: relative;
    float: left;
}
.block{
    position: relative;
    float: left;
    border: 1px solid #4c8a89;
    overflow: hidden;
}
.block .overlay{
    opacity: 0;
    /* Firefox */
    -moz-transition:  all 0.5s ease-in-out;   
    /* WebKit */
    -webkit-transition:  all 0.5s ease-out;
    /* Opera */
    -o-transition:  all 0.5s ease-out;
    /* Standard */
    transition:  all 0.5s ease-in;
}
.block:hover span.overlay{
    visibility: visible;
    cursor: pointer;
    opacity: 0.6;
       
}
.block:hover a.overlay{
    visibility: visible;
    cursor: pointer;
    opacity: 1;
    
}
.block.tweet:hover .overlay{
    visibility: hidden;
    cursor: auto;
}
.tweet{
    background: #fff;
    font-family: georgia;
    font-size: 18px;   
   
}
.tweet p{
    position: relative;
    width: 190px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 3px;
}
.tweet a{
    color: #0084b4;
}
.tweet a:visited{
    color: #0084b4;
}
.tweet a.twittername{
    font-size: 12px;
    margin: 0;
    color: #999;
    margin-left: 13px;
}
a.overlay{
    display: block;
    position: absolute;
    height: 22px;
    width: 175px;
    top: 98px;
   left: 32px;
   background-color: #4c8a89;
    color: #e9e5d9;
    font-family: georgia;
    font-size: 14px;
    opacity: 1;
    filter:Alpha(opacity=100);
}
.overlay{
    position: absolute;
    height:100%;
    width: 100%;
    background: #4c8a89;
    opacity: 0.6;
    filter:Alpha(opacity=60);
    top:0;
    left: 0;
    visibility: hidden;
    text-align: center;
}
.small{
    height: 238px ;
    width: 238px ;
}
.medium{
    height: 238px;
    width: 478px;
}
.large{
    height: 478px;
    width: 478px;
}
aside{
    position: absolute;
    float:left;
    height: 100%;
    width: 290px;
    
    padding-left: 30px;
    
    
}

aside p{
    font-family: georgia;
    font-size: 16px;
    width: 269px;
}
aside h1, aside h2{
    font-family: futura_std_mediumbold;
    font-size: 23px;
    margin: 0;
}
aside section{
    float: left;
    position: relative;
   margin-top: 20px;
}
#intro{
    
}
h1.pretitle{
    font-family: futura_std_mediumitalic;
   
    margin-top: 0;
}
h1.name{
    font-family: futura_std_mediumbold;
    font-size: 32px;
}
h2.function{
    font-family: futura_std_bookbold_italic;
    color: #a3a29d;
    font-size: 20px;
   text-transform: uppercase;
}
aside section#contact{
    position: relative;
    float: left;
    width: 259px;
}
#contact form{
    margin-top: 15px;
}
label{
    float: left;
    position: relative;
    display: block;
    font-family: georgia;
    font-style: italic;
    font-size: 15px;
    height: 25px;
    width: 65px;
    margin-top: 11px;
}
input{
    position: relative;
    float:left;
    font-family: georgia;
}
input[type="text"].first, label.first{
    margin-top: 0;
}
input[type="text"]{
    background: #c6c4b8;
    border: none;
    font-style: italic;
    color: #000;
    width: 185px;
    height: 25px;
    padding-left: 5px;
    margin-top: 11px;
}
input[type="submit"]{
    background: #54908f;
    border: none;
    color: #e9e5d9;
    font-style: italic;
    height:25px;
    width:97px;
    float: right;
    margin-right: 4px;
    
}
input[placeholder], textarea[placeholder]{
    font-size: 12px;
    
}
input#name, textarea#message, input#email{
    color: #323230;
    font-style: normal;
}
textarea{
    float: left;
    width: 181px;
    height: 115px;
    resize: none;
    border: none;
    background: #c6c4b8;
    font-family: georgia;
    font-style: italic;
    margin-top: 11px;
    margin-bottom: 11px;
    padding-left: 5px;
}
a{
    text-decoration: none;
}
.skype{
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url('../img/skype.png');
    /* Firefox */
    -moz-transition:  all 0.5s ease-in-out;   
    /* WebKit */
    -webkit-transition:  all 0.5s ease-out;
    /* Opera */
    -o-transition:  all 0.5s ease-out;
    /* Standard */
    transition:  all 0.5s ease-in;
}
.skype:hover{
    background: url('../img/skype_hover.png');
}
.twitter{
    background: url('../img/twitter.png');
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-top: 10px;
    -moz-transition:  all 0.5s ease-out;   
    /* WebKit */
    -webkit-transition:  all 0.5s ease-out;
    /* Opera */
    -o-transition:  all 0.5s ease-out;
    /* Standard */
    transition:  all 0.5s ease-out;
}
.twitter:hover{
    background: url('../img/twitter_hover.png');
}
.facebook{
    background: url('../img/facebook.png');
    display: inline-block;
    width: 48px;
    height: 48px;
    /* Firefox */
    -moz-transition:  all 0.5s ease-out;   
    /* WebKit */
    -webkit-transition:  all 0.5s ease-out;
    /* Opera */
    -o-transition:  all 0.5s ease-out;
    /* Standard */
    transition:  all 0.5s ease-out;
}
.facebook:hover{
    background: url('../img/facebook_hover.png');
}
.google{
    background: url('../img/google+.png');
    display: inline-block;
    width: 48px;
    height: 48px;
    /* Firefox */
    -moz-transition:  all 0.5s ease-out;   
    /* WebKit */
    -webkit-transition:  all 0.5s ease-out;
    /* Opera */
    -o-transition:  all 0.5s ease-out;
    /* Standard */
    transition:  all 0.5s ease-out;
}
.google:hover{
    background: url('../img/google+_hover.png');
}
.linkedin{
    background: url('../img/linkedin.png');
    display: inline-block;
    width: 48px;
    height: 48px;
    /* Firefox */
    -moz-transition:  background 0.5s ease-out;   
    /* WebKit */
    -webkit-transition:  all 0.5s ease-out;
    /* Opera */
    -o-transition:  all 0.5s ease-out;
    /* Standard */
    transition:  all 0.5s ease-out;
}
.linkedin:hover{
    background: url('../img/linkedin_hover.png');
}
.back{
    display: block;
    height: 30px;
    width:  43px;
    background: url('../img/back_arrow.png');
    position: absolute;
    right: 30px;
    top:25px;
}

.contentLarge{
    position:absolute;
    top: 120px;
    height: 751px;
    width: 960px;
    
    background-color: #fff;
    font-family: georgia;
    color: #323230;
    font-size: 15px;
}

.contentLarge a.url{
    color:#437b7c;
    font-style: italic;
    text-decoration: underline;
}
.contentLarge img.instagram{
    position: relative;
    float: left;
    height: 600px;
    width: 600px;
    margin-top: 90px;
    margin-left: 30px;
    margin-right: 30px;
}
.desciption{
    position: relative;
    float: left;
    width: 275px;
    margin-top: 90px;
}
.desciption p{ 
    margin-top:0;
}

article.description{
    margin-top: 90px;
    margin-left: 30px;
    position: relative;
    float: left;
    font-family: georgia;
    color: #323230;
}
article.description h1{
    font-style: italic;
    font-size: 24px;
    margin-top: 19px;
    margin-bottom: 12px;
}
article.description p{
    width: 600px;
    margin-top: 0;
    font-size: 15px;
}
article.description a{
    color:#437b7c;
    font-style: italic;
    text-decoration: underline;
}
a.more{
    font-style: italic;
    text-decoration: underline;
    color: #a5a49f;
}
.thumbs{
    position: relative;
    float: left;
    height: 410px;
    width: 290px;
    margin-top: 90px;
    margin-left: 18px;
}
.thumb{
    cursor: pointer;
    height: 125px;
    width: 125px;
    float: left;
    margin: 0 0 20px 20px 
}
#overlaybg{
    position: fixed;
    height:100%;
    width: 100%;
    background: #4c8a89;
    opacity: 0.6;
    filter:Alpha(opacity=60);
    top:0;
/*    visibility: hidden;*/
}
#filter{
    margin-bottom: 5px;
}
#filter input{
/*    display: inline-block;
    margin-top: 11px;*/
    margin-right: 5px;
    top: 2px;
    height: 15px;
    width: 15px;
}
#filter label{
    display: inline-block;
    margin-right: 10px;
    width: 95px;
}
.ios{
    margin-left: 30px;
    background: #ED5E5E;
    font-family: 'georgia';
    color: white;
}
footer{
    margin-top: 20px;
    position: relative;
    float: left;
   
    color: #323230;
}
footer a{
    color: #323230;
}
footer p{
    font-size: 11px;
}

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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@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;
    }
}
