@font-face {
  font-family: 'Fulton';
  src: url('../fonts/fultonshandregular.woff') format('woff');
}

/*****************************
 Box Sizing | Check IE
*****************************/

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

/*****************************
 Selection
*****************************/

::selection {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
::-moz-selection {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}
::-webkit-selection {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

/*****************************
 Body
*****************************/

body {
    background: #eeeeee;
    font-size: 15px;
    line-height: 175%;
    color: #777777;
}

/*****************************
 Hyperlinks
*****************************/

a {
    color: #87e100;
    text-decoration: underline;
    cursor: pointer;
}
a:hover,
a:active {
    color: #888888;
    text-decoration: none;
    transition: all ease 0.3s;
}
a img {
    border: 0px;
}

/*****************************
 Paragraph and Headings
*****************************/

p {
    margin: 0px 0px 15px 0px;
}
h1 {
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
}
h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #000000;
    margin: 0px 0px 10px 0px;
    line-height: 100%;
}
h3 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #444444;
    margin: 0px 0px 15px 0px;
    line-height: 100%;
}
h4 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #666666;
    margin: 0px 0px 15px 0px;
    line-height: 100%;
}
h5 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    line-height: 100%;
    padding: 5px;
    background: #222222;
}
h6 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #ffffff;
    margin: 0px 0px 15px 0px;
    line-height: 100%;
    padding: 5px;
    background: #444444;
}

/*****************************
 List Styling
*****************************/

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

/* Definition Lists */

dl {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
dl dt {
    clear: left;
    float: left;
    width: 18%;
    margin: 0px;
    padding: 2%;
    border-top: 1px solid #dddddd;
    font-weight: bold;
    color: #333333;
}
dl dd {
    float: left;
    width: 74%;
    margin: 0px;
    padding: 2%;
    border-top: 1px solid #dddddd;
}

/*****************************
 Other HTML elements
*****************************/


/* Bold */

strong,
b {
    font-weight: bold;
}

/* Italic */

em,
i {
    font-style: italic;
}

/* Horizontal Rule */

hr {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
    background: none;
    height: 0px;
    margin: 0px 0px 15px 0px;
    padding: 0px;
}
.hide {
    display: none;
}
.clearfloat.hide {
    display: none!important;
}

/*****************************
 Header
*****************************/

.header-row {
    width: 100%;
    display: block;
    margin: 0;
    background: none;
}

/* Featured Image */

.featured-image {
    position: relative;
    width: 100%;
}
.featured-image span {
    background: rgba(255, 255, 255, 0.5);
    background: #f8f8f8;
    bottom: 0;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    padding: 15px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

/*****************************
 Site Structure & Content
*****************************/


/* Page Headings */

.heading {
    width: 100%;
    background: none;
    padding: 30px 30px 15px;
    margin: 0px;
    display: inline-block;
}
.heading h1 {
    margin-top: 0;
}

/* Breadcrumbs */

.breadcrumb {
    padding: 0px 0px 13px 0px;
    margin: -13px 0 0;
    background: none;
    color: #bbbbbb;
    font-size: 11px;
    line-height: 100%;
}
.breadcrumb a {
    color: #bbbbbb;
}
.breadcrumb a:hover,
.breadcrumb a:active {
    color: #333333;
}
.content {
    width: 100%;
    padding: 0px 30px 30px 30px;
    margin: 0px;
}
.sidebar_left + .sidebar + .content-middle,
.sidebar_left + .content-middle {
    margin-left: 300px;
}
.sidebar + .content-middle {
    margin-right: 300px;
}
.sidebar_left,
.sidebar {
    background: none;
    width: 300px;
    margin: 0px;
}
.sidebar {
    float: right;
    padding: 30px 30px 30px 0;
}
.sidebar_left {
    float: left;
    padding: 30px 0 30px 30px;
}


/* Widgets */

.sidebar h2 {
    line-height: 100%;
}
.sidebar .widget {
    display: block;
}
.sidebar .widget + .widget {
    margin: 15px 0px 0px 0px;
}
.widget-title {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #444444;
    margin: 0px 0px 15px 0px;
    line-height: 175%;
}

/*****************************
 Call To Action
*****************************/

.call-to-action div > span {
    padding: 0px;
    margin: 0px 5px 0px 0px;
    background: none;
    color: #333333;
    font-weight: bold;
}

/* .call-to-action .contact-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
} */

.call-to-action .contact-phone {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin: 0px 0px;
    padding: 5px 0px;
}
.call-to-action .contact-email {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px;
}
.call-to-action .contact-social {
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    margin: 0px;
}
.call-to-action .contact-social .fa {
    font-size: 21px;
    line-height: 100%;
}
.call-to-action .contact-social a {
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
.call-to-action .contact-social a:hover > .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs a:hover > .title {
    display: block;
    visibility: visible;
}
.call-to-action .contact-social a .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title {
    position: absolute;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    text-align: center;
    padding: 3px;
    background: #333333;
    top: -23px;
    left: 11px;
    margin-left: -28px;
    width: 50px;
    display: none;
    visibility: hidden;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title {
    left: 8px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_get a .title {
    top: -53px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_only_if_image a .title,
#recaptcha_widget .captchaImgs-contain .captchaImgs .recaptcha_only_if_audio a .title {
    top: -43px;
}

/* Arrow */

.call-to-action .contact-social a .title:after,
.call-to-action .contact-social a .title:before,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:after,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.call-to-action .contact-social a .title:after,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:after {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333333;
    border-width: 3px;
    left: 50%;
    margin-left: -3px;
}
.call-to-action .contact-social a .title:before,
#recaptcha_widget .captchaImgs-contain .captchaImgs a .title:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333333;
    border-width: 3px;
    left: 50%;
    margin-left: -3px;
}

/*****************************
 Navigation Bar
*****************************/

.menu-row {
    width: 100%;
    display: block;
    margin: 0;
    background-color: black;
}
#menu {
    background: none;
    width: 100%;
}



/* Menu Clearfloat */

#menu #top:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menu #top {
    display: block;
}
* html #menu #top {
    height: 1%;
}
*+html #menu #top {
    height: 1%;
}

