/*
|--------------------------------------------------------------------------
| style.css file is part of ydcoza
|--------------------------------------------------------------------------
|
| Created by Michael ydcoza
| Last Updated: ydcozadate
|
*/ 

/*-----------------------------------------------------------------------------------
  Theme Name: LOLO Responsive Creative Theme
  Theme URI: http//YourDesign.co.za
  Description: Responsive theme suited for all creatives and portfolios
  Author: Michael
  Author URI: http//YourDesign.co.za
  Version: 1
  License: GNU General Public License version 3.0
  License URI: http//www.gnu.org/licenses/gpl-3.0.html

  All files, unless otherwise stated, are released under the GNU General Public License
  version 3.0 (http//www.gnu.org/licenses/gpl-3.0.html)
-----------------------------------------------------------------------------------------*/




html, body {
    width:100%;
    height:100%;
    padding:0;
    margin:0;
}
body {
  font-size: 110%;
  /*line-height: 1.75em;*/
  line-height: 1.7;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #4C4A4A;
  height: 100%;
} 

li,
[class^="icon-"]:before, [class*=" icon-"]:before { /*FontAwesome*/
  line-height: 1.5;
}
.container {
  padding: 0 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 500;                       /* 原哥修改，原值600*/
  letter-spacing: 0.05em;
  line-height: 1em;
  margin-bottom: 1em;
}
h1 {
  font-size: 2.2em;  /*  2.188   */
}
h2 {
  font-size: 1.750em;   /*  1.750   */
}
h3 {
  font-size: 1.45em;   /*  1.563   */
}
h4 {
  font-size: 1.3em;   /*  1.375   */
}
h5 {
  font-size: 1.1em;   /*  1.188   */
}
h6 {
  font-size: 0.9em;   /*  1.188   */
}


p {
  margin-bottom: 1.873em;   /*  1.873   */
}
ul {
    margin:0;
    padding:0;
    list-style-image:none;
    list-style:none outside none;
}
ul.list-style, ul.list-style ul {
    margin:0 0 0 1.6em;
    list-style:disc outside none;
}

/* 项目标题符号，原哥>>*/

ul.black-dots, ul.black-dots {
    margin: 0 0 0 2.5em;
    list-style: circle outside none;
}

ul.black-squares, ul.black-squares {
    margin: 0 0 0 3.6em;
    list-style: square outside none;
}

ol {
    margin:0;
    padding:0;
    list-style-image:none;
    list-style:none outside none;
    font-weight: 501;
}
ol.list-style, ol.list-style ol {
    margin:0 0 0 1.6em;
    list-style:disc outside none;
}

ol.nums, ol.nums {
    margin: 0 0 0 1.4em;
    list-style: decimal outside none;
}

/* <<项目标题符号，原哥*/

a, 
.single-item a:hover {
  color: #007F71;
}
a:hover {
  text-decoration: none;
  color: #333745;
}
.clear, 
.Clearfix {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow:hidden;
}
hr {
    height:1px;
}
hr.margin-top-bottom {
    margin-top:1.875em;
    margin-bottom:1.875em;
}
hr.margin-top {
    margin-top:1.875em;
}
hr.margin-bottom {
    margin-bottom:1.875em; 
}
.dashed {
    border-style: dashed !important;
}
.break {
  margin-bottom:1.875em; /*equal to <p> margin-bottom*/
}
span.custom_break {
  display: inline-block;
}
.spacer {
  display:block;
  clear:both;
  padding-top:1.875em;
}
::selection {
    color: #fff;
    background-color: rgba(0, 127, 113, 0.90);
}

::-moz-selection {
    color: #fff;
    background-color: rgba(0, 127, 113, 0.90);
}

.margin-top-bottom {
    margin-top:3.750em;
    margin-bottom:3.750em;
}
.margin-top {
    margin-top:3.750em;
}
.margin-bottom {
    margin-bottom:3.750em; 
}

