html {
    height: 100%;
    font-size: 62.5%;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    line-height: 1.5;
    font-weight: 300;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?43r8op');
  src:  url('../fonts/icomoon.eot?43r8op#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff2?43r8op') format('woff2'),
    url('../fonts/icomoon.ttf?43r8op') format('truetype'),
    url('../fonts/icomoon.woff?43r8op') format('woff'),
    url('../fonts/icomoon.svg?43r8op#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.form-control {
    height: 4rem;
    font-size: 1.6rem !important;
    color: #333;
}

.form-group {
    margin-bottom: 2rem;
}

.icon-home:before {
  content: "\e900";
}

.alert i {
    position: absolute;
    font-size: 7rem;
    top: 28px;
    transform: rotate(12deg);
}

.alert h5 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.alert p {
    font-size: 14px;
    font-size: 1.4rem;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-grow: 1;
    padding: 0;
}

#navbar>li>a {
    padding: 0 0 10px;
    background: none !important;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
}

.fixed {
    position: fixed;
    top: 0;
}

.rightMenu ul {
    padding: 0;
    list-style: none;
}

.rightMenu ul li {
    margin-right: 30px;
    display: inline-block;
    text-align: center;
}

.rightMenu ul li:last-child {
    margin-right: 0;
}

a.navigate {
  text-decoration: none;
  display: inline-block;
  //padding: 8px 16px;
}

a.navigate:hover {
  //background-color: #ddd;
  color: black;
}

.previous {
  //background-color: #cf8046;
  color: #cf8046;
}

.next {
  //background-color: #cf8046;
  color: #cf8046;
}

.round {
  border-radius: 50%;
}

.content {
    flex: 1 0 auto;
    flex-direction: column;
    word-wrap: break-word;
}

.header, .footer {
    flex: none;
}

.container-fluid {
    width: 100%;
}

.home-image {
    position: relative;
    background: url(../img/home.jpg) no-repeat 50% 0;
    background-size: cover;
    color: #333;
    display: flex;
    align-items: flex-end;
    height: 65vh;
}

.quote .fa-quote-left, .quote .fa-quote-right {
    position: relative;
    font-size: 1.6rem;
    margin: 0px 10px 0 0;
    top: -5px;
}

.quote .fa-quote-right {
    margin: 0 0 0 10px;
}

.quote  + .quote {
    margin-top: 30px;
}

.quote p {
    font-size: 2.2rem;
    margin: 0 0 1rem;
    font-style: italic;
    position: relative;
    text-align: justify;
}

.quote span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #777;
    display: block;
    margin: 5px 0 0 0;
    font-style: normal;
}

.or-separator {
    height: 1px;
    width: 100%;
    margin: 50px auto 35px auto;
    text-align: center;
    color: #333;
    font-size: 12px;
}
 
.or-separator span {
    background: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative;
    top: -8px;
    font-size: 2rem;
    color: #777;
}

.or-separator:after {
    content: "";
    display: block;
    position: relative;
    border-bottom: 1px solid #d3d3d3;
    margin-top: -21px;
    z-index: 0;
 }

#aboutWrapper {
    background: #ddd;
}

#about figcaption {
    /*font-weight: bold;*/
    text-align: center;
    margin-top: 10px;
}

#services ul li {
    font-size: 85%;
    color: #666;
}

#services .duration {
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 300;
}

h1 {
    line-height: 1.5;
}

.content .home-image h1 {
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: 400;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(249,249,249,.75);
    word-wrap: normal;
    color: #d40808;
    margin-bottom: 150px;
}

.content .home-image h1 span {
    font-size: 50px;
    font-size: 5rem;
    font-weight: 700;
}

.content .home-image h1 a, .content .home-image h1 a:visited, .content .home-image h1 a:active {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.content ul li {
    margin: 10px 0;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    min-height: 300px;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.home-image h1 a:hover {
    color: #84f784;
    border-bottom: 1px dotted transparent;
}

h1 small {
    display: block;
    font-size: 50%;
    text-align: center;
    padding-top: 5px;
    font-style: italic;
}

h2 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #333;
    margin: 2.5rem 0 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
}

h3 {
    color: #666;
    margin: 0 0 35px;
    margin: 0 0 3.5rem;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
}

#home h3 {
    margin: 15px 0 0;
    margin: 1.5rem 0 0;
}

