
/******************** Main  *******************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);

body {
  padding-top: 60px;
  background: #f5f5f5;
  font-family: 'Roboto-regular', sans-serif;
  font-weight: 300;
  color: #454545; 
  font-size:13px;
  line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Roboto-regular', sans-serif;
  color: #272727;
}

.margin-top-40 {
    margin-top: 40px;
}

@font-face {
	font-family: 'Roboto-regular';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-light';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype'),
		url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-thin';
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Thin.woff') format('woff'),
		url('../fonts/Roboto-Thin.ttf') format('truetype'),
		url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-medium';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype'),
		url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}

.Light49{ font-family:'Roboto-thin'; font-size:49px;}

a {
  color: #249bd0;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #126c94;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.btn {
  border-width: 0;
  border-bottom-width: 3px;
  /*border-radius: 3px;*/
}
.btn.btn-primary {
  background: #249bd0;
  border-color: #126c94; 
  border-radius:25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #126c94;
  border-color: #249bd0; 
  /*color: #249bd0;*/
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.name {
    color: #011f30;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    height: 18px;
    line-height: 10px;
    padding: 5px 5px 10px 5px;
    margin: 5px;
}

.label-text {
    font-size: 12px;
    font-weight: normal;
    margin-bottom:20px;
}

.Value {
    width: 300px;
    height: 30px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px 0px 3px 0px;
    color: #000000;
    margin-bottom: 10px;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#features {
  padding: 100px 0;
}
#features .media.service-box:first-child {
  margin-top: 80px;
}
#AboutUs {
  padding: 60px;
}
.media.service-box {
  margin: 25px 0; text-align:center;
}


.media.service-box .pull-left {
  width:100%; padding-bottom:25px;
}
.media.service-box .pull-left > i {
  font-size: 42px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #4c4c4c;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;

}

.column-item {
    height: 30px;
    font-size: 12px;
    line-height: 20px;
    padding: 0px 0px 3px 0px;
    color: #000000;
}

.column-item:hover {
    font-weight:bold;
    cursor:pointer;
    font-size:13px;
    background-color:#126c94;
}

.column-item-head {

}

.column-item-body {

}

.media-body h4{ margin-bottom:15px; font-family:'Roboto-light'; font-size:20px; color:#454545;}
.media-body p{ line-height:20px;}
.media.service-box:hover .pull-left > i {
    color: #000;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#LocateUs {
  padding-top: 60px;
  margin-bottom: -8px;
  background: #FFFFFF;
}
#HotOffers {
  padding: 60px 0;
  background: #FFFFFF;
}
#HotOffers .HotOffers-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#HotOffers .HotOffers-filter > li {
  float: left;
  display: block;
}
#HotOffers .HotOffers-filter > li a {
  display: block;
  padding: 7px 15px;font-family: 'Roboto-regular';
  color: #64686d;
  position: relative;
}
#HotOffers .HotOffers-filter > li a:hover,
#HotOffers .HotOffers-filter > li a.active {
  background: #ff641b;
  color: #fff;
}

#HotOffers .HotOffers-filter > li:first-child a {
  border-radius: 0px 0 0 0px;
}
#HotOffers .HotOffers-filter > li:last-child a {
 /* border-radius: 0 4px 4px 0;*/
}
#HotOffers .HotOffers-items {
  margin: -15px;
}
#HotOffers .HotOffers-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#HotOffers .HotOffers-item .HotOffers-item-inner {
  position: relative;
}
#HotOffers .HotOffers-item .HotOffers-item-inner .HotOffers-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#HotOffers .HotOffers-item .HotOffers-item-inner .HotOffers-info h3 {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#HotOffers .HotOffers-item .HotOffers-item-inner .HotOffers-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#HotOffers .HotOffers-item:hover .HotOffers-info {
  opacity: 1;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 0px solid #eee;
  border-top: 0;
  padding: 0px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 12px;
  font-weight: normal;
}
    .panel-default > .panel-heading {
        background-color: #e2e9f0;
        border-color: #e2e9f0;
        color: #249bd0;
        background-image: none;
    }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
