
html,
body {
  width: 100%;
  height: 100%;
}

.theme-border, .table-bordered {
	border-top: solid 2px #009587
}
.theme-color {
	color: #009587
}
.title-border {
	border-bottom: solid 2px #dfdfdf;
	padding-bottom: 30px !important;
	margin-bottom: 40px !important
}

@media only screen and (max-width: 767px) {
.title-border {
	margin-bottom: 15px !important;
	padding-bottom: 10px !important
}
}
.theme-block {
	border: solid 1px #dfdfdf;
	border-top: solid 2px #009587;
	padding: 30px 29px;
	margin-bottom: 60px
}
.no-theme-block {
	border: none;
	padding: 0;
	margin-bottom: 0
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
	font-size: 17px;
	line-height: 1.667em;
	color: #333;
	text-transform: uppercase;
	font-weight: 500
}

@media only screen and (max-width: 991px) {
.theme-block {
	padding: 15px;
	margin-bottom: 30px
}
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
	border-bottom-width: 1px
}
.table-bordered th, .table-bordered td {
	border: solid 1px #dfdfdf
}
.ink {
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.1);
	border-radius: 100%;
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 9999
}
.animate {
	-webkit-animation: ripple 0.65s linear;
	-webkit-animation: ripple 0.65s linear;
	-moz-animation: ripple 0.65s linear;
	-ms-animation: ripple 0.65s linear;
	-o-animation: ripple 0.65s linear;
	animation: ripple 0.65s linear
}
@-webkit-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@-moz-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@-o-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
.icon-sprite, .icon-sprite-for-modules {
	background-image: url("../images/icon_sprite.png");
	background-repeat: no-repeat;
	text-indent: -9999px
}
.icon-sprite-for-modules {
	background-image: url("../images/icon_sprite.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
.icon-sprite, .icon-sprite-for-modules {
	background-image: url("../images/icon_sprite@2x.png");
	background-size: 100px 1000px
}
}
.bottom_banners {
	display: none;
	overflow: hidden
}
.bottom_banners .bottom_ban {
	float: left;
	width: 50%;
	position: relative
}
.bottom_banners .bottom_ban .img_holder img {
	max-width: 100%
}
.bottom_banners .bottom_ban.bb1 .img_holder img {
	opacity: 0.55
}
.bottom_banners .bottom_ban.bb2 .img_holder img {
	opacity: 0.7
}
.bottom_banners .bottom_ban.bb1:hover .img_holder img, .bottom_banners .bottom_ban.bb2:hover .img_holder img {
	opacity: 1
}
.bottom_banners .bottom_ban.bb1 .ban_holder {
	left: 44%
}
.bottom_banners .bottom_ban.bb2 .ban_holder {
	left: 9%
}
.bottom_banners .bottom_ban .ban_holder {
	position: absolute;
	top: 27%
}
.bottom_banners .bottom_ban .ban_holder h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 3px 0
}
.bottom_banners .bottom_ban .ban_holder h3 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px 0
}
.bottom_banners .bottom_ban .ban_holder .shop_now {
	background: #009587;
	position: relative;
	width: 176px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.29);
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,0.29);
	box-shadow: 3px 4px 5px rgba(0,0,0,0.29);
	-webkit-transition: all, 0.2s, ease;
	-o-transition: all, 0.2s, ease;
	transition: all, 0.2s, ease
}
.bottom_banners .bottom_ban .ban_holder .shop_now span {
	position: relative;
	z-index: 2
}
.bottom_banners .bottom_ban .ban_holder .shop_now:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all, 0.2s, ease;
	-o-transition: all, 0.2s, ease;
	transition: all, 0.2s, ease
}
.bottom_banners .bottom_ban .ban_holder .shop_now:hover:before {
	height: 60px
}
.cms-index-index .bottom_banners {
	display: block
}
.index_parallax1, .index_parallax2, .index_parallax3 {
	position: relative;
	text-align: center;
	background-size: cover;
	margin-bottom: 0
}
.index_parallax1 {
	background: url("images/bg_parallax1.jpg") no-repeat 50% 50%;
	margin-bottom:2%;
}
.index_parallax2 {
	background: url("images/bg_parallax2.jpg") no-repeat 50% 50%;
	margin-bottom:2%;
}
.index_parallax3 {
	background: url("images/bg_parallax3.jpg") no-repeat 50% 50%
}
body.ps-phone .index_parallax1, body.ps-phone .index_parallax2, body.ps-phone .index_parallax3 {
	left: inherit;
	margin: 0 -30px 0;
	position: relative;
	text-align: center;
	width: auto
}
.index_box {
	text-align: left;
	padding: 164px 0 172px 0;
	overflow: hidden;
}
.index_box .index_info_block1, .index_box .index_info_block3 {
	float: right;
	width: 570px
}

.index_box .index_info_block2{
	margin-left:100px;
	
}

.index_box h2 {
	font-size: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 3px 0
}
.index_box h3 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 25px 0
}
.index_box .shop_now {
	display: block;
	background: #009587;
	position: relative;
	width: 176px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	/*font-size: 17px;*/
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,0.29);
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,0.29);
	box-shadow: 3px 4px 5px rgba(0,0,0,0.29);
	-webkit-transition: all, 0.2s, ease;
	-o-transition: all, 0.2s, ease;
	transition: all, 0.2s, ease
}
.index_box .shop_now span {
	position: relative;
	z-index: 2
}
.index_box .shop_now:before {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all, 0.2s, ease;
	-o-transition: all, 0.2s, ease;
	transition: all, 0.2s, ease
}
.index_box .shop_now:hover:before {
	height: 60px
}

