#file-name,
.file-upload {
    margin-top: 40px;
    overflow: hidden
}
.btn-red,
h3 {
    text-transform: uppercase
}
.btn-red,
.file-upload,
.popup-main form,
.popup-main-title {
    text-align: center
}
.btn-red:hover,
.btn-white:hover,
.header nav li a,
a.btn-red {
    text-decoration: none
}
@font-face {
    font-family: TondoCorp-Light;
    src: url(../fonts/TondoCorp-Light.eot);
    src: local(""), url(../fonts/TondoCorp-Light.woff) format("woff"), url(../fonts/TondoCorp-Light.ttf) format("truetype"), url(../fonts/TondoCorp-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: TondoCorp-Regular;
    src: url(../fonts/TondoCorp-Regular.eot);
    src: local(""), url(../fonts/TondoCorp-Regular.woff) format("woff"), url(../fonts/TondoCorp-Regular.ttf) format("truetype"), url(../fonts/TondoCorp-Regular.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: TondoCorp-Bold;
    src: url(../fonts/TondoCorp-Bold.eot);
    src: local(""), url(../fonts/TondoCorp-Bold.woff) format("woff"), url(../fonts/TondoCorp-Bold.ttf) format("truetype"), url(../fonts/TondoCorp-Bold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}
body {
    font: 400 16px TondoCorp-Light, sans-serif;
    color: #4c5b65
}
::-webkit-input-placeholder {
    color: #9a9a9a
}
::-moz-placeholder {
    color: #9a9a9a
}
:-moz-placeholder {
    color: #9a9a9a
}
:-ms-input-placeholder {
    color: #9a9a9a
}
#file-name {
    float: left;
    padding-left: 15px;
    max-width: 170px;
    height: 40px;
    font: 400 18px/40px TondoCorp-Light, sans-serif;
    color: #9a9a9a
}
.file-upload input[type=file] {
    opacity: 0
}
.file-upload {
    float: right;
    position: relative;
    margin-bottom: 40px;
    width: 150px;
    height: 41px;
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #5d6f7c;
    -webkit-transition: all .3s;
    transition: all .3s
}
.file-upload div.class2,
.file-upload label,
.file-upload span {
    position: absolute;
    top: 0;
    left: 0
}
.file-upload:hover,
input:focus {
    border-color: #d71e3d
}
.file-upload label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer
}
.file-upload span {
    line-height: 40px;
    font-weight: 700;
    margin: 40px auto 0;
    right: 0
}
.file-upload div.class2 {
    line-height: 40px;
    font-weight: 700;
    margin: 0 auto;
    right: 0;
    display: inline-block
}
.popup-main {
    padding: 80px 130px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
.popup-main-title h4 {
    margin: 0;
    font: 400 30px/34px TondoCorp-Bold, sans-serif;
    color: #5d6f7c
}
.popup-main-title h4 span {
    display: block;
    font-style: italic;
    font-family: TondoCorp-Light, sans-serif
}
.popup-main p {
    margin-top: 50px;
    font-size: 14px;
    line-height: 24px
}
.popup-main .mfp-close {
    top: 25px;
    right: 25px;
    width: 22px;
    height: 22px;
    font-size: 0;
    line-height: 22px;
    background-image: url(../img/icon-close.png);
    opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s
}
.btn-red,
input {
    -webkit-transition: all .3s
}
.popup-main .mfp-close:hover {
    opacity: 1
}
.popup-main .btn-red {
    width: 235px
}
.popup-main .btn-wrap {
    margin-top: 75px;
    text-align: center
}
.popup-main form {
    margin: 10px auto;
    width: 340px
}
.popup-main form input {
    width: 100%;
    margin-top: 40px
}
input {
    padding: 7px 15px;
    font: 400 18px TondoCorp-Light, sans-serif;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 4px 4px 0 0 #f7f7f7;
    box-shadow: inset 4px 4px 0 0 #f7f7f7;
    outline: 0;
    transition: all .3s
}
input:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}
h3 {
    margin-top: 60px;
    font: 400 52px/66px TondoCorp-Bold, sans-serif;
    letter-spacing: .005em;
    color: #5d6f7c
}
h3 span {
    color: #d71e3d
}
a.btn-red {
    color: #fff;
    outline: 0
}
button.btn-red {
    border: none;
    outline: 0
}
.btn-red,
.btn-white {
    padding: 14px 25px;
    font: 400 14px TondoCorp-Light, sans-serif;
    letter-spacing: .005em;
    -webkit-border-radius: 3px
}
.btn-red {
    display: inline-block;
    color: #fff;
    background-color: #d71e3d;
    border-radius: 3px;
    transition: all .3s
}
.btn-white,
a.btn-present {
    -webkit-transition: all .3s;
    display: inline-block;
    text-transform: uppercase
}
.btn-red:hover {
    color: #fff;
    background: #e22d4b
}
.btn-white {
    color: #5d6f7c;
    background-color: #fff;
    border-radius: 3px;
    transition: all .3s
}
.btn-white:hover {
    color: #d71e3d;
    background: #eee
}
.line {
    width: 40%;
    height: 4px;
    border-bottom: 2px dotted #d71e3d
}
.btn-present-wrap {
    text-align: right
}
a.btn-present {
    padding: 6px 20px;
    font: 400 14px "Open Sans", sans-serif;
    letter-spacing: .08em;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #d71e3d;
    transition: all .3s;
    overflow: hidden
}
a.btn-present:hover {
    background-color: #e22d4b
}
a.btn-present img {
    float: left;
    padding-top: 5px;
    padding-right: 20px
}
a.btn-present p {
    float: left;
    text-align: left;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}
.hiro,
.hiro .btn-present-wrap {
    text-align: center
}
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 9px 0;
    border-bottom: 1px solid #d71e3d;
    background-color: #fff
}
.header .logo {
    float: left;
    margin-top: 15px
}
.header nav {
    float: left;
    margin-top: 13px
}
.header nav li {
    display: inline-block;
    margin-left: 85px;
    list-style: none;
    font: 400 12px "Open Sans", sans-serif
}
.header nav li a {
    color: #5d6f7c;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
    font-family: TondoCorp-Light, sans-serif
}
.header nav li a:hover,
.present-wrap .present-text h4 div,
.present-wrap .present-text h4 span.color-red {
    color: #d71e3d
}
.menu-xs {
    display: none
}
.toggle-menu {
    z-index: 3;
    position: absolute;
    top: -14px;
    left: 15px;
    display: block;
    width: 27px;
    height: 45px;
    margin-top: 14px;
    padding: 0
}
.toggle-menu span:after,
.toggle-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}
.toggle-menu span:after {
    top: 18px
}
.toggle-menu span {
    position: relative;
    display: block
}
.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
    width: 100%;
    height: 4px;
    background-color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 0;
    border-radius: 0
}
.toggle-menu.on span {
    background-color: transparent
}
.toggle-menu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}
.toggle-menu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}
.hiro {
    position: relative;
    margin-top: 73px
}
.hiro img {
    margin-bottom: 30px
}
.hiro .img-warning {
    position: absolute;
    top: 180px;
    right: 0;
    left: 0;
    margin: 0 auto
}
.hiro .btn-present-wrap .btn-present {
    margin-top: 40px
}
.hiro .hirro-img-xs {
    display: none
}
.present {
    margin-top: 200px;
    margin-bottom: 140px
}
.present-wrap {
    position: relative;
    margin: 0 auto;
    width: 1477px;
    background-image: url(../img/present-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 46%
}
.present-wrap .present-carousel img {
    width: auto
}
.present-wrap .present-carousel .item {
    padding-left: 270px
}
.present-wrap .present-text {
    padding-left: 20px
}
.present-wrap .present-text h4 {
    margin-top: 120px;
    margin-bottom: 95px;
    text-transform: uppercase;
    font: 400 38px TondoCorp-Bold, sans-serif;
    letter-spacing: .05em
}
.present-wrap .present-text h4 span.font-light {
    font-family: TondoCorp-Light, sans-serif
}
.present-wrap .present-text .btn-link {
    display: block;
    margin-top: 20px;
    margin-left: 70px;
    text-decoration: underline;
    color: #d71e3d;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}
.present-wrap .present-text .btn-link:hover {
    color: #e5435e
}
.present-wrap .btn-present-blue {
    display: inline-block;
    padding: 14px 31px;
    text-transform: uppercase;
    font: 400 14px "Open Sans", sans-serif;
    letter-spacing: .08em;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left bottom, right top, from(#7292a9), to(#a6d2d8));
    background: -webkit-linear-gradient(bottom left, #7292a9, #a6d2d8);
    background: linear-gradient(to top right, #7292a9, #a6d2d8);
    -webkit-transition: all .3s;
    transition: all .3s
}
.present-wrap .btn-present-blue:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#7292a9), to(#a6d2d8));
    background: -webkit-linear-gradient(bottom, #7292a9, #a6d2d8);
    background: linear-gradient(to top, #7292a9, #a6d2d8)
}
.present-wrap .btn-present-blue img {
    float: left;
    padding-top: 5px;
    padding-right: 20px
}
.present-wrap .btn-present-blue p {
    float: left;
    margin: 0;
    text-align: left
}
.present-wrap .owl-nav {
    position: absolute;
    top: 213px;
    width: 100%
}
.present-wrap .owl-nav .owl-next,
.present-wrap .owl-nav .owl-prev {
    position: absolute;
    width: 32px;
    height: 96px;
    background-image: url(../img/icon-arrow.png);
    background-position: 100% 0
}
.present-wrap .owl-nav .owl-next:hover,
.present-wrap .owl-nav .owl-prev:hover {
    background-position: 0
}
.present-wrap .owl-nav .owl-next {
    right: -68%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.present-wrap .owl-nav .owl-prev {
    left: 50px
}
.edge {
    margin-bottom: 140px
}
.edge h3 {
    margin-bottom: 80px
}
.edge h4 {
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 99;
    margin-top: 0;
    margin-left: 190px;
    width: 230px;
    font: 400 20px/1 TondoCorp-Regular, sans-serif;
    color: #fff
}
.edge .item {
    min-height: 410px
}
.edge .item img {
    width: auto
}
.edge .edge-carousel-text {
    position: absolute;
    top: 230px;
    left: 50%;
    margin-left: 150px;
    width: 430px
}
.edge .edge-carousel-text p {
    position: relative;
    font: 400 20px/24px TondoCorp-Light, sans-serif;
    color: #4c5b65
}
.edge .edge-carousel-text p:after {
    position: absolute;
    top: -22px;
    left: 0;
    content: '';
    width: 70px;
    height: 2px;
    background-color: #d71e3d
}
.edge .owl-nav,
.edge .valve {
    left: 50%;
    z-index: 9;
    position: absolute
}
.edge .valve {
    top: -165.5px;
    display: block;
    margin-left: 150px;
    width: 289px;
    height: 331px;
    background-image: url(../img/valve.png);
    background-repeat: no-repeat;
    background-size: 100%
}
.edge .owl-nav {
    top: 0;
    margin-left: 210px
}
.edge .owl-nav .owl-next,
.edge .owl-nav .owl-prev {
    position: absolute;
    width: 25px;
    height: 22px;
    background-image: url(../img/icon-arrow-edge.png);
    cursor: pointer
}
.edge .owl-nav .owl-next:hover,
.edge .owl-nav .owl-prev:hover {
    background-position: 0 100%
}
.edge .owl-nav .owl-prev {
    top: -72px
}
.edge .owl-nav .owl-next {
    top: 50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.edge-btn {
    position: relative;
    height: 110px;
    background-color: #d71e3d
}
.edge-btn h5 {
    margin: 0;
    padding-right: 90px;
    text-align: right;
    font: 400 38px/110px TondoCorp-Light, sans-serif;
    color: #fff
}
.edge-btn img {
    position: absolute;
    z-index: 99;
    top: -63px;
    left: 120px
}
.edge-xs {
    margin-bottom: 40px
}
.edge-xs-header {
    height: 320px;
    background-image: url(../img/edge-xs-header-bg.jpg);
    background-size: cover
}
.advantage-header h4:after,
.edge-xs-text p:after {
    height: 2px;
    background-color: #d71e3d;
    content: ''
}
.edge-xs-header h4 {
    margin-top: 30px;
    font: 400 22px TondoCorp-Bold, sans-serif;
    color: #5d6f7c
}
.edge-xs-header h4 span {
    display: block;
    color: #d71e3d
}
.edge-xs-btn {
    position: relative;
    padding: 12px 0;
    background-color: #d71e3d
}
.edge-xs-btn p {
    margin: 0;
    text-transform: uppercase;
    font: 400 16px TondoCorp-Light, sans-serif;
    color: #fff
}
.edge-xs-btn img {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -62px
}
.edge-xs-text h4 {
    margin-top: 50px;
    font: 400 18px/19px TondoCorp-Bold, sans-serif;
    color: #d71e3d
}
.edge-xs-text p {
    position: relative;
    top: 50px;
    line-height: 24px
}
.edge-xs-text p:after {
    position: absolute;
    top: -20px;
    left: 0;
    width: 70px
}
.advantage {
    margin-bottom: 125px
}
.advantage-header h4 {
    position: relative;
    display: inline-block;
    margin-top: 68px;
    font: 400 30px/35px TondoCorp-Bold, sans-serif;
    color: #d71e3d
}
.advantage-header h4:after {
    position: absolute;
    top: 16px;
    right: -55px;
    width: 35px
}
.advantage-header p {
    margin: 0;
    font: 400 28px TondoCorp-Light, sans-serif;
    color: #758490
}
.advantage-tabs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
    padding: 0
}
.advantage-tabs ul li {
    list-style: none
}
.advantage-tabs ul li a {
    display: block;
    text-decoration: none;
    font: 400 16px/18px TondoCorp-Bold, sans-serif;
    color: #5d6f7c;
    outline: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}
.advantage-tabs ul li a:hover,
.advantage-tabs ul li.ui-tabs-active a p {
    color: #d71e3d
}
.advantage-tabs ul li a .icon-advantage {
    display: block;
    margin-bottom: 10px;
    width: 60px;
    height: 50px;
    background-image: url(../img/icon-advantage-tabs.png)
}
.advantage-tabs ul li a .icon-advantage-2 {
    background-position: 0 -100px
}
.advantage-tabs ul li a .icon-advantage-3 {
    background-position: 0 -200px
}
.advantage-tabs ul li a .icon-advantage-4 {
    background-position: 0 -300px
}
.advantage-tabs ul li a .icon-advantage-5 {
    background-position: 0 -400px
}
.advantage-tabs ul li a .icon-advantage-6 {
    background-position: 0 -500px
}
.advantage-tabs ul li a:hover .icon-advantage-1 {
    background-position: 0 -50px
}
.advantage-tabs ul li a:hover .icon-advantage-2 {
    background-position: 0 -150px
}
.advantage-tabs ul li a:hover .icon-advantage-3 {
    background-position: 0 -250px
}
.advantage-tabs ul li a:hover .icon-advantage-4 {
    background-position: 0 -350px
}
.advantage-tabs ul li a:hover .icon-advantage-5 {
    background-position: 0 -450px
}
.advantage-tabs ul li a:hover .icon-advantage-6 {
    background-position: 0 -550px
}
.advantage-tabs ul li a p {
    width: 125px
}
.advantage-tabs ul li.ui-tabs-active a .icon-advantage-1 {
    background-position: 0 -50px
}
.advantage-tabs ul li.ui-tabs-active a .icon-advantage-2 {
    background-position: 0 -150px
}
.advantage-tabs ul li.ui-tabs-active a .icon-advantage-3 {
    background-position: 0 -250px
}
.advantage-tabs ul li.ui-tabs-active a .icon-advantage-4 {
    background-position: 0 -350px
}
.advantage-tabs ul li.ui-tabs-active a .icon-advantage-5 {
    background-position: 0 -450px
}
.advantage-tabs ul li.ui-tabs-active a .icon-advantage-6 {
    background-position: 0 -550px
}
.advantage .advantage-tab-text {
    position: relative;
    left: -55%;
    float: left;
    width: 45%;
    height: 525px;
    padding: 40px;
    background-color: #d71e3d
}
.advantage .advantage-tab-text h4 {
    padding-right: 100px;
    font: 400 30px/36px TondoCorp-Bold, sans-serif;
    color: #fff
}
.advantage .advantage-tab-text p {
    margin: 70px 0 100px;
    font: 400 21px TondoCorp-Light, sans-serif;
    letter-spacing: .002em;
    color: #fff
}
.advantage .advantage-tab-text a {
    position: absolute;
    bottom: 40px
}
.advantage .advantage-carousel {
    position: relative;
    right: -45%;
    float: left;
    width: 55%
}
.advantage .advantage-carousel img {
    width: auto;
    height: 525px
}
.advantage .advantage-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -11.5px
}
.advantage .advantage-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 23px 13px 0;
    border-color: transparent #5d6f7c transparent transparent;
    -webkit-transition: all .3s;
    transition: all .3s
}
.advantage .advantage-carousel .owl-nav .owl-prev:hover {
    border-color: transparent #d71e3d transparent transparent
}
.advantage .advantage-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 23px;
    border-color: transparent transparent transparent #5d6f7c;
    -webkit-transition: all .3s;
    transition: all .3s
}
.advantage .advantage-carousel .owl-nav .owl-next:hover {
    border-color: transparent transparent transparent #d71e3d
}
.designers {
    margin-bottom: 170px
}
.designers h3 {
    float: left;
    width: 380px
}
.designers h5 {
    margin: 0 0 35px;
    font: 400 18px TondoCorp-Bold, sans-serif;
    color: #5d6f7c
}
.designers h6 {
    float: left;
    margin-top: 70px;
    width: 220px;
    font: 400 22px/28px TondoCorp-Light, sans-serif;
    color: #d71e3d
}
.designers-header {
    position: relative;
    margin-top: 70px;
    text-align: right
}
.designers-img {
    width: 100%
}
.designers h4 {
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin: 0;
    font: 400 18px TondoCorp-Bold, sans-serif;
    color: #fff
}
.designers ul {
    margin: 25px 0 0;
    padding: 0
}
.designers ul li {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    width: 160px;
    padding-left: 15px;
    font: 400 16px/18px TondoCorp-Light, sans-serif;
    letter-spacing: .002em
}
.designers ul li:before {
    position: absolute;
    left: 0;
    content: '';
    width: 1px;
    height: 35px;
    background-color: #d71e3d
}
.designers p {
    font: 400 18px/26px TondoCorp-Light, sans-serif;
    letter-spacing: .002em;
    color: #5d6f7c
}
.designers p a {
    text-decoration: underline;
    color: #5d6f7c;
    -webkit-transition: all .3s;
    transition: all .3s
}
.designers p a:hover {
    color: #d71e3d
}
.designers-text p {
    margin-top: 80px;
    margin-bottom: 90px
}
.address-select {
    float: right;
    width: 28%
}
.address-select p {
    margin: 0 0 2px;
    font: 400 14px/28px TondoCorp-Light, sans-serif
}
.address-select .select-wrap {
    position: relative;
    width: auto;
    font: 400 20px/28px TondoCorp-Light, sans-serif;
    color: #d71e3d;
    border: 1px solid #d71e3d;
    -webkit-border-radius: 3px;
    border-radius: 3px
}
.address-select .select-wrap:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 44px;
    height: 100%;
    border-left: 1px solid #d71e3d;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #fff
}
.address-select .select-wrap:before {
    position: absolute;
    top: 15px;
    right: 12px;
    z-index: 999;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0;
    border-color: #d71e3d transparent transparent
}
.address-select select {
    position: relative;
    overflow: hidden;
    z-index: 999;
    width: 100%;
    padding: 7px 50px 7px 12px;
    border: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}
.address-carousel {
    margin-top: 35px;
    margin-bottom: 60px
}
.address-carousel .in-item {
    float: left;
    display: block;
    margin-bottom: 40px;
    text-decoration: none;
    padding-left: 18px;
    padding-right: 28px;
    border-left: 1px solid #5d6f7c;
    width: 24%;
    color: #5d6f7c;
    -webkit-transition: all .3s;
    transition: all .3s;
    min-height: 120px
}
.address-carousel .in-item:hover {
    color: #d71e3d;
    border-left-color: #d71e3d
}
.address-carousel .in-item h4 {
    margin: 0 0 10px;
    font: 400 18px/22px TondoCorp-Bold, sans-serif;
    letter-spacing: .002em
}
.address-carousel .in-item p {
    margin: 5px 0 0;
    font: 400 14px TondoCorp-Light, sans-serif;
    letter-spacing: .002em
}
.address-carousel .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -11.5px
}
.address-carousel .owl-nav .owl-next,
.address-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .3s
}
.address-carousel .owl-nav .owl-prev {
    left: -53px;
    border-width: 13px 23px 13px 0;
    border-color: transparent #5d6f7c transparent transparent;
    transition: all .3s
}
.address-carousel .owl-nav .owl-prev:hover {
    border-color: transparent #d71e3d transparent transparent
}
.address-carousel .owl-nav .owl-next {
    top: 0;
    right: -53px;
    border-width: 13px 0 13px 23px;
    border-color: transparent transparent transparent #5d6f7c;
    transition: all .3s
}
.address-carousel .owl-nav .owl-next:hover {
    border-color: transparent transparent transparent #d71e3d
}
.map #map {
    height: 730px
}
.map-popup {
    width: 300px;
    height: 125px;
    border: 9px solid #d71e3d;
    background: #FFF
}
.map-popup-text {
    float: left;
    width: 290px;
    padding: 15px 10px 0 25px
}
.map-popup-text h4 {
    margin: 0;
    font: 400 18px/22px TondoCorp-Bold, sans-serif;
    color: #d71e3d;
    letter-spacing: .002em
}
.map-popup-text p {
    margin-top: 10px;
    font: 400 14px TondoCorp-Light, sans-serif;
    color: #d71e3d
}
.map-popup-text p span {
    font-family: TondoCorp-Bold, sans-serif
}
.map-popup-present {
    float: right;
    width: 175px;
    height: 100%;
    padding-left: 14px;
    padding-right: 14px;
    background-color: #d71e3d
}
.map-popup-present ul {
    margin: 0;
    padding: 0
}
.map-popup-present ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    list-style: none
}
.map-popup-present ul li img {
    float: left;
    margin-right: 18px
}
.map-popup-present ul li p {
    padding-top: 7px;
    font: 400 12px TondoCorp-Light, sans-serif;
    color: #fff
}
.map-popup-present ul li:first-child {
    border-bottom: 1px solid #c61331
}
.map-popup-present-one ul li {
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center
}
.map-popup-present-one ul li img {
    float: none;
    margin-right: 0;
    margin-bottom: 15px
}
.map-popup-present-one ul li p {
    padding: 0 25px
}
.map-popup-present-one ul li:first-child {
    border-bottom: none
}
.footer {
    padding: 35px 0;
    text-align: center
}
.footer p {
    margin: 0;
    font-size: 14px;
    font-family: TondoCorp-Light, sans-serif
}
.footer p span {
    padding-left: 60px;
    font-size: 16px
}
.inner .header a.btn-back {
    float: right;
    padding: 13px 50px;
    text-decoration: none;
    text-transform: uppercase;
    font: 400 14px TondoCorp-Light, sans-serif;
    letter-spacing: .008em;
    color: #d71e3d;
    border: 1px solid #d71e3d;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s
}
.inner .header a.btn-back:hover {
    color: #fff;
    background-color: #d71e3d
}
.inner-title {
    margin-top: 75px;
    margin-bottom: 90px;
    text-align: center
}
.inner-title h2 {
    margin: 0
}
.inner-title h4 {
    margin-top: 30px;
    font: 400 22px/30px TondoCorp-Regular, sans-serif;
    color: #d71e3d
}
.inner-title-date {
    display: inline-block;
    margin-top: 30px;
    padding: 0 25px;
    border-top: 2px dotted #5d6f7c;
    border-bottom: 2px dotted #5d6f7c
}
.inner-title-date p {
    margin-top: 0;
    margin-bottom: 15px;
    font: 400 22px TondoCorp-Bold, sans-serif;
    color: #d71e3d
}
.inner-title-date p span {
    position: relative;
    top: 8px;
    font-size: 48px
}
.inner-line-solid-wrap {
    position: relative;
    margin: 0 auto 90px;
    width: 1477px;
    height: 273px;
    background-image: url(../img/inner-line-solid.png)
}
.inner-line-solid-wrap-img {
    float: left;
    width: 33.33333%;
    height: 273px;
    text-align: center
}
.inner-line-solid-wrap-img img {
    max-width: 100%
}
.inner-line-solid-wrap .img-center img {
    position: relative;
    top: -31.5px
}
.inner-line-solid-wrap .img-bottom {
    position: relative;
    height: 273px
}
.inner-line-solid-wrap .img-bottom img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto
}
.inner-line-solid-wrap-title {
    float: left;
    margin-top: 65px;
    width: 33.33333%;
    padding-left: 55px
}
.inner-line-solid-wrap-title h4 {
    margin: 20px 0;
    font: 400 30px/32px TondoCorp-Bold, sans-serif;
    color: #fff
}
.inner-line-solid-wrap-text {
    float: right;
    margin-top: 55px;
    width: 33.33333%;
    padding: 30px 25px 20px 45px;
    border: 1px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff
}
.inner-line-solid-wrap-text h4 {
    margin: 0 0 10px;
    font: 400 22px TondoCorp-Bold, sans-serif
}
.inner-line-solid-wrap-text ul {
    margin: 0;
    padding: 0
}
.inner-line-solid-wrap-text ul li {
    position: relative;
    margin-bottom: 10px;
    left: 20px;
    list-style: none
}
.inner-line-solid-wrap-text ul li:before {
    position: absolute;
    top: 6px;
    left: -20px;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff
}
.inner-line-border-wrap {
    position: relative;
    margin: 0 auto 90px;
    width: 1477px;
    height: 273px
}
.inner-line-border-wrap-img {
    position: relative;
    min-height: 373px;
    float: left;
    margin-top: -25px;
    width: 50%;
    text-align: left
}
.inner-line-border-wrap-img img {
    position: absolute;
    left: 0;
    margin: 0 auto;
    max-width: 85%
}
.inner-line-border-wrap-right {
    background-image: url(../img/inner-line-border-right.png)
}
.inner-line-border-wrap-left {
    background-image: url(../img/inner-line-border-left.png)
}
.inner-line-border-wrap-left .inner-line-border-wrap-img {
    position: relative;
    right: -50%
}
.inner-line-border-wrap-left .inner-line-border-wrap-img img {
    right: 0
}
.inner-line-border-wrap-left .inner-line-border-wrap-title {
    position: relative;
    left: -50%
}
.inner-line-border-wrap-title {
    float: left;
    width: 50%;
    padding-top: 40px
}
.inner-line-border-wrap-title img {
    position: relative;
    top: 55px
}
.inner-line-border-wrap-title h4 {
    padding-left: 80px;
    font: 400 48px/52px TondoCorp-Regular, sans-serif;
    color: #fff
}
@media only screen and (max-width: 1477px) {
    .present-wrap {
        width: 100%
    }
    .present-wrap .present-carousel .item {
        text-align: center;
        padding-left: 0
    }
    .present-wrap .present-carousel .item img {
        margin: 0 auto
    }
    .present-wrap .owl-nav .owl-prev {
        left: 50px
    }
    .inner-line-border-wrap,
    .inner-line-solid-wrap {
        width: auto;
        background-image: none;
        background-color: #d71e3d;
        -webkit-border-radius: 3px;
        border-radius: 3px
    }
}
@media only screen and (max-width: 1289px) {
    .header nav li {
        margin-left: 45px
    }
    .address h3,
    .advantage-header h3,
    .designers h3,
    .edge h3 {
        margin-bottom: -70px;
        font-size: 38px;
        line-height: 43px;
        margin-top: 34px
    }
    .advantage-header p {
        font-size: 22px
    }
    .advantage-header h4 {
        margin-top: 34px
    }
    .designers h6 {
        font: 400 20px/27px TondoCorp-Light, sans-serif;
        margin-top: 33px
    }
    .edge .owl-nav,
    .edge .valve,
    .edge h4.edge-h4-pls {
        left: 63%
    }
    .edge h4.edge-h4-pls {
        top: -50px;
        width: 180px;
        font-size: 15px
    }
    .designers p,
    .designers-text p {
        font: 400 15px/22px TondoCorp-Light, sans-serif
    }
    .designers-text p {
        margin-top: 40px;
        margin-bottom: 50px
    }
    .hiro .img-warning {
        width: 370px
    }
    .present-wrap .present-carousel .item img {
        margin: 0 auto
    }
    .present-wrap .owl-nav .owl-next {
        right: 50px
    }
    .present-wrap .present-text h4 {
        font-size: 32px
    }
    .present-wrap {
        width: 100%;
        background-image: none
    }
    .edge h4 {
        margin-left: 40px
    }
    .edge .edge-carousel-text {
        margin-left: 0;
        left: 65%;
        width: 330px
    }
    .edge .edge-carousel-text p {
        font-size: 14px
    }
    .edge .valve {
        margin-left: 0;
        width: 235px;
        height: 272px
    }
    .edge .owl-nav {
        margin-left: 60px;
        transform: scale(.7);
        top: -30px;
        left: 62%
    }
    .advantage .advantage-tab-text h4 {
        padding-right: 160px
    }
    .advantage .advantage-tab-text p {
        font-size: 16px
    }
    .address-carousel .owl-nav {
        top: 34%;
        width: 118%;
        margin-left: -9%
    }
    .address-carousel .owl-nav .owl-prev {
        left: 0
    }
    .address-carousel .owl-nav .owl-next {
        right: 0
    }
}
@media only screen and (max-width: 991px) {
    h3 {
        font: 400 41px/55px TondoCorp-Bold, sans-serif
    }
    .popup-main {
        padding: 70px
    }
    .header nav li {
        margin-left: 15px
    }
    .hiro img {
        margin-bottom: 15px
    }
    .hiro .img-warning {
        top: 90px;
        width: 320px
    }
    .present {
        margin-top: 100px;
        margin-bottom: 140px;
        overflow: hidden
    }
    a.btn-present {
        font-size: 10px
    }
    .present-wrap .present-text {
        margin-top: 50px;
        text-align: center;
        padding-left: 0
    }
    .present-wrap .present-text h4 {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .present-wrap .present-text .btn-link {
        margin-top: 20px;
        margin-left: 0
    }
    .edge .edge-carousel-text {
        left: 40px;
        top: 100px;
        width: 24%
    }
    .edge-btn h5 {
        padding-right: 50px;
        font-size: 30px
    }
    .edge-btn img {
        left: 50px
    }
    .advantage-tabs ul li a {
        font-size: 14px
    }
    .advantage-tabs ul li a p {
        width: 90px
    }
    .advantage .advantage-tab-text h4 {
        padding-right: 100px;
        font-size: 25px;
        line-height: 30px
    }
    .advantage .advantage-tab-text p {
        font-size: 14px
    }
    .designers {
        margin-bottom: 100px
    }
    .designers h3 {
        width: 320px
    }
    .designers h6 {
        width: 220px;
        font: 400 18px/31px TondoCorp-Light, sans-serif;
        color: #d71e3d
    }
    .designers-header {
        text-align: center
    }
    .designers h4 {
        right: 0;
        left: 0
    }
    .designers-text p {
        margin-top: 50px;
        margin-bottom: 0
    }
    .designers [class*=designers-item-text-] {
        margin-top: 45px
    }
    .address-select {
        width: 52%
    }
    .inner-line-solid-wrap-title {
        padding-left: 40px
    }
    .inner-line-solid-wrap-title h4 {
        font: 400 25px/30px TondoCorp-Bold, sans-serif
    }
    .inner-line-solid-wrap-text {
        margin-top: 50px;
        padding: 30px 25px 20px 20px
    }
    .inner-line-border-wrap-title {
        padding-top: 15px
    }
    .inner-line-border-wrap-title h4 {
        padding-left: 60px;
        font-size: 40px;
        line-height: 46px
    }
    .inner-line-border-wrap-img {
        margin-top: 20px;
        min-height: 273px
    }
}
@media only screen and (max-width: 767px) {
    .inner-line-border-wrap-left .inner-line-border-wrap-title,
    .present .owl-nav .owl-prev {
        left: 0
    }
    h3 {
        margin-top: 30px;
        font: 400 35px/1.3 TondoCorp-Bold, sans-serif
    }
    .line {
        display: none
    }
    .header .logo {
        float: none;
        margin-top: 0;
        margin-left: 44px
    }
    .header nav {
        float: none;
        margin-top: 13px
    }
    .header nav li {
        display: block;
        margin-left: 0;
        padding: 5px 0;
        font: 400 14px "Open Sans", sans-serif
    }
    .hiro {
        margin-top: 45px
    }
    .hiro img {
        margin-bottom: 5px
    }
    .advantage,
    .present {
        margin-bottom: 30px
    }
    .hiro .img-warning {
        top: 60px;
        width: 200px
    }
    .present {
        margin-top: 60px
    }
    .present .btn-present-blue {
        margin-top: 35px
    }
    .present .present-carousel img {
        width: 75%
    }
    .present .owl-nav {
        top: 50%;
        margin-top: -27px
    }
    .present .owl-nav .owl-next,
    .present .owl-nav .owl-prev {
        width: 18px;
        height: 55px;
        background-image: url(../img/icon-arrow-xs.png);
        background-repeat: no-repeat
    }
    .present .owl-nav .owl-next:hover,
    .present .owl-nav .owl-prev:hover {
        background-position: 0 -55px
    }
    .present .owl-nav .owl-next {
        right: 0
    }
    .advantage-tabs ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px 0;
        padding: 0
    }
    .advantage-tabs ul li {
        list-style: none
    }
    .advantage-tabs ul li a {
        display: block;
        text-decoration: none;
        font: 400 16px/18px TondoCorp-Bold, sans-serif;
        color: #5d6f7c;
        outline: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .advantage-tabs ul li a:hover {
        color: #d71e3d
    }
    .advantage-tabs ul li a .icon-advantage {
        display: block;
        margin-bottom: 10px;
        width: 60px;
        height: 50px;
        background-image: url(../img/icon-advantage-tabs.png)
    }
    .advantage-tabs ul li a .icon-advantage-2 {
        background-position: 0 -100px
    }
    .advantage-tabs ul li a .icon-advantage-3 {
        background-position: 0 -200px
    }
    .advantage-tabs ul li a .icon-advantage-4 {
        background-position: 0 -300px
    }
    .advantage-tabs ul li a .icon-advantage-5 {
        background-position: 0 -400px
    }
    .advantage-tabs ul li a .icon-advantage-6 {
        background-position: 0 -500px
    }
    .advantage-tabs ul li a:hover .icon-advantage-1 {
        background-position: 0 -50px
    }
    .advantage-tabs ul li a:hover .icon-advantage-2 {
        background-position: 0 -150px
    }
    .advantage-tabs ul li a:hover .icon-advantage-3 {
        background-position: 0 -250px
    }
    .advantage-tabs ul li a:hover .icon-advantage-4 {
        background-position: 0 -350px
    }
    .advantage-tabs ul li a:hover .icon-advantage-5 {
        background-position: 0 -450px
    }
    .advantage-tabs ul li a:hover .icon-advantage-6 {
        background-position: 0 -550px
    }
    .advantage .advantage-tabs-carousel {
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center
    }
    .advantage .advantage-tabs-carousel a {
        display: block;
        text-align: center;
        text-decoration: none;
        font: 400 12px/14px TondoCorp-Bold, sans-serif;
        color: #5d6f7c;
        outline: 0;
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .advantage .advantage-tabs-carousel a:hover {
        color: #d71e3d
    }
    .advantage .advantage-tabs-carousel a .icon-advantage {
        display: block;
        margin: 10px auto;
        width: 48px;
        height: 40px;
        background-image: url(../img/icon-advantage-tabs-xs.png)
    }
    .advantage .advantage-tabs-carousel a .icon-advantage-2 {
        background-position: 0 -80px
    }
    .advantage .advantage-tabs-carousel a .icon-advantage-3 {
        background-position: 0 -160px
    }
    .advantage .advantage-tabs-carousel a .icon-advantage-4 {
        background-position: 0 -240px
    }
    .advantage .advantage-tabs-carousel a .icon-advantage-5 {
        background-position: 0 -320px
    }
    .advantage .advantage-tabs-carousel a .icon-advantage-6 {
        background-position: 0 -400px
    }
    .advantage .advantage-tabs-carousel a p {
        width: auto;
        height: 20px;
        display: none
    }
    .advantage .advantage-tabs-carousel .item {
        opacity: .7
    }
    .advantage .advantage-tabs-carousel .center .item {
        opacity: 1
    }
    .advantage .advantage-tabs-carousel .center .item a .icon-advantage-1 {
        background-position: 0 -40px
    }
    .advantage .advantage-tabs-carousel .center .item a .icon-advantage-2 {
        background-position: 0 -120px
    }
    .advantage .advantage-tabs-carousel .center .item a .icon-advantage-3 {
        background-position: 0 -200px
    }
    .advantage .advantage-tabs-carousel .center .item a .icon-advantage-4 {
        background-position: 0 -280px
    }
    .advantage .advantage-tabs-carousel .center .item a .icon-advantage-5 {
        background-position: 0 -360px
    }
    .advantage .advantage-tabs-carousel .center .item a .icon-advantage-6 {
        background-position: 0 -440px
    }
    .advantage .advantage-tabs-carousel .center .item a p {
        display: block;
        color: #d71e3d
    }
    .advantage .advantage-tabs-carousel .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -45px;
        width: 100%
    }
    .advantage .advantage-tabs-carousel .owl-nav .owl-next,
    .advantage .advantage-tabs-carousel .owl-nav .owl-prev {
        width: 30%;
        height: 55px;
        background-image: url(../img/icon-arrow-xs.png);
        background-repeat: no-repeat
    }
    .advantage .advantage-tabs-carousel .owl-nav .owl-next:hover,
    .advantage .advantage-tabs-carousel .owl-nav .owl-prev:hover {
        background-position: 0 -55px
    }
    .advantage .advantage-tabs-carousel .owl-nav .owl-next {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .advantage .advantage-tab-text {
        position: relative;
        left: 0;
        float: none;
        width: 100%;
        height: auto
    }
    .advantage .advantage-carousel {
        right: 0;
        float: none;
        margin-bottom: 25px;
        width: 100%
    }
    .advantage .advantage-carousel img {
        width: 100%;
        height: auto
    }
    .advantage .advantage-carousel .owl-nav {
        display: none
    }
    .designers {
        margin-bottom: 70px
    }
    .designers h6 {
        margin-top: 10px
    }
    .designers-header,
    .designers-text p {
        margin-top: 30px
    }
    .address-select {
        width: 100%
    }
    .address-carousel .in-item {
        width: 50%
    }
    .map #map {
        height: 330px
    }
    .map-popup {
        width: 450px
    }
    .map-popup-text {
        width: 257px;
        padding: 15px 10px 0 20px
    }
    .footer p span {
        display: block;
        margin-top: 10px;
        padding-left: 0
    }
    .inner .header .logo {
        position: relative;
        top: 15px;
        margin-top: 40px;
        margin-left: 0
    }
    .inner .header a.btn-back {
        padding: 13px 50px;
        font: 400 14px TondoCorp-Light, sans-serif
    }
    .inner-title-date p {
        font-size: 16px
    }
    .inner-title-date p span {
        top: 5px;
        font-size: 30px
    }
    .inner-line-solid-wrap {
        margin-bottom: 60px;
        height: auto;
        padding-bottom: 30px
    }
    .inner-line-solid-wrap-img {
        float: none;
        width: 100%;
        height: auto
    }
    .inner-line-solid-wrap-img img {
        max-width: 100%
    }
    .inner-line-solid-wrap-title {
        width: 100%;
        padding-left: 0
    }
    .inner-line-solid-wrap-text {
        width: 100%;
        margin-top: 30px;
        padding: 30px 25px 20px 30px
    }
    .inner-line-border-wrap {
        margin-bottom: 60px;
        height: auto;
        padding-bottom: 30px
    }
    .inner-line-border-wrap-left .inner-line-border-wrap-img {
        right: 0
    }
    .inner-line-border-wrap-img {
        float: none;
        margin-top: -25px;
        width: 100%;
        min-height: 273px;
        text-align: center
    }
    .inner-line-border-wrap-img img {
        right: 0;
        margin: 0 auto;
        max-width: 80%
    }
    .inner-line-border-wrap-title {
        width: 100%;
        padding-left: 0
    }
    .inner-line-border-wrap-text {
        width: 100%;
        margin-top: 30px;
        padding: 30px 25px 20px 30px
    }
}
@media only screen and (max-width: 479px) {
    .advantage .advantage-tab-text .btn-white,
    .file-upload,
    .popup-main .btn-red,
    .popup-main form {
        width: 100%
    }
    body {
        font-size: 14px
    }
    h3 {
        margin-top: 30px;
        font: 400 22px/1.3 TondoCorp-Bold, sans-serif
    }
    #file-name {
        padding-left: 15px;
        text-align: left;
        float: none;
        margin-top: 15px;
        max-width: 170px;
        max-width: 100%
    }
    .file-upload {
        float: none;
        margin-top: 10px;
        margin-bottom: 25px
    }
    .popup-main {
        padding: 40px 20px
    }
    .popup-main-title h4 {
        font: 400 22px/26px TondoCorp-Bold, sans-serif
    }
    .popup-main p {
        margin-top: 30px
    }
    .popup-main form input {
        margin-top: 25px
    }
    .popup-main .btn-wrap {
        margin-top: 35px
    }
    .hiro-main .hiro-main-wrap {
        display: none
    }
    .hiro-main .hirro-img-xs {
        display: block;
        width: 100%
    }
    .present-wrap .present-text h4 {
        font-size: 22px;
        line-height: 1.3
    }
    .edge-xs {
        margin-bottom: 60px
    }
    .edge-xs-header {
        background-image: url(../img/edge-xxs-header-bg.jpg)
    }
    .advantage {
        margin-bottom: 30px
    }
    .advantage-header h4 {
        margin-top: 30px;
        font-size: 24px;
        line-height: 1.3
    }
    .advantage-header p {
        font-size: 24px;
        margin-bottom: 40px
    }
    .advantage .advantage-tab-text {
        padding: 25px 35px
    }
    .advantage .advantage-tab-text h4 {
        font: 400 18px/20px TondoCorp-Bold, sans-serif
    }
    .advantage .advantage-tab-text p {
        margin: 25px 0;
        font: 400 14px TondoCorp-Light, sans-serif
    }
    .advantage .advantage-tab-text a {
        position: relative;
        bottom: 0
    }
    .designers {
        margin-bottom: 40px
    }
    .designers h3 {
        width: auto
    }
    .designers h6 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px
    }
    .designers-header {
        margin-top: 30px
    }
    .designers p {
        font-size: 14px;
        line-height: 26px
    }
    .designers-text p {
        padding-top: 0
    }
    .designers ul li {
        position: relative;
        display: inline-block;
        padding-left: 10px;
        margin-right: 15px;
        width: 130px;
        font: 400 13px/16px TondoCorp-Light, sans-serif
    }
    .address-select .select-wrap:before,
    .designers ul li:before {
        position: absolute;
        content: ''
    }
    .designers ul li:before {
        left: 0;
        width: 1px;
        height: 35px;
        background-color: #d71e3d
    }
    .designers ul li:last-child {
        margin-right: 0
    }
    .address h3 {
        margin-top: 10px
    }
    .address-select {
        margin-bottom: 30px;
        width: 100%
    }
    .address-select .select-wrap {
        font-size: 16px
    }
    .address-select .select-wrap:before {
        top: 13px;
        right: 14px;
        z-index: 999;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 6px 0
    }
    .address-select select {
        padding: 3px 50px 3px 10px
    }
    .address-carousel {
        margin-bottom: 20px
    }
    .address-carousel .in-item {
        margin-bottom: 30px;
        width: 100%
    }
    .address-carousel .in-item p {
        display: none
    }
    .address-carousel .in-item.on p {
        display: block
    }
    .map #map {
        height: 330px
    }
    .map-popup {
        width: 290px;
        height: 120px;
        border-width: 6px
    }
    .map-popup-text {
        width: 178px;
        padding: 15px 10px 0
    }
    .map-popup-text h4 {
        font: 400 12px/14px TondoCorp-Bold, sans-serif
    }
    .map-popup-text p {
        margin-top: 5px;
        font: 400 10px TondoCorp-Light, sans-serif
    }
    .map-popup-present {
        padding: 0;
        width: 100px
    }
    .map-popup-present ul li img {
        margin-right: 10px;
        width: 25px
    }
    .map-popup-present ul li p {
        font-size: 10px
    }
    .map-popup-present-one ul li {
        padding-top: 20px;
        padding-bottom: 0
    }
    .map-popup-present-one ul li img {
        max-width: 25px;
        margin-bottom: 5px
    }
    .map-popup-present-one ul li p {
        padding: 0 10px
    }
}
#fountainG,
.fountainG {
    position: absolute;
    top: 0;
    height: 28px
}
#fountainG {
    margin: 46px auto auto;
    display: none;
    z-index: 10000;
    width: 84%
}
.fountainG {
    background-color: #000;
    width: 28px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px
}
#fountainG_1 {
    left: 0;
    animation-delay: .6s;
    -o-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s
}
#fountainG_2 {
    left: 29px;
    animation-delay: .75s;
    -o-animation-delay: .75s;
    -ms-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -moz-animation-delay: .75s
}
#fountainG_3 {
    left: 58px;
    animation-delay: .9s;
    -o-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s
}
#fountainG_4 {
    left: 88px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s
}
#fountainG_5 {
    left: 117px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s
}
#fountainG_6 {
    left: 146px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s
}
#fountainG_7 {
    left: 175px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s
}
#fountainG_8 {
    left: 205px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s
}
@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: #000
    }
    100% {
        transform: scale(.3);
        background-color: #fff
    }
}
@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: #000
    }
    100% {
        -o-transform: scale(.3);
        background-color: #fff
    }
}
@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: #000
    }
    100% {
        -ms-transform: scale(.3);
        background-color: #fff
    }
}
@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: #000
    }
    100% {
        -webkit-transform: scale(.3);
        background-color: #fff
    }
}
@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: #000
    }
    100% {
        -moz-transform: scale(.3);
        background-color: #fff
    }
}

