html {
    font-size: 100%;
    height: 100%;
}

body {
    background: black;
    font-family: sans-hans,Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
	overflow-y: auto;
    margin: auto !important;
    /*height: 100%;*/
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: color ease 0.25s;
            transition: color ease 0.25s;
    color: #999;
}

a:hover {
    text-decoration: none;
    color: #fed208;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

textarea:focus, input:focus {
    color: #ffffff;
}
/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}
p{
    font-weight: 400;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading_41d084121eb84ba1a4486e66a7f6db4b.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/* HEADINGS */

h1,
h2 {
    font-family: sans-hans,Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
    font-weight: 200;
}

h2{
    color: #00c800;
    font-size: 56px;
    font-family: sans-hans,Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
    font-weight: 200;
    text-align: center;
}

h1 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    font-weight: bold;
}

h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: 200;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS AND BG
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.deep-dark-bg {
    background: #161616 !important;
}


/*---------------------------------------
   SECTIONS
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

.boxed-content{
    padding: 30px 0;
    /*background: black;*/
    opacity: 0.9;
    width: 477px;
    text-align: left;
    -webkit-transition: opacity 2s; /* For Safari 3.1 to 6.0 */
            transition: opacity 2s;
}
span.white{
    color: white;
}
.boxed-content h1{
    color: #fed208;
    font-weight: 200;
    font-size: 56px;
}

.boxed-content p{
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
}
/*---------------------------------------
=========================================
 **   SECTION STYLES
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME
-----------------------------------------*/

header .color-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}
/* Updated for nav mobile */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #000!important;
}
.navbar-inverse .navbar-toggle {
    border:none!important;
}
 
#sticky-bar .navbar-toggle span:nth-child(2){ 
    top: 12px;
}

.navbar-toggle span:nth-child(2){
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #fff;
    top: 8px;
    left: 4px;
}

.navbar-toggle span:nth-child(3){
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #fff;
    top: 14px;
    left: 4px;
}
.navbar-toggle span:nth-child(4){
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    background: #fff;
    top: 20px;
    left: 4px;
}
/* TOP BAR WITH NAVIGATION */
.navbar-nav{
    margin-right: 60px;
	margin-top:31px;
}
.sticky-navigation {
    /*max-height: 45px;*/
    height: 100px;
    border: none;
    margin-bottom: 0 !important;
    background: #111;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	z-index: 1040;
}
.navbar-nav .first{
    padding-left: 0
}

.navbar-collapse{
    position: relative;
}

.sticky-navigation .header-logo-rz{
    position: absolute;
    right: 0;
}

.sticky-navigation .navbar-header img {
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #FFFFFF;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
    font-family: sans-hans,Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 16px;
    /*text-transform: uppercase;*/
    color: #fff;
    padding: 0 16px;
	text-decoration:none;
}

.sticky-navigation .main-navigation li a:hover {
    color: #fed208;
	background-color:transparent;
}
.sticky-navigation .main-navigation li a:focus{
	border:none;
	background-color:transparent;	
}
.sticky-navigation .main-navigation li .dropdown-menu{
	background-color:#111;
	border-radius:0;
}
.sticky-navigation .main-navigation li .dropdown-menu li{
	padding:7px 0;
}
.sticky-navigation .main-navigation li .dropdown-menu li .dropdown-menu2{
	position:absolute;
	left:178px;
	top:0;
	background-color:#111;
	display:none;
	/*min-height:384px;*/
}
.sticky-navigation .main-navigation li .dropdown-menu .dropdown2{
	line-height:20px;
	width:100%;
	
}
.sticky-navigation .main-navigation li .dropdown-menu li .dropdown-menu2 li{
	width:170px;
	padding:7px;
	margin:0px;
	line-height:15px;
}
.sticky-navigation .main-navigation li .dropdown-menu li .dropdown-menu2 li.dropdown-header{
	font-size:16px;
	color:#fed208;
	border-bottom:1px solid #666;
	margin-bottom:0;
	margin-right:5px;
	margin-top:3px;
	font-size:14px;
}
.sticky-navigation .main-navigation li .dropdown-menu li .dropdown-menu2 li a{
	padding:0;
	text-transform:none;
	line-height:14px;
	font-size:14px;
}
.sticky-navigation .main-navigation li .dropdown-menu li div.mul{
	width:700px;
}
.sticky-navigation .main-navigation li .dropdown-menu li .dropdown-menu2 ul.l1{
	float:left;
}
.sticky-navigation .main-navigation li .dropdown-menu li .dropdown-menu2 ul.l1 li{
	width:170px;	
}
.mobile-logo{
    display: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    margin-left: 98px;
}


