@charset "UTF-8";
/**
* Reset
*/
/**
* Browser Reset
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

header, footer, aside, nav, article {
  display: block; }

/**
* Color Scheme
*/
/**
* Blue Theme
*
* Defines the colors and font styling for both the theme and WordPress Editor
*/
/**
* Typography
*/
/**
* Header
*/
/**
* Menu
*/
/**
* Main
*/
/**
* Lines
*/
/**
* Carousel
*/
/**
* Services
*/
/**
* Content
*/
/**
* Pagination
*/
/**
* Forms
*/
/**
* Buttons
*/
/**
* Sidebar
*/
/**
* Credits
*/
/**
* Mixins
*/
/**
* Button
*/
/**
* Border Radius
*/
/**
* Box Shadow
*/
/**
* Font Icons
*/
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?81097611");
  src: url("../font/fontello.eot?81097611#iefix") format("embedded-opentype"), url("../font/fontello.woff?81097611") format("woff"), url("../font/fontello.ttf?81097611") format("truetype"), url("../font/fontello.svg?81097611#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
* Apply icon styles with fontello font to .icon- classes, plus specific elements that we always show icons for:
* - .icon classes
* - Menu Dropdown
* - Slideshow Arrows
* - Pagination: Archives + Comments (.prev, .next)
* - Pagination: Single
* - Widget: RSS
* - Widget: ThemeLab Contact
* - Image Gallery
*/
.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
#contact:before,
nav#menu > ul > li.parent-menu-item > a:after,
.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before,
.prev a:before,
.next a:after,
nav.single.next a span.prev:before,
nav.single.next a span.next:after,
li.widget_rss h2.widgettitle:before,
li.widget_contact ul li:before,
li.widget_location h2.widgettitle:before,
li a.facebook:before,
li a.twitter:before,
li a.google:before,
li.phone:before,
li.email:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em; }

