/* Config Colors
-------------------------------------*/
/* Defaults 
-------------------------------------*/
body {
  font-family: 'Lato', sans-serif;
  color: #716d6e;
  background-color: #ffffff;
}

/*-----------------------------------------------------------------------------------*/
/* Tabs */
/*-----------------------------------------------------------------------------------*/
.tabs {
  border-radius: 4px;
  margin-bottom: 35px;
}
.tabs .nav-tabs {
  margin: 0;
  font-size: 0;
  border-bottom-color: #EEE;
}
.tabs .nav-tabs li {
  display: inline-block;
  float: none;
}
.tabs .nav-tabs li a {
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  margin-right: 1px;
}

.tabs .nav-tabs li:last-child a {
  margin-right: 0;
}
.tabs .nav-tabs li a,
.tabs .nav-tabs li a:hover {
  background: #F4F4F4;
  border-bottom: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  border-top: 3px solid #EEE;
  color: #555555;
}
.tabs .nav-tabs li a:hover {
  border-bottom-color: transparent;
  border-top: 3px solid #CCC;
  box-shadow: none;
}
.tabs .nav-tabs li a:active,
.tabs .nav-tabs li a:focus {
  border-bottom: 0;
}
.tabs .nav-tabs li.active a,
.tabs .nav-tabs li.active a:hover,
.tabs .nav-tabs li.active a:focus {
  background: #FFF;
  border-left-color: #EEE;
  border-right-color: #EEE;
  border-top: 3px solid #ffbf00;
  color: #333333;
  outline: none;
}


/* Animation Delay
--------------------------------------------*/
.delay05s {
  animation-delay: 0.5s;
}
.delay1s {
  animation-delay: 1s;
}
.delay15s {
  animation-delay: 1.5s;
}
.delay2s {
  animation-delay: 2s;
}
.v-hidden {
  visibility: hidden;
}
/* Autocomplete
--------------------------------------------*/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #fff;
  cursor: default;
  overflow: auto;
  font-size: 14px;
}
.autocomplete-suggestion {
  padding: 10px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.autocomplete-selected {
  background: #f0f0f0;
  font-size: 14px;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-size: 14px;
}
/* Carousel Fade
--------------------------------------------*/
.carousel {
  z-index: 1;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Label
--------------------------------------------*/
.label-default {
  background-color: #ffbf00;
  border-radius: 0;
}
/* Tooltip
--------------------------------------------*/
.tooltip .tooltip-inner {
  background-color: #ffbf00;
  padding: 5px 10px;
  font-size: 18px;
}
.tooltip .tooltip-arrow {
  border-top-color: #ffbf00 !important;
}
.my-tooltip {
  border-bottom: 1px dotted #0a53c5;
  color: #0a53c5;
}
/* Links
--------------------------------------------*/
a {
  color: #e8ebef;
}
a:hover {
  color: #0a53c5;
  text-decoration: none;
}


/* Scroll up, CallNow, Whasapp Button 
--------------------------------------------*/
.callnow {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom:5px;
  margin-bottom:5px;
  right: 25px;
  display: none;
  text-indent: -9999px;
  background: url('../img/call_now.png') no-repeat;
  z-index:999;
}

.whatsapp {
  width: 45px;
  height: 45px;
  position: fixed;
  bottom:57px;
  right: 25px;
  display: none;
  text-indent: -9999px;
  background: url('../img/whatsap.png') no-repeat;
  z-index:999;
}

.scrollup {
  width: 45px;
  height: 50px;
  position: fixed;
  bottom:100px;
  right: 25px;
  display: none;
  text-indent: -9999px;
  background: url('../img/icons_top.png') no-repeat;
  z-index:999;
}

.gads {
  width:auto;
  height: auto;
  position: fixed;
  bottom:5px;
  left:10px;
  display: none;
  z-index:999;
}
/* Header
--------------------------------------------*/
header {
  height: 147px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
header .box {
  margin: 0 auto;
}
header .brand {
  margin: 45px 0 0 0;
}
header .brand h1 {
  margin: 0;
  padding: 0;
}
header .header-info .contact {
  font-size: 17px;
  font-weight: 900;
  margin-top: 10px;
}
header .header-info .language-switch {
  background-color: #ffbf00;
  margin-left: 24px;
}
header .header-info .language-switch a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 11px 45px 8px 15px;
  background: transparent url('../img/lang-select-icon.png') no-repeat 154px 14px;
}
header .header-info .language-switch .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  min-width: 188px;
  padding: 0;
}
header .header-info .language-switch .dropdown-menu li a {
  color: #716d6e;
  padding: 5px 15px 5px 15px;
  background-image: none;
}
header .header-info .language-switch .dropdown-menu li a:hover {
  background-color: #efe9e9;
}
header .header-info .language-switch .dropdown-menu li img {
  margin-right: 10px;
}
/* Navbar
--------------------------------------------*/
header .navbar-default {
  border: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
}
header .navbar-brand {
  display: none;
}
header .navbar-default .container-fluid {
  padding: 0;
}
header .navbar-default .navbar-collapse {
  padding: 0;
}
header .navbar-default .navbar-nav > .active > a {
  background-color: #fff;
  border: 2px solid #b8b6b6;
  color: #716d6e;
  background-color: transparent;
}
header .navbar-default .navbar-nav > li > a {
  background-color: transparent;
  padding: 8px 10px 7px 11px;
  border: 2px solid #fff;
  transition: background 0.4s ease-in-out;
}
header .navbar-default .navbar-nav > li > a:hover {
  background-color: #fff;
  border: 2px solid #fff;
  background-color: #e7e7e7;
  color: #716d6e;
}
header .navbar-default .navbar-nav .dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  border-color: #fff;
  margin: -2px 2px 0 0;
  border: none;
  border-top: 4px solid #E7E7E7;
  border-bottom: 4px solid #e7e7e7;
  padding: 0;
}
header .navbar-default .navbar-nav .dropdown-menu li a {
  padding: 7px 20px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -9px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border-color: #ffffff;
}
header.small {
  height: 95px;
  box-shadow: 0 0px 14px -2px gray;
}
header.small .header-info {
  display: none;
}
header.small .brand {
  margin: 24px 0 0 0;
  width: 50%;
}
header.large {
  height: 120px;
  box-shadow: none;
}
header.large .header-info {
  display: block;
}
header.large .brand {
  margin: 45px 0 0 0;
  width: 100%;
}
/* Teaser
-------------------------------------*/
#teaser {
  /*height: 600px;*/
  padding: 30px 0;
  background-color: #ffbf00;
  background: linear-gradient(to bottom, #085887 0%, #163d95 50%, #045eab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
}
#teaser .reservation-form-shadow {
  height: 480px;
  background-color: #fff;
  box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
}
#teaser form {
  padding: 34px;
}
#teaser form .alert {
  margin-top: -20px;
  padding: 10px 15px;
}
#teaser form ::-webkit-input-placeholder {
  color: #ffbf00 !important;
}
#teaser form :-moz-placeholder {
  color: #ffbf00 !important;
}
#teaser form ::-moz-placeholder {
  color: #ffbf00 !important;
}
#teaser form :-ms-input-placeholder {
  color: #ffbf00 !important;
}
#teaser form .styled-select-parcel {
  border: 2px solid #efe9e9;
  height: 55px;
  position: relative;
  margin-bottom: 10px;
}
#teaser form .styled-select-parcel:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 23px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 51px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-parcel select {
  border: none;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding-left:8px;
  padding-right:25px;  
  height: 51px;
  outline: none;
}
#teaser form .location {
  margin-bottom: 10px;
}
#teaser form .datetime {
  margin-bottom:20px;
}
#teaser form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
  border-radius: 0;
}

