/* ==================================================
   Basic Styles
================================================== */

html, body, header, footer, nav, 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, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,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-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1;
    vertical-align: baseline;
}

li {
	list-style: none;
}

html, body {
	height: 100%;
}

html, hmtl a {
	width: 100%;
	font-size: 100%; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff url(../img/home/body_bg.gif) repeat-x 0 0;
	color: #000;
	font-weight: 300;
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

a {
	color: #168FC7;
	cursor: pointer;
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus {
	color: #1636C7;
	text-decoration: underline;
}

a:visited {
	color: #4E16C7;
	text-decoration: underline;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;
}

strong {
  	font-weight: 500;
}

hr {
	border-top: 1px solid #000;
	margin: 50px 0;	
}

.pc_none {
	display: none;
}

.sp_none {
	display: block;
}

.through{
	text-decoration: line-through;
}

input, button, select, textarea {
	font-weight: 300;
	font-family: Avenir, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Osaka,Roboto, Meiryo, sans-serif;
	outline: 0;
}

input:focus, 
textarea:focus,
input[type="text"]:focus {
	outline: 0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #9598a0;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9598a0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9598a0;
}


/* ==================================================
   Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

p,th,td,dt,dd,li {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.42857em;
	letter-spacing: 0.05em;
}

@media (min-width: 768px) {
	p,th,td,dt,dd,li {
		font-size: 14px;
	}
}

.font_24 {
	font-size: 24px !important;
}

.font_20 {
	font-size: 20px !important;
}

.font_18 {
	font-size: 18px !important;
}

.font_16 {
	font-size: 16px !important;
}

.font_14 {
	font-size: 14px !important;
}

.font_12 {
	font-size: 12px !important;
}


/* ==================================================
   Margin Bottom Sets
================================================== */

.margin-0 {
	margin-bottom: 0 !important;
}

.margin-5 {
	margin-bottom: 5px !important;
}

.margin-10 {
	margin-bottom: 10px !important;
}

.margin-15 {
	margin-bottom: 15px !important;
}

.margin-20 {
	margin-bottom: 20px !important;
}

.margin-30 {
	margin-bottom: 30px !important;
}

.margin-40 {
	margin-bottom: 40px !important;
}

.margin-50 {
	margin-bottom: 50px !important;
}

.margin-60 {
	margin-bottom: 60px !important;
}

.margin-70 {
	margin-bottom: 70px !important;
}

.margin-80 {
	margin-bottom: 80px !important;
}


/* ==================================================
   Padding Sets
================================================== */

.padding_large {
	padding: 20px 40px 60px 40px;
}

.padding_standard {
	padding-left: 20px;
	padding-right: 20px;
}

.padding_small {
	padding-left: 10px;
	padding-right: 10px;
}

.padding_left {
	padding-left: 20px;
}


/* ==================================================
   Color
================================================== */

.white {
	color: #fff !important;
}

.black {
	color: #000 !important;
}

.gray {
	color: #424242 !important;
}

.red {
	color: #c81737 !important;
}

.green {
	color: #689f38 !important;
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

header h1 {
	padding-top: 40px;
	padding-bottom: 10px;
	line-height: 1.0 !important;
}

header h2 {
	padding-top: 30px;
	padding-bottom: 10px;
}

header h1 span {
	font-size: 10px;
}
@media (min-width: 768px) {
	header h1 {
		line-height: 1.2 !important;
	}
	header h1 span {
		font-size: 12px;
	}
}
header h1 a,
header h2 a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;
}

header h1 a:hover,
header h2 a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}


header .sticky-nav {
	position: relative;
	width: 100%;
	height: 110px;
	padding-top: 30px;
	background: rgba(255, 255, 255, 1.0);
	z-index: 1001;
}

header .sticky-nav.stuck {
	position: fixed;
	top: 0;
	left: 0;

	height: 70px;
	padding-top: 10px;

	z-index: 1001;
	background: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

/* ==================================================
   Side
================================================== */

nav#menu #menu-nav {
	margin-bottom: 20px;
}

nav#menu h2 {
	color: #c81737;
	font-weight: bold;
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #000;
}

