
body {

    font-size: 14px;
   
   
}
html {
  margin: 0px; }
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-family: 'Lato', sans-serif !important;
  padding-top: 80px;
  line-height: 20px; }
  body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    font-family: 'Lato', sans-serif !important;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility; }
  body h1, body h2, body h3 {
    line-height: 30px; }
  body h2 {
    font-size: 25px; }

a:hover {
  text-decoration: none; }

input[type="text"],
input[type="password"],
input[type="submit"],
textarea {
  font-family: 'Lato', Helvetica; }

body.pull_top {
  padding-top: 0px !important; }

header {
  background: rgba(0, 0, 0, 0.1) !important;}

/* Navbar
-------------------------------------------------- */
.navbar {
  padding: 10px 0px 10px 0px; }
  .navbar.navbar-inverse {
    background: rgba(37, 37, 40, 1);
    border-bottom: 0px solid #585858; }
    .navbar.navbar-inverse.navbar-static-top {
      background-color: #252528; }
      .navbar.navbar-inverse.navbar-static-top .container {
        margin-top: 0;
        margin-bottom: 0; }
    .navbar.navbar-inverse .nav > li > a {
      font-size: 13px;
      font-weight: bold;
      color: #FFF;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.0);
      opacity: .7;
      filter: alpha(opacity=60);
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear;
      transition: all .2s linear;
      padding: 10px 15px 10px;
      text-decoration: none; }
      .navbar.navbar-inverse .nav > li > a:hover, .navbar.navbar-inverse .nav > li > a:active {
        color: #00000;
        opacity: 1;
        filter: alpha(opacity=100); }
    .navbar.navbar-inverse .nav > li.active > a {
      color: #00000;
      opacity: 1;
      filter: alpha(opacity=100);
      background-color: transparent; }
  .navbar.sticky {
    background: rgba(51, 51, 51, 0.9);
    border-bottom: 1px solid #252525; }
    .navbar.sticky .container {
      margin-top: 0px !important;
      margin-bottom: 0px !important; }
  .navbar .container {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out; }
    .navbar .container .navbar-header .navbar-brand {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      font-size: 20px;
      margin-left: -20px;
      padding: 10px 20px 10px; }
    .navbar .container .collapse .nav .dropdown .caret {
      margin-bottom: 4px; }
    .navbar .container .collapse .nav .dropdown .dropdown-menu {
      background: #252528;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      margin-top: 2px; }
      .navbar .container .collapse .nav .dropdown .dropdown-menu > li > a {
        color: #fff; }
        .navbar .container .collapse .nav .dropdown .dropdown-menu > li > a:hover {
          background: #08c; }

.section_header {
  width: 100%;
  margin-bottom: 20px; }
  .section_header h3 {
    color: #646464;
    font-weight: 300;
    font-style: italic;
    font-size: 27px;
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 0px;
    display: inline-block;
    margin: 0; }
	
	
.to-the-top{
margin-top:0px;
}

/* Footer
-------------------------------------------------- */
#footer {
  min-height: 260px;
  margin-top: 40px;
  background-color: #252528;
  color: #fff;
  padding-top: 35px;
  /* testimonials */
  /* contact */
  /* credits */
  /* inner footer */ }
  #footer .footer_header {
    color: #c4c4c4;
    font-style: italic;
    font-weight: 300;
    font-size: 25px;
    margin-bottom: 40px;
    margin-left: 15px; }
  #footer .recent_posts {
    margin-left: 0px; }
    #footer .recent_posts .post {
      margin-bottom: 70px;
      width: 93%; }
      #footer .recent_posts .post img {
        float: left;
        margin-right: 20px; }
      #footer .recent_posts .post .date {
        font-weight: bold;
        font-style: italic; }
      #footer .recent_posts .post .title {
        display: block;
        color: #b5b5b6;
        font-size: 14px; }
  #footer .testimonials .wrapper {
    margin: 0 auto;
    width: 82%; }
  #footer .testimonials .footer_header {
    margin-left: 30px; }
  #footer .testimonials .quote {
    color: #bfbfc0; }
    #footer .testimonials .quote span {
      font-size: 32px;
      font-style: italic;
      position: relative;
      top: 5px;
      font-family: Georgia !important;
      float: left;
      margin-right: 8px; }
  #footer .testimonials .author {
    margin-top: 40px; }
    #footer .testimonials .author img {
      float: left;
      margin-right: 15px;
      position: relative;
      top: -6px; }
  #footer .testimonials .name {
    font-size: 13px;
    font-weight: bold; }
  #footer .testimonials .info {
    font-style: italic;
    color: #ccc; }
  #footer .contact {
    text-align: right; }
    #footer .contact .footer_header {
      text-align: left;
      margin-left: 35px; }
    #footer .contact input[type="text"], #footer .contact textarea {
      border: none;
      background-color: #1f1f21;
      color: #868687;
      padding: 8px 20px;
      border-radius: 3px;
      font-size: 14px;
      font-family: Lato !important;
      width: 95%;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear;
      margin-bottom: 10px; }
      #footer .contact input[type="text"]:focus, #footer .contact textarea:focus {
        border: none;
        box-shadow: none;
        background-color: #000; }
      #footer .contact input[type="text"]:moz-placeholder, #footer .contact textarea:moz-placeholder {
        color: #868687; }
      #footer .contact input[type="text"]::-webkit-input-placeholder, #footer .contact textarea::-webkit-input-placeholder {
        color: #868687; }
      #footer .contact input[type="text"]:-ms-input-placeholder, #footer .contact textarea:-ms-input-placeholder {
        color: #868687; }
    #footer .contact input[type="submit"] {
      background-color: #3e3e40;
      border: none;
      color: #fff;
      border-radius: 4px;
      padding: 5px 20px;
      font-size: 14px;
      font-weight: bold;
      -webkit-transition: background-color .2s linear;
      -moz-transition: background-color .2s linear; }
      #footer .contact input[type="submit"]:hover {
        background-color: #2190DB; }
  #footer .credits {
    border-top: 1px solid #343437;
    padding: 10px 0px 60px 0px; }
    #footer .credits .social {
      margin-top: 30px;
      text-align: center; }
      #footer .credits .social a {
        margin: 10px; }
        #footer .credits .social a span {
          display: inline-block;
          width: 33px;
          height: 33px; }
          #footer .credits .social a span.ico1, #footer .credits .social a span.icoh {
            background-position: 0px 0px; }
          #footer .credits .social a span.ico2, #footer .credits .social a span.ico2h {
            background-position: -37px 0px; }
          #footer .credits .social a span.ico3, #footer .credits .social a span.ico3h {
            background-position: -75px 0px; }
          #footer .credits .social a span.ico4, #footer .credits .social a span.ico4h {
            background-position: -112px -1px; }
          #footer .credits .social a span.ico5, #footer .credits .social a span.ico5h {
            background-position: -151px 0px; }
          #footer .credits .social a span.ico6, #footer .credits .social a span.ico6h {
            background-position: -188px -1px; }
          #footer .credits .social a span.ico7, #footer .credits .social a span.ico7h {
            background-position: -226px 0px; }
        #footer .credits .social a:hover span.socialicons {
          display: none; }
        #footer .credits .social a:hover span.socialicons_h {
          display: inline-block !important; }
      #footer .credits .social span.socialicons_h {
        display: none; }
    #footer .credits .copyright {
      color: #a6a6a7;
      font-style: italic;
      text-align: center;
      margin-top: 30px; }
    #footer .credits .socialicons {
      background: url("../img/socialicons.png") no-repeat;
      width: 265px;
      height: 36px; }
    #footer .credits .socialicons_h {
      background: url("../img/socialicons_h.png") no-repeat;
      width: 265px;
      height: 36px; }
  #footer .info {
    margin-bottom: 10px;
    margin-left: 0; }
    #footer .info .residence {
      margin-left: 0; }
    #footer .info ul {
      margin: 0;
      padding: 0; }
      #footer .info ul li {
        list-style: none;
        font-size: 16px;
        color: #777E83;
        line-height: 23px; }
      #footer .info ul a {
        color: #777E83;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        -ms-transition: color .2s;
        transition: color .2s; }
        #footer .info ul a:hover {
          color: #A9B4BB; }
    #footer .info .touch {
      float: right; }
      #footer .info .touch ul li {
        display: inline-block;
        margin-left: 22px; }