/*****************************
 Form Elements
*****************************/

input[type="text"],
input[type="date"],
input[type="email"],
textarea,
select {
    margin: 0px;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 168px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
label {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
#contactFormService input[type="date"] {
    width: 100%;
}
.page37 #contactFormService .form-element label {
    display: block;
    margin-bottom: 3px;
}

/*****************************
 Contact Form
*****************************/

.contact-form {
    width: 100%;
    line-height: 100%;
    display: inline-block;
}
.required {
    color: #ff0000;
    font-size: 12px;
}
.form-element {
    width: 100%;
    margin: 0px 0px 7px 0px;
    display: inline-block;
}
.form-element:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Contact Form Elements */

.form-element label {
    float: left;
    margin: 11px 0px 0px 0px;
}
.form-element input[type="text"] {
    float: right;
}
.form-element textarea {
    width: 100%;
    line-height: 150%;
    height: 150px;
    max-width: 100%;
    *width: 278px;
}

/* Submit Button */

input[type="submit"] {
    cursor: pointer;
    width: 100%;
    background: #404040;
    color: #ffffff;
    font-size: 14px;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    border: 0px;
}
input[type="submit"]:hover {
    background: #000000;
    color: #ffffff;
    transition: all ease 0.3s;
}

/* Submit Elements */

.confirm {
    color: #8ED334;
    font-size: 12px;
    background: #EAF7D9;
    border: 1px solid #BBDF8D;
    padding: 10px;
    display: block;
    clear: both;
    text-align: center;
    margin: 10px 0px 0px 0px;
}
.error {
    color: #F45555;
    font-size: 12px;
    background: #FFD1D1;
    border: 1px solid #F8ACAC;
    padding: 10px;
    display: block;
    clear: both;
    text-align: center;
    margin: 10px 0;
}

/* Errors */

.formError.inline {
    display: block!important;
}
.formError.inline .formErrorContent {
    margin-top: 1px;
    padding: 5px 3%;
    width: 94%;
}

/*****************************
 Photo Gallery
*****************************/