/**
* Icon Definitions
*/
/**
* Main CSS
*/
/**
* Typography
*/
body {
  font: 0.75em/160% "Raleway", sans-serif;
  color: #898989;
  overflow-x: none;
  -webkit-text-size-adjust: 100%;
  background: #ebebeb; }

a {
  text-decoration: none; }

hr {
  clear: both;
  float: left;
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background: #e3e3e3;
  border: none; }

/**
* Buttons
*/
button, form input[type=submit], form input[type=reset], .button {
  width: auto;
  color: #fff !important;
  border: 1px solid #258ec8;
  background: #2e9eea;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  margin: 0;
  padding: 16px 30px;
  outline: none;
  text-align: center;
  text-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; }

button:hover, form input[type=submit]:hover, form input[type=reset]:hover, .button:hover {
  color: #fff !important;
  background: rgba(46, 158, 234, 0.8);
  text-shadow: none; }

button.full, form input[type=submit].full, form input[type=reset].full, .button.full {
  clear: both;
  float: left;
  width: 100%; }

/**
* Forms
*/
form {
  clear: both;
  float: left;
  width: 100%; }

form label {
  clear: both;
  float: left;
  margin: 0 0 10px 0; }

form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=search],
form input#s,
form input[type=url],
form textarea {
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  float: left;
  width: 100%;
  height: 40px;
  margin: 0 0 20px 0;
  padding: 10px 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #4c4c4c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

form textarea {
  height: 160px;
  line-height: 20px; }

form input[type=submit],
form button {
  width: 100%; }

/* Forms: Placeholders */
::-webkit-input-placeholder {
  color: #aaaeb4; }

:-moz-placeholder {
  color: #aaaeb4; }

::-moz-placeholder {
  color: #aaaeb4; }

:-ms-input-placeholder {
  color: #aaaeb4; }

.placeholder {
  color: #aaaeb4; }

/**
* Container
*/
.container {
  width: 960px;
  margin: 0 auto; }

/**
* Header
*/
header#header {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 20px 40px 20px;
  border-top: 10px solid #303030;
  border-bottom: 1px solid #e3e3e3;
  background: #fff; }
  header#header h1 {
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 40px 0 0 0;
    color: #4c4c4c;
    font-weight: 400;
    font-size: 2.4em; }
    header#header h1 a {
      color: #4c4c4c; }
  header#header a.header-image {
    float: left;
    margin: 35px 0 0 0; }
  header#header span {
    clear: left;
    float: left;
    display: block;
    color: #4c4c4c;
    font-weight: 300;
    font-size: 1.2em; }
  header#header #contact {
    float: right;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    margin: 0 110px 0 0;
    color: #fefefe;
    background: #303030;
    font-size: 1.1em; }
    header#header #contact a {
      color: #fefefe; }
  header#header #contact:before {
    content: ""; }

/**
* Mobile Menu Button
*/
.sidr {
  display: none; }

#mobile-header {
  display: none;
  position: absolute;
  top: 6px;
  width: 35px;
  height: 30px;
  margin: 0 0 0 20px;
  padding: 5px;
  background: #303030;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  #mobile-header a {
    float: left;
    width: 25px;
    height: 21px;
    color: #fff;
    margin: 0;
    font-size: 2.4em; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  width: 260px;
  height: 100%;
  z-index: 999999;
  overflow-x: none;
  overflow-y: auto;
  color: #4c4c4c; }
  .sidr ul {
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    /**
    * First Level
    */
    /**
    * Selected
    li.sidr-class-current-menu-item {
    	> a {
    		color: $menu-link-selected-color;
    	}
    }
    */ }
    .sidr ul li {
      display: block;
      margin: 0;
      line-height: 40px;
      /**
      * Second Level
      */ }
      .sidr ul li a {
        display: block;
        padding: 0 15px;
        font-size: 1.2em;
        font-weight: 400;
        color: #4c4c4c; }
      .sidr ul li a:hover {
        color: #fff;
        background: #303030; }
      .sidr ul li ul {
        margin: 0; }
        .sidr ul li ul li a {
          padding-left: 30px; }

/**
* Header Menu
*/
nav#menu {
  clear: both;
  float: left;
  width: 100%;
  height: 56px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3; }
  nav#menu ul {
    float: left;
    height: 55px;
    /**
    * First Level
    */
    /**
    * First Level: Hover
    */
    /**
    * First Level: Selected
    li.current_page_ancestor > a,
    li.current-menu-item > a,
    li.current-menu-parent > a,
    li.current_page_ancestor > a,
    li.current-menu-parent > a,
    li.current-menu-item.menu-item-has-children > a {
    	color: $menu-link-selected-color;
    	background: $menu-link-selected-background;
    	border-right: 1px solid $menu-link-selected-border-color;
    }
    */
    /**
    * Second Level
    */ }
    nav#menu ul li {
      float: left;
      position: relative;
      z-index: 99; }
      nav#menu ul li a {
        float: left;
        height: 55px;
        line-height: 55px;
        padding: 0 30px;
        font-size: 1.1em;
        color: #4c4c4c;
        background: #fff;
        border-right: 1px solid #e2e2e1; }
    nav#menu ul li a:hover,
    nav#menu ul li:hover > a {
      color: #fff;
      background: #303030;
      border-right: 1px solid #303030; }
    nav#menu ul li:hover > ul.sub-menu {
      display: block; }
    nav#menu ul li ul.sub-menu {
      display: none;
      position: absolute;
      float: left;
      width: 200px;
      height: auto !important;
      top: 55px;
      left: 0;
      z-index: 99;
      zoom: 1;
      background: #303030;
      /**
      * Second Level: Hover
      */
      /**
      * Second Level: Selected
      li.current_page_ancestor > a,
      li.current-menu-item > a,
      li.current-menu-parent > a,
      li.current_page_ancestor > a,
      li.current-menu-parent > a,
      li.current-menu-item.menu-item-has-children > a {
      	color: $menu-dropdown-selected-color;
      	background: $menu-dropdown-selected-background;
      	border-right: 1px solid $menu-dropdown-selected-border-color;
      }
      */ }
      nav#menu ul li ul.sub-menu li {
        clear: both;
        float: left;
        width: 100%;
        height: auto !important;
        line-height: 32px; }
        nav#menu ul li ul.sub-menu li a {
          width: 100%;
          height: auto !important;
          line-height: 32px !important;
          padding: 7px 20px;
          color: #fff;
          background: #303030;
          border-right: none;
          border-bottom: 1px solid #595959; }
      nav#menu ul li ul.sub-menu li a:hover {
        color: #fff;
        background: #2e9eea;
        border-right: 1px solid #2e9eea; }

/**
* Main
*/
#main {
  clear: both;
  float: left;
  width: 100%;
  background: #fff; }

section {
  clear: both;
  float: left;
  width: 100%;
  margin: 0 0 45px 0;
  padding: 50px 20px 0 20px; }

