.menu {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.menu:after {
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #dedddd;
  content: '';
  position: absolute;
}
.menu li {
  float: left;
  width: 16.66%;
  font-size: 21px;
  line-height: 40px;
  position: relative;
}
.menu li:before {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #dedddd;
  content: '';
  position: absolute;
}
.menu li a {
  display: block;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #000000;
}
.menu li a:hover {
  background-color: #000000;
  color: #fdef01;
}
.menu li.active-menu-item a {
  background-color: #000000;
  color: #fdef01;
}
.select-menu {
  font: 12px/15px Arial, Helvetica, sans-serif;
  color: #202220;
  width: 100%;
  margin: 20px auto;
  float: none;
  outline: none;
  text-align: left !important;
  border: 2px solid #343438;
}
.select-menu option {
  text-align: left;
}
/* Stuck menu styles
========================================================*/
#stuck_container {
  background-color: #fff;
}
.isStuck {
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 3px 3px #000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fdef01;
  font-size: 43px;
  line-height: 60px;
  background-color: #000;
  width: 60px;
  height: 60px;
  z-index: 20;
  text-align: center;
  border: 1px solid #000;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ffffff;
  border-color: #ffffff;
}
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #ececec;
  color: #888888;
  font: 15px/27px 'Lato', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 27px;
}
p.offset__1 {
  margin-bottom: 14px;
  color: #ffffff;
}
p.offset__2 {
  margin-bottom: 14px;
  color: #000000;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000000;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  position: relative;
}
h2 {
  font-size: 111px;
  line-height: 80px;
  padding-top: 96px;
  margin-bottom: 54px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list-1 {
  padding-top: 10px;
}
.list-1 li {
  font-size: 21px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.list-1 li a {
  padding: 22px 29px 24px;
  color: #1a1a1a;
  display: block;
  background-color: #eae9e9;
  background-color: rgba(234, 233, 233, 0.8);
}
.list-1 li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.list-1 li a:hover .fa {
  color: #fdd601;
}
.list-1 li a .fa {
  font-size: 53px;
  line-height: 90px;
  position: absolute;
  width: 58px;
  right: 24px;
  top: 50%;
  margin-top: -45px;
  text-align: center;
}
.list-1 li + li {
  margin-top: 10px;
}
.list-2 {
  margin-right: -25px;
}
.list-2 li {
  padding-left: 30px;
  position: relative;
  color: #777;
}
.list-2 li:after {
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #e4e4e4;
  border-radius: 500px;
  content: '';
  left: 0;
  top: 7px;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.list-2 li + li {
  margin-top: 10px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #fdef01;
}
.btn {
  display: block;
  background-color: #fdef01;
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  padding: 24px 5px 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 23px;
}
.btn:hover {
  background-color: #000000;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 27px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.offset__1 {
  margin-bottom: 29px;
}
.img_inner.img_fright {
  margin-top: 0;
  position: relative;
  top: -10px;
  float: right;
  margin-left: 30px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.pad-1 {
  padding-right: 86px;
}
.pad-2 {
  padding-right: 40px;
}
/*header*/
.main {
  overflow: hidden;
}
.content-load-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/gallery-loader-list.gif) #ffffff 50% 50% no-repeat;
  z-index: 1000;
  overflow: hidden;
}
#header {
  padding: 29px 0 0;
  display: block;
  position: relative;
  z-index: 999;
}
#header .logo {
  font-size: 61px;
  font-weight: bold;
  line-height: 59px;
  float: left;
  position: relative;
}
#header .logo a {
  display: block;
  padding: 15px 0 0;
}
#header .logo * {
  position: relative;
  z-index: 2;
}
#header .logo *:hover {
  color: inherit;
}
#header .logo span {
  padding-top: 2px;
  font-size: 91px;
  display: block;
  font-weight: 300;
  margin-left: -6px;
}
#header .logo:before {
  z-index: 1;
  position: absolute;
  width: 94px;
  height: 94px;
  background-color: #ececec;
  border-radius: 500px;
  content: '';
  left: -30px;
  top: 0;
  background-color: #ececec;
}
.header_phone {
  padding-top: 9px;
  float: right;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 47px;
  text-align: right;
  font-weight: normal;
  color: #767676;
  position: relative;
  padding-left: 62px;
  margin-bottom: 43px;
}
.header_phone span {
  display: block;
  margin-top: -2px;
  color: #000000;
  font-size: 34px;
}
.header_phone .fa {
  font-size: 54px;
  line-height: 54px;
  color: #000000;
  left: 0;
  top: 54px;
  position: absolute;
}
/****Content****/
#content {
  background-color: #ffffff;
}
/****Subpages****/
#about {
  padding-bottom: 94px;
  background-color: #ffffff;
  background: url("../images/parallax-1.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#services {
  padding-bottom: 100px;
  background-color: #ffffff;
  background: url("../images/parallax-2.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#services h2 {
  color: #ffffff;
}
#prices {
  padding-bottom: 100px;
}
#news {
  padding-bottom: 100px;
  background-color: #ffffff;
  background: url("../images/parallax-3.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#news h2 {
  color: #ffffff;
}
#contacts {
  padding-bottom: 110px;
  background-color: #ffffff;
  background: url("../images/parallax-4.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#contacts h2 {
  color: #ffffff;
}
#privacy {
  padding-bottom: 110px;
  background-color: #ffffff;
  background: url("../images/parallax-5.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#privacy h2 {
  color: #ffffff;
}
#privacy .text1 {
  margin-bottom: 13px;
}
#privacy .text1 a:hover {
  color: #ffffff;
}
#privacy p + .text1 {
  padding-top: 8px;
}
/****Blocks****/
.313131 {
  margin-left: -10px;
  padding-top: 9px;
}
.thumbnail {
  background-color: #fdef01;
  color: #000000;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 570px;
  float: left;
  position: relative;
  padding: 28px 60px 32px 178px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.thumbnail .left-icon {
  position: absolute;
  width: 178px;
  text-align: center;
  font-size: 101px;
  line-height: 90px;
  top: 50%;
  margin-top: -49px;
  left: 0;
  -webkit-transition: b 0.5s ease;
  transition: b 0.5s ease;
}
.thumbnail .text1 {
  position: relative;
  top: 1px;
}
.thumbnail .corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 31px;
  line-height: 54px;
}
.thumbnail:hover .left-icon {
  color: #000000;
}
.thumbnail:hover .text1 {
  color: #000000;
}
.thumbnail:hover .text1 a:hover {
  color: #ffffff;
}
.thumbnail:hover .corner {
  background-color: #ffffff;
}
.thumbnail:hover .corner:hover {
  background-color: #000000;
  color: #ffffff;
}
.thumbnail-1 {
  margin-top: 10px;
  float: left;
  width: 20%;
  background-color: #ffffff;
  position: relative;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.thumbnail-1 .bdr-hover {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: #fdef01;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.thumbnail-1 .bdr-hover + .bdr-hover {
  bottom: auto;
  top: 100%;
}
.thumbnail-1 .price {
  background-color: #000000;
  padding: 31px 30px 26px;
  font-size: 13px;
  line-height: 20px;
  color: #777;
}
.thumbnail-1 .price .color2 {
  font-size: 51px;
  line-height: 30px;
  margin-bottom: 11px;
}
.thumbnail-1 .price .color2 span {
  font-size: 30px;
  position: relative;
  top: -9px;
}
.thumbnail-1 .price p {
  margin-bottom: 0;
}
.thumbnail-1 .thumbnail-1_title {
  text-transform: uppercase;
  font-size: 21px;
  line-height: 30px;
  padding: 23px 10px 23px 30px;
  color: #000000;
}
.thumbnail-1 .thumbnail-1_pad {
  padding: 23px 30px 30px;
}
.thumbnail-1 + .thumbnail-1:before {
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #ececec;
  content: '';
  position: absolute;
  left: 0;
}
.thumbnail-1:hover {
  background-color: #fdef01;
}
.thumbnail-1:hover .list-2 li {
  color: #000000;
}
.thumbnail-1:hover .list-2 li:after {
  background-color: #000000;
}
.thumbnail-1:hover .list-2 li a:hover {
  color: #000000;
}
.thumbnail-1:hover .btn {
  background-color: #ffffff;
  color: #000000;
}
.thumbnail-1:hover .btn:hover {
  background-color: #000000;
  color: #fdef01;
}
.thumbnail-1:hover .bdr-hover {
  height: 10px;
}
/*****Gallery****/
/****Separators****/
/****Text styles****/
.text1 {
  font-size: 21px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
.text1.offset__1 {
  margin-bottom: 43px;
}
.color1 {
  color: #000000;
}
.color1 a:hover,
a.color1:hover {
  color: #000000;
}
.color2 {
  color: #fdef01;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
/****Map****/
.map {
  overflow: hidden;
  bottom: 0;
  top: 0;
  padding-top: 14px;
  position: relative;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 512px;
  max-width: 100%;
}
.map .map_description {
  position: absolute;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  padding: 21px 0 24px ;
}
.address1 {
  display: block;
  margin-bottom: 9px;
}
.map_phone {
  font-size: 34px;
  line-height: 47px;
  position: relative;
  display: block;
  padding-left: 43px;
}
.map_phone .fa {
  margin-left: -60px;
  top: 7px;
  font-size: 54px;
  color: #fdef01;
  position: absolute;
}
/**Footer**/
#footer {
  text-align: center;
  padding: 100px 0;
}
#footer .social-icons {
  margin-bottom: 29px;
  font-size: 0;
  line-height: 0;
}
#footer .social-icons .fa {
  background-color: #3e3e3e;
  color: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 31px;
  line-height: 64px;
  text-align: center;
  border-radius: 500px;
  display: inline-block;
}
#footer .social-icons .fa:hover {
  color: #333;
  background-color: #ffffff;
}
#footer .social-icons .fa + .fa {
  margin-left: 10px;
}
#footer a:hover {
  color: #000000;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1335px) {
  .caro_wrap {
    padding: 0 80px;
  }
  #owl-2 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .logo:before {
    left: 0px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .extra_wrapper {
    overflow: visible;
  }
  #toTop {
    display: none !important;
  }
  #owl {
    padding-bottom: 0;
  }
  #owl .item {
    padding: 120px 0;
    font-size: 60px;
    line-height: 80px;
  }
  .thumbnail {
    width: 465px;
  }
  #contact-form .btn {
    width: 120px;
  }
  #stuck_container {
    position: static;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea {
    width: 100% !important;
    float: none !important;
  }
  .map figure {
    height: auto !important;
  }
  .nowrap {
    white-space: normal;
  }
  .map figure {
    height: 100% !important;
  }
  .list-1 li {
    font-size: 16px;
  }
  .thumbnail {
    width: 368px;
  }
  .thumbnail-1 {
    width: 50%;
  }
  #owl-2 {
    margin-left: 0;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .map {
    margin-right: 0;
    padding-top: 40px;
  }
  .map iframe {
    height: 400px !important;
  }
  #owl-1 .owl-next,
  #owl-1 .owl-prev {
    bottom: 0 !important;
  }
  .select-menu {
    display: block;
  }
  .menu {
    display: none;
  }
  .thumbnail {
    padding-left: 17px;
    padding-right: 17px;
  }
  .thumbnail .left-icon {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #owl-2 {
    padding-left: 52px;
    padding-right: 52px;
  }
  .owl1_wrapper {
    padding-top: 0;
  }
  #owl .item {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 70px;
    line-height: 90px;
  }
  .map figure iframe {
    height: 300px;
  }
  .thumbnail,
  .thumbnail-1 {
    width: 100%;
    margin-left: 0 !important;
  }
  .thumbnail-wrapper {
    margin-left: 0 !important;
  }
  .logo {
    float: none !important;
  }
  .header_phone {
    margin-top: 20px;
    text-align: center;
    float: none;
  }
  .thumbnail {
    padding-bottom: 62px;
  }
  .video-overlay {
    background: url(../video/video.jpg) center 0 no-repeat;
  }
}
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 38px;
    line-height: 44px;
  }
  .map_phone {
    font-size: 15px;
    line-height: 20px;
  }
  .map .map_description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .map_phone .fa {
    font-size: 30px;
  }
  #header .logo {
    font-size: 40px;
  }
  #header .logo span {
    font-size: 80px;
  }
  .header_phone span {
    font-size: 24px;
  }
  .owl-next,
  .owl-prev {
    bottom: 40px !important;
    top: auto !important;
    margin-top: 0 !important;
  }
  .caro_wrap {
    padding: 0 !important;
  }
  #owl-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
  }
  .list-1 li {
    font-size: 15px;
  }
  .list-1 li a {
    padding-right: 70px;
  }
}