#owl-example .item{ margin:15px;}

#ContactUs {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}
#ContactUs .container-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 174, 214, 0.3);
  z-index: 1;
}
#ContactUs .ContactUs-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
#ContactUs .ContactUs-form h3 {
  margin-top: 0;
}

.calender{
    font-size:9px;
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
/***************************************/

#map {
    width: 100%;
    height: 500px;
    background-color: grey;
    margin-bottom: 40px;
}

.buttons-panel {
    padding-top: 10px;
}

    .buttons-panel .dxbButtonSys {
        margin: 10px 5px 0px 5px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        color: #FFFFFF;
        font-size: 12px;
        background: #3E3866;
        border-radius: 5px;
        border: 1px solid transparent;
        padding: 10px 15px 10px 15px;
        float: right;
    }

        .buttons-panel .dxbButtonSys:hover {
            padding: 10px 15px 10px 15px;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            color: #FFFFFF;
            font-size: 12px;
            background: #E99336;
            border-radius: 4px;
            margin: 10px 5px 0px 5px;
            float: right;
            text-decoration: none;
        }

.buttons-panel .dxbs-button.btn-link {
    border: 1px solid transparent;
    padding: 5px 20px 5px 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px;
    background: #249bd0;
    border-radius: 25px;
    margin: 0px 5px 0px 5px;
    float: right !important;
}

    .buttons-panel .dxbs-button.btn-link:hover {
      background: #126c94;
      /*color: #249bd0;*/
      text-decoration:none;
        float: right;
    }

.superscript{
    vertical-align: top;
    font-size: 11px;
    line-height: 25px;
    color:#2daae1;
}

.dxbs-icon {
    color: #249bd0;
} 
 
.dxbs-icon:hover {
    /*color: #126c94;*/
} 
   
.dxucControl_MaterialCompact, .dxucEditArea_MaterialCompact, input[type="text"].dxucEditArea_MaterialCompact, .form-control, .dropdown-menu,
.dxeCaptionCell_MaterialCompact, .dxeTextBox_MaterialCompact, .dxeButtonEdit_MaterialCompact, .dxeMemo_MaterialCompact, .dxeListBox_MaterialCompact,
.dxgvControl_MaterialCompact, .dxgvDisabled_MaterialCompact, .dxmLite_MaterialCompact, .dxeBase_MaterialCompact, .dxpLite_MaterialCompact,
.dxpcDropDown_MaterialCompact, .dxeDropDownWindow_MaterialCompact, .dxeCalendar_MaterialCompact, .dxeCalendarButton_MaterialCompact, 
input.dxeColorEditButton_MaterialCompact, .dxheControl_MaterialCompact, .dxrControl_MaterialCompact, .dxtcLite_MaterialCompact,
.dxeHyperlink_MaterialCompact, .dxgvLoadingPanel_MaterialCompact, .dxtlControl_MaterialCompact {
    font: 12px Roboto Regular, Helvetica, "Droid Sans", Tahoma, Geneva, sans-serif;
} 

.dxbs-calendar .dxbs-month-table .dxbs-day a{
  color: #249bd0;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.dxbs-button {
  background: #249bd0;
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
  border-color: #126c94; 
  border-radius:25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 18px;
  padding-right: 18px;
  color:#ffffff;
  text-decoration:none;
}
.dxbs-button:hover, .dxbs-button:focus {
  background: #126c94;
  border-color: #249bd0;
  /*color: #249bd0;*/
  color:#ffffff;
  text-decoration:none;
}

.dxmLite_MaterialCompact .dxctToolbar_MaterialCompact.dxm-main.dxmtb {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #249bd0;
  border-color: #249bd0;
}

.pagination > li > a, .pagination > li > span {
    background-color: #e2e9f0;
    border: 0px solid #e2e9f0;
}

.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
}

.AdsImage{
    width: 200PX;
    height: 200px;
}

