/*
Theme Name: San Yueh 2015
Theme URI: https://sanyueh.com/
Author: Caca Lin
Author URI: https://dotdotdot.tw/
Description:
Version: 1.0
License: Private
License URI:
Tags:
Text Domain: sanyueh2015
*/


/* ******************************
 * 1.0 - 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, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,*:before,*:after{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

article,aside,details,figcaption,figure,footer,header,main,nav,section{display: block;}
ol,ul{list-style: none;}
table{border-collapse: separate;border-spacing: 0;}
caption,th,td{font-weight: normal;text-align: left;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
a{text-decoration: none;}
a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover,a:active{outline: 0;}
a img{border: 0;}
img, svg{vertical-align: top;}


/* ******************************
 * 1.1 - Global
 * ****************************** */

body{
	background: #F7F8F8;
}

body, table{ 
	font-size: 15px;
	line-height: 25px;
	font-family: "Open Sans";
	color: #525659;
}

h1, h2, h3, h4{
	font-family: "Montserrat";
}

#page-blank{
	background: #fff;
}

@media screen and (min-width: 1200px) {}
@media screen and (min-width: 768px) and (max-width: 979px) {}
@media screen and (max-width: 767px) {
	body, table{ 
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {}


/* ******************************
 * 2.1 - Header
 * ****************************** */


#header{
	position: relative;
	width: 100%;
	height: 70px;
	color: #fff;
	background-size: cover;
	background-position-y: 20%;
}

#head-bg{
	position: relative;
	width: 100%;
	height: 70px;
	margin-bottom: -70px;
	background: #1171b3 url(http://sanyueh.com/wp-content/uploads/2015/06/sanyueh.6-09.jpg);
	background-size: cover;
	background-position-y: 20%;
}

#head-logo{
	position: absolute;
	left: 0;
	top: 0;
}
		
#head-menu{
	position: absolute;
	right: 20px;
	top: 0;
}

	#head-menu .trigger{
		display: none;
		position: absolute;
		right: 0;
		top: 0;
	}

	#head-menu ul{
		font-size: 20px;
		font-family: "Montserrat";
		font-weight: bold;
		line-height: 70px;
	}

	#head-menu li{
		display: inline-block;
		padding: 0 15px;
	}
	
	#head-menu a{
		color: #fff;
		text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
	}


@media screen and (min-width: 1200px) {}
@media screen and (min-width: 768px) and (max-width: 979px) {

	#head-menu ul{
		font-size: 18px;
	}

	#head-menu li{
		display: inline-block;
		padding: 0 12.5px;
	}

}
@media screen and (max-width: 767px) {

	#header{
		height: 60px;
		z-index: 100000;
	}

	#head-bg{
		height: 60px;
		margin-bottom: -60px;
		background: #333;
	}
	
	#head-logo{
		height: 60px;
	}

	#head-logo img{
		height: 60px;
	}
	
	#head-menu{
		position: relative;
		padding-top: 60px;
		right: 0px;
		top: 0;
	}

		#head-menu .trigger{
			position: absolute;
			right: 0;
			top: 0;
			display: block;
			width: 60px;
			height: 60px;
		}
		
		#head-menu .trigger svg{
			margin: 10px 0 0 10px;
		}

		#head-menu ul{
			height: 0;
			line-height: 40px;
			overflow: hidden;
			font-size: 16px;
			background: #444;
			border-bottom: 1px solid #333;
			text-transform: uppercase;
		}

		#head-menu li{
			padding: 0;
			display: block;
			border-top: 1px solid #333;
		}
	
			#head-menu li + li{
				display: block;
			}
			
		#head-menu a{
			display: block;
			position: relative;
			padding: 0 10px;
			color: #e8e8e8;
			text-shadow: none;
		}
		
			#head-menu li a:hover{
				color: #fff;
				background: #0071BC;
			}
		
			#head-menu li a::after{
				content: '»';
				display: block;
				position: absolute;
				right: 20px;
				top: 0;
				font-family: serif;
			}

		#header.-menu-active{
			height: auto;
		}

		#header.-menu-active #head-menu ul{
			height: auto;
		}
	
}


/* ******************************
 * 2.2 - Footer
 * ****************************** */
 
 
#footer{
	padding: 40px 0 30px;
	text-align: center;
	border-top: 1px solid #EDEEEE;
}

