body { 
    background: #cccccc;
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 16px;
}

@media (max-width: 767px) {
    body {
        position: relative;
        z-index: 1;
    }

#outer-wrapper:after {
      content:"";
      position:fixed; 
      top:0;
      height:100vh;
      left:0;
      right:0;
      z-index:-1;
      background: url(https://psmfirestorm.blob.core.windows.net/a4bfd801-a49a-454d-bd7c-97b21b2e7d00/HellsCanyon_Final2-scaled.jpg) no-repeat center center;
      background-size: cover;
}
}

@media (min-width: 768px) {
    body {
        background: url(https://psmfirestorm.blob.core.windows.net/a4bfd801-a49a-454d-bd7c-97b21b2e7d00/HellsCanyon_Final2-scaled.jpg) no-repeat center center;
       background-attachment: fixed;
        background-size: cover;
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

a,
a.promo-link {
    color: #002a4d;
    transition: .3s;
}

a:focus, a:hover,
a.promo-link:hover {
    color: #b65c27;
    text-decoration: none;
}

#outer-wrapper {
    overflow-x: hidden;
    position: relative;
}


.logoSection {
    background-color: white;
}

.featuredSection,
.sliderSection,
.aboutSection,
.vtSection,
.logoSection {
    margin-top: 0!important;
}

.featuredSection {
    background-color: #002a4c;
    padding: 60px 0;
    background-image: url(https://psmfirestorm.blob.core.windows.net/7e5888f5-81a2-4079-aa07-c042c454d68a/feat-back-2.jpg);
    background-size: cover;
    background-position: center;
}

.aboutSection {
    background-image: url(https://psmfirestorm.blob.core.windows.net/b0af348d-3bd9-470d-b016-4f483364ddaf/Front-Exterior.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 7% 0;
}

.aboutSection > div > div {
    background-color: rgb(0 0 0 / 64%);
    color: white;
    padding: 15px;
}

.page-background > div,
#calendar-page,
#employees-team-page,
#promotions-page,
#inventory-page,
#vdp-container,
#thankyou-page,
#showroom,
#blog-page,
#blog-detail,
#credit-thankyou-page,
#events-page {
    background-color: rgb(255 255 255 / 85%);
    padding: 15px;
}

#content-container {
    padding-bottom: 25px;
}

#home-page {
    margin-bottom: -25px;
}






/* HEADER */

header.body {
    background-color: white;
}

.headerbackground {
    position: relative;
}

.headerbackground:before {
    content: '';
    background-image: url(https://psmfirestorm.blob.core.windows.net/6f2bcad7-fc7f-4e67-9ef5-aee31cfdd461/header-back.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    z-index: 0;
}

.headercontainer {
    width: 1065px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    text-transform: uppercase;
    align-items: center;
    position: relative;
    z-index: 3;
}

.headerblock {
    flex: 0 0 25%;
    text-align: center;
}

.headerblock .dealer-address, 
.headerblock .dealer-phone {
    display: block;
}

.headerblock .dealer-phone {
    font-weight: 700;
    font-size: 27px;
}

.headerLogos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.headerLogos a {
    padding: 0 10px;
}

.headerLogos img {
    max-height: 200px;
    max-width: 209px;
}

.siteSearch {
    display: flex;
    justify-content: space-around;
}

.siteSearch .form-control {
    border-radius: 8px 0 0 8px;
    border: 3px solid;
    border-right: none;
    padding: 16px;
    font-size: 15px;
    margin: 0;
}

.siteSearch button {
    background-color: #002a4c;
    border: 3px solid #002a4c;
    color: white;
    border-radius: 0 8px 8px 0;
    font-size: 18px;
    padding: 3px 10px;
}

.headersocial {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 9px;
}

.headersocial .dealer-facebook {
    color: #aa5826;
    font-size: 42px;
    line-height: 35px;
}

.headerBanner {
    position: absolute;
    top: 33px;
    background-color: yellow;
    color: black;
    width: 250px;
}

.headerBannerLeft {
    left: -60px;
    transform: rotate(-45deg);
}

.headerBannerRight {
    right: -60px;
    transform: rotate(45deg);
}

.headerBanner a {
    color: black;
    text-align: center;
}

.headerBanner h4 {
    margin: 0;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 22px;
}

.headerBanner h4 span {
    display: block;
    font-size: 30px;
}





/* NAVIGATION */

#main-nav {
    background-color: #002a4d;
    position: relative;
}

@media (min-width: 768px) {
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    justify-content: space-around;
}
}