.offer-image{
    width: 450px;
    height: 450px;
}

.right{
    float:right;
}
.left{
    float:left;
}

.margin-top-13{
    margin-top:13px
}

.margin-top-20{
    margin-top:20px;
}

/* ---------------------------------------------------
    Login Form STYLE
----------------------------------------------------- */
.login-container {
    background: #fff;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif,  Open Sans;
    font-size: 12px;
    line-height: 1.42857;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.login-box {
    width: 400px;
    margin: 7% auto;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
}

.login-logo img{
    height: 80px;
    width: 100%;
}

.login-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #777;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 10px;
    color:red;
    font-size: 18px;
    font-weight:bold;
}

.login-form-group {
    margin-bottom: 15px;
    position: relative;
    width:100%;
}

.login-form-control {
    padding-right: 42.5px;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #333333;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius:5px;
    margin-bottom:5px;
}

.button-link{
    color: #249bd0;
    background-color: transparent;
    width:100%;
    display: block;
    font-weight:bold;
    text-transform: uppercase;
    padding: 6px 0px;
}

.button-link:hover{
  /*color: #126c94;*/
}

#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}

/*.navbar-default {
    background-color: #FFFFFF;
    border-color: #E7E7E7;
}

.navbar {
    min-height: 80px;
}

.navbar-default .navbar-nav>li>a {
    color: #249bd0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    margin-top: 15px;
}*/

.Error{    
    color: #dd381d;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.error {
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 20px;
}

.Label{    
    color: #249bd0;
}

.banner {
    width: 100%;
    color: #FFFFFF;
    border-radius: 5px;
    height: 500px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
}

.banner-imageArea{
    background-color: #FFFFFF;
    min-width:100%;
    height:auto;
}

    .banner .dxis-nbDotsBottom {
        padding: 0;
        margin-top: -25px;
    }

        .banner .dxis-nbDotsBottom .dxis-nbSlidePanel {
            right: 15px;
            left: auto !important;
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
            -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        }

    .banner img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 500px;
        opacity: 1;
    }

.agentBanner {
    width: 100%;
    color: #FFFFFF;
    border-radius: 5px;
    height: 250px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
}

    .agentBanner .dxis-nbDotsBottom {
        padding: 0;
        margin-top: -25px;
    }

        .agentBanner .dxis-nbDotsBottom .dxis-nbSlidePanel {
            right: 15px;
            left: auto !important;
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
            -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
        }

    .agentBanner img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 250px;
        opacity: 1;
    }

/******************** Products ********************/
.Ads {
    padding-bottom: 20px;
}

.Ads-Items {
    
}

.dxisControl {
    margin: auto;
}

.dxisControl .dxis-nbItem {
    width: 250px;
    height: 200px;
    background-color: transparent;
}

    .dxisControl .dxis-nbSelectedItem,
    .dxisControl .dxis-nbSelectedItem > div,
    .dxisControl .dxis-nbItem .dxis-nbHoverItem {
        display: none !important; /* Hide Selection Frame */
    }

.category {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
}

    .category:visited {
        color: #660066;
    }

    .category:hover {
        color: #dd0000;
        border: 1px solid #dddddd;
        background-color: #f8f8f8;
    }

    .category .dxeImage {
        width: 100%;
        height: 100%;
    }

    .category a {
        color: #44474d;
        text-decoration: none;
    }