.footer-banner{
	text-align:center;
	margin-bottom:10px;
}
		
/* Global
-------------------------------------------------- */
.page_header {
  background-color: #000;
  color: #fff;
  font-size: 23px;
  display: inline-block;
  padding: 0px 18px; }

.social_icon {
  background: url("http://www.mandarinbridge.cn/files/bootstrap/css/files/bootstrap/img/social_icons.png") no-repeat;
  width: 110px;
  height: 18px; }

.contact_social {
  background: url("http://www.mandarinbridge.cn/files/bootstrap/css/files/bootstrap/img/contact_social.png") no-repeat;
  width: 180px;
  height: 34px; }


#main .container .mod_article{
   margin-left:210px;
}


/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
  body {
    padding-top: 90px !important; }

  .navbar.navbar-inverse {
     background: #252528;} }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    margin-bottom: 0; }
    .navbar.transparent.navbar-fixed-top {
      margin-bottom: -70px;
      position: relative;
      top: 999; }
    .navbar.home.navbar-fixed-top {
      margin-bottom: -70px;
      position: relative;
      top: 999; } }
@media (max-width: 767px) {
	#left{
		display:none;
	}
	#main .container .mod_article{
   margin-left:0px;
   word-break: break-all;
}
	
	
	
  .navbar.navbar-inverse .container .navbar-header .navbar-brand {
    margin-left: -5px; }
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
    font-weight: bold;
    padding: 5px 15px 5px 35px; }

  #footer .container {
    padding: 0px 20px; }
  #footer .footer_header {
    margin-left: 0; }
    #footer .footer_header h3 {
      margin-left: 0; }
  #footer .testimonials {
    overflow: hidden;
    margin-bottom: 40px; }
    #footer .testimonials .footer_header {
      margin-left: 0; }
    #footer .testimonials .wrapper {
      float: left;
      width: 100%; }
  #footer .contact {
    margin: 0; }
    #footer .contact .footer_header {
      margin-left: 0; }
    #footer .contact input[type="text"], #footer .contact textarea {
      float: left;
      width: 100%; }
  #footer .info .touch {
    float: none; }
    #footer .info .touch ul {
      margin: 15px 0 15px; }
      #footer .info .touch ul li {
        margin: 0 30px 0 0; }
  #footer .credits {
    margin-top: 20px; } }




