body {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:23px;
}
a {
  color: #333;
}
p {
		margin-bottom:20px;
}
h1 {
	font-weight:900;
	color: #FFF;
	text-transform:uppercase;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}
h2 {
	font-weight:900;
}
.wh {
	color:#FFF;
}
h3 {
	font-weight:900;
	color:#ac1919;
}
.min {
	min-height:400px;
}
.middle {
	vertical-align:middle;	
}
.pad {
	padding-top:5%;	
}
footer {
	background: url('../img/footer_bg.jpg') repeat-x top center;
	min-height:431px;
}
.visu_middle {
	background: url('../img/middle_bg.jpg') repeat-x top center;
	padding:40px 40px 60px;
}
.visu_middle_2 {
	background: url('../img/middle_bg_2.jpg') repeat-x top center;
	padding:40px 40px 60px;
}
.visu_main {
	background: url('../img/banner_bg.jpg') repeat-x top center;
	min-height:594px;
  background-color: #transparent;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 0px;
  padding-top:55px;
  padding-bottom:55px;
}
.fuuttah_logo {
	padding-left:10px;
}
.fuuttah {
	font-size:15px;
	font-weight:400;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	padding:18px 10px;
	line-height:1.8;
}
.fuuttah.fuuttah_menu a {
	color:#FFF;
}
.fuuttah_menu a:hover {
	color:#4e6dd3;
}
.fuuttah a {
	color:#4e6dd3;
}
.lougou {
	position:absolute;
	top:0px;
	left: 0;
	right: 0;
	display:inline;
	margin-left:auto;
	margin-right:auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}




@media (min-width: 1px) and (max-width: 470px) {
	.lougou {
		top:5px;
	}
	.lougou img {
		width:320px;
	}
	h1 {
		font-size:1.4em;
	}
	h2 {
		font-size:1.25em;
	}
	.timmat_pic img {
		width:100%;
	}
}
@media (min-width: 471px) and (max-width: 560px) {
	.lougou {
		top:5px;
	}
	.lougou img {
		width:320px;
	}
	h1 {
		font-size:2.0em;
	}
	h2 {
		font-size:1.5em;
	}
	.timmat_pic img {
		width:100%;
	}
}
@media (min-width: 561px) and (max-width: 840px) {
	.lougou {
		top:5px;
	}
	.lougou img {
		width:440px;
	}
	h1 {
		font-size:2.5em;
	}
	h2 {
		font-size:1.8em;
	}
	.timmat_pic img {
		width:100%;
	}
}


@media (min-width: 841px) {
	h1 {
		font-size:2.8em;
	}
	h2 {
		font-size:1.8em;
	}	
	.timmat_pic img {
		width:100%;
	}
	.lougou img {
		width:440px;
	}
}

	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}

}
@media (max-width: 1199px) {
	.container-fluid {
	width:90%;
	padding:0 5%;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
}
@media (min-width: 1200px) {
	.container-fluid {
	width:1160px;
	padding:0 20px;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
	text-transform:uppercase;
	font-size:16px;
}
.navbar-default .navbar-nav > li > a:hover {
	background: url('../img/menu_hover_bg.png') no-repeat -5px center;
	color: #FFF;
	text-transform:uppercase;
	font-size:16px;
	text-shadow: 5px 0px 8px #FFF;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 35px;
}

.navbar-toggle {
    background-color: #FFF;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 7px;
    margin-top: 25px;
    padding: 9px 10px;
    position: relative;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top:40px;	
}

.intro-header {
  background: url('../img/navi_bg.jpg') repeat-x center center;
  text-align:center;
  min-height:125px;
}