header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .logo-name{
    font-family: sans-hans,Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fed208;
    float: left;
    margin-top: 2px;
    font-size: 30px;
    /*margin: 10px 0;*/
    margin: 9px 0;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.sticky-navigation .main-navigation li{
    /*padding: 17px 0;*/
    /*padding: 22px 0;*/
}
.sticky-navigation .main-navigation li:first-child a{
    /*margin-left: 20px;*/
}
.glyphicon{
	display:none;	
}
/* carousel */
#carousel-home{
	margin-top:100px;	
}
#carousel-home .carousel-inner {
    position: relative;
    overflow: hidden;
}
#carousel-home .carousel-inner .item img{
	width:100%;
	height:auto;	
}
#carousel-home .carousel-inner .item img.mobile{
	display:none;	
}
#carousel-home .carousel-indicators {
    bottom: 29%;
}
#carousel-home .carousel-indicators li{
	border:none;
	background:#434343;	
}
#carousel-home .carousel-indicators li.active{
	background:#fed208;	
}
/* carousel END */
.touts{
	position:absolute;
	top:70%;
	width:100%;
}
.touts li{
	margin:0 16px;
	vertical-align: middle;
    display: inline-block;
}
/*end touts*/
/*intro-text*/
div.intro-text {
  background:url(../images/bg-intro-text_0b9781ad558b43d8bd019aa25a60a9a8.jpg) center center no-repeat #000;
  background-size: cover;
  /*height: inherit;*/
  /*height: 700px;*/
  /*padding-top: 290px;*/
  padding: 15% 0;
  font-size: 22px;
}
/*end intro-text*/

/*usp-01*/
div.usp1 {
  background:url(../images/bg-usp1_eb19aeae73ba4429b58a5dec731cf9f9.jpg) center center no-repeat #000;
  background-size: cover;
  /*height: 920px;*/
}

div.usp1 ul {
  /*position: relative;*/
  width: 100%;
}
div.usp1 ul > li {
  /*position: absolute;
  top: 0;*/
  padding: 10px 0;
  text-align: left;
}

/*app*/
div.app {
  background:url(../images/bg-app_b05496422c024892ab4efafe3c226919.jpg) center center no-repeat #000;
  background-size: cover;
  color: #ccc;
  /*height: 1050px;*/
  padding: 5% 0;
}
div.app h3 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
div.app .container > p.intro-text {
  padding: 0 15%;
  box-sizing: border-box;
}
div.app .container .app-store-badge > img {
  margin: 0 10px 0 0;
}
/*end app*/

/* tech specs */
div.techspecs{
  background:url(../images/bg-tech-specs_151aa7f719d542f0a2ee7a987026b4e6.jpg) center center no-repeat #000;
  background-size: cover;
  padding: 5% 0;
  text-align: left;
}
div.techspecs h2 {
  text-align: left;
}
div.techspecs h3 {
  text-align: left;
  color: #ccc;
  font-size: 18px;
}
div.techspecs ul > li {
  font-size: 16px;
  color: #888;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 18px;
}
div.techspecs ul > li > ul > li {
  list-style-type: none;
  list-style-position: inside;
  /*margin-left: 18px;*/
}
div.techspecs ul > li > ul > li:before {
  content: '-';
  margin-left: -15px;
  margin-right: 8px;
}
/* END tech spec */
/* gallery */
div.gallery-content {
  padding: 30px 0 60px 0;
}

div.gallery-content h3 {
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  color: #ccc;
}
/* END gallery */

.visible-480 {
  display: none;
}


.withmargin
{
    height: 53px;
}

.disclaimer{
    color: #666666;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-top: 10px;
}
.rz-button{
    display: inline-block;
    background: #00a000;
    border: 0;
    border-left: 2px solid #fed208;
    color: white;
    text-transform: uppercase;
    padding: 2px 5px;
    font-weight: 400;
}
.rz-button:focus{
    outline: none;
    text-decoration: none;
    color: #fff;
}
.rz-button:hover{
    color: #fed208;
}
.black-retailers-popup {
    position: relative;
    background: #000;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}
#retailers-popup ul li {
    text-transform: capitalize !important;
}
/*end enhance*/

/*techspecs*/
/*end tech specs*/


.img-responsive{
    width: 100%;
}

/*razer button*/
.razer-bttn {
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family: sans-hans,Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-left: 2px solid #00ff00;
    padding: .5em .8em;
    margin: 2px;
    display: inline-block;
    background-color: #00a000;
}
.razer-bttn:hover {
     opacity: .7;
     color: #fff;
}

.razer-bttn:after {
  content: " >";
  color: #00ff00;
  bottom: 20px;
}



.bttn-small {
    font-size: 10px;
}
.bttn-medium {
    font-size: 14px;
}
.bttn-large {
    font-size: 19px;
}
.bttn-xlarge {
    font-size: 24px;
    padding: 1em 1.2em;
}

