/**/
/* fonts */
/**/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);*/


/**/
/* reset */
/**/
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockquote, pre,
a, address, del, em, strong, sub, sup, i, figure, figcaption, img,
form, fieldset, legend, label, input, select, textarea, button,
table, thead, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "微软雅黑";
}
html, body, iframe, header, footer, main, aside, nav, section, article, div,
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption,
form, fieldset, legend, label, input, select, textarea, button {
	display: block;
}
html, body {
	-webkit-text-size-adjust: none;
}
dl, dt, dd, ul, ol, li {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
a, button {
	cursor: pointer;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}


/**/
/* defaults */
/**/
html, body {
	background: #fff;
	font: 400 14px/1 'Open Sans', Helvetica, Arial, sans-serif;
	color: #808b8d;
}
body {
	opacity: 0;
	transition: opacity 0.3s;
}
body.ready {
	opacity: 1;
}
input,
select,
textarea {
	width: 100%;
	height: 40px;
	padding: 9px 15px;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	font: 400 14px/20px 'Open Sans', Helvetica, Arial, sans-serif;
	color: #000;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
}
textarea {
	overflow: auto;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #2d3e50;
}
select::-ms-expand {
	display: none;
}
select:-moz-focusring {
	text-shadow: 0 0 0 #000;
	color: transparent;
}
textarea {
	height: auto;
	resize: none;
}
a {
	text-decoration: underline;
	color: #2d3e50;
}
a:hover {
	text-decoration: none;
}
.fa {
	vertical-align: middle;
}
.select {
	position: relative;
}
.select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -2px;
	border-top: 4px solid #808b8d;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	box-shadow: 0 0 0 17px #fff;
	pointer-events: none;
}
.radio,
.checkbox {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
	line-height: 16px;
	cursor: pointer;
}
.radio i {
	border-radius: 50%;
}
.radio i,
.checkbox i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 14px;
	color: #2d3e50;
}
.radio i:before {
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border-radius: 50%;
	background: #2d3e50;
}
.radio i:before,
.checkbox i:before {
	opacity: 0;
}
.radio input,
.checkbox input {
	display: none;
}
.radio input:checked + i:before,
.checkbox input:checked + i:before {
	opacity: 1;
}
.button {
	display: inline-block;
	border: 2px solid #2d3e50;
	background: #2d3e50;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.button:hover {
	background: transparent;
	color: #2d3e50;	
}



/*----------------------------------------------*/
/*                    LAYOUT                    */
/*----------------------------------------------*/

/**/
/* clearfix */
/**/
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}


/**/
/* grid */
/**/
.grid-row {
	width: 1170px;
	margin: 0 auto;
}
.grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.grid-col {
	float: left;
	margin-left: 30px;
}
.grid-col:first-child {
	margin-left: 0;
}
.grid-col-right {
	float: right;
	margin-right: 30px;
	margin-left: 0;
}
.grid-col-right:first-child {
	margin-right: 0;
}
.grid-col-2 {
	width: 170px;
}
.grid-col-3 {
	width: 270px;
}
.grid-col-4 {
	width: 370px;
}
.grid-col-5 {
	width: 470px;
}
.grid-col-6 {
	width: 570px;
}
.grid-col-7 {
	width: 670px;
}
.grid-col-8 {
	width: 770px;
}
.grid-col-9 {
	width: 870px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.grid-row {
		width: 940px;
	}
	.grid-col {
		margin-left: 20px;
	}
	.grid-col-right {
		margin-right: 20px;
		margin-left: 0;
	}
	.grid-col-2 {
		width: 140px;
	}
	.grid-col-3 {
		width: 220px;
	}
	.grid-col-4 {
		width: 300px;
	}
	.grid-col-5 {
		width: 380px;
	}
	.grid-col-6 {
		width: 460px;
	}
	.grid-col-7 {
		width: 540px;
	}
	.grid-col-8 {
		width: 620px;
	}
	.grid-col-9 {
		width: 700px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.grid-row {
		width: 738px;
	}
	.grid-col {
		margin-left: 18px;
	}
	.grid-col-right {
		margin-right: 18px;
		margin-left: 0;
	}
	.grid-col-2 {
		width: 108px;
	}
	.grid-col-3 {
		width: 171px;
	}
	.grid-col-4 {
		width: 234px;
	}
	.grid-col-5 {
		width: 297px;
	}
	.grid-col-6 {
		width: 360px;
	}
	.grid-col-7 {
		width: 423px;
	}
	.grid-col-8 {
		width: 486px;
	}
	.grid-col-9 {
		width: 549px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.grid-row {
		width: auto;
		margin: 0 20px;
	}
	.grid-col {
		float: none;
		width: 100%;
		margin: 0;
	}
}


/**/
/* page */
/**/
.page {
	overflow: hidden;
}
.page-header-top {
	padding: 4px 0;
	background: #2d3e50;
	text-align: right;
}
.page-header-bottom {
	position: relative;
	background: rgba(255,255,255,0.95);
}
.page-header-bottom > div {
	position: relative;
}
.page-header-bottom + div {
	position: absolute;
	left: -9999px;
	height: 110px;
	transition: height 0.3s;
}
noindex:-o-prefocus, .page-header-bottom + div { /* opera hack */
	transition: none;
}
.page-header-bottom-alt {
	background: #2d3e50;
}
.page-header-bottom.fixed {
	position: fixed;
	z-index: 200;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.page-header-bottom.fixed + div {
	position: static;
	display: block;
	height: 80px;
}
.page-intro {
	position: relative;
	border-top: 236px solid transparent;
	color: #fff;
}
.page-intro:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.7;
}
.page-intro:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: -236px;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.7;
}
.page-intro .pic {
	position: absolute;
	top: -236px;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover;
}
.page-intro .grid-row {
	position: relative;
	z-index: 2;
	padding: 15px 0;
}
.page-content-section {
	padding: 90px 0 1px;
	background: #fff;
}
.page-content-section + .page-content-section {
	border-top: 2px solid #ecf0f1;
}
.page-content-section-bg {
	position: relative;
	padding: 90px 0 1px;
	background-color: #2d3e50;
	background-position: 50% 50%;
	background-size: cover;
}
.page-content-section-bg > div {
	position: relative;
}
.page-content-section-bg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.8;
}
.page-content-section-bg:last-child {
	border-bottom: 10px solid #fff;
}
.page-content-section-bg + .page-content-section-bg {
	border-top: 10px solid #fff;
}
.page-content-section-alt {
	padding: 90px 0 1px;
	background: #ecf0f1;
}
.page-content-section-border {
	border-top: 1px solid #2d3e50;
}
.page-content-section-parallaxed {
	background-position: 50% 0;
	background-size: auto;
}
.page-content-title {
	margin: -30px 0 60px;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}
.page-footer {
	position: relative;
	background: #2d3e50;
}
.page-footer-pic {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0.15;
}
.page-footer-section {
	position: relative;
	padding: 50px 0 10px;
}
.page-footer-section + .page-footer-section {
	border-top: 2px solid rgba(255,255,255,0.3);
}
@media screen and (max-width: 767px) { /* phone */
	.page-header-bottom.fixed {
		position: relative;
		box-shadow: none;
	}
	.page-header-bottom.fixed + div {
		display: none;
	}
}


/**/
/* blocks */
/**/
.block {
	margin-bottom: 90px;
}
.block-head {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	color: #000;
}
.block-head-1 {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 38px;
	border-bottom: 1px solid #2d3e50;
	text-align: center;
}
.block-head-1 i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border-radius: 50%;
	background: #2d3e50;
	box-shadow: 0 0 0 10px #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
.block-head-2 {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 30px;
	text-align: center;
}
.block-head-2:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-head-2:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 370px;
	height: 2px;
	margin: -1px 0 0 -185px;
	background: rgba(0,0,0,0.05);
}
.block-head-2 p {
	max-width: 770px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}
.block-head-2 i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 -5px;
}
.block-head-2 i:after,
.block-head-2 i:before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-head-2 i:after {
	right: -15px;
}
.block-head-2 i:before {
	left: -15px;
}
.block-head-3 {
	position: relative;
	padding-bottom: 38px;
	border-bottom: 1px solid #2d3e50;
	text-align: center;
}
.block-head-3 i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border-radius: 50%;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}
.block-head-3 i:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	border-radius: 20% 0 20% 0;
	box-shadow: 0 0 0 10px #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
}
.block-head-3 i:before {
	position: relative;
	z-index: 1;
}
.block-head-4 {
	position: relative;
	padding-bottom: 15px;
	border-bottom: 2px solid #ecf0f1;
	font-size: 24px;
	line-height: 1;
	text-transform: none;
}
.block-head-4:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -6px;
	width: 10px;
	height: 10px;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-head-4 span {
	display: block;
	margin-top: 15px;
	font-size: 18px;
	color: #808b8d;
}
.block-head-5 {
	text-align: center;
}
.block-head-5 i {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	border: 2px solid #808b8d;
	border-radius: 50%;
	font-size: 28px;
	line-height: 50px;
	color: #808b8d;
}
.block-head-6 {
	text-align: center;
}
.block-head-6 span {
	display: block;
	max-width: 770px;
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 24px;
	text-transform: none;
	color: #808b8d;
}
.block-head-7 {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #2d3e50;
	font-size: 24px;
	line-height: 30px;
}
.block-head-7:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -7px;
	width: 13px;
	height: 13px;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.page-content-section-alt .block-head-1 i {
	box-shadow: 0 0 0 10px #ecf0f1;
}
.page-content-section-bg .block-head {
	border-color: #fff;
	color: #fff;
}
.page-content-section-bg .block-head-1 i {
	box-shadow: none;
}
.page-content-section-bg .block-head-2:before {
	background-color: rgba(255,255,255,0.2);
}
.page-content-section-bg .block-head-2:after,
.page-content-section-bg .block-head-2 i:after,
.page-content-section-bg .block-head-2 i:before {
	background-color: #fff;
}
.page-content-section-bg .block-head-2 p {
	color: #ecf0f1;
}
.page-content-section-bg .block-head-3 i {
	color: #2d3e50;
}
.page-content-section-bg .block-head-3 i:after {
	background: #fff;
	box-shadow: none;
}
.page-content-section-bg .block-head-5 i {
	border-color: #fff;
	color: #fff;
}



/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* logo */
/**/
.logo {
	float: left;
}
.logo img {
	display: block;
}
.logo span {
	display: table-cell;
	vertical-align: middle;
	height: 110px;
	transition: height 0.3s;
}
noindex:-o-prefocus, .logo span { /* opera hack */
	transition: none;
}
.page-header-bottom.fixed .logo span {
	height: 80px;
}
@media screen and (max-width: 767px) { /* phone */
	.logo {
		float: none;
	}
	.logo span {
		height: 80px;
	}
}

/**/
/* logo 2 */
/**/
.logo-2 {
	width: 280px;
	margin: 0 auto;
	float: none;
}
.logo-2 img {
	margin: 0 auto;
}
.logo-2 span {
	width: 280px;
}


/**/
/* quick contacts */
/**/
.quick-contacts {
	float: left;
	margin-left: -15px;
	padding: 6px 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.quick-contacts li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
}
.quick-contacts a {
	text-decoration: none;
	color: #fff;
}
.quick-contacts a:hover {
	text-decoration: underline;
}
.quick-contacts i {
	display: block;
	float: left;
	margin-right: 8px;
	font-size: 14px;
	line-height: 16px;
}
@media screen and (max-width: 767px) { /* phone */
	.quick-contacts {
		margin-left: -9px;
	}
	.quick-contacts li {
		margin: 0 9px;
	}
}


/**/
/* cart summary */
/**/
.cart-summary {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #fff;
}
.cart-summary:hover {
	text-decoration: underline;
}
.cart-summary i {
	display: block;
	float: left;
	margin-right: 8px;
	font-size: 14px;
	line-height: 1;
}


