/*
    Theme Name: wbsa
    Theme URI: http://insideonline.co.uk
    Description: Theme for wbsa
    Author: Inside Online
    Author URI: http://insideonline.co.uk
    Version: 1.0
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags:
*/


/* =Base styles
-------------------------------------------------------------- */

body {
    background: #fff;
}

.page-wrapper {t
    transition: transform 0.2s ease-in 0s;
}

/* #Global Transitions */
a, .column, .columns, .widget, .widget input, .row, a.sidebar-advert img {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* =Structure
-------------------------------------------------------------- */

.container {
    max-width: 860px;
    margin: 0 auto;
}

.full-width-container {
    padding: 60px 0;
}

.mobile-header {
    background: #7f8082;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 61px;
}

.logged-in .mobile-header {
    top: 20px;
}

.mobile-header img {
    max-width: 130px;
}

.inner-page-wrapper {
    border-top: 1px solid #9ea0a1;
    margin-top: 40px;
    padding-top: 10px;
}

.page-intro {
    margin-bottom: 40px;
}

.homepage-intro {
    margin-top: 25px;
}

/* =Primary navigation
-------------------------------------------------------------- */

.primary-navigation {
    background: transparent;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 35%;
    left: 0;
    width: 100%;
    z-index: 500;
    width: 105px;
}

.primary-navigation .navbar-collapse {
    padding: 0;
    border: none;
}

.primary-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-navigation ul li {
    display: block;
    margin: 0;
    overflow: hidden;
}

.primary-navigation ul li a {
    border-bottom: 1px solid #fff;
}

.primary-navigation ul.dropdown-menu li a {
    border-bottom: none;
}

/* top menu item */

.primary-navigation ul li.first-menu-item a {
    background: #7f8082;
    color: #fff;
}

.primary-navigation li.first-menu-item a:hover,
.primary-navigation li.first-menu-item a:active,
.primary-navigation li.first-menu-item a:focus {
    background: #737476;
    color: #fff;
}

/* menu item 1 */

.primary-navigation ul li.link1 a {
    background: #7f8082;
    color: #fff;
}

.primary-navigation li.link1 a:hover,
.primary-navigation li.link1 a:active,
.primary-navigation li.link1 a:focus {
    background: #737476;
    color: #fff;
}

/* menu item 2 */

.primary-navigation ul li.link2 a {
    background: #9e9d9f;
    color: #fff;
}

.primary-navigation li.link2 a:hover,
.primary-navigation li.link2 a:active,
.primary-navigation li.link2 a:focus {
    background: #949495;
    color: #fff;
}

/* menu item 3 */

.primary-navigation ul li.link3 a {
    background: #b6b5b5;
    color: #fff;
}

.primary-navigation li.link3 a:hover,
.primary-navigation li.link3 a:active,
.primary-navigation li.link3 a:focus {
    background: #aaa8a9;
    color: #fff;
}

/* menu item 4 */

.primary-navigation ul li.link4 a {
    background: #bbbdbf;
    color: #fff;
}

.primary-navigation li.link4 a:hover,
.primary-navigation li.link4 a:active,
.primary-navigation li.link4 a:focus {
    background: #b2b3b5;
    color: #fff;
}

/* menu item 5 */

.primary-navigation ul li.link5 a {
    background: #c8cacc;
    color: #fff;
}

.primary-navigation li.link5 a:hover,
.primary-navigation li.link5 a:active,
.primary-navigation li.link5 a:focus {
    background: #bdbec0;
    color: #fff;
}

/* menu item 6 */

.primary-navigation ul li.link6 a {
    background: #cfd0d2;
    color: #fff;
}

.primary-navigation li.link6 a:hover,
.primary-navigation li.link6 a:active,
.primary-navigation li.link6 a:focus {
    background: #c1c2c3;
    color: #fff;
}

/* menu item 7 */

.primary-navigation ul li.link7 a {
    background: #e1e2e4;
    color: #fff;
}

.primary-navigation li.link6 a:hover,
.primary-navigation li.link6 a:active,
.primary-navigation li.link6 a:focus {
    background: #c1c2c3;
    color: #fff;
}

/* last item */

.primary-navigation ul li.last-menu-item a {
    background: #8dc73f;
    color: #fff;
}

.primary-navigation li.last-menu-item a:hover,
.primary-navigation li.last-menu-item a:active,
.primary-navigation li.last-menu-item a:focus {
    background: #83be32;
    color: #fff;
}

/* --------------- */

.primary-navigation ul li a {
    display: block;
    padding: 10px;
    margin: 0;
    background: #cecfd0;
    color: #fff;
    text-align: right;
}

.primary-navigation li a:hover, 
.primary-navigation li a:active, 
.primary-navigation li a:focus {
    color: #fff;
    background: #c2c3c3;
    text-decoration: none;
}

.primary-navigation ul.dropdown-menu li a {
    background: #eee;
    color: #7d7d7d;
}

.primary-navigation ul.dropdown-menu li a:hover {
    background: #e3e3e3;
    color: #7d7d7d;
}

.primary-navigation > .active > a, 
.primary-navigation > .active > a:hover, 
.primary-navigation > .active > a:focus {
    color: #428BCA;
}

.primary-navigation > li > a:hover, 
.primary-navigation > li > a:focus {
    background: none;
}

.primary-navigation > li > a {
    padding: 0;
}

.primary-navigation > li > a {
    line-height: auto;
    padding-bottom: 0;
    padding-top: 0;
    display: block;
    padding: 0;
    position: relative;
}

.primary-navigation .caret {
    margin-left: 8px;
}

/* dropdown stuff */

.primary-navigation > .open > a, 
.primary-navigation > .open > a:hover, 
.primary-navigation > .open > a:focus {
    background: none;
    color: #000;
}

.primary-navigation .open ul.dropdown-menu {
    display: block;
    top: -1px;
    margin: 0;
    position: relative;
    /*left:-2px;*/
    border: none;
}

.dropdown-menu {
    box-shadow: none;
    font-size: inherit;
    border-radius: 0;
    border-color: #f6f6f6;
    padding: 0;
    top: 218%;
    min-width: 105px;
    
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background: none;
    color: #000;
}

.primary-navigation .dropdown-menu li {
    display: block;
    float: none;
    margin: 0;
    border-top: 1px solid #fff;
    border-right: none;
}

.primary-navigation ul.dropdown-menu li a {
    padding: 5px 10px;
    color: #000;
}

/* bg colors for dropdown */

/* link 1 */

.primary-navigation ul.dropdown-menu li.link1 a {
    background: #96989b;
}

.primary-navigation ul.dropdown-menu li.link1 a:hover,
.primary-navigation ul.dropdown-menu li.link1 a:visited,
.primary-navigation ul.dropdown-menu li.link1 a:active {
    background: #8b8d8f;
    color: #000;
}

/* link 2 */

.primary-navigation ul.dropdown-menu li.link2 a {
    background: #aeb0b3;
}

.primary-navigation ul.dropdown-menu li.link2 a:hover,
.primary-navigation ul.dropdown-menu li.link2 a:visited,
.primary-navigation ul.dropdown-menu li.link2 a:active {
    background: #a1a4a6;
    color: #000;
}

/* link 3 */

.primary-navigation ul.dropdown-menu li.link3 a {
    background: #bbbdbf;
}

.primary-navigation ul.dropdown-menu li.link3 a:hover,
.primary-navigation ul.dropdown-menu li.link3 a:visited,
.primary-navigation ul.dropdown-menu li.link3 a:active {
    background: #b0b2b4;
    color: #000;
}

/* link 4 */

.primary-navigation ul.dropdown-menu li.link4 a {
    background: #cfd0d2;
}

.primary-navigation ul.dropdown-menu li.link4 a:hover,
.primary-navigation ul.dropdown-menu li.link4 a:visited,
.primary-navigation ul.dropdown-menu li.link4 a:active {
    background: #c2c3c5;
    color: #000;
}

/* link 5 */

.primary-navigation ul.dropdown-menu li.link5 a {
    background: #d5d6d7;
}

.primary-navigation ul.dropdown-menu li.link5 a:hover,
.primary-navigation ul.dropdown-menu li.link5 a:visited,
.primary-navigation ul.dropdown-menu li.link5 a:active {
    background: #cacbcd;
    color: #000;
}

/* link 6 */

.primary-navigation ul.dropdown-menu li.link6 a {
    background: #d5d6d7;
}

.primary-navigation ul.dropdown-menu li.link6 a:hover,
.primary-navigation ul.dropdown-menu li.link6 a:visited,
.primary-navigation ul.dropdown-menu li.link6 a:active {
    background: #c9cacc;
    color: #000;
}

/* link 7 */

.primary-navigation ul.dropdown-menu li.link7 a {
    background: #dbdcde;
}

.primary-navigation ul.dropdown-menu li.link7 a:hover,
.primary-navigation ul.dropdown-menu li.link7 a:visited,
.primary-navigation ul.dropdown-menu li.link7 a:active {
    background: #d0d1d2;
    color: #000;
}

/* ------------- */

.primary-navigation > li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border: none;
}

