/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}
.push50{
margin-top:50px;
}

.push3050{
margin-top:30px;
margin-bottom:50px;
}

.push30{
margin-top:30px;
}

.push3030{
margin-top:30px;
margin-bottom:30px;
}



.filter {
cursor:pointer;
}
/*Vegas CSS for Slideshow*/
.vegas-loading {
	border-radius: 10px;
	background: #000;
	background: rgba(0,0,0,0.7);
	background: url(../img/loading.gif) no-repeat center center; /* Loading Gif by http://preloaders.net/ */
	height: 32px;
	left: 20px;
	position: fixed;
	top: 20px;
	width: 32px; 
	z-index: 0;
}

.vegas-overlay {
	background: transparent url(overlays/01.png);
	opacity: 0.5;
	z-index: -1;
}

.vegas-background {
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
	z-index: -2;
}

.vegas-overlay,
.vegas-background {
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
/*Vegas CSS for Slideshow*/

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color:#c79808;
  background:rgba(0, 0, 0, 0.0);
}


#Grid .mix{
    opacity: 0;
    display: none;
	  max-height:460px;
}

/* Navbar */
#nav {
margin-bottom:-20px;
}
.navbar {
border-radius:0px !important;
}
.navbar-new {
  background-color: rgba(0, 0, 0, 0.6);
}
.navbar-new .navbar-brand {
  color: #f1f1f1;
}
}
.navbar-new .navbar-text {
  color: #f1f1f1;
}
.navbar-new .navbar-nav > li > a {
  color: #f1f1f1;
}
.navbar-new .navbar-nav > li > a:hover,
.navbar-new .navbar-nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar-new .navbar-toggle {
  border-color: #dddddd;
}
.navbar-new .navbar-toggle:hover,
.navbar-new .navbar-toggle:focus {
  background-color: #000000;
}
.navbar-new .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-new .navbar-collapse,
.navbar-new .navbar-form {
  border-color: #e6e6e6;
}
.navbar-new .navbar-nav > .dropdown > a:hover .caret,
.navbar-new .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-new .navbar-nav > .open > a,
.navbar-new .navbar-nav > .open > a:hover,
.navbar-new .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-new .navbar-nav > .open > a .caret,
.navbar-new .navbar-nav > .open > a:hover .caret,
.navbar-new .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-new .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-new .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-new .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-new .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-new .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-new .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-new .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-new .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-new .navbar-link {
  color: #777777;
}
.navbar-new .navbar-link:hover {
  color: #333333;
}
/*Navbar */


.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
}
.btn-top {
color:#f1f1f1;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.57);
border-color:#cccccc;
}
.btn-top:hover,
.btn-top:focus,
.btn-top:active,
.btn-top.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

/* about us */

.about_us {
  padding: 50px 0;
  background:none repeat scroll 0 0 #F1F1F1;
  border-bottom:1px solid #D1D1D1 !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

/* Services */

.services {
   background: none repeat scroll 0 0 #4D4D4D;
  padding: 50px 0;
  color: #eeeeee;
  width: 100%;
  border-bottom:1px solid #D1D1D1 !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.service-item {
  margin-bottom: 15px;
  background:#333333;
  padding:10px;
  border:1px solid #D1D1D1 !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.active {
background:#3071A9 !important;
border:1px solid #BBBBBB !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.label {
border-radius:0px !important;
}
label.valid {
		  width: 24px;
		  height: 24px;
		  background: url(../img/valid.png) center center no-repeat;
		  display: inline-block;
		  text-indent: -9999px;
		}
		label.error {
			font-weight: bold;
			color: red;
			padding: 2px 8px;
			margin-top: 2px;
		}
.portfolio {
background:#f1f1f1;
}		
/* gallery */
.gallery {
    overflow: hidden;
}
.gallery:after {
    content: "";
    display: inline-block;
    width: 100%;
}
.gallery .mix {
    color: #FFFFFF;
    display: none;
    font-size: 30px;
    margin: 0 0 30px;
    opacity: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.gallery .mix.full {
    height: auto;
}
.gallery a.mix-cover img {
    width: 100%;
	
}
.gallery a.mix-cover, .gallery span.cover {
    background-color: #FFFFFF;
    border-radius: 4px 4px 0 0;
    display: block;
    overflow: hidden;
}
.gallery.portfolio a.mix-cover, .gallery.portfolio a.mix-cover .overlay {
    border-radius: 4px;
}
.gallery .mix a img, .gallery .mix a span.overlay {
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}
.gallery a.mix-cover {
    position: relative;
    transition: top 0.5s ease 0s;
}
.gallery span.cover {
    background-color: #F4D432;
    position: absolute;
    top: -100%;
}
.gallery span.cover span {
    color: #FFFFFF;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 50%;
}
img.placeholder {
    height: 100%;
    width: 100%;
}

/* Overlay */
.overlay {
    background-color: rgba(0, 0, 0, 0.48);
    border: 0 solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 9;
	height:100%;
	width:100%;
	cursor:pointer;
}
.overlay:hover {
    opacity: 1;
}
.overlay i, .overlay span.title {
    color: #FFFFFF;
    font-size: 40px;
    position: relative;
    top: -60px;
    transition: all 0.3s ease 0s;
}
.overlay span.title {
    font-size: 20px;
}
.overlay:hover i, .overlay:hover span.title {
    top: 5px;
}

span.valign {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


/* Contact */
#contact {
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.79);
color:#f1f1f1;
padding:50px 0;
border-top:1px solid #D1D1D1 !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

#team {
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.79);
color:#f1f1f1;
padding:50px 0;
border-top:1px solid #D1D1D1 !important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.modal-body {
width:auto !important;
height:auto !important;
}
.modal-dialog {
width:60% !important;
}

