/*/////////////////////////////////////////////////////////////////*/ 

/* 
    Document   : style
    Created on : Aug 21, 2013, 7:09:02 PM
    Author     : Student
    Description:
        Purpose of the stylesheet follows.
*/

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: montserrat-semibold;
    src: url(/fonts/montserrat/montserrat-semibold-webfont.woff2) format("woff2");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: montserrat-regular;
    src: url(/fonts/montserrat/montserrat-regular-webfont.woff2) format("woff2");
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: montserrat-light;
    src: url(/fonts/montserrat/montserrat-light-webfont.woff2) format("woff2");
    font-style: normal;
    font-weight: normal
}

.montserratBolder{
    font-family: 'montserrat-semibold', sans-serif;
    font-weight:normal;
}

/*/////////////////////////////////////////////////////////////////*/

* {
    -webkit-font-smoothing: antialiased !important;
    font-family: 'montserrat-light', sans-serif;
}

.btn-primary, .btn-danger, .w3-btn {
    font-family: 'montserrat-regular', sans-serif;
}

.w3-center .w3-closebtn.w3-hover-red:hover{
    color:#fff!important;
    background-color:#2ca4c6!important
}

.bookingPage *{
    font-family: 'montserrat-light', sans-serif;
    font-size:15px;
}

.bookingPage b{
    font-family: 'montserrat-regular', sans-serif;
}

html, body, #map_canvas { 
	margin: 0;
	padding: 0;
    height:100%;
    box-sizing: border-box;
}

.bannerImgContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
}

.header-top .bannerText {
    position: relative;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin: 24px 15px;
}

.header-middle .bannerText {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    margin: 25px auto;
    text-align: center;
    width: 100%;
}

.bookingPage .header-top .bannerText {
    position: relative;
    color: #fff;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin: 32px 15px;
}

.bookingPage .header-top .bannerText label{
    margin-bottom:0;
    font-family: montserrat-regular;
    font-size: 14px;
}

.bookingPage .calendarInput{
    margin-right: 10px;
    margin-top: -27px;
}
}

#banner {
    display: block;
    width: 960px;
    height: 150px;
    background-color: black;
    margin-left: auto;
    margin-right: auto;
}

.downArrowContainer{
    position:absolute;
    bottom: 0;
    left:0;
    right:0;
    z-index:31;
    width: 100%;
}

.downArrow{
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    width:50px;
    height:50px;
    transform:rotate(45deg);
    margin: auto;
    cursor: pointer;
}

.downArrow span{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
    box-sizing:border-box;
    border:none;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-right-color: #2ca4c6;
    border-bottom-color: #2ca4c6;
    animation:animate 1.6s linear infinite;
}

.downArrow:focus span,.downArrow:hover span{
    border-right-color: #444;
    border-bottom-color: #444;
}

.downArrow span:nth-child(1){
    top:-30px;
    left:-30px;
    animation-delay:0s;
}

.downArrow span:nth-child(2){
    top:-15px;
    left:-15px;
    animation-delay:0.32s;
}

.downArrow span:nth-child(3){
    top:0px;
    left:0px;
    animation-delay:0.64s;
}

.downArrow span:nth-child(4){
    top:15px;
    left:15px;
    animation-delay:0.96s;
}

.downArrow span:nth-child(5){
    top:30px;
    left:30px;
    animation-delay:1.28s;
}

@keyframes animate{
    0%{
        
        border-right-color: #2ca4c6;
        border-bottom-color: #2ca4c6;
        transform:translate(0px,0px)
    }

    20%{
        border-right-color: #222;
        border-bottom-color: #222;
        transform:translate(15px,15px)
    }

    20.1, 100%{
        border-right-color: #222;
        border-bottom-color: #222;
    }
}

body {
    margin-top: 0;
    min-height:100vh;
    height:100%;
}

a {
	cursor:pointer;
}

