/*
 * Base Styles
 */
body {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:black }

h1 {
    font-size: 2em; /* 28px */
    margin-top: 1em;
    margin-bottom: 1em; /* 28px */
    font-weight: bold;
    color: #ee1d25;
    clear: both; }

h2 {
    font-size: 1.5em; /* 21px */
    line-height: 1.25em;
    margin-bottom: 0.8571em; /* 18px */
    font-weight: bold;
    color: #ee1d25;
    clear: both; }
h3
{
	font-size:18px;
	font-weight:bold;
}
.no-clear
{
	clear:none;
}

a {
    color: #1f3d64;
    text-decoration: none !important;
    transition: color 200ms ease-in-out; }

a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none !important;
    outline: 0; }

p {
    font-size: 1.1428em;
    margin-bottom: 10px;
    margin-top: 10px;
}

p a {
    color: #990008;
    /*text-decoration: underline !important;*/ }

p em {
    color: #666666; }

    li {
        font-size: 1.1428em;
    }
@media (max-width: 600px) {
    h1 {
        font-size: 1.8571em; /* 26px */ }
}

@media (max-width: 400px) {
    h1 {
        font-size: 1.6428em; /* 23px */ }
    h2 {
        font-size: 1.2142em; /* 17px */ }
    p, ul {
        font-size: 0.9285em; /* 13px */ }
}


/*
 * Container Level Styles
 */
.page-wrap {
    background-color: #fff;
    position: relative; }

.main {
    padding-top: 0px;
    padding-right: 42px;
    padding-bottom: 20px;
    padding-left: 42px;  }
    
.main-banner
{
    padding-top: 45px;
}

.main__content-section,
.main__banner-section {
    margin-bottom: 40px; }

.main__feature-section {
    margin-bottom: 20px; }

.main__banner-section {
    padding: 35px 0 30px 0;
    background-color: #eeedf1; }

@media (min-width: 768px) {
    .main__feature-section {
        margin-bottom: 40px; }
}

@media (min-width: 1200px) {
    .main {
    padding-top: 0px;
    padding-right: 42px;
    padding-bottom: 20px;
    padding-left: 42px;  }
    
	.main-banner
	{
	    padding-top: 45px;
	}
}

@media (min-width: 1300px) {
    .container {
        width: 1270px; }
}

@media (max-width: 600px) {
    .main {
        padding: 0px 12px 20px 12px; }
}

@media (max-width: 400px) {
    .main__content-section,
    .main__banner-section {
        margin-bottom: 30px; }
    .main__banner-section {
        padding: 25px 0 20px 0; }
}


/*
 * Header Styles
 */
.header {
    display: table;
    height: 180px;
    width: 100%;
    padding: 30px 10px 15px 10px;
    table-layout: fixed;
    background-color: #fff;
    position: relative; }

.header__block {
    display: table-cell;
    vertical-align: middle; }

.header__logo {
    width: 53%; }

.header__block--est-badge {
    width: 11%;
    padding-left: 10px; }

.header__block--right {
    width: 36%; }

.header-contact-block {
    width: 100%;
    float: left;
    padding-top: 15px;
    display: none; }

.header-check-prices-block {
    width: 100%;
    float: left; }

.header-tel {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 4px;
    padding-bottom: 0;
    color: #ee1d25; }

.header-email {
    margin-bottom: 4px;
    padding-bottom: 0;
    font-size: 1.4285em; /* 20px */
    line-height: 1em; }

.header-social {
    margin-bottom: 0px;
    padding-bottom: 0;
    font-size: 1.4285em; /* 20px */
    line-height: 1em; }
    
.header-email a {
    text-decoration: none !important; }

.header-email a:hover {
    text-decoration: underline !important; }

@media (min-width: 768px) {
    .header {
        padding: 25px 20px 0px 20px; }
    .header__logo {
        width: 48%; }
    .header__block--right {
        width: 41%; }
    .header-contact-block {
        padding-top: 10px;
        display: block; }
    .header-tel {
        font-size: 1.9285em; /* 27px */
        margin-bottom: 3px; }
    .header-email {
        font-size: 1.3571em; /* 19px */ }
}

@media (min-width: 992px) {
    .header {
        height: 200px;
        padding: 0px 25px 0px 25px; }
    .header__block--est-badge {
        width: 10%;
        padding-left: 20px; }
    .header__block--right {
        width: 42%; }
    .header-tel {
        font-size: 2.1428em; /* 30px */
        margin-bottom: 4px;
        margin-top:15px; }
    .header-email {
        font-size: 1.4285em; /* 20px */ }
}

@media (min-width: 1200px) {
    .header {
        padding: 0px 30px 0px 47px; }
    .header__block--est-badge {
        width: 10%;
        padding-left: 20px; }
    .header__logo {
        width: 48%; }
    .header-contact-block {
        width: 63%;
        padding-right: 3%; }
    .header-check-prices-block {
        width: 37%;
        padding-top:20px; }
    .header-tel {
        font-size: 2.3571em; /* 33px */
        margin-bottom: 8px;
        margin-top:8px; }
    .header-email {
        font-size: 1.3571em; /* 19px */
        margin-bottom: 8px;}
    .header-social{
    	margin-top:5px;
    }
}

@media (min-width: 1300px) {
    .header__block--est-badge {
        width: 9%;
        padding-left: 8px; }
    .header__logo {
        width: 49%; }
    .header-contact-block {
        width: 60%;
        padding-right: 0; }
    .header-check-prices-block {
        width: 40%;
        padding-top:20px; }
    .header-email {
        font-size: 1.5em; /* 21px */ }
}

@media (max-width: 600px) {
    .header {
        padding: 10px 10px 20px 10px;
        display: block;
        height: auto; }
    .header__block {
        display: block;
        float: left; }
    .header__logo {
        width: 78%;
        max-width: 400px;
        margin-top: 3%; }
    .header__block--est-badge {
        max-width: 22%;
        width: 80px;
        float: right; }
    .header__block--right {
        width: 100%; }
}


/*
 * Element Level Styles
 */
.main__content-section h1 {
    margin-top: 0; }

.main__content-section h1:before {
    content: " ";
    display: block;
    height: 1em;
    clear: both; }

.blog-summary h1:before, .blog-summary h2:before
{
	height:0px !important;
}

.main__content-section h2 {
    margin-top: 0; }

.main__content-section h2:before {
    content: " ";
    display: block;
    height: 0.952em;
    clear: both; }

.main__content-section h2.no-clear:before {
    content: " ";
    display: block;
    height: 0.952em;
    clear: none; }
    
.main__content-section h4 {
    font-weight: bold;
    clear: both;
    margin-top: 0; }

.main__content-section h4:before {
    content: " ";
    display: block;
    height: 1em;
    clear: both; }

.main__content-section h4 a {
    color: #000; }

.main__content-section h4 a:hover {
    text-decoration: underline !important; }

.main__content-section ol,
.main__content-section ul {
    margin-bottom: 0px;
    padding-bottom: 20px; }

.caption p {
    padding-bottom: 5px; }

.quote-carousel .carousel-inner {
    padding: 0 8%; }

.quote-carousel .carousel-inner .item.active {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center; }

.quote-carousel__quote {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 21px; }

.quote-carousel__quote-attribution {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center; }

.quote-carousel__quote:before {
    content: '"';
    color: #000; }

.quote-carousel__quote:after {
    content: '"';
    color: #000; }

.quote-carousel .carousel-control {
    width: 10%;
    color: #000; }

.main-banner-image {
    margin-top: 30px;
    margin-bottom: 20px; }

.check-a-trade {
    display: block;
    margin-bottom: 30px; }

.more-link {
    font-weight: bold;
    color: #1f3d64;
    text-decoration: none !important; }

.more-link:after {
    content: ' >>';
    vertical-align: middle; }

.inline-img-container--right img,
.inline-img-container--left img {
    margin-left: auto;
    margin-right: auto; }

.inline-img-container--right {
    float: right;
    display: block;
    padding-left: 20px;
    padding-bottom: 20px;
    clear: both; }

.inline-img-container--left {
    float: left;
    display: block;
    padding-right: 20px;
    padding-bottom: 20px; }

.inline-img-container--right p {
    text-align: right;
    padding-bottom: 0;
    padding-top: 1.125em; }

.inline-img-container--left p {
    padding-bottom: 0;
    padding-top: 1.125em; }

.lead {
    color: #1f3d64;
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 0; }

.lead a {
    color: #1f3d64;
    text-decoration: underline !important; }

.lead a:hover {
    text-decoration: none !important; }

.thumbnail-container {
    margin-top: 20px; }

.gallery-back-btn {
    display: inline-block;
    margin-top: 10px;
    float: left; }

.small-captions .thumbnail img {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 0; }

.small-captions .caption {
    font-size: 0.8125em; }

.staff-panel h4 {
    color: #ee1d25; }

.bodytext-blue {
    color: Navy; }

.red-large {
    font-size: 1.928em;
    color: red; }

.dl-horizontal--contact-details {
    margin-top: 20px;
    margin-bottom: 25px; }

.dl-horizontal--contact-details dd {
    padding-bottom: 15px; }

span.Required {
    color: red; }

.testimonial-thumbnails {
    margin-top: 20px; }

.testimonial-thumbnails .thumbnail {
    margin-bottom: 10px;
    padding: 0;
    border: none; }

.testimonial-name {
    margin-bottom: 1.666em; }

.testimonial-documents {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }

.testimonial-documents__doc {
    display: inline-block;
    padding-left: 15px;
    max-width: 50%; }

.testimonial-thumbnails a > img,
.testimonial-thumbnails img {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    
.review-widget {
    max-width: none !important;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }
    
.review-widget .e2wdescription p {
    max-width: none !important; }

@media (min-width: 768px) {
    .quote-carousel .carousel-control {
        width: 8%; }
    .quote-carousel__quote {
        font-size: 25px; }
    .main-banner-image {
        margin-top: 40px;
        margin-bottom: 30px; }
    .inline-img-container {
        max-width: 50%; }
    .gallery-back-btn {
        margin-top: 30px;
        float: none; }
}

@media (min-width: 992px) {
    .dl-horizontal--contact-details dt {
        padding-bottom: 10px; }
}

@media (max-width: 550px) {
    .inline-img-container--left,
    .inline-img-container--right {
        float: none !important;
        padding-left: 0;
        padding-right: 0; }
    .inline-img-container--left p,
    .inline-img-container--right p {
        text-align: center;
        width: auto !important; }
}

@media (max-width: 400px) {
    .quote-carousel__quote {
        font-size: 18px; }
}

.thumbnail .caption {
    text-align: center;
}

.thumbnail a>img, .thumbnail>img {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px; }

/*
 * Footer Styles
 */
 .footer-social-media
 {
 	width:20px;
 }
.has-sticky-footer {
    position: relative;
    padding-bottom: 85px; }

.has-sticky-footer .sticky-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.site-footer {
    height: 85px;
    padding: 0 25px;
    line-height: 85px;
    background-color: #ee1d25;
    color: #fff; }

.site-footer__text {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em; /* 16px */
    font-weight: normal;
    line-height: 1.1em; }

@media (min-width: 768px) {
    .has-sticky-footer {
        padding-bottom: 250px; }
    .site-footer {
        height: 250px;
        padding: 0 15px;
        line-height: 30px; }
}

@media (min-width: 1200px) {
    .site-footer__text {
        font-size: 1em; }
}

@media (max-width: 500px) {
    .site-footer__text {
        font-size: 0.9285em; /* 13px */ }
}

.site-footer a, .site-footer a:active, .site-footer a:visited
{
	color:white;
	font-weight:bold;
}

.site-footer a:hover
{
	color:black;
}

.footer_content
{
	padding-top:15px;
	padding-bottom:15px;
}

/*
 * Navigation
 */
.header__navbar {
    background-color: #ee1d25;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 0; }

.navbar-nav--justified {
    margin: 0; }

.navbar-nav--justified > li {
    float: none; }

.navbar--fw .navbar-header {
    border: none; }

.navbar--fw .navbar-toggle,
.navbar--fw .navbar-toggle:focus {
    border: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 1.1428em; /* 16px */
    color: #fff;
    transition: opacity 200ms ease-in-out;
    vertical-align: middle;
    line-height: 23px; }

.navbar--fw .navbar-toggle:hover {
    color: #fff;
    opacity: 0.6;
    background-color: transparent; }

.navbar--fw .navbar-toggle__icon-bar {
    margin-left: 8px;
    display: inline-block; }

.navbar--fw .navbar-toggle__icon-bar .icon-bar {
    background-color: #fff;
    border-radius: 0;
    position: relative;
    top: 1px; }

.navbar--fw .navbar-collapse {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: black;
    padding: 0;
    border-top: 1px solid white; }

.navbar--fw .navbar-nav > li > a {
    font-size: 1.2142em; /* 17px */
    padding: 12px 15px;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
    transition: background-color 200ms ease-in-out;
    margin-bottom: 0;
    text-align: center; }
    
.navbar--fw .navbar-nav > li > a:hover,
.navbar--fw .navbar-nav > li > a:focus,
.navbar--fw .navbar-nav > li.open > a,
.navbar--fw .navbar-nav > li.open > a:hover,
.navbar--fw .navbar-nav > li.open > a:focus,
.navbar--fw .navbar-nav > li.active > a,
.navbar--fw .navbar-nav > li.active > a:hover,
.navbar--fw .navbar-nav > li.active > a:focus {
    background-color: #d41913;
    color: #fff; }

.navbar--fw .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    padding: 0 0 14px 0;
    border-color: #7f7c81;
    background-color: #d41913;}

@media (max-width: 767px) {
.navbar--fw .navbar-nav > li > .dropdown-menu {
    text-align:center;}
}
    
.navbar--fw .navbar-nav .open .dropdown-menu > li > a {
    font-size: 1.0714em; /* 15px */
    color: #fff; }

.navbar-nav li:last-child .dropdown-menu {
    right: 0; }

@media (min-width: 768px) {
    .navbar--fw .navbar-collapse {
        background-color: transparent;
        padding-left: 15px;
        padding-right: 15px;
        border: none; }
    .navbar--fw .navbar-nav > li > a {
        font-size: 12px; /* 15px */
        padding: 16px 5px;
        text-align: center; }
    .navbar--fw .dropdown-toggle .caret {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -4px; }
    .navbar--fw .navbar-nav > li > a:hover,
    .navbar--fw .navbar-nav > li > a:focus,
    .navbar--fw .navbar-nav > li.open > a,
    .navbar--fw .navbar-nav > li.open > a:hover,
    .navbar--fw .navbar-nav > li.open > a:focus,
    .navbar--fw .navbar-nav > .active > a,
    .navbar--fw .navbar-nav > .active > a:hover,
    .navbar--fw .navbar-nav > .active > a:focus {
        background-color: #d41913;
        color: #fff; }
    .navbar--fw .navbar-nav > li > .dropdown-menu {
        padding: 8px 0;
        margin-top: 0px;
        background-color: #fff; }
    .navbar--fw .navbar-nav .open .dropdown-menu > li > a {
        padding: 6px 16px;
        font-size: 13px; /* 15px */
        color: #000; }
}

@media (min-width: 992px) {
    .navbar--fw .navbar-nav > li > a {
        padding: 17px 5px;
        font-size: 14px; /* 18px */ }
    .navbar--fw .dropdown-toggle .caret {
        display: inline-block;
        margin-left: 2px;
        margin-bottom: 0; }
    .navbar--fw .navbar-nav .open .dropdown-menu > li > a {
        padding: 6px 22px;
        font-size: 14px; /* 15px */ }
}

@media (min-width: 1200px) {
    .navbar--fw .navbar-nav > li > a {
        padding: 17px 5px;
        font-size: 16px; /* 18px */ }
    .navbar--fw .navbar-nav .open .dropdown-menu > li > a {
        padding: 8px 22px;
        font-size: 15px; /* 15px */ }
}

@media (max-width: 550px) {
    .navbar--fw .navbar-toggle {
        padding-right: 0; }
}

@media (max-width: 400px) {
    .navbar--fw .navbar-nav > li > a {
        font-size: 1.0714em; /* 15px */ }
}


/*
 * Secondary Navigation
 */
.secondary-nav {
    position: absolute;
    top: 10px;
    right: 0;
    width: auto;
    background-color: #ffffff; }

.secondary-nav ul {
    margin: 0;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 15px; }

.secondary-nav li {
    padding: 0; }

.secondary-nav li a {
    color: #fff;
    font-weight: bold;
    font-size: 12px; }

.secondary-nav li a:hover {
    color: #ee1d25; }
    

.secondary-dropdown-menu a
{
	color:black !important;
	font-weight: normal !important;
}

.secondary-nav li:after {
    content: '';
    padding: 0 2px;
    color: #fff;
    display: inline-block; }

.secondary-nav li:last-child:after {
    content: none; }

@media (min-width: 768px) {
    .secondary-nav ul {
        padding-right: 20px; }
}

@media (min-width: 992px) {
    .secondary-nav ul {
        line-height: 35px; }
    .secondary-nav li a {
        font-size: 13px; }
}

@media (min-width: 1200px) {
    .secondary-nav ul {
        padding-right: 30px; }
    .secondary-nav li a {
        font-size: 14px; }
}

@media (max-width: 600px) {
    .secondary-nav {
        display: none; }
}


/*
 * Feature Blocks
 */
.feature-block {
    display: block;
    margin-bottom: 30px;
    background-color: #000;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }

.feature-block a {
    display: block; }

.feature-block__image-container {
    width: 100%;
    border-bottom: 1px solid #fff;
    position: relative;
    overflow: hidden;
    background-color: #eeedf1; }

.feature-block__image-container:before {
    content: "";
    display: block;
    visibility: visible;
    margin-top: 61.2167%; /* Ratio for 263x161 = 100/(263/161)  */ }

.feature-block__image-container img {
    width: auto;
    height: 101%;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.feature-block__title {
    display: block;
    padding: 13px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    white-space: nowrap; }

.feature-block__btn {
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 0;
    font-weight: bold;
    font-size: 1.4285em; /* 20px */
    line-height: 1em;
    color: #fff;
    background-color: black;
    border-color: black; }

.feature-block__btn:hover, 
.feature-block__btn:focus,
.feature-block__btn:active,
.feature-block__btn:active:hover,
.feature-block__btn:active:focus,
.open > .dropdown-toggle.feature-block__btn,
.open > .dropdown-toggle.feature-block__btn:focus,
.open > .dropdown-toggle.feature-block__btn:active,
.open > .dropdown-toggle.feature-block__btn:hover {
    color: #fff;
    background-color: #ee1d25;
    border-color: #ee1d25;
    -webkit-box-shadow: none;
    box-shadow: none; }

.feature-block__dropdown-menu {
    border-radius: 0;
    padding: 8px 0;
    border: 1px solid #c7c7c7;
    width: 100%;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

.feature-block__dropdown-menu > li > a {
    padding: 8px 20px;
    font-size: 1.0714em; /* 15px */ }
    
@media (min-width: 768px) {
    .feature-block {
        margin-bottom: 30px; }
    .feature-block__title {
        padding: 10px;
        font-size: 12px; }
}

@media (min-width: 992px) {
    .feature-block {
        margin-bottom: 0px; }
}

@media (min-width: 992px) {
    .feature-block__title {
        padding: 13px;
        font-size: 17px; }
}

@media (min-width: 1200px) {
    .feature-block__title {
        padding: 16px;
        font-size: 20px; }
}

@media (max-width: 600px) {
    .feature-block {
        display: block;
        margin-bottom: 20px;
        max-width: 263px; }
}

@media (max-width: 450px) {
    .feature-block__title {
        padding: 11px;
        font-size: 12px; }
}


/*
 * Partner Logos Styles
 */
.partner-logos {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.partner-logos__logo {
    margin: 8px -1px 8px 0; }

@media (min-width: 768px) {
    .partner-logos {
        padding: 0;
        margin: 30px -15px;
        border: none; }
}


/*
 * Cookies Table
 */
.table-bordered,
.table-responsive>.table-bordered, 
.table-bordered>tbody>tr>td {
    border: 1px solid #000; }

.table-responsive {
    border: none; }

.cookies-table p {
    font-size: 0.928em; }

.cookies-table a {
    word-break: break-all; }

@media (max-width: 400px) {
    .cookies-table p {
        font-size: 11px;
        line-height: 20px; }
}


/*
 * Check Prices Button
 */
.check-prices-btn {
    display: block;
    border: 3px solid #d6791a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f9e94e;
    color: #4d0e8e;
    font-weight: bold;
    font-size: 14px;
    line-height: 1em;
    padding: 10px 7px;
    padding-right: 60px;
    background: url(../img/btn-bg.png) repeat-x #f9e94e;
    background-position: 50%;
    background-size: 100% 100%;
    position: relative;
    text-transform: uppercase;
    float: right;
    max-width: 165px;
    margin-top: 15px; }

.check-prices-btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 75px;
    height: 75px;
    max-height: 100%;
    bottom: 0;
    right: 1px;
    background: url(../img/calculator.png) right top;
    background-size: 100%;
    background-repeat: no-repeat; }

@media (min-width: 768px) {
    .check-prices-btn {
        font-size: 11px;
        padding: 8px 7px;
        padding-right: 60px;
        max-width: none; }
}

@media (min-width: 992px) {
    .check-prices-btn {
        font-size: 13px;
        line-height: 13px;
        padding: 8px 7px;
        padding-right: 60px; }
}

@media (min-width: 1200px) {
    .check-prices-btn {
        border: 4px solid #d6791a;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        border-radius: 9px;
        font-size: 15px;
        line-height: 16px;
        padding: 14px 7px;
        padding-right: 55px;
        margin-top: 0; }
}

@media (min-width: 1300px) {
    .check-prices-btn {
        font-size: 16px;
        max-width: 175px;
        padding: 16px 7px;
        padding-right: 60px; }
}

@media (max-width: 600px) {
    .check-prices-btn {
        font-size: 13px;
        padding: 9px 7px;
        padding-right: 60px;
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
        float: none; }
}

@media (max-width: 400px) {
    .check-prices-btn {
        font-size: 12px; }
}


/*
 * Bootstrap Carousel
 */
.carousel-indicators {
    display: none; }

.carousel-control--flat {
    background: none !important;
    text-shadow: none; }

@media (min-width: 768px) {
    .carousel-indicators {
        display: block; }
}


/*
 * Bootstrap Extra Columns
 */
@media (max-width: 400px) {
    .col-xxs-12 {
        width: 100% !important; }
    .col-xxs-4 {
        width: 33% !important; }
}


.submenu, .article-photos
{
	margin-top: 32px;
}

/*
 * Utility Classes
 */
.with-cover-bg {
    background: #eeeef1 no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

.fill-html-height {
    min-height: 100vh; }


/*
 * Home Page Styles
 */
.home-bg {
    background-image: url(../img/background.jpg) !important; }

/* Testimonials Widget */
#e2wget5widget {max-width:100% !important;}
#e2wget5widget span.e2whr{max-width:100% !important;}
#e2wget5widget .e2wdescription p {max-width:100% !important;}

.panel-scrollbg
{
	background-image:url('../images/scroll-bg.jpg');
	border:none;
	box-shadow:none;
}

.panel-scrollbg h2:before {
    height: 0;
}

.black
{
	color:black;
}

.mb-0
{
    margin-bottom:0px !important;
}

.mt-0
{
    margin-top:0px !important;
}

.btn-primary
{
	background-color: black !important;
    border-color: black !important;
}

.btn-primary:hover
{
	background-color: #373737 !important;
    border-color: #373737 !important;
}

.panel-grey {
    margin-left:0px;
    margin-right:0px;
}

.panel-grey-body {
    background-color:#efefef;
}

.w-100
{
    width:100% !important;
}

/*
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#support-ie10-width
 */
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }