/* @import url('animate.min.css');
 */

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * 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.
 */

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

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== 



   agenda light
   font-family: agenda, Tahoma, Verdana, Segoe, sans-serif; 
   font-weight: 300;
   font-style: normal;


regular
font-family: agenda, Tahoma, Verdana, Segoe, sans-serif; 
font-weight: 400;
font-style: normal;


medium
font-family: agenda, Tahoma, Verdana, Segoe, sans-serif; 
font-weight: 500;
font-style: normal;


   */



/* ============================================== GLOBALS
*/


*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
font-family: agenda, Tahoma, Verdana, Segoe, sans-serif; 
font-weight: 300;
 background: #e4eced;
}


a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


a:hover, a:focus {
  color: ;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e4eced;
  z-index: 100000;
}


#loading img{
  width: 136px;
  height: 66px;
  position: absolute;
  left: 50%;
  top: 50%; 
  margin-left: -68px;
  margin-top: -33px;
}

.number{
    display: inline-block;
}

h1, h2, h3, h4{
  font-family: agenda, Tahoma, Verdana, Segoe, sans-serif; 
font-weight: 400;
font-style: normal;
  font-style: normal;
  font-weight: normal;
  text-transform:uppercase;
  color: #41515a;
  line-height: 1;
}

p{
  line-height: 1;
}

/* h2, em {
  font-family: "Agenda Light";
} */


#projectAward img{
    display: block;
    margin: 5px auto 25px;
    max-width: 450px;
}

#caption{
  display: none !important;
}

.aboutSlider #caption{
  display: block !important;
}

/* ============================================== STRUCTURE
*/

.fullWidth{
  width: 100% !important;
  max-width: 100% !important;
}


.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9*/
  position: relative;
  border: 10px solid #fff;
  background: #fff;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}




/* ============================================== HEADER
*/

#header{
  padding: 1% 0.5%;
  background: #fff;
}


/* ============================================== MENU
*/


#nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

#nav li {
 float: left;
 display: inline-block;
 padding: 10px 30px;
 
}

#nav li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #41515a;
  padding: 3px 0 2px;
  font-size: 12px;
  letter-spacing: 0.15em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}


#nav li a:hover{
  color: #222;
}

#nav li a:before, #nav li a:after{
  content: '';
  background: #e4eced;
  position: absolute;
  width: 0;
  height: 2px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  transition: all .3s linear;
}

#nav li a:before{
  top: 0;
  left: 0;
}

#nav li a:after{
  top: 100%;
  right: 0;
}

#nav li a:hover:before, #nav li a:hover:after, #nav li.active a:before, #nav li.active a:after{
  width: 100%;
}


#nav li.contact{
  padding-right: 0;
}


/* ============================================== MOBILE NAV
*/

.hamburger {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 2%;
  right: 0;
  z-index: 10000;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #222;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}
.hamburger__icon:before {
  top: -7px;
}
.hamburger__icon:after {
  top: 7px;
}
.hamburger.active .hamburger__icon {
  background-color: transparent;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #41515a;
}
.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(228, 236, 237, 1);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
  padding: 8% 10px;
  font-size: 1em;
}

.fat-nav li, .fat-nav li a {
  color: #41515a;
}

.fat-nav li a {
  text-decoration: none;
  text-transform: uppercase;  
}



/* ============================================== HOME PAGE IMAGE
*/

#home-hero{
  margin-top: 0.9375rem;
}


#home-hero img{
  width: 100%;
}


#home-hero .text {
    color: #fff;
    text-align: left;
}



#home-hero .text .slide-desc{
   background: url('../img/icon-motif-white.png') no-repeat left center;
}

#home-hero .text h2{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}


#home-hero .text p{
    text-transform: uppercase;
    margin: 0;
}

#home-hero .text .view-project{
  font-style: italic;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  letter-spacing: 0.05em;
  font-size: 13px;
  padding: 10px 24px;
}


#home-hero .text .view-project .clickthrough {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: bottom;
    background: url('../img/arrow-view-project-light.png') no-repeat;
    margin-left: 10px;
}