#foot-menu{
	margin: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-family: "Montserrat";
	font-weight: bold;
	line-height: 40px;
}

	#foot-menu li{
		display: inline-block;
		text-transform: uppercase;
	}

	#foot-menu li a{
		display: block;
		padding: 0 15px;
		color: #4D4D4D;
	}

	#foot-menu li a:hover{
		color: #0071BC;
	}

#foot-copy{
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #999999;
}

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */

@media screen and (max-width: 767px) {

	#foot-menu{
		font-size: 14px;
		line-height: 30px;
	}

	#foot-menu li a{
		padding: 0 5px;
	}

} /* 767 */

@media screen and (max-width: 480px) {

	#footer{
		padding: 0;
		border-color: #ccc;
		text-align: left;
	}

	#foot-menu{
		margin-bottom: 0;
		line-height: 40px;
		border-bottom: 1px solid #ccc;
	}

	#foot-menu li{
		display: block;
	}
	
		#foot-menu li + li{
			display: block;
			border-top: 1px solid #e0e0e0;
		}

	#foot-menu li a{
		position: relative;
		padding: 0 10px;
	}
		
		#foot-menu li a:hover{
			background: #fff;
		}
		
		#foot-menu li a::after{
			content: '»';
			display: block;
			position: absolute;
			right: 20px;
			top: 0;
			font-family: serif;
		}

	#foot-copy{
		margin-bottom: 0;
		padding-left: 10px;
		line-height: 60px;
	}
		
	#foot-logo{
		float: right;
		margin-top: -50px;
		margin-right: 10px;
	}
	
		#foot-logo img{
			width: 40px;
		}

} /* 480 */


/* ******************************
 * 2.2 - Main
 * ****************************** */
 

#main{
	background: #FFF;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 40px;
}
	

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */
@media screen and (max-width: 767px) {} /* 767 */
@media screen and (max-width: 480px) {

	#main{
		padding-bottom: 20px;
	}

} /* 480 */
 
 
/* ******************************
 * P.0 - General
 * ****************************** */


.breadcrumb{
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 840px;
	font-size: 12px;
	line-height: 20px;
	top: 30px;
	z-index: 100;
}

	.breadcrumb > *{
		margin-right: 10px;
		color: #666;
	}
	
	.breadcrumb > a{
		font-weight: bold;
	}
	
	.breadcrumb > * + *:before{
		content: '»';
		margin-right: 10px;
	}
 
.entry-header{
	position: relative;
	margin: 0 auto 40px;
	padding: 20px 20px 0;
	max-width: 840px;
	height: auto;
	font-size: 40px;
	font-weight: bold;
	line-height: 70px;
	text-transform: uppercase;
	color: #6f7b82;
}

	.entry-header:after{
		content: ' ';
		display: block;
		overflow: hidden;
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: 0;
		height: 1px;
		background: #71808c;
	}

.entry-content{
	margin: 20px auto 0;
	padding: 0 20px 20px;
	max-width: 840px;
}
 
.sy-article{
	margin: 0 auto;
	max-width: 560px;
}

	.sy-article p{
		margin: 20px 0;
	}

.article-image{
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

	.article-image img{
		width: 100%;
		height: auto;
	}
	

@media screen and (max-width: 767px) {


		.breadcrumb{top: 15px;}
		.breadcrumb > *{margin-right: 5px; color: #ccc;}
		.breadcrumb > a{font-weight: normal;}
		.breadcrumb > * + *:before{margin-right: 5px;}	

	.entry-header{
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 40px;
	}
	
} /* 767 */
 
 
/* ******************************
 * P.1.1 - Home Slider
 * ****************************** */


.sy-slideroverlay-gray,
.sy-slideroverlay-blue{position: relative;}

.sy-slideroverlay{
	content: ' ';
	position: absolute;
	display: block;
	left: 0 !important;
	top: 0;
	width: 100%;
	height: 160px;
}

.sy-slideroverlay-blue .sy-slideroverlay{
	background: -moz-linear-gradient(top, rgba(41,84,128,.8) 0%, rgba(41,84,128,0) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,84,128,.8)), color-stop(100%,rgba(41,84,128,0))) !important;
	background: -webkit-linear-gradient(top, rgba(41,84,128,.8) 0%,rgba(41,84,128,0) 100%) !important;
	background: -o-linear-gradient(top, rgba(41,84,128,.8) 0%,rgba(41,84,128,0) 100%) !important;
	background: -ms-linear-gradient(top, rgba(41,84,128,.8) 0%,rgba(41,84,128,0) 100%) !important;
	background: linear-gradient(to bottom, rgba(41,84,128,.8) 0%,rgba(41,84,128,0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295480CC', endColorstr='#00295480',GradientType=0 );
	mix-blend-mode: multiply;
}

.sy-slideroverlay-gray .sy-slideroverlay{
	background: -moz-linear-gradient(top, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.7)), color-stop(100%,rgba(0,0,0,0))) !important;
	background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%) !important;
	background: -o-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%) !important;
	background: -ms-linear-gradient(top, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%) !important;
	background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000080', endColorstr='#00000000',GradientType=0 );
	mix-blend-mode: multiply;
}
 
 
/* ******************************
 * P.1 - Home
 * ****************************** */