.navbar-nav>li>a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
}

.nav>li>a:focus, .nav>li>a:hover,
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #05b3dc;
}

.social-media-icons {
    display: none;
}





/* CONTENT */

.oemContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    align-items: center;
    margin: auto;
    padding: 15px;
}

.oemContainer a {
    flex: 0 0 14%;
    padding: 10px;
    text-align: center;
}

.oemContainer a:hover {
    transform: scale(0.9);
}

.oemContainer img {
    max-height: 57px;
}

.btnContainer {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px;
}

.btnContainer a {
    flex: 0 0 23%;
    border: 2px solid white;
    box-shadow: 0 0 10px black;
    position: relative;
}

.btnContainer a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    filter: opacity(0.5);
    background: linear-gradient(to bottom, rgb(255 255 255 / 64%) 0%,rgb(0 0 0) 100%);
    transition: .3s;
}

.btnContainer a:hover:before {
    filter: opacity(0);
}

.btnContainer h3 {
    margin: 0;
    font-size: 30px;
}

.btnContainer h3 span {
    display: block;
    font-weight: 400;
    font-size: 25px;
}

.btnText {
    color: white;
    padding: 10px;
    text-shadow: 1px 1px 2px black;
    background: linear-gradient(to bottom, rgb(196 100 42) 0%,rgba(147,75,34,1) 100%);
    position: relative;
    z-index: 4;
    border-top: 2px solid white;
}

.homeAboutWelcome {
    text-align: center;
}

.homeAboutWelcome > span {
    text-transform: uppercase;
    letter-spacing: 13px;
    color: #c4c4c4;
    font-size: 18px;
    padding-left: 9px;
}

.homeAboutWelcome h1 {
    margin: 0 0 20px;
    font-size: 50px;
    color: #02b3dc;
}

.homeAboutWelcome h1 span {
    display: block;
    font-size: 35px;
    color: white;
    letter-spacing: 14px;
    padding-left: 10px;
}

.aboutText p {
    text-align: justify;
    line-height: 34px;
}

.p-header {
    position: relative;
    margin-bottom: 25px;
    height: 300px;
}

.p-header img {
    width: 100%;
    object-fit: cover;
}

.p-header h1 {
    position: absolute;
    margin: 0;
    bottom: 34px;
    color: white;
    z-index: 2;
    text-shadow: 1px 1px 1px black;
    padding: 0 10px;
    font-size: 50px;
    left: 22px;
}

.p-header h1:before {
    content: '';
    width: 100%;
    height: 61%;
    background-color: #02b3dc;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: -1;
}

.maptext .dealer-name {
    margin-top: 0;
    font-size: 26px;
}

.mapWrapper {
    position: relative;
    padding-bottom: 105%;
    min-height: 150px;
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mapandhourstbl td:first-child {
    padding-right: 10px;
    font-weight: 600;
}

.department-container {
    margin-top: 0;
}

#employees-team-page .page-title {
    font-size: 50px!important;
    text-align: center;
    margin-bottom: 0;
}

.department-container .department {
    background: transparent;
}

.department .title {
    border: 1px solid #ededed;
    background: #00b3dc;
    color: black;
}

.department .employee .name p {
    text-transform: uppercase;
    margin-bottom: 0;
}

.department .employee .job p {
    margin-bottom: 0;
}

.department .employee {
    background-color: white;
}

.vtContainer {
    position: relative;
    height: 95vh;
}

.vtContainer iframe {
    width: 100%;
    height: 95vh;
    border: none;
}

.homeSlider {
    margin-top: 25px;
}





/* FEATURED INVENTORY */

a.slider-control.left, 
a.slider-control.right {
    color: white;
}

.single-item-slider .item:not(:last-child) {
    margin-right: 5px;
}

.single-item-slider .slider-inner .item {
    width: 212px;
}

.single-item-slider .slider-outer {
    height: 320px;
}

.single-item-slider .item-detail .name {
    line-height: 19px;
    text-transform: uppercase;
}

.single-item-slider .item {
    background-color: rgb(255 255 255);
    border: 2px solid;
}