.primary-navigation > li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border: none;
}

.navbar-toggle {
    padding: 0;
    margin: 7px 15px 0 0;
    background: none;
    border: none;
    font-size: 26px;
    color: #fff;
}

.navbar-collapse {
    max-height: 100%;
    box-shadow: none;
    overflow-x: hidden;
}

@media only screen and (max-width:1090px) {
    
    .primary-navigation .open ul.dropdown-menu {
        margin-bottom: 0px;
    }
    
    .primary-navigation ul li.open {
        border-bottom: 1px solid #fff;
    }

    .mobile-header {
        display: block !important;
    }
    
    body {
        padding-top: 70px;
    }
    
    .navbar {
        min-height: 0;
    }
    
    .primary-navigation {
        position: fixed;
        width: 100%;
        top: 60px;
        left: 0;
        background: transparent;
        border-radius: 0;
        border-top: 1px solid #fff;
    }
    
    .logged-in .primary-navigation {
        top: 79px;
    }
    
    .primary-navigation ul li {
        float: left;
        width: 25%;
        /*width: 33.33%;*/
        border-right: 1px solid #fff;
    }
    
    .primary-navigation ul li.last-menu-item {
        border-right: none;
    }
    
    .primary-navigation .dropdown-menu li {
        width: 100%;
    }
    
    .primary-navigation .open ul.dropdown-menu {
        min-width: 100%;
    }

}

@media only screen and (max-width:500px) {
    
    .primary-navigation {
        top: 60px;
    }
    
    .primary-navigation ul li {
        overflow: visible;
    }
    
    .primary-navigation ul li a {
        padding: 10px 6px;
    }
    
    .navbar-collapse {
        overflow-x: visible;
    }
}


/* =Logo
-------------------------------------------------------------- */

.logo img {
    width: 300px;
}

img.logo {
    margin-bottom: 20px;
}

/* =Header
-------------------------------------------------------------- */

header.main-header {
    padding: 50px 0;
    margin: 0 0 70px 0;
}

header.main-header .widget {
    margin: 0 0 10px 0;
}

.header-inner img {
    width: 180px;
    margin-right: 10px;
}

header.header-inner {
    margin-bottom: 30px;
    padding-bottom: 0;
}

/* =Homepage
-------------------------------------------------------------- */

@media only screen and (max-width:990px) {
    .homepage-intro {
        margin-bottom: 30px;
        overflow: hidden;
    }
}

.section-about {
    padding-top: 20px;
}

#section-about .flexslider {
    max-width: 500px;
}

.rows-spacing .col-md-12, 
.rows-spacing .col-md-11, 
.rows-spacing .col-md-10, 
.rows-spacing .col-md-9,
.rows-spacing .col-md-8, 
.rows-spacing .col-md-7, 
.rows-spacing .col-md-6, 
.rows-spacing .col-md-5, 
.rows-spacing .col-md-4, 
.rows-spacing .col-md-3,
.rows-spacing .col-md-2,
.rows-spacing .col-md-1
.rows-spacing .col-lg-12, 
.rows-spacing .col-lg-11, 
.rows-spacing .col-lg-10, 
.rows-spacing .col-lg-9,
.rows-spacing .col-lg-8, 
.rows-spacing .col-lg-7, 
.rows-spacing .col-lg-6, 
.rows-spacing .col-lg-5, 
.rows-spacing .col-lg-4, 
.rows-spacing .col-lg-3,
.rows-spacing .col-lg-2,
.rows-spacing .col-lg-1
{
    margin-bottom: 30px;
}

.room-list {
    margin-top: 40px;
}

.room-list .room-image {
    margin: 0 0 40px 0;
}

.wp-caption.room-image {
    max-width: 300px !important;
    float: none;
    margin: 0 auto;
}

.room-slider {
    margin-top: 40px;
}

.room-list .row {
    margin-bottom: 12px;
    margin-top: 12px;
}

.room-list .row:last-child {
    margin-bottom: 0;
}

.room-list .room {
    border-top: 1px solid #9ea0a1;
    padding-bottom: 12px;
}

.room-list .room-thumb {
    border: 1px solid #9ea0a1;
    padding: 4px;
}

.floor-plan-wrap {
    display: block;
    position: relative;
    border: 1px solid #9ea0a1;
}

.floor-plan-wrap h3 {
    color: #fff;
    background: #8dc63f;
    padding: 0 5px;
    margin:0;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.floor-plan-lightbox .modal-dialog {
    max-width: 450px;
}

@media only screen and (max-width:770px) {
    .facilities-slider {
        margin-bottom: 60px !important;
    }
}

.social-instructions {
    margin: 0 0 10px 0;
    font-size: 13px;
    text-align: right;
    max-width: 500px;
}

#social-update-box {
    padding: 7px;
    height: 65px;
    overflow-y: auto;
    color: #fff;
    float: left;
    width: 302px;
    background: #838488;
}

.social-bar {
    background: #838488;
    margin: 0 0 1px 0;
    height: 65px;
    max-width: 500px;
}

.social-bar ul.social-links li, 
.social-bar ul.social-links li a {
    margin: 0 !important;
}

.social-bar .social-links li a {
    height: 30px !important;
    padding: 19px 16px 16px !important;
}

.social-bar .social-links li a i {
    top: 5px !important;
}

.social-bar ul.social-links li a {
    border-left: 1px solid #fff !important;
}

.social-bar ul.social-links.social-links-align-alignment-right li {
    margin: 0 !important;
}

.social-bar ul.social-links.social-links-align-alignment-right {
    text-align: right !important;
}

@media only screen and ( max-width: 500px ) {
    .social-bar ul.social-links.social-links-align-alignment-right {
        text-align: left !important;
        overflow: hidden;
        background: #979799;
        width: 100%;
        clear: both;
    }
    
    .social-bar {
        height: auto;
    }
}

.homepage-social-links {
    
}

/* twitter widget */