/** @section RD Navbar */
@keyframes rd-navbar-slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes rd-navbar-slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
  transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
  transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar.rd-navbar-fixed + .rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar + .rd-navbar.rd-navbar--is-clone {
  display: none;
}

.rd-navbar {
  display: none;
  background: #ffffff;
}

.rd-navbar-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #cccccc;
  background-color: transparent;
  border: none;
  display: none;
}

.rd-navbar-toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .3s all ease;
}

.rd-navbar-toggle span:after {
  top: 8px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
  width: 24px;
  height: 4px;
  background-color: #cccccc;
  backface-visibility: hidden;
  border-radius: 0;
}

.rd-navbar-toggle span {
  transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
  transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
  transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
  top: 0;
  width: 15px;
}

.rd-navbar-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #2c343b;
  display: none;
}

.rd-navbar-collapse-toggle span {
  top: 50%;
  margin-top: -3px;
}

.rd-navbar-collapse-toggle span, .rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  position: absolute;
  width: 6px;
  height: 6px;
  line-height: 6px;
  text-align: center;
  background: #2c343b;
  left: 50%;
  margin-left: -3px;
  border-radius: 50%;
  transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before, .rd-navbar-collapse-toggle span:after {
  content: '';
}

.rd-navbar-collapse-toggle span:before {
  bottom: 100%;
  margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
  top: 100%;
  margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
  transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
  transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
  transform: translateY(-18px);
}

