﻿body, html {
	font-family:"Segoe UI","SegoeUI","HelveticaNeue","Helvetica","Arial","Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased !important;
	width: 100% !important;
	height: 100% !important;
	color:#000;
}
a{text-decoration:none;color:#000;}
ul{text-decoration:none;}
.position-rel{position: relative;}
/* Home Style */
.navbar-default {
	/*background: #7bd0a9;*/
	background: #00b050;
	/*padding: 15px 0;*/
	padding:5px 0;

}
.navbar-brand {padding-top:0;}
.nav-padding{padding-left: 80px;}
.nav-ul-padding{padding-right: 20px;font-size:16px}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	font-weight: 500;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #FAD12C;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
	color: #FAD12C;
}   
.modalheader
{
 	background-color:#88ccb6;
 	border-radius:5px;
 	color: white;
    /*font-family:'Algerian','微软雅黑',Arial,sans-serif;*/
}
.modalcontent{background-color:#eceaea;}
.mainbg{
     /*background:linear-gradient(120deg,#7bd0a9 50%,#91bdba 20%,#added7 100%)*/
    background: #f5f5f5;
    padding:160px 0 110px 0;
}
.header-text p
{
	margin:0 0 5px;
	padding-left:100px;
	font-size:1.3em;
	color: #000;
}
.header-text h3{font-size:36px}
.htext
{
	padding:60px 0 0;
}
.htext h2{margin:0;}
.htextcolor{color:#009e96;}
.h2pad{padding-left:40px;}
 
.section{padding:100px 0}
.section p
{
	font-size:15px;
	cursor:pointer
}
.section h4
{
	font-size:20px;
	cursor:pointer
}
.section:nth-child(odd){ background-color:#f5f5f5}
/*#section-one h4,p{}*/
.row-center
{
	text-align:center;
	padding:10px 50px;
}
.row-center2
{
	text-align:center;
	padding:10px;
}
.row-pad50{padding:10px 50px;}
.row-center h4{padding-top:20px;}
.rowpad0{padding:0}
.titlehr
{
	height: 4px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #F4D03F;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}
/*-----price list-------*/
.sectionprice{padding:100px 0 20px 0}
.tbpricepad
{
	padding:0 100px;
}
.tbprice
{
	font-size:1em;
	text-align:center;
	letter-spacing:1px
	/*font-family:LLCircularWeb*/
	/*LLCircularWeb,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif*/
}
.tr-version p
{
	font-size:2em;
	font-weight:800;
	text-align:center;
	
}
.td-center1
{
	text-align:right;
}
.td-center1 .sp-add
{
	position: absolute;
    left:42%;
}
.p-unit{}
.p-trans
{
	font-size:1.1em;
	font-weight:400;
	/*font-family: "Roboto Slab", serif;*/
}
.tdfeature1{margin:0 8px}
.p-feature
{
	font-size:1.8em;
	font-weight:400;
	padding: 80px 0 0 0;
}
.glyphicon-ok
{
	color:#00b050;
}
.glyphicon-remove{color:red}

.abtn
{
	padding: 15px 40px 15px 40px;
    background-color: #44a9b2;
    border-radius: 5px;
}
.tbdiscount
{
	font-size:1em;
	font-weight:400;
	text-align:center;
	letter-spacing:1px
	/*font-family: "Roboto Slab", serif;*/
}
.p-charge{font-size:1.9em;}

.table>tbody>tr>td 
{
	padding:5px;
}
.off
{
	padding: 2px;
    box-shadow: 0px 0px 7px 3px #bbb8aa;
    background: #f3efbfd9;
    border-radius: 50px;
    font-weight: 800;
    font-family: Franklin-Gothic-URW-Dem,Helvetica,Arial,sans-serif;
}
/*-----price list-------*/

/*-----img motai-------*/
#real{
    /*点击弹出模态框的图片*/
    margin: 30px;
    width: 250px;
    border-radius:6px;
}
#real:hover{ opacity: 0.6;}
#mo{
    display: none;
    width: 100%;
    height:auto;
    position: fixed;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    top: 0px;
    left: 0px;
    z-index:9999;
}
#moimg{
    display: block;
    margin:0px auto;
    width:85%;
    height: 50%;
    max-height: 450px;
    min-height: 300px;
   /* max-width: 900px;*/
}
#caption{
    text-align: center;
    margin: 15px auto;
    width: 60%;
    max-height: 750px;
    font-size: 20px;
    color:#ccc;
}
#moimg,#caption{
    -webkit-animation: first 1s;
    -o-animation: first 1s;
    animation: first 1s;
}
@keyframes first{
    from{transform: scale(0.1);}
    to{transform: scale(1);}
}
.close1{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right:3%;
    color:red;
}
.close1:hover,
.close1:focus{
    color:#bbb;
    cursor:pointer;
}
#myCanvas{ position: absolute;}

