address{margin-bottom: 20px;}

/*rego form*/
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.control-label{
    font-size: 14px;
    color: #555555;
    padding-top: 0 !important;    
}

.text-block.form-horizontal{
    width: 100% !important; 
}
label.error{
        color: red;
}
.required{
  background-image: radial-gradient(red 30%, transparent 50%) !important;
  background-size: 1em 1em;
  background-position: top right;
  background-repeat: no-repeat
}
/*end of rego form*/


.Normal {
    line-height: 1.428;
}
 .tooltip{
        background-color: rgba(151, 179, 178, 0.5)
    }
.SkinLink {
    margin-top: 15px;
    text-align: center;
}

#ControlBar a {
    color: #999 !important;
}

.dnnDropDownList .selected-item a, .dnnDropDownList .selected-item a:link, .dnnDropDownList .selected-item a:visited, .dnnDropDownList .selected-item a:hover, .dnnDropDownList .selected-item a:active {
 height: auto !important;   
}

.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.nav-drop > ul > li{
    position: relative;
}
.carousel-caption h1 {
    color: #fff;
}

li.dropdown:hover ul{
    display: block !important;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 220px !important;
    padding: 5px 0 !important;
    margin: 2px 0 0 !important;
    font-size: 14px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    text-align: left !important;
}

.dropdown-menu li {
    padding: 0 !important;
    width: 100%;
}

.dropdown-menu{    
    /*display:block !important;*/
    background-color:rgba(0,0,0,0.6) !important;
    top: inherit !important;
    left: 30px !important;
}
.dropdown-menu li a{    
    color:#FFF !important;
    text-align: left !important;
    padding: 10px 20px !important;
}
.dropdown-menu li a:hover{    
    color:#FFF !important;
    text-align: left !important;
    padding: 10px 20px !important;
    background-color: transparent !important;
    text-decoration: underline !important;
}
.navbar-brand {
    padding: 0 !important;
}
.nav-drop:nth-last-child(-n+2) .dropdown-menu {
    left: -30px !important;
}

.apply-now {
    font-size: 27px !important;
    line-height: 36px !important;
    margin-right: 33% !important;
}

@media (max-width: 767px) {
    .register-holder-contact{
        margin-right: 0 !important;
    }
}
a.btn-info, a.btn-info:visited,a.btn-primary, a.btn-primary:visited {
    color: #fff;
}
.btn-primary {
    color: #ffffff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
.btn {
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #1990d5;
    border-color: #1684c2;
}
.btn:hover, .btn:focus {
    color: #555555;
    text-decoration: none;
}
.btn-primary {
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    border-bottom: 1px solid #178acc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54b4eb', endColorstr='#ff1d9ce5', GradientType=0);
    filter: none;
}
.btn {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.btn-login, .btn-register{
    width: 45%;
    border-radius: 0px !important;
}
.btn-login{
    background: #495966 !important;
    border-color: #495966 !important;
}
.btn-register{
    background: #93dbdb !important;
    border-color: #93dbdb !important;    
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.searchBox {
    padding-top: 12px;
}

    .searchBox .SkinObject {
        color: #fff;
    }

.searchSkinObjectPreview_group {
    display: none;
}
/*override for dnnLabels in the bootstrap */
.form-group .dnnLabel{text-align:left;width:auto;}

.dnnLabel + span{white-space:normal;}

/* ADMIN */

#ControlBar, #ControlBar:before, #ControlBar:after, #ControlBar *:before, #ControlBar *:after,
#ControlBar li, #ControlBar li:before, #ControlBar li:after,
#ControlBar a, #ControlBar a:before, #ControlBar a:after,
.dnn_mact, .dnn_mact:before, .dnn_mact:after, .dnn_mact *:before, .dnn_mact *:after,
.dnn_mact li, .dnn_mact li:before, .dnn_mact li:after {
    -webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box !important; /* Firefox, other Gecko */
    box-sizing: content-box !important; /* Opera/IE 8+ */
}

/*------------------------------------------------*/
/* LOGIN */
/*------------------------------------------------*/

.navbar-right {
    height: 51px;
}

    .navbar-right .registerGroup,
    .navbar-right .registerGroup *,
    .navbar-right .loginGroup,
    .navbar-right .loginGroup * {
        display: inline;
    }

    .navbar-right .registerGroup,
    .navbar-right .loginGroup {
        float: right;
    }

        .navbar-right .registerGroup li:first-child:hover {
            border-left: #222;
        }

        /* Register Group Styles */
        .navbar-right .registerGroup li {
            float: left;
        }

        .navbar-right .registerGroup .buttonGroup {
            margin-right: 0;
        }

        .navbar-right .registerGroup a,
        .navbar-right .loginGroup a {
            display: block;
            position: relative;
            height: 50px;
            min-width: 12px;
            padding: 15px 15px 0 15px;
            vertical-align: middle;
        }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
            }

            .navbar-right .registerGroup a:active,
            .navbar-right .loginGroup a:active {
                text-shadow: 0 -1px 0 #ffffff;
            }

            .navbar-right .registerGroup a:hover,
            .navbar-right .loginGroup a:hover {
                text-decoration: none;
            }

            .navbar-right .registerGroup a strong,
            .navbar-right .loginGroup a strong {
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                overflow: hidden;
                font-size: 0;
                text-indent: -9999px;
            }

    .navbar-right .userMessages a,
    .navbar-right .userNotifications a {
        background-color: transparent;
    }

    .navbar-right .userMessages strong {
        height: 100%;
        background: url('i/icon_message.png') no-repeat center center;
    }

    .navbar-right .userNotifications {
    }

        .navbar-right .userNotifications strong {
            height: 100%;
            background: url('i/icon_notification.png') no-repeat center center;
        }

    .navbar-right .registerGroup a span {
        display: inline-block;
        min-width: 7px;
        margin-right: 3px;
        text-align: center;
    }

    .navbar-right .registerGroup .userProfileImg a {
        min-width: 50px;
        min-height: 50px;
        padding: 0;
    }

    .navbar-right .registerGroup a img {
        height: 50px;
        width: 50px;
    }

    /* Login Group Styles */
    .navbar-right .loginGroup {
    }

        .navbar-right .loginGroup a {
        }

    /* Number of message next to the message icon*/
    .navbar-right .userMessages a span,
    .navbar-right .userNotifications a span {
        display: inline-block;
        margin-top: 9px;
        margin-right: 0;
        background-color: transparent;
    }




/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Prevent artifacts in Mozilla Firefox: */
    -moz-backface-visibility: hidden;
}

    .blueimp-gallery > .slides > .slide > .slide-content {
        margin: auto;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        opacity: 1;
    }

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none;
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    /* Set the carousel width/height ratio to 16/9: */
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.blueimp-gallery-display {
    display: block;
    opacity: 1;
}

.blueimp-gallery > .slides {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.blueimp-gallery-carousel > .slides {
    position: absolute;
}

.blueimp-gallery > .slides > .slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

    .blueimp-gallery,
    .blueimp-gallery > .slides > .slide > .slide-content {
        -webkit-transition: opacity 0.5s linear;
        -moz-transition: opacity 0.5s linear;
        -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
    }

        .blueimp-gallery > .slides > .slide-loading {
            background: url(img/loading.gif) center no-repeat;
            background-size: 64px 64px;
        }

            .blueimp-gallery > .slides > .slide-loading > .slide-content {
                opacity: 0;
            }

        .blueimp-gallery > .slides > .slide-error {
            background: url(img/error.png) center no-repeat;
        }

            .blueimp-gallery > .slides > .slide-error > .slide-content {
                display: none;
            }

        .blueimp-gallery > .prev,
        .blueimp-gallery > .next {
            position: absolute;
            top: 50%;
            left: 15px;
            width: 40px;
            height: 40px;
            margin-top: -23px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 60px;
            font-weight: 100;
            line-height: 30px;
            color: #fff;
            text-decoration: none;
            text-shadow: 0 0 2px #000;
            text-align: center;
            background: #222;
            background: rgba(0, 0, 0, 0.5);
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #fff;
            -webkit-border-radius: 23px;
            -moz-border-radius: 23px;
            border-radius: 23px;
            opacity: 0.5;
            cursor: pointer;
            display: none;
        }

        .blueimp-gallery > .next {
            left: auto;
            right: 15px;
        }

        .blueimp-gallery > .close,
        .blueimp-gallery > .title {
            position: absolute;
            top: 15px;
            left: 15px;
            margin: 0 40px 0 0;
            font-size: 20px;
            line-height: 30px;
            color: #fff;
            text-shadow: 0 0 2px #000;
            opacity: 0.8;
            display: none;
        }

        .blueimp-gallery > .close {
            padding: 15px;
            right: 15px;
            left: auto;
            margin: -15px;
            font-size: 30px;
            text-decoration: none;
            cursor: pointer;
        }

        .blueimp-gallery > .play-pause {
            position: absolute;
            right: 15px;
            bottom: 15px;
            width: 15px;
            height: 15px;
            background: url(img/play-pause.png) 0 0 no-repeat;
            cursor: pointer;
            opacity: 0.5;
            display: none;
        }

.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}

.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}

