@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
.titan-accordion {
    margin: 0;
    padding: 0;
    background: #2196F3
}

.titan-accordion__submenu {
    margin: 0;
    padding: 0
}

.titan-accordion__submenu .titan-accordion__li {
    background: #1976D2
}

.titan-accordion__li {
    border-top: 1px solid #fff;
    list-style: none
}

.titan-accordion--child-1 {
    text-indent: 1em
}

.titan-accordion--child-2 {
    text-indent: 2em
}

.titan-accordion--child-3 {
    text-indent: 3em
}

.titan-accordion--clickable {
    background: url("../images/accordion-arrow.png") no-repeat 96% 10px;
    cursor: pointer
}

.titan-accordion--shown {
    background: url("../images/accordion-arrow.png") no-repeat 96% -70px
}

.titan-accordion__title {
    height: 48px;
    line-height: 48px;
    display: block
}

.titan-accordion__title a {
    color: #fff;
    display: block;
    padding: 0 1em;
    width: 84%
}

img:focus,
a:focus {
    outline: none
}

.padding-null {
    padding: 0px
}

.padding-right-null {
    padding-right: 0px
}

.padding-left-null {
    padding-left: 0px
}

.wrapper {
    overflow-x: hidden
}

body {
    font-family: "Roboto Condensed", sans-serif
}

.pagination-wrapper {
    clear: both
}

.welcome ul,
.welcome ol {
    color: #727d85;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    line-height: 24px
}

.breadcrumbs.project-breadcrumbs {
    text-transform: uppercase
}

.navbar .fa-bars {
    color: white
}

.navbar .navbar-toggle {
    float: none
}

.navbar .navbar-nav li span.dropdown-toggle {
    position: relative
}

.navbar .navbar-nav li span.dropdown-toggle:after {
    content: '\35';
    font-size: 30px;
    font-family: 'ElegantIcons';
    color: white
}

.navbar .navbar-nav li.open>span.dropdown-toggle:after {
    content: '\33'
}

.navbar .navbar-nav li .dropdown-menu {
    background-color: #231f20
}

.navbar .navbar-nav li .dropdown-menu li:last-child {
    border-bottom: none
}

.navbar .navbar-nav li .dropdown-menu a {
    border: none;
    color: #a1a1a1
}

.navbar .navbar-nav li .dropdown-menu a:hover,
.navbar .navbar-nav li .dropdown-menu a:active,
.navbar .navbar-nav li .dropdown-menu a:focus {
    background-color: inherit;
    border: none
}

.navbar .navbar-nav li a {
    display: inline-block
}

.navbar-header {
    float: right
}

.banner-wrapper {
    position: relative
}

.banner-wrapper .banner-content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.banner-wrapper .slick-prev,
.banner-wrapper .slick-next {
    width: 50px;
    height: 50px;
    top: 50%;
    z-index: 999;
    position: absolute;
    cursor: pointer;
    background: #261d20;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.banner-wrapper .slick-prev:before,
.banner-wrapper .slick-next:before {
    font-family: 'ElegantIcons';
    color: white;
    font-size: 24px
}

.banner-wrapper .slick-prev {
    left: 15px
}

.banner-wrapper .slick-prev:before {
    content: "\34"
}

.banner-wrapper .slick-next {
    right: 15px
}

.banner-wrapper .slick-next:before {
    content: "\35"
}

.banner-wrapper .slick-dots {
    background: transparent;
    position: absolute;
    bottom: 25px;
    display: table;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0
}

.banner-wrapper .slick-dots li {
    float: left;
    list-style: none
}

.banner-wrapper .slick-dots li button {
    background: transparent url("../images/dot.png") no-repeat scroll 0 0;
    border: medium none;
    color: transparent
}

li.slick-active button {
    background: transparent url("../images/dot-active.png") no-repeat scroll 0 0 !important
}

.logo {
    padding-left: 0px !important
}

.navbar-brand {
    padding: 0px
}

.menu {
    padding: 0px !important;
    margin-top: 10px
}

.top_nav {
    margin-top: 20px
}
.top_nav.sticky {
    top: 0;
}

.navbar-brand>img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.search-box .search-form label {
    display: none
}

button.search-form__submit:hover i {
    color: #000
}

.search-box input {
    background: #f8f6f6 none repeat scroll 0 0;
    border: 1px solid #dbcacc;
    color: #2c3e50;
    font-family: Myriad Pro;
    font-size: 14px;
    height: 40px;
    max-width: 100%;
    padding: 8px;
    padding-right: 40px;
    width: 100%;
    text-decoration: none
}

.search-box input:focus {
    border: 1px solid #ee1a3b;
    outline: none;
    box-shadow: none
}

.search-form__submit {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 10px;
    width: 30px
}

.search-form__submit i {
    color: #ee1a3b;
    font-size: 18px
}

.page-content .search-form label {
    display: none
}

.page-content .search-form input {
    background: #f8f6f6 none repeat scroll 0 0;
    border: 1px solid #dbcacc;
    color: #2c3e50;
    font-family: Myriad Pro;
    font-size: 14px;
    height: 40px;
    max-width: 100%;
    padding: 8px;
    width: 30%;
    text-decoration: none
}

.page-content .search-form input:focus {
    border: 1px solid #ee1a3b
}

.page-content .search-form__submit {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    height: 24px;
    position: relative;
    right: 44px;
    top: 2px;
    width: 30px
}

.page-content .search-form__submit i {
    color: #ee1a3b;
    font-size: 18px
}

.social {
    padding-bottom: 10px;
    padding-top: 10px
}

.social .fa {
    color: #2c3e50;
    font-size: 18px
}

.social .fa:hover {
    color: #eb1a39
}

.social>a {
    margin-right: 30px;
    padding: 0;
    text-decoration: none
}

.social>a:last-child {
    margin: 0
}

.header-phone {
    padding: 10px 0
}

.header-phone a {
    color: #ee1a3b;
    float: right;
    font-size: 24px;
    text-decoration: none;
    margin-top: -10px;
    font-family: "Lato", sans-serif;
    font-weight: 600
}

.main-menu {
    padding-right: 0px;
    margin-top: 20px
}

.navbar-inverse {
    background: transparent;
    border: transparent
}

.navbar .navbar-nav li a {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    padding-left: 26px !important;
    padding-right: 24px;
    color: #a1a1a1;
    font-weight: 300
}

.navbar .navbar-nav li span.dropdown-toggle::after {
    display: none
}

.navbar .navbar-nav li.current-menu-item a {
    color: #ee1a3b
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ee1a3b
}

.navbar-collapse {
    padding: 0px !important
}

.navbar .navbar-nav>li:first-child>a {
    padding-left: 0 !important
}

.navbar .navbar-nav li:last-child a {
    padding-right: 0 !important
}

.overlay {
    bottom: 0;
    display: inline-block;
    left: 0;
    margin: auto;
    max-height: 200px;
    max-width: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999999
}

.banner-slide {
    position: relative
}

.banner-slide .overlay h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
    line-height: 40px !important;
    text-transform: uppercase
}

