/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-family: '微软雅黑', sans-serif;
    font-size: 100%;
     background: #FFf;
}
body a{
    transition:0.5s all;
    -webkit-transition:0.5s all;
    -moz-transition:0.5s all;
    -o-transition:0.5s all;
    -ms-transition:0.5s all;
}
.tc{
    text-align: center;
}
.clear-fix {
  *zoom: 1;
}
.clear-fix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    line-height: 0;
}
.clear{
    clear:both;
}
/*-----start-header----*/
.header {
    width: 100%;
    background: #171614;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: transparent;
}
.preheating-header-black {
    /*height: 50px;*/
    background:rgba(000,000,000,0.8);
}
.fuse-nav {
    width: 95%;
    margin: auto;
}
.logo{
    float: left;
    margin-top:2em;
}
.logo320{
    display:none;
}
.top-nav ul li a{
    color: #72787C;
    margin: 0.23em 1em;
    text-align: center;
    position: relative;
    font-weight: 300;
    opacity:0.8;
    /*font-family:LucidaGrande;*/
    font-weight: bold;
    font-size:1em;
    color:#ffffff;
    letter-spacing:-0.11px;
    text-shadow:0px 3px 4px rgba(0,0,0,0.68);
    text-align:left;
    text-decoration: none;
}
.top-nav ul li.active a,
.top-nav ul li a:hover{
    color:#fff;
    opacity: 10;
    border-bottom: 2px solid #fff
}
.logo a{
    display:block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
nav {
    position: relative;
    float: left;
}
nav ul {
    padding: 0;
    float: right;
    margin: 1.2em 0;
}
nav li {
    display: inline;
    float: left;
    position:relative;
    margin-left: 12px;
}
nav a {
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}
nav a:hover{
    text-decoration:none;
    color:#00A2C1;
}
nav a#pull {
    display: none;
}
/*Styles for screen 600px and lower*/
@media screen and (max-width: 768px) {
    nav { 
        height: auto;
        float:none;
    }
    nav ul {
        width: 100%;
        display: block;
        height: auto;
    }
    nav li {
        width: 97%;
        position: relative;
    }
    nav li a {
        border-bottom: 1px solid #888;
        margin: 0px -13px;
    }
    nav a {
        text-align: left;
        width: 100%;
    }
}
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 768px) {
    .logo {
        height: 55px;
        width: 100%
    }
    nav {
        border-bottom: 0;
        float:none;
    }
    nav ul {
        display: none;
        height: auto;
        margin:1.3em 0;
        background: #eee;
    }
    nav a#pull {
        display: block;
        position: relative;
        color: #F26D7D;
        text-align: right;
        position: absolute;
        top: 18px;
    }
    nav a#pull:after {
        content:"";
        background: url('nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
    nav a#pull img{
        margin-right:2%;
    }
    .top-nav ul li a {
        color: #2C3E50;
        padding: 0em 0;
        margin: 0px;
    }
}
/*Smartphone*/
@media only screen and (max-width : 320px) {
    nav {
        float:none;
    }
    nav li {
        display: block;
        float: none;
        width: 92%;
    }
    nav li a {
        border-bottom: 1px solid #888;
    }
}
/*----slider----*/
.main-header{
    background:url(../images/banner.jpg);
    background-size:cover;
    min-height: 700px;
    border-bottom:3px solid #eb2026;
}
.preheating-headlayer {
    width: 100%;
    height: 136px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    background: url(../images/header-layer-bg.png) repeat-x left top;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    left: 8%;
    right: 8%;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
    top: 0%;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 27%;
    left: 16%;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 43px;
    width: 43px;
    background: transparent url("../images/slider-arrows.png") no-repeat left top;
    margin-top: -65px;
    display: none;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 19.7%;
    display: none;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
    width:100px;
    height:15px;
    background:#fff;
    display:inline-block;
    border-radius:30em;
    opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
    display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;

}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}


.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
}
.callbacks_tabs{
    display:none;
}
.callbacks_tabs li{
    display:inline-block;
}
@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
    border:2px solid #F4BB36;
}
.tittle-head {
    text-align: center;
    margin: 8% auto;
    width: 58%;
}
.tittle-head h1 {
    color: #fff;
    font-size:4em;
    padding: 0;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    font-family: 'Lato', sans-serif;
}
.tittle-head  p {
    /*color: #fff;
    font-size:3em;
    text-align: center;
    font-weight:300;
    margin: 1em 0;
    font-family: -webkit-pictograph;
    font-size:60px;
    color:#ffffff;
    text-align:center;*/
    /*font-family:PingFangSC-Light;*/
color:#ffffff;
text-align:center;
font-weight: normal;
    
}
/*==========================头部结束==============================*/