.bttn-grey {
    background-color: #444;
}
.bttn-grey:after {
  content: none;
}
.bttn-disabled {
    font-family: sans-hans,Microsoft YaHei, Arial, Verdana, Geneva, sans-serif;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05em;
    border-left: 2px solid #00ff00;
    padding: .5em .8em;
    margin: 2px;
    display: inline-block;
    background-color: #00a000;
    border-left: none;
    background-color: #555;
    opacity: .3;
}
.bttn-disabled:after {
  content: none;
}
.razer-bttn{
  outline: none;
}
.razer-bttn:hover,
.razer-bttn:active ,
.razer-bttn:visited,
.razer-bttn:focus {
  color: #fff;
  text-decoration: none;
    outline: none;
}

/* END razer button*/
/*---------------------------------------
   SECTION:  Gallery CONTENT
-----------------------------------------*/
.gallery-content {
    padding: 30px 0;
    background: black;
}
.gallery-content h2{
    color: #fed208;
    font-weight: 200;
    font-size: 24px;
    text-align: left;
}
.zoom-gallery{
    text-align: left;
    margin-top: 20px;
}
.zoom-gallery a{
    /*margin-right: 18px;*/
    margin-right: 0px;
    margin-bottom: 27px;
    display: block;
    float: left;
}
.zoom-gallery a.no-r-margin{
    margin-right: 0;
}
.bx-wrapper{
    max-width: 100%;
    float: left;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background-color: #333;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background-color: #fed208;
}
.bx-wrapper .bx-pager{
    bottom: -16%;
}
.bx-wrapper .bx-viewport{
    left: 0;
}
.bx-wrapper{
    display: none;
}
.zoom-gallery{
    display: block;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
    right: 14px;
}
img.mfp-img{
    background-color: black;
}

/*buy now*/
/*end buy now*/
/*---------------------------------------
   SECTION:  footer
-----------------------------------------*/
header .logo-name img{
    width:82px; 
}
footer{
    background: #000;
}
.footer-container {
    padding-top: 26px;
    color: #fed208;
    padding-bottom: 27px;
	width:100%;
	text-align:center;
}
footer .footer-container .row-container{
	line-height:12px;	
}
footer .footer-container .line-divider {
    border-bottom: 1px solid #555;
    margin: 1rem auto;
    width: 100%;
    max-width: 980px;
}
footer .footer-container .row1{
	display:inline-block;
	margin-bottom:10px;
}
footer .footer-container .row1 .slogan{
	float:left;
	font-size:12px;
	margin-right:20px;
	margin-top:1px;
}
footer .footer-container .row2{
	display:inline-block;
}
.footer-list {
    margin: 0;
    padding: 0;
}

.footer-list li:first-child {
    padding-left: 30px;
}
.footer-list li {
    float: left;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #888888;
    padding-top: 0;
    line-height: 14px;
    color: #888;
    font-weight: normal;
}
.footer-list li:last-child {
    border: 0;
	padding-right:0;
}

.footer-list li:nth-child(4) {
    /*border: 0;*/
}