section.sidebar {
  width: 620px;
  border-right: 1px solid #e3e3e3; }

article {
  float: left;
  width: 100%;
  /**
  * Content Formatting
  *
  * Used by:
  * style.scss (frontend)
  * editor-style.scss (TinyMCE)
  */
  /**
  * Alignment
  */
  /**
  * Blockquote
  */
  /**
  * Captions
  */
  /**
  * Gallery
  */
  /**
  * Headings
  */
  /**
  * Images
  */
  /**
  * Tables
  */
  /**
  * Links
  */
  /**
  * Paragraphs
  */
  /**
  * Definition Lists
  */
  /**
  * Unordered Lists
  */
  /**
  * Ordered Lists
  */
  /**
  * Unordered and Ordered li
  */
  /**
  * Address
  */
  /**
  * Abbreviation
  */
  /**
  * Cite
  */
  /**
  * Code
  */
  /**
  * Delete, Strike
  */
  /**
  * Insert
  */
  /**
  * Keyboard
  */
  /**
  * Preformatted
  */
  /**
  * Quote
  */ }
  article .alignleft {
    float: left;
    margin: 0 10px 10px 0; }
  article .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  article .alignright {
    float: right;
    margin: 0 0 10px 10px; }
  article blockquote {
    color: #898989;
    font-size: 1.3em;
    line-height: 1.6em;
    font-style: italic;
    font-weight: 300;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #898989; }
  article .wp-caption {
    max-width: 100%; }
  article .wp-caption-text {
    margin: 0;
    text-align: center;
    font-style: italic;
    color: #898989; }
  article .gallery {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 30px 0; }
    article .gallery .gallery-item {
      padding: 0 20px 20px 0; }
      article .gallery .gallery-item img {
        width: 100%;
        height: auto;
        border: 1px solid #fff !important; }
  article h1, article h2, article h3, article h4, article h5, article h6 {
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #4c4c4c; }
  article h1 {
    font-size: 2em; }
  article h2 {
    font-size: 1.8em; }
  article h3 {
    font-size: 1.6em; }
  article h4 {
    font-size: 1.4em; }
  article h5 {
    font-size: 1.2em; }
  article h6 {
    font-size: 1em; }
  article img {
    max-width: 100%;
    height: auto; }
  article img.attachment-full {
    float: left;
    margin: 0 20px 0 0; }
  article table {
    width: 100%;
    margin: 0 0 40px 0; }
    article table th, article table td {
      text-align: left;
      min-height: 40px;
      line-height: 40px;
      border-bottom: 1px solid #e3e3e3;
      font-size: 1.2em; }
  article a {
    color: #2e9eea; }
  article p {
    margin: 0 0 20px 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6em;
    -ms-word-wrap: break-word;
    -moz-word-wrap: break-word;
    word-wrap: break-word; }
  article dl dt {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6em;
    font-style: italic; }
  article dl dd {
    margin: 0 0 20px 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6em; }
  article ul {
    margin: 0 0 20px 0;
    list-style-type: disc;
    margin-left: 20px; }
    article ul ul {
      margin: 0 !important;
      padding-left: 20px; }
  article ol {
    margin: 0 0 20px 0;
    list-style-type: decimal;
    margin-left: 20px; }
    article ol ol {
      margin: 0 !important;
      padding-left: 20px; }
  article li {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6em; }
    article li li {
      font-size: 1em; }
  article address {
    margin: 0 0 40px 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.6em; }
  article abbr,
  article acronym {
    border-bottom: 1px dotted #e3e3e3; }
  article cite {
    font-style: italic; }
  article code {
    font-family: monospace; }
  article del,
  article strike {
    color: #F00;
    text-decoration: line-through; }
  article ins {
    border-bottom: 1px solid #e3e3e3;
    color: #898989; }
  article kbd {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    font-size: 11px;
    line-height: 1.4;
    margin: 0 .1em;
    padding: .1em .6em;
    text-shadow: 0 1px 0 #fff; }
  article pre {
    margin: 0 0 40px 0;
    padding: 10px;
    border-left: 5px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    color: #333;
    font-size: 11px;
    text-shadow: 0 1px 0 #fff;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    background: #fff; }
  article q {
    font-style: italic; }

/**
* Carousel
*/
section#carousel {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e3e3e3;
  /* Browser Resets
  *********************************/
  /* FlexSlider Necessary Styles
  *********************************/
  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* Clearfix for the .slides element */
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  /* FlexSlider Default Theme
  *********************************/
  /* Direction Nav */
  /* Pause/Play */
  /* Control Nav */ }
  section#carousel .flexslider ul.slides li div.slide-data {
    position: absolute;
    width: 380px;
    height: 100%;
    padding: 65px 40px 55px 40px;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(246, 246, 246, 0.9); }
    section#carousel .flexslider ul.slides li div.slide-data h1 {
      font-size: 2.8em;
      line-height: 1.2em;
      font-weight: 700;
      margin: 0 0 20px 0;
      color: #4c4c4c; }
    section#carousel .flexslider ul.slides li div.slide-data h2 {
      font-size: 1.2em;
      line-height: 1.75em;
      font-weight: 400;
      margin: 0 0 35px 0; }
    section#carousel .flexslider ul.slides li div.slide-data a.button {
      float: left;
      width: 100%; }
  section#carousel .flexslider ul.slides li img {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto; }
  section#carousel .flex-container a:active,
  section#carousel .flexslider a:active,
  section#carousel .flex-container a:focus,
  section#carousel .flexslider a:focus {
    outline: none; }
  section#carousel .slides,
  section#carousel .flex-control-nav,
  section#carousel .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
  section#carousel .flexslider {
    margin: 0;
    padding: 0; }
  section#carousel .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  section#carousel .flexslider .slides img {
    display: block; }
  section#carousel .flex-pauseplay span {
    text-transform: capitalize; }
  section#carousel .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  section#carousel html[xmlns] .slides {
    display: block; }
  section#carousel * html .slides {
    height: 1%; }
  section#carousel .no-js .slides > li:first-child {
    display: block; }
  section#carousel .flexslider {
    position: relative;
    zoom: 1; }
  section#carousel .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  section#carousel .flexslider .slides {
    zoom: 1; }
  section#carousel .carousel li {
    margin-right: 5px; }
  section#carousel .flex-direction-nav {
    display: none; }
  section#carousel .flex-pauseplay {
    display: none; }
  section#carousel ol.flex-control-nav {
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 10px;
    text-align: center;
    z-index: 9; }
    section#carousel ol.flex-control-nav li {
      display: inline-block;
      zoom: 1;
      margin: 0 6px;
      width: 12px;
      height: 12px; }
      section#carousel ol.flex-control-nav li a {
        display: block;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #ccc;
        text-indent: -9999px;
        cursor: pointer; }
      section#carousel ol.flex-control-nav li a.flex-active {
        background: #2e9eea; }