#teaser form .input-group {
  width: 100%;
  margin-bottom:10px;
}
#teaser form .input-group input {
  border-radius: 0;
  color: #ffbf00;
  font-size: 16px;
  padding-left: 8px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
#teaser form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 110px;
  text-align: left;
}
#teaser form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
#teaser form .different-drop-off {
  color: #716d6e;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
#teaser form .date {
  width: 240px;
}
#teaser form .time {
  width: 140px;
}
#teaser form .pixelfix {
  border-top: 1px solid #fff;
}
#teaser form .styled-select-time {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#teaser form .styled-select-time:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#teaser form .styled-select-time select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 1px 10px;
  height: 39px;
  color: #ffbf00;
}
#teaser form .submit {
  width: 100%;
  background-color: #0d65bf;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 0;
  margin-top: 30px;
  transition: 0.2s;
}
#teaser form .submit:hover {
  background-color: #716d6e;
}
#teaser .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}
#teaser .subtitle {
  font-size: 24px;
  color: #716d6e;
  text-transform: none;
  display: block;
  font-weight: normal;
  margin-top: 10px;
}
#teaser .car-img {
  height: 375px;
  text-align: center;
  line-height: 400px;
}
#teaser .car-img img {
  display: inline-block;
}
#teaser .carousel-control {
  position: relative;
}
#teaser .carousel-control.left,
#teaser .carousel-control.right {
  background-image: none;
  margin: 0;
  width: 30px;
}
#teaser .carousel-control.left {
  left: 90%;
}
#teaser .carousel-control.right {
  left: 95%;
}
#teaser .carousel-control .glyphicon-chevron-left,
#teaser .carousel-control .glyphicon-chevron-right {
  margin: 0;
}
#teaser .carousel-control .glyphicon-chevron-right {
  right: auto;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #331def;
  margin: 0 auto;
}
/* Teaser Blog
-------------------------------------*/
#teaser-blog {
  height: 50px;
  padding: 10px 0;
  background-color: #ffbf00;
}
#teaser-blog .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
#teaser-blog .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}
#teaser-blog .breadcrumbs {
  color: #fff;
  list-style: none;
  padding: 0;
  text-align: right;
  margin-top: 9px;
}
#teaser-blog .breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
}
#teaser-blog .breadcrumbs li:after {
  content: ">";
  padding: 0 2px 0 4px;
}
#teaser-blog .breadcrumbs li:last-of-type:after {
  content: "";
  padding: 0 0 0 5px;
}
#teaser-blog .breadcrumbs a {
  color: #fff;
}
/* Blog Section
-------------------------------------*/
.blog-posts {
  margin-top: 20px;
}
.blog-posts .blog-post {
  margin-bottom: 10px;
}
.blog-posts .blog-post blockquote {
  margin: 35px 27px;
  border-left: 6px solid #ffbf00;
  font-size: 16px;
  line-height: 1.7;
  font-style: italic;
}
.single-post-tags {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
  font-size:12px;
}
.single-post-tags li {
  display: inline-block;
  text-transform: uppercase;
}
.single-post-tags li:first-of-type {
  font-weight: bold;
  color: #ffbf00;
}
.single-post-tags li a {
  color: #929292;
  font-size: 10px;
  line-height: 1.7;
  text-transform: none;
}
.author-post .author-img {
  float: left;
  width: 130px;
  padding-bottom: 2px;
  border-bottom: 7px solid #ffbf00;
}
.author-post .author-content {
  margin-left: 155px;
}
.author-post .author-content h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.author-post .author-content h2 small {
  font-weight: normal;
  font-size: 18px;
}
.author-post .author-content p {
  font-size: 16px;
  line-height: 1.7;
}
.blog-posts .blog-post .post-attachment {
  padding-bottom: 2px;
  border-bottom: 5px solid #ffbf00;
}
.blog-posts .blog-post .post-content-text {
  margin-top: 8px;
}
.blog-posts .blog-post .post-content-text .post-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-posts .blog-post .post-content-text .post-title a {
  color: #716d6e;
}
.blog-posts .blog-post .post-content-text .post-date {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 22px;
  display: block;
}
.blog-posts .blog-post .post-content-text p {
  font-size: 16px;
  line-height: 1.7;
  padding:10px;

}
.blog-posts .blog-post .post-content-text .read-more {
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-posts .pagination-list {
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-posts .pagination-list li {
  display: inline-block;
  padding: 0 5px;
  color: #ffbf00;
}
.blog-posts .pagination-list li a {
  color: #716d6e;
}
.comment-section {
  margin-top: 60px;
  font-size: 16px;
  line-height: 1.7;
}
.comment-section h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.comment-section .comment-box {
  padding-bottom: 35px;
  border-bottom: 3px solid #ededed;
  margin-bottom: 35px;
}
.comment-section .comment-tree {
  list-style: none;
  padding: 0;
}
.comment-section .comment-tree ul {
  list-style: none;
  margin-left: 105px;
  padding: 0;
}
.comment-section .comment-img {
  border-bottom: 7px solid #ffbf00;
  display: inline-block;
  float: left;
  padding-bottom: 2px;
}
.comment-section .comment-content {
  margin-left: 105px;
}
.comment-section .comment-content h4 {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0;
}
.comment-section .comment-content span {
  font-size: 14px;
}
.comment-section .comment-content p {
  margin-top: 10px;
}
.comment-section .comment-reply-link {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 2px;
}
.comment-section .comment-respond h3 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.comment-section .comment-respond form input {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
  margin-bottom: 13px;
}
.comment-section .comment-respond form textarea {
  background-color: #dbdbdb;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin-bottom: 20px;
}
.comment-section .comment-respond form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form :-moz-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form ::-moz-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form :-ms-input-placeholder {
  font-size: 14px !important;
}
.comment-section .comment-respond form .submit {
  background-color: #ffbf00;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 6px 6px 0 #efe9e9;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  padding: 1px 20px;
  transition: .2s;
}
.comment-section .comment-respond form .submit:hover {
  background-color: #716d6e;
}
.blog-posts .sidebar .widget-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
}
.blog-posts .sidebar .widget {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.7;
}

.blog-posts .sidebar .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.blog-posts .sidebar .widget ul li {
  border-bottom: 1px solid #e3e2e2;
  height: 40px;
  vertical-align: middle;
  line-height: 40px;
  transition: background 0.4s ease-in-out;
}
.blog-posts .sidebar .widget ul li i {
  color: #ffbf00;
  margin: 0 7px;
}
.blog-posts .sidebar .widget ul li a {
  color: #716d6e;
}
.blog-posts .sidebar .widget ul li:hover {
  background-color: #e7e7e7;
}
.blog-posts .sidebar .widget .tagcloud {
  overflow: hidden;
}
.blog-posts .sidebar .widget .tagcloud a {
  color: #fff;
  background-color: #ffbf00;
  padding: 6px 20px;
  display: inline-block;
  margin: 4px 4px 0 0;
  float: left;
  transition: background 0.4s ease-in-out;
}
.blog-posts .sidebar .widget .tagcloud a:hover {
  background-color: #e7e7e7;
}
.blog-posts .sidebar .widget:after {
  clear: both;
}
.blog-posts .sidebar .search-widget form ::-webkit-input-placeholder {
  color: #ffbf00 !important;
}
.blog-posts .sidebar .search-widget form :-moz-placeholder {
  color: #ffbf00 !important;
}
.blog-posts .sidebar .search-widget form ::-moz-placeholder {
  color: #ffbf00 !important;
}
.blog-posts .sidebar .search-widget form :-ms-input-placeholder {
  color: #ffbf00 !important;
}
.blog-posts .sidebar .search-widget form .input-group input {
  border-radius: 0;
  color: #ffbf00;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
.blog-posts .sidebar .search-widget form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 41px;
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
.blog-posts .sidebar .search-widget form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
.blog-posts .sidebar .search-widget form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
.blog-posts .sidebar .search-widget form .input-group {
  width: 100%;
}
.blog-posts.error-page {
  padding-bottom: 45px;
}
.blog-posts.error-page .container {
  border-bottom: 10px solid #ffbf00;
}
.blog-posts.error-page h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
.blog-posts.error-page h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
}
.blog-posts.error-page h3 span {
  font-weight: normal;
}
.blog-posts.error-page .error-search {
  padding-top: 60px;
}
.blog-posts.error-page .error404 {
  color: #e7e7e7;
  font-weight: 900;
  font-size: 220px;
  border-right: 1px solid #ccc;
  height: 205px;
  line-height: 205px;
  margin-bottom: 60px;
  margin-top: 45px;
  margin-right: -17px;
}
.blog-posts.error-page form {
  margin-top: 20px;
}
.blog-posts.error-page form ::-webkit-input-placeholder {
  color: #ffbf00 !important;
}
.blog-posts.error-page form :-moz-placeholder {
  color: #ffbf00 !important;
}
.blog-posts.error-page form ::-moz-placeholder {
  color: #ffbf00 !important;
}
.blog-posts.error-page form :-ms-input-placeholder {
  color: #ffbf00 !important;
}
.blog-posts.error-page form .input-group input {
  border-radius: 0;
  color: #ffbf00;
  font-size: 16px;
  padding-left: 15px;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
}
.blog-posts.error-page form .input-group-addon {
  border-radius: 0;
  border: none;
  background-color: #efe9e9;
  font-weight: bold;
  font-size: 16px;
  color: #716d6e;
  width: 41px;
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
.blog-posts.error-page form .input-group-addon .glyphicon {
  font-size: 17px;
  margin: 0 2px 0 -2px;
}
.blog-posts.error-page form .form-control {
  height: 43px;
  border: 2px solid #efe9e9;
  box-shadow: none;
}
.blog-posts.error-page form .input-group {
  width: 100%;
}
/* Services
--------------------------------------------*/
#services {
  margin-top: 35px;
  position: relative;
  z-index: 2;
}
#services .title {
  margin-bottom: 38px;
}
#services h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}