/* section Padding */
.padding-top-bottom {
    padding-top:3.750em;
    padding-bottom:3.750em;
}
.padding-top {
    padding-top:0;
}
.padding-bottom {
    padding-bottom:3.750em;
}

/* container Box Padding */
.container .padding {
    padding-bottom:2.188em;
}
.container .padding-top-bottom {
    padding-top:2.188em;
    padding-bottom:2.188em;
}
.container .padding-top {
    padding-top:2.188em;
}
.container .padding-bottom {
    padding-bottom:2.188em;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.center {
  margin: 0px auto; 
  display: block;
}
.texcenter {
	text-align: center;
	display: block;
}
ul li a {
  text-decoration: none;
}
a, li { 
  -webkit-transition: all .3s ease; 
  -moz-transition: all .3s ease; 
  -ms-transition: all .3s ease; 
  -o-transition: all .3s ease; 
  transition: all .3s ease; 
}
a.btn { 
  -webkit-transition: none; 
  -moz-transition: none; 
  -ms-transition: none; 
  -o-transition: none; 
  transition: none; 
}
.alignleft {
  margin-right: 0.938em;
  margin-bottom: 0.625em;
  float: left;
}
.alignright {
  margin-left: 0.938em;
  margin-bottom: 0.625em;
  float: right;
}
.aligncenter {
  text-align: center;
}
.break {
  margin-bottom:1.25em;
}
.transparent {
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
video { /*Works with FitVid plugi*/
    max-width: 100%;
    height: auto;
}
.lead {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 1.876em;
}

dt, dd, address {
  line-height: 1.3em;
}
dt {
  margin-top: 1.25em;
  font-family: 'Ubuntu', sans-serif;
}
dt.first {
  margin-top: 0;
}
dd {
  font-size: 1.5em;
  margin-left: 1em;
}
code {
  color: #4C4A4A;
  padding: 0.375em 0.500em;
}
code, pre {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.well {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*    Header Logo */
/*--------------------------------------------------------------------------------------*/

#header-logo img {
  /*height: 9.063em; *//*Logo height 145px*/
}
#header-logo .logo {
  opacity: 0.9;
  width: 100%;
  font-size: 100%;
}
#header-logo .logo:hover {
  opacity: 1;
}


/*----------------------------------------YDCOZA----------------------------------------*/
/*    Navigation */
/*--------------------------------------------------------------------------------------*/

#nav {
  position:absolute;
  /*min-height: 65px;*/
  width: 100%;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  z-index: 999999;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=120,strength=4); 
-moz-box-shadow: 2px 2px 10px #cccccc; -webkit-box-shadow: 2px 2px 10px #ccccc;
box-shadow:2px 2px 10px #cccccc;
}

