 @charset "UTF-8";
        html {
            font-family: sans-serif;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%
        }
        
        body {
            margin: 0
        }
        
        figure,
        header,
        nav,
        section {
            display: block
        }
        
        a {
            background-color: transparent
        }
        
        h1 {
            font-size: 2em;
            margin: .67em 0
        }
        
        img {
            border: 0
        }
        
        figure {
            margin: 1em 40px
        }
        
        button,
        input,
        select,
        textarea {
            color: inherit;
            font: inherit;
            margin: 0
        }
        
        button {
            overflow: visible
        }
        
        button,
        select {
            text-transform: none
        }
        
        button,
        input[type=submit] {
            -webkit-appearance: button
        }
        
        button::-moz-focus-inner,
        input::-moz-focus-inner {
            border: 0;
            padding: 0
        }
        
        input {
            line-height: normal
        }
        
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            height: auto
        }
        
        fieldset {
            border: 1px solid silver;
            margin: 0 2px;
            padding: .35em .625em .75em
        }
        
        textarea {
            overflow: auto
        }
        
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        :after,
        :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        html {
            font-size: 10px
        }
        
        body {
            font-family: gothamrnd-book, "helvetica neue", helvetica, arial, sans-serif;
            font-size: 14px;
            line-height: 1.42857;
            color: #494949;
            background-color: #fff
        }
        
        button,
        input,
        select,
        textarea {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }
        
        a {
            color: #f75861;
            text-decoration: none
        }
        
        figure {
            margin: 0
        }
        
        img {
            vertical-align: middle
        }
        
        .img-responsive {
            display: block;
            max-width: 100%;
            height: auto
        }
        
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0
        }
        
        h1,
        h4,
        h5,
        h6 {
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit
        }
        
        h1 {
            margin-top: 20px;
            margin-bottom: 10px
        }
        
        h4,
        h5,
        h6 {
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        h1 {
            font-size: 36px
        }
        
        h4 {
            font-size: 18px
        }
        
        h5 {
            font-size: 14px
        }
        
        h6 {
            font-size: 12px
        }
        
        p {
            margin: 0 0 10px
        }
        
        .lead {
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.4
        }
        
        @media (min-width:768px) {
            .lead {
                font-size: 21px
            }
        }
        
        .text-left {
            text-align: left
        }
        
        .text-right {
            text-align: right
        }
        
        .text-center {
            text-align: center
        }
        
        .text-uppercase {
            text-transform: uppercase
        }
        
        ul {
            margin-top: 0;
            margin-bottom: 10px
        }
        
        ul ul {
            margin-bottom: 0
        }
        
        .list-unstyled {
            padding-left: 0;
            list-style: none
        }
        
        .list-inline {
            padding-left: 0;
            list-style: none;
            margin-left: -5px
        }
        
        .list-inline>li {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px
        }
        
        .container {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .container:after,
        .container:before {
            content: " ";
            display: table
        }
        
        .container:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .container {
                width: 750px
            }
        }
        
        @media (min-width:992px) {
            .container {
                width: 970px
            }
        }
        
        @media (min-width:1200px) {
            .container {
                width: 1170px
            }
        }
        
        .container-fluid {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .container-fluid:after,
        .container-fluid:before {
            content: " ";
            display: table
        }
        
        .container-fluid:after {
            clear: both
        }
        
        .row {
            margin-left: -15px;
            margin-right: -15px
        }
        
        .row:after,
        .row:before {
            content: " ";
            display: table
        }
        
        .row:after {
            clear: both
        }
        
        .col-xs-12,
        .col-xs-6 {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .col-xs-12,
        .col-xs-6 {
            float: left
        }
        
        .col-xs-6 {
            width: 50%
        }
        
        .col-xs-12 {
            width: 100%
        }
        
        fieldset {
            padding: 0;
            margin: 0;
            border: 0;
            min-width: 0
        }
        
        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700
        }
        
        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
        }
        
        .form-control::-moz-placeholder {
            color: #999;
            opacity: 1
        }
        
        .form-control:-ms-input-placeholder {
            color: #999
        }
        
        .form-control::-webkit-input-placeholder {
            color: #999
        }
        
        textarea.form-control {
            height: auto
        }
        
        .form-group {
            margin-bottom: 15px
        }
        
        .btn {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
            touch-action: manipulation;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857;
            border-radius: 4px
        }
        
        .btn-default {
            color: #494949;
            background-color: #fff;
            border-color: #ccc
        }
        
        .btn-primary {
            color: #fff;
            background-color: #f75861;
            border-color: #f6404a
        }
        
        .fade {
            opacity: 0
        }
        
        .navbar {
            position: relative;
            margin-bottom: 20px;
            border: 1px solid transparent
        }
        
        .navbar:after,
        .navbar:before {
            content: " ";
            display: table
        }
        
        .navbar:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .navbar {
                border-radius: 4px
            }
        }
        
        .thumbnail {
            display: block;
            padding: 4px;
            margin-bottom: 20px;
            line-height: 1.42857;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px
        }
        
        .thumbnail a>img,
        .thumbnail>img {
            display: block;
            max-width: 100%;
            height: auto;
            margin-left: auto;
            margin-right: auto
        }
        
        .thumbnail .caption {
            padding: 9px;
            color: #494949
        }
        
        .close {
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .2
        }
        
        button.close {
            padding: 0;
            background: 0 0;
            border: 0;
            -webkit-appearance: none
        }
        
        .modal {
            display: none;
            overflow: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1050;
            -webkit-overflow-scrolling: touch;
            outline: 0
        }
        
        .modal.fade .modal-dialog {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            -o-transform: translate(0, -25%);
            transform: translate(0, -25%)
        }
        
        .modal-dialog {
            position: relative;
            width: auto;
            margin: 10px
        }
        
        .modal-content {
            position: relative;
            background-color: #fff;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            background-clip: padding-box;
            outline: 0
        }
        
        .modal-header {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            min-height: 16.42857px
        }
        
        .modal-header .close {
            margin-top: -2px
        }
        
        .modal-title {
            margin: 0;
            line-height: 1.42857
        }
        
        .modal-body {
            position: relative;
            padding: 15px
        }
        
        .modal-footer {
            padding: 15px;
            text-align: right;
            border-top: 1px solid #e5e5e5
        }
        
        .modal-footer:after,
        .modal-footer:before {
            content: " ";
            display: table
        }
        
        .modal-footer:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .modal-dialog {
                width: 600px;
                margin: 30px auto
            }
            .modal-content {
                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
            }
        }
        
        .carousel-inner>.item {
            display: none;
            position: relative
        }
        
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            .carousel-inner>.item {
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                perspective: 1000
            }
        }
        
        .clearfix:after,
        .clearfix:before {
            content: " ";
            display: table
        }
        
        .clearfix:after {
            clear: both
        }
        
        .center-block {
            display: block;
            margin-left: auto;
            margin-right: auto
        }
        
        .pull-right {
            float: right!important
        }
        
        .pull-left {
            float: left!important
        }
        
        @-ms-viewport {
            width: device-width
        }
        
        @media (max-width:767px) {
            .hidden-xs {
                display: none!important
            }
        }
        
        @font-face {
            font-family: AvenirNext-DemiBold;
            src: url(https://cdn.livmatrix.com/themes/lstheme-responsive/css/../fonts/avenir/AvenirNext-DemiBold.ttf) format("truetype");
            font-weight: 400;
            font-style: normal;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        @font-face {
            font-family: AvenirNext-Medium;
            src: url(https://cdn.livmatrix.com/themes/lstheme-responsive/css/../fonts/avenir/AvenirNext-Medium.ttf) format("truetype");
            font-weight: 400;
            font-style: normal;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        @font-face {
            font-family: AvenirNext-Regular;
            src: url(https://cdn.livmatrix.com/themes/lstheme-responsive/css/../fonts/avenir/AvenirNext-Regular.ttf) format("truetype");
            font-weight: 400;
            font-style: normal;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        @font-face {
            font-family: GothamRnd-Book;
            src: url(https://cdn.livmatrix.com/themes/lstheme-responsive/css/../fonts/gotham/GothamRnd-Book.otf) format("opentype");
            font-weight: 400;
            font-style: normal;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        @font-face {
            font-family: Didot-regular;
            src: url(https://cdn.livmatrix.com/themes/lstheme-responsive/css/../fonts/didot/ufonts.com_didot.ttf) format("truetype");
            font-weight: 400;
            font-style: normal;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            text-rendering: optimizeLegibility;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        h1 {
            font-family: gothamrnd-book, "helvetica neue", helvetica, arial, sans-serif
        }
        
        a {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        .btn {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            text-transform: uppercase
        }
        
        .btn-default {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            text-transform: uppercase
        }
        
        body {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            color: #494949
        }
        
        :focus,
        a,
        button,
        input {
            outline: 0!important
        }
        
        .btn {
            text-transform: uppercase;
            border-radius: 0!important
        }
        
        .btn-default {
            color: #f75861
        }
        
        .btn-primary {
            border: 1px solid #f75861
        }
        
        nav#header-navigation-bar {
            display: block
        }
        
        @media (min-width:1080px) {
            nav#header-navigation-bar .container {
                width: 95%;
                margin: 0 auto
            }
        }
        
        @media (min-width:1380px) {
            nav#header-navigation-bar .container {
                width: 85%;
                margin: 0 auto
            }
        }
        
        nav#header-navigation-bar .products-drop-down-links {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 33.33333%
        }
        
        @media (min-width:992px) {
            nav#header-navigation-bar .products-drop-down-links {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:1220px) {
            nav#header-navigation-bar .products-drop-down-links {
                padding: 0 10px
            }
        }
        
        @media (max-width:1200px) {
            nav#header-navigation-bar .products-drop-down-links {
                padding: 0 5px
            }
        }
        
        @media (max-width:1170px) {
            nav#header-navigation-bar .products-drop-down-links {
                width: 100%!important;
                padding: 0!important
            }
        }
        
        nav#header-navigation-bar section#head-news-bar {
            width: 100%;
            z-index: 3;
            padding: 8px 0;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 1px 0 rgba(51, 51, 51, .2);
            -moz-box-shadow: 0 1px 1px 0 rgba(51, 51, 51, .2);
            box-shadow: 0 1px 1px 0 rgba(51, 51, 51, .2)
        }
        
        nav#header-navigation-bar section#head-news-bar:after,
        nav#header-navigation-bar section#head-news-bar:before {
            content: " ";
            display: table
        }
        
        nav#header-navigation-bar section#head-news-bar:after {
            clear: both
        }
        
        @media (max-width:1170px) {
            nav#header-navigation-bar section#head-news-bar {
                display: none
            }
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text {
            float: left;
            display: inline-block
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text:after,
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text:before {
            content: " ";
            display: table
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text:after {
            clear: both
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text ul.list-inline {
            margin-bottom: 0
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text ul.list-inline li p {
            margin: 0;
            font-size: 10px!important;
            color: #666;
            letter-spacing: 1px;
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        @media (max-width:460px) {
            nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text ul.list-inline li p {
                font-size: 9px
            }
        }
        
        @media (max-width:420px) {
            nav#header-navigation-bar section#head-news-bar div.container div.news-bar-text ul.list-inline li p {
                font-size: 8px
            }
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons {
            float: right;
            display: inline-block
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons:after,
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons:before {
            content: " ";
            display: table
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons:after {
            clear: both
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons ul.list-inline {
            margin-bottom: 0
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons ul.list-inline li {
            padding: 0 15px;
            font-size: 10px;
            letter-spacing: 1px;
            color: #000
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons ul.list-inline li a {
            text-decoration: none;
            color: inherit
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons ul.list-inline li:first-child a {
            font-family: avenirnext-medium, "helvetica neue", helvetica, arial, sans-serif
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons ul.list-inline li:last-child {
            padding-right: 0!important
        }
        
        nav#header-navigation-bar section#head-news-bar div.container div.news-bar-buttons ul.list-inline li:last-child a {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        nav#header-navigation-bar nav#index-header {
            top: 35px;
            width: 100%;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            -moz-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            z-index: 3
        }
        
        @media (max-width:1170px) {
            nav#header-navigation-bar nav#index-header {
                display: none
            }
        }
        
        nav#header-navigation-bar nav#index-header div.container div.main-navbar {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0!important
        }
        
        @media (min-width:992px) {
            nav#header-navigation-bar nav#index-header div.container div.main-navbar {
                float: left;
                width: 100%
            }
        }
        
        nav#header-navigation-bar nav#index-header div.container div.main-navbar ul.list-inline {
            position: relative;
            margin: 15px 0;
            min-height: 74px;
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }
        
        nav#header-navigation-bar nav#index-header div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt {
            margin-top: 6px;
            color: #333;
            font-size: 11px;
            letter-spacing: 1px;
            padding-bottom: 40px
        }
        
        nav#header-navigation-bar nav#index-header div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt:first-child {
            padding-left: 0!important;
            margin-top: -1px;
            text-align: left
        }
        
        nav#header-navigation-bar nav#index-header div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt:last-child {
            padding-right: 0!important;
            text-align: right
        }
        
        nav#header-navigation-bar nav#index-header div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt a.alternate-nav-link {
            text-decoration: none;
            color: inherit;
            padding-bottom: 22px
        }
        
        nav#header-navigation-bar nav#index-header div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt div.navbar-link-drop-down-alt {
            width: 100%;
            min-height: 350px;
            z-index: 9999;
            background-color: #fff;
            position: absolute;
            top: 45px;
            left: 0;
            right: 0;
            display: none;
            box-shadow: 0 3px 4px rgba(0, 0, 0, .2)
        }
        
        @media (max-width:1200px) {
            nav#header-navigation-bar nav#index-header div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt div.navbar-link-drop-down-alt {
                display: none
            }
        }
        
        nav#header-navigation-bar nav#small-navbar {
            z-index: 3;
            display: none;
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            -moz-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3)
        }
        
        nav#header-navigation-bar nav#small-navbar:after,
        nav#header-navigation-bar nav#small-navbar:before {
            content: " ";
            display: table
        }
        
        nav#header-navigation-bar nav#small-navbar:after {
            clear: both
        }
        
        @media (max-width:1170px) {
            nav#header-navigation-bar nav#small-navbar {
                display: block
            }
        }
        
        #signIn .modal-content {
            width: 400px!important;
            border-radius: 0;
            margin: auto
        }
        
        #signIn .modal-content .form-group label {
            font-weight: 300!important
        }
        
        #signIn .modal-content .form-group input#SubmitLogin,
        #signIn .modal-content .form-group input#submitAccount {
            color: #fff!important
        }
        
        .sc-buttons {
            padding: 18px 0
        }
        
        .sc-buttons .sc-fb {
            background: #3b5998;
            -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 #253f77;
            box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2), inset 0 0 2px 0 #253f77;
            line-height: 40px;
            position: relative;
            border-radius: 2px;
            margin-bottom: 10px
        }
        
        .sc-buttons .sc-fb .social-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 100%;
            display: inline-block
        }
        
        .sc-buttons .sc-fb-left {
            background: #3b5998;
            width: 40px;
            height: inherit;
            line-height: inherit;
            display: inline-block;
            text-align: center;
            font-size: 20px;
            color: #fff;
            position: relative;
            z-index: 1;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px
        }
        
        .sc-buttons .sc-fb-right {
            position: absolute;
            height: inherit;
            line-height: inherit;
            font-size: 14px;
            color: #fff;
            width: 100%;
            text-align: center;
            margin-left: -40px;
            box-sizing: border-box
        }
        
        .sc-buttons .fb-icon {
            margin-right: 10px
        }
        
        a {
            text-decoration: none!important
        }
        
        .five-column-row {
            margin: 0 -15px
        }
        
        .five-column-row .column {
            width: 20%;
            float: left;
            padding: 0 15px
        }
        
        .five-column-row .column .ls__thumbnail {
            background-color: transparent!important;
            margin-bottom: -10px
        }
        
        .five-column-row .column .ls__thumbnail img {
            opacity: .9!important
        }
        
        .five-column-row .column .ls__thumbnail .caption h5 {
            line-height: 18px;
            margin: 0!important;
            font-size: 14px
        }
        
        @media (min-width:1170px) {
            .navbar-row:first-child {
                border-bottom: 2px solid #f4f4f4
            }
        }
        
        @media (min-width:1170px) {
            .navbar-row:last-child {
                border-bottom: 1px solid #f4f4f4
            }
        }
        
        .header-section,
        .navbar-section {
            max-width: 1170px;
            margin: auto;
            position: relative
        }
        
        .navbar-section .navbar-section-small {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1000;
            background-color: #f4f4f4;
            width: 100%;
            margin-top: -1px!important
        }
        
        .header-section .search-small {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 50%;
            display: none
        }
        
        @media (min-width:992px) {
            .header-section .search-small {
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:1170px) {
            .header-section .search-small {
                display: block
            }
        }
        
        .header-section {
            padding: 10px 0
        }
        
        .header-section .logo-section {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 50%
        }
        
        @media (min-width:992px) {
            .header-section .logo-section {
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:1170px) {
            .header-section .logo-section .logo {
                display: table;
                height: 40px;
                width: 100%
            }
        }
        
        @media (min-width:1170px) {
            .header-section .logo-section .logo {
                padding-left: 14px;
                padding-top: 5px
            }
        }
        
        .header-section .logo-section .logo a {
            display: table-cell;
            vertical-align: middle
        }
        
        .header-section .logo-section .logo img {
            margin: auto;
            min-width: 100px
        }
        
        @media (max-width:1170px) {
            .header-section .logo-section {
                width: 50%!important
            }
        }
        
        .flex-box {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 100%
        }
        
        .flex-box .alt-list {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 33.33333%
        }
        
        @media (min-width:992px) {
            .flex-box .alt-list {
                float: left;
                width: 33.33333%
            }
        }
        
        .flex-box .alt-images {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 66.66667%;
            background-color: #f9f9f9
        }
        
        @media (min-width:992px) {
            .flex-box .alt-images {
                float: left;
                width: 66.66667%
            }
        }
        
        .flex-box .apartment-list {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 58.33333%
        }
        
        @media (min-width:992px) {
            .flex-box .apartment-list {
                float: left;
                width: 58.33333%
            }
        }
        
        .flex-box .apartment-images {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 41.66667%;
            background-color: #f9f9f9
        }
        
        @media (min-width:992px) {
            .flex-box .apartment-images {
                float: left;
                width: 41.66667%
            }
        }
        
        .products-drop-down-links {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 33.33333%
        }
        
        @media (min-width:992px) {
            .products-drop-down-links {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:1170px) {
            .products-drop-down-links {
                width: 100%!important;
                padding: 0!important
            }
        }
        
        .alt-drop-down-links {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%
        }
        
        @media (min-width:992px) {
            .alt-drop-down-links {
                float: left;
                width: 100%
            }
        }
        
        @media (max-width:1170px) {
            .alt-drop-down-links {
                width: 100%!important;
                padding: 0!important
            }
        }
        
        .three-column-drop-down-image-section {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%
        }
        
        @media (min-width:992px) {
            .three-column-drop-down-image-section {
                float: left;
                width: 100%
            }
        }
        
        .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap {
            margin-left: -15px;
            margin-right: -15px
        }
        
        .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap:after,
        .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap:before {
            content: " ";
            display: table
        }
        
        .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap:after {
            clear: both
        }
        
        .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap .image-heading {
            margin: 9px 0 20px 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 14px!important;
            color: #777;
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif
        }
        
        .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap .drop-down-image {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 33.33333%
        }
        
        @media (min-width:992px) {
            .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap .drop-down-image {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:1170px) {
            .three-column-drop-down-image-section .three-column-drop-down-image-section-wrap .drop-down-image {
                display: none!important
            }
        }
        
        .two-column-drop-down-image-section {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%
        }
        
        @media (min-width:992px) {
            .two-column-drop-down-image-section {
                float: left;
                width: 100%
            }
        }
        
        .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap {
            margin-left: -15px;
            margin-right: -15px
        }
        
        .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap:after,
        .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap:before {
            content: " ";
            display: table
        }
        
        .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap:after {
            clear: both
        }
        
        .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap .image-heading {
            margin: 9px 0 20px 15px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #777;
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif
        }
        
        .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap .drop-down-image {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 50%
        }
        
        @media (min-width:992px) {
            .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap .drop-down-image {
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:1170px) {
            .two-column-drop-down-image-section .two-column-drop-down-image-section-wrap .drop-down-image {
                display: none!important
            }
        }
        
        .navbar {
            width: 100%;
            display: flex;
            justify-content: space-around;
            margin: 0!important;
            position: relative
        }
        
        @media (max-width:1170px) {
            .navbar {
                display: block
            }
        }
        
        .navbar__tab__link {
            color: #666!important;
            text-decoration: none!important;
            font-size: 11px;
            letter-spacing: 2px;
            padding: 15px 20px 0 20px!important;
            display: inline-block;
            font-family: avenirnext-medium, "helvetica neue", helvetica, arial, sans-serif!important
        }
        
        @media (max-width:1170px) {
            .navbar__tab__link {
                font-size: 15px;
                color: #333!important;
                padding: 0 0 0 30px!important;
                line-height: 55px;
                display: block
            }
        }
        
        @media (max-width:1170px) {
            .navbar__tab {
                display: block!important;
                background-color: #f4f4f4;
                border-bottom: 1px solid #eaeaea;
                padding: 0!important
            }
        }
        
        .padding-40 {
            padding: 40px!important
        }
        
        .padding-40-20 {
            padding: 40px 20px!important
        }
        
        .menu-drop-down-small {
            display: none
        }
        
        @media (min-width:1170px) {
            .menu-drop-down-small {
                display: none
            }
        }
        
        .twoLevelDropDownList {
            background-color: #fafafa;
            padding-left: 30px
        }
        
        .twoLevelDropDownList .navbar__tab__link {
            text-transform: capitalize
        }
        
        .apartment-firstLevelCategory {
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif;
            color: #333!important;
            font-size: 14px;
            line-height: 35px;
            display: block;
            letter-spacing: 2px;
            margin: 0 0 10px 15px;
            width: 100%
        }
        
        @media (min-width:1170px) {
            .dropDownLinksList {
                padding-left: 0!important
            }
        }
        
        .dropDownLinksList .firstLevelCategory {
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif;
            color: #333;
            font-size: 14px;
            line-height: 35px;
            display: inline-block;
            width: 100%;
            text-transform: capitalize
        }
        
        .ls__thumbnail {
            padding: 0!important;
            border: 0!important;
            border-radius: 0!important
        }
        
        .ls__thumbnail img {
            opacity: .9!important
        }
        
        .ls__thumbnail .caption h5 {
            line-height: 22px;
            padding: 3px 0;
            margin: 0!important;
            font-size: 13px;
            color: #777
        }
        
        .dropDownLinksList--sub {
            margin-bottom: 20px
        }
        
        .dropDownLinksList--sub .secondLevelCategory {
            font-weight: 400!important;
            color: #666!important;
            line-height: 35px;
            font-size: 14px;
            display: inline-block;
            width: 100%
        }
        
        #nav-icon {
            width: 25px;
            height: 15px;
            position: relative;
            margin: 14px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0);
            bottom: 3px
        }
        
        #nav-icon span {
            display: block;
            position: absolute;
            height: 1px;
            width: 100%;
            background: #999;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            -o-transform: rotate(0);
            transform: rotate(0)
        }
        
        #nav-icon span:nth-child(1) {
            top: 0
        }
        
        #nav-icon span:nth-child(2),
        #nav-icon span:nth-child(3) {
            top: 7px
        }
        
        #nav-icon span:nth-child(4) {
            top: 14px
        }
        
        .thumbnail.ls__thumbnail {
            border: 1px solid #eee!important;
            background-color: transparent
        }
        
        html {
            font-family: sans-serif;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%
        }
        
        body {
            margin: 0
        }
        
        figure,
        header,
        nav,
        section {
            display: block
        }
        
        a {
            background-color: transparent
        }
        
        h1 {
            font-size: 2em;
            margin: .67em 0
        }
        
        img {
            border: 0
        }
        
        figure {
            margin: 1em 40px
        }
        
        button,
        input,
        select,
        textarea {
            color: inherit;
            font: inherit;
            margin: 0
        }
        
        button {
            overflow: visible
        }
        
        button,
        select {
            text-transform: none
        }
        
        button,
        input[type=submit] {
            -webkit-appearance: button
        }
        
        button::-moz-focus-inner,
        input::-moz-focus-inner {
            border: 0;
            padding: 0
        }
        
        input {
            line-height: normal
        }
        
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            height: auto
        }
        
        fieldset {
            border: 1px solid silver;
            margin: 0 2px;
            padding: .35em .625em .75em
        }
        
        textarea {
            overflow: auto
        }
        
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        :after,
        :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        html {
            font-size: 10px
        }
        
        body {
            font-family: gothamrnd-book, "helvetica neue", helvetica, arial, sans-serif;
            font-size: 14px;
            line-height: 1.42857;
            color: #494949;
            background-color: #fff
        }
        
        button,
        input,
        select,
        textarea {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }
        
        a {
            color: #f75861;
            text-decoration: none
        }
        
        figure {
            margin: 0
        }
        
        img {
            vertical-align: middle
        }
        
        .img-responsive {
            display: block;
            max-width: 100%;
            height: auto
        }
        
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0
        }
        
        h1,
        h4,
        h5,
        h6 {
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit
        }
        
        h1 {
            margin-top: 20px;
            margin-bottom: 10px
        }
        
        h4,
        h5,
        h6 {
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        h1 {
            font-size: 36px
        }
        
        h4 {
            font-size: 18px
        }
        
        h5 {
            font-size: 14px
        }
        
        h6 {
            font-size: 12px
        }
        
        p {
            margin: 0 0 10px
        }
        
        .lead {
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.4
        }
        
        @media (min-width:768px) {
            .lead {
                font-size: 21px
            }
        }
        
        .text-left {
            text-align: left
        }
        
        .text-right {
            text-align: right
        }
        
        .text-center {
            text-align: center
        }
        
        .text-uppercase {
            text-transform: uppercase
        }
        
        ul {
            margin-top: 0;
            margin-bottom: 10px
        }
        
        ul ul {
            margin-bottom: 0
        }
        
        .list-unstyled {
            padding-left: 0;
            list-style: none
        }
        
        .list-inline {
            padding-left: 0;
            list-style: none;
            margin-left: -5px
        }
        
        .list-inline>li {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px
        }
        
        .container {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .container:after,
        .container:before {
            content: " ";
            display: table
        }
        
        .container:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .container {
                width: 750px
            }
        }
        
        @media (min-width:992px) {
            .container {
                width: 970px
            }
        }
        
        @media (min-width:1200px) {
            .container {
                width: 1170px
            }
        }
        
        .container-fluid {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .container-fluid:after,
        .container-fluid:before {
            content: " ";
            display: table
        }
        
        .container-fluid:after {
            clear: both
        }
        
        .row {
            margin-left: -15px;
            margin-right: -15px
        }
        
        .row:after,
        .row:before {
            content: " ";
            display: table
        }
        
        .row:after {
            clear: both
        }
        
        .col-xs-12,
        .col-xs-6 {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .col-xs-12,
        .col-xs-6 {
            float: left
        }
        
        .col-xs-6 {
            width: 50%
        }
        
        .col-xs-12 {
            width: 100%
        }
        
        fieldset {
            padding: 0;
            margin: 0;
            border: 0;
            min-width: 0
        }
        
        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700
        }
        
        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
        }
        
        .form-control::-moz-placeholder {
            color: #999;
            opacity: 1
        }
        
        .form-control:-ms-input-placeholder {
            color: #999
        }
        
        .form-control::-webkit-input-placeholder {
            color: #999
        }
        
        textarea.form-control {
            height: auto
        }
        
        .form-group {
            margin-bottom: 15px
        }
        
        .btn {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
            touch-action: manipulation;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857;
            border-radius: 4px
        }
        
        .btn-default {
            color: #494949;
            background-color: #fff;
            border-color: #ccc
        }
        
        .btn-primary {
            color: #fff;
            background-color: #f75861;
            border-color: #f6404a
        }
        
        .fade {
            opacity: 0
        }
        
        .navbar {
            position: relative;
            margin-bottom: 20px;
            border: 1px solid transparent
        }
        
        .navbar:after,
        .navbar:before {
            content: " ";
            display: table
        }
        
        .navbar:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .navbar {
                border-radius: 4px
            }
        }
        
        .thumbnail {
            display: block;
            padding: 4px;
            margin-bottom: 20px;
            line-height: 1.42857;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px
        }
        
        .thumbnail a>img,
        .thumbnail>img {
            display: block;
            max-width: 100%;
            height: auto;
            margin-left: auto;
            margin-right: auto
        }
        
        .thumbnail .caption {
            padding: 9px;
            color: #494949
        }
        
        .close {
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .2
        }
        
        button.close {
            padding: 0;
            background: 0 0;
            border: 0;
            -webkit-appearance: none
        }
        
        .modal {
            display: none;
            overflow: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1050;
            -webkit-overflow-scrolling: touch;
            outline: 0
        }
        
        .modal.fade .modal-dialog {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            -o-transform: translate(0, -25%);
            transform: translate(0, -25%)
        }
        
        .modal-dialog {
            position: relative;
            width: auto;
            margin: 10px
        }
        
        .modal-content {
            position: relative;
            background-color: #fff;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            background-clip: padding-box;
            outline: 0
        }
        
        .modal-header {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            min-height: 16.42857px
        }
        
        .modal-header .close {
            margin-top: -2px
        }
        
        .modal-title {
            margin: 0;
            line-height: 1.42857
        }
        
        .modal-body {
            position: relative;
            padding: 15px
        }
        
        .modal-footer {
            padding: 15px;
            text-align: right;
            border-top: 1px solid #e5e5e5
        }
        
        .modal-footer:after,
        .modal-footer:before {
            content: " ";
            display: table
        }
        
        .modal-footer:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .modal-dialog {
                width: 600px;
                margin: 30px auto
            }
            .modal-content {
                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
            }
        }
        
        .carousel-inner>.item {
            display: none;
            position: relative
        }
        
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            .carousel-inner>.item {
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                perspective: 1000
            }
        }
        
        .clearfix:after,
        .clearfix:before {
            content: " ";
            display: table
        }
        
        .clearfix:after {
            clear: both
        }
        
        .center-block {
            display: block;
            margin-left: auto;
            margin-right: auto
        }
        
        .pull-right {
            float: right!important
        }
        
        .pull-left {
            float: left!important
        }
        
        @-ms-viewport {
            width: device-width
        }
        
        @media (max-width:767px) {
            .hidden-xs {
                display: none!important
            }
        }
        
        h1 {
            font-family: gothamrnd-book, "helvetica neue", helvetica, arial, sans-serif
        }
        
        a {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        .btn {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            text-transform: uppercase
        }
        
        .btn-default {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            text-transform: uppercase
        }
        
        body {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            color: #494949
        }
        
        :focus,
        a,
        button,
        input {
            outline: 0!important
        }
        
        .btn {
            text-transform: uppercase;
            border-radius: 0!important
        }
        
        .btn-default {
            color: #f75861
        }
        
        .btn-primary {
            border: 1px solid #f75861
        }
        
        input[type=text] {
            height: 36px;
            border-radius: 2px!important;
            border: 1px solid #ccc;
            padding: 8px;
            color: #666;
            min-width: 100%!important;
            margin-bottom: 10px
        }
        
        #password {
            padding-top: 0!important
        }
        
        #all-looks-home h4 {
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif;
            padding-left: 15px;
            padding-bottom: 5px;
            letter-spacing: 2px;
            color: #333;
            opacity: .9;
            font-size: 14px
        }
        
        .thumbnail.ls__thumbnail {
            border: 1px solid #eee!important;
            background-color: transparent
        }
        
        .ls__thumbnail {
            padding: 0!important;
            border: 0!important;
            border-radius: 0!important
        }
        
        .ls__thumbnail img {
            opacity: .9!important
        }
        
        .ls__thumbnail .caption h5 {
            line-height: 22px;
            padding: 3px 0;
            margin: 0!important;
            font-size: 14px;
            color: #777!important
        }
        
        @media (min-width:1080px) {
            section#home-index-page .container {
                width: 95%;
                margin: 0 auto
            }
        }
        
        @media (min-width:1380px) {
            section#home-index-page .container {
                width: 85%;
                margin: 0 auto
            }
        }
        
        section#home-index-page section#new-home-main-banner {
            position: fixed;
            height: 100vh;
            top: 0;
            left: 0;
            width: 100%
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box {
            width: 100vw;
            position: fixed;
            margin: 0 auto;
            height: 100vh;
            overflow-y: hidden;
            display: block;
            background-color: rgba(0, 0, 0, .3);
            z-index: -1
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button {
            position: absolute;
            top: 5%;
            width: 100%;
            display: none
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button p {
            display: inline-block;
            border-radius: 3px;
            margin-bottom: 0;
            padding: 13px 10px;
            background-color: rgba(0, 173, 239, .3);
            color: #fff!important;
            font-size: 18px;
            line-height: 30px;
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        @media (max-width:1920px) {
            section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button p {
                font-size: 18px;
                line-height: 30px
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button p {
                font-size: 17px;
                line-height: 29px
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button p {
                font-size: 16px;
                line-height: 28px
            }
        }
        
        @media (max-width:600px) {
            section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button p {
                font-size: 15px;
                line-height: 28px
            }
        }
        
        @media (max-width:500px) {
            section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button p {
                font-size: 14px;
                line-height: 26px
            }
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#press-esc-button p span {
            padding: 5px 10px;
            border: 1px solid #fff;
            border-radius: 3px
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#frame-close-btn {
            display: none;
            position: absolute;
            right: 2.5%;
            top: 5%
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#frame-close-btn #iframe-close-icon {
            width: 50px;
            height: 50px;
            position: relative;
            margin: 14px
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#frame-close-btn #iframe-close-icon span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #fff;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
            -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#frame-close-btn #iframe-close-icon span:first-child,
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#frame-close-btn #iframe-close-icon span:last-child {
            top: 8px
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#frame-close-btn #iframe-close-icon span:first-child {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg)
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box div#frame-close-btn #iframe-close-icon span:last-child {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }
        
        section#home-index-page section#new-home-main-banner #iframe-360-deg-box iframe {
            min-width: 100vw;
            min-height: 100vh;
            display: block;
            border: none
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar {
            padding: 8px 0;
            background-color: #f9f9f9
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar:after,
        section#home-index-page section#new-home-main-banner section#top-news-bar:before {
            content: " ";
            display: table
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar:after {
            clear: both
        }
        
        @media (max-width:1170px) {
            section#home-index-page section#new-home-main-banner section#top-news-bar {
                display: none
            }
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text {
            float: left;
            display: inline-block
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text:after,
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text:before {
            content: " ";
            display: table
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text:after {
            clear: both
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text ul.list-inline {
            margin-bottom: 0
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text ul.list-inline li p {
            margin: 0;
            font-size: 10px;
            color: #666;
            letter-spacing: 1px;
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        @media (max-width:460px) {
            section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text ul.list-inline li p {
                font-size: 9px
            }
        }
        
        @media (max-width:420px) {
            section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-text ul.list-inline li p {
                font-size: 8px
            }
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons {
            float: right;
            display: inline-block
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons:after,
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons:before {
            content: " ";
            display: table
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons:after {
            clear: both
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons ul.list-inline {
            margin-bottom: 0
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons ul.list-inline li {
            padding: 0 15px;
            font-size: 10px;
            letter-spacing: 1px;
            color: #000
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons ul.list-inline li a {
            text-decoration: none;
            color: inherit
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons ul.list-inline li:first-child a {
            font-family: avenirnext-medium, "helvetica neue", helvetica, arial, sans-serif
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons ul.list-inline li:last-child {
            padding-right: 0!important
        }
        
        section#home-index-page section#new-home-main-banner section#top-news-bar div.container div.news-bar-buttons ul.list-inline li:last-child a {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid {
            padding: 0;
            position: relative
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid:after,
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid:before {
            content: " ";
            display: table
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid:after {
            clear: both
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-bg-img {
            height: 100vh;
            z-index: 0
        }
        
        @media (max-width:1170px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-bg-img {
                height: calc(100vh - 63px)
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-bg-img img#web-banner {
            min-width: 100%;
            display: block
        }
        
        @media (max-width:720px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-bg-img img#web-banner {
                display: none
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-bg-img img#mobile-banner {
            min-width: 100%;
            display: none
        }
        
        @media (max-width:720px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-bg-img img#mobile-banner {
                display: block
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-gradient {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            z-index: 1;
            background-color: transparent
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 3;
            padding-top: 15px;
            background: rgba(102, 102, 102, .8);
            background: -moz-linear-gradient(top, rgba(102, 102, 102, .8) 0, rgba(153, 153, 153, .26) 76%, rgba(170, 170, 170, 0) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(102, 102, 102, .8)), color-stop(76%, rgba(153, 153, 153, .26)), color-stop(100%, rgba(170, 170, 170, 0)));
            background: -webkit-linear-gradient(top, rgba(102, 102, 102, .8) 0, rgba(153, 153, 153, .26) 76%, rgba(170, 170, 170, 0) 100%);
            background: -o-linear-gradient(top, rgba(102, 102, 102, .8) 0, rgba(153, 153, 153, .26) 76%, rgba(170, 170, 170, 0) 100%);
            background: -ms-linear-gradient(top, rgba(102, 102, 102, .8) 0, rgba(153, 153, 153, .26) 76%, rgba(170, 170, 170, 0) 100%);
            background: linear-gradient(to bottom, rgba(102, 102, 102, .8) 0, rgba(153, 153, 153, .26) 76%, rgba(170, 170, 170, 0) 100%)
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar {
            display: block;
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0!important
        }
        
        @media (max-width:1170px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar {
                display: none
            }
        }
        
        @media (min-width:992px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar {
                float: left;
                width: 100%
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline {
            position: relative;
            margin-left: 0;
            margin-bottom: 15px;
            height: 25px;
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link {
            color: #fff;
            margin-top: 6px;
            font-size: 11px;
            letter-spacing: 1px;
            padding-bottom: 40px
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link:first-child {
            padding-left: 0!important;
            margin-top: -1px;
            text-align: left
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link:last-child {
            padding-right: 0!important;
            text-align: right
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link a {
            text-decoration: none;
            color: inherit
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link .products-drop-down-links {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 33.33333%
        }
        
        @media (min-width:992px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link .products-drop-down-links {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:1170px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link .products-drop-down-links {
                width: 100%!important;
                padding: 0!important
            }
        }
        
        @media (max-width:1220px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link .products-drop-down-links {
                padding: 0 10px
            }
        }
        
        @media (max-width:1200px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link .products-drop-down-links {
                padding: 0 5px
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link div.link-identifier {
            width: 16px;
            height: 16px;
            background-color: #fff;
            bottom: 0;
            margin-left: calc(50% - 8px);
            margin-top: 6px;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            display: none
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link div.navbar-link-drop-down {
            width: 100%;
            height: 350px;
            background-color: #fff;
            position: absolute;
            top: 35px;
            left: 0;
            right: 0;
            display: none;
            box-shadow: 0 3px 4px rgba(0, 0, 0, .2)
        }
        
        @media (max-width:1200px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div#home-page-header div.container div.main-navbar ul.list-inline li.home-main-nav-link div.navbar-link-drop-down {
                display: none
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content {
            position: absolute;
            z-index: 2;
            top: 25%;
            -webkit-transform: translateY(-25%);
            -moz-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
            -o-transform: translateY(-25%);
            transform: translateY(-25%);
            width: 100%
        }
        
        @media (max-width:1170px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content {
                top: 39%
            }
        }
        
        @media (max-width:480px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content {
                top: 32%
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container .data-fade-null {
            opacity: 0;
            -webkit-transform: translate(0, -30px);
            -ms-transform: translate(0, -30px);
            transform: translate(0, -30px)
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
            color: #fff;
            font-size: 80px;
            margin: 0 0 15px 0;
            font-family: Didot-regular, "helvetica neue", helvetica, arial, sans-serif;
            text-shadow: -1px 0 2px rgba(0, 0, 0, .45);
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }
        
        @media (max-width:1920px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 70px
            }
        }
        
        @media (max-width:1700px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 60px
            }
        }
        
        @media (max-width:1500px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 50px
            }
        }
        
        @media (max-width:1150px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 40px
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 30px
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 28px
            }
        }
        
        @media (max-width:600px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 26px
            }
        }
        
        @media (max-width:500px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container h1 {
                font-size: 24px
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
            color: #fff;
            margin: 0 0 20px 0;
            font-size: 21px;
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-shadow: -1px 0 2px rgba(0, 0, 0, .45)
        }
        
        @media (max-width:1920px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                font-size: 20px;
                margin: 0 0 25px 0
            }
        }
        
        @media (max-width:1700px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                font-size: 20px;
                margin: 0 0 23px 0
            }
        }
        
        @media (max-width:1500px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                font-size: 18px;
                margin: 0 0 20px 0
            }
        }
        
        @media (max-width:1300px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                font-size: 16px;
                margin: 0 0 18px 0
            }
        }
        
        @media (max-width:1150px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                font-size: 14px;
                margin: 0 0 16px 0
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                font-size: 13px;
                margin: 0 0 14px 0
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                margin: 0 0 13px 0
            }
        }
        
        @media (max-width:600px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                margin: 0 0 10px 0
            }
        }
        
        @media (max-width:500px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container p {
                margin: 0 0 9px 0
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
            padding: 10px 25px;
            text-transform: uppercase;
            font-family: avenirnext-medium, "helvetica neue", helvetica, arial, sans-serif;
            font-size: 11px;
            letter-spacing: 2px;
            color: #323d4b;
            border: 1px solid #fff;
            background-color: #fff;
            border-radius: 2px
        }
        
        @media (max-width:1920px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
                font-size: 16px;
                padding: 12px 24px
            }
        }
        
        @media (max-width:1700px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
                font-size: 15px;
                padding: 11px 22px
            }
        }
        
        @media (max-width:1500px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
                font-size: 14px;
                padding: 10px 20px
            }
        }
        
        @media (max-width:1300px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
                font-size: 13px
            }
        }
        
        @media (max-width:1150px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
                font-size: 12px
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
                font-size: 11px;
                padding: 9px 18px
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-fg-content div.container button {
                padding: 8px 16px
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-link-button {
            position: absolute;
            z-index: 2;
            width: 100%;
            bottom: 10%
        }
        
        @media (max-width:1170px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-link-button {
                bottom: 0
            }
        }
        
        @media (max-width:720px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-link-button {
                display: none
            }
        }
        
        section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-link-button div.container.text-center img {
            margin: 0 auto;
            width: 70px;
            display: none
        }
        
        @media (max-width:768px) {
            section#home-index-page section#new-home-main-banner header#main-home-banner div.container-fluid div.banner-link-button div.container.text-center img {
                width: 50px
            }
        }
        
        section#home-index-page nav#mobile-navbar {
            z-index: 6;
            display: none;
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            -moz-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3)
        }
        
        section#home-index-page nav#mobile-navbar:after,
        section#home-index-page nav#mobile-navbar:before {
            content: " ";
            display: table
        }
        
        section#home-index-page nav#mobile-navbar:after {
            clear: both
        }
        
        @media (max-width:1170px) {
            section#home-index-page nav#mobile-navbar {
                display: block
            }
        }
        
        section#home-index-page div#dummy-div {
            width: 100%;
            height: 100vh;
            background-color: transparent;
            z-index: -1
        }
        
        section#home-index-page div#home-page-header-alt {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 5;
            background-color: #fff;
            -webkit-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            -moz-box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3);
            box-shadow: 0 1px 4px 0 rgba(51, 51, 51, .3)
        }
        
        @media (max-width:1170px) {
            section#home-index-page div#home-page-header-alt div.container {
                display: none
            }
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0!important
        }
        
        @media (min-width:992px) {
            section#home-index-page div#home-page-header-alt div.container div.main-navbar {
                float: left;
                width: 100%
            }
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline {
            position: relative;
            margin: 15px 0;
            height: 30px;
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt {
            margin-top: 6px;
            color: #333;
            font-size: 11px;
            letter-spacing: 1px;
            padding-bottom: 40px
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt:first-child {
            padding-left: 0!important;
            margin-top: -1px;
            text-align: left
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt:last-child {
            padding-right: 0!important;
            text-align: right
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt a.alternate-nav-link {
            text-decoration: none;
            color: inherit;
            padding-bottom: 22px
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt .products-drop-down-links {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 33.33333%
        }
        
        @media (min-width:992px) {
            section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt .products-drop-down-links {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:1170px) {
            section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt .products-drop-down-links {
                width: 100%!important;
                padding: 0!important
            }
        }
        
        @media (max-width:1220px) {
            section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt .products-drop-down-links {
                padding: 0 10px
            }
        }
        
        @media (max-width:1200px) {
            section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt .products-drop-down-links {
                padding: 0 5px
            }
        }
        
        section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt div.navbar-link-drop-down-alt {
            width: 100%;
            min-height: 350px;
            background-color: #fff;
            position: absolute;
            top: 45px;
            left: 0;
            right: 0;
            display: none;
            box-shadow: 0 3px 4px rgba(0, 0, 0, .2)
        }
        
        @media (max-width:1200px) {
            section#home-index-page div#home-page-header-alt div.container div.main-navbar ul.list-inline li.home-main-nav-link-alt div.navbar-link-drop-down-alt {
                display: none
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images {
            width: 100%;
            margin: 0 auto;
            background-color: #fff
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images:after,
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images:before {
            content: " ";
            display: table
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images:after {
            clear: both
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list {
            margin-left: -15px;
            margin-right: -15px;
            margin: 5px;
            padding: 0
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list:after,
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list:before {
            content: " ";
            display: table
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list:after {
            clear: both
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list img {
            padding: 5px
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-bedroom {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0
        }
        
        @media (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-bedroom {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-bedroom {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:992px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-bedroom {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-bedroom {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 100%
            }
        }
        
        @media (max-width:768px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-bedroom {
                float: left;
                width: 33.33333%
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-kitchen {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0
        }
        
        @media (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-kitchen {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-kitchen {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:992px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-kitchen {
                float: left;
                width: 33.33333%
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-kitchen {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 100%
            }
        }
        
        @media (max-width:768px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-kitchen {
                float: left;
                width: 33.33333%
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0;
            position: relative
        }
        
        @media (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial {
                float: left;
                width: 33.33333%
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details {
            background-color: #f9f8f9;
            margin: 5px
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details div {
            font-size: 24px;
            color: #999;
            padding: 0
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details p {
            font-size: 12px;
            line-height: 18px;
            padding: 0 20px;
            margin: 0 0 25px;
            color: #333;
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        @media (max-width:1920px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details p {
                font-size: 16px;
                line-height: 24px
            }
        }
        
        @media (max-width:1500px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details p {
                font-size: 15px;
                line-height: 21px
            }
        }
        
        @media (max-width:1320px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details p {
                font-size: 14px;
                line-height: 18px;
                margin: 0 0 15px
            }
        }
        
        @media (max-width:1180px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details p {
                font-size: 13px;
                line-height: 14px;
                margin: 0
            }
        }
        
        @media (max-width:1060px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details p {
                margin-top: -20px
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details p {
                font-size: 12px;
                line-height: 18px;
                margin: 0 0 15px
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details h5 {
            color: #666;
            font-size: 14px;
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding: 0;
            margin: 0 0 10px 0
        }
        
        @media (max-width:1180px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details h5 {
                margin: 0
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details h5 {
                margin: 0
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details h6 {
            color: #666;
            font-size: 12px;
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            padding: 0;
            letter-spacing: 1px
        }
        
        @media (max-width:1180px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details h6 {
                padding: 0;
                margin: 0
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-testimonial div.testimonial-details h6 {
                padding: 0
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-living-room {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0
        }
        
        @media (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-living-room {
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-living-room {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:992px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-living-room {
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-living-room {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 100%
            }
        }
        
        @media (max-width:768px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-living-room {
                float: left;
                width: 50%
            }
        }
        
        section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-family {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px;
            float: left;
            width: 100%;
            padding: 0
        }
        
        @media (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-family {
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-family {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:992px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-family {
                float: left;
                width: 50%
            }
        }
        
        @media (max-width:768px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-family {
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
                float: left;
                width: 100%
            }
        }
        
        @media (max-width:768px) and (min-width:992px) {
            section#home-index-page article#livspace-stories div.container-fluid div#carousel-example-generic div.carousel-inner div.item div.stories-images div.stories-images-list div.stories-images-family {
                float: left;
                width: 50%
            }
        }
        
        section#home-index-page section#get-started-alt {
            display: none;
            background-color: transparent;
            width: 100%;
            z-index: 2;
            height: 500px
        }
        
        section#home-index-page section#get-started-alt:after,
        section#home-index-page section#get-started-alt:before {
            content: " ";
            display: table
        }
        
        section#home-index-page section#get-started-alt:after {
            clear: both
        }
        
        @media (max-width:780px) {
            section#home-index-page section#get-started-alt {
                height: 400px
            }
        }
        
        #fb-root {
            display: none
        }
        
        footer#new-footer div.container div.footer-links-list {
            display: flex;
            flex-direction: row;
            justify-content: space-between
        }
        
        footer#new-footer div.container div.footer-links-list:after,
        footer#new-footer div.container div.footer-links-list:before {
            content: " ";
            display: table
        }
        
        footer#new-footer div.container div.footer-links-list:after {
            clear: both
        }
        
        footer#new-footer div.container div.footer-links-list div.footer-links-sections:after,
        footer#new-footer div.container div.footer-links-list div.footer-links-sections:before {
            content: " ";
            display: table
        }
        
        footer#new-footer div.container div.footer-links-list div.footer-links-sections:after {
            clear: both
        }
        
        footer#new-footer div.container ul.list-unstyled.medium-small-list {
            margin-left: 0;
            margin-bottom: 0
        }
        
        footer#new-footer div.container ul.list-unstyled.medium-small-list li {
            padding: 0 0 28px 0
        }
        
        footer#new-footer div.container ul.list-unstyled.medium-small-list li a {
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            color: #666;
            letter-spacing: 1px
        }
        
        footer#new-footer div.container ul.list-unstyled.medium-small-list li:last-child {
            padding-bottom: 0!important
        }
        
        footer#new-footer div.container div.footer-links-medium {
            padding: 60px 0;
            border-bottom: .5px solid #cbcbcb;
            display: none
        }
        
        footer#new-footer div.container div.footer-links-medium:after,
        footer#new-footer div.container div.footer-links-medium:before {
            content: " ";
            display: table
        }
        
        footer#new-footer div.container div.footer-links-medium:after {
            clear: both
        }
        
        @media (max-width:992px) {
            footer#new-footer div.container div.footer-links-medium {
                display: block
            }
        }
        
        @media (max-width:480px) {
            footer#new-footer div.container div.footer-links-medium {
                display: none
            }
        }
        
        footer#new-footer div.container div.footer-links-small {
            padding: 45px 0;
            border-bottom: .5px solid #cbcbcb;
            display: none
        }
        
        footer#new-footer div.container div.footer-links-small:after,
        footer#new-footer div.container div.footer-links-small:before {
            content: " ";
            display: table
        }
        
        footer#new-footer div.container div.footer-links-small:after {
            clear: both
        }
        
        @media (max-width:480px) {
            footer#new-footer div.container div.footer-links-small {
                display: block
            }
        }
        
        footer#new-footer div.container div.footer-support-icons div.customer-support .country-dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 180px;
            width: 100%;
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
            z-index: 1
        }
        
        footer#new-footer div.container div.footer-support-icons div.customer-support .country-dropdown-content a {
            color: #000;
            padding: 12px 16px;
            text-decoration: none;
            display: block
        }
        
        footer#new-footer div.container div.footer-support-icons div.customer-support .country-dropdown-content a span {
            padding: 3px 0 0 5px;
            font-family: avenirnext-demibold, "helvetica neue", helvetica, arial, sans-serif;
            color: #999
        }
        
        html {
            font-family: sans-serif;
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%
        }
        
        body {
            margin: 0
        }
        
        figure,
        header,
        nav,
        section {
            display: block
        }
        
        a {
            background-color: transparent
        }
        
        h1 {
            font-size: 2em;
            margin: .67em 0
        }
        
        img {
            border: 0
        }
        
        figure {
            margin: 1em 40px
        }
        
        button,
        input,
        select,
        textarea {
            color: inherit;
            font: inherit;
            margin: 0
        }
        
        button {
            overflow: visible
        }
        
        button,
        select {
            text-transform: none
        }
        
        button,
        input[type=submit] {
            -webkit-appearance: button
        }
        
        button::-moz-focus-inner,
        input::-moz-focus-inner {
            border: 0;
            padding: 0
        }
        
        input {
            line-height: normal
        }
        
        input[type=number]::-webkit-inner-spin-button,
        input[type=number]::-webkit-outer-spin-button {
            height: auto
        }
        
        fieldset {
            border: 1px solid silver;
            margin: 0 2px;
            padding: .35em .625em .75em
        }
        
        textarea {
            overflow: auto
        }
        
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        :after,
        :before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        
        html {
            font-size: 10px
        }
        
        body {
            font-family: gothamrnd-book, "helvetica neue", helvetica, arial, sans-serif;
            font-size: 14px;
            line-height: 1.42857;
            color: #494949;
            background-color: #fff
        }
        
        button,
        input,
        select,
        textarea {
            font-family: inherit;
            font-size: inherit;
            line-height: inherit
        }
        
        a {
            color: #f75861;
            text-decoration: none
        }
        
        figure {
            margin: 0
        }
        
        img {
            vertical-align: middle
        }
        
        .img-responsive {
            display: block;
            max-width: 100%;
            height: auto
        }
        
        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0
        }
        
        h1,
        h4,
        h5,
        h6 {
            font-family: inherit;
            font-weight: 500;
            line-height: 1.1;
            color: inherit
        }
        
        h1 {
            margin-top: 20px;
            margin-bottom: 10px
        }
        
        h4,
        h5,
        h6 {
            margin-top: 10px;
            margin-bottom: 10px
        }
        
        h1 {
            font-size: 36px
        }
        
        h4 {
            font-size: 18px
        }
        
        h5 {
            font-size: 14px
        }
        
        h6 {
            font-size: 12px
        }
        
        p {
            margin: 0 0 10px
        }
        
        .lead {
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: 300;
            line-height: 1.4
        }
        
        @media (min-width:768px) {
            .lead {
                font-size: 21px
            }
        }
        
        .text-left {
            text-align: left
        }
        
        .text-right {
            text-align: right
        }
        
        .text-center {
            text-align: center
        }
        
        .text-uppercase {
            text-transform: uppercase
        }
        
        ul {
            margin-top: 0;
            margin-bottom: 10px
        }
        
        ul ul {
            margin-bottom: 0
        }
        
        .list-unstyled {
            padding-left: 0;
            list-style: none
        }
        
        .list-inline {
            padding-left: 0;
            list-style: none;
            margin-left: -5px
        }
        
        .list-inline>li {
            display: inline-block;
            padding-left: 5px;
            padding-right: 5px
        }
        
        .container {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .container:after,
        .container:before {
            content: " ";
            display: table
        }
        
        .container:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .container {
                width: 750px
            }
        }
        
        @media (min-width:992px) {
            .container {
                width: 970px
            }
        }
        
        @media (min-width:1200px) {
            .container {
                width: 1170px
            }
        }
        
        .container-fluid {
            margin-right: auto;
            margin-left: auto;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .container-fluid:after,
        .container-fluid:before {
            content: " ";
            display: table
        }
        
        .container-fluid:after {
            clear: both
        }
        
        .row {
            margin-left: -15px;
            margin-right: -15px
        }
        
        .row:after,
        .row:before {
            content: " ";
            display: table
        }
        
        .row:after {
            clear: both
        }
        
        .col-xs-12,
        .col-xs-6 {
            position: relative;
            min-height: 1px;
            padding-left: 15px;
            padding-right: 15px
        }
        
        .col-xs-12,
        .col-xs-6 {
            float: left
        }
        
        .col-xs-6 {
            width: 50%
        }
        
        .col-xs-12 {
            width: 100%
        }
        
        fieldset {
            padding: 0;
            margin: 0;
            border: 0;
            min-width: 0
        }
        
        label {
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700
        }
        
        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
        }
        
        .form-control::-moz-placeholder {
            color: #999;
            opacity: 1
        }
        
        .form-control:-ms-input-placeholder {
            color: #999
        }
        
        .form-control::-webkit-input-placeholder {
            color: #999
        }
        
        textarea.form-control {
            height: auto
        }
        
        .form-group {
            margin-bottom: 15px
        }
        
        .btn {
            display: inline-block;
            margin-bottom: 0;
            font-weight: 400;
            text-align: center;
            vertical-align: middle;
            touch-action: manipulation;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857;
            border-radius: 4px
        }
        
        .btn-default {
            color: #494949;
            background-color: #fff;
            border-color: #ccc
        }
        
        .btn-primary {
            color: #fff;
            background-color: #f75861;
            border-color: #f6404a
        }
        
        .fade {
            opacity: 0
        }
        
        .navbar {
            position: relative;
            margin-bottom: 20px;
            border: 1px solid transparent
        }
        
        .navbar:after,
        .navbar:before {
            content: " ";
            display: table
        }
        
        .navbar:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .navbar {
                border-radius: 4px
            }
        }
        
        .thumbnail {
            display: block;
            padding: 4px;
            margin-bottom: 20px;
            line-height: 1.42857;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 4px
        }
        
        .thumbnail a>img,
        .thumbnail>img {
            display: block;
            max-width: 100%;
            height: auto;
            margin-left: auto;
            margin-right: auto
        }
        
        .thumbnail .caption {
            padding: 9px;
            color: #494949
        }
        
        .close {
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .2
        }
        
        button.close {
            padding: 0;
            background: 0 0;
            border: 0;
            -webkit-appearance: none
        }
        
        .modal {
            display: none;
            overflow: hidden;
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1050;
            -webkit-overflow-scrolling: touch;
            outline: 0
        }
        
        .modal.fade .modal-dialog {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            -o-transform: translate(0, -25%);
            transform: translate(0, -25%)
        }
        
        .modal-dialog {
            position: relative;
            width: auto;
            margin: 10px
        }
        
        .modal-content {
            position: relative;
            background-color: #fff;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
            background-clip: padding-box;
            outline: 0
        }
        
        .modal-header {
            padding: 15px;
            border-bottom: 1px solid #e5e5e5;
            min-height: 16.42857px
        }
        
        .modal-header .close {
            margin-top: -2px
        }
        
        .modal-title {
            margin: 0;
            line-height: 1.42857
        }
        
        .modal-body {
            position: relative;
            padding: 15px
        }
        
        .modal-footer {
            padding: 15px;
            text-align: right;
            border-top: 1px solid #e5e5e5
        }
        
        .modal-footer:after,
        .modal-footer:before {
            content: " ";
            display: table
        }
        
        .modal-footer:after {
            clear: both
        }
        
        @media (min-width:768px) {
            .modal-dialog {
                width: 600px;
                margin: 30px auto
            }
            .modal-content {
                -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
                box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
            }
        }
        
        .carousel-inner>.item {
            display: none;
            position: relative
        }
        
        @media all and (transform-3d),
        (-webkit-transform-3d) {
            .carousel-inner>.item {
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-perspective: 1000;
                -moz-perspective: 1000;
                perspective: 1000
            }
        }
        
        .clearfix:after,
        .clearfix:before {
            content: " ";
            display: table
        }
        
        .clearfix:after {
            clear: both
        }
        
        .center-block {
            display: block;
            margin-left: auto;
            margin-right: auto
        }
        
        .pull-right {
            float: right!important
        }
        
        .pull-left {
            float: left!important
        }
        
        @-ms-viewport {
            width: device-width
        }
        
        @media (max-width:767px) {
            .hidden-xs {
                display: none!important
            }
        }
        
        h1 {
            font-family: gothamrnd-book, "helvetica neue", helvetica, arial, sans-serif
        }
        
        a {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif
        }
        
        .btn {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            text-transform: uppercase
        }
        
        .btn-default {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            text-transform: uppercase
        }
        
        body {
            font-family: avenirnext-regular, "helvetica neue", helvetica, arial, sans-serif;
            color: #494949
        }
        
        :focus,
        a,
        button,
        input {
            outline: 0!important
        }
        
        .btn {
            text-transform: uppercase;
            border-radius: 0!important
        }
        
        .btn-default {
            color: #f75861
        }
        
        .btn-primary {
            border: 1px solid #f75861
        }
        
        div.modal#globalConfirm div.modal-dialog div.modal-content {
            padding: 20px;
            background-repeat: repeat
        }
        
        div.modal#globalConfirm div.modal-dialog div.modal-content div.modal-header {
            border-bottom: none!important
        }
        
        div.modal#globalConfirm div.modal-dialog div.modal-content div.modal-body figure {
            margin-top: 20px!important
        }
        
        div.modal#globalConfirm div.modal-dialog div.modal-content div.modal-body p {
            margin: 20px 0!important
        }
        
        div.modal#globalConfirm div.modal-dialog div.modal-content div.modal-body a button {
            margin-top: 10px!important;
            text-transform: none
        }
        
        p.privacy-agreement {
            margin: 15px 0 5px!important;
            font-size: 11px!important;
            color: #999
        }
        
        @media (max-width:1100px) {
            p.privacy-agreement {
                font-size: 10px!important;
                margin: 15px 0 5px!important
            }
        }
        
        @media (max-width:1026px) {
            p.privacy-agreement {
                font-size: 9px!important
            }
        }
        
        @media (max-width:991px) {
            p.privacy-agreement {
                margin: 15px 0 5px!important;
                font-size: 11px!important
            }
        }
        
        @media (max-width:376px) {
            p.privacy-agreement {
                margin: 15px 0 5px!important;
                font-size: 10px!important
            }
        }
        
        @media (max-width:325px) {
            p.privacy-agreement {
                font-size: 9px!important
            }
        }
        
        @font-face {
            font-family: FontAwesome;
            src: url(https://cdn.livmatrix.com/css/font/fontawesome-webfont.eot?v=3.2.1);
            src: url(https://cdn.livmatrix.com/css/font/fontawesome-webfont.eot?#iefix&v=3.2.1) format('embedded-opentype'), url(https://cdn.livmatrix.com/css/font/fontawesome-webfont.woff?v=3.2.1) format('woff'), url(https://cdn.livmatrix.com/css/font/fontawesome-webfont.ttf?v=3.2.1) format('truetype'), url(https://cdn.livmatrix.com/css/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1) format('svg');
            font-weight: 400;
            font-style: normal
        }
        
        [class*=" icon-"] {
            font-family: FontAwesome;
            font-weight: 400;
            font-style: normal;
            text-decoration: inherit;
            -webkit-font-smoothing: antialiased
        }
        
        [class*=" icon-"]:before {
            text-decoration: inherit;
            display: inline-block;
            speak: none
        }
        
        .pull-right {
            float: right
        }
        
        .pull-left {
            float: left
        }
        
        [class*=" icon-"] {
            display: inline;
            width: auto;
            height: auto;
            line-height: normal;
            vertical-align: baseline;
            background-image: none;
            background-position: 0 0;
            background-repeat: repeat;
            margin-top: 0
        }
        
        .icon-facebook:before {
            content: "\f09a"
        }
		
		.accordion {
		  background-color: #eee;
		  color: #444;
		  cursor: pointer;
		  padding: 18px;
		  width: 100%;
		  border: none;
		  text-align: left;
		  outline: none;
		  font-size: 15px;
		  transition: 0.4s;
		}

		.active, .accordion:hover {
		  background-color: #ccc;
		}

		.accordion:after {
		  content: '\002B';
		  color: #777;
		  font-weight: bold;
		  float: right;
		  margin-left: 5px;
		}

		.active:after {
		  content: "\2212";
		}

		.panel {
		  padding: 0 18px;
		  background-color: white;
		  max-height: 0;
		  overflow: hidden;
		  transition: max-height 0.2s ease-out;
		}
		
		.panel p { margin:10px 0 10px !important; }
		