.overlay a.btn {
    background: #ee1a3b none repeat scroll 0 0;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    height: 52px;
    padding: 14px;
    text-decoration: none;
    text-transform: uppercase;
    width: 178px;
    margin-top: 13px
}

.overlay a.btn:hover {
    background: #222533
}

#top-menu>ul>li:first-child>ul.dropdown-menu {
    left: -0px !important
}

#top-menu ul li {
    position: relative
}

#top-menu ul.dropdown-menu {
    border-radius: 0px;
    margin: 0 0 !important;
    text-align: left;
    left: 0px;
    top: 100% !important;
    border: 1px solid #CCC;
    box-shadow: 2px 2px 2px 0px #777
}

#top-menu ul.dropdown-menu>li {
    padding: 10px 0 10px 20px !important
}

#top-menu ul.dropdown-menu li {
    display: block !important;
    width: 100%
}

#top-menu ul.dropdown-menu ul.dropdown-menu {
    top: -6px !important;
    left: 100% !important;
    display: none
}

#top-menu ul.dropdown-menu li a {
    display: block !important;
    width: 100%;
    margin: 0 0 !important;
    padding: 0 0 !important
}

.navbar #top-menu ul.dropdown-menu>li a {
    padding: 0 10px 0px 5px !important
}

.navbar #top-menu>ul>li:first-child>ul.dropdown-menu {
    left: -26px !important
}

.navbar .navbar-nav li:hover>.dropdown-menu {
    display: block;
    border: none
}

.sub-menu li:hover>.dropdown-menu {
    display: block !important;
    left: 100% !important
}

.navbar .navbar-nav li .dropdown-menu {
    background-color: #fff;
    box-shadow: none;
    left: 0px;
    top: 50px;
    text-align: center
}

.navbar .navbar-nav li .dropdown-menu li a {
    color: #9d9d9d
}

.navbar .navbar-nav li .dropdown-menu li a:hover {
    color: #ee1a3b
}

.home .banner-wrapper .slick-dots li {
    float: none
}

.home .slick-dots li button::before {
    content: " "
}

.main-content .banner-wrapper img {
    max-width: initial;
    width: 100%
}

.hidden-content {
    display: none
}

.main-content a {
    color: #ee1a3b
}

.gform_validation_container {
    width: 0;
    height: 0;
    overflow: hidden
}

.gfield_required,
.validation_message,
.validation_error {
    color: #c00
}

.gform_wrapper .validation_error {
    margin-bottom: 1em
}

.gform_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.gform_wrapper li {
    margin-bottom: 1em
}

.gfield.gform_validation_container,
.gform_hidden {
    visibility: hidden;
    position: absolute
}

.gform_body input,
.gform_body select,
.gform_body textarea {
    padding: 0.500em;
    width: 100%;
    border: 1px solid #cdcdcd
}

.gform_body textarea {
    height: 220px
}

.gform_body input:focus,
.gform_body select:focus,
.gform_body textarea:focus {
    background: #fafafa
}

.contact {
    margin-bottom: 2em
}

.contact__gmaps {
    margin-bottom: 1em;
    width: 100%;
    overflow: hidden
}

.contact__gmaps iframe {
    width: 100%;
    height: 220px;
    border: 1px solid #cdcdcd;
    overflow: hidden
}

.contact__details-heading {
    display: inline-block;
    max-width: 100%;
    font-weight: 700
}

.contact__details-content {
    margin-bottom: 1em
}

.contact__schedule-item span:first-child {
    font-weight: 700
}

.welcome h1.page-title {
    color: #ee1a3b;
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 90px;
    text-align: center
}

.welcome {
    margin: 0 auto 77px;
    float: none
}

.welcome p {
    color: #727d85;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify
}

.leadins {
    background: #f3efef;
    padding-top: 40px;
    padding-bottom: 40px
}

.leadins .title {
    color: #3b465c;
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif
}

.leadin-block img {
    display: block;
    margin: 0 auto;
    width: auto
}

.leadin-block a {
    display: inline-block;
    position: relative;
    text-align: left
}

.leadin-block a:hover {
    color: #ee1a3b;
    text-decoration: none
}

.leadin-block a:hover::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.leadin-title {
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #727d85;
    font-family: lato;
    text-align: left;
    margin: 0px 0 5px 0;
    font-family: "Roboto Condensed", sans-serif
}

.leadin-title.first {
    bottom: 20px;
    position: absolute;
    right: 30px
}

.leadin-title.second {
    bottom: 20px;
    position: absolute;
    left: 30px
}

h2.page-title {
    color: #ee1a3b;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase
}

.form-wrapper {
    padding-top: 60px
}

.latest-posts {
    padding-bottom: 60px
}

.latest-posts .text-center h2 {
    font-size: 35px
}

.single-wrapper .single {
    border: 1px solid #e6e6e6
}

.single-wrapper .single .post_thumbnail img {
    max-width: 100%
}

.post-content {
    color: #727d85;
    display: none;
    font-family: lato;
    font-size: 14px;
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 100px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px solid #e6e6e6;
    line-heigh: 25px;
    border-bottom: 5px solid #ee1a3b
}

.single-wrapper .single:hover .post-content {
    display: block
}

.single-wrapper .single:hover {
    position: relative
}

.single-wrapper {
    overflow: hidden;
    display: inline-block
}

.single:hover .post_thumbnail:before {
    content: "\f054";
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    font-family: FontAwesome;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding-top: 18px;
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0;
    text-align: center;
    right: 0;
    margin: auto;
    margin-top: 25px
}

.single-wrapper .single:hover .post_thumbnail {
    height: 240px
}

.post_thumbnail {
    background-size: cover;
    display: block;
    height: 346px
}

.post_thumbnail {
    position: relative;
    display: block
}

.post-title {
    padding-left: 30px;
    padding-right: 30px
}

.post-title a {
    color: #727d85;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize
}

.post-info {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px
}

.post-info .post-date {
    color: #727d85;
    float: left;
    font-family: lato;
    font-size: 14px
}

.post-author {
    color: #727d85;
    display: block;
    float: left;
    font-family: lato;
    font-size: 14px;
    margin-left: 4px;
    text-transform: capitalize
}

.post-comments {
    color: #727d85;
    display: block;
    float: left;
    font-family: lato;
    font-size: 14px;
    margin-left: 4px
}

.post-comments:before {
    color: #727d85;
    margin-right: 4px;
    content: "/"
}

.pre-footer {
    padding-top: 50px
}

.getintouch {
    border-right: 1px solid #e5e5e5;
    min-height: 170px
}

.getintouch .title {
    color: #3b465c;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.getintouch a {
    color: #3b465c;
    display: block;
    font-size: 18px;
    text-align: center;
    text-decoration: none
}