.gallery-container {}
.gallery-text {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.overview_thumbnail_all {
    float: left;
    padding: 0 15px 0 0;
}

/* Photo Gallery Thumbnails */

.thumbnail-all {
    margin: 10px;
    background: none;
    height: auto;
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}
.thumbnail {
    margin: 0px;
    width: auto;
    height: auto;
    background: none;
    overflow: hidden;
    position: relative;
}
.thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #87e100;
    opacity: 0.8;
    z-index: 8000;
    display: none;
}
.thumbnail svg {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
}
.thumbnail:hover .overlay {
    display: block;
}
.image-title {
    margin: 10px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
}
.image-title a {
    width: auto;
    display: block;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Open Sans', sans-serif;
    background: #dddddd;
    color: #333333;
    padding: 5px;
}
.image-title a:hover {
    color: #ffffff;
    background: #777777;
}
.image-description {
    max-width: 265px;
    margin: 0 auto;
    padding: 0px;
    background: none;
    width: 100%;
    color: #000000;
    font-size: 12px;
    background-color: #87e100;
    padding: 4px 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center;
}

.cat_title a {
    display: block;
    margin: 0 auto;
    padding: 0px;
    background: none;
    width: 100%;
    font-size: 10px;
    color: #000000;
    font-size: 12px;
    background-color: #87e100;
    padding: 4px 6px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.overview_thumbnail_all {
    margin-bottom: 10px;
    width: 25%;
}
.thumbnail {
    margin: 0 auto;
    max-width: 265px;
}
.thumbnail img {
    margin: auto;
    display: block;
    min-width: 160px;
}
.thumbnail img:hover {
    margin: auto;
    display: block;
}

/*****************************
 Overview
*****************************/


/* .content.overview ul > li{
    list-style: none;
} */

.content.overview ul li {
    margin-bottom: 7px;
    margin-top: 4px;
}
.content.overview ul ul li ul {
    list-style-type: square !important;
}


/*****************************
 Blog
*****************************/


/* Blog Page */

.blog-container {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    background: #ffffff;
    border: 1px solid #dddddd;
    /* -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); */
}
.blog-image {
    width: 200px;
    height: 200px;
    padding: 0px;
    margin: 0px;
    float: left;
}
.blog-image a {
    display: block;
}
.blog-content.image-left {
    margin: 0px 0px 0px 200px;
    padding: 25px 30px;
}
.blog-title {
    padding: 0px;
    margin: 0px;
    background: none;
    color: #aaaaaa;
    position: relative;
}
.blog-title a {
    /* color: #000000; */
    font-weight: bold;
    font-size: 14px;
}

/* .blog-title a:hover,
.blog-title a:active {
    color: #777777;
} */

.blog-social {
    /*width: 300px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;*/
    margin: 15px 0px 0px 0px;
}
.blog-body {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background: none;
}
.blog-social .gplus {
    width: 70px;
    float: left;
}
.blog-social .fb {
    width: 85px;
    float: left;
}
.blog-social .twitter {
    width: 80px;
    float: left;
}

.sidebar .blog-post .img {
    width: 100%;
    float: none;
}
.widget.latestBlogs.widget0 {
    margin-left: 40px;
}

/* Latest Posts - Home */

#home-blog .blog-container {
    width: 156px;
    float: left;
}
#home-blog div.blog-container + div.blog-container {
    margin: 0px 0px 30px 30px;
}
#home-blog .blog-image {
    width: 156px;
    height: 156px;
    float: none;
}
#home-blog .blog-image img {
    width: 156px;
    height: 156px;
}
#home-blog .blog-image a {
    display: block;
}
#home-blog .blog-content {
    margin: 10px 0px 0px 0px;
}
#home-blog .blog-title {
    text-align: center;
    width: 136px;
}
#home-blog .blog-title a {
    display: block;
}
#home-blog .blog-all {
    display: block;
    clear: both;
}
#home-blog .blog-all a {
    display: inline-block;
    padding: 10px;
    margin: 0px;
    background: #333333;
    color: #ffffff;
}
#home-blog .blog-all a:hover,
#home-blog .blog-all a:active {
    background: #000000;
}

/* Latest Posts - Module */