.row.mobile-no-padding p {
    text-align:justify;
}

 nav {
    /* display: block; */
    /* background-color: lightgray; */
    /* width: 960px; */
    /* height: 50px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
} 

#header-top .navbar-header .navbar-toggle:focus,
#header-top .navbar-header .navbar-toggle:hover {
    background-color: transparent !Important;
}

#header-top .navbar-header .navbar-toggle {
    border: none;
    padding: 26px 10px;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 14px;
}

#header-top .navbar-toggle span.icon-bar {
    transition: all 0.15s;
}

#header-top .navbar-header .navbar-toggle .icon-bar {
    background-color: #e2e2e2 !Important;
    width: 22px;
    height: 3px;
    border-radius: 1px;
}

#header-top .navbar-header .navbar-toggle:hover .icon-bar {
    background-color: #2ca4c6 !Important;
}

#header-top .navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 2% 0%;
}

#header-top .navbar-toggle span:nth-child(3) {
    opacity: 0;
}

#header-top .navbar-toggle span:nth-child(4) {
    transform: rotate(-45deg);
    transform-origin: 3% 97%;
}

#header-top .navbar-toggle.collapsed span:nth-child(2),
#header-top .navbar-toggle.collapsed span:nth-child(4) {
    transform: rotate(0);
}

#header-top .navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
}

#header-top .navbar-header .navbar-nav>.active>a, 
#header-top .navbar-header .navbar-nav>.active>a:focus, 
#header-top .navbar-header .navbar-nav>.active>a:hover {
    color: #777;
    background-color: transparent !important;
}

#header-top .navbar-header .navbar-nav>li>a:focus, 
#header-top .navbar-header .navbar-nav>li>a:hover {
    color: #777;
    background-color: transparent;
}

#header-top .navbar-collapse, 
#header-top .navbar-form {
    border-top: 2px solid !important;
    border-color: #2ca4c6 !important;
}

#header-top .container{
      width: 100%;
      padding-left: 0;
      padding-right: 0;
}

#header-top .navbar-header {
    float: none !important;
    margin-right:0;
    margin-left:0;
}

.bookingPage #header-top .navbar-header{
    margin-right: 0;
    margin-left: 0;
}

#header-top .navbar-toggle {
    display: block !important;
}

#header-top .navbar-collapse.collapse {
    display: none!important;
}

#header-top .navbar-nav {
    float: none!important;
    margin: 7.5px 0;
}

#header-top .navbar-nav>li {
    float: none;
    position: relative;
    display: block;
    padding-left: 0;
}

#header-top .navbar-collapse.collapse.in{
    display:block !important;
}

#header-top .container>.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#header-top  .navbar-nav>li>a,
#header-top  .navbar-nav>li>p {
    padding-top: 15px;
    padding-bottom: 15px;
    padding: 15px 30px;
    color: #e2e2e2;
    font-size: 15px;
    margin:0;
    cursor:pointer;
    transition: 0.3s ease-in-out all;
}

#header-top .navbar-nav>li>a:hover,
#header-top .navbar-nav>li>a:focus,
#header-top  .navbar-nav>li>p:hover,
#header-top  .navbar-nav>li>p:focus {
  color: #777777;
}

.slick-slide {
    text-align: center;
}

.slickFront {
	position: absolute;
	padding: 0;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.45);
	z-index: 20;
}

.slickSlide {
    position: relative;
    padding: 0;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #a47c0b;
    z-index: 20;
}

.rounded_images {
    display: inline-block;
    height: 100%;
    border-radius: 10px;
    /* margin-right: 75px; */
    /* background-color:#ffffff; */
    /* -webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1); */
    -moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    /* box-shadow: 0px 3px 35px 10px rgba(23, 23, 23, 0.48); */
    text-align: center;
    background-color: #a47c0b;
}

.rounded_images_left {
    display: inline-block;
    width: 185px;
    height: 136px;
    float: left;
    border-radius: 10px;
    margin-right: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    -moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    box-shadow: 0px 3px 35px 10px rgb(224, 224, 224);
    text-align: center;
}

.rounded_images_right {
    width: 185px;
    height: 136px;
    float: right;
    border-radius: 10px;
    margin-left: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    -moz-box-shadow: 10px 10px 33px 33px rgba(221,221,221,1);
    box-shadow: 0px 3px 35px 10px rgb(224, 224, 224);
    text-align: center;
}

.slick-slide img {
    display: inline-block !important;
    height: 100%;
    vertical-align: middle;
}

.slick-track {
    padding: 0;
    width: 100%;
    background-color: white;
}

.slickSlide .slick-track {
    padding: 0;
    width: 100%;
    background-color: #a47c0b;
}

.slick_gallery .slick-slide {
    width: auto;
    height: 80vh;
}

.square_images img {
    max-width: 100%;
    max-height: 100vh;
    margin: 0 500px;
}

.slick_gallery {
    width: 100%;
    padding: 0 30px;
}

.slick-prev:before, .slick-next:before {
    color: #2ca4c6 !Important;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 30px !important;
}

.slick-next {
    right: 5px !important;
}

.slick-prev {
    left: 5px !Important;
}

.slick-prev:before, .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome !Important;
    font-size: 35px !Important;
    opacity: .4 !Important;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1 !Important;
}

.slick-prev:before {
    content: "\f104" !Important;
}

.slick-next:before {
    content: "\f105" !important;
}

nav a {
    color: black;
    text-decoration: none;
}

#pageContent {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    min-height: 400px;
    background-color: white;
}

.body {
    display:block;
    min-height: 100%;
    /*! margin-bottom:-50px; */
}

.footer_spacer {
    display:block;
    height:50px;
    clear: both;
}

.footer {
    /* display: table; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    background-color: #111111;
    /* vertical-align: middle; */
    /* width: 100%; */
    /*! position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 50px;
    vertical-align:middle;
    margin-bottom: -50px;
}

.footer p {
    /* display: table-cell; */
    color: #ffffff;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding: 15px 0;
}

body {
    min-height:100%;
    position:relative;
    padding-bottom: 50px;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
}

h1 {
    font-size: 15px
}

h2 {
    font-size: 13px
}

a {
    color: #548dc4;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

html img {
    border: 0;
    margin-bottom:0;
}

input.invalid {
    background: #2ca4c6;
    color: #FDFDFD
}

input.filterdefined {
    background: #ffecb0
}

td.number {
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    white-space: nowrap
}

td.boolean {
    text-align: center
}

th.boolean {
    text-align: center
}

table.testgrid {
    border-collapse: collapse;
    border: 1px solid #CCB;
    width: 100%
}

table.testgrid tr {
    border-bottom: 1px solid #DDD
}

table.testgrid tr:hover {
    background-color: #888888;
    color: white
}

table.testgrid tr:hover a {
    color: white
}

table.testgrid th {
    background: #E5E5E5;
    border: 1px solid #D5D5D5;
    color: #555;
    text-align: left;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap
}

table.testgrid td {
    padding: 5px;
    border: 1px solid #E0E0E0
}

table.testgrid i {
    font-size: 1.5em;
    cursor: pointer
}

table.testgrid img.icon {
    width: 16px;
    cursor: pointer
}

#wrap {
    margin: 10px
}