#services h1 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}
#services .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #ffbf00;
  margin: 0 auto;
}
#services .service-box {
  background-color: #d6dae9;
  padding: 30px;
  margin-bottom: 30px;
}
#services .service-box .service-icon {
  height: 43px;
  width: 43px;
  background-color: #071e6d;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 41px;
  font-weight: 900;
  float: left;
  margin-right: 15px;
}
#services .service-box .service-title {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
  padding-top: 5px;
}
#services .service-box .service-content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.7;
}
/* Newsletter
--------------------------------------------*/
#newsletter {
  background-color: #0b3e9b;
  margin-top: 90px;
  padding: 90px 0;
  position: relative;
  z-index: 2;
}
#newsletter .title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding: 0;
}
#newsletter .subtitle {
  font-size: 18px;
  color: #716d6e;
  display: block;
  font-weight: normal;
  margin-top: 6px;
}
#newsletter .newsletter-form {
  width: 62%;
  background-color: #fff;
  height: 55px;
  padding: 9px;
}
#newsletter .newsletter-form input {
  box-shadow: none;
  border: none;
}
#newsletter .newsletter-form .button {
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #b8b6b6;
  margin-left: 1px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #716d6e;
  padding: 0 10px;
  height: 37px;
  line-height: 36px;
  transition: 0.2s;
}
#newsletter .newsletter-form .button:hover {
  background-color: #716d6e;
  border: 2px solid #716d6e;
  color: #fff;
}
#newsletter .social-icons {
  width: 38%;
}
#newsletter .social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsletter .social-icons ul li {
  display: block;
  float: right;
}
#newsletter .social-icons ul li a {
  height: 55px;
  width: 65px;
  background-color: #ffbf00;
  display: block;
  margin-left: 10px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 36px;
}
#newsletter .social-icons ul li .facebook {
  background-color: #365595;
}
#newsletter .social-icons ul li .googleplus {
  background-color: #d41332;
}
#newsletter .social-icons ul li .twitter {
  background-color: #36a4cf;
}
#newsletter .social-icons ul li:hover {
  opacity: 0.8;
}
#newsletter form ::-webkit-input-placeholder {
  font-size: 16px;
}
#newsletter form :-moz-placeholder {
  font-size: 16px;
}
#newsletter form ::-moz-placeholder {
  font-size: 16px;
}
#newsletter form :-ms-input-placeholder {
  font-size: 16px;
}
/* Vehicles
--------------------------------------------*/
#price {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#price .title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}
#price .subtitle {
  font-weight: normal;
}
#price .parcel-nav-row {
  padding-right: 0;
}
#price #parcel-nav-container {
  height: 365px;
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
#price .parcel-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0px;
  position: absolute;
  width: 100%;
}
#price .parcel-nav-control {
  padding-right: 10px;
}
#price .parcel-nav-control a {
  width: 50%;
  height: 40px;
  display: block;
  background-color: #1a17cf;
  text-align: center;
  float: left;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  transition: all 0.25s ease-in-out;
}
#price .parcel-nav-control a:first-of-type {
  border-right: 1px solid #fff;
}
#price .parcel-nav-control a:hover {
  background-color: rgba(255, 191, 0, 0.4);
  color: #716d6e;
}
#price .parcel-nav li {
  background-color: #e3e2e2;
  margin-bottom: 1px;
  position: relative;
  transition: .2s;
  margin-right: 10px;
}
#price .parcel-nav li span {
  width: 0px;
  height: 0px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  display: block;
  position: absolute;
  right: -10px;
  top: 20px;
  transition: 0.2s;
}
#price .parcel-nav li:hover {
  background-color: #d1cece;
}
#price .parcel-nav li.active {
  background-color: rgba(255, 191, 0, 0.4);
  font-weight: bold;
}
#price .parcel-nav li.active span {
  border-left-color: rgba(255, 191, 0, 0.4);
}
#price .parcel-nav li a {
  font-size: 18px;
  color: #716d6e;
  padding-left: 15px;
  display: block;
  height: 60px;
  line-height: 60px;
}
#price .styled-select-parcel-data {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
  width: 100%;
  display: none;
}
#price .styled-select-parcel-data:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#price .styled-select-parcel-data select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 1px 10px;
  height: 39px;
}
#price .parcel-img {
  text-align: center;
}
#price .parcel-img img {
  display: inline-block;
}
#price .parcel-price {
  background-color: rgb(41 103 217 / 40%);
  height: 53px;
  line-height: 53px;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 900;
}
#price .parcel-price .info {
  font-weight: normal;
  font-size: 18px;
}
#price .reserve-button {
  background-color: #052081;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 51px;
  font-size: 24px;
  font-weight: 900;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
}
#price .reserve-button:hover {
  background-color: #716d6e;
}
#price .reserve-button span {
  margin-right: 7px;
}
/* Reviews
--------------------------------------------*/
#reviews {
  margin-top: 90px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
}
#reviews .stars {
  font-size: 27px;
  margin-bottom: 10px;
}
#reviews .stars .big {
  font-size: 36px;
}
#reviews .review {
  font-size: 24px;
  line-height: 1.7;
}
#reviews .author {
  font-size: 18px;
  font-weight: 900;
  color: #ffbf00;
  margin-top: 10px;
}
#reviews .carousel-indicators {
  position: absolute;
  bottom: auto;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-top: 25px;
}
#reviews .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ccc;
}
#reviews .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #716d6e;
}
/* Locations
--------------------------------------------*/
#locations {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#locations .location-select-container {
  z-index: 1;
  position: relative;
}
#locations .location-select {
  background-color: #ffbf00;
  height: 93px;
}
#locations .location-select h2{
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin: 26px 0 0 21px;
}