/*==========================about开始==============================*/
/*----//slider----*/
.about{
    padding: 4em 0 0;
}
.about-head {
padding: 1em 0;
text-align: center;
}
.about-head h3{
    /*font-family: 'Lato', sans-serif;*/
    font-size:1.6em;
    font-weight:700;
    margin: 0;
    color:#068a87;
    letter-spacing:0px;
}
.about-head span {
    color: #888888;
    font-size: 1.55em;
    display: block;
    margin: 0.5em 0 2em;
    font-weight:300;
}
.about-head p{
    font-size: 1em;
    color: #4a4a4a;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    text-align: left;
    /*font-family: -webkit-pictograph;*/
}
.div-more-btns {
    margin-top:10px;
    margin-bottom: 10px;
    height: 78px;
    line-height: 85px;
}
.more-btns {
    background: url(../images/more-btns.png) no-repeat;
    padding: 1.8em 3.4em;
    text-indent:-99999px;
}
.more-btns span{
    text-indent:-99999px;
    opacity: 0

}
.about-pic {
    padding-top: 2em
}
.about-txting {
    float: right;

}
.about-txting p{
    text-align: right!important;
}
.about-txt {
    width:90%;
    padding:3em;
}
.about-txt p{
    font-size: 18px;
}
/*==========================about结束==============================*/

/*==========================style开始==============================*/
.gallery-head h3, .port-head h3, .team-head h3, .feed-head h3 {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    color: #068a87;
    letter-spacing: 0px;
}
.gallery-head p {
    font-size: 1.6em;
    font-weight: 700;
    margin: 0;
    color: #068a87;
    letter-spacing: 0px;
    border-bottom: 2px solid #929497;
}
.gallery-head{
/*    background: url(../images/style-tit.png) no-repeat center;
    height: 89px;*/
    padding: 2em 0 1em
    
}
.style-list {
    margin: 15px 0;
    position: relative;
}
.style-list img{
    width: 100%
}
.style-list h1 {
    position: absolute;
    bottom: 0.5em;
    left: 1em;
    font-size:3em;
    font-weight: bold;
    color:#ffffff;
    letter-spacing:3.06px;
    line-height:50px;
    text-shadow:0px 2px 4px rgba(0,0,0,0.50);
    text-align:left;
}


/*==========================style结束==============================*/


/*==========================Programs开始==============================*/
.Programs {
    padding: 4em 0;
}
.port-head {
    padding-bottom: 2em
}
.programs-cont p {
    font-size: 1em;
    color: #4a4a4a;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    text-align: left;
    /* font-family: -webkit-pictograph; */
}
.programs-pic {
    padding: 2em 0
}
.programs-pic img{
    width: 100%
}
.programs-list img{
    width: 100%
}
.programs-list-img {
    margin-bottom: 15px;
}

/*==========================Programs结束==============================*/

/*==========================Treatment结束==============================*/
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.treatment-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}
.treatment-box img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: auto;
}
.treat-head h3 {
    margin: 0px;
}
.portfolio-box-caption {
    position: absolute;
    bottom: 2em;
    color: #fff;
    padding: 0 2em
}
.portfolio-box-caption h1{
    font-size:3em;
    color:#ffffff;
    letter-spacing:0px;
    text-align:justify;
    text-shadow: 0px 3px 4px rgba(0,0,0,0.68);
}
.portfolio-box-caption p {
    font-size:16px;
    color:#ffffff;
    letter-spacing:0px;
    line-height:19px;
    text-align:justify;
}
/*==========================Treatment结束==============================*/

/*==========================Testimonials开始==============================*/
.Testimonials {
    padding:4em 0;
}
.team-head {
    padding-bottom: 2em
}
.test-wrap img{
    border-radius: 100%;
}
.test-wrap {
    padding:20px 10px;
    background: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
}
.test-wrap {
    background:#ffffff;
    border:1px solid #a6a8ab;
    border-radius:3px;
}