/*GEM v2*/

.hiro {
    margin-top: 15px;
}

.topnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}

.topnav ul li {
  height: 45px;
  padding: 0 25px;
  font-family: TondoCorp-Bold;
  font-size: 20px;
  line-height: 45px;
  list-style: none;
  background-color: #dc1f3f;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.topnav ul li:hover {
  background-color: #c61c39;
}

.topnav ul li a {
  text-decoration: none;
  color: #fff;
}

.first {
  margin-top: 25px;
}

.first .title {
  padding-top: 55px;
  padding-left: 50px;
  height: 320px;
  font-family: TondoCorp-Bold;
  font-size: 66px;
  line-height: 1;
  color: #fff;
  background-image: url("../img/first-title.png");
  background-repeat: no-repeat;
  background-position: top right;
}

.first h4 {
  position: relative;
  margin: 40px 0 0;
  font-family: TondoCorp-Bold;
  font-size: 44px;
  color: #333;
}

.first h4 span {
  font-size: 66px;
}

.first h4:after {
  position: absolute;
  top: -15px;
  left: 0;
  content: '';
  width: 180px;
  height: 5px;
  background-color: #dc1f3f;
}

.first p {
  margin-bottom: 45px;
  font-size: 22px;
  color: #333;
}

.first p a {
  color: #008fbf;
}