.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
    display: block;
    /* Fix z-index issues (controls behind slide element) on Android: */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
    display: none;
}

.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url(img/error.svg);
}

body:last-child .blueimp-gallery > .play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(img/play-pause.svg);
}

body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}

    * + html .blueimp-gallery > .slides > .slide > .slide-content {
        position: relative;
    }


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        box-sizing: content-box; /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?-qbv4lq");
    src: url("fonts/icomoon.eot?#iefix-qbv4lq") format("embedded-opentype"), url("fonts/icomoon.ttf?-qbv4lq") format("truetype"), url("fonts/icomoon.woff?-qbv4lq") format("woff"), url("fonts/icomoon.svg?-qbv4lq#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-clock:before {
    content: "\e600";
}

.icon-facebook:before {
    content: "\e601";
}

.icon-location:before {
    content: "\e602";
}

.icon-mobile:before {
    content: "\e603";
}

#nav ul,
.add-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .clearfix:after,
    .container:after,
    .panel-block:after,
    #nav ul:after,
    .info-holder:after,
    .info-block:after,
    .text-description .text-wrap:after,
    .text-holder:after,
    .footer-block:after,
    .add-nav ul:after,
    .people-holder:after,
    .people-holder .text-block:after,
    .community-holder .col-holder:after,
    .nutrition-holder:after,
    .exploreourworld-holder:after,
    .sustainability-holder .text-block:after {
        content: "";
        display: block;
        clear: both;
    }

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #495966 !important;
    background: #fff !important;
    font: 16px/1.28 "proxima-nova-soft", "Arial", "Helvetica", sans-serif !important;
    min-width: 320px !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
        letter-spacing: 0em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#map-canvas{
    width: 100%;height: 500px;
}

.gm-style img {
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit !important;
    font-weight: bold;
    margin: 0 0 .5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;    
    line-height: 1em;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

p ul,ol,li{
    font-size: 100%;
}

a {
    color: #495966 !important;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: 1px solid #999;
    padding: .4em .7em;
}

    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="search"]:focus,
    input[type="password"]:focus,
    textarea:focus {
        border-color: #000;
    }

    input[type="text"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="search"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #999;
    }

    input[type="text"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="search"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
        opacity: 1;
        color: #999;
    }

    input[type="text"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="search"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    textarea:-moz-placeholder {
        color: #999;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="search"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #999;
    }

    input[type="text"].placeholder,
    input[type="tel"].placeholder,
    input[type="email"].placeholder,
    input[type="search"].placeholder,
    input[type="password"].placeholder,
    textarea.placeholder {
        color: #999;
    }

select {
    -webkit-border-radius: 0;
}

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
}

