*{
	margin:0;
	padding:0;
}

html{
	overflow: -moz-scrollbars-vertical;
	overflow-x:auto;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:26px;
	color:#000;
	-webkit-text-size-adjust: none;
	overflow:hidden;
}

body a img{
	border:none;	
}

body a img:hover{
	opacity:0.9;	
}

body hr{
	background-image:url('/inc/img/common/hr.gif');
	background-repeat:repeat-x;
	background-color:transparent;
	color:transparent;
	height:1px;
	border:none;
	margin-top:0px;
	margin-bottom:25px;
}

.multifooter{
	display:block;
	clear:both;
	height:1px;
	font-size:1px;	
}
input:not(type=checkbox):not(type=radio) {
    -webkit-appearance: none;
}
input[type="submit"]:not(.search_btn) { -webkit-appearance:none; }
input[type="button"]{-webkit-appearance:none;}

p{
	margin-bottom:25px;
}
a{
	font-weight:500;
	color:#e95c0c;
	text-decoration:none;
}
h1{
	font-size:30px;
	line-height:34px;
	margin-bottom:25px;
	font-weight:300;
	color:#000;
	text-transform:uppercase;
}
h2{
	font-size:30px;
	line-height:34px;
	margin-bottom:25px;
	font-weight:300;
	color:#000;
	text-transform:uppercase;
}
h3{
	font-size:30px;
	line-height:34px;
	margin-bottom:25px;
	font-weight:300;
	color:#000;
	text-transform:uppercase;
}
h4{
	font-weight:600;
	font-size:16px;
	line-height:26px;
	color:#000;
	margin-bottom:0px;
}
h1, h2, h3, h4{
	display:block;
	overflow:hidden;
	text-overflow: ellipsis;
}
h1 a, h2 a, h3 a{
	color:#000;
	font-weight:300;	
}
h4 a{
	color:#000;
	font-weight:600;	
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	color:#222;	
}
a.button{
	display:inline-block;
	width:192px;
	padding:23px 10px 23px 10px;
	overflow:hidden;
	vertical-align:middle;
	font-size:20px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#e95c0c;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-weight:300 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
	border:none;
	border-radius:15px;
	white-space:nowrap;
}
a:hover, a.button:hover, .d_button:hover, .g-recaptcha:hover{
	cursor:pointer;
	opacity:0.8 !important;
}
.d_button, .g-recaptcha{
	display:inline-block;
	width:200px;
	padding:20px 10px 20px 10px;
	overflow:hidden;
	vertical-align:middle;
	font-size:20px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	background-color:#e95c0c;
	color:#fff;
	font-family: 'Roboto', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform:uppercase;
	border:3px solid #000;
	border-radius:15px;
	white-space:nowrap;
	margin-top:20px;
}
ul{
	margin:0;
	padding:0;
	margin-bottom:25px;
}
ul li{
	margin:0 0 10px 0;
	padding:0;
	padding-left:15px;
	list-style:none;
	background-image:url('../images/bullet.gif');
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
}
ul li ul{
	margin-bottom:0;
	margin-top:10px;
}
ol{
	margin:0;
	padding:0;
	margin-bottom:25px;
	margin-left:25px;
	list-style-position:outside;
}
ol li{
	margin:0 0 10px 0;
	padding:0;
	line-height:20px;
	text-align:left;
}
ol li ol{
	margin-top:10px;
	margin-bottom:0;
	margin-left:20px;
}
table td.fr-tag{
	border:none !important;	
}
table td *:last-child{
	margin-bottom:0;
}
table table{
	margin-bottom:0;	
}
table{
	border:none;
	border-collapse:collapse;
	margin-bottom:25px;
	margin-left: auto;
	margin-right: auto;
}
table tr th{
	background-color:transparent !important;
	text-align:left;
	font-weight:600;
	padding:5px 5px 5px 5px;
	border:none;
	border-bottom:2px solid #000 !important;
	text-transform:none;
	color:#000 !important;
	vertical-align:bottom;
	font-size:16px;
	line-height:18px;
	text-align:right;
	text-transform:uppercase;
}
table tr th:nth-of-type(1){
	text-align:left;	
}
table tr td{
	padding:5px 5px 5px 5px;
	border:none;
	background-color:transparent;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
	text-align:right;
}
table tr td:nth-of-type(1){
	text-align:left;	
}
table tr:nth-of-type(even) td{
	background-color:#ddd;
}
table table{
	margin-bottom:0;	
}

.form_area{
	display:block;
	padding-bottom:20px;
}
.form_area label{
	margin-right:10px;
}

label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 45px;
  margin-right: 15px;
  padding-top:4px;
  margin-bottom:5px;
}

label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0px;
  top:0px;
  background-color: #fff;
  border:2px solid #ccc;
  border-radius:5px;
}

input[type=checkbox] {
  display: none;
}
input[type=radio] {
  display: none;
}
.checkbox label:before {
  border-radius: 3px;
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  content: "\2713";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 26px;
  color: #e95c0c;
  text-align: center;
  line-height: 26px;
}