/*Reset Bootstrap Default*/
.navbar-inner { 
  min-height: auto;
  padding-right: 0;
  padding-left: 0;
  border:none;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat-x;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  filter: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

#nav.fixed_nav {
  position:fixed;
  top:0;
} 
.navbar .nav {
  float: right;
  margin: 0 0 0 0.625em;
}
.nav-collapse .nav > li > a, 
.nav-collapse .dropdown-menu a {
  font-weight: 400;
}
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover,
.navbar .nav > li > a:hover {
  background-color: #efefef;
  color: #999999;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.nav-collapse .nav > li > a, 
.navbar .nav > li > a {
  line-height: 12px;
  padding: 37px 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: none !important;
  color: #0298D2;
}
.nav-collapse .dropdown-menu a {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-shadow: none !important;
}
.nav-collapse .nav .nav-header {
  color: #EEEEEE;
  text-shadow: none;
}
.nav-collapse .dropdown-menu li > a:hover,
.nav-collapse .dropdown-menu li > a:focus,
.nav-collapse .dropdown-submenu:hover > a {
  background-color: #333333;
  background-image: none;
  filter:none;
  color: #EEEEEE;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #007F71;
}
.navbar .nav > li > .dropdown-menu:after {
  top: -8px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  border-left: 8px solid transparent;
}
.navbar .nav > li > .dropdown-menu:before {
  border-bottom: none;
}
.navbar {
  margin-bottom: 0;
}
.after_nav {
  padding-top: 35px;
}
.navbar .brand {

  padding-top:12px;
}

.fixed_nav .navbar .brand {
  display: inline-block;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 4px;
}
.navbar .caret {
  border-bottom-color: #EEEEEE !important;
  border-top-color: #EEEEEE !important;
}
.dropdown-menu {
  background-color: #3C3C3C;
  border: 1px solid #333333;
  *border-right-width: 0;
  *border-bottom-width: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  margin: 0;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
  background-color: #333333;
  background-image: none;
}
.dropdown-menu .divider {
  background-color: #333333;
  border-bottom: 1px solid #333333;
}
.dropdown-submenu > .dropdown-menu {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}


/*----------------------------------------YDCOZA----------------------------------------*/
/*    Testimonial */
/*--------------------------------------------------------------------------------------*/

.testimonial {
  display: none;
}
ul.testimonial {
  margin: 10.3em auto;
  text-align: center;
  width: 100%
}
ul.testimonial li {
  width: 100%;
}

.testimonial h3:before {

  content: " ";

}

.testimonial h3,
.testimonial h2 {
  font-family: 'Dosis', sans-serif;
  color: white;
  font-size: 3em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial span {
  font-family: Georgia,sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  display: block;
  text-shadow: 0 1px 0 #333333;
}
.testimonial h3, 
.testimonial br,
.testimonial span {
  color: white;
  line-height: 1.4em;
  margin: 0;
}
#bg-testimonial {
  background-image: url("img/body.jpeg");
}



/*----------------------------------------YDCOZA----------------------------------------*/
/*    Background Images */
/*    http//css-tricks.com/perfect-full-page-background-image/
/*--------------------------------------------------------------------------------------*/

/**
*
*  Stretch the image
*
*/

.stretch-bg {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-fixed { 
  background-attachment:fixed;
}




/*----------------------------------------YDCOZA----------------------------------------*/
/*    sub-footer */
/*--------------------------------------------------------------------------------------*/

.sub-footer {
  text-align: center;
  padding-top: 1.625em;

}

/*----------------------------------------YDCOZA----------------------------------------*/
/*    Footer */
/*--------------------------------------------------------------------------------------*/

footer {

  text-align: center;
  color: #333333;
}
footer .copyright {
  border-top: #cccccc  1px  solid;
  padding-top: 1.250em;
  padding-bottom: 1.250em;
  margin-top: 3.750em;
  font-size: 0.75em;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.footer-nav {
    text-align: right;
}
footer ul.footer-nav li {
    display: inline-block;
    padding: 0 7px 0 5px;
    line-height: 100%;
}

footer a {
    color:#666666;
}

footer a:hover {
    color:#333333;
}
footer .copyright ul.footer-nav li.active a,
footer .copyright a:hover {
    color:#333333;
}
footer .copyright hr {
    border: 1px solid #333333;
}



/*----------------------------------------YDCOZA----------------------------------------*/
/* UI To Top */
/*--------------------------------------------------------------------------------------*/

#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:110px;
    right:3%;
    overflow:hidden;
    width:51px;
    height:51px;
    border:none;
    text-indent:-999px;
    background:url(img/icons/ui.totop.png) no-repeat left -51px;
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity=0.8);
    z-index: 999999;
}
#toTop:hover {
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=1);
}
#toTop:active,#toTop:focus {
    outline: none;
}



/**
*
*  Validation
*
*/

label.error {
  color: red;
  font-style: italic;
  margin-top: -2em;
  height: 2em; /*same as - top margin*/
  margin-bottom: 0;
  font-size: 0.875em;
}
input.error,
textarea.error { 
  border: 1px dotted red; 
}
#show_after {
  color:green;
  display: none;
  text-align: center;
}
h3.success {
  color:green;
  text-align: center;
}
h3.error {
  color:red;
  text-align: center;
}
h3.error span {
  color:green;
}




