html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
    color: #444;
}
a:hover {
    text-decoration: none;
}
img {
    border: medium none;
    max-width: 100%;
}
p {
    padding-bottom: 5px;
}
hr {
    border: 0 #a8b1b8 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 25px 0
}
hr.black {
    border-color: #6b6b6b
}
a,
a:focus,
a:hover {
    outline: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.hide {
    display: none
}
button {
    overflow: visible;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
body {
    font-size: 14px;
    color: #444;
    font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 100
}
h1 {
    font-size: 33px
}
h2 {
    font-size: 32px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 20px
}
h5 {
    font-size: 16px
}
h6 {
    font-size: 14px
}
.note {
    font-size: 11px;
    color: #666
}
.clear {
    font-size: 1%;
    clear: both;
    height: 1%;
    overflow: hidden;
    line-height: 1px
}
.block {
    display: block
}
.hide {
    display: none
}
.bold {
    font-weight: 700
}
.light {
    font-weight: 300
}
.semibold {
    font-weight: 400
}
.uppercase {
    text-transform: uppercase
}
.underline {
    text-decoration: underline
}
.text-shape {
    color: #a8a8a8
}
.text-primary {
    color: #8560a8
}
.text-danger {
    color: #dd3737
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.inline-block {
    display: inline-block;
    vertical-align: middle;
}
.main-nav li a,
.menu-trigger,
.overlay,
#navside.left,
.btn,
.photo-gallery,
.photo-gallery img {
    webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}

/*btns*/

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    border: none;
}
.btn-block {
    display: block;
    width: 100%
}
.btn-default {
    background: #8560a8;
    color: #fff;
}
.btn-default:hover {
    background: #4f316b;
    color: #fff;
}
.btn-info {
    background: #eff0f1;
    color: #333;
}
.btn-primary {
    background: #cd1041;
    color: #fff;
}
.btn-danger {
    background: #dd3737;
    color: #fff;
}
.btn-white {
    background: #fff;
    color: #8560a8
}
.btn-success {
    background: #52bd03;
    color: #fff;
}
.btn-xs {
    font-size: 12px;
    line-height: 25px;
    padding: 0 10px
}
.btn-sm {
    font-size: 12px;
    line-height: 30px;
    padding: 0 15px
}
.btn-md {
    font-size: 18px;
    line-height: 40px;
    padding: 0 25px
}
.btn-lg {
    font-size: 16px;
    line-height: 40px;
    padding: 0 25px
}
.text-xs {
    font-size: 11px;
}
.text-sm {
    font-size: 12px;
}
.text-md {
    font-size: 14px;
}
.text-lg {
    font-size: 22px;
}
.text-xl {
    font-size: 28px;
}

/*spacers*/

.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b-md {
    margin-bottom: 15px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 45px;
}
.m-b-vx {
    margin-bottom: 60px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 50px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 50px;
}
.ico {
    display: inline-block;
    vertical-align: middle;
}
.table-view {
    display: table;
    position: relative;
    width: 100%;
}
.table-view > .cell {
    display: table-cell;
    vertical-align: middle
}
.bg-default {
    background: #8560a8;
    color: #fff;
}
.bg-default h2,
.bg-default h3 {
    color: #fff;
}
.mobile-nav {
    display: none
}
.main-nav {
    width: 100%;
}
.main-nav li {
    display: inline-block;
    float: left;
    position: relative;
}
.main-nav li a {
    display: block;
    font-size: 22px;
    line-height: 65px;
    padding: 0 20px;
    font-weight: 500;
    color: #fff;
}
.main-nav li a .fa {
    font-size: 20px;
    vertical-align: middle;
    padding-right: 4px
}
.main-nav li a:hover {
    color: #6fa7e5;
    background: #fff
}
.main-nav li ul {
    background: #fff;
    left: 0;
    min-width: 220px;
    position: absolute;
    z-index: 140;
    display: none;
    top: 60px;
    border: 1px solid #203967
}
.main-nav li ul li {
    display: block;
    float: none;
    border: none;
    border-bottom: 1px solid #eee;
}
.main-nav li ul li a {
    font-size: 13px;
    line-height: 28px;
    padding: 6px 10px;
    color: #011b32;
    text-transform: none
}
.main-nav li ul li a:hover {
    color: #fff;
    background: #011b32
}
.section {
    padding: 20px 0;
}
.section p {
    line-height: 24px
}
.header {
    background: #8560a8
}
.nav {
    background: #6fa7e5
}
.logo {
    padding: 10px 0;
    display: block
}
.contact-info {
    font-size: 18px;
    color: #fff;
    padding: 40px 0 20px
}
.box-content {
    padding: 45px;
    line-height: normal;
    font-size: 20px
}
.box-content p {
    line-height: normal;
}
.contact-info {
    float: right
}

/*forms*/

.input {
    padding-bottom: 15px;
    position: relative
}
.input label {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 700
}
.text input,
.textarea textarea,
.select select,
.number input,
.password input {
    border: 1px solid #cacaca;
    padding: 9px;
    font-size: 14px;
    color: #000;
    width: 100%;
    font-family: Verdana, Geneva, sans-serif;
}
.text input:focus,
.textarea textarea:focus,
.number input:focus,
.password input:focus {
    border: 1px solid #005baa;
    box-shadow: 0 0 5px rgba(0, 91, 170, 0.5);
}
.textarea textarea {
    height: 160px
}
.radio label {
    display: inline-block;
}
.captcha img {
    float: left;
}
.captcha > input {
    width: calc(100% - 120px);
}
.submit button {
    margin-bottom: 5px;
}
.select-style {
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    background: #fff
}
.select-style:hover {
    border: 1px solid #005baa;
    box-shadow: 0 0 5px rgba(0, 91, 170, 0.5);
}
.select-style:before {
    content: "\f078";
    display: inline-block;
    font: 14px/1 FontAwesome;
    left: auto;
    right: 10px;
    margin-top: -7px;
    position: absolute;
    top: 50%
}
.select-style select {
    background: none;
    border: none;
    display: block;
    width: 110%;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    font-size: 12px;
    padding: 9px
}
.inline-form label {
    float: left;
    line-height: 40px;
    padding-bottom: 0;
    padding-right: 20px;
}
.sm-fields {
    font-size: 12px;
}
.select-sm .select-style {
    border-radius: 0
}
.select-sm select {
    padding: 8px;
}
.checkbox label,
.radio label {
    display: inline-block;
    padding-left: 10px;
}
.map-address {
    padding: 5px 10px 20px;
    font-size: 16px;
}
.footer-bar {
    background: #6fa7e5;
    padding: 30px 0
}
.item-box {
    padding: 10px 0
}
.item-content {
    font-size: 13px;
    padding: 10px 5px;
    text-align: left;
}
.item-social {
    font-size: 30px;
    padding: 20px 0
}
.item-social a {
    padding: 0 5px;
    display: inline-block
}
.copyright {
    padding: 10px 0;
}
.copyright p {
    font-size: 14px
}
.item-box:hover {
    background: #eee
}
.item-box .item-thumb img {
    width: 100%
}
.item-details-box {
    background: #ebebeb;
    padding: 20px 20px 10px;
    margin: 40px 0
}
.item-details-box .item-box {
    padding-top: 0
}
.heading-border {
    border-bottom: 2px solid #6fa7e5;
    display: inline-block;
    margin-bottom: 26px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.booking-form {
    background: #e5e5e5 none repeat scroll 0 0;
    margin: 0 auto 30px;
    padding: 35px 100px;
    width: 700px;
}
.address-details {
    font-size: 14px;
    vertical-align: top;
    line-height: normal;
}
.address-details td .fa {
    font-size: 15px;
    width: 20px;
}
.address-details td {
    padding-bottom: 10px;
}
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}
.r-tabs .r-tabs-accordion-title {
    display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.r-tabs-nav {
    background: #6fa7e5;
    padding-top: 10px;
    text-align: center
}
.r-tabs-nav a {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 60px;
    padding: 0 20px;
}
.r-tabs-nav .r-tabs-state-active a {
    background: #fff;
    color: #6fa7e5
}
.r-tabs-accordion-title a {
    background: #6fa7e5;
    text-align: center;
    padding: 10px;
    font-size: 22px;
    color: #fff;
    display: block;
    margin: 5px
}
.inner-tabs .r-tabs-nav {
    background: none;
    padding: 0;
    text-align: left;
}
.inner-tabs .r-tabs-nav li {
    border-right: 1px solid #ddd;
    margin-bottom: 5px;
}
.inner-tabs .r-tabs-nav li:last-child {
    border: none
}
.inner-tabs .r-tabs-nav a {
    color: #666;
    font-size: 14px;
    line-height: normal;
    padding: 0 15px;
    text-align: left;
}
.inner-tabs .r-tabs-nav .r-tabs-state-active a {
    color: #6fa7e5;
}
.inner-tabs .r-tabs-accordion-title a {
    background: #e8e6e7;
    color: #333;
    font-size: 16px;
}

/* Accordion responsive breakpoint */

@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
.tab-section {
    line-height: normal
}
.call-to-action {
    padding: 15px 40px;
}
.call-to-action h3 {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px
}
.list-items {
    list-style: outside none none;
}
.list-items > li {
    margin-bottom: 25px;
    padding-left: 45px;
    position: relative;
}
.list-items > li::before {
    background: #6fa7e5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.img-text-section img {
    display: block;
}
.img-text-content {
    padding: 40px;
}
.link-box {
    background: #e8e6e7 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 20px;
    text-align: center;
}
.tab-section {
    line-height: normal;
    padding: 20px 0;
}
.crumbs {
    padding: 10px 0
}
.crumbs span {
    padding: 0 5px;
}
.crumbs a:hover,
.copyright a:hover {
    color: #8560a8
}
.scroll-up {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 2px;
    bottom: 15px;
    color: #fff;
    display: none;
    font-size: 14px;
    height: 40px;
    line-height: 34px;
    opacity: 0.4;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 100;
}
.scroll-up:hover {
    background: #6fa7e5 none repeat scroll 0 0;
    opacity: 1;
}
.home-top h2,
.home-top h1 {
    font-size: 26px;
}
.simple-items {
    margin: 10px;
}
.data-table {
    border: 1px solid #e8e6e7;
    border-collapse: collapse;
}
.data-table th,
.data-table td {
    border: 1px solid #e8e6e7;
    font-size: 14px;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.data-table th {
    background: #8560a8 none repeat scroll 0 0;
    border-color: #ffffff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 10px;
}
.footer-bar img {
    height: 116px;
}
.pdf-items {
    padding: 15px 0;
}
.pdf-ico {
    display: inline-block;
    height: 47px;
    width: 47px;
    background: url(img/pdf_ico.png) no-repeat;
    text-indent: -9999em;
    margin-right: 10px;
}
.photo-gallery {
    list-style: outside none none;
    margin: 0 -12px;
}
.photo-gallery > li {
    display: inline-block;
    float: left;
    height: 145px;
    margin: 6px;
    overflow: hidden;
}
.gallery .thumb {
    display: block;
    max-height: 145px;
}
.content-section ul {
    margin: 15px;
    line-height: 24px;
}
.gallery-thumbs img.block {
    display: block;
    position: relative
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.owl-theme .owl-controls .owl-page.active span {
    background: #8560a8;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    color: #ffffff;
    font-size: 12px;
    height: 10px;
    text-indent: -9999em;
    width: 10px;
}
.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}

/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
div.error-message {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border: 1px solid #333333;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 4px 10px;
    position: absolute;
    z-index: 100
}
div.error-message:after {
    border-bottom: 6px solid rgba(0, 0, 0, 0.7);
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    margin-left: -5px;
    position: absolute;
    right: 50%;
    top: -7px;
}

/* Keyframes */

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}
@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}
@keyframes empty {
    0% {
        opacity: 1
    }
}
@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}
@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}
@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}
@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}
@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}
@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}
@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}
@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}
.home-slider-data {
    text-align: center;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 50
}
.home-slider-data h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.home-slider-data p {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0;
}
.home-slider-data h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.play-btn {
    color: #ffffff;
    font-size: 16px;
}
.slider-data {
    float: right;
    max-width: 640px;
    padding: 80px 0;
    text-align: left;
}
.border-link {
    border: 2px solid #ffffff;
    border-radius: 10px;
    color: #ffffff;
    margin: 10px 10px 20px;
    padding: 15px;
    text-align: center;
}
.border-link:hover {
    background: #fff;
    color: #f2662b
}
.border-link .fa {
    font-size: 80px;
    padding: 10px;
}
.banner-text {
    width: 100%;
    text-align: center;
    max-height: 540px;
}