body.sy-body-home #header{ margin-bottom: -70px; z-index: 1000; }
body.sy-body-home #header-menu a{ text-shadow: 2px 2px 15px rgba(0, 0, 0, 1); }
body.sy-body-home #head-bg{ display: none; }
body.sy-body-home .entry-content{ margin-top: 0; }

.sy-home-row1{
	margin-top: 40px;
}

	.sy-home-info{
		display: inline-block;
		vertical-align: top;
		padding: 15px 0;
		width: 50%;
	}

		.sy-home-info h1{
			margin: 0;
			font-size: 30px;
			font-weight: bold;
			line-height: 40px;
			text-transform: uppercase;
			color: #333;
		}

		.sy-home-info h2{
			margin: 0 0 20px;
			font-size: 18px;
			line-height: 20px;
			text-transform: uppercase;
			color: #0071bc;
		}

		.sy-home-info p{
			margin: 10px 0;
			font-size: 15px;
			line-height: 25px;
		}

	.sy-home-links{
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
		width: 50%;
	}
		
		.sy-home-link{
			display: block;
			margin-left: 20px;
			min-height: 120px;
			color: #525659;
		}
		
		.sy-home-link .icon{
			float: left;
			margin-right: 20px;
			width: 100px;
			height: 100px;
		}

		.sy-home-link h2{
			margin: 0;
			padding-top: 10px;
			font-size: 20px;
			font-weight: bold;
			text-transform: uppercase;
			line-height: 30px;
			color: #0071bc;
		}

		.sy-home-link p{
			font-size: 15px;
			line-height: 20px;
		}
	

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {

	.sy-home-row1{
		margin-bottom: -20px;
	}

	.sy-home-info{}

		.sy-home-info h1{
			font-size: 28px;
		}

		.sy-home-info h2{
			font-size: 15px;
			margin-bottom: 10px;
		}

		.sy-home-info p{
			font-size: 14px;
			line-height: 22px;
		}

	.sy-home-links{}
		
		.sy-home-link .icon{
			margin-right: 15px;
			width: 80px;
			height: 80px;
		}
		
			.sy-home-link .icon img{
				width: 80px;
				height: 80px;
			}

		.sy-home-link h2{
			font-size: 18px;
			line-height: 25px;
		}

} /* 979 */
@media screen and (max-width: 767px) {

	body.sy-body-home #header{ margin-bottom: 0; }
	body.sy-body-home #head-bg{ display: block; }
	body.sy-body-home #main{ padding-bottom: 0; }

	.sy-home-row1{
		padding: 0;
	}

		.sy-home-info,
		.sy-home-links{
			display: block;
			width: 100%;
			font-size: 14px;
		}
		
		.sy-home-info{
			padding: 20px 15px;
		}

			.sy-home-info h1{
				margin: 0;
				font-size: 30px !important;
				font-weight: bold;
				line-height: 40px;
				text-transform: uppercase;
				color: #333 !important;
			}

			.sy-home-info h2{
				margin: 0 0 10px;
				font-size: 15px;
				line-height: 20px;
				text-transform: uppercase;
				color: #0071bc;
			}

			.sy-home-info p{
				margin: 0;
				margin-top: 15px;
				line-height: 20px;
			}
	

		.sy-home-links{
			border-top: 1px solid #ddd;
		}
		
			.sy-home-link{
				overflow: visible;
				margin-left: 0px;
				padding: 20px 15px;
				min-height: 120px;
			}
			
			.sy-home-link + .sy-home-link{
				margin-top: 0;
				border-top: 1px solid #eee;
			}

			.sy-home-link .icon{
				margin-right: 15px;
				width: 80px;
				height: 80px;
			}
			
				.sy-home-link .icon img{
					width: 80px;
					height: 80px;
				}

			.sy-home-link h2{
				padding-top: 5px;
				font-size: 18px;
				line-height: 25px;
			}

			.sy-home-link p{
				line-height: 20px;
			}

} /* 480 */

	
/* hot product or services */
.sy-home-row2{
	overflow: auto;
	padding: 60px 0;
	border-top: 1px solid #eee;
}

	.sy-home-feature{
		display: inline-block;
		width: 25%;
	}

	.sy-home-feature .icon{
		margin: 0 auto;
		width: 100px;
		height: 100px;
		border-radius: 50px;
		background: #f8f8f8;
	}

	.sy-home-feature h2{
		margin: 10px 0;
		font-size: 15px !important;
		font-weight: bold !important;
		text-transform: uppercase;
		line-height: 20px !important;
		text-align: center;
	}
	

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */
@media screen and (max-width: 767px) {} /* 767 */
@media screen and (max-width: 480px) {} /* 480 */
 
 
/* ******************************
 * P.2.1 - Product Fix
 * ****************************** */
 

