html {
    overflow-y:scroll; 
}
body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
}


.container-fluid.padding_top_40 {
    padding-top: 00px;
    background: #fff;
    padding-bottom: 50px;
}
small.grey {
    color: #616161;
    letter-spacing: .51px;
    font-size: 14px;
}

.results h3 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 35px;
    color: #000;
    font-weight: normal;
    word-spacing: 9px;
	padding: 15px;
}
.main_flight_box .fcContent {
    display: table;
    margin: 10px auto 0;
}

.main_flight_box .fcContent .cont {
    display: table-cell;
}

.main_flight_box .left.cont {
    text-align: right;
}

.main_flight_box .fcContent .cont .airCode {
    color: #ef3743;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.main_flight_box .fcContent .cont .time {
    color: #2f2b23;
    font-size: 22px;
    font-weight: 800;
    margin: -0.1em 0 0.05em;
}

.main_flight_box .fcContent .cont .date {
    color: #5c5953;
    font-size: 12px;
    text-transform: uppercase;
}

.main_flight_box .fcContent .middle.cont {
    text-align: center;
}

.main_flight_box .fcContent .cont.middle {
    color: #757575;
    font-size: 12px;
    padding: 0 1em;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.main_flight_box .fcContent .cont.middle .planeIcon {
    border-top: 1px dashed #cccccc;
    margin: 7px 0;
    position: relative;
    width: 100%;
}

.main_flight_box .fcContent .cont.middle .planeIcon::before, .main_flight_box .fcContent .cont.middle .planeIcon::after {
    background-color: #cccccc;
    border-radius: 10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 3px;
}

.main_flight_box .fcContent .cont.middle .planeIcon::after {
    left: auto;
    right: 0;
}

.mar-tp-20 {
    margin-top: 20px;
}



.flight_box {
    background: #cccacc38;
    padding: 11px 8px 6px;
    border: 1px solid #0f75bc;
    border-radius: 18px 0px;
    margin-bottom: 8px !important;
    position: relative;
}

.flight_box:hover {
    background-color: #fff;
}

.flight_box .flight_anch {
    bottom: 0;
    font-size: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ft_right .btn-book {
    position: relative;
    z-index: 9;
}

.flight_box .ft-left {
    width: 21%;
    text-align: center;
}

.flight_box .ft-left .image-holder {
    text-align: center;
    display: inline-block;
}

.flight_box .ft_right {
    width: 74%;
}

.flight_box .ft_right .inner_rt {
    float: right;
}

.display_ib {
    display: inline-block;
    vertical-align: middle;
}

.flight_box .pricing {
    list-style: none;
    padding: 0;
    text-align: right;
}

.flight_box .ft_arrow {
    padding: 0 15px 0 10px;
}

.flight_box .ft_arrow > img {
    width: 20px;
}

.flight_box .ft_date {
    margin-bottom: 5px;
}

.flight_box .ft_date > strong {
    color: #0065b8;
}

.flight_box .code {
    font-size: 20px;
    font-weight: 700;
}

.flight_box .truncate {
    white-space: nowrap;
    display: block;
}
.flight_box .pricing li {
    color: #757575;
    font-size: 14px;
    margin: 0;
}

.flight_box .pricing li:nth-child(2) {
    margin-top: 6px;
}


.main_flight_box .flight_box_inner {
    cursor: pointer;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.main_flight_box .flight_box_inner:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translate(0px, -1px);
    transition: transform 0.1s ease 0s, box-shadow 0.2s ease 0s;
    z-index: 10;

}

.flight_box .ft_right {
    width: 74%;
}

.flight_box .ft_right .inner_rt {
    float: right;
}

a.btn.btn-default.btn-detail {
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 12px;
}

a.btn.btn-default.btn-detail:hover {
    background-color: #fff;
}

a.btn.btn-default.btn-detail i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: bottom;
}

a.btn.btn-default.btn-book {
    font-weight: bold;
    border: none;
    border: 1px solid;
    background: rgb(255,48,25);
	background: -moz-linear-gradient(top, rgb(255,48,25) 0%, rgb(207,4,4) 100%);
	background: -webkit-linear-gradient(top, rgb(255,48,25) 0%,rgb(207,4,4) 100%);
	background: linear-gradient(to bottom, rgb(255,48,25) 0%,rgb(207,4,4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
    color: #ffffff;
    border-width: 1px 1px 2px;
    border-radius: .26666667em;
    vertical-align: bottom;
    line-height: 1.2;
	padding: 8px 16px;
    border: 1px solid #ffffff !important;
}

a.btn.btn-default.btn-book i {
    margin-right: 7px;
    font-size: 20px;
    vertical-align: bottom;
}

a.btn.btn-default.btn-book:hover {
    border-color: #b89300 #8a6e00 #8a6e00;
    background: #ffcb00;
    color: #3d3100;
}

.main_flight_box .btn {
    font-size: 17px;
}



.main_flight_box {
    margin-bottom: 5px;
}

.main_flight_box .flight_box_inner {
    cursor: pointer;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.main_flight_box .flight_box_inner:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: translate(0px, -1px);
    transition: transform 0.1s ease 0s, box-shadow 0.2s ease 0s;
    z-index: 10;

}

.main_flight_box .airName img {
    margin: 8px auto 0;
}

.main_flight_box .btn {
    font-size: 17px;
}

.main_flight_box .box_20{
    padding-bottom: 27px;
    padding-top: 9px;
}


@media (max-width:520px){
    
    
.results h3 {
    font-size: 26px !important;
}


 .flight_box .pricing {
    text-align: right !important;
}
.flight_box {
    padding: 11px 0px 5px 15px!important;
}
.flight_box .ft_right .inner_rt {
    float: right !important;
    margin-right: 14px;
}
.flight_box .ft_right .inner_rt {
    float: right !important;
    margin-right: 14px;
}

.bg-gray-lighter {
    height: auto !important;
}
}












.call-nw-mob h1{
  font-size: 32px;
  margin-top: 20px;
}
.follow {
  font-size: 24px;
  margin-top: 10px;
}

big,
.text-lg {
  color: #686868;
  font-size: 16px;
  line-height: 1.78em;
}
.page-title {
  font-size: 75px;
 margin: 47px 0px 0px 0px;
    
    
}




@media (max-width:992px) {
  .page-title {
    font-size: 50px;
  }
}
.text-white {
  color: #fff;
}
.text-white big,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white small,
.text-white .text-hero,
.text-white a,
.text-white a:hover,
.text-white span {
  color: #fff;
  text-shadow: 2px 1px 2px #000000;   
}
a.text-white:hover {
  color: #fff;
}
.text-udl {
  text-decoration: underline;
}
a.text-udl:hover {
  text-decoration: underline;
}
.text-default {
  color: #737373;
}
.text-color {
color: #CCBB2C !important;
margin-top: 10px;
}
.text-darken {
  color: #565656;
}
a.text-darken {
  color: #565656;
}
a.text-darken:hover {
  color: #3f3f3f;
}
.text-smaller {
  font-size: 75%;
}
.text-small {
  font-size: 12px;
  line-height: 1.5em;
}
.text-small p {
  margin-bottom: 4px;
  font-size: 11px;
  line-height: 1.4em;
}
.text-small h5 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 4px;
}
.text-tiny {
  font-size: 10px;
}
.text-bigger {
  font-size: 125%;
  line-height: 1.5em;
}
.text-darken {
  color: #626262;
}
.text-gray {
  color: #808080;
}
.lh1em {
  line-height: 1em;
}
.text-hero {
  font-size: 200px;
  line-height: 1em;
}
.text-xl {
  font-size: 100px;
  line-height: 1em;
}
.uc,
.text-uc {
  text-transform: uppercase;
}
blockquote {
  position: relative;
  padding: 0 0 0 40px;
  margin: 10px 20px;
  border: none;
  line-height: 1.6em;
}
blockquote:before {
  content: '\f10e';
  font-family: 'FontAwesome';
  top: 0;
  left: 0;
  font-size: 30px;
  position: absolute;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.box {
  padding: 15px 17px;
}
.br5 {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bg-gray {
  background: #f2f2f2;
}
.row.row-wrap > [class^="col-"],
.row.row-col-gap > [class^="col-"] {
  margin-bottom: 30px;
}
.row.row-full {
  margin-left: 0;
  margin-right: 0;
}
.row.row-no-gutter,
.row[data-gutter="0"] {
  margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"],
.row[data-gutter="0"] > [class^="col-"] {
  padding: 0 !important;
}
.row[data-gutter="10"] {
  margin-left: -5px;
  margin-right: -5px;
}
.row[data-gutter="10"] > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row[data-gutter="60"] {
  margin-left: -30px;
  margin-right: -30px;
}
.row[data-gutter="60"] > [class^="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row[data-gutter="120"] {
  margin-left: -60px;
  margin-right: -60px;
}
.row[data-gutter="120"] > [class^="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}
label {
  font-weight: 400;
  display: block;
}
.gap {
  display: block;
  position: relative;
  margin: 30px 0 30px 0;
  clear: both;
}
.gap:after {
  clear: both;
  content: '';
  display: table;
}
.gap-small {
  margin: 15px 0 15px 0;
}
.gap-mini {
  margin: 10px 0 10px 0;
}
.gap-big {
  margin: 60px 0 60px 0;
}
.gap-large {
  margin: 90px 0 90px 0;
}
.gap-top {
  margin-bottom: 0 !important;
}
.gap-bottom {
  margin-top: 0 !important;
}
.gap-border {
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #fff;
}
.search-tabs > .tabbable >.tab-content > .tab-pane {
  padding: 15px;
}
.search-tabs > .tabbable > .nav-tabs > li > a {
  text-transform: uppercase;
}
.search-tabs-abs {
  position: absolute;
  top: 0;
  left: 14%;
  width: 55%;
}
@media (max-width:992px) {
  .search-tabs-abs {
    position: relative;
    width: 100%;
    left: 0;
  }
}
.search-tabs-abs-bottom {
  position: absolute;
  top: 320px;
}
@media (max-width:992px) {
  .search-tabs-abs-bottom {
    position: relative;
    top: 0;
    margin: 50px 0;
  }
}
.search-tabs-bottom {
  position: relative;
  left: 0;
  bottom: -20px;
  width: 100%;
}
@media (max-width:992px) {
  .search-tabs-bottom {
    position: relative;
    bottom: auto;
    top: 0;
    margin-top: 50px;
  }
}
.search-tabs-to-top {
  position: relative;
  z-index: 10;
  margin-top: -120px;
}
.search-tabs-bg > h1 {
color: #fff;
margin-bottom: 25px;
text-shadow: 3px 1px 2px #5f5f5f;
}
.search-tabs-bg > .tabbable >.tab-content > .tab-pane {
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.15);
  box-shadow: 0 2px 1px rgba(0,0,0,0.15);
}
.search-tabs-bg > .tabbable >.tab-content > .tab-pane .form-control {
  background: rgba(255,255,255,0.5);
}
.search-tabs-bg > .tabbable > .nav-tabs {
  border: none;
}
.search-tabs-bg > .tabbable > .nav-tabs > li {
  margin-bottom: 0;
  margin-right: 5px;
}
.search-tabs-bg > .tabbable > .nav-tabs > li > a {
  background: rgba(0,0,0,0.4);
  border: none !important;
  color: #fff;
}
@media (max-width:992px) {
  .search-tabs-bg > .tabbable > .nav-tabs > li > a > span {
    display: none;
  }
}
.search-tabs-bg > .tabbable > .nav-tabs > li > a:hover > .fa {
  background: #CCBB2C;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.search-tabs-bg > .tabbable > .nav-tabs > li > a > .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 2px;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.search-tabs-bg > .tabbable > .nav-tabs > li.active > a {
  background: #CCBB2C;
  color: #fff;
  padding-top: 15px;
  margin-top: -5px;
}
.search-tabs-bg > .tabbable > .nav-tabs > li.active > a:hover > .fa {
  background: rgba(0,0,0,0.3);
}
.search-tabs-nobox > .tabbable > .tab-content > .tab-pane {
  padding: 25px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-tabs-lift-top {
  margin-top: -50px;
}
.hover-img {
  z-index: 1;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.hover-img .curved > img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.hover-img >img {
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -o-transition: 4s;
  -ms-transition: 4s;
  transition: 4s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-img .hover-icon-group,
.hover-img .hover-icon-group-top-right,
.hover-img .hover-icon-group-top-left,
.hover-img .hover-icon-group-bottom-left,
.hover-img .hover-icon-group-bottom-right,
.hover-img .hover-icon-group-center-top,
.hover-img .hover-icon-group-center-bottom {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.hover-img .hover-icon-group > li,
.hover-img .hover-icon-group-top-right > li,
.hover-img .hover-icon-group-top-left > li,
.hover-img .hover-icon-group-bottom-left > li,
.hover-img .hover-icon-group-bottom-right > li,
.hover-img .hover-icon-group-center-top > li,
.hover-img .hover-icon-group-center-bottom > li {
  display: inline-block;
  margin: 0 5px;
}
.hover-img .hover-icon-group-top-left,
.hover-img .hover-icon-group-bottom-left {
  text-align: left;
}
.hover-img .hover-icon-group-top-right,
.hover-img .hover-icon-group-bottom-right {
  text-align: right;
}
.hover-img .hover-icon,
.hover-img .hover-icon-group,
.hover-img [class^="hover-icon-"],
.hover-img [class*=" hover-icon-"] {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.hover-img [class^="hover-icon-"],
.hover-img [class*=" hover-icon-"] {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.hover-img >.hover-inner {
  position: absolute;
  width: 101%;
  height: 100%;
  padding: 15px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.hover-img >.hover-inner.hover-inner-sm {
  padding: 10px;
}
.hover-img .hover-inner {
  width: 101%;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #CCBB2C;
  color: #fff !important;
}
.hover-img .hover-inner h1,
.hover-img .hover-inner h2,
.hover-img .hover-inner h3,
.hover-img .hover-inner h4,
.hover-img .hover-inner h5 {
  color: #fff;
}
.hover-img .hover-inner-bg-black {
  background: rgba(0,0,0,0.5) !important;
}
.hover-img .hover-inner-block {
  height: auto;
}
.hover-img .hover-inner-bottom {
  top: auto;
  bottom: 0;
}
.hover-img .hover-title,
.hover-img [class^="hover-title-"],
.hover-img [class*=" hover-title-"] {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  background: rgba(237,131,35,0.75);
  color: #fff;
  width: 100%;
  padding: 0 7px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-img .hover-title-top,
.hover-img .hover-title-top-left,
.hover-img .hover-icon-top-left,
.hover-img .hover-icon-group-top-left {
  bottom: auto;
  top: 0;
}
.hover-img .hover-title-top-right,
.hover-img .hover-icon-top-right,
.hover-img .hover-icon-group-top-right {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
}
.hover-img .hover-title-bottom-right,
.hover-img .hover-icon-bottom-right,
.hover-img .hover-icon-group-bottom-right {
  left: auto;
  right: 0;
}
.hover-img .hover-title-center,
.hover-img .hover-title-top-right,
.hover-img .hover-title-top-left,
.hover-img .hover-title-bottom-right,
.hover-img .hover-title-bottom-left,
.hover-img .hover-title-center-top,
.hover-img .hover-title-center-bottom {
  display: table;
  width: auto;
}
.hover-img .hover-title-top-right,
.hover-img .hover-title-top-left,
.hover-img .hover-title-bottom-right,
.hover-img .hover-title-bottom-left,
.hover-img .hover-icon-top-right,
.hover-img .hover-icon-top-left,
.hover-img .hover-icon-bottom-right,
.hover-img .hover-icon-bottom-left,
.hover-img .hover-icon-group-top-right,
.hover-img .hover-icon-group-top-left,
.hover-img .hover-icon-group-bottom-right,
.hover-img .hover-icon-group-bottom-left {
  margin: 15px;
}
.hover-img .hover-title-center,
.hover-img .hover-icon {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.hover-img .hover-icon-group {
  top: 50%;
  -webkit-transform: translate3d(0, 50%, 0);
  -moz-transform: translate3d(0, 50%, 0);
  -o-transform: translate3d(0, 50%, 0);
  -ms-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.hover-img .hover-title-center-top,
.hover-img .hover-title-center-bottom,
.hover-img .hover-icon-center-top,
.hover-img .hover-icon-center-bottom,
.hover-img .hover-icon-group-center-top,
.hover-img .hover-icon-group-center-bottom {
  margin: 15px 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.hover-img .hover-title-center-top,
.hover-img .hover-icon-center-top,
.hover-img .hover-icon-group-center-top {
  bottom: auto;
  top: 0;
}
.hover-img .hover-icon-bottom-left,
.hover-img .hover-icon-bottom-right,
.hover-img .hover-icon-center-bottom,
.hover-img .hover-icon-group-bottom-left,
.hover-img .hover-icon-group-bottom-right,
.hover-img .hover-icon-group-center-bottom {
  bottom: 0;
}
.hover-img .hover-hold {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-img .hover-hold.hover-title-center,
.hover-img .hover-hold.hover-icon {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hover-img .hover-hold.hover-title-center-top,
.hover-img .hover-hold.hover-title-center-bottom,
.hover-img .hover-hold.hover-icon-center-top,
.hover-img .hover-hold.hover-icon-center-bottom,
.hover-img .hover-hold.hover-icon-group-center-top,
.hover-img .hover-hold.hover-icon-group-center-bottom {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.hover-img .hover-hold.hover-icon-group {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.hover-img:hover .hover-title,
.hover-img:hover [class^="hover-title-"],
.hover-img:hover [class*=" hover-title-"],
.hover-img:hover [class^="hover-icon-"],
.hover-img:hover [class*=" hover-icon-"],
.hover-img:hover .hover-icon,
.hover-img:hover .hover-inner-wrap,
.hover-img:hover > .hover-inner,
.hover-img:hover .hover-icon-group {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hover-img:hover .hover-title-center,
.hover-img:hover .hover-icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.hover-img:hover .hover-icon-group {
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.hover-img:hover .hover-title-center-top,
.hover-img:hover .hover-title-center-bottom,
.hover-img:hover .hover-icon-center-bottom,
.hover-img:hover .hover-icon-center-top,
.hover-img:hover .hover-icon-group-center-top,
.hover-img:hover .hover-icon-group-center-bottom {
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.hover-img:hover >img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.thumb:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
.thumb .img-left,
.thumb .img-right {
  width: auto;
}
.thumb .img-left {
  float: left;
  margin-right: 15px;
}
.thumb .img-right {
  float: right;
  margin-left: 15px;
}
.box-icon-left + .thumb-caption,
.box-icon-right + .thumb-caption,
.thumb-header-right + .thumb-caption,
.thumb-header-left + .thumb-caption,
.img-left + .thumb-caption,
.img-right + .thumb-caption {
  display: table;
}
.thumb-header {
  margin-bottom: 15px;
}
.thumb-inner {
  padding-top: 10px;
}
.thumb-inner-border {
  border: 1px solid #e6e6e6;
  padding: 5px 7px;
}
.thumb-header-left {
  float: left;
  margin-right: 15px;
}
.thumb-header-right {
  float: right;
  margin-left: 15px;
}
.thumb-title {
  margin: 0;
  line-height: 1em;
}
h5.thumb-title {
  font-size: 18px;
  font-weight: 400;
}
.thumb-desc {
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 13px;
  color: #818181;
  line-height: 1.4em;
}
.thumb-caption btn {
  margin-top: 7.5px;
}
.thumb-caption .thumb-social {
  margin-top: 7.5px;
}
.thumb-caption .thumb-meta {
  margin-top: 6px;
  font-style: italic;
  margin-bottom: 0;
}
.thumb-caption .thumb-meta [class^="fa fa-"] {
  margin-right: 5px;
}
.text-white .thumb-desc {
  color: #e6e6e6;
}
.text-white .thumb-title {
  color: #fff;
}
.thumb-progress {
  margin-top: 6px;
  margin-bottom: 0;
}
.post {
  margin-bottom: 45px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.post .post-header {
  border-bottom: 2px solid #CCBB2C;
}
.post .post-header blockquote {
  padding: 40px;
  font-size: 30px;
  padding-left: 60px;
  margin: 0;
  font-weight: 400;
  background: #f5f5f5;
  line-height: 1.4em;
  font-style: italic;
  color: #686868;
}
.post .post-header blockquote:before {
  top: 10px;
  left: 10px;
}
.post .post-header .post-link {
  padding: 30px 15px;
  font-size: 50px;
  font-weight: bold;
  display: block;
  background: #CCBB2C;
  color: #fff;
}
.post .post-header .post-link:hover {
  background: #d66f11;
  color: #fff;
}
.post .post-inner {
  padding: 15px 0 45px 0;
}
.post .post-title {
  margin: 0 0 15px 0;
  font-size: 35px;
}
.post .post-desciption {
  margin-bottom: 15px;
}
.post .post-meta {
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #e6e6e6;
  display: table;
}
.post .post-meta li {
  display: inline-block;
  margin-right: 20px;
}
.post .post-meta li a {
  font-size: 12px;
  font-style: italic;
  color: #737373;
}
.post .post-meta li .fa {
  margin-right: 3px;
  color: #b2b2b2;
}
.thumb-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thumb-list > li {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e6e6e6;
  overflow: hidden;
}
.thumb-list > li img {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.thumb-list > li .thumb-list-item-caption {
  display: table;
}
.thumb-list > li .thumb-list-item-caption .icon-list-rating {
  font-size: 9px;
  color: #f19c4f;
  margin-bottom: -3px;
}
.thumb-list > li .thumb-list-item-caption .icon-list-rating.icon-list-non-rated {
  color: #8f8f8f !important;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title {
  font-size: 13px;
  margin-bottom: 3px;
  margin-top: 2px;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a {
  color: #686868;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-title a:hover {
  text-decoration: underline;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-desciption {
  font-size: 11px;
  margin: 0;
  color: #969696;
  line-height: 1.4em;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-meta {
  margin-bottom: 2px;
  line-height: 1em;
  font-size: 9px;
  color: #8f8f8f;
  font-style: italic;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-price {
  font-size: 16px;
  color: #818181;
  margin-bottom: 0;
}
.thumb-list > li .thumb-list-item-caption .thumb-list-item-author {
  font-size: 11px;
  color: #8f8f8f;
  font-style: italic;
}
.thumb-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.thumb-list.thumb-list-right > li img {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.nav-tabs > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
body {
  overflow: hidden;
}
@media (min-width:992px) {
  body.boxed .global-wrap {
    width: 1230px;
    margin: 30px auto;
    -webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 2px rgba(0,0,0,0.2);
  }
}
.global-wrap {
  background: #fff;
  height: 100%;
}
.dis-table {
  display: table;
}
.full,
.full-page {
  width: 100%;
  height: 100%;
}
@media (max-width:992px) {
  .full-page {
    min-height: 1000px;
  }
}
.rel {
  position: relative;
}
.full-height {
  height: 100%;
}
.full-page {
  position: relative;
}
.top-area,
.special-area {
  height: 650px;
  position: relative;
  overflow: hidden;
}


.top-area-2{
  height: 960px;
  position: relative;
  overflow: hidden;
}
@media (max-width:992px) {
  .top-area,
  .special-area {
   height:auto; 
  }
  .top-area-searching-page {
      
  height: 760px;
      }
  
}
.special-area {
  height: 500px;
}
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-darken {
  background: #f2f2f2;
}
.bg-color {
  background: #CCBB2C;
}
.bg-holder {
  position: relative;
  overflow: hidden;
}
.bg-holder > .bg-mask,
.bg-holder > .bg-blur,
.bg-holder > .bg-mask-darken,
.bg-holder > .bg-mask-lighten,
.bg-holder > .bg-parallax,
.bg-holder > .bg-img,
.bg-holder > .bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.bg-holder > .bg-video {
  width: 100%;
  height: auto;
  z-index: 4;
}
.bg-holder > .bg-mask,
.bg-holder > .bg-parallax,
.bg-holder > .bg-img {
  width: 100%;
  height: 100%;
}
.bg-holder > .bg-mask,
.bg-holder > .bg-mask-darken,
.bg-holder > .bg-mask-lighten,
.bg-holder > .bg-mask-white,
.bg-holder > .bg-mask-color,
.bg-holder > .bg-mask-color-invert {
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background: #000;
}
.bg-holder > .bg-mask-lighten {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.bg-holder > .bg-mask-darken {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.bg-holder > .bg-mask-color {
  background: #CCBB2C;
}
.bg-holder > .bg-mask-white {
  background: #fff;
}
.bg-holder > .bg-mask-color-invert {
  background: #127cdc;
}
.bg-holder > .bg-parallax {
  background-position: 50% 0;
  background-attachment: fixed;
}
@media (max-width:992px) {
  .bg-holder > .bg-parallax {
    background-attachment: scroll;
    background-position: center center;
  }
}
.bg-holder > .bg-blur {
  width: 50% !important;
  height: 50% !important;
  -webkit-transform-origin: 1% 1%;
  -moz-transform-origin: 1% 1%;
  -o-transform-origin: 1% 1%;
  -ms-transform-origin: 1% 1%;
  transform-origin: 1% 1%;
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -o-transform: scale(2.1);
  -ms-transform: scale(2.1);
  transform: scale(2.1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
  z-index: 0;
}
.bg-holder > .bg-blur:before {
  content: '';
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-holder > .bg-blur.bg-parallax {
  background-attachment: scroll;
}
.bg-holder > .bg-holder-content,
.bg-holder > .bg-content {
  position: relative;
  z-index: 7;
}
.bg-holder > .bg-front {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 6;
}
@media (max-width:992px) {
  .bg-holder > .bg-front.bg-front-mob-rel {
    position: relative;
  }
}
.vert-center {
  left: 0 !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hor-center {
  left: 50% !important;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.full-center {
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.to-top {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  z-index: 10;
}
.loc-info {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  padding-top: 50px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.loc-info .loc-info-title {
  color: #fff;
}
.loc-info .loc-info-title img {
  width: auto;
  margin-right: 10px;
  margin-top: -5px;
}
.loc-info .loc-info-weather {
  margin: 0;
}
.loc-info .loc-info-weather-icon {
  font-size: 60px;
  margin-left: 5px;
}
.loc-info .loc-info-weather-num {
  font-size: 30px;
  position: relative;
  top: -15px;
}
.loc-info .loc-info-weather-num .meteocon {
  margin-left: -5px;
}
.loc-info .loc-info-list {
  list-style: none;
  padding: 0;
  margin: 5px 0 10px 0;
  font-size: 13px;
}
.loc-info .loc-info-list > li > a {
  color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.loc-info .loc-info-list > li > a .fa {
  margin-right: 5px;
}
.loc-info .loc-info-list > li > a:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.round img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.curved {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
img {
     /* width: 100%; */
}
.clearfix {
    clear: both;
}
img.origin {
  width: auto;
}
img.pp-img {
  width: 200px;
  margin-bottom: 10px;
}
.header-top {
  padding: 10px 0;
  max-height: 120px;
  background: #095323;
}
@media (max-width:992px) {
  .header-top {
    max-height: none;
  }
}
.logo {
  display: block;
}
.logo img {
  width: auto;
}
.top-user-area {
  font-size: 12px;
  position: relative;
  margin-top: 20px;
}
.top-user-area > ul >li {
  line-height: 40px;
}
.top-user-area .top-user-area-list {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width:992px) {
  .top-user-area .top-user-area-list {
    margin-top: 0px;
    position: relative;
  }
}
.top-user-area .top-user-area-list > li {
  position: relative;
  border: none !important;
}
.top-user-area .top-user-area-list > li:after {
  content: '';
  position: absolute;
  top: 30%;
  right: 0;
  height: 40%;
  background: rgba(255,255,255,0.13);
  width: 1px;
}
.top-user-area .top-user-area-list > li:last-child:after {
  background: none;
}
.top-user-area .top-user-area-list > li > a {
  color: #f2f2f2;
}
.top-user-area .top-user-area-list > li > a:hover {
  color: #f19c4f;
}
.top-user-area .top-user-area-list > li.top-user-area-avatar {
  font-weight: 400;
}
.top-user-area .top-user-area-list > li.top-user-area-avatar > a > img {
  width: 44px;
  height: 44px;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid rgba(0,0,0,0.1);
}
.top-user-area .top-user-area-list > li.top-user-area-avatar > a:hover > img {
  border: 2px solid #CCBB2C;
}
.top-user-area .top-user-area-list > li.top-user-area-lang > a > img {
  margin-top: -2px;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.top-user-area .top-user-area-list > li.top-user-area-lang > a:hover > img {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a {
  line-height: 20px;
}
.top-user-area .top-user-area-list > li.top-user-area-lang .nav-drop-menu li a img {
  width: 20px;
  height: 20px;
}
div.nav-drop {
  display: inline-block;
}
.nav-drop {
  position: relative;
  padding-right: 23px !important;
}
.nav-drop .fa-angle-up,
.nav-drop .fa-angle-down {
  position: absolute;
  right: 8px;
  line-height: inherit;
  top: 0;
  font-size: 90%;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav-drop .fa-angle-up {
  top: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.nav-drop > .nav-drop-menu {
  min-width: 85px;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  left: -5px;
  color: #fff;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  -o-transition: opacity 0.3s, -o-transform 0.3s;
  -ms-transition: opacity 0.3s, -ms-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-drop > .nav-drop-menu > li > a {
  background: #333;
  color: #fff;
  padding: 10px 15px;
  line-height: 1em;
  border-bottom: 1px solid #262626;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav-drop > .nav-drop-menu > li > a > .right {
  float: right;
}
.nav-drop > .nav-drop-menu > li > a:hover {
  background: #CCBB2C;
}
.nav-drop > .nav-drop-menu > li:last-child > a {
  border-bottom: none;
}
.nav-drop > .nav-drop-menu > li:first-child > a:before {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #262626 transparent;
  top: -10px;
  left: 10px;
}
.nav-drop.active-drop .fa-angle-up {
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.nav-drop.active-drop .fa-angle-down {
  top: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.nav-drop.active-drop > .nav-drop-menu {
  height: auto;
  overflow: visible;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-center {
  display: table;
  margin: 0 auto;
}
.list-inline-block > li {
  display: inline-block;
}
.list-horizontal > li,
.list-inline > li {
  float: left;
  margin-right: 10px;
  padding: 0;
  display: inline-block;
}

.list-horizontal-2 li {
  margin-right: 10px;
  padding: 0;
  display: inline-block;
}


.list-horizontal > li:last-child,
.list-inline > li:last-child {
  margin-right: 0;
}
.list-horizontal.list-border > li,
.list-inline.list-border > li {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(0,0,0,0.13);
}
.list-horizontal.list-border > li:last-child,
.list-inline.list-border > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.list-horizontal:after,
.list-inline:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.breadcrumb {
  background: none;
  padding: 0;
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 0;
}
.breadcrumb > li + li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  padding: 0 7px;
}
footer#main-footer {
  background: #095323;
  padding: 60px 0 30px 0;
  color: #e6e6e6;
      font-size: 14px;
  line-height: 1.4em;
 }


@media screen and (max-width: 812px){
.booking-item-payment-date { 
    font-weight: 600;
    width: 100% !important;
    font-size: 15px;
}
.booking-item-payment .col-md-4 {
    border-bottom: 1px solid #dedede;
    background: #f1ecc6;
}

.booking-item-payment-details h5 {
    line-height: 1.3em !important;
    font-weight: 600;
}
    
.flight-iti {
    margin-top: 20px !important;
}    
.booking-list {
    padding: 8px !important;
}
    
.booking-item-payment {
    margin-top: 5%;
}

  footer#main-footer {
    text-align: center;
  }
  
  
  .booking-item-payment-img{
      width:100% !important;
  }
  .booking-item-payment-title {
      text-align:center;
      
  }
  .booking-item-payment-title h3 {
      font-weight:600;
  }
  
  .booking-item-payment .booking-item-payment-details {
      text-align: center;
}
  

}

footer#main-footer .logo {
  margin-bottom: 15px;
}
footer#main-footer a,
footer#main-footer h1,
footer#main-footer h2,
footer#main-footer h3,
footer#main-footer h4,
footer#main-footer h5 {
  color: #fff;
}
footer#main-footer .form-control {
  background: #121212;
  border-color: #000;
  color: #fff;
}
footer#main-footer .form-control:focus {
  border-color: #CCBB2C;
}
.list-footer > li {
  margin-bottom: 5px;
}
.list-footer > li > a:hover {
  text-decoration: underline;
}
header#main-header {
  border-bottom: 2px solid #CCBB2C;
}
.main-header-search {
  top: 4px;
  position: relative;
}
@media (max-width:992px) {
  .main-header-search {
    margin-top: 15px;
  }
}
.main-header-search .form-control {
  margin-bottom: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #262626;
  border-color: #000;
  color: #fff;
}
.main-header-search .input-icon {
  top: 0;
  color: #fff;
}
.pagination {
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: hidden;
  display: block;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination > li {
  display: block;
  float: left;
  min-width: 35px;
}
.pagination > li > a {
  border: none;
  color: #CCBB2C;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.pagination > li > a:hover {
  background: #4d4d4d;
  color: #fff;
}
.pagination > li.active > a,
.pagination > li.active > a:hover {
  background: #CCBB2C;
}
.pagination > li.dots {
  line-height: 16px;
  text-align: center;
  font-size: 30px;
  color: #ccc;
}
.nav-pills > li.active > a {
  cursor: default;
  background-color: #CCBB2C;
}
.nav-pills > li.active > a:hover {
  background-color: #CCBB2C;
}
.nav-sm > li > a {
  padding: 5px 10px;
  font-size: 13px;
}
.nav-no-br > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-bot-space {
  margin-bottom: 15px;
}
.card-select {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card-select > li {
  overflow: hidden;
  padding: 10px 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
  cursor: pointer;
  width: 90%;
}
.card-select > li.card-item-selected {
  border-color: #CCBB2C;
}
.card-select > li.card-item-selected .card-select-cvc {
  display: inline-block;
}
.card-select .card-select-img {
  width: 64px;
  float: left;
  margin-right: 15px;
}
.card-select .card-select-data {
  display: table;
}
.card-select .card-select-cvc {
  display: none;
  width: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.card-select .card-select-number {
  font-size: 14px;
  display: inline-block;
  margin-right: 20px;
  line-height: 40px;
  margin-bottom: 0;
}
.order-payment-list > li {
  padding: 10px 15px;
  border-bottom: 1px dashed #ccc;
}
.order-payment-list > li:first-child {
  border-top: 1px dashed #ccc;
}
.order-payment-list > li h5,
.order-payment-list > li p {
  margin-bottom: 0;
}
.order-payment-list > li h5 .fa {
  margin-right: 10px;
}
.order-payment-list > li small {
  margin-left: 35px;
}
.addional-offers {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.4em;
}
.rounded {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
aside.sidebar-right {
  padding-left: 30px;
  border-left: 1px solid #d4d4d4;
}
aside.sidebar-left {
  padding-right: 30px;
  border-right: 1px solid #d4d4d4;
}
.sidebar-widget {
  margin-bottom: 30px;
}
.list-category > li > a {
  color: #686868;
  margin-bottom: 7px;
  padding-bottom: 7px;
  display: block;
  border-bottom: 1px dashed #f2f2f2;
}
.list-category > li > a:hover {
  color: #CCBB2C;
}
.address-list > li {
  margin-bottom: 20px;
}
.address-list > li > h5 {
  margin-bottom: 3px;
}
.tooltip-inner {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.logo-holder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 30px 0 0 30px;
  display: block;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.logo-holder > img {
  width: auto;
}
.logo-holder:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer-links {
  list-style: none;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.footer-links > li {
  display: inline-block;
  margin: 0 10px;
}
.footer-links > li > a {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #fff;
}
.footer-links > li > a:hover {
  text-decoration: underline;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.footer-social {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
.footer-social > li {
  display: inline-block;
  margin: 0 7px;
}
.card-thumb {
  position: relative;
  height: 170px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fafafa;
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  display: block;
}
.card-thumb.card-thumb-primary {
  border-color: #CCBB2C;
}
.card-thumb .card-thumb-primary-label {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  line-height: 1em;
  padding: 4px 6px;
  background: #CCBB2C;
  color: #fff;
  font-size: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.card-thumb .card-thumb-new {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  background: #CCBB2C;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 30px;
  float: left;
  margin-right: 10px;
  margin-top: 45px;
  margin-left: 35px;
}
.card-thumb .card-thumb-new + p {
  margin-top: 55px;
  font-size: 12px;
}
.card-thumb .card-thumb-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: auto;
}
.card-thumb .card-thumb-number {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 0;
}
.card-thumb .card-thumb-valid {
  font-size: 12px;
  color: #888;
}
.card-thumb .card-thumb-valid > span {
  font-size: 15px;
  color: #626262;
}
.card-thumb .card-thumb-actions {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 7px;
  right: 10px;
}
.card-thumb .card-thumb-actions > li {
  display: inline-block;
  margin-right: 8px;
}
.card-thumb .card-thumb-actions > li:last-child {
  margin-right: 0;
}
.card-thumb .card-thumb-actions > li > a {
  display: block;
  width: 23px;
  line-height: 23px;
  height: 23px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  -webkit-box-shadow: 0 0 0 1px #737373;
  box-shadow: 0 0 0 1px #737373;
  color: #737373;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.card-thumb .card-thumb-actions > li > a:hover {
  background: #CCBB2C;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #d66f11;
  box-shadow: 0 0 0 1px #d66f11;
}
.card-thumb:hover .card-thumb-actions > li > a {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.spinner-clock {
  width: 150px;
  height: 150px;
  border: 4px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 20px auto;
}
.spinner-clock:before {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  margin: -6px 0 0 -6px;
  z-index: 1;
}
.spinner-clock .spinner-clock-hour,
.spinner-clock .spinner-clock-minute {
  -webkit-animation-name: spinner;
  -moz-animation-name: spinner;
  -o-animation-name: spinner;
  -ms-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 4px;
  background: #fff;
  margin-left: -2px;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  left: 50%;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.spinner-clock .spinner-clock-minute {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  top: 15px;
  height: 56px;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.spinner-clock .spinner-clock-hour {
  -webkit-animation-duration: 12s;
  -moz-animation-duration: 12s;
  -o-animation-duration: 12s;
  -ms-animation-duration: 12s;
  animation-duration: 12s;
  top: 31px;
  height: 40px;
}
.spinner-clock.spinner-clock-slow .spinner-clock-minute {
  -webkit-animation-duration: 3px;
  -moz-animation-duration: 3px;
  -o-animation-duration: 3px;
  -ms-animation-duration: 3px;
  animation-duration: 3px;
}
.spinner-clock.spinner-clock-slow .spinner-clock-hour {
  -webkit-animation-duration: 36s;
  -moz-animation-duration: 36s;
  -o-animation-duration: 36s;
  -ms-animation-duration: 36s;
  animation-duration: 36s;
}
.panel-default > .panel-heading {
  background: #fff;
  padding: 0;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.panel-title {
  font-weight: 300;
}
.panel-title > a {
  display: block;
  position: relative;
  padding: 10px 15px;
  background: #fff;
}
.panel-title > a:before {
  font-family: 'FontAwesome';
  content: '\f107';
  position: absolute;
  font-size: 16px;
  top: 10px;
  right: 15px;
}
.tagline {
  font-size: 70px;
  font-family: 'Roboto', arial, helvetica, sans-serif;
  font-weight: 100;
  color: #fff;
  position: absolute;
  line-height: 1em;
  margin-top: 100px;
  overflow: hidden;
  height: 85px;
  top: 0;
  left: 0;
}
.tagline > span {
  float: left;
  display: block;
  height: 85px;
  line-height: 85px;
  color: rgba(255,255,255,0.85);
}
.tagline > ul {
  height: 85px;
  line-height: 85px;
  position: relative;
  top: 0;
  display: block;
  float: left;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 600px;
}
.tagline > ul > li {
  font-weight: 500;
  position: absolute;
  top: 0;
  margin: 0;
  padding-left: 15px;
  top: -85px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: 25% 0;
  -moz-transform-origin: 25% 0;
  -o-transform-origin: 25% 0;
  -ms-transform-origin: 25% 0;
  transform-origin: 25% 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.tagline > ul > li.active {
  top: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.tagline > ul > li.vs-out {
  top: 85px;
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.nav-side > li > a {
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #686868;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
  font-size: 17px;
}
.last-minute-rating {
  color: #CCBB2C;
  font-size: 20px;
}
.last-minute-rating .fa {
  margin-right: 8px;
}
.last-minute-title {
  font-size: 50px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 5px;
}
.last-minute-date {
  margin-bottom: 5px;
  font-size: 20px;
  font-style: italic;
}
::selection {
  background: #CCBB2C;
  color: #fff;
}
.booking-item-airline-logo > p {
    margin-bottom: 0;
    font-size: 12px;
    margin-top: 5px;
    line-height: 1.3em;
}

.booking-item-airline-logo > img {
	width: 100%;
    height: auto;
}