@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700);

*{}



body{
	background-color:#fff;
	color:#777;
	font-size:16px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	line-height:1.7em;
	background-attachment:fixed;
	overflow-x:hidden;
	margin:0;
	padding:0;
}



h1 { border-bottom: 1px solid #DDD;
 	font-size:20px;
 	padding:10px 0;
}

h2 {  font-family: 'Roboto', sans-serif;
  color: #198754;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  background: #f8f9fa;
  border: 0px solid #a45359;
  margin: 0 0 10px 0;
  padding: 10px;

}

h3 {
}

h5 {
  font-family: 'Roboto', sans-serif;
  color: #198754;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  background: #f8f9fa;
  border: 0px solid #a45359;
  margin: 0 0 10px 0;
  padding: 10px;

}

h4 {
  font-family: 'Roboto', sans-serif;
  color: #198754;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  background: #f8f9fa;
  border: 0px solid #a45359;
  margin: 0 0 10px 0;
  padding: 10px;

}

a {    color:#198754;
	text-decoration:none;
}
a:hover {	text-decoration:underline;
	color:#47a9b3;
}

p, tr, td{	margin:7px 0;}

.logo_toyobz4x{
	padding:15px 0 5px;
	width:100%;
	position: fixed;
	z-index:4;
	-webkit-transition:all 0.3s ease 0.2s;
	-moz-transition:all 0.3s ease 0.2s;
	-ms-transition:all 0.3s ease 0.2s;
	-o-transition:all 0.3s ease 0.2s;
	transition:all 0.3s ease 0.1s;
	background:#fff;
	box-shadow:0 1px 0 rgba(0,0,0,.05);
}

.content_toyobz4x{	width:1060px;
	margin:0 auto;
	padding: 5px;}

.site-tagline {	font-family: 'Roboto', sans-serif;
    color: #198754;
    line-height: 20px;
    display: inline-block;
    padding:0px 0 0 10px;
}

.navbar {
    padding-top: 95px;
}

.navbar a {
    text-decoration: none;
}



.hero-area {
    margin-top: -54px;
    position: relative;
    background: url('../images/merlogo.jpg') no-repeat top center;
    height:430px;
}

.clear{	clear:both;}

.toy{	float:left;
	width:728px;}

.bz4x{	padding:10px 0 0 0;
	float:right;
	width:300px;
}

.bz4x ul{	padding-left:0px;}


.bz4x ul li a{  text-decoration: none;
  list-style-type: none;
  padding: 0px 0px 5px 5px;
}

.bz4x ul li {
  list-style-type: none;
}

.bz4x ul li a img{
	width:100%;
}



.footer{	border-top:1px solid #ddd;
	border-bottom:5px solid #ddd;
	padding:10px 0;}

td, tr{	padding:5px;}

.search {
    margin: 12px 0 3px 10px;
}

.formsearch {
    height: 30px;
    margin: 5px;
    padding: 0;
    border: 1px solid #666;
    border-radius: 0px;
    width: 150px;
}

.searchbody {	font-size:15px;
    color: #666;
    float: left;
    height: 28px;
    width: 100px;
    background: none;
    border: 0;
    margin: 0;
    outline: none;
    padding: 2px 0 0 8px;
    line-height: 1;
}

.searchimage {
    float: right;
    padding: 2px 2px 0 0;
    border-radius: 0 0px 0px 0;
    height: 26px;
    width: 26px;
}

.onone{	display:block;	border-radius:3px;
	background:#f8f9fa;
	padding:5px;
	width:95%;
	margin-bottom:3px;}

.imglogo{	height: 60px;
    width: 200px;}

.card-img, .card-img-top {
  opacity: 0.9;
}
.gepat_lang {
  float: right;
  padding: 4px;
}



@media screen and (max-width: 768px) {
.content_toyobz4x {
    width: 96%;
    margin:0 auto;
}
.toy, .bz4x {
    width: 100%;
    float:none;
}

.toy img{
	max-width:100%;
	height:auto;
}

.toy ul li a{
	padding:7px 0;
	display:block;
}

.searchbody {
     width: 50px;
          }

.site-tagline {	display: none;}
.nomob {	display: none;}
.toy ol, ul {	padding-left: 15px;
}

.toy li {	margin: 5px 0px;
}

}