html {
    background: #93dbdb;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1286px;
    margin: 0 auto;
    padding: 0 10px;
}

#header {
    position: relative;
}

.panel-block {
    background: #eff4f0;
    font-size: 16px;
    line-height: 20px;
    padding: 40px 0 8px;
}

    .panel-block .container {
        padding: 0 76px 0 40px;
    }

    .panel-block address {
        float: left;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .panel-block .login-block {
        float: right;
        letter-spacing: 2px;
    }

        .panel-block .login-block a {
            display: block;
            font-weight: 500;
            color: #90aead;
            text-decoration: none;
            text-transform: uppercase;
            text-decoration: none;
        }

            .panel-block .login-block a:hover {
                color: #495966;
            }

.header-holder {
    position: relative;
    padding: 22px 0 23px;
}

    .header-holder .container {
        padding: 0 75px 0 38px;
    }

    .header-holder .logo {
        overflow: hidden;
        text-align: center;
    }

/*nav-opener styles */

.nav-opener {
    float: right;
    width: 35px;
    height: 35px;
    background: #93dbdb;
    position: relative;
    border-radius: 3px;
    text-indent: -9999px;
    overflow: hidden;
    display: none;
    top: 0;
}

    .nav-opener:before,
    .nav-opener:after,
    .nav-opener span {
        background: #fff;
        border-radius: 4px;
        position: absolute;
        top: 17px;
        left: 25%;
        right: 25%;
        height: 3px;
        margin-top: -1px; /* height/2 */
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }

    .nav-opener:before,
    .nav-opener:after {
        content: "";
        top: 11px;
    }

    .nav-opener:after {
        top: 23px;
    }

    .nav-opener:hover {
        opacity: .9;
    }

/* close button transition */

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 15%;
    right: 15%;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active #nav .nav-drop {
    opacity: 1;
    visibility: visible;
    height: auto;
}

#nav {
    font-size: 19px;
    line-height: 23px;
}

    #nav ul {
        float: right;
        max-width: 404px;
        text-align: right;
        padding: 64px 0 0;
        margin: 0 -52px 0 0;
    }

        #nav ul:first-child {
            float: left;
            text-align: left;
            padding: 64px 10px 0 0;
            margin: 0 0 0 -52px;
        }

            #nav ul:first-child li {
                padding: 0 0 5px 52px;
            }

    #nav li {
        display: inline-block;
        vertical-align: top;
        padding: 0 52px 5px 0;
    }

        #nav li.active a {
            color: #495966;
        }

    #nav a {
        text-decoration: none;
        color: #90aead;        
    letter-spacing: 0em;
    }

        #nav a:hover {
            color: #495966;
        }

.promo-holder {
    background: #93dbdb;
    padding: 34px 0 42px;
    position: relative;
    z-index: 1;
}

    .promo-holder:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #eff4f0;
        padding: 151px 0 0;
        z-index: -1;
    }

.info-holder {
    position: relative;
    padding: 0 0 0 29px;
}

    .info-holder .pattern-holder {
        z-index: 1;
        bottom: -209px;
    }

.info-block {
    float: none;
    padding: 0 0 58px;
}

    .info-block .image-holder {
        float: left;
        width: 62.3%;
        margin-right: -8.8%;
    }

h1 {
    font-size: 35px;
    line-height: 39px;
    font-weight: 500;
    margin: 0 0 17px;
}

.text-description {
    float: right;
    width: 46.3%;
    position: relative;
    padding: 116px 0 0;
    line-height: 37px;
    z-index: 2;
}

    .text-description .title {
        display: block;
        font-size: 32px;
        font-weight: 500;
        line-height: 45px;
        margin: 0 0 43px;
        padding: 34px 0 38px 52px;
        letter-spacing: 1px;
        position: relative;
        text-transform: none;
    }

        .text-description .title:after {
            content: "";
            top: 0;
            bottom: 0;
            position: absolute;
            right: -9999px;
            left: 0;
            background: rgba(255, 255, 255, .9);
            z-index: -1;
        }

    .text-description .text-wrap {
        padding-left: 27px;
    }
.register-holder-contact {
            width: 146px;
            height: 146px;
            float: right;
            margin-top: -20px;
            margin-right: 45%;
            border-radius: 100%;
            background: #93dbdb;
            font-size: 20px;
            line-height: 25px;
            font-weight: 700;
            color: #495966;
            padding: 39px 28px;
            z-index: 2;
            text-align: center;
            text-decoration: none;
        }
        .text-description .text-wrap .register-holder {
            width: 146px;
            height: 146px;
            float: left;
            margin-right: 44px;
            border-radius: 100%;
            background: #fff;
            font-size: 20px;
            line-height: 25px;
            font-weight: 700;
            color: #90aead;
            padding: 39px 28px;
            z-index: 2;
            text-align: center;
            text-decoration: none;
        }

            .text-description .text-wrap .register-holder:hover {
                color: #495966;
            }

        .text-description .text-wrap .opening-time {
            display: block;
            overflow: hidden;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 16px;
            padding-top: 0px;
        }

.text-holder {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 32px;
    padding: 0 119px 0 0;
    width: 62.3%;
}

    .text-holder p {
        margin: 0 0 10px;
    }

.pattern-holder {
    position: absolute;
    bottom: -199px;
    position: absolute;
    right: -133px;
    z-index: 1;
}
.cream-bg .pattern-holder {
    z-index: -1;
}

.features-holder {
    background: #eff4f0;
    padding: 92px 0 103px;
}

    .features-holder .container {
        position: relative;
        z-index: 2;
    }

    .features-holder h1 {
        text-align: center;
        margin: 0 0 50px;
    }

    .features-holder .image-holder {
        float: right;
        margin: 7px -133px 0 0;
    }

        .features-holder .image-holder img {
            width: 100%;
        }