/*----------------------------------------YDCOZA----------------------------------------*/
/*    Sidebar */
/*--------------------------------------------------------------------------------------*/

.sidebar {
  background-color: #F8F8F8;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #EFEFEF;
  padding: 20px 20px;
  font-size: 0.938em;
  text-shadow: 0 1px 0 #ffffff;
}
.sidebar h3,
.sidebar .widget h3.widget-title {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
}
.sidebar li {
  line-height: 2em;
}
.sidebar [class^="icon-"]:before, 
.sidebar [class*=" icon-"]:before {
  line-height: 1.5em;
}
.sidebar .form-search input {
  width: 296px;
  background-color: #FFFFFF;
}





/*----------------------------------------YDCOZA----------------------------------------*/
/*    Pricing Tables */
/*--------------------------------------------------------------------------------------*/


#pricing .price-plan {
  position: relative;
  max-width: 480px;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
#pricing .price-plan h2 {
  font-size: 1.5em;
  color: #666;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 2em 0 0.6em;
  margin: 0;
}

#pricing .price-plan h2:after {
  content: ' ';
  display: block;


}
#pricing .price-plan .price {
  padding: 0 0 1.875em 0;
}
#pricing .price-plan .price p {
  text-align: center;
  color: #777777;
  font-size: 0.750em;
  margin-top: 0.625em;
  font-family: Georgia, serif;
  font-style: italic;
  text-shadow: 0 1px 0 #000000;
  margin-bottom: 16px;
}
#pricing .price-plan .price .inside {
  font-weight: 100;
  color: white;
  text-align: center;
  line-height: 4.375em;
  height: 4.375em;
}
#pricing .price-plan .price .inside .super {
  font-size: 1.5em;
  position: relative;
  top: -1.3em;
  left: -0.3em;
}
#pricing .price-plan .price .inside .amt {
  letter-spacing: -0.04em;
  font-size: 4.375em;
  margin-right: 0.0375em;
  font-weight: 300;
  margin-left: -0.06em;
}
#pricing .price-plan .price .inside .sub {
  font-size: 0.8em;
  letter-spacing: 0.125em;
  margin-left: -0.2em;
}
#pricing .price-plan .most-popular {
  position: absolute;
  top: -2.188em;
  left: -1.563em;
  width: 5em;
  height: 5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background: #EA2E49;
  color: white;
  text-align: center;
}
#pricing .price-plan .most-popular p {
  position: relative;
  top: 2.4em;
  color: #FFFFFF;
  font-size: 0.7em;
  line-height: 1.2em;
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
  text-shadow: none;
}
#pricing .price-plan .info {
  text-align: center;
}
#pricing .price-plan .info p {
  font-size: 0.75em;
}
#pricing .price-plan .info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#pricing .price-plan .info ul li {
  font-size: 0.938em;
  padding: 0.625em 0.625em 0.625em 20%;
  color: #333333;
  background: #EEEEEE;
  border-bottom: solid 1px #FFFFFF;
  text-shadow: 1px 1px 0 #FFFFFF;
  position: relative;
}
#pricing .price-plan .info ul li:hover {
  background: #F5F5F5;
}
#pricing .price-plan .info ul li .free {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  -webkit-border-radius: 1.75em;
     -moz-border-radius: 1.75em;
          border-radius: 1.75em;
  background: #EA2E49;
  font-size: 0.75em;
  letter-spacing: 0.04em;
  line-height: 3.5em;
  text-align: center;
  color: white;
  font-weight: 400;
  margin-left: 1em;
  position: absolute;
  top: 0.1em;
  right: 0.625em;
  text-shadow: none;
}
#pricing .price-plan .info ul li.price-plan-footer {
  background-color: #333333;
  padding: 0.625em 0 0.625em 0;
  text-align: center;
}