.test-wrap p{
 /*   font-family: 'Open Sans', sans-serif;*/
        color: #4a4a4a;
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 0;
}
.testimonials-detail-content {
    padding-bottom: 4em
}
.testimonials-detail-content h1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #000000;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 0px;
    line-height: 30px;
}
.testimonials-detail-content .time {
    color: #9b9b9b;
    font-size:14px;
}
.testimonials-detail-info p {
    padding-bottom:15px;
}
/*==========================Testimonials结束==============================*/

/*==========================footer结束==============================*/
.footer-head {
    background: url(../images/footer-bg.png) no-repeat center; 
    height: 143px;
    position: relative;
    margin-bottom:1.5em;
}
.footer-head h3 {
    position: absolute;
    margin-top: 0;
    border-bottom: 2px solid #929497;
    width: 100%;
    text-align: center;
    bottom: -12px;
}
.footer ul{
    list-style: none;
    padding: 0;
    margin-bottom:5em;
}
.footer ul li {
    float: left;
    width: 16.66666667%;
    text-align: center;
}
.footer ul li a {
    font-size:18px;
    color:#555555;
    letter-spacing:0px;
    text-align:left;
}


.ft-txt p{
    font-size:12px;
    color:#808285;
    letter-spacing:0px;
    line-height:19px;
    text-align:center;
}




/*==========================footer结束==============================*/