h4 {
    color: #999;
    margin: 0 0 5px;
    margin: 0 0 .5rem;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
}

#registration table {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
}

#registration table tr th, #registration table tr td {
    border-right: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

#registration table tr th {
    background: #d8f0f0;
    font-weight: 400;
}

#registration table tr td {
    border-top: 1px solid #ccc;
    text-align: left;
}

.message, .staticMessage {
    color: #666;
    display: none;
    line-height: 1.2;
    margin: 0;
    clear: both;
}

.red {
    color: #cf0303;
}

.bottomBorderRed, .bottomBorderRed.form-control, .summary.bottomBorderRed {
    border-color: red !important;
}

section {
    padding: 6rem 0 0;
}

section p:last-child {
    margin-bottom: 0;
}

b, strong {
    font-weight: 700;
}

a, .btn-lg, .btn-default {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.content .btn-lg {
    background: #fa8320;
    border-radius: 4px;
    color: #fff !important;
    border: none;
    padding: 25px;
    padding: 2.5rem;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.btn-default {
    color: #fff;
    border-color: transparent;
    background: #c17b48;
    padding: 10px 25px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
}

.btn-default:hover {
    background: #7d4910;
    color: #fff;
}

.content a, .content a:active, .content a:visited {
    color: #c17b48;
    border-bottom: 1px dotted transparent;
}

.content a:hover {
    color: #7d4910;
    border-bottom: 1px dotted #7d4910;
}

a:hover, a:active, a:focus {
	color: #7d4910;
	text-decoration: none;
}

ul, ol {
    padding-left: 20px;
}

.header {
    z-index: 100;
    position: absolute;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 15px 0;
    background: rgba(0, 99, 99, 0.9);
}

.header #navbar>li>a, .header a {
    color: #fff !important;
}

.footer {
    padding: 25px 15px;
    font-size: 12px;
    font-size: 1.2rem;
    background: #d9e0bf;
    color: #333;
}

.footer .copyright {
    font-size: 14px;
    font-size: 1.4rem;
}

.footer .links {
    text-align: right;
}

.footer .links a {
    margin: 0;
    color: #333;
    border-bottom: 1px dotted transparent;
}

.links i {
    margin-right: 5px;
}

.footer .links a:hover {
    border-bottom: 1px dotted #333;;

}

.footer .links a:first-child {
    padding-left: 0;
    margin-right: 15px;
    border-left: none;
}

.footer .links a:last-child {
    padding-right: 0;
    margin-right: 0;
}

.wdb, .wdb a {
    color: #666 !important;
}

.footer .wdb a:hover {
    border-bottom: 1px dotted #999;
}

.logo i {
    font-size: 6rem;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    /*text-shadow: 1px 1px 10px rgba(255,255,255,1);*/
}

.fixed .logo i {
    font-size: 4rem;
    margin-top: 0 !important;
}

.logo img {
    opacity: 1;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    position: relative;
    width: 100%;
}

.logo img.logoSmall {
    position: absolute;
    top: 122px;
}

.fixed .logo img.logoSmall {
    display: block;
}

.logo span {
    line-height: 50px;
    line-height: 5rem;
    float: right;
    margin-left: 10px;
    font-size: 18px;
    font-size: 1.8rem;
}

.header.fixed {
    background: rgba(193, 123, 72, .95);
    position: fixed;
    padding: 10px 0;
}

.header #navbar>li>a, .header #navbar>li {
    outline: none !important;
}

.header nav ul a:focus, .header nav ul a:hover {
    -webkit-box-shadow: inset 0px -4px 0px 0px #fff;
    -moz-box-shadow: inset 0px -4px 0px 0px #fff;
    box-shadow: inset 0px -4px 0px 0px #fff;
}

.header.fixed nav ul a.active, .header.fixed nav ul a:focus, .header.fixed nav ul a:focus, .header.fixed nav ul a:hover {
    -webkit-box-shadow: inset 0px -4px 0px 0px #fff;
    -moz-box-shadow: inset 0px -4px 0px 0px #fff;
    box-shadow: inset 0px -4px 0px 0px #fff;
}

