/*
Theme Name: mohakiha
Description:テーマの説明
Theme URI: テーマの URL
Author: HIRAKU WADA
Author URI: 作った人の URL
Version: バージョン
License: ライセンス
License URI: ライセンスの URL
*/





@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/*
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
-------------------------------------------------------------- */


/* Common Styles ------------------------------------------ */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-rendering: optimizelegibility;font-family: 'Lato', 'Noto Sans Japanese','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif; }
body {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

a { 
	text-decoration: none;
	 
	-webkit-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-moz-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-ms-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	-o-transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
	transition: color 0.1s linear, border 0.1s linear, opacity 0.1s linear, background-color 0.1s linear;
}
a:hover, a:focus { text-decoration: none; border: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0 10px 0px;
	font-weight: normal;
	line-height: 1.3;
	color: inherit;
	font-family: 'Lato', 'Noto Sans Japanese', sans-serif;
	text-transform: uppercase;
}

h1,
h2 {
	line-height: 1.4;
	letter-spacing: 3px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 116%;
	letter-spacing: 2px;
}

h4 {
	font-size: 18px;
	letter-spacing: 1px;
}

h5 {
	font-size: 14px;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
}

p {
  color: #000000;
  font-size: 13px;
  line-height: 1.5;
  font-family: 'Noto Sans Japanese';
  letter-spacing: 0.05em;
  font-weight: 200;
}

img {
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	width: auto\9;
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Colors ------------------------------------------ */
body.color-1::-moz-selection {background: #e74c3c; color: #fff; }
body.color-1::selection {background: #e74c3c; color: #fff; }
body.color-1 a{
	color: #3F3437;
	text-decoration: none;
	font-weight: 500 !important;
}
body.color-1 a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	}

body.color-1 div#top-nav #fixed-nav li a:hover {
	color: #e74c3c;
}
body.color-1 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid orange;
}
body.color-1 .bg-color{
	}
body.color-1 hr {
	border-bottom: 1px solid #B3B3B3;
}
body.color-1 span.highlight{
	color: #e74c3c;
}
body.color-1 #footer {
	font-weight: bold;
	background: #8D8C8C;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-2::-moz-selection {background: #3498db; color: #fff; }
body.color-2::selection {background: #3498db; color: #fff; }
body.color-2 a{
	color: #3498db;
	text-decoration: none;
	border-bottom: 1px solid #3498db;
}
body.color-2 div#top-nav #fixed-nav li a:hover {
	color: #3498db;
}
body.color-2 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #3498db;
}
body.color-2 .bg-color{
	background: #3498db;
}
body.color-2 hr {
	border-bottom: 1px solid #3498db;
}
body.color-2 span.highlight{
	color: #3498db;
}
body.color-2 #footer {
	font-weight: bold;
	background: #3498db;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-3::-moz-selection {background: #9b59b6; color: #fff; }
body.color-3::selection {background: #9b59b6; color: #fff; }
body.color-3 a{
	color: #9b59b6;
	text-decoration: none;
	border-bottom: 1px solid #9b59b6;
}
body.color-3 div#top-nav #fixed-nav li a:hover {
	color: #9b59b6;
}
body.color-3 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #9b59b6;
}
body.color-3 .bg-color{
	background: #9b59b6;
}
body.color-3 hr {
	border-bottom: 1px solid #9b59b6;
}
body.color-3 span.highlight{
	color: #9b59b6;
}
body.color-3 #footer {
	font-weight: bold;
	background: #9b59b6;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-4::-moz-selection {background: #34495e; color: #fff; }
