@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.backgroundCover,
#slider,
section#download,
section#packages,
section#subscribe,
footer {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Noto Sans Japanese', serif;
}

header {
    color: black;
}

header.masthead .bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}

header.masthead .banner {
    width: 100%;
    position: relative;
}

header.masthead h1 {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: bold;
}

header.masthead .tp-caption a {
    color: white;
}

header.masthead .tp-caption a:hover {
    color: #eeeeee;
}

header.masthead h1,
header.masthead h2,
header.masthead h3 {
    color: white;
}

header.masthead .mh-slider {
    position: absolute;
    bottom: 0;
    top: auto;
}

#contact_body {
    height: 40px;
    padding-top: 10px;
    margin: 0px;
    width: 441px;
}

.pconly {
    display: block;
}

.sponly {
    display: none;
}

#slider {
    background-image: url(../img/bk.jpg);
    overflow: hidden;
    background-size: cover;
    position: relative;
    text-align: center;
    background-position: center;
}
.flxec{
 display:flex;
    justify-content: center;

}
.flexc li{
    list-style: none;
}

@media (max-width:768px) {
    #slider {
        background: #ffffff;
        background-image: url(../img/bksp2.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        height: 406px!important;
    }
}

#slider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../img/pattern.png) repeat;
    opacity: 0.3;
}

#slider .container {
    position: relative;
}

#slider .container h1,
#slider .container h3 {
    font-weight: 300;
    text-transform: capitalize;
}

#slider .container h1 span,
#slider .container h3 span {
    font-weight: bold;
}

#slider .container h1 {
    color: #ffffff;
    margin-top: 70px;
}

#slider .container h3 {
    margin: 0;
}

#slider .container .btn.side {
    margin-top: 210px;
}

#slider .container #carousel-slider .carousel-inner .item img {
    margin: auto;
}

#slider .container #carousel-slider .carousel-control {
    background-image: none;
    padding-top: 45%;
}

#slider .container #carousel-slider .carousel-control .slider-left,
#slider .container #carousel-slider .carousel-control .slider-right {
    background: url(../img/slider.png) no-repeat;
    display: block;
    width: 89px;
    height: 67px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#slider .container #carousel-slider .carousel-control .slider-left {
    background-position: 0 0;
}

#slider .container #carousel-slider .carousel-control .slider-left:hover {
    background-position: -100px 0;
}

#slider .container #carousel-slider .carousel-control .slider-right {
    background-position: -200px 0;
}

#slider .container #carousel-slider .carousel-control .slider-right:hover {
    background-position: -300px 0;
}

#slider .container .btn-group .btn {
    background: none;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#slider .container .btn-group .btn span {
    background: url(../img/sprites.png) no-repeat;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#slider .container .btn-group .btn span.android {
    background-position: 0 -150px;
    width: 37px;
    height: 43px;
}

#slider .container .btn-group .btn span.apple {
    background-position: 0 -50px;
    width: 30px;
    height: 35px;
}

#slider .container .btn-group .btn span.play {
    background-position: 0 -250px;
    width: 31px;
    height: 33px;
}

#slider .container .btn-group .btn span.windows {
    background-position: 0 -350px;
    width: 32px;
    height: 38px;
}

#slider .container .btn-group .btn:hover {
    border: 1px solid white;
}

#slider .container .btn-group .btn:hover span.android {
    background-position: 0 -100px;
}

#slider .container .btn-group .btn:hover span.apple {
    background-position: 0 0;
}

#slider .container .btn-group .btn:hover span.play {
    background-position: 0 -200px;
}

#slider .container .btn-group .btn:hover span.windows {
    background-position: 0 -300px;
}

#slider .container .btn-group.small .btn {
    border: none !important;
}

#slider .container .btn-group.small .btn:hover {
    border: none !important;
}

#nav {
    width: 100%;
    position: static;
    top: -32px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: white;
    min-height: 70px;
    border: none !important;
}

#nav.affix {
    position: fixed;
    top: 0;
    z-index: 99999;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#nav .navbar-brand img {
    margin-top: -10px;
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