.blog-post {
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.blog-post .img {
    width: 60px;
    float: left;
}
.blog-post .titleimg {
    margin: 0px 0px 0px 70px;
}
.blog-post .date {
    display: block;
    width: 100%;
    color: #aaaaaa;
    font-size: 10px;
}

/* Archive Page */

.month {
    margin-bottom: 13px;
}
.month .blogPost.lastMonth {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
.month .blogPost {
    border-right: 1px solid #dddddd;
    float: left;
    margin-right: 30px;
    padding-right: 30px;
    width: 285px;
    text-align: center;
}
.month .blog-title {
    margin: 0 0 20px;
    padding: 0px;
}
.month .blog-title a {
    font-size: 12px;
    font-weight: normal;
}
#filter {
    background: #F7F7F7;
    margin: 0 0 20px;
    padding: 10px;
}
#filter #yr {
    float: left;
}
#filter #search {
    float: right;
    padding: 8px;
    width: 200px;
}
#filter #yr select {
    min-width: 115px;
    padding: 7px;
    width: auto;
}
#filter #yr input[type=submit] {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    height: 32px;
    margin-left: 10px;
    padding: 4px 0;
    text-align: center;
    width: 50px;
}

/*****************************
 Footer
*****************************/

.footer-row {
    width: 100%;
    display: block;
    margin: 0;
    background-color: black;
}
#footer {
    margin: 0px auto;
    width: 1200px;
    font-size: 10px;
    color: #fff;
    padding: 30px 20px;
}
.footer-mywork {
    margin: 0px auto;
    width: 1200px;
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
    padding: 10px 30px;
    text-align: right;
}
.footer-mywork span.left {
    float: left;
    display: none;
}

/* Footer Links */

#footer a {
    color: #ffffff;
}
#footer a:hover,
#footer a:active {
    text-decoration: underline;
}
.footer-mywork a {
    color: #ffffff;
}
.footer-mywork a:hover,
.footer-mywork a:active {
    text-decoration: underline;
}
.mini_sitemap h3 {
    color: #fff;
}

/*****************************
 Standard Footer Sitemap
*****************************/