.first h3 {
  margin: 0;
  font-size: 84px;
  line-height: 1;
  color: #d51e3d;
}

.first h5 {
  font-family: TondoCorp-Bold;
  font-size: 65px;
  color: #333;
}

.sidewish h3 {
  position: absolute;
  top: 10px;
  z-index: 998;
  margin: 0;
  font-size: 66px;
  line-height: 74px;
}

.sidewish h4 {
  position: relative;
  margin-top: 230px;
  font-family: TondoCorp-Bold;
  font-size: 31px;
  color: #333;
}

.sidewish h4:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  content: '';
  width: 160px;
  height: 5px;
  background-color: #dc1f3f;
}

.sidewish p {
  margin-top: 50px;
  font-size: 18px;
  color: #333;
}

.sidewish .owl-nav {
  position: absolute;
  top: 455px;
  right: 0;
  left: 0;
  z-index: 998;
  margin: 0 auto;
  width: 100px;
}

.sidewish .owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 36px;
  height: 72px;
  background-image: url("../img/arrow-icon.png");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.sidewish .owl-nav .owl-prev {
  position: absolute;
  width: 36px;
  height: 72px;
  background-image: url("../img/arrow-icon.png");
  cursor: pointer;
}

.advantagecoll {
  background-color: #f4f4f4;
}