/**
* Home Page
*/
body.home {
  /**
  * Services
  */ }
  body.home header {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3; }
  body.home section article ul#services {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    list-style: none; }
    body.home section article ul#services li {
      float: left;
      width: 35%;
      line-height: 30px;
      margin: 0 15% 0 0; }
      body.home section article ul#services li a {
        float: left;
        width: 100%;
        margin: 0 0 15px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px dashed #ccc;
        color: #898989; }
      body.home section article ul#services li a:hover {
        color: #2e9eea; }

/**
* Archives
*/
body.archive section,
body.search section,
body.tag section,
body.blog section {
  /**
  * Header
  */
  /**
  * Article
  */ }
  body.archive section > header,
  body.search section > header,
  body.tag section > header,
  body.blog section > header {
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    font-family: "Raleway", sans-serif;
    font-size: 2em;
    font-weight: 700;
    color: #4c4c4c;
    border-bottom: 1px solid #e3e3e3; }
  body.archive section article,
  body.search section article,
  body.tag section article,
  body.blog section article {
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #e3e3e3;
    /**
    * Header
    */
    /**
    * Read More
    */ }
    body.archive section article header h1,
    body.search section article header h1,
    body.tag section article header h1,
    body.blog section article header h1 {
      margin: 0 0 10px 0; }
      body.archive section article header h1 a,
      body.search section article header h1 a,
      body.tag section article header h1 a,
      body.blog section article header h1 a {
        color: #4c4c4c; }
    body.archive section article div.content p a.read-more,
    body.search section article div.content p a.read-more,
    body.tag section article div.content p a.read-more,
    body.blog section article div.content p a.read-more {
      color: #2e9eea; }

/**
* Single Post
*/
body.single-post section {
  /**
  * Article
  */ }
  body.single-post section article {
    /**
    * Header
    */ }
    body.single-post section article header h1 {
      margin: 0 0 10px 0; }

/**
* Single Page
*/
body.page-template-default {
  /**
  * Header
  */ }
  body.page-template-default header {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3; }

/**
* Contact Page
*/
body.page-template-page-template-contact-php {
  /**
  * Header
  */
  /**
  * Section
  */ }
  body.page-template-page-template-contact-php header {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3; }
  body.page-template-page-template-contact-php section {
    border: none;
    /**
    * Google Map
    */
    /**
    * Schema Markup: Address
    */ }
    body.page-template-page-template-contact-php section .map-container {
      float: left;
      width: 100%;
      height: 300px;
      margin: 0 0 20px 0; }
      body.page-template-page-template-contact-php section .map-container .map {
        float: left;
        width: 100%;
        height: 300px; }
        body.page-template-page-template-contact-php section .map-container .map img {
          max-width: none !important;
          /* Renders Google Map controls correctly */ }
    body.page-template-page-template-contact-php section #address {
      font-size: 1.2em;
      color: #4c4c4c; }
      body.page-template-page-template-contact-php section #address .name {
        font-weight: 700; }
      body.page-template-page-template-contact-php section #address ul {
        clear: both;
        float: left;
        width: 100%;
        margin: 20px 0;
        list-style: none; }
        body.page-template-page-template-contact-php section #address ul li.phone:before {
          content: ""; }
        body.page-template-page-template-contact-php section #address ul li.email:before {
          content: ""; }

