    /*
Theme Name: BlankSlate
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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,em,img,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,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


/* Custom CSS */

body {
    font-family: 'Roboto Slab', serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.row {
    position: relative;
}

.container {
    max-width: 1080px;
}

#header {
    background-color: #e3241a;
    height: 85px;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.logo img {
    width: 113px;
    height: auto;
    margin-top: 22px;
}

#container .container {
    padding-top: 160px;
    padding-bottom: 110px;
}

#container .image-right .container {
    padding-top: 160px;
    padding-bottom: 55px;
}

#container .three-col .container {
    padding-top: 67px;
    padding-bottom: 33px;
}

#container .big-feature .container {
    padding-top: 55px;
}

#container .medium-feature .container {
    padding-top: 109px;
}

#container #footer .container {
    padding-top: 67px;
    padding-bottom: 33px;
}

.menu {
    float: right;
    display: inline;
    overflow: hidden;
}

.menu a {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.menu a:hover {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffed00;
    text-decoration: none;
}

.menu a:active {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffed00;
}

.menu a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    color: #ffed00;
    text-decoration: none;
}

.menu li {
    display: inline;
    margin-left: 50px;
}

nav.navbar.navbar-default {
    background-color: #e3241a;
    border-color: #e3241a;
    z-index: 999;
}

.navbar-default .navbar-toggle {
    border-color: #e3241a !important;
}

.navbar-toggle:hover {
    background-color: #e3241a !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff !important;
    margin-top: 29px;
}

.navbar ul li {
    width: 100%;
}

.navbar li {
    padding-bottom: 10px;
}

.image-right h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 55px;
    font-weight: normal;
    color: #e3241a;
    text-align: center;
}

.image-right h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: normal;
    color: #000;
    text-align: center;
}

.image-right hr {
    width: 50%;
    border-top: 1px solid #e3241a;
    align: center;
}

.image-column img.red-circle {
    height: 196px;
    width: 196px;
    position: absolute;
    top: -70px;
    right: 0;
}

.three-col h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    font-weight: normal;
    color: #000;
    text-align: center;
}

.three-col img {
    margin: 0 auto;
    display: block;
    max-height: 165px;
    width: auto;
}

.three-col hr {
    width: 30%;
    border-top: 1px solid #e3241a;
    align: center;
}

.list-left h1, .list-right h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 42px;
    font-weight: normal;
    color: #000;
}

.list-left h3, .list-right h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: normal;
    color: #000;
}

.list-left hr, .list-right hr {
    width: 30%;
    border-top: 1px solid #000;
    margin-left: 0;
}

.btn-default-order {
    color: #000;
    background-color: transparent;
    border-color: #e3241a;
    border-radius: 0px;
    padding: 14px 65px;
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: normal;
    color: #e3241a;
}

.btn-order {
    font-weight: 500;
    border: 1px solid #e3241a;
    margin-top: 150px;
    display:inline-block;
}

a:hover.btn-order.btn-default-order {
    background-color: #e3241a;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

ul.checklist li {
    list-style-image: url('images/check_small.png');
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: normal;
    color: #000;
    margin-left: 20px;
}

.image-column img {
    width: 100%;
    height: auto;
}

.big-feature img {
    margin: 0 auto;
    display: block;
    height: auto;
}

.text-block {
    background-image: url('images/cat_bgd.jpg');
    background-repeat: no-repeat;
    width: 100%;
    min-height: 800px;
    background-size: cover;
}

.text-block h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 42px;
    font-weight: normal;
    color: #fff;
}

.medium-feature h1 {
    font-family: 'Roboto Slab', serif;
    font-size: 45px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.medium-feature img {
    margin: 0 auto;
    display: block;
    width: 285px;
    height: auto;
}

.medium-feature hr {
    width: 33%;
    border-top: 1px solid #fff;
    text-align: center;
}

#footer {
    background-color: #e3241a;
    width: auto;
    padding-bottom: 40px;
}

.logo-footer img {
    max-width: 100%;
    height: auto;
}

.contact h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
}

.contact a {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
}

.contact a:hover {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: normal;
    color: #ffed00;
    text-decoration: none;
}