/* Footer */

footer {
  padding: 20px 0;
  background:#333333;
}

/* responsive */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { .navbar-brand {margin-left:20px;} .navbar-toggle {margin-right:25px;} #Grid .mix{margin-left:-25px;}
}





/*Q&A*/



h1 {
  text-align: center;
  margin-bottom: 10px;
}

.title {
  height: 40px;
  background: #cdbd50;
  color: white;
  text-align: center;
  padding-top: 3px;
}

.faq li { padding: 16px; }

.faq li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
    padding-top:15px;
}

.faq li.a {
  background: #3BB0D6;
  text-align: left;
  display: none;
  color:#fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:800px) {

#container { width: 90%; }
}



/*news 2*/



h1 {
  text-align: center;
  margin-bottom: 10px;
}

.title {
  height: 40px;
  background: #cdbd50;
  color: white;
  text-align: center;
  padding-top: 3px;
}

.news2 li { padding: 16px; }

.news2 li.q {
  background: #4FC2E;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  border-bottom: 1px #ddd solid;
  cursor: pointer;
  padding-top:15px;
  color:#000000;  
}

.news2 li.a {
  background: #3BB0D6;
  text-align: left;
  display: none;
  color:#fff;
}

.rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width:800px) {

#container { width: 90%; }
}



/* Time Table */

.cp_timeline03 {
position: relative;
margin: 3em auto;
}
.cp_timeline03:before {
position: absolute;
top: 0;
width: 4px;
height: 100%;
content: '';
background-color: #d8d152;
left: 30px;
}
.cp_timeline03 .timeline_group {
position: relative;
padding-top: 55px;
}
.cp_timeline03 .timeline_group:not(:first-of-type) {
margin-top: 4rem;
}
.cp_timeline03 .time_year {
position: absolute;
top: 0;
left: 0;
padding: 0.5rem 1.5rem;
color: #fff;
background-color: #ede327;
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_timeline03 .timeline_item {
margin-bottom: 1em;
position: relative;
padding-left: 80px;
}
.cp_timeline03 .timeline_item:not(:last-of-type) {
margin-bottom: 2em;
}
.cp_timeline03 .timeline_item:before {
position: absolute;
z-index: -1;
left: 0;
width: 100%;
height: 3px;
content: '';
background-color: #006064;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.cp_timeline03 .time {
position: absolute;
left: 0;
box-sizing: border-box;
min-width: 65px;
min-height: 65px;
padding: 0.5em 0.5em;
text-align: center;
color: #fff;
background-color: #ded354;
top: 50%;
margin-top: -33px;
border-radius: 65px;
}
.cp_timeline03 .time_day {
font-size: 1em;
font-weight: 700;
display: block;
}
.cp_timeline03 .time_month {
font-size: 1em;
display: block;
text-transform: uppercase;
}
.cp_timeline03 .desc {
padding: 0.5em 1em;
border-left: 3px solid #f02c0f;
border-radius: 2px;
background-color: #fffffd;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
font-size: 0.9em;
}
.cp_timeline03 .desc .flag {
font-size: 1.2em;
font-weight: bold;
margin: 0;
padding: 0;
padding-bottom: 0.3em;
color: #313131;
}
@media only screen and (max-width: 767px) {
.cp_timeline03:before {
left: 0;
}
.cp_timeline03 .timeline_group {
padding-top: 40px;
}
.cp_timeline03 .timeline_item {
padding-top: 60px;
padding-left: 20px;
}
.cp_timeline03 .timeline_item:before {
top: 90px;
}
.cp_timeline03 .time {
top: 40px;
border-radius: 0 20px 20px 0;
min-height: 2em;
}
.cp_timeline03 .time_day,
.cp_timeline03 .time_month {
display: inline-block;
}
.cp_timeline03 .desc {
font-size: 0.8em;
}
}

/* Time table End */



/* --------------------------------------------------------------------------------------------
 　『座席表』ページの設定
-------------------------------------------------------------------------------------------- */

.incontentss {
	width: 800px;
	height: auto;
	text-align: left;
	margin: 20px 0px 0px 30px;
}

.seatbox1 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 50px 0px 0px 660px;
}

html >/**/body .seatbox1 {
	margin-left: 749px;
}

.seatbox2 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 77px 0px 0px 660px;
}

html >/**/body .seatbox2 {
	margin-left: 749px;
}