#paginator {
    margin: 10px 0;
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 5px
}

#paginator a {
    color: #2ca4c6;
    text-decoration: none;
    line-height: 40px;
    padding: 4px 8px
}

#paginator a:hover {
    color: #000
}

#paginator:active,#paginator #currentpageindex {
    background-color: #2ca4c6;
    color: #fff;
    border-radius: 5px
}

#paginator:focus {
    outline: 1px
}

#paginator span#currentpageindex {
    padding: 4px 8px
}

.pagination>li>a{
    transition:all ease-in-out 0.3s;
}

.pagination>li>a{
    background-color: #ffffff !important;
    border-color:#ffffff !important;
    color:#2ca4c6 !important;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #2ca4c6 !important;
    border-color:#2ca4c6 !important;
    color:#ffffff !important;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2ca4c6 !important;
    border-color: #ffffff !important;
    color:#ffffff !important;
}

.pagination>li.disabled>a, .pagination>li.disabled>a:hover, .pagination>li.disabled>a:focus {
    background-color: #d1d1d1 !important;
    border-color:#ffffff !important;
    color: #868686 !important;
}

#filter {
    width: 250px;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    padding: 5px;
    font-size: 1.1em
}

#addform {
    position: fixed;
    background-color: #f6f6f6;
    box-shadow: 3px 3px 3px #636363;
    display: none;
    width: 400px;
    height: 120px;
    border-radius: 20px;
    padding: 20px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
    z-index: 1000;
    border: 1px solid #e1e1e1
}

#addform .row {
    margin: 10px 0 20px 0
}

#addform .row.tright {
    text-align: right
}

#addform .row input {
    width: 380px;
    padding: 5px 9px;
    border: solid 1px #e1d1d1;
    outline: 0
}

.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
    background-color: #f1f1f1;
    border-color: #cccccc;
    transition: background-color 0.5s
}

.button:hover,.button:focus,.button:active,.button:active {
    color: #333333;
    background-color: #cac9cb;
    border-color: #adadad;
    text-decoration: none
}

.button i.fa {
    margin-right: 5px
}

.button.delete {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.button.delete:hover,.button.delete:focus,.button.delete:active,.button.delete.active {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925
}

.button.add,.button.green {
    color: #ffffff;
    background-color: #6ccb63;
    border-color: #5db056
}

.button.add:hover,.button.add:focus,.button.add:active,.button.add.active,.button.green:hover,.button.green:focus,.button.green:active,.button.green.active {
    color: #ffffff;
    background-color: #5aad55;
    border-color: #5db056
}

i.fa.red {
    color: #d2322d
}

#message {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 100000;
    width: 100%;
    padding: 0
}

#message .notification {
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 20px 0px;
    text-align: center;
    font-size: 1.7em;
    color: #fff;
    float: none;
    margin: 0;
    border-radius: 0
}

#message .notification.success {
    background-color: #6ccb63
}

#message .notification.error {
    background-color: #d9534f
}

/*# sourceMappingURL=style.css.map */

.navbar-default.header-top {
    background-color: black;
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    display: table;
    overflow: visible;
    z-index: 10 !important;
    border-bottom:0px solid;
    border-color: transparent;
}

.header-top img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

.header-top .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 69px;
    border: 0;
    padding: 0 15px 0 0 !important;
    text-align: center;
    margin: auto auto auto 15px;
}

.header-top .logo {
    max-width: 300px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 7px 0;
    display: inline-block;
    float: left;
}

.header-top .logo_H {
    max-width: 300px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 13px 0 0;
    display: inline-block;
    float: left;
}

.header-top .logo h3 {
    position: absolute;
    line-height: 52px;
    right: 5.28125em;
}

.header-top .dropdown {
    display: none;
    padding-top: 0.66015625em;
}

.outter .header-top {
    text-align: center;
    position: absolute;
}

.header-middle {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 37%;
    width: 100%;
    display: table;
    overflow: visible;
    z-index: 31;
}

.header-middle img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

.header-middle .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height:100%;
    border: 0;
    padding: 0 25px !important;
    text-align: center;
}

.header-middle .wrapper {
    background-color: rgba(0, 0, 0, 0.94);
    text-align: center;
    padding: 10px 0 11px;
}

.header-middle .logo {
    max-width:375px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 0 auto;
    /* display: inline-block; */
    
}

.header-middle .logo h3 {
    position: absolute;
    line-height: 52px;
    right: 5.28125em;
}

.header-middle .dropdown {
    display: none;
    padding-top: 0.66015625em;
}

.outter .header-middle {
    text-align: center;
    position: absolute;
}

#contactMeSection {
    padding: 30px 0 120px;
    background-color: #242d3c;
}

#contactMeSection, #contactMeSection p, #contactMeSection span, #contactMeSection a, #contactMeSection a:hover {
    color:#e2e2e2;
}

#contactMeSection p, #contactMeSection span, #contactMeSection .fas, #contactMeSection .fab {
    display: inline;
}

#contactMeSection .contact-me .bgrid {
    padding: 0;
}

#contactMeSection .headingDiv {
	width:auto;
	padding:0;
}

hr {
    width:100%;
    transition: .5s ease-in-out all;
}

.page-header {
    /* background-color: #a47c0b; */
    padding: 20px 0 !important;
    margin: 0 !important;
    text-align: center;
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

#LoginFormBody .page-header{
    border-bottom:0;
}

.page-header .logo {
    max-width:375px;
    max-height: 6em;
    margin: 0 auto;
    line-height: 0;
    overflow: visible;
    zoom: 1;
    margin: 0 auto;
}