.body-content{
    margin-bottom: 30px;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.cbp-l-loadMore-button {
    text-align: center;
    margin-top: 30px;
}

.link{
    border: 0px;
    background-color: transparent;
    color: #249bd0;
    display: inline-block;
    font-size:12px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.link:hover{
  color: #249bd0;
    background-color: transparent;
}

.cbp-l-loadMore-button-link:link, .cbp-l-loadMore-button-link:active, .cbp-l-loadMore-button-link:visited {
    border: 2px solid #DEDEDE;
    border-radius: 2px;
    color: #249bd0 !important;
    display: inline-block;
    font: 11px/34px "Open Sans",sans-serif;
    min-width: 120px;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color:#FFFFFF;
}

.cbp-l-loadMore-button-link:hover {
    background-color:#126c94;
    color: #FFFFFF !important;
}

    .offers-collection .dxdvControl {
        color: #787878;
    }

        .offers-collection .dxdvControl td.dxdvCtrl {
            padding: 12px 40px;
        }

    .offers-collection .dxdvContent {
    }

    .offers-collection .dxdvItem, .dxdvFlowItem {
        border: 0px solid #A8A8A8;
        background-color: transparent;
        border-radius: 5px;
        padding-bottom: 10px;
        margin: 0px;
        height: auto;
        width: auto;
    }

    .offers-collection .dxeImage {
        width: 100%;
        height: 130px;
    }

    .offers-collection .item {
        width: 100%;
    }

    .offers-collection .item .dxeImage {
        background-color: #FFFFFF;
    }

    .offers-collection input[type=button] {
        margin: 0px;
    }

.dxgvControl, .dxgvDisabled, input[type="text"].dxeEditAreaSys {
    background-color: #F2F2F2;
    cursor: default;
    font-family: 'Roboto-regular', sans-serif;
    font-weight: 300;
    color: #454545;
    line-height: 26px;
    border: 1px solid #ddd;
}

.font30{
    font-size:30px;
}

input[type="text"].dxeEditAreaSys{
    background-color: #FFFFFF;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    display: inline-block;
    margin-bottom: 0px;
}

.dxeButtonEditButton {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}/*
.dxbs-button {
  background: #249bd0;
  border-color: #126c94; 
  border-radius:25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.dxbs-button:hover,
.dxbs-button:focus {
  background: #126c94;
  border-color: #249bd0; 
}*/

 .glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

.news-item-title
{
    color: #249bd0;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

/*.news-item span
{
    color: #249bd0;
    font-weight:normal;
    padding-left:10px;
    padding: 0;
    font-size: 12px;
    border: 0;
}*/

.text-primary {
    color: #249bd0;
}


.section-header {
  margin-bottom: 20px;
}
.section-header .section-title {
  font-size: 25px;
  color: #126c94;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0 0 20px;
  font-family:'Roboto-medium';
  font-weight:500;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #249bd0;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #126c94;
}

.nav-pills {
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: bold;
    background-color: transparent;
}

    .nav-pills > li {
        border-bottom: 3px solid #DFDFDF;
        background-color: transparent;
    }

        .nav-pills > li > a {
            color: #757575;
            text-transform: uppercase;
            background-color: transparent;
        }


            .nav-pills > li > a:hover, nav-pills > li > a:focus {
                color: #484848;
                text-transform: uppercase;
            }

        .nav-pills > li.active {
            background-color: #f7bd1573;
            border-bottom: 3px solid #249bd0;
        }

            .nav-pills > li.active > a,
            .nav-pills > li.active > a:hover,
            .nav-pills > li.active > a:focus {
                color: #249bd0;
                text-transform: uppercase;
                background-color: transparent;
            }

/*************************************** Booking Form ***************************************/
.section {
	position: relative;
}

.section .section-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

    .section .section-center .row {
        margin-right: 0px;
    }-he

.modal-body {
    position: relative;
    padding: 5px 10px 5px 10px;
}

.modal-title{
    color: #126c94;
    padding-top: 10px;
}

.search-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.btn-pref .btn {
    -webkit-border-radius: 0 !important;
}

.form-label-title {
	top: 6px;
	left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 13px;
	color: #126c94;
}

.form-label-value {
	color: #665d5d;
    width: 100%;
    padding-top: 5px;
	font-size: 14px;
	font-weight: 700;
}

#booking {
    font-family: 'Lato', sans-serif;
    /*background-image: url('../img/background.jpg');*/
    background-size: cover;
    background-position: center;
    color: #126c94;
}

.booking-form {
	position: relative;
	background: transparent;
	max-width: 642px;
	width: 100%;
	margin: auto;
	/*padding: 25px 25px 25px;*/
	border-radius: 4px;
	/*-webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.4);*/
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 5px;
}

.booking-form .form-control {
	background-color: #fff;
	height: 65px;
	padding: 0px 15px;
	padding-top: 24px;
	color: #2daae1;
	border: 2px solid #dfe5e9;
	font-size: 14px;
	font-weight: 700;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-control::-webkit-input-placeholder {
	color: #2daae1;
}

.booking-form .form-control:-ms-input-placeholder {
	color: #2daae1;
}

.booking-form .form-control::placeholder {
	color: #2daae1;
}

.booking-form .form-control:focus {
	background: #f9fafb;
}

.booking-form input[type="date"].form-control:invalid {
	color: #dfe5e9;
}

.booking-form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.booking-form select.form-control+.select-arrow {
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 32px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	pointer-events: none;
	color: #dfe5e9;
	font-size: 12px;
}

.booking-form select.form-control+.select-arrow:after {
	content: '\279C';
	display: block;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.booking-form .form-label {
	position: absolute;
	top: 6px;
	left: 20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	height: 24px;
	font-size: 13px;
	color: #126c94;
}

.booking-form .form-checkbox input {
	position: absolute !important;
	margin-left: -9999px !important;
	visibility: hidden !important;
}

.booking-form .form-checkbox label {
	position: relative;
	padding-top: 4px;
	padding-left: 25px;
	font-weight: 700;
	color: #191a1e;
    font-size: 13px;
}

.booking-form .form-checkbox label+label {
	margin-left: 15px;
}

.booking-form .form-checkbox input+span {
	position: absolute;
	left: 2px;
	top: 4px;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #dfe5e9;
	border-radius: 50%;
}

.booking-form .form-checkbox input+span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: #4fa3e3;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.booking-form .form-checkbox input:not(:checked)+span:after {
	opacity: 0;
}

.booking-form .form-checkbox input:checked+span:after {
	opacity: 1;
	width: 10px;
	height: 10px;
}

.booking-form .submit-btn {
	color: #fff;
	background-color: #126c94;
	font-weight: 400;
	height: 40px;
	font-size: 16px;
	border: none;
	width: 100%;
	border-radius: 4px;
	text-transform: uppercase
}

.booking-form .submit-btn:hover {
  background: #249bd0;
  border-color: #126c94;
  /*color: #249bd0;*/
  text-decoration:none;
}

.booking-cta {
	margin-top: 45px;
}

.booking-cta h1 {
	font-size: 52px;
	text-transform: uppercase;
	color: #4fa3e3;
	font-weight: 400;
}

.booking-cta p {
	font-size: 22px;
	color: #191a1e;
}

.booking-flight-header{
    font-size:12px;
    font-weight:normal;
}

.booking-flight-title{
    font-size:16px;
    font-weight:bold;
    color: #126c94;
}

.booking-flight-tab-title{
    font-size:14px;
    font-weight:bold;
    color: #126c94;
}

.booking-flight-result{
    border: 1px solid #126c94;
    margin: 0px 5px 0px 5px;
    text-align:center;
}

.booking-flight-result-title{
    height: auto;
    background-color: #126c94;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    margin: 0px 5px 0px 5px;
    text-align:center;
}

.booking-flight-result-title div{
    font-size:16px;
    text-align:center;
    height: auto;
    padding: 5px;
}

.booking-flight-result-footer{
    height: auto;
    background-color: #126c94;
    color: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    margin: 0px 5px 0px 5px;
    text-align:center;
}

.booking-flight-result-footer div{
    font-size:15px;
    text-align:center;
    padding-top:3px;
    height: auto;
}

.border-right-lightblue{
    /*border-right: 1px solid #2daae1;*/
}

.radio-container{
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:center;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #126c94;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .radio-container-checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .radio-container-checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .radio-container-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .radio-container-checkmark:after {
 	top: 8px;
	left: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/*.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-4 {
	min-width: 600px;
}
.dropdown-menu li span{
	padding: 5px 15px;
	font-weight: 500;
}

.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
  margin: 0px;
  padding: 0px;
  color: #249bd0;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #249bd0;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #249bd0;
}*/

    .container {
        margin-bottom: 40px;
    }
    

.glyphicon {
  top: 3px;
  color: #249bd0;
  font-weight: bold;
}

.ui-widget.ui-widget-content {
    border: 1px solid #249bd0 !important;
    z-index: 20000 !important;
}

.ui-widget-header {
    border: 1px solid #2daae1 !important;
    background: #249bd0 !important;
    color: #333333 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, 
.ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #2daae1 !important;
    background: #249bd0 !important;
    color: #FFFFFF !important;
    text-align: center;
}


#footer {
    /*padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background: #249bd0;*/
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    /*overflow: hidden;*/
    height: 40px;
    line-height: 45px;
    color: #126c94;
    /*background-color: rgba(0,0,0,.2);*/
    text-align: center;
    font-size: 13px;
    background: #f4f4f4;
    z-index: 20000;
    font-weight:bold;
    border-color: #e7e7e7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);
    border: 1px solid transparent;
}

#footer .footer-right {
    text-align: right;
    font-size: 14px;
}

#footer .footer-Center {
    text-align: center;
}

#footer .footer-left {
    text-align: left;
    font-size: 18px;
    color:#ff0000;
    font-weight: bold;
}

