@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2014-11-04 09:44:42
 * @version $Id$
 */
 @media only screen and (min-width: 1200px) {
 .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container{ width: 960px;}
 }

p {font-size:16px;}

 .navbar-fixed-top{ position: relative;}
.navbar-inner{ min-height: 60px; line-height: 60px;}
/*.nav li,*/
.nav li a{ line-height: 60px; font-size: 18px; padding: 0 20px;}
.navbar .btn-navbar { margin-top: 25px;}
#intro{background: url(../images/bg_section.png); border-bottom: 0px solid #000;}
#intro h1{ padding: 10px; font-size: 18px; }
.carousel{ margin-bottom: 0; }
#footer{ background: url(../images/footer.jpg); padding:10px;}
.linked{ text-align: left;}
.linked .link{ width: 18%; float: right; line-height: 28px;}
.language{ padding: 10px 0;}

#main.fullwidth, .layout-full #main, .col-full,.featured-wrap #featured{ width: 100%; max-width: 100%;}
#featured img{ width: 100%;}
.featured-wrap.carousel #featured .slides li article, .featured-wrap.carousel #featured .slides li h1, .featured-wrap.carousel #featured .slides li .entry{ display: block;}

.layer_btn{position: absolute; right: 1%; height: 100px; bottom: 10px; z-index: 888; width: 650px;}
.layer_btn img{ max-width: 100%;width: auto\9;height: auto;max-width: 100%;vertical-align: middle;border: 0;}
.btn_app{ /* background: url(../images/btn.png) -8px -136px no-repeat;*/display: inline-block;}
.btn_google{ /*background: url(../images/btn.png) -8px -15px no-repeat;*/ display: inline-block; margin-left: 15px;}
 
 @media only screen and (min-width: 768px) {
 	.home-section ul{ width: 100%;}

 }
 @media (max-width: 768px){
 	.linked .link{ width: 100%; float: none; clear: both; line-height: 28px;}
 	.layer_btn{ width: 100%; position: absolute; bottom: 10%; right: 0; height: auto;}
	.btn_app,.btn_google{  width: 120px; display: block; margin:10px; float: left;}
	.brand{width:40%; height:40%;}
 }