body.color-4::selection {background: #34495e; color: #fff; }
body.color-4 a{
	color: #34495e;
	text-decoration: none;
	border-bottom: 1px solid #34495e;
}
body.color-4 div#top-nav #fixed-nav li a:hover {
	color: #34495e;
}
body.color-4 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #34495e;
}
body.color-4 .bg-color{
	background: #34495e;
}
body.color-4 hr {
	border-bottom: 1px solid #34495e;
}
body.color-4 span.highlight{
	color: #34495e;
}
body.color-4 #footer {
	font-weight: bold;
	background: #34495e;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-5::-moz-selection {background: #f39c12; color: #fff; }
body.color-5::selection {background: #f39c12; color: #fff; }
body.color-5 a{
	color: #f39c12;
	text-decoration: none;
	border-bottom: 1px solid #f39c12;
}
body.color-5 div#top-nav #fixed-nav li a:hover {
	color: #f39c12;
}
body.color-5 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #f39c12;
}
body.color-5 .bg-color{
	background: #f39c12;
}
body.color-5 hr {
	border-bottom: 1px solid #f39c12;
}
body.color-5 span.highlight{
	color: #f39c12;
}
body.color-5 #footer {
	font-weight: bold;
	background: #f39c12;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
body.color-6::-moz-selection {background: #f1c40f; color: #fff; }
body.color-6::selection {background: #f1c40f; color: #fff; }
body.color-6 a{
	color: #f1c40f;
	text-decoration: none;
	border-bottom: 1px solid #f1c40f;
}
body.color-6 div#top-nav #fixed-nav li a:hover {
	color: #f1c40f;
}
body.color-6 div#top-nav #fixed-nav li.current a {
	border-bottom: 3px solid #f1c40f;
}
body.color-6 .bg-color{
	background: #f1c40f;
}
body.color-6 hr {
	border-bottom: 1px solid #f1c40f;
}
body.color-6 span.highlight{
	color: #f1c40f;
}
body.color-6 #footer {
	font-weight: bold;
	background: #f1c40f;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
}
div#footer p {
    color: #fff;
    font-weight: 700;
}div#footer p a {
    text-decoration:none;
    font-weight: 700;
}
/* Navigation & Logo ------------------------------------------ */
#header{
	top:0px;
	border-bottom: 1px solid #D6D6D6;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff);
	position: fixed;
	z-index: 9999;
}
#nav-button{
	display: none;
}
#logo{
	display: block;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	font-size: 100%;
}
#logo a{
	color: #333;
	text-decoration: none;
	border: none;	
}
#logo img{
	margin-right: 10px;
}
div#top-nav{
	margin-top: 13px;
}
div#top-nav ul {

	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	float: right;
	margin-top: 20px;
}
div#top-nav #fluid-nav li, div#top-nav #fixed-nav li {
	display: inline-block;
	margin-left: 20px;
}