.page-header .logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height:100%;
    border: 0;
    padding: 0 25px !important;
    text-align: center;
}

.page-header h1 {
    color: #1d1d1d;
}

.page-header h2 {
    color: #e2e2e2;
}

#frmLogin {
    text-align: center;
    /* margin-top: 30px; */
    max-width:700px;
    margin:40px auto;
}

#frmLogin fieldset{
    background-color: #fff;
    padding-bottom: 15px;
    border-radius: 5px;
	opacity:0.9
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    padding: 10px !Important;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

#mbmcpebul_table ul li a {
    text-align:center !Important;
}

#mbmcpebul_table.css_menu li:hover > ul {
  width: 100%;
  margin: auto;
}

.col-sm-11 {
    margin:auto !important;
    float:none !Important;
}

.dropdown-toggle::after {
    display:none !important;
}

.theme-light #mbmcpebul_wrapper {
    width:100% !Important;
    text-align:center;
    height: auto !important;
    margin-bottom:15px;
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.theme-light #mbmcpebul_wrapper *{
    transition: all ease-in-out 0.3s;
}

.theme-light #mbmcpebul_wrapper li {
    margin:0 !important;
}

.theme-light #mbmcpebul_table li:hover div.gradient_button, 
.theme-light #mbmcpebul_table li:focus div.gradient_button, 
.theme-light #mbmcpebul_table li.expanded div.gradient_button, 
.theme-light #mbmcpebul_table li.itemhot div.gradient_button 
.theme-light #mbmcpebul_table ul.gradient_menu,
.theme-light #mbmcpebul_table ul li:hover, 
.theme-light #mbmcpebul_table ul li.subexpanded, 
.theme-light #mbmcpebul_table ul li.subitemhot{
    background-color: transparent;
    background-image:none;
}

.theme-light #mbmcpebul_table li:hover div.buttonbg a,
.theme-light #mbmcpebul_table li:focus div.buttonbg a,
.theme-light #mbmcpebul_table li.expanded a.topitem,
.theme-light #mbmcpebul_table li.active a.topitem,
.theme-light #mbmcpebul_table li.itemhot a.topitem,
.theme-light #mbmcpebul_table li a:hover{
    color: #2ca4c6;
}

.theme-light #mbmcpebul_table ul.gradient_menu {
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.theme-light #mbmcpebul_table ul{
    border-radius:0;
}

.theme-light #mbmcpebul_wrapper li div {
    height: 50px !Important;
}

.btn-primary {
    color: #fff;
    background-color: #2ca4c6 !important;
    border-color: #2ca4c6 !important;
    padding: 6px 20px !important;
    margin:0 3px;
    border-radius: 3px !important;
    white-space: normal;
    border: 0;
    cursor:pointer;
}

.btn {
    border: 0 !important;
    -webkit-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0 !important;
}

.theme-light .btn.active,
.theme-light .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

input[type="submit"] {
    color: #fff;
    background-color: #2ca4c6 !important;
    padding: 6px 20px !important;
    border-radius: 3px !important;
    white-space: normal;
    -webkit-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out,border-color 0.25s ease-in-out,background-color 0.25s ease-in-out;
    border: 0;
}

input[type="submit"]:hover, .btn-primary:hover {
    background-color:#05c2f7 !Important;
    border-color:#05c2f7;
}

#btn_book_now_top {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: initial;
    background-color: rgba(0, 0, 0, 0.76) !Important;
    border: 2px solid #2ca4c6 !important;
    text-shadow: 0px 1px 3px #323232;
    margin: 0;
}

#btn_book_now_middle {
    font-family: 'Work Sans', sans-serif;
    font-size: 27px;
    font-weight:600;
    text-transform: initial;
    background-color: rgba(0, 0, 0, 0.76) !Important;
    border: 2px solid #2ca4c6 !important;
    margin: 0;
    border-radius: 8px !important;
}

#btn_book_now_top:hover, #btn_book_now_middle:hover {
    background-color: rgba(0, 0, 0, 0.76) !Important;
    border: 2px solid transparent !important;
}

.ChatFbBg{
    position:fixed;
    bottom:20px;
    right:15px;
    height:60px;
    width:60px;
    display:table;
    background-color: transparent;
    border: 2px solid rgb(239,184,39);
    border-radius:100%;
    text-align:center;
    z-index:9999;
    text-decoration:none;
    cursor:pointer;
    transition:0.2s ease-in-out;
    text-shadow: 0px 1px 3px #000000;
    background-color: rgba(0, 0, 0, 0.56) !Important;
}

.ChatFbBg:hover, .ChatFbBg:focus{
    text-decoration:none;
    border-color:rgba(197, 1, 0, 0);
}

.ChatFbBg .fa-comment-dots {
    display:table-cell;
    vertical-align:middle;
    font-size: 38px;
    color: #e2e2e2;
    will-change: font-size;
    transition:0.2s ease-in-out;
}

.ChatFbBg:hover .fa-comment-dots, .ChatFbBg:focus .fa-comment-dots {
    font-size: 42px;
}

.headingDiv{
    margin-top: 80px;
}

#aboutMeSection {
    background: #12151B;
    padding-top: 120px;
    padding-bottom: 90px;
}

#ourServicesSection{
    background: #08090c;
    padding-bottom: 90px;
}

#latestNewsSection{
    background: #12151b;
    padding-bottom: 90px;
}

.LatestNewsRow{
    margin:0 auto;
    width: 80%;
}

.LatestNewsRow img{
    max-width: 220px;
    width: 100%;
}