#nav.navbar-fixed-top {
    position: fixed;
    top: 0;
}

#nav .navbar-toggle {
    padding: 20px;
    margin-top: 15px;
    margin-bottom: 9px;
}

#nav .navbar-toggle i {
    font-size: 2em;
}

#nav .navbar-nav li a {
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 24px;
    font-family: "Open Sans", Tahoma, Arial;
    color: gray;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#nav .navbar-nav li a:hover {
    color: #de5749;
    background: none;
}

#nav .navbar-nav li.active a {
    color: #de5749;
}

#nav .navbar-nav.social {
    margin-left: 15px;
}

#nav .navbar-nav.social li {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#nav .navbar-nav.social li a {
    padding: 25px 5px;
}

#nav .navbar-nav.social li a i {
    color: gray;
}

#nav .navbar-nav.social li:hover {
    background: #de5749;
}

#nav .navbar-nav.social li:hover a i {
    color: white;
}

section {
    padding: 75px 0;
}

section#features {
    background: #7cc489;
}

section#features .feature {
    text-align: center;
    color: white;
}

section#features .feature .icon i {
    border: 1px solid white;
    color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 15px;
    width: 2em;
    height: 2em;
    padding-top: 26px;
}

section#features .feature h4 {
    font-weight: 300;
    padding: 8px 0;
}

section#features .feature p {
    font-weight: 300;
    font-size: 15px;
}

section#features .carousel-indicators {
    position: relative;
    bottom: -30px !important;
}

section#features .carousel-indicators li {
    width: 15px;
    height: 15px;
    background: #9929be;
    border-color: #9929be;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 3px;
}

section#features .carousel-indicators li.active {
    width: 15px;
    margin: 3px;
    height: 15px;
    background: white;
    border-color: white;
}

section#download {
    /*    background-image: url(../img/download_bk.jpg);*/
    color: white;
    position: relative;
    background: #c28262;
}

section#download:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

section#download .container {
    position: relative;
    text-align: center;
    z-index: 9;
}

section#download .container h1 {
    font-weight: bold;
    padding: 50px;
    margin-top: 80px;
    font-size: 45px;
}
h
section#download .container h1 span {
    font-weight: 300;
}

section#download .container h4 {
    line-height: 35px;
    font-weight: 300;
}

section#download .container .btn-group {
    margin: 25px 0;
}

section#download .container .btn-group .btn {
    background: none;
    border: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

section#download .container .btn-group .btn span {
    background: url(../img/sprites.png) no-repeat;
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#download .container .btn-group .btn span.android {
    background-position: 0 -100px;
    width: 37px;
    height: 43px;
}

section#download .container .btn-group .btn span.apple {
    background-position: 0 0;
    width: 30px;
    height: 35px;
}

section#download .container .btn-group .btn span.play {
    background-position: 0 -200px;
    width: 31px;
    height: 33px;
}

section#download .container .btn-group .btn span.windows {
    background-position: 0 -300px;
    width: 32px;
    height: 38px;
}

section#download .container .btn-group .btn span.appstore {
    background-position: -50px 0;
    width: 202px;
    height: 48px;
}

section#download .container .btn-group .btn span.playstore {
    background-position: -50px -50px;
    width: 197px;
    height: 43px;
}

section#download .container .btn-group .btn span.micstore {
    background-position: -50px -100px;
    width: 228px;
    height: 56px;
}

section#download .container .btn-group .btn:hover {
    border: 1px solid white;
}

section#download .container .btn-group .btn:hover span.android {
    background-position: 0 -150px;
}

section#download .container .btn-group .btn:hover span.apple {
    background-position: 0 -50px;
}

section#download .container .btn-group .btn:hover span.play {
    background-position: 0 -250px;
}

section#download .container .btn-group .btn:hover span.windows {
    background-position: 0 -350px;
}

section#download .container .btn-group .btn:hover span.appstore {
    background-position: -300px 0;
}

section#download .container .btn-group .btn:hover span.playstore {
    background-position: -300px -50px;
}

section#download .container .btn-group .btn:hover span.micstore {
    background-position: -300px -100px;
}