#home-hero .text .view-project:hover{
  color: #fff;
  background-color: transparent;
}



/* ============================================== HOME PAGE PROJECT THUMBS
*/

#project-thumbs{
 /*  margin: 1.875rem 0; */
}

.project-thumb img{
  width: 100%;
}


.project-thumb-desc{
  background: #fff;
  padding: 3% 2%;
}


.project-thumb-desc .details{
  padding-left: 25px;
  background: url('../img/icon-motif-dark.png') no-repeat left center; 
  min-height: 50px;
}


.project-thumb-desc h3, h4{
  /* display: inline-block; */
  margin: 0;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.project-thumb-desc h4{
  font-size: 36px;
}

.project-thumb-desc h4{
  font-size: 22px;
font-family: agenda, Tahoma, Verdana, Segoe, sans-serif; 
font-weight: 300;
}


.project-thumb-desc .view-project{
  margin: 10px auto;
  padding: 10px 24px;
  border: 1px solid #41515a;
  display: inline-block;
  font-style: italic;
  color: #41515a;
  text-decoration: none;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  letter-spacing: 0.05em;
  font-size: 13px;
}

.project-thumb-desc .view-project .clickthrough {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: bottom;
    background: url('../img/arrow-view-project-dark.png') no-repeat;
    margin-left: 10px;
}


.project-thumb-desc .view-project:hover{
  color: #fff;
  background: #41515a;
}


/* ============================================== PROJECTS PAGE
*/


/* ---- isotope ---- */

.grid {
  /* background: #DDD; */
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */



.grid-item {
  float: left;
}

.project{
  width: 96%;
  margin: 0 auto 4%;
  background: #fff;
}

.grid-item img {
  display: block;
  width: 100%;
}

.project-thumb-desc {
    padding: 3% 2%;
}



/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.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;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:  -moz-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;
    transition-duration: 0s;
}


/* custom select */


#filters-select{
 /*  background: url('../img/filter-icon.png') no-repeat center left; */
}


/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */

/* Remove, change to fit your needs */
/* @import url(http://fonts.googleapis.com/css?family=Lato:300,700); */