/*-----图片模态框-------*/

/*------指着图片放大-----*/
.avatar img {transition-duration:0.5s;}
.avatar:hover img {
		transform: scale(1.2);
        -webkit-transform: scale(1.2); /*Safari 和 Chrome*/
        -moz-transform: scale(1.2); /*Firefox*/
        -ms-transform: scale(1.2); /*IE9*/
        -o-transform: scale(1.2); /*Opera*/
}
/*------指着图片放大-----*/		
.ulli p{cursor:pointer;}
.imgsmall{margin-top:20px;}

#footer {
	/*background: #fff;*/
	padding: 5px 0 2px 0;
	letter-spacing: 1px;
}
.scrollToTop{
    /* width: 40px; */
    /* height: 40px; */
    padding: 5px 0;
    font-size: 30px;
    text-align: center;
    color: rgb(80, 148, 117);
    position: fixed;
    bottom: 20px;
    right: 2px;
    /* border: 2px solid; */
     display: none;
}
.scrollToTop:hover{
	color: #FBD22C;
}
.li-fblike
{
	position: relative;
    right: -30px;
    top: 10px;
}
.navbar-text .fa-facebook-official{font-size:28px;color:#fff;padding-right:10px;}
.li-fblike .navbar-text{margin:0;}
/*
.li-btn:after
{
	content: "";
    border-right: 2px solid #fff;
    padding-top:6px;
    padding-bottom:10px;
    padding-left:20px;
    margin-right:-10px;
    
}  
*/  
.nav-filter>a{display:inline-block !important;}
.nav-filter:after
{
	content: "";
    border-right: 2px solid #fff;
    padding-top:6px;
    padding-bottom:10px;
}
.contentbody,.contactmain{padding:100px 100px;}

.hrtextleft
{
	height: 4px;
    width: 100px;
    position: relative;
    background: #F4D03F;
    margin: 0 0 30px 0;
}

/**soho **/
.mycontent 
{
	 padding:120px 0 0 0;
	 font-size:1em;
	 font-family:Roboto,Helvetica,Arial,sans-serif;
}

.mycontent h1{ text-align:center;}
.itemone::before
{
	position: absolute;
    content: "";
    right:0;
    top:10%;
    border-top: 500px solid transparent;
    border-right: 500px solid #aaaf73;
    border-bottom: 50px solid transparent;
    opacity: 0.2;
}
.itemtwo::before
{
    position: absolute;
    content: "";
    left: -50%;
    border-top: 500px solid transparent;
    border-right: 500px solid #579674f7;
    /* border-bottom: 500px solid #aaaf73; */
    border-left: 500px solid transparent;
    border-radius: 50%;
    opacity: 0.1;
}
.itemthr::before
{
	position: absolute;
    content: "";
    right: 0;
    border-top: 400px solid transparent;
    border-right: 400px solid #579674f7;
    border-bottom: 400px solid #579674f7;
    border-left: 400px solid #aaaf73;
    border-radius: 50%;
    opacity: 0.1;
}
.sectionitem{padding:0 50px;}
.sectionitem2{
	padding:80px 50px 50px;
	margin:100px 0;
	background-color:#808080;
	color:#fff;

}
.sectionitem3{padding:10px 50px;}
.col-item{padding:100px 30px 50px 50px;}
.col-item2{padding:100px 30px 50px 50px;}
.col-hleft,.col-hright{padding:50px 100px;}
.img-item{padding:80px;}
.img-item1::after
{
	left: 50%;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    margin-left: -1.5px;
    background-color: #6ECADC;
}
.col-hleft::after
{
	background-color: #65c176;
    content: "";
    height: 80%;
    right: -5px;
    position: absolute;
    top:10%;
    width: 1px;
}
.col-hright:before
{
	background-color: #65c176;
    border: 1px ridge #70bb7e;
    content: "";
    height:40px;
    left:0;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width:10px;
}
.sectionitem>.row{background:#fff;}

.p-txt1 
{    
	font-size: 1.1em;
    letter-spacing: 1px;
    line-height:1.75;   
   /*font-family: "Source Sans Pro";*/
}
.p-txt2
{
	line-height:1.8em;
    font-weight: 400;
    /*font-size: 1.1em;*/
    margin-top:30px;
    padding-top:30px;
    text-indent:2em;
    position:relative;
    border-top: 1px solid #7fb98a;
    
}
.p-txt2:before
{
	background-color: #65c176;
    border: 1px ridge #70bb7e;
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;

}
.row-tab{padding:50px 0;}
.ultab
{
	position: relative;
    height: 30px;
    margin-top:50px;
    margin-bottom:0;
    line-height: 30px;
}
.ultab>li>a{
    color: #000;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding:0px 12px;
    display:block;
    width: 200px;
    border-radius: 4px 4px 0 0;
}
.ultab>li.active>a,.ultab>li.active>a:hover{
    color: #fff;
    background-color:#64b98b;
    
}
.ultab>li>a:hover
{	background-color:#ddd;
	text-decoration:none;
	cursor:pointer;
}
.ultab>#li-ec,.ultab>#li-ac
{
    text-align: center;
    position: absolute;
    font-size:1.5em;
    letter-spacing:1px;
    color:#fff;
}
#li-ec
{
    left: 25%;
    margin-left: -100px;
}
#li-ac
{
    left: 75%;
    margin-left: -100px;
}
.ecacbox{padding:50px 20px 50px 20px; text-align:center;}
.p-txt3
{
	color: #464646;
    font-weight: 400;
    text-indent:2em;
    position:relative;
    font-family: '黑体';    
}
.col-seemore
{
	padding:80px 10px;
	text-align:center;
}
.seemore
{
	margin-right: 4px;
    margin-bottom: 4px;
    font-size: 1.7em;
    font-weight: 400;
    background: #3bb372;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding:15px 20px;
}
.seemore:hover
{
	background-color:#25c56e;
	text-decoration:none;
	color: #fff;
	 font-size:1.8em;
}
.sectionlast
{
	margin-top:100px;
	text-align:center;
	background: #464343;
	background:url(../images/home/shfooterbg.jpg);/* 50% -115.8px repeat scroll transparent;*/
	background-position:center -115px;
	background-repeat:no-repeat;
    color:#fff;
}
.shpricing
{
	font-size:1.1em;
}
.shpricing a{color:#00b050;}
.shpricing2 a{color:#fff;}
.shpricing a:hover
{
	font-size:1.1em;
}
#shSwiper p,#myswiper p
{
    font-size: 15px;
    padding:15px;
    background: #f1f1f1;
    color: #000;
    font-family: 黑体;
    text-align:center;
}
/**soho **/


/******demo********/

/*tab*/
#tabs {
	overflow: hidden;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 .5em 0 0;
}
#tabs a {
	position: relative;
	background:#ffeeab;/* #ddd;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffeeab));
	background-image: -webkit-linear-gradient(top, #fff, #ffeeab);
	background-image: -moz-linear-gradient(top, #fff, #ffeeab);
	background-image: -ms-linear-gradient(top, #fff, #ffeeab);
	background-image: -o-linear-gradient(top, #fff, #ffeeab);
	background-image: linear-gradient(to bottom, #fff, #ffeeab);
	padding: .7em 3.5em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}
 #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
 background: #fff;
}
#tabs a:focus {
	outline: 0;
}
#tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: -.5em;
 bottom: 0;
 width: 1em;
 background: #ddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffeeab));
 background-image: -webkit-linear-gradient(top, #fff, #ffeeab);
 background-image: -moz-linear-gradient(top, #fff, #ffeeab);
 background-image: -ms-linear-gradient(top, #fff, #ffeeab);
 background-image: -o-linear-gradient(top, #fff, #ffeeab);
 background-image: linear-gradient(to bottom, #fff, #ffeeab);
 -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-transform: skew(10deg);
 -moz-transform: skew(10deg);
 -ms-transform: skew(10deg);
 -o-transform: skew(10deg);
 transform: skew(10deg);
 -webkit-border-radius: 0 5px 0 0;
 -moz-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
}
.context
{
	position: absolute;
    right: 50%;
    bottom: 20px;
    z-index: 20;
    color: antiquewhite;
}
/*tab*/
.swiper-container 
{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color:#f4d03f;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 40px;/* 设置按钮大小 */
	max-height:50%;
}
.swiper-slide img
{
	width:100%;
}
.demo-row
{
	padding:10px 10px 50px 10px;
    margin: 50px auto;
    background: #f8f8f8;
}
.vlinks:before
{
	content: "";
    display: block;
    position: relative;
    top: 0;
    margin: 0;
    border-width: .125rem 0 .25rem .5rem;
    border-style: solid;
    border-bottom-color: transparent;
    width:60%;
    margin-bottom: .5em;
    color:#01cd74
}
.vlinks>ul>li .fa{padding:0 1px;color:#0ca7ca;}
/***    demo    ***/


/***    contact    ***/
.contactheader{padding: 10px 0 50px 0}
.contactheader h1
{
	text-align:center;
	font-family: oswald;
	color:#333;
    letter-spacing: 1px;
}
.hrline
{
	border-top: 1px solid #00b050;
    height: 1px;
    margin: 15px auto 0;
    position: relative;
    width: 35%;
}
.hrline:before{
	background-color:#00b050;
    border: 1px ridge #00b050;  /*#00b050;*/
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    top: -5px;
    width: 40px;
}
.contactdetails
{
	padding:100px 50px;
	background: #f7f7f7;
    border-radius:10px;
}
.contactdetails .row{margin:0px;}
.contactdetails h3
{
	font-family: oswald;
	letter-spacing: 1px;
}
.contact-item
{
	/*padding:10px 0;*/
	margin-left: 10%;
}
.details-item{margin-top:50px;}
.contact-item>span
{
	color: #00b050;
    font-size:16px;
    margin:8px 25px 0 0;
    display: inline-block;
    line-height: 2em;
}
.contact-item .fa.pull-left {
    margin-right:25px;
}
.detailitem
{
	opacity:1;
	 animation:fadeIn 3s;
	-webkit-animation:fadeIn 3s ; /*Safari and Chrome*/
}
.chatboxitem
{
	text-align: center;
    background: #5ea980;
    margin:0;
    color: white;
    border-radius: 5px;
    animation:mymove 2s;
	-webkit-animation:mymove 2s ; /*Safari and Chrome*/
    
}
.commentsitem
{
	background: #47b59b;
    border-radius: 5px;
}
.commentsitem h3
{
	background-color: #5ea980;
    text-align: center;
    margin: 0;
    padding: 10px;
    color:#fff;
    border-radius: 5px;
}
.commentsBox
{
	padding: 20px 50px;
	background: #5ea980;
	border-radius: 5px;
    animation: mymove 2s;
    -webkit-animation: mymove 2s;
}
.full-width{width:100%;}
@keyframes mymove
{
from {top:100px;}
to {top:0;}
}
@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {top:100px;}
to {top:0;}
}
@keyframes fadeIn
{
from {opacity:0;}
to {opacity:1;}
}
@-webkit-keyframes fadeIn /*Safari and Chrome*/
{
from {opacity:0;}
to {opacity:1;}
}
.chatbox
{
	padding:40px 0 0 0;
}
.chatbox a
{
	text-decoration:none;
}
.chatbox>span
{
	font-size:36px;
    background: #f5f5f5;
    margin: 10px 18px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 2px 12px 0px #9cafa5;
    -webkit-border-radius:5px;
    transition:background,font-size 1s;
    -moz-transition: background,font-size 1s, -moz-transform 2s;
	-webkit-transition: background,font-size 1s, -webkit-transform 2s;
	-o-transition: background,font-size 1s,-o-transform 2s;


}

.span-facebook 
{
	/*
	padding: 10px 19px 20px 27px;
*/
	padding: 8px 16px 18px 25px;
}
.span-skype{ padding:8px 16px 18px 23px;}
.span-whatsapp 
{
	padding:8px 20px 18px 25px;

}
.chatbox .fa-facebook-official
{
	color:#337ab7;
}
.chatbox .fa-skype
{
	color:#01a8ec;
}
.chatbox .fa-whatsapp
{
	color:#21b116;
}

.chatbox>span:hover
{
	
	background:#333;
	font-size:44px;
	color:Black;
}
.chatbox .fa-facebook-official:hover,.chatbox .fa-skype:hover,.chatbox .fa-whatsapp:hover
{
	color:#fff;
}
/***    contact    ***/

@media (max-width:1920px)
{	/*****soho*****/
	.col-item {padding:200px 100px;}
	/*****soho*****/
	.contactmain{padding:100px 50px 50px 50px;}
	#tabs {margin-left:23%;}
}
@media (max-width:1440px)
{	/*****soho*****/
	.col-item {padding:120px 80px;}
	/*****soho*****/
#tabs {margin-left:12%;}
}
@media (max-width:1366px)
{
	.contactmain{padding:100px 50px 0 50px;}
	.col-item {padding:100px 50px;}
}
@media (max-width:1280px)
{
	#tabs {margin-left:10%;}
	.col-item{padding:100px 30px 50px 50px;}
}
@media (max-width:1024px)
{
.contactmain{padding:100px 0 0 0;}

/***soho*****/
.col-item {padding: 50px 40px;}
.caption>p{height:140px;}
/***********/
#tabs {margin-left:0;}
}
/* iPads (portrait) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : portrait) {
	
/***soho*****/
.itemone::before
{
    border-top: 500px solid transparent;
    border-right:300px solid #aaaf73;
    border-bottom: 50px solid transparent;
    opacity: 0.2;
}
.itemtwo::before
{
    left: -50%;
    border-top: 500px solid transparent;
    border-right:300px solid #579674f7;
    border-left:300px solid transparent;
    border-radius: 50%;
    opacity: 0.1;
}
.itemthr::before
{
    right: 0;
    border-top: 400px solid transparent;
    border-right: 400px solid #579674f7;
    border-bottom: 400px solid #579674f7;
    border-left: 400px solid #aaaf73;
    border-radius: 50%;
    opacity: 0.1;
}
/***soho*****/	
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) 
{
.seclast-p{font-size:1em}
}

/* smart-phone ----------- */
@media (max-width: 767px) 
{
.nav-ul-padding{font-size:14px}	
.row{margin:0;}	
  #moimg{width: 100%;}
  .mainbg{padding:70px 0;}  
  .header-text h3{font-size:30px}
  .header-text p
  {
  	margin: 0 0 2px;
    padding-left: 10px;
    font-size:1.1em;
  }
  .htext {padding:30px 0 20px;}
  .htext h2 {font-size: 22px;}
  
  .contentbody{padding:60px 10px;}
  .tdfeature{padding:15px 0 0 0}  
  .li-fblike .navbar-text{display:inline-block;}
  .li-btn:after,.nav-filter:after{display:none;}
 /*price*/
.sectionprice{padding:70px 0 20px 0}
.tbpricepad
{
	padding:0;
}
.tbprice{font-size:12px}
.tbprice tr p{padding:5px,0;}
.th1 p
{
	font-size:1.5em;
}
.th3
{
    text-align: right;
    padding: 8px 20px;
}
.thpad{padding:10px 0;}
.thfeature
{
	font-size:1.5em;
	font-weight:400;
}

.seclast-p{font-size:1em}

/* price */

/* contact*/
.contactdetails{padding:50px 10px}
.commentsitem {
    margin-top:40px;
}
.chatbox {
    padding: 40px 0 0 0;
}
.chatbox>span {
    font-size: 30px;
    margin: 10px;
}   
/* contact*/

/*********soho*********/
.itemone::before
{
    left: 0%;
    top: 50%;
    border-top: 500px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 200px solid #aaaf73;
    opacity: 0.2;
}
.itemtwo::before
{
    right: 0;
    border-top: 500px solid transparent;
    border-right: 150px solid #579674f7;
    border-bottom: 100px solid #aaaf73;
    border-left: 0px solid transparent;
    border-radius: 0;
    opacity: 0.1;
}
.itemthr::before
{
    left: 50%;
    border-top: 300px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 400px solid #579674;
    border-left: 50px solid transparent;
    border-radius: 0;
    opacity: 0.1;
}
.sectionitem{padding:20px;}
.sectionitem2{
	padding:50px 20px;
	margin:80px 0;
	font-size:12px;
}
#li-ec,#li-ec{font-size: 1em;}
.img-item {padding: 5px 5px 10px 5px;}
.sectionitem3{padding:0;}
.col-hleft,.col-hright{padding:10px;font-size:12px;}
.col-hleft::after { 
    content: "";
    height: 100%;
    right: 0;
    top: 0;
}
.col-hright::before { 
    content: "";
    left: -3px;
    top: 50%;
    width: 6px;
}
.ultab>li>a{width:100px;}
#li-ec,#li-ac{margin-left: -50px;}
#shSwiper p,#myswiper p{font-size:12px;}
/*********soho*********/

#tabs {
margin:0;
}
}	
/* iPhone 6Plus (landscape) ----------- */
@media (max-width: 737px) {

}

/* iPhone 6 (landscape) ----------- */
@media (max-width: 668px) {

}

/* iPhone 5 (landscape) ----------- */
@media (max-width: 568px){
 .htext h2 {font-size: 18px;}
}

/* iPhone 4 (landscape) ----------- */
@media (max-width: 480px) {

}

/* smart phone width: 360px ----------- */
@media (max-width: 360px) 
{
	
	/***contact**/
.chatbox>span
{
	font-size: 30px;
   
}

.span-facebook 
{padding: 8px 12px 10px 15px;
}
.span-skype{ padding: 8px 10px 10px 15px;}
.span-whatsapp 
{
	padding:8px 12px 10px 15px;

}
/***contact**/

}

/* iPhone 4/5 (portrait) ----------- */
@media (max-width: 320px) {

}