.header .row {
    display: flex;
    /*height: 60px;
    height: 6rem;*/
}

/*.header .rightMenu, .header .logo {
    justify-content: flex-end;
    display: flex;
    color: #fff;
}*/


.header .rightMenu p {
    font-size: 13px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header .rightMenu p, .header .rightMenu p a {
    color: #333;
}

.header .logo {
    justify-content: flex-start;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    overflow: hidden;
    position: relative;
    align-items: center;
}

/*.fixed.header .logo {
    height: 50px;
}*/

.fixed.header .rightMenu p {
    margin-top: 15px;
}

.header h1 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0;
}

.small, small {
    font-size: 85%;
    color: #888;
}

.phone {
    margin: 0 0 0 5px;
}

.social {
    margin-left: 5px;
}

.social i {
    font-size: 16px;
    font-size: 1.6rem;
}

.back {
    opacity: 0;
    z-index: 1000;
    color: #000;
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    text-decoration: none;
    text-align: center;
    right: 5%;
    bottom: 10%;
    z-index: 1030;
    display: flex;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.back i {
    font-size: 20px;
    font-size: 2rem;
    color: #000;
}

.back.active {
    display: block;
}

.modal-backdrop.fade.in {
    opacity: .6;
}

.fadeInUp, .fadeOutDown {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: .5;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: .5;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: .5;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: .5;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.social a {
    font-size: 4rem;
    margin-left: 15px;
    color: #ccc;
    border: none !important;
}

.social a:first-child {
    margin-left: 0;
}

.social a:hover {
    color: #999;
}

.grid {
    justify-content: center;
}


figure {
    margin-top: 3rem;
}

figcaption {
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem;
}

.breadcrumb span {
    margin: 0 1rem;
}

.breadcrumb {
    padding: 0;
    margin: 4.8rem 0 4rem;
    background-color: transparent;
    border-radius: 0;
    text-transform: uppercase;
}

.productRowWrapper > div:nth-child(2) p {
    margin-bottom: 2rem;
}

.products h1 {
    font-size: 1.4rem;
    color: #777;
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.products h2 {
    font-size: 4rem;
    color: #333;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.products h3 {
    font-size: 2rem;
    color: #777;
    margin: 0 0 5px;
    font-weight: 300;
}

.products h4 {
    font-size: 1.4rem;
    color: #777;
    margin: 0 0 2rem;
    font-weight: 300;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*.carousel {
  height: 500px;
  margin-bottom: 60px;
}*/
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
    left: inherit;
    right: inherit;
    padding: 15px;
    margin-bottom: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, .85);
}

.carousel-caption h1 {
    margin: 0;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 100vh;
    background-color: #777;
}

.carousel .item .first-slide {
    background: url(../img/carousel1.jpg) no-repeat 50% 0;
    background-size: cover;
}

.carousel .item .second-slide {
    background: url(../img/carousel2.jpg) no-repeat 50% 0;
    background-size: cover;
}

.carousel .item .third-slide {
    background: url(../img/carousel3.jpg) no-repeat 50% 0;
    background-size: cover;
}
.carousel .item .fourth-slide {
    background: url(../img/carousel4.jpg) no-repeat 50% 0;
    background-size: cover;
}

.carousel .item > div {
    height: 100vh;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    /*height: 500px;*/
}

.carousel .btn-container {
    display: flex;
    justify-content: center;
}

.carousel a:hover {
    border: none;
}

a.carousel-control {
    color: #fff !important;
    border: none;
}

/*.secondary {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}*/

label {
    font-weight: 400;
}

.ratings {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.br-widget a:hover {
    border-bottom: none;
}

.title {
    font-size: 14px;
    color: #999;
    margin-left: 1rem;
    margin-bottom: 1px;
}

.products .quote {
    margin-top: 3rem;
}

.marginTop5 { margin-top:5px; }
.marginTop10 { margin-top:10px; }
.marginTop15 { margin-top:15px; }
.marginTop20 { margin-top:20px; }
.marginTop25 { margin-top:25px; }
.marginTop30 { margin-top:30px; }
.marginTop35 { margin-top:35px; }

.marginBottom5 { margin-bottom:5px; }
.marginBottom10 { margin-bottom:10px; }
.marginBottom15 { margin-bottom:15px; }
.marginBottom20 { margin-bottom:20px; }
.marginBottom25 { margin-bottom:25px; }
.marginBottom30 { margin-bottom:30px; }
.marginBottom35 { margin-bottom:35px; }

.paddingTop5 { padding-top:5px; }
.paddingTop10 { padding-top:10px; }
.paddingTop15 { padding-top:15px; }
.paddingTop20 { padding-top:20px; }
.paddingTop25 { padding-top:25px; }
.paddingTop30 { padding-top:30px; }
.paddingTop35 { padding-top:35px; }

.paddingBottom5 { padding-bottom:5px; }
.paddingBottom10 { padding-bottom:10px; }
.paddingBottom15 { padding-bottom:15px; }
.paddingBottom20 { padding-bottom:20px; }
.paddingBottom25 { padding-bottom:25px; }
.paddingBottom30 { padding-bottom:30px; }
.paddingBottom35 { padding-bottom:35px; }

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 30px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 30px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 30px;
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 30px;
}

/************* BREAKPOINTS *****************/
@media screen and (max-width:1199px) {   
}

@media screen and (max-width:991px) {
}

@media screen and (max-width:767px){  

.bottomBorderRed, .bottomBorderRed.form-control, .summary.bottomBorderRed {
    border-color: red !important;
}



    .header, .header.fixed {
        padding: 0;
        background: #000;
        position: fixed;
    }

    .header .logo {
        margin-bottom: 0;
    }

    .header #navbar>li>a, .header a {
        color: #fff;
    }

    .logo a {
        font-size: 20px;
        font-size: 2rem;
    }

    .logo a img, .fixed .logo a img {
        width: 200px;
    }

    .content .home-image h1 a, .content .home-image h1 a:visited, .content .home-image h1 a:active {
        font-size: 32px;
        font-size: 3.2rem;
    }

    .navbar-toggle {
        border: 1px solid #fff;
        margin: 0;
    }

    .content .home-image h1 {
        text-align: center;
        margin: 0 15px;
        font-size: 44px;
        font-size: 4.4rem;
    }

    .container-fluid .container {
        /*padding: 0;*/
        width: 100%;
    }

    .container-fluid.header .container {
        padding: 0 15px;
    }

    .rightMenu ul li {
        margin-right: 0;
        display: block;
        padding: 10px 0;
    }

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .home-image {
        padding-bottom: 5px;
        height: 400px;
        background-size: cover;
        align-items: flex-end;
    }

    .footer [class^="col-"] {
        text-align: center;
    }

    .footer p {
        font-size: 2rem;
        margin-bottom: 0;
    }

    .footer .links, .footer .copyright {
        text-align: center;
    }

    .footer .links p:not(.wdb) a {
        display: block;;
    }

    .footer .links p:not(.wdb) a:first-child {
        margin-bottom: 25px;
    }

    p.wdb {
        margin-bottom: 0;
    }

    p.wdb, .copyright p {
        font-size: 1.4rem;
        margin-top: 2.5rem;
    }

    .contactInfo {
        margin-top: 25px;
    }

    #about figcaption {
        margin-bottom: 25px;
    }

    /*#myScrollSpy {
        justify-content: center;
    }*/

    .carousel {
        margin-bottom: 35px;
    }

    .carousel-caption {
        margin-bottom: 30px;
    }

    .carousel-caption h1 {
        font-size: 20px;
        font-size: 2rem;
    }

    .carousel .item {
        height: 50vh;
    }

    .carousel .item > div {
        height: 50vh;
    }

    .alert h5 {
        font-size: 30px;
        font-size: 3rem;
    }

    .content .btn-lg {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
        white-space: inherit;
        padding: 15px;
    }

    .quote {
        margin-top: 30px;
    }

    h3 {
        margin: 35px 0 35px;
        margin: 3.5rem 0 3.5rem;
    }

    .navbar {
        padding: 5px 0;
        align-items: center;
    }

    .navbar-dark .navbar-toggler {
        border-color: #fff !important;
        padding: .1rem .5rem;
    }

    .navbar-toggler .navbar-toggler-icon {
        font-size: 2rem;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .breadcrumb {
        margin: 2.6rem 0 3rem 0;
    }

    .productRowWrapper {
        height: auto;
        flex-direction: row;
    }

    figcaption {
        font-weight: 400;
    }
}

@media screen and (max-width:450px){
.header nav ul a:focus, .header nav ul a:hover {
    -webkit-box-shadow: inset 80px -4px 80px 0px #cf8046;
    -moz-box-shadow: inset 80px -4px 80px 0px #cf8046;
    box-shadow: inset 80px -4px 80px 0px #cf8046;
}

.header.fixed nav ul a.active, .header.fixed nav ul a:focus, .header.fixed nav ul a:focus, .header.fixed nav ul a:hover {
    -webkit-box-shadow: inset 80px -4px 80px 0px #cf8046;
    -moz-box-shadow: inset 80px -4px 80px 0px #cf8046;
    box-shadow: inset 80px -4px 80px 0px #cf8046;
}

}

@media screen and (min-width:768px) {

    .home-image {
        min-height: 400px;
    }

    /*.logo i {
        margin-top: 40px;
        margin-top: 4rem;
    }*/

    .home-image .pull-right {
        /*display: flex;
        justify-content: flex-end;
        flex-direction: column;*/
        width: auto;
    }

    .rightMenu ul {
        display: flex !important;
        height: auto !important;
        margin-top: 40px;
        -moz-transition: all .25s ease-in-out;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        justify-content: flex-end;
    }

    .fixed .rightMenu ul {
        margin-bottom: -10px;
        margin-top: 0;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0 0 7px 0;
        font-size: 1.8rem;
    }

    .navbar-expand-md .navbar-collapse {
        flex-direction: column;
        align-items: flex-end;
    }

    .productRowWrapper {
        display: block;
        /*flex: none;*/
    }

    .productRowWrapper > div:first-child {
        float: left;
        padding-right: 3rem;
        margin-bottom: 3rem;
    }

    .productRowWrapper > div:nth-child(2) {
        float: right;
        padding-left: 3rem;
    }

    .productRowWrapper > div.reviews {
        clear: left;
        padding-right: 3rem;
    }

    .about {
        padding-right: 3rem;
    }

    .testimonials {
        padding-left: 3rem;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    #navbar>li>a {
        font-size: 1.6rem;
    }

    figcaption {
        font-size: 1.6rem;
    }
}

@media screen and (min-width:451px) and (max-width:767px){
    .header nav ul a:focus, .header nav ul a:hover {
        -webkit-box-shadow: inset 80px -4px 80px 0px #cf8046;
        -moz-box-shadow: inset 80px -4px 80px 0px #cf8046;
        box-shadow: inset 80px -4px 80px 0px #cf8046;
    }

    .header.fixed nav ul a.active, .header.fixed nav ul a:focus, .header.fixed nav ul a:focus, .header.fixed nav ul a:hover {
        -webkit-box-shadow: inset 80px -4px 80px 0px #cf8046;
        -moz-box-shadow: inset 80px -4px 80px 0px #cf8046;
        box-shadow: inset 80px -4px 80px 0px #cf8046;
    }
    .fixed.header .rightMenu p {
        margin-top: 10px;
    }
    .d-sm-block {
        display: block!important;
        padding-left: 40px;
	margin-bottom: 2px;
    }
}

@media (min-width: 992px){
    .d-sm-block {
        display: block!important;
        padding-left: 40px;
	margin-bottom: 5px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px){
    .d-sm-block {
        display: block!important;
        padding-left: 40px;
	margin-bottom: 5px;
    }
}

@media (max-width: 1024px){
}

@media screen and (min-width:768px) and (max-width:1199px){
    .logo a {
        position: relative;
    }
    .d-sm-block {
        display: block!important;
        padding-left: 40px;
	margin-bottom: 5px;
    }
}

@media (min-width: 1400px){
    .d-sm-block {
        display: block!important;
        padding-left: 40px;
	margin-bottom: 5px;
    }
}
/* END BREAKPOINTS */
