@import "../Styles/reset.css";
@import "../Styles/skeleton.css";

html, body {
    background: #ffffff;
    font: 14px/23px Arial;
    color: #ababab;
    min-width: 300px;
    height: 100%;
}

* {
    -webkit-text-size-adjust: none;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

.a-hov {
    transition: all 0.4s ease;
}

    .a-hov:hover {
        color: #7ecefd;
    }

.bord-1 {
    background: url(../images/bord-1.gif) 0 0 repeat-x;
}

h3, h4, h5, h6 {
    font-family: Arial;
    text-transform: uppercase;
    font-weight: 300;
}

h2 {
    font-size: 15px;
    line-height: 30px;
    color: #332f21;
    padding-top: 15px;
    padding-bottom: 10px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
    color: #686868;
    padding-bottom: 9px;
    padding-top: 20px;
}

h4 {
    font-size: 22px;
    line-height: 25px;
    color: #7ecefd;
    font-weight: 600;
    letter-spacing: -1px;
}

h5 {
    font-size: 20px;
    line-height: 20px;
    color: #bababa;
}

h6 {
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
    padding-top: 72px;
    padding-bottom: 28px;
}

h7 {
    font-size: 15px;
    line-height: 30px;
    color: #332f21;
    padding-top: 5px;
    padding-bottom: 10px;
}

.title-1 {
    display: block;
    font-family: Arial;
    font-size: 20px;
    line-height: 32px;
    color: #bababa;
    font-weight: 600;
    text-transform: uppercase;
}

.title-2 {
    display: block;
    font-family: Arial;
    font-size: 20px;
    line-height: 32px;
    color: #cecece;
    font-weight: 300;
    text-transform: uppercase;
}

.color-1 {
    color: #bababa;
}

.color-1 {
    color: #cecece;
}

.color-3 {
    color: #7ecefd;
}

h2 a {
    transition: all 0.4s ease;
}

    h2 a:hover {
        color: #2f2f2f;
    }
/*buttons*/
.btn {
    display: inline-block;
    background: #88d2fd;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    line-height: 12px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.4s ease;
    padding: 13px 15px 12px;
    margin-top: 24px;
    font-family: Arial;
    font-weight: 600;
}

    .btn:hover {
        background: #238dc9;
    }

.img-bord {
    padding: 6px;
    background: #ffffff;
    -webkit-box-shadow: 1px 2px 1px 0px #e8e9ea;
    -moz-box-shadow: 1px 2px 1px 0px #e8e9ea;
    box-shadow: 1px 2px 1px 0px #e8e9ea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.bord-2 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0px;
    padding-left: 70px;
}

.bord-3 {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
    padding-left: 0px;
}

/*lists*/

.list-1 li {
    display: block;
    margin-bottom: 19px;
    line-height: 16px;
}

    .list-1 li a:hover {
        background: url(../images/arrow-1-hov.png) 0px 2px no-repeat;
        transition: all 0.4s ease;
    }

    .list-1 li a {
        font: 14px/16px Arial, sans-serif;
        color: #868686;
        transition: all 0.4s ease;
        padding-left: 26px;
        background: url(../images/arrow-1.png) 0 2px no-repeat;
        display: inline-block;
    }

        .list-1 li a:hover {
            color: #7ecefd;
        }

.list-2 {
    margin-top: 9px;
}

    .list-2 li {
        padding-left: 27px;
        background: url(../images/arrow-2.png) 0 5px no-repeat;
    }

        .list-2 li + li {
            margin-top: 7px;
        }

h2 + .list-2 {
    margin-top: -7px;
}

.list-2 li a {
    transition: all 0.4s ease;
}

    .list-2 li a:hover {
        color: #7ecefd;
    }

.dropcup {
    display: inline-block;
    float: left;
    margin-right: 19px;
    height: 41px;
    margin-top: 5px;
    line-height: 41px;
    vertical-align: middle;
    width: 41px;
    border-radius: 50%;
    background: #88d2fd;
    text-align: center;
    font-family: Arial;
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
}

.content-info-ul {
    list-style: hanging;
    padding-left: 15px;
    font-size: 100%;
    line-height: 1.5em;
    color: #332f21;
}
/*auxiliary*/

.img-ind {
    float: left;
    margin-right: 19px;
    margin-top: 5px;
}

    .img-ind img {
        width: 100%;
    }

.wrapper img, .wrapper {
    width: 100%;
    position: relative;
}

.extra-wrap {
    overflow: hidden;
}

.grid_inside {
    margin: 0 -10px;
}

.aligncenter {
    text-align: center !important;
}

.alignleft {
    text-align: left !important;
}

.it {
    font-style: italic;
    display: inline-block;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.h-underline:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.upp {
    text-transform: uppercase;
}

.transition {
    transition: all 0.4s ease;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }



p {
    padding-bottom: 23px;
}

.p1 {
    padding-bottom: 43px;
}

.p2 {
    padding-top: 42px;
}

.p3 {
    padding-top: 0px;
    padding-bottom: 2px;
    margin-top: -9px;
}

.p4 {
    padding-top: 0px;
    padding-bottom: 8px;
    margin-top: -6px;
}

.p5 {
    padding-bottom: 41px;
}

.p6 {
    padding-bottom: 12px;
}

.p7 {
    padding-top: 84px;
}

.p8 {
    padding-top: 10px;
}

h2 + h3 {
    padding-top: 0px;
    margin-top: -11px;
}
/************Header************/
header {
    /*background: url(../images/background.jpg) center 0 no-repeat;*/
    background-size: 100%;
}

h1 {
    margin-top: 30px;
}

.structure_1 {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.reflexology-image {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.reflexology-info {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.header-top .fright {
    font-size: 12px;
    line-height: 14px;
    font-family: Arial;
    text-transform: uppercase;
    margin-top: 80px;
    background: url(../images/icon-1.png) 0 1px no-repeat;
    padding-left: 28px;
}

.slider .camera_pag {
    position: absolute;
    top: auto;
    bottom: 2px;
    left: auto;
    right: 24px;
    text-align: center;
}

    .slider .camera_pag .inline {
        line-height: 0px;
    }

.slider .camera_wrap .camera_pag .camera_pag_ul {
    display: inline-block;
    line-height: 0px;
    font-size: 0px;
}

.slider #camera_wrap_1 .camera_wrap .camera_pag .camera_pag_ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin: 0px;
    position: relative;
    text-align: center;
    text-indent: -9999px;
}

.slider .camera_wrap .camera_pag .camera_pag_ul li {
    height: 13px !important;
    width: 15px !important;
}

.slider .camera_wrap .camera_pag .camera_pag_ul li {
    margin: 0px 4px !important;
}

    .slider .camera_wrap .camera_pag .camera_pag_ul li > span {
        -webkit-border-radius: 8px !important;
        -moz-border-radius: 8px !important;
        border-radius: 8px !important;
        height: 16px !important;
        left: 0px !important;
        overflow: hidden;
        position: absolute;
        top: 0px !important;
        width: 16px !important;
        background: lightsteelblue;
        border: 4px solid #ffffff;
        transition: all 0.4s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .slider .camera_wrap .camera_pag .camera_pag_ul li > span:hover,
        .slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
            background: #332f21;
            border: 4px solid #4f8a10;
        }

.slider .camera_wrap {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0!important;
    height: 404px;
}

.slider .camera_caption {
    bottom: auto;
    top: 125px;
    left: 70px;
}

.slider-text span {
    display: block;
    font-family: Arial;
    font-weight: 300;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: -90px;
    -ms-text-shadow: 0px 0px 5px #333333;
    text-shadow: 0px 0px 5px #333333;
}

    .slider-text span + span {
        font-family: Arial;
        font-weight: 600;
        font-size: 60px;
        line-height: 60px;
        margin-top: -3px;
        -ms-text-shadow: 0px 0px 5px #333333;
        text-shadow: 0px 0px 5px #333333;
    }

.slider .btn {
    display: inline-block;
    background: #88d2fd !important;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    line-height: 14px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 0.4s ease;
    padding: 13px 15px 14px;
    margin-top: 28px;
    font-family: Arial;
    font-weight: 600 !important;
    /*letter-spacing: -1px;*/
}

    .slider .btn:hover {
        background: #238dc9!important;
    }

/************Content***********/
.content {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 45px;
}

.info-main {
      vertical-align:bottom;
}

.content-info-row {
    margin-bottom:10px;
}

.content-info-column-1 {
    padding-left: 10px;
    padding-right: 10px;
    width: 45%;
    text-align: justify;
}

.content-info-column-2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 10%;
    text-align: justify;
}

.content-info2-column-1 {
    color: 000000;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-align: justify;
}

.content-info-column {
    padding-left: 10px;
    padding-right: 10px;
    width: 22%;
    text-align: justify;
}


.main-bg {
    margin-top: 0px;
    padding-top: 5px;
}

.box-1 {
    padding-left: 80px;
    background: url(../images/icon-3.png) 1px 6px no-repeat;
    margin-top: 46px;
}

.box-2 {
    margin-top: 43px;
}

h4 + h5 {
    margin-top: 3px;
}

.box-2 .clearfix {
    margin-bottom: 22px;
}

/*about us*/

.gallery-1 h3 {
    padding-bottom: 0;
}

.gallery-1 {
    margin-top: -2px;
}

.testimonials > div:first-child {
    margin-top: -9px;
}

.testimonials > div {
    padding-left: 40px;
    background: url(../images/bg-8.png) 0 6px no-repeat;
    margin-top: -6px;
}

.testimonials h3 {
    padding-top: 8px;
    padding-bottom: 0px;
}

.testimonials > div + div {
    margin-top: 24px;
}

/*services*/
.b-dropcap {
    margin-top: -7px;
}

    .b-dropcap > div + div {
        margin-top: 17px;
    }

.block-1 {
    margin-top: -5px;
}

.box-3 h3 {
    padding-top: 0;
    margin-top: 0px;
}

.box-3 {
    margin-top: 23px;
}

    .box-3:first-child {
        margin-top: 0;
    }

/*price list*/
.table-1 {
    width: 100%;
    margin-top: -6px;
}

    .table-1 tr {
        padding-top: 0px;
    }

    .table-1 td {
        line-height: 14px;
        padding-top: 16px;
    }

        .table-1 td:first-child {
            background: url(../images/bord-2.gif) 0 bottom repeat-x;
        }

            .table-1 td:first-child div {
                display: inline-block;
                background: url(../images/arrow-2.png) 0 0px no-repeat;
                float: left;
                position: relative;
            }

                .table-1 td:first-child div.abs {
                    position: absolute;
                    background: url(../images/bg-9.gif) 0 bottom repeat-x;
                    height: 1px;
                    left: 0px;
                    right: 0;
                    top: auto;
                    bottom: 0px;
                }

            .table-1 td:first-child span {
                display: block;
                padding-left: 27px;
            }

        .table-1 td + td {
            text-align: right;
        }

.box-4 {
    background: url(../images/icon-4.gif) 0 5px no-repeat;
    padding-left: 24px;
}

.box-5 {
    background: url(../images/icon-5.gif) 0 5px no-repeat;
    padding-left: 24px;
    margin-top: 10px;
}

    .box-4 a, .box-5 a {
        text-decoration: underline;
    }

        .box-4 a:hover, .box-5 a:hover {
            text-decoration: none;
        }

/*blog*/

.blog_post .img-bord {
    margin-right: 80px;
}

.blog_info {
    margin-top: -4px;
    margin-bottom: 16px;
}

.comments {
    margin-right: 80px;
    background: url(../images/icon-6.png) right 6px no-repeat;
    padding-right: 28px;
}

.blog_post .img-bord {
    margin-bottom: 22px;
}

.blog_post + .blog_post {
    margin-top: 52px;
}

#search1 {
    position: relative;
}

    #search1 input {
        border: 1px solid #ebebeb;
        height: 41px;
        color: #cccccc;
        font: 14px/20px Arial, sans-serif;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: -3px;
        padding: 10px 0 11px 16px;
    }

.button1 {
    cursor: pointer;
    position: absolute;
    width: 34px;
    right: 0px;
    top: -4px;
    bottom: auto;
    background: url(../images/icon-7.gif) 3px center no-repeat;
    height: 41px;
}

    .button1:hover {
        opacity: 0.6;
    }

.box-6 {
    margin-top: -6px;
}

    .box-6 + .box-6 {
        margin-top: 30px;
    }

    .box-6 h3 {
        padding-top: 0;
        margin-top: -3px;
    }

/**************Images**********/
.camera-image {
    max-width: 100%;
}

/************Footer************/

.footer-container  {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

footer {
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 17px;
    position: absolute;
    bottom: 0px;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

section {
    background-color: #ffffff;
    padding-bottom: 5px;
    width: 100%;
}

.list-services {
    margin-top: -7px;
}

    .list-services li {
        display: inline-block;
        margin-right: 3px;
        perspective: 500;
        -webkit-perspective: 500;
    }

        .list-services li > a {
            display: inline-block;
            width: 35px;
        }

            .list-services li > a > span {
                border-radius: 50%;
                text-decoration: none;
                display: block;
                height: 36px;
                width: 35px;
                background: url(../images/soc-icons.png) no-repeat;
                position: absolute;
                -webkit-backface-visibility: hidden; /* Chrome and Safari */
                -moz-backface-visibility: hidden; /* Firefox */
                -ms-backface-visibility: hidden; /* Internet Explorer */
                backface-visibility: hidden;
            }

.list-services-1 .sp-1 {
    background-position: 0px 0px;
}

.list-services-2 .sp-1 {
    background-position: -43px 0px;
}

.list-services-3 .sp-1 {
    background-position: -85px 0px;
}

.list-services-4 .sp-1 {
    background-position: -128px 0px;
}

.list-services-5 .sp-1 {
    background-position: -92px 0px;
}

.list-services-1 .sp-2 {
    background-position: 0px -38px;
}

.list-services-2 .sp-2 {
    background-position: -43px -39px;
}

.list-services-3 .sp-2 {
    background-position: -85px -38px;
}

.list-services-4 .sp-2 {
    background-position: -128px -38px;
}

.list-services-5 .sp-2 {
    background-position: -92px -20px;
}

.list-services li > a:hover .sp-1, .list-services li > a .sp-2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all .6s ease-out;
    visibility: hidden;
}

.list-services li > a:hover .sp-2, .list-services li > a .sp-1 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all .6s ease-out;
    visibility: visible;
}

footer h6 span {
    font-weight: 300;
    color: #bababa;
    font-size: 13px;
}


/*toTop*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    width: 29px;
    height: 28px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/ui.totop.png) 0 0 no-repeat;
    margin-right: -670px !important;
    right: 50%;
    bottom: 20px;
}

    #toTop:hover {
        display: block;
        overflow: hidden;
        float: left;
        background-position: -32px 0;
    }

    #toTop:active, #toTop:focus {
        outline: none;
    }


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 995px) {
    .bord-2 h2 {
        font-size: 24px;
    }

    footer h6 span {
        display: block;
    }

    .slider .camera_wrap {
        height: 322px;
    }

    .box-6 .extra-wrap {
        overflow: visible;
    }

    .table-1 td:first-child {
        background: none;
    }

        .table-1 td:first-child div.abs {
            display: none;
        }
}

@media only screen and (max-width: 767px) {
    .slider .camera_wrap {
        height: 200px;
    }

    .slider .camera_caption {
        bottom: auto;
        top: 10px;
        left: 10px;
    }

    .slider-text span {
        font-size: 20px;
        margin-top: 0px;
    }

        .slider-text span + span {
            font-size: 25px;
            margin-top: -25px;
        }

    .w1 {
        width: 45%!important;
        margin-right: 20px;
        float: left;
        margin-bottom: 10px;
    }

        .w1 + h3 {
            padding-top: 0;
        }

    .w2 {
        width: 45%!important;
        margin-left: 2%;
        margin-right: 2%;
    }

    .title-1 {
        font-size: 20px;
        line-height: 22px;
    }

    .title-2 {
        font-size: 20px;
        line-height: 22px;
    }

    h2 {
        padding-top: 40px;
    }

    .w3 {
        width: 48%!important;
        margin-left: 1%;
        margin-right: 1%;
        padding-bottom: 20px;
    }

    .p4 {
        padding-top: 40px;
    }

    .p3 {
        padding-top: 40px;
    }

    .comments, .blog_post .img-bord {
        margin-right: 0;
    }

    .img-bord {
        -webkit-box-shadow: 1px 1px 2px 1px #e8e9ea;
        -moz-box-shadow: 1px 1px 2px 1px #e8e9ea;
        box-shadow: 1px 1px 2px 1px #e8e9ea;
    }

    .box-6 h3 {
        margin-top: 0;
    }

    .dropcup {
        border-radius: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .slider .camera_wrap {
        height: 200px;
    }

    .header-top .fright {
        margin-top: 20px;
    }

    h1.fleft {
        float: none;
        text-align: center;
    }

    .w1 + h3 {
        padding-top: 20px;
    }

    .w1, .w2 {
        width: 100%!important;
        margin-left: 0;
        margin-right: 0;
    }

    .w3 {
        width: 94%!important;
        margin-left: 3%;
        margin-right: 3%;
    }

    .w4 {
        width: 100%;
        ;
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
    }
}

@media only screen and (max-width: 320px) {
}

/*Ant Works customisation*/
.ant-landing-row {
    margin-bottom: 10px;
}

.main-wrapper {
    min-height: 100%;
    position: relative;
}

.artwork-content {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 5px;
}

.artwork-content-container {
    position: relative;
    margin: 0 auto;
    width: 960px;
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 40px;
}

.ant-title-1 {
    display: block;
    font-family: Arial;
    font-size: 18px;
    line-height: 25px;
    color: #332f21;
    font-weight: 100;
    text-align: center;
}

.grid_13 {
    float: none;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

/* landing page section ant.image 121w*171 */
.landing-ant-image-spacer {
    display: inline-table;
    width: 349px;
    height: 171px;
    border: none;
    z-index: 20;
}

.landing-ant-image {
    display: inline-table;
    width: 121px;
    height: 171px;
    border: none;
    z-index: 20;
}

.landing-ant-text {
    display: inline-table;
    width: 330px;
    height: 40px;
    border: none;
    z-index: 20;
}

.landing-ant-text-spacer {
    display: inline-table;
    width: 140px;
    height: 40px;
    border: none;
    z-index: 20;
}

.landing-tech-image-spacer {
    display: inline-table;
    width: 349px;
    height: 171px;
    border: none;
    z-index: 20;
}

.landing-tech-image {
    display: inline-table;
    width: 121px;
    height: 171px;
    border: none;
    z-index: 20;
}

.landing-tech-text {
    display: inline-table;
    width: 330px;
    height: 40px;
    border: none;
    z-index: 20;
}

.landing-tech-text-spacer {
    display: inline-table;
    width: 140px;
    height: 40px;
    border: none;
    z-index: 20;
}
