/* CSS Document */

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 10px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HEADER */
body {
	width: 100%;
	color: #fff;
	background: url(../images/bg.png);
	font-family:'Montserrat', arial, sans-serif;

}
a:link, a:visited{
	text-decoration: none;
	color: #fff;
	outline: none;
	}
a:hover, a:active{
	text-decoration: none;
	color: #fff;
	outline: none;
	}
header{
	background-image: url(../images/mobile-header.png);
	background-size: auto 75px;
	height: 75px;
	width: 100%;
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 5px #000;
	z-index: 2;
}
header h1 { display: none; }
header a {
	height: 75px;
	width: 100%;
	display: block;
	background-image: url(../images/mobile-logo.png);
	background-size: auto 75px;
	background-repeat: no-repeat;
	background-position: center 0%;
}

footer {
	background: #666;
	width: 100%;
	height: 35px;
	position: fixed;
	bottom: 0;
	text-align: center;
	padding-top: 5px;
	z-index: 2;
}
footer p {	font-size: .75em;}
footer a {	font-size: 1em;}

#contact .desktop a{
	width: 100%;
	text-align: center;
	z-index: 2;
	position: fixed;
	bottom: 60px;
	background: #939393;
	padding: 5px 0px;
	border-bottom: none;
	margin: 0px -5%;
	}

/* Navigation */
nav{
	font-family: 'Marcellus SC', serif;
	position: fixed;
	bottom: 35px;
	width: 100%;
	min-height: 30px;
	box-shadow: 0px 0px 3px #333;
	/*background-image: url(../images/mobile-nav.png);
	background-repeat: no-repeat;
	background-size: auto 25px;*/
	z-index: 3;
	
	background: #42509a; /* Old browsers */
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTA5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjNjODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #42509a 0%, #2f3c86 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42509a), color-stop(100%,#2f3c86)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #42509a 0%,#2f3c86 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #42509a 0%,#2f3c86 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #42509a 0%,#2f3c86 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #42509a 0%,#2f3c86 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42509a', endColorstr='#2f3c86',GradientType=0 ); /* IE6-8 */

}
nav ul li{
	float: left;
	width: 33%;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-left: 1px solid #2a3676;
	border-right: 1px solid #424f92;
}

nav ul li a{
	color: #fff;
	display: block;
	font-size: 1.5em;
	text-shadow: 0px -1px 2px #000;
}
nav ul li:first-child {border-left: none;}
nav ul li:nth-child(3) {border-right: none;}

/* Article */
article{
	padding: 0px 5% 75px;
	width: 100%;
	position: absolute;
	top: 75px;
	display:none;
	}

article h3,
article .row:first-child h3:first-child {
	color: #ccc;
	text-transform: uppercase;
	margin-top: 15px;
}
article .row h3:first-child {
	margin-top: 10px;
}
article p, article ul li, article a {
	font-size: 15px;
	line-height: 1.1em;
}

article p {
	margin-bottom: 10px;
}
article ul li{
	margin-bottom: 5px;
}

article h2 {
	font-family: 'Marcellus SC', serif;
	font-size: 2.1em;
	padding: 10px;
	text-align: center;
	color: #fff;
	margin: 0px -5.6% 15px;
	font-weight: normal;
	text-shadow: 0px -1px 1px #000;

	
	background: #42509a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNTA5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzQyOTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #42509a 0%, #334292 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#42509a), color-stop(100%,#334292)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #42509a 0%,#334292 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #42509a 0%,#334292 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #42509a 0%,#334292 100%); /* IE10+ */
	background: linear-gradient(to right,  #42509a 0%,#334292 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42509a', endColorstr='#334292',GradientType=1 ); /* IE6-8 */
	}

/* Contact */
article#contact{
	display: block;
	background-image: url(../images/daiju-photo-bg.png);
	background-size: auto 100%;
	background-position: right 75px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#contact a{
	border-bottom: 1px dashed #ccc;
	line-height: 1.25em;
}

/* Service */
.accordion {
	margin-bottom: 20px;
    border-bottom: 1px solid #aaaaaa;
	}
.accordion-group {
    border-top: 1px solid #aaaaaa;
    border-bottom: none;
    border-left: none;
	border-right: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.accordion-heading .accordion-toggle {
    cursor: pointer;
    display: block;
    padding: 8px 5px;
	color: #283891;
	text-transform: uppercase;
	outline: none !important;
	font-size: 1.2em;
	background: url("../images/open-close.png") no-repeat scroll right 8px / 17px auto transparent;
}
.accordion-heading .accordion-toggle.collapsed {
	background-position: right -11px;
}
.accordion-inner {
    border-top: none;
    padding: 0px 5px 8px;
}
.accordion-inner li a {
	border-bottom: 1px dashed #ccc;
}

/* Quote */
#quote input,
#quote textarea{
	width: 100%;
	border: none;
	background: #b6b6b6;
	padding: 5px 3px;
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 7px;
	}
#quote input#quote_other_text{
	width: 40%;
	}
#quote input.check-radio{
	width: 12px;
	}
#quote .check {
	width: 50%;
	float: left;
	font-size: 1.5em;
	}
#quote input#Submit {
	background: #333;
	color: #fff;
	padding: 10px 3px;
	text-transform: uppercase;
	margin: 15px 0px;
	}
#quote form p {
	margin: 10px 0px 5px;
	}
	
@media all and (min-width: 768px) {
	body, p, ul li, a, h2, h3{
		font-size: 125%;
	}
	article p, article ul li, article a{
		font-size: 18px;
	}
	article {margin-bottom: 75px;}
	
	nav ul li a{
		color: #fff;
		display: block;
		font-size: 1.5em;
		text-shadow: 0px -1px 2px #000;
		padding: 5px 0px;
	}
	.accordion-heading .accordion-toggle {
		font-size: 1.5em;
		background-position: right 11px;
	}	
	#contact .desktop a{
		bottom: 70px;
	}
}