/*----------------------------------------YDCOZA----------------------------------------*/
/*    Tooltip */
/*--------------------------------------------------------------------------------------*/

.tooltip {
  padding: 0.625em;
  font-size: .8em;
}
/*.tooltip.bottom {
  margin-top: 10px !important;
}*/
.tooltip.top .tooltip-arrow,
.tooltip.left .tooltip-arrow,
.tooltip.bottom .tooltip-arrow,
.tooltip.right .tooltip-arrow {
    border:none;
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip-inner { 
    padding:2em 2em;
    max-width: 18.750em;
    color:#ffffff;
    background-color:#1F1F1F;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius: 8px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
     -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}


/*----------------------------------------YDCOZA----------------------------------------*/
/*  Media Queries */
/*--------------------------------------------------------------------------------------*/

/*@media (min-width: 1200px) { }*/

@media (min-width: 979px) and (max-width: 1199px) {

  body {
    font-size: 100%;
  }
  .hero-unit {
    margin-top: 0;
  }
  .hero-unit h1 {
    font-size: 4.8em;
  }
  .sidebar .form-search input {
    width: 226px;
  }

}

/*@media (min-width: 980px) { }*/

@media (max-width: 979px) { 

  body {
    font-size: 90%;
  }
  .hero-unit {
    text-align: center;
    margin-top: 1.875em;
  }
  .hero-unit h1 {
    font-size: 3.5em;
  }
  .hero-unit span {
    font-size: 40%;
  }
  .navbar .btn-navbar {
    margin-top: 16px;
    margin-right: 20px;
    padding: 9px 10px;
    background-image : none;
    background-color: #333333;
    border-color: #222222;
  }
  .navbar .btn-navbar:hover,
  .navbar .btn-navbar:active,
  .navbar .btn-navbar.active,
  .navbar .btn-navbar.disabled,
  .navbar .btn-navbar[disabled] {
    background-color: #3C3C3C;
    *background-color: #3C3C3C;
  }
  .navbar .btn-navbar .icon-bar {
    width: 25px;
  }
  .navbar .nav {
    float: left;
  }
  .nav-collapse .nav > li > a, 
  .nav-collapse .dropdown-menu a, 
  .navbar .nav > li > a {
    padding: 10px;
    letter-spacing: normal;
    font-weight: bold;
  }
  .nav-collapse .dropdown-menu li > a:hover,
  .nav-collapse .dropdown-menu li > a:focus,
  .nav-collapse .dropdown-submenu:hover > a,
  .nav-collapse .nav > li > a:hover, 
  .nav-collapse .dropdown-menu a:hover,
  .navbar .nav .active > a, 
  .navbar .nav .active > a:hover,
  .navbar .nav > li > a:hover {
    background-image: none;
    background-color: #333333;
    color: #EEEEEE;
  }
  #nav {
    top: 0;
    position: absolute;
  }
  .navbar .brand {
    display: inline-block;
  }
  .after_nav, .after_nav.fixed_nav {
    margin-top: 0;
    padding-top: 0;
  }
  #nav.fixed_nav {
    position: absolute;
    top: 0;
  }
  .navbar .nav > li > .dropdown-menu:after,
  .dropdown-submenu > a:after {
    visibility: hidden;
  }
  #header-logo {
    height: auto;
  }
  #header-logo.padding-top-bottom {
    padding-bottom: 0;
  }
  #header-logo.padding-top-bottom {
    padding-bottom: 0;
    padding-top: 6em;
  }
  .span10.custom-hero-width {
    width: 100% !important;
    margin-bottom: 3.75em;
  }
  #head-hero {
    margin-top: 3.750em;
  }
  #map_overlay .row .boxed {
    margin-bottom: -600px; /* negative value ==  to #map_canvas height */
  }
  #map_canvas {
    height: 600px !important; /* Equal To #map_outer height */
  }
  .sidebar .form-search input {
    width: 156px;
  }
  .mobile-no-margin-top {
    margin-top: 0;
  }
  #pricing .price-plan .most-popular {
    left: 0.313em;
  }
  #pricing .price-plan .info ul li {
    padding-left: 0;
    text-align: center;
  }
  span.custom_break {
    display: block;
    margin-top: 0.625em;
  }

}

