/*-- custom fonts --*/
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,600,700');

meta.foundation-version {
    font-family: "/5.4.5/"; 
}
meta.foundation-data-attribute-namespace {
    font-family: false; 
}
.slick-slide {
    outline: none !important;
    box-shadow: none !important;
}
.relative {
    position: relative !important;
}
.relative-overflow {
    position: relative;
    overflow: hidden;
}
a, a:hover, a:focus {
    text-decoration: none;
}
.padding-0 {
    padding: 0;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-top-bottom {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.padding-wrap {
    padding-left: 100px;
    padding-right: 100px;
}
.margin-right-25 {
    margin-right:25px;
}
.margin-right-10 {
    margin-right:10%;
}
.margin-top-0 {
    margin-top:0px;
}
.margin-bottom-10 {
    margin-bottom: 13%;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.box-size {
    box-sizing: content-box;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}
.content-wrap {
    background: #ffffff;
}
.shadow {
    -webkit-box-shadow: 0px 2px 48px -5px rgba(0,0,0,0.32);
-moz-box-shadow: 0px 2px 48px -5px rgba(0,0,0,0.32);
box-shadow: 0px 2px 48px -5px rgba(0,0,0,0.32);
}
body, html {
    height: 100%;
    background: #1b1819;
}
body * {
    font-family: 'Cormorant Garamond', serif;
}
.slick-slider {
    margin-bottom: 0px;
}

/*-- HEADER START --*/
.nav > li > a {
    padding:10px 5px;
}

.nav-container {
    width:100%;
}
.nav-container img {
    margin: 0 auto;
}
.navbar-default {
    background: none;
    border:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
    text-decoration: underline;
}

.navbar-nav {
    font-size: 22px;
    padding-top: 50px;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background: #1b1819;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background: #1b1819;
}
.navbar-toggle {
    border:none;
}
.bg-white {
    background: #ffffff;
}
.navbar ul li + li a:before {
    content: ".";
    color: #17c3b3;
    display: block;
    line-height: 1px;
    margin-right: 10px;
    float: left;
    margin-left: 10px;
    font-size: 45px;
} 

.dropdown-menu {
    min-width: 240px;
    border: 0; 
    border: 0; 
    border-radius: 0; 
    box-shadow: none; 
    margin-left: 20px;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu > li > a {
    padding: 15px 25px;
    font-size: 22px;
    color: #ffffff;
    background: #1b1819;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #3e3e3e;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;
    background: #1b1819;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #1b1819;
    text-decoration: underline;
}
.dropdown-menu > li > a:before {
    display: none !important;
}
/*-- MEDIA QUERIES --*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
    .container {
        padding: 0;
    }
    .padding-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home-articles .article .less {
        padding: 0;
    }
    .home-articles .article .readmore {
        padding: 0;
    }
    .info-block {
        top:0 !important;
    }
    .icons {
        background: #242424;
    }
    .navbar-brand {
        padding: 0 !important;
        line-height:0;
        height:100%;
    }
    .navbar-nav {
        padding: 0;
        float: none !important;
        text-align: center;
    }
    .navbar ul li + li a:before {
        display: none;
    }
    .navbar-collapse {
        border:none;
        box-shadow: none;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        color: #ffffff;
        font-size: 30px;
        float: left;
    }
    .header h1 {
        text-align: center;
    }
    .header div {
        min-width: 56%;
    margin-left: auto;
    margin-right: auto;
    }
    .offset-block article {
        float: none !important;
        padding-top: 15px;
    }
    .slick-prev {
        left:0 !important;
        float: left !important;
    }
    .slick-next {
        right: 0 !important;
    }
    .blog-listing-block, .blog-listing-block:nth-of-type(2n+2) {
        padding: 0 !important;
    }
    .contact-left {
        padding:0 !important;
        text-align: center;
    }
    .contact-left .form-group input {
        text-align: center;
    }
    .contact-social {
        margin-top: 50px;
        width: 100%;
        float: none;
        margin-bottom: 20px;
}
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
/* Smartphones (landscape) ----------- */

/*-- MEDIA QUERIES END!!! --*/ 
/*-- FOOTER STYLES --*/
.footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    border:solid 1px #707070;
    border-right: none;
    border-left: none;
    color: #ffffff;
    max-width:947px;
}
.footer-wrap .fa {
    padding-bottom: 15px;
    font-size:30px;
}
.footer-head {
    font-size: 23px;
}
.footer-wrap > div *:last-of-type {
    color:#bdbdbd;
}
.copy-wrap {
    margin-top: 20px;
    color: #616161;
}
.copy-wrap {
    margin-top: 20px;
    color: #616161;
}
.copy-wrap a {
    color: #616161;
}
.social-block {
    margin-bottom: 20px;
    margin-top: 40px;
}
.social-block a {
    padding: 20px;
    font-size: 15px;
    border-radius: 50%;
    background: #0c0c0c;
    color: #ffffff;
}
.social-block a:hover {
    background: #17c3b3;
}
.newsletter-wrap .form-control, .newsletter-wrap .btn {
    border-radius: 0;
}
.newsletter-wrap h3 {
    color:#ffffff;
    font-size: 30px;
    font-family: 'Teko', sans-serif;
    font-weight:normal;
    letter-spacing: 2px;
    padding-top: 25px;
    padding-bottom: 20px;
}
.newsletter-wrap .input-group {
    border: 1px solid #ffffff;
        height: 60px;
}
.newsletter-wrap .form-control {
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    height: inherit;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.newsletter-wrap span {
    background: #ffffff;
}
.newsletter-wrap .btn-default {
    font-family: 'Teko', sans-serif;
    font-size: 25px;
    background:#17c3b3;
    text-transform: uppercase;
    color:#ffffff;
    float: right;
    width: 80px;
    height: 60px;
}
/*-- HOME STYLE --*/
.info-block {
    position: relative;
    top: -60px;
    max-width: 960px;
}
.directory-wrap {
    background: #242424;
    height: 90px;
    margin: 0;
}
.home-articles {
    padding: 0;
}
.home-articles .article {
    margin-bottom: 55px;
    
}
.home-articles .article .less {
    height: 150px;
    overflow: hidden;
    -webkit-transition: height 800ms ease-out;
    -moz-transition: height 800ms ease-out;
    -o-transition: height 800ms ease-out;
    transition: height 800ms ease-out;
    padding: 0 100px;
}
.home-articles .article .less h1 {
    font-size: 35px;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}
.home-articles .article .less p {
    font-size: 20px;
}
.home-articles .article .readmore {
    margin-top: 20px;
    padding: 0 115px;
}
.home-articles .article .readmore a {
    color: #ffffff;
    border: 0;
    border-radius: 0;
    background: #17c3b3;
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    font-weight: 500;

}
.home-articles .article .home-gallery .slick-prev, .home-articles .article .home-gallery .slick-next {
    top: 60%;
}
.home-articles .article .home-gallery .slick-prev {
    left: -85px;
}
.home-articles .article .home-gallery .slick-prev:before {
    content: '\f104';
}
.home-articles .article .home-gallery .slick-next {
    right: -85px;
}
.home-articles .article .home-gallery .slick-next:before {
        content: "\f105";
}
.home-articles .article .home-gallery .slick-slide {
    padding: 0;
    margin-right: 15px; 
}
.directory-wrap input {
    height: 100%;
    outline: none !important;
    box-shadow: none !important;
    line-height: 90px;
    margin: 0;
}
.directory-wrap .input-group {
    height:90px;
    background: #171717;
    margin: 0;
}
.directory-wrap .form-control, .directory-wrap .input-group-addon {
    border:none;
    background-color: transparent;
    height: 90px;
    margin: 0;
}
.directory-wrap .form-control::-webkit-input-placeholder {
   font-size: 29px;
}

.directory-wrap .form-control:-moz-placeholder { /* Firefox 18- */
   font-size: 29px;  
}

.directory-wrap .form-control::-moz-placeholder {  /* Firefox 19+ */
   font-size: 29px;  
}

.directory-wrap .form-control:-ms-input-placeholder {  
   font-size: 29px;  
}
.directory-wrap .fa-search, .directory-wrap input {
    color:#b1b0b0;
    font-size: 20px;
}
.icons {
    float: left;
    width: 100%;
    height: 100px;
}
.icons div {
    height: 100%;
    padding-top: 20px;
}
.icons div:nth-of-type(2) {
    border-left: 1px #3c3c3c solid;
    border-right: 1px #3c3c3c solid;
}
.info-link {
    background: #17c3b3;
    color: #ffffff !important;
    height: 90px;
    text-align: center;
    font-size: 25px;
    padding: 10px;
}
.info-link p {
    font-size: 15px;
    text-align: center;
    margin: 0;
}
.info-link .link {
    color: #ffffff;
    font-size: 30px;
    width: 100%;
}
.map-image {
    margin-bottom: 50px;
}
@media (min-width: 992px){
    .directory-wrap.col-md-8 {
        width: 73%;
    }
}
.header {
    margin-bottom: 30px;
}
.header h1 {
    color:#1b1819;
    font-size: 35px;
    font-weight: 600;
}
.header span {
    font-weight:bold;
}
.header div {
    width:40px;
    height: 2px;
    background: #17c3b3;
}

.offset-block article {
    padding-top: 20px;
    padding-left: 20px;
}
.container-fluid.padding-0:nth-of-type(1n+2) .container .content-wrap article {
    padding-left: 40px;
}
.offset-block {    
    background: #17c3b3;
    color: #000000;
    margin-bottom: 60px;
    margin-left: -30px;
    margin-right: -30px;
}
.offset-block h2 {
    font-family: 'Teko', sans-serif;
    margin-bottom: 30px;
    font-size: 35px;    
}
.offset-block p {
    font-size: 20px;
}
@media (min-width: 992px) {
.small {
    width: 45%;
}
}
/*-- SLIDER STYLES --*/
.slick-prev, .slick-next {
    position: absolute;
    top: 100%;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    padding: 0; 
    color: #ffffff;
    background: #1b1819;
    z-index: 1;
}
.gallery-bottom-padding {
    padding-bottom: 60px;
}
.gallery-slider .slick-next {
    left: auto !important;
    right: 0;
}
.gallery-slider .slick-prev {
    left: auto !important;
    right: 50px;
}
.slick-prev:before {
   font-family: FontAwesome;
   content: "\f060";
}
.slick-next:before {
   font-family: FontAwesome;
   content: "\f061";
}
.slick-prev:before, .slick-next:before {    
    font-size: 20px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #ffffff;
    background: #17c3b3;
}
.events-list {
    padding-bottom: 45px;
}
.blog-wrap {
    color: #ffffff;
    display: block;
    background: #1b1819;
}
.blog-wrap.blog-wrap-small {
    height: auto;
    float: left;
    width: 100%;
}
.blog-wrap article {
    padding:20px 30px;
}
.blog-wrap.blog-wrap-small article {
    padding: 20px 0 0 0;
    display: table;
}
.blog-wrap.blog-wrap-small article h3, .blog-wrap.blog-wrap-small article p, .blog-text h2, .blog-text p:first-of-type {
    padding-left: 20px;
    padding-right: 10px;
}

.blog-section span {
    margin-right:10px !important;
}
.blog-section .btn.btn-default.readmore {
    border: 0;
    border-radius: 0;
    background: #17c3b3;
    font-family: 'Teko', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 24px;
}
.event-image {
    position: relative;
}
.event-image .date {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: auto;
}

.event-image .date .from, .event-image .date .to {
    width: 95px;
    height: 70px;
    float: left;
    padding: 10px;
}
.event-image .date .to {
    background: #8c17c3;
}

.event-image .date p {
    font-family: 'Teko', Arial, Helvetica, sans-serif;
    font-size: 25px;
}
.event-image .date p:first-of-type {
    font-size: 20px;
}

.event-view .date .from, .event-view .date .to {
    width: 95px;
    float: left;
    padding: 5px 10px;
    text-align: left;
}

.event-view .date .to {
    background: #8c17c3;
}
.event-view .date p {
    font-family: 'Teko', Arial, Helvetica, sans-serif;
    font-size: 25px;
}
.event-view .date p:first-of-type {
    font-size: 20px;
}
.event-view .time .from {
    width: 180px;
    float: left;
    padding: 5px 10px;
    text-align: center;
    background: #1b1819;
}
.event-view .time p {
    line-height: 50px;
}
.event-view .time p:first-of-type {
    font-size: 25px;
}
.event-image .time {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
}
.event-image .time .btn.btn-default.readmore {
    border: 0;
    border-radius: 0;
    background: #1b1819;
    font-family: 'Teko', Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 24px;
}
.blog-wrap-small .blog-section span.fa-calendar {
    margin-left: 15px;
}
.blog-wrap.blog-wrap-small article .blog-section {
    vertical-align: bottom;
    float: none;
    display: table-footer-group;
}
.blog-listing-block {
    padding-right: 0;
    margin-bottom: 7px;
    margin-top: 7px;
}
.blog-listing-block:nth-of-type(2n+2){
    padding-right: 0px;
    padding-left: 0;
}
.fb-block {
    padding-right: 7px;
    margin-bottom: 7px;
    margin-top: 7px;
}
.fb-block:nth-of-type(2n+2){
    padding-right: 0px;
    padding-left: 7px;
}
.fb-block a {
    padding: 10px;
    display: block;
    float: left;
    width: 100%;
    background: #1b1819;
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
}
.fb-block a p {
    margin-bottom: 0;
    margin-top: 10px;
}
.blog-wrap.blog-wrap-small img {
    max-height: 100%;
}
.blog-wrap:hover {
    color:#ffffff !important;
}
.blog-wrap h3, .blog-block h2 {
    font-size: 25px;
    font-family: 'Teko', sans-serif;
}
.blog-wrap p, .blog-block p {
    font-size: 15px;
    color:#ffffff;
    line-height: 20px;
}
.blog-section div:nth-of-type(2) {
    border-left: 1px #1b1819 solid;
    border-right: 1px #1b1819 solid;
}
.blog-section .fa {
        font-size: 20px;
}
/*-- BLOG --*/
.blog-block {
    color: #ffffff;
    /* margin-top: 15px; */
}
.blog-block > section {
    display: table;
}
.blog-text-featured {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.blog-text-featured p:first-of-type, .blog-text-featured h2:first-of-type {
    padding-left: 10%;
    padding-right: 10%;
}
.blog-centered {
    padding: 10px 0 10% 0;
    background: #17c3b3;
}
.blog-centered h2 {
    margin-bottom: 5%;
}
.blog-centered p {
    margin-bottom:10%;
}
.blog-row {
    margin-top:15px;
}
.blog-section p {
    padding: 0 !important;
}
.blog-list {
    padding-bottom: 45px;
    margin-top: 8px;
}
.blog-veiw-wrap {
    margin-top: 80px;
}
.blog-img {
    position: relative;
    top:-80px;
}
.social-blog a, .date {
    color: #ffffff;
    height: 60px;
    width: 60px;
    margin-top: 15px;
}
.date {
    background: #17c3b3;
    margin-right: 5px;
}
.date p {
    text-transform: uppercase;
    font-size: 35px ;
    margin: 0;
    line-height: 25px;
    font-family: 'Teko', sans-serif;
}
.blog-view-img .date p:first-of-type {
    font-size: 25px;
    padding-top:5px; 
}
.blog-section {
    background: #131212;
    padding-top: 20px;
    padding-bottom: 10px;
}
.events-list .blog-section {
    background: #1b1819;
    padding-top: 0;
    padding-bottom: 0;
}
.event-view .date {
    width: auto;
}
.social-blog a {
    background: #1b1819;
    font-size: 18px;
    line-height: 60px;
}
.blog-nxt {
    margin-top: 15px;
}
.blog-nxt a {
    color: #ffffff;
    background: #1b1819;
    font-size: 18px;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    line-height: 54px;
}
.blog-nxt a:hover {
    background: #17c3b3;
}
.greyed, .greyed:hover {
    color: #979797 !important;
    background: #6c6c6c !important;
}
.back-btn {
    margin-right: 20px;
}
.page-title {
    font-size: 36px;    
    font-family: 'Teko', sans-serif;
    line-height: 50px;
}
.page-title a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color:#ffffff;
    background: #1b1819;
}
.blog-descr {
    color: #1b1819;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: 'Teko', sans-serif;
    font-size: 16px;
}
.blog-gallery {
    margin-bottom: 70px;
    margin-top: 50px;
    padding-left: 60px;
    padding-right: 70px;
}
.blog-slider .slick-prev, .blog-slider .slick-next {
    top:50px;
    margin:0;
}
.blog-slider .slick-prev {
    left:0;
    float: none;
}
.blog-slider .slick-next {
    right:0;
}
/*-- CONTACT PAGE --*/
.contact-left {
    background: #17c3b3;
    color: #ffffff;
    padding: 40px 80px 80px 80px;
}
.contact-left .form-group {
    margin-bottom: 20px;
}
.contact-left .form-group input {
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    transition: none;
    color: #ffffff;
    padding: 0;
    border-radius: 0;
    border-color: #ffffff;
}
.contact-left span {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 18px;
}
.contact-form button {
    background: #ffffff;
    color: #1b1819;
    box-shadow: none;
    padding-top:15px;
    padding-bottom: 10px;
    border: none;
    font-family: 'gt_sectra_display_triallight';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
}
.contact-left .page-title {
    margin-bottom: 45px;
}
.contact-social {
    margin-top: 50px;
}
.contact-social a {
    background: #1b1819;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;
    height: 50px;
    text-align: center;
    display: inline-block;
    width: 50px;
}
.contact-social a:hover {
background: #0C0C0C;
} 
.contact-left .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
}
.contact-details {
    padding-top: 40px;
    padding-bottom: 45px;
    background: #ffffff;
    color: #1b1819;
    height: 100%
}
.contact-details h3 {
    font-size: 25px;
    margin-bottom: 20px;
    font-family: 'Teko', sans-serif;
}
.contact-details .col-xs-12.directions h3 {
    margin-top: 65px;
}
.contact-details div {
    font-family: 'gt_sectra_display_triallight';
}
.contact-details a, .contact-details span {
    color: #1b1819;
    font-size: 17px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}
.contact-details a:hover {
    color: #1b1819;
}
.contact-details p {
    margin: 0;
    font-size: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
}
.contact-map {
    height: 40%;
    overflow: hidden;
}
.agent {
    margin-bottom: 30px;
}
.letting-inquiry {
    padding: 70px 30px 45px;
}
.letting-inquiry .title {
    font-size: 25px;
    margin-bottom: 30px;
    font-family: 'Teko', sans-serif;
}
.letting-inquiry img {
    margin-bottom: 15px;
}
.letting-inquiry .letting-details p  {
    display: block;
    width: 100%;
    float: left;
    font-size: 17px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
}
.letting-inquiry .letting-details p {    
    margin-bottom: 0;
}
.letting-inquiry .letting-details p:first-child {
    font-weight: 700;
}
.directory.content-wrap.padding-top-bottom.padding-bottom-80 {
    padding-top: 0;
}
.floor-directory {
    padding: 60px 95px;
}
.floor-directory .floor-title {
    margin: 0;
    margin-bottom: 35px; 
}
.floor-directory .floor-title:after {
    display: block;
    content: "";
    margin-top: 10px;
    border-bottom: 3px solid #17c3b3;
    width: 5%;
}
.floor-directory h4 {
    font-family: 'Teko', Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #17c3b3;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 25px;
}
.floor-directory .directory-btn {
    border: 0;
    border-radius: 0;
    color: #ffffff;
    height: 45px;
    line-height: 33px;
    background: #17c3b3;
    font-family: 'Teko', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
}
.floor-directory .directory-btn:hover {
    background: #1b1819;
}
.store-details {
    display: none;
    transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -webkit-transition: opacity .25s ease-in;
    opacity: 1;
}
.store-container {
    margin-bottom: 25px;
    background: #ffffff;
}
.store-container .left {
    background: #1b1819;
    color: #ffffff;
    padding-bottom: 30px;
}
.store-container  .right {
    padding-top: 95px;
    padding-bottom: 30px;
}
.store-number p {
    line-height: 55px;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    text-indent: -1px;
    border: 1px solid #1b1819;
    border-radius: 50%;
    position: relative;
}
.store-number p:before {
    content: "";
    position: absolute;
    left: -7px;
    right: -7px;
    bottom: -7px;
    top: -7px;
    border: 2px solid #1b1819;
    border-radius: 50%;
}
.store-number div {
    margin-left: 45px;
    position: relative;
    top: -10px;
    min-width: 67px;
    background: url(/assets/images/template/store-tag.png) no-repeat center bottom;
    height: 100px;
    padding: 0 8px;
}
.store-number h1 {
    margin-top: 0;
    margin-left: 140px;
    line-height: 85px;
}
.store-descr {
    padding-left: 60px;
}
.store-descr p, .store-contact p, .store-hours p, .store-contact a {
    font-size: 20px;
}
.store-contact p, .store-hours p, .store-contact a {
    color: #333333;
}
.store-contact, .store-hours {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 15px;
}
.store-hours {
    margin-bottom: 20px;
}
.store-hours .trading, .store-contact p, .store-contact a  {
    display: inline-block;
    width: 65%;
    float: left;
}
.store-hours .trading p {    
    margin-bottom: 0;
}
.store-hours span, .store-contact span {
    font-weight: bold;
    font-size: 20px;
    width: 35%;
    float: left;
}

.login-message {
    max-width: 1024px;
    width: 100%;
    background: #17c3b3;
    color: #ffffff;
    text-align: center;
    font-family: 'Teko', sans-serif;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
    z-index: 4;
    font-size: 20px;
    padding: 0;
    line-height: 50px;
    border-radius: 0;
    letter-spacing: 2.1px;
}
.store-image{
    position: relative;
    float: left;
    width: 100%;
}
.map-small {
    position: absolute;
    top: 5px;
    left:5px;
    z-index: 1;
}
.gallery-section {
    padding: 35px 95px;
}
.gallery-section .title {
    margin: 0;
    margin-bottom: 35px; 
}
.gallery-section .title:after {
    display: block;
    content: "";
    margin-top: 10px;
    border-bottom: 3px solid #17c3b3;
    width: 5%;
}
.gallery-section .cats {
    margin-bottom: 30px;
}
.gallery-section .cats .gallery-category {
    font-size: 25px;
    font-family: 'Teko', sans-serif;
    font-weight: 200;
    cursor: pointer;
    padding: 0 10px;
}
.gallery-section .cats .gallery-category:hover, .gallery-section .cats .gallery-category.active {
    border-bottom: 1px solid #000000;
}
.gallery-section .gallery-images .gal-block {
    margin-bottom: 30px;
}
@media(max-width: 1199px) {
    .navbar-header {
        max-width: 300px;
    }
    .navbar-nav {
        padding-top: 35px;
    }
    .info-block {
        top: 0;
    }
    .small {
        width: 65%;
    }
    .navbar-nav {
        font-size: 17px;
    }
    .offset-block h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .offset-block article {
        padding: 0;
    }
    .margin-left-15 {
        margin-left: 15px;
    }
    .offset-block article p {
        margin: 0;
    }
    .blog-section, .blog-section > * {
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
    }
    .blog-section > * {
        padding-left: 5px;
    }
    .blog-section > * .margin-right-10, .blog-section span {
        margin-right: 5px !important;
    }
    .blog-wrap-small .blog-section span.fa-calendar {
        margin-left: 5px;
        margin-right: 0 !important;
    }
    .blog-wrap.blog-wrap-small article {
        padding-top: 10px;
    }
    .blog-wrap.blog-wrap-small img.full {
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        left: 0;
    }
    .blog-wrap.blog-wrap-small article h3, .blog-wrap.blog-wrap-small article p, .blog-text h2, .blog-text p:first-of-type {
        padding-left: 10px;
    }
    .margin-bottom-10 {
        margin-bottom: 8.6%;
    }
    .blog-section .fa {
        font-size: 19px;
    }
}
@media (max-width: 991px){
    .info-link {
        padding-top: 5px;
    }
    .offset-block article.small {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .offset-block article p {
        margin-bottom: 10px;
    }
    .padding-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-articles .article .less {
            padding: 0 20px;
    }
    .home-articles .article .readmore {
        padding: 0 35px;
    }
    .blog-wrap.blog-wrap-small img.full {
        height: auto;
        max-width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .margin-bottom-10, .blog-wrap {
        margin-bottom: 5%;
        float: left;
        width: 100%;
    }
    .blog-section .fa {
        float: none !important;
    }
    .blog-section p {
        display: inline;
        float: none !important;
        position: relative;
        top: -3px;
    }
    .blog-section > * {
        text-align: center;
    }
    .blog-wrap.blog-wrap-small article .blog-section {
        display: block;
        padding: 15px 0;
    }
    .blog-wrap.blog-wrap-small article .blog-section p {
        top: -5px;
    }
    .blog-wrap.blog-wrap-small article .blog-section p span {
        top: 3px;
        position: relative;
    }
    .box-size {
        box-sizing: border-box;
    }
    .row {
        margin: 0;
    }
    .blog-centered {
        padding:3% 0 1% 0;
    }
    .blog-section, .blog-section > * {
        padding-top:5px;
    }
    .margin-left-15 {
        margin-left:0px !important;
    }
    .store-number h1 {
        margin-left: 0 !important;
    }
    .navbar-nav {
        font-size: 18px;
        width: 100%;
    }
    .navbar ul li + li a:before {
        display: none;
    }
    .navbar-collapse {
        border:none;
        box-shadow: none;
        text-align: center;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        color: #ffffff;
        font-size: 30px;
        float: left;
    }
    .floor-directory {
        padding: 60px 25px;
    }
    .floor-directory .floor-title:after {
        width: 10%;
    }
    .store-number div {
            margin-left: 10px;
    margin-right: 25px;
    }
    .store-descr {
    padding-left: 25px;
    }
    .store-container .right {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .store-contact, .store-hours {
    padding-left: 25px;
    padding-right: 25px;
    }

}
@media (max-width: 767px){
    .navbar-header {
        max-width: 100%;
        height: 120px;
    }
    .navbar-nav .open .dropdown-menu {
        margin: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        border: 0;
        text-align: center;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        margin: 0;
        position: absolute;
        top: 25px;
        right: 0;
    }
    .offset-block article.small, .offset-block article.small h2, .smail {
        float: left;
        width: 100%;
        height: auto !important;
    }
    .offset-block article.small h2 {
        margin-top: 40px;
    }
    .offset-block article.small {
        padding-left: 40px;
        padding-right: 40px;
    }
    .offset-block article p {
        float: left;
        margin-bottom: 40px;
    }
    .offset-block article, .offset-block h2 {
        float: left !important;
        width: 100%;
        height: auto !important;
    }
    .offset-block article {
        padding-left: 40px;
        padding-right: 40px;
    }
    .offset-block h2 {
        margin-top: 40px;
    }
}
.search-img img {
    margin-bottom: 20px;
}
.search-img {
    padding-top: 20px;
}
.contact-left .form-group input::-webkit-input-placeholder {
   font-weight: bold;
   font-size: 16px;
   color: #1b1819;
}
.contact-left .form-group input:-moz-placeholder { /* Firefox 18- */
   color: #000000; 
   font-size: 16px; 
   color: #1b1819;
}
.contact-left .form-group input::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
   font-size: 16px;
   color: #1b1819;
}
.contact-left .form-group input:-ms-input-placeholder {  
   color: #000000;  
   font-size: 16px;
   color: #1b1819;
}
.footer-tags {
font-size:20px;
}
@media only screen
and (max-width : 321px) {
    .container {
        padding: 0;
    }
    .padding-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home-articles .article .less {
        padding: 0;
    }
    .home-articles .article .readmore {
        padding: 0 ;
    }
    .info-block {
        top:0 !important;
    }
    .icons {
        background: #242424;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        top: 15px;
    }
    .navbar-brand {
        line-height:0;
        height:100%;
        width: 75%
    }
    .navbar-nav {
        font-size: 18px;
    }
    .navbar ul li + li a:before {
        display: none;
    }
    .navbar-collapse {
        border:none;
        box-shadow: none;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
        color: #ffffff;
        font-size: 30px;
        float: left;
    }
    .header h1 {
        text-align: center;
    }
    .header div {
        min-width: 56%;
        margin-left: auto;
        margin-right: auto;
    }
    .offset-block article {
        float: none !important;
        padding-top: 15px;
    }
    .slick-prev {
        left:0 !important;
        float: left !important;
    }
    .slick-next {
        right: 0 !important;
    }
    .blog-text-featured p:first-of-type, .blog-text-featured h2:first-of-type {
        padding-left: 5%;
        padding-right: 5%;
    }
    .blog-listing-block, .blog-listing-block:nth-of-type(2n+2) {
        padding: 0 !important;
    }
    .contact-left {
        padding:0 !important;
        text-align: center;
    }
    .contact-left .form-group input {
        text-align: center;
    }
    .contact-social {
        margin-top: 50px;
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}