#classesSection{
    background: #08090c;
    padding-bottom: 90px;
}

#aboutMeSection p, #ourServicesSection p, #latestNewsSection p, #classesSection p {
    font-size: 16px;
    font-weight: 300;
    color:#8e8e8e;
    margin-top:15px;
}

#aboutMeSection .about-me .bgrid, #ourServicesSection .about-me .bgrid, #latestNewsSection .about-me .bgrid,
#aboutMeSection .service-list .bgrid, #ourServicesSection .service-list .bgrid, #latestNewsSection .service-list .bgrid {
    padding: 40px 18px 20px;
}

#aboutMeSection .about-me p, #ourServicesSection .about-me p, #latestNewsSection .about-me p {
    vertical-align:middle;
}

#aboutMeSection .bgrid .icon, #ourServicesSection .bgrid .icon, #latestNewsSection .bgrid .icon {
    display:block;
    width:100%;
    text-align:center;
}

#aboutMeSection .headingDiv, #ourServicesSection .headingDiv, #latestNewsSection .headingDiv, #classesSection .headingDiv {
	width:auto;
	padding:0;
}

#aboutMeSection .row, #contactMeSection .row, #ourServicesSection .row, #latestNewsSection .row, #classesSection .row{
    margin-right:auto !Important;
    margin-left:auto !Important;
}

.section-head h1 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #e2e2e2;
    margin-bottom: 30px;
    margin-top: 18px;
    font-weight: 800;
    font-family: 'Work Sans', sans-serif;
}

#aboutMeSection .fas, #aboutMeSection .far, #ourServicesSection .fas, #ourServicesSection .far, #latestNewsSection .fas, #latestNewsSection .far {
    font-size: 50px;
    text-align: center;
    margin:auto;
    color: #dadada;
}

#aboutMeSection h3, #ourServicesSection h3, #latestNewsSection h3{
    color:#2ca4c6;
    font-size: 24px;
    font-weight: 600;
    text-align:center;
}

#aboutMeSection .container, #contactMeSection .container, #ourServicesSection .container, #latestNewsSection .container, #classesSection .container {
    width:auto !important;
}

#contactMeSection h3 {
    color:#2ca4c6;
    font-size: 24px;
    font-weight: 600;
    text-align:center;
}

.headingDiv > h1 + hr{
    border-top: solid #2ca4c6;
    border-width: 2px 0 0;
    margin: 0 0 20px;
    height: 0;
    clear: both;
    text-align: left;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#contactMeSection .row.mobile-no-padding{
    margin-top:15px;
}

.headingDiv{
    text-align:left;
}

.headingDiv:hover > h1 + hr {
    width:130%;
    border-color: #e2e2e2;
}

.ui-datepicker{
    padding:0;
}

.ui-datepicker, .ui-datepicker * {
    font-weight: normal !important;
}

.ui-widget-header{
    border: 0;
    background: #090909;
    color: #ffffff;
    border-bottom: solid 15px #2ca4c6;
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

.ui-datepicker-calendar{
    padding:2px !Important;
    border:2px solid #eeeeee !important;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	color: #000000;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #2ca4c6;
	text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
	border: 1px solid #090909;
	background: #090909;
	color: #ffffff;
}

.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-focus{
    border: 0;
	background: transparent;
	color: #c70505;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c70505;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #2ca4c6;
	background: #2ca4c6;
	color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb0000;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fb5050;
	background: #ffffff;
	color: #eb0000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}

.ui-state-default .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
	background-image: url(../images/icons/ui-icons_2ca4c6_256x240.png);
}

@media(max-width: 600px) {
    .logos {
        display:none;
    }
}

@media (min-width:768px) and (max-width:1000px){
    #contactMeSection .container {
        width:auto !important;
    }
}

.bootgrid-table th:active,.bootgrid-table th:hover {
    background: #dedede !Important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

div[id*="chart-container"] {
    text-align:center;
    width:100%;
    overflow-x: auto;
}

.form-group {
    max-width:800px;
    margin:auto;
}

.bookingPage .form-group{
    max-width:100%;
}

#mbmcpebul_table {
    margin:0 !Important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding:5px !important;
}

.table-hover>tbody>tr:hover {
    background-color:#bfd8e6 !Important;
}

.table-hover>tbody>tr:hover td {
    border-top:1px solid #9bb2bf !important;
    border-bottom:1px solid #9bb2bf !important;
}

.table-hover>tbody>tr:last-child:hover td {
    border-bottom:0 !important;
}

.modal-content {
    position:relative;
    display:block !Important;
}

.modal-title {
    display:inline-block;
}

.modal-header, .modal-header:before {
    display:block !Important;
    position:relative !important;
}

.close {
    display:inline-block !Important;
    right:15px;
    float:right !important;
    position:absolute !important;
}

.bookingPage {
  /* overflow-y: auto; */
}

.bookingPage .logos {
    display:none;
}

.bookingPage #mbmcpebul_table div {
    width:auto !important;
}

.bookingPage #mbmcpebul_table {
    width:auto !important;
}

.bookingPage #mbmcpebul_wrapper {
    background-color: black;
    width: 100%;
    background: inherit repeat scroll 0% 0% #000;
    background-color: rgba(0, 0, 0, 0.88);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.bookingPage .footer {
  background-color: #2ca4c6;
}

.bookingPage .modal-content .modal-header {
  text-align:center;
  border-radius: 5px 5px 0 0;
  background-color: #000000;
  width: 100%;
  background: inherit repeat scroll 0% 0% rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 1);
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-bottom: solid 15px #2ca4c6;
}