@media (min-width: 768px) { 

  /*----------------------------------------YDCOZA----------------------------------------*/
  /*    Background Images */
  /*--------------------------------------------------------------------------------------*/

  #bg-home-01 {
    background-image: url("img/home-01.jpg");
  }
  #bg-pricing-tables {
    background-image: url("img/pricing.jpg");
  }
  #bg-typo {
    background-image: url("img/typo.jpg");
  }
  #bg-typo-middle {
    background-image: url("img/typo-middle.jpg");
  }

}

/*@media (min-width: 768px) and (max-width: 979px) { }*/

@media (max-width: 767px) { 

  .boxed {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
  .span12.boxed {
    width: auto;
  }
  .hero-unit h1 {
    font-size: 2em;
  }
  .hero-unit span {
    font-size: 50% !important;
  }
  footer .copyright, ul.footer-nav {
    text-align: center;
  }

}

@media (max-width: 480px) { 

  body {
    font-size: 80%;
  }
  ul.flex-direction-nav {
    display: none;
  }


}

@media (max-width: 320px) { 

  body {
    font-size: 70%;
  }
  .nav-collapse .nav > li > a, 
  .nav-collapse .dropdown-menu a, 
  .navbar .nav > li > a {
    font-weight: 400;
  }
  .navbar .nav {
    margin: 0;
  }
  section#Flexslider-Carousel {
    display: none;
  }


}



@media (min-width: 1200px) {

/*电脑网页*/


/*future>>*/

/*未来趋势*/

.smartAbsk0124{width: 80%;margin: 0 auto;}
.scroll24{text-align: left;width: 85%;margin: 0 auto;}
.scroll24 h4{text-align: center;}
.c1{
	font-size:1rem;
	text-align: center;
	display: block;
}
	
/*<<future*/


/*about>>*/

/*关于我们*/

/*What We Do, Why Us,  Core Value*/

.smartAbs{width: 300px; float: left;}
.cxx{margin: 0 auto; width: 942px;}
.ht{height: 290px;}

/*合作伙伴*/
.smartAbs9{width: 80%;margin: 0 auto;}


.s0{height: 270px; width: 20px;float: left;}
.s1{height: 30px; width: 100%;clear: both;}
.manyjpg{width: 100%;text-align: center;}
.manyjpg img {
	width: 12%;
	padding:10px 5px 5px 5px;
}
.c2{
	font-size:0.95rem;
	word-break:break-all;
}
.c2 h2{
	text-align: center;
	display: block;
}
/*<<about*/


/*core>>*/

/*核心业务*/

.smartAbs5{width: 80%;margin: 0 auto;}
.smartAbs5 img{width: 80%;margin: 0 auto;}

.c3{
	font-size:0.9rem;
	width: 45%;
	float: left;
	display: block;
	padding-left:1rem;
}
.c3 h3,.c4 h3 {padding-top: 1rem;}
.c4{
	font-size:0.9rem;
	width: 45%;
	float:right;
	display: block;
	padding-right:1rem;
}
/*<<core*/


/*supply>>*/

/*供应链*/

.supplyk01{
	margin: 0 auto;
	width: 80%;
	font-size:1rem;
}
.supplyk01 img{
width:70%;	
}
.supplyk01 h4{margin-top: -0.5rem;}

/*<<supply*/	


}
@media (max-width: 480px) { 

/*移动版*/

/*future*/
.smartAbsk0124{width: 100%;margin: 0 auto;}
.scroll24{text-align: left;width: 50%;margin: 0 auto;}
.scroll24 h4{text-align: center;}
.c1{
	font-size:0.8rem;
	text-align: center;
	display: block;
}	
/*future*/	
/*about*/	
.s0,.s1{height: 30px; width:100%;clear: both;}
.smartAbs9{width: 100%;margin: 0 auto;clear: both;}
.manyjpg{width: 100%;text-align: center;}
.manyjpg img {
	width: 22%;
	padding:8px 3px 3px 3px;
}
.c2{
	font-size:0.8rem;
	word-break:break-all;
}
.c2 h2{
	text-align: center;
	display: block;
}
/*about*/
/*core*/
.smartAbs5{width: 100%;margin: 0 auto;}
.smartAbs5 img {width: 95%;}
.c3,.c4{
	font-size:0.8rem;
	display:block;
	padding-top:-2rem;
	margin: 1rem;
}
/*core*/
/*supply*/
.supplyk01{
	margin: 0 auto;
	width: 100%;
	font-size:0.8rem;
}
.supplyk01 img{
width:95%;	
}
.supplyk01 h4{margin-top: -0.5rem;text-align: center;line-height: 150%;}
.supplyk01 h2 {text-align: center;line-height: 150%;}
/*supply*/
}

