@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  src: url(../font/OpenSans.ttf);
}
body {
  font-family: 'Open Sans';
  letter-spacing: 0.1px;
}
ul, ol {list-style: outside none none;}
img{max-width: 100%;height: auto;}
span{white-space: inherit !important;}
.header .icon-menu{
	border: medium none;
	background-image: url("../img/menu.png");
	height: 42px;
	width: 42px;
}

.header .navbar-nav{
	 padding-left: 100px;
}

.header .navbar-nav>li>a{
}
.header .navbar-form{
	position: relative;
}
.header .navbar-form .search-input{
	border-radius: 2px;
	height: 26px;
}
.header .navbar-form .icon-search{
	background-image: url("../img/searchbutton20x.png");
   	cursor: pointer;
    height: 20px;
    position: absolute;
    right: 42px;
    top: 3px;
    vertical-align: middle;
    width: 20px;
}
.header .navbar-form .icon-search-dropdown{
	background: #0072c6;
	cursor: pointer;
    color: #fff;
    height: 20px;
    position: absolute;
	right: 20px;
    text-align: center;
    top: 3px;
    width: 20px;
}
.header .navbar-form .icon-search-dropdown .caret{
	margin-left: 0;
}
.header .navbar-form .search-menu{
	background: #fff;
    border: 1px solid #ddd;
    left: 15px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 26px;
    width: 170px;
	display: none;
	z-index: 12;
}
.header .navbar-form .search-menu li{
	padding-left: 12px;
	cursor: pointer;
	margin-bottom: 3px;
}
.header .navbar-form .search-menu li:hover{
	background: #505050;
	color: #fff;
}


.footer{
	background-color: #f2f2f2;
	border-top: 1px solid #d9d9d9;
	padding: 20px 0;
}
.footer-product,.footer-newsletter{
	border: 1px solid #d5d5d5;
	margin: 0 0 12px 0;
	padding: 10px;
}
.footer-product .title {
  color: #0080bd;
  font-size: 18px;
  text-align: center;
}
.footer-product ul {
  display: table;
  margin: 12px 0;
  width: 100%;
}
.footer-product ul li {
  float: left;
  width: 25%;
}
.footer-product ul li a{
	vertical-align: middle;
}
.footer-product ul li img{
	padding-right: 3px;
	vertical-align: middle;
}
.footer-newsletter form label{
	margin-right: 30px;
}
.footer-newsletter form label img{
	padding-right: 20px;
}
.footer-newsletter form .sumbit{
	background-color: #4097c9;
    color: #fff;
	cursor: pointer;
}
.footer-newsletter p{
	margin-top: 6px;
}
.newsletter-tips{
	color: red;
}

.footer-link {
  margin-top: 36px;
  text-align: right;
}
.footer-link li{
	color: #d2d2d2;
	list-style: inside disc none ;
	margin: 10px 0;
}
.footer-link li a{
	color: #333;
}