#footer .footer-right .container-fluid, #footer .footer-left .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#footer .footer-right .container-fluid p a, #footer .footer-left .container-fluid p a {
    text-decoration:underline;
    font-weight: bold;
}

#footer .footer-right .container-fluid p a:hover, #footer .footer-left .container-fluid p a:hover {
    text-decoration:none;
}

#ulMenu, .navbar-right{
    margin-top:5px;
}

.navbar {
    min-height: 50px;
    padding: 0px 20px 0px 20px;
}

.navbar-toggle {
    border: 0px solid transparent;
}

.navbar-default {
    background-image: none;
    background-color: #f4f4f4;
    color: #126c94;
    font-weight:bold;
}

.navbar-default .navbar-nav > li > a .glyphicon{
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #249bd0;
    font-weight:bold;
}

    .navbar-default .navbar-nav > li > a {
        color: #126c94;
        font-weight:bold;
        font-size: 13px;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        /*color: #249bd0;*/
        color: #fff;
        background-color: #126c94;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        /*color: #249bd0;*/
        color: #fff;
        background-color: #126c94;
    }
    
.navbar-header .navbar-brand {
    color: #126c94;
    font-weight:bold;
    height: 60px;
    padding: 3px 20px 4px 10px;
}

    .navbar-header .navbar-brand img {
        width: 200px;
        height: 53px;
    }