.columns-holder {
    width: 65.2%;
    float: left;
    overflow: hidden;
}

    .columns-holder .column {
        float: left;
        width: 50%;
    }

        .columns-holder .column + .column {
            padding: 0 0 0 84px;
        }

    .columns-holder .row {
        color: #90aead;
        padding: 0 0 20px 28px;
        position: relative;
    }

        .columns-holder .row:before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            background: #82c341;
            width: 3px;
            bottom: 15px;
        }

        .columns-holder .row mark {
            color: #82c341;
            background: none;
        }

    .columns-holder p {
        margin: 0 0 5px;
    }

.details-holder {
    padding: 67px 0 75px;
}

    .details-holder h1 {
        text-align: center;
        margin: 0 0 56px;
    }

    .details-holder .cols-holder {
        overflow: hidden;
        margin: 0;
        padding: 0 49px 69px 15px;
    }

    .details-holder .col {
        float: left;
        width: 33.33%;
        text-align: center;
        padding: 0 15px 20px;
    }

        .details-holder .col:nth-child(3) .icons-holder span {
            -webkit-transform: rotate(-20deg);
            -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
        }

    .details-holder .icons-holder {
        display: inline-block;
        vertical-align: top;
        width: 197px;
        height: 197px;
        background: #64b6cf;
        color: #fff;
        border-radius: 100%;
        margin: 0 0 45px;
        padding: 0 52px;
        white-space: nowrap;
        text-align: center;
    }

        .details-holder .icons-holder:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 197px;
        }

        .details-holder .icons-holder > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 99%;
        }

        .details-holder .icons-holder span {
            font-size: 92px;
        }

    .details-holder .caption {
        color: #90aead;
        letter-spacing: 1px;
        line-height: 34px;
    }

        .details-holder .caption p {
            margin: 0;
        }

        .details-holder .caption address {
            font-style: normal;
        }

        .details-holder .caption a {
            color: #90aead;
            text-decoration: none;
        }

            .details-holder .caption a:hover {
                text-decoration: underline;
                -webkit-text-decoration-color: #ccd9d8;
                text-decoration-color: #ccd9d8;
            }

.opening-day {
    text-align: center;
    color: #4e5252;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 4px;
}

    .opening-day time {
        font-weight: 700;
    }

#footer {
    background: #93dbdb !important;
    padding: 88px 0 24px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    position: relative;
    z-index: 1;
}

    #footer .pattern-holder {
        bottom: 0;
        left: -314px;
        right: auto;
        z-index: -1;
    }

.footer-block {
    font-size: 18px;
    line-height: 22px;
    padding: 0 47px 0 29px;
}

    .footer-block .logo {
        float: right;
        padding: 0 0 0 20px;
    }

    .footer-block .social-network {
        max-width: 308px;
        margin: 0 auto;
        text-align: center;
        padding: 27px 0 0;
    }

        .footer-block .social-network a {
            color: #fff;
            display: inline-block;
            vertical-align: top;
            text-decoration: none;
        }

            .footer-block .social-network a:hover span {
                opacity: .7;
            }

        .footer-block .social-network span {
            width: 61px;
            height: 61px;
            background: #fff;
            color: #93dbdb;
            border-radius: 100%;
            display: inline-block;
            vertical-align: middle;
            padding: 16px 0 0;
            margin: 0 0 26px;
            font-size: 28px;
        }

        .footer-block .social-network .title {
            display: block;
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #FFF;
        }

.add-nav {
    float: left;
    font-weight: 500;
    padding: 24px 20px 0 0;
}

    .add-nav li {
        display: block;
        padding: 0 0 8px;
        letter-spacing: 3px;
    }

    .add-nav a {
        text-decoration: none;
        text-transform: uppercase;
    }

        .add-nav a:hover {
            color: #fff !important;
        }

.copyright {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .copyright a {
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
    }

        .copyright a:hover {
            color: #495966;
        }
.copyright img{
    margin-top: -8px;
}
/*=================================================*/

/* about.html scss */

/*=================================================*/

.promo-box {
    position: relative;
    background: #41C38E;
    padding: 40px 0 0;
    z-index: 2;
}

.promo-box.dark-bg{
    background: #495966;
}
.promo-box.dark-bg p{
    color: #93dbdb !important;
}
.promo-box.cream-bg{
        background: #eff4f0 !important;
    padding-bottom: 50px;
}
.promo-box.cream-bg p,.promo-box.cream-bg ul,.promo-box.cream-bg li{
        color: #4e5252 !important;
}



.dark-bg .text-block {
    padding: 65px 10px 0 0 !important;
}

    .promo-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 127px 0 0;
        background: #eff4f0;
    }

    .promo-box .image-holder {
        float: left;
        width: 52.1%;
        margin: 0 0 0 -132px;
        position: relative;
    }

        .promo-box .image-holder img {
            width: 100%;
        }

    .promo-box .text-block {
        float: right;
        width: 49.8%;
        padding: 87px 10px 0 0;
        color: #fff;
    }

        .promo-box .text-block p {
            margin: 0 0 20px;            
            color: #495966;
        }

    .promo-box h1 {
        color: #4e5252;
        position: relative;
        z-index: 1;
        padding: 0 53px;
        margin: 22px 0 83px -160px;
    }

        .promo-box h1 span {
            position: relative;
            padding: 36px 54px 34px 0;
            display: inline-block;
            vertical-align: top;
        }

            .promo-box h1 span:after {
                content: "";
                position: absolute;
                width: 3px;
                background: #00b5ef;
                top: 17px;
                bottom: 17px;
                right: 0;
            }

        .promo-box h1:after {
            content: "";
            top: 0;
            bottom: 0;
            position: absolute;
            right: -9999px;
            left: 0;
            background: rgba(255, 255, 255, .9);
            z-index: -1;
        }
        
        .imagemap{
    width: 75%;
    margin: 0 auto;
}
.embracing-box {
    position: relative;
    background: #FFF;
    padding: 0;
    z-index: 2;
}

    .embracing-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 127px 0 0;
        background: #eff4f0;
    }

    .embracing-box .image-holder {
        float: left;
        width: 52.1%;
        margin: 0 0 0 -132px;
        position: relative;
    }

        .embracing-box .image-holder img {
            width: 100%;
        }

    .embracing-box .text-block {
        float: right;
        width: 49.8%;
        padding: 87px 10px 0 0;
        color: #495966;
    }

        .embracing-box .text-block p {
            margin: 0 0 20px;
            color: #495966;
        }

    .embracing-box h1 {
        color: #4e5252;
        position: relative;
        z-index: 1;
        padding: 0 53px;
        margin: 0 0 53px -160px;
    }

        .embracing-box h1 span {
            position: relative;
            padding: 36px 54px 34px 0;
            display: inline-block;
            vertical-align: top;
        }

            .embracing-box h1 span:after {
                content: "";
                position: absolute;
                width: 3px;
                background: #82c341;
                top: 17px;
                bottom: 17px;
                right: 0;
            }

        .embracing-box h1:after {
            content: "";
            top: 0;
            bottom: 0;
            position: absolute;
            right: -9999px;
            left: 0;
            background: rgba(255, 255, 255, .9);
            z-index: -1;
        }