.bookingPage #delete_modal, .bookingPage #package_model {
    padding:15px !important;
}

.bookingPage .modal-dialog.modal-content .modal-header {
  z-index: 0;
  background-color: transparent;
  width: 100%;
  background: transparent;
}

.modal-footer {
    border-top: 1px solid #d5d5d5 !important;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}

.modal-content > .w3-center{
    background: #000;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

.modal-dialog .w3-section {
    padding:15px;
}

.w3-center .w3-closebtn{
    color:#fff;
    border-top-right-radius: 4px;
}

.modal-footer .w3-center{
    background: transparent;
}

.bookingPage .modal-header h4, .modal-header h1 {
  color:white;
  font-family: montserrat-light;
  font-size: 24px;
  line-height: 1.5;
}

.btn-danger, .w3-indigo, .w3-btn.w3-indigo {
	background-color: #ff0300 !important;
	background-image: none;
	margin:0;
}

.btn-danger:hover, .w3-indigo:hover, .w3-btn.w3-indigo:hover,
.btn-danger:focus, .w3-indigo:focus, .w3-btn.w3-indigo:focus {	
	background-color: #05c2f7 !important;
	background-image: none;
}

.bookingPage .btn-primary {
  background-color: #2ca4c6;
}

.bookingPage .btn-primary:hover {
  background-color: #05c2f7;
}

.bookingPage .modal-dialog {
  margin: auto !Important;
  vertical-align: middle;
  width: 100% !important;
}

.modal-dialog .table tr td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

@media (min-width: 992px) {
  .bookingPage .modal-dialog {
    max-width: 770px !important;
  }
}

.bookingPage .header-top .logo img {
  height:5em;
  font-size: 15px;
}

.bookingPage #mbmcpebul_table li:hover div.gradient_button {
  background-color: #2ca4c6  !Important;
  background-image: -moz-linear-gradient(top, rgb(167, 147, 147) 0%, rgb(80, 63, 63) 55%, rgb(185, 8, 8) 100%);
  background-image: -webkit-linear-gradient(top, rgb(167, 147, 147) 0%, rgb(80, 63, 63) 55%, rgb(185, 8, 8) 100%);
  background-image: linear-gradient(top, rgb(167, 147, 147) 0%, rgb(80, 63, 63) 55%, rgb(185, 8, 8) 100%);
  background-size: 100% 100%;
}

.bookingPage .modal-content {
  /* display:table-cell; */
  margin:auto;
  vertical-align:middle;
  background-color: transparent !important;
}

#frm_booking {
  /* background-color:#fff; */
  /* margin-bottom:10px; */
}

.bookingPage #fullScreenToggle {
  display:none;
}

.bookingPage, .bookingPage .body {
  padding-bottom:0;
  margin-bottom:0;
  /* height: 100%; */
  /* position: static; */
}

select.form-control {
  cursor:pointer;
}

#fullscreenOptions {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  vertical-align:middle;
  text-align:center;
  display:table;
  width:100%;
}

.bookingPage #bodyID_inner, .bookingPage #header_top {
  opacity:0;
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}

#fullscreenOptions button {
  color:white;
  font-size:3.5rem;
  width: 100%;
  height: 33.3333vh;
  border-radius: 0 !Important;
  white-space: normal;
}

.fifty_height {
  height: 50vh !important;
}

#fullscreenOptions table {
  margin:auto;
  text-align:center;
  height:auto;
}

#fullscreenOptions {
  opacity:0.8;
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
}

table, tbody, tr, td {
  padding:0 !Important;
  margin:0 !Important;
  border-collapse: collapse !important;
}

.bookingPage .btn-primary, .bookingPage .btn-primary:focus,
.bookingPage .btn-primary:active,
.bookingPage .btn-danger, .bookingPage .btn-danger:focus,
.bookingPage .btn-danger:active {
  border: none !important;
  outline:none !Important;
}

#btn_back_choice {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 20px;
	padding: 35px 5px;
}

#btn_back_choice:hover {
  color: #05c2f7 !important;
}

#bookClass, #cancelClass {
  opacity:0.9;
  /* position:absolute; */
  /* left:0; */
  /* right:0; */
  -webkit-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -moz-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  -o-transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s, visibility ease-in-out 0.3s;
}

.command-edit, .command-delete
 {
	font-size: 15px !important;
	margin-right:10px;	
}

.command-delete
 {
	margin-left:10px;	
}

.bookingPage #mbmcpebul_wrapper li div {
  height:36px !Important;
}

.bookingPage #mbmcpebul_table li a {
  line-height:6px !important;
}

.bookingPage .modal-footer .btn-primary {
  background-color: #2ca4c6  !Important;
}

.bookingPage .modal-footer .btn-primary:hover {
  background-color: #05c2f7  !Important;
}

.bookingPage input[type="submit"]{
    font-family: montserrat-regular;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.bookingPage .modal-body, .bookingPage .modal-footer{
    background-color: #ffffff;
}

#fullScreenToggle	
 {
    position:absolute;
    color:white;
    top: 18px;
    right: 20px;
    padding:15px;
    margin:-15px;
    cursor:pointer;
}

#productsList .modal-dialog {
    margin-top:0 !Important;
}

.footer div p {
    vertical-align: middle !Important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer label {
    margin:0;
    font-weight:normal;
}

#ClientNameLabel {
    position: absolute;
    right:30px;
    top:50px;
}

#contactMeSection {
    text-align:center;
}

#contactMeSection .fas {
    margin-right: 5px;
    display: inline-block;
}
	