.mod_navigation .invisible{
	display:none;
}

.level_2 .submenu.dropdown {
    position:relative;
}
.level_2 .submenu.dropdown>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.level_2 .submenu.dropdown:hover>.dropdown-menu {
    display:block;
}
.level_2 .submenu.dropdown>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.level_2 .submenu.dropdown:hover>a:after {
    border-left-color:#ffffff;
}
.level_2 .submenu.dropdown.pull-left {
    float:none;
}
.level_2 .submenu.dropdown.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.level_3 {
min-width:200px;
}

.first_column, .second_column{
float: left;
width: 340px;
}

.second_column{
padding-left: 10px;
border-left:1px solid #ddd;
margin-left:-1px;
}
.first_column{
padding-right: 9px;
border-right:1px solid #ddd;
}

.first_column input, .second_column input, .one_column input,
.first_column select, .second_column select, .one_column select, form select, form textarea,
.first_column span, .second_column span, .one_column span{
float: right;
}

.first_column span, .second_column span{
}

.first_column label, .second_column label, .one_column label{
float: left;
}

.one_column label{
width:330px;
display:block;
padding-right:20px;
clear:both;
}

.first_column .radio_container label, .second_column .radio_container  label, .one_column .radio_container  label{
float: right;
padding-right:10px;
width: initial;
}

.first_column .radio_container .radio, .second_column .radio_container  .radio, .one_column .radio_container  .radio{
float: left;
padding-left:10px;
height: 20px;
}

.first_column legend, .second_column legend, .one_column legend{
float: left;
width:280px;
}

.first_column br, .second_column br, .one_column br{
line-height: 27px;
clear:left; 
}

form h4{
clear:left;
background:#eee;
width:auto;
margin:10px 0 5px 0;
padding:3px;
text-align:center;
}



.one_column {
margin-top:10px;
}


.center{
text-align: center;
margin: 0 auto;
}

.center{
text-align: center;
margin: 0 auto;
}

a.fixedLink {
position: fixed;
top: 90px;
left: -7px;
z-index: 111;
display: block;
overflow: hidden;
}