.navbar-nav > li:hover > .dropdown-menu {
    /*color: #249bd0;*/
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }


.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #2daae1;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #126c94;
    white-space: normal;
}

.dropdown-menu.columns-4 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    /* font-size: 14px; */
    text-align: left;
    /* list-style: none; */
    background-color: #fff;
    /* -webkit-background-clip: padding-box; */
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    /* -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu.columns-4 li a {
    padding: 5px 15px;
    font-weight: 300;
}

.dropdown-menu.columns-4 li a:hover {
    background-color: #126c94;
    color: #fff;
}

.dropdown-menu.columns-4 {
    min-width: 600px;
}

.open > .dropdown-menu.columns-4 {
    display: block;
}

.dropdown-menu.columns-4 .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
    width: 95%;
}

.dropdown-menu.columns-4 li span {
    padding: 5px 15px;
    font-weight: bold;
    font-size: 16px;
}

.loading-modal-panel {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/loader.gif') 50% 50% no-repeat;
}

body.loading .loading-modal-panel {
    overflow: hidden;
}

body.loading .loading-modal-panel {
    display: block;
}

.dxbs-gridview > .panel > .panel-footer {
    text-align: right;
    background-color: #FFFFFF;
}

.dxbs-date-edit .dropdown-menu.panel {
    z-index: 2000;
}

   .gallery-title {
        font-size: 36px;
        color: #126c94;
        text-align: center;
        font-weight: 500;
        margin-bottom: 70px;
    }

        .gallery-title:after {
            content: "";
            position: absolute;
            width: 7.5%;
            left: 46.5%;
            height: 45px;
            border-bottom: 1px solid #5e5e5e;
        }

    .filter-button {
        font-size: 18px;
        border: 1px solid #126c94;
        border-radius: 5px;
        text-align: center;
        color: #126c94;
        margin-bottom: 30px;
    }

        .filter-button:hover {
            font-size: 18px;
            border: 1px solid #126c94;
            border-radius: 5px;
            text-align: center;
            color: #ffffff;
            background-color: #126c94;
        }

    .btn-default:active .filter-button:active {
        background-color: #126c94;
        color: white;
    }

    .port-image {
        width: 100%;
    }

    .gallery_product {
        margin-bottom: 30px;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: 250px;
        width: 250px;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #126c94;
    border-radius: 5px;
}

@media(max-width:1200px) {
    .img-responsive {
        height: 220px;
        width: 220px;
    }
}

@media(max-width:1000px) {
    .img-responsive {
        height: 160px;
        width: 160px;
    }
}

@media(max-width:767px) {
    #footer {
        height: 50px;
        line-height: 20px;
    }
        #footer .footer-right {
            text-align: center;
        }

        #footer .footer-left {
            text-align: center;
        }
}

@media(max-width:350px) {
    .img-responsive {
        height: 145px;
        width: 145px;
    }
}

@media(max-width:300px) {
    .img-responsive {
        height: 120px;
        width: 120px;
    }
}

@media(max-width:230px) {
    .img-responsive {
        height: 85px;
        width: 85px;
    }
}

@media(min-width:767px) {
    .top-nav-collapse {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}

@media (min-width: 992px) {
    .container-login {
        width: 100%;
        padding: 0px 100px 0px 100px;
    }

    .container {
        width: 100%;
        padding: 0px 100px 0px 100px;
    }

    .banner {
        height: 500px;
    }
        .banner img {
            height: 500px;
        }

    #AboutUs {
      padding: 80px 0 80px;
    }

    .offer-image{
        width: 450px;
        height: 450px;
    }
}

@media(min-width:770px) and (max-width:991px){
    .booking-form {
        /*margin-top:1250px;*/
    }
    .banner {
        height: 350px;
    }
        .banner img {
            height: 350px;
        }

    #AboutUs {
      padding: 60px 0 60px;
    }

    .offer-image{
        width: 350px;
        height: 350px;
    }
}