.main-prod .entry-content,
.main-prodpage .entry-content{
	margin-top: 0;
} 


.main-prod .entry-header,
.main-prodpage .entry-header{
	margin-bottom: -1px;
} 
 

/* ******************************
 * P.2.1.1 - Product Home Cover
 * ****************************** */

 
.sy-prod-cover{
	position: relative;
	height: 280px;
	background: #ccc;
	overflow: hidden;
}	
	
	.sy-prod-cover img{
		position: absolute;
		left: 50%;
		margin-left: -400px;
	}
	
	.sy-prod-cover p{
		position: absolute;
		left: 0;
		top: 0;
		width: 320px;
		height: 100%;
		padding: 20px 20px 0;
		font-size: 15px;
		color: #fff;
		background: rgba(0,0,0, .7);
	}

.sy-prod-cover.-light p{
	color: #333;
	background: transparent;
}

body.sy-body-prod .sy-prod-cover{
	margin-top: -41px;
}
	

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */
@media screen and (max-width: 767px) {} /* 767 */
@media screen and (max-width: 480px) {

	.sy-prod-cover{
		height: auto;
	}	
		
		.sy-prod-cover img{
			position: relative;
			width: 100%;
			height: auto;
			left: 0;
			margin-left: 0;
		}
		
		.sy-prod-cover p,
		.sy-prod-cover.-light p{
			position: relative;
			width: 100%;
			margin: 0;
			padding: 10px 0;
			font-size: 14px;
			color: #666;
			background: #fff;
			border-bottom: solid 1px #ddd;
		}

} /* 480 */

 
/* ******************************
 * P.2.1.2 - Product Filter Table
 * ****************************** */
 
	
.sy-prod-filter{
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	color: #71808c;
}
	
	.sy-prod-filter-content.-fixed{
		position: fixed;
		max-width: 800px;
		background: #fff;
		width: 100%;
	}
	
	.sy-prod-filter-content{
		max-width: 800px;
		background: #fff;
		border-bottom: 1px solid #999;
	}
	
.sy-prod-filter .label{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	line-height: 60px;
}
	
.sy-prod-filter .filter-item{
	display: inline-block;
	vertical-align: middle;
	padding: 0 7.5px;
	line-height: 30px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	cursor: pointer;
}
	
	.sy-prod-filter .filter-item + .filter-item{margin-left: 15px;}
	
	.sy-prod-filter .filter-item:hover{
		background: #f8f8f8;
	}
	
	.sy-prod-filter .filter-item.-active{
		color: #fff;
		background: #0071bc;
		border-color: #0071bc;
	}
	

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */
@media screen and (max-width: 767px) {
 
	.sy-prod-filter-content.-fixed{ position: relative !important; }

	.sy-prod-filter{}
	
	.sy-prod-filter-content{
		padding: 10px 0 0;
		font-size: 14px;
	}

	.sy-prod-filter .label{
		display: none;
	}
	
	.sy-prod-filter .filter-item + .filter-item{ margin-left: 7.5px;}
	
	.sy-prod-filter .filter-item{
		margin-left: 7.5px;
		margin-bottom: 10px;
	}
	
	.sy-prod-filter-content{
	}

	.sy-prod-filter .label{
		display: none;
	}
	
	.sy-prod-filter .filter-item + .filter-item{ margin-left: 7.5px;}
	
	.sy-prod-filter .filter-item{
		margin-left: 7.5px;
		margin-bottom: 10px;
	}

}

	
.sy-prod-table,
.sy-prod-table-fixed {
	width: 100%;
	border-bottom: 2px solid #999;
	color: #525659;
}
	