/*min*/

@media (min-width: 481px) and (max-width: 767px) {
/*future*/
.smartAbsk0124{width: 100%;margin: 0 auto;}
.scroll24{text-align: left;width: 90%;margin: 0 auto;}
.scroll24 h4{text-align: center;}
.c1{
	font-size:0.8rem;
	text-align: center;
	display: block;
}	
/*future*/	
/*about*/	
.s0,.s1{height: 30px; width:100%;clear: both;}
.smartAbs9{width: 100%;margin: 0 auto;clear: both;}
.manyjpg{width: 100%;text-align: center;}
.manyjpg img {
	width: 18%;
	padding:8px 3px 3px 3px;
}
.c2{
	font-size:0.8rem;
	word-break:break-all;
}
.c2 h2{
	text-align: center;
	display: block;
}
/*about*/
/*core*/
.smartAbs5{ width: 100%;position:relative;margin: 0 auto;}
.smartAbs5 img {width: 90%;}

.c3,.c4{
	font-size:0.8rem;
	display:block;
	padding-top:-2rem;
	margin: 1.5rem;
}
/*core*/
/*supply*/
.supplyk01{
	margin: 0 auto;
	width: 100%;
	font-size: 0.8rem;
}
.supplyk01 img{
width:90%;	
}
.supplyk01 h4{margin-top: -0.5rem;}

/*supply*/
}



@media (min-width: 768px) and (max-width: 1199px) {
/*future*/
.smartAbsk0124{width: 100%;margin: 0 auto;}
.scroll24{text-align: left;width: 90%;margin: 0 auto;}
.scroll24 h4{text-align: center;}
.c1{
	font-size:0.8rem;
	text-align: center;
	display: block;
}	
/*future*/	
/*about*/
.smartAbs{width: 31%;float: left;}
.ht{height: 270px;}
.smartAbs9{width: 100%;margin: 0 auto;}
.s0{height: 270px; width: 3%;float: left;}
.s1{height: 30px; width: 100%;clear: both;}
.manyjpg{width: 100%;text-align: center;}
.manyjpg img {
	width: 12%;
	padding:10px 5px 5px 5px;
}
.c2{
	font-size:0.8rem;
	word-break:break-all;
}
.c2 h2{
	text-align: center;
	display: block;
}
/*about*/
/*core*/
	
.smartAbs5{
margin: 0 auto;	
width: 100%;
}
.smartAbs5 img {width: 90%;}

.c3{
	font-size:0.8rem;
	width: 45%;
	display:block;
	padding-left: 1rem;
	float: left;
}
.c4{
	font-size:0.8rem;
	width: 45%;
	display:block;
	padding-right:1rem;
	float: right;
}
.c3 h3,.c4 h3 {padding-top: 1rem;}

/*core*/
/*supply*/
.supplyk01{
	margin: 0 auto;
	width: 100%;
	font-size: 0.8rem;
}
.supplyk01 img{
width:100%;	
}
.supplyk01 h4{margin-top: -0.5rem;}

/*supply*/
}