@media(min-width:580px) and (max-width:769px){
    .booking-form {
        /*margin-top:1150px;*/
    }
    .banner {
        height: 250px;
    }
        .banner img {
            height: 250px;
        }

    #AboutUs {
      padding: 40px 0 40px;
    }

    #login-dp{
        background-color: inherit;
        color: #fff;
    }

    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .category {
        height: 80px;
    }

    .dxisControl .dxis-nbItem {
        width: 125px;
        height: 80px;
        background-color: transparent;
    }

    .category {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 80px;
    }

        .category .dxeImage {
            width: 100%;
            height: 80px;
        }

    .offers-collection .dxdvControl td.dxdvCtrl {
            padding: 0px 0px;
        }

    .offers-collection .dxdvItem, .dxdvFlowItem {
        width:100%;
        height: auto;
        padding: 0px;
    }

    .offers-collection .dxeImage {
        width: 100px;
        height: 100px;
    }

    .offers-collection item .dxeImage {
        width: 100px;
        height: 100px;
    }

    .offers-collection input[type=button] {
        font-size: 10px;
    }

    .offers-collection .dxeBase {
        font-size: 10px;
    }

    .offers-collection .dxdvContent table td{
        width:auto;
        min-width:0px;
    }

    .offer-image{
        width: 280px;
        height: 280px;
    }
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