#contactMeSection .fas, .faceBk {
    margin: 30px 0px 8px 0;
}

#contactMeSection .fa-map-marker-alt {
    padding-top: 80px;
    margin: 0 7px 0 2px;
}

#contactMeSection p, #contactMeSection span, #contactMeSection .fas, .faceBk {
    display:block;
}

#contactMeSection .col-xs-12.col-sm-6.col-lg-6{
    padding-left:0;
    padding-right:0;
    padding:0;
}

.faceBk {
    margin-left: auto;
    margin-right: auto;
}

#tempBookings .modal-title{
    margin: 0 63px;
    overflow: hidden;
}

.footer .row{
    width:100%;
    max-width: 100%;
}

.table-layout-auto, .bootgrid-table.table-layout-auto{
    table-layout:auto;
}

.table-layout-auto + .bootgrid-footer {
    min-width:273px;
}

#classesAvailZabbar {
    color:#e2e2e2;
}

#classesAvailZabbar #frm_upBook{
    max-width:780px;
    margin: 0 auto;
}

#classesAvailZabbar_grid {
    table-layout:auto;
}

#classesAvailZabbar thead>tr>th {
    padding-top: 25px !important;
}

#classesAvailZabbar th {
    color:#e2e2e2;
    border-bottom-color:#2ca4c6;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 800;
    font-family: 'Work Sans', sans-serif;
    text-align: center;
}

#classesAvailZabbar .modal-header {
    border-bottom:2px solid #2ca4c6;
}

#classesAvailZabbar td {
    color:#e2e2e2;
    letter-spacing: 0.5px;
    border-top-color: #2ca4c6;
}

#classesAvailZabbar .modal-content {
    background-color:transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#classesAvailZabbar_grid tr>th, #classesAvailZabbar_grid tr>td {
    width:50%;
    text-align: center;
}

#latestNewsSection .service-list .bgrid:nth-child(even){
    padding: 40px 0px 0px;
    float: left;
    height: auto;
    width: 30%;
}

#latestNewsSection .service-list .bgrid:nth-child(odd){
    padding: 15px 0px 0px 30px;
    float: right;
    height: auto;
    width: 70%;
}

.newsTimestamp{
    display: inline-block;
    color: #e2e2e2;
    margin-left: 30%;
    padding-left: 30px;
    font-size: 13px;
}

@media (max-width:1199px){
    .bookingPage #tempBookings .row {
        margin-top:10px;
        padding-left:0;
        padding-right:0;
    }
}

@media (max-width: 768px) {
    #header_logo_section {
        height:120px;
    }
    
    #ClientNameLabel {
        position: relative;
        right:unset;
        top:18px;
    }
    
    #bookClass .col-lg-6 {
        padding-right:0 !important;
        padding-left:0 !important;
    }

    #contactMeSection {
        text-align:center;
    }

    .clear-pulls-mobile, .pull-right.clear-pulls-mobile, .pull-left.clear-pulls-mobile {
        clear:both !important;
        float:none !important;
    }

    .text-center-mobile {
        margin:auto;
    }

    #aboutMeSection .about-me .bgrid:nth-child(odd), #ourServicesSection .about-me .bgrid:nth-child(odd), 
    #latestNewsSection .about-me .bgrid:nth-child(odd), #aboutMeSection .service-list .bgrid:nth-child(odd), 
    #ourServicesSection .service-list .bgrid:nth-child(odd) {
        padding: 40px 18px 0px;
        float:none;
        height: auto;
    }

    #aboutMeSection .about-me .bgrid:nth-child(even), #ourServicesSection .about-me .bgrid:nth-child(even), 
    #latestNewsSection .about-me .bgrid:nth-child(even), #aboutMeSection .service-list .bgrid:nth-child(even), 
    #ourServicesSection .service-list .bgrid:nth-child(even) {
        padding: 15px 18px 0px;
        float:none;
        height: auto;
    }

    .LatestNewsRow {
        width: 100%;
    }

    #latestNewsSection .service-list .bgrid:nth-child(even) {
        width: 30%;
    }
    
    #latestNewsSection .service-list .bgrid:nth-child(odd) {
        padding: 15px 0px 0px 18px;
        width: 70%;
    }

    .newsTimestamp {
		margin-left:0;
        padding-left: 0;
    }
}

@media (max-width:767px) {
    .MobileOff {
        display:none !Important;
    }
}

@media(min-width:992px){
    .footer #welcomeMsg.col-sm-4 {
	    float:left;
	}
	
	.footer #copyright.col-sm-4{
		float:left;
	}
	
	.footer #timeMsg.col-sm-4{
	    float:right;
	}
}

@media(min-width:576px) and (max-width:991px){
	.footer #welcomeMsg.col-sm-4{
	    width: 45%;
	    float:left;
	}
	
	.footer #copyright.col-sm-4{
		width: 100%;
		float:right;
	}
	
	.footer #timeMsg.col-sm-4{
	    width: 55%;
	    float:right;
	}
}

@media(min-width:577px){
    .display-xxs {
        display:none;
    }

    .margin-left-30-after-xxs{
        margin-left:30px;
    }
			
	.display-block-xs{
		display:block;
	}
}