a.fixedLink.second {
top: 200px;
}
a.fixedLink.third {
top: 310px;
}
.error{
color:red;
font-size:12px;
}



.mod_changelanguage{
right: 10px;
top: 0px;
position: fixed;
z-index:10000;
}
#header .mod_changelanguage  li{
float: right;
margin: 0 3px;
display: block;
width: 24px;
height: 20px;
text-indent:-99990px;
background: transparent url("http://www.mandarinbridge.cn/files/bootstrap/img/buttons/fixedlin.png") 0 0 no-repeat;
}
#header .mod_changelanguage a.lang-es, 
#header .mod_changelanguage li.lang-es{
background: transparent url("../img/buttons/spanischbuttonp.png") 0 0 no-repeat;
display: block;
width: 24px;
height: 20px;
}
#header .mod_changelanguage  a.lang-de,
#header .mod_changelanguage li.lang-de{
background: transparent url("../img/buttons/deutschbuttonp1.png") 0 0 no-repeat;
display: block;
width: 24px;
height: 20px;
}
#header .mod_changelanguage  a.lang-en,
#header .mod_changelanguage li.lang-en{
background: transparent url("../img/buttons/englischbutton.png") 0 0 no-repeat;
display: block;
width: 24px;
height: 20px;
}
#header .mod_changelanguage a.lang-it, 
#header .mod_changelanguage li.lang-it{
background: transparent url("../img/buttons/italiano.png") 0 0 no-repeat;
display: block;
width: 24px;
height: 20px;
}
#header .mod_changelanguage a.lang-pl, 
#header .mod_changelanguage li.lang-pl{
background: transparent url("../img/buttons/polnischbutton.png") 0 0 no-repeat;
display: block;
width: 24px;
height: 20px;
}
#header .mod_changelanguage a.lang-nl, 
#header .mod_changelanguage li.lang-nl{
background: transparent url("../img/buttons/hbutton.png") 0 0 no-repeat;
display: block;
width: 24px;
height: 20px;
}


.center .image_container img{
text-align: center;
margin: 0 auto;
}

.header .content-slider{
background: url("../img/backgrounds/silver.jpg");
width:100%;
}

.header .content-slider .silver{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}
.header .content-slider .baby-blue{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}

.header .content-slider .black{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}

.header .content-slider .color-splash{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}
.header .content-slider .deep-green{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}
.header .content-slider .flower{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}
.header .content-slider .indigo{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}
.header .content-slider .landscape{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}
.header .content-slider .mango{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}
.header .content-slider .mango{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}

.header .content-slider .ocean{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");

}
.header .content-slider .water{
background: url("http://www.mandarinbridge.cn/files/bootstrap/img/backgrounds/silver.jp");
}









.header .content-slider .image_container img{
text-align: center;
margin: 0px auto;
}



.slider-bgs jj{
background: url("../img/backgrounds/silver.jpg");
min-height:600px;
width:100%;

}

.slider-control .slider-menu {
  top: -30px;

}
.slider-control .slider-prev {
    left: 30px
}
.slider-control .slider-next {
    right: 10px
}
.slider-control {
    height: 0px;
}

#left{
   position: absolute;
   margin-top: 30px;
   width:205px;
}



#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 200px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #1682ba;
  border-right: 1px solid #1682ba;
  /*border-top: 1px solid #1682ba;*/
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px #004f90;
  background: #36aae7;
  background: -webkit-linear-gradient(#36aae7, #1fa0e4);
  background: -moz-linear-gradient(#36aae7, #1fa0e4);
  background: -o-linear-gradient(#36aae7, #1fa0e4);
  background: -ms-linear-gradient(#36aae7, #1fa0e4);
  background: linear-gradient(#0075d6, #0066bb);
  /*background: #0066bb;*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #1fa0e4;
  background: -webkit-linear-gradient(#1fa0e4, #1992d1);
  background: -moz-linear-gradient(#1fa0e4, #1992d1);
  background: -o-linear-gradient(#1fa0e4, #1992d1);
  background: -ms-linear-gradient(#1fa0e4, #1992d1);
  /*background: linear-gradient(#1fa0e4, #1992d1);*/
  background: linear-gradient(#0066bb, #0162b2);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #1682ba;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #49505a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #424852;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}