/*.banner-heading img { display: block; left: 50%; margin-left: -895px; max-width: none; min-height: 540px; position: relative; width: 1790px; }*/

.banner-text .banner-heading {
    color: #ffffff;
    display: table;
    height: 100%;
    padding-top: 15%;
    position: absolute;
    text-align: center;
    z-index: 50;
}
.banner-text .banner-heading h2 {
    display: table-cell;
    vertical-align: middle;
}
.home-slider .item {
    background: #000000 none repeat scroll 0 0;
    max-height: 385px;
}
.home-slider .owl-pagination {
    bottom: 10px;
    position: absolute;
    width: 100%;
}
.banners {
    padding: 0
}
.home-slider .item > img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.fb-like-box {
    width: 100% !important;
    height: 500px;
    border: none;
    overflow: hidden;
}
.testimonials {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 30px 0 0;
    padding: 45px 0;
    text-align: center;
}
.testimonials .owl-pagination {
    display: none
}
.testimonials .auther {
    color: #9699a6;
    font-size: 13px;
    padding: 10px;
}
.testimonials .item .fa {
    color: #dddddd;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 24px;
    margin: 0 10px;
    vertical-align: middle;
}
.footer {
    background: #6fa7e5 none repeat scroll 0 0;
    color: #ffffff;
    padding: 30px 0;
}
.footer ul {
    list-style: none;
}
.footer ul li a {
    padding: 5px 0;
    display: block;
}
.footer a,
.footer p,
.footer h4 {
    color: #fff
}
.news-title h2 {
    font-size: 20px;
    font-weight: 600;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px
}
.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.post-content ul {
    margin-left: 15px;
}
.post-content ul li {
    padding: 5px;
}
.post-content img,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content p {
    margin-bottom: 20px;
}
.therapiest-item {
    font-size: 18px;
    overflow: hidden;
    padding: 5px 0;
}
.therapiest-title {
    display: block;
    padding-top: 10px;
}