.sod_select,
.sod_select *
    {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
     -webkit-touch-callout: none;
       -webkit-user-select: none;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
    }

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select
    {
        display: inline-block;
        position: relative;
        line-height: 1;
        font-size: 20px;
        width: 200px;
        padding: 15px 10px;
        /* border: 3px solid #5e5e5e; */
        background: #e4eced;
        /* color: #444444; */
        /* font-size: 11px; */
        color: #41515a;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        outline: 0;
        outline-offset: -2px; /* Opera */
        cursor: default;
        padding-left: 30px;
        margin-left: 5px;
        background: url('../img/filter-icon.png') no-repeat center left;
    }

    /* Up/Down arrows */
    .sod_select:before,
    .sod_select:after
        {
           /*  background: url('../img/filter-icon.png') no-repeat center left; */
            /* padding-left: 30px; */
            position: absolute;
            right: 10px;
            top: 12px;
            font-size: 7px;
        }

        /* Down arrow */
        .sod_select:after
            {
                /* content: "\25BC"; */
                top: auto;
                bottom: 12px;
            }


        .sod_select.open { color: #919191; }


    /* When the entire SoD is disabled, go crazy! */
    .sod_select.disabled
        {
            border-color: #828282;
            color: #b2b2b2;
            cursor: not-allowed;
        }

    /* The "label", or whatever we should call it. Keep the first three lines for truncating. */
    .sod_select .sod_label
        {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;

            padding-right: 15px;
        }

        .sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ }
        .sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ }



    /* Options list wrapper */
    .sod_select .sod_list_wrapper
        {
            position: absolute;
            top: 100%;
            left: 0;
            display: none;
            height: auto;
            width: 200px;
            margin: 0 0 0 -3px;
            background: #ffffff;
            /* border: 3px solid #000000; */
            border-top: none;
            /* color: #444444; */
            font-weight: 300;
            z-index: 1;
            background: #e4eced;
            /* color: #444444; */
            /* font-size: 11px; */
            color: #41515a;
        }

        /* Shows the option list (don't edit) */
        .sod_select.open .sod_list_wrapper { display: block;  }

        /* Don't display the options when  */
        .sod_select.disabled.open .sod_list_wrapper { display: none;  }

        /* When the option list is displayed above the SoD */
        .sod_select.above .sod_list_wrapper
            {
                top: auto;
                bottom: 100%;
                border-top: 3px solid #000000;
                border-bottom: none;
            }

    /* Options list container */
    .sod_select .sod_list
        {
            display: block;
            overflow-y: auto;
            padding: 0;
            margin: 0;
        }

        /* All the options. Keep the first three lines for truncating... */
        .sod_select .sod_option
            {
                display: block;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;

                position: relative;
                padding: 10px 10px;
                list-style-type: none;
            }

            /* Optgroups */
            .sod_select .sod_option.optgroup,
            .sod_select .sod_option.optgroup.disabled
                {
                    background: inherit;
                    color: #939393;
                    font-size: 10px;
                    font-style: italic;
                }

                /* Children of an optgroup */
                .sod_select .sod_option.groupchild { padding-left: 20px; }

            /* Used together with placeholderOption / data-placeholder-option */
            .sod_select .sod_option.is-placeholder {
                display: none;
            }

            /* Disabled option */
            .sod_select .sod_option.disabled
                {
                    background: inherit;
                    color: #cccccc;
                }

            /* Hover state for options, also used when a user uses his/hers up/down keys */
            .sod_select .sod_option.active
                {
                    background: #f7f7f7;
                    color: #333333;
                }

            /*Make room for the check mark */
            .sod_select .sod_option.selected
                {
                    font-weight: 700;
                    padding-right: 25px;
                }

                /* Displays a check mark for the selected option */
                .sod_select .sod_option.selected:before
                    {
                        content: "";
                        position: absolute;
                        right: 10px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                            -ms-transform: translateY(-50%);
                                transform: translateY(-50%);
                        display: inline-block;
                        color: #808080;
                        height: 9px;
                        width: 10px;
                        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
                    }

                /* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
                .sod_select.no_highlight .sod_option.selected { font-weight: 300; }
                .sod_select.no_highlight .sod_option.selected:before { display: none; }

            .sod_select .sod_option.link { /* If data-link is set on a specific option */ }
            .sod_select .sod_option.linkexternal { /* If data-link-external is set on a specific option */ }



    /* Hide native select */
    .sod_select select { display: none !important; }

        /* The native select in touch mode. Keep this first line. Sorry, keep everything. */
        .sod_select.touch select
            {
                -webkit-appearance: menulist-button;

                position: absolute;
                top: 0;
                left: 0;
                display: block !important;
                height: 100%;
                width: 100%;
                opacity: 0;
                z-index: 1;
            }







/* ============================================== PROJECT PAGE
*/

#projectTitle{
  text-align: center;
  padding: 2% 0 1%;
}


#projectTitle h2{
  font-size: 42px;
  margin: 0;
  color: #000;
}

#projectTitle h3{
  font-size: 18px;
  color: #000;
}


/* ============================================== SLIDER
*/

.bx-wrapper {
  position: relative;
  margin: 0 auto 4%;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}


.bx-wrapper .bx-viewport {
  border:  10px solid #fff;
  /* left: -5px; */
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  /* bottom: -30px; */
  width: 100%;
}

/* loader */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('img/loader.gif') center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* pager */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #41515a;
}

/* custom styles */

#projectSlider, #projectVideo{
  padding: 0; 
}

#projectVideo{
    margin-bottom: 25px;
}

#slider{
  margin: 0;
}

#slider img{
  width: 100%;
}

#caption, #videoCaption{
  text-align: center;
  margin: 4% 0 2%;
  font-style: italic;
  transition: ease-out 0.2s;
}

#slider-controls{
  position:absolute;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  width: 98.5%;
  height: 68px;
  top: 50%; 
  margin-top: -34px;
}