.single-item-slider .item-detail .price {
    padding: 15px 2px;
    background-color: #aa5826;
    bottom: -20px;
    transition: .3s;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgb(196 100 42) 0%,rgba(147,75,34,1) 100%);
}

.slider-inner a:hover .price {
    color: white;
}

.featuredInventory h2 {
    font-size: 42px;
    position: relative;
    margin-left: 60px;
    color: white;
    z-index: 4;
    width: max-content;
    padding: 0 10px;
    text-shadow: 1px 1px 1px black;
}

.featuredInventory h2:before {
    content: '';
    width: 100%;
    height: 61%;
    background-color: #02b3dc;
    position: absolute;
    top: 21px;
    left: 0;
    z-index: -1;
}



/* LATEST REVIEWS */

.latestReviews h2 {
    display: none;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 246px;
}

.widget-Reviews .single-item-slider .slider-outer, .widget-Reviews .single-item-slider .slider-inner .item, .widget-Reviews .single-item-slider .slider-inner-container {
    height: 21em;
}

.acidjs-rating-stars.rating-submission input:checked~label, .acidjs-rating-stars input[checked="checked"]~label, .review-widget-star.gold {
    color: #aa5826;
}







/* FORMS */

.btn-primary {
    color: #fff;
    background-color: #aa5826;
    background: linear-gradient(to bottom, rgb(196 100 42) 0%,rgba(147,75,34,1) 100%);
    border: 2px solid #c3632a;
    border-radius: 8px;
    text-transform: uppercase;
    margin: 10px 0;
    transition: .3s;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.btn-primary:before {
    content: '';
    background: linear-gradient(to top, rgb(196 100 42) 0%,rgba(147,75,34,1) 100%);
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .3s;
}

.btn-primary:hover,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #aa5826;
    border: 2px solid #c3632a;
}

.btn-primary:hover:before {
    height: 100%;
}

.mainform {
    height: max-content;
}

.mainform > div {
    background-color: #002b4e;
    padding: 15px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/5a24a292-cb63-4f24-98b6-d5a0f1fba19d/form-back.jpg);
    color: white;
    background-size: cover;
}

.empform {
    margin-top: 25px;
}

.form-header-text {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
}

.customForm .form-header-text {
    font-size: 27px;
    margin-bottom: 10px;
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px 1px black;
}

/*
.customForm .form-header-text:before {
    content: '';
    width: 100%;
    height: 41%;
    background-color: #02b3dc;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: -1;
}
*/

.forms-title-section {
    text-align: center;
}

.form-control {
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    font-size: 14px!important;
    color: black;
    margin: 5px 0;
}

.field-validation-valid,
.field-validation-error {
    position: absolute;
    right: 12px;
    top: 5px;
}

.customForm textarea, 
.customForm input, 
.customForm select {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 14px!important;
    background-color: #ffffff;
    color: black;
    border: none;
    margin: 5px 0;
}

.customForm [placeholder="First Name"], 
.customForm [placeholder="Last Name"] {
    width: 100px;
}

.customForm [placeholder="Zip Code"] {
    width: 83px;
}

.customForm [placeholder="Phone"] {
    width: 123px;
}

.customForm [placeholder="Questions/Comments"] {
    width: 100%;
}

.inquiryformcontainer {
    font-size: 15px;
    background-image: url(https://psmfirestorm.blob.core.windows.net/5a24a292-cb63-4f24-98b6-d5a0f1fba19d/form-back.jpg);
    color: white;
    background-size: cover;
}

.locationBox {
    background-color: #ffffff;
    margin-top: 25px;
}

@media (min-width: 768px) {
#Form2076 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+9),
#Form2079 > div:nth-child(1) > fieldset > div:nth-child(n+2):nth-child(-n+5),
#Form2079 > div:nth-child(1) > fieldset > div:nth-child(n+7):nth-child(-n+10) {
    width: 25%;
    display: inline-block;
    padding: 0 5px;
}

#Form2076 > div:nth-child(1) > fieldset > div:nth-child(n+10),
#Form2079 > div:nth-child(1) > fieldset > div:nth-child(n+11) {
    padding: 0 5px;
}
}






/* INVENTORY */