#locations .location-select h1{
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  margin: 26px 0 0 21px;
}

#locations .styled-select-location {
  height: 47px;
  position: relative;
  margin: 22px 21px 0 0;
  background-color: #fff;
}
#locations .styled-select-location:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 21px;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 43px;
  position: absolute;
  pointer-events: none;
}
#locations .styled-select-location select {
  border: none;
  font-size: 18px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 11px 10px;
  height: 43px;
}
#locations .map {
  height: 550px;
  background-color: #ccc;
  top: -70px;
}
#locations .map h2 {
  color: #ffbf00;
  padding: 0 10px;
  margin-bottom: 4px;
}
#locations .map p {
  font-size: 16px;
  padding: 0 10px;
}
.arrow-down-location {
  width: 0;
  height: 0;
  border-left: 37px solid transparent;
  border-right: 37px solid transparent;
  border-top: 37px solid #ffbf00;
  margin: 0 auto;
}
/* Information
--------------------------------------------*/
#information {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
#information .row {
  margin-bottom: 90px;
}
#information .title {
  font-size: 36px;
  font-weight: 900;
  margin: 0 0 30px 0;
  padding: 0;
}
#information .subtitle {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 30px 0;
  padding: 0;
}
#information p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
}
#information .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#information .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #ffbf00;
  color: #fff;
  border-radius: 0;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  margin-right: 15px;
  transition: .2s;
}
#information .btn:hover {
  background-color: #716d6e;
}
#information .btn-gray {
  background-color: #716d6e;
}
#information .btn-gray:hover {
  background-color: #ffbf00;
}
#information .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#information .video iframe,
#information .video object,
#information.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loading-img{ 
	display:none;
	float: right;
	}
	
