/*
Website Name: Nike Villas
Author: PT. Timedoor Indonesia
Author URI: http://www.timedoor.net

Version: 1.0
Created Date:03/04/2017
Updated Date:03/04/2017
*/

/*==================================*/
/* GENERAL SETTING                  */
/*==================================*/

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #1d1d1d;
  width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
  margin-bottom: 0;
}

label {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}

img {
  vertical-align: center !important;
}

a {
  color: #2d2d2d;
}

a:active,
a:focus,
a:hover {
  color: #ff821b;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

hr {
  border-top: 1px solid #dadada;
}

hr,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

table {
  width: 100%;
}

table,
table tr,
table tr td {
  vertical-align: top;
}

.caret {
  border-top: 4px solid;
}

.img-resp { width: 100%; }
.img-prev { height: 50px; }

.line-dashed {
  width: 100%;
  height: 5px;
  border-bottom: 2px dashed #dadada;
  margin: 50px auto;
}

.btn {
  border-radius: 3px !important;
}

.booking .bootstrap-select .btn {
  border-radius: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 44px;
}

.booking .bootstrap-select .btn-default {
  border: none !important;
}

.booking .bootstrap-select .dropdown-menu>li>a {
  line-height: 2;
}

.form-control {
  border-radius: 0;
  border: solid 1px dadada;
  box-shadow: none;
  color: #222222 !important;
  outline: none;
}

.booking .form-control {
  height: 44px;
  border: none;
}

.form-control.bot-line {
  border-top: none;
  border-left: none;
  border-right: none;
}

.form-control:focus {
  border-color: #ff821b !important;
  box-shadow: none;
}

.form-control.input-email {
  border-color: #dadada !important;
  color: #222222 !important;
}

.pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.pagination>li>a {
  color: #222222;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #ff821b !important;
}

.pagination>li>a:active,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:active,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background-color: #ff821b;
  color: #efefef !important;
}

/*==================================*/
/* COMMON CLASS                     */
/*==================================*/

.spacing-1 { line-height: 1; }
.spacing-12 { line-height: 1.2; }
.spacing-15 { line-height: 1.5; }
.spacing-18 { line-height: 1.8; }
.spacing-2 { line-height: 2; }

.float-10 { width: 10%; }
.float-20 { width: 20%; }
.float-30 { width: 30%; }
.float-40 { width: 40%; }
.float-50 { width: 50%; }
.float-60 { width: 60%; }
.float-70 { width: 70%; }
.float-80 { width: 80%; }
.float-90 { width: 90%; }
.float-100 { width: 100%; }

.no-shadow {
  box-shadow: none !important;
}

/* MARGIN & PADDING */

.no-margin { margin: 0 0; }

.margin-top-10 { margin-top: 10px; }
.margin-bot-10 { margin-bottom: 10px; }
.margin-left-10 { margin-left: 10px; }
.margin-right-10 { margin-right: 10px; }

.margin-top-20 { margin-top: 20px; }
.margin-bot-20 { margin-bottom: 20px; }
.margin-left-20 { margin-left: 20px; }
.margin-right-20 { margin-right: 20px; }

.margin-top-30 { margin-top: 30px; }
.margin-bot-30 { margin-bottom: 30px; }
.margin-left-30 { margin-left: 30px; }
.margin-right-30 { margin-right: 30px; }

.margin-top-40 { margin-top: 40px; }
.margin-bot-40 { margin-bottom: 40px; }
.margin-left-40 { margin-left: 40px; }
.margin-right-40 { margin-right: 40px; }

.margin-top-50 { margin-top: 50px; }
.margin-bot-50 { margin-bottom: 50px; }
.margin-left-50 { margin-left: 50px; }
.margin-right-50 { margin-right: 50px; }

.margin-top-60 { margin-top: 60px; }
.margin-bot-60 { margin-bottom: 60px; }
.margin-left-60 { margin-left: 60px; }
.margin-right-60 { margin-right: 60px; }

.no-pad { padding: 0 0 !important; }

.no-pad-top { padding-top: 0 !important; }
.no-pad-bot { padding-bottom: 0 !important; }
.no-pad-left { padding-left: 0 !important; }
.no-pad-right { padding-right: 0 !important; }

.pad-thin { padding: 1px 1px; }
.pad-thin-top { padding-top: 1px; }
.pad-thin-bot { padding-bottom: 1px; }
.pad-thin-left { padding-left: 1px; }
.pad-thin-right { padding-right: 1px; }