#menu-nav li {
	position: relative;
}

#menu-nav li a {
	color: #000;
	display: block;
	padding: 15px 20px;
	background: #fff url(../img/home/menu-nav_bg.png) no-repeat right 10px bottom 15px;
	border-bottom: 1px solid #bdbdbd;
}

#menu-nav li a:hover,
#menu-nav li a:active,
#menu-nav li a:focus {
	color: #fff;
	background: #c81737 url(../img/home/menu-nav_hover.png) no-repeat right 10px bottom 15px;
	text-decoration: none;
}

#menu-nav li.current a {
	color: #fff;
	background: #e26077 url(../img/home/menu-nav_hover.png) no-repeat right 10px bottom 15px;
	text-decoration: none;
}

#menu-nav li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    font-size: 18px;
}


/* ==================================================
   Mobile Navigation
================================================== */

.mobile-nav_bar {
	display: none;
	padding: 5px 10px;
	background: #c81737;

}

.mobile-nav_bar p {
	color: #fff;
	width: 6em;
	float: left;
}

#mobile-nav {
	display: none;
}

.menu-nav {
	background: url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -16px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
	z-index: 9999;
	border-top: 1px solid #9e9e9e;
}

#navigation-mobile li a {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	color: #000;
	background: rgba(255, 255, 255, 1.0);
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #9e9e9e;
	text-decoration: none;
}

#navigation-mobile li a:hover {
	color: #fff;
	background: #c81737;
}

#navigation-mobile li.current a {
	color: #fff;
	background: #e26077;
}


/* ==================================================
   Contents
================================================== */

#contents {
	background: #fff;
}

.subtitle {
	margin-top: 60px;
	font-size: 28px;
	border-top: 1px solid #000;
	padding-top: 30px;
	padding-bottom: 30px;
}


/* ==================================================
   Footer
================================================== */

footer {
	width: 100%;
	margin-top: 60px;
	background: #eee;
}

.ft_induce {
	background: #c81737;
	color: #fff;
	font-size: 20px;
	line-height: 1.1em;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.ft_arrow {
	margin-bottom: 20px;
	background: url(../img/home/ft_arrow.png) no-repeat top center;
	height: 20px;
}

.ft_info h1 {
	font-size: 20px;
	margin-bottom: 5px;
}

.ft_info h1 a {
	color: #000;
}

.ft_info p,
.ft_info li {
	font-size: 12px;
	margin-bottom: 10px;
}

.ft_phone,
.ft_contact {
	text-align: center;
}

.ft_phone img,
.ft_contact img {
	margin-bottom: 10px;
}

.ft_phone p span {
	font-size: 28px;
	padding-top: 5px;
}

.ft_info,
.ft_phone,
.ft_contact {
	margin-bottom: 30px;
}

footer #credits {
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	background: #fff;
}

#back-to-top {
	display: none;
	background-color: #c81737;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#back-to-top:hover {
	background-color: #e26077;
}

#back-to-top i {
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Home
================================================== */

.home_bn li {
	margin-bottom: 10px;
}

.home_slider {
	padding-left: 40px;
	padding-bottom: 44px;
}

.home_contents {
	padding-left: 40px;
	padding-right: 0;
	margin-bottom: 40px
}

.home_trainer {
	padding-left: 40px;
	padding-right: 0;
	margin-bottom: 40px
}

.home_contents h2 {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #c81737;
	color: #fff;
	font-size: 20px;
	border-bottom: 3px solid #e26077;
}

.home_trainer ul {
	margin-left: 1em;
}

.home_trainer ul li {
	margin-bottom: 2px;
	list-style: disc;
	color: #616161;
	font-size: 12px;
	line-height: 1.35;
}

.home_insole {
	padding-left: 40px;
	margin-bottom: 40px
}