.sy-prod-table-fixed {
	display: none;
	width: 800px;
}
	
	.sy-prod-table-fixed.-fixed{
		display: table;
		position: fixed;
		top: 61px;
	}
	
.sy-prod-table td{
	vertical-align: middle;
}
	
.sy-prod-table thead tr,
.sy-prod-table-fixed thead tr{
	background: #f2f2f2;
}
	
	.sy-prod-table thead th,
	.sy-prod-table-fixed thead th{
		vertical-align: middle !important;
		padding: 5px 0 !important;
		width: 16% !important;
		font-weight: 300 !important;
		line-height: 20.5px !important;
		text-align: center !important;
		color: #6f7b82 !important;
	}
	
	.sy-prod-table thead th:first-child,
	.sy-prod-table-fixed thead th:first-child{
		width: 20% !important;
	}
	
.sy-prod-table .grouptitle {}
		
	.sy-prod-table .grouptitle td{
		padding: 0 10px;
		font-weight: bold;
		line-height: 30px;
		color: #0071bc;
		border-top: 2px solid #999;
	}
	
	.sy-prod-table .grouptitle.-null{
		display: none;
		color: #aaa;
	}

	.sy-prod-table .grouptitle .num:before{content: "    ";}

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */
@media screen and (max-width: 767px) {

	.sy-prod-table-warper{
		width: 100%;
		overflow-x: scroll;
	}
	
	.sy-prod-table,
	.sy-prod-table-fixed {
		width: 767px;
		background: #fff;
	}
	
	.sy-prod-table-fixed { display: none !important; }
	
} /* 767 */
@media screen and (max-width: 480px) {} /* 480 */


.sy-prod-item td{
    border-top: 1px dotted #aaa;
}
	
.sy-prod-item.-single td{
	border-top: 2px solid #aaa;
}
	
