/*! HTML5 Boilerplate v4.3.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,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.6;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

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

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

body { font-family: 'Roboto', sans-serif; font-size: 100%; }
a { text-decoration: none; color: #666666; }
header { padding: 50px 5%; background-color: #ffffff; color: #767777; overflow: hidden; }
section { padding: 90px 5%; }
h2.title{ font-size: 300%; margin: 0 0 0.5em 0; font-weight: 100; line-height: 1.2em; }
h2, h3{ margin-bottom: 0.5em; font-weight: 300; }
footer{ padding: 10px; }
footer, footer a { background:#279ddd; color: #ffffff; text-align: center; }
ul.reset { list-style-type: none; padding-left: 0; font-weight: 300; }

.in-fade{
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}


.center { margin: 0 auto; display: table; width: 100%; text-align: center;}

.no_padding { padding: 0; }
.no_padding_top { padding-top: 0; }
.padding_top { padding-top: 50px; }




nav { width: 100%; position: fixed; top: 0; background-color: #ffffff; border-bottom: 1px solid #f1f1f1; z-index: 1; }
nav img { padding: 15px 10px; }
nav span {
    display: block;
    background-image: url("assets/tool_icon.png");
    background-position: 0 -32px;
    height: 18px;
    width: 18px;
    opacity: 0.7;

    position: absolute;
    top: 30px;
    right: 10px;    
}

nav span:hover { opacity: 1; }

nav ul { padding: 0; margin: 0; display: none; }
nav ul li { padding: 20px 20px; }
nav ul li a:hover { color: #000000; }

.phone { background: #ffffff url("assets/phone.png") no-repeat 0px 25px; padding-left: 20px; }

.no_hover { display: none; }

.about img { max-width: 80%; padding-top: 30px; }


.the_team { background-color: #279ddd; color: #fff; }

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #006699;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.circle img {
    border-radius: 50%; 
    overflow: hidden;
    position:absolute;
    left:0;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

.circle img.dog:hover { opacity: 0; }

.member { margin: 20px 0; width: 100%; }
.member p { margin: 0; font-weight: 300; }


.services { background-color: #ffffff; }
.services .module img { max-width: 90%; margin-top: 40px; }


.partners { background-color: #455A64; color: #ffffff; background-image: url("../img/forest1.png"); }
.creative { background-color: #004E75; color: #ffffff; background-image: url("../img/studio1.png"); }


.clients{}
.client_logo { margin: 0; display: block; }
.client_logo img { opacity: 0.4; }
.client_logo img:hover { opacity: 1; }

.drtv iframe { margin: 0; border: 0; width: 100%!important; }

.contact { background: #279ddd; color: #ffffff; padding-bottom: 20px;}
.contact a { color: #ffffff; }

.maparea{ position: relative; }

.overlay {
   background:transparent; 
   position:absolute; 
   width:100%;
   height:100%;
}

@media only screen and (min-width: 768px) {
    nav { }
    nav img { padding: 10px 0; }
    nav span { display: none; }
    nav ul { display: block; float: right; }
    nav ul li { display: inline-block; margin-right: 15px; padding: 20px 0;}
    nav ul li:hover { border-bottom: 2px solid #CCC; }

    .no_hover { display: inline-block; }
    .no_hover:hover { border-bottom: 0; }

    section { padding: 120px 10%; }

    .left { float: left; vertical-align: top; } 
    .right {float: right; vertical-align: top; }
    .width40 { width: 40%; }
    .width50 { width: 50%; }
    .width55 { width: 55%; }
    .width60 { width: 60%; }
    .width80 { width: 80%; }
    .width90 { width: 90%; }

    .member { display: inline-block; margin: 0 20px; width: 214px; vertical-align: top; }
    .client_logo { margin: 25px 40px; display: inline-block; }
    .drtv iframe { margin: 20px; width: 378px!important; height: 200px!important; }
    footer{ text-align: right;  }
}

@media only screen and (min-width: 1366px) {
    body { font-size: 115%; }
    h2.title{ font-size: 400%; }
    header { padding: 90px 10% 0 10%; height: 650px; }
    .about img, .services .module img { max-width: 80%; }
}

@media only screen and (min-width: 1024px) and (min-height: 650px) {

    .padding_top { padding-top: 80px; }
    nav > div { padding: 0 10%; background-color: #ffffff; z-index: 10; }
    header { padding: 90px 10% 0 10%; height: 700px; }
    section { padding: 120px 10%; }
    .about img, .services .module img { max-width: 100%; }
}

/* ==========================================================================
   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: 150%;
}

/*
 * 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.
   These 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 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 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;
    }
}








        .come-in {
            -webkit-transform: translateY(150px);
            -webkit-animation: come-in 1s ease forwards;
            -webkit-animation-delay: 0.2s;
            transform: translateY(150px);
            animation: come-in 1s ease forwards;
            animation-delay: 0.2s;
        }
        
        .come-in:nth-child(odd) {
          animation-duration: 0.6s; /* So they look staggered */
        }
        
        .already-visible {
            -webkit-transform: translateY(0);
            -webkit-animation: none;
            transform: translateY(0);
            animation: none;
        }
        
        @-webkit-keyframes come-in {
            to {
                transform: translateY(0);   
            }
        } 
        
        @keyframes come-in {
            to {
                transform: translateY(0);
            }
        }