/*
Theme Name: varyone
Theme URI: varyone.com
Author: varyone
Author URI: varyone.com
Description:  We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*========reset========*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*========global=======*/

.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.list-unstyled {
	list-style: none;
}
.inline-block {
	display: inline-block;
}
.block {
	display: block;
}
.ovh {
	overflow: hidden;
}
.list-inside {
	list-style-position: inside;
}
.auto-center {
	margin-left: auto;
	margin-right: auto;
}
.no-border {
	border: 0 none;
}
.text-overflow-hidden {
	overflow: hidden;
	text-overflow: ellipsis;
}
.text-ovh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
body {
	font: 12px "Microsoft Yahei", sans-serif;
	background: #fff;
	color: #333;
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
.more {
	color: #000;
}
.more:hover {
	color: #333;
}
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*=======header======*/

.header {
	font: 16px "Microsoft Yahei" sans-serif;
	font-weight: bold;
	padding: 20px 0;
	font-size: 16px;
}
.welcome {
	line-height: 32px;
}
.search-area {
	border: 1px solid #000;
}
.search-area button {
	background: #000;
	color: #fff;
	font-size: 16px;
	border: 0 none;
	padding: 7px 10px;
	cursor: pointer;
}
.search-area input {
	border: 0 none;
	font: 14px "Microsoft Yahei" sans-serif;
	padding: 5px;
	display: inline-block;
	width: 200px;
}
.search-area input:focus {
	outline: 0 none;
}
.searchList {
	margin: 30px 0;
}
.logo {
	text-align: center;
	margin: 20px 0;
}
.tagline {
	font-size: 42px;
	color: #000;
}
#nav > ul {
	list-style: none;
	clear: both;
	overflow: hidden;
	border-bottom: 2px solid #000;
}
#nav > ul li {
	float: left;
	text-align: center;
}
#nav > ul li a{
	display: block;
	width: 250px;
	padding: 10px 0 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;	
	color: #000;
}
#nav > ul li a:hover {
	color: #000;
}
.nav-wrapper {
	position: relative;
}
.nav-wrapper .active {
	position: absolute;
	font-size: 26px;
	color: #000;
	bottom: -6px;
	left: 125px;
}

/*=======footer======*/

.footer {
	border-top: 1px solid #000;
	margin: 30px 0;
	padding-top: 10px;
}
#nav-footer ul {
	margin: 0 -5px;
}
#nav-footer li {
	float: left;
	margin: 5px 0;
}
#nav-footer li:after {
	content: '|';
	
}
#nav-footer li:last-child:after {
	content: '';
}
#nav-footer li a {
	font-size: 13px;
	text-decoration: none;
	color: #848282;
	padding: 0 5px;
}
#nav-footer li a:hover {
	text-decoration: underline;
}
.footer .multicolor-subscribe {
	width: 230px!important;
}
.level-3.sub {
	display: none;
}
.social {
	margin-bottom: 15px;
}
.social a {
	display: inline-block;
	background: #999;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	-webkit-transition: background .2s;
	-moz-transition: background .2s;
	-o-transition: background .2s;
	transition: background .2s;
}
.social a:hover {
	background: #333;
}
.copyright {
	margin-bottom: 15px;
}
/*=====banner======*/

.banner { position: relative; overflow: auto; margin: 30px 0;width: 1000px;height: 470px;overflow:hidden;}
.banner li { list-style: none; }
.banner ul li { float: left; }
.banner ul li img {-webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;}
.dots {
	position: absolute;
	width: 210px;
	margin: 0 auto;
	z-index: 9;
	bottom: 10px;
	left: 0;
	right: 0;
}
.dots li {
	float: left;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 8px;
	margin: 0 5px;
}
.dots li.active {
	background: #000;
}

/*======index product =====*/
.product-shot {
	margin-bottom: 50px;
}
.product-shot h1 {
	font-size: 22px;
	margin: 20px auto;
}
.shot-list ul {
	clear: both;
	margin: 0 -10px;
}
.shot-list li {
	float: left;
	width: 320px;
	height: 300px;
	margin: 10px;
	position: relative;
	background: #eee;
}
.shot-list li a {
	width: 320px;
	height: 300px;
	display: table-cell;
	vertical-align: middle;
}
.shot-list li img {
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;
}
.shot-list li img:hover {
	opacity: .75;
}
.shot-list li p {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 0;
	background: rgba(255, 255, 255, .6);
}