.sy-prod-item td{
	height: 55px;
	padding: 5px 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
	
.sy-prod-item td:first-child{
	padding-left: 24px;
	font-weight: bold;
	text-indent: -14px;
	text-align: left;
	color: #525659;
}
	
	.sy-prod-item td a{
		color: #525659;
	}
	
		.sy-prod-item td a:after{
			display: inline-block;
			margin-left: 20px;
			content:"\f0f6";
			font-family: 'FontAwesome';
			color: #e0e0e0;
		}
	
		.sy-prod-item td a:hover,
		.sy-prod-item td a:hover:after{
			color: #0071bc;
		}
	

@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */
@media screen and (max-width: 767px) {} /* 767 */
@media screen and (max-width: 480px) {} /* 480 */

 
/* ******************************
 * P.2.2 - Product Page
 * ****************************** */

.sy-prod-info{
	overflow: hidden;
	margin: 0;
}
	
.sy-prod-info-text{
	float: left;
	width: 420px;
}

.sy-prod-info .section{
	margin: 40px 0;
}

.sy-prod-info-text h2{
	margin-bottom: -5px;
	font-weight: bold !important;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #0071bc;
}
.sy-prod-info-text p,
.sy-prod-info-text ul{
	margin: 10px 0;
	font-size: 15px;
	line-height: 25px;
}
	
.sy-prod-info-text ul{ padding-left: 25px; }
	
.sy-prod-info-text ul li{
	position: relative;
	margin: 0;
}	
	
.sy-prod-info-text ul li:before{
	content: ' ';
	position: absolute;
	left: -20px;
	top: 9px;
	width: 8px;
	height: 8px;
	background: #0071bc;
}
	
.sy-prod-info-image{
	float: right;
	width: 340px;
}

.sy-prod-contact{
  display: block;
  width: 130px;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #f7931e;
  border-radius: 6px;
}

  .sy-prod-contact:hover{
    color: #fff  !important;
    background: #ed1c24;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  }

.sy-prod-contact.-top{
  position: absolute;
  right: 0;
  top: -50px;
}

.sy-prod-contact.-bottom{
  margin: 20px auto;
}
.sy-prod-info-spec{
	margin: 12.5px 0;
	font-size: 13px;
	line-height: 18px;
}
	
	.sy-prod-info-spec th,
	.sy-prod-info-spec td{
		padding: 10px 2px;
		vertical-align: middle;
		text-align: center;
	}
	
	.sy-prod-info-spec th{
		font-size: 12px;
	}
	
	.sy-prod-info-spec thead tr{
		background: #f8f8f8;
		border-bottom: 2px solid #999;
	}

	.sy-prod-info-spec tr{
		border-bottom: 2px solid #999;
	}
	
	.sy-prod-info-spec tr.-title{
		font-weight: bold;
		border-bottom: 1px dotted #ddd;
	}
	
	.sy-prod-info-spec tr.-title td{
		padding-left: 5px;
		text-align: left;
	}

.sy-prod-info-spec-list{}

	.sy-prod-info-spec-list li{
		padding: 5px 0;
	}
	
		.sy-prod-info-spec-list ul li:before{
			top: 14px;
		}
		
		.sy-prod-info-spec-list li + li{
			border-top: 1px solid #e8e8e8;
		}
	
		.sy-prod-info-spec-list label{
			display: inline-block;
			width: 140px;
			font-weight: bold;
		}
	
.sy-prod-info .section h2{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #666;
}

.sy-prod-info .section{
	text-align: left;
}
	
.sy-prod-feature-colors ul{ margin: 0; padding: 0;}
.sy-prod-feature-colors li{
	display: inline-block;
	width: 30px;
	height: 30px; 
}
	
.sy-prod-feature-image img{ width: 100%; height: auto; }
.sy-prod-feature-image img+img{ margin-top: 10px; }
.sy-prod-feature-image h3{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #666;
}
	
.sy-prod-feature-image p{
	font-size: 13px;
	line-height: 20px;
}


@media screen and (min-width: 1200px) {} /* 1200 */
@media screen and (min-width: 768px) and (max-width: 979px) {} /* 979 */
@media screen and (max-width: 767px) {


	.sy-prod-info{
		overflow: hidden;
		margin: 0;
	}
		
	.sy-prod-info-text{
		float: none;
		width: 100%;
	}

	.sy-prod-info .section{
		margin: 15px 0;
	}

	.sy-prod-info-text h2{}
	
	.sy-prod-info-text p,
	.sy-prod-info-text ul{
		margin: 10px 0;
		font-size: 14px;
		line-height: 25px;
	}
		
	.sy-prod-info-text ul{ padding-left: 25px; }
		
	.sy-prod-info-text ul li{
		position: relative;
		margin: 0;
	}	
		
	.sy-prod-info-text ul li:before{
		content: ' ';
		position: absolute;
		left: -20px;
		top: 9px;
		width: 8px;
		height: 8px;
		background: #0071bc;
	}
		
	.sy-prod-info-image{
		float: none;
	}
		
	.sy-prod-info .section h2{
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
		text-transform: uppercase;
	}

	.sy-prod-info .section{
		text-align: left;
	}
		
	.sy-prod-feature-colors ul{ margin: 0; padding: 0;}
	.sy-prod-feature-colors li{
		display: inline-block;
		width: 30px;
		height: 30px; 
	}
		
	.sy-prod-feature-image img{ width: 100%; height: auto; }
	.sy-prod-feature-image img+img{ margin-top: 10px; }
	.sy-prod-feature-image h3{
		margin-bottom: -5px;
		font-weight: bold;
		font-size: 20px;
		line-height: 30px;
		text-transform: uppercase;
	}
		
	.sy-prod-feature-image p{
		font-size: 13px;
		line-height: 20px;
	}
	
} /* 767 */
@media screen and (max-width: 480px) {} /* 480 */
 
 
/* ******************************
 * P.3 - Services
 * ****************************** */
 

.sy-services-dummy img{
	width: 820px;
	height: auto;
}


@media screen and (max-width: 767px) {

	.sy-services-dummy img{
		width: 100%;
		height: auto;
	}
	
}
 
 
/* ******************************
 * P.3 - Services
 * ****************************** */
 
 
.sy-services{
	
}


.sy-service{
	position: relative;
	height: 480px;
	height: 400px;
}

	.sy-service + .sy-service{
		border-top: solid 1px #e8e8e8;
	}

	.sy-service .img{
		position: absolute;
		top: 50%;
		height: 280px;
		margin-top: -140px;
		overflow: hidden;
		background-size: cover;
		background-position: center center;
	}
			
		#sy-service-1 .img,
		#sy-service-3 .img{
			left: 0;
			right: 380px;
		}
	
		#sy-service-2 .img,
		#sy-service-4 .img{
			left: 380px;
			right: 0;
		}

	.sy-service .text{
		position: absolute;
		width: 340px;
		top: 130px;
	}
				
		#sy-service-1 .text,
		#sy-service-3 .text{
			right: 0;
		}
	
		#sy-service-2 .text,
		#sy-service-4 .text{
			top: 150px;
		}

		.sy-service h2{
			width: 105%;
			font-size: 30px;
			line-height: 35px;
			font-weight: bold;
			letter-spacing: -.75px;
			text-transform: uppercase;
			color: #0071ba;
			transform: scaleX(.95);
			transform-origin: 0 0;
		}

		.sy-service p{
			margin-top: 10px;
			font-size: 15px;
			line-height: 25px;
		}
		
			#sy-service-1 .text p{ line-height: 24px; }
	
	/* Commission Weaving */
	 
	
	/* Textile Developement */
	#sy-service-1{}
	#sy-service-2{}
	#sy-service-3{}
	#sy-service-4{}
	 
 