.social .title {
    color: #3b465c;
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.pre-footer .social {
    border-right: 1px solid #e5e5e5;
    min-height: 170px;
    padding-bottom: 0;
    padding-top: 0
}

.icon {
    text-align: center
}

.icon a {
    margin-right: 30px;
    text-decoration: none
}

.icon .fa {
    font-size: 24px !important
}

h3.gform_title {
    color: #3b465c !important;
    font-size: 18px !important;
    margin: 0 0 30px;
    text-align: center;
    text-transform: uppercase
}

.newsletter .gform_body label {
    display: none
}

.newsletter .gform_footer {
    margin: 0 auto;
    text-align: center
}

.newsletter .gform_footer input {
    background: #222533 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
    line-height: 26px
}

.sidebar .newsletter .gform_footer input {
    background: #222533 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 1px;
    line-height: 23px
}

.newsletter .gform_footer input:hover {
    background: #ee1a3b
}

.newsletter .gform_body input {
    border: 1px solid #ceced0;
    color: #727d85;
    font-family: lato;
    font-size: 14px
}

.newsletter .gform_footer.top_label {
    margin-left: 0px
}

h1.page-title {
    color: #ee1a3b;
    font-size: 36px;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif
}

h1.entry-title {
    color: #ee1a3b;
    font-family: "Roboto Condensed", sans-serif
}

.main-content img {
    max-width: 100%
}

.tax-product_cat .products .product a.noimage-border {
    border: medium none
}

.subcat .subcat-img img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.subcat-img {
    border: 1px solid #cecece;
    display: block;
    height: 260px;
    overflow: hidden;
    width: 100%
}

.banner__spin {
    display: none;
    text-align: center
}

.banner-image-container {
    display: block
}

.no-js .banner__spin {
    display: block
}

.no-js .banner-image-container {
    display: none
}

.inner-banner-image-container img {
    width: auto;
    margin: 0 auto;
    display: block;
    max-height: 147px
}

.inner-banner-image-container .noimage-banner {
    max-width: 100%
}

.woocommerce .inner-banner-image-container img {
    max-width: initial
}

.inner-banner-image-container {
    margin-bottom: 30px
}

.breadcrumbs span a span {
    color: #727d85 !important;
    text-decoratin: none;
    font-family: "Roboto Condensed", sans-serif
}

.breadcrumbs span:nth-child(1) {
    color: #222533;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 5px;
    font-family: "Roboto Condensed", sans-serif
}

.breadcrumbs span:nth-child(2) {
    margin-left: 5px
}

.single-post .breadcrumbs {
    display: visible
}

.page-testimonial .breadcrumbs {
    color: #ee1a3b;
    font-size: 17px;
    display: block
}

.main-content p {
    color: #727d85;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 24px;
    margin: 30px 0
}

.main-content h1 {
    color: #ee1a3b;
    font-size: 36px
}

.main-content h2 {
    color: #ee1a3b;
    font-family: Arial;
    font-size: 34px;
    height: 53px;
    overflow: hidden;
    text-transform: uppercase
}

.left h2 {
    height: 75px
}

.main-content h3 {
    color: #ee1a3b;
    font-family: Arial;
    font-size: 32px;
    text-transform: uppercase
}

.main-content h4 {
    color: #ee1a3b;
    font-family: Arial;
    font-size: 30px;
    text-transform: uppercase
}

.main-content h5 {
    color: #ee1a3b;
    font-family: Arial;
    font-size: 28px;
    text-transform: uppercase
}

.main-content h6 {
    color: #ee1a3b;
    font-family: Arial;
    font-size: 26px;
    text-transform: uppercase
}

.main-content .left ul li {
    color: #727d85;
    font-size: 17px;
    line-height: 36px;
    list-style: none;
    display: table-row
}

.main-content .left ul li a {
    color: #727d85;
    text-decoration: none
}

.main-content .left ul li ul {
    padding: 0
}

.main-content .left ol li {
    color: #727d85;
    font-size: 17px;
    line-height: 36px
}

.main-content .left ol li ol {
    list-style: outside none lower-alpha
}

.main-content .left ul li:before {
    content: "\25CF";
    font-size: 17px;
    display: table-cell;
    color: #222533;
    font-family: FontAwesome;
    line-height: 36px;
    padding-right: 14px
}

.woocommerce-content .page-description ul li {
    color: #727d85;
    font-size: 17px;
    line-height: 36px;
    list-style: none;
    display: table-row;
    font-family: "Roboto Condensed", sans-serif
}

.woocommerce-content .page-description ul li a {
    color: #727d85;
    text-decoration: none
}

.woocommerce-content .page-description ul li ul {
    padding: 0
}

.woocommerce-content .page-description ol li {
    color: #727d85;
    font-size: 17px;
    line-height: 36px
}

.woocommerce-content .page-description ol li ol {
    list-style: outside none lower-alpha
}

.woocommerce-content .page-description ul li:before {
    content: "\25CF";
    font-size: 17px;
    display: table-cell;
    color: #222533;
    font-family: FontAwesome;
    line-height: 36px;
    padding-right: 14px
}

.cart_totals {
    width: 100% !important
}

.product-name>a {
    color: #ee1a3b
}

.sidebar h3 {
    color: #ee1a3b;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.sidebar label {
    display: none
}

.sidebar .gform_body input,
.sidebar .gform_body select,
.sidebar .gform_body textarea {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    color: #727d85;
    padding: 0.5em;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    resize: none
}

.sidebar .gform_footer .gform_button {
    background: #ee1a3b none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    float: right;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    text-transform: uppercase;
    width: 105px;
    line-height: 26px
}

.sidebar h3 {
    color: #ee1a3b;
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif
}

.sidebar .newsletter h3 {
    color: #3b465c;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif
}

.testimonial-loop .post-thumbnail h2 {
    color: #222533;
    font-size: 24px;
    text-transform: capitalize
}

.testimonial-loop .testi-border {
    border-bottom: 1px solid #e8e9ea;
    clear: both;
    height: 1px
}

.testimonial-loop .location {
    color: #ee1a3b;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.testi-border:last-child {
    display: none
}

.news .post-title {
    padding-left: 15px
}

.news .post-thumbnail {
    padding: 0 15px;
    width: 46%;
    float: left
}

.news .post-entry {
    float: left;
    max-width: 500px;
    width: 54%
}

.news .post-title a {
    color: #ee1a3b;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: capitalize
}

.news .post-title h2 {
    margin-bottom: 10px;
    text-align: left;
    margin-top: 50px
}

.news p {
    margin: 0
}

.news .post-thumbnail img {
    width: 100%
}

.post-entry span {
    color: #ee1a3b
}

.news .post-entry a {
    background: #ee1a3b none repeat scroll 0 0;
    color: #fff;
    float: right;
    font-family: Lato;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    padding: 5px;
    line-height: 26px;
    text-transform: uppercase;
    white-space: normal;
    width: 177px;
    word-wrap: break-word;
    border-radius: 0
}

a,
a:hover,
a:active,
button,
button:hover,
button:active {
    outline: none !important
}

a.fancy-content.single-news-img {
    display: block !important
}

.woocommerce span.onsale {
    display: none
}

.back-to-news a {
    background: #ee1a3b;
    border-radius: 0;
    color: #fff;
    float: right;
    font-family: lato;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    padding: 5px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    text-decoration: none
}

.back-to-news a:before {
    content: "\f104";
    padding-right: 15px;
    font-size: 18px;
    font-family: FontAwesome
}

.news .row {
    border-bottom: 1px solid #e3e5e7;
    padding-bottom: 30px
}

a.fancy-content {
    display: inline-block !important
}

.products .product-category.parent-cat.first {
    padding-left: 0px !important;
    padding-right: 15px;
    margin-bottom: 30px
}

.products .product-category.parent-cat.last {
    padding-right: 0px !important;
    padding-left: 15px;
    margin-bottom: 30px
}

.product-category.product.parent-cat a {
    display: block
}

.post-type-archive .products .product-category h3 {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    text-decoration: none;
    text-shadow: 4px 6px 14px #000;
    text-transform: inherit;
    top: 30px
}

.post-type-archive .products .product-category.last h3 {
    padding-left: 20px;
    padding-right: 20px
}

.tax-product_cat .products .product a {
    text-decoration: none
}

.tax-product_cat .products .product h3 {
    color: #ee1a3b;
    font-size: 19px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 2px 0 10px 0
}

.related .products .product h3 {
    color: #ee1a3b;
    font-size: 19px;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    display: block;
    margin: 2px 0 10px 0
}

.related .products .product-item-info .brand {
    text-decoration: none;
    color: #a1a1a1
}

.related .products a:hover {
    text-decoration: none
}

.products .product-category.first {
    padding-right: 15px;
    margin-bottom: -10px
}

.products .product-category.last {
    padding-left: 15px
}

.summary ul,
.woocommerce-content ol {
    padding-left: 10px
}

.single-product-summary ul {
    padding-left: 0
}

.single-product-summary ul li {
    color: #727d85;
    font-size: 15px;
    line-height: inherit;
    list-style: none;
    display: table-row;
    text-transform: none
}

.slider-nav .fa-angle-right {
    float: right;
    margin-top: -90px
}

.slider-nav .fa-angle-left {
    position: absolute;
    height: 100%;
    vertical-align: middle;
    top: 30%
}

.summary ul li a {
    color: #727d85;
    text-decoration: none
}

.summary ul li ul {
    padding: 0
}

.summary ol li {
    color: #727d85;
    font-size: 17px;
    line-height: 36px
}

.summary ol li ol {
    list-style: outside none lower-alpha;
    padding-left: 35px
}

.single-product-summary ul li:before {
    content: "\25CF";
    font-size: 17px;
    display: table-cell;
    color: #222533;
    font-family: FontAwesome;
    line-height: 36px;
    padding-right: 14px
}

.woocommerce img,
.woocommerce-page img {
    display: block;
    margin: 0 auto
}

.woocommerce-breadcrumb {
    color: #ee1a3b !important;
    font-size: 17px !important;
    text-transform: uppercase
}

.woocommerce .woocommerce-breadcrumb a {
    color: #727d85;
    font-size: 17px;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif
}

.breadcrumb-last {
    color: #222533;
    display: inline-block;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif
}

.crumb-shop {
    color: #727d85;
    font-size: 17px;
    text-decoration: none;
    font-family: "Roboto Condensed", sans-serif
}

.woocommerce-breadcrumb .breadcrumb-last a:hover {
    color: #ee1a3b
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: none;
    width: 100%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 48%
}

.woocommerce div.product div.images img {
    margin: 0 auto;
    width: auto !important
}

.woocommerce-content .images {
    border: 1px solid #ceced0;
    width: 100% !important
}

.summary .cart {
    display: none
}

.archive .products div.product {
    min-height: 342px
}

.woocommerce-content .products .products-list img {
    width: auto
}

.woocommerce-content .thumbnails {
    padding-top: 0 !important;
    margin: 0
}

.img-thumb {
    border: 1px solid #cecece;
    width: 262px;
    height: 262px;
    overflow: hidden
}

.woocommerce-content .images .thumbnails a {
    height: 89px;
    margin: 0 !important;
    border-right: 1px solid #ceced0
}

.woocommerce-content .images .thumbnails img {
    height: 89px !important;
    width: 90px !important
}

.thumbnails .slick-prev,
.thumbnails .slick-next {
    background: #222533;
    border-radius: 50%;
    display: block !important;
    height: 28px;
    margin-top: -14px;
    width: 28px;
    margin-left: 10px;
    margin-right: 10px
}

.thumbnails .slick-prev {
    left: 5px;
    z-index: 9
}

.thumbnails .slick-prev:before {
    content: "\f104";
    font-family: FontAwesome
}

.thumbnails .slick-next {
    right: 5px
}

.thumbnails .slick-next:before {
    content: "\f105";
    font-family: FontAwesome
}

.thumbnails .slick-prev:hover,
.thumbnails .slick-prev:focus,
.thumbnails .slick-next:hover,
.thumbnails .slick-next:focus {
    background: #fff;
    outline: medium none;
    border: 1px solid #9f9fa3
}

.thumbnails .slick-prev:hover:before {
    color: #3b3e48
}

.thumbnails .slick-next:hover:before {
    color: #3b3e48
}

.images .thumbnails a.fancy-content:hover::before {
    background-color: rgba(34, 37, 51, 0.2);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.images a.fancy-content {
    display: block !important
}

.images .thumbnails a {
    display: block;
    position: relative
}

.woocommerce-content p {
    color: #727d85;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    line-height: 24px
}

.product-video {
    background: #ee1a3b;
    padding: 5px;
    line-height: 26px;
    text-align: center;
    border-radius: 0
}

.product-video a {
    color: #fff;
    font-family: lato;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: block
}

.product-video a:hover {
    color: #fff;
    text-decoration: none
}

.product-video a:before {
    color: #fff;
    content: "\f01d";
    font-family: FontAwesome;
    padding-right: 10px;
    font-weight: normal
}

.entry-summary {
    float: left !important;
    margin-right: 40px;
    width: 100% !important
}

.entry-summary p {
    margin-top: 0px !important
}

.sidebar .sidebar__navigation {
    margin-bottom: 30px;
    padding: 10px
}

.sidebar .sidebar__navigation .panel-group {
    margin-top: 62px
}

.sidebar__navigation .panel-heading {
    padding: 0
}

.sidebar__navigation .panel-default {
    border: medium none
}

.sidebar__navigation .panel-group .panel+.panel {
    box-shadow: none
}

.sidebar__navigation .panel {
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: none
}

.sidebar .contact-form label {
    display: none
}

.sidebar .contact-form li {
    margin-bottom: 0px !important
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding-top: 5px;
    padding-bottom: 5px
}

.sidebar__navigation .panel-body a {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none
}

.sidebar__navigation .panel-default .panel-heading {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    margin-bottom: 6px
}

.sidebar__navigation .panel-title a {
    color: #222533;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    text-decoration: none;
    text-transform: initial
}

.sidebar__navigation .panel-body li a.active {
    color: #ee1a3b
}

.sidebar__navigation .panel-body li a.active:before {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 5px
}

.sidebar__navigation .panel-title a:hover {
    color: #ee1a3b
}

.sidebar__navigation .panel-body li {
    line-height: 28px
}

.sidebar .sidebar__navigation ul .navigation__head {
    border-top: 1px solid #595a95;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 20px;
    cursor: pointer
}

.sidebar .sidebar__navigation ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.sidebar h2 {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 24px;
    color: #EE1A3B;
    text-transform: uppercase;
    margin-bottom: 20px;
    height: 53px
}

.sidebar__navigation .panel-title a.active {
    color: #ee1a3b
}

.sidebar__navigation .panel-title a.active:before {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 5px
}

#map-canvas {
    height: 500px
}

.single-product-summary p {
    text-transform: none;
    font-size: 15px;
    font-family: inherit
}

.product-specification {
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase
}

.spec-wrapper {
    float: left;
    height: auto;
    margin-bottom: 10px;
    vertical-align: bottom;
    width: 33%;
    display: inline-table
}

.back-height {
    background: url("../images/back-height.png") 0px 4px no-repeat;
    background-size: 20px
}

.leg-height {
    background: url("../images/leg-height.png") 0px 4px no-repeat;
    background-size: 20px
}

.seat-length {
    background: url("../images/seat-length.png") 0px 4px no-repeat;
    background-size: 15px
}

.indoor {
    background: url("../images/indoor.png") 0px 1px no-repeat;
    background-size: 22px
}

.seat-length-back {
    background: url("../images/seat-back-lenght.png") 0px 2px no-repeat;
    background-size: 15px
}

.stacking {
    background: url("../images/stacking.png") -1px 5px no-repeat;
    background-size: 20px
}

.outdoor {
    background: url("../images/outdoor.png") -1px 3px no-repeat;
    background-size: 23px
}

.rectangle-top {
    background: url("../images/rectangle-top.png") 0px 2px no-repeat;
    background-size: 20px
}

.square-top {
    background: url("../images/square-top.png") 0px 7px no-repeat;
    background-size: 25px
}

.round-top {
    background: url("../images/round-top.png") 0px 7px no-repeat;
    background-size: 25px
}

.table-base-span {
    background: url("../images/table-base-span.png") 0px 7px no-repeat;
    background-size: 25px
}

.table-height {
    background: url("../images/table-height.png") 0px 7px no-repeat;
    background-size: 25px
}

.spec-wrapper .spec {
    color: #727d85;
    display: table-cell;
    font-family: lato;
    font-size: 14px;
    height: 50px;
    padding-left: 30px;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px
}

.spec-bottom {
    margin-bottom: 25px
}

.spec-wrapper.round-top .spec {
    padding-left: 30px
}

.spec-wrapper.square-top .spec {
    padding-left: 30px
}

.spec-wrapper.indoor {
    margin-top: 16px;
    margin-bottom: 25px
}

.spec-wrapper.indoor .spec {
    height: auto
}

.spec-wrapper.outdoor .spec {
    margin-top: 10px;
    padding-bottom: 15px
}

.spec-wrapper.outdoor {
    margin-top: 10px
}

.map-marker-info {
    width: 200px
}

.map-marker-info p {
    color: #727d85 !important;
    font-size: 14px !important;
    margin: 0 !important
}

.map-marker-info h2 {
    color: #727d85 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    font-family: Lato;
    text-transform: capitalize !important
}

.woocommerce-pagination {
    float: right;
    margin: 20px 0
}

.woocommerce-pagination .page-numbers {
    border: none !important
}

.woocommerce nav.woocommerce-pagination ul li {
    border-radius: 5px;
    border: none !important;
    margin-right: 5px !important
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #222533 !important;
    color: #fff !important;
    font-family: Myriad Pro;
    font-size: 17px
}

.woocommerce-pagination .page-numbers li a.page-numbers {
    border: 1px solid #ceced0 !important;
    border-radius: 5px;
    color: #727d85;
    font-family: Myriad Pro;
    font-size: 17px;
    padding: 8px
}

.product-item-info {
    min-height: 65px
}

.pagination-wrapper .pagination {
    border-radius: 4px;
    display: inline-block;
    float: right;
    margin: 20px 0;
    padding-left: 0;
    padding-right: 20px
}

.pagination-wrapper .pagination li:first-child a.page-numbers {
    margin-right: 6px
}

.pagination-wrapper .pagination li:last-child a.page-numbers {
    margin-left: 6px
}

.pagination-wrapper .pagination>li::before {
    content: "" !important
}

.pagination-wrapper .pagination>li:last-child {
    margin-right: 0px
}

.pagination-wrapper .pagination>li {
    float: left;
    list-style: outside none none !important;
    margin-right: 10px
}

.pagination>li>span.current {
    background-color: #222533;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    float: left;
    padding: 2px 8px;
    font-family: Myriad Pro;
    font-size: 17px
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #ceced0;
    border-radius: 5px;
    color: #222533;
    padding: 2px 8px;
    font-family: Myriad Pro;
    font-size: 17px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #222533;
    color: #fff !important
}

.contact-page-form li {
    float: left;
    margin-bottom: 1em;
    margin-right: 11px;
    width: 48%;
    height: 58px
}

.contact-page-form .gform_body input,
.contact-page-form .gform_body select {
    border: 1px solid #d9d9d9;
    height: 25px;
    padding: 0 5px;
    width: 100%
}

.contact-page-form .full-width {
    width: 100%;
    height: auto
}

.contact-page-form .gform_footer .gform_button {
    background: #222533 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    line-height: 26px;
    text-transform: uppercase;
    width: 177px
}

.contact-page-form .gform_footer .gform_button:hover {
    background: #ee1a3b none repeat scroll 0 0
}

.contact-page-form label {
    color: #222533;
    font-size: 17px
}

.contact__details-heading {
    color: #222533;
    font-size: 17px
}

.contact__details-content {
    color: #727d85;
    font-size: 16px;
    margin-bottom: 1em
}

.contact__details-content a {
    color: #ee1a3b;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none
}

.contact__details-content a.phone {
    color: #727d85;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none
}

.labelfocus {
    color: #ee1a3b !important
}

.gform_body input:focus,
.gform_body select:focus,
.gform_body textarea:focus {
    border: 1px solid #ee1a3b;
    outline: none;
    box-shadow: none
}

.gform_body textarea {
    resize: none
}

.contact__gmaps iframe {
    height: 210px
}

.entry__title>a {
    color: #ee1a3b;
    font-family: Lato;
    font-size: 30px;
    text-decoration: none;
    text-transform: capitalize
}

.entry__summary {
    font-family: Lato;
    font-size: 16px
}

.entry__summary span {
    color: #ee1a3b
}

.entry__meta a {
    color: #ee1a3b;
    display: inline-block;
    font-family: lato;
    margin-bottom: 10px;
    text-decoration: none
}

.page-contact-us .page-title {
    font-size: 34px;
    text-transform: none
}

.page-contact-us .margin-left {
    margin-left: 11px;
    margin-right: 0
}

.pre-footer .newsletter .gform_footer {
    margin-left: 0px;
    float: left;
    width: 30%
}

.pre-footer .newsletter .gform_body {
    width: 70%;
    float: left;
    padding-right: 5px
}

.leadin-block {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.leadin-block .leadin-readmore {
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    background-color: #222533;
    color: #FFF;
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px
}

.leadin-block .leadin-readmore:hover {
    background: #ee1a3b;
    color: #fff;
    text-decoration: none
}

.leadin-block .leadin-readmore:hover:before {
    background: transparent
}

.leadin-block .readmore-block {
    text-align: center;
    padding: 10px 0
}

.main-content h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500
}

.main-content h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400
}