.contact a:visited {
    font-family: 'Roboto Slab', serif;
    font-size: 21px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

/* Our newtwork dropdown */

.network-dropdown {
  position: fixed;
  background: rgba(163, 162, 155, 0.9);

  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
  /*top: -1000px;  */
  transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  -moz-transform:translateY(-100%);
  transition: 0.3s ease-out;

  padding: 30px 60px 40px 60px;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.network-dropdown.show {
  position: fixed;
  background: rgba(163, 162, 155, 0.9);

  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 100;
  top: 85px;
  transform:translateY(0);
  -webkit-transform:translateY(0);
  -moz-transform:translateY(0);
  transition: 0.3s ease-out;
}

.network-dropdown a, .network-dropdown p {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  color: #333;
}

.network-dropdown .col-md-12 p, .network-dropdown .col-md-3 {
  margin-bottom: 20px;
}


@media (max-width: 1200px) {

    .image-right h1 {
        font-size: 45px;
    }

    .image-right h2 {
        font-size: 25px;
    }

    .three-col h2 {
        font-size: 25px;
    }

    .list-left h1, .list-right h1 {
        font-size: 35px;
    }

    .list-left h3, .list-right h3 {
        font-size: 17px;
    }

    ul.checklist li {
        font-size: 17px;
    }

    .btn-default-order {
        padding: 12px 45px;
        font-size: 17px;
    }

    .text-block h1 {
        font-size: 35px;
    }

    .medium-feature h1 {
        font-size: 35px;
    }

    .contact h3 {
        font-size: 17px;
    }

    .contact a {
        font-size: 17px;
    }

    .contact a:hover {
        font-size: 17px;
    }

    .contact a:visited {
        color: #fff;
        text-decoration: none;
    }

}

@media (max-width: 992px) {


    #container .container {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    #container .image-right .container {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    #container .three-col .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

     #container .big-feature .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #container .medium-feature .container {
        padding-top: 60px;
    }

    #container #footer .container {
        padding-top: 30px;
    }

    .menu li {
        margin-left: 0px;
        padding-left: 20px;
    }

    .image-column img.red-circle {
        height: 140px;
        width: 140px;
        top: -50px;
        right: 0;
    }

    .image-right h1 {
        font-size: 35px;
    }

    .image-right h2 {
        font-size: 19px;
    }

    .three-col h2 {
        font-size: 19px;
    }

    .btn-order {
        margin-top: 100px;
    }

    .list-left h1, .list-right h1 {
        font-size: 30px;
    }

    .list-left h3, .list-right h3 {
        font-size: 15px;
    }

    ul.checklist li {
        font-size: 15px;
    }

    .big-feature img {
        width: 45%;
    }

    .text-block {
        min-height: 500px;
    }

    .text-block h1 {
        font-size: 30px;
    }

     .medium-feature h1 {
        font-size: 30px;
    }

    .logo-footer img {
        max-width: 50%;
    }

    .contact h3 {
        font-size: 15px;
    }

        .contact a {
        font-size: 15px;
    }

    .contact a:hover {
        font-size: 15px;
    }

    .contact a:visited {
        color: #fff;
        text-decoration: none;
    }

}

@media (max-width: 768px) {

   .network-dropdown.show {
     position: absolute;
   }

   #container {
     padding-top: 60px;
   }

    #container .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #container .image-right .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #container .three-col .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

     #container .big-feature .container {
        padding-top: 30px;
    }

    #container .medium-feature .container {
        padding-top: 30px;
    }

    #container #footer .container {
        padding-top: 30px;
    }

    .logo img {
        max-width: 35%;
    }

    .menu {
        float: left;
    }

    .menu li {
        padding-left: 5px;
        float: left;
        padding-top: 10px;
    }

    .menu a {
        font-size: 12px;
        font-weight: 600;
    }

    .menu a:hover{
        font-size: 12px;
        font-weight: 600;
    }

    .navbar-default .navbar-toggle {
        margin-top: 24px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff !important;
        margin-top: 18px;
        margin-right: 0;
        background-color: #e3241a;
        margin-left: -31px !important;
        margin-right: -31px !important;
    }

    .image-right h1 {
        font-size: 30px;
    }

    .image-column img.red-circle {
        height: 130px;
        width: 130px;
        position: absolute;
        top: -40px;
        right: 15px;
    }

    .btn-order {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .btn-default-order {
        padding: 12px 45px;
        font-size: 15px;
    }

    .big-feature img {
        width: 50%;
    }

    .text-block {
        min-height: 350px;
    }

     .text-block h1 {
        font-size: 30px;
    }

    .medium-feature img {
        width: 50%;
    }

    .image-column img {
        margin-top: 60px;
        margin-left: 0px;
    }

    .medium-feature h1 {
        font-size: 18px;
    }

    .logo-footer img {
        max-width: 35%;
    }

    .contact h3 {
        font-size: 12px;
    }

    .contact a {
        font-size: 12px;
        color: #fff;
    }

    .contact a:hover {
        font-size: 12px;
        color: #fff;
    }

    .contact a:visited {
        color: #fff;
        text-decoration: none;
    }
}