.rd-navbar-brand a {
  display: block;
}

.rd-navbar-search {
  position: relative;
  display: inline-flex;
}

.rd-navbar-search .form-input {
  padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  color: #cccccc;
  transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
  color: #ff7f63;
}

.rd-navbar-search-toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}

.rd-navbar-dropdown {
  display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
  display: block;
}

.rd-navbar-static .rd-nav-item {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
  color: #ff7f63;
  background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ff7f63;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
  background-color: #000000;
  color: #fdef01;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
  color: #ff7f63;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
  transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
  margin-left: 4px;
  font-family: "Material Design Icons";
  font-size: 16px;
  cursor: pointer;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
  position: relative;
  display: inline-block;
  transition: .22s;
  content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
  color: #ff7f63;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
  margin-top: 20px;
}

.rd-navbar-static .rd-nav-item {
  border-left: 1px solid #dedddd;
}

.rd-navbar-static .rd-nav-item:last-child {
  border-right: 1px solid #dedddd;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
  /*border-left: 1px solid #dedddd;*/
}

.rd-navbar-static .rd-nav-link {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  transition: .25s;

  display: block;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #000000;

  font-size: 21px;
  line-height: 40px;
}

.rd-navbar-static .rd-nav-link:hover {
  background-color: #000000;
  color: #fdef01;
}