div#top-nav #fluid-nav li:first-child, div#top-nav #fixed-nav li:first-child  {
	margin-left: 0;
}
div#top-nav #fluid-nav li a, div#top-nav #fixed-nav li a {
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	border: none;
}
div#top-nav #fluid-nav li a:hover {
	color: #333;
	text-decoration: none;

}
div#top-nav #fluid-nav li.current a {
	color: #faa3a5;
}
div#top-nav #fixed-nav li a:hover {
	text-decoration: none;
}
div#top-nav #fixed-nav li.current a {
	color: #333;
	padding-bottom: 5px;
}
/* Slogan & Banners ------------------------------------------ */
.slogan{
	height: 100%;
	text-align: center;
	width: 100%;
}
.slogan h1{
	text-shadow: 2px 2px 2px #333333;
	color: #ffffff;
}
.hero{
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	/*height: 150px;*/
}
.home .hero{
	margin-top: 0px;
}
.bxslider li{
	min-height: 700px;
	display: block;
}
.bxslider li:first-child{
	background: url("image/moha_image01_new.jpg") no-repeat center bottom;
	background-size: cover;
}
.bxslider li:nth-child(2){
	background: url("image/moha_image02_new.jpg") no-repeat center top;
	background-size: cover;
}
.bxslider li:nth-child(3){
	background: url("image/moha_image03_new.jpg") no-repeat center top;
	background-size: cover;
}
/*.bxslider li:nth-child(4){
	background: url("image/moha_image04_new.jpg") no-repeat center top;
	background-size: cover;
}*/
/* Backgrounds ------------------------------------------ */
.bg-fixed {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Icon Blocks ------------------------------------------ */
.i-block{
	text-align: center;
}
.i-block i{display: inline-block;margin-bottom: 24px;font-size: 6em; color: #a1a1a1}
.i-block h3{ color: #a1a1a1;
	font-weight: bold;
	font-size: 108%;
	margin-top: 10px;
	margin-bottom: 14px;
	min-height: 38px;
}
.span4.i-block img {   
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}  
.span4.i-block p {
text-align: left;
}
.span4.i-block a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	}

}
/* Dividers ------------------------------------------ */
.hr-small {
	float: none;
}
.hr {
	clear: both;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin: 10px 0;
	float: left;
}
.hr-center.hr-small .hr-inner {
	left: 50%;
}
.hr-small .hr-inner {
	width: 32%;
	margin-left: -16%;
}
.hr-inner {
	border-color: #e1e1e1;
	width: 100%;
	position: absolute;
	height: 1px;
	top: 50%;
	width: 100%;
	margin-top: -1px;
	border-top-width: 1px;
	border-top-style: solid;
}
.hr-invisible {
	margin-bottom: 0;
}
hr {
	border: 0;
	margin: 10px 0;
}
#contact hr.grey {
	margin: 17px 0 16px 0;
}
hr.grey {
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	margin: 10px 0;
}
.title h5 {
  border: 1px solid silver;
  max-width: 32%;
  padding: 5px;
  margin: 20px auto 0;
  font-size: 90%;
}
/* Contact us block ------------------------------------------ */
#contact .social a{
	margin-right: 10px;
	/*font-size: 30px;*/
	float: left;
	border: none;
}
#address p {
text-align: left;
line-height: 1.8em;
}

/* Section, Footer & Misc ------------------------------------------ */
.content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section{
	border-bottom: 1px solid #e1e1e1;
}
.section-alt{
	background: #fcfcfc;
}

.title{
	text-align: center;
	margin-bottom: 40px;
}
.title h2{
	font-weight: bold;
	font-size: 2.2em;
	margin-top: 50px;
	text-align: center;
}
.title p{
	letter-spacing: 1px;
line-height: 1.6em;
font-size: 93%;
margin: 0px;
}
.title p span{
	font-size:100%;
	padding-top:20px;
	display: block;
}
.text-center{
	text-align: center;
}
#about .span4 p {
  line-height: 1.8em;
  text-align: left;
}
.about_moha{
	padding-top:80px;
}
.about_moha h3{
	font-size: 108%;
	  padding-bottom: 10px;
}
.about_moha img{
	/*padding:10px 0;*/
}
.about_moha p{
	text-align: left;
}

.clear{
	clear: both;
}
#footer {
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 20px 0 20px 0;
	min-height: 200px}