.footer-list li a {
    color: #fed208;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}

p.copyrights{
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
	color:#666;
}
p.copyrights span{
    margin: auto 5px;
}
.mobile-only{
    display: none;
}


.linker{
    display: block;
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    color: white;
    line-height: 20px;
    background: #00a000;
    border-left: 2px solid #00ff00;
    width: 100px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
}

a.linker:hover{
    color: white;
}
.dolby-content p.disclaimer{
    float: none;
    width: 60%;
    font-size: 12px;
    text-align: center;
    margin: 15px auto;
    line-height: 13px;
}
.withbullets li{
    list-style-type: circle;
    margin-left: 18px;
}
@media (max-width: 1840px){
  .touts{
	top:70%;
  }
}
@media (max-width: 1640px) {
	.touts{
		top:70%;
	  }
}
@media (max-width: 1440px) {
	.touts{
		top:70%;
	  }
}
@media (max-width: 1280px) {
  
}
@media (max-width: 1230px) {
  #carousel-home .carousel-indicators{
	top:60%;  
  }
  .touts{
	position:relative;
	top:0;
	margin-top:-10%;
	background:#000;
  }
  .touts li{
	  margin: 1em 7px 0 7px;  
  }
}
@media (max-width: 1080px) {
}
@media (max-width: 991px) {
/*@media (max-width: 980px) {*/
    .techspecs-content .container{
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .boxed-content h2{
        font-size: 55px;
    }
	.container {
		width: 100%;
	}
	header .logo-name{
		margin:8px auto;
    	display: block;
    	width: 100%;
	}
	header .logo-name img{
	  	width:42px; 
  	}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
		overflow-y:auto;
    }
	.sticky-navigation{
		height:60px;	
	}
    .sticky-navigation .main-navigation li:last-child a{
        margin: 0 auto !important;
    }
	.sticky-navigation .main-navigation li .dropdown-menu{
		width:100%;
		/*position:absolute;
		top:0;*/
		position:relative;
		box-shadow: none;
		border: none;
	}
	.sticky-navigation .main-navigation li .dropdown-menu li a{
		color:#999;
	}
	.sticky-navigation .main-navigation li .dropdown-menu li{
		text-align:left;
		margin-left: 14px;
	}
    .mobile-logo{
        display: block;
    }
    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    .navbar-toggle{
        padding: 12px 14px;
        margin-top: 15px;
    }
    .sticky-navigation .main-navigation li{
        padding: 5px 0;
    }
    .sticky-navigation .header-logo-rz{
        position: relative;
    }
    .sticky-navigation .main-navigation li a{
        margin-left: 0 !important;
        padding: 0;
    }
	.glyphicon{
		float:right;
		display:inline-block;
	}
	#carousel-home{
		margin-top:60px;	
	}
	#carousel-home .carousel-indicators{
		left: 0;
		width: 100%;
		margin: 0;
	  }
	.touts li{
		margin:1em 0 0 0;
		width:30%;
	}
	.touts li img{
		width:100%;	
	}
    .container>.navbar-header{
        text-align: left;
        padding-left: 10px;
		position: absolute;
    }
    .navbar-fixed-top .navbar-collapse{
        background: #111;
        display: none !important;
        position: absolute;
        width: 100%;
        top: 60px;
        left: 0;
    }
    .navbar-nav{
        float: none !important;
        margin: 0 28px;
        text-align: left;
		background: #111;
    }
    .navbar-nav>li{
        float: none !important;
    }
	
    .navbar-inverse .navbar-toggle{
        display: block;
        float: left;
    }
    .navbar-header{
        float: none !important;
    }
    .navbar-collapse.collapse.in{
        display: block !important;
		padding: 0;
		overflow-y: auto !important;
		max-height: none;
		margin:0;
    }
	.col-sm-8{
		width:100%;	
	}
	p.copyrights {
		float:left;	
	}
}

@media (max-width: 890px) {
}

@media (max-width: 767px) {
    h2{
        /*font-size: 46px !important;*/
        font-size: 42px;
    }
	.navbar-nav {
		background: #111;
	}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        margin-left: 0;
    }
	.navbar-nav .open .dropdown-menu > li > a{
		padding:0;
	}
    .sticky-navigation .main-navigation li:last-child a{
        margin: 0 auto !important;
		padding: 0px ;
    }
    .mobile-logo{
        display: block;
    }
	
    .sticky-navigation .main-navigation li a{
        border: 0;
    }
    /*.navbar-toggle{*/
        /*margin-top: 6px;*/
        /*margin-top: 16px;*/
    /*}*/
    img.responsive-image{
        width: 100%;
    }
    .sticky-navigation .main-navigation li{
        padding: 0px 0 9px 0;
    }
    .sticky-navigation .header-logo-rz{
        position: relative;
    }
    .sticky-navigation .main-navigation li a{
        margin-left: 0 !important;
        padding: 0;
    }
    .container>.navbar-header{
        text-align: left;
        padding-left: 10px;
    }
    .navbar-fixed-top .navbar-collapse{
        background: #111;
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
    }
    .navbar-nav{
		margin: 0;
		padding: 0 14px 0 14px !important;
	}
	#carousel-home .carousel-inner .item img.mobile{
		display:block;
	}
	#carousel-home .carousel-inner .item img.desk{
		display:none;	
	}
	#carousel-home .carousel-indicators{
		top:66%;
	 }
	.touts{
		margin-top:0;	
	}
}
@media (max-width: 540px) {
 #carousel-home .carousel-inner {
	 width:100%;
	 margin-left:0%;
 }
 #carousel-home .carousel-indicators{
	position:relative;
 }
  div.intro .maintagline{
    font-size: 80px;
    line-height: 80px;
  }
  div.app .container .app-store-badge > img {
    margin: 0 0 10px 0;
  }
  .zoom-gallery a {
    margin: 0 5% 27px 5%;
  }
  .touts{
	  margin-top:0%;  
  }
  .touts li{
	  width:auto;  
  }
  .touts li img{
	  width:auto;  
  }
  footer .footer-container .row1 .slogan{
	  float:none;
	  margin-bottom:7px;
	  margin-right:0; 
  }
  p.copyrights span:first-child{
	  display:block;
	  margin-bottom:7px;  
  }
}
@media (max-width: 480px) {
  div.more-app img {
    width: 100%;
    padding-bottom: 20px;
  }
  .visible-480 {
    display: block;
  }
  .hidden-480 {
    display: none;
  }
  .footer-list li{
	  float:none;
	  display:inline-block;  
  }
}
@media (max-width: 360px){
	.touts li img{
		width:100%;	
	}
}