.home_insole_inner {
	padding-top: 40px;
	border-top: 1px solid #c81737;
	background: #fff url(../img/home/color_bar.gif) no-repeat 0 0;
}

.home_insole_inner h2 {
	font-size: 16px;
	color: #c81737;
}

.home_insole_inner h3 {
	font-size: 26px;
	margin-bottom: 40px;
}

.home_insole_inner li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 3px 5px;
	background: #c81737;
	color: #fff;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
		 -o-border-radius: 15px;
			border-radius: 15px;
}

.home_socks {
	padding-left: 40px;
}

.home_socks_inner {
	border-top: 1px solid #f4a592;
	background: #fff url(../img/home/color_socks.gif) no-repeat 0 0;
}

.home_socks_inner h2 {
	padding-top: 40px;
	font-size: 30px;
	color: #422903;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 40px;
}

.home_socks_inner h2 span {
	font-size: 18px;
	padding: 3px 5px;
	background: #422903;
	color: #fff;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
		 -o-border-radius: 15px;
			border-radius: 15px;
	
}


/* ==================================================
   Trainer
================================================== */

.trainer_box {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.trainer_box h3 {
	margin-bottom: 15px;
	font-size: 20px !important;
}

.trainer_box ol {
	margin-left: 1em;
	margin-bottom: 15px;
}

.trainer_box ol li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-type: decimal;
	border-bottom: 1px dotted #e0e0e0;
}

.trainer_box ol li span {
	font-size: 12px !important;
}


/* ==================================================
   service
================================================== */

.service_point {
	margin-top: 60px;
	position: relative;
	padding-top: 30px;
	padding-left: 60px;
	padding-bottom: 30px;
	border-top: 1px solid #000;
}

.service_point_no {
	position: absolute;
	top: 25px;
	left: 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	background: #c81737;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	float: left;
	width: 50px;
	height: 50px;
	padding-top: 8px;
	margin-right: 5px;
}

.service_point_no span {
	font-size: 18px;
}

.service_point h3 {
	font-size: 28px;

}

.service_flow {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
}

.service_flow h4 {
	color: #c81737;
	font-size: 24px;
	margin-bottom: 15px;
}

.service_flow p {
	font-size: 14px;
}

.service_arrow {
	text-align: center;
	color: #c81737;
	font-size: 48px;
}

.charge_box {
	padding: 15px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
}

.charge_box h3 {
	color: #8FC716;
	font-size: 20px;
	margin-bottom: 10px;
}

.charge_box h3 span {
	color: #000;
}

.charge_box h4 {
	color: #c81737;
	margin-bottom: 10px;
}

.charge_box h3:before {
    content: "\f111";
    font-family: FontAwesome;
}

.charge_box .price {
	font-size: 16px;
	margin-bottom: 10px;
}

.charge_box .continue {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bdbdbd;
}


.voice {
	padding: 15px;
    background: #fff url(../img/service/voice_bg.jpg);
	border: 1px solid #f4f0e1;
	margin-bottom: 30px;
    -webkit-box-shadow: 0 10px 6px -6px #bdbdbd;
       -moz-box-shadow: 0 10px 6px -6px #bdbdbd;
            box-shadow: 0 10px 6px -6px #bdbdbd;
}

.voice h3 {
	color: #C74E16;
	font-size: 18px;
	margin-bottom: 10px;
}

.voice h3:before {
    content: "\f075";
    font-family: FontAwesome;
}