.main-content h3,
.main-content p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300
}

.main-content .gform_title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500
}

.main-content .woocommerce-content .brand {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    color: #a1a1a1;
    display: block
}

.leadin-block .brand {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    color: #a1a1a1;
    display: block;
    margin-top: 7px
}

.btn-load-more {
    display: block !important
}

.load-wrapper a {
    background: #ee1a3b none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    line-height: 26px;
    width: 150px;
    text-transform: uppercase;
    display: inline-block !important;
    margin: 0 auto !important;
    text-decoration: none
}

.load-wrapper a:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.load-wrapper p {
    text-align: center
}

.woocommerce-page div.product div.thumbnails a {
    border: 1px solid #ceced0;
    float: none;
    margin-right: 0;
    margin-bottom: 2em !important;
    width: 100% !important;
    padding: 10px
}

.woocommerce-content .images a {
    padding: 50px 20px
}

.products-list .img-thumb {
    position: relative;
    line-height: 262px
}

.products-list .img-thumb img {
    display: inline-block
}

.projects-wrapper .project-filter {
    margin-bottom: 40px
}

.projects-wrapper .project-filter ul {
    padding-left: 0
}

.projects-wrapper .project-filter ul li {
    display: inline-block !important;
    margin-right: 10px
}

.projects-wrapper .project-filter ul li:before {
    content: ''
}