/*==========================================内页开始==================================================*/
/*==========================treatment开始==============================*/
.treatment-wapper {
    padding: 0em 0em 15em;
}
.treatment-head h3{
    margin-top: 0px;
    padding-bottom: 2em
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
/*==========================treatment结束==============================*/
.about-wapper,.about-system,.retreats-wapper{
    padding-bottom: 4em;
}
.about-head-tit h3{
    font-weight: 700;
    color: #068a87;
    letter-spacing: 0px;
    text-align: center;
}
.about-content p,.retreats-text p,.about-infos p,.testimonials-detail-info p{
    font-size: 12px;
    color: #4a4a4a;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 25px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    /* font-family: -webkit-pictograph; */
}
.about-txt p{
    font-family: '微软雅黑'
}
.about-content {
    padding: 2em 0
}
.about-system-title {
    padding-bottom: 2em;
}
.about-system-text p{
    font-size:12px;
    color:#255000;
    letter-spacing:0px;
    line-height:17px;
    text-align:left;
}
.retreats-more {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.retreats-btns-more{
    background: url(../images/retreats-btns.png) no-repeat;
    padding: 0.6em .8em;
    color: #fff;
    position: absolute;
    top: 5em;
    left: 4em;
}
.retreats-btns-more:hover {
    color: #fff
}

.retreats-times ul {
    padding: 0px;
    list-style: none;
    margin-bottom:0.5em;
}

.retreats-times ul li a:hover {
    text-decoration: none;
}
.retreats-tabs li {
    margin-right:0.5em;
    background:#cfd1d2;
    border-top:4px solid #fff;
    padding: 10px 0;
    text-align: center;
    margin-bottom: .5em;
    position:relative;
    transition: .5s;
}
.retreats-tabs li.active {
    border-top:4px solid #0b7c78;
}
.retreats-tabs li:hover {
   border-top:4px solid #0b7c78; 
}
.retreats-tabs li a {
    display: block;
    font-size:1.2em;
    color:#0b7c78;
    /*font-weight: 700*/
}
.cont-tabs {
    background:#0b7c78;
    width:100%;
    height:40px;
    line-height: 40px;
}
.cont-tabs li {
    padding-left:2.2em;
}
.cont-tabs li.active a,.cont-tabs li:hover a{
    opacity:10;
}

.cont-tabs li a{
    font-size:1em;
    opacity:0.48;
    color:#ffffff;
}

.retreats-infos {
    padding-top: 2em
}

.testimonials-list ul{
    padding: 0;
    list-style: none;
}
.test-pic,.trave-pic {
    display: block;
}
.test-pic:hover {
    text-decoration: none;
}
.test-pic img,.trave-pic img{
    width: 100%;
}
.test-pic p{
    font-family:Tahoma;
    font-size:12px;
    color:#9b9b9b;
    letter-spacing:0px;
    text-align:left;
    padding: 8px 0;
    text-align: center;
}
.test-box h1{
    font-size:1.2em;
    font-weight: bold;
    color:#000000;
    letter-spacing:0px;
    text-align:left;
    margin-top: 0px;
    line-height: 25px;
}
.test-box h1 a:hover{
    color: #eb2026;
    text-decoration: none;
}
.testimonial-infos {
    border-top: 3px solid #eb2026
}
.testimonials-list ul li{
    padding-bottom: 10px;
}
.travelinfo-list ul {
    padding: 0
}
.travelinfo-list ul li{
    list-style: none;
    padding-bottom: 20px;
}
.trave-pic img{
    padding-bottom: 10px;
}
.test-box p{
    font-size: 13px;
    color: #262626;
    padding-left: 50px;
    letter-spacing: 0px;
    padding-top: 15px;
    line-height: 18px;
    text-align: justify;
}
.travelinfo-list {
    padding-bottom: 4em
}
.travelinfo-box p{
    padding-left: 0px;
}
.styles-box ol {
    list-style: none;
    padding-left: 0;
    float: left;
}
.styles-int {
    width: 84%;
    float: right;
}
.styles-box ol li{
    padding-bottom: 8px;
}
.styles-box ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 2em;
}
.styles-box ul li{
    float: left;
    width: 33.33%;
    text-align: center;
}
.styles-box ul li a{
    display: block;
    margin: 0px 5px;
    background: #cfd1d2;
    padding: 10px 0;
    color: #0b7c78;
    border-bottom: 3px solid #fff;
}
.styles-box ul li.active a{
   border-bottom: 3px solid #0b7c78; 
}
.styles-box ul li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #0b7c78;
}
.styles-box {
    padding-bottom: 4em;
}
.styles-box p {
    font-size:14px;
    color:#4a4a4a;
    letter-spacing:0px;
    line-height:20px;
    text-align:left;
}
.styles-head h1 {
    float: right;
}
.style-banner-tabs {
    padding-left: 0px;
    list-style: none;
    /*background: rgba(000,000,000,0.4);*/
    float: left;
    width: 23%;
    padding-top:10%;
    padding-bottom: 10%
}
.style-banner-tabs li a{
    color: #fff;
    font-size:18px;
    color:#ffffff;
    letter-spacing:0px;
    line-height:20px;
    text-shadow:0px 2px 4px rgba(0,0,0,0.50);
    text-align:right;
    display: block;
    padding-right: 15px;
}
.style-banner-tabs li {
    padding:20px 0;

}
.style-banner-tabs li.active {
    background:rgba(255,255,255,0.5);
    font-size:18px;
    letter-spacing:0px;
    line-height:20px;
    text-align:right;
    border-left: 3px solid #eb2026;
}
.style-banner-tabs li:hover {
    background:rgba(255,255,255,0.5);
    border-left: 3px solid #eb2026;
}
.style-banner-tabs li:hover a{
    color:#eb2026;
}
.style-banner-tabs li.active a{
    color:#eb2026;
    text-decoration: none;
}
.style-banner-tabs li a:hover{
    text-decoration: none;

}
.styes-testimonial-infos {
    border-top: 3px solid #eb2026;
}
.styles-head h1{
    padding-top: 15%;
    margin-right: -10%;
    padding-top: 15%;
}
.styles-cont{
    color: #fff;
    width: 45%;
    float: left;
    padding-left: 2%;
    padding-top: 10%;
}
.styes-testimonial-infos p {
    font-size: 14px;
    color: #fff;
    padding-left: 50px;
    letter-spacing: 0px;
    padding-top: 15px;
}
.preheating-styles{
    width: 36.3%;
    height: 700px;
    position: absolute;
    left: 0;
    top: -84px;
    z-index: 4;
    background: url(../images/header-style-bgs.png) repeat-y right top;
}
.black-bg {
    z-index: 5;
    position: relative;
}
.style-banner {
    background: url(../images/banner-styles.jpg);
    overflow: hidden;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.photo-head h3 {
    margin-top: 0px;
    padding-bottom: 1em
}
.photo-wapper .photo-img {
    display: block;
    margin-bottom:30px;
}
.photo-wapper .photo-img img{
    width: 100%
}











@media(max-width:1440px){

}
@media(max-width:1366px){
    .about-head h3,.gallery-head h3, .port-head h3, .team-head h3, .feed-head h3,.potrfolio-head h2 {
    font-size: 1.6em;
    }
    .preheating-styles {
        width: 28%;
    }
    .about-txt {
        width: 100%;
        padding: 1em;
    }
}
@media(max-width:1280px){
    .main-header {
    min-height: 650px;
    }
    .about-head h3,.gallery-head h3, .port-head h3, .team-head h3, .feed-head h3,.potrfolio-head h2 {
    font-size: 1.6em;
    }
    .slide-btn {
    width: 34%;
    }
    .preheating-styles {
        width: 28%;
    }

}
@media(max-width:1024px){
    .main-header {
    min-height: 600px;
    }
    .about-head h3,.gallery-head h3, .port-head h3, .team-head h3, .feed-head h3,.potrfolio-head h2 {
    font-size: 1.6em;
    }

}
@media(max-width:768px){
    .tittle-head h1 {
    font-size: 3.6em;
    }
    .tittle-head p {
    font-size:2.73em;
    }
    .main-header {
    min-height: 435px;
    background-size: inherit;
    }
    .about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .potrfolio-head h2 {
    font-size: 1.6em;
    }
    .potrfolio-content {
    padding-bottom:5em;
    }
    .about-head {
        /*padding: 0em 0;*/
    }
    .about-txt {
        width:90%;
        padding:1em;
    }
    .callbacks_container {
        text-align: center;
    }
    .style-banner-tabs,.tab-content{
        display: none;
    }
    .styles-head h1 {
        padding-top: 0px;
        float: none;
    }
}
@media(max-width:640px){
    .main-header {
    min-height: 354px;
    }
    .view2 .mask, .view2 .content {
    width: 66%;
    }
    .about {
    padding: 2em 0;
    }
    .about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .potrfolio-head h2 {
    font-size: 2em;
    }
    .about-head p {
    font-size: 1em;
    }
    .styles-int{
        width:76%; 
    }
    .about-pic img {
        width: 90%
    }
    .tittle-head p img{
        width: 100%;
    }
    
}
@media(max-width:480px){
    .main-header {
    min-height: 295px;
    }
    .contact-head h3 {
    font-size: 3.7em;
    }
    .tittle-head h1 {
    font-size: 2em;
    }
    .tittle-head p {
    margin: 0px 0;
    font-size: 1.6em;
    }
    .slide-btn {
    width: 40%;
    padding: 0.7em 1em;
    margin-top: 10px;
    font-size: 1em;
    }
    .about-head p {
    font-size: 16px;
    }
    .about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .potrfolio-head h2 {
    font-size: 2em;
    }
    /*.gallery-head {
    margin: 2em 0;
    }*/
    .service_grid h3 {
    font-size: 1.4em;
    }
    .prt-btn, .con-btn {
    width: 60%;
    padding: 0.5em 0.5em;
    }
    .portfolio {
    background: url(../images/dow-bg.jpg);
    min-height: 299px;
    }
    .port-head {
    padding: 2em 0;
    }
.footer ul li {
    width: 50%
}
.retreats-tabs li{
    width: 100%;
    margin-right: 0em;
}
.test-pic img{
    width: 140px;
}
.trave-pic img{
    width: 184px;
}
   .test-box h1 {
    font-size:1em;
   } 


   .styles-box ul {
    width: 100%
   }
   .styles-box ul li a {
    margin: 0px 3px;
   }
   .styles-box ol {
    float: inherit;
   }
   .styles-box ol li {
    float: left;
    width: 50%;
    text-align: center;
   }
   .styles-int {
    width: 100%;
    float: left;
   }
   .test-pic {
    text-align: center;
   }
   .trave-pic{
        text-align: center;
    }
}
@media(max-width:320px){
    .logo {
    margin: 0.5em -1em;
    }
    .main-header {
    min-height: 243px;
    }
    .tittle-head h1 {
    font-size: 1.6em;
    }
    .tittle-head p {
    margin: 3px 0;
    font-size: 1.3em;
    }
    .slide-btn {
    width: 51%;
    padding: 0.7em 1em;
    margin-top: 5px;
    font-size: 15px;
    }
    .about {
    padding: 1em 0;
    }
    .about-head h3, .gallery-head h3, .port-head h3, .team-head h3, .feed-head h3, .potrfolio-head h2 {
    font-size: 1.4em;
    }
    .about-head span {
    font-size: 1.1em;
    }
    .about-head p {
    font-size: 15px;
    line-height: 1.6em;
    overflow: hidden;
    height: 138px;
    }
    nav ul {
    margin: 0;
    background: #eee;
}
    .port-head {
    padding: 1.96em 0;
    }
    .gallery-head p, .port-head p, .team-head p, .feed-head p {
    font-size: 1.1em;
    }
    .potrfolio-content {
    padding-bottom: 1em;
    }
}