header .logo, .logo-footer {
  color: #f58220;
  font-size: 30px;
}
section.padding, .row.padding {
  padding: 65px 0;
}
.bg-overlay {
  background-image: url('../../template/assets/images/bg-overlay.png');
  position:absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.no-border {
  border: 0 !important;
}
.text-muted {
  color: #bababa;
}
a, .btn {
  outline: none;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote footer {
  padding-top: 0;
}
ul, ol {
  padding-left: 20px;
}
ul {
  list-style: circle;
}
ul > li {
  /*line-height: 21px;*/
}
nav>ul>li {
  font-weight: 500 !important;  
  border-radius: 5px;
}
nav>ul>li:hover {
  color: #f58220;
  font-weight: bold;
}
nav>ul>li.active {
  background: #f58220;
}
nav>ul>li>a{
  margin-bottom: 0;
}
nav>ul>li.active a:hover {
  color: white;
}
.menu ul li {
  list-style: none !important;
}
nav>ul>li .btn, .inner-banner .btn, .sub-menu .btn, .video-banner .btn {
  margin: -5px 10px 0px 0px;
  background: transparent;
  border: 1px solid white;
  border-radius: 30px;
  padding: 12px 17px !important;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 0;
  color: white !important;
}
nav>ul>li .btn:hover, .inner-banner .btn:hover, .video-banner .btn:hover {
  background: #f58220 !important;
  border: 1px solid #f58220;
}
.inner-banner .btn, .sub-menu li .btn.btn-round, .video-banner .btn {
  border-radius: 50%;
  padding: 12px 13px !important;
  margin-top: 20px;
}
.sub-menu li .btn.btn-round {
  margin-top: -6px;
  font-size: 10px !important;
}

.sub-menu .btn:hover {
  border: 1px solid #f58220 !important;
  color: #f58220 !important;
}

.vertical-align {
  padding-top: 50px;
}
.inner-banner {
  background-size: cover !important;
  min-height: 330px !important;
  height: calc(100% - 117px) !important;
  margin-top: 0 !important;
  text-shadow: 1px 1px 2px #3B3B3B;
  margin-bottom: -4px;
  /*-moz-box-shadow: inset 0 0 10em #666;  
  -webkit-box-shadow: inset 0 0 30em #666;   
  box-shadow: inset 0 0 30em #666;*/
}
.video-banner .logo {
  padding: 60px 0 40px 0;
  float: none !important;
}
header {
  background: transparent !important;
  position: absolute;
}
.text-primary {
  color: #f58220 !important;
}
.text-white {
  color: white !important;
}
.mini .nav {
  padding: 12px;
}
.sub-menu.nav.nav-pills {
  display: inline-block;
}
.sub-menu.nav.nav-pills a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 15px;
}
.sub-menu.nav.nav-pills a:hover, .sub-menu.nav.nav-pills li.active a {
  color: #f58220;
  background: white !important;
}
.banner-breadcrumb, .banner-breadcrumb a {
  color: white;
}
.banner-breadcrumb a:hover {
  color: #f58220;
}
.color-aqua, .color-dr-blue-2 {
  color: #f58220 !important;
}
.color-dr-blue-2:after {
  background: #f58220 !important;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.25);
}
.item-block {
  min-height: 250px;
}

.hover-content {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  -webkit-transition: all 800ms cubic-bezier(0.23,1,0.32,1);
  -moz-transition: all 800ms cubic-bezier(0.23,1,0.32,1);
  -o-transition: all 800ms cubic-bezier(0.23,1,0.32,1);
  transition: all 800ms cubic-bezier(0.23,1,0.32,1);
}

.hover-content:hover {
  opacity: 100;
}

.footer-partners {
  margin-bottom: 70px;
}
.footer-partners h2 {
  padding-bottom: 40px;
}
.bg-fixed {
  background-attachment: fixed !important;
}
.bg-cover {
  background-size: cover !important;
}
.bg-primary, .btn-primary {
  background: #f58220 !important;
  color: white !important;
  border: 1px solid #f58220 !important;
}
.bg-black {
  background: black !important;
  color: white !important;
}
.bg-white {
  background: white;
}
.bg-inverse {
  background: #eee;
}
.hover-primary:hover {
  color: #f58220 !important;
}
footer .sub-menu {
  padding: 0;
  float: right;
}
.modal-body {
  padding: 30px !important; 
  border-radius: 6px 6px 0 0;
}

#StickyMenu {
  position: fixed;
  top: -126px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0 !important;
}
#StickyMenu.sticky {
  top: 0;
}
#StickyMenu .logo {
  position: absolute;
  padding: 5px 0;
}

#SubMenu {
  margin-top: -73px;
  border: none !important;
}
#SubMenu > div {
  background: #f58220 !important;
  padding: 6px;
}
#my-modal {
  z-index: 9999;
}

section.submenu {
  min-height: 500px;
}

video { 
  position: relative;
  width: 100%;
}

.stopfade { 
   opacity: .5;
}
.form-block {
  margin-bottom: 26px !important;
}
/*.input-style-1 input {
  height: 40px !important;
}*/

.blog-info {
  padding: 20px 40px !important;
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
}
.blog-info .tour-info {
  padding-right: 30px;
}
.blog-info .text {
  font-size: 15px;
}

form [contenteditable] {
  outline: 3px dashed #eee;
  margin: 10px 0;
  padding: 10px;
}


/* SCROLLER
------------------------- */
.scroller-wrapper {
  width: 100%;
  height: 530px;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
}

/* Scroll Hack */
.scroller-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  top: -50px;
}
.scroller-wrapper::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.scroller-wrapper::-webkit-scrollbar-thumb {
  background: #666666;
  border: 0px none #666666;
  border-radius: 0px;
}
.scroller-wrapper::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
.scroller-wrapper::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.scroller-wrapper::-webkit-scrollbar-track {
  background: #e1e1e1;
  border: 0px none #e1e1e1;
  border-radius: 0px;
}
.scroller-wrapper::-webkit-scrollbar-track:hover {
  background: #e1e1e1;
}
.scroller-wrapper::-webkit-scrollbar-track:active {
  background: #e1e1e1;
}
.scroller-wrapper::-webkit-scrollbar-corner {
  background: transparent;
}
.scroller-wrapper ul {
  width: 120000px;
}
.scroller-wrapper li {
  float: left;
  margin: 0 5px;
}
.scroller-wrapper.reverse li {
/*   float: right; */
  right: 0;
}
.scroller-wrapper ul li.primary {
  width: 440px;
  height: 500px;
  padding: 10px;
}

.pagination>li>a {
  line-height: 2.5;
  border: none !important;
  margin: 2px;
}

/* GMAP MASK
------------------------- */
.gmap-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* SWIPER
------------------------- */

.swiper-pagination-bullet-active {
  background: #f58220;
}

.note-editor.note-frame {
  border: none;
}

@media screen and (max-width: 767px) {
  .center-xs {
      text-align: center !important;
  }
}