.footer-share {
  margin-bottom: 20px;
}
.icon-fackbook, .icon-witter, .icon-google, .icon-linkedin, .icon-youtube {
  background: url("../img/icon-fackbook.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  height: 32px;
  width: 32px;
}
.icon-witter{
	background: url("../img/icon-witter.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-google{
	background: url("../img/icon-google.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-linkedin{
	background: url("../img/icon-linkedin.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.icon-youtube{
	background: url("../img/icon-youtube.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.footer-copyright p {
  width: 80%;
}


.totop {
    background: url("../img/top.png") no-repeat;
    bottom: 20px;
    cursor: pointer;
    height: 69px;
    position: fixed;
    right: 40px;
    text-indent: -9999px;
    width: 69px;
	z-index: 999;
	opacity: 0.6;
	display: none;
}

.totop:hover {
	opacity: 1
}

.navbar-default{background-color: #ffffff;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  height: 384px;
}
.carousel-caption {
	left: 0;
    padding: 0;
    top: 0;
	width: 100%;
}

.carousel .item {
  height: 394px;
  background-color: #fff;
}
.carousel-inner > .item > img {
}
.carousel-control{
  z-index: 11;	
  width: 37px;
  height: 37px;
}
.glyphicon-chevron-left{
  background: url("../img/carousel-control1.png") no-repeat;
  height: 37px !important;
  width: 37px !important;
  opacity: 1;
}
.glyphicon-chevron-right{
  background: url("../img/carousel-control2.png") no-repeat;
  height: 37px !important;
  width: 37px !important;
  opacity: 1;
}
.glyphicon-chevron-left:hover,.glyphicon-chevron-right:hover{
  opacity: 0.9;
}
.carousel-control.right{
	left: 22%;
}
.carousel-indicators {
    bottom: 33%;
    left: 5%;
    margin: 0;
    width: 180px;
}
.carousel-indicators li{
	 background-color: #cdd1d4;
    border: 1px solid #cdd1d4;
	margin:1px 12px;
}
.carousel-indicators .active {
  background-color: #a2a8ad;
	margin:1px 12px
}

@media (min-width: 768px) {

  .carousel-caption{
		text-align: left;
	}
  .carousel-caption h3,
  .carousel-caption p{
  	display: table;
    padding: 0px 8px;
  }
  .carousel-caption p{
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    width: 36%;
  }
  .carousel-caption h3{
		margin-top: 35px;
	}	
	.carousel-caption a {
	  background-color: #f9b671;
	  border-radius: 0;
	  color: #fff;
	  margin-top: 0px;
	  padding: 0 9px;
	  margin-left: 8px;
	}
	.carousel-control{
		top: 58%;
		left: 1%;
	}
}


.index-tab {
  margin: 20px 0 0;
  padding: 0;
}
.index-tab li {
  background-color: #e8e7e7;
  border-top: 4px solid #f2942e;
  cursor: pointer;
  height: 70px;
  line-height: 70px;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.index-tab li.active{
	background-color: #fff;
}
.index-tab li p {
    font-size: 24px;
	line-height: 68px;
	color: #333;
}
.index-tab li p img {
    padding-right: 20px;
}
.index-tab-content{
	padding: 30px 0 0;
	margin: 0 0 30px;
}
.index-tab-content h2{
	
}
.index-tab-content h2 a{
	color: #333;
}
.index-tab-content p{
	font-size: 14px;
    line-height: 24px;
}

.index-tab-content li .img{
	margin: 30px auto 0;
}
.index-tab-content .btn-groups{
	margin-top: 20px;
}
.index-tab-content .btn-groups a{
	margin-right: 12px;
}
.btn-freedownload,.btn-freedownload-mac{
	background: url("../img/btn-freedownload-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 57px;
    position: relative;
    width: 212px;
	vertical-align: middle;
}
.btn-freedownload-mac{
	background: url("../img/btn-freedownload-bg-mac.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.btn-freedownload span,.btn-freedownload-mac span {
  color: #fff;
  left: 75px;
  position: absolute;
  top: 30px;
}


.index-about{
	 background-color: #b8e3f7;
}
.index-about .jumbotron{
	background-color: #b8e3f7;
	margin-bottom: 0px;
}
.index-about p{
	font-size: 16px;
    line-height: 24px;
	margin-top: 20px;
}

.index-bottom{
	background-color: #f3fcfc;
	padding: 40px 0 60px 0;
	text-align: center;
}
.index-bottom h3{
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.index-bottom a {
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.index-bottom a:hover{
	color: #de984c;
	text-decoration:none;
}
.index-bottom .mdm-icon{width: 80%;margin: 0 auto;}

.index-article{
	background-color: #ffffff;
	padding: 40px 0;
}
.index-article .title {
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.index-article ul{
}
.index-article ul li{
	margin:6px 0;
}
.index-article ul li a {
  color: #333;
  font-size: 14px;
}

.banner-christmas-tips {
  background-color: #6ac279;
  display: block;
  height: auto;
  width: 100%;
}
.banner-christmas-tips img{
	max-height: 100%;
	max-width: 100%;
}
.banner-christmas-tips .container{
	position: relative;
}
.banner-christmas-tips a {
  display: block;
  width: 100%;
}
.banner-christmas-tips .close {
  color: green;
  cursor: pointer;
  display: block;
  font-size: 24px;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
  opacity: 1;
  text-shadow: none;
}


@media (max-width: 1200px) {
	.header .navbar-nav{
		 padding-left: 0;
	}
}
@media (max-width: 992px) {
	.index-tab li {
	    text-align: left;
	}
	.index-tab li p img {
	  padding-right: 7px;
	}
}
@media (max-width: 768px) {
	.carousel{
		height: 260px;
	}
	.carousel .item {
		background: url("../img/transfer-banner768x.jpg");
	    height: 260px;
	}
	.carousel-indicators {
	    bottom: 5%;
	    left: 30%;
	}
	.carousel .item img{
		display: none;
	}
	.carousel-control{
		top: 76%;
	}
	.carousel-control.right{
		left: 90%;
	}
	.collapse{
		background-color: #0c79b0;
	} 
	.navbar-default .navbar-nav > li > a{
		color: #fff
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
		color: #e78c2f
	}
	.header .navbar-form .icon-search,.header .navbar-form .icon-search-dropdown{
		top: 13px
	}
	.navbar-form{
		border:none
	}
	.dropdown-menu {
	  background-color: #0c79b0;
	  display: table !important;
	  position:static;
	}
	.nav > li {
		display: table !important;
	}
	.dropdown-menu > li > a{
		color: #fff
	}
	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
		color: #e78c2f
	}
	.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{
		color: #e78c2f
	}
	.index-tab {
	  background: none;
	  height: auto;
	}
	.footer-link{
		margin-top: 3px;
		text-align: left;
	}
	
}



@media (min-width: 992px) {
	.footer-left{
		padding-left: 0;
	}
}