.mini_sitemap {
    width: 100%;
}
.mini_sitemap ul.top {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* Level 1 */

.mini_sitemap ul.top li {
    width: 136px;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
.mini_sitemap ul.top > li > a {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #222222;
    display: block;
}

/* IE 7 Hack */

.mini_sitemap ul.top > li {
    zoom: 1;
    *display: inline;
    _height: 100%;
}

/* Level 2 */

.mini_sitemap ul.top ul {
    width: 100%;
    padding-left: 0;
}
.mini_sitemap ul.top ul li {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    display: block;
    font-size: 10px;
    line-height: 10px;
    font-weight: normal;
}

/* Level 3 */

.mini_sitemap ul.top ul ul {
    width: auto;
    margin: 10px 0px 0px 10px;
    display: block;
}
.mini_sitemap ul.top ul ul li {}

/* Level 4 */

.mini_sitemap ul.top ul ul {}
.mini_sitemap ul.top ul ul li {}

/*****************************
 Custom Footer
*****************************/

.footer-custom {
    margin: 0px 10px;
}
.footer-custom div {
    vertical-align: top;
}

/* IE 7 Hack */

.footer-custom > div {
    zoom: 1;
    *display: inline;
    _height: 100%;
}

/*Font Awesome*/

.footer-custom .fa {
    font-size: 15px;
    line-height: 100%;
    margin-right: 10px;
    min-width: 15px;
}
.footer-custom .fa.fa-mobile {
    font-size: 21px;
}

/*Force Height for address marker*/

.footer-custom .fa.fa-map-marker {
    min-height: 50px;
    float: left;
    margin-top: 5px;
    *display: inline;
}

/* About */

.footer-about {
    width: 45%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

/* Sitemap */

.footer-custom .mini_sitemap {
    width: 23%;
    display: inline-block;
    margin: 0% 4%;
    *zoom: 1;
    *display: inline;
}
.footer-custom .mini_sitemap ul.top ul {
    display: none;
    /* Hide all level 2 footer nav items */
}
.footer-custom .mini_sitemap ul.top li {
    width: 100%;
    margin: 7px 0px;
    padding: 0px;
    display: inline-block;
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
    *line-height: 14px;
    *margin-bottom: 0;
    *zoom: 1;
    *display: inline;
}
.footer-custom .mini_sitemap ul.top > li > a {
    margin: 0px;
    padding: 0px;
    border-bottom: 0px;
}

/* Contact */

.footer-contact {
    width: 23%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.footer-contact div {
    margin: 0px;
    padding: 5px 0px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: left center;
}

/* .footer-contact div + div {
    margin: 10px 0px 0px 0px;
} */

.footer-contact div > span.label {
    margin: 0px 5px 0px 0px;
    display: none;
}

/*****************************
 pagination
*****************************/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    list-style: none outside none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
    float: right;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager:before,
.pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 15px 15px 15px 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover,
.pager li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    background-color: #FFFFFF;
    color: #999999;
    cursor: not-allowed;
}

/*****************************
 Captcha
*****************************/

#recaptcha_widget {
    width: 100%;
}
#recaptcha_widget #recaptcha_image[style],
#recaptcha_widget #recaptcha_image img[style] {
    width: 100% !important;
    height: auto !important;
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_play_again,
#recaptcha_widget #recaptcha_image a#recaptcha_audio_download {
    padding: 10px 10px 10px 40px;
    width: auto;
    display: block;
    color: #666666;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_play_again {
    background-image: url(../files/captcha/captcha-audio-light.png);
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_download {
    background-image: url(../files/captcha/captcha-download-light.png);
}
#recaptcha_widget #recaptcha_image a#recaptcha_audio_play_again:hover,
#recaptcha_widget #recaptcha_image a#recaptcha_audio_download:hover {
    background-color: #333333;
    color: #ffffff;
}
#recaptcha_widget #recaptcha_image {
    margin: 0px 0px 10px 0px;
}
#recaptcha_widget span.recaptcha_only_if_image,
#recaptcha_widget span.recaptcha_only_if_audio {
    margin: 0px 0px 10px 0px;
    width: 100%;
    display: inline-block;
}
#recaptcha_widget input#recaptcha_response_field {
    margin: 0px 0px 10px 0px;
    width: 228px;
    display: inline-block;
}
#recaptcha_widget .captchaImgs-contain {
    width: 100%;
    display: inline-block;
    margin: 0px 0px 10px 0px;
}
#recaptcha_widget .captchaImgs-contain span {
    width: 170px;
    float: left;
    line-height: 15px;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs {
    width: 80px;
    float: right;
}
#recaptcha_widget .captchaImgs-contain .captchaImgs div + div {
    margin: 0px 0px 0px 10px;
}
#recaptcha_widget .recaptcha_get,
#recaptcha_widget .recaptcha_only_if_image,
#recaptcha_widget .recaptcha_only_if_audio,
#recaptcha_widget .recaptcha_help {
    width: 20px;
    height: 15px;
    float: left;
}
#recaptcha_widget .recaptcha_get a,
#recaptcha_widget .recaptcha_only_if_image a,
#recaptcha_widget .recaptcha_only_if_audio a,
#recaptcha_widget .recaptcha_help a {
    width: 20px;
    height: 15px;
    display: block;
    position: relative;
}

/*****************************
 Tables
*****************************/


/* table {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 0px;
    border-right: 0px;
}
tr {
    margin: 0px;
    padding: 0px;
}
th {
    margin: 0px;
    padding: 5px;
    background: #009FE3;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #1879c6;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
td {
    margin: 0px;
    padding: 2px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}*/


/*****************************
 404 Page
*****************************/


/* Google Search */

#goog-fixurl {
    width: 100%;
    display: inline-block;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}
#goog-wm {
    width: 100%
}
#goog-wm .content {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
#goog-wm .content h3.other-things {
    display: none;
}
#goog-wm .content ul {
    list-style: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
}
#goog-wm .content li.search-goog {
    list-style: none;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #444444;
    margin: 0px;
    line-height: 100%;
    text-align: center;
}
#goog-wm .content li.search-goog form {
    display: block;
}
#goog-wm .content li.search-goog input {
    margin: 15px auto 0px auto;
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
#goog-wm .content li.search-goog input#goog-wm-qt {
    border: 1px solid #c6c6c6;
    padding: 9px;
    width: 552px;
    font-size: 14px;
    line-height: 14px;
}
#goog-wm .content li.search-goog input#goog-wm-qt:active,
#goog-wm .content li.search-goog input#goog-wm-qt:focus {
    border: 1px solid #4D90FE;
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
#goog-wm .content li.search-goog input#goog-wm-sb {
    width: auto;
    padding: 10px;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #c6c6c6;
    color: #444444;
    background: #f5f5f5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%, #f1f1f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
    cursor: pointer;
    font-weight: bold;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#goog-wm .content li.search-goog input#goog-wm-sb:hover,