.projects-wrapper .project-filter ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #D6D2D2;
    border-radius: 6px;
    font-family: "Roboto Condensed", sans-serif
}

.projects-wrapper .project-filter ul li a:hover {
    background-color: #e0e0e0
}

.projects-wrapper .project-filter ul li .active {
    background-color: #e0e0e0
}

.projects-wrapper .projects .project .post-thumbnail {
    padding: 0
}

.projects-wrapper .projects .project .post-thumbnail img {
    height: inherit;
    width: auto
}

.projects-wrapper .projects .project .post-title h2 {
    line-height: 14px;
    margin-bottom: 30px;
    text-align: center
}

.projects-wrapper .projects .project .post-title h2 a {
    color: #ee1a3b;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    text-decoration: none
}

.project-breadcrumbs span:last-child {
    margin-left: 10px
}

.single-project .main-content .left .images {
    padding: 0;
    margin: 10px 25px
}

.single-project .main-content .left .images .project-image {
    margin: 0 5px
}

.single-project .main-content .left .images .project-image:active {
    background-color: transparent;
    border: 0
}

.single-project .main-content .left .images .project-image a {
    border: 1px solid #cdcdcd;
    color: #000;
    outline: none !important
}

.single-project .main-content .left .images .project-image a img {
    margin: 0 auto
}