@media only screen and (max-width: 1400px) {
.bottom_banners .bottom_ban .ban_holder {
	top: 27%
}
.bottom_banners .bottom_ban .ban_holder h2 {
	font-size: 40px;
	margin: 0 0 -3px 0
}
.bottom_banners .bottom_ban .ban_holder h3 {
	font-size: 30px;
	margin: 0 0 12px 0
}
.bottom_banners .bottom_ban .ban_holder .shop_now {
	width: 146px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 15px
}
.bottom_banners .bottom_ban .ban_holder .shop_now:hover:before {
	height: 50px
}
}

@media only screen and (max-width: 1199px) {
.index_box {
	padding: 114px 0 122px 0
}
.index_box .index_info_block1, .index_box .index_info_block3 {
	width: 470px
}
.index_box h2 {
	font-size: 42px;
	margin: 0 0 3px 0
}
.index_box h3 {
	font-size: 30px;
	margin: 0 0 12px 0
}
.index_box .shop_now {
	width: 146px;
	height: 50px;
	line-height: 46px;
	font-size: 15px
}
.index_box .shop_now:hover:before {
	height: 50px
}
}

@media only screen and (max-width: 991px) {
.bottom_banners .bottom_ban.bb1 .ban_holder {
	left: 0%;
	right: 0%
}
.bottom_banners .bottom_ban.bb2 .ban_holder {
	left: 0%;
	right: 0%
}
.bottom_banners .bottom_ban .ban_holder {
	top: 15%;
	text-align: center
}
.bottom_banners .bottom_ban .ban_holder h2 {
	font-size: 36px;
	margin: 0 0 -3px 0
}
.bottom_banners .bottom_ban .ban_holder h3 {
	font-size: 26px;
	margin: 0 0 8px 0
}
.bottom_banners .bottom_ban .ban_holder .shop_now {
	width: 126px;
	height: 40px;
	line-height: 36px;
	font-size: 15px;
	margin: 0 auto
}
.bottom_banners .bottom_ban .ban_holder .shop_now:hover:before {
	height: 40px
}
.index_box {
	padding: 114px 0 122px 0
}
.index_box .index_info_block1, .index_box .index_info_block3 {
	width: 380px
}
.index_box h2 {
	font-size: 42px;
	margin: 0 0 3px 0
}
.index_box h3 {
	font-size: 26px;
	margin: 0 0 12px 0
}
.index_box .shop_now {
	width: 146px;
	height: 50px;
	line-height: 46px;
	font-size: 15px
}
.index_box .shop_now:hover:before {
	height: 50px
}
}

@media only screen and (max-width: 767px) {
.bottom_banners .bottom_ban {
	float: none;
	width: 100%
}
.bottom_banners .bottom_ban.bb1 .ban_holder {
	left: 44%
}
.bottom_banners .bottom_ban.bb2 .ban_holder {
	left: 9%
}
.bottom_banners .bottom_ban .ban_holder {
	top: 27%
}
.bottom_banners .bottom_ban .ban_holder h2 {
	font-size: 50px;
	margin: 0 0 3px 0
}
.bottom_banners .bottom_ban .ban_holder h3 {
	font-size: 40px;
	margin: 0 0 25px 0
}
.bottom_banners .bottom_ban .ban_holder .shop_now {
	width: 176px;
	height: 60px;
	line-height: 56px;
	font-size: 17px
}
.bottom_banners .bottom_ban .ban_holder .shop_now:hover:before {
	height: 60px
}
}

@media only screen and (max-width: 599px) {
.bottom_banners .bottom_ban .ban_holder {
	top: 27%
}
.bottom_banners .bottom_ban .ban_holder h2 {
	font-size: 40px;
	margin: 0 0 -3px 0
}
.bottom_banners .bottom_ban .ban_holder h3 {
	font-size: 30px;
	margin: 0 0 12px 0
}
.bottom_banners .bottom_ban .ban_holder .shop_now {
	width: 146px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 15px
}
.bottom_banners .bottom_ban .ban_holder .shop_now:hover:before {
	height: 50px
}
.index_box {
	padding: 54px 0 62px 0
}
}

@media only screen and (max-width: 479px) {
.bottom_banners .bottom_ban .ban_holder {
	top: 12%
}
.bottom_banners .bottom_ban .ban_holder h2 {
	font-size: 36px;
	margin: 0 0 -3px 0
}
.bottom_banners .bottom_ban .ban_holder h3 {
	font-size: 26px;
	margin: 0 0 8px 0
}
.bottom_banners .bottom_ban .ban_holder .shop_now {
	width: 126px;
	height: 40px;
	line-height: 36px;
	font-size: 15px
}
.bottom_banners .bottom_ban .ban_holder .shop_now:hover:before {
	height: 40px
}
.index_box {
	padding: 54px 0 62px 0
}
.index_box .index_info_block1, .index_box .index_info_block3 {
	width: auto;
	float: none
}
.index_box h2 {
	font-size: 36px;
	margin: 0 0 3px 0
}
.index_box h3 {
	font-size: 20px;
	margin: 0 0 12px 0
}
.index_box .shop_now {
	width: 146px;
	height: 50px;
	line-height: 46px;
	font-size: 15px
}
.index_box .shop_now:hover:before {
	height: 50px
}
}