#slider-controls a{
  width: 35px;
  height: 68px;
  display: inline-block;
}

#slider-prev {
  margin-left: 2%;
  width: 35px;
  height: 68px;
  background: url('../img/arrows-slideshow-prev.png') no-repeat center; 
  display: inline-block;
}

#slider-next {
  margin-right: 2%;
  width: 35px;
  height: 68px;
  background: url('../img/arrows-slideshow-next.png') no-repeat center; 
  float: right;
}

/* ============================================== PROJECT CONTENT
*/

#projectContent{
  background: #fff;
  padding: 1% 0 0;
  margin-bottom: 30px;
}


#projectContent .contentCol{
  width: 50%;
  float: left;
  margin: 0;
}

#projectContent p, #projectContent ul{
  font-size: 13px;
  line-height: 1.2;
}

#projectContent ul{
  margin-top: -15px;
  margin-bottom: 5px;
}

#projectContent ul > ul{
  margin-top: 2px;
}

.projectSite a{
  color: #000;
  font-style: italic;
}


/* ============================================== PROJECT NAV
*/


#projectNav{
  text-align: center;
  margin-bottom: 1.5%;
}


#projectNav #projectPrev{
  margin-right: 10px;
}

#projectNav #projectNext{
  margin-left: 10px;
}

#projectNav a{
  color: #000;
}

#projectNav .clickthrough {
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: bottom;
}

#projectNav #projectNext .clickthrough{
  background: url('../img/arrow-view-project-light.png') no-repeat;
  margin-left: 5px;
}

#projectNav #projectPrev .clickthrough{
  background: url('../img/arrow-view-project-light-prev.png') no-repeat;
  margin-right: 5px;
}

/* ============================================== CONTACT
*/

form{
  padding: 0.9375rem;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border-color: #41515a;
}

input[type="submit"] {
    height: 34px;
    background-color: #fff;
    border: 1px solid #41515a;
    color: #000000;
    width: 50%;
    margin-bottom: 5px;
}


label.error {
    /* margin: -10px 0 10px; */
}

#checkError{
  margin: -10px 0 10px;
  color: #f04124;
}

#req{
  color: #4d4d4d;
  font-size: 12px;
}

#error {
  text-align: center;
  color: #f04124;
}


#sent {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e4eced;
  z-index: 100001;
  text-align: center;
}


#thanks {
  padding: 10%;
  display: block;
}

#close a{
  color: #000;
}


/* ============================================== ACCORDION
*/
#projectAccordion {
    margin-bottom: 50px;
    padding: 0;
}

p.accordionText {
    color: #41515a;
    text-decoration: underline;
    padding-top: 10px;
}

button.accordion {
  width: 100%;
  background-color: #41515a !important;
  border: none;
  outline: none;
  text-align: left;
  padding: 20px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.2s linear;
  margin-top: 20px;
}

button.accordion:after {
  content: url("../../img/arrow-down-light.png");
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
}

button.accordion.is-open:after {
  content: url("../../img/arrow-up-light.png");
  float: right;
  display: inline-block;
  width: 16px;
  height: 16px;
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ffffff;
}

.accordion-content {
  background-color: #FFFFFF;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}



/*****************************************  NEW FORM   ****************************************/


/* verification form hidden */
#inputname{ display:none; }

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -5px;
  color: #f04124;
  font-size: 11px;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
}

#error{ 
    text-align:center; 
    padding:15px; 
    background:#a41320; 
    color:#fff;
    width: 100%;
    margin-right:auto; 
    margin-left:auto;
    margin-bottom:40px;
  display: inline-block;
  position: relative;

 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.close_err {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: -3px;
  padding: 3px 13px;
  font-size: 15px;
}

.screen_names{
    font-weight:700;
  text-transform:capitalize;
}

.msg_thanks{
  text-align:center;
}
.msg_thanks p{  }

.msg-textarea{
  position:relative;
}

.msg-textarea #wrap-msg-cha{
  position:absolute;
  top:0;
  right:20px;
}