#goog-wm .content li.search-goog input#goog-wm-sb:active {
    color: #222222;
    background: #f8f8f8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #f1f1f1));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f8f8f8 0%, #f1f1f1 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f1f1f1', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

/*****************************
 Float Properties
*****************************/

.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfloat {
    display: block;
}

/* Hides from IE-mac */

* html .clearfloat {
    height: 1%;
}
*+html .clearfloat {
    height: 1%;
}

/*------------------------------------------------------------------------------*/

/* to do: #wrapper img styles*/

/* green: #87e100 */

/* Globals */
img {
    max-width: 100%;
}
body {
    background-color: black;
}
.page-content {
    background-color: white;
}
.row {
    width: 100%;
    display: block;
    float: none;
}
.container-width {
    max-width: 1200px;
    margin: 0 auto;
}
.featImg {
    width: 100%;
}

/* Header Row */
.header-row {
    background-color: black;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-row .logo-wrap {
    width: 45%;
    float: left;
}
.header-row .header-right {
    width: 55%;
    float: left;
}
.header-row .header-right .call-to-action {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
}
.header-row .contact-social .fa {
    color: white;
}
.header-row .green-box {
    padding: 12px 18px;
    background: #87e100;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
}
/*.header-row .green-box:hover a,
.header-row .green-box:hover .fa {
    color: white;
}*/
.header-row .green-box .fa,
.header-row .green-box a {
    color: black;
    /*text-shadow: 1px 1px 1px #536b0f;*/
}
.header-row .contact-phone .fa {
    margin-right: 7px;
}
.header-row .fa-chevron-circle-right {
    margin-left: 7px;
}

.header-phone-number {
    margin-bottom: 5px;
    text-align: center;
}
.header-phone-number a {
    text-decoration: none;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: white;
}



/* Menu */
.menu-row #menu > ul {
    text-align: center;
    list-style: none;
}
.menu-row #menu > ul li {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 99;
    display: inline-block;
}
.menu-row #menu > ul a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 15px;
    color: white;
    display: block;
    padding: 25px 14px;
    text-transform: uppercase;
}

.menu-row #menu li a:hover,
.menu-row #menu li a:active,
.menu-row #menu li.current a,
.menu-row #menu li:hover > a {
    color: #87e100;
}


.green-box a {
    text-decoration: none;
}
/* Level 1 */
#menu a {
    text-decoration: none;
}
#menu #top {
    padding: 0;
    line-height: 100%;
    margin: 0px auto;
    max-width: 1200px;
    z-index: 99;
}

/* Level 2 */
#menu #top li:hover > ul {
    display: inline-block;
}
#menu #top ul {
    margin: 0px;
    padding: 0px;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 62px;
    background: black;
    display: none;
    text-align: left;
}
#menu #top ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 99;
}

/* Second Level Link Styling and Onwards */

#menu #top ul a {
    white-space: nowrap;
    color: white;
    font-weight: normal;
    padding: 12px 10px;
    font-size: 13px;
}
#menu #top li > ul li a:hover {
    background: #000000 !important;
    color: #87e100 !important;
}

/* Level 3 */

#menu #top ul ul {
    left: 181px;
    top: 0px;
    z-index: 99;
}

/* Parallax */
.parallax {
    background-image: url(../images/blur-bg2.jpg);
    background-size: cover;
    padding: 85px 0;
    background-attachment: fixed;
    background-position: center center;
}
.parallax h2 {
    text-align: center;
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Roboto', sans-serif;
}

/* Services
.services-row {
    margin-top: -40px;
    z-index: 9999;
    position: relative;
}
*/

.services-row .service-wrap {
    background-size: 115%;
    width: 25%;
    display: inline-block;
    float: left;
    padding: 40px 19px 30px;
    text-align: center;
    background-color: black;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
    position: relative;
}