.pad-5 { padding: 5px 5px; }
.pad-top-5 { padding-top: 5px; }
.pad-bot-5 { padding-bottom: 5px; }
.pad-left-5 { padding-left: 5px; }
.pad-right-5 { padding-right: 5px; }

.pad-10 { padding: 10px 10px; }
.pad-top-10 { padding-top: 10px; }
.pad-bot-10 { padding-bottom: 10px; }
.pad-left-10 { padding-left: 10px; }
.pad-right-10 { padding-right: 10px; }
.pad-v-10 { padding-top: 10px; padding-bottom: 10px; }
.pad-h-10 { padding-left: 10px; padding-right: 10px; }

.pad-15 { padding: 15px 15px; }
.pad-top-15 { padding-top: 15px; }
.pad-bot-15 { padding-bottom: 15px; }
.pad-left-15 { padding-left: 15px; }
.pad-right-15 { padding-right: 15px; }
.pad-v-15 { padding-top: 15px; padding-bottom: 15px; }
.pad-h-15 { padding-left: 15px; padding-right: 15px; }

.pad-20 { padding: 20px 20px; }
.pad-top-20 { padding-top: 20px; }
.pad-bot-20 { padding-bottom: 20px; }
.pad-left-20 { padding-left: 20px; }
.pad-right-20 { padding-right: 20px; }
.pad-v-20 { padding-top: 20px; padding-bottom: 20px; }
.pad-h-20 { padding-left: 20px; padding-right: 20px; }

.pad-25 { padding: 25px 25px; }
.pad-top-25 { padding-top: 25px; }
.pad-bot-25 { padding-bottom: 25px; }
.pad-left-25 { padding-left: 25px; }
.pad-right-25 { padding-right: 25px; }
.pad-v-25 { padding-top: 25px; padding-bottom: 25px; }
.pad-h-25 { padding-left: 25px; padding-right: 25px; }

.pad-30 { padding: 30px 30px; }
.pad-top-30 { padding-top: 30px; }
.pad-bot-30 { padding-bottom: 30px; }
.pad-left-30 { padding-left: 30px; }
.pad-right-30 { padding-right: 30px; }
.pad-v-30 { padding-top: 30px; padding-bottom: 30px; }
.pad-h-30 { padding-left: 30px; padding-right: 30px; }

.pad-40 { padding: 40px 40px; }
.pad-top-40 { padding-top: 40px; }
.pad-bot-40 { padding-bottom: 40px; }
.pad-left-40 { padding-left: 40px; }
.pad-right-40 { padding-right: 40px; }
.pad-v-40 { padding-top: 40px; padding-bottom: 40px; }
.pad-h-40 { padding-left: 40px; padding-right: 40px; }

.pad-50 { padding: 50px 50px; }
.pad-top-50 { padding-top: 50px; }
.pad-bot-50 { padding-bottom: 50px; }
.pad-left-50 { padding-left: 50px; }
.pad-right-50 { padding-right: 50px; }
.pad-v-50 { padding-top: 50px !important; padding-bottom: 50px !important; }
.pad-h-50 { padding-left: 50px; padding-right: 50px; }

.pad-60 { padding: 60px 60px; }
.pad-top-60 { padding-top: 60px; }
.pad-bot-60 { padding-bottom: 60px; }
.pad-left-60 { padding-left: 60px; }
.pad-right-60 { padding-right: 60px; }

.pad-90 { padding: 90px 90px; }
.pad-top-90 { padding-top: 90px !important; }
.pad-bot-90 { padding-bottom: 90px; }
.pad-left-90 { padding-left: 90px; }
.pad-right-90 { padding-right: 90px; }

/* FONT & TEXT */

.font-10 { font-size: 10px !important; }
.font-12 { font-size: 12px !important; }
.font-13 { font-size: 13px !important; }
.font-14 { font-size: 14px !important; }
.font-16 { font-size: 16px !important; }
.font-18 { font-size: 18px !important; }
.font-20 { font-size: 20px !important; }
.font-24 { font-size: 24px !important; }
.font-28 { font-size: 28px !important; }
.font-32 { font-size: 32px !important; }
.font-36 { font-size: 36px !important; }
.font-42 { font-size: 42px !important; }
.font-48 { font-size: 48px !important; }
.font-60 { font-size: 60px !important; }
.font-72 { font-size: 72px !important; }
.font-82 { font-size: 82px !important; }

.font-thin { font-weight: 100; }
.font-light { font-weight: 300; }
.font-normal { font-weight: 400; }
.font-bold { font-weight: 700 !important; }
.font-ultrabold { font-weight: 900; }