section#download .container .btn-group.small .btn {
    border: none !important;
}

section#download .container .btn-group.small .btn:hover {
    border: none !important;
}

section#settings {
    color: white;
    background: #de5749;
}

section#settings img {
    margin-left: 30px;
}

section#settings h2 {
    font-weight: bold;
    text-indent: 30px;
}

section#settings h2 span {
    font-weight: 300;
}

section#settings p {
    line-height: 25px;
    padding: 10px 0;
}

section#settings .first {
    text-indent: 30px;
}

section#settings .iphone-settings {
    bottom: -75px;
    position: relative;
}

section#screenshots {
    background: white;
}

section#screenshots .section-heading {
    color: #999999;
}

section#screenshots .section-heading h3 {
    color: #999999;
}

section#screenshots .section-heading h3 span {
    color: #de5749;
}

section#screenshots .section-heading .divider {
    background: #de5749;
}

section#screenshots .section-heading p {
    color: #999999;
}

section#screenshots .owl-next,
section#screenshots .owl-prev {
    text-align: center;
    display: block;
    margin-top: 70px;
    cursor: pointer;
}

section#screenshots .owl-next i,
section#screenshots .owl-prev i {
    width: 50px;
    height: 50px;
    border: 1px solid #999999;
    color: #999999;
    border-radius: 50%;
    padding-top: 11px;
    padding-right: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#screenshots .owl-next:hover i,
section#screenshots .owl-prev:hover i {
    color: #de5749;
    border-color: #de5749;
}

section#screenshots .owl-next i {
    padding-right: inherit;
    padding-left: 5px;
}

section#screenshots .owl-carousel .owl-item {
    margin: 0 15px;
}

section#packages {
    /*
    background-image: url(../img/grey.jpg);
    background-attachment: fixed;*/
}

section#company .section-heading h3 {
    color: #555555;
}

section#company .section-heading h3 span {
    color: #794b35;
}

section#company .section-heading .divider {
    background: #794b35;
}

section#company .section-heading p {
    color: #555555;
}

section#company .section-heading h3 {
    color: #555555;
}

section#company .section-heading h3 span {
    color: #794b35;
}

section#mosaic .section-heading h3 {
    color: #555555;
}

section#mosaic .section-heading h3 span {
    color: #794b35;
}
section#company .section-heading .divider {
    background: #794b35;
}

section#packages .section-heading p {
    color: #555555;
}

section#packages .pack {
    background: white;
    text-align: center;
    border: 7px solid white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin: 35px 0;
}

section#packages .pack .heading {
    background: #fabe00;
    color: white;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 20px 15px;
}

section#packages .pack .heading h3 {
    text-transform: uppercase;
    font-weight: bold;
}

section#packages .pack .heading h5 {
    text-transform: lowercase;
}

section#packages .pack .details {
    background: none;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding-bottom: 20px;
}

section#packages .pack .details ul {
    list-style: none;
    padding: 20px 20px 0 20px;
}

section#packages .pack .details ul li {
    padding: 10px 0;
    border-top: 1px solid #eeeeee;
    color: #999999;
}

section#packages .pack .details ul li:first-child {
    border: none;
}

section#packages .pack .details .btn-sign-up {
    background: white;
    color: #fabe00;
    width: 85%;
    margin: 0 auto;
    border-width: 1px;
}

section#packages .pack:hover {
    border-width: 1px;
    -webkit-transform: translatey(-30px);
    -moz-transform: translatey(-30px);
    -ms-transform: translatey(-30px);
    transform: translatey(-30px);
}

section#packages .pack:hover .heading {
    background: white;
    color: #fabe00;
}

section#packages .pack:hover .details {
    background: #fabe00;
    color: white;
}

section#packages .pack:hover .details ul li {
    border-color: #805b45;
    color: white;
}

section#packages .pack:hover .details .btn-sign-up {
    background: #fabe00;
    color: white;
    opacity: 1;
    -webkit-transform: translatey(45px);
    -moz-transform: translatey(45px);
    -ms-transform: translatey(45px);
    -o-transform: translatey(45px);
    transform: translatey(45px);
}