/**
* Pagination: Archives
* span.page-numbers, a is an inactive element
* a:hover is a hover element
* span.current is a selected element
*/
nav.archive {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
  text-align: center; }

nav.archive div {
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center; }

nav.archive div.prev {
  float: left; }

nav.archive div.next {
  float: right; }

nav.archive div.prev a,
nav.archive div.next a {
  font-size: 1.5em;
  font-weight: 400;
  color: #303030; }

nav.archive div.prev a:before {
  content: ""; }

nav.archive div.next a:after {
  content: ""; }

nav.archive div.pagination span.page-numbers,
nav.archive div.pagination a.page-numbers {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: 1.3em; }

nav.archive div.pagination span.dots {
  width: 12px;
  border: none !important;
  background: none !important; }

nav.archive div.pagination a.page-numbers:hover {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #fff;
  background: #303030;
  border: 1px solid #303030; }

nav.archive div.pagination span.current {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #fff;
  background: #303030;
  border: 1px solid #303030; }

/**
* Pagination: Single: Next
* .next: Previous + Next Links
* .number: Numbered Pagination:
* - a span.page-numbers is an inactive element
* - a:hover is a hover element
* - span.page-numbers is an active element
*/
nav.single {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3; }

nav.single.next a span {
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  color: #303030; }

nav.single.next a span.prev {
  float: left;
  padding: 0 0 0 20px; }

nav.single.next a span.prev:before {
  content: ""; }

nav.single.next a span.next {
  float: right;
  padding: 0 20px 0 0; }

nav.single.next a span.next:after {
  content: ""; }

nav.single.number span.page-numbers {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e3e3e3; }

nav.single.number a:hover span {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #fff;
  background: #303030;
  border: 1px solid #303030; }

nav.single.number > span.page-numbers {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #fff;
  background: #303030;
  border: 1px solid #303030; }

/**
* Pagination: Comments
* .next: Previous + Next Links
* .number: Numbered Pagination:
* - .page-numbers, a is an inactive element
* - a:hover is a hover element
* - span.current is a selected element
*/
nav.comments {
  clear: both;
  float: left;
  width: 100%;
  margin: 20px 0 40px 0;
  text-align: center; }

nav.comments.next a {
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  color: #303030; }

nav.comments.next div.prev a {
  float: left;
  padding: 0 0 0 20px; }

nav.comments.next div.next a {
  float: right;
  padding: 0 20px 0 0; }

nav.comments.next div.prev a:before {
  content: ""; }

nav.comments.next div.next a:after {
  content: ""; }

nav.comments.number span.page-numbers,
nav.comments.number a.page-numbers {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #4c4c4c;
  background: #fff;
  border: 1px solid #e3e3e3; }

nav.comments.number a.page-numbers:hover {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #fff;
  background: #303030;
  border: 1px solid #303030; }

nav.comments.number span.current {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 10px 0 0;
  color: #fff;
  background: #303030;
  border: 1px solid #303030; }

nav.comments.number a.prev {
  float: left;
  width: auto;
  padding: 0 0 0 20px;
  border: none;
  font-size: 1.5em;
  font-weight: 400;
  color: #303030; }

nav.comments.number a.prev:hover {
  float: left;
  width: auto;
  padding: 0 0 0 20px;
  border: none;
  font-size: 1.5em;
  font-weight: 400;
  color: #303030; }

nav.comments.number a.next {
  float: right;
  width: auto;
  padding: 0 20px 0 0;
  border: none;
  font-size: 1.5em;
  font-weight: 400;
  color: #303030; }

nav.comments.number a.next:hover {
  float: right;
  width: auto;
  padding: 0 20px 0 0;
  border: none;
  font-size: 1.5em;
  font-weight: 400;
  color: #303030; }

/**
* Comments
*/
#comments {
  clear: both;
  float: left;
  width: 100%;
  /**
  * Comments
  */
  /**
  * Comment Depth
  */ }
  #comments > h2 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3; }
  #comments div.comment {
    clear: both;
    float: left;
    width: 100%;
    /**
    * Comment
    */ }
    #comments div.comment article {
      margin: 0 0 30px 0; }
      #comments div.comment article footer.comment-meta {
        clear: both;
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        border-bottom: 1px solid #e3e3e3; }
        #comments div.comment article footer.comment-meta div.comment-author img {
          float: left;
          margin: 0 10px 0 0; }
        #comments div.comment article footer.comment-meta div.comment-author b.fn {
          float: left;
          margin: 5px 0 0 0;
          font-size: 1.6em;
          font-weight: 300; }
        #comments div.comment article footer.comment-meta div.comment-author span.says {
          display: none; }
        #comments div.comment article footer.comment-meta div.comment-metadata {
          clear: both;
          float: left;
          margin: -25px 0 0 65px; }
  #comments div.comment.depth-2,
  #comments div.comment.depth-3,
  #comments div.comment.depth-4,
  #comments div.comment.depth-5 {
    padding: 0 0 0 20px; }

/**
* Comments Form
*/
#respond {
  clear: both;
  float: left;
  width: 100%; }
  #respond h3#reply-title {
    font-size: 1.6em;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3; }
  #respond form p {
    clear: both;
    float: left;
    width: 100%; }
    #respond form p label {
      font-weight: 700; }
    #respond form p a {
      color: #2e9eea; }

/**
* Widgets
*/
li.widget {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  /**
  * Title
  */
  /**
  * Text
  */
  /**
  * Links
  */ }
  li.widget .widgettitle {
    margin: 0 0 20px 0;
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 700;
    color: #4c4c4c;
    text-align: center; }
  li.widget ul li {
    font-size: 1.2em;
    line-height: 1.6em;
    color: #4c4c4c; }
  li.widget a {
    color: #898989; }
  li.widget a:hover {
    color: #2e9eea; }

/**
* Calendar
*/
li.widget_calendar div table {
  width: 100%; }
  li.widget_calendar div table caption {
    margin: 0 0 10px 0; }
  li.widget_calendar div table td {
    line-height: 30px; }

/**
* Custom Menu
*/
li.widget_nav_menu ul li ul.sub-menu {
  padding-left: 20px; }
  li.widget_nav_menu ul li ul.sub-menu li {
    font-size: 1em; }

/**
* Pages
*/
li.widget_pages ul li ul.children {
  padding-left: 20px; }
  li.widget_pages ul li ul.children li {
    font-size: 1em; }

/**
* RSS
*/
li.widget_rss h2.widgettitle a.rsswidget:first-child {
  display: none; }
li.widget_rss h2.widgettitle:before {
  content: ""; }
li.widget_rss ul li a.rsswidget {
  font-weight: 700; }
li.widget_rss ul li span.rss-date {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  font-style: italic; }
li.widget_rss ul li div.rssSummary {
  float: left;
  width: 100%;
  margin: 10px 0 20px 0; }

/**
* Widgets: Search
*/
li.widget_search label {
  display: none; }
li.widget_search input#s {
  float: left;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 54px 0 10px;
  border-left: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  border-right: none;
  border-bottom: 1px solid #d8d8d8;
  font-weight: 300; }
li.widget_search input[type=submit] {
  float: right;
  display: block;
  width: 44px;
  height: 48px;
  line-height: 48px;
  margin: -48px 0 0 0;
  padding: 0;
  border-top: 1px solid #d8d8d8;
  border-left: none;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-indent: -9999px;
  background: url("../images/search.png") center no-repeat #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

/**
* Text
*/
li.widget_text div.textwidget p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin: 0 0 20px 0; }

/**
* ThemeLab: About
*/
li.widget_about_box div.image {
  float: left;
  margin: 0 0 20px 0; }
  li.widget_about_box div.image img {
    width: 100%; }
li.widget_about_box div.textwidget p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin: 0 0 20px 0; }

/**
* ThemeLab: Button
*/
li.widget_button {
  padding: 20px 20px 0 20px;
  background: #f3f3f3; }
  li.widget_button div.textwidget p {
    font-size: 1.2em;
    line-height: 1.7em;
    margin: 0 0 40px 0;
    text-align: center; }

/**
* ThemeLab: Business Hours
*/
li.widget_business_hours ul li strong {
  display: inline-block;
  width: 100px; }

/**
* ThemeLab: Contact
*/
li.widget_contact ul li.phone:before {
  content: ""; }

li.widget_contact ul li.email:before {
  content: ""; }

/**
* ThemeLab: Location
*/
li.widget_location h2.widgettitle:before {
  content: ""; }
li.widget_location div.textwidget p {
  font-size: 1.2em; }

/**
* ThemeLab: Map
*/
li.widget_map div.map-container,
li.widget_map div.map {
  float: left;
  width: 100%;
  height: 300px; }
li.widget_map div.map-container {
  margin: 0 0 20px 0; }

/**
* ThemeLab: Subscription Box
*/
li.widget_subscribe_box p {
  font-size: 1.2em;
  line-height: 1.7em;
  margin: 0 0 20px 0; }

/**
* ThemeLab: Social Icons
*/
li.widget_social_icons a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 10px 0;
  padding: 0 0 0 3px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4em; }
  li.widget_social_icons a .icon-facebook:before {
    content: ""; }
  li.widget_social_icons a .icon-twitter:before {
    content: ""; }
  li.widget_social_icons a .icon-linkedin:before {
    content: ""; }
  li.widget_social_icons a .icon-youtube:before {
    content: ""; }
  li.widget_social_icons a .icon-tumblr:before {
    content: ""; }
  li.widget_social_icons a .icon-pinterest:before {
    content: ""; }
  li.widget_social_icons a .icon-rss:before {
    content: ""; }

/**
* ThemeLab: Testimonials
*/
li.widget_testimonials {
  /**
  * Unslider
  */
  /**
  * Unslider Nav
  */ }
  li.widget_testimonials div#testimonials-rotator {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    /**
    * Testimonial
    */ }
    li.widget_testimonials div#testimonials-rotator ul li {
      float: left; }
      li.widget_testimonials div#testimonials-rotator ul li blockquote p {
        clear: both;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 20px;
        font-style: italic;
        font-size: 1.2em;
        text-align: center;
        color: #898989; }
      li.widget_testimonials div#testimonials-rotator ul li blockquote div.who {
        clear: both;
        float: left;
        width: 100%;
        height: 50%;
        border-top: 1px solid #e3e3e3;
        margin: 40px 0 0 0;
        padding: 0 50px; }
        li.widget_testimonials div#testimonials-rotator ul li blockquote div.who img {
          float: left;
          margin: 20px 20px 0 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        li.widget_testimonials div#testimonials-rotator ul li blockquote div.who span {
          display: inline-block;
          float: left; }
        li.widget_testimonials div#testimonials-rotator ul li blockquote div.who span.person {
          margin: 20px 0 0 0;
          font-weight: 700;
          font-size: 1.2em; }
        li.widget_testimonials div#testimonials-rotator ul li blockquote div.who span.company {
          color: #898989; }
  li.widget_testimonials nav.unslider-nav {
    display: none; }