.single-project .main-content .left .images .slick-slide {
    outline: none
}

.single-project .main-content .left .images .slick-next {
    right: -21px
}

.single-project .main-content .left .slick-prev,
.single-project .main-content .left .slick-next {
    top: 50%;
    width: 25px;
    height: 25px
}

.single-project .main-content .left .slick-prev:before,
.single-project .main-content .left .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #EE1A3B;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sr_img {
    min-width: 67px
}

.sticky {
    position: fixed;
    z-index: 9;
    background: #FFF;
    width: 100%;
    margin: 0;
    padding-top: 20px;
    box-shadow: 0px 0px 10px #999
}

#getintouch-wrapper {
    position: fixed;
    bottom: 23px;
    right: 60px;
    height: 40px;
    z-index: 99999
}

#getintouch-wrapper a {
    background: #EE1A3B;
    padding: 17px;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-transform: uppercase;
}

#getintouch-wrapper a:hover,
#getintouch-wrapper a:active,
#getintouch-wrapper a:visited,
#getintouch-wrapper a:focus {
    text-decoration: none
}

#getintouch-wrapper:hover a {
    background: #000
}

#dialog-getintouch {
    background: #EE1A3A;
    color: #FFF;
    font-size: 21px;
    text-align: center;
    height: 100%;
}

#dialog-getintouch a {
    color: #fff
}
#dialog-getintouch a:hover {
    text-decoration: none;
}

.social .search-mobile button i.fa {
    color: #EE1A3B;
    display: block;
    margin-top: -7px
}

.footer {
    background-color: #ee1a3b;
    color: #fff;
    font-size: 12px;
    padding: 32px 0;
    margin-top: 40px
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: #252436;
    text-decoration: none
}

.footer__copyright {
    margin-bottom: 0.500em
}

.footer__menu ul {
    margin: 0;
    padding: 0
}

.footer__menu ul li {
    border-left: 1px solid #f35d75;
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 10px
}

.footer__menu ul li:first-child {
    border-left: none;
    padding-left: 0
}

.footer__badge {
    text-align: right;
    margin-top: 10px
}

.footer__badge span {
    margin-right: 1em;
    position: relative;
    top: 0.25em
}

.footer__badge img {
    display: none
}

@media (max-width: 480px) {
    .overlay h2 {
        font-size: 33px
    }
    .overlay a.btn {
        font-size: 13px;
        height: 32px;
        padding: 5px
    }
    .product-specification {
        display: block;
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 50%
    }
    .spec-wrapper {
        float: none;
        height: auto;
        margin: 0 auto 20px;
        vertical-align: bottom;
        width: 74%
    }
    .archive.post-type-archive .products .product-category h3 {
        font-size: 18px !important
    }
    .spec-wrapper .spec {
        text-align: left
    }
    .spec-wrapper {
        width: 50%;
        float: left
    }
    .margin-left {
        margin-left: 0;
        margin-right: 0 !important
    }
    .woocommerce-content .images a {
        height: auto
    }
    .slider-nav .fa-angle-right {
        position: absolute;
        right: 0;
        height: 100%;
        margin-top: -67px
    }
}

@media screen and (min-width: 325px) and (max-width: 425px) {
    .projects-wrapper .projects .project .post-title h2 a {
        color: #ee1a3b;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        text-decoration: none;
        padding-top: 0px;
        display: block
    }
    .leadin-block .leadin-title a,
    .leadin-block .brand {
        text-align: left;
        max-width: 300px;
        margin: 0 auto;
        padding-left: 28px
    }
}

@media screen and (width: 430px) {
    .leadin-block .leadin-title a,
    .leadin-block .brand {
        text-align: left;
        padding-left: 60px !important
    }
}

@media screen and (min-width: 370px) and (max-width: 400px) {
    .slider-nav .fa-angle-right {
        position: absolute;
        right: 0;
        height: 100%;
        margin-top: -78px
    }
}

@media screen and (min-width: 401px) and (max-width: 484px) {
    .slider-nav .fa-angle-right {
        position: absolute;
        right: 0;
        height: 100%;
        margin-top: -88px
    }
}