.fetch-tweets {
    overflow: visible !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.fetch-tweets-body {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 0px;
}

.fetch-tweets-media, .fetch-tweets-external-media {
    display: none;
}

.fetch-tweets-body a, 
.fetch-tweets-body a:active,
.fetch-tweets-body a:focus,
.fetch-tweets-body a:visited {
    color: #8dc63f;
}

.fetch-tweets-body a:hover {
    color: #8dc63f;
    text-decoration: underline;
}

.fetch-tweets-body .fetch-tweets-text:after {
    border: none;
}

.fetch-tweets-profile-image {
    display: none;
    position: relative;
    top: 8px;
}

.fetch-tweets-item  {
    padding: 0 !important;
}

.fetch-tweets-user-name, 
.fetch-tweets-tweet-created-at {
    display: none !important;
    visibility: hidden;
    line-height: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.fetch-tweets-main {
    margin: 0 !important;
    padding: 0 !important;
}

.fetch-tweets-intent-buttons {
    display: none;
}

.social-pane {
    position: relative;
    width: 100%;
    height: 100%;
}

.social-pane .modal {
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    background: rgba(255,255,255,0.9);
}

.social-pane .modal-footer {
    margin: 0;
}

.social-pane .modal-header {
    display: none;
}

.social-pane .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    background: transparent;
}

.social-pane .modal-content {
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    background: transparent;
}

.home .modal-backdrop {
    display: none;
}

/* homepage blog */

.magazine-wrapper.homepage-magazine-section {
    max-width: 830px;
    padding-top: 0;
    padding-bottom: 1px;
    background: #7E8083;
    margin-bottom: 1px;
}

.magazine-wrapper.homepage-magazine-section .container {
    max-width: 830px;
}

header.homepage-magazine {
    padding: 10px;
    background: #F9F4E8;
    border-top: 5px solid #7E8083;
}

header.homepage-magazine img {
    max-width: 150px;
}

.magazine-wrapper.homepage-magazine-section .homepage-post { 
    width: 276px;
    float: left;
    margin: 0;
}

.homepage-magazine-section .homepage-post.homepage-post-1,
.homepage-magazine-section .homepage-post.homepage-post-2 {
    margin-right: 1px !important;
}

/*.magazine-wrapper.homepage-magazine-section .homepage-post.homepage-post-2 {
    float: right;
}*/

.magazine-wrapper.homepage-magazine-section .homepage-post .meta {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.magazine-wrapper.homepage-magazine-section .homepage-post .featured-image {
    margin-bottom: 0;
}

.magazine-wrapper.homepage-magazine-section .homepage-post .content {
    background: #7e8083;
    color: #fff;
    padding: 10px 15px;
}

@media only screen and (max-width: 990px) {
    .magazine-wrapper.homepage-magazine-section {
        max-width: 621px;
    }
    
    .magazine-wrapper.homepage-magazine-section .homepage-post { 
        width: 324px;
        float: left;
        margin: 0;
    }
}

@media only screen and (max-width: 760px) {
    .magazine-wrapper.homepage-magazine-section {
        max-width: 100%;
        margin: 0 15px;
    }
    
    .magazine-wrapper.homepage-magazine-section .homepage-post { 
        width: 49.9%;
    }
}

@media only screen and (max-width: 500px) {
    .magazine-wrapper.homepage-magazine-section .homepage-post { 
        width: 100%;
        float: none;
    }
}

/* =Team page
-------------------------------------------------------------- */

.post-list {
    margin-top: 40px;
}

.post-list .row {
    margin-bottom: 12px;
    margin-top: 12px;
}

.post-list .row:last-child {
    margin-bottom: 0;
}

.post-list .post {
    border-top: 1px solid #9ea0a1;
    padding-bottom: 12px;
}

.post-list .post-0 {
    border-top: none;
}

.post-list h2 span {
    color: #7e8082;
    font-weight: normal;
}

.post-list .post h2 {
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
}

.post-list-sidebar {
    border-left: 1px solid #9ea0a1;
    min-height: 210px;
    position: relative;
}

.post-list-sidebar .btn-pointed {
    width: 130px;
    margin: 0 0 10px 0;
}

.post-list-sidebar-text {
    line-height: 1.6em;
    margin: 10px 0 0;
}

.post-list-sidebar .btn-bottom {
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0;
}

.job-quote {
    color: #8dc73f;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
}

.job-quote span {
    display: block;
    text-align: right;
}

.post-list-sidebar a.social-link {
    position: absolute;
    top: 0px;
    right: 12px;
    padding: 10px 13px;
}

@media (max-width: 990px) {
 
    .post-list-sidebar {
        border: none;
    }
    
    .post-list .no-left-padding {
        padding-left: 20px;
    }
    
    .post-list-sidebar .btn-bottom {
        position: static !important;
    }
    
    .post-list-sidebar a.social-link {
        position: static;
        display: inline-block;
        margin-top: 6px;
    }
    
    .post-list-sidebar {
        padding-top: 10px;
        padding-bottom: 10px;
        float: none;
        clear: both;
        min-height: 0;
    }
    
    .post-list-sidebar .btn, 
    .post-list-sidebar a.social-link {
        margin: 10px 10px 0 0;
        display: block;
    }
    
    .post-list-sidebar a.social-link {
        display: inline-block;
    }
    
}

@media (max-width: 860px) {
    
    .job-quote span {
        display: inline;
    }
    
}

/* =Contact page
-------------------------------------------------------------- */

form.wpcf7-form {
    border: 1px solid #9ea0a1;
    padding: 30px;
    margin: 40px 0;
}

form.wpcf7-form p {
    margin: 10px 0;
}

div.wpcf7-validation-errors {    
    background: #f2dede;
}

span.wpcf7-not-valid-tip {
    padding: 5px 15px;
    border-left: 5px solid #f2dede;
    color: #333;
}

form .wpcf7-response-output {
    padding: 10px;
    color: #333;
    border: none;
}

form div.wpcf7-mail-sent-ok {
    background: #8dc73f;
    color: #fff;
    margin:20px 0;
}

/* =Blog Section
-------------------------------------------------------------- */

.magazine-navigation.navbar {
    min-height: 0;
    margin-bottom: 0;
}

.magazine-navigation .navbar-toggle {
    color: #000;
    float: left;
    margin: 0 0 10px 10px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

.magazine-navigation .navbar-toggle i {
    font-size: 22px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#magazine-menu {
    padding: 0 15px;
}

@media only screen and (max-width:790px) {
    #magazine-menu .navbar-nav li {
        display: block;
        margin: 0 0 10px 0;
    }
}

#magazine-menu .navbar-nav li a {
    padding: 0;
}

#magazine-menu .navbar-nav li a:hover, 
#magazine-menu .navbar-nav li a:focus {
    background: none;
}

.magazine-navigation-inner {
    border-bottom: 2px solid #7e8083;
    border-radius: 0;
    margin-bottom: 20px !important;
}

#menu-magazine-menu {
    padding: 0;
    margin: 10px 0 20px;
}

.magazine-navigation li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0 30px 0 0;
}

.magazine-navigation li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.magazine-navigation li a:hover {
    color: #000;
    text-decoration: underline;
}

header.magazine-header {
    padding: 20px 5px 0 5px;
    margin-bottom: 20px;
}

#breadcrumbs {
    font-family: 'myriad-pro', helvetica, arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    top: 15px;
}

@media only screen and (max-width:980px) {
    #breadcrumbs {
        display:block;
        margin: 0 0;
    }
}

#breadcrumbs a {
    color: #000;
}

.magazine-wrapper {
    background: #f9f4e8;
    max-width: 1038px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.magazine-wrapper .container {
    max-width: 1038px;
}

.magazine-banner {
    text-align: center;
}

.masonry-posts {
    max-width: 1038px;
    padding-bottom: 90px;
    position: relative;
}

.masonry-posts .masonry-item.category-featured { 
    width: 517px;
}

.masonry-posts .masonry-item { 
    width: 258px;
    margin-bottom: 1px;
}

@media only screen and (max-width:517px) {
    .masonry-posts .masonry-item.category-featured { 
        width: 100%;
    }
    
    .masonry-posts .masonry-item { 
        width: 100%;
        margin-bottom: 1px;
    }
    
    .masonry-item {
        position: static !important;
    }
}

.masonry-item .content {
    background: #7e8083;
    padding: 10px;
    color: #fff;
}

.masonry-item .content .meta {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.masonry-item .content .title, 
.masonry-item .content .title a {
    color: #000;
    text-transform: uppercase;
}

.latest-blog-section {
    
}

.latest-blog-section {
    
}

.latest-blog-section {
    
}

.latest-posts {
    margin-top: 40px;
    margin-bottom: 40px;
}

.latest-posts article {
    margin-bottom: 40px;
}

.post-meta .date {
    display: block;
}

/* load more button */

a.load-more, 
.alm-btn-wrap #load-more {
    display: block;
    margin: 0;
    padding: 16px 15px;
    color: #7e8083;
    background: #eee9dd;
    text-align: center;
    width: 100%;
    height: auto;
    border-radius: 0;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}

a.load-more:hover, 
.alm-btn-wrap #load-more:hover {
    color: #7e8083;
    background: #e4e0d6;
}

button.alm-load-more-btn.loading:before {
    position: static;
    width: 25px;
    height: 25px;
    margin: 10px 0;
    top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
}

/* article nav in masonry sections */

.masonry-posts .article-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.masonry-posts .post-navigation {
    margin: 0;
}

/* footer in magazine section */