@media(min-width:480px) and (max-width:580px){
    .booking-form {
        /*margin-top:1100px;*/
    }
    .banner {
        height: 200px;
    }
        .banner img {
            height: 200px;
        }

    #AboutUs {
      padding: 30px 0 30px;
    }

    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .category {
        height: 60px;
    }

    .dxisControl .dxis-nbItem {
        width: 100px;
        height: 60px;
        background-color: transparent;
    }

    .category {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 60px;
    }

        .category .dxeImage {
            width: 100%;
            height: 60px;
        }

    .offers-collection .dxdvControl td.dxdvCtrl {
            padding: 0px 0px;
        }

    .offers-collection .dxdvItem, .dxdvFlowItem {
        width:100%;
        height: auto;
        padding: 0px;
    }

    .offers-collection .dxeImage {
        width: 100px;
        height: 100px;
    }

    .offers-collection item .dxeImage {
        width: 100px;
        height: 100px;
    }

    .offers-collection input[type=button] {
        font-size: 10px;
    }

    .offers-collection .dxeBase {
        font-size: 10px;
    }

    .offers-collection .dxdvContent table td{
        width:auto;
        min-width:0px;
    }

    .offer-image{
        width: 250px;
        height: 250px;
    }
}

@media(min-width:320px) and (max-width:480px){
    .booking-form {
        /*margin-top:1050px;*/
    }
    .banner {
        height: 150px;
    }
        .banner img {
            height: 150px;
        }

    #AboutUs {
      padding: 30px 0 30px;
    }

    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }

    .category {
        height: 50px;
    }

    .dxisControl .dxis-nbItem {
        width: 50px;
        height: 50px;
        background-color: transparent;
    }

    .category {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 50px;
    }

        .category .dxeImage {
            width: 100%;
            height: 50px;
        }
    
    .offers-collection .dxdvControl td.dxdvCtrl {
            padding: 0px 0px;
        }

    .offers-collection .dxdvItem, .dxdvFlowItem {
        width:100%;
        height: auto;
        padding: 0px;
    }

    .offers-collection .dxeImage {
        width: 100px;
        height: 100px;
    }

    .offers-collection .item .dxeImage {
        width: 100px;
        height: 100px;
    }
    
    .offers-collection .item b {
        display:table-row;
    }

    .offers-collection input[type=button] {
        font-size: 10px;
    }

    .offers-collection .dxeBase {
        font-size: 10px;
    }

    .offers-collection .dxdvContent table tbody tr td:not(:nth-child(2n+1)) {
        display: none;
    }

    .offer-image{
        width: 200px;
        height: 200px;
    }
}

@media(max-width:320px) {  
    .booking-form {
        /*margin-top:1000px;*/
    }      
    .banner {
        height: 110px;
    }
        .banner img {
            height: 110px;
        }

    #AboutUs {
      padding: 20px 0 20px;
    }

    .offers-collection .dxdvControl td.dxdvCtrl {
            padding: 0px 0px;
        }

    .offers-collection .dxdvItem, .dxdvFlowItem {
        width:100%;
        height: auto;
        padding: 0px;
    }

    .offers-collection .dxeImage {
        width: 100px;
        height: 100px;
    }

    .offers-collection .item .dxeImage {
        width: 100px;
        height: 100px;
    }
    
    .offers-collection .item b {
        display:table-row;
    }

    .offers-collection input[type=button] {
        font-size: 10px;
    }

    .offers-collection .dxeBase {
        font-size: 10px;
    }

    .offers-collection .dxdvContent table tbody tr td:not(:nth-child(2n+1)) {
        display: none;
    }

    .offer-image{
        width: 150px;
        height: 150px;
    }
}

/*
Light Blue: #126c94;
Dark blue: #249bd0;
Yellow: #fdd303;
AIzaSyBN7rf_VohhYVyPSUUK9ROGsa_Q47iISOc
*/