@media screen and (min-width: 1200px) {}
@media screen and (min-width: 768px) and (max-width: 979px) {}
@media screen and (max-width: 767px) {

	.sy-services{
		margin-top: -20px;
	}
	
		.sy-service{
			height: auto;
			padding: 40px 0;
		}
		

		.sy-service .img{
			position: relative;
			overflow: hidden;
			top: 0;
			height: 320px;
			width: 100%;
			margin-top: 0;
		}
				
			#sy-service-1 .img,
			#sy-service-2 .img,
			#sy-service-3 .img,
			#sy-service-4 .img{
				left: 0;
				right: 0;
			}

		.sy-service .text{
			position: relative;
			width: 100%;
			margin-top: 40px;
		}
					
			#sy-service-1 .text,
			#sy-service-2 .text,
			#sy-service-3 .text,
			#sy-service-4 .text{ top: 0; }

			.sy-service h2{
				position: relative;
				width: 100%;
				font-size: 25px;
				line-height: 30px;
				font-weight: bold;
				letter-spacing: -.75px;
				transform: scaleX(1);
			}

			.sy-service p{
				margin-top: 10px;
				font-size: 14px;
				line-height: 20px;
			}
			
				#sy-service-1 .text p{ line-height: 20px; }
	
}
@media screen and (max-width: 480px) {

	.sy-service .text{
		position: relative;
		width: 100%;
		margin-top: 20px;
	}

}
 
 
/* ******************************
 * P.4 - About
 * ****************************** */
 
 
/* ******************************
 * P.5 - Contact
 * ****************************** */


.sy-contact{
  margin-left: -40px;
}

	.sy-contact-entry{
		position: relative;
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}

	.sy-contact-entry > *{
		margin-left: 40px;
	}

	.sy-contact-entry .title{
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: bold;
		font-family: "Montserrat";
		line-height: 30px;
		text-transform: uppercase;
		color: #0071BC;
	}

	.sy-contact-entry-body{
		font-size: 15px;
		font-weight: 600;
		line-height: 30px;
	}

	.sy-contact-entry-body .label{
		position: absolute;
		width: 55px;
		text-transform: uppercase;
		text-align: right;
		color: #71808C;
		border: 1px solid #71808C;
		border-left: 0;
		border-right: 0;
	}

	.sy-contact-entry-body .data{
	  display: block;
	  margin-left: 70px;
	  padding-top: 5px;
	  color: #111;
	  border-top: 1px solid #E4E8EB;
	  line-height: 20px;
	}

	.sy-contact-entry-body .data a{
	  display: inline-block;
	  padding: 0 5px;
	  font-size: 11px;
	  line-height: 16px;
	  color: #fff;
	  background: #999;
	  border-radius: 4px;
	  text-transform: uppercase;
	}

	.sy-contact-entry-body .data a:hover{ background: #0071bc; }

	.sy-contact-entry-body .data > * + *{
	  margin-top: 10px;
	}

.sy-inquiries{
  margin-top: 50px;
}

	.sy-inquiries h2{
	  font-size: 25px;
	  font-weight: bold;
	  line-height: 40px;
	  text-transform: uppercase;
	  color: #6F7B82;
	  border-bottom: 1px solid #71808C;
	}

	.sy-inquiries-body{
	  position: relative;
	}

	.sy-inquiries-body input,
	.sy-inquiries-body select{
	  padding: 0 10px;
	  height: 37px !important;
	  font-size: 18px;
	  color: #111;
	  border: 1px solid #CCCCCC;
	  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.01) inset;
	}

	.sy-inquiries-body select{ padding-right: 0; }

	.sy-inquiries-body textarea{
	  padding: 5px 10px;
	  height: 310px !important;
	  font-size: 18px;
	  line-height: 30px;
	  color: #111;
	  border: 1px solid #CCCCCC;
	  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.01) inset;
	}

	.sy-inquiries-body .field-wrap label{
	  font-size: 15px;
	  line-height: 30px;
	  text-transform: uppercase;
	  color: #0071BC;
	}

	.sy-inquiries-body .ninja-forms-required-items{
	  display: none !important;
	}

	.sy-inq-name-wrap{
	  margin-right: 480px;
	}

	.sy-inq-email-wrap,
	.sy-inq-phone-wrap,
	.sy-inq-area-wrap{
	  margin-top: 20px;
	  margin-right: 480px;
	}

	.sy-inq-msg-wrap{
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 440px;
	}

	.sy-inq-submit-wrap{
	  text-align: right;
	}

	.sy-inq-submit-wrap input{
	  width: 160px !important;
	  height: 38px !important;
	  font-size: 15px;
	  font-weight: bold;
	  text-transform: uppercase;
	  color: #0071BC !important;
	  background: #EEF4F8 !important;
	  box-shadow: 0 0 0 3px #fff inset !important;
	}