.form_area p{
	margin-bottom:10px !important;
	text-align:left;
}
.form_area h4{
	font-size:36px;
	line-height:38px;
	font-weight:600;
}
.form_area p{
	font-weight:600;	
}
.form_area p strong, p strong{
	font-weight:600;
}
label:hover{
	cursor:pointer;	
	opacity:0.8;
}
.form_area fieldset p{
	text-align:left !important;
	margin-bottom:20px !important;
	font-weight:300;
}
.form_area hr{
	display:none;
}
input[type="radio"], input[type="checkbox"]{
	margin-right:15px;
}
.d_error_msg{
	color:#1d1d1b;
	font-weight:300 !important;
	color:#f00;
}
.d_form_field_co{
	display:block;
	width:100%;
	padding:0 15px 0 15px;
	height:50px;
	line-height:50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:15px 15px 15px 15px;
}
.d_form_field{
	display:block;
	border:1px solid #ccc;
	background-color:#fff;
	width:100%;
	padding:0 15px 0 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#1d1d1b;
	height:40px;
	line-height:40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.d_form_field_cb{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:bottom;
}
.d_form_field_table{
	display:inline-block;
	width:180px;
	line-height:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align:bottom;
	padding:3px;
	padding-right:20px;
	padding-left:20px;
	border:1px solid #e95c0c;
	border-radius:5px;
	background-color:#fff;
}
.extra_padding_top{
	padding-top:20px;
}
.extra_padding_bottom{
	padding-bottom:20px;
}
textarea.d_form_field{
	height:auto;
	line-height:20px;
	padding-top:10px;
	resize:none;
	overflow:hidden;
}
option:disabled{
	background: #f2f2f2;
	color:#fff;
}
/*mobiilinavi*/
.mobileonly, .thidden{
	display:none;	
}
a#jumptocontent{
	position:absolute;
	left:12px;
	top:13px;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	color:#000;
	font-size:16px;
	line-height:18px;
	display:none;
	text-transform:uppercase;
}
a#jumptocontent:hover{
	color:#e95c0c;
}
.mobileonly{
	display:none;	
}
.kcc-menu-mobile{
	display:none;	
}
.kcc-menu-toggle{
	background-color:#fff !important;
	border-bottom:1px solid #ccc !important;
}
#kccmenu-btn{
	background-color:transparent !important;
	color:#000 !important;
}
#kccmenu-btn i{
	color:#000 !important;
	top:0 !important;	
}
#kccmenu-btn:hover i{
	color:#e95c0c !important;	
}
.kcc-menu-expand{
	background-color:#fff !important;
	color:#e95c0c !important;
	height:49px !important;
	width:49px !important;
}
.kcc-menu-expand i{
	color:#e95c0c !important;	
}
.kcc-menu-expand:hover{
	background-color:#f2f2f2 !important;
}
ul.kcc-menu-mobile li a{
	margin:0 !important;
	padding:12px 65px 13px 12px !important;
	border-bottom:1px solid #fff !important;
	background-color:#f2f2f2 !important;
	text-transform:none !important;
	color:#000 !important;
	font-size:16px !important;
	line-height:24px !important;
	text-decoration:none !important;
	font-family: 'Roboto', sans-serif;
}
ul.kcc-menu-mobile li a:hover, ul.kcc-menu-mobile li a.current{
	background-color:#fff !important;
	color:#e95c0c !important;
}
ul.kcc-menu-mobile li ul li a{
	padding-left:24px !important;
	text-transform:none !important;
}
ul.kcc-menu-mobile li ul li ul li a{
	padding-left:36px !important;
}
.scrollToTop{
	color:#e95c0c;
	font-weight:300;
	position:fixed;
	bottom:5px;
	right:10px;
	display:none;
	z-index:999;
	font-size:10px;
}
.scrollToTop:hover{
	opacity:0.8;
}