.remove-all-filters-link {
    text-decoration: none;
    background-color: #b95e28;
    color: white;
    padding: 3px 7px;
    font-size: 14px;
    transform: skewX(-10deg);
    display: block;
    background: linear-gradient(to bottom, rgb(196 100 42) 0%,rgba(147,75,34,1) 100%);
}

#FilterQuickSearch {
    margin: 0;
    border: 1px solid #cccccc;
    color: black;
}

.panel-default>.panel-heading {
    color: #000;
    background-color: #e6e6e6;
    border-color: #ddd;
    text-transform: uppercase;
    font-size: 14px;
}

.specs-panel.panel-body {
    background-color: #fff;
    color: #000;
}

.k-pager-wrap {
    margin-top: 9px;
}

#filters-box .panel-body li {
    color: #000;
}

.inventory-container .vehicle .price {
    text-align: center;
    padding: 15px 2px;
    background-color: #aa5826;
    transition: .3s;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgb(196 100 42) 0%,rgba(147,75,34,1) 100%);
}

#vehicleList > div {
    margin: 0;
    padding: 10px;
}

.inventory-container .vehicle {
    transition: .4s ease;
}

.inventory-container .vehicle:hover {
    transition: .4s ease;
    box-shadow: 0 0 7px rgb(0 0 0 / 69%);
}

.vehiclemodel {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 19px;
    min-height: 40px;
}

.inventory-container .vehicle .title {
    padding: 5px;
}

.inventory-container .vehicle .title a {
    color: black;
}

.info {
    font-size: 12px;
    color: #7b7b7b;
    text-align: right;
}

.inventory-container .vehicle .savings {
    position: absolute;
    top: -9px;
    left: -5px;
}

.k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical, .k-list>.k-state-highlight, .k-list>.k-state-selected, .k-marquee-color, .k-panel>.k-state-selected, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected, .k-state-selected:link, .k-state-selected:visited {
    background-color: #be6028;
    border-color: #d8d8d8;
}








/* FOOTER */

footer.body .outer-wrapper {
    background-color: #002a4b;
    color: #e3e3e3;
    padding: 15px;
    text-align: center;
}

footer.body .outer-wrapper a, footer.body .outer-wrapper a:visited, footer.body .outer-wrapper a:active {
    color: #fff;
    font-weight: 600;
}

.footerBack {
    background-color: #002a4b;
    border-top: 2px solid #002a4b;
}

.footerContainer {
    background-color: #002a4c;
    display: flex;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    color: white;
}

.footerWrapper {
    display: flex;
    flex-flow: column;
    flex: 0 0 30%;
    line-height: 27px;
}

.footerMap {
    position: relative;
    flex: 0 0 70%;
    padding-bottom: 150px;
}

.footerMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footerBlock {
    padding: 4% 7%;
}

.footerBlock .dealer-address {
    display: block;
}