.people-holder {
    background: #93dbdb;
}

    .people-holder .container {
        position: relative;
    }

    .people-holder .pattern-holder {
        left: -230px;
        opacity: .5;
        position: absolute;
        top: -188px;
        z-index: 1;
        right: auto;
        bottom: auto;
    }

    .people-holder .text-block {
        float: left;
        width: 53.6%;
        padding: 73px 0 0 57px;
        position: relative;
        z-index: 1;
    }

    .people-holder h1 {
        color: #4e5252;
        display: inline-block;
        margin: 0 0 54px -73px;
        padding: 0 52px;
        position: relative;
        vertical-align: top;
        z-index: 1;
    }

        .people-holder h1:before {
            content: "";
            background: rgba(255, 255, 255, .9);
            bottom: 0;
            left: -9999px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
        }

        .people-holder h1 span {
            position: relative;
            padding: 36px 0 36px 20px;
            display: inline-block;
            vertical-align: top;
        }

            .people-holder h1 span:before {
                content: "";
                position: absolute;
                width: 3px;
                background: #82c341;
                top: 17px;
                bottom: 17px;
                left: -27px;
            }

    .people-holder p {
        margin: 0 0 18px;
    }

    .people-holder .image-holder {
        float: right;
        margin: 0 -179px -52px 0;
        width: 46.4%;
    }

        .people-holder .image-holder img {
            width: 100%;
        }
.exploreourworld-holder {
    background: #a3be2f;
    padding-bottom: 100px;
}

    .exploreourworld-holder .container {
        position: relative;
    }

    .exploreourworld-holder .pattern-holder {
        left: -230px;
        opacity: .5;
        position: absolute;
        top: -188px;
        z-index: 1;
        right: auto;
        bottom: auto;
    }

    .exploreourworld-holder .text-block {
        float: left;
        width: 53.6%;
        padding: 73px 0 0 57px;
        position: relative;
        z-index: 1;
    }

    .exploreourworld-holder h1 {
        color: #4e5252;
        display: inline-block;
        margin: 0 0 54px -73px;
        padding: 0 52px;
        position: relative;
        vertical-align: top;
        z-index: 1;
    }

        .exploreourworld-holder h1:before {
            content: "";
            background: rgba(255, 255, 255, .9);
            bottom: 0;
            left: -9999px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
        }

        .exploreourworld-holder h1 span {
            position: relative;
            padding: 36px 0 36px 20px;
            display: inline-block;
            vertical-align: top;
        }

            .exploreourworld-holder h1 span:before {
                content: "";
                position: absolute;
                width: 3px;
                background: #82c341;
                top: 17px;
                bottom: 17px;
                left: -27px;
            }

    .exploreourworld-holder p {
        margin: 0 0 18px;
        color: #fff;
    }

    .exploreourworld-holder .image-holder {
        float: right;
        margin: 50px -179px -52px 0;
        width: 46.4%;
    }
 .negmargin100{
     margin-top:-100px;
 } 
 
      
.community-holder {
    background: #eff4f0;
    padding: 65px 0 66px;
}

    .community-holder h1 {
        color: #4e5252;
        display: inline-block;
        margin: 0 0 62px -6px;
        padding: 0 44px;
        position: relative;
        vertical-align: top;
        z-index: 1;
    }

        .community-holder h1:before {
            content: "";
            background: rgba(255, 255, 255, .9);
            bottom: 0;
            left: -9999px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
        }

        .community-holder h1 span {
            position: relative;
            padding: 33px 0 36px 21px;
            display: inline-block;
            vertical-align: top;
        }

            .community-holder h1 span:before {
                content: "";
                position: absolute;
                width: 3px;
                background: #a3be2f;
                top: 17px;
                bottom: 17px;
                left: -29px;
            }

    .community-holder .col-holder {
        position: relative;
        z-index: 2;
    }

    .community-holder .col {
        float: left;
        width: 50%;
        padding: 0 40px 0 23px;
    }

        .community-holder .col:first-child {
            padding: 0 22px 0 57px;
        }

    .community-holder p {
        margin: 0 0 20px;
    }