.seatbox3 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 104px 0px 0px 660px;
}

html >/**/body .seatbox3 {
	margin-left: 749px;
}

.seatbox4 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 131px 0px 0px 660px;
}

html >/**/body .seatbox4 {
	margin-left: 749px;
}

.seatbox5 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 158px 0px 0px 660px;
}

html >/**/body .seatbox5 {
	margin-left: 749px;
}

.seatbox6 {
	position: absolute;
	width: 122px;
	height: 52px;
	margin: 185px 0px 0px 660px;
}

html >/**/body .seatbox6 {
	margin-left: 749px;
}

html >/**/body .seatbox6 {
	margin-left: 749px;
}

.seatbox7 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 212px 0px 0px 660px;
}

html >/**/body .seatbox7 {
	margin-left: 749px;
}

.seatbox8 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 239px 0px 0px 660px;
}

html >/**/body .seatbox8 {
	margin-left: 749px;
}

.seatbox9 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 266px 0px 0px 660px;
}

html >/**/body .seatbox9 {
	margin-left: 749px;
}

.seatbox10 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 293px 0px 0px 660px;
}

html >/**/body .seatbox10 {
	margin-left: 749px;
}

.seatbox11 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 320px 0px 0px 660px;
}

html >/**/body .seatbox11 {
	margin-left: 749px;
}

.seatbox12 {
	position: absolute;
	width: 122px;
	height: 25px;
	margin: 347px 0px 0px 660px;
}

html >/**/body .seatbox12 {
	margin-left: 749px;
}

.seat-print {
	position: absolute;
	width: 230px;
	heigt: auto;
	text-align: center;
	margin: -15px 0px 0px 60px;
}

html >/**/body .seat-print {
	margin: -15px 0px 0px 60px;
}

.seater {
	position: absolute;
	width: auto;
	height: auto;
	margin: -30px 0px 0px 300px;
}

.seaters {
	width: auto;
	height: auto;
	margin: -10px 0px 0px 333px;
}

.seatcaution {
	position: absolute;
	width: auto;
	height: auto;
	margin: 5px 0px 0px 365px;
}


/* Google Map */

.google_map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* img */

/* Image */

	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}
			

/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 100px;
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: 'Josefin Slab',Georgia, serif;
    text-shadow: 1px 1px 1px #fff;
    font-size: 28px;
    display: block;
	position: relative;
    line-height: 100px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}
.st-content p{
    font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: transparent;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    padding: 0px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: transparent;
}


/* line */
.title_line {
position: relative;
display: inline-block;
padding: 3% 17% 3% 17%;
text-align: center;
color:#c79808;
}
.title_line:before, .title_line:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 15%;
height:20px;
border-top: 3px double #c79808;
}
.title_line:before {
left:0;
}
.title_line:after {
right:0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.center-block{
  display: block;
  margin-right: auto;
  margin-left: auto;
  }
  
/* coding by Oza */
/* created by Oza */
@media screen and (min-width: 1024px) {
  .for-mobile { display: none; } 
}
@media screen and (max-width: 1023px) {
  .for-pc { display: none; }
}
.footable2 > tbody > tr { background-color: #F1F1F1; }

#img_miyage { width: 100%; }

#page-top { transition: bottom 0.3s ease-out 0.0s; }
#page-top.up {
  bottom: 50px;
}

#ticketInformation {
width: 100%;
height: 60px;
background-color: #000;
border: 0 !important;
font-size: 20px;
position: fixed;
bottom: -60px;
left: 0px;
z-index: 9100;
display: -ms-flexbox;
-js-display: flex;
-webkit-display: flex;
-webkit-flex-wrap: wrap;
-webkit-justify-content: center;
-webkit-align-items: center;
-webkit-transition: bottom 0.3s ease-out 0.0s;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
transition: bottom 0.3s ease-out 0.0s;
}

#ticketInformation a { color: #c79808; }
#ticketInformation.active { 
  bottom: 0px !important;
  background-color: #000 !important;
}

ul.faq { list-style-type: none; padding-left: 0; }

.color-gold { color:#c79808; }
.ticket-notice ul { padding-left: 20px; }
.ticket-notice li { text-align: left; color: #c79808; margin-bottom: 10px; }

@media screen and (max-width: 768px) { 
#top h1 { font-size: 32px; }
#top h2 { font-size: 24px; }
#top h3 { font-size: 16px; }
}

@media screen and (max-width: 375px) {
#top h1 { font-size: 28px; }
#top h2 { font-size: 20px; }
#top h3 { font-size: 14px; }
}

@media screen and (max-width: 320px) {
#top h1 { font-size: 24px; }
#top h2 { font-size: 16px; }
#top h3 { font-size: 12px; }
}

#mobilemenu .service-icon { color: #c79808; }

.section_border { width: 100%; height: 150px; background-image: url('../img/img-b_1.jpg'); background-repeat: repeat-x; background-position: left 20% }
.section_border2 { background-image: url('../img/img-b_2.jpg'); }
.section_border3 { background-image: url('../img/img-b_3.jpg'); }