/*======archive=====*/

.dataList {
	margin: 30px 0;
}
.siderbar {
	width: 20%;
}
.rightList {
	width: 80%;
}
.siderbar > h1 {
	margin-bottom: 30px;
	font-size: 14px;
}
.siderbar li {
	width: 70%;
	margin: 5px 0;
}
.siderbar li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
.siderbar li.active a {
	background: #dedede;
}
.cate-title {
  	padding-bottom: 15px;
  	font-size: 14px;
	border-bottom: #dedede 1px solid;
	margin-bottom: 15px;
}
.cate-inner {
	margin: 0 -5px;
	margin-top: -10px;
}
.list-product {
	width: 260px;
	height: 280px;
	margin: 10px 5px 45px;
	position: relative;
	background: #eee;
	float: left;
	display: none;
	-webkit-transition: all .3s; 
	-moz-transition: all .3s; 
	-o-transition: all .3s; 
	transition: all .3s;
}
.loadMore {
	border: 1px solid #000;
	padding: 5px 20px;
	font-size: 18px;
	color: #000;
	-webkit-transition: all .3s; 
	-moz-transition: all .3s; 
	-o-transition: all .3s; 
	transition: all .3s;
	margin: 20px auto;
	width: 150px;
	text-align: center;
}
.loadMore:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}
.list-product a {
	display: table-cell;
	width: 260px;
	height: 280px;
	text-align: center;
	vertical-align: middle;
}
.list-product img {
	width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;
}
.list-product img:hover {
	opacity: .75;
}
.list-product p {
	padding: 10px 0;
}
.wp-pagenavi {
	padding-top: 30px;
	text-align: right;
}
.scrolltop{
	position:fixed;
	right: 120px;
	bottom:150px;
	width:45px;
	height:45px;
	line-height: 65px;
	text-align: center;
	cursor: pointer;
	border:1px solid #ededed;
}
.scrolltop:hover {
	background-color: #ededed;
}
.scrolltop > div {
	border:2px solid #96a0a8;
	border-bottom:0;
	border-right:0;
	width:18px;
	height:18px;
	transform:rotate(45deg);
	position: absolute;
	left: 12px;
	top: 12px;
}
/*======details======*/

.bread_crumb {
	margin: 30px 0;
	clear: both;
	overflow: hidden;
}
.bread_crumb li {
	float: left;
}
.bread_crumb li a {
	text-decoration: none;
}
.bread_crumb li.current {
	color: #000;
}
.bread_crumb li:after {
	content: ">";
	margin: 0 3px;
}
.bread_crumb li:last-child:after {
	content: '';
}
.details-left {
	width: 40%;
}
.details-right {
	width: 60%;
  	padding-left: 90px;
  	box-sizing: border-box;
}
.shotImg {
	width: 400px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #eee;
}
.shotImg > img {
	vertical-align: middle;
}
.image-gallery li {
	width: 65px;
	height: 65px;
	padding: 0 5px 5px 0;
}
.image-gallery {
	margin-top: 15px;
}
.product-title {
	font-size: 18px;
	padding: 7px 0;
	border-bottom: 1px solid #ddd;
}
.metaInfo {
	margin: 10px 0;
	border-bottom: 1px solid #000;
}
.metaInfo > div {
	padding: 8px 0;
	width: 50%;
	box-sizing: border-box;
}
.metaInfo > div > span {
	display: inline-block;
	width: 70%;
	text-align: center;
}
.nums {
	color: #6c79bf;
}
.avila {
	margin: 10px 0 20px;
}
.tabs {
	float: left;
	padding: 0 30px;
	margin: 10px 0;
}
.tabs:hover {
	color: #999;
	cursor: pointer;
}
.tabs-wrapper {
	margin-left: -30px;
}
.tabs-wrapper span {
	margin: 10px 0;
}
.tabs.active {
	color: #999;
}
.feature {
	margin-top: 30px;
	color: #000;
}
.feature li {
	margin: 5px 0;
}
.cscfForm input, .cscfForm textarea {
	box-sizing: border-box;
}