@media (max-width: 565px) {
    .welcome h1.page-title {
        font-size: 26px
    }
    .leadins .title {
        font-size: 25px
    }
}

@media (max-width: 360px) {
    .overlay h2 {
        font-size: 19px;
        line-height: normal !important
    }
    .overlay a.btn {
        font-size: 13px;
        height: 32px;
        padding: 5px
    }
    .leadin-title.first {
        left: 0;
        right: 0;
        text-align: left
    }
    .leadin-title.second {
        text-align: center
    }
    .woocommerce .woocommerce-breadcrumb a {
        font-size: 13px
    }
    .breadcrumb-last {
        font-size: 13px
    }
    .news .post-thumbnail {
        padding-left: 15px !important
    }
    .post-comments {
        font-size: 13px
    }
    .post-author {
        font-size: 13px
    }
    .post-info .post-date {
        font-size: 13px
    }
    .breadcrumb-last {
        font-size: 11px
    }
    .woocommerce .woocommerce-breadcrumb a {
        font-size: 12px
    }
}

@media (max-width: 320px) {
    .post-author::before {
        margin-right: 0
    }
    .post-author {
        margin-left: 0px
    }
    .post-comments::before {
        margin-right: 0
    }
    .post-comments {
        margin-left: 0px
    }
    .icon .fa {
        font-size: 20px !important
    }
    .leadin-block img {
        height: 180px
    }
    .leadin-block .leadin-title a,
    .leadin-block .brand {
        text-align: left;
        padding-left: 5px !important
    }
}

@media (width: 768px) {
    .contact__form ul {
        padding-right: 30px
    }
}

@media (max-width: 769px) {
    .search-box {
        float: left !important;
        padding: 0px
    }
    .main-menu {
        padding: 0
    }
    .navbar .navbar-nav li span.dropdown-toggle::after {
        display: none !important
    }
    .navbar .navbar-nav li a {
        padding-top: 10px
    }
    .navbar .navbar-nav li:first-child a {
        padding-bottom: 10px !important;
        padding-left: 0 !important;
        padding-right: 10px;
        padding-top: 10px !important
    }
    .navbar .navbar-nav li a {
        display: inline-block
    }
    .woocommerce-content .products .product-category.parent-cat.first {
        padding: 0 !important
    }
    .woocommerce-content .products .product-category.parent-cat.last {
        padding: 0 !important
    }
    .woocommerce-content .images a {
        height: auto
    }
    .search_wrap .col-xs-1 {
        width: 10%
    }
    .search_wrap .col-xs-11 {
        width: 80%
    }
}

@media screen and (min-width: 600px) and (max-width: 767px) {
    .leadin-block .leadin-title a,
    .leadin-block .brand {
        text-align: left;
        padding-left: 160px !important
    }
}

@media screen and (min-width: 426px) and (max-width: 599px) {
    .leadin-block .leadin-title a,
    .leadin-block .brand {
        padding-left: 25px !important;
        max-width: 300px;
        margin: 0 auto
    }
    .leadin-block .brand {
        margin-top: 7px
    }
}

@media (max-width: 768px) {
    .navbar .navbar-nav li span.dropdown-toggle:after {
        display: none
    }
    .navbar-brand {
        /*display: table;
        float: none;
        margin: 0 auto;
        padding: 0*/
    }
    .navbar-brand > img{
        max-height: 60px;
        width: auto;
    }
    .logo {
        padding-left: 15px !important
    }
    .menu {
        padding-left: 15px;
        padding-right: 15px
    }
    .main-menu {
        padding-right: 15px
    }
    .navbar-nav {
        margin: 0
    }
    .social {
        text-align: center
    }
    .header-phone a {
        display: block;
        float: none;
        font-size: 24px !important;
        text-align: center
    }
    .search-box {
        display: block;
        float: none;
        margin: 0 auto
    }
    .navbar-toggle {
        background-color: #fff;
        color: #ee1a3b
    }
    .navbar-inverse .navbar-toggle {
        border: none
    }
    .navbar .navbar-nav li:first-child a {
        padding: 10px !important
    }
    .navbar .navbar-nav li a {
        padding-left: 0px !important
    }
    #top-menu .navbar-collapse li a {
        padding: 10px 15px
    }
    .inner-banner-image-container {
        margin-bottom: 0
    }
    .main-menu {
        padding-right: 0px;
        margin-top: 0
    }
    .navbar .navbar-nav li span.dropdown-toggle::after {
        display: none !important
    }
    .navbar-collapse {
        border: none
    }
    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>.open>a:focus {
        background-color: transparent;
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        background-color: transparent;
        color: #ee1a3b
    }
    #top-menu li:hover .dropdown-menu {
        display: none
    }
    #top-menu li.open .dropdown-menu {
        display: block;
        width: 100%;
        position: static
    }
    .navbar .navbar-nav li span.dropdown-toggle::after {
        color: #000
    }
    .banner-slide .overlay h2 {
        font-size: 26px;
        line-height: 32px !important
    }
    .woocommerce-content .entry-summary {
        width: 100% !important
    }
    .product-specification {
        display: block;
        float: none;
        margin: 0 auto;
        width: 100%;
        padding-top: 20px
    }
    .spec-wrapper.outdoor .spec {
        height: 50px
    }
    .contact-page-form li {
        width: 100%
    }
    .contact-page-form .full-width {
        width: 100%
    }
    .post-type-archive .products .product-category h3 {
        text-align: left
    }
    .page-contact-us .margin-left {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .sidebar .sidebar__navigation .panel-group {
        margin-top: 0px
    }
}

@media (max-width: 640px) {
    .navbar {
        position: relative;
        min-height: 0px;
        margin-bottom: 0px;
        border: 1px solid transparent
    }
    .woocommerce-content .products .product-category.parent-cat.first {
        padding: 0 !important
    }
    .woocommerce-content .products .product-category.parent-cat.last {
        padding: 0 !important
    }
    .thumbnails {
        height: 93px
    }
    .overlay {
        text-align: center;
        padding: 20px 10px;
        max-height: 100%
    }
}

@media (max-width: 767px) {
    .sticky {
        overflow-y: auto
    }
    .navbar .navbar-nav li:first-child a {
        padding: 10px 0 10px 0px !important
    }
    .navbar .navbar-nav li span.dropdown-toggle::after {
        display: block !important;
        font-size: 22px
    }
    .footer_menu {
        display: table;
        margin: 0 auto;
        text-align: center
    }
    .footer__badge {
        margin-top: 10px;
        text-align: center
    }
    .visible-xs-soft {
        display: inline-block
    }
    .visible-md-soft {
        display: none
    }
    #getintouch-wrapper {
        right: 25px;
        bottom: -3px
    }
    #getintouch-wrapper a {
        padding: 6px 15px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .visible-xs-soft {
        display: none
    }
    .visible-md-soft {
        display: inline-block
    }
}

@media (max-width: 420px) {
    .search_wrap .col-xs-1 {
        width: 30%
    }
    .search_wrap .col-xs-11 {
        width: 70%
    }
}