/**
* Sidebar
*/
aside {
  float: right;
  width: 340px;
  padding: 50px 20px 0 20px; }
  aside ul {
    float: left;
    width: 100%; }

/**
* Footer
*/
footer#footer {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #e3e3e3;
  padding: 70px 0 30px 0; }
  footer#footer .container {
    width: 900px; }
  footer#footer aside {
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0; }
    footer#footer aside ul {
      clear: both;
      float: left;
      width: 100%; }
      footer#footer aside ul li.widget_image {
        display: block;
        float: left;
        width: 25%;
        text-align: center; }

/**
* Footer: Credits
*/
footer#credits {
  clear: both;
  float: left;
  width: 100%;
  margin: 45px 0 0 0;
  text-align: center; }
  footer#credits ul {
    clear: both;
    float: left;
    width: 100%; }
    footer#credits ul li {
      clear: both;
      float: left;
      width: 100%;
      margin: 0 0 20px 0;
      text-align: center;
      color: #4c4c4c;
      font-size: 1.3em;
      /**
      * Social Icons
      */ }
      footer#credits ul li a {
        color: #252525; }
      footer#credits ul li a:hover {
        color: #2e9eea; }
      footer#credits ul li strong {
        font-weight: 400;
        color: #252525; }
      footer#credits ul li a.facebook {
        display: inline-block;
        width: 30px;
        margin: 0 30px 0 0;
        font-size: 1.4em;
        visibility: hidden; }
      footer#credits ul li a.facebook:before {
        visibility: visible;
        content: ""; }
      footer#credits ul li a.twitter {
        display: inline-block;
        width: 30px;
        margin: 0 30px 0 0;
        font-size: 1.4em;
        visibility: hidden; }
      footer#credits ul li a.twitter:before {
        visibility: visible;
        content: ""; }
      footer#credits ul li a.google {
        display: inline-block;
        width: 30px;
        font-size: 1.4em;
        visibility: hidden; }
      footer#credits ul li a.google:before {
        visibility: visible;
        content: ""; }