footer.magazine-footer {
    background: #7e8083;
    max-width: 1038px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0 !important;
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.magazine-footer-image img {
    margin: 10px 0 0;
    max-width: 180px;
}

footer.magazine-footer .social-links li a {
    padding: 15px 22px;
}

footer.magazine-footer ul.social-links.social-links-align-alignment-right li {
    margin-left: 4px;
}

@media only screen and (max-width: 990px) {
    ul.social-links.social-links-align-alignment-right {
        text-align: left !important;
    }
}

/* post thumbnails */

article .featured-image {
    margin-bottom: 20px;
}

@media only screen and (max-width: 990px) {
    .masonry-item .featured-image img {
        width: auto !important;
        height: auto !important;
    }
}

.masonry-item article .featured-image {
    margin-bottom: 0px;
}

.blog-sidebar article .featured-image {
    margin-bottom: 10px;
}

.wp-post-image {
    max-width: 100%;
    margin: 0;
    float: none;
}

.featured-image, 
.featured-media {
    margin: 0;
}

/*
.blog-section h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 0 0 10px 0;
}
*/

.blog-section article {
    margin-bottom: 40px;
}

.blog-single-post {
    overflow: hidden;
}

.magazine-wrapper .col-md-9 {
    padding-left: 0;
}

header.article-header {
    padding: 0 15px;
}

.blog-single-post article {
    margin-bottom: 40px;
}

.magazine-wrapper article .content {
    padding: 10px 15px;
}

.magazine-wrapper .styled-box {
    padding: 0 15px;
}

.blog-section.latest-blog-section article {
    margin-bottom: 0px;
}

.blog-section .meta, 
.latest-posts .meta {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    color: #7e8083;
    font-family: 'myriad-pro', helvetica, arial, sans-serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
}

.search .meta {
    margin-bottom: 0;
    border-bottom: none;
}

.blog-section .the-content {
    margin: 0 0 30px 0;
}

.blog-comments {
    padding: 30px 15px 20px 15px;
    margin-top: 60px;
}

.blog-section .meta-space .tags {
    margin: 0 0 40px 0;
}

/* Quote Post formats */

article.format-quote .quote-content {
    padding: 30px 30px 10px 30px;
    text-align: left;
    color: #fff;
}

article.format-quote blockquote {
    margin: 0 0 20px 0;
}

article.format-quote blockquote,  
article.format-quote blockquote p {
    font-size: 36px;
    line-height: 48px;
    padding: 0;
    border: none;
}

.latest-posts article.format-quote blockquote,  
.latest-posts article.format-quote blockquote p {
    font-size: 32px;
    line-height: 44px;
    text-align: center;
}

.latest-posts article.format-quote .quote-content {
    text-align: center;
}

article.format-quote a {
    color: #fff;
}

article.format-quote a:hover {
    text-decoration: none;
    color: #fff;
}

/* Image Post formats */

.format-image .featured-image img  {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
    transition: all 0.07s ease-in 0s;
}

/* Gallery Post formats */

.featured-gallery {
    margin: 0;
    width: 100%;
    position: relative;
    visibility: hidden;
}

.featured-gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.featured-gallery li {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.featured-gallery.responsive {
    width: auto;
    margin-left: 0;
}

.featured-gallery-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.featured-gallery-nav a {
    display: block;
    float: right;
    font-size: 22px;
    line-height: 24px;
    padding: 5px 10px;
    color: #fff;
    background: #333;
}

.featured-gallery-nav a:hover {
    background: #1c1c1c;
}

/* posts nav links */

.nav-links {
    
}

.nav-links a {
    display: block;
    margin: 0;
    position: relative;
    padding-top:7px;
    padding-bottom:7px;
    color: #000;
    text-transform: uppercase;
}

.nav-links a i {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 16px;
}

.nav-links-next a i {
    right: 0;
}

.nav-links-prev a {
    padding-left: 25px;
}

.nav-links-next a {
    padding-right: 25px;
    text-align: right;
}

.post-navigation {
    margin-bottom: 40px;
    overflow: hidden;
}

.nav-links a {
    
}

/* post author */

.post-author {
    margin: 0 0 40px 0;
    position: relative;
}

.post-author.styled-box {
    padding-left: 100px;
}

.archive .post-author {
    margin: 0 0 40px 0;
}

.post-author p {
    margin: 0 0 5px 0;
}

.post-author img.avatar {
    max-width: 60px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 15px;
}

/* comments */

#comments {
    
}

.comment-body {
    position: relative;
    padding: 0 0 0 50px;
}

ol.commentlist .comment-awaiting-moderation {
    padding: 10px;
    margin: 10px 0;
    color: #C09853;
    background: #FCF8E3;
    border-radius: 3px;
}

.comment-metadata {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.comment-metadata .edit-link {
    margin-left: 8px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}

#comments .input-text {
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
}

#comments .input-text:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

#comments textarea {
    height: 200px;
}

#comments {
    margin: 0px 0 0 0;
}

#comments h2 {
    margin: 0 0 20px 0;
}

#comments article {
    margin: 0;
    border: none;
}

.comment-content {
    margin: 15px 0;
}

#commentform textarea {
    padding: 10px 2%;
    width: 95.6%;
}

ol.commentlist {}

ol.commentlist { 
    list-style:none; 
    margin: 0 0 40px 0; 
    padding:0; 
    text-indent:0; 
}

ol.commentlist li { 
    padding: 25px 0; 
    border-top: 1px solid #eee;
}

ol.commentlist li.alt { }

ol.commentlist li.bypostauthor {}

ol.commentlist li.bypostauthor .fn {
    color: #428BCA;
}

ol.commentlist li.byuser {}

ol.commentlist li.comment-author-admin {}

ol.commentlist li.comment { }

ol.commentlist li div.comment-author {}

ol.commentlist li div.vcard { }

ol.commentlist li div.vcard .fn {
    font-weight: normal;
    text-transform: uppercase;
}

ol.commentlist li div.vcard cite.fn { 
    font-style:normal;
}

ol.commentlist li div.vcard cite.fn a.url {}

ol.commentlist li div.vcard img.avatar { 
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 43px;
    border-radius: 50px; 
}

ol.commentlist li div.vcard img.avatar-32 {}

ol.commentlist li div.vcard img.photo {}

ol.commentlist li div.vcard span.says {}

ol.commentlist li div.commentmetadata {}

ol.commentlist li div.comment-meta { 
    color: #979797; 
    font-size: 12px; 
}

ol.commentlist li div.comment-meta a { 
    color:#ccc; 
}

ol.commentlist li p { 
    margin:0 0 1em; 
}

ol.commentlist li ul { 
    list-style:square; 
    margin:0 0 1em 2em;
}

ol.commentlist li div.reply {
    position: absolute;
    right: 0;
    top: 0;
}

ol.commentlist li div.reply a { 
    background: #3498DB;
    color: #fff;
    border: none; 
    border-radius: 1px;
    padding: 3px 8px; 
    text-shadow: none;
    font-size: 10px;
    text-transform: uppercase;
}

ol.commentlist li div.reply a:hover {
    background: #4bb0f4;
    text-decoration: none;
}

ol.commentlist li ul.children { 
    list-style:none;
    margin:1em 0 0; 
    text-indent:0; 
}

ol.commentlist li ul.children li {}

ol.commentlist li ul.children li.alt {}

ol.commentlist li ul.children li.bypostauthor {}

ol.commentlist li ul.children li.byuser {}

ol.commentlist li ul.children li.comment {}

ol.commentlist li ul.children li.comment-author-admin {}

ol.commentlist li ul.children li.depth-2 { 
    margin:25px 0 0 10px; 
}

ol.commentlist li ul.children li.depth-3 { 
    margin:25px 0 0 10px;
}

ol.commentlist li ul.children li.depth-4 { 
    margin:25px 0 0 10px;
}

ol.commentlist li ul.children li.depth-5 {}

ol.commentlist li ul.children li.odd {}

ol.commentlist li {
    padding: 20px;
    margin: 0 0 20px 0;
}

ol.commentlist li.even { 
    background:#f9f9f9;
    border: 1px solid #eee;
}

ol.commentlist li.odd { 
    background:#fff;
    border: 1px solid #eee;
}

ol.commentlist li.parent { }

ol.commentlist li.pingback { 
    border-bottom:1px dotted #666;
    padding:1em;
}

ol.commentlist li.thread-alt { }

ol.commentlist li.thread-even {}

ol.commentlist li.thread-odd {}

#respond {
    margin: 30px 0 0;
}

#respond form {
    margin: 0;
}

/* sidebar */

.blog-sidebar.col-md-3 {
    padding-right: 0;
}

@media only screen and (max-width:980px) {
    .blog-sidebar.col-md-3 {
        padding-left: 10px;
    }
}

.blog-sidebar ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar .widget {
    margin: 0 0 50px 0;
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}