#messageAjax .success_submit {
    display: block;
    padding: 10px;
    font-size: 22px;
    font-style: normal;
  text-align: center;
}

#error_form p{
  list-style-type: none;
  margin-left: 0;
  margin-top: -5px;
  color: #f04124;
  font-size: 11px;
}


/* Autoselection for Chrome browsers -  change colors and background for your theme */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color:#fff !important;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}


/* if you have placeholder in your form change to your theme color and do not forget the !important */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff !important;
}

select#interested{
  -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #41515a;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875rem;
    height: 2.3125rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    transition: border-color 0.15s linear, background 0.15s linear;
}

/* ============================================== FOOTER
*/

#footer{
  /* padding: 0.5%; */
  background: #fff;
}


#footer p{
  margin: 0;
  font-family: agenda, Tahoma, Verdana, Segoe, sans-serif; 
font-weight: 400;
  font-size: 1.2rem;
}

#copyright img {
  max-width: 50px;
  margin-left: 5px;
}


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

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}


.caption-slider{
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.wt-c{
  color: #fff;
}
.wt-b{
  color: #000;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) { 
    .hamburger{
      display: block;
    }

    #nav, #slider-controls{
      display: none;
    }

    #projectTitle{
      padding: 4% 0 2%;
    }

    #caption {
        margin: 14% 0 4%;
     }

     #projectContent {
         padding: 3% 0 0;
     }

     #projectNav {
         margin-bottom: 8%;
     }

     #home-hero .text {
        background: #41515a;
        padding: 3% 2%;
     }

     #home-hero .text .slide-desc{
          padding-left: 25px;
          min-height: 50px;
          background: url('../img/icon-motif-white-small.png') no-repeat left center;
     }

     #home-hero .text h2{
        font-size: 1.5rem;
     }


     #home-hero .text p{
         font-size: 22px;
     }

     #home-hero .text .view-project{
      margin: 10px auto;
      border: 1px solid #fff;
      color: #fff;
      background-color: #41515a;
     }

     #home-hero, .project-thumb{
       margin-bottom: 0.9375rem;
     }


     /* .item{
       width: 95%;
       left:0;
       right:0;
       margin-left:auto;
       margin-right:auto;
       margin-bottom: 0.9375rem;
     } */
     
     .grid-sizer,
     .grid-item {
       width: 100%;
     }

    #footer{
      padding: 2% 0.5%;
    }

     



   
}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {
    .hamburger{
      display: none;
    }

    #slider-controls{
      display: block;
    }

    #home-hero .text {
        position: absolute;
        top: 0;
        left:0;
        right:0;
        bottom: 0;
        height: 100%;
        margin-left:auto;
        margin-right:auto;
        width: 98.5%;
        padding: 5%;
        z-index: 100;
    }


    #home-hero .text .slide-desc{
       padding-left: 40px;
       background: url('../img/icon-motif-white.png') no-repeat left center;
    }

    #home-hero .text h2{
        font-size: 60px; 
    }


    #home-hero .text p{
        font-size: 32px;

    }

    #home-hero .text .view-project{
      border: 1px solid #fff;
      color: #41515a;
      background-color: #fff;
      margin: 20px auto;
    }

    #project-thumbs{
      margin: 1.875rem 0;
    }

    
    /* .item{
      width: 48.15%;
      margin: 0 0.9375rem 1.875rem;
    } */
    
    .grid-sizer,
    .grid-item {
      width: 50%;
    }


    #footer{
      padding: 0.5%;
    }


}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) {
   #slider-controls{
      display: none;
    }

   #caption {
       margin: 6% 0 2%;
    }

    .item{
      width: 47%;
      margin: 0 0.9375rem 1.875rem;
    }
}


/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 641px) and (max-width: 1024px) and (orientation: portrait) {
  
    .item{
      width: 46%;
    }
}

/*Large screens min-width 1025px, large screens*/
@media only screen and (min-width: 1025px) {
    
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1024px) and (max-width: 1440px) { 
}

/* XLarge screens min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) { 
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {
} 


@media screen and (orientation: portrait) {
 
}

@media screen and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

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

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

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

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