/**
* Responsive
*/
/**
* Larger resolution devices
*/
@media only screen and (min-width: 1160px) {
  /**
  * Container
  */
  .container {
    width: 1140px; }

  /**
  * Main
  */
  section.sidebar {
    width: 800px; }

  /**
  * Footer
  */
  footer#footer .container {
    width: 1000px; } }
/**
* Tablet Portrait size to standard 960 (devices and browsers)
*/
@media only screen and (max-width: 979px) {
  /**
  * Container
  */
  .container {
    width: 95%;
    margin: 0 2.5%; }

  /**
  * Header
  */
  header#header {
    /**
    * Contact
    */ }
    header#header #contact {
      margin: 0; }

  /**
  * Carousel
  */
  section#carousel .flexslider ul.slides li div.slide-data {
    padding: 20px 20px 0 20px; }

  /**
  * Main
  */
  section.sidebar {
    width: 100%;
    border: none; }

  /**
  * Sidebar
  */
  aside {
    clear: both;
    float: left;
    width: 100%;
    padding: 40px 20px;
    border-top: 1px solid #e3e3e3; }

  /**
  * Footer
  */
  footer#footer div.container {
    width: 100%;
    margin: 0;
    padding: 0; }
    footer#footer div.container aside ul li.widget_image {
      width: 20%;
      margin: 0 2.5% 40px 2.5%; }
      footer#footer div.container aside ul li.widget_image img {
        width: 100%;
        height: auto; } }
