﻿html, body {
	font-family: 'Roboto', Verdana, Arial ,Helvetica, sans-serif;
	font-weight: 300;
	padding: 0px;
	margin: 0px;
	color: #8a8a8a;
}

a {
	color:#0066FF;
}

a:hover
{
	color: #ffffff;
	background: #0066ff;
	height: auto;
}


p {
	color: #555;
}

.height10 { height: 10px; }
.height20 { height: 20px; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
}

h1	{ font-size: 36px;
	color: #555555; }
	padding-left: 8px;
	}

h2	{ font-size: 24px; color: #333333; }
h3	{ font-size: 18px; color: #eeeeee; }

.wisdom_blog h2 { color: #ffffff; }

img {
  	max-width: 100%;
  	height: auto;
  	width:auto;
}
.clear	{ clear: both;}

.mWrapper {
  	width: 100%;
  	background-color: white;
  	z-index: 5000;
}

.btn-secondary {
	color: rgb(255, 255, 255);
	background-color: rgb(37, 108, 173);
	height: 2.3em;
	font-size: 16px;
}

.btn-secondary:focus {
	color: rgb(255, 255, 255);
	background-color: rgb(24, 72, 255);
	height: 2.3em;
	font-size: 16px;
}


.btn-secondary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(24, 72, 255);
	height: 2.3em;
	font-size: 16px;
}

/* order buttons single line -------- */
.btn-add-to-cart {
	color: rgb(240, 240, 240);
	background-color: rgb(37, 108, 173);
	vertical-align: bottom;
	font-size: 14px;
}

.btn-add-to-cart:focus {
	color: rgb(255, 255, 255);
	background-color: rgb(24, 72, 255);
	vertical-align: bottom;
	font-size: 14px;
}


.btn-add-to-cart:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(24, 72, 255);
	vertical-align: bottom;
	font-size: 14px;
}


.wisdom_top	{
	position: fixed;
	z-index: 5000;
	background: #ffffff;
	width: 100%;

}
.wisdom_slider {
	top: 35px;
	position: relative;
}

.logo {
	padding: 0 0 0 0px;
	width: 150px;
}

.wisdom-padding10 {
	padding-left: 10px;
}

.wisdom-padding40 {
	padding-left: 40px;
}

/*------------ tab -------------*/

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 20px;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #0099ff;
        color: white;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #0066ff;
    color: white;
}


/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
}

/*------------used for cart too-------------*/

.product-head {
	margin: 10px 10px 10px 10px;
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	font-size: 15pt;
	color: #0078D7;
	background-color: #ffffff;
    transition: 0.3s;
}

.product-head a {
	color: #0078D7;
	text-decoration: none;
}

.product-head a:hover {
	padding: 3px 0px 3px 0px;
	cursor:pointer;
	color: #FFFFFF;
	background-color: #0066ff;
}

.product-head a:visited {
	padding: 3px 0px 3px 0px;
	cursor:pointer;
	color: #FFFFFF;
	background-color: #FF33ff;
}

.product-head img {
	vertical-align: middle;
}
.product-head img:hover {
	background: #0060ff;
	vertical-align: middle;
}

/*------------used for plus-------------*/

.feature-title {
	margin: 10px 10px 10px 10px;
	vertical-align: top;
	font-size: 15pt;
}

.feature-font {
	font-size: large;
	padding-left: 10px;
	padding-right: 10px;
}

.feature-font-black {
	font-size: large;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

.feature-font-black-x-large {
	font-size: x-large;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}


.feature-font-no-button {
	font-size: large;
	padding-left: 30px;
}

.feature-font-detail {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	width: 98%;
	font-size: medium;
}


.feature-font-detail-100 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
	width: 99%;
	font-size: medium;
}

.wisdom-font-small {
	font-size: small;
	padding-left: 10px;
	padding-right: 10px;
	color: black;
}

.wisdom-font-small-20 {
	font-size: small;
	padding-left: 20px;
	padding-right: 40px;
	color: black;
}


#top-menu {
    background: white;
}
#top-menu ul { float: right;}
#top-menu li {
    float: left;
	line-height: 35px;
	display: inline-block;
}

#top-menu a {
    display: block;
    -webkit-transition: 1s all ease;
    -moz-transition: 1s all ease;
    transition: 1s all ease;
    color: #666;
    text-decoration: none;
	font-size: 18px;
}

#top-menu a:hover {
    color: #ffffff;
	background: #0099FF;
}

#top-menu li.active a {
    color: #ffffff;
	background: #0099FF;
	line-height: 35px;
	font-size: 18px;
}


/* regular push buttons */
.push-button {
vertical-align: top;
}