/*bottom*/
.no-box {
	margin-top: 3.750em;
	margin-bottom: 3.750em;
	clear: both;
	font-size:0.8em;
	width: 100%;

}

@media (min-width: 551px){
.ctext{
	width: 450px;
	margin: 0 auto;
}
.spanc1{float: left;}
.spanc2{float: right;}
}
@media (max-width: 800px) and (min-width: 360px){
.ctext{
	width: 96%;
	margin: 0 auto;
}
.spanc1{float: left;font-size: 0.75rem;}
.spanc2{float: right;font-size: 0.75rem;}
}
@media (max-width: 359px){
.ctext{
	width: 96%;
	margin: 0 auto;
}
.spanc1,.spanc2{width: 100%;font-size: 0.75rem;}
	
}

.icon1,.icon2,.icon3,.icon5{
	padding-left: 26px;
	padding-top: 3px;
	height: 21px;
	white-space:nowrap;
}
.icon1 {
	background: url("img/icon1.png") no-repeat;		
}
.icon2 {
	background: url("img/icon2.png") no-repeat;
}
.icon3 {
	background: url("img/icon3.png") no-repeat;
}
.icon5 {
	background: url("img/icon5.png") no-repeat;
}
.icon4 {
	padding-top: 3px;
	height: 21px;
}
/**logo88**/
.navbar .brand img{
width:180px;
}

.white a:link,.white a:visited{color:#fff}
.white a:hover,.white a:active{color:#ccc}

.hr{width: 100%;height: 1px;background: #eee; clear: both;}
.tab2324{width: 325px;}
.tab2324 a,.tab2324 a:visited,.tab2324 a:hover, .tab2324 a:active{color: #333;}
.tab1,.tab2{width: 100px;font-weight: bold;font-size: 16px;border-radius:15px 15px 0px 0px;height: 28px;padding: 5px 0px 0px 0px;border: 1px #eee;border-style: solid;text-align: center;}
.tab1{background: #f9f9f9;float: left;}
.tab1:hover{background: #ffffff;float: left;}
.tab2{float: left;margin-left: 2px;}
.tab2:hover{float: left;background: #f9f9f9;}


/*yinying*/
.spacei{height:70px;width: 100%;clear: both;}
.w-container{padding: 1rem; }
.w-container {border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;border-right: 1px none #eee;border-top: 1px none #eee;border-bottom: 1px none #eee;border-left: 1px none #eee;border-radius: 6px;background-color: #FFF;/*-box-shadow-*/-moz-box-shadow: 0.000000px 5.000000px 30px rgba(15, 91, 183, 0.1);-webkit-box-shadow: 0.000000px 5.000000px 30px rgba(15, 91, 183, 0.1);-ms-box-shadow: 0.000000px 5.000000px 30px rgba(15, 91, 183, 0.1);-o-box-shadow: 0.000000px 5.000000px 30px rgba(15, 91, 183, 0.1);box-shadow: 0.000000px 5.000000px 30px rgba(15, 91, 183, 0.1);left: 0px;top: 0px;bottom: 0px;right: 0px;transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;}
.w-container > div {width: 100%;height: 100%;}
.w-container:hover {cursor: pointer;transform: translateY(-3px);background-color: #FFF;border-top: 1px none #eee;border-bottom: 1px none #eee;border-right: 1px none #eee;border-left: 1px none #eee;/*-box-shadow-*/-webkit-box-shadow: 0 2px 30px rgba(15, 91, 183, 0.3);-moz-box-shadow: 0 2px 30px rgba(15, 91, 183, 0.3);-ms-box-shadow: 0 2px 30px rgba(15, 91, 183, 0.3);box-shadow: 0 2px 30px rgba(15, 91, 183, 0.3);transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;}