.services-row .service-wrap a.linkoverlay {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: block;
    width: 100%;
    display: block;
    text-decoration: none;
    color: transparent;
}
.services-row .service-wrap a.stretch {
    text-decoration: none;
}
.services-row .service-wrap a.stretch {
    width: 100%;
    display: block;
}
.services-row .service-wrap:hover {
    background-size: 115%;
}
.services-row .service-wrap:hover .read-more {
    background-size: 115%;
    color: #87e100;
}
.services-row .service-wrap a:hover span {
    color: white !important;
}
.services-row .service-wrap:nth-child(2):hover .read-more {
    color: black;
    text-shadow: none;
}
.services-row .service-wrap:nth-child(2) {
    /*margin-top: -30px;*/
    /*background-color: #87e100;*/
    /*background-image: url(/images/background-box.jpg);*/
}

/*.services-row .service-wrap:nth-child(2) h3,
.services-row .service-wrap:nth-child(2) p,
.services-row .service-wrap:nth-child(2) .read-more {
    text-shadow: 1px 1px 1px #536b0f;
}*/

.services-row .service-wrap:nth-child(3) {
    /*background-image: url(/images/background-box3.jpg);*/
}
.services-row .service-wrap:nth-child(1) {
    /*background-image: url(/images/background-box1.jpg);*/
}



.services-row .service-wrap h3 {
    color: white;
    font-size: 22px;
    line-height: 1.4em;
}
.services-row .service-wrap p {
    color: white;
}
.services-row .service-wrap img {
    margin-bottom: 15px;
}
.services-row .service-wrap .read-more {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    margin-top: 20px;
    display: inline-block;
}

.services-row .greenbox {
    background-color: #87e100;
}
.services-row .greenbox h3,
.services-row .greenbox p,
.services-row .greenbox .read-more {
    color: black;
}


/* Free quote */
.free-quote-row {
    background-color: #000000;
    margin-bottom: 50px;
}
.free-quote {
    padding: 15px 80px;
    color: white;
    max-width: 900px;
    margin: 0px auto;
}
.free-quote h3 {
    font-size: 32px;
    line-height: 1.7em;
    margin: 0;
    color: white;
    display: inline-block;
    font-family: 'Fulton', sans-serif;
}
.free-quote a {
    float: right;
}
.free-quote button {
    padding: 12px 38px;
    border-radius: 4px;
    border: 0;
    background-color: #87e100;
    margin-top: 8px;
    color: black;
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
/* Brand logos */
.brand-wrap {
    text-align: center;
}
.brands-wrap .brand {
    display: inline-block;
    width: 8%;
    margin: 2%;
    vertical-align: middle;
}
.sales-points-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
}
.sales-points-wrap .sale-point {
    width: 33.33333%;
    display: inline-block;
    float: left;
    padding: 0 45px;
    text-align: center;
    margin-bottom: 25px;
}
.sales-points-wrap .sale-point.sale-two {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px 25px;
    float: none;
}
.sales-points-wrap h4 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: black;
}

.nivo-caption {
    background: transparent;
    top: 5%;
    left: 50%;
    margin-left: -600px;
    max-width: 1200px;
}
.nivo-caption-2 {
    text-align: right;
}
.nivo-caption ul {
    list-style: none;
    background-color: black;
    padding: 10px 20px;
    display: inline-block;
}
.nivo-caption a {
    display: inline-block !important;
    opacity: 1;
}
.nivo-caption button:hover {
    color: #87e100;
    background-color: black;
    text-shadow: none;
}
.nivo-caption button:hover .fa {
    color: #87e100;
    background-color: black;
    text-shadow: none;
}
.nivo-caption button {
    padding: 10px 14px;
    background: #87e100;
    color: white;
    border: 0;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 10px;
    text-shadow: 1px 1px 1px #536b0f;
}
.nivo-caption button .fa {
    margin-left: 10px;
}
.nivo-caption li {
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
}
.nivo-caption h1 {
    color: white;
    background-color: #87e100;
    display: inline-block;
    padding: 10px 20px;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #536b0f;
}
.nivo-controlNav {
    display: none;
}

/* accreditation logos */

.accred-logos-wrap {
    margin-top: 10px;
}
.accred-logos-wrap img {
    margin: 0 1px;
    border-radius: 4px;
}

/*Blog*/
.blog-post .titleimg a {
    font-weight: bold;
}