.nutrition-holder {
    background: #495966;
    color:#93dbdb;
    position: relative;
    padding: 124px 0 83px;
    z-index: 1;
}

    .nutrition-holder .register-holder, .community-holder .register-holder, .exploreourworld-holder .register-holder {
        display: inline-block;
        vertical-align: top;
        position: absolute;
        width: 146px;
        height: 146px;
        border-radius: 100%;
        background: #fff;
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        color: #90aead;
        top: -82px;
        left: 50%;
        overflow: hidden;
        padding: 36px 28px;
        text-align: center;
        text-decoration: none;
        margin: 0 0 0 -86px;
    }

        .nutrition-holder .register-holder:hover, .community-holder .register-holder:hover, .exploreourworld-holder .register-holder:hover {
            color: #495966;
        }

    .nutrition-holder .pattern-holder {
        bottom: auto;
        position: absolute;
        right: -375px;
        top: -270px;
        z-index: -1;
    }

    .nutrition-holder .image-holder {
        float: left;
        margin: 0 0 0 -272px;
        width: 67.1%;
    }

    .nutrition-holder .text-block {
        float: right;
        width: 47.1%;
        padding: 0 20px 0 0;
        text-align: right;
    }

        .nutrition-holder .text-block .text-wrap {
            text-align: left;
        }

    .nutrition-holder h1 {
        color: #4e5252;
        position: relative;
        z-index: 1;
        padding: 0 54px;
        margin: 0 0 57px;
        display: inline-block;
        vertical-align: top;
    }

        .nutrition-holder h1 span {
            position: relative;
            padding: 36px 50px 36px 0;
            display: inline-block;
            vertical-align: top;
        }

            .nutrition-holder h1 span:after {
                content: "";
                position: absolute;
                width: 3px;
                background: #ef8070;
                top: 17px;
                bottom: 17px;
                right: 0;
            }

        .nutrition-holder h1:after {
            content: "";
            top: 0;
            bottom: 0;
            position: absolute;
            right: -9999px;
            left: 0;
            background: rgba(255, 255, 255, .9);
            z-index: -1;
        }

    .nutrition-holder p {
        margin: 0 0 20px;
    }

.Theme_04_Default {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.sustainability-holder {
    background: url(/Portals/Chifley/Images/img8.jpg) 50% 50%;
    padding: 103px 0 117px;
    background-size: cover;
    position: relative;
    color: #fff;
    z-index: 1;
}
    .sustainability-holder:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(73, 89, 102, .2);
        z-index: -1;
    }

    .sustainability-holder h1 {
        color: #4e5252;
        display: inline-block;
        margin: 0 0 103px -68px;
        padding: 0 52px;
        position: relative;
        vertical-align: top;
        z-index: 1;
    }

        .sustainability-holder h1:before {
            content: "";
            background: rgba(255, 255, 255, .6);
            bottom: 0;
            left: -9999px;
            position: absolute;
            right: 0;
            top: 0;
            z-index: -1;
        }

        .sustainability-holder h1 span {
            position: relative;
            padding: 41px 96px 29px 20px;
            display: inline-block;
            vertical-align: top;
        }

            .sustainability-holder h1 span:before {
                content: "";
                position: absolute;
                width: 3px;
                background: #82c341;
                top: 17px;
                bottom: 17px;
                left: -32px;
            }

    .sustainability-holder .text-block {
        font-size: 16px;
        padding: 0 0 0 56px;
    }

    .sustainability-holder p {
        margin: 0 0 21px;
    }

        .sustainability-holder p strong {
            font-weight: 600;
        }

@media (min-width: 480px) and (max-width: 767px) {
    .columns-holder .column + .column {
        padding: 0 0 0 20px;
    }

    .footer-block .logo {
        width: 115px;
    }

    .footer-block .social-network {
        max-width: 220px;
        margin: 0 auto;
        padding: 15px 0 0;
    }

        .footer-block .social-network span {
            margin: 0 0 15px;
        }
}

@media (min-width: 768px) and (max-width: 1265px) {
    .promo-holder {
        padding: 30px 0 27px;
    }

    .features-holder {
        padding: 40px 0 35px;
    }

        .features-holder .image-holder {
            width: 40%;
        }

    .columns-holder {
        width: 60%;
    }

    .nutrition-holder .pattern-holder {
        right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .promo-holder:before {
        padding: 55px 0 0;
    }

    .pattern-holder {
        bottom: -45px;
        right: 26px;
        width: 60%;
    }

    .features-holder h1 {
        margin: 0 0 30px;
    }

    .features-holder .image-holder {
        margin: 3px -28px 0 0;
    }

    .columns-holder .column + .column {
        padding: 0 0 0 25px;
    }

    .columns-holder .row {
        padding: 0 0 20px 15px;
    }

    #footer .pattern-holder {
        bottom: 0;
        width: 33%;
        left: 0;
    }

    .footer-block .social-network {
        padding: 0;
    }

    .promo-box .image-holder {
        width: 40%;
        margin: 0;
    }

    .promo-box .text-block {
        width: 60%;
        padding: 20px 0 0 28px;
    }

    .embracing-box .image-holder {
        width: 40%;
        margin: 0;
    }

    .embracing-box .text-block {
        width: 60%;
        padding: 20px 0 0 28px;
    }

    .people-holder .image-holder {
        margin: 70px 0 0;
        width: 40%;
    }

    .exploreourworld-holder .image-holder {
        margin: 70px 0 0;
        width: 40%;
    }

    .community-holder .col {
        padding: 0 0 20px 30px;
    }

    .nutrition-holder .register-holder {
        margin: 0 0 0 -99px;
    }

    .exploreourworld-holder .register-holder {
        margin: 0 0 0 -99px;
    }

    .nutrition-holder .image-holder {
        margin: 0;
        width: 40%;
    }

    .nutrition-holder .text-block {
        padding: 0 0 0 44px;
        width: 60%;
    }
}

@media (min-width: 1024px) and (max-width: 1265px) {
    .promo-holder:before {
        padding: 120px 0 0;
    }

    .pattern-holder {
        bottom: -67px;
        right: 130px;
        width: 50%;
    }

    .features-holder h1 {
        font-size: 16px;
        line-height: 29px;
        margin: 0 0 30px;
    }

    .features-holder .image-holder {
        margin: 7px -52px 0 0;
    }

    .columns-holder .column + .column {
        padding: 0 0 0 45px;
    }

    .nutrition-holder h1 {
        margin: 0 0 57px 250px;
    }
}

@media only screen and (min-width: 1025px) {
    a[href^=tel],
    a[href^=skype],
    a[href^=sms] {
        cursor: default;
        pointer-events: none;
    }
}