section#testimonials {
    background: #fabe00;
    padding-top: 0;
    padding-bottom: 15px;
}

section#testimonials .carousel {
    top: -25px;
}

section#testimonials .carousel .carousel-inner .item .carousel-caption {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

section#testimonials .carousel .carousel-inner .item img {
    width: 130px;
    margin: auto;
    border: 5px solid #fabe00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

section#testimonials .carousel .carousel-inner h3 {
    text-shadow: none;
    font-weight: 300;
}

section#testimonials .carousel .carousel-inner h2 {
    font-size: 27px;
    font-weight: bold;
    text-shadow: none;
}

section#testimonials .carousel .carousel-indicators {
    position: relative;
    bottom: 0;
}

section#testimonials .carousel .carousel-indicators li {
    width: 18px;
    height: 18px;
    border-width: 2px;
    margin: 0;
}

section#testimonials .carousel .carousel-indicators li.active {
    width: 18px;
    height: 18px;
}

section#team {
    background: #de5749;
}

section#team .car-next,
section#team .car-prev {
    text-align: center;
    display: block;
    margin-top: 60px;
    cursor: pointer;
}

section#team .car-next i,
section#team .car-prev i {
    width: 50px;
    height: 50px;
    border: 1px solid white;
    color: white;
    border-radius: 50%;
    padding-top: 11px;
    padding-right: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#team .car-next:hover i,
section#team .car-prev:hover i {
    color: #eea79f;
    border-color: #eea79f;
}

section#team .car-next i {
    padding-right: inherit;
    padding-left: 5px;
}

section#team .member {
    border: 1px solid white;
    color: white;
    padding: 20px;
    margin: 30px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#team .member img {
    width: 150px;
    border: 2px solid white;
}

section#team .member .media .pull-left {
    margin-right: 20px;
}

section#team .member .media .media-heading {
    font-weight: bold;
    padding-top: 2px;
    font-size: 20px;
}

section#team .member .media .media-heading ul {
    padding: 0;
    list-style: none;
    display: inline;
    margin: 0;
    float: right;
}

section#team .member .media .media-heading ul li {
    float: left;
}

section#team .member .media .media-heading ul li a i {
    color: white;
    margin: 0 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#team .member .media .media-heading ul li a i:hover {
    color: #555555;
}

section#team .member .media p {
    font-weight: 300;
    margin: 0;
}

section#team .member .media span.divider {
    width: 40%;
    height: 1px;
    background: white;
    display: block;
    margin: 10px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#team .member:hover {
    background: white;
    color: #555555;
}

section#team .member:hover .media-heading {
    color: #de5749;
}

section#team .member:hover .media-heading ul li a i {
    color: #de5749;
}

section#team .member:hover span.divider {
    background: #555555;
}

section#subscribe {
    background-image: url(../img/grey.jpg);
    position: relative;
    padding: 0;
    color: white;
}

section#subscribe:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    background-color: rgba(37, 167, 180, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#8025A7B4, endColorstr=#8025A7B4);
    zoom: 1;
}

section#subscribe .newsletter-wrapper {
    padding: 50px 0;
}

section#subscribe h3 {
    font-weight: 300;
    color: white;
    text-transform: uppercase;
}

section#subscribe h3 span {
    font-weight: bold;
}

section#subscribe span.divider {
    display: block;
    width: 30%;
    height: 1px;
    background: white;
    margin: 20px 0;
}

section#subscribe p {
    font-weight: 300;
    font-size: 15px;
}

section#subscribe .form-group {
    margin: 25px 0;
}

section#subscribe .form-group .form-control {
    height: 60px;
    padding-right: 97px;
    font-size: 20px;
    padding: 6px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

section#subscribe .form-group .form-control-feedback {
    top: 13px;
    right: 20px;
    width: inherit;
    border: none;
    background: #fabe00;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

section#subscribe .form-group .form-control-feedback:hover {
    background: #1e8892;
}

section#subscribe img {
    margin-top: -65px;
}

section#map {
    height: 450px;
}

section#sponsors {
    background: white;
}