#footer a{
	color: #fff;
	text-decoration: underline;
}
.social {
    margin-top: 10px;
    margin-bottom: 10px;
}
.social a{
	padding:3px;
}
.social a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	}
/* New page ------------------------------------------ */
#news_post img{
	/* display: block;*/
	margin:0 auto 15px auto;
}
#news_post h3,p{
	text-align: center;
}
#news_post h3 {
margin-bottom: 20px;
min-height: 60px;
}
#news h4{
padding: 30px 0;
}
#news_post p{
	/*margin-bottom:10px;*/
}
#navigation {
max-width: 800px;
margin: 30px auto 0 auto;
font-size: 93%;
}
#navigation a{
color: rgb(102, 102, 102);
}
#navigation a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	}
#navigation #alignleft {
float: left;
}
#navigation #alignright {
float: right;
}
.news_contents{
margin: 0px auto;
max-width: 600px;
text-align: left;
}
.news-title{
	margin-top:80px;
}
.category {
margin-right: 10px;
}
/* Archive ------------------------------------------ */
p.news_contents.archive {
min-height: 180px;
}
.news_archive h3 a{
	color: rgb(102, 102, 102);
}
.news_archive h3 a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	}
.news_archive a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	}
p.news_contents.archive span a {
display: block;
text-align: right;
padding-top: 10px;
color: rgb(102, 102, 102);
}
p.news_contents.archive span a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	}
.tablenav {
text-align: right;
}
.tablenav a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	}
.news_archive {
max-width: 900px;
float:left;
}
input.button {
background: #fff;
position:absolute;
height: 26px;
width: 33px;
border: hidden;
border: 1px solid silver;
/* padding: 5px; */
/* margin: 3px; */
border-radius: 4px;
color:#666;
}
select#mc-calendar-year {
background: #fff;
height: 26px;
color:#666;
margin-right: 4px;
}
select#mc-calendar-month {
background: #fff;
color:#666;
/* height: 90%; */
}
/* Single ------------------------------------------ */
.view-all {
padding-top: 30px;
}
.news_contents p {
text-align: left;
line-height: 1.8em;
}
p.post-meta {
margin: 20px auto 0px auto;
max-width: 600px;
text-align: left;
font-size: 85%;
padding-top:0px;
min-height: 36px;
/* color: #999797; */
}
.facebook-button{
margin: 0 auto;
max-width: 600px;
text-align: left;
font-size: 85%;
padding-top:0px;
min-height: 36px;
}
/* Calendar ------------------------------------------ */
#jd-calendar {
text-align: center;
font-family: 'Lato', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Arial, sans-serif;
}
.mc-main {
z-index: 1;
}
.my-calendar-header {
margin: 30px auto;
}
.my-calendar-nav {
text-align: center !important;
}
.my-calendar-date-switcher{
	background: #fff !important;
}
.mc-format {
margin: 10px auto;
}
.mc-main .my-calendar-nav li a {
color: #666 !important;
text-decoration: none !important;
border: none !important;
font-size: 85% !important;
background: #fff !important;
background: -moz-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
background: -webkit-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
background: -ms-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
background: -o-linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 );
background: linear-gradient(top, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
}
.mc-main .my-calendar-nav li {
display: inline;
padding: 15px;
}
li.my-calendar-next {
}
.category-key h3 {
font-size: 85%;
}
#mc-export li {
display: inline;
padding: 10px;
font-size: 85%;
}
.mc-main .calendar-event .details, .mc-main .calendar-events{
	background: rgba(71, 71, 71, 0.76) !important;
}
.longdesc p {
color: #fff;
margin: 20px 0;
text-align: left;
}
span.mc-event-date {
color: #fff;
}
span.event-time.dtstart {
color: #fff;
}
.longdesc {
text-align: center;
}
.longdesc p {
color: #fff;
margin: 30px auto;
text-align: left;
width: 75%;
}
.longdesc p a {
color: #fff;
}
.mc-main .mc_general .event-title, .mc-main .mc_general .event-title a {
background: #f7f6eb !important;
color: #000000;
}
table.my-calendar-table thead tr {
height: 30px;
}
.my-calendar-date-switcher div {
max-width: 480px;
margin: 10px auto;
position: relative;
}
.mc-format {
display: none;
}
.mc-print {
display: none;
}
.mc-time {
display: none;
}
.my-calendar-date-switcher {
display: none;
}
ul#mc-export {
display: none;
}