@media (max-width: 1265px) {
    .header-holder .container {
        padding: 0 10px;
    }

    .header-holder .logo {
        width: 29%;
        margin: 0 auto;
    }

    .info-holder {
        padding: 0;
    }

    .info-block {
        padding: 0 0 25px;
    }

    h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .text-description {
        font-size: 20px;
        line-height: 26px;
        padding: 90px 0 0;
    }

        .text-description .title {
            padding: 20px 0 20px 24px;
            margin-bottom: 50px;
            font-size: 22px;
            line-height: 26px;
        }

        .text-description .text-wrap .register-holder {
            width: 120px;
            height: 120px;
            font-size: 16px;
            line-height: 20px;
            padding: 30px 20px;
            margin-right: 34px;
        }

    .text-holder {
        font-size: 16px;
        line-height: 22px;
        padding: 0;
    }

    .columns-holder .column {
        font-size: 16px;
        line-height: 22px;
    }

    .columns-holder .row:before {
        top: 3px;
    }
}

@media (max-width: 1023px) {
    .panel-block .container {
        padding: 0 10px;
    }

    .header-holder .logo {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        width: 20%;
    }

    #nav {
        font-size: 16px;
        line-height: 20px;
    }

        #nav ul {
            padding: 23px 0 0 0;
            margin: 0 -23px 0 0;
            width: 38.8%;
        }

            #nav ul:first-child {
                padding: 23px 10px 0 0;
                margin: 0 0 0 -23px;
            }

                #nav ul:first-child li {
                    padding: 0 0 5px 23px;
                }

        #nav li {
            padding: 0 23px 5px 0;
        }

    .text-description {
        padding: 25px 0 0;
        font-size: 18px;
        line-height: 22px;
    }

        .text-description .title {
            margin: 0 0 40px;
            font-size: 18px;
            line-height: 22px;
        }

        .text-description .text-wrap {
            padding-left: 5px;
        }

            .text-description .text-wrap .register-holder {
                margin-right: 20px;
            }

    .details-holder .cols-holder {
        padding: 0 0 15px;
    }

    .details-holder .icons-holder {
        width: 150px;
        height: 150px;
        white-space: nowrap;
        text-align: center;
        padding: 0 33px 0 38px;
        margin: 0 0 20px;
    }

        .details-holder .icons-holder:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 150px;
        }

        .details-holder .icons-holder > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 99%;
        }

        .details-holder .icons-holder span {
            font-size: 62px;
        }

    .details-holder .caption {
        font-size: 16px;
        line-height: 22px;
    }

    .opening-day {
        font-size: 16px;
        line-height: 22px;
    }

    #footer {
        padding: 30px 0 24px;
    }

    .footer-block {
        font-size: 14px;
        line-height: 20px;
    }

        .footer-block .social-network .title {
            font-size: 14px;
            line-height: 18px;
        }

    .add-nav {
        padding: 0 20px 0 0;
    }

    .promo-box {
        padding: 22px 0 20px;
    }

        .promo-box .text-block {
            font-size: 16px;
            line-height: 26px;
        }

            .promo-box .text-block p {
                margin: 0 0 15px;
            }

        .promo-box h1 {
            margin: 0 0 20px -48px;
            padding: 0 20px;
        }

            .promo-box h1 span {
                padding: 30px 20px 30px 0;
            }