.response_msg{
margin-top:10px;
font-size:13px;
background:#E5D669;
color:#ffffff;
width:250px;
padding:3px;
display:none;
}	


/* Partners
--------------------------------------------*/
#partners {
  padding: 90px 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
}
#partners .title {
  margin-bottom: 38px;
}
#partners h2 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}

#partners h1 {
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
}

#partners .underline {
  height: 4px;
  width: 135px;
  display: block;
  background-color: #092a75;
  margin: 0 auto;
}
#partners p {
  margin: 40px 0 30px 0;
  font-size: 18px;
  line-height: 1.7;
}
/* Contact
--------------------------------------------*/
#contact {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

#contact h2 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}

#contact h1 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 65px;
}

#contact .contact-info {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 1.7;
}
#contact .contact-info .address {
  font-weight: 900;
}
#contact .contact-info .highlight {
  color: #ffbf00;
}
#contact form .form-group {
  margin-bottom: 20px;
}
#contact form .text-field {
  background-color: #dbdbdb;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form textarea {
  background-color: #dbdbdb;
  height: 196px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  font-size: 18px;
}
#contact form ::-webkit-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form ::-moz-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form :-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold;
}
#contact form .first-name {
  float: left;
  width: 49%;
}
#contact form .last-name {
  float: right;
  width: 49%;
}
#contact form .btn-border {
  border: 1px solid #ffd992;
  padding: 1px;
  margin: 0 20px 0 0;
  display: inline-block;
}
#contact form .submit-message {
  font-size: 24px;
  font-weight: 900;
  background-color: #0b3e9b;
  color: #fff;
  border: none;
  line-height: 47px;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
  border-radius: 0;
}
#contact form .submit-message:hover {
  background-color: #716d6e;
}
#contact .contact-box-title {
  font-size: 18px;
  font-weight: bold;
}
#contact .contact-box {
  background-color: #ededed;
  padding: 20px;
}
#contact .contact-box .highlight {
  font-weight: bold;
  color: #071c6d;
}
#contact .contact-box img {
  border: 1px solid #ffbf00;
  float: left;
  margin-right: 20px;
}
#contact .contact-box-name {
  font-size: 20px;
  font-weight: bold;
}
#contact .contact-box-border {
  background-color: #134aaf;
  height: 10px;
  margin-top: 1px;
  margin-bottom: 8px;
}
#contact .contact-box-divider {
  height: 10px;
}
/* Footer Bar
--------------------------------------------*/
#footer-bar {
  background-color: #716d6e;
  padding: 25px 0 40px 0;
  color: #fff;
  margin-top: 20px;
  line-height: 1.7;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