@media (max-width: 1024px) {
    .product-category.product.parent-cat a {
        display: block;
        height: 250px !important
    }
    .woocommerce div.product {
        padding-left: 0;
        padding-right: 15px
    }
    .main-content .banner-wrapper img {
        max-width: 100%
    }
    .projects-wrapper .projects .project .post-title h2 a {
        color: #ee1a3b;
        font-size: 18px;
        font-weight: normal;
        line-height: normal;
        text-decoration: none;
        display: block;
        text-align: left;
        padding-top: 0px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .slider-nav .fa-angle-right {
        float: right;
        margin-top: -83px
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .leadin-block .leadin-title a,
    .leadin-block .brand {
        margin: 0 auto;
        padding-left: 50px
    }
}

@media (max-width: 992px) {
    .navbar .navbar-nav li a {
        font-size: 14px;
        padding-left: 0;
        padding-right: 10px !important
    }
    .header-phone a {
        font-size: 17px !important;
        margin-top: 0
    }
    .social>a {
        margin-right: 10px !important
    }
    .inner-banner-image-container img {
        max-width: 100%
    }
    .leadin-wrapper {
        margin-bottom: 30px
    }
    .leadin-block img {
        height: 250px
    }
    .post-title {
        padding-left: 0px
    }
    .post-title a {
        font-size: 15px
    }
    .post-info {
        display: inline-block;
        padding-left: 10px
    }
    .welcome h1.page-title {
        margin-top: 30px
    }
    .single-wrapper .single {
        border: 1px solid #e6e6e6;
        display: block;
        margin: 0 auto 20px;
        max-width: 370px
    }
    .getintouch .title {
        margin-bottom: 10px
    }
    .social .title {
        margin-bottom: 20px;
        margin-top: 30px
    }
    .leadin-block {
        margin: 0 auto;
        max-width: 570px
    }
    .pre-footer .newsletter {
        margin-top: 30px
    }
    .products .product-category {
        margin-bottom: 30px !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        max-width: 570px
    }
    .products .product-category.parent-cat.first {
        padding-left: 15px !important
    }
    .products .product-category.parent-cat.last {
        padding-right: 15px !important
    }
    .subcat-img {
        max-width: 370px;
        margin: 0 auto
    }
    .products .product-category {
        text-align: center
    }
    .products .products-list {
        text-align: center
    }
    .woocommerce-sidebar {
        clear: both;
        margin-top: 50px
    }
    .news .post-entry {
        clear: both;
        float: none;
        max-width: 100%;
        padding: 0 15px;
        width: 100%
    }
    .news .post-thumbnail {
        clear: both;
        float: none;
        margin: 20px auto;
        max-width: 400px;
        padding: 0 15px;
        width: 100%
    }
    .news .post-thumbnail img {
        width: auto
    }
    .news .post-title {
        padding-left: 15px
    }
    .getintouch {
        border-right: none
    }
    .pre-footer .social {
        border-right: none
    }
    .contact__info {
        margin-top: 30px
    }
    .contact__gmaps {
        margin-bottom: 1em;
        overflow: hidden;
        width: 100%
    }
    .product-category.product.parent-cat a {
        display: block;
        height: auto !important
    }
    .post-type-archive .products .product-category h3 {
        font-size: 23px !important;
        text-align: left
    }
    .post-type-archive .products .product-category.last h3 {
        text-align: left
    }
    .products .product-category.first {
        padding-left: 15px;
        padding-right: 15px
    }
    .products .product-category.left {
        padding-left: 15px;
        padding-right: 15px
    }
    .page-contact-us .contact-form .margin-left {
        margin-left: 19px;
        margin-right: 0
    }
    .products .img-thumb {
        margin: 0 auto
    }
    .main-content h2 {
        height: auto
    }
}

@media (max-width: 1200px) {
    .navbar .navbar-nav li a {
        padding-left: 2px !important;
        padding-right: 22px
    }
    .header-phone a {
        font-size: 22px
    }
    .social>a {
        margin-right: 16px
    }
    .page-contact-us .margin-left {
        margin-left: 9px;
        margin-right: 0
    }
    .welcome h1.page-title {
        font-size: 35px
    }
    .sidebar h3 {
        font-size: 25px
    }
    .sidebar .newsletter {
        margin-top: 80px
    }
    .woocommerce div.product {
        padding-left: 15px;
        padding-right: 15px
    }
    .entry-summary {
        width: 100% !important
    }
    .sidebar__navigation .panel-title a {
        font-size: 17px
    }
    .contact-page-form li {
        margin-right: 9px
    }
    .img-thumb {
        width: auto !important;
        height: auto !important
    }
}

@media screen and (min-width: 1440px) {
    .slider-nav .fa-angle-left {
        top: 38%
    }
    .slider-nav .fa-angle-right {
        margin-top: -90px
    }
}

.navbar .navbar-nav li#menu-item-23811 span.dropdown-toggle {
    top: -6px
}

li#menu-item-13891 span.dropdown-toggle {
    top: -26px !important
}

li#menu-item-13901 span.dropdown-toggle {
    top: -26px !important
}

li#menu-item-712 span.dropdown-toggle {
    top: 3px !important
}

@media (max-width: 992px) {
    .home .post-title,
    .home .post-info {
        padding-left: 20px
    }
}

@media (max-width: 992px) {
    .getintouch,
    .pre-footer .social {
        min-height: 0
    }
}

@media (min-width: 992px) and (max-width: 992px) {
    .social .title,
    .pre-footer .newsletter {
        margin-top: 0
    }
}
.banner-slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.banner-slide .overlay {
    max-height: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-content p {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0 0 0px;
}
.banner-content h3 {
	font-size: 36px;
    font-weight: bold;
    text-shadow: 0 0 4px #000;
    line-height: 40px !important;
	color: #ee1a3b;
}
@media (max-width: 1200px) {
	.banner-content h2,
	.banner-content h3 {
		margin: 0;
	}
	.banner-slide .overlay {
	    max-height: 245px;
	}
}
@media (max-width: 767px) {

	.banner-slide .overlay {
		max-height: 210px;
		padding: 0;
	}
	.banner-slide .overlay h2 {
	    font-size: 18px;
	    line-height: 19px !important;
	}
	.banner-content h3 {
	    font-size: 17px;
    	line-height: 24px !important;
	}
	.banner-content p {
	    font-size: 13px;
	    line-height: 13px;
	}
}
@media (max-width: 640px) {

	.banner-slide .overlay {
		max-height: 210px;
		padding: 0;
	}
}
.inner-banner-wrapper {
	background-color: #a50720;
}
.inner-banner-image-container {
    background-color: #a50720;
    height: 147px;
    background-size: cover;
    background-position: center center;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.woocommerce div.product div.images {
    position: relative;
}
.woocommerce div.product .product-sale,
.leadin-block .product-sale {
    background: #ee1a3b;
    color: #fff;
    display: inline;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    padding: 16px 8px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 1.42857143;
}
.fancybox-skin {
    background: #fff;
}
#dialog-getintouch img  {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.banner-notice {
    text-align: center;
    color: #fff;
    padding: 10px;
    width: 100%;
    background: #EE1A3B;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}