.logo_bar{
	display:block;
	background-color:#fff;
	padding:20px 0 15px 0;
}
.logo_bar a{
	display:block;
	margin:auto;
	width:92%;
	max-width:625px;
}
.logo_bar a img{
	display:block;
	width:100%;
	height:auto;
	line-height:1px;	
}
.logo_bar a:hover img{
	opacity:1;	
}
.navigation{
	display:block;
	background-color:#fff;
	height:45px;
	padding:17px 0 0 0;
	overflow:hidden;
	border-top:2px solid #e95c0c;
}
.navigation.fixed{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	margin-bottom:0;
	border-bottom:2px solid #e95c0c;
	z-index:999;
}
.navigation ul{
	margin:0;
	padding:0;
	text-align:center;	
}
.navigation ul li{
	display:inline-block;
	margin:0 35px 0 0;
	font-size:20px;
	line-height:26px;
	padding:0;
	background-image:none;
}
.navigation ul li:last-of-type{
	margin-right:0;	
}
.navigation ul li a{
	font-weight:500;
	text-transform:uppercase;
	color:#000;
}
.navigation ul li a:hover, .navigation ul li a.current{
	color:#e95c0c;	
}
.contents{
	display:block;
	margin:auto;
	width:92%;
	max-width:650px;
	text-align:center;	
}
.contents img{
	max-width:100%;
	height:auto;	
}
.grey_bar{
	display:block;
	background-color:#f2f2f2;
	padding:40px 0 1px 0;
	margin-bottom:10px;	
	border-top:1px solid #e95c0c;
	border-bottom:1px solid #e95c0c;
}
.contact_bar{
	display:table;
	width:calc(100% - 20px);
	table-layout:fixed;
	margin:0 10px 10px 10px;
}
.contact_bar .contacts{
	display:table-cell;
	width:64%;
	vertical-align:top;
	padding:20px 0 20px 0;
}
.contact_bar .contacts .ccols{
	display:block;
	margin:auto;
	width:92%;
	max-width:860px;
	text-align:center;
}
.contact_bar .contacts .ccols h2{
	margin-bottom:40px;
}
.contact_bar .contacts .ccols .ccol{
	display: inline-block;
	width:calc(33.33% - 32.5px);
	margin-right:40px;
    vertical-align: top;
    *display: inline;
    *margin-right:40px;
    *zoom: 1;
	text-align:center;
}
.contact_bar .contacts .ccols .ccol:nth-of-type(3n+3){
	margin-right:0;
	*margin-right:0;	
}
.contact_bar .contacts .ccols .ccol p{
	margin-bottom:20px;	
}
.contact_bar .contacts .ccols .ccol:nth-of-type(1) p:nth-of-type(2){
	margin-bottom:50px;	
}
.contact_bar .contacts .ccols .ccol a, .footer a{
	font-weight:300;
	color:#000;	
}
.contact_bar .contacts .ccols .ccol a:hover, .footer a:hover{
	color:#e95c0c;	
}

.footer{
	display:block;
	padding:25px 60px 25px 60px;
	border-top:2px solid #e95c0c;
	vertical-align:middle;
	text-align:center;	
}
.footer .f_table{
	
}
.footer .f_table .ft_col{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}
.footer .f_table .ft_col:first-of-type{
	text-align:middle;	
}
.footer .f_table .ft_col h3{
	margin-bottom:0px;	
}
.footer .f_copyright{
	margin-top:15px;
	color:#1b2032;	
}

.vast_type_header{
	padding-right:20px;
}

.two_buttons{
	margin-bottom:30px;
}
.two_buttons form{
	display:inline-block;
}
.two_buttons form:last-of-type{
	margin-left:20px;
}

@media all and (max-width:1124px){
	h1, h2, h3{
		font-size:24px;
		line-height:28px;	
	}
	.logo_bar{
		padding:15px 0 15px 0;	
	}
	.navigation ul li{
		margin:0 20px 0 0;	
	}
	.grey_bar{
		padding:25px 0 1px 0;	
	}
	
}

@media all and (max-width:950px){
	
	.footer .f_table{
		display:block;
		padding:25px 0 1px 0;	
	}
	.footer .f_table .ft_col, .footer .f_table .ft_col:last-of-type{
		display:block;
		width:100%;
		margin:0 0 10px 0;
	}
	.footer img{
		display:none;
	}
}

@media all and (max-width:818px){
	.logo_bar a{
		max-width:450px;
	}
	.navigation{
		padding-top:18px;	
	}
	.navigation ul li{
		font-size:16px;
		line-height:20px;	
	}
	a.button, .d_button, .g-recaptcha{
		font-size:18px;
		line-height:18px;
		padding:18px 10px 18px 10px;	
	}
	label:before{
	  top:2px;
	}
	.d_clienttype_inputs label{
		padding-bottom:10px;
	}
}

@media all and (max-width:610px){
	table{
		border:none;	
	}
	table tr{
		display:block;
		padding:10px 0 0 0;	
	}
	table tr td{
		width:100% !important;
		display:block;
		border:none;
		padding:0px 0 5px 0;
		text-align:left;
	}
	table tr:nth-of-type(even) td{
		background-color:transparent;	
	}
	table tr td:last-of-type{
		padding:0 0 5px 0;
		border-bottom:1px solid #ccc;	
	}
	.navigation{
		display:none;	
	}
	.kcc-menu-toggle{
		display:block !important;	
	}
	a#jumptocontent{
		display:inline;	
	}
	.contact_bar .contacts .ccols .ccol, .contact_bar .contacts .ccols .ccol:nth-of-type(3n+3){
		display:block;
		width:100%;
		margin-right:0;
		*margin-right:0;	
	}
	.contact_bar .contacts .ccols .ccol:nth-of-type(1) p:nth-of-type(2){
		margin-bottom:25px;	
	}
	.contact_bar img{
		display:none;
	}
	.form_area .d_form_field{
		font-size:14px;
	}
	.vast_type_header{
		display:block;
		padding-bottom:5px;
	}
	.two_buttons form{
		display:block;
	}
	.two_buttons form:last-of-type{
		margin-left:0px;
	}
}