#footer-bar .footer-widget:after {
  clear: both;
}
#footer-bar h2 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
#footer-bar .gallerywidget a {
  margin: 0 2px 4px 0;
  display: block;
  float: left;
}
/* Footer
--------------------------------------------*/
footer {
  padding: 40px 0;
  background-color: #dbdbdb;
  position: relative;
  z-index: 2;
}
footer .footer-nav {
  list-style: none;
  margin: 0 auto 20px auto;
  padding: 0;
}
footer .footer-nav li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
footer .footer-nav li a {
  font-size: 18px;
  color: #716d6e;
  font-weight: bold;
}

footer .footer-nav li a:hover {
  font-size: 18px;
  color: #ffbf00;
  font-weight: bold;
}

/* Checkout Modal
--------------------------------------------*/
#checkoutModal .modal-dialog {
  width: 748px;
}
#checkoutModal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border: 2px solid #fff;
}
#checkoutModal .modal-header {
  color: #fff;
  background-color: #ffbf00;
  border-bottom: none;
}
#checkoutModal .modal-title {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
#checkoutModal .close {
  color: #fff;
  text-shadow: none;
  opacity: .6;
  font-size: 27px;
  margin: 1px 7px 0 0;
}
#checkoutModal .close:hover,
.close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}
#checkoutModal .modal-body {
  padding: 0;
}
#checkoutModal .modal-body h3 {
  margin: 0;
  font-size: 18px;
  color: #ffbf00;
  font-weight: bold;
  margin-bottom: 25px;
}
#checkoutModal .checkout-info-box {
  background-color: rgba(255, 191, 0, 0.2);
  padding: 20px 30px;
}
#checkoutModal .checkout-info-box h3 {
  margin: 0;
  margin-bottom: 15px;
  color: #716d6e;
}
#checkoutModal .checkout-info-box h3 i {
  font-size: 23px;
}
#checkoutModal .checkout-parcel-info {
  margin-top: 30px;
}
#checkoutModal .location-date-info {
  padding: 0 0 0 30px;
  float: left;
  max-width: 340px;
}
#checkoutModal .parcel-info {
  padding: 0 30px 0 0;
  float: right;
  max-width: 360px;
}
#checkoutModal .parcel-info h3 {
  float: left;
  margin-right: 10px;
}
#checkoutModal .parcel-info a {
  font-size: 12px;
}
#checkoutModal .parcel-info .parcel-image {
  width: 90%;
}
#checkoutModal .info-box {
  margin-bottom: 25px;
}
#checkoutModal .info-box .glyphicon {
  float: left;
  font-size: 17px;
}
#checkoutModal .info-box .info-box-title {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 3px 25px;
}
#checkoutModal .info-box .info-box-description {
  margin-left: 25px;
  font-size: 14px;
}
#checkoutModal .checkout-personal-info {
  padding: 0 30px;
}
#checkoutModal .checkout-personal-info .form-group {
  float: left;
  width: 335px;
  min-height: 70px;
}
#checkoutModal .checkout-personal-info .form-group.left {
  margin-right: 7px;
}
#checkoutModal .checkout-personal-info .form-group.right {
  margin-left: 7px;
}
#checkoutModal .checkout-personal-info .age {
  float: left;
  width: 140px;
  min-height: 70px;
}
#checkoutModal form .styled-select-age {
  border: 2px solid #efe9e9;
  height: 43px;
  position: relative;
}
#checkoutModal form .styled-select-age:after {
  content: '';
  background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
  right: 0px;
  top: 0px;
  width: 29px;
  height: 39px;
  position: absolute;
  pointer-events: none;
}
#checkoutModal form .styled-select-age select {
  border: none;
  font-size: 16px;
  width: 100%;
  background-image: none;
  background: #fff;
  -webkit-appearance: none;
  padding: 9px 10px;
  height: 39px;
}
#checkoutModal form input {
  background-color: #e0e0e0;
  height: 45px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  line-height: 45px;
  font-size: 18px;
}
#checkoutModal form ::-webkit-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form ::-moz-placeholder {
  font-size: 14px !important;
}
#checkoutModal form :-ms-input-placeholder {
  font-size: 14px !important;
}
#checkoutModal form .checkbox {
  padding-left: 0;
}
#checkoutModal form input[type=checkbox] {
  display: none;
}
#checkoutModal form .checkbox label {
  font-size: 18px;
}
#checkoutModal form .checkbox label:before {
  content: "";
  display: inline-block;
  font-size: 15px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-color: #dbdbdb;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #f3f3f3;
  text-align: center;
  line-height: 24px;
  float: left;
}
#checkoutModal form input[type=checkbox]:checked + label:before {
  content: "\2713";
}
#checkoutModal .checkout-address-info {
  padding: 0 30px;
}
#checkoutModal .checkout-address-info .city {
  float: left;
  width: 335px;
  margin-right: 7px;
}
#checkoutModal .checkout-address-info .zip-code {
  float: left;
  width: 335px;
  margin-left: 7px;
}
#checkoutModal .newsletter {
  padding: 0 30px;
  margin: 30px 0;
}
#checkoutModal .modal-footer {
  background-color: #e3e2e2;
}
#checkoutModal .modal-footer .btn {
  font-size: 24px;
  font-weight: 900;
  background-color: #ffbf00;
  color: #fff;
  border-radius: 0;
  height: 47px;
  line-height: 47px;
  padding: 0 15px;
}
#checkoutModal .modal-footer .btn-border {
  border: 1px solid #ccc;
  padding: 1px;
  margin: 0 10px 0 0;
  display: inline-block;
  background-color: #fff;
}
#checkoutModal .modal-footer .btn-yellow {
  border-color: #ffd992;
}
#checkoutModal .modal-footer .btn-yellow button {
  background-color: #ffbf00;
}
#checkoutModal .modal-footer .btn-gray {
  border-color: #b8b6b6;
}
#checkoutModal .modal-footer .btn-gray button {
  background-color: #716d6e;
}

