@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft JhengHei";
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	color: #333333;
	width: 100%;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
img{
	max-width:100%;
	height:auto;
	min-height:auto;
	max-height:auto;
}
p, b, i, ul, ol, li, img, a, h1{
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	border-style: none;
	font-style: normal;
	border: 0px;
}
.lazy{
	display: none;
}
.layout-full {
	width: 100%;
	min-width: 1920px;
	float: left;
	position: relative;
	z-index: 1;
}
.layout-center {
	display: block;
	width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	overflow: hidden;
}
.layout-full.top {
	background-color: #2B2B2B;
	padding-bottom: 18px;
	position: relative;
	z-index: 9;
	left: 0px;
	top: 0px;
}
.layout-center.top {
	text-align: center;
	line-height: 45px;
}
.layout-full.top .telephone {
	background-color: #D64016;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	float: left;
	width: 100%;
	margin-bottom: 18px;
}
.layout-center.top .logo {
	float: left;
	clear: left;
	width: 274px;
	max-width:100%;	
}
.layout-center.top .nav {
	line-height: 45px;
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.layout-center.top .nav > ul{
	display: table-row;
}
.layout-center.top .nav > ul > li {
	display: table-cell;
	white-space: nowrap;
	padding-right: 29px;
	padding-left: 29px;
}
.layout-center.top .nav > ul > li > .button {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	float: left;
}
.layout-center.top .nav > ul > li > .button:hover {
	color: #E04622;
}
.layout-center.top .nav-other {
	float: right;
	clear: right;
}
.layout-center.top .nav-other .button {
	color: #FFF;
	text-decoration: none;
	float: left;
	margin-left: 20px;
	font-size: 22px;
}
.layout-center.top .nav-other .button.search {
	color: #D64016;
}
.layout-center.top .search-table {
	background-color: #2B2B2B;
	position: absolute;
	top: 100%;
	right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D4D4D;
	color: #FFF;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	line-height: 28px;
	display: none;
}
.layout-center.top .search-table.active {
	display: block;
	visibility: visible;
}
.layout-center.top .search-table .box {
	background-color: #FFF;
	float: left;
	height: 30px;
	width: 210px;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	padding-right: 30px;
	padding-left: 17px;
}
.layout-center.top .search-table .box input {
	background: transparent;
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 28px;
	width: 100%;
}
.layout-center.top .search-table .box .send {
	background-color: #D64016;
	height: 30px;
	width: 30px;
	border: 1px solid #E5E5E5;
	position: absolute;
	top: -1px;
	right: -1px;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari and Chrome */
	border-radius: 50%; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
.nav-swtich {
	float: right;
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	clear: right;
	display: none;
	visibility: hidden;
}
.layout-full.bottom {
	background-color: #2B2B2B;
	padding-top: 40px;
	padding-bottom: 18px;
}
.layout-center.bottom {
	display: table;
	min-width: auto;
	float: none;
	width: auto;
	clear: both;
	color: #FFF;
}
.layout-center.bottom .list {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.layout-center.bottom .list .tag {
	float: left;
	font-size: 17px;
	color: #E54C45;
	width: 115px;
	clear: left;
}
.layout-center.bottom .list .content {
	float: left;
}
.layout-center.bottom .list .content .fa {
	width: 15px;
}
.layout-center.bottom .list.contact,
.layout-center.bottom .list.service {
	margin-right: 36px;
	padding-right: 48px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D4D4D;
	margin-bottom: 18px;
}

.nav-bottom {
	display: block;
}
.nav-bottom > ul {
	clear: left;
	float: left;
}

.nav-bottom > ul > li {
	float: left;
}

.nav-bottom > ul > li .button {
	color: #FFF;
	text-decoration: none;
}
.nav-bottom > ul > li:not(:last-child) {
	margin-right: 58px;
}
.share-icon {
	margin-bottom: 22px;
}

.share-icon .button {
	float: left;
	width: 30px;
}
.share-icon .button.l {
	width: 67px;
}
.share-icon .button img {
	float: left;
	height: auto;
	width: 100%;
}
.share-icon .button:not(:last-child) {
	margin-right: 18px;
}
.layout-full.bottom .copyright {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 12px;
	color: #CCCCCC;
}
.layout-full.nav-mobile {
	line-height: 40px;
	background-color: #2B2B2B;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
	visibility: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D4D4D;
	z-index: 9;
}
.layout-center.nav-mobile > ul {
	float: left;
	width: 100%;
}
.layout-center.nav-mobile > ul > li {
	float: left;
	width: 25%;
	text-align: center;
}
.layout-center.nav-mobile > ul > li .button{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
}
.layout-center.nav-mobile > ul > li .button img {
	width: 24px;
	vertical-align: middle;
	margin-right: 8px;
}
.layout-center.nav-mobile > ul > li:not(:last-child) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D4D4D;
}
.layout-full.content {
	min-height:400px;
}
.layout-full.content.bg {
	background-color: #F2F2F2;
	background-image: url(/images/content-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout-center.content {
	padding-bottom: 50px;
	overflow: visible;
}
.layout-center.content.no {
	padding-bottom: 0px;
}

.block-title {
	float: left;
	width: 100%;
	text-align: center;
}
.block-title i {
	display: block;
}
.block-title .c {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
}
.block-title .e {
	font-size: 22px;
	color: #D74635;
	line-height: 32px;
}
.layout-center.content .block-title {
	padding-top: 55px;
	padding-bottom: 50px;
	clear: both;
}
.layout-contact {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	display: table;
}

.contact-table {
	display: table-cell;
	padding-right: 60px;
}
.contact-table .note {
	font-size: 18px;
	line-height: 35px;
	color: #333333;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.contact-table .mark {
	color: #B21234;
}
.contact-table .list {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-family: "Microsoft JhengHei";
	color: #4D4D4D;
}

.contact-table .list.s {
	width: 47.88%;
}
.contact-table .list.r {
	float: right;
}



.contact-table .list .label,
.contact-table .list .box {
	float: left;
	width: 100%;
}
.contact-table .list .box {
	overflow: hidden;
	-moz-border-radius: 8px; /* Firefox */
	-webkit-border-radius: 8px; /* Safari and Chrome */
	border-radius: 8px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	background-color: #FFF;
}
.contact-table .list .box *{
	font-size: 16px;
	font-weight: normal;
	color: #4D4D4D;
	line-height: 33px;
	font-family: "Microsoft JhengHei";
}
.contact-table .list .box .field {
	float: left;
	width: 100%;
	min-height: 33px;
	background: transparent;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}
.contact-table .list .box #message {
	height: 130px;
	overflow: hidden;
}
.contact-table .list .box.re{
	height: 100%;
	width: 100%;
	float: left;
	padding-right: 80px;
	position: relative;
}
.contact-table .list .box.re .sex {
	height: 100%;
	width: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

.contact-table .list.ss {
	width: auto;
}
.contact-table .list.ss .box {
	width: 100px;
	margin-right: 10px;
}
.contact-table .btns {
	margin-top: 15px;
	clear: left;
	float: left;
	margin-bottom: 30px;
}
.contact-table .btns a {
	float: left;
	height: 35px;
	width: 110px;
	margin-right: 20px;
	line-height: 35px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	-moz-border-radius: 9px; /* Firefox */
	-webkit-border-radius: 9px; /* Safari and Chrome */
	border-radius: 9px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.contact-table .btns .clear {
	background-color: #4D4D4D;
}
.contact-table .btns .send {
	background-color: #D74635;
}


.contact-info {
	background-image: url(/images/contact-info-bg.jpg);
	width: 430px;
	border: 1px solid #F2F2F2;
	-moz-border-radius: 15px; /* Firefox */
	-webkit-border-radius: 15px; /* Safari and Chrome */
	border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	overflow: hidden;
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.contact-info .tag {
	line-height: 60px;
	background-image: url(/images/contact-info-tag.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.contact-info .view {
	float: left;
	width: 100%;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-map {
	float: left;
	width: 100%;
}
.contact-map iframe {
	float: left;
	width: 100%;
}
.article,
.layout-faq,
.view-article{
	max-width: 1160px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.faq-list {
	background-color: #F7F7F7;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.faq-list > div {
	float: left;
	width: 100%;
}
.faq-list .title {
	font-size: 17px;
	line-height: 25px;
	font-weight: bold;
	padding-right: 55px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	padding-top: 12px;
	padding-bottom: 12px;
	position: relative;
}
.faq-list .title .switch {
	line-height: 25px;
	color: #FFF;
	text-decoration: none;
	background-color: #D74635;
	text-align: center;
	float: right;
	height: 25px;
	width: 25px;
	position: absolute;
	top: 12px;
	right: 20px;
}

.faq-list .content {
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #3C3C3C;
}
.faq-list.active .title {
	color: #D74635;
}
.layout-center.content.companys {
	padding-right: 10px;
	padding-left: 10px;
}
.layout-center.content.companys .list {
	float: left;
	width: 20%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.layout-center.content.companys .list .image {
	float: left;
	height: auto;
	width: 100%;
	border: 1px solid #E0E0E0;
}
.layout-center.content.companys .list .box {
	background-color: #F7F7F7;
	padding: 20px;
	float: left;
	width: 100%;
	border: 1px solid #E0E0E0;
	margin-top: -1px;
}
.layout-center.content.companys .list .box .sns {
	clear: right;
	float: right;
}
.layout-center.content.companys .list .box .sns a img {
	float: left;
	margin-left: 15px;
	height: auto;
	width: 28px;
}
.layout-center.content.companys .list .box .type {
	font-size: 16px;
	color: #D64016;
	clear: left;
	float: left;
}
.layout-center.content.companys .list .box .title {
	font-size: 18px;
	font-weight: bold;
	clear: left;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
.layout-center.content.companys .list .box .row {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #5E5E5E;
}
.layout-center.content.companys .list .box .row .cell {
	display: table-cell;
	word-wrap: break-word;
	word-break: break-all;
}
.layout-center.content.companys .list .box .row .cell.icon {
	width: 30px;
	text-align: center;
	padding-right: 15px;
}
.layout-center.content.companys .list .box .row .cell a {
	color: #5E5E5E;
	text-decoration: none;
}
.layout-full.works {
	z-index: 8;
}

.nav-categories {
	text-align: center;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.nav-categories > li {
	position: relative;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	display: inline-block;
}
.nav-categories .swtich {
	display: none;
	visibility: hidden;
}


.nav-categories .button {
	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: inline-block;
	height: 35px;
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #333333;
	float: left;
	clear: left;
	position: relative;
}
.nav-categories .swtich .button .fa {
	float: right;
	line-height: 38px;
}

.nav-categories > li:hover .button,
.nav-categories .button.selected {
	color: #FFF;
	background-color: #D64016;
	border-top-color: #D64016;
	border-right-color: #D64016;
	border-bottom-color: #D64016;
	border-left-color: #D64016;
}
.nav-categories-secondary {
	width: 100%;
	display: none;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 8;
}
.nav-categories-secondary.active,
.nav-categories-secondary > li {
	display: block;
	float: left;
	width: 100%;
}
.nav-categories-secondary > li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: rgba(43, 43, 43, 0.95);
	text-align: center;
	float: left;
	width: 100%;
	line-height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D4D4D;
}
.nav-categories-secondary > li a:hover{
	background-color: rgba(12, 12, 12, 0.95);
}


.layout-center.articles {
	padding-right: 10px;
	padding-left: 10px;
}
.layout-center.articles .list {
	float: left;
	width: 25%;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.layout-center.articles .list .image {
	float: left;
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.layout-center.articles .list .image img {
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.layout-center.articles .list .info {
	background-color: #FFF;
	padding: 20px;
	float: left;
	width: 100%;
}
.layout-center.articles .list .info * {
	float: left;
	width: 100%;
	overflow: hidden;
}
.layout-center.articles .list .info .date {
	font-size: 14px;
	color: #D64016;
}
.layout-center.articles .list .info .title {
	font-size: 17px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 52px;
}
.layout-center.articles .list .info .description {
	color: #808080;
	line-height: 25px;
	height: 75px;
	word-wrap: break-word;
	word-break: break-all;
}
.layout-center.articles .list .button {
	text-decoration: none;
	position: absolute;
	margin: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	width: 100%;
	padding-top:100%;
}
.view-article .date {
	font-size: 15px;
	color: #D64016;
	clear: left;
	float: left;
}
.view-article .share {
	clear: right;
	float: right;
}
.view-article .share a img {
	float: left;
	height: auto;
	width: 30px;
	margin-left: 10px;
}
.view-article .header {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
	background-image: url(/images/view-article-title-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.view-article .article {
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 24px;
	color: #3C3C3C;
}

.view-article .nav-pbn {
	display: table;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.view-article .nav-pbn .button {
	line-height: 45px;
	color: #FFF;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	background-color: #B3B3B3;
	float: left;
}
.view-article .nav-pbn .button:hover {
	background-color: #D64016;
}
.view-article .nav-pbn .button.prev {
	border-radius: 23px 0px 0px 23px; 
	-webkit-border-radius: 23px 0px 0px 23px; 
	-moz-border-radius: 23px 0px 0px 23px; 
}
.view-article .nav-pbn .button.next {
	border-radius: 0px 23px 23px 0px; 
	-webkit-border-radius: 0px 23px 23px 0px; 
	-moz-border-radius: 0px 23px 23px 0px; 
}
.view-article .nav-pbn .button.back {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.layout-center.works {
	padding-right: 0px;
	padding-left: 0px;
}
.layout-center.works .list {
	float: left;
	width: 25%;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
}
.layout-center.works .list .image {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.layout-center.works .list .image img {
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	z-index: 1;
}
.layout-center.works .list:hover .image img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
	transform:scale(1.25);	
}
.layout-center.works .list .info {
	background-color: #FFF;
	padding: 45px;
	float: left;
	width: 100%;
	border: 1px solid #E0E0E0;
	position: relative;
	text-align: center;
}
.layout-center.works .list .info .title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 24px;
	height: 24px;
}
.layout-center.works .list .info .type {
	font-size: 16px;
	color: #666666;
}
.layout-center.works .list .num {
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	background-color: #999999;
	text-align: center;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
}
.layout-center.works .list .button {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 2;
	text-decoration: none;
	top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	visibility: hidden;
	opacity: 0;
  	transition: visibility 0s, opacity 0.5s linear;
}
.layout-center.works .list .button a {
	height: 100%;
	width: 100%;
	float: left;
	background-color: rgba(214, 64, 22, 0.8);
	position: relative;
	color: #FFF;
	text-decoration: none;
}
.layout-center.works .list .button a:after {
	content: '';
	height: 72px;
	width: 72px;
	border: 2px solid #F2F2F2;
	margin: auto;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari and Chrome */
	border-radius: 50%; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.layout-center.works .list .button .fa {
	margin: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
.layout-center.works .list:hover .button {
	visibility: visible;
	opacity: 1;
}
.now-category {
	font-size: 20px;
	color: #333;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	display: none;
}

.go-top {
	line-height: 36px;
	color: #FFF;
	text-decoration: none;
	background-color: #2B2B2B;
	text-align: center;
	height: 36px;
	width: 36px;
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	display: none;
}
.layout-pn {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.layout-pn .pagination {
	display: inline-block;
}
.layout-pn .pagination .button {
	font-size: 14px;
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	background-color: #B3B3B3;
	text-align: center;
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 8px;
	margin-left: 8px;
	-moz-border-radius: 50%; /* Firefox */
	-webkit-border-radius: 50%; /* Safari and Chrome */
	border-radius: 50%; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.layout-pn .pagination .button:hover,
.layout-pn .pagination .button.selected {
	background-color: #2B2B2B;
}
.compare-co2,
.compare-co3{
	border-spacing: 0;
	border-collapse: collapse;
	float: left;
	width: 100%;
}
.compare-co2 > tbody > tr > td{
	width: 50%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.article.compare .s {
	padding-right: 20px;
	padding-left: 20px;
	/*background-image: url(../images/compare-2-tag.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 21px;*/
	padding-top: 50px;
}
.compare-co3 > tbody > tr > td{
	width: 33.33%;
	border: 1px solid #EBEBEB;
	text-align: center;
	vertical-align: top;
}
.article.compare{
	max-width: 1200px;
}
.article.compare > div {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
.compare-table {
	float: left;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
	/*background-image: url(../images/block-title-compare.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 21px;*/
	padding-top: 50px;
	font-size: 16px;
	line-height: 20px;
}
.compare-table .table {
	width: 100%;
	display: table;
	line-height: 20px;
}
.compare-table .table .row {
	display: table-row;	
}
.compare-table .table .row .cell {
	display: table-cell;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	border: 2px solid #FFF;
	background-color: #F2FAFA;
	text-align: left;
	vertical-align: middle;
	height:50px;
}
.compare-table .table .row:nth-child(odd) .cell{
	background-color: #F2F2F2;
}
.compare-table .table .row.top .cell {
	font-weight: bold;
	color: #FFF;
	background-color: #0071BC;
}
.compare-table .table .row .cell.info {
	font-size: 14px;
	line-height: 22px;
	color: #5A5A5A;
}




#background,
#content_send,
.flexslider,
.flexslider *
.search-table,
.search-table *,
.layout-center.top .nav,
.layout-full,
.nav-categories-secondary,
.contact-table .list .box.re .sex *,
.go-top,
#masonry *{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