.service_message {
    position: relative;
    margin: 40px 0 1.5em;
    padding: 0.8em;
    background: #f9c043;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.service_message p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
 
.service_message:before {
    position: absolute;
    top: -40px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 40px solid #f9c043;
    content: "";
}


/* ==================================================
   Socks
================================================== */

.socks_point {
	position: relative;
  	padding: 15px 0 30px 60px;
	color: #422903;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.socks_point_no {
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	background: #f6eddf url(../img/socks/bg_secret.jpg);
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	float: left;
	width: 50px;
	height: 50px;
	padding-top: 8px;
	margin-right: 5px;
}

.socks_point_no span {
	font-size: 18px;
}

.socks_point h3 {
	padding-bottom: 5px;
	font-size: 24px;
}

.socks_point dl {
	margin-bottom: 10px;
}

.socks_point dd {
	font-family: Avenir, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Osaka,Roboto, Meiryo, sans-serif;
}

.socks_suport_1,
.socks_suport_2,
.socks_suport_3 {
	padding: 3px 10px;
	width: 10em;
	color: #fff !important;
	font-size: 18px !important;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
}

.socks_suport_1 {
	background: #6bad7b;
}
.socks_suport_2 {
	background: #f4a592;
}
.socks_suport_3 {
	background: #f9c042;
}

.socks_flow p {
	padding-left: 1em;
	padding-bottom: 20px;
	text-indent: -1em;
}


.table_socks_size {
	width: 100%;
}

.table_socks_size tbody th,
.table_socks_size tbody td {
	padding: 5px;
	font-size: 16px;
	text-align: center;
}

.table_socks_size tbody th {
	background: #422905;
	color: #fff;
	border-top: 1px solid #fff;
}

.table_socks_size tbody th .size_ss,
.table_socks_size tbody th .size_s,
.table_socks_size tbody th .size_m,
.table_socks_size tbody th .size_l {
	font-size: 24px;
	font-weight: bold;
	padding-right: 2px;
}

.table_socks_size tbody th .size_ss {
	color: #7db9c7;
}
.table_socks_size tbody th .size_s {
	color: #f8bf46;
}
.table_socks_size tbody th .size_m {
	color: #69ac7b;
}
.table_socks_size tbody th .size_l {
	color: #f3a592;
}

.table_socks_size tbody td {
	background: #f3a592;
	color: #422905;
	border-top: 1px solid #fff;
}

.shopping_socks {
    position: relative;
    margin: 40px 0 1.5em;
    padding: 0.8em;
    background: #f9c043;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.shopping_socks p {
    color: #412803;
    font-size: 20px;
    font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
 
.shopping_socks:before {
    position: absolute;
    top: -40px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 40px solid #f9c043;
    content: "";
}


/* ==================================================
   Shop
================================================== */

.greeting {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 13px;
	line-height: 1.6em;
}

@media (min-width: 768px) {
	.greeting {
		font-size: 16px;
	}
}

.table_outline {
	width: 100%;
}

.table_outline th,
.table_outline td {
	padding: 10px;
	border: 1px solid #9e9e9e;
}

.table_outline th {
	background: #fafafa;
	width: 10em;
}


/* ==================================================
   Contact
================================================== */

.form_style {}

.form_style dl {
	background: #eeeeee;
	border-bottom: 1px solid #fff;
}

.form_style dl dt {
	padding: 15px;
}

.form_style dl dt:before {
    content: "\f0d7";
    font-family: FontAwesome;
}

.form_style dl dd {
	padding: 0 15px 15px 15px;
}

.form_style input,
.form_style textarea {
	position: relative;
	z-index: 2;
    border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
	
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	background: #fff;
    font-size: 16px;
    height: auto;
    padding: 10px;
	margin: 0;
	
    resize: none;
}

.form_style input {
    width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_style textarea {
    width: 100%;
	resize: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form_style dl dd label {
	position: relative;
	padding: 5px 5px 5px 25px;
	margin : 0 5px 0 -25px;
	z-index: 1;
}

.form_style dl dd.error input , 
.form_style dl dd.error textarea , 
.form_style dl dd.error label {
	background: #fee3e6;
}

.form_style dl dd p.error {
	margin: 0;
	color: red;
	font-weight :bold;
	margin-bottom: 1em;
}

.form_style textarea , x:-moz-any-link { font-size: 16px; } /* Firefox */

.form_btn {
	background: #eeeeee;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 40px;
    text-align: center;
    vertical-align: middle;
	
	-webkit-transition: background 0.1s linear 0s, color 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, color 0.1s linear 0s;
		    transition: background 0.1s linear 0s, color 0.1s linear 0s;
}

.form_btn input {
  	display: inline-block;
  	margin-bottom: 0;
	background-color: #c81737;
	color: #fff;
  	vertical-align: middle;
  	text-align: center;
  	font-weight: 500;
  	font-size: 16px;
	padding: 15px;
  	cursor: pointer;
	border: none;
	width: 40%;

	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;

	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}

.form_btn input:hover,
.form_btn input:active {
	background-color: #e26077;
}


/* ==================================================
   ul
================================================== */

.ul_basic {
	padding-left: 1em;
	padding-bottom: 0.25em;
	color: #c81737;
	text-indent: -1em;
}

.ul_basic span {
	color: #424242;
}

.ul_basic li {
	margin-bottom: 5px;
}

.ul_basic li:before {
    content: "\f111";
    font-family: FontAwesome;
}

.ul_inline li {
	display: inline-block;
}


/* ==================================================
   Accordion & Toggle
================================================== */

.accordion {
  	margin-bottom: 20px;
}

.accordion-group {
  	margin-bottom: 4px;
  	border: none;
  	-webkit-border-radius: 0;
       -moz-border-radius: 0;
          	border-radius: 0;
}

.accordion-heading {
  	border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
	position: relative;
  	display: block;
  	padding: 15px 60px 15px 15px;
	background: #eee;
	border-left: 6px solid #c81737;
	color: #000;
	font-weight: 300;
	text-transform: uppercase;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-toggle {
  	cursor: pointer;
}

.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {
	background: #e26077;
	color: #fff;
}

.accordion-heading .accordion-toggle.active {
	background: #c81737;
	color: #fff;
}

.accordion-heading .accordion-toggle.inactive {
	background: #eee;
	color: #000;
}

.accordion-heading.accordionize .accordion-toggle span,
.accordion-heading.togglize .accordion-toggle span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -8px 0 0 0;
    color: #c81737;
    font-size: 18px;
	
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.accordion-heading:hover .accordion-toggle span {
	color: #fff;
}

.accordion-heading .accordion-toggle.active span,
.accordion-heading:hover .accordion-toggle.inactive span {
	color: #fff;	
}

.accordion-heading.accordionize .accordion-toggle.active span,
.accordion-heading.togglize .accordion-toggle.active span {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-heading.togglize .accordion-toggle span {
	margin: -8px 0 0 0;
	font-size: 18px;
}

.accordion-heading.togglize .accordion-toggle.active span {
	opacity:0;
	filter: alpha(opacity=0);
}

.accordion-heading.togglize .accordion-toggle.active span + span {
	opacity:1;
	filter: alpha(opacity=100);
}

.accordion-inner {
	background: #fafafa;
  	padding: 16px 20px;
	border: none;
}


/* ==================================================
   Buttons
================================================== */

.button {
  	display: inline-block;
  	margin-bottom: 0;
  	padding: 13px 26px;
	background-color: #fff;
	color: #000 !important;
  	vertical-align: middle;
  	text-align: center;
  	text-transform: uppercase;
  	font-weight:500;
  	font-size: 16px;
  	cursor: pointer;
	border: 1px solid #000;

	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
  	*border: 0;
  	*zoom: 1;
}

/*--- Hover/Active/Focus State ---*/

.button:hover,
.button:active,
.button:focus {
	background-color: #c81737;
	color:#fff !important;
	border: 1px solid #c81737;
	text-decoration: none;
}

/* --- Button Sizes --- */

.button.button-large {
  	padding: 16px 30px;
  	font-size: 18px;
}

.button.button-small {
  	padding: 8px 30px;
  	font-size: 16px;
}

.button.button-mini {
  	padding: 4px 12px;
  	font-size: 12px;
}

.button.button-block {
	padding-right: 0;
	padding-left: 0;
	width: 100%;	
}

.button + .button {
	margin-left: 10px;	
}


/* ==================================================
   map
================================================== */

.map_canvas {
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}

.map_canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}