/*----------------------Custome_CSS---------------------------------***/


.callus {
		text-align:left;
		font-size:42px;
		padding:15px 0 0 10px;
		color:#FFB72E;
}


/* --Colour--Scrollbar ----- */
::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #ffbf00;
    -webkit-border-radius: 0ex;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #eee;
}

.will{
    margin:10px 5px 10px 5px;
    background-color: rgb(245, 245, 245);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    border-radius: 4px;
}

.will p {
	text-align: justify;
	font-size: 15px;
    }
    
    
.will h1 {
  font-size: 36px;
  font-weight: 900;
  text-align:left;
  margin: 0 0 25px 0;
  padding: 0;
}

.will h3 {
  font-size: 20px;
  font-weight: 700;
  text-align:left;
  padding: 0;
}

.willalert{
    font-size: 13px;
    padding:5px 10px 10px 10px;
    background-color: #ffd3d3;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(227, 227, 227);
    border-image: initial;
    border-radius: 4px;  
}

.willalert h3{
	font-size: 13px;
	font-weight:bold;
	display: inline;
	}

.yelbtn {
  background-color: #ffbf00;
  color: #fff;
  display: block;
  height: 50px;
  line-height: 51px;
  font-size: 24px;
  font-weight: 900;
  padding: 0 15px;
  box-shadow: 6px 6px 0 #efe9e9;
  text-transform: uppercase;
  transition: .2s;
}
.yelbtn:hover {
  background-color: #716d6e;
}
.yelbtn span {
  margin-right: 7px;
}