/**/
/* main search */
/**/
.main-search {
	float: right;
	margin-left: 30px;
}
.main-search form {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: none;
}
.main-search input {
	height: auto;
	padding: 30px 0;
	border: 0;
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	transition: padding 0.3s;
}
.main-search input::-webkit-input-placeholder {
	color: #ccc;
}
.main-search button {
	position: relative;
	z-index: 1;
	width: 13px;
	padding: 0 20px;
	box-sizing: content-box;
	line-height: 110px;
	text-align: center;
	color: #2d3e50;
	transition: line-height 0.3s;
}
.main-search button:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.main-search button:hover {
	background: #ecf0f1;
}
.main-search button:hover:after {
	opacity: 1;
}
.main-search button[type="submit"] {
	display: none;
}
.main-search.active form {
	display: block;
}
.main-search.active button:before {
	content: '\f00d';
}
.main-search.active + .logo,
.main-search.active + .logo + .main-nav {
	visibility: hidden;
	pointer-events: none;
}
.page-header-bottom.fixed .main-search input {
	padding: 15px 0;
}
.page-header-bottom.fixed .main-search button {
	line-height: 80px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.main-search {
		margin-left: 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.main-search {
		margin-left: 1px;
	}
	.main-search button {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.main-search {
		float: right;
		margin-top: 22px;
	}
	.main-search input {
		padding: 15px 0;
		font-size: 24px;
	}
	.main-search button {
		width: 36px;
		padding: 0;
		line-height: 36px;
	}
	.main-search button:after {
		display: none;
	}
	.page-header-bottom.fixed .main-search button {
		line-height: 36px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.main-search input {
		font-size: 16px;
	}
}


/**/
/* main nav */
/**/
.main-nav {
	float: right;
	font-size: 18px;
	line-height: 110px;
	transition: line-height 0.3s;
}
noindex:-o-prefocus, .main-nav { /* opera hack */
	transition: none;
}
.main-nav li {
	position: relative;
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
}
.main-nav li:first-child {
	margin-left: 0;
}
.main-nav li a {
	position: relative;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #2d3e50;
	transition: background 0.3s;
}
.main-nav li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.main-nav li i {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: 10px -4px 0 0;
}
.main-nav li ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: -9999px;
	width: 190px;
	border-bottom: 1px solid #e9e9e9;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.main-nav li:hover > a,
.main-nav li.active > a {
	background: #ecf0f1;
}
.main-nav li:hover > a:before,
.main-nav li.active > a:before {
	opacity: 1;
}
.main-nav li:hover > ul {
	left: 0;
	opacity: 1;
}
.main-nav li:last-child:hover > ul {
	right: 0;
	left: auto;
}
.main-nav li li {
	float: none;
	margin: 0;
	border-top: 1px solid #e9e9e9;
	line-height: 44px;
}
.main-nav li li:first-child {
	border-top: 0;
}
.main-nav li li a {
	color: #ecf0f1;
	transition: background 0.3s, color 0.3s;
}
.main-nav li li a:before {
	display: none;
}
.main-nav li li i {
	right: 20px;
	margin: -6px 0 0 0;
}
.main-nav li li ul {
	top: -1px;
	border-top: 1px solid #e9e9e9;
}
.main-nav li li:hover > a,
.main-nav li li.active > a {
	background: #ecf0f1;
	color: #2d3e50;
}
.main-nav li li:hover > ul {
	left: 100%;
}
.main-nav li li:last-child:hover > ul {
	right: auto;
	left: 100%;
}
.main-nav .switcher {
	position: absolute;
	top: -58px;
	right: 56px;
	display: none;
	height: 30px;
	padding: 2px 0 0 13px;
	border: 2px solid #2d3e50;
	background: #2d3e50;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.main-nav .switcher i {
	display: block;
	float: right;
	width: 30px;
	margin-left: 5px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #fff;
}
.page-header-bottom.fixed .main-nav {
	line-height: 80px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.main-nav li {
		margin-left: 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.main-nav li {
		margin-left: 1px;
	}
	.main-nav li a {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.main-nav {
		position: relative;
		float: none;
		margin: 0 -20px;
	}
	.main-nav ul {
		display: none;
		background: #2d3e50;
		font-size: 16px;
		line-height: 60px;
	}
	.main-nav li {
		float: none;
		margin-left: 0;
		border-top: 1px solid rgba(255,255,255,0.5);
		text-transform: uppercase;
	}
	.main-nav li:first-child {
		border-top: 0;
	}
	.main-nav li a {
		color: #ecf0f1;
	}
	.main-nav li:hover > a,
	.main-nav li.active > a {
		background: none;
	}
	.main-nav li:hover > a:before,
	.main-nav li.active > a:before {
		opacity: 0;
	}
	.main-nav li i {
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		margin: 0;
		font-size: 14px;
		line-height: 60px;
		text-align: center;
	}
	.main-nav li i:before {
		content: "\f196";
	}
	.main-nav li ul {
		position: static;
		display: none;
		width: auto;
		margin-left: 0;
		border-top: 1px solid rgba(255,255,255,0.5);
		background: #e9e9e9;
		opacity: 1;
	}
	.main-nav li li {
		border-top-color: #2d3e50;
		line-height: 60px;
	}
	.main-nav li li a {
		padding-left: 40px;
		color: #2d3e50;
	}
	.main-nav li li a:hover {
		background: #2d3e50;
		color: #ecf0f1;
	}
	.main-nav li li i {
		right: 0;
		margin: 0;
	}
	.main-nav li li ul {
		border-top: 1px solid #2d3e50;		
	}
	.main-nav li li li a {
		padding-left: 60px;
	}
	.main-nav .switcher {
		display: block;
	}
}


/**/
/* page title */
/**/
.page-title {
	float: left;
	padding: 10px 0;
	font-size: 30px;
	text-transform: uppercase;
}


/**/
/* page subtitle */
/**/
.page-subtitle {
	float: left;
	margin-left: 20px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid rgba(255,255,255,0.5);
	font-size: 18px;
	line-height: 30px;
}
@media screen and (max-width: 980px) { /* pad */
	.page-subtitle {
		display: none;
	}
}


/**/
/* bread crumbs */
/**/
.bread-crumbs {
	float: right;
	padding: 15px 0;
	line-height: 20px;
	text-transform: uppercase;
}
.bread-crumbs a {
	text-decoration: none;
	color: #fff;
}
.bread-crumbs a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1200px) { /* laptop */
	.bread-crumbs {
		font-size: 12px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.bread-crumbs {
		display: none;
	}
}


/**/
/* slideshow */
/**/
.slider-revolution {
	position: relative;
	width: 100%;
	padding: 0;
}
.slider-revolution .fa {
	display: block;
	min-width: 108px;
	font-size: 40px;
	line-height: 108px;
	text-align: center;
	color: #fff;
}
.slider-revolution .fa:before {
	position: relative;
	z-index: 1;
}
.slider-revolution .fa:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.slider-revolution .fa-2:after {
	opacity: 0.75;
}
.slider-revolution .fa-3:after {
	opacity: 0.5;
}
.slider-revolution .title {
	padding: 30px 0;
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}
.slider-revolution .button-my {
	display: inline-block;
	padding: 0 20px;
	border: 2px solid #2d3e50;
	background: #2d3e50;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	line-height: 36px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.5;
	transition: background 0.3s, color 0.3s;
}
.slider-revolution .button-my:hover {
	background: #fff;
	color: #2d3e50;
}
.slider-revolution .tp-bullets {
	display: none;
}
.slider-revolution .tp-bannertimer {
	top: 100%;
	left: 0;
	height: 5px;
	margin-top: -5px;
}
.slider-revolution .fa:hover {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.slider-revolution .fa-bank:hover:before,
.slider-revolution .fa-euro:hover:before,
.slider-revolution .fa-pencil:hover:before,
.slider-revolution .fa-anchor:hover:before  {
	content: 'DO';
}
.slider-revolution .fa-balance-scale:hover:before,
.slider-revolution .fa-rmb:hover:before,
.slider-revolution .fa-sitemap:hover:before,
.slider-revolution .fa-desktop:hover:before {
	content: 'IT';
}
.slider-revolution .fa-calculator:hover:before,
.slider-revolution .fa-dollar:hover:before,
.slider-revolution .fa-cogs:hover:before,
.slider-revolution .fa-shield:hover:before {
	content: 'NOW';
}


/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/

/**/
/* accordion */
/**/
.accordion dt {
	margin-top: 10px;
	padding: 10px 20px;
	border: 1px solid #ecf0f1;
	font-size: 18px;
	color: #000;
	cursor: pointer;
}
.accordion dt i {
	display: block;
	float: right;
	margin-top: 2px;
	font-size: 14px;
}
.accordion dt.active i:before {
	content: "\f068";
}
.accordion dt em {
	display: block;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	line-height: 20px;
}
.accordion dd {
	display: none;
	padding: 20px 20px 0;
	border: 1px solid #ecf0f1;	
	border-top: 0;
}
.accordion dd h4 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #000;	
}
.accordion dd p {
	line-height: 20px;
}


/**/
/* rating */
/**/
.rating {
	display: block;
	width: 70px;
	height: 12px;
	background: url(../img/rating.html);
}
.rating div {
	height: 12px;
	background: url(../img/rating.html) 0 -12px;	
}


/**/
/* pagination */
/**/
.pagination {
	font-size: 0;
	text-align: center;
}
.pagination a {
	display: inline-block;
	vertical-align: top;
}
.pagination .active:hover {
	cursor: default;
}
.pagination-1 a {
	width: 28px;
	margin: 0 2px;
	border: 1px solid #808b8d;
	border-radius: 50%;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	color: #808b8d;
	transition: border 0.3s, color 0.3s;
}
.pagination-1 a:hover {
	border-color: #2d3e50;
	color: #2d3e50;
}
.pagination-1 .prev,
.pagination-1 .next {
	width: 78px;
	margin: 0 6px;
	border-radius: 2px;
}
.pagination-1 .active,
.pagination-1 .active:hover {
	border-color: #2d3e50;
	background: #2d3e50;
	color: #fff;
}
.pagination-2 a {
	width: 28px;
	margin-right: -1px;
	border: 1px solid #ecf0f1;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	color: #808b8d;
	transition: border 0.3s, color 0.3s;
}
.pagination-2 a:hover {
	color: #2d3e50;
}
.pagination-2 .active,
.pagination-2 .active:hover {
	background: #2d3e50;
	color: #fff;
}
.pagination-3 a {
	position: relative;
	width: 22px;
	margin: 0 4px;
	text-decoration: none;
}
.pagination-3 a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #ecf0f1;
	box-shadow: inset 0 0 0 1px #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background 0.3s;
}
.pagination-3 a:hover:before {
	background: #fff;
}
.pagination-3 span {
	position: relative;
	display: block;
	font-size: 12px;
	line-height: 22px;
}
.pagination-3 .active {
	color: #fff;
}
.pagination-3 .active:before,
.pagination-3 .active:hover:before {
	background: #2d3e50;
}
.pagination-4 a {
	width: 18px;
	height: 18px;
	margin-left: 10px;
	border: 1px solid #808b8d;
	border-radius: 50%;
	background: #ecf0f1;
	transition: border-color 0.3s;
}
.pagination-4 a:first-child {
	margin-left: 0;
}
.pagination-4 a:hover {
	border-color: #2d3e50;
}
.pagination-4 .active {
	border-color: #2d3e50;
	background: #2d3e50;	
}
.pagination-5 a {
	width: 12px;
	height: 12px;
	margin-left: 5px;
	border: 2px solid #2d3e50;
	border-radius: 50%;
	background: #2d3e50;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
	color: #2d3e50;
	transition: background 0.3s;
}
.pagination-5 a:first-child {
	margin: 0 10px 0 0;
}
.pagination-5 a:last-child {
	margin: 0 0 0 15px;
}
.pagination-5 a:hover {
	background: #ecf0f1;
}
.pagination-5 .fa {
	width: auto;
	height: auto;
	border: 0;
	background: none;
}
.pagination-5 .fa:hover {
	background: none;
}
.pagination-5 .active,
.pagination-5 .active:hover {
	background: #fff;	
}


/**/
/* apps features */
/**/
.block-apps-features h2 {
	margin-top: 20px;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
}
.block-apps-features li {
	position: relative;
	margin-top: 40px;
	padding-left: 30px;
	line-height: 20px;
}
.block-apps-features li i {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 20px;
	color: #000;
}
.block-apps-features img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
}
.block-apps-features .button {
	position: relative;
	margin-top: 60px;
	padding: 13px 20px 15px 80px;
	border-radius: 5px;
	font-size: 18px;
}
.block-apps-features .button i {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	font-size: 42px;
	line-height: 64px;
	text-align: center;
}
.block-apps-features .button span {
	display: block;
	margin-top: 4px;
	font-size: 12px;
}
.block-apps-features .enviroiment {
	width: 234px;
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
	color: #000;
}
.block-apps-features .enviroiment a {
	margin: 0 5px;
	color: #000;
	transition: opacity 0.3s;
}
.block-apps-features .enviroiment a:hover {
	opacity: 0.7;
}
.block-apps-features .enviroiment span {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
}
.block-apps-features .clearfix {
	position: relative;
	padding: 60px 0;
}
.block-apps-features .clearfix:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background: #ecf0f1;
}
.block-apps-features .grid-col-2 {
	height: 1px;
}
.block-apps-features .grid-col-2:after,
.block-apps-features .grid-col-2:before {
	content: '';
	position: absolute;
	left: 50%;
	border-radius: 20% 0 20% 0;
	background: #ecf0f1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-apps-features .grid-col-2:after {
	bottom: 0;
	width: 24px;
	height: 24px;
	margin-left: -12px;
}
.block-apps-features .grid-col-2:before {
	top: 0;
	width: 48px;
	height: 48px;
	margin-left: -24px;
}
@media screen and (max-width: 767px) { /* phone */
	.block-apps-features img {
		margin-right: auto;
	}
	.block-apps-features .clearfix {
		padding: 0;
	}
	.block-apps-features .clearfix:before {
		display: none;
	}
	.block-apps-features .grid-col-2 {
		display: none;
	}
}


/**/
/* counters */
/**/
.block-counters {
	text-align: center;
	color: #fff;
}
.block-counters li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 14px;
	text-transform: uppercase;
}
.block-counters li div {
	display: block;
	margin-bottom: 10px;
	font-size: 48px;
}
.block-counters li sub {
	font-size: 18px;
}
@media screen and (max-width: 767px) { /* phone */
	.block-counters {
		margin-top: -58px;
	}
	.block-counters li {
		width: 33.33%;
		margin-top: 18px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-counters li {
		width: 50%;
	}	
}

/**/
/* counters 2 */
/**/
.block-counters-2 {
	margin: 0 0 90px;
}
.block-counters-2 li {
	color: #808b8d;
}
.block-counters-2 li div {
	color: #000;
}
.block-counters-2 .block-head-4 {
	text-align: right;
}
.block-counters-2 .block-head-4:after {
	right: auto;
	left: 0;
}


/**/
/* benefits */
/**/
.block-benefits ul {
	margin-left: -30px;
	text-align: center;
}
.block-benefits li {
	display: inline-block;
	width: 300px;
	padding-left: 30px;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 22px;
}
.block-benefits div {
	padding: 50px 10px;	
	border: 1px solid #ecf0f1;
	transition: border-color 0.3s, background 0.3s;
}
.block-benefits div:hover {
	border-color: #2d3e50;
	background: #2d3e50;
}
.block-benefits h3 {
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	transition: color 0.3s;
}
.block-benefits div:hover h3 {
	color: #fff;
}
.block-benefits i {
	position: relative;
	display: block;
	width: 66px;
	height: 66px;
	margin: 0 auto 30px;
	font-size: 28px;
	line-height: 66px;
	color: #2d3e50;
}
.block-benefits i:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ecf0f1;
	border: 2px solid #bec3c7;
	border-radius: 20% 0 20% 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-benefits i:before {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-benefits ul {
		margin-left: -20px;
	}
	.block-benefits li {
		width: 240px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-benefits ul {
		margin-left: -18px;
	}
	.block-benefits li {
		width: 189px;
		padding-left: 18px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-benefits ul {
		margin-top: -18px;
	}
	.block-benefits li {
		width: 50%;
		margin-top: 18px;
		padding-left: 18px;
	}	
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-benefits li {
		width: 100%;
	}	
}

/**/
/* benefits 2 */
/**/
.block-benefits-2 ul {
	display: none;
	margin-left: -30px;
	text-align: center;
}
.block-benefits-2 li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-benefits-2 li h3 {
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	transition: color 0.3s;
}
.block-benefits-2 li p {
	padding-bottom: 30px;
	border-bottom: 1px solid #ecf0f1;
	line-height: 24px;	
}
.block-benefits-2 li i {
	position: relative;
	display: block;
	width: 66px;
	height: 66px;
	margin: 0 auto 30px;
	font-size: 28px;
	line-height: 66px;
	color: #2d3e50;
}
.block-benefits-2 li i:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ecf0f1;
	border: 2px solid #bec3c7;
	border-radius: 20% 0 20% 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-benefits-2 li i:before {
	position: relative;
	z-index: 1;
}
.block-benefits-2 ul.active {
	display: block;
}
.block-benefits-2 .tabs {
	margin-left: -30px;
	text-align: center;
	text-transform: uppercase;
}
.block-benefits-2 .tabs a {
	display: block;
	padding: 20px 0;
	border: 1px solid #ecf0f1;
	text-decoration: none;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.block-benefits-2 .tabs a:hover {
	border-color: #2d3e50;
	background-color: #2d3e50;
	color: #fff;
}
.block-benefits-2 .tabs div {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-benefits-2 .tabs .active a,
.block-benefits-2 .tabs .active a:hover {
	border-color: #bec3c7;
	background-color: #ecf0f1;
	color: #2d3e50;
	cursor: default;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-benefits-2 ul,
	.block-benefits-2 .tabs {
		margin-left: -20px;
	}
	.block-benefits-2 li,
	.block-benefits-2 .tabs div {
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-benefits-2 ul,
	.block-benefits-2 .tabs {
		margin-left: -18px;
	}
	.block-benefits-2 li,
	.block-benefits-2 .tabs div {
		padding-left: 18px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-benefits-2 li {
		width: 50%;
	}
	.block-benefits-2 .tabs div {
		width: 100%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-benefits-2 li {
		width: 100%;
	}	
}

/**/
/* benefits 3 */
/**/
.block-benefits-3 ul {
	margin: -30px 0 0 -30px;
	text-align: center;
}
.block-benefits-3 li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-top: 30px;
	padding: 100px 0 0 30px;
	box-sizing: border-box;	
}
.block-benefits-3 h3 {
	position: relative;
	z-index: 1;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
}
.block-benefits-3 p {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	line-height: 24px;
}
.block-benefits-3 i {
	position: absolute;
	top: -100px;
	left: 50%;
	width: 140px;
	margin-left: -70px;
	font-size: 140px;
	text-shadow: 0 5px 5px rgba(0,0,0,0.15);
	color: #2d3e50;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.block-benefits-3 .inner {
	position: relative;
	padding: 40px 30px;
}
.block-benefits-3 .inner:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #ecf0f1;
}
.block-benefits-3 .shadow {
	position: relative;
	margin: 0 5px;
	height: 16px;
	background: #bfbfbf;
	background-image: linear-gradient(top, #bfbfbf 0%, #fff 100%);
	background-image: -ms-linear-gradient(top, #bfbfbf 0%, #fff 100%);
	background-image: -moz-linear-gradient(top, #bfbfbf 0%, #fff 100%);
	background-image: -webkit-linear-gradient(top, #bfbfbf 0%, #fff 100%);	
}
.block-benefits-3 .shadow:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}
.block-benefits-3 .shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-benefits-3 ul {
		margin-left: -20px;
	}
	.block-benefits-3 li {
		padding-left: 20px;
	}
	.block-benefits-3 h3 {
		font-size: 26px;
	}
	.block-benefits-3 .inner {
		padding: 40px 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-benefits-3 ul {
		margin-left: -18px;
	}
	.block-benefits-3 li {
		padding-left: 18px;
	}
	.block-benefits-3 h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-benefits-3 li {
		width: 50%;
	}	
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-benefits-3 li {
		width: 100%;
	}
}


/**/
/* about */
/**/
.block-about {
	text-align: center;
}
.block-about h2 {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
.block-about p {
	margin-bottom: 30px;
	line-height: 24px;
}
.block-about img {
  display: block;
  width: 100%;
  height: auto;
}
.block-about .button {
	margin: -10px 0 30px;
	padding: 2px 15px 0;
	border: 1px solid #2d3e50;
	background: #ecf0f1;
	font-size: 12px;
	line-height: 30px;
	color: #2d3e50;
}
.block-about .button:hover {
	background: #2d3e50;
	color: #ecf0f1;
}
.block-about .owl-prev,
.block-about .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -21px;
	font-size: 42px;
	color: #fff;
	transition: color 0.3s;
}
.block-about .owl-prev:hover,
.block-about .owl-next:hover {
	color: #2d3e50;
}
.block-about .owl-prev {
	left: 20px;
}
.block-about .owl-next {
	right: 20px;
}
.block-about .owl-prev i,
.block-about .owl-next i {
	display: block;
}

/**/
/* about 2 */
/**/
.block-about-2 h3 {
	margin-top: 30px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}
.block-about-2 p {
	margin-top: 20px;
	line-height: 20px;
}
.block-about-2 ul {
	margin-top: 20px;
}
.block-about-2 li {
	position: relative;
	margin-top: 10px;
	background: #ecf0f1;
	line-height: 30px;
}
.block-about-2 .bar {
	width: 0;
	height: 30px;
	background: #2d3e50;
	transition: width 1s;
}
.block-about-2 .name {
	position: absolute;
	top: 0;
	left: 15px;
	text-transform: uppercase;
	color: #fff;
}
.block-about-2 .value {
	position: absolute;
	top: 0;
	right: 15px;
	font-size: 12px;
	color: #2d3e50;
}

/**/
/* about 3 */
/**/
.block-about-3 h3 {
	margin: 50px 0 40px;
	font-size: 28px;
	text-transform: uppercase;
	color: #000000;
}
.block-about-3 p {
	margin-top: 24px;
	line-height: 24px;
}
.block-about-3 img {
	display: block;
	margin: 30px auto 30px;
	width: 240px;
	height: 240px;
	border: 10px solid #ecf0f1;
	border-radius: 50%;
	box-shadow: 0 2px 3px rgba(0,0,0,0.35);
}
.block-about-3 .center {
	text-align: center;
}
.block-about-3 .button {
	padding: 0 30px;
	line-height: 36px;
}
@media screen and (max-width: 980px) { /* pad */
	.block-about-3 img {
		width: 204px;
		height: 204px;
	}
}

/**/
/* about 4 */
/**/
.block-about-4 h3 {
	margin: 10px 0;
	font-size: 24px;
	color: #000000;
}
.block-about-4 h4 {
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 24px;
	border-bottom: 2px solid #ecf0f1;
}
.block-about-4 p {
	margin-top: 20px;
	line-height: 20px;
}
.block-about-4 img {
  display: block;
  width: 100%;
  height: auto;
}
.block-about-4 .owl-pagination {
	margin-top: 10px;
	font-size: 0;
	text-align: center;
}
.block-about-4 .owl-pagination div {
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	margin: 0 2px;
	border: 1px solid #2d3e50;
	border-radius: 50%;
	background: #2d3e50;
}
.block-about-4 .owl-pagination .active {
	background: #fff;
}
@media screen and (max-width: 767px) { /* phone */
	.block-about-4 .grid-col + .grid-col {
		margin-top: 30px;
	}
}

/**/
/* about 5 */
/**/
.block-about-5 h3 {
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
}
.block-about-5 p {
	margin-bottom: 20px;
	line-height: 20px;	
}
.block-about-5 img {
  display: block;
  width: 100%;
  height: auto;
}
.block-about-5 .owl-buttons {
	margin-top: 10px;
	font-size: 0;
}
.block-about-5 .owl-prev,
.block-about-5 .owl-next {
	display: inline-block;
	width: 50%;
	padding: 1px 10px 5px;
	border: 2px solid #2d3e50;
	background: #2d3e50;
	box-sizing: border-box;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-about-5 .owl-prev:hover,
.block-about-5 .owl-next:hover {
	background: #fff;
	color: #2d3e50;
}
.block-about-5 .owl-prev {
	text-align: right;
}
@media screen and (max-width: 767px) { /* phone */
	.block-about-5 .grid-col + .grid-col {
		margin-top: 60px;
	}
}

/**/
/* about 6 */
/**/
.block-about-6 h3 {
	margin-bottom: 30px;
	font-size: 32px;
	text-transform: uppercase;
	color: #000000;
}
.block-about-6 p {
	margin-bottom: 24px;
	line-height: 24px;	
}
.block-about-6 img {
  display: block;
}
.block-about-6 .icons {
	font-size: 24px;
}
.block-about-6 .icons a {
	margin-right: 30px;
	text-decoration: none;
	color: #808b8d;
	transition: color 0.3s;
}
.block-about-6 .icons a:hover {
	color: #2d3e50;
}
.block-about-6 .shadow {
	position: relative;
	margin: 0 5px;
	height: 16px;
	background: #bfbfbf;
	background-image: linear-gradient(top, #bfbfbf 0%, #fff 100%);
	background-image: -ms-linear-gradient(top, #bfbfbf 0%, #fff 100%);
	background-image: -moz-linear-gradient(top, #bfbfbf 0%, #fff 100%);
	background-image: -webkit-linear-gradient(top, #bfbfbf 0%, #fff 100%);	
}
.block-about-6 .shadow:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
	border-bottom: 8px solid transparent;
	border-left: 8px solid transparent;
}
.block-about-6 .shadow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-about-6 img {
	  width: 100%;
	  height: auto;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-about-6 .grid-col-4 {
		margin-bottom: 60px;
	}
}


/**/
/* mission */
/**/
.block-mission h2 {
	margin-bottom: 45px;
	font-size: 36px;
	text-transform: uppercase;
}
.block-mission h3 {
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}
.block-mission p {
	margin-top: 20px;
	line-height: 20px;
	opacity: 0.7;
}
.block-mission .year {
	display: none;
	padding: 50px;
	background: #2d3e50;
	color: #fff;
}
.block-mission .year.active {
	display: block;
}
.block-mission .years {
	border-bottom: 25px solid #dddfdf;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
}
.block-mission .years a {
	position: relative;
	display: inline-block;
	width: 9%;
	text-decoration: none;
}
.block-mission .years a:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-bottom: 0 solid #2d3e50;
	border-left: 10px solid transparent;
	transition: border-width 0.3s;
}
.block-mission .years .active:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -10px;
	border-bottom-width: 15px;
}
@media screen and (max-width: 980px) { /* pad */
	.block-mission .years {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-mission .years span {
		display: none;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-mission .years {
		font-size: 14px;
	}
}


/**/
/* recent works */
/**/
.block-recent-works ol {
	margin-bottom: 60px;
	font-size: 13px;
	line-height: 38px;
	text-align: center;
}
.block-recent-works ol li {
	display: inline-block;
	vertical-align: top;
	margin-left: -1px;
	padding: 0 20px;
	border: 1px solid #ecf0f1;
	cursor: pointer;
	transition: border 0.3s, background 0.3s, color 0.3s;
}
.block-recent-works ol li:hover {
	color: #2d3e50; 
}
.block-recent-works ol li:first-child {
	margin-left: 0;
	border-radius: 5px 0 0 5px;
}
.block-recent-works ol li:last-child {
	border-radius: 0 5px 5px 0;
}
.block-recent-works ol .active {
	position: relative;
	border-color: #2d3e50;
	background: #2d3e50;
	color: #fff !important;
}
.block-recent-works .item {
	position: relative;
	width: 468px;
	height: 234px;
}
.block-recent-works .item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity 0.3s;
	color: #fff;
}
.block-recent-works .item a:hover {
	opacity: 0.8;
}
.block-recent-works .item a i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -138px;
	font-size: 42px;
	text-align: center;
}
.block-recent-works .item img {
	display: block;
	width: auto;
	height: 100%;
}
.block-recent-works .item-small {
	width: 234px;
}
.block-recent-works .item-small a i {
	margin-left: -21px;
}
.block-recent-works .item-large {
	width: 702px;
}
.block-recent-works .description {
	position: absolute;
	top: 0;
	right: 0;
	width: 194px;
	height: 194px;
	padding: 20px;
	background: #2d3e50;
	color: #fff;
}
.block-recent-works .description:before {
	content: '';
	position: absolute;
	top: 40px;
	right: 100%;
	border-top: 10px solid transparent;
	border-right: 10px solid #2d3e50;
	border-bottom: 10px solid transparent;
}
.block-recent-works .description h3 {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 20px;
}
.block-recent-works .description p {
	line-height: 20px;
	opacity: 0.7;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-works .item {
		width: 376px;
		height: 188px;
	}
	.block-recent-works .item-small {
		width: 188px;
	}
	.block-recent-works .item-large {
		width: 564px;
	}
	.block-recent-works .description {
		width: 158px;
		height: 158px;
		padding: 15px;
	}
	.block-recent-works .description p {
		font-size: 12px;
		line-height: 18px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-works .item {
		width: 492px;
		height: 246px;
	}
	.block-recent-works .item-small {
		width: 246px;
	}
	.block-recent-works .item-large {
		width: 738px;
	}
	.block-recent-works .description {
		width: 206px;
		height: 206px;
		padding: 20px;
	}
	.block-recent-works .description p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-recent-works .item {
		width: 50%;
		height: auto;
	}	
	.block-recent-works .item img {
		width: 100%;
		height: auto;
	}
	.block-recent-works .item a i {
		margin-left: -21px;
	}
	.block-recent-works .item-small {
		width: 50%;
	}
	.block-recent-works .item-large {
		width: 100%;
	}
	.block-recent-works .description {
		display: none;
	}
}

/**/
/* recent works 2 */
/**/
.block-recent-works-2 ul {
	margin-left: -30px;
	text-align: center;
}
.block-recent-works-2 li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-top: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-recent-works-2 li h3 {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	background: #000;
	font-size: 14px;
	text-transform: uppercase;
}
.block-recent-works-2 li a {
	position: relative;
	display: block;
	color: #fff;
}
.block-recent-works-2 li i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	margin: -30px 0 0 -15px;
	font-size: 30px;
}
.block-recent-works-2 li img {
	display: block;
	width: 100%;
	height: auto;
}
.block-recent-works-2 li div {
	position: absolute;
	top: 20px;
	right: 30px;
	bottom: 20px;
	left: 30px;
	background: rgba(0,0,0,0.7);
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-2 li a:hover div {
	opacity: 1;
}
.block-recent-works-2 .carousel {
	margin-top: 60px;
	padding: 0 55px;
	box-sizing: border-box;
}
.block-recent-works-2 .carousel img {
	display: block;
	width: 100%;
	height: auto;
}
.block-recent-works-2 .carousel a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
}
.block-recent-works-2 .carousel a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-2 .carousel a:hover:before {
	opacity: 0.7;
}
.block-recent-works-2 .carousel a i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
	font-size: 24px;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-2 .carousel a:hover i {
	opacity: 1;
}
.block-recent-works-2 .owl-item {
	padding: 0 15px;
	box-sizing: border-box;
}
.block-recent-works-2 .owl-prev,
.block-recent-works-2 .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -28px;
	font-size: 56px;
	color: #000;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.block-recent-works-2 .owl-prev:hover,
.block-recent-works-2 .owl-next:hover {
	opacity: 1;
}
.block-recent-works-2 .owl-prev {
	left: 0;
}
.block-recent-works-2 .owl-next {
	right: 0;
	text-align: right;
}
.block-recent-works-2 .owl-prev i,
.block-recent-works-2 .owl-next i {
	display: block;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-works-2 ul {
		margin-left: -20px;
	}
	.block-recent-works-2 li {
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-works-2 li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-recent-works-2 li {
		width: 100%;
	}
}

/**/
/* recent works 3 */
/**/
.block-recent-works-3 {
	text-align: center;
}
.block-recent-works-3 h3 {
	padding: 30px 20px 0;
	border-top: 10px solid #2d3e50;
	background: #ecf0f1;
	font-size: 24px;
	text-transform: uppercase;
}
.block-recent-works-3 h3 a {
	text-decoration: none;
}
.block-recent-works-3 h3 a:hover {
	text-decoration: underline;
}
.block-recent-works-3 p {
	padding: 20px 20px 30px;
	background: #ecf0f1;
	line-height: 20px;
}
.block-recent-works-3 img {
	display: block;
}
.block-recent-works-3 .pic {
	position: relative;
}
.block-recent-works-3 .link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-3 .fancybox {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -32px 0 0 -30px;
	border-radius: 50%;
	background: #2d3e50;
	font-size: 28px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-3 .pic:hover .link,
.block-recent-works-3 .pic:hover .fancybox {
	opacity: 1;
}
.block-recent-works-3 .carousel {
	width: auto;
	margin: 60px -15px 0;
}
.block-recent-works-3 .owl-item {
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 0 15px;
}
.block-recent-works-3 .owl-pagination {
	margin-top: 30px;
}
.block-recent-works-3 .owl-pagination div {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	width: 12px;
	height: 12px;
	border: 2px solid #2d3e50;
	border-radius: 50%;
	background: #2d3e50;
}
.block-recent-works-3 .owl-pagination .active {
	background: #ecf0f1;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-works-3 img {
		width: 100%;
		height: auto;
	}
	.block-recent-works-3 .carousel {
		margin-right: -10px;
		margin-left: -10px;
	}
	.block-recent-works-3 .owl-item {
		padding: 0 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-works-3 .carousel {
		margin-right: -9px;
		margin-left: -9px;
	}
	.block-recent-works-3 .owl-item {
		padding: 0 9px;
	}
}

/**/
/* recent works 4 */
/**/
.block-recent-works-4 {
	position: relative;
	padding: 90px 100px;
	background-position: 50% 50%;
	background-size: cover;
	text-align: center;
}
.block-recent-works-4:before {	
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.8;
}
.block-recent-works-4 img {
	display: block;
	border: 3px solid #fff;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.block-recent-works-4 .pic:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);		
}
.block-recent-works-4 .link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.block-recent-works-4 .fancybox {
	position: absolute;
	top: 0;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -32px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #2d3e50;
	font-size: 28px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-4 .pic:hover .fancybox {
	opacity: 1;
}
.block-recent-works-4 .carousel {
	width: auto;
	margin: 0 -15px;
}
.block-recent-works-4 .owl-item {
	box-sizing: border-box;
	margin-top: 30px;
	padding: 0 15px;
}
.block-recent-works-4 .owl-prev,
.block-recent-works-4 .owl-next {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 30px 2px 0;
	border: 1px solid #fff;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-recent-works-4 .owl-prev i,
.block-recent-works-4 .owl-next i {
	display: block;
	line-height: 24px;
}
.block-recent-works-4 .owl-prev:hover,
.block-recent-works-4 .owl-next:hover {
	background: #fff;
	color: #2d3e50;
}
.block-recent-works-4 .block-head {
	position: relative;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-works-4 {
		padding: 60px 80px;
	}
	.block-recent-works-4 img {
		width: 100%;
		height: auto;
	}
	.block-recent-works-4 .carousel {
		margin-right: -10px;
		margin-left: -10px;
	}
	.block-recent-works-4 .owl-item {
		padding: 0 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-works-4 {
		padding: 54px 63px;
	}
	.block-recent-works-4 .carousel {
		margin-right: -9px;
		margin-left: -9px;
	}
	.block-recent-works-4 .owl-item {
		padding: 0 9px;
	}
}

/**/
/* recent works 5 */
/**/
.block-recent-works-5 h3 {
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
.block-recent-works-5 h3 a {
	text-decoration: none;
}
.block-recent-works-5 h3 a:hover {
	text-decoration: underline;
}
.block-recent-works-5 p {
	line-height: 20px;
}
.block-recent-works-5 img {
	display: block;
	transition: opacity 0.3s;
}
.block-recent-works-5 img:hover {
	opacity: 0.8;
}
.block-recent-works-5 .pic {
	display: block;
}
.block-recent-works-5 .info {
	padding: 30px 20px;
	border: 1px solid #b4b4b4;
	border-top: 0;
}
.block-recent-works-5 .button {
	padding: 0 20px;
	font-size: 12px;
	line-height: 28px;
}
.block-recent-works-5 .rating {
	margin: 10px auto 20px;
}
.block-recent-works-5 .carousel {
	width: auto;
	margin: 0 -15px;
}
.block-recent-works-5 .owl-item {
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
}
.block-recent-works-5 .owl-prev,
.block-recent-works-5 .owl-next {
	position: absolute;
	top: -72px;
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	background: #000;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-recent-works-5 .owl-next {
	right: 15px;
}
.block-recent-works-5 .owl-prev {
	right: 53px;
}
.block-recent-works-5 .owl-prev i,
.block-recent-works-5 .owl-next i {
	display: block;
	font-size: 24px;
	line-height: 30px;
}
.block-recent-works-5 .owl-prev:hover,
.block-recent-works-5 .owl-next:hover {
	background: #fff;
	color: #000;
}
.block-recent-works-5 .block-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-works-5 img {
		width: 100%;
		height: auto;
	}
	.block-recent-works-5 .carousel {
		margin-right: -10px;
		margin-left: -10px;
	}
	.block-recent-works-5 .owl-item {
		padding: 0 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-works-5 .carousel {
		margin-right: -9px;
		margin-left: -9px;
	}
	.block-recent-works-5 .owl-item {
		padding: 0 9px;
	}
}

/**/
/* recent works 6 */
/**/
.block-recent-works-6 li {
	display: inline-block;
	vertical-align: top;
	width: 16.66%;
}
.block-recent-works-6 li img {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.block-recent-works-6 a {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
}
.block-recent-works-6 a:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-6 a:hover:before {
	opacity: 0.7;
}
.block-recent-works-6 a i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	margin: -12px 0 0 -12px;
	font-size: 24px;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-recent-works-6 a:hover i {
	opacity: 1;
}
.block-recent-works-6 .carousel {
	width: auto;
	margin: -2px -2px 0;
}
.block-recent-works-6 .owl-buttons {
	text-align: center;
}
.block-recent-works-6 .owl-prev,
.block-recent-works-6 .owl-next {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 30px 2px 0;
	border: 1px solid #2d3e50;
	background: #2d3e50;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-recent-works-6 .owl-prev i,
.block-recent-works-6 .owl-next i {
	display: block;
	font-size: 18px;
	line-height: 24px;
}
.block-recent-works-6 .owl-prev:hover,
.block-recent-works-6 .owl-next:hover {
	background: #fff;
	color: #2d3e50;
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-works-6 li {
		width: 25%
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-recent-works-6 li {
		width: 33.33%
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-recent-works-6 li {
		width: 50%
	}
}

/**/
/* recent works 7 */
/**/
.block-recent-works-7 {
	margin-bottom: 30px;
}
.block-recent-works-7 img {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.3s;
}
.block-recent-works-7 img:hover {
	opacity: 0.8;
}
.block-recent-works-7 .pic {
	display: block;
	border: 2px solid #fff;
}
.block-recent-works-7 .carousel {
	width: auto;
	margin: 0 -1px;
}
.block-recent-works-7 .owl-prev,
.block-recent-works-7 .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -17px;
	border: 2px solid #000;
	background: #000;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-recent-works-7 .owl-next {
	right: 2px;
}
.block-recent-works-7 .owl-prev {
	left: 2px;
}
.block-recent-works-7 .owl-prev i,
.block-recent-works-7 .owl-next i {
	display: block;
	font-size: 24px;
	line-height: 30px;
}
.block-recent-works-7 .owl-prev:hover,
.block-recent-works-7 .owl-next:hover {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-works-5 img {
		width: 100%;
		height: auto;
	}
	.block-recent-works-5 .carousel {
		margin-right: -10px;
		margin-left: -10px;
	}
	.block-recent-works-5 .owl-item {
		padding: 0 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-works-5 .carousel {
		margin-right: -9px;
		margin-left: -9px;
	}
	.block-recent-works-5 .owl-item {
		padding: 0 9px;
	}
}

/**/
/* portfolio */
/**/
.block-portfolio {
	text-align: center;
}
.block-portfolio p {
	line-height: 24px;
}
.block-portfolio ol {
	margin: 40px 0 30px;
	padding-top: 50px;
	border-top: 2px solid #ecf0f1;
}
.block-portfolio ol li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	transition: border 0.3s, color 0.3s;
}
.block-portfolio ol li:hover {
	color: #2d3e50; 
}
.block-portfolio ol li.active {
	border-bottom-color: #2d3e50;
}
.block-portfolio ul {
	margin: 0 85px;
}
.block-portfolio ul li {
	position: relative;
	width: 250px;
	margin-top: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: left;
}
.block-portfolio ul h3 {
	padding: 15px;
	border: 1px solid #ecf0f1;
	line-height: 18px;
	color: #000;
	transition: background 0.3s;
}
.block-portfolio ul li:hover h3 {
	background: #ecf0f1;
}
.block-portfolio ul h3 i {
	float: right;
	margin-left: 5px;
	line-height: 18px;
}
.block-portfolio ul img {
	display: block;
	width: 100%;
	height: auto;
}
.block-portfolio ul a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.block-portfolio ul .pic {
	position: relative;
}
.block-portfolio ul .pic span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio ul .pic span:after,
.block-portfolio ul .pic span:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
}
.block-portfolio ul .pic span:before {
	right: 0;
	opacity: 0.5;
}
.block-portfolio ul .pic span:after {
	right: 50%;
}
.block-portfolio ul .pic span i {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #2d3e50;
}
.block-portfolio ul .pic span i:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-portfolio ul .pic span i:before {
	position: relative;
	z-index: 1;
}
.block-portfolio ul li:hover .pic span {
	opacity: 1;
}
.block-portfolio .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-portfolio ul {
		margin: 0 -10px;
	}
	.block-portfolio ul li {
		width: 240px;
		padding: 0 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-portfolio ol li {
		margin-right: 15px;
		margin-left: 15px;
	}
	.block-portfolio ul {
		margin: 0 -9px;
	}
	.block-portfolio ul li {
		width: 252px;
		padding: 0 9px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-portfolio ol li {
		margin-right: 10px;
		margin-left: 10px;
	}
	.block-portfolio ul li {
		width: 33.33%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-portfolio ul li {
		width: 50%;
	}
}

/**/
/* portfolio 2 */
/**/
.block-portfolio-2 ol {
	margin-bottom: 30px;
	padding-top: 50px;
	text-align: center;
}
.block-portfolio-2 ol li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 24px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-2 ol li:hover {
	color: #2d3e50; 
}
.block-portfolio-2 ol li.active {
	background: #2d3e50;
	color: #fff !important;
}
.block-portfolio-2 ul {
	margin: 0 85px;
}
.block-portfolio-2 ul li {
	position: relative;
	width: 33.33%;
	margin-top: 30px;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: left;
}
.block-portfolio-2 ul h3 {
	padding: 20px 30px;
	background: #ecf0f1;
	line-height: 18px;
	color: #000;
}
.block-portfolio-2 ul h3 i {
	float: right;
	margin-left: 5px;
	line-height: 18px;
}
.block-portfolio-2 ul img {
	display: block;
	width: 100%;
	height: auto;
}
.block-portfolio-2 ul .pic {
	position: relative;
	text-align: center;
}
.block-portfolio-2 ul .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-2 ul .pic:hover:before {
	opacity: 0.8;
}
.block-portfolio-2 ul .pic span {
	position: absolute;
	top: 50%;
	left: 50%;
	overflow: hidden;
	margin: -21px 0 0 -41px;
	border: 1px solid #fff;
	border-radius: 3px;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-2 ul .pic:hover span {
	opacity: 1;
}
.block-portfolio-2 ul .pic a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #fff;
	background: #2d3e50;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-2 ul .pic a:hover {
	background: #fff;
	color: #2d3e50;
}
.block-portfolio-2 ul .pic a:first-child {
	border-left: 0;
}
.block-portfolio-2 .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-portfolio-2 ul {
		margin: 0 -10px;
	}
	.block-portfolio-2 ul li {
		padding: 0 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-portfolio-2 ul {
		margin: 0 -9px;
	}
	.block-portfolio-2 ul li {
		padding: 0 9px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-portfolio-2 ol li {
		margin-right: 5px;
		margin-left: 5px;
	}
	.block-portfolio-2 ul li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-portfolio-2 ul li {
		width: 100%;
	}
}

/**/
/* portfolio 3 */
/**/
.block-portfolio-3 ol {
	margin-bottom: 60px;
	padding-top: 5px;
	text-align: center;
}
.block-portfolio-3 ol li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 24px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-3 ol li:hover {
	color: #2d3e50; 
}
.block-portfolio-3 ol li.active {
	background: #2d3e50;
	color: #fff !important;
}
.block-portfolio-3 ul {
	margin: -2px -1px 0;
}
.block-portfolio-3 ul li {
	position: relative;
	width: 50%;
	margin-top: 2px;
	padding: 0 1px;
	box-sizing: border-box;
}
.block-portfolio-3 ul h3 {
	position: absolute;
	top: 50%;
	right: -250px;
	width: 200px;
	margin-top: -24px;
	padding: 15px 20px;
	background: #000;
	line-height: 18px;
	color: #fff;
	transition: right 0.3s;
}
.block-portfolio-3 ul h3 i {
	float: right;
	margin-left: 5px;
	line-height: 18px;
}
.block-portfolio-3 ul img {
	display: block;
	width: 100%;
	height: auto;
}
.block-portfolio-3 ul span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100px;
	width: 100px;
	background: #000;
	text-align: center;
	transition: left 0.3s;
}
.block-portfolio-3 ul span em {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
}
.block-portfolio-3 ul span a {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 3px;
	border: 1px solid #fff;
	background: #fff;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
	color: #000;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-3 ul span a:hover {
	background: #000;
	color: #fff;
}
.block-portfolio-3 ul .pic {
	position: relative;
	overflow: hidden;
}
.block-portfolio-3 ul .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-3 ul .pic:hover h3 {
	right: 0;
}
.block-portfolio-3 ul .pic:hover span {
	left: 0;
}
.block-portfolio-3 ul .pic:hover:before {
	opacity: 0.4;
}
.block-portfolio-3 .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 767px) { /* phone */
	.block-portfolio-3 ul li {
		width: 100%;
	}
	.block-portfolio-3 ul h3 {
		width: 180px;
		margin-top: -19px;
		padding: 10px 15px;
	}
}

/**/
/* portfolio 4 */
/**/
.block-portfolio-4 {
	text-align: center;
}
.block-portfolio-4 ul {
	margin-left: -30px;
}
.block-portfolio-4 li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-portfolio-4 h3 {
	padding: 30px 20px 0;
	border-top: 10px solid #2d3e50;
	background: #ecf0f1;
	font-size: 24px;
	text-transform: uppercase;
}
.block-portfolio-4 h3 a {
	text-decoration: none;
}
.block-portfolio-4 h3 a:hover {
	text-decoration: underline;
}
.block-portfolio-4 p {
	padding: 20px 20px 30px;
	background: #ecf0f1;
	line-height: 20px;
}
.block-portfolio-4 img {
	display: block;
}
.block-portfolio-4 .pic {
	position: relative;
}
.block-portfolio-4 .link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-4 .fancybox {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -32px 0 0 -30px;
	border-radius: 50%;
	background: #2d3e50;
	font-size: 28px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-4 .pic:hover .link,
.block-portfolio-4 .pic:hover .fancybox {
	opacity: 1;
}
.block-portfolio-4 .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-portfolio-4 ul {
		margin: 0 -10px;
	}
	.block-portfolio-4 li {
		padding-right: 10px;
		padding-left: 10px;
	}
	.block-portfolio-4 img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-portfolio-4 li {
		width: 50%;
		padding-right: 9px;
		padding-left: 9px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-portfolio-4 li {
		width: 100%;
	}
}

/**/
/* portfolio 5 */
/**/
.block-portfolio-5 ol {
	margin-bottom: 60px;
	padding-top: 5px;
	text-align: center;
}
.block-portfolio-5 ol li {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 24px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-5 ol li:hover {
	color: #2d3e50; 
}
.block-portfolio-5 ol li.active {
	background: #2d3e50;
	color: #fff !important;
}
.block-portfolio-5 ul li {
	margin-top: 10px;
	overflow: hidden;
}
.block-portfolio-5 ul h3 {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.block-portfolio-5 ul h3 a {
	text-decoration: none;
	color: #fff;
}
.block-portfolio-5 ul h3 a:hover {
	text-decoration: underline;
}
.block-portfolio-5 ul p {
	font-size: 13px;
	line-height: 20px;
}
.block-portfolio-5 ul img {
	display: block;
	margin: 0 auto;
}
.block-portfolio-5 .info {
	position: absolute;
	top: 0;
	left: 100%;
	width: 50%;
	height: 100%;
	padding: 0 45px;
	box-sizing: border-box;
	transition: left 0.3s;
	color: #fff;
}
.block-portfolio-5 .info > div {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 400px;
}
.block-portfolio-5 li:hover .info {
	left: 50%;
}
.block-portfolio-5 .info:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.8;
}
.block-portfolio-5 .links {
	margin: 20px 0;
	padding: 6px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
}
.block-portfolio-5 .links a {
	display: block;
	font-size: 20px;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}
.block-portfolio-5 .links span {
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	border-left: 1px solid #fff;
}
.block-portfolio-5 .links span:first-child {
	border-left: 0;
}
.block-portfolio-5 .rating {
	margin: 9px 0;
}
.block-portfolio-5 .rating i {
	display: block;
	height: 12px;
	background: url(../img/rating.html) 0 -12px;	
}
.block-portfolio-5 .button {
	padding: 0 20px;
	font-size: 12px;
	line-height: 32px;
}
.block-portfolio-5 .button:hover {
	background: #fff;
}
.block-portfolio-5 .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-portfolio-5 ul img {
		width: 100%;
		height: auto;
	}
	.block-portfolio-5 .info {
		padding: 0 30px;
	}
	.block-portfolio-5 .info > div {
		height: 321px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-portfolio-5 .info {
		padding: 0 27px;
	}
	.block-portfolio-5 .info > div {
		height: 252px;
	}
	.block-portfolio-5 .links,
	.block-portfolio-5 .button {
		display: none;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-portfolio-5 .info {
		display: none;
	}
}

/**/
/* portfolio 6 */
/**/
.block-portfolio-6 ol {
	margin-bottom: 60px;
	padding-top: 5px;
	text-align: center;
}
.block-portfolio-6 ol li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 24px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-6 ol li:hover {
	color: #2d3e50; 
}
.block-portfolio-6 ol li.active {
	background: #2d3e50;
	color: #fff !important;
}
.block-portfolio-6 ul {
	max-width: 1600px;
	margin: 0 auto;
}
.block-portfolio-6 ul li {
	width: 20%;
}
.block-portfolio-6 ul div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -57px;
}
.block-portfolio-6 ul h3 {
	position: relative;
	margin-top: 20px;
	font-size: 18px;
}
.block-portfolio-6 ul p {
	position: relative;
	margin-top: 15px;
	font-size: 13px;
}
.block-portfolio-6 ul img {
	display: block; 
	width: 100%;
	height: auto;
}
.block-portfolio-6 ul i {
	position: relative;
	display: block;
	font-size: 48px;
}
.block-portfolio-6 ul a {
	position: absolute;
	z-index: 1;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-6 ul a:hover {
	opacity: 1;
}
.block-portfolio-6 ul a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.8;
}
.block-portfolio-6 .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 980px) { /* pad */
	.block-portfolio-6 ul li {
		width: 33.33%;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-portfolio-6 ul li {
		width: 50%;
	}
}

/**/
/* portfolio 7 */
/**/
.block-portfolio-7 ol {
	margin-bottom: 60px;
	padding-top: 5px;
	text-align: center;
}
.block-portfolio-7 ol li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0;
	padding: 0 10px;
	border-radius: 3px;
	line-height: 24px;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-7 ol li:hover {
	color: #2d3e50; 
}
.block-portfolio-7 ol li.active {
	background: #2d3e50;
	color: #fff !important;
}
.block-portfolio-7 ul {
	margin: 0 -1px;
}
.block-portfolio-7 ul li {
	width: 25%;
}
.block-portfolio-7 ul li:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-7 ul li:hover:before {
	opacity: 0.8;
}
.block-portfolio-7 ul a {
	display: block;
	width: 60px;
	margin: 20px auto 0;
	border: 1px solid #fff;
	border-radius: 4px;
	font-size: 30px;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-7 ul a:hover {
	background: #fff;
	color: #2d3e50;
}
.block-portfolio-7 ul a:first-child {
	margin-top: 0;
}
.block-portfolio-7 ul img {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	box-sizing: border-box;
}
.block-portfolio-7 ul div {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -72px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-7 ul li:hover div {
	opacity: 1;
}
.block-portfolio-7 .button {
	display: block;
	max-width: 570px;
	margin: 60px auto 0;
	line-height: 56px;
}
@media screen and (max-width: 980px) { /* pad */
	.block-portfolio-7 ul li {
		width: 33.33%;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-portfolio-7 ul li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-portfolio-7 ul li {
		width: 100%;
	}
}

/**/
/* portfolio 8 */
/**/
.block-portfolio-8 ul {
	position: relative;
	width: 940px;
	height: 940px;
	margin: 0 auto;
	border: 115px solid transparent;
}
.block-portfolio-8 li {
	position: absolute;
	width: 230px;
	height: 230px;
	overflow: hidden;
	margin: -115px 0 0 -115px;
}
.block-portfolio-8 li div {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-radius: 50%;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-portfolio-8 li div:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.8;
}
.block-portfolio-8 li:hover div {
	opacity: 1;
}
.block-portfolio-8 li a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -31px 0 0 -31px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: #2d3e50;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.block-portfolio-8 li img {
	width: 100%;
	height: 100%;
	border: 10px solid #ecf0f1;
	border-radius: 50%;
	box-sizing: border-box;
}
.block-portfolio-8 .item-0 {
	top: 145px;
	right: 145px;
	bottom: 145px;
	left: 145px;
	width: auto;
	height: auto;
	margin: 0;
}
.block-portfolio-8 .item-1 {
	top: 0;
	left: 50%;
}
.block-portfolio-8 .item-2 {
	top: 6.6%;
	left: 75%;
}
.block-portfolio-8 .item-3 {
	top: 25%;
	left: 93.3%;
}
.block-portfolio-8 .item-4 {
	top: 50%;
	left: 100%;
}
.block-portfolio-8 .item-5 {
	top: 75%;
	left: 93.3%;
}
.block-portfolio-8 .item-6 {
	top: 93.3%;
	left: 75%;
}
.block-portfolio-8 .item-7 {
	top: 100%;
	left: 50%;
}
.block-portfolio-8 .item-8 {
	top: 93.3%;
	left: 25%;
}
.block-portfolio-8 .item-9 {
	top: 75%;
	left: 6.6%;
}
.block-portfolio-8 .item-10 {
	top: 50%;
	left: 0%;
}
.block-portfolio-8 .item-11 {
	top: 25%;
	left: 6.6%;
}
.block-portfolio-8 .item-12 {
	top: 6.6%;
	left: 25%;
}
.block-portfolio-8 .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-portfolio-8 ul {
		width: 760px;
		height: 760px;
		border-width: 90px;
	}
	.block-portfolio-8 li {
		width: 180px;
		height: 180px;
		margin: -90px 0 0 -90px;
	}
	.block-portfolio-8 .item-0 {
		top: 120px;
		right: 120px;
		bottom: 120px;
		left: 120px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-portfolio-8 ul {
		width: 598px;
		height: 598px;
		border-width: 70px;
	}
	.block-portfolio-8 li {
		width: 140px;
		height: 140px;
		margin: -70px 0 0 -70px;
	}
	.block-portfolio-8 li div {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
	}
	.block-portfolio-8 li img {
		border-width: 5px;
	}
	.block-portfolio-8 .item-0 {
		top: 100px;
		right: 100px;
		bottom: 100px;
		left: 100px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-portfolio-8 ul {
		width: 360px;
		height: 360px;
		border-width: 40px;
	}
	.block-portfolio-8 li {
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
	}
	.block-portfolio-8 li div {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.block-portfolio-8 li img {
		border-width: 0;
	}
	.block-portfolio-8 .item-0 {
		top: 70px;
		right: 70px;
		bottom: 70px;
		left: 70px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-portfolio-8 ul {
		width: 230px;
		height: 230px;
		border-width: 25px;
	}
	.block-portfolio-8 li {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}
	.block-portfolio-8 .item-0 {
		top: 55px;
		right: 55px;
		bottom: 55px;
		left: 55px;
	}
}

/**/
/* portfolio details */
/**/
.block-portfolio-details h2 {
	margin-top: 30px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #000;
}
.block-portfolio-details p {
	margin-top: 20px;
	line-height: 24px;
}
.block-portfolio-details img {
	display: block;
	width: 100%;
	height: auto;
}
.block-portfolio-details .info {
	margin-top: 5px;	
}
.block-portfolio-details .info a {
	text-decoration: none;
	color: inherit;
}
.block-portfolio-details .info a:hover {
	text-decoration: underline;
}
.block-portfolio-details .info i {
	display: block;
	float: left;
	margin-right: 6px;
}
.block-portfolio-details .info div {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 30px 0 0;
}
.block-portfolio-details .owl-prev,
.block-portfolio-details .owl-next {
	position: absolute;
	top: -72px;
	width: 30px;
	height: 30px;
	border: 2px solid #000;
	background: #000;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-portfolio-details .owl-next {
	right: 0;
}
.block-portfolio-details .owl-prev {
	right: 38px;
}
.block-portfolio-details .owl-prev i,
.block-portfolio-details .owl-next i {
	display: block;
	font-size: 24px;
	line-height: 30px;
}
.block-portfolio-details .owl-prev:hover,
.block-portfolio-details .owl-next:hover {
	background: #fff;
	color: #000;
}
.block-portfolio-details .block-head {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
}
.block-portfolio-client-details p {
	line-height: 24px;
}


/**/
/* clients */
/**/
.block-clients {
	text-align: center;
}
.block-clients p {
	margin-bottom: 30px;
	line-height: 24px;
}
.block-clients .grid-col {
	margin-top: 60px;
	text-align: left;
}
.block-clients .grid-col p {
	margin-bottom: 60px;
	padding-right: 60px;
	overflow: hidden;
	line-height: 20px;
}
.block-clients .author {
	float: left;
	width: 70px;
	margin: 0 30px 0 60px;
	font-size: 13px;
	text-align: center;
}
.block-clients .author img {
	display: block;
	margin-bottom: 30px;
	border-radius: 50%;
}
.block-clients .author span {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	color: #000;
}
.block-clients .carousel {
	padding: 0 40px;
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
	box-sizing: border-box;
}
.block-clients .owl-item {
	height: 160px;
	line-height: 160px;
}
.block-clients .owl-item img {
	vertical-align: middle;
	line-height: 1;
	opacity: 0.5;
	transition: opacity 0.3s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.block-clients .owl-item img:hover {
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);	
}
.block-clients .owl-prev,
.block-clients .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -25px;
	font-size: 50px;
	color: #2d3e50;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.block-clients .owl-prev:hover,
.block-clients .owl-next:hover {
	opacity: 1;
}
.block-clients .owl-prev {
	left: 0;
}
.block-clients .owl-next {
	right: 0;
}
.block-clients .owl-prev i,
.block-clients .owl-next i {
	display: block;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-clients .author {
		margin: 0 20px 0 40px;
	}
	.block-clients .grid-col p {
		padding-right: 40px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-clients .author {
		margin: 0 18px 0 20px;
	}
	.block-clients .grid-col p {
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-clients .author {
		margin: 0 18px 0 0;
	}
	.block-clients .grid-col p {
		padding-right: 0;
	}
}

/**/
/* testimonials */
/**/
.block-testimonials p {
	overflow: hidden;
	line-height: 20px;
	color: #fff;
}
.block-testimonials p span {
	display: table-cell;
	height: 106px;
	vertical-align: middle;
}
.block-testimonials .carousel {
	margin-top: 90px;
	padding: 0 170px;
	box-sizing: border-box;
}
.block-testimonials .owl-item img {
	display: block;
	float: left;
	margin-right: 30px;
	border: 3px solid #fff;
	border-radius: 50%;
}
.block-testimonials .owl-prev,
.block-testimonials .owl-next {
	position: absolute;
	top: 30px;
	width: 30px;
	font-size: 56px;
	color: #fff;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.block-testimonials .owl-prev:hover,
.block-testimonials .owl-next:hover {
	opacity: 1;
}
.block-testimonials .owl-prev {
	left: 0;
}
.block-testimonials .owl-next {
	right: 0;
}
.block-testimonials .owl-prev i,
.block-testimonials .owl-next i {
	display: block;
}
.block-testimonials .owl-pagination {
	margin-top: 60px;
	text-align: center;
}
.block-testimonials .owl-pagination div {
	display: inline-block;
	vertical-align: top;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #fff;
}
.block-testimonials .owl-pagination .active {
	background: none;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-testimonials .carousel {
		padding: 0 140px;
	}	
}
@media screen and (max-width: 980px) { /* pad */
	.block-testimonials .carousel {
		padding: 0 108px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-testimonials .carousel {
		padding: 0 50px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-testimonials .owl-item img {
		display: none;
	}
}

/**/
/* testimonials 2 */
/**/
.block-testimonials-2 {
	text-align: center;
}
.block-testimonials-2 p {
	line-height: 24px;
	color: #fff;
}
.block-testimonials-2 p span {
	display: block;
	margin-top: 6px;
	opacity: 0.7;
}
.block-testimonials-2 .carousel {
	margin-top: 90px;
	padding: 0 170px;
	box-sizing: border-box;
}
.block-testimonials-2 .owl-prev,
.block-testimonials-2 .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -28px;
	font-size: 56px;
	color: #fff;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.block-testimonials-2 .owl-prev:hover,
.block-testimonials-2 .owl-next:hover {
	opacity: 1;
}
.block-testimonials-2 .owl-prev {
	left: 0;
}
.block-testimonials-2 .owl-next {
	right: 0;
}
.block-testimonials-2 .owl-prev i,
.block-testimonials-2 .owl-next i {
	display: block;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-testimonials-2 .carousel {
		padding: 0 140px;
	}	
}
@media screen and (max-width: 980px) { /* pad */
	.block-testimonials-2 .carousel {
		padding: 0 108px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-testimonials-2 .carousel {
		padding: 0 50px;
	}
}

/**/
/* testimonials 3 */
/**/
.block-testimonials-3 {
	text-align: center;
}
.block-testimonials-3 p {
	margin-bottom: 90px;
	line-height: 24px;
}
.block-testimonials-3 ul {
	margin-top: -30px;
	text-align: center;
}
.block-testimonials-3 li {
	display: inline-block;
	vertical-align: middle;
	width: 33.33%;
	margin-top: 30px;
}
.block-testimonials-3 li img {
	display: block;
	margin: 0 auto;
	opacity: 0.5;
	transition: opacity 0.3s;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.block-testimonials-3 li img:hover {
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}
.block-testimonials-3 .carousel	{
	text-align: left;
}
.block-testimonials-3 .carousel h3 {
	padding-bottom: 15px;
	border-bottom: 1px solid #2d3e50;
	overflow: hidden;
	font-size: 24px;
	color: #000;
}
.block-testimonials-3 .carousel span {
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #808b8d;
}
.block-testimonials-3 .carousel p {
	overflow: hidden;
	margin: 15px 0 30px;
}
.block-testimonials-3 .carousel img {
	display: block;
	float: left;
	border-radius: 50%;
	margin-right: 30px;
}
.block-testimonials-3 .owl-pagination {
	margin-left: 150px;
	text-align: left;
}
.block-testimonials-3 .owl-pagination div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 8px;
	border: 1px solid #2d3e50;
	border-radius: 50%;
	background: #ecf0f1;
}
.block-testimonials-3 .owl-pagination .active {
	background: #2d3e50;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-testimonials-3 li {
		width: 50%;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-testimonials-3 ul {
		margin-top: 30px;
	}
	.block-testimonials-3 li {
		width: 33.33%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-testimonials-3 li {
		width: 50%;
	}
	.block-testimonials-3 .carousel img {
		width: 100px;
		height: 100px;
		margin-right: 20px;
	}
}

/**/
/* testimonials 4 */
/**/
.block-testimonials-4 h3 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #000;
}
.block-testimonials-4 p {
	margin-bottom: 15px;
	line-height: 24px;
}
.block-testimonials-4 img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 50%;
}
.block-testimonials-4 .info {
	display: table-cell;
	vertical-align: middle;
	height: 185px;
}
.block-testimonials-4 .author {
	float: left;
	width: 170px;
	margin-right: 60px;
	text-align: center;
}
.block-testimonials-4 .author a {
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid #808b8d;
	border-radius: 50%;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
	color: #808b8d;
	transition: background 0.3s, color 0.3s;
}
.block-testimonials-4 .author a:hover {
	background: #808b8d;
	color: #fff;
}
.block-testimonials-4 .owl-buttons {
	margin-right: -2px;
	text-align: right;
}
.block-testimonials-4 .owl-prev,
.block-testimonials-4 .owl-next {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 0 2px;
	border: 1px solid #2d3e50;
	background: #2d3e50;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-testimonials-4 .owl-prev i,
.block-testimonials-4 .owl-next i {
	display: block;
	font-size: 18px;
	line-height: 24px;
}
.block-testimonials-4 .owl-prev:hover,
.block-testimonials-4 .owl-next:hover {
	background: #fff;
	color: #2d3e50;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-testimonials-4 .author {
		margin-right: 40px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-testimonials-4 .author {
		margin-right: 36px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-testimonials-4 .author {
		width: 140px;
		margin-right: 20px;
	}
	.block-testimonials-4 .author a {
		width: 28px;
		height: 28px;
		font-size: 14px;
		line-height: 30px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-testimonials-3 li {
		width: 50%;
	}
	.block-testimonials-3 .carousel img {
		width: 100px;
		height: 100px;
		margin-right: 20px;
	}
}


/**/
/* services */
/**/
.block-services ul {
	margin-left: -30px;
	text-align: center;
}
.block-services li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-top: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-services li h3 {
	margin: 20px 0 10px;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
.block-services li p {
	line-height: 20px;
}
.block-services li a {
	display: inline-block;
	vertical-align: top;
	width: 84px;
	height: 84px;
	border: 3px solid #2d3e50;
	border-radius: 50%;
	text-decoration: none;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.block-services li a:hover {
	border-color: #cecece;
	background-color: #2d3e50;
	color: #fff;
}
.block-services li i {
	display: block;
	font-size: 48px;
	line-height: 84px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-services ul {
		margin-left: -20px;
	}
	.block-services li {
		width: 240px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-services ul {
		margin-left: -18px;
	}
	.block-services li {
		width: 50%;
		padding-left: 18px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-services li {
		width: 100%;
	}	
}

/**/
/* services 2 */
/**/
.block-services-2 ul {
	margin-top: -30px;
}
.block-services-2 li {
	margin-top: 90px;
}
.block-services-2 li h3 {
	margin: 40px 0 10px;
	text-transform: none;
}
.block-services-2 li a {
	position: relative;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 0;
}
.block-services-2 li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	box-shadow: inset 0 0 0 2px #2d3e50;
	border-radius: 20% 0 20% 0;
	transform: rotate(-45deg);
	transition: background-color 0.3s, box-shadow 0.3s;
	-webkit-transform: rotate(-45deg);
}
.block-services-2 li a:hover {
	background: none;
}
.block-services-2 li a:hover:after {
	background-color: #2d3e50;
}
.block-services-2 li i {
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 64px;
}

/**/
/* services 3 */
/**/
.block-services-3 ul {
	margin-top: -30px;
}
.block-services-3 li {
	margin-top: 90px;
}
.block-services-3 li h3 {
	margin: 40px 0 10px;
	text-transform: none;
}
.block-services-3 li a {
	position: relative;
	width: 64px;
	height: 64px;
	border: 0;
	border-radius: 0;
}
.block-services-3 li a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	box-shadow: inset 0 0 0 2px #2d3e50;
	background-color: #fff;
	transform: rotate(-45deg);
	transition: background-color 0.3s, box-shadow 0.3s;
	-webkit-transform: rotate(-45deg);
}
.block-services-3 li a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	left: -5px;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	box-shadow: inset 0 0 0 2px #2d3e50;
	transform: rotate(-45deg);
	transition: right 0.3s, left 0.3s, background-color 0.3s, box-shadow 0.3s;
	-webkit-transform: rotate(-45deg);
}
.block-services-3 li a:hover {
	background: none;
}
.block-services-3 li a:hover:after {
	background-color: #2d3e50;
}
.block-services-3 li a:hover:before {
	right: 12px;
	left: -12px;
	background-color: #fff;
}
.block-services-3 li i {
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 64px;
}

/**/
/* services 4 */
/**/
.block-services-4 {
	text-align: center;
}
.block-services-4 p {
	line-height: 20px;
}
.block-services-4 ul {
	margin: 0 -15px;
}
.block-services-4 li {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	margin: 60px 15px 0;
}
.block-services-4 li h3 {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
}
.block-services-4 li a {
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 56px;
	border: 3px solid #2d3e50;
	border-radius: 50%;
	text-decoration: none;
	transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.block-services-4 li a:hover {
	border-color: #cecece;
	background-color: #2d3e50;
	color: #fff;
}
.block-services-4 li i {
	display: block;
	font-size: 32px;
	line-height: 56px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-services-4 ul {
		margin: 0 -10px;
	}
	.block-services-4 li {
		margin-right: 10px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-services-4 ul {
		margin: 0 -9px;
	}
	.block-services-4 li {
		margin-right: 9px;
		margin-left: 9px;
	}
}

/**/
/* services 5 */
/**/
.block-services-5 ul {
	margin-left: -30px;
	text-align: center;
	color: #fff;
}
.block-services-5 li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-services-5 li h3 {
	margin: 25px 0 15px;
	font-size: 24px;
	text-transform: uppercase;
}
.block-services-5 li p {
	font-size: 14px;
}
.block-services-5 li a {
	color: #fff;
}
.block-services-5 li i {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #ecf0f1;
	font-size: 42px;
	line-height: 100px;
	color: #2d3e50;
	transition: background 0.3s, color 0.3s;
}
.block-services-5 li i:hover {
	background: #2d3e50;
	color: #fff;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-services-5 ul {
		margin-left: -20px;
	}
	.block-services-5 li {
		width: 240px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-services-5 ul {
		margin-left: -18px;
	}
	.block-services-5 li {
		width: 50%;
		padding-left: 18px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-services-5 li {
		width: 100%;
	}	
}

/**/
/* services 6 */
/**/
.block-services-6 {
	text-align: center;
}
.block-services-6 h3 {
	margin-top: 60px;
	font-size: 36px;
}
.block-services-6 h3 span {
	font-size: 48px;
	color: #2d3e50;
}
.block-services-6 p {
	margin-bottom: 30px;
	line-height: 24px;
}
.block-services-6 ul {
	margin-left: -30px;
}
.block-services-6 li {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 60px 0 0 40px;
	font-size: 22px;
	line-height: 28px;
}
.block-services-6 li a {
	display: block;
	border: 5px solid #2d3e50;
	border-radius: 50%;
	background: #2d3e50;
	text-decoration: none;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-services-6 li a:hover {
	background: #ecf0f1;
	color: #2d3e50;
}
.block-services-6 li span {
	display: table-cell;
	vertical-align: middle;
	width: 140px;
	height: 140px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-services-6 ul {
		margin-left: -20px;
	}
	.block-services-6 li {
		margin-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-services-6 ul {
		margin-left: -18px;
	}
	.block-services-6 li {
		margin-left: 18px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-services-5 li {
		width: 100%;
	}	
}

/**/
/* services 7 */
/**/
.block-services-7 .info {
	display: none;
	margin-top: 60px;
	padding: 30px;
	background: #ecf0f1;	
}
.block-services-7 .info h3 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
.block-services-7 .info p {
	overflow: hidden;
	margin-top: 20px;
	line-height: 20px;
}
.block-services-7 .info i {
	display: block;
	float: left;
	width: 210px;
	height: 210px;
	margin-right: 30px;
	background: #2d3e50;
	font-size: 70px;
	line-height: 210px;
	text-align: center;
	color: #fff;
}
.block-services-7 .info.active {
	display: block;
}
.block-services-7 .carousel {
	width: auto;
	margin: 59px -1px 0;
}
.block-services-7 .carousel a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-top: 50%;
	background: #ecf0f1;
	box-shadow: inset 0 0 0 1px #fff;
	text-decoration: none;
	transition: background 0.3s, color 0.3s;
}
.block-services-7 .carousel a i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	margin: -21px 0 0 -25px;
	font-size: 42px;
	text-align: center;
}
.block-services-7 .carousel .active {
	background: #2d3e50;
	color: #fff;
}
.block-services-7 .carousel .owl-buttons {
	margin-top: 20px;
	text-align: center;
}
.block-services-7 .carousel .owl-prev,
.block-services-7 .carousel .owl-next {
	display: inline-block;
	vertical-align: top;
	width: 28px;
	height: 28px;
	margin: 0 3px;
	border: 2px solid #2d3e50;
	border-radius: 50%;
	background: #2d3e50;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-services-7 .carousel .owl-prev:hover,
.block-services-7 .carousel .owl-next:hover {
	background: #fff;
	color: #2d3e50;
}
.block-services-7 .carousel .owl-prev i,
.block-services-7 .carousel .owl-next i {
	display: block;
	font-size: 18px;
	line-height: 28px;
}
@media screen and (max-width: 767px) { /* phone */
	.block-services-7 .info i {
		display: none;
	}
	.block-services-7 .carousel a {
		width: 25%;
		padding-top: 25%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-services-7 .carousel a i {
		margin-top: -14px;
		font-size: 28px;
	}
}


/**/
/* pricing */
/**/
.block-pricing ul {
	margin: -30px 0 0 -30px;
	text-align: center;
}
.block-pricing li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-top: 120px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-pricing dt {
	margin-bottom: 10px;
	font-size: 30px;
	color: #2d3e50;
	transition: color 0.3s;
}
.block-pricing dd {
	padding: 10px 0;
	border-bottom: 1px solid #ecf0f1;
	line-height: 20px;
}
.block-pricing .inner {
	position: relative;
	margin: 0 25px;
	padding: 120px 0 30px;
	background: #fff;
	transition: background 0.3s;
}
.block-pricing .price {
	position: absolute;
	top: 0;
	left: 50%;
	width: 110px;
	height: 110px;
	margin: -55px 0 0 -55px;
	color: #fff;
}
.block-pricing .price div {
	position: relative;
	padding: 28px 0 30px;
	font-size: 30px;
}
.block-pricing .price span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
}
.block-pricing .price:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 3px solid #fff;
	background: #2d3e50;
	border-radius: 20% 0 20% 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
}
.block-pricing .button {
	margin-top: 30px;
	padding: 0 20px;
	font-size: 13px;
	line-height: 37px;
	transition: border-color 0.3s, background 0.3s, color 0.3s;
}
.block-pricing li:hover dt {
	color: #fff;
}
.block-pricing li:hover .inner {
	background: #2d3e50;
}
.block-pricing li:hover .button {
	border-color: #fff;
	background: #fff;
	color: #2d3e50;
}
.block-pricing li:hover .button:hover {
	background: #2d3e50;
	color: #fff;
}
.page-content-section .block-pricing .inner {
	box-shadow: 0 0 0 1px #2d3e50;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-pricing ul {
		margin-left: -20px;
	}
	.block-pricing li {
		padding-left: 20px;
	}
	.block-pricing .inner {
		margin: 0;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-pricing ul {
		margin-left: -18px;
	}
	.block-pricing li {
		padding-left: 18px;
	}
	.block-pricing dt {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-pricing li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-pricing li {
		width: 100%;
	}	
}

/**/
/* pricing 2 */
/**/
.block-pricing-2 ul {
	margin: -30px 0 0 -30px;
	text-align: center;
}
.block-pricing-2 li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-top: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-pricing-2 dt {
	margin-bottom: 10px;
	font-size: 30px;
	color: #2d3e50;
	transition: color 0.3s;
}
.block-pricing-2 dd {
	padding: 10px 0;
	border-bottom: 1px solid #ecf0f1;
	line-height: 20px;
}
.block-pricing-2 .inner {
	position: relative;
	padding: 30px 0;
	background: #fff;
	transition: background 0.3s;
}
.block-pricing-2 .price {
	width: 130px;
	margin: 0 auto 30px;
	border: 10px solid #ecf0f1;
	border-radius: 50%;
	background: #2d3e50;
	color: #fff;
}
.block-pricing-2 .price div {
	position: relative;
	padding: 38px 0 40px;
	font-size: 30px;
}
.block-pricing-2 .price span {
	display: block;
	margin-top: 6px;
	font-size: 16px;
}
.block-pricing-2 .button {
	margin-top: 30px;
	padding: 0 20px;
	border-color: #dfe5e9;
	background: #dfe5e9;
	font-size: 13px;
	line-height: 37px;
	color: #2d3e50;
}
.block-pricing-2 li:hover dt {
	color: #fff;
}
.block-pricing-2 li:hover .inner {
	background: #2d3e50;
	box-shadow: 0 0 0 1px #ecf0f1;
}
.block-pricing-2 li:hover .button:hover {
	background: #2d3e50;
	color: #dfe5e9;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-pricing-2 ul {
		margin-left: -20px;
	}
	.block-pricing-2 li {
		width: 25%;
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-pricing-2 ul {
		margin-left: -18px;
	}
	.block-pricing-2 li {
		padding-left: 18px;
	}
	.block-pricing-2 dt {
		font-size: 24px;
	}
	.block-pricing-2 .price {
		width: 110px;
	}
	.block-pricing-2 .price div {
		padding: 28px 0 30px;		
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-pricing-2 li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-pricing-2 li {
		width: 100%;
	}	
}


/**/
/* progress */
/**/
.block-progress li {
	margin: 60px 70px 0;
	padding: 5px 0;
	color: #fff;
}
.block-progress li h3 {
	float: left;
	width: 430px;
	font-size: 30px;
	text-align: right;
	text-transform: uppercase;
}
.block-progress li p {
	float: right;
	width: 430px;
	line-height: 20px;
}
.block-progress li span {
	display: table-cell;
	vertical-align: middle;
	width: 430px;
	height: 84px;
}
.block-progress li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border: 2px solid #2d3e50;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 5px #fff;
	font-size: 28px;
	line-height: 80px;
	text-align: center;
	color: #2d3e50;
}
.block-progress li:nth-child(even) h3 {
	float: right;
	text-align: left;
}
.block-progress li:nth-child(even) p {
	float: left;
	text-align: right;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-progress li {
		margin-right: 0;
		margin-left: 0;
	}
	.block-progress li h3,
	.block-progress li p,
	.block-progress li span {
		width: 390px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-progress li h3,
	.block-progress li p,
	.block-progress li span {
		width: 300px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-progress li {
		position: relative;
		min-height: 94px;
		padding: 0 0 0 114px;
	}
	.block-progress li h3 {
		margin-bottom: 10px;
		padding-top: 5px;
	}
	.block-progress li h3,
	.block-progress li p {
		float: none !important;
		width: auto;
		text-align: left !important;
	}
	.block-progress li span {
		height: auto;
		width: auto;
	}
	.block-progress li i {
		position: absolute;
		top: 5px;
		left: 5px;
	}
}

/**/
/* progress 2 */
/**/
.block-progress-2 li {
	position: relative;
	color: #808b8d;
}
.block-progress-2 li:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 1px;
	height: 60px;
	background: #808b8d;
}
.block-progress-2 li:first-child:before {
	display: none;
}
.block-progress-2 li h3 {
	color: #000;
}
.block-progress-2 li i {
	box-shadow: 0 0 0 4px #fff, 0 0 0 5px #808b8d;
}
.block-progress-2 .block-head {
	text-align: right;
}
.block-progress-2 .block-head:after {
	right: auto;
	left: 0;
}
@media screen and (max-width: 767px) { /* phone */
	.block-progress-2 li:before {
		display: none;
	}
}


/**/
/* team */
/**/
.block-team li {
	margin-top: 90px;
	color: #fff;
}
.block-team li h3 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: 28px;
	line-height: 34px;
	text-transform: uppercase;
}
.block-team li p {
	margin-top: 20px;
	line-height: 20px;
}
.block-team li a {
	text-decoration: none;
	color: #ecf0f1;
}
.block-team li > a {
	display: block;
	float: left;
	margin-right: 100px;
	background: #fff;
}
.block-team li img {
	display: block;
	border: 2px solid #fff;
	transition: opacity 0.3s;
	box-sizing: border-box;
}
.block-team li img:hover {
	opacity: 0.8;
}
.block-team li .links {
	margin-top: 15px;
	font-size: 18px;
	line-height: 1;
}
.block-team li .links a {
	vertical-align: top;
	margin-right: 10px;
	transition: opacity 0.3s;
}
.block-team li .links a:hover {
	opacity: 0.8;
}
.block-team li .inner {
	display: table-cell;
	vertical-align: middle;
	height: 220px;
}
.block-team li:first-child {
	margin-top: 0;
}
.block-team li:nth-child(even) > a {
	float: right;
	margin: 0 0 0 100px;
}
.block-team .carousel {
	width: auto;
	margin: 90px 100px 0;
}
.block-team .owl-prev,
.block-team .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -28px;
	font-size: 56px;
	text-align: center;
	color: #fff;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.block-team .owl-prev:hover,
.block-team .owl-next:hover {
	opacity: 1;
}
.block-team .owl-prev {
	left: -100px;
}
.block-team .owl-next {
	right: -100px;
}
.block-team .owl-prev i,
.block-team .owl-next i {
	display: block;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-team li > a {
		margin-right: 80px;
	}
	.block-team li:nth-child(even) > a {
		margin-right: 0;
		margin-left: 80px;
	}
	.block-team .carousel {
		margin-right: 80px;
		margin-left: 80px;
	}
	.block-team .owl-prev {
		left: -80px;
	}
	.block-team .owl-next {
		right: -80px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-team li > a {
		margin-right: 63px;
	}
	.block-team li:nth-child(even) > a {
		margin-right: 0;
		margin-left: 63px;
	}
	.block-team .carousel {
		margin-right: 63px;
		margin-left: 63px;
	}
	.block-team .owl-prev {
		left: -63px;
	}
	.block-team .owl-next {
		right: -63px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-team li > a {
		float: none;
		display: inline-block;
		max-width: 100%;
		height: auto;
		margin: 0;
		box-sizing: border-box;
	}
	.block-team li:nth-child(even) > a {
		float: none;
		margin: 0;
	}
	.block-team li img {
		max-width: 100%;
		height: auto;
	}
	.block-team li .inner {
		display: block;
		height: auto;
		margin-top: 30px;
	}
}

/**/
/* team 2 */
/**/
.block-team-2 ul {
	margin: -30px 0 0 -30px;
	color: #fff;
}
.block-team-2 li {
	position: relative;
	display: inline-block;
	width: 50%;
	margin-top: 60px;
	padding-left: 240px;
	box-sizing: border-box;
}
.block-team-2 li h3 {
	font-size: 30px;
}
.block-team-2 li h4 {
	margin: 10px 0;
	font-size: 13px;
}
.block-team-2 li p {
	line-height: 20px;
	color: #ecf0f1;
}
.block-team-2 .pic {
	position: absolute;
	top: 0;
	left: 30px;
	width: 160px;
	height: 160px;
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 50%;
}
.block-team-2 .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-team-2 .pic:hover:before {
	opacity: 1;
}
.block-team-2 .pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.block-team-2 .info {
	display: table-cell;
	vertical-align: middle;
	height: 180px;
}
.block-team-2 .icons {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -15px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-team-2 .icons a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 1px;
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: #2d3e50;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.block-team-2 .icons a:hover {
	opacity: 1;
}
.block-team-2 .pic:hover .icons {
	opacity: 1;
}
.block-team-2 .owl-pagination {
	margin-top: 60px;
	text-align: center;
}
.block-team-2 .owl-pagination div {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 0 3px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.block-team-2 .owl-pagination .active {
	opacity: 1;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-team-2 ul {
		margin-left: -20px;
	}
	.block-team-2 li {
		padding-left: 200px;
	}
	.block-team-2 .pic {
		left: 20px;
		width: 140px;
		height: 140px;
	}
	.block-team-2 .info {
		height: 160px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-team-2 li {
		width: 100%;
	}	
}

/**/
/* team 3 */
/**/
.block-team-3 .pic {
	position: relative;
	border: 1px solid #fff;
}
.block-team-3 .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-team-3 .pic:hover:before {
	opacity: 1;
}
.block-team-3 .pic img {
	display: block;
}
.block-team-3 .icons {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -15px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-team-3 .icons a {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 1px;
	background: #fff;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	color: #2d3e50;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.block-team-3 .icons a:hover {
	opacity: 1;
}
.block-team-3 .info {
	padding: 20px;
	background: #fff;
	line-height: 20px;
}
.block-team-3 .info h3 {
	font-size: 15px;
	color: #2d3e50;
}
.block-team-3 .info h4 {
	margin-bottom: 6px;
	font-size: 13px;
}
.block-team-3 .pic:hover .icons {
	opacity: 1;
}
.block-team-3 .carousel {
	width: auto;
	margin: 60px -15px 0 -15px;
}
.block-team-3 .owl-item {
	padding: 0 15px;
	box-sizing: border-box;
}
.block-team-3 .owl-prev,
.block-team-3 .owl-next {
	position: absolute;
	top: 50%;
	width: 30px;
	margin-top: -28px;
	font-size: 56px;
	text-align: center;
	color: #fff;
	opacity: 0.4;
	transition: opacity 0.3s;
}
.block-team-3 .owl-prev:hover,
.block-team-3 .owl-next:hover {
	opacity: 1;
}
.block-team-3 .owl-prev {
	left: -30px;
}
.block-team-3 .owl-next {
	right: -30px;
}
.block-team-3 .owl-prev i,
.block-team-3 .owl-next i {
	display: block;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-team-3 .pic img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-team-3 .carousel {
		margin-right: 30px;
		margin-left: 30px;
	}
}

/**/
/* team list */
/**/
.block-team-list li {
	padding: 90px 0;
	border-top: 2px solid #ecf0f1;
}
.block-team-list li:first-child {
	border-top: 0;
}
.block-team-list h3 {
	margin-bottom: 15px;
	font-size: 30px;
	text-transform: uppercase;
}
.block-team-list h3 a {
	text-decoration: none;
}
.block-team-list h3 a:hover {
	text-decoration: underline;
}
.block-team-list h4 {
	margin-bottom: 15px;
	font-size: 12px;
}
.block-team-list p {
	font-size: 13px;
	line-height: 1.55;
}
.block-team-list .pic {
	margin: 10px 35px;
}
.block-team-list .pic a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 100%;
	border-radius: 15% 0 15% 0;
	background: #ecf0f1;
	box-shadow: 0 0 0 5px #ecf0f1;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-team-list .pic i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	margin: -20px 0 0 -20px;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);	
	transition: opacity 0.3s;
}
.block-team-list .pic a:hover i {
	opacity: 1;
}
.block-team-list .pic span {
	position: absolute;
	top: -45px;
	right: -45px;
	bottom: -45px;
	left: -45px;
}
.block-team-list .pic span:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-team-list .pic a:hover span:after {
	opacity: 0.7;
}
.block-team-list .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);	
}
.block-team-list .icons {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: 105px;
	font-size: 0;
	text-align: center;
}
.block-team-list .icons a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 -2px;
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
}
.block-team-list .icons a:hover {
	color: #2d3e50;
}
.block-team-list .icons a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.3s;
}
.block-team-list .icons a:hover:before {
	background: #fff;
}
.block-team-list .icons a:nth-child(2) {
	top: 26px;
	margin-right: 18px;
}
.block-team-list .icons a:nth-child(3) {
	top: 26px;
	margin-left: 18px;
}
.block-team-list .icons i {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
}
.block-team-list .skills {
	margin-top: 32px;
	padding: 20px 0;
	border-top: 1px solid #2d3e50;
	border-bottom: 1px solid #2d3e50;
}
.block-team-list .grid-col {
	position: relative;
}
.block-team-list .pagination {
	text-align: right;
}
.block-team-list .block-head {
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-team-list .pic span {
		top: -32px;
		right: -32px;
		bottom: -32px;
		left: -32px;
	}
	.block-team-list .icons {
		margin-top: 70px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-team-list .pic span {
		top: -24px;
		right: -24px;
		bottom: -24px;
		left: -24px;
	}
	.block-team-list .icons {
		margin-top: 34px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-team-list .pic {
		width: 200px;
		margin: 0 auto 90px;
	}
	.block-team-list .pic span {
		top: -45px;
		right: -45px;
		bottom: -45px;
		left: -45px;
	}
	.block-team-list .icons {
		margin-top: 105px;
	}
}

/**/
/* team grid */
/**/
.block-team-grid ul {
	margin: -30px 0 0 -30px;
}
.block-team-grid li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-team-grid li > div {
	padding: 0 20px 20px;
	border: 1px solid #e6eaec;
}
.block-team-grid h3 {
	margin-bottom: 8px;
	font-size: 14px;
}
.block-team-grid h3 a {
	text-decoration: none;
}
.block-team-grid h3 a:hover {
	text-decoration: underline;
}
.block-team-grid h4 {
	margin-bottom: 8px;
	font-size: 13px;
}
.block-team-grid p {
	line-height: 20px;
}
.block-team-grid .pic {
	position: relative;
	display: block;
	margin: 0 -20px 15px;
	border-bottom: 1px solid #e6eaec;	
}
.block-team-grid .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-team-grid .pic:hover:before {
	opacity: 0.7;
}
.block-team-grid .pic img {
	display: block;
	width: 100%;
	height: auto;
}
.block-team-grid .pic i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	margin: -20px 0 0 -20px;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-team-grid .pic:hover i {
	opacity: 1;
}
.block-team-grid .icons {
	margin-top: 15px;
	font-size: 16px;
}
.block-team-grid .icons a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	transition: opacity 0.3s;
}
.block-team-grid .icons a:hover {
	opacity: 0.7;
}
.block-team-grid .button {
	display: block;
	margin-top: 60px;
	line-height: 56px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-team-grid ul {
		margin-left: -20px;
	}
	.block-team-grid li {
		width: 240px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-team-grid ul {
		margin-left: -18px;
	}
	.block-team-grid li {
		width: 252px;
		padding-left: 18px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-team-grid li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-team-grid li {
		width: 100%;
	}
}

/**/
/* team details */
/**/
.block-team-details h2 {
	margin: 60px 0 15px;
	font-size: 30px;
	line-height: 38px;
	text-transform: uppercase;
	color: #000;
}
.block-team-details h2:first-child {
	margin-top: 0;
}
.block-team-details p {
	line-height: 24px;
}
.block-team-details dl {
	line-height: 24px;
}
.block-team-details dt {
	float: left;
	margin-right: 1ex;
}
.block-team-details dd {
	margin-bottom: 6px;
}
.block-team-details img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) { /* phone */
	.block-team-details img {
		margin-bottom: 30px;
	}
}


/**/
/* skills */
/**/
.block-skills li {
	position: relative;
	margin-top: 20px;
	padding: 52px 0 20px;
	font-size: 16px;
	text-align: right;
}
.block-skills i {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	font-size: 24px;
	line-height: 80px;
	text-align: center;
	color: #fff;
}
.block-skills i:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-skills i span {
	position: relative;
}
.block-skills .bar {
	height: 4px;
	margin: 0 0 16px 96px;
	border: 2px solid #2d3e50;
	background: #2d3e50;
}
.block-skills .bar div {
	width: 0;
	height: 4px;
	background: #ecf0f1;
	transition: width 1s;
}

/**/
/* skills 2 */
/**/
.block-skills-2 {
	text-align: center;
}
.block-skills-2 p {
	margin-bottom: 20px;
	line-height: 24px;
}
.block-skills-2 ul {
	margin-left: -30px;
}
.block-skills-2 li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-top: 40px;
	padding: 38px 0 12px 30px;
	box-sizing: border-box;
	text-align: right;
}
.block-skills-2 i {
	position: absolute;
	top: 50%;
	left: 30px;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 8px;
	font-size: 24px;
	line-height: 64px;
	text-align: center;
	color: #fff;
}
.block-skills-2 i:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-skills-2 i span {
	position: relative;
}
.block-skills-2 .bar {
	height: 4px;
	margin: 0 0 16px 76px;
	border: 2px solid #2d3e50;
	background: #2d3e50;
}
.block-skills-2 .bar div {
	width: 0;
	height: 4px;
	background: #ecf0f1;
	transition: width 1s;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-skills-2 ul {
		margin-left: -20px;
	}
	.block-skills-2 li {
		padding-left: 20px;
	}
	.block-skills-2 i {
		left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-skills-2 ul {
		margin-left: -18px;
	}
	.block-skills-2 li {
		width: 33.33%;
		padding-left: 18px;
	}
	.block-skills-2 i {
		left: 18px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-skills-2 li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-skills-2 li {
		width: 100%;
	}
}


/**/
/* capabilities */
/**/
.block-capabilities ul {
	margin: -30px 0 0 -30px;
	text-align: center;
}
.block-capabilities li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-capabilities h3 {
	margin-top: 30px;
	font-size: 15px;
	color: #2d3e50;
}
.block-capabilities p {
	margin-top: 20px;
	line-height: 20px;
}
.block-capabilities .knob {
	position: relative;
}
.block-capabilities .knob span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -15px;
	font-size: 30px;
	font-weight: 300;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-capabilities ul {
		margin-left: -20px;
	}
	.block-capabilities li {
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-capabilities ul {
		margin-left: -18px;
	}
	.block-capabilities li {
		width: 50%;
		padding-left: 18px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-capabilities li {
		width: 100%;
	}
}

/**/
/* capabilities 2 */
/**/
.block-capabilities-2 ul {
	margin: -30px 0 0 -30px;
	text-align: center;
}
.block-capabilities-2 li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-capabilities-2 h3 {
	margin-top: 30px;
	font-size: 15px;
	color: #2d3e50;
}
.block-capabilities-2 p {
	margin-top: 20px;
	line-height: 20px;
}
.block-capabilities-2 .knob {
	position: relative;
	width: 134px;
	height: 134px;
	margin: 0 auto;
	border: 8px solid #d6d6d6;
	border-radius: 50%;
}
.block-capabilities-2 .knob span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 106px;
	height: 106px;
	margin: -56px 0 0 -56px;
	border: 3px solid #d6d6d6;
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.3);
	font-size: 46px;
	line-height: 106px;
	color: #333;
}
.block-capabilities-2 .knob em {
	font-size: 14px;
	line-height: 1;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-capabilities-2 ul {
		margin-left: -20px;
	}
	.block-capabilities-2 li {
		padding-left: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-capabilities-2 ul {
		margin-left: -18px;
	}
	.block-capabilities-2 li {
		width: 50%;
		padding-left: 18px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-capabilities-2 li {
		width: 100%;
	}
}


/**/
/* recent posts */
/**/
.block-recent-posts ul {
	margin-left: -30px;
}
.block-recent-posts li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	margin-top: 60px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-recent-posts h3 {
	font-size: 26px;
	line-height: 30px;
	text-transform: uppercase;
}
.block-recent-posts h3 a {
	text-decoration: none;
}
.block-recent-posts h3 a:hover {
	text-decoration: underline;
}
.block-recent-posts h4 {
	padding: 10px 0;
	font-size: 18px;
	line-height: 20px;
	color: #000;
}
.block-recent-posts p {
	margin-top: 15px;
	line-height: 24px;
}
.block-recent-posts p a {
	text-decoration: none;
}
.block-recent-posts p a:hover {
	text-decoration: underline;
}
.block-recent-posts img {
	display: block;
	margin: 0 auto;
}
.block-recent-posts .pic {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	text-decoration: none;
}
.block-recent-posts .info {
	position: absolute;
	top: 0;
	right: -100px;
	width: 100px;
	height: 100%;
	background: #2d3e50;
	transition: right 0.3s;
}
.block-recent-posts .date {
	position: absolute;
	top: 20px;
	left: 13px;
	width: 74px;
	padding: 17px 0;
	border-radius: 50%;
	background: #ecf0f1;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
}
.block-recent-posts .comments {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	text-align: center;
	color: #fff;
}
.block-recent-posts .comments span {
	display: block;
	margin-bottom: 5px;
	font-size: 24px;
}
.block-recent-posts .pic:hover .info {
	right: 0;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-posts ul {
		margin-left: -20px;
	}
	.block-recent-posts li {
		padding-left: 20px;
	}
	.block-recent-posts img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-posts ul {
		margin-left: -18px;
	}
	.block-recent-posts li {
		padding-left: 18px;
	}
	.block-recent-posts .date {
		top: 10px;
	}
	.block-recent-posts .comments {
		bottom: 10px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-recent-posts li {
		width: 50%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-recent-posts li {
		width: 100%;
	}
}

/**/
/* recent posts 2 */
/**/
.block-recent-posts-2 {
	position: relative;
	padding: 90px 100px;
	background-position: 50% 50%;
	background-size: cover;
}
.block-recent-posts-2:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.8;
}
.block-recent-posts-2 ul {
	position: relative;
}
.block-recent-posts-2 li h3 {
	font-size: 24px;
	text-transform: uppercase;
}
.block-recent-posts-2 li h3 a {
	text-decoration: none;
	color: #fff;
}
.block-recent-posts-2 li h3 a:hover {
	text-decoration: underline;
}
.block-recent-posts-2 li p {
	line-height: 20px;
	color: #fff;
}
.block-recent-posts-2 li h4 {
	margin: 10px 0;
	font-size: 12px;
	text-transform: uppercase;
}
.block-recent-posts-2 li img {
	display: block;
	width: 100%;
	height: auto;
	height: 100%;
	transition: opacity 0.3s;
}
.block-recent-posts-2 li .pic {
	position: relative;
	display: block;
	float: left;
	width: 482px;
	height: 210px;
	margin-right: 30px;
	border: 2px solid #fff;
	background: #fff;
}
.block-recent-posts-2 li .pic:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -8px;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 8px solid #fff;
}
.block-recent-posts-2 li .pic:hover img {
	opacity: 0.8;	
}
.block-recent-posts-2 li .info {
	display: table-cell;
	vertical-align: middle;
	height: 214px;
}
.block-recent-posts-2 li .button {
	margin-top: 15px;
	padding: 0 20px;
	border-color: #ecf0f1;
	background-color: #ecf0f1;
	font-size: 12px;
	line-height: 28px;
	color: #2d3e50;
}
.block-recent-posts-2 li .button:hover {
	background-color: #2d3e50;
	color: #fff;
}
.block-recent-posts-2 li:nth-child(even) .pic {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.block-recent-posts-2 li:nth-child(even) .pic:before {
	right: 100%;
	left: auto;
	border-right: 8px solid #fff;
	border-left: 0;
}
.block-recent-posts-2 .button-more {
	position: relative;
	display: block;
	width: 170px;
	margin: 90px auto 0;
	border-color: #ecf0f1;
	background-color: #ecf0f1;
	font-size: 16px;
	line-height: 48px;
	color: #2d3e50;
}
.block-recent-posts-2 .button-more:hover {
	background-color: #2d3e50;
	color: #fff;
}
.block-recent-posts-2 .block-head {
	position: relative;
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
}
.block-recent-posts-2 .block-head span {
	display: block;
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-recent-posts-2 {
		padding: 60px 80px;
	}
	.block-recent-posts-2 li .pic {
		width: 387px;
		height: 169px;
	}
	.block-recent-posts-2 li .info {
		height: 173px;
	}
	.block-recent-posts-2 li .button {
		display: none;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-recent-posts-2 {
		padding: 54px 63px;
	}
	.block-recent-posts-2 li p {
		display: none;
	}
	.block-recent-posts-2 li .pic {
		width: 303px;
		height: 132px;
	}
	.block-recent-posts-2 li .info {
		height: 136px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-recent-posts-2 li {
		margin-top: 60px;
	}
	.block-recent-posts-2 li p {
		display: block;
	}
	.block-recent-posts-2 li .pic {
		float: none;
		width: auto;
		height: auto;
		margin: 0 0 30px 0;
	}
	.block-recent-posts-2 li .pic:before {
		top: 100%;
		left: 50%;
		margin: 0 0 0 -8px;
		border-top: 8px solid #fff;
		border-right: 8px solid transparent;
		border-bottom: 0;
		border-left: 8px solid transparent;
	}
	.block-recent-posts-2 li .info {
		height: auto;
	}
	.block-recent-posts-2 li:nth-child(even) .pic {
		float: none;
		margin: 0 0 30px 0;
	}
	.block-recent-posts-2 li:nth-child(even) .pic:before {
		right: auto;
		left: 50%;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}
}

/**/
/* featured posts */
/**/
.block-featured-posts ul {
	margin: -30px 70px 0;
}
.block-featured-posts li {
	margin-top: 90px;
}
.block-featured-posts h3 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
.block-featured-posts h3 a {
	text-decoration: none;
	color: #ecf0f1;
}
.block-featured-posts h3 a:hover {
	text-decoration: underline;
}
.block-featured-posts p {
	margin-top: 20px;
	line-height: 20px;
	color: #ecf0f1;
}
.block-featured-posts img {
	display: block;
	margin: 0 auto;
}
.block-featured-posts .pic {
	position: relative;
	display: block;
	margin-bottom: 60px;
	border-bottom: 8px solid #ecf0f1;
	text-align: center;
	text-decoration: none;
}
.block-featured-posts .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-featured-posts .pic:hover:before {
	opacity: 0.8;
}
.block-featured-posts .pic i {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin: -28px 0 0 -32px;
	border-radius: 50%;
	background: #ecf0f1;
	font-size: 32px;
	line-height: 64px;
}
.block-featured-posts .info {
	margin-left: -30px;
	color: #9aa7af;
}
.block-featured-posts .info i {
	display: block;
	float: left;
	margin-right: 6px;
}
.block-featured-posts .info div {
	display: inline-block;
	vertical-align: middle;
	margin: 15px 0 0 30px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-featured-posts ul {
		margin-right: 0;
		margin-left: 0;
	}
	.block-featured-posts img {
		width: 100%;
		height: auto;
	}
}

/**/
/* blog list */
/**/
.block-blog-list li {
	margin-top: 40px;
}
.block-blog-list li:first-child {
	margin-top: 0;
}
.block-blog-list h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}
.block-blog-list img {
	display: block;
}
.block-blog-list p {
	margin-top: 24px;
	line-height: 24px;
}
.block-blog-list .pic {
	position: relative;
}
.block-blog-list .link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-blog-list .pic:hover .link {
	opacity: 0.8;
}
.block-blog-list .wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.block-blog-list .date {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: -153px;
	width: 306px;
	height: 306px;
	margin-top: -153px;
	padding-right: 153px;
	text-align: center;
	font-size: 60px;
	line-height: 306px;
	color: #fff;
	box-sizing: border-box;
}
.block-blog-list .date:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-blog-list .date div {
	position: relative;
}
.block-blog-list .date span {
	font-size: 24px;
	line-height: 1;
}
.block-blog-list .date-alt {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 12px 0 16px;
	background: #2d3e50;
	font-size: 48px;
	text-align: center;
	color: #fff;
}
.block-blog-list .date-alt span {
	display: block;
	font-size: 24px;
	line-height: 1;
}
.block-blog-list .zoom {
	position: absolute;
	top: 50%;
	left: -44px;
	width: 110px;
	height: 110px;
	margin-top: -58px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #2d3e50;
	text-align: center;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-blog-list .zoom i {
	display: block;
	font-size: 56px;
	line-height: 110px;
}
.block-blog-list .pic:hover .zoom {
	opacity: 1;
}
.block-blog-list .summary {
	position: relative;
	padding: 30px 300px 30px 30px;
	background: #ecf0f1;
}
.block-blog-list .info {
	margin-left: -30px;
}
.block-blog-list .info i {
	display: block;
	float: left;
	margin-right: 6px;
}
.block-blog-list .info div {
	display: inline-block;
	vertical-align: middle;
	margin: 15px 0 0 30px;
}
.block-blog-list .more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 270px;
	background: #d4dadb;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.3s;
}
.block-blog-list .more:hover {
	color: #fff;
}
.block-blog-list .more i {
	vertical-align: baseline;
}
.block-blog-list .more span {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -9px;
}
.block-blog-list .select {
	width: 270px;
	margin: -69px 0 30px auto;
}
.block-blog-list .pagination {
	margin-top: 60px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-blog-list img {
		width: 100%;
		height: auto;
	}
	.block-blog-list .date {
		right: -122px;
		width: 244px;
		height: 244px;
		margin-top: -122px;
		padding-right: 122px;
		font-size: 50px;
		line-height: 244px;
	}
	.block-blog-list .date span {
		font-size: 20px;
	}
	.block-blog-list .summary {
		padding: 20px 240px 20px 20px;
	}
	.block-blog-list .more {
		width: 220px;
	}
	.block-blog-list .select {
		width: 220px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-blog-list .date {
		right: -96px;
		width: 192px;
		height: 192px;
		margin-top: -96px;
		padding-right: 96px;
		font-size: 42px;
		line-height: 192px;
	}
	.block-blog-list .date span {
		font-size: 17px;
	}
	.block-blog-list .summary {
		padding: 18px 189px 18px 18px;
	}
	.block-blog-list .more {
		width: 171px;
		font-size: 16px;
		line-height: 18px;
	}
	.block-blog-list .select {
		width: 171px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-blog-list .zoom {
		display: none;
	}
	.block-blog-list .summary {
		padding-right: 18px;
	}
	.block-blog-list .more {
		display: none;
	}	
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-blog-list .select {
		width: auto;
		margin: 0 auto 30px;
	}
}

/**/
/* blog grid */
/**/
.block-blog-grid ul {
	margin: -40px 0 0 -30px;
}
.block-blog-grid li {
	display: inline-block;
	vertical-align: top;
	width: 400px;
	margin-top: 40px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-blog-grid h3 {
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
.block-blog-grid h3 a {
	text-decoration: none;
}
.block-blog-grid h3 a:hover {
	text-decoration: underline;
}
.block-blog-grid img {
	display: block;
}
.block-blog-grid p {
	line-height: 18px;
}
.block-blog-grid .pic {
	position: relative;
	margin-bottom: 15px;
}
.block-blog-grid .link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-blog-grid .pic:hover .link {
	opacity: 0.8;
}
.block-blog-grid .date {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 48px;
	height: 48px;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	transition: color 0.3s;
}
.block-blog-grid .date:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background 0.3s;
}
.block-blog-grid .date div {
	position: relative;
	padding-top: 4px;
}
.block-blog-grid .date span {
	display: block;
	font-size: 13px;
}
.block-blog-grid .pic:hover .date {
	color: #2d3e50;
}
.block-blog-grid .pic:hover .date:before {
	background: #fff;
}
.block-blog-grid .zoom {
	position: absolute;
	top: 58px;
	left: 58px;
	width: 48px;
	height: 48px;
	text-align: center;
	text-decoration: none;
	color: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-blog-grid .zoom:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-blog-grid .zoom i {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 48px;
}
.block-blog-grid .pic:hover .zoom {
	opacity: 1;
}
.block-blog-grid .author {
	margin: 5px 0;
	padding-bottom: 8px;
	font-size: 13px;
	border-bottom: 1px solid #e6e6e6;
}
.block-blog-grid .rating {
	margin-top: 10px;
}
.block-blog-grid .pagination {
	margin-top: 60px;
}
.block-blog-grid .block-head {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.2;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-blog-grid ul {
		margin-left: -20px;
	}
	.block-blog-grid li {
		width: 320px;
		padding-left: 20px;
	}
	.block-blog-grid img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-blog-grid ul {
		margin-left: -18px;
	}
	.block-blog-grid li {
		width: 50%;
		padding-left: 18px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-blog-grid li {
		width: 100%;
	}	
}

/**/
/* blog details */
/**/
.block-blog-details h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #000;
}
.block-blog-details h3 {
	font-size: 18px;
	color: #000;
}
.block-blog-details h3 span {
	font-size: 14px;
	line-height: 1;
	color: #808b8d;
}
.block-blog-details h4 {
	margin-top: 10px;
	font-size: 13px;
}
.block-blog-details p {
	margin-top: 20px;
	line-height: 24px;
}
.block-blog-details img {
	display: block;
}
.block-blog-details blockqoute {
	position: relative;
	margin-top: 20px;
	padding: 30px 70px;
	background: #ecf0f1;
}
.block-blog-details blockqoute i {
	position: absolute;
	width: 70px;
	font-size: 18px;
	text-align: center;
	color: #000;
}
.block-blog-details blockqoute i:first-child {
	top: 30px;
	left: 0;
}
.block-blog-details blockqoute i:last-child {
	bottom: 30px;
	right: 0;
}
.block-blog-details blockqoute p {
	margin: 0;
}
.block-blog-details .pic {
	position: relative;
	margin-bottom: 30px;
}
.block-blog-details .date {
	position: absolute;
	top: 50%;
	left: 0;
	width: 78px;
	height: 78px;
	margin: -150px 0 0 -39px;
}
.block-blog-details .reply {
	position: absolute;
	top: 50%;
	left: 0;
	width: 78px;
	height: 78px;
	margin: -39px 0 0 -39px;
}
.block-blog-details .type {
	position: absolute;
	top: 50%;
	left: 0;
	width: 78px;
	height: 78px;
	margin: 72px 0 0 -39px;
}
.block-blog-details .type i {
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 78px;
	text-align: center;
	color: #fff;
}
.block-blog-details .date div,
.block-blog-details .reply div {
	position: relative;
	padding: 14px 0 18px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.block-blog-details .date span,
.block-blog-details .reply span {
	display: block;
	margin-top: 4px;
	font-size: 18px;
}
.block-blog-details .date:before,
.block-blog-details .reply:before,
.block-blog-details .type:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
}
.block-blog-details .date-alt {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 12px 0 16px;
	background: #2d3e50;
	font-size: 48px;
	text-align: center;
	color: #fff;
}
.block-blog-details .date-alt span {
	display: block;
	font-size: 24px;
	line-height: 1;
}
.block-blog-details .info {
	margin-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
}
.block-blog-details .info a {
	text-decoration: none;
	color: inherit;
}
.block-blog-details .info a:hover {
	text-decoration: underline;
}
.block-blog-details .info i {
	display: block;
	float: left;
	margin-right: 6px;
}
.block-blog-details .info div {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 30px 0 0;
}
.block-blog-details .info-alt {
	margin-top: 5px;
	padding-bottom: 0;
	border-top: 0;
	border-bottom: 0;
}
.block-blog-details .share {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ecf0f1;
	line-height: 24px;
}
.block-blog-details .share a {
	position: relative;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-left: 8px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
}
.block-blog-details .share a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #2d3e50;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background 0.3s;
}
.block-blog-details .share a:hover {
	color: #2d3e50;
}
.block-blog-details .share a:hover:before {
	background: #fff;
}
.block-blog-details .share i {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.block-blog-details .share span {
	display: block;
	float: left;
	margin-right: 10px;
}
.block-blog-details .about {
	position: relative;
	margin-top: 20px;
	padding: 30px 30px 30px 90px;
	background: #ecf0f1;
}
.block-blog-details .about:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 70px;
	background: #2d3e50;
}
.block-blog-details .about a {
	text-decoration: none;
}
.block-blog-details .about i {
	position: absolute;
	top: 50%;
	left: 0;
	width: 70px;
	margin-top: -12px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-blog-details img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-blog-details .reply {
		width: 58px;
		height: 58px;
		margin: -29px 0 0 -29px;
	}
	.block-blog-details .date {
		width: 58px;
		height: 58px;
		margin: -112px 0 0 -29px;
	}
	.block-blog-details .type {
		width: 58px;
		height: 58px;
		margin: 54px 0 0 -29px;
	}
	.block-blog-details .date div,
	.block-blog-details .reply div {
		padding: 10px 0 12px;
		font-size: 20px;
	}
	.block-blog-details .date span,
	.block-blog-details .reply span {
		margin-top: 2px;
		font-size: 14px;
	}
	.block-blog-details .type i {
		font-size: 22px;
		line-height: 58px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-blog-details .reply,
	.block-blog-details .date,
	.block-blog-details .type {
		display: none;
	}
}

/**/
/* blog comments */
/**/
.block-blog-comments li {
	min-height: 80px;
	margin-top: 20px;
	padding: 20px 0 0 100px;
	border-top: 1px solid #ebebeb;
	line-height: 18px;
}
.block-blog-comments li:first-child {
	padding-top: 0;
	border-top: 0;
}
.block-blog-comments li a {
	text-decoration: none;
}
.block-blog-comments li a:hover {
	text-decoration: underline;
}
.block-blog-comments li img {
	display: block;
	float: left;
	margin-left: -100px;
}
.block-blog-comments li ul {
	margin-top: 20px;
	border-top: 1px solid #ebebeb;
}
.block-blog-comments .author {
	margin-bottom: 8px;
	font-size: 15px;
}
.block-blog-comments .author span {
	float: right;
	font-size: 12px;
}
.block-blog-comments .block-head {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.2;
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-blog-comments li {
		padding-left: 0;
	}
	.block-blog-comments li img {
		display: none;
	}
}


/**/
/* catalog toolbar */
/**/
.block-catalog-toolbar {
	margin: -10px 0 60px;
}
.block-catalog-toolbar .view {
	float: right;
	margin-top: 10px;
	line-height: 30px;
}
.block-catalog-toolbar .view a {
	display: block;
	float: right;
	width: 28px;
	height: 28px;
	margin-left: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #ddd;
	transition: border 0.3s, color 0.3s;
}
.block-catalog-toolbar .view a:hover {
	border-color: #2d3e50;
	color: #2d3e50;	
}
.block-catalog-toolbar .view .active,
.block-catalog-toolbar .view .active:hover {
	border-color: #2d3e50;
	background: #2d3e50;
	color: #fff;
	cursor: default;
}
.block-catalog-toolbar .select {
	float: left;
	width: 200px;
	margin: 10px 10px 0 0;
}
.block-catalog-toolbar .select:after {
	right: 13px;
	box-shadow: 0 0 0 12px #fff;
}
.block-catalog-toolbar .select select {
	height: 30px;
	padding: 4px 10px;
}
.block-catalog-toolbar .direction {
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin: 10px 10px 0 0;
	border: 1px solid #2d3e50;
	background: #2d3e50;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-catalog-toolbar .direction:hover {
	background: #fff;
	color: #2d3e50;
}
@media screen and (max-width: 980px) { /* pad */
	.block-catalog-toolbar .select {
		width: 160px;
	}
}

/**/
/* catalog grid */
/**/
.block-catalog-grid ul {
	margin: -30px 0 0 -30px;
}
.block-catalog-grid li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-top: 30px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block-catalog-grid li h3 {
	padding: 0 20px;
	line-height: 20px;
}
.block-catalog-grid li h3 a {
	text-decoration: none;
}
.block-catalog-grid li h3 a:hover {
	text-decoration: underline;
}
.block-catalog-grid li p {
	padding: 0 20px;
	font-size: 13px;
	line-height: 20px;
}
.block-catalog-grid .pic {
	display: block;
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #ecf0f1;
}
.block-catalog-grid .pic img {
	display: block;
}
.block-catalog-grid .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-catalog-grid .pic:hover:before {
	opacity: 0.8;
}
.block-catalog-grid .badge {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 50px;
	border-radius: 50%;
	background: #2d3e50;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
.block-catalog-grid .price {
	margin-bottom: 15px;
	padding: 5px 20px 15px;
	border-bottom: 1px solid #ecf0f1;
	font-size: 24px;
	color: #2d3e50;
}
.block-catalog-grid .rating {
	margin-left: 20px;
}
.block-catalog-grid .actions {
	margin-top: 15px;
	padding: 12px 20px;
	background: #ecf0f1;
}
.block-catalog-grid .actions i {
	margin-right: 6px;
	vertical-align: baseline;
}
.block-catalog-grid .actions a {
	text-decoration: none;
}
.block-catalog-grid .actions a:hover {
	text-decoration: underline;
}
.block-catalog-grid .actions .more {
	float: right;
	color: inherit;
}
.block-catalog-grid .inner {
	border: 1px solid #ecf0f1;
}
.block-catalog-grid .pagination {
	margin-top: 60px;
}
.block-catalog-grid .block-head {
	font-size: 20px;
	line-height: 24px;
}
.block-catalog-grid .owl-prev,
.block-catalog-grid .owl-next {
	position: absolute;
	top: -54px;
	width: 22px;
	height: 22px;
	border: 1px solid #2d3e50;
	background: #2d3e50;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-catalog-grid .owl-next {
	right: 0;
}
.block-catalog-grid .owl-prev {
	right: 30px;
}
.block-catalog-grid .owl-prev i,
.block-catalog-grid .owl-next i {
	display: block;
	font-size: 18px;
	line-height: 22px;
}
.block-catalog-grid .owl-prev:hover,
.block-catalog-grid .owl-next:hover {
	background: #fff;
	color: #2d3e50;;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-catalog-grid ul {
		margin-left: -20px;
	}
	.block-catalog-grid li {
		width: 240px;
		padding-left: 20px;
	}
	.block-catalog-grid .pic img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-catalog-grid ul {
		margin-left: -18px;
	}
	.block-catalog-grid li {
		width: 189px;
		padding-left: 18px;
	}
	.block-catalog-grid .actions .more {
		display: none;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-catalog-grid li {
		width: 33.33%;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-catalog-grid li {
		width: 50%;
	}
}

/**/
/* catalog list */
/**/
.block-catalog-list li {
	position: relative;
	min-height: 220px;
	margin-top: 30px;
	padding-left: 220px;
	border: 1px solid #ecf0f1;
}
.block-catalog-list li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 220px;
	width: 1px;
	height: 100%;
	background: #ecf0f1;
}
.block-catalog-list li:first-child {
	margin-top: 0;
}
.block-catalog-list li h3 {
	padding: 15px 20px 0;
	font-size: 16px;
	line-height: 20px;
}
.block-catalog-list li h3 a {
	text-decoration: none;
	color: #000;
}
.block-catalog-list li h3 a:hover {
	text-decoration: underline;
}
.block-catalog-list li p {
	min-height: 72px;
	padding: 0 20px;
	line-height: 24px;
}
.block-catalog-list .pic {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 220px;
	height: 100%;
}
.block-catalog-list .pic img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.block-catalog-list .pic:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-catalog-list .pic:hover:after {
	opacity: 0.8;
}
.block-catalog-list .badge {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.block-catalog-list .badge span {
	position: relative;
}
.block-catalog-list .badge + h3 {
	padding-right: 70px;
}
.block-catalog-list .badge:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-catalog-list .price {
	margin-bottom: 15px;
	padding: 5px 20px 15px;
	border-bottom: 1px solid #ecf0f1;
	font-size: 24px;
	color: #2d3e50;
}
.block-catalog-list .rating {
	float: left;
	margin: 1px 30px 0;
}
.block-catalog-list .actions {
	height: 14px;
	margin-top: 15px;
	padding: 12px 20px;
	background: #ecf0f1;
}
.block-catalog-list .actions i {
	margin-right: 6px;
	vertical-align: baseline;
}
.block-catalog-list .actions a {
	float: left;
	text-decoration: none;
}
.block-catalog-list .actions a:hover {
	text-decoration: underline;
}
.block-catalog-list .actions .more {
	float: right;
	color: inherit;
}
.block-catalog-list .button {
	display: block;
	margin-top: 60px;
	line-height: 40px;
}
.block-catalog-list .block-head {
	font-size: 20px;
	line-height: 24px;
}
.block-catalog-list .owl-prev,
.block-catalog-list .owl-next {
	position: absolute;
	top: -54px;
	width: 22px;
	height: 22px;
	border: 1px solid #2d3e50;
	background: #2d3e50;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-catalog-list .owl-next {
	right: 0;
}
.block-catalog-list .owl-prev {
	right: 30px;
}
.block-catalog-list .owl-prev i,
.block-catalog-list .owl-next i {
	display: block;
	font-size: 18px;
	line-height: 22px;
}
.block-catalog-list .owl-prev:hover,
.block-catalog-list .owl-next:hover {
	background: #fff;
	color: #2d3e50;;
}
@media screen and (max-width: 980px) { /* pad */
	.block-catalog-list .actions span {
		display: none;
	}	
}
@media screen and (max-width: 767px) { /* phone */
	.block-catalog-list .rating {
		float: right;
		margin-right: 0;
	}
	.block-catalog-list .actions .more {
		display: none;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-catalog-list li {
		padding-left: 0;
	}
	.block-catalog-list li:before {
		display: none;
	}
	.block-catalog-list .pic {
		position: relative;
		width: auto;
		height: 200px;
		border-bottom: 1px solid #ecf0f1;
	}
}

/**/
/* product details */
/**/
.block-product-details .pics {
	float: left;
	width: 61%;
}
.block-product-details .pics ul {
	margin-left: -15px;
	font-size: 0;
}
.block-product-details .pics li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px 0 0 15px;
	box-sizing: border-box;
}
.block-product-details .pics li:first-child {
	width: 100%;
	padding-top: 0;
}
.block-product-details .pics a {
	display: block;
	border: 1px solid #dedede;
}
.block-product-details .pics img {
	display: block;
	width: 100%;
	height: auto;
}
.block-product-details .info {
	float: right;
	width: 35%;
}
.block-product-details .info h2 {
	margin-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}
.block-product-details .info h4 {
	margin-bottom: 15px;
	font-size: 13px;
}
.block-product-details .info p {
	margin-top: 20px;
	line-height: 20px;
}
.block-product-details .price {
	font-size: 30px;
	color: #2d3e50;
}
.block-product-details .rating {
	margin: 15px 0 30px;
}
.block-product-details .benefit {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: -1px;
	padding: 10px 0 10px 15px;
	border: 1px solid #ecf0f1;
	background: #f9f9f9;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
}
.block-product-details .benefit span {
	display: block;
	font-size: 14px;
	color: #000;
}
.block-product-details .button {
	margin: 5px 5px 0 0;
	padding: 6px 15px 6px 10px;
	font-size: 13px;
	text-transform: none;
}
.block-product-details .button i {
	vertical-align: baseline;
	margin-right: 8px;
	font-size: 14px;
	line-height: 13px;
}
.block-product-details .button-alt {
	margin-right: 0;
	border-color: #ecf0f1;
	background: #ecf0f1;
	color: #2d3e50;
}
.block-product-details .button-alt:hover {
	background: #fff;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-product-details .pics ul {
		margin-left: -10px;
	}
	.block-product-details .pics li {
		padding: 10px 0 0 10px;
	}
	.block-product-details .benefit {
		width: 100%;
		margin: 0 0 -1px 0;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-product-details .pics {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.block-product-details .info {
		float: none;
		width: auto;
	}
	.block-product-details .benefit {
		width: 50%;
		margin: 0 -1px 0 0;
	}
}

/**/
/* product details 2 */
/**/
.block-product-details-2 .pics {
	float: left;
	width: 61%;
}
.block-product-details-2 .pics ul {
	margin-left: -15px;
	font-size: 0;
}
.block-product-details-2 .pics li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 15px 0 0 15px;
	box-sizing: border-box;
}
.block-product-details-2 .pics li:first-child {
	width: 100%;
	padding-top: 0;
}
.block-product-details-2 .pics a {
	display: block;
	border: 1px solid #dedede;
}
.block-product-details-2 .pics img {
	display: block;
	width: 100%;
	height: auto;
}
.block-product-details-2 .info {
	float: right;
	width: 35%;
}
.block-product-details-2 .info h2 {
	margin-bottom: 15px;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
}
.block-product-details-2 .info dl {
	border-top: 2px solid #ecf0f1;
	line-height: 34px;
}
.block-product-details-2 .info dt {
	float: left;
	width: 70px;
}
.block-product-details-2 .info dd {
	border-bottom: 2px solid #ecf0f1;	
}
.block-product-details-2 .info p {
	margin: 20px 0;
	line-height: 20px;
}
.block-product-details-2 .rating {
	float: left;
	margin: 11px 5px 0 0;
}
.block-product-details-2 .quantity {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50px;
	padding-right: 25px;
	margin-right: 5px;
}
.block-product-details-2 .quantity a {
	position: absolute;
	right: 0;
	width: 24px;
	height: 14px;
	border: 1px solid #ddd;
	border-left: 0;
}
.block-product-details-2 .quantity span {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.block-product-details-2 .quantity input {
	height: 30px;
	padding: 4px 10px;
	text-align: center;
}
.block-product-details-2 .quantity .plus {
	top: 0;
	border-bottom: 0;
}
.block-product-details-2 .quantity .plus span {
	top: 6px;
	border-bottom: 5px solid #808b8d;
}
.block-product-details-2 .quantity .minus {
	border-top: 0;
	bottom: 0;
}
.block-product-details-2 .quantity .minus span {
	bottom: 6px;
	border-top: 5px solid #808b8d;
}
.block-product-details-2 .button {
	margin-right: 5px;
	padding: 6px 13px 6px 8px;
	text-transform: none;
}
.block-product-details-2 .button i {
	vertical-align: baseline;
	margin-right: 8px;
}
.block-product-details-2 .button-alt {
	margin-right: 0;
	padding-right: 0;
	border-color: #ecf0f1;
	background: #ecf0f1;
	color: #2d3e50;
}
.block-product-details-2 .button-alt:hover {
	background: #fff;
}
.block-product-details-2 .coupon {
	position: relative;
	padding-right: 55px;
}
.block-product-details-2 .coupon input {
	height: 30px;
	padding: 4px 10px;
}
.block-product-details-2 .coupon button {
	position: absolute;
	top: 0;
	right: 0;
	width: 49px;
	margin: 0;
	padding: 6px 0;
}
.block-product-details-2 .share a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	margin: 20px 6px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
}
.block-product-details-2 .share a:before {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	box-shadow: 0 0 0 2px #2d3e50;
	transform: rotate(-45deg);
	transition: background 0.3s;
	-webkit-transform: rotate(-45deg);
}
.block-product-details-2 .share a:hover {
	color: #2d3e50;
}
.block-product-details-2 .share a:hover:before {
	background: #fff;
}
.block-product-details-2 .share i {
	position: relative;
	display: block;
	line-height: 32px;
}
.block-product-details-2 .block-head {
	font-size: 30px;
	text-transform: uppercase;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-product-details-2 .pics ul {
		margin-left: -10px;
	}
	.block-product-details-2 .pics li {
		padding: 10px 0 0 10px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-product-details-2 .pics {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
	.block-product-details-2 .info {
		float: none;
		width: auto;
	}
}

/**/
/* product info */
/**/
.block-product-info p {
	margin-top: 20px;
	line-height: 20px;
}
.block-product-info p:first-child {
	margin-top: 0;
}
.block-product-info .block-head {
	font-size: 20px;
	line-height: 24px;
}
.block-product-info .owl-prev,
.block-product-info .owl-next {
	position: absolute;
	top: -54px;
	width: 22px;
	height: 22px;
	border: 1px solid #2d3e50;
	background: #2d3e50;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-product-info .owl-next {
	right: 0;
}
.block-product-info .owl-prev {
	right: 30px;
}
.block-product-info .owl-prev i,
.block-product-info .owl-next i {
	display: block;
	font-size: 18px;
	line-height: 22px;
}
.block-product-info .owl-prev:hover,
.block-product-info .owl-next:hover {
	background: #fff;
	color: #2d3e50;;
}

/**/
/* product tabs */
/**/
.block-product-tabs .head {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border: 1px solid #ecf0f1;
	background: #f9f9f9;
	text-transform: uppercase;
}
.block-product-tabs .head a {
	display: inline-block;
	vertical-align: top;
	padding: 0 30px;
	border-left: 1px solid #ecf0f1;
	text-decoration: none;
	color: #808b8d;
}
.block-product-tabs .head a:first-child {
	border-left: 0;
}
.block-product-tabs .head .active {
	position: relative;
	padding-bottom: 1px;
	background: #fff;
	color: #2d3e50;
}
.block-product-tabs .head .active:before {
	content: '';
	position: absolute;
	top: -4px;
	right: -1px;
	left: -1px;
	border-top: 3px solid #2d3e50;
}
.block-product-tabs .cont {
	display: none;
	padding:30px;
	border: 1px solid #ecf0f1;
	border-top: 0;
}
.block-product-tabs .cont p {
	margin-top: 20px;
	line-height: 20px;
}
.block-product-tabs .cont p:first-child {
	margin-top: 0;
}
.block-product-tabs .cont.active {
	display: block;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-product-tabs .head a {
		padding: 0 20px;
	}
	.block-product-tabs .cont {
		padding: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-product-tabs .head a {
		padding: 0 18px;
	}
	.block-product-tabs .cont {
		padding: 18px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-product-tabs .head {
		height: auto;
	}
	.block-product-tabs .head a {
		display: block;
		border: 0;
	}
	.block-product-tabs .head .active {
		padding-bottom: 0;
	}
	.block-product-tabs .head .active:before {
		display: none;
	}
}

/**/
/* shopping cart */
/**/
.block-shopping-cart th {
	padding: 15px 30px;
	border-top: 3px solid #2d3e50;
	background: #f5f6f7;
	text-align: center;
	color: #2d3e50;
}
.block-shopping-cart th:last-child {
	border-right: 1px solid #dedede;	
}
.block-shopping-cart th:first-child {
	border-left: 1px solid #dedede;
	text-align: left;
}
.block-shopping-cart td {
	vertical-align: middle;
	padding: 30px;
	border-bottom: 1px solid #dedede;	
}
.block-shopping-cart td:last-child {
	border-right: 1px solid #dedede;
}
.block-shopping-cart td:first-child {
	width: 1%;
	padding-right: 0;
	border-left: 1px solid #dedede;
}
.block-shopping-cart h3 {
	margin-bottom: 5px;
	font-size: 16px;
}
.block-shopping-cart a {
	text-decoration: none;
}
.block-shopping-cart .pic {
	position: relative;
	display: block;
}
.block-shopping-cart .pic img {
	display: block;
	border: 1px solid #dedede;
}
.block-shopping-cart .price {
	font-size: 24px;
	text-align: center;
	color: #2d3e50;
}
.block-shopping-cart .remove {
	width: 22px;
	height: 22px;
	margin: 0 auto;
	border: 1px solid #2d3e50;
	border-radius: 50%;
	background: #2d3e50;
	line-height: 22px;
	text-align: center;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.block-shopping-cart .remove:hover {
	background: #fff;
	color: #2d3e50;
}
.block-shopping-cart .quantity {
	position: relative;
	width: 30px;
	margin: 0 auto;
	padding: 0 31px;
}
.block-shopping-cart .quantity input {
	height: 30px;
	padding: 4px 0;
	text-align: center;
}
.block-shopping-cart .quantity a {
	position: absolute;
	top: 0;
	width: 26px;
	height: 26px;
	border: 2px solid #ecf0f1;
	background: #ecf0f1;
	line-height: 26px;
	text-align: center;
	color: #2d3e50;
	transition: background 0.3s;
}
.block-shopping-cart .quantity a:hover {
	background: #fff;
}
.block-shopping-cart .quantity .fa-plus {
	right: 0;
}
.block-shopping-cart .quantity .fa-minus {
	left: 0;
}
.block-shopping-cart .empty td {
	padding: 5px;
	border: 0;
	border-bottom: 3px solid #2d3e50;
}

/**/
/* shopping cart totals */
/**/
.block-shopping-cart-totals dl {
	margin-bottom: 15px;
	text-align: left;
	line-height: 30px;
}
.block-shopping-cart-totals dt {
	float: left;
	width: 50%;
}
.block-shopping-cart-totals dd {
	color: #2d3e50;
}
.block-shopping-cart-totals .last {
	padding-bottom: 10px;
}
.block-shopping-cart-totals .button {
	margin: 5px 5px 0;
	padding: 0 30px;
	line-height: 36px;
}
.block-shopping-cart-totals .button-alt {
	border-color: #ecf0f1;
	background: #ecf0f1;
	color: #2d3e50;
}
.block-shopping-cart-totals .button-alt:hover {
	background: #fff;
}
.block-shopping-cart-totals .block-head {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}
.block-shopping-cart-totals .block-cont {
	padding: 30px;
	border: 1px solid #ddd;
	text-align: center;
}

/**/
/* shipping calc */
/**/
.block-shipping-calc form {
	padding: 30px 25px;
	border: 1px solid #ddd;
}
.block-shipping-calc input {
	margin-top: 20px;
}
.block-shipping-calc .input {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.block-shipping-calc .select {
	margin: 0 5px;
}
.block-shipping-calc .button {
	float: right;
	margin: 20px 5px 0 0;
	padding: 0 30px;
	line-height: 36px;
}
.block-shipping-calc .block-head {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}

/**/
/* checkout login */
/**/
.block-checkout-login p {
	margin: 0 5px 15px;
	line-height: 20px;
}
.block-checkout-login form {
	padding: 30px 25px;
	border: 1px solid #ddd;
}
.block-checkout-login .input {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.block-checkout-login .button {
	float: right;
	margin: 20px 5px 0 0;
	padding: 0 30px;
	line-height: 36px;
}
.block-checkout-login .block-head {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}

/**/
/* checkout coupon */
/**/
.block-checkout-coupon p {
	margin: 0 0 15px;
	line-height: 20px;
}
.block-checkout-coupon form {
	padding: 30px;
	border: 1px solid #ddd;
}
.block-checkout-coupon .button {
	float: right;
	margin: 20px 0 0 0;
	padding: 0 30px;
	line-height: 36px;
}
.block-checkout-coupon .block-head {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}

/**/
/* checkout address */
/**/
.block-checkout-address {
	position: relative;
}
.block-checkout-address input {
	margin-top: 20px;
}
.block-checkout-address .input,
.block-checkout-address .select,
.block-checkout-address .textarea {
	margin: 0 5px;
}
.block-checkout-address .input-small {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.block-checkout-address .checkbox {
	position: absolute;
	top: 4px;
	right: 0;
}
.block-checkout-address .block-head {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}
.block-checkout-address .block-cont {
	margin: 0 -5px;
}

/**/
/* checkout order */
/**/
.block-checkout-order td {
	vertical-align: bottom;
	padding: 5px 0;
	text-align: left;
}
.block-checkout-order td:last-child {
	color: #2d3e50;
}
.block-checkout-order td:first-child {
	width: 70%;
}
.block-checkout-order .price {
	padding-top: 10px;
	font-size: 24px;
}
.block-checkout-order .block-head {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}
.block-checkout-order .block-cont {
	padding: 30px;
	border: 1px solid #ddd;
	text-align: center;
}

/**/
/* checkout payment */
/**/
.block-checkout-payment li {
	margin-top: -1px;
	padding: 20px 30px;
	border: 1px solid #ddd;	
}
.block-checkout-payment p {
	margin-top: 6px;
	padding-left: 46px;
	line-height: 20px;
}
.block-checkout-payment img {
	float: right;
	margin: -4px 0 -3px 20px;
}
.block-checkout-payment label {
	padding-left: 46px;
	color: #2d3e50;
}
.block-checkout-payment .button {
	float: right;
	margin-top: 20px;
	padding: 0 30px;
	line-height: 36px;
}


/**/
/* welcome */
/**/
.block-welcome h2 {
	margin-bottom: 27px;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
}
.block-welcome p {
	line-height: 24px;
}
.block-welcome ul {
	margin-top: 20px;
}
.block-welcome ul li {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	line-height: 20px;
}
.block-welcome ul i {
	position: absolute;
	top: 0;
	left: 0;
	line-height: inherit;
}
.block-welcome .icons {
	margin-left: -58px;
}
.block-welcome .icons a {
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 0 60px;
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
}
.block-welcome .icons i {
	position: relative;
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	transition: color 0.3s;
}
.block-welcome .icons i:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #2d3e50;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.3s;
}
.block-welcome .icons i:before {
	position: relative;
	z-index: 1;
}
.block-welcome .icons a:hover i {
	color: #2d3e50;
}
.block-welcome .icons a:hover i:after {
	background: #fff;
}

/**/
/* login */
/**/
.block-login p {
	margin-top: 20px;
	line-height: 20px;
}
.block-login .input {
	position: relative;
	margin-bottom: 15px;
}
.block-login .input i {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #ccd3d7;
	pointer-events: none;
}
.block-login .checkbox {
	margin-bottom: 15px;
}
.block-login .button {
	margin-top: 5px;
	padding: 0 30px;
	line-height: 36px;
}
.block-login .block-head {
	font-size: 20px;
	line-height: 20px;
}
.block-login .block-head + p {
	margin-bottom: 15px;
}


/**/
/* mobile ready */
/**/
.block-mobile-ready {
	color: #000;
}
.block-mobile-ready h2 {
	margin: 0 0 30px 29px;
	font-size: 24px;
}
.block-mobile-ready p {
	max-width: 670px;
	margin: 0 auto 60px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.block-mobile-ready li {
	position: relative;
	margin-top: 20px;
	padding-left: 30px;
	font-size: 14px;
	line-height: 20px;
}
.block-mobile-ready li i {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 22px;
}
.block-mobile-ready img {
	display: block;
	max-width: 100%;
	height: auto;
}
.block-mobile-ready .button {
	margin: 30px 0 0 30px;
	padding: 2px 30px 0;
	font-size: 12px;
	line-height: 30px;
}
@media screen and (max-width: 767px) { /* phone */
	.block-mobile-ready p {
		margin-bottom: 18px;
	}
	.block-mobile-ready img {
		margin: 0 auto 36px;
	}
}


/**/
/* pasteboard */
/**/
.block-pasteboard {
	position: relative;
	width: 320px;
	height: 280px;
	margin: 35px auto 0;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
.block-pasteboard:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px 0 60px 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-pasteboard p {
	position: relative;
	margin-top: 30px;
	line-height: 1.6;
}
.block-pasteboard a {
	text-decoration: none;
	color: #fff;
}
.block-pasteboard img {
	position: relative;
	display: block;
	margin: 0 auto;
}
.block-pasteboard .icons {
	position: relative;
	margin-top: 30px;
}
.block-pasteboard .icons a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	text-align: center;
	transition: color 0.3s;
}
.block-pasteboard .icons a:hover {
	color: #2d3e50;
}
.block-pasteboard .icons a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px 0 5px 0;
	background: #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	opacity: 0;
	transition: opacity 0.3s;
}
.block-pasteboard .icons a:hover:before {
	opacity: 1;
}
.block-pasteboard .icons i {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
}
@media screen and (max-width: 767px) { /* phone */
	.block-pasteboard {
		margin: 155px auto 65px;
	}
}


/**/
/* map */
/**/
.block-map {
	border: 10px solid #ecf0f1;
	border-radius: 10px;	
}
.block-map .block-cont {
	height: 480px;
	opacity: 0.5;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-map .block-cont {
		height: 320px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-map .block-cont {
		height: 288px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-map .block-cont {
		height: 260px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-map .block-cont {
		height: 235px;
	}
}

/**/
/* map 2 */
/**/
.block-map-2 {
	position: relative;
	margin: 0;
}
.block-map-2 .block-cont {
	height: 300px;
	opacity: 0.5;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-map-2 .block-cont {
		height: 200px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-map-2 .block-cont {
		height: 180px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-map-2 .block-cont {
		height: 180px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-map-2 .block-cont {
		height: 180px;
	}
}

/**/
/* map 3 */
/**/
.block-map-3 {
	position: relative;
	margin: 0;
}
.block-map-3 .block-head {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -515px;
	font-size: 42px;
	line-height: 60px;
	color: #2d3e50;
}
.block-map-3 .block-cont {
	height: 570px;
	opacity: 0.5;
}
.block-map-3 .block-pasteboard {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -160px -473px 0 0;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-map-3 .block-head {
		margin: -27px 0 0 -470px;
		font-size: 38px;
		line-height: 54px;
	}
	.block-map-3 .block-pasteboard {
		margin-right: -428px;		
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-map-3 .block-head {
		margin: -20px 0 0 -369px;
		font-size: 24px;
		line-height: 40px;
	}
	.block-map-3 .block-pasteboard {
		margin-right: -327px;		
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-map-3 .block-head {
		display: none;
	}
	.block-map-3 .block-pasteboard {
		margin-right: -160px;		
	}
}


/**/
/* contacts */
/**/
.block-contacts ul {
	margin: 0 -15px;
	text-align: center;
}
.block-contacts ul li {
	position: relative;
	display: inline-block;
	width: 108px;
	height: 108px;
	margin: 0 96px;
	color: #fff;
	cursor: pointer;
	-webkit-user-select: none;
	transition: color 0.3s;
}
.block-contacts ul li:after,
.block-contacts ul li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #2d3e50;
	background: #2d3e50;
	border-radius: 20px 0 20px 0;
	box-sizing: border-box;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: background-color 0.3s;
}
.block-contacts ul li:before {
	right: -12px;
	background: #fff;	
}
.block-contacts ul li i {
	position: relative;
	z-index: 1;
	display: block;
	font-size: 32px;
	line-height: 108px;
}
.block-contacts ul li span {
	position: absolute;
	bottom: -90px;
	left: 50%;
	margin-left: -8px;
	border-right: 8px solid transparent;
	border-bottom: 0 solid #2d3e50;
	border-left: 8px solid transparent;
	transition: border-bottom-width 0.3s;
}
.block-contacts ul .active {
	color: #2d3e50;
	cursor: default;
}
.block-contacts ul .active:after {
	background-color: #fff;		
}
.block-contacts ul .active:before {
	background-color: #2d3e50;
}
.block-contacts ul .active span {
	border-bottom-width: 8px;
}
.block-contacts ol {
	position: relative;
	margin-top: 90px;
	border-top: 10px solid #2d3e50;
	background: #ecf0f1;
	font-size: 24px;
	line-height: 34px;
}
.block-contacts ol li {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding: 55px 0;
	color: #2d3e50;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s;
}
.block-contacts ol li a {
	text-decoration: none;
}
.block-contacts ol li a:hover {
	text-decoration: underline;
}
.block-contacts ol li i {
	position: relative;
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	margin: -15px 40px 0 103px;
	line-height: 64px;
	text-align: center;
	color: #fff;
}
.block-contacts ol li i:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #2d3e50;
	border-radius: 10px 0 10px 0;
	box-sizing: border-box;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-contacts ol li i:before {
	position: relative;
	z-index: 1;
}
.block-contacts ol .active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}
.block-contacts .block-head {
	margin-bottom: 90px;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-contacts ul {
		margin: 0 -10px;
	}
	.block-contacts ul li {
		margin: 0 66px;
	}
	.block-contacts ol li i {
		margin-left: 78px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-contacts ul {
		margin: 0 -9px;
	}
	.block-contacts ul li {
		margin: 0 40px;
	}
	.block-contacts ol li i {
		margin-left: 53px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-contacts ul {
		margin: 0 -20px;
	}
	.block-contacts ul li {
		margin: 0 30px;
		width: 54px;
		height: 54px;
	}
	.block-contacts ul li i {
		font-size: 24px;
		line-height: 54px;
	}
	.block-contacts ul li span {
		bottom: -54px;
	}
	.block-contacts ul li:after,
	.block-contacts ul li:before {
		border-width: 1px;
		border-radius: 10px 0 10px 0;		
	}
	.block-contacts ul li:before {
		right: -6px;
	}
	.block-contacts ol {
		margin-top: 54px;
	}
	.block-contacts ol li {
		padding: 40px 20px;
		text-align: center;
	}
	.block-contacts ol li i {
		display: none;
	}
	.block-contacts .block-head {
		margin-bottom: 54px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.block-contacts ul li {
		margin: 0 12px;
	}
}

/**/
/* contacts 2 */
/**/
.block-contacts-2 .block-head {
	margin-bottom: 90px;
}


/**/
/* feedback */
/**/
.block-feedback .input {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 0 30px 30px;
	box-sizing: border-box;
}
.block-feedback .input i {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #ccd3d7;
	pointer-events: none;
}
.block-feedback .clearfix {
	margin-left: -30px;
}
.block-feedback .button {
	float: right;
	margin-top: 30px;
	padding: 0 30px;
	line-height: 36px;
}
.block-feedback .block-head {
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 1.2;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-feedback .input {
		padding: 0 0 20px 20px;
	}
	.block-feedback .button {
		margin-top: 20px;
	}
	.block-feedback .clearfix {
		margin-left: -20px;
	}
	.block-feedback .block-head {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-feedback .input {
		padding: 0 0 18px 18px;
	}
	.block-feedback .button {
		margin-top: 18px;
	}
	.block-feedback .clearfix {
		margin-left: -18px;
	}
	.block-feedback .block-head {
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.block-feedback .input {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.block-feedback textarea {
		float: none;
	}
}

/**/
/* feedback 2 */
/**/
.block-feedback-2 {
	margin-bottom: 0;
}
.block-feedback-2 .input {
	position: relative;
	margin-bottom: 10px;
}
.block-feedback-2 .input i {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: #ccd3d7;
	pointer-events: none;
}
.block-feedback-2 .button {
	display: block;
	width: 100%;
	margin-top: 10px;
	line-height: 36px;
}
.block-feedback-2 .block-head {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.2;
}


/**/
/* subscription */
/**/
.block-subscription {
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.block-subscription .input {
	margin-right: 100px;
}
.block-subscription .button {
	float: right;
	width: 100px;
	line-height: 36px;
}
.block-subscription .block-head {
	font-size: 22px;
	line-height: 28px;
	text-transform: none;
}


/**/
/* not found */
/**/
.block-not-found {
	margin-top: -30px;
	text-align: center;
}
.block-not-found h3 {
	font-size: 30px;
	line-height: 40px;
	color: #2d3e50;
}
.block-not-found p {
	margin: 30px 0;
	line-height: 24px;
}
.block-not-found .pic {
	position: relative;
	height: 480px;
	margin-bottom: 60px;
	background-position: 50% 50%;
	background-size: cover;
}
.block-not-found .pic:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d3e50;
	opacity: 0.8;	
}
.block-not-found .pic div {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 220px;
	margin: -110px 0 0 -110px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}
.block-not-found .pic div:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	box-shadow: 0 0 0 12px rgba(150,150,150,0.10);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-not-found .pic span {
	position: relative;
}
.block-not-found .pic em {
	display: block;
	margin-bottom: 6px;
	padding-top: 40px;
	font-size: 100px;
	line-height: 1;
}
.block-not-found .button {
	padding: 0 20px;
	line-height: 30px;
}

/**/
/* not found 2 */
/**/
.block-not-found-2 {
	margin: 30px 0 120px;
	text-align: center;
}
.block-not-found-2 h3 {
	font-size: 30px;
	color: #fff;
}
.block-not-found-2 h3 span {
	display: block;
	font-size: 170px;
}
.block-not-found-2 p {
	margin: 30px 0;
	line-height: 24px;
}
.block-not-found-2 .button {
	padding: 0 20px;
	border-color: #fff;
	background-color: #fff;
	line-height: 30px;
	color: #2d3e50;
}
.block-not-found-2 .button:hover {
	background: #2d3e50;
	color: #fff;
}


/**/
/* coming soon */
/**/
.block-coming-soon {
	margin-bottom: 180px;
}
.block-coming-soon ul {
	margin: 0 -30px;
	text-align: center;
}
.block-coming-soon li {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	margin: 60px 30px 0;
	font-size: 20px;
	color: #ecf0f1;
}
.block-coming-soon li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 8px solid #ecf0f1;
	border-radius: 20% 5% 20% 5%;
	background: #2d3e50;
	box-shadow: -5px 5px 10px rgba(0,0,0,0.2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
}
.block-coming-soon li div {
	position: relative;
}
.block-coming-soon li span {
	display: block;
	margin-bottom: 5px;
	padding-top: 28px;
	font-size: 46px;
}
@media screen and (max-width: 980px) { /* pad */
	.block-coming-soon ul {
		margin: 0 -20px;
	}
	.block-coming-soon li {
		width: 110px;
		height: 110px;
		margin-right: 20px;
		margin-left: 20px;
		font-size: 16px;
	}
	.block-coming-soon li span {
		margin-bottom: 2px;
		padding-top: 22px;
		font-size: 40px;
	}
}

/**/
/* coming soon 2 */
/**/
.block-coming-soon-2 {
	margin: 30px 0 150px;
	text-align: center;
	color: #fff;
}
.block-coming-soon-2 h3 {
	font-size: 48px;
	line-height: 72px;
	text-transform: uppercase;
}
.block-coming-soon-2 ul {
	margin: 0 -45px;
}
.block-coming-soon-2 li {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 140px;
	margin: 90px 45px 0;
	font-size: 20px;
}
.block-coming-soon-2 li:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20% 0 20% 0;
	background: #2d3e50;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.block-coming-soon-2 li:before {
	content: '';
	position: absolute;
	top: -14px;
	right: -14px;
	bottom: -14px;
	left: -14px;
	border-radius: 20% 0 20% 0;
	background: #ecf0f1;
	box-shadow: inset -5px 5px 5px rgba(0,0,0,0.2);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);	
}
.block-coming-soon-2 li span {
	display: block;
	margin-bottom: 5px;
	padding-top: 30px;
	font-size: 46px;
}
.block-coming-soon-2 li div {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1200px) { /* laptop */
	.block-coming-soon-2 ul {
		margin: 0 -40px;
	}
	.block-coming-soon-2 li {
		width: 110px;
		height: 110px;
		margin-right: 40px;
		margin-left: 40px;
	}
	.block-coming-soon-2 li span {
		padding-top: 15px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.block-coming-soon-2 h3 {
		font-size: 42px;
		line-height: 64px;
	}
	.block-coming-soon-2 ul {
		margin: 0 -30px;
	}
	.block-coming-soon-2 li {
		width: 90px;
		height: 90px;
		margin-right: 30px;
		margin-left: 30px;
		font-size: 16px;
	}
	.block-coming-soon-2 li:before {
		top: -10px;
		right: -10px;
		bottom: -10px;
		left: -10px;
	}
	.block-coming-soon-2 li span {
		margin-bottom: 0;
		padding-top: 12px;
		font-size: 40px;
	}
}



/*----------------------------------------------*/
/*                   WIDGETS                    */
/*----------------------------------------------*/

/**/
/* widget */
/**/
.widget {
	margin-bottom: 60px;
}
.widget-head {
	margin-bottom: 30px;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
}
.widget-head-2 {
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #000;	
}


/**/
/* categories */
/**/
.widget-categories li {
	margin-top: 20px;
	font-size: 18px;
}
.widget-categories a {
	text-decoration: none;
	color: #808b8d;
	transition: color 0.3s;
}
.widget-categories a:hover,
.widget-categories a.active {
	color: #2d3e50;
}


/**/
/* top posts */
/**/
.widget-top-posts li {
	margin-top: 20px;
}
.widget-top-posts p {
	margin-top: 10px;
	line-height: 24px;
}
.widget-top-posts img {
	display: block;
	transition: opacity 0.3s;
}
.widget-top-posts img:hover {
	opacity: 0.8;
}
.widget-top-posts a {
	text-decoration: none;
	color: #808b8d;
	transition: color 0.3s;
}
.widget-top-posts a:hover {
	color: #2d3e50;
}
@media screen and (max-width: 1200px) { /* laptop */
	.widget-top-posts img {
		max-width: 100%;
		height: auto;
	}
}


/**/
/* text */
/**/
.widget-text {
	line-height: 24px;
}
.widget-text p {
	margin-top: 10px;
}
.widget-text hr {
	margin-top: 10px;
	border-top: 1px solid #2d3e50;
}
.widget-text a {
	text-decoration: none;
}
.widget-text em {
	color: #2d3e50;
}


/**/
/* archive */
/**/
.widget-archive li {
	margin-top: 20px;
}
.widget-archive a {
	text-decoration: none;
	color: #808b8d;
	transition: color 0.3s;
}
.widget-archive a:hover,
.widget-archive a.active {
	color: #2d3e50;
}


/**/
/* tags */
/**/
.widget-tags ul {
	margin: -3px 0 0 -3px;
}
.widget-tags li {
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 0 3px;
}
.widget-tags a {
	display: block;
	padding: 0 20px;
	background: #ecf0f1;
	line-height: 40px;
	text-decoration: none;
	color: #808b8d;
	transition: color 0.3s;
}
.widget-tags a:hover {
	color: #2d3e50;
}
.widget-tags-3 a {
	background: #f9fafb;
	line-height: 30px;
}


/**/
/* flickr */
/**/
.widget-flickr ul {
	margin: -5px 0 0 -5px;
}
.widget-flickr li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 5px;
}
.widget-flickr img {
	display: block;
	transition: opacity 0.3s;
}
.widget-flickr img:hover {
	opacity: 0.8;
}


/**/
/* search */
/**/
.widget-search {
	position: relative;
}
.widget-search input {
	height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.widget-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: #cecece;
}


/**/
/* categories filter */
/**/
.widget-categories-filter li {
	margin-top: 10px;
	line-height: 24px;
}
.widget-categories-filter a {
	display: block;
	text-decoration: none;
	color: #808b8d;
}
.widget-categories-filter a:hover {
	color: #2d3e50;
}
.widget-categories-filter i {
	display: block;
	float: left;
	margin-right: 10px;
	line-height: 24px;
}
.widget-categories-filter span {
	float: right;
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #a0a8aa;
	line-height: 24px;
	text-align: center;
	color: #fff;
}
.widget-categories-filter .active {
	color: #2d3e50;	
}
.widget-categories-filter .active span {
	background: #2d3e50;
}


/**/
/* price filter */
/**/
.widget-price-filter p {
	float: right;
	line-height: 30px;
}
.widget-price-filter .button {
	padding: 0 15px;
	font-size: 12px;
	line-height: 30px;
}
.widget-price-filter .ui-slider {
	position: relative;
	margin: 25px 8px;
	height: 6px;
	border-radius: 3px;
	background: #c0ccd3;
}
.widget-price-filter .ui-slider-range {
	position: absolute;
	top: 0;
	height: 6px;
	border-radius: 3px;
	background: #2d3e50;
}
.widget-price-filter .ui-slider-handle {
	position: absolute;
	top: -5px;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	outline: none;
	border-radius: 50%;
	background: #2d3e50;
	cursor: pointer;
}
@media screen and (max-width: 980px) { /* pad */
	.widget-price-filter p {
		float: none;
		margin: -5px 0 5px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.widget-price-filter p {
		float: right;
		margin: 0;
	}
}


/**/
/* color filter */
/**/
.widget-color-filter ul {
	margin: -8px 0 0 -8px;
	font-size: 0;
}
.widget-color-filter li {
	position: relative;
	display: inline-block;
	margin: 8px 0 0 8px;
}
.widget-color-filter a {
	display: block;
	width: 38px;
	height: 38px;
}
.widget-color-filter .active:before {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border: 1px solid #2d3e50;
}
@media screen and (max-width: 1200px) { /* laptop */
	.widget-color-filter a {
		display: block;
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.widget-color-filter a {
		display: block;
		width: 27px;
		height: 27px;
	}
}


/**/
/* top products */
/**/
.widget-top-products li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
	line-height: 20px;
}
.widget-top-products li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.widget-top-products h4 {
	margin-bottom: 3px;
	line-height: 20px;
}
.widget-top-products h4 a {
	text-decoration: none;
	color: #000;
}
.widget-top-products h4 a:hover {
	text-decoration: underline;
}
.widget-top-products .pic {
	position: relative;
	display: block;
	float: left;
	margin-right: 15px;
	text-decoration: none;
	color: #fff;
}
.widget-top-products .pic i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	background: #2d3e50;
	font-size: 30px;
	line-height: 72px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s;
}
.widget-top-products .pic img {
	display: block;
	width: 70px;
	height: 70px;
	border: 1px solid #dedede;
}
.widget-top-products .pic:hover i {
	opacity: 1;
}
.widget-top-products .rating {
	float: left;
	margin-top: 6px;
}
@media screen and (max-width: 980px) { /* pad */
	.widget-top-products .pic {
		display: none;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.widget-top-products .pic {
		display: block;
	}
}



/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

/**/
/* subscription */
/**/
.widget-subscription {
	max-width: 940px;
	margin: 0 auto 40px;
	text-transform: uppercase;
	color: #fff;
}
.widget-subscription form {
	position: relative;
	float: right;
	width: 511px;
}
.widget-subscription input {
	height: 34px;
	padding: 7px 100px 7px 10px;
	border: 0;
	background: #ecf0f1;
	text-align: center;
}
.widget-subscription input:focus {
	background: #fff;
}
.widget-subscription .button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 90px;
	font-size: 14px;
	line-height: 28px;
}
.widget-subscription .head {
	float: left;
	font-size: 24px;
	line-height: 34px;	
}
.widget-subscription .head i {
	position: relative;
	top: -1px;
	margin-right: 10px;
	font-size: 28px;	
}
@media screen and (max-width: 980px) { /* pad */
	.widget-subscription form {
		width: 318px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.widget-subscription .head {
		display: none;
	}
	.widget-subscription form {
		float: none;
		width: auto;
	}
}

/**/
/* subscription 2 */
/**/
.widget-subscription-2 {
	margin-bottom: 40px;
}
.widget-subscription-2 form {
	position: relative;
}
.widget-subscription-2 input {
	height: 34px;
	padding: 7px 90px 7px 10px;
	border: 0;
	background: #ecf0f1;
	font-size: 12px;
}
.widget-subscription-2 input:focus {
	background: #fff;
}
.widget-subscription-2 .button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 80px;
	font-size: 12px;
	line-height: 28px;
}
.widget-subscription-2 .widget-head {
	margin-bottom: 20px;
	font-size: 18px;
	color: #ecf0f1;
}


/**/
/* about */
/**/
.widget-about {
	margin-bottom: 40px;
	padding-top: 10px;
	color: #ecf0f1;
}
.widget-about p {
	margin-top: 18px;
	font-size: 12px;
	line-height: 24px;
}
.widget-about p:last-child {
	margin-top: 36px;
}
.widget-about img {
	display: block;
	margin-bottom: 22px;
}
.widget-about a {
	text-transform: uppercase;
	color: #ecf0f1;
}

/**/
/* about 2 */
/**/
.widget-about-2 {
	margin-bottom: 40px;
	color: #ecf0f1;	
}
.widget-about-2 p {
	margin-top: 18px;
	line-height: 24px;
}
.widget-about-2 .widget-head {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}


/**/
/* recent posts */
/**/
.widget-recent-posts {
	margin-bottom: 40px;
	color: #ecf0f1;	
}
.widget-recent-posts li {
	margin-top: 22px;
	font-size: 12px;
	line-height: 18px;
}
.widget-recent-posts li p {
	overflow: hidden;
}
.widget-recent-posts li span {
	display: block;
	margin-top: 2px;
	opacity: 0.7;
}
.widget-recent-posts li a {
	text-decoration: none;
	color: #ecf0f1;	
}
.widget-recent-posts li a:hover {
	text-decoration: underline;
}
.widget-recent-posts .pic {
	position: relative;
	float: left;
	margin: 4px 12px 0 0;
	border: 2px solid #ecf0f1;
}
.widget-recent-posts .pic:after,
.widget-recent-posts .pic:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #ecf0f1;
	opacity: 0;
	transition: opacity 0.3s;
}
.widget-recent-posts .pic:after {
	width: 16px;
	height: 2px;
	margin: -1px 0 0 -8px;	
}
.widget-recent-posts .pic:before {
	width: 2px;
	height: 16px;
	margin: -8px 0 0 -1px;	
}
.widget-recent-posts .pic:hover:after,
.widget-recent-posts .pic:hover:before {
	opacity: 1;
}
.widget-recent-posts .pic img {
	display: block;
}
.widget-recent-posts .widget-head {
	margin: 0;
	padding-top: 10px;
	font-size: 24px;
	line-height: 58px;
	color: #fff;
}
.widget-recent-posts .widget-foot {
	margin: 36px 0 0 72px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}
.widget-recent-posts .widget-foot a {
	color: #ecf0f1;	
}
@media screen and (max-width: 980px) { /* pad */
	.widget-recent-posts .pic {
		display: none;
	}
	.widget-recent-posts .widget-foot {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.widget-recent-posts .pic {
		display: block;
	}
	.widget-recent-posts .widget-foot {
		margin-left: 72px;
	}
}

/**/
/* recent posts 2 */
/**/
.widget-recent-posts-2 li {
	font-size: 14px;
}
.widget-recent-posts-2 li span {
	font-size: 12px;
}
.widget-recent-posts-2 .widget-head {
	margin-bottom: 30px;
	padding: 0;
	line-height: 30px;
	color: #fff;
}


/**/
/* tags */
/**/
.widget-tags-2 {
	margin-bottom: 40px;
	color: #ecf0f1;
}
.widget-tags-2 ul {
	margin: -5px 0 0 -5px;
}
.widget-tags-2 li {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0 0 5px;
}
.widget-tags-2 li a {
	display: block;
	padding: 0 10px;
	border: 1px solid #969fa8;
	line-height: 28px;
	text-decoration: none;
	color: rgba(255,255,255,0.7);
	transition: color 0.3s;
}
.widget-tags-2 li a:hover {
	color: #fff;
}
.widget-tags-2 .widget-head {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}


/**/
/* contacts */
/**/
.widget-contacts {
	margin-bottom: 40px;
	color: #ecf0f1;
}
.widget-contacts li {
	position: relative;
	min-height: 32px;
	margin-top: 10px;
	padding: 8px 0 0 50px;
	font-size: 14px;
	line-height: 24px;
}
.widget-contacts li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.widget-contacts li a {
	color: #ecf0f1;
}
.widget-contacts .widget-head {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}


/**/
/* feedback */
/**/
.widget-feedback {
	margin-bottom: 97px;
	/*border: 1px solid rgba(255,255,255,0.3);*/
	padding: 10px 69px 0;
	text-align: center;
}
.widget-feedback input,
.widget-feedback textarea {
	height: 36px;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-color: #ecf0f1;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: background 0.3s;
}
.widget-feedback textarea {
	height: auto;
}
.widget-feedback input:focus,
.widget-feedback textarea:focus {
	border-color: #fff;
	background-color: rgba(255,255,255,0.1);
}
.widget-feedback input::-moz-placeholder,
.widget-feedback textarea::-moz-placeholder {
	color: rgba(255,255,255,0.5);
}
.widget-feedback input::-ms-input-placeholder,
.widget-feedback textarea::-ms-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.widget-feedback input::-webkit-input-placeholder,
.widget-feedback textarea::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.widget-feedback .button {
	position: relative;
	top: 17px;
	margin-top: 23px;
	padding: 0 15px;
	border-color: #ecf0f1;
	font-size: 12px;
	line-height: 31px;
}
.widget-feedback .button:hover {
	background: #ecf0f1;
}
.widget-feedback .widget-head {
	font-size: 24px;
	line-height: 56px;
	text-transform: uppercase;
	color: #ecf0f1;	
}
.widget-feedback .widget-head span {
	display: block;
	margin: -10px 0 30px;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
}
@media screen and (max-width: 1200px) { /* laptop */
	.widget-feedback {
		padding-right: 59px;
		padding-left: 59px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.widget-feedback {
		padding-right: 44px;
		padding-left: 44px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.widget-feedback {
		margin-bottom: 67px;
	}
}


/**/
/* social nav */
/**/
.social-nav {
	margin-bottom: 40px;
	font-size: 24px;
	text-align: center;
}
.social-nav a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 90px;
	color: #fff;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.social-nav a:hover {
	opacity: 1;
}
.social-nav a:first-child {
	margin-left: 0;
}
@media screen and (max-width: 1200px) { /* laptop */
	.social-nav a {
		margin-left: 70px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.social-nav a {
		margin-left: 50px;
	}
}
@media screen and (max-width: 767px) { /* phone */
	.social-nav a {
		margin-left: 20px;
	}
}
@media screen and (max-width: 479px) { /* mini phone */
	.social-nav {
		font-size: 20px;
	}
	.social-nav a {
		margin-left: 10px;
	}
}

/**/
/* social nav 2 */
/**/
.social-nav-2 {
	margin-bottom: 40px;
	padding: 24px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-size: 18px;
	text-align: center;
}
.social-nav-2 a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: #fff;
	opacity: 0.8;
	transition: opacity 0.3s;
}
.social-nav-2 a:hover {
	opacity: 1;
}
.social-nav-2 a:first-child {
	margin-left: 0;
}
@media screen and (max-width: 1200px) { /* laptop */
	.social-nav-2 a {
		margin-left: 15px;
	}
}
@media screen and (max-width: 980px) { /* pad */
	.social-nav-2 a {
		margin-left: 10px;
	}
}


/**/
/* copyrights */
/**/
.copyrights {
	float: left;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}
.copyrights a {
	text-decoration: none;
	color: #fff;
	transition: opacity 0.3s;
}
.copyrights a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 980px) { /* pad */
	.copyrights {
		float: none;
		text-align: center;
	}
}

/**/
/* copyrights 2 */
/**/
.copyrights-2 {
	float: none;
	margin-bottom: 40px;
	text-align: center;
}


/**/
/* secondary nav */
/**/
.secondary-nav {
	float: right;
	margin-bottom: 40px;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
}
.secondary-nav a {
	text-decoration: none;
	color: rgba(255,255,255,0.8);
	transition: color 0.3s;
}
.secondary-nav a:hover {
	color: rgba(255,255,255,1);
}
@media screen and (max-width: 980px) { /* pad */
	.secondary-nav {
		float: none;
		text-align: center;
	}
}

.block-text-16 {
	font-size: 16px;
}

.block-text-36 {
	font-size: 36px;
}