.blog-container .blog-title a {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

.view {
    display: none !important;
}
.footer-about {
    padding-right: 15px;
}
.green-box a {
    line-height: 1em;
}

/* Footer */
#footer {
    font-size: 12px;
}
#footer .logo-wrap img {
    width: 100%;
}
#footer .logo-wrap {
    max-width: 330px;
    margin-bottom: 15px;
}
#footer .footer-custom p {
    font-size: 12px;
    margin-bottom: 10px;
}
#footer .postal .fa,
#footer .postal span {
    float: left;
}
.footer-custom .mini_sitemap ul.top li {
    font-size: 12px;
}
#footer .payment-methods .fa {
    font-size: 40px;
}



/* Contact form */
#contact input[type='submit'] {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: black;
    background-color: #87e100;
}
#contact input[type='submit']:hover {
    color: white;
    background-color: black;
}
.social-media-footer {
    margin-top: 20px !important;
}
.social-media-footer .fa {
    font-size: 27px;
    margin-right: 0;
}
.social-media-footer a {
    margin-right: 10px;
    display: inline-block;
}
.social-media-footer a:hover .fa {
    color: #87e100;
}

.testimonial {
    width: 50%;
    padding: 0 15px;
    float: left;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.testimonial p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.5em;
}
.testimonial .fa {
    margin: 0 10px;
    font-size: 15px;
    color: #e4e4e4;
}
.testimonial .name {
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.featImg {
    display: none;
}
.accordion dt .fa {
    margin-right: 10px;
}
.accordion dt,
.accodion dd {
    border: 0;
    width: 100%;
    display: block;
    padding: 0;
}

.accordion dt:last-of-type,
.accordion dd:last-of-type {
    /*border-bottom: 1px solid black; */
}
.accordion dt a,
.accordion dd a {
    display: block;
    color: black;
    font-weight: bold;
    padding: 12px 10px;
}
.accordion dt {
    border: 1px solid #d6d3d3;
    margin-bottom: 6px;
    font-family: 'Roboto', sans-serif;
}
.accordion dt a {
    font-size: 14px;
}
.accordion dt:hover {
    background-color: black;
}
.accordion dt:hover a {
    color: #87e100;
}
.accordion dd {
    border-top: 0;
    font-size: 12px;
    border: 0;
}
.accordion dd:last-of-type {
    /*border-top: 1px solid white;*/
    position: relative;
    top: -1px;
}
.sales-points-wrap svg {
    width: 50px;
    margin-bottom: 20px;
    fill: black;
}
.blog-image .mobile {
    display: none;
}

.overview .content-middle li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 14px;
    text-decoration: underline;
}

.overview .content-middle li a:hover {
    color: #87e100;
}

.brands-wrap {
    text-align: center;
}

.overview-col {
    text-align: center;
    width: 33.33333%;
    display: inline-block;
    float: left;
    padding: 15px;
    margin-bottom: 20px;
}
.overview-col h2 {
    text-transform: uppercase;
    margin-top: 7px;
    font-size: 17px;
    min-height: 40px;
}
.overview-col button {
    font-family: 'Roboto', sans-serif;    font-weight: 700;    font-size: 12px;
    border: 0;
    color: white;
    padding: 7px 12px;
    background: #87e100;    margin: 0px;    width: 230px;    color: black;
}
.blog-wrap {
    text-align: center;
    padding: 20px 0 40px;
}
.blog-wrap h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-wrap .blog-post {
    max-width: 300px;
    float: none;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
}
.blog-wrap .blog-post .img {
    width: 100%;
    display: block;
}
.blog-wrap .blog-post .title {
    text-align: left;
    font-weight: bold;
    margin-top: 5px;
}
.blog-wrap .blog-post .title a {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.blog-wrap .blog-post .date {
    display: block;
    width: 100%;
    color: #aaaaaa;
    font-size: 10px;
    line-height: 1em;
}
.mobile-header a,
.mobile-menu a {
    text-decoration: none;
}


/* ACcordion */

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.accordion {
    overflow:hidden;
    background:#fff;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #ccc;
    background:#eee;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    text-shadow:0px 1px 0px #1a1a1a;
    color:#555;
    font-size: 15px;
    text-shadow: none;
    text-decoration: none;
}

.accordion-section-title.active, .accordion-section-title:hover {
    background:#87E100;
    color:#000;
    /* Type */
    text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding:15px 0px;
    display:none;
}