.rd-navbar-static .rd-menu {
  z-index: 15;
  position: absolute;
  display: block;
  margin-top: 22px;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  border: 1px solid #d7d7d7;
  transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
  position: absolute;
  left: 0;
  width: 270px;
  padding: 15px;
  background: #ffffff;
  z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
  top: -1px;
  left: 100%;
  z-index: 2;
  margin-top: -15px;
  margin-left: 15px;
  transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 15px;
  transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
  color: #ff7f63;
}

.rd-navbar-static .rd-dropdown-link {
  color: #9b9b9b;
}

.rd-navbar-static .rd-dropdown-link:hover {
  color: #ff7f63;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
  position: relative;
  left: -3px;
  display: flex;
  padding: 1px 14px 1px 0;
  text-align: left;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
  color: #9b9b9b;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
  color: #ff7f63;
}

.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a::before {
  transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
  position: relative;
  top: -1px;
  left: -6px;
  display: inline-block;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: inherit;
  line-height: inherit;
  color: #ff7f63;
  opacity: 0;
  visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
  left: 0;
  padding-left: 14px;
  padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
  left: -7px;
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
  display: flex;
  left: 0;
  width: 100%;
  max-width: 1200px;
  padding: 30px 40px;
  background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
  flex-basis: 50%;
  flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
  padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
  margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
  color: #000000;
  background: transparent;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
  color: #ff7f63;
  background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
  margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
  visibility: visible;
  opacity: 1;
}