.footerBlock .dealer-phone {
    display: block;
    font-weight: 700;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.footerBlock table td:first-child {
    text-align: left;
}

.footerBlock table td:last-child {
    padding-left: 15px;
    text-align: right;
}

.footerBlock ul {
    padding: 0;
}

.footerBlock li {
    list-style: none;
    position: relative;
    padding: 0 15px;
    width: max-content;
}

.footerBlock li:before {
    content: '\f0da';
    font-family: fontawesome;
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    color: #474747;
    transition: .4s;
}

.footerBlock ul li:hover:before {
    transform: rotate(0deg);
}

.footerBlock h3 {
    font-size: 26px;
    margin-top: 0;
}

.footerBlock a {
    color: #999999;
}

.footerBlock a:hover {
    color: white;
}



/* SHIFT PAGES */

.slingshotPage #section-1,
.indian-top-section {
    margin-top: -25px!important;
}





/* BREAKPOINTS */

@media (max-width: 1199px) {

.headercontainer {
    width: 845px;
}

.headerLogos img {
    max-height: 125px;
    max-width: 160px;
}

.btnContainer h3 {
    font-size: 25px;
}

.btnContainer h3 span {
    font-size: 20px;
}

.single-item-slider .slider-inner .item {
    width: 217px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 235px;
}

.footerWrapper {
    flex: 0 0 33%;
}

.footerMap {
    flex: 0 0 67%;
}

.p-header h1 {
    font-size: 45px;
}

.mapWrapper {
    padding-bottom: 130%;
}

.inventory-container .vehicle .price {
    font-size: 17px;
}
}





@media (max-width: 991px) {
.headercontainer {
    width: 77%;
}

.headerLogos img {
    max-height: 86px;
    max-width: 113px;
}

.headerLogos a {
    padding: 0 3px;
}

.headerblock {
    flex: 0 0 30%;
}

.headerblock .dealer-phone {
    font-size: 21px;
}

.headerBanner h4 {
    padding: 7px 25px;
    font-size: 18px;
    line-height: 18px;
}

.headerBanner h4 span {
    font-size: 26px;
}

.btnText {
    padding: 7px 5px;
}

.btnContainer h3 {
    font-size: 21px;
}

.btnContainer h3 span {
    font-size: 18px;
}

.aboutText p {
    line-height: 24px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 226px;
}

.footerWrapper {
    flex: 0 0 42%;
}

.footerMap {
    flex: 0 0 58%;
}

.p-header {
    height: 210px;
}

.p-header h1 {
    font-size: 35px;
}

.p-header h1:before {
    top: 15px;
}

.form-header-text {
    font-size: 25px;
}

.mapWrapper {
    padding-bottom: 50%;
    margin-top: 25px;
}

.inventory-container .vehicle .price {
    font-size: 20px;
}
}




@media (max-width: 767px) {
.headercontainer {
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 30px 15px 10px;
}

.headerLogos {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.headerInfo {
    display: none;
}

.headerblock {
    flex: 0 0 100%;
}

.headersocial {
    display: none;
}

.headerBanner {
    top: 29px;
    width: 217px;
}

.headerBanner h4 {
    padding: 7px 25px;
    font-size: 16px;
    line-height: 16px;
}

.headerBanner h4 span {
    font-size: 22px;
}

.headerLogos img {
    max-height: 74px;
    max-width: 95px;
}

.btnContainer {
    flex-wrap: wrap;
    margin: 15px 0;
}

.btnContainer a {
    flex: 0 0 48%;
    margin: 10px 0;
}

.btnContainer a:before {
    background: none;
}

.btnText {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(196 100 42 / 47%) 0%,rgb(147 75 34 / 39%) 100%);
    border-top: none;
}

.btnContainer h3 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 5.4vw;
}

.btnContainer h3 span {
    font-size: 4.5vw;
}

.sliderSection {
    margin-top: 50px!important;
}

.oemContainer {
    margin-top: -30px;
}

.oemContainer a {
    flex: 1 0 26%;
    padding: 14px 7px;
    text-align: center;
}

.featuredInventory h2 {
    font-size: 34px;
    line-height: 30px;
    width: 100%;
    margin-left: 0;
}

.featuredInventory h2:before {
    top: 14px;
}

.homeSlider {
    margin-top: -30px;
}

.aboutSection > div > div {
    margin: 0 15px;
}

.homeAboutWelcome h1 span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 0;
}

.homeAboutWelcome h1 {
    margin: 0 0 -10px;
    font-size: 43px;
}

.latestReviews .single-item-slider .slider-inner .item {
    width: 214px;
}

.footerContainer {
    flex-flow: column;
    align-items: center;
}

.footerWrapper {
    align-items: center;
}

.footerMap {
    width: 100%;
    padding-bottom: 100%;
}

.footerWrapper div:nth-child(1) {
    text-align: center;
}

.p-header {
    height: 100%;
    margin-bottom: 0;
}

.p-header h1 {
    font-size: 6vw;
    bottom: 6px;
    left: 5px;
}

.p-header h1:before {
    top: 47%;
    height: 50%;
}

.headerblock .dealer-phone {
    color: white;
    position: absolute;
    left: 0;
    bottom: -47px;
}

.page-background > div, 
#calendar-page, 
#employees-team-page, 
#promotions-page, 
#inventory-page, 
#vdp-container, 
#thankyou-page, 
#showroom, 
#blog-page, 
#blog-detail, 
#credit-thankyou-page, 
#events-page {
    margin: 0 15px;
}

#main-nav .dropdown-menu>li>a {
    color: white;
}

#main-nav .navbar-toggle {
    background-color: white;
}

.mapWrapper {
    padding-bottom: 90%;
    margin-top: 0;
}

.mapandhourstbl {
    margin: auto;
}

.vtSection .widget-inner {
    margin-top: 0!important;
}
}