.push-button-middle {
vertical-align: middle;
}

.line-thin {
	color: #bbbbbb;
}

.line-blue {
	color: #0066ff;
}

/* black buttons */
.btn-primary {

	color: #555555;

	background-color: rgba(144, 144, 144, 0.2);
	box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.5);
	border-radius: 30px;
	border: 2px ;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	font-size: 1.5em;
	height: 2.7em;
	line-height: 2.5em;
	padding: 0 0.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	text-indent: 0.25em;
}

.btn-primary:hover {
	color: #ffffff;
	border-color: #ffffff;
	background-color: rgba(144, 144, 144, 0.9);

		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		font-size: 1.5em;
		height: 2.7em;
		line-height: 2.5em;
		padding: 0 0.5em;
		text-align: center;
		text-decoration: none;
	white-space: nowrap;
}

.btn-primary-white {

	color: #ffffff;

	background-color: rgba(144, 144, 144, 0.4);
	box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.5);
	border-radius: 30px;
	border: 2;
	border-color: #ffffff;

	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	font-size: 0.7em;
	height: 2.7em;
	line-height: 2.5em;
	padding: 0 0.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.btn-primary-white:hover {
	color: #ffffff;
	border-color: #ffffff;
	background-color: rgba(144, 144, 144, 0.9);

		cursor: pointer;
		display: inline-block;
		font-weight: 300;
		font-size: 0.7em;
		height: 2.7em;
		line-height: 2.5em;
		padding: 0 0.5em;
		text-align: center;
		text-decoration: none;
	white-space: nowrap;
}


/*-----------------------------------------------*/
.wisdom_caption	{
	margin-left: 2%;
	margin-right: 2%;
	text-align: center;
	text-shadow: none;
	top: 10%;
	position: absolute;
	z-index: 10;
	width: 100%;
}
.wisdom_caption p { color: #FFFFFF;
	background: rgba(0, 0, 0, 0);
	padding: 0px;
	font-size: 36px;
}

.wisdom_caption_sub { 
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0);
	padding: 10px;
	font-size: 20px;
}

.wisdom_caption h1 { color: #FFFFFF;
	background: rgba(0, 0, 0, 0);
	font-size: 20px;
	color: #ffffff;
}


.wisdom_product_box	{
	background-color: #ffffff;
	padding: 80px 0px 10px 0px;

}

.wisdom_product_box_follow	{
	background-color: #ffffff;
	padding: 10px 0px 10px 0px;

}

.wisdom_about_box {
	background: #ffffff;
	border-radius: 0px;
	padding-bottom: 10px;
	text-align: center;
}

.square_coner {
	margin: 0 auto;
	width: 250 px;
	margin-bottom: 10px;
}

.wisdom_portfolio {
	padding: 30px 0px;
	text-align: center;
}

.wisdom_portfolio p { padding-bottom: 0px; }

.portfolio-title {
		width: 100%;
		text-align: center;

}
.portfolio-title p {
		color: #000000;
		font-size: 24px;
		margin-top: -10px;

}

.portfolio-title h2 {
		color: #000000;
		font-size: 32px;
}

.portfolio-title h3 {
		margin-top: -10px;
		width: 100%;
		text-align: center;
		color: #222222;
		font-size: 16px;
}