/* Arrow Breadcrumb Navigation*/
.arrows {margin-left:-40px; }
.arrows li {
    display: inline-block;
    line-height: 15px;
    margin: 0 9px 0 0px;
    padding: 0 10px;
    position: relative;
}

.arrows li::before,
.arrows li::after {
    border-right: 1px solid #666666;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    transform: skewX(45deg);
}
.arrows li::after {
    bottom: 0;
    top: auto;
    transform: skewX(-45deg);
}

.arrows li:last-of-type::before, 
.arrows li:last-of-type::after { 
    display: none; 
}

.arrows li a { 
   font: bold 15px Sans-Serif;  
   letter-spacing: 1px; 
   text-decoration: none;
   font-family:'Lato', sans-serif;
}
.arrows li:nth-of-type(1) a { color: hsl(0, 0%, 70%); } 
.arrows li:nth-of-type(2) a { color: hsl(0, 0%, 60%); } 
.arrows li:nth-of-type(3) a { color: hsl(0, 0%, 50%); } 
.arrows li:nth-of-type(4) a { color: hsl(0, 0%, 40%); }

.arrows .title {
  color: hsl;
  font-size: 14px;
  font-weight: 900;
  margin: 0;
}

.ads{
    margin:10px;
    padding: 10px;
}


.willhighlight {
	background-color: #fefce0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px inset;
    	border-width: 1px;
    	border-style: solid;
    	border-color: rgb(227, 227, 227);
    	border-image: initial;
    	border-radius: 4px;
		margin-bottom: 0.6em;
		padding: 1.8em 2em
}

.ads-box {
    background-color: #ededed;
    margin-bottom:30px;
}

.sticky-ads
{ 
position: fixed; 
bottom: 0; left: 0; 
width: 100%; min-height: 70px; max-height: 200px; 
padding: 5px 0; 
box-shadow: 0 -6px 18px 0 rgba(9,32,76,.1); 
-webkit-transition: all .1s ease-in; transition: all .1s ease-in; 
display: flex; 
align-items: center; 
justify-content: center; 
z-index: 20; 
} 

.sticky-ads-close { 
width: 30px; height: 30px; 
display: flex; 
align-items: center; 
justify-content: center; 
border-radius: 12px 0 0; 
position: absolute; right: 0; top: -30px; 
box-shadow: 0 -6px 18px 0 rgba(9,32,76,.08); } 

.sticky-ads .sticky-ads-close svg { width: 22px; height: 22px; fill: #000; } 
.sticky-ads .sticky-ads-content { overflow: hidden; display: block; position: relative; height: 70px; width: 100%; margin-right: 10px; margin-left: 10px; }

.ad_sticky {display: none;}
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap;}


/* slide ads */
#top-ad-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	  justify-content: center;
    background-color: white;
    border-bottom: 1px solid #ccc;
    padding:0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

#footer-ad-container {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    border-top: 1px solid #ccc;
    padding:0px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 1000;
}

.ad-hidden-top {
    transform: translateY(-100%);
}

.ad-hidden-footer {
    transform: translateY(100%);
}

.ad-visible {
    transform: translateY(0);
}


.adsbygoogle {
  margin: 0 auto; /* Center the ad */ }