.blog-sidebar .widget li {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.blog-sidebar article .content {
    padding: 0 15px 0 0;
}

.blog-sidebar .meta {
    margin-bottom: 10px;
    padding: 0;
}

.tagcloud {
    overflow: hidden;
}

.widget_tag_cloud a, 
.blog-section .meta-space .tags a {
    background-color: #333;
    color: #FFFFFF;
    float: left;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 11px !important;
    font-weight: 300;
    margin-bottom: 3px;
    margin-right: 3px;
    padding: 3px 8px;
    text-transform: uppercase;
    transition: background-color 0.3s ease 0s;
}

.widget_tag_cloud a:hover, 
.blog-section .meta-space .tags a:hover {
    text-decoration: none;
    background-color: #1c1c1c;
}

/* category section */

.category-description {
    margin: -20px 0 50px 0;
}

/* search box */

.search-form {
    position: relative;
}

.search-form button {
    position: absolute;
    top: 7px;
    right: 5px;
    line-height: 15px;
    padding: 10px 18px;
}

.search-form button i {
    font-size: 14px;
}

.widget_search {
    padding: 0;
}

.search-form input[type="text"] {
    border: 1px solid #eee;
}


/* =Facilities
-------------------------------------------------------------- */

.gallery-icons-container {
    display: none;
}

.gallery-icons-container.gallery-icons-0 {
    display: block;
}

.gallery-icons {
    position: relative;
    top: 30px;
    overflow: hidden;
}

.facility-icon {
    width: 36px;
    height: 35px;
    float: left;
    margin: 10px 10px 0 0;
    text-indent: -9999px;
    background-size: 35px 35px !important;
}

.facility-icon:last-child {
    margin-right: 0;
}

.icon-bike_store {
    background: url(img/icons/bike_button.gif) no-repeat;
}

.icon-wifi {
    background: url(img/icons/Wifi.gif) no-repeat;
}

.icon-electronic_entry {
    background: url(img/icons/Secureentry_Button.gif) no-repeat;
}

.icon-cctv {
    background: url(img/icons/cctv_button.gif) no-repeat;
}

.icon-imacs {
    background: url(img/icons/imac.gif) no-repeat;
}

.icon-on_site_support {
    background: url(img/icons/On-site_button.gif) no-repeat;
}

.icon-dishwasher {
    background: url(img/icons/Dishwasher_button.gif) no-repeat;
}

.icon-disabled_access {
    background: url(img/icons/disabledAccess_Button.gif) no-repeat;
}

.icon-under_floor_heating {
    background: url(img/icons/Underfloorheating_button.gif) no-repeat;
}

.icon-coffee_shop {
    background: url(img/icons/cafe_button.gif) no-repeat;
}

.icon-common_rooms {
    background: url(img/icons/common-room.gif) no-repeat;
}

.icon-sauna {
    background: url(img/icons/Sauna.png) no-repeat;
}

.icon-luxury_bathrooms {
    background: url(img/icons/Ensuite_button.gif) no-repeat;
}

.icon-laundry_room {
    background: url(img/icons/Laundry_button.gif) no-repeat;
}

.icon-swimming_pool {
    background: url(img/icons/Swimming.png) no-repeat;
}

.icon-superfast_broadband {
    background: url(img/icons/Internet_button.gif) no-repeat;
}

.icon-ironing_boards {
    background: url(img/icons/Ironing-Board_button.gif) no-repeat;
}

.icon-gym {
    background: url(img/icons/Gym.png) no-repeat;
}

.icon-fridge_freezer {
    background: url(img/icons/FridgeFreezer_button.gif) no-repeat;
}

.icon-microwave {
    background: url(img/icons/Microwave_Button.gif) no-repeat;
}




/* =Contact page
-------------------------------------------------------------- */


/* =404
-------------------------------------------------------------- */

.error404 .full-width-container.main-content-area {
    padding: 100px 0;
}

.error404 h1 {
    margin: 0 0 50px 0;
}

.error404 h1 i {
    display: block;
    font-size: 80px;
    margin: 0 0 30px 0;
}

.error404 .search-form {
    max-width: 400px;
    margin: 0;
    position: relative;
}

.error404 .search-form button {
    top: 7px;
}

.error404 .search-form input { 
    margin: 0;
}

/* =Footer
-------------------------------------------------------------- */

footer.full-width-container {
    margin: 0;
    padding: 60px 0 60px 0;
    background: #f6f6f6;
}

.footer-left {
    text-align: left;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-bottom hr {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 5px solid #ddd;
}

.footer-bottom {
    padding-bottom: 40px;
}

footer form.mc4wp-form {
    margin: 0;
}

footer.site-footer {
    background: #7e8083;
    color: #fff;
    padding: 30px;
}

@media only screen and (max-width: 990px) {
    
    .site-footer .social-links {
        margin-top: 40px;
    }
    
    .site-footer ul.social-links.social-links-align-alignment-right {
        text-align: left;
    }
    
    ul.social-links.social-links-align-alignment-right li {
        margin: 0 10px 0 0 !important;
    }
}

/* =Location
-------------------------------------------------------------- */

.full-width-map {
    padding-bottom: 0;
}

#location-map, #gmap {
    height: 350px;
}

#uni-map {
    height: 350px;
}

/* =Booking
-------------------------------------------------------------- */

.cta-section {
    color: #fff;
    background: #8dc63f;
}

/* =Sliders
-------------------------------------------------------------- */

.flexslider.gallery {
    padding: 5px;
    border: 1px solid #8e8e8e;
}

.flexslider.gallery {
    margin-bottom: 40px;
}

.flexslider {
    position: relative;
}

.slider-caption {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px 20px;
    background: #222;
    background: rgba(34,34,34,0.1);
    color: #fff;
}

@media screen and ( max-width:500px ) {
    .slider-caption {
        top: auto;
        bottom: 0;
        margin: 0;
    }
}


.social-pane .slider-caption {
    background: rgba(34,34,34,0.3);
}

.slides li {
    position: relative;
}

@media screen and (min-width: 900px) {
    .social-pane .slides li {
        background: #eee;
        min-height: 435px;
    }
}


.flex-control-nav {
    left: 0 !important;
    text-align: right;
    float: right;
    margin: 0;
    width: auto;
}

.flex-direction-nav {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    clear: both;
}

.flex-direction-nav li .next {
    right: 0;
    height: 100%;
    width: 35%;
}

.flex-direction-nav li .prev {
    left: 0;
    height: 100%;
    z-index: 900;
    width: 35%;
}

.flex-direction-nav li a {
    display: block;
    text-indent: -9999px;
    width: 50%;
    height: 100%;
    top: 0;
    margin: 0;
    overflow: hidden;
    background: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICR‌​AEAOw=='); /* stupid hack to make links clickable in ie */
}

.flexslider .flex-control-nav {
    width: auto;
}

.flex-control-nav li {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 7px !important;
    padding: 0;
}

.flex-control-nav li a {
    background-image: none !important;
    background: #bbbcbf !important;
    width: 12px !important;
    height: 12px !important;
    font-size: 0;
    line-height: 0;
    display: block !important;
}

.flex-control-nav li a.flex-active {
    background-image: none !important;
    background: #8dc63f !important;
    width: 12px;
    height: 12px;
}

/* thumbnail sliders */

.thumbnail-gallery-item {
    margin-bottom: 20px;
}

.thumbnail-gallery-description .btn {
    margin: 0 0 5px 0;
    width: 150px;
}

.gallery-thumbnails {
    margin: 10px 0 0;
    overflow: hidden;
}

.gallery-thumbnail {
    float: left;
    width: 15%;
    margin: 0 2% 0 0;
}

.gallery-thumbnail-5 {
    margin: 0;
}

.gallery-image, 
.gallery-description {
    display: none;
    position: relative;
}

.gallery-image-0, 
.gallery-description-0 {
    display: block;
}

.gallery-thumbnail:hover {
    cursor: pointer;
    opacity: 0.8;
}

.thumbnail-gallery-caption {
    position: absolute;
    right: 20px;
    bottom: 15px;
    color: #fff;
    font: 18px/22px 'myriad-pro', helvetica, arial, sans-serif;
}

.prices-from {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

/* =HR landing pages
-------------------------------------------------------------- */

footer.hr-footer {
    padding: 20px 0;
}

@media only screen and (max-width: 600px) {
    footer.hr-footer .text-right {
        text-align: left;
    }
}

.hr-section .container {
    max-width: 920px;
}

.hr-team-left {
    float: left;
    width: 120px;
    margin: 0 30px 0 0;
}

.hr-team-right {
    float: left;
    width:730px;
}

.hr-section .site-footer {
    background: #dbdbdb;
    color: #333333;
}

.hr-slide-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 25px 0;
    text-align: right;
}