.portfolio-title a { color: #333333; }


.wisdom_blog {
	width: 100%;
	background: #333537;
	padding: 10px 0px;
	color: #ffffff;
	text-align: center;
}

.wisdom_blog p { padding-bottom: 10px; }



.wisdom_copyright	{
	float: center;

	width: 100%;
	padding-left: 20px;
	font-size: 11px;
	color: #999999;
}

.slideshow {
  margin: auto;
  width: 80%;
}
.slideshow img { padding: 2px; }


ul.a {list-style-type: none;}


/*-----------------------------*/
.wisdom_footer	{
	padding: 0px 0px;
	background: #333;
}

.wisdom_footer h4 {
	color: #aaa;
}

.wisdom_footer a {
	list-style: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

.wisdom_footer ul li {
	list-style: none;
}

.wisdom_footer ul li:hover a:hover {
	background: #0099ff;
}

input, select {
    font-size:14px;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
#banner-home
{
	background: url(../images/people.jpg) no-repeat center;
	padding: 150px 0px;
	position: relative;
	background-size: cover;
	color: #ffffff;
}

#banner-shhome
{
	background: url(../images/sh7/boat80.jpg) no-repeat center;
	padding: 150px 0px;
	position: relative;
	background-size: cover;
	color: #ffffff;
}


#id-mg4-banner
{
	background: url(../images/label/snow_boarder_790.jpg) no-repeat center;
	padding: 130px 0px;
	position: relative;
	background-size: cover;
	color: #ffffff;
}

#id-ms4-banner
{
	background: url(../images/label/snow_boarding_yell.jpg) no-repeat center;
	padding: 130px 0px;
	position: relative;
	background-size: cover;
	color: #ffffff;
}

#id-common-banner
{
	padding: 120px 0px;
	position: relative;
	background-size: cover;
	color: #ffffff;
}

/*-------------detail--------------*/
.product-detail {
	color: #000;
}

.product-detail img{
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*-------------common--------------*/

.product-common {
	width: 95%;
}
.product-common img{
	width: auto;
}

.product-common img:hover {
	border: none;
	background: #ffffff;
	}

.product-common hr {
border: 1px solid rgb(0, 172, 255);
border-image: url('') none;
width: 240px;
}


.product-main {
	width: 100%;
	padding-left: 20px;
	text-align: left;
	float:left;
	padding: 40px 10px 10px 10px;
}

.product-common, .product-main h1{
	font-size: 18px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}

.product-common h2	{
	font-size: 24px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}

.product-common h3	{
	font-size: 18px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}

.product-common, .product-main  h4	{
	font-size: 16px;
	color: #000;
	background: #fff;
	padding-left: 8px;
	}


/*-------------detail sub--------------*/
.product-sub-title {
	padding-right: 30px;
}

/*-------------detail left--------------*/
.product-detail-left {
	text-align: left;
	float: left;
	width: 80%;
	padding-left: 20px;
	padding-right: 30px;
	color: #000;
}

.product-detail-left img {
	padding-right: 10px;
	margin-bottom: -15px;
}

.product-detail-left h4 {
	color: #000000;
	line-height: 130%;
}

.product-detail-left h5 {
	padding-right: 20px;
	margin-bottom: 20px;
}


/*-------------product section--------------*/
.product-section-title {
		width: 100%;
		text-align: center;
		font-size: 28px;
		color: #555;
		letter-spacing: -1px;
		line-height: 8px;
		margin-top: 30px;
		margin-bottom: -1px;
}

.product-section-title hr {
border: 1px solid rgb(0, 172, 240); border-image: url('') none;
width: 120px;
}

.product-section-center {
		width: 100%;
		text-align: center;
		font-size: 24px;
		letter-spacing: -1px;
		line-height: 8px;
		margin-top: 30px;
		margin-bottom: -1px;
}

/*-------------product review--------------*/
.product-review {
	width: 50%;
	padding: 0 20px 0 0; ;
	color: #000000;
	text-align: left;
	float:left ;
}
product-review p {
	color: #000000;
}

.product-review-1 {
	width: 100%;
	padding: 0 20px 0 0; ;
	color: #000000;
	text-align: left;
	float:left ;
}

.product-review-box {
	margin: 0px 15px 10px 0px; padding: 5px; border: 2px solid rgb(47, 47, 47); border-image: url('') none;
width: 60px; height: 60px; text-align: center; float: left;
}
.product-review-box h4 {
	font-size: 13px; margin-top: 5px; margin-bottom: 0px;
}

.product-review-title h5 {
	font-size: 16px;
	height: 28px; margin-bottom: 0px;margin-top: -0px;
}

.product-review-title::before {
	display: table; content: " ";
}
.product-review-title::after {
	display: table; content: " ";
}
.product-review-title::after {
	clear: both;
}
.product-review-title p {
	font-size: 12px; margin-top: -5px;
}


.wisdom_bottom_line	{
	padding: 3px 6px 6px 6px;
	width: 100%;
	background: #333536;
	width: 100%;
	height: 24px;
	font-size: 12px;
	color: #eeeeee;
	}

/*----------------------------------------------------------------------------------*/
/* https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_js_dropdown_filter */
/*----------------------------------------------------------------------------------*/

.dropbtn {
    padding: 5px;
    font-size: 5px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #0066ff;
}

#myInput {
    border-box: box-sizing;
    background-image: url('../images/sh7/searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 150px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}


/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and 
(min-device-width : 320px) and 
(max-device-width : 480px) 
{
	.logo{
		display: none;
	}

	.dropdown{
		display: block;
		padding-left: 10px; 
	}
	
	.wisdom_caption {
		display: none;
	}
	
	.mainMenu li {
		display: none;
	}
	.mainMenu li a {
		display: none;
	}
	#top-menu li a {
		display: none;
	}
		

}

@media (min-width : 0px) and (max-width : 400px) 
{
	.logo{
		display: none;
	}

	.dropdown{
		display: block;
		padding-left: 10px; 
	}
	
	.wisdom_caption {
		display: none;
	}
	
	.mainMenu li {
		display: none;
	}
	.mainMenu li a {
		display: none;
	}
	#top-menu li a {
		display: none;
	}
		

}

@media(min-width : 400px) and (max-width : 568px) 
{
	.dropdown{
		display: none;
	}
	.wisdom_caption h1 {
		display: none;
	}
	
	.mainMenu li a {
		font-size: 10px;
	}
	#top-menu li a {
		font-size: 10px;
	}
	#top-menu li a	{ padding: 2px;}
	#top-menu li.active a {
    color: #ffffff;
	background: #0099FF;
	font-size: 10px;
	}


}

@media(min-width:568px) and (max-width:768px)
{
	.dropdown{
		display: none;
	}
	
	.wisdom_caption  h1{
		display: none;
	}
	.wisdom_container {	width: 100%;}
	.wisdom_container .mainMenu li a {padding: 0px;}

	#top-menu {
		background: white;
	}
	#top-menu ul { float: right;}
	#top-menu li {
		float: left;
		line-height: 25px;
		display: inline-block;
	}

	#top-menu a {
		display: block;
		-webkit-transition: 1s all ease;
		-moz-transition: 1s all ease;
		transition: 1s all ease;
		color: #666;
		text-decoration: none;
		font-size: 14px;
	}

	#top-menu a:hover {
		color: #ffffff;
		background: #0099FF;
	}

	#top-menu li.active a {
		color: #ffffff;
		background: #0099FF;
		line-height: 25px;
		font-size: 14px;
	}
	
	#top-menu li a	{ padding: 3px;}		
}