footer {
    background-image: url(../img/grey.jpg);
    position: relative;
    padding: 5px 0;
    color: white;
}

footer:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    background-color: #dda1c7;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#8025A7B4, endColorstr=#8025A7B4);
    zoom: 1;
}

footer .spirat {
    padding: 0 0 0 15px;
}

footer form .form-control {
    padding: 20px 15px;
}

footer form .btn {
    padding: 8px 18px;
    background: #2e2e2e;
    color: white;
    border-color: #2e2e2e;
}

footer form .btn:hover {
    border-color: #3b3b3b;
    background: #3b3b3b;
    color: white;
}

footer .social {
    text-align: center;
    margin: 25px 0;
}

footer .social ul {
    padding: 0;
    list-style: none;
    display: inline-block;
    text-align: center;
}

footer .social ul li {
    margin: 0 1px;
    float: left;
}

footer .social ul li a {
    padding: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
}

footer .social ul li a i {
    color: white;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

footer .social ul li a:hover {
    background: white;
}

footer .social ul li a:hover i {
    color: #794b35;
}

footer .rights {
    color: white;
    font-weight: 300;
    text-align: center;
    font-size: 15px;
}

footer .rights span {
    font-weight: bold;
}

footer .rights a {
    color: white;
}

.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 12px 18px;
    border: 2px solid white;
    margin-right: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    border: 2px solid white;
}

.btn.btn-default {
    background: white;
    color: #de5749;
}

.btn.btn-default:hover {
    background: none;
    color: white;
}

.btn.btn-empty {
    background: none;
    color: white;
}

.btn.btn-empty:hover {
    background: white;
    color: #de5749;
}

a {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.section-heading {
    text-align: center;
    padding: 30px 0;
    color: white;
}

.section-heading h1,
.section-heading h2,
.section-heading h3 {
    text-transform: uppercase;
    color: white;
}

.section-heading h4,
.section-heading p {
    color: white;
    line-height: 22px;
}

.section-heading i {
    color: #d9d9d9;
}

.section-heading span {
    font-weight: bold;
}

.section-heading span.divider {
    position: relative;
    height: 2px;
    width: 15%;
    background: white;
    display: block;
    margin: 10px auto;
}

.scrollpoint {
    opacity: 0;
}

.scrollpoint.active {
    opacity: 1 \0;
}

.pre-loader {
    position: fixed;
    background: #ecf0f1;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: block;
}

.pre-loader .load-con {
    margin: 20% auto;
    position: relative;
    text-align: center;
}

.spinner {
    margin: 50px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #bdc3c7;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.tokutei {
    padding-top: 20px;
    display: none;
}

.tokutei table {
    padding-top: 20px;
    table-layout: fixed;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.tokutei table th {
    width: 100px;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
}

.tokutei table td {
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@media (max-width: 767px) {
    #nav .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

section#salon .btn-sign-up {
    background: #f1979a;
    color: white;
    opacity: 1;
    width: 85%;
    margin: 0 auto;
    border-width: 1px;
}

section#mosaic .col2 {
    display: flex;
    justify-content: center;
    
}

section#mosaic .btn-sign-up {
    background: #f1979a;
    color: white;
    opacity: 1;
    width: 85%;
    margin: 0 20px;
    border-width: 1px;
}


/* =========================================================
	footer
========================================================= */

#footerBtm {
    margin-top: 5px;
    padding-top: 10px;
    text-align: center;
}

@media (max-width:992px) {
    .nav>li {
        position: relative;
        display: block;
        text-align: center;
    }
    #contact_body {
        height: 100px;
        padding-top: 10px;
        margin: 0px;
        width: 100%;
    }
    .input-group {
        display: block;
        margin-bottom: 20px;
    }
    .input-group-btn {
        width: auto;
        text-align: center;
    }
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .row {
        margin-left: 0px;
        margin-right: auto;
    }
    .btn {
        border-bottom-left-radius: 3px !important;
        border-top-left-radius: 3px !important;
    }
    #carousel-example-generic .item .row .col-md-4 {
        margin-bottom: 40px;
    }
    footer .spirat {
        padding: 0 0 0 0px;
    }
}