@media(max-width:576px) {
    #welcomeMsg p {
        text-align:center !Important;
        padding-top:10px !Important;
        padding-bottom:10px !Important;
    }

    #copyright p {
        padding-top:10px !Important;
        padding-bottom:10px !Important;
    }

    #timeMsg p {
        text-align:center !important;
        padding-top:10px !Important;
        padding-bottom:10px !Important;
    }

    .display-xxs {
        display:block;
    }
	
	.word-break-xxs{
		word-break: break-all;
	}

    #latestNewsSection .service-list .bgrid:nth-child(even) {
        width: 100%;
        text-align:center;
        padding: 15px 0px;
    }
    
    #latestNewsSection .service-list .bgrid:nth-child(odd) {
        padding: 40px 0px 0px;
        width: 100%;
    }

    .newsTimestamp {
        margin-left:0;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
		
	.display-block-xs{
		display:none;
	}
	
	.display-none-576{
		display:none;
	}
}   

#weight, #weight1 {
    right: 6px;
    top: 0;
    position:absolute !important;
    width: 60px;
}

#weight img, #weight1 img{
    font-weight: 700;
    color: white;
    display: block;
    text-align: center;
    height: 40px;
    margin: 12px 0 0 0;
    float: left;
}

#weight label, #weight1 label{
    margin-top: 7px;
    color: white;
    display: block;
    text-align: right;
}

@media (max-width:420px) {
    #weight1 {
        right: 12px;
        width:auto;
    }

    #weight1 img{
        margin: 0 0 0 0;
    }

    #weight1 label {
        margin-bottom: 0;
    }
}

@media (max-width:370px) {
    
    #weight1 img{
        margin: 0 0 0 0;
    }
    
    #tempBookings .modal-title{
        margin: 0 76px 0 0;
    }
}

#productsList select.form-control {
  height:34px !important;
}

.filter_item_list {
  list-style-type: none;
  margin: 10px auto 0;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  display: table;
  width: auto;
}

.filter_item_list li {
  list-style: none;
  margin: 0px 1px 1px 0px;
  padding: 0;
  float: left;
  display: table-cell;
  width: 100%;
  text-align: center;
}

@media (max-width:991px) {
  #productsList {
    margin-top:20px;
  }
}

#loginForm{
    padding:0 15px;
}

#LoginFormBody .body {
    background-color: rgba(00, 0, 0, 0.45);
}

#loginForm .row {
    margin-left:auto !important;
    margin-right:auto !important;
}

#loginForm legend{
    color: #ffffff;
    border-bottom:0;
    text-align:center;
    border-radius: 5px 5px 0 0;
    background-color: #000000;
    width: 100%;
    background: inherit repeat scroll 0% 0% rgb(0,0,0);
    background-color: rgba(0, 0, 0, 1);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    border-bottom: solid 15px #2ca4c6;
}

#loginForm label{
    /* color: #ffffff; */
    font-family: 'montserrat-light', sans-serif;
    font-weight:normal;
    font-size:17px;
}

#captcha1, #captcha2 {
  margin:auto;
  display:table;
}

.g-recaptcha {
  display:none !important;
}

#bookClassRow, #cancelClassRow {
  margin:0;
}

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 31;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.row {
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width:991px) {
	.row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	#aboutMeSection .row, #contactMeSection .row, 
	#ourServicesSection .row, #latestNewsSection .row,
	#classesSection .row {
		margin-right: auto !important;
		margin-left: auto !important;
	}
}

#upcomingBookings_grid {
    display: table;
    width : 100%;
    position: relative;
}

#frm_upBook .form-group {
    overflow-y: auto;
}

.loader {
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    width: 90px;
    height: 90px;
    border: 3px solid rgba(208, 1, 0, 0.19);
    border-top-color: #2ca4c6;
    border-radius: 50%;
    top: 50%;
    z-index:9999;
    position: absolute;
    left: 50%;
    margin: -50px 0px 0px -50px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.overlay {
    background-color: #08090c;
    opacity: 0.7;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.overlayIntro {
    background-color: #08090c;
    opacity: 1;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.header-top .logo_H {
    display:none;
}

.faceBk {
	display: table;
	width:40px;
	height:40px;
	border: #465267 2px solid;
	vertical-align: middle;
	text-align: center;
    transition: 0.3s ease-in-out all;
}

#contactMeSection .fa-facebook-f {
	font-size: 22px;
	display: table-cell;
	vertical-align: middle;
	color: #e2e2e2;
	text-shadow: 0px 1px 3px #000000;
}

.faceBk:hover, .faceBk:focus {
	text-decoration: none;
	border-color: #e2e2e2;
}

#contactMeSection .faceBk:hover .fa-facebook-f, #contactMeSection .faceBk:focus .fa-facebook-f {
    color: #ffffff;
}

.controls-container {
    text-align:center;
}

.controls-container button{
    margin:5px;
}

.noscroll { 
  overflow: hidden;
}

@media (max-width:545px) {
    .header-top .logo_H {
        display:inline-block;
    }

    .logo_H img {
      height:69px;
      width: auto;
      padding: 0 15px 0 0 !important;
      margin: auto auto auto 15px;
    }

    .header-top .logo {
        display:none;
    }
}

@media (min-width:769px) {
    #aboutMeSection .service-list .bgrid.picture, #ourServicesSection .service-list .bgrid.picture, #latestNewsSection .service-list .bgrid.picture {
        float: left;
    }
    
    #aboutMeSection .service-list .bgrid.paragraph, #ourServicesSection .service-list .bgrid.paragraph, #latestNewsSection .service-list .bgrid.paragraph {
        float: right;
    }

    #ourServicesSection .service-list .bgrid.picture::after, #ourServicesSection .service-list .bgrid.paragraph::after {
        content:"";
        display:block;
        clear:both;
    }

    #contactMeSection .fa-map-marker-alt {
        margin-top: 13px;
        padding-top: 0;
    }
}