.advantagecoll .advantagecoll-title {
  padding: 35px 0;
}

.advantagecoll .advantagecoll-title h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1.3;
  color: #dc1f3f;
}

.advantagecoll .advantagecoll-title p {
  margin: 0;
  font-size: 22px;
  color: #333;
}

.advantagecoll .item {
  margin-bottom: 35px;
  min-height: 500px;
  background-color: #fff;
}

.advantagecoll .item a{
    color: #4c5b65;
    text-decoration: none;
}

.advantagecoll .item span {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  font-size: 22px;
  color: #dc1f3f;
}

.advantagecoll .item .text {
  padding: 20px;
}

.advantagecoll .item .text h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: TondoCorp-Bold;
  font-size: 18px;
  color: #333;
}

.advantagecoll .item .text p {
  font-size: 14px;
}

.designersimg {
  margin-bottom: 110px;
}

.designersimg .designersimg-title {
  margin-bottom: 35px;
  padding: 35px 0;
}

.designersimg .designersimg-title h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1.3;
  color: #dc1f3f;
}

.designersimg .designersimg-title p {
  margin: 0;
  font-size: 22px;
  color: #333;
}

.designersimg h4 {
  position: absolute;
  bottom: -60px;
  font-family: TondoCorp-Bold;
  font-size: 44px;
  color: #000;
}