.text-white { color: #ffffff; }
.text-gray { color: #999999; }
.text-light-gray { color: #dadada; }
.text-green { color: #2cb742; }
.text-yellow { color: #ffcc00; }
.text-orange { color: #ff8500; }
.text-red { color: #fe0000; }

.text-underline { text-decoration: underline; }

.title {
  font-family: 'Yeseva One', cursive;
}

.title-intro {
  font-family: 'Dancing Script', cursive;
}

.title-block {
  width: 150px;
  height: 3px;
  margin: 30px auto;
  background-color: #ff821b;
}

/* BACKGROUND */

.bg-white { background-color: #ffffff; }
.bg-gray { background-color: #f4f5f7; }
.bg-green { background-color: #2cb742; }
.bg-orange { background-color: #ff821b; }

/* BUTTON */

.btn-solid {
  padding: 10px 15px;
  background-color: #2d2d2d;
  border: solid 2px #2d2d2d;
  border-radius: 0 !important;
  color: #efefef;
  font-family: 'Yeseva One', cursive;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}

.btn-solid:active,
.btn-solid:focus,
.btn-solid:hover {
  background-color: #3d3d3d;
  border: solid 2px #3d3d3d;
  color: #efefef;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline-white {
  padding: 10px 15px;
  background-color: transparent;
  border: solid 2px #ffffff;
  border-radius: 0 !important;
  font-family: 'Yeseva One', cursive;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  color: #2d2d2d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-lg {
  width: 100%;
  padding: 15px 30px !important;
  font-size: 16px !important;
  font-weight: bold;
}

.border-top { border-top: solid 1px #dadada; }
.border-bot { border-bottom: solid 1px #dadada; }
.border-left { border-left: solid 1px #dadada; }
.border-right { border-right: solid 1px #dadada; }

.no-border-top { border-top: none; }
.no-border-bot { border-bottom: none; }
.no-border-left { border-left: none; }
.no-border-right { border-right: none; }

.no-radius-top-left { border-top-left-radius: 0 !important; }
.no-radius-top-right { border-top-right-radius: 0 !important; }
.no-radius-bot-left { border-bottom-left-radius: 0 !important; }
.no-radius-bot-right { border-bottom-right-radius: 0 !important; }

.col-custom-5 {
  width: 20%;
  float: left;
}

.no-list li {
  list-style: none;
}

.inline li {
  display: inline-block;
}

.check li {
  padding-left: 24px;
  background-image: url(../images/ico-check.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  line-height: 1.5;
}

.share {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  border-top: solid 1px rgba(255,255,555,0.1);
  border-bottom: solid 1px rgba(255,255,555,0.1);
}

.share ul li {
  margin: 0 5px 0 0;
}

/* HOVER EFFECT */

figure{
  -webkit-transition: all .35s ease-out;
  -moz-transition: all .35s ease-out;
  -o-transition: all .35s ease-out;
  transition: all .35s ease-out;
  position:relative;
  overflow: hidden;
  background-color: #000000;
}

figure > img{
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}

figure:hover > img{
  opacity: 0.25;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure figcaption.text-middle{
  position:absolute;
  left:0;
  top:0;
  padding-top:27%;
  color:#fff;
  text-align:center;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.1);
  text-shadow: 0px 1px 2px rgba(0,0,0,.5);
}

figure figcaption span{
  display:block;
}

figure a:before,
figure a:after {
	position: absolute;
	content: '';
	opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure a:before{
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure a:after{
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.no-border a:before,
figure.no-border a:after {
  border:none !important;
}

figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity:0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.hover-item {
  margin-bottom: 30px;
}

.hover-item figure a{
  z-index:99;
}

.hover-item:hover figure .btn,
.blog-cat-item:hover figure .btn {
  color:#2d2d2d;
  background:#efefef !important;
  border-color:#efefef;
}

.blog-cat-item figure a{
  height: 300px !important;
  overflow: hidden !important;
  z-index:99;
}

figure a.image{
  background:url(images/icon-gallery.png) 50% 50% no-repeat;
}

figure a.url{
  background:url(images/icon-link.png) 50% 50% no-repeat;
}

figure:hover a:before,
figure:hover a:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure a:hover{
  opacity:1;
}

/*==================================*/
/* CUSTOM NAVBAR                    */
/*==================================*/

.navbar {
  margin-bottom: 0;
  min-height: 60px;
  border-radius: 0 !important;
  box-shadow: 3px 2px 5px rgba(0,0,0,0.1);
}

.navbar .wa {
  padding-left: 45px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url(../images/ico-wa.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.navbar .top-con {
  margin-top: 30px;
}

.navbar .top-con .call {
  padding-left: 20px;
  background-image: url(../images/ico-wa.png);
  background-size: 17px;
  background-position: left center;
  background-repeat: no-repeat;
}

.navbar .top-con .email {
  padding-left: 20px;
  background-image: url(../images/ico-mail.png);
  background-position: left center;
  background-repeat: no-repeat;
}

.navbar .btn-book {
  margin-right: 15px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2d2d2d;
  color: #efefef !important;
  border-radius: 0 !important;
}

.navbar .btn-book:hover {
  background-color: #ff821b !important;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  margin-bottom: -6px;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navmenu,
.navbar-offcanvas {
  width: 250px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  background-color: #ff821b !important;
  color: #fff!important;
}

.navbar-brand {
  padding: 6px 15px;
}

.navbar-brand img {
  height: 50px;
}

.navbar-default {
  background-color: #ffffff;
  border: none;
}

.navbar-nav {
  margin: 0 auto;
}

.navbar-nav>li>a {
  font-family: 'Yeseva One', cursive;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #3d3d3d !important;
}

.navbar-nav>li.active a {
  color: #ff821b !important;
}

.navbar-right {
  padding-right: 15px;
}

.navbar-toggle {
  float: left;
  margin-left: 10px;
}

.main-menu li a,
.member-menu li a {
  color: #2d2d2d !important;
}

.main-menu li a:hover {
  color: #ff821b !important;
}

.dropdown-menu {
  min-width: 60px;
}

.dropdown-menu li:hover .dropdown-menu {
	position:static;
}

.dropdown .dropdown-toggle {
  font-weight: 400;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-menu>li>a {
  line-height: 2;
}

.dropdown-menu>li>a:hover {
  color: #ff821b !important;
}

.dropdown-menu.member {
  width: 250px;
  position: absolute;
  right: 0 !important;
}

.dropdown .open {
  background-color: #ffffff !important;
}

.dropdown-backdrop {
  z-index: -1 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

.affix {
  top: 0;
  width:100%;
}

.navbar-lower {
  z-index: 99;
}

.lang {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 5px 10px 10px;
  background-color: #efefef;
}

.navbar-nav>li>.dropdown-menu {
  border-bottom-left-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
  border-bottom-right-radius: 0;
}

/*==================================*/
/* HOME PAGE                        */
/*==================================*/

/* ----- ===== BANNER ===== ----- */
.banner {
  position: relative;
  text-align: center;
}
.tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  display: inline-table;
}
.tagline h1 {
  color: #fff;
}
.slide-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  z-index: 10;
}
.slide-title h1 {
  text-align: center;
}
.special-slider {
  overflow: hidden;
}

.project-slide {
  height: 430px;
}

.project-slide, .project-container {
  position: relative;
  display: block;
  color: #ffffff;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-slide .text-con, .project-container .text-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.project-slide .mask,
.project-container .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#welcome {
  position: relative;
}

.booking {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 98;
}

.booking .form {
  padding: 20px 10px;
  background-color: #ff821b;
  color: #efefef;
}

.date {
  padding-right: 20px;
  background-image: url(../images/ico-calendar.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.bg-pattern {
  background-color: #efefef;
  background-image: url(../images/pattern.jpg);
  background-repeat: repeat;
  background-position: center;
}

.room-item .main-fac {
  margin-top: 10px;
  margin-bottom: 10px;
}

.room-item .main-fac li {
  padding-left: 5px;
  padding-right: 5px;
}

.room-desc-outer:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.room-desc-inner {
  display: inline-block;
  vertical-align: middle;
}

.news li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #dadada;
}

.testi li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dadada;
}

/*==================================*/
/* PAGE HEADLINE                    */
/*==================================*/

.headline {
  height: 280px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*==================================*/
/* ROOM LIST & DETAIL               */
/*==================================*/

h2.title {
	font-size: 24px !important;
}

.fac-item .capacity {
  padding-top: 50px;
  background-image: url(../images/ico-fac-capacity.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fac-item .bedroom {
  padding-top: 50px;
  background-image: url(../images/ico-fac-bed.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fac-item .bathroom {
  padding-top: 50px;
  background-image: url(../images/ico-fac-bath.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fac-item .land {
  padding-top: 50px;
  background-image: url(../images/ico-fac-land.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fac-item .pool {
  padding-top: 50px;
  background-image: url(../images/ico-fac-pool.png);
  background-repeat: no-repeat;
  background-position: center;
}

.fac-item .wifi {
  padding-top: 50px;
  background-image: url(../images/ico-fac-wifi.png);
  background-repeat: no-repeat;
  background-position: center;
}

.price-disc {
  font-size: 18px !important;
  font-style: italic;
  text-decoration: line-through;
}

#other-room h3.title {
  font-size: 20px !important;
}


/*==================================*/
/* GALLERY                          */
/*==================================*/

.filter ul li a {
  display: block;
  padding: 10px 20px;
  border: solid 1px #dadada;
	margin-bottom: 3px;
	font-size: 13px;
}

/*==================================*/
/* CONTACT                          */
/*==================================*/

#map-canvas {
  min-height: 400px;
}

/*==================================*/
/* FOOTER                           */
/*==================================*/

footer {
  background-color: #000000;
  background-image: url(../images/bg-footer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #dadada;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ff821b;
}

footer .menu ul {
  padding: 20px 0;
  border-top: solid 1px #333333;
}

footer .menu ul li {
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
}

.widget-inner {
  display: table;
  margin: 0 auto;
}

#CDSWIDCOE {
  height: 150px !important;
	margin-top: -25px;
}

.widCOEImg {
  display: block !important;
}

.TA_certificateOfExcellence img {
  display: block !important;
}

.copy {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*==================================*/
/* CUSTOM RADIO & CHECKBOX          */
/*==================================*/

.radio {
  margin-top: 0 !important;
  margin-right: 20px;
}

.checkbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*==================================*/
/* CUSTOM MODAL                     */
/*==================================*/

.vertical-alignment-helper {
	display: table;
	height: 100%;
	width: 100%;
	pointer-events: none;
}

.vertical-align-center {
	display: table-cell;
	vertical-align: middle;
	pointer-events:none;
}

.modal-body {
  padding: 0 0;
}

.modal-body.background {
  background-image: url(../images/bg-welcome-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
}
.background {
  background-image: url(../images/bg-welcome-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.modal-header {
  position: absolute;
  top: 1px;
  right: 0;
  padding: 0 0;
  border-bottom: none;
  z-index: 99;
  background-color: #df0000;
}

.modal-header .close {
  opacity: 1 !important;
}

.close {
  opacity: 1 !important;
}

.modal-content {
	width: 1140px;
	height: inherit;
	margin: 0 auto;
	pointer-events: all;
	border: none;
	border-radius: 0;
  background-color: #ffffff;
  color: #222222;
  background-size: cover;
}

body.modal-open {
	overflow: hidden;
}

.modal-body .close {
  position: absolute;
  top: 5px;
  right: 10px;
}

.modal-body .modal-form {
  padding: 20px 20px;
}

/*==================================*/
/* CUSTOM SCROLLBAR                 */
/*==================================*/

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #999999;
  border: 0px none #999999;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999;
}
::-webkit-scrollbar-thumb:active {
  background: #999999;
}
::-webkit-scrollbar-track {
  background: #dadada;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #dadada;
}
::-webkit-scrollbar-track:active {
  background: #dadada;
}
::-webkit-scrollbar-corner {
  background: transparent;
} 

/*-----------------------------------------
   scroll to top
-----------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(34, 33, 38, 0.7) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  border-radius: 50%;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #2d2d2d;
  opacity: 1;
}
/*-----------------------------------------
   LOAD PAGE
-----------------------------------------*/
.page-pre-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
}
  
.pre-loader-content{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.pre-loader-content img {
  margin-bottom: 20px;
  width: 180px;
}
.pre-loader-content .fa {
  font-size: 40px;
  color: #999;
}
/*====LOAD PAGE END====*/
.tagline .title {
  font-size: 30px;
}
.title-tagline {
  font-family: 'Yeseva One', cursive;
  font-size: 50px;
  display: block;
}
.pre-loader-content .pad-v-50 {
  padding-top: 150px!important;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 15px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 15px;
    bottom: 30px;
  }
}

#special-rates table tr td {
	font-size: 14px !important;
}

/*-----------------------------------------
   FIX - 20180202
---------------------------------------

.container-fixed {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	position: relative;
	width: 970px;
}

@media (min-width:768px){
	.container-fixed {
		width:970px
	}
}

@media (min-width:992px) {
	.container-fixed {
		width:970px
	}
}

@media (min-width:1200px){
	.container-fixed {
		width:970px
	}
}

@media (max-width:768px){
	.container-fixed {
		width:970px
	}
}

--*/