a.job-link {
    display: block;
    position: relative;
    padding: 0 30px 10px 0;
    margin: 0 0 10px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    font-family: calibri, arial, sans-serif;
    border-bottom: 1px dashed #ccc; 
}

a.job-link i {
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 18px;
}

.hr-team-member {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    color: #666666;
    font-family: arial, sans-serif;
    font-size: 13px;
    overflow: hidden;
}

a.team-read-more, 
a.team-read-less {
    border: 1px solid #a0c523;
    color: #666666;
    padding: 12px;
    position: relative;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    float: right;
    clear: both;
    margin: 20px 0 0;
}

a.team-read-more:hover, 
a.team-read-less:hover {
    text-decoration: none;
}

.team-read-more i, 
.team-read-less i {
    color: #97bf0d;
}

.hr-slide {
    position: relative;
}

.hr-flexslider {
    margin-top: 0px;
    min-height: 150px;
}

.job-link-container {
    padding-top: 60px;
}

.hr-flexslider .flex-control-nav {
    max-width: 960px;
    margin: 0 auto;
    float: none;
    display: none;
}

.hr-flexslider .slides img {
    margin: 0 auto;
}

.hr-slide-description {
    background: #000;
    background: rgba(0,0,0,0.7);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 20px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    min-height: 155px;
    font-family: arial, sans-serif;
}

h2.hr-slide-title {
    position: absolute;
    left: 10px;
    top:-69px;
    font-size: 50px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bauhaus Bold BT', sans-serif !important;
}

.hr-team-section h2.hr-slide-title {
    color: #97bf0d;
}

.hr-slide-description p {
    margin-bottom: 30px;
    font-weight: bold;
}

.hr-slide-description .btn, 
.hr-slide-description .btn-cta {
    min-width: 250px;
}

.hr-job-form form {
    border: none;
    padding: 0 0 20px 0;
    margin: 10px 0 30px 0;
    position: relative;
    overflow: hidden;
}

.hr-job-form .wpcf7-submit {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
}

.hr-job-form div.wpcf7 img.ajax-loader {
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 150px;
}

.close-form {
    position: absolute;
    right: 0px;
    top: -30px;
}

@media only screen and (max-width: 960px) {
    .close-form {
        position: static;
        right: 0px;
        top: -30px;
    }
}

.hr-job-form {
    display: none;
    position: relative;
    clear:both;
    padding-top: 10px;
}


.hr-job-form .col-md-2,
.hr-job-form .col-md-3,
.hr-job-form .col-md-4,
.hr-job-form .col-md-5, 
.hr-job-form .col-md-6, 
.hr-job-form .col-md-7, 
.hr-job-form .col-md-8, 
.hr-job-form .col-md-9, 
.hr-job-form .col-md-10, 
.hr-job-form .col-md-11, 
.hr-job-form .col-md-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.hr-job-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.hr-job-form form p {
    float: left;
    width: 47%;
    margin: 0 2% 20px 0;
}

@media only screen and (max-width: 600px) {
    .hr-job-form form p {
        float: left;
        margin: 0 2% 20px 0;
        width: 100%;
    }
}

.hr-job-form form .wpcf7-form-control-wrap {
    display: block;
    margin: 5px 0 0 0;
}

.hr-job-form form .wpcf7-form-control-wrap.text-282 { /* this holds the job type value which is used for the dynamic subject */
    display: none;
}

body.hr-section {
    font: 14px/18px 'calibri', helvetica, arial, sans-serif;
    color: #444;
}

body.hr-section h1,
body.hr-section h2,
body.hr-section h3,
body.hr-section h4,
body.hr-section h5 {
    font-family: 'calibri', helvetica, arial, sans-serif;
}

.hr-team-member h2 {
    font-size: 26px;
    line-height: 30px;
}

body.hr-section h2 span {
    font-weight: normal;
    color: #999999;
}

.hr-section .btn, 
.hr-section .btn-cta {
    font-size: 14px;
    line-height: 19px;
}

.hr-section .btn, 
.hr-section .btn:visited {
    background: #fff;
    color: #8dc63f;
    margin: 10px 20px 0 0;
    padding: 10px 15px;
    vertical-align:top;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    font-weight: bold;
}

.hr-section .btn:focus, 
.hr-section .btn:active, 
.hr-section .btn:hover {
    background: #f6f6f6;
    text-decoration: none;
}