.designersimg img {
  margin-top: -30px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.designersimg p {
  margin-bottom: 15px;
  padding-right: 90px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

.designersimg a {
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  letter-spacing: .35em;
  border: 1px solid #333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.designersimg a:hover {
  color: #dc1f3f;
  border-color: #dc1f3f;
}

.designersimg .text {
  position: absolute;
  padding: 0 30px 30px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.designersimg .item {
  position: relative;
  padding-bottom: 15px;
}

.designersimg .item:hover .text {
  opacity: 1;
}

.designersimg .item:hover img {
  opacity: 0;
  visibility: hidden;
}

.address h3 {
    margin-bottom: -80px;
    font-size: 44px;
}

/*Media*/
/* Large Devices, Wide Screens  */
@media only screen and (max-width: 1199px) {
  .topnav ul li {
    padding: 0px 15px;
  }
  .first .title {
    padding-top: 75px;
    padding-left: 40px;
    font-size: 54px;
  }
  .first h3 {
    font-size: 75px;
  }
  .first h5 {
    font-size: 50px;
  }
  .sidewish h3 {
    top: 0;
    font-size: 52px;
    line-height: 64px;
  }
  .sidewish h4 {
    margin-top: 140px;
  }
  .sidewish p {
    margin-top: 40px;
    font-size: 16px;
  }
  .sidewish .owl-nav {
    top: 360px;
  }
  .designersimg p {
    padding-right: 30px;
  }
  .advantagecoll .item {
    min-height: 560px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .topnav ul li {
    font-size: 14px;
  }
  .first {
    margin-bottom: 30px;
  }
  .first .title {
    padding-top: 110px;
    padding-left: 40px;
    font-size: 54px;
    background-position: top left;
  }
  .first h3 {
    font-size: 75px;
  }
  .first h5 {
    font-size: 50px;
  }
  .sidewish .sidewish-carousel-text {
    margin-top: 240px;
    margin-bottom: 40px;
  }
  .sidewish .owl-nav {
    position: relative;
    top: 150px;
    width: 100%;
  }
  .designersimg .item {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .advantagecoll .item {
    min-height: 535px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .hiro {
    margin-top: 15px;
  }
  .topnav {
    display: none;
  }
  .first {
    margin-top: 10px;
  }
  .first .title {
    height: 240px;
  }
  .first .title {
    padding-top: 40px;
  }
  .first p {
    margin-bottom: 30px;
  }
  .first h5 {
    font-size: 45px;
  }
  .first h4 span {
    font-size: 54px;
  }
  .advantagecoll .item .text h4 {
    font-size: 18px;
  }
  .designersimg .designersimg-title {
    margin-bottom: 0;
  }
  .designersimg h4 {
    font-size: 40px;
  }
  .advantagecoll .item {
    min-height: 510px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .first .title {
    padding-top: 50px;
    font-size: 44px;
  }
  .first h3 {
    font-size: 64px;
  }
  .first h5 {
    font-size: 34px;
  }
  .sidewish h3 {
    font-size: 41px;
    line-height: 46px;
  }
  .sidewish .owl-nav {
    top: 130px;
  }
  .advantagecoll .advantagecoll-title h3 {
    font-size: 34px;
  }
  .designersimg .designersimg-title h3 {
    font-size: 26px;
  }
  .designersimg h4 {
    font-size: 30px;
  }
  .designersimg .text {
    padding: 0;
  }
  .designersimg .item:hover .text {
    position: relative;
    padding-bottom: 90px;
  }
  .designersimg .item:hover img {
    height: 0;
  }
  .advantagecoll .item {
    min-height: 500px;
  }
}