/**
* Mobile Landscape Size to Tablet Portrait (devices and browsers)
*/
@media only screen and (max-width: 768px) {
  /**
  * Container
  */
  .container {
    width: 100%;
    margin: 0; }

  /**
  * Header
  */
  header#header {
    height: auto;
    padding: 0;
    border-top: none;
    /**
    * Mobile Menu Button
    */
    /**
    * Contact
    */
    /**
    * Logo
    */
    /**
    * Site Title
    */ }
    header#header #mobile-header {
      display: block; }
    header#header div#contact {
      float: left;
      width: 100%;
      text-align: right; }
    header#header a.header-image {
      width: 100%;
      text-align: center; }
    header#header h1 {
      width: 100%;
      padding: 0 20px;
      text-align: center; }
    header#header span {
      display: block;
      width: 100%;
      margin: 0 0 40px 0;
      padding: 0 20px;
      text-align: center; }

  /**
  * Menu
  */
  nav#menu {
    display: none; }

  /**
  * Carousel
  */
  section#carousel .flexslider ul.slides li div.slide-data {
    width: 100%; }

  /**
  * Services
  */
  body.home section article ul#services li {
    width: 45%;
    margin: 0 5% 0 0; }

  /**
  * Footer
  */
  footer#footer {
    padding: 50px 0 0 0; }
    footer#footer div.container aside {
      border-top: none; }
      footer#footer div.container aside ul li.widget_image {
        width: 100%;
        margin: 0 0 40px 0; }
        footer#footer div.container aside ul li.widget_image img {
          width: auto;
          max-width: 170px; }

  /**
  * Credits
  */
  footer#credits ul li span {
    display: block;
    clear: both;
    float: left;
    width: 100%; }
  footer#credits ul li span.divider {
    display: none; } }
@media only screen and (max-width: 650px) {
  /**
  * Header
  */
  header#header a.header-image {
    padding: 0 20px; }
    header#header a.header-image img {
      max-width: 100%;
      height: auto; }

  /**
  * Carousel
  */
  section#carousel {
    overflow: hidden;
    height: 250px;
    /* Control Nav */ }
    section#carousel .flexslider ul.slides li div.slide-data h1 {
      font-size: 2em;
      margin: 0 0 10px 0; }
    section#carousel .flexslider ul.slides li div.slide-data h2 {
      font-size: 1em;
      margin: 0 0 10px 0; }
    section#carousel .flexslider ul.slides li div.slide-data a.button {
      font-size: 1em;
      padding: 8px 10px; }
    section#carousel .flexslider ul.slides li img {
      width: auto;
      height: 250px; }
    section#carousel ol.flex-control-nav {
      bottom: 10px; }

  /**
  * Services
  */
  body.home section article ul#services li {
    width: 100%;
    margin: 0; } }