.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}


/*	-------------------------------------------------------
. RESPONSIVE 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media (min-width: 1900px) {
    .banner-heading {
        max-height: 250px;
    }
    .banner-heading img,
    .home-search img,
    .full-banner img,
    .home-counter img {
        left: 50%;
        margin-left: -50%;
        position: relative;
        width: 100%;
        max-width: none
    }
    .home-slider .item > img,
    .banner-text img {
        width: 100%;
    }
}
@media (max-width: 1270px) {}
@media (max-width: 1200px) {
    .slider-data {
        max-width: none
    }
    .home-slider-data h2 {
        font-size: 30px;
    }
    .home-slider-data p {
        font-size: 16px;
        line-height: normal
    }
    .home-slider .slider-data > img {
        width: 55px;
    }
}
@media (max-width: 1020px) {
    .home-slider-data h2 {
        font-size: 25px;
    }
}
@media (max-width: 768px) {
    .slider-data {
        padding: 30px 0
    }
    .banner-text .banner-heading {
        padding-top: 15%
    }
    .banner-text .banner-heading h2 {
        font-size: 30px
    }
    .home-slider-data h2 {
        font-size: 20px;
    }
    .home-slider-data p {
        font-size: 14px;
        line-height: normal
    }
    .home-slider img {
        display: block;
        max-width: none;
        min-height: 225px;
        position: relative;
        width: 830px;
    }
    .home-slider .slider-data > img {
        width: 55px;
        min-height: auto;
        margin: 0;
        left: 0;
        display: inline
    }
}
@media (max-width: 480px) {
    .home-slider-data p {
        font-size: 12px;
    }
    .banner-heading img {
        margin-left: -563px;
        width: 1126px;
    }
    .banner-text .banner-heading {
        padding-top: 10%;
    }
    .banner-text .banner-heading h2 {
        font-size: 16px
    }
    .slider-data {
        max-width: none;
        padding: 20px 0
    }
}
@media (max-width: 1200px) {}
@media (max-width: 1020px) {
    .mobile-options {
        margin-top: 35px;
        text-align: right;
        padding-right: 20px;
    }
    .main-nav {
        margin-top: 0
    }
    .logo img {
        max-width: 100%
    }
    .overlay:before {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        position: fixed;
        width: 100%;
        z-index: 120;
    }
    .customer-nav {
        display: none;
    }
    .mobile-nav {
        clear: both;
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 600;
        line-height: 54px;
    }
    #navside {
        z-index: 1000;
        position: fixed;
        top: 0px;
        width: 275px;
        height: 100%;
        clear: both;
        background-color: #fff;
        padding: 20px 0;
        overflow-y: scroll;
        margin-left: -275px;
        left: 0
    }
    #navside.left {
        margin-left: 0;
        z-index: 140
    }
    #navside.hidden {
        visibility: hidden;
    }
    /*#navside.left { left: 100%; margin-left: 0px; }*/
    #navside.right {
        right: 100%;
        margin-right: 0px;
    }
    #navside ul {
        list-style: none;
        padding: 0;
        margin-left: auto;
        width: 100%;
        margin: 0
    }
    #navside ul li a {
        -webkit-transition-property: color;
        -webkit-transition-duration: 0.1s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-property: color;
        -moz-transition-duration: 0.1s;
        -moz-transition-timing-function: ease-out;
        -ms-transition-property: color;
        -ms-transition-duration: 0.1s;
        -ms-transition-timing-function: ease-out;
        -o-transition-property: color;
        -o-transition-duration: 0.1s;
        -o-transition-timing-function: ease-out;
        transition-property: color;
        transition-duration: 0.1s;
        transition-timing-function: ease-out;
    }
    #icon {
        width: 140px;
    }
    #navside_icon {
        background: url("img/icon.png") no-repeat scroll 0 0;
        cursor: pointer;
        display: block;
        float: left;
        height: 40px;
        margin: 15px 15px 0 0;
        width: 40px;
        z-index: 1000;
    }
    .user-ico {
        border: 2px solid #ffc600;
        color: #ffc600;
        display: block;
        float: left;
        font-size: 18px;
        height: 27px;
        line-height: 22px;
        margin-right: 10px;
        text-align: center;
        width: 35px;
    }
    #navside_icon.opened {
        position: fixed;
        background-position: -60px center;
        left: 275px;
        margin: 8px
    }
    #navside_icon.hidden {
        visibility: hidden;
    }
    #navside_icon.right {
        right: 10px;
    }
    #navside_icon.left {
        left: 10px;
    }
    .main-nav li ul {
        border: medium none;
        float: none;
        position: static;
        top: auto;
    }
    .main-nav li {
        float: none;
        display: block;
        padding: 0 15px;
        border: none
    }
    .main-nav li a {
        display: block;
        line-height: normal;
        padding: 10px 20px;
        color: #444;
        border-radius: 3px;
        font-size: 20px;
        text-transform: none
    }
    .main-nav li a:hover {
        color: #fff;
        background: #8560a8;
    }
    .main-nav li.active > a,
    .main-nav li.active {
        color: #fff;
        background: #005baa;
        font-weight: 700
    }
    .main-nav li ul a {
        font-size: 12px;
        font-weight: 100;
        text-transform: none
    }
    .box-content {
        font-size: 15px;
        line-height: normal;
        padding: 20px;
    }
    h2 {
        font-size: 20px
    }
}
@media (max-width: 768px) {
    body {
        width: 100%;
        overflow-x: hidden
    }
    .r-tabs .r-tabs-panel {
        padding: 10px 0
    }
    .booking-form {
        padding: 20px 15px;
        width: auto
    }
    .photo-gallery > li {
        height: 105px;
    }
    .gallery .thumb {
        max-height: 105px;
    }
}
@media (max-width: 480px) {
    .mobile-options {
        margin-top: 25px;
    }
    .photo-gallery > li {
        height: 60px;
    }
    .gallery .thumb {
        max-height: 60px;
    }
}
@media (max-width: 320px) {
    .contact-info {
        float: none;
        font-size: 16px;
        padding: 0 0 10px;
        text-align: center;
    }
    .item-details-box {
        margin: 0
    }
}