.hr-section .btn-cta, 
.hr-section .btn-cta:visited {
    background: #8dc63f;
    color: #fff;
    margin: 10px 20px 0 0;
    padding: 10px 15px;
    vertical-align:top;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.hr-section .hr-slide-description .btn-cta:after { 
    top: 110%; 
    left: 50%; 
    border: solid transparent; 
    content: " "; 
    height: 0; 
    width: 0; 
    position: absolute; 
    pointer-events: none; 
    border-top-color: #8dc63f; 
    border-width: 10px; 
    margin-left: -10px; 
}

.hr-section .btn-cta:focus, 
.hr-section .btn-cta:active, 
.hr-section .btn-cta:hover {
    background: #8aca32;
    text-decoration: none;
}

.hr-section .flex-direction-nav {
    bottom: 0;
    clear: both;
    height: 0;
    left: auto;
    position: absolute;
    top: auto;
    width: 100%;
}

.hr-section .flex-direction-nav li a {
    height: 60px;
    width: 38px;
    top: auto;
    bottom: 60px;
}

.hr-section .flex-direction-nav li .prev {
    left:150px;
    background: url(img/hr-slider-arrows.png) no-repeat 0 0;
}

.hr-section .flex-direction-nav li .next {
    right:150px;
    background: url(img/hr-slider-arrows.png) no-repeat -40px 0;
}

@media only screen and (max-width: 1300px) {
  
    .hr-section .flex-direction-nav li .prev {
        left:20px;
    }

    .hr-section .flex-direction-nav li .next {
        right:20px;
    }
}

@media only screen and (max-width: 800px) {
  
    .hr-section .flex-direction-nav li .prev {
        left:auto;
        right: 80px;
        bottom: 20px;
    }

    .hr-section .flex-direction-nav li .next {
        right:20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 990px) {
    .hr-slide-description {
        padding-bottom: 30px;
        position: relative;
    }
    
    .slides-1 .hr-slide-description {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .hr-slide-description {
        padding-bottom: 90px;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .hr-section .btn, 
    .hr-section .btn-cta {
        font-size: 16px;
        line-height: 19px;
    }
    
    h2.hr-slide-title {
        font-size: 30px;
        line-height: 34px;
    }
    
    .hr-section .flex-direction-nav li .prev, 
    .hr-section .flex-direction-nav li .next {
        height: 45px;
        width: 34px;
    }
    
    .hr-section .flex-direction-nav li .prev {
        left: 20px;
        right: auto;
        bottom: 20px;
        background: url(img/hr-slider-arrows.png) no-repeat 0 0;
        background-size: 60px 38px;
    }

    .hr-section .flex-direction-nav li .next {
        right: auto;
        left: 70px;
        bottom: 20px;
        background: url(img/hr-slider-arrows.png) no-repeat -30px 0;
        background-size: 60px 38px;
    }
   
}

body.hr-section {
    padding-top: 0;
}

.hr-section input[type="file"] {
    background: transparent;
}

.hr-job-form .NFI-button {
    font-size: 16px;
    color: #333333;
    margin: 0 7px 0 0;
}

.hr-job-form .NFI-button {
    float: left;
    width: 85px;
    margin: 0 10px 0 0;
    white-space: normal !important;
    text-align: right !important;
}

.hr-job-form .NFI-filename {
    padding: 8px 2% !important;
    border: 1px solid #cccccc !important;
    float: right !important;
    width: 250px !important;
    background: url(img/search-icon.jpg) no-repeat right 5px;
}

.hr-section select,
.hr-section textarea,
.hr-section input[type="text"], 
.hr-section input[type="email"], 
.hr-section input[type="tel"] {
    padding: 8px 2%;
    font-size: 18px;
    line-height: 22px;
    border: 1px solid #cccccc;
    max-width: 100%;
}

@media only screen and (max-width: 990px) {
    .hr-section select, 
    .hr-section textarea, 
    .hr-section input[type="text"], 
    .hr-section input[type="email"], 
    .hr-section input[type="tel"] {
        max-width: 300px;
    }
}

.hr-section select:focus,
.hr-section textarea:focus,
.hr-section input[type="text"]:focus, 
.hr-section input[type="email"]:focus, 
.hr-section input[type="tel"]:focus {
    border: 1px solid #cccccc;
}

.hr-section select:focus::-webkit-input-placeholder,
.hr-section textarea:focus::-webkit-input-placeholder,
.hr-section input[type="text"]:focus::-webkit-input-placeholder, 
.hr-section input[type="email"]:focus::-webkit-input-placeholder, 
.hr-section input[type="tel"]:focus::-webkit-input-placeholder {
    color: transparent;
}

.hr-section select:focus:-moz-placeholder,
.hr-section textarea:focus:-moz-placeholder,
.hr-section input[type="text"]:focus:-moz-placeholder, 
.hr-section input[type="email"]:focus:-moz-placeholder, 
.hr-section input[type="tel"]:focus:-moz-placeholder {
    color: transparent;
}

.hr-section select:focus::-moz-placeholder,
.hr-section textarea:focus::-moz-placeholder ,
.hr-section input[type="text"]:focus::-moz-placeholder, 
.hr-section input[type="email"]:focus::-moz-placeholder, 
.hr-section input[type="tel"]:focus::-moz-placeholder  {
    color: transparent;
}

.hr-section .form .wpcf7-response-output, 
.hr-section div.wpcf7-response-output {
    clear: both;
    margin: 20px 0 10px 0;
}

@media only screen and (max-width: 990px) {
    .hr-team-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .hr-team-right {
        width: 100%
    }
    
    .hr-team-member .col-md-3 img {
        margin-bottom: 20px;
    }
    
    .hr-section select, 
    .hr-section textarea, 
    .hr-section input[type="text"], 
    .hr-section input[type="email"], 
    .hr-section input[type="tel"] {
        max-width: 300px;
    }
    
    /*
    .hr-section .hr-job-form .NFI-button {
        float: none !important;
        width: 100% !important;
        display: block !important;
        overflow: hidden;
        position: relative;
        text-align: center;
        white-space:normal !important;
    }
    */
    
    .hr-section .hr-job-form .NFI-wrapper {
        display: block !important;
        width: 320px;
    }
    
    .hr-job-form .NFI-button {
        float: none !important;
        width: 100% !important;
        margin: 0 10px 10px 0;
        white-space: normal !important;
        text-align: left !important;
    }
    
    .hr-job-form .NFI-filename {
        float: left !important;
    }
    
    .hr-job-form .pull-right {
        text-align: left !important;
        float: none !important;
    }
    
    h2.hr-slide-title {
        position: static;
    }
    
    .hr-section .hr-slide-description .btn-cta:after {
        border: none;
    }
    
    a.team-read-more, 
    a.team-read-less {
        float: none;
        clear:both;
        margin: 20px 0;
        display: inline-block;
    }
}

.hr-section .li-connect-widget .li-connect-mark {
    background: url("https://static.licdn.com/scds/common/u/images/apps/connect/sprites/sprite_connect_v14.png") no-repeat scroll 0 -18px rgba(0, 0, 0, 0) !important;
    display: inline-block !important;
    height: 30px !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    width: 30px !important;
}

/* =Helper styles
-------------------------------------------------------------- */

.padding-left-15 {
    padding-left: 15px;
}

.no-js-only {
    position: absolute;
    left: -9999px;
}

.no-js .no-js-only {
    position: static;
}

.no-left-padding {
    padding-left: 0;
}

iframe {
    border: none;
}

.img-with-expand {
    position: relative;
    display: block;
}

.img-with-expand .expand-button {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
    background: url(img/expand-button.png) no-repeat 0 0;
    text-indent: -9999px;
    z-index: 100;
}

.img-with-expand .expand-button:hover {
    background: url(img/expand-button.png) no-repeat 0 -30px;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-padding {
    padding-bottom: 0;
}

hr.divider {
    height: 5px;
    margin: 0 0 50px 0;
    background: #8dc63f;
}

.divider-transparent, 
.divider-transparent hr {
    border:none;
}
 
.gallery-caption {
    font-size:12px;
    color:#555;
    margin-top:5px;
}

.wp-caption-text {
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 7px 20px;
    background: #222;
    background: rgba(34,34,34,0.4);
    color: #fff;
}

.wp-caption {
    position: relative;
    max-width: 100% !important;
    overflow: hidden;
}

.wp-caption img {
    float: right;
    width: 100% !important;
    height: auto !important;
}

.aligncenter {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

.img-left, 
.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.img-right, 
.alignright {
    float: right;
    margin: 0 0 25px 20px;
}

.styled-button {
    display: block;
    text-indent:-9999px;
    overflow: hidden;
    font-size:0;
    line-height: 0
}

.assistive-text, 
.screen-reader-text {
    position: absolute;
    left: -9999px;
    height: 1px;
    width: 1px;
}

.well {
    padding: 25px;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
}

.article-box {
    padding: 20px;
}

.box-color {
    background: #fff;
    color: #565656;
}

.styled-box {
    /*padding: 30px;*/
}

ul.social-links {
   margin: 0; 
   padding: 0;
}

ul.social-links.social-links-align-alignment-left {
    text-align: left;
}

ul.social-links.social-links-align-alignment-left li {
    margin-right: 10px;
}

ul.social-links.social-links-align-alignment-right {
    text-align: right;
}

ul.social-links.social-links-align-alignment-right li {
    margin-left: 10px;
}

ul.social-links.social-links-align-alignment-center {
    text-align: center;
}

ul.social-links.social-links-align-alignment-center li {
    margin: 0 5px;
}

.social-links li {
    display: inline;
}

.social-links li a {
    display: inline-block;
    padding: 8px 15px;
    width: 30px;
    margin: 0 0 0 0px;
    color: #fff;
    font-size: 24px;
    background: #fff;
    text-align: center;
    border-radius: 1px;
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.social-links li.style-inline a {
    height: 32px;
    width: 20px;
    margin: 0 0 10px 0;
}

.social-links li a:hover {
    background: #eee;
    text-decoration: none;
}

.social-links li a.social-link-twitter {
    background: #89dade;
}

.social-links li a.social-link-twitter:hover {
    background: #73cdd1;
}

.social-links li a.social-link-instagram {
    background: #517fa4;
}

.social-links li a.social-link-instagram:hover {
    background: #5b8bb2;
}

.social-links li a.social-link-facebook {
    background: #3B5998;
}

.social-links li a.social-link-facebook:hover {
    background: #2c4b8a;
}

.social-links li a.social-link-google {
    background: #d34836;
}

.social-links li a.social-link-google:hover {
    background: #cc3e2c;
}

.social-links li a.social-link-dribble {
    background: #ea4c89;
}

.social-links li a.social-link-dribble:hover {
    background: #e53f7f;
}

.social-links li a.social-link-linkedin, 
a.social-link-linkedin {
    background: #4875B4;
    color: #fff;
}

.social-links li a.social-link-linkedin:hover, 
a.social-link-linkedin:hover {
    background: #3f6ba8;
}

.social-links li a i {
    position: relative;
    top: 3px;
    color: #fff;
}

.social-links li a span {
    display: none;
}

.social-links li.style-block {
    display: block;
    margin: 0 0 10px 0 !important;
}

.social-links li.style-block a {
    display: block;
    width: auto;
    text-align: left;
}

.social-links li.style-block a span {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 5px;
}


/* address markup */

.company-details.format-inline .company-address {
    display: inline;
}

.company-details.format-newlines span {
    display: block;
}

.company-details.format-newlines .contact-number {
    margin: 10px 0;
}

.company-details i {
    font-size: 28px;
    margin: 0 5px 0 0;
    position: relative;
    top: 3px;
}

/* maps */

#location-map {
    width: 100%;
}

#location-map img, 
#uni-map img {
    max-width: none;
}

#uni-map {
    margin-top: 10px;
}

.travel-controls input[type="text"], 
.travel-controls select {
    padding: 5px 7px;
}

.travel-controls input[type="text"] {
    max-width: 280px;
}

.travel-controls select {
    margin-right: 20px;
    max-width: 200px;
    float: left;
}

@media only screen and (max-width: 980px ) {
    .travel-modes.text-right {
        text-align: left;
        float: left !important;
    }
    
    .travel-controls .pull-right {
        float: left !important;
    }
    
    .travel-controls input[type="text"] {
        max-width: 200px;
    }
}

.travel-search-box {
    display: inline-block;
    width: 350px;
    margin-right: 5px;
    float: left;
}

#search-destination-button {
    background: #7b7d7f;
    color: #fff;
    padding: 8px 10px;
    margin: 0;
    border: none;
    position: relative;
    left: -3px;
    top: -3px;
}

.travel-modes {
    overflow: hidden;
    float: left;
}

a.mode-walking, 
a.mode-driving, 
a.mode-bicycling,
a.mode-transit {
    display: inline-block;
    padding: 8px 12px;
    width: 37px;
    color: #fff;
    background: #7b7d7f;
    text-align: center;
}

a.mode-walking.active, 
a.mode-driving.active, 
a.mode-bicycling.active,
a.mode-transit.active,
a.mode-walking:hover, 
a.mode-driving:hover, 
a.mode-transit:hover,
a.mode-bicycling:hover {
    background: #8cc63f;
    color: #fff;
}

.distance-bar, 
.error-bar {
    padding: 8px 10px;
    margin: 10px 0;
    background: #d8d9d9;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}

.error-bar {
    display: none;
}

#distance-from, 
#distance-duration {
    margin-right: 30px;
    display: none;
}

/* responsive embeds */

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slides .embed-container {
    z-index: 1;
}

.slides li {
    display: none;
}

.slides li iframe, 
.slides li .embed-container {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.slides li.flex-active-slide iframe, 
.slides li.flex-active-slide .embed-container {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* =Bootstrap overrides
-------------------------------------------------------------- */

.modal-dialog {
    margin-top: 100px;
}

.modal-content {
    border-radius: 0;
}

.modal-footer {
    margin-top: 25px;
}

.btn {
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    transition: none;
    border: none;
}

.btn-success {
    background: #8dc63f;
}

.btn-success:hover,
.btn-success:focus {
    background: #83be32;
}

.btn-img {
    display: inline-block;
    text-indent: -9999px;
    transition: none;
}

.btn-360 {
    width: 68px;
    height: 71px;
    background: url(img/buttons-sm.png) no-repeat;
    background-position: 0 -67px; 
}

.btn-360:hover {
    background: url(img/buttons-sm.png) no-repeat;
    background-position: 0 -208px;
}

.btn-plan {
    width: 52px;
    height: 52px;
    margin: 0 0 16px 10px;
    background: url(img/buttons-sm.png) no-repeat;
    background-position: -8px 0px; 
}

.btn-plan:hover {
    background: url(img/buttons-sm.png) no-repeat;
    background-position: -8px -141px;
}

.wpcf7-submit {
    padding: 10px 30px;
}

.btn-cta, 
.wpcf7-submit {
    background: #8dc63f;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
}

.btn-cta:hover,
.btn-cta:focus, 
.btn-cta:visited, 
.wpcf7-submit:hover,
.wpcf7-submit:focus, 
.wpcf7-submit:visited {
    background: #84bf34;
    color: #fff;
    border: none;
}

a.btn-pointed, 
a.btn-pointed:visited {
    text-decoration:none;
    padding: 4px 20px 5px 7px;
    border-radius:0;
    -webkit-border-radius: 0;
    margin: 0 12px 0 0;
    position:relative;
    color: #fff;
    transition: none;
    text-align: left;
    background: #7e8083 url(img/button-arrow.png) no-repeat center right;
}

a.btn-pointed:hover,
a.btn-pointed:focus {
    background: #747577 url(img/button-arrow.png) no-repeat center right;
    color: #fff;
}

a.btn-pointed-light, 
a.btn-pointed-light:visited {
    background: #b5b7b9 url(img/button-arrow.png) no-repeat center right;
}

a.btn-pointed-light:hover,
a.btn-pointed-light:focus {
    background: #a8aaab url(img/button-arrow.png) no-repeat center right;
    color: #fff;
}

/* green pointed button */

a.btn-pointed-green, 
a.btn-pointed-green:visited {
    background: #8dc73f url(img/button-arrow.png) no-repeat center right;
}

a.btn-pointed-green:hover,
a.btn-pointed-green:focus {
    background: #83be32 url(img/button-arrow.png) no-repeat center right;
    color: #fff;
}

.btn-check-availabilty {
    background: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 3px;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 30px;
}

.btn-check-availabilty:hover,
.btn-check-availabilty:focus, 
.btn-check-availabilty:visited {
    background: #f6f6f6;
    color: #000;
    border: none;
}

.btn-default, 
.btn-default:visited, 
.btn-default:active {
    color: #7e8082;
    font-weight: bold;
    padding: 0 22px 0 0;
    box-shadow: none;
    border: none;
    font-size: 18px;
    background: url(img/button-bg.png) no-repeat right center;
    transition: none;
}

.btn-default:hover,
.btn-default:focus  {
    background: url(img/button-bg.png) no-repeat right center;
    color: #636465 !important;
}

.btn-lg {
    padding: 15px 30px;
}

.btn.margin-top {
    margin-top: 50px;
}

.btn .fa-spinner {
    margin-left: 8px;
    display: none;
}

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    box-shadow: none;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    width: 100%;
    max-width: 400px;
    line-height: 22px;
}

select, 
textarea, 
input[type="text"], 
input[type="password"],
input[type="datetime"],
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"],
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
    border: 1px solid #ddd;
    border-radius: 0;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 15px 2%;
    vertical-align: middle;
}

select:focus, 
textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus,
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus, 
.uneditable-input:focus {
    box-shadow: none;
    border: 1px solid #9ea0a1;
}

textarea {
    height: 130px;
}

label {
    font-weight: normal;
}

form .error {
    border: 1px solid red;
}

form label.error {
    border: none;
}

.alert {
    border-radius: 0;
    padding: 10px;
}

/* blockquotes */

blockquote {
    border-left: 5px solid #8dc63f;
    padding: 0 20px;
    margin: 40px 0;
    line-height: 30px;
}

blockquote p {
    font-size: inherit;
    line-height: 30px;
    font-weight: normal;
}

/* lists */

li {
    line-height: inherit;
}


/* =Media queries
-------------------------------------------------------------- */

@media only screen and (min-width: 320px) {

    /* Small screen, non-retina */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 320px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 320px),
only screen and (                min-resolution: 192dpi) and (min-width: 320px),
only screen and (                min-resolution: 2dppx)  and (min-width: 320px) { 

    /* Small screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 700px) {

    /* Medium screen, non-retina */

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 700px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 700px),
only screen and (                min-resolution: 192dpi) and (min-width: 700px),
only screen and (                min-resolution: 2dppx)  and (min-width: 700px) {

    /* Medium screen, retina, stuff to override above media query */

}

@media only screen and (min-width: 1300px) {
  
    
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) { 

    /* Large screen, retina, stuff to override above media query */
}


  /* search for mobile */
@media (min-width: 980px) {    
    
}

/* non retina */

@media (max-width: 979px) {
    .mobile-stack {
        margin-bottom: 40px !important;
    }
    
}

@media (min-width: 768px) and (max-width: 979px) {
}

/* mobiles and small tablet (portrait) */

@media (max-width: 767px) {
    .col-xs-1, 
    .col-sm-1, 
    .col-md-1, 
    .col-lg-1, 
    .col-xs-2, 
    .col-sm-2, 
    .col-md-2, 
    .col-lg-2, 
    .col-xs-3, 
    .col-sm-3, 
    .col-md-3, 
    .col-lg-3, 
    .col-xs-4, 
    .col-sm-4, 
    .col-md-4, 
    .col-lg-4, 
    .col-xs-5, 
    .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .room .btn-pointed {
        margin: 0 0 10px 0;
        display: block;
    }
}

/* Plugin files 
--------------------------------------------------- */

/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: none; position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {ozom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block;  position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li .next {background-position: -52px 0; right: -21px;}
.flex-direction-nav li .prev {left: -20px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { margin:auto auto 20px auto; display:block; width: 100px; position: relative; left:480px;}
.flex-control-nav li {margin:auto; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {margin:auto; width: 18px; height: 18px; display: block; cursor: pointer; background: url(../images/slider-inactive.png) ;text-indent: -9999px;}
.flex-control-nav li a.active {width: 18px; height: 18px; display: block; cursor: pointer; background: url(../images/slider-active.png); }