.rd-navbar-static .rd-search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  margin-top: 20px;
  z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
  margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
  display: inline-flex;
  color: #2c343b;
}

.rd-navbar-static .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
  transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
  color: #ff7f63;
}

.rd-navbar-static.rd-navbar--is-clone {
  display: block;
  transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
  transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
  position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
  display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
  display: inline-block;
}

.rd-navbar-fixed .rd-navbar-brand {
  position: relative;
  margin-left: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 22px;
  line-height: 46px;
}

.rd-navbar-fixed .rd-navbar-brand img {
  max-width: 160px;
  max-height: 58px;
  width: auto;
  height: auto;
}

.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1080;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  left: 0;
  top: -56px;
  bottom: -56px;
  z-index: 1079;
  width: 270px;
  padding: 112px 0 81px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  line-height: 34px;
  transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
  width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
  background: #ffd3c9;
  border: none;
  border-radius: 0;
  opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
  background: #ff7f63;
  border: none;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
  display: block;
  margin: 15px 0;
  height: auto;
  text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
  text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
  margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
  display: block;
  padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
  padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
  opacity: 1;
  height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
  transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
  display: none;
  transition: opacity 0.3s, height 0.4s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-submenu {
  position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
  height: 34px;
  line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown > li > a {
  padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li > a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li > a {
  padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
  display: block;
  padding: 9px 56px 9px 16px;
  font-size: 12px;
  line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list > li + li,
.rd-navbar-fixed .rd-navbar-dropdown > li + li {
  margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list > li > a {
  padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  position: relative;
  display: block;
  padding: 0 18px 7px;
  font-size: 16px;
  line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
  margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
  margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
  margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
  content: '\f107';
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 52px;
  font: 400 14px "FontAwesome";
  line-height: 52px;
  text-align: center;
  transition: 0.4s all ease;
  z-index: 2;
  cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
  display: block;
  top: 4px;
  z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
  position: fixed;
  right: 0;
  top: 56px;
  z-index: 1079;
  transform: translate3d(0, -10px, 0);
  padding: 15px;
  width: auto;
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
  display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
  margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
  position: absolute;
  float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
  position: fixed;
  right: 0;
  left: 0;
  top: 56px;
  z-index: 1079;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
  display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
  padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
  transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
  content: "";
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
  content: "";
  transform: rotate(-90deg) scale(0.4);
  opacity: 0;
  visibility: hidden;
  font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
  position: fixed;
  top: 4px;
  z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
  right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
  right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
  display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
  display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
  display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
  color: #9b9b9b;
  box-shadow: none;
  background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #d7d7d7;
  box-shadow: none;
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
  background-color: #000000;
  color: #fdef01;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
  color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
  color: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
  color: #9b9b9b;
}

.rd-navbar-fixed .rd-megamenu-list > li:hover > a,
.rd-navbar-fixed .rd-megamenu-list > li.focus > a,
.rd-navbar-fixed .rd-megamenu-list > li.active > a,
.rd-navbar-fixed .rd-megamenu-list > li.opened > a,
.rd-navbar-fixed .rd-navbar-dropdown > li:hover > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.focus > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.active > a,
.rd-navbar-fixed .rd-navbar-dropdown > li.opened > a {
  background-color: #000000;
  color: #fdef01;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
  color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
  border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
  color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
  color: #ff7f63;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
  color: #9b9b9b;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
  color: #cccccc;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
  color: #ff7f63;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
  color: #2c343b;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
  color: #ff7f63;
}

.rd-navbar-fixed .rd-navbar-collapse {
  background-color: #ffffff;
  box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
  color: #9b9b9b;
}

html.rd-navbar-fixed-linked .page {
  padding-top: 56px;
}


/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
  /*border-bottom: 1px solid transparent;*/
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
  padding-left: 15px;
  padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
  padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element .rd-navbar-nav-wrap {
  display: flex;
  flex-grow: 1;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element .rd-navbar-nav {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
  border-bottom-color: #d7d7d7;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
  display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
  padding: 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
  margin-top: 17px;
}

html.rd-navbar-fixed-linked body {
  padding-top: 56px;
}

.thumbnail > .maxheight {
  height:  auto !important;
} 

.maxheight1 {
  height: auto !important;
}