.embracing-box {
        padding: 22px 0 20px;
    }

        .embracing-box .text-block {
            font-size: 16px;
            line-height: 26px;
        }

            .embracing-box .text-block p {
                margin: 0 0 15px;
            }

        .embracing-box h1 {
            margin: 0 0 20px -48px;
            padding: 0 20px;
        }

            .embracing-box h1 span {
                padding: 30px 20px 30px 0;
            }
            
    .people-holder {
        padding: 0 0 20px;
    }

        .people-holder .text-block {
            font-size: 16px;
            line-height: 26px;
            padding: 70px 30px 0 0;
            width: 60%;
        }

        .people-holder h1 {
            margin: 0 0 20px;
            padding: 0 20px;
        }

            .people-holder h1 span {
                padding: 30px 0 30px 20px;
            }

                .people-holder h1 span:before {
                    left: 0;
                }

        .people-holder p {
            margin: 0 0 15px;
        }

    .exploreourworld-holder {
        padding: 0 0 20px;
    }

        .exploreourworld-holder .text-block {
            font-size: 16px;
            line-height: 26px;
            padding: 70px 30px 0 0;
            width: 60%;
        }

        .exploreourworld-holder h1 {
            margin: 0 0 20px;
            padding: 0 20px;
        }

            .exploreourworld-holder h1 span {
                padding: 30px 0 30px 20px;
            }

                .exploreourworld-holder h1 span:before {
                    left: 0;
                }

        .exploreourworld-holder p {
            margin: 0 0 15px;
        }
        
    .community-holder {
        padding: 50px 0 50px;
    }

        .community-holder h1 {
            padding: 0 20px;
            margin: 0 0 20px;
        }

            .community-holder h1 span {
                padding: 30px 0 30px 20px;
            }

                .community-holder h1 span:before {
                    left: 0;
                }

        .community-holder .col-holder {
            font-size: 16px;
            line-height: 26px;
        }

        .community-holder .col:first-child {
            padding: 0 0 20px;
        }

        .community-holder p {
            margin: 0 0 15px;
        }

    .nutrition-holder {
        padding: 97px 0 20px;
    }

        .nutrition-holder .text-block {
            font-size: 16px;
            line-height: 26px;
        }

        .nutrition-holder h1 {
            padding: 0 20px;
            margin: 0 0 20px;
        }

            .nutrition-holder h1 span {
                padding: 30px 20px 30px 0;
            }

    .sustainability-holder {
        padding: 50px 0 20px;
    }

        .sustainability-holder h1 {
            padding: 0 20px;
            margin: 0 0 20px;
        }

            .sustainability-holder h1 span {
                padding: 30px 0 30px 20px;
            }

                .sustainability-holder h1 span:before {
                    left: 0;
                }

        .sustainability-holder .text-block {
            font-size: 16px;
            line-height: 26px;
            padding: 0;
        }

        .sustainability-holder p {
            margin: 0 0 15px;
        }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .panel-block {
        padding: 20px 0 8px;
        font-size: 12px;
        line-height: 16px;
    }

        .panel-block .container {
            padding: 0 15px;
        }

    .header-holder {
        padding: 15px 0;
    }

        .header-holder .container {
            padding: 0 15px;
        }

        .header-holder .logo {
            width: 180px;
            margin: 0;
        }

    .nav-opener {
        display: block;
    }

    #nav {
        padding: 18px 0 0;
        float: right;
    }

        #nav .nav-drop {
            position: absolute;
            padding: 30px 10px 20px;
            top: 94px;
            left: 0;
            right: 0;
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .5s ease 0s;
            transition: opacity .55s ease 0s;
            height: auto;
            background: #93dbdb;
            text-align: center;
        }

        #nav ul {
            float: none;
            text-align: center;
            padding: 0;
            margin: 0;
            max-width: 100%;
            width: 100%;
        }

            #nav ul:first-child {
                text-align: center;
                float: none;
                padding: 0;
                max-width: 100%;
                margin: 0;
            }

                #nav ul:first-child li {
                    padding: 0 0 10px;
                }

        #nav ul {
            width: 100%;
            float: none;
            text-align: center;
        }

        #nav li {
            padding: 0 0 10px;
            display: block;
        }

        #nav a {
            color: #fff;
        }

    .info-holder .pattern-holder {
        z-index: -1;
    }

    .info-block .image-holder {
        width: 100%;
        float: none;
        margin: 0;
    }

    .text-description {
        width: 100%;
        float: none;
        padding: 65px 0 0;
        font-size: 16px;
        line-height: 20px;
    }

        .text-description .title {
            font-size: 15px;
            line-height: 22px;
            margin: 0 0 25px;
            padding: 20px 15px;
        }

        .text-description .text-wrap .register-holder {
            padding: 24px 12px;
            font-size: 14px;
            line-height: 18px;
            margin: 0 0 0 -53px;
            position: absolute;
            left: 50%;
            right: auto;
            width: 100px;
            height: 100px;
            top: -50px;
        }

        .text-description .text-wrap .opening-time {
            padding-top: 0;
        }

    .text-holder {
        width: 100%;
    }

    .pattern-holder {
        width: 53%;
        right: 0;
        bottom: 0;
    }

    .features-holder {
        padding: 40px 0 45px;
    }

        .features-holder h1 {
            margin: 0 0 30px;
        }

        .features-holder .image-holder {
            float: none;
            margin: 0;
            width: 100%;
        }

    .columns-holder {
        float: none;
        width: 100%;
        padding: 0 0 15px;
    }

    .details-holder .col {
        width: 100%;
        padding: 0 15px 25px;
    }

    .details-holder .icons-holder {
        width: 100px;
        height: 100px;
        white-space: nowrap;
        text-align: center;
        padding: 0 26px 0 32px;
        margin: 0 0 20px;
    }

        .details-holder .icons-holder:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 100px;
        }

        .details-holder .icons-holder > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 99%;
        }

        .details-holder .icons-holder span {
            font-size: 38px;
        }

    #footer .pattern-holder {
        display: none;
    }

    .footer-block {
        font-size: 13px;
        line-height: 17px;
        padding: 0 0 10px;
    }

        .footer-block .social-network .title {
            font-size: 12px;
            line-height: 16px;
        }

    .promo-box .image-holder {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .promo-box .text-block {
        padding: 0;
        float: none;
        width: 100%;
    }

    .promo-box h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px;
    }
.embracing-box .image-holder {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }

    .embracing-box .text-block {
        padding: 0;
        float: none;
        width: 100%;
    }

    .embracing-box h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    .people-holder .text-block {
        float: none;
        width: 100%;
        padding: 50px 0 10px;
    }

    .people-holder h1 {
        font-size: 18px;
        line-height: 22px;
        display: block;
    }

    .people-holder .image-holder {
        float: none;
        width: 100%;
        margin: 0;
    }

   .exploreourworld-holder .text-block {
        float: none;
        width: 100%;
        padding: 50px 0 10px;
    }

    .exploreourworld-holder h1 {
        font-size: 18px;
        line-height: 22px;
        display: block;
    }

    .exploreourworld-holder .image-holder {
        float: none;
        width: 100%;
        margin: 0;
    }

    .community-holder h1 {
        font-size: 18px;
        line-height: 22px;
        display: block;
    }

    .community-holder .col {
        width: 100%;
        padding: 0 0 20px;
        float: none;
    }

    .nutrition-holder .register-holder {
        margin: 0 0 0 -70px;
    }

    .exploreourworld-holder .register-holder {
        margin: 0 0 0 -70px;
    }

    .nutrition-holder .image-holder {
        margin: 0 0 20px;
        float: none;
        width: 100%;
    }

    .nutrition-holder .text-block {
        float: none;
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .nutrition-holder h1 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 20px;
        display: block;
    }

    .nutrition-holder p {
        margin: 0 0 15px;
    }

    .sustainability-holder h1 {
        font-size: 18px;
        line-height: 22px;
        display: block;
    }
}

@media (max-width: 479px) {
    .columns-holder .column {
        float: none;
        width: 100%;
        text-align: left;
    }

        .columns-holder .column + .column {
            float: none;
            width: 100%;
            padding: 0;
        }

    .columns-holder .row {
        width: 100%;
        padding: 0 0 15px 10px;
    }

    .opening-day {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 2px;
    }

    .footer-block .logo {
        width: 122px;
    }

    .footer-block .social-network {
        display: inline-block;
        margin: 0;
        max-width: 100%;
        padding: 15px 0 5px;
        vertical-align: top;
        width: 100%;
    }
}