@media(min-width:768px) and (max-width:9999px)
{
	.dropdown{
		display: none;
	}
	
	#top-menu li a	{ padding: 8px;}	

	#top-menu li {
		float: left;
		line-height: 25px;
		display: inline-block;
	}	
		
	.wisdom_caption	{ font-size: 28px; text-align: center; top: 10%;}

	.wisdom_container {	width: 100%;}

	.wisdom_container .mainMenu li a {padding: 0px;}

}


/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------*/

.group:after {
  content: "";
  display: block;
  clear: both;
}

.landing-page {
  width: 882px;
  margin: 100px auto 0;  
}

.landing-page *,
.landing-page *:before,
.landing-page *:after {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; 
}

.landing-page .module {
	border: 1px solid rgb(219, 219, 219);
	border-radius: 4px;
	float: left;
	padding: 2em;
	width: 48%;
}

.landing-page .module > *:last-child,
.landing-page .module > *:last-child > *:last-child,
.landing-page .module > *:last-child > *:last-child > *:last-child {
	margin: 0;
	padding: 0;
}

.landing-page .note {	
	background-color: rgb(236, 248, 236);
	border: 1px dashed;	
	border-radius: 4px;	
	color: rgb(115, 136, 96);
	font-family: georgia;	
	font-size: .9em;
	font-style: italic;
	margin: 20px auto;
	padding: 2em;
}

.form-appointment {
	padding: 2em;
	background-color: rgb(239, 252, 239);
	border-radius: 4px;
	border: 1px solid rgb(130, 228, 130);
	box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
	font-family: 'PT Sans', Arial, sans-serif;
	margin: 20px auto;
}

.form-appointment input[type=text],
.form-appointment input[type=email],
.form-appointment input[type=tel],
.form-appointment textarea {	
	border: 1px solid rgb(153, 202, 129);
	border-radius: .2em;	
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 1.1em;
	padding: .4em 1em;
	margin: 0 0 .8em;
	width: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.08) inset;
}

.form-appointment input[type=text],
.form-appointment input[type=email],
.form-appointment input[type=tel],
.form-appointment input[type=submit],
.form-appointment textarea {	
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.form-appointment input[type=text]:active,
.form-appointment input[type=text]:focus,
.form-appointment input[type=email]:active,
.form-appointment input[type=email]:focus,
.form-appointment input[type=tel]:active,
.form-appointment input[type=tel]:focus,
.form-appointment textarea:active,
.form-appointment textarea:focus {	
  outline: 0;
  box-shadow: 0 0 6px rgb(176, 226, 188);
}

.form-appointment textarea {
	height: 160px;
}

.form-appointment input[type=submit] {
	background-color: rgb(118, 207, 118);
	border: 1px solid rgb(134, 189, 134);
	border-radius: 4px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: inherit;
	font-size: 1.4em;
	padding: 10px 18px;
}

.form-appointment input[type=submit]:hover {
	background-color: white;
	color: rgb(118, 207, 118);
}

.form-appointment .wpcf7-list-item-label {
	color: rgb(130, 178, 136);
}

span.wpcf7-list-item {
	display: block;
	margin-left: -.02em;
}