/* About ------------------------------------------ */
.span6.about_moha h5 {
border: 1px solid silver;
max-width: 40%;
padding: 5px;
margin: 20px auto 0;
font-size: 93%;
}
/* Shop ------------------------------------------ */
.type-shop h3 {
margin-bottom: 40px !important;
font-size: 100%;
}
/* Contact ------------------------------------------ */
#wpcf7-f456-p457-o1{
margin: 20px auto;
max-width: 600px;
}
#wpcf7-f456-p457-o1 p span {
/* margin: 0px auto; */
/* max-width: 600px; */
/* text-align: left; */
padding: 5px 0 20px 0;
}
.wpcf7-submit{
color: #fff;
background: #ccc;
padding: 2px 10px;
border-radius: 5px;
}
.wpcf7-submit:hover{
filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
}
#thanks-text {
padding-top: 30px;
min-height: 400px;
}
/* Sidebar ------------------------------------------ */
#sidebar h2 {
font-size: 108%;
}
#sidebar ul li {
padding-bottom: 6px;
}
#sidebar ul li a{
color:rgb(102, 102, 102);
}
#sidebar ul li a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	}

#categories-3 {
margin-bottom: 20px;
}
#sidebar .children {
text-indent: 1em;
font-size: 93%;
padding-top:5px;
}
#sidebar .children li{
	padding-bottom:2px;
}
.widget_custom_taxonomy_widget {
padding-bottom: 15px;
}
/* photo gallary ------------------------------------------ */
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_0 {
display: inline-block;
position: relative;
width: 7px !important;
height: 7px !important;
border-radius: 5px;
background: #ADADAD !important;
margin: 10px 5px !important;
cursor: pointer;
overflow: hidden;
z-index: 17;
}
#bwg_container1_0 #bwg_container2_0 .bwg_slideshow_dots_active_0 {
background: yellow !important;
opacity: 1;
filter: Alpha(opacity=100);
border:none !important;
}
/*Media Queries*/
@media screen and (min-width: 768px) and (max-width: 1199px) {
   #logo span{
		display:none;
}
}
@media (max-width: 767px) {
	#drop-nav{
		display: inline;
	}
	#logo{
		width: 100%;
		font-size: 100%;
		margin-top: 8px;
		text-align: center;
	}
	div#top-nav{
		margin-top: 0px;
		display: none;
	background: #fff;
	position: absolute;
	top:50px;
		z-index:99999;
		border-right: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
		left: 0;
	}
	div#top-nav ul{

		
		
		float: none;
		display: block;
		
	}
	div#top-nav #fluid-nav li, div#top-nav #fixed-nav li {
		padding: 10px;
		
		display: block;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	#nav-button{
		display: inline-block;
		position: absolute;
		left: 10px;
		font-size: 24px;
		top: 50%;
		margin-top: -12px;

	}
	.title h5 {
border: 1px solid silver;
max-width: 35%;
padding: 5px;
margin: 20px auto 0;
font-size: 93%;
}
}
@media (max-width: 480px) { 
html,body{
    width: 100%;
    overflow: hidden;
}
	#logo{
		font-size: 77%;
	}
	#logo img{
		display: none;
	}
	#home{
		margin-top:34px;
	}
	.span4.i-block{
		margin-bottom: 40px;
	}
	.container{
		width:100% !important;
	}
	#address{
		margin-top:30px;
	}
	.news-title{
	margin-top:20px;
	}
	#sidebar {
margin-bottom: 20px;
	}
	.title h2{
	margin-top: 10px;
}
.bx-wrapper {
z-index: 1;
}
.bxslider li{
min-height:300px;
}
.mc-main .calendar-event .details, .mc-main .calendar-events {
position: absolute;
top: 25%;
left: 0 !important;
width: 85%;
border-radius: 10px;
-moz-box-shadow: 5px 5px 15px #636363;
-webkit-box-shadow: 5px 5px 15px #636363;
box-shadow: 5px 5px 15px #636363;
padding: 24px;
z-index: 3;
}
#wpcf7-f456-p457-o1 {
margin: 20px auto;
}
.wpcf7-form-control{
max-width:300px;
}