.sy-inquiries form{
	position: relative;
}
	
.sy-inquiries .ninja-forms-response-msg p{
  font-size: 17px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 20px;
}
	
.sy-inquiries .ninja-forms-response-msg p:first-child,
.sy-inquiries .ninja-forms-response-msg p:last-child{
  display: none;
}


@media screen and (max-width: 767px) {

	.sy-contact{
		font-size: 14px;
		margin: 0;
	}

		.sy-contact-entry{
			position: relative;
			display: block;
			margin:20px 0;
			width: auto;
		}

		.sy-contact-entry > *{
			margin:0;
		}

		.sy-contact-entry .title{
		  margin-bottom: 10px;
		}

		.sy-contact-entry-body{
			font-size: 14px;
			font-weight: 600;
			line-height: 30px;
		}

		.sy-contact-entry-body .label{
			position: absolute;
		}

		.sy-contact-entry-body .data{
		  padding-top: 5px;
		  color: #111;
		  border-top: 1px solid #E4E8EB;
		  line-height: 20px;
		}

	.sy-inquiries{
		margin:20px 0;
	}
	
		.field-wrap, #ninja_forms_required_items{
			margin-bottom: 10px;
		}

		.sy-inquiries h2{
		  font-size: 20px;
		  line-height: 30px;
		  margin-bottom: 10px;
		}

		.sy-inquiries-body{
		  position: relative;
		}

		.sy-inquiries-body input,
		.sy-inquiries-body select{
		  padding: 0 10px;
		  height: 32px !important;
		  font-size: 18px;
		  color: #111;
		  border: 1px solid #CCCCCC;
		  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.01) inset;
		}

		.sy-inquiries-body select{ padding-right: 0; }

		.sy-inquiries-body textarea{
		  padding: 5px 10px;
		  height: 300px !important;
		  font-size: 18px;
		  line-height: 25px;
		  color: #111;
		  border: 1px solid #CCCCCC;
		  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.01) inset;
		}

		.sy-inquiries-body .field-wrap label{
		  font-size: 14px;
		  line-height: 20px;
		  text-transform: uppercase;
		  color: #0071BC;
		}

		.sy-inquiries-body .ninja-forms-required-items{
			display: none !important;
		}

		.sy-inq-name-wrap{
			width: 100%;
		}

		.sy-inq-email-wrap,
		.sy-inq-phone-wrap,
		.sy-inq-area-wrap{
			width: 100%;
		}

		.sy-inq-msg-wrap{
		  position: relative;
		  right: 0;
		  top: 0;
		  width: 100%;
		}

		.sy-inq-submit-wrap{
		  text-align: right;
		}

		.sy-inq-submit-wrap input{
		  width: 160px !important;
		  height: 38px !important;
		  font-size: 15px;
		  font-weight: bold;
		  text-transform: uppercase;
		  color: #0071BC !important;
		  background: #EEF4F8 !important;
		  box-shadow: 0 0 0 3px #fff inset !important;
		}

	.sy-inquiries form{
		position: relative;
	}
		
	.sy-inquiries .ninja-forms-response-msg p{
	  font-size: 17px;
	  text-align: center;
	  border-bottom: 1px solid #e8e8e8;
	  margin-bottom: 10px;
	  padding-bottom: 20px;
	}
		
	.sy-inquiries .ninja-forms-response-msg p:first-child,
	.sy-inquiries .ninja-forms-response-msg p:last-child{
	  display: none;
	}
		
}