body {
	background-color: #fafafa;
	font-family: 'SF UI Display', 'Open Sans', sans-serif;
	font-weight: 500;
	color: #505050;
	font-size: 14px;
	font-style: normal;
}

.pull-righ {float:right !important}

.as-wrapper {
	overflow: hidden
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
	*zoom: 1
}
.as-centered {
	float: none;
	margin: 0 auto
}
.as-page-header {
	position: relative;
	padding-top: 16px;
	min-height: 133px;
	width: 100%;
	background-color: #fafafa;
	-webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
	z-index: 2
}
.as-page-header h1 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 600
}
@media only screen and (max-width:480px) {
	.as-page-header {
		text-align: center;
		padding-top: 24px
	}
	.as-page-header h1 {
		font-size: 24px;
		font-weight: 700
	}
	.as-page-header span {
	
		font-size: 14px
	}
}
@media only screen and (max-width:400px) {
	.as-page-header {
		text-align: center;
		padding-top: 20px
	}
	.as-page-header h1 {
		font-size: 20px;
		font-weight: 700
	}
	.as-page-header span {
		font-size: 14px
	}
}
.as-section-header {
	margin-top: 60px;
	text-align: center;
	margin-bottom: 60px
}

.as-btn-area {
	margin-top: 50px;
	text-align: center;

}

.as-section-header h1 {

	color: #3d3d3d;
	font-family: 'SF UI Display', 'Exo 2', sans-serif;
	***text-transform: uppercase;
	font-weight: 700;
	font-size: 26px
}
.as-section-header h1:after {
	content: "";
	display: block;
	height: 3px;
	width: 60px;
	background: #d0112b;
	position: relative;
	top: 1px;
	margin: 17px auto 0 auto
}
.as-section-header span {
	max-width: 50%;
	font-weight: 500;
	font-size: 13px;
	word-wrap: break-word;
	line-height: 25px
}
@-webkit-keyframes animation-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}
@-moz-keyframes animation-rotate {
	100% {
		-moz-transform: rotate(360deg)
	}
}
@-o-keyframes animation-rotate {
	100% {
		-o-transform: rotate(360deg)
	}
}
@keyframes animation-rotate {
	100% {
		transform: rotate(360deg)
	}
}
button {
	appearance: none;
	-webkit-appearance: none;
	border: none;
	cursor: pointer
}
button, button span {
	position: relative
}
button span {
	white-space: nowrap;
	display: block
}
button::moz-focus-inner {
	padding: 0;
	border: 0
}
button:focus {
	outline: none
}

a.as-btn, button.as-btn {
	font-family: 'SF UI Display', 'Exo 2', sans-serif;
	background-color: transparent;
	font-size: 12px;
	***text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	border-radius: 4px;
	border: 1px solid #d0112b;
	color: #d0112b;
	position: relative;
	transition: all .25s;
	text-decoration: none;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	-o-transition: all 350ms ease;
	transition: all 350ms ease
}
button.as-btn:disabled {
	border-color: #f3f3f3;
	font-family: 'Open Sans', sans-serif;
	background-color: #f3f3f3;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	border-radius: 4px;
	color: #6a6a6a;
	position: relative;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	text-decoration: none
}
button.as-btn:hover:disabled {
	cursor: not-allowed;
	background-color: #f3f3f3;
	color: #6a6a6a
}
a.as-btn:hover, button.as-btn:hover {
	background-color: #d0112b;
	color: #fff
}
a.as-btn-default, button.as-btn-default {
	font-weight: 600;
	border: none;
	background-color: #f3f3f3;
	color: #4b4b4b;
	font-size: 10px
}
.as-btn-md {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 16px;
	padding-bottom: 18px
}
.as-btn-sm {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 9px;
	padding-bottom: 11px
}
.as-btn-lg {
	font-size: 14px !important;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 18px;
	padding-bottom: 19px
}
.as-btn-loading {
	background-color: #d0112b !important;
	color: transparent !important;
	position: relative;
	cursor: wait
}
.as-btn-loading:before {
	margin: -13px 0 0 -13px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	-webkit-border-radius: 24px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 24px;
	-moz-background-clip: padding;
	border-radius: 24px;
	background-clip: padding-box;
	border: rgba(255, 255, 255, 0.25) 2px solid;
	border-top-color: #fff;
	-webkit-animation: animation-rotate 750ms linear infinite;
	-moz-animation: animation-rotate 750ms linear infinite;
	-o-animation: animation-rotate 750ms linear infinite;
	animation: animation-rotate 750ms linear infinite
}
.dcorearts-com .created-in, .dcorearts-com .dcorearts {
	font-size: 11px;
	fill: #c6c6c6;
	font-family: "Open Sans";
	font-weight: 400
}
.dcorearts-com .created-in {
	filter: url(#filter)
}
.dcorearts-com .dcorearts {
	filter: url(#filter-2)
}
.dcorearts-com .da {
	fill: #bbb;
	fill-rule: evenodd
}
@media only screen and (min-width:992px) {
	#as-notice {
		z-index: 9000;
		max-width: 350px;
		bottom: 20px;
		right: 20px;
		position: fixed;
		color: #F7F7F7;
		opacity: 0;
		padding: 20px;
		font-size: 13px;
		line-height: 18px;
		border-radius: 4px
	}
}
#as-notice.error, #as-notice.success {
	opacity: 1;
	transition: opacity 1s ease-in-out
}
#as-notice.error {
	background: #D0112B
}
#as-notice.success {
	background: #22b53e
}
#as-notice i.material-icons {
	display: block;
	float: right;
	cursor: pointer;
	line-height: 18px;
	padding-left: 10px
}
@media only screen and (max-width:991px) {
	#as-notice {
		width: 100%;
		position: fixed;
		z-index: 50;
		top: 0;
		color: #F7F7F7;
		opacity: 0;
		padding: 20px;
		font-size: 12px;
		line-height: 18px
	}
	#as-notice i.material-icons {
		display: block;
		height: 100%
	}
}
@media only screen and (max-width:330px) {
	#as-notice {
		text-align: center
	}
	#as-notice i.material-icons {
		display: none
	}
}
/* ------------------- header --------- */
header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 999;
    overflow: hidden
}
header .as-topbar {
    background-color: #f3f3f3;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 999;
    min-height: 62px
}
header .as-topbar .as-topbar-time {
    position: relative;
    padding: 20px 0
}
header .as-topbar .as-topbar-time:before {
    background: #c9112a none repeat scroll 0 0;
    content: "";
    min-height: 62px;
    position: absolute;
    right: 0;
    top: 0;
    width: 5000px;
    z-index: -1
}
header .as-topbar-time span {
    color: #fff;
    margin-left: 27px
}
header .as-topbar-contacts ul {
    list-style: none;
    margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 0px;
}
header .as-topbar-contacts ul li {
    float: left
}

header .as-topbar-contacts ul li a, header .as-topbar-contacts ul a li{
    color: #fff;
}

header .as-topbar-contacts ul li:nth-child(1) {
    padding-right: 20px
}
header .as-topbar-contacts ul li:nth-child(2) {
    border-left: 1px dashed #d3d3d3;
    height: 16px;
    padding-right: 10px
}
header .as-topbar-contacts {
    position: relative;
    padding: 0px 0;

	
}
header .as-topbar-contacts span {
    color: #4b4b4b;
    font-weight: 600;
    margin-left: 26px;
	font-size: 13px;
	
}
menu, ol, ul {
    padding: 0 0 0 15px;
}
i.as-icon {
    font-size: 18px;
    position: absolute
}
i.as-icon.white {
    color: #ebebeb
}
i.as-icon.red {
    color: #d3233b
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    header .as-topbar-time span {
        font-size: 12px
    }
}
@media only screen and (max-width:991px) {
    menu, ol, ul {
        padding: 0 0 0 15px;
    }
    .as-topbar-time .pull-left, .as-topbar-contacts .pull-left {
        float: none
    }
    header .as-topbar-time {
        text-align: center;
        margin: 0 auto
    }
    header .as-topbar-contact {
        margin-left: -10px;
        text-align: center
    }
    header .as-topbar-contacts span {
        color: #fff;
        font-weight: 400
    }
    header .as-topbar-contacts ul li:nth-child(2) {
        border-left: 1px dashed #de3d53
    }
    i.as-icon.red {
        color: #ebebeb
    }
    header .as-topbar .as-topbar-time:before {
        height: 92px
    }
    header .as-topbar .as-topbar-time:after {
        background: #c9112a none repeat scroll 0 0;
        content: "";
        height: 92px;
        position: absolute;
        left: 0;
        top: 0;
        width: 5000px;
        z-index: -1
    }
    header .as-topbar {
        height: 92px
    }
}
@media only screen and (min-width:400px) and (max-width:440px) {
    header .as-topbar-time span, header .as-topbar-contacts span {
        font-size: 12px
    }
    header .as-topbar-contacts ul {
        padding-bottom: 10px
    }
    header .as-topbar-contacts ul li:nth-child(1) {
        padding-right: 10px;
        padding-bottom: 10px
    }
    header .as-topbar-contacts ul li:nth-child(2) {
        border-left: none
    }
    header .as-topbar .as-topbar-time:before {
        min-height: 98px
    }
    header .as-topbar .as-topbar-time:after {
        min-height: 98px
    }
    header .as-topbar {
        min-height: 98px
    }
}
@media (max-width:472px) {
    header .as-topbar-contacts ul li {
        float: none
    }
    header .as-topbar-contacts ul {
        padding-bottom: 0px
    }
    header .as-topbar-contacts ul li:nth-child(1) {
        padding-right: 0px;
        padding-bottom: 0px
    }
    header .as-topbar-contacts ul li:nth-child(2) {
        border-left: none
    }
    header .as-topbar-time span, header .as-topbar-contacts span {
        font-size: 12px
    }
    header .as-topbar .as-topbar-time:before {
        min-height: 138px
    }
    header .as-topbar .as-topbar-time:after {
        min-height: 138px
    }
    header .as-topbar {
        min-height: 138px;
        padding-bottom: 20px
    }
}
@media (max-width:400px) {
    header .as-topbar .as-topbar-time:before {
        min-height: 138px;
        width: 800px
    }
    header .as-topbar .as-topbar-time:after {
        min-height: 138px;
        width: 600px
    }
    header .as-topbar {
        min-height: 138px;
        padding-bottom: 20px
    }
}
@media only screen and (min-width:243px) and (max-width:288px) {
    header .as-topbar .as-topbar-time:before, header .as-topbar .as-topbar-time:after {
        min-height: 168px;
        width: 400px
    }
}
@media only screen and (max-width:242px) {
    header .as-topbar .as-topbar-time:before, header .as-topbar .as-topbar-time:after {
        min-height: 158px;
        width: 400px
    }
    header .as-topbar {
        min-height: 158px;
        padding-bottom: 20px
    }
}
/* -------------------- navbar -------------- */
nav {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 30
}
.nav>li>a {
    padding-left: 11px;
    padding-right: 11px
}
@media (min-width:1200px) {
    .navbar-nav>li {
        margin-top: 22px
    }
    .nav {
        margin-bottom: -13px
    }
}
.nav {
    padding-left: 8px
}
.navbar-header {
    float: none;
    min-height: 94px
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    left: 0
}
.as-min {
    min-width: 400px
}
.navbar-toggle {
    z-index: 101;
    margin-top: 30px
}
.as-navbar {
    border: none;
    background-color: #fafafa;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    height: 94px;
    -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.05)
}
.as-navbar .as-navbar-list ul li a {
    *text-transform: uppercase;
    font-size: 13px;
    color: #525252 !important;
	font-family: 'SF UI Display';
    font-weight: 600;
    font-style: normal;
}
.navbar-nav li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #d0112b;
    transition: width .3s;
    margin-top: 35px
}
.navbar-nav li a:hover::after {
    width: 100%;
    transition: width .3s
}
.as-navbar .as-navbar-logo {
    position: relative;
    padding: 35px 0
}
.as-navbar .as-navbar-logo:before {
    background: #d0112b none repeat scroll 0 0;
    content: "";
    height: 94px;
    position: absolute;
    right: 0;
    top: 0;
    width: 5000px;
    z-index: -1
}
.navbar-nav li a {
    display: inline-block;
    color: #d0112b;
    text-decoration: none
}
nav .as-navbar-logo .pull-left img, nav .as-navbar-logo .pull-right img {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease
}
nav .as-navbar-logo .pull-left img {
    margin-top: 0px
}
nav .as-navbar-logo .pull-right img {
    margin-right: 20px
}
nav .as-navbar-logo .pull-left img:hover, nav .as-navbar-logo .pull-right img:hover {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0.8
}
.navbar {
    margin-bottom: 0px
}
@media only screen and (max-width:1199px) {
    .navbar-nav li a::after {
        margin-top: 33px
    }
    .navbar {
        height: 188px
    }
    .nav {
        padding-left: 0px
    }
    .as-navbar .as-navbar-logo:after {
        background: #d0112b none repeat scroll 0 0;
        content: "";
        height: 94px;
        position: absolute;
        left: 0;
        top: 0;
        width: 4000px;
        z-index: -1
    }
    .navbar-nav li a::after {
        content: '';
        margin-top: 35px
    }
}
@media only screen and (min-width:768px) and (max-width:1199px) {
    .navbar-nav {
        height: 94px;
        padding-top: 22px
    }
    .as-navbar-list {
        height: 94px
    }
    .navbar-collapse {
        height: 94px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.01);
        -moz-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.01);
        box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.01);
        width: 100%;
        position: absolute
    }
    .navbar-collapse:before {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 94px;
        -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.06);
        box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.06);
        position: absolute;
        right: 0;
        top: 0;
        width: 1069px;
        z-index: -1
    }
    .navbar-collapse:after {
        background: #fff none repeat scroll 0 0;
        content: "";
        height: 94px;
        -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.06);
        box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.06);
        position: absolute;
        left: 0;
        top: 0;
        width: 1069px;
        z-index: -1
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding-left: 11px;
        padding-right: 11px
    }
}
@media only screen and (max-width:768px) {
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #dc1b36
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #f1f2f3
    }
    .navbar-default .navbar-toggle {
        border: none
    }
    .navbar-collapse {
        background-color: #fff;
        -webkit-box-shadow: 0 3px 18px 0px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0 3px 18px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0 3px 18px 0px rgba(0, 0, 0, 0.06);
        width: 100%;
        position: absolute
    }
    .navbar-nav li a {
        display: inline-block;
        color: #d0112b;
        text-decoration: none
    }
    .navbar-nav li a::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #d0112b;
        transition: width .3s;
        margin-top: 0px
    }
    .navbar-nav li a:hover::after {
        width: 100%;
        transition: width .3s
    }
    .navbar {
        height: 94px;
        left: 0
    }
}
@media (max-width:400px) {
    .as-navbar .as-navbar-logo:before {
        width: 600px
    }
    .as-navbar .as-navbar-logo:after {
        width: 381px
    }
    .as-navbar-logo .pull-left {
        width: 150px;
		height: 28px;
        overflow: hidden
    }
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: -1px
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 0px
}
.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 1px
}
.navbar-toggle .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg)
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(3) {
    background-color: transparent
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg)
}
/* ---------------------------- footer ------------ */

footer .as-footer {
	background-color: #f3f3f3;
	margin-top: 35px;
	height: 124px;
	display: block;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.05)
}
footer .as-footer .logo {
	margin-top: 15px;
	border-right: 1px dashed #d6d6d6;
	height: 93px
}
footer .as-footer .logo img {
	margin-top: 37px
}
footer .as-footer ul {
	margin-top: 15px;
	border-right: 1px dashed #d6d6d6;
	height: 93px
}
footer .as-footer ul li {
	list-style: none;
	padding-top: 10px
}
footer .as-footer ul li span {
	font-weight: 600
}
footer .as-footer .counter {
	margin-top: 48px;
	float: left
}
footer .as-footer .dcorearts-com a svg {
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
	margin-top: 49px;
	margin-right: 10px;
	float: right
}
footer .as-footer .dcorearts-com a svg:hover {
	cursor: pointer;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08)
}
@media (max-width:1200px) {
	footer .as-footer ul li {
		font-size: 11px
	}
}
@media (max-width:991px) {
	footer .as-footer ul {
		border-right: none;
		height: auto;
		text-align: center
	}
	footer .as-footer .logo {
		border-right: none;
		height: auto
	}
	footer .as-footer .logo img {
		position: relative;
		left: 34%;
		margin-top: 10px
	}
	footer .as-footer {
		margin-top: 35px;
		height: 100%;
		padding-bottom: 20px
	}
	footer .as-footer .counter {
		margin-top: 0px;
		float: left
	}
	footer .dcorearts-com {
		float: right;
		margin-top: -40px
	}
}
@media (max-width:400px) {
	footer .as-footer .logo img {
		left: 2%
	}
	footer .as-footer ul {
		text-align: left
	}
}
/* ---------------- speedbar --------------- */
.speedbar ul {
	padding-left: 0 !important
}
.speedbar {
	display: block;
	min-height: 70px;
	width: 100%;
	background-color: #f3f3f3
}
.speedbar ul {
	margin-top: 25px;
	list-style: none
}
.speedbar ul li {
	color: #505050;
	float: left;
	padding-right: 10px
}
.speedbar ul li a {
	color: #505050
}
@media only screen and (max-width:1199px) {
	.speedbar ul {
		margin-top: 13px;
		list-style: none
	}
	.speedbar {
		padding-top: 11px
	}
}
@media only screen and (max-width:767px) {
	.speedbar ul {
		margin-top: 10px;
		list-style: none
	}
	.speedbar {
		padding-top: 11px
	}
}
/* ------------------- carousel ---------------------- */
.as-carousel {
	margin-bottom: -5px;
	min-height: 437px;
	background-color: #fafafa;
	background-image: url('../img/slider-bg.jpg');
	background-repeat: no-repeat;
	background-position-x: center
}
.as-carousel .as-carousel-left .as-carousel-thumbail {
	float: left;
	padding-right: 20px;
	height: 100%;
	display: inline;
	line-height: 105px
}
.as-carousel .as-carousel-left img {
	vertical-align: middle
}
.as-carousel .as-carousel-left {
	position: relative;
	z-index: 2;
	word-wrap: break-word
}
.as-carousel .as-carousel-left:before {
	box-shadow: 4px 0px 10px -4px rgba(0, 0, 0, 0.14);
	background: #f3f3f3 none repeat scroll 0 0;
	content: "";
	min-height: 432px;
	position: absolute;
	right: 0;
	top: 0;
	width: 5000px;
	z-index: -1
}
.as-carousel .as-carousel-left ul {
	margin: 0px !important;
	padding: 0px;
	list-style: none
}
.as-carousel .as-carousel-left ul li a {
	text-decoration: none
}
.as-carousel .as-carousel-left .as-carousel-content {
	padding-top: 19px;
	padding-right: 37px;
	word-wrap: break-word
}
.as-carousel .as-carousel-left .as-carousel-content h5 {
	font-size: 14px;
	margin: 0px;
	font-family: 'SF UI Display', 'Exo 2', sans-serif;
	***text-transform: uppercase;
	font-weight: 600;
	color: #494949
}
.as-carousel .as-carousel-left .as-carousel-content h3 {
	font-size: 21px;
	margin: 0px;
	font-family: 'SF UI Display', 'Exo 2', sans-serif;
	***text-transform: uppercase;
	font-weight: 600;
	color: #d0112b;
	padding-bottom: 5px
}
.as-carousel .as-carousel-left .as-carousel-content p {
	font-size: 12px;
	color: #494949;
	margin: 0px;
	padding-bottom: 13px
}
.as-carousel .as-carousel-left ul li {
	height: 108px
}
#as-carousel .as-carousel-left li.active {
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
	background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
	background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6e1e1e2', GradientType=1)
}
.as-carousel .as-carousel-left ul li:after {
	display: block;
	content: '';
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #d9d9d9
}
.as-carousel .as-carousel-left ul li.noborder:after {
	border-bottom: none
}
.as-carousel .as-carousel-right {
	position: relative
}
.as-carousel .as-carousel-right .as-btn-area {
	text-align: left
}
.as-carousel .as-carousel-right h5, .as-carousel .as-carousel-right h3 {
	margin: 0;
	font-family: 'SF UI Display', 'Exo 2', sans-serif;
	***text-transform: uppercase
}
.as-carousel .as-carousel-right img {
	float: left;
	margin-left: -237px;
	margin-top: -5px
}
.as-carousel .as-carousel-right h5 {
	font-size: 26px;
	font-weight: 400;
	color: #494949
}
.as-carousel .as-carousel-right h3 {
	font-size: 38px;
	font-weight: 600;
	color: #d0112b;
	padding-bottom: 40px
}
.as-carousel .as-carousel-right p {
	margin: 0;
	font-size: 13px;
	color: #494949;
	font-weight: 600
}
.as-carousel .as-carousel-right .as-btn-carousel {
	margin-top: 76px;
	text-align: center
}
.as-carousel .as-carousel-right .as-carousel-content {
	padding-top: 65px;
	float: right
}
.as-carousel .as-carousel-right .carousel-inner {
	position: relative;
	overflow: visible;
	width: 100%
}
.as-left {
	float: left
}
.as-right {
	float: right
}
@media only screen and (min-width:1200px) {
	.as-carousel .col-sm-6 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px
	}
}
@media only screen and (min-width:991px) and (max-width:1199px) {
	.as-carousel .col-sm-6 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px
	}
	.as-carousel .as-carousel-right img {
		margin-top: 65px;
		width: 76%
	}
	.as-carousel .as-carousel-right h5 {
		font-size: 24px
	}
	.as-carousel .as-carousel-right h3 {
		font-size: 32px;
		padding-bottom: 40px
	}
	.as-carousel .as-carousel-right p {
		font-size: 13px;
		font-weight: 500
	}
	.as-carousel .as-carousel-right .as-btn-carousel {
		margin-top: 86px
	}
	.as-carousel .as-carousel-left .as-carousel-content {
		padding-top: 19px;
		padding-right: 10px
	}
	.as-carousel .as-carousel-left .as-carousel-content h5 {
		font-size: 12px;
		font-weight: 600
	}
	.as-carousel .as-carousel-left .as-carousel-content h3 {
		font-size: 19px
	}
	.as-carousel .as-carousel-left .as-carousel-content p {
		font-size: 12px;
		padding-bottom: 16px
	}
}
@media only screen and (max-width:990px) {
	.as-carousel .as-carousel-left .as-carousel-content {
		padding-right: 10px
	}
	#as-carousel .as-carousel-left li.fix-active.active {
		background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6e1e1e2', endColorstr='#00000000', GradientType=1)
	}
	.as-carousel .as-carousel-left .as-carousel-content h3 {
		font-size: 16px
	}
	.as-carousel .as-carousel-left .as-carousel-content p {
		font-size: 12px;
		padding-bottom: 19px
	}
	.as-carousel .col-sm-6 {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px
	}
	.as-carousel .as-carousel-right img {
		margin-top: 0px;
		width: 74%
	}
	.as-carousel .as-carousel-left ul li:last-child:after {
		border-bottom: none
	}
	.as-carousel {
		margin-bottom: 0px;
		background-position: top
	}
	.as-carousel .as-carousel-left {
		min-height: 216px
	}
	.as-carousel .as-carousel-left:before {
		min-height: 216px
	}
	.as-carousel .as-carousel-left:after {
		box-shadow: 4px 0px 10px -4px rgba(0, 0, 0, 0.14);
		background: #f3f3f3 none repeat scroll 0 0;
		content: "";
		min-height: 216px;
		position: absolute;
		left: 0;
		top: 0;
		width: 5000px;
		z-index: -1
	}
}
@media only screen and (max-width:768px) {
	.as-carousel .as-carousel-right img {
		margin-left: -100px;
		margin-top: 0px;
		width: 60%
	}
	.as-carousel .as-carousel-right h5 {
		font-size: 24px
	}
	.as-carousel .as-carousel-right h3 {
		font-size: 32px;
		padding-bottom: 20px
	}
	.as-carousel .as-carousel-right p {
		font-size: 13px;
		font-weight: 500
	}
	.as-carousel .as-carousel-right .as-btn-carousel {
		margin-top: 56px
	}
}
@media only screen and (max-width:768px) {
	.as-carousel .as-carousel-right .as-carousel-content {
		padding-top: 35px;
		float: right;
		padding-bottom: 40px
	}
	.as-carousel .as-carousel-right h5 {
		font-size: 20px
	}
	.as-carousel .as-carousel-right h3 {
		font-size: 26px;
		padding-bottom: 20px
	}
	.as-carousel .as-carousel-right p {
		font-size: 13px;
		font-weight: 500
	}
	.as-carousel .as-carousel-right .as-btn-carousel {
		margin-top: 46px
	}
	.as-carousel .as-btn-lg {
		padding-left: 14px;
		padding-right: 14px;
		padding-top: 9px;
		padding-bottom: 11px;
		font-size: 11px !important
	}
	.as-carousel .as-carousel-right img {
		margin-left: -100px;
		margin-top: 11px;
		width: 56%
	}
}
@media only screen and (max-width:641px) {
	.as-carousel .as-carousel-right .as-carousel-content {
		text-align: center;
		width: 100%;
		padding-top: 25px;
		float: none
	}
	.as-carousel .as-carousel-right h5 {
		font-size: 16px
	}
	.as-carousel .as-carousel-right h3 {
		font-size: 22px;
		padding-bottom: 20px
	}
	.as-carousel .as-carousel-right p {
		font-size: 13px;
		font-weight: 500
	}
	.as-carousel .as-carousel-right img {
		display: none
	}
	.as-carousel .as-carousel-left img {
		display: none
	}
}
@media only screen and (max-width:472px) {
	.as-carousel .col-sm-6 {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px
	}
	.as-carousel .as-carousel-left ul li:last-child:after {
		border-bottom: 1px dashed #d9d9d9
	}
	.as-carousel .as-carousel-left ul li.noborder:after {
		border-bottom: none
	}
	#as-carousel .as-carousel-left li.fix-active.active {
		background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(225, 225, 226, 0.65) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6e1e1e2', GradientType=1)
	}
	.as-carousel .as-carousel-left:before {
		min-height: 364px
	}
	.as-carousel .as-carousel-left:after {
		min-height: 364px
	}
	.as-carousel .as-carousel-left ul li {
		height: 91px
	}
}
@media only screen and (max-width:351px) {
	.as-carousel .as-carousel-left ul li {
		height: 108px;
		padding-right: 60px
	}
	.as-carousel .as-carousel-left ul li:after {
		border: none
	}
	.as-carousel .as-carousel-left ul li:last-child:after {
		border-bottom: none
	}
}
@media only screen and (max-width:296px) {
	.as-carousel .as-carousel-left ul li {
		height: 108px;
		text-align: center;
		padding-right: 0px
	}
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
	z-index: 2
}
/* ----------------- main ------- */
.as-perks {
    background: #f2f2f2;
    display: block;
    background-image: url(../img/info-bg.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    float: left;
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
    padding-top: 48px;
    padding-bottom: 70px
}
.as-perks_content {
    color: #505050;
    font-weight: 400;
    font-size: 13px;
    padding: 0 20px;
    text-align: center;
    border-right: 1px dashed #c4c4c4;
    height: 80px
}
.as-perks_title {
    line-height: 30px;
    color: #3d3d3d;
    font-family: 'SF UI Display', 'Exo 2', sans-serif;
    ***text-transform: uppercase;
    font-weight: 600;
    font-size: 25px
}
.as-perks_title span {
    color: #d0112b;
    font-weight: 700
}
.as-perks .col-md-4:last-child .as-perks_content {
    border-right: none
}
@media (max-width:1200px) {
    .as-perks_title {
        font-size: 20px
    }
}
@media (max-width:990px) {
    .as-btn-perks {
        padding-top: 10px
    }
    .as-mrgn-fix {
        margin-top: 5px
    }
    .small-shadow {
        height: 3px;
        width: 100%;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06)
    }
    .as-perks {
        padding-top: 10px;
        padding-bottom: 30px;
        float: none
    }
    .as-perks_title {
        font-size: 28px
    }
    .as-perks_content {
        height: auto;
        padding-bottom: 30px;
        border-right: none
    }
}
.as-portfolio-info span {
	margin: 20px 0 0 20px;
	top: 0;
	position: absolute;
	background-color: #d0112b;
	padding: 7px 20px 0 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	height: 30px
}
.as-portfolio-info h2 {
	bottom: 32px;
	margin-left: 20px;
	position: absolute
}
.as-portfolio-info h2 a {
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
	font-weight: 600;
	font-size: 13px;
	word-wrap: break-word;
	***text-transform: uppercase
}

.as-portfolio-info h2 a:hover {
	text-decoration: underline
}
.as-portfolio-area {
	padding-bottom: 75px;
	background-color: #f2f2f2
}
.grid-item {
	width: 25%;
	box-sizing: border-box
}
.grid-item.grid-item-hp3-width1 {
	width: 20%;
	box-sizing: border-box
}
.grid-item.grid-item--width2 {
	width: 50%;
	box-sizing: border-box
}
.grid-item.grid-item--width3 {
	width: 40%
}
.grid-item a {
	display: block;
	padding: 0 20px
}
.grid-item img {
	width: 100%
}
.as-portfolio-img {
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out
}
.as-portfolio-img:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06)
}
.as-portfolio-img {
	position: relative
}

.margin-bottom {
	display: block;
	height: 30px;
	width: 100%
}
@media only screen and (min-width:768px) and (max-width:990px) {
	.as-portfolio-info h2 a {
		font-size: 16px
	}
	.grid-item.grid-item-hp3-width1 {
		width: 50%
	}
	.grid-item.grid-item--width3 {
		width: 50%
	}
	.grid-item {
		width: 50%
	}
	.grid-item.grid-item--width2 {
		width: 50%
	}
}
@media only screen and (max-width:767px) {
	.as-portfolio-info h2 a {
		font-size: 16px
	}
	.grid-item.grid-item-hp3-width1 {
		width: 100%
	}
	.grid-item.grid-item--width3 {
		width: 100%
	}
	.grid-item {
		width: 100%
	}
	.grid-item.grid-item--width2 {
		width: 100%
	}
}
.as-about-section {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    height: 100%
}
.as-about-content {
    color: #505050;
    font-weight: 400;
    font-size: 13px;
    padding: 0 10px;
    text-align: center;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out
}
.as-about-content:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    cursor: pointer
}
.as-about-section [class*='col-']:nth-child(n+3):before {
    content: "";
    border-right: 1px dashed #c4c4c4;
    position: absolute;
    margin-left: -15px;
    top: 29px;
    bottom: 34px
}
.as-about-section a {
    text-decoration: none
}
.as-about-section h3 {
    color: #3d3d3d;
	font-family: 'SF UI Display', 'Open Sans', sans-serif;
    ***text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}
.as-about-section h3:after {
    content: "";
    display: block;
    height: 3px;
    width: 2em;
    background: #d0112b;
    position: relative;
    top: 1px;
    margin: 17px auto 0 auto
}
.as-about-section .as-about-content img {
    max-height: 110px;
    display: block;
    margin: 0 auto
}
@media (max-width:1200px) {
    .as-about-section .as-about-content img {
        max-width: 80%;
        height: 80%;
        display: block;
        margin: 0 auto
    }
    .as-about-content {
        border-right: none
    }
    .as-about-section h3 {
        font-size: 16px
    }
}
@media (max-width:990px) {
    .as-mrgn-fix {
        margin-top: 5px
    }
    .as-about-section {
        padding-top: 10px;
        padding-bottom: 30px;
        float: none
    }
    .as-about-section h3 {
        font-size: 28px
    }
    .as-about-content {
        height: auto;
        padding-bottom: 30px;
        border-right: none
    }
}
@media only screen and (min-width:768px) and (max-width:990px) {
    .as-about-section {
        margin-bottom: -70px;
        margin-top: -20px;
        height: 100%
    }
    .as-about-content {
        height: auto;
        padding-bottom: 50px;
        border-right: none
    }
    .as-about-section [class*='col-']:nth-child(n+3):before {
        content: "";
        border-right: none
    }
    .as-about-section h3 {
        font-size: 24px
    }
}
@media (max-width:768px) {
    .as-about-section {
        margin-bottom: -50px;
        margin-top: -21px;
        height: 100%
    }
    .as-about-section [class*='col-']:nth-child(n+3):before {
        content: "";
        border-right: none
    }
    .as-about-section h3 {
        font-size: 20px
    }
}
@media (max-width:480px) {
    .as-about-content {
        font-size: 12px
    }
    .as-about-section h3 {
        font-size: 14px
    }
}
/* ----------------- portfolio ------- */
.as-portfolio-info span {
	margin: 20px 0 0 20px;
	top: 0;
	position: absolute;
	background-color: #d0112b;
	padding: 7px 20px 0 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	height: 30px
}
.as-portfolio-info h2 {
	bottom: 32px;
	margin-left: 20px;
	position: absolute
}
.as-portfolio-info h2 a {
font-family: 'SF UI Display';
	text-decoration: none;
	color: #ffffff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
	font-weight: 600;
	font-size: 13px;
	word-wrap: break-word;
	***text-transform: uppercase
}
.as-portfolio-info h2 a:hover {
	text-decoration: none;
}
.as-portfolio-list {
	padding-bottom: 35px
}
.grid-item {
	width: 25%;
	box-sizing: border-box
}
.grid-item.grid-item-hp3-width1 {
	width: 20%;
	box-sizing: border-box
}
.grid-item.grid-item--width2 {
	width: 50%;
	box-sizing: border-box
}
.grid-item.grid-item--width3 {
	width: 40%
}
.grid-item a {
	display: block;
	padding: 0 20px
}
.grid-item img {
	width: 100%;
}
.as-portfolio-img {

	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.as-portfolio-img:hover {
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-o-transform: scale(1.06)
}

.as-portfolio-img {
	position: relative;
	
}

.margin-bottom {
	display: block;
	height: 30px;
	width: 100%
}

.as-btn.as-btn-default {
	margin-left: 10px
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.as-page-header .pull-right {
		float: none;
		text-align: center
	}
	.as-portfolio-info h2 a {
		font-size: 16px
	}
	.grid-item.grid-item-hp3-width1 {
		width: 50%
	}
	.grid-item.grid-item--width3 {
		width: 50%
	}
	.grid-item {
		width: 50%
	}
	.grid-item.grid-item--width2 {
		width: 50%
	}
}
@media only screen and (max-width:767px) {
	.as-portfolio-info h2 a {
		font-size: 16px
	}
	.grid-item.grid-item-hp3-width1 {
		width: 100%
	}
	.grid-item.grid-item--width3 {
		width: 100%
	}
	.grid-item {
		width: 100%
	}
	.grid-item.grid-item--width2 {
		width: 100%
	}
}
@media only screen and (max-width:480px) {
	.as-page-header .as-btn-area {
		display: none
	}
	.as-page-header {
		padding-bottom: -80px
	}
}
@media only screen and (max-width:400px) {
	.as-page-header .as-btn-area {
		display: none
	}
	.as-page-header {
		padding-bottom: -80px
	}
}
/* ----------------- portfolio.full ------- */
.as-page-header.as-page-header-portfolio-full {
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: hidden;
}
.as-page-header.as-page-header-portfolio-full .badge {
	margin-right: 10px;
	margin-top: 20px;
	float: left;
	border-radius: 0px;
	padding: 6px 11px 7px 11px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	background-color: #ececec;
	color: #3d3d3d;
}
.as-page-header.as-page-header-portfolio-full h1 {
	padding-top: 26px;
	font-weight: 700;
	font-size: 26px;
	color: #3d3d3d;
}
.as-portfolio-full-content {
	margin-top: 35px;
}
.as-portfolio-full-content .photoswipe-item {
	margin-top: 30px;
}
.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info {
	background-color: #f6f6f6;
	min-height: 180px;
	width: 100%;
	color: #727272;
	padding-top: 10px;
}
.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:after {
	background: #f6f6f6 none repeat scroll 0 0;
	content: "";
	min-height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	width: 5000px;
	z-index: -1
}
.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul {
	list-style: none;
}
.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul li {
	padding-bottom: 12px;
}
.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul li span {
	color: #3d3d3d;
	font-weight: 600;
}
.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(1) {
	width: 50%;
	float: left;
}
.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(2) {
	width: 50%;
	float: right;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:after {
		min-height: 198px;
	}
	.as-page-header.as-page-header-portfolio-full h1 {
		padding-top: 15px;
	}
}
@media only screen and (max-width:991px) {
	.as-page-header.as-page-header-portfolio-full h1 {
		padding-top: 5px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:before {
		background: #f6f6f6 none repeat scroll 0 0;
		content: "";
		min-height: 140px;
		position: absolute;
		right: 0;
		top: 0;
		width: 5000px;
		z-index: -1
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info {
		padding-top: 10px;
		background-color: #f6f6f6;
		min-height: 120px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:after {
		background-color: #f6f6f6;
		min-height: 140px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(1) {
		width: 100%;
		float: none;
		padding: 0;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(2) {
		width: 100%;
		float: none;
		padding: 0;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(2) li {
		float: left;
		margin-right: 20px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(1) li {
		float: left;
		margin-right: 20px;
	}
	.as-page-header.as-page-header-portfolio-full ul li {
		width: 30%;
	}
}
@media (max-width:646px) {
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:before {
		min-height: 170px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info {
		padding-top: 5px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:after {
		background-color: #f6f6f6;
		min-height: 170px;
	}
}
@media (max-width:503px) {
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:before {
		min-height: 175px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info {
		padding-top: 5px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:after {
		background-color: #f6f6f6;
		min-height: 175px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(1) {
		width: 50%;
		float: left;
		padding: 0;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(2) {
		width: 50%;
		float: right;
		padding: 0;
	}
	.as-page-header.as-page-header-portfolio-full ul li {
		width: 100%;
	}
}
@media (max-width:321px) {
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(1) {
		width: 100%;
		float: none;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info ul:nth-child(2) {
		width: 100%;
		float: none;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:before {
		min-height: 320px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info {
		padding-top: 5px;
	}
	.as-page-header.as-page-header-portfolio-full .as-portfolio-full-info:after {
		min-height: 320px;
	}
}
/* ------------------------- service -------------------- */
.as-service {
	word-wrap: break-word;
	position: relative;
	z-index: 1
}
.as-service .as-service-one {
	margin-top: 36px
}
.as-service .as-service-one h2 {
	color: #d0112b;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 24px
}
.as-service .as-service-one img {
	display: inline;
	float: left;
	padding-right: 30px
}
.as-service .as-service-one ul {
	display: table-cell;
	padding-left: 0px;
	list-style: none;
	line-height: 29px;
	width: 100%;
	word-wrap: normal
}
.as-service i.as-icon.red {
	margin-top: 5px;
	color: #d3233b !important
}
.as-service span {
	color: #565555;
	margin-left: 30px
}
@media only screen and (min-width:768px) and (max-width:991px) {
	.as-service .as-service-one h2 {
		text-align: center;
		margin: 0 auto;
		line-height: 29px;
		width: 90%
	}
}
@media only  screen and  (min-width:375px) and  (max-width:768px) {
	.as-service .as-service-one h2 {
		text-align: center;
		margin: 0 auto;
		line-height: 29px;
		width: 90%
	}
	.as-service .as-service-one img {
		display: block;
		float: none;
		margin: 0 auto;
		padding-right: 0px
	}
	.as-service .as-service-one ul {
		display: block;
		margin: 30px auto 0 auto
	}
}
@media only screen and  (max-width:374px) {
	.as-service .as-service-one h2 {
		text-align: center;
		margin: 0 auto;
		line-height: 24px;
		font-size: 16px
	}
	.as-service .as-service-one img {
		display: block;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
		padding-right: 0px
	}
	.as-service .as-service-one ul li {
		font-size: 12px;
		line-height: 22px
	}
	.as-service .as-service-one span {
		color: #565555;
		margin-left: 26px
	}
}

.as-service .as-service-two .as-service-sub1 h2 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #3d3d3d;
	font-size: 21px;
	font-weight: 700;
	text-transform: uppercase
}
.as-service .as-service-two .as-service-sub1 p {
	color: #4f4f4f;
	margin-bottom: 6px
}
.as-service .as-service-two .as-service-sub1 img {
	display: inline;
	margin-top: 30px
}
.as-service .as-service-two .as-service-sub1 ul {
	padding-left: 0px;
	list-style: none;
	line-height: 29px;
	width: 100%
}
.as-service .as-service-two .as-service-sub1 ul p {
	line-height: 19px;
	margin-bottom: 20px
}
.as-service .as-service-two .as-service-sub1 ul li {
	padding-left: 0.6em;
	text-indent: -.7em;
	font-weight: 600
}
.as-service .as-service-two .as-service-sub1 ul li:before {
	vertical-align: middle;
	padding-right: 5px;
	font-size: 22px;
	content: "• ";
	color: #c9112a
}
.as-service .as-service-two .as-service-sub2 {
	margin-top: 40px
}
.as-service .as-service-two .as-service-sub2 h2 {
	margin-top: -7px;
	margin-bottom: 26px;
	font-size: 18px;
	font-weight: 600;
	color: #3d3d3d
}
.as-service .as-service-two .as-service-sub2 ul {
	padding-left: 0px;
	list-style: none;
	line-height: 29px;
	width: 100%
}
.as-service .as-service-two .as-service-sub2 ul li {
	padding-left: 0.6em;
	text-indent: -.7em
}
.as-service .as-service-two .as-service-sub2 ul li:before {
	vertical-align: middle;
	padding-right: 5px;
	font-size: 22px;
	content: "• ";
	color: #c9112a
}
.as-service .as-service-two .as-service-sub2 p {
	margin-top: 26px;
	font-weight: 600
}
.as-service .as-service-two .as-service-sub3 {
	margin-top: 34px;
	padding-bottom: 20px
}
.as-service .as-service-two .as-service-sub3 h2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: 600;
	color: #c9112a;
	line-height: 28px;
	margin-bottom: 40px
}
.as-service .as-service-two .as-service-sub3 img {
	display: inline;
	float: left;
	margin-top: -10px;
	padding-right: 26px
}
.as-service .as-service-two .as-service-sub3 h3 {
	margin-top: -10px;
	font-size: 18px;
	font-weight: 600;
	color: #3d3d3d;
	margin-bottom: 15px
}
.as-service .as-service-two .as-service-sub3 ul {
	padding-left: 0px;
	list-style: none;
	display: table-cell;
	min-width: 280px
}
.as-service .as-service-two .as-service-sub3 ul li {
	border-bottom: 2px solid #e7e7e7
}
.as-service .as-service-two .as-service-sub3 li li {
	border-bottom: none;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #dcdcdc;
	min-width: 100px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px
}
.as-service .as-service-two .as-service-sub3 li li:first-child {
	text-align: left
}
.as-service .as-service-two .as-service-sub3 li li:last-child {
	padding-right: 0px;
	border-right: none
}
.as-service .as-service-two .as-service-sub3 p {
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px
}
@media only  screen and  (min-width:384px) and  (max-width:768px) {
	.as-service .as-service-two .as-service-sub3 img {
		display: block;
		float: none;
		margin: -10px auto 0 auto
	}
	.as-service .as-service-two .as-service-sub3 h2 {
		font-size: 16px
	}
	.as-service .as-service-two .as-service-sub3 h3 {
		text-align: center;
		margin: 18px auto 15px auto;
		font-size: 18px
	}
	.as-service .as-service-two .as-service-sub3 ul {
		display: table-cell
	}
	.as-service .as-service-two .as-service-sub3 p {
		text-align: center
	}
}
@media only screen and  (max-width:574px) {
	.as-service .as-service-two .as-service-sub1 img {
		display: block;
		margin: 30px auto 0 auto
	}
	.as-service .as-service-two .as-service-sub1 .col-xs-3, .as-service .as-service-two .as-service-sub1 .col-xs-9 {
		width: 100%
	}
	.as-service .as-service-two .as-service-sub1 h2 {
		font-size: 16px
	}
	.as-service .as-service-two .as-service-sub1 ul {
		line-height: 22px;
		padding-bottom: 20px
	}
	.as-service .as-service-two .as-service-sub2 {
		padding-top: 40px
	}
	.as-service .as-service-two .as-service-sub2 h2 {
		position: relative;
		display: block;
		margin-top: 520px;
		text-align: center;
		margin-bottom: 26px;
		font-size: 16px;
		font-weight: 600;
		color: #3d3d3d
	}
	.as-service .as-service-two .as-service-sub2 ul {
		padding-left: 0px;
		list-style: none;
		line-height: 22px;
		width: 100%
	}
	.as-service .as-service-two .as-service-sub3 img {
		display: block;
		float: none;
		margin: -10px auto 0 auto
	}
	.as-service .as-service-two .as-service-sub3 h2 {
		font-size: 15px
	}
	.as-service .as-service-two .as-service-sub3 h3 {
		text-align: center;
		margin: 28px auto 20px auto;
		font-size: 16px
	}
	.as-service .as-service-two .as-service-sub3 ul {
		margin-left: 0px;
		display: table-cell
	}
	.as-service .as-service-two .as-service-sub3 li li {
		text-align: left;
		float: none;
		padding-right: 5px;
		border-right: none;
		min-width: 0;
		margin-bottom: 10px;
		margin-top: 10px
	}
}
.as-service .as-service-three {
	margin-top: 15px;
	padding-bottom: 20px
}
.as-service .as-service-three h1 {
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 26px;
	font-weight: 700;
	margin-top: 12px;
	padding-bottom: 29px
}
.as-service .as-service-three h2 {
	color: #d11831;
	font-weight: 700;
	font-size: 20px
}
.as-service .as-service-three h3 {
	color: #d11831;
	font-weight: 700;
	font-size: 16px
}
.as-service .as-service-three p {
	font-weight: 600;
	color: #262a2b;
	padding-bottom: 11px
}
.as-service .as-service-three img {
	margin-top: 19px
}
.as-service .as-service-three ul {
	padding: 0;
	list-style: none
}
.as-service .as-service-three ul li {
	line-height: 28px
}
.as-service .as-service-three .as-service-separator {
	background-color: #eeeeee;
	height: 1px;
	width: 100%;
	margin-top: 26px;
	margin-bottom: 26px
}
@media only screen and  (max-width:574px) {
	.as-service .as-service-three h1 {
		font-size: 22px
	}
	.as-service .as-service-three .col-xs-3, .as-service .as-service-three .col-xs-9 {
		width: 100%
	}
	.as-service .as-service-three img {
		margin: 0 auto;
		margin-top: 19px
	}
	.as-service .as-service-three h2 {
		text-align: center;
		margin-top: 20px
	}
	.as-service .as-service-three p {
		text-align: left
	}
}
.as-service .as-service-four {
	margin-top: 30px;
	background-color: #f3f3f3;
	height: auto;
	padding-top: 50px;
	padding-bottom: 30px
}
.as-service .as-service-four h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 700;
	color: #3d3d3d;
	margin-bottom: 18px;
	line-height: 32px
}
.as-service .as-service-four .as-service-four-content {
	min-height: 180px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 32px
}
.as-service .as-service-four .as-service-four-content img {
	margin: 0 auto
}
.as-service .as-service-four .as-service-four-content h3 {
	text-align: center;
	text-transform: uppercase;
	color: #3d3d3d;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px
}
.as-service .as-service-four .as-service-img {
	height: 90px
}
@media only screen and (min-width:992px) and (max-width:1200px) {
	.as-service .as-service-four .as-service-four-content {
		min-height: 192px;
		padding: 0;
		margin-top: 0px
	}
	.as-service .as-service-four h1 {
		margin-bottom: 50px
	}
	.as-service .as-service-four {
		padding-top: 50px;
		padding-bottom: 0px
	}
}
@media only screen and (max-width:534px) {
	.as-service .as-service-four .as-service-four-content {
		min-height: 192px;
		padding: 0;
		margin-top: 0px
	}
	.as-service .as-service-four h1 {
		font-size: 15px;
		line-height: 20px;
		padding-bottom: 40px
	}
	.as-service .as-service-four .as-service-four-content h3 {
		font-size: 13px
	}
}
@media only screen and (max-width:340px) {
	.as-service .as-service-four .col-xs-6 {
		width: 100%
	}
	.as-service .as-service-four .as-service-four-content h3 {
		font-size: 13px
	}
	.as-service .as-service-four h1 {
		font-size: 14px;
		padding-bottom: 0px
	}
	.as-service .as-service-four .as-service-four-content {
		min-height: 140px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-top: 32px
	}
}
.as-service .as-service-five {
	margin: 40px 0 30px 0
}
.as-service .as-service-five h1 {
	color: #3d3d3d;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 60px;
	font-size: 24px;
	font-weight: 700
}
.as-service .as-service-five .as-service-five-content img {
	margin: 0 auto
}
.as-service .as-service-five .as-service-five-content .as-portfoliofull-image {
	max-height: 124px
}
.as-service .as-service-five .as-service-five-content h3 {
	color: #d11831;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	min-height: 36px;
	margin-top: 48px
}
.as-service .as-service-five .as-service-five-content ul {
	padding-left: 0px;
	list-style: none;
	margin-top: 30px;
	line-height: 22px;
	word-wrap: normal
}
.as-service .as-service-five .as-service-five-content ul li {
	margin-top: 18px
}
.as-service .as-service-five  i.as-icon.red {
	margin-top: 2px;
	color: #d3233b !important
}
.as-service .as-service-five .as-service-five-content ul li span {
	color: #565555;
	margin-left: 24px
}
@media only screen and (min-width:992px) and (max-width:1200px) {
	.as-service .as-service-five .as-service-five-content h3 {
		min-height: 60px;
		font-size: 15px;
		margin-top: 28px;
		margin-bottom: -20px
	}
	.as-service .as-service-five .as-service-five-content ul {
		margin-top: 0px
	}
}
@media only screen and (min-width:768px) and  (max-width:991px) {
	.as-service .as-service-five .as-service-five-content {
		min-height: 550px
	}
}
@media only  screen and  (min-width:375px) and  (max-width:768px) {
	.as-service .as-service-five .as-service-five-content img {
		float: left;
		padding-right: 20px;
		width: 100px
	}
	.as-service .as-service-five .as-service-five-content h3 {
		text-align: left;
		color: #d11831;
		min-height: 0px;
		margin-top: 28px
	}
	.as-service .as-service-five .as-service-five-content ul {
		display: table-cell;
		margin-top: 0px;
		line-height: 22px
	}
	.as-service .as-service-five .as-service-five-content ul li {
		margin-top: 10px
	}
	.as-service .as-service-five .as-service-five-content .as-portfoliofull-image {
		min-width: 130px
	}
	.as-service .as-service-five h1 {
		margin-bottom: 40px
	}
}
@media only screen and  (max-width:375px) {
	.as-service .as-service-five .as-service-five-content ul li {
		margin-top: 10px
	}
	.as-service .as-service-five h1 {
		margin-bottom: 40px;
		font-size: 20px
	}
	.as-service .as-service-five .as-service-five-content h3 {
		font-size: 15px;
		margin-top: 28px
	}
	.as-service .as-service-five .as-service-five-content ul {
		margin-top: 0px
	}
	.as-service .as-service-five .as-service-five-content img {
		margin-top: 30px
	}
}
/*---------------------- contacts ----------------- */
.as-contact-map {
	height: 330px;
	width: 100%;
	background-color: #f5f5f5
}
.as-contact {
	margin-top: 30px;
	position: relative;
	z-index: 1
}
.as-contact .form-control {
	border: 1px solid #e6e6e6;
	width: 100%;
	margin-top: 10px
}
textarea {
	resize: none
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: #c0c0c0;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px #dadada;
	outline: 0 none
}
.form-control:focus {
	border-color: #c0c0c0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(85, 85, 85, 0.16);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(85, 85, 85, 0.16)
}
.as-contact-input-error {
	border-color: #c9112a !important;
	box-shadow: 0px 2px 6px 0px rgba(204, 33, 33, 0.15);
	background-color: #ffe7ea
}
.as-contact .form-group {
	margin-bottom: 30px
}
.as-contact .control-label {
	font-weight: 400;
	font-size: 13px;
	color: #3d3d3d
}
.as-contact .as-btn-contact {
	padding-bottom: 10px;
	padding-top: 10px
}
@media only screen and (max-width:991px) {
	.as-contact .as-btn-contact {
		padding-bottom: 40px
	}
}

.as-contact .control-label span {
	color: #d0112b;
	font-weight: 700
}
.as-contact .control-label img {
	padding-right: 10px;
	margin-top: -2px
}
.as-contact .control-label p {
	margin-left: 13px;
	color: #888888;
	font-size: 12px;
	margin-top: 2px;
	font-style: italic
}
.as-contact .as-contact-info i.as-icon.red {
	color: #d3233b !important
}
.as-contact .as-contact-info {
	border-radius: 4px;
	border: 1px solid #d0112b;
	min-height: 120px;
	width: 100%;
	background-color: #fafafa;
	padding-left: 20px;
	padding-top: 0;
	padding-bottom: 0
}
.as-contact .as-contact-image {
	background-image: url('../img/ok.png');
	height: 74px;
	width: 69px;
	float: right
}
.as-contact .as-contact-info ul {
	padding-right: 20px;
	padding: 0 0 0 0px;
	list-style: none
}
.as-contact .as-contact-info ul li {
	padding-bottom: 20px
}
.as-contact .as-contact-info ul li {
	padding-bottom: 20px
}
.as-contact .as-contact-info ul li:last-child {
	padding-bottom: 0px
}
.as-contact .as-contact-info span {
	color: #565555;
	font-weight: 600;
	margin-left: 26px
}
.as-contact .as-contact-route {
	margin-top: 40px
}
.as-contact .as-contact-route ul {
	padding-left: 0;
	list-style: none;
	color: #3d3d3d
}
.as-contact .as-contact-route ul li {
	padding-bottom: 10px
}
.as-contact .as-contact-route ul li:nth-child(1) {
	padding-bottom: 20px
}
.as-contact .as-contact-route ul li h1 {
	color: #3d3d3d;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 8px
}
.as-contact .as-contact-route ul li h2 {
	color: #d11831;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px
}
/* -------------------- about ------------- */
.as-about {
	word-wrap: break-word;
	position: relative;
	z-index: 1
}
.as-about ul {
	padding: 0 0 0 0px !important
}
.as-about .as-about-cover {
	background-image: url('../img/about-cover.jpg');
	background-repeat: no-repeat;
	width: 100%;
	min-height: 156px;
	display: block;
	background-position-x: center;
	padding: 1.7% 20px 20px 20px
}
.as-about .as-about-cover p {
	text-align: center;
	font-size: 21px;
	color: #3d3d3d;
	font-weight: 700
}
.as-about .as-about-one {
	margin-top: 40px
}
.as-about .as-about-one p {
	line-height: 22px;
	padding-bottom: 20px;
	color: #4f4f4f;
	font-size: 13px
}
.as-about .as-about-one h4 {
	line-height: 26px;
	margin: 0 auto;
	width: 95%;
	text-align: center;
	font-weight: 700;
	font-size: 16px
}
.as-about .as-about-one img {
	float: left;
	padding-right: 15px
}
.as-about .as-about-three {
	margin-top: 40px
}
.as-about-three-o, .as-about-three-t {
	margin-bottom: 40px
}
.as-about .as-about-three .as-about-three-o h2, .as-about .as-about-three .as-about-three-t h2, .as-about .as-about-three .as-about-three-th h2 {
	color: #d0112b;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 14px
}
.as-about .as-about-three .as-about-three-o ul, .as-about .as-about-three .as-about-three-t ul, .as-about .as-about-three .as-about-three-th ul {
	padding-left: 0px;
	list-style: none;
	line-height: 29px;
	width: 100%;
	border-bottom: 1px solid #eeeeee
}
.as-about .as-about-three .as-about-three-th ul {
	border-bottom: none
}
.as-about .as-about-three .as-about-three-o ul li, .as-about .as-about-three .as-about-three-t ul li, .as-about .as-about-three .as-about-three-th ul li {
	padding-left: 3em;
	text-indent: -.7em
}
.as-about .as-about-three .as-about-three-o ul li:last-child, .as-about .as-about-three .as-about-three-t ul li:last-child, .as-about .as-about-three .as-about-three-th ul li:last-child {
	padding-bottom: 30px
}
.as-about .as-about-three .as-about-three-o ul li:before, .as-about .as-about-three .as-about-three-t ul li:before, .as-about .as-about-three .as-about-three-th ul li:before {
	vertical-align: middle;
	padding-right: 5px;
	font-size: 22px;
	content: "• ";
	color: #c9112a
}
.as-about .as-about-three .as-about-three-t h3 {
	margin: 30px auto 30px auto;
	line-height: 26px;
	width: 95%;
	text-align: center;
	font-weight: 700;
	font-size: 18px
}
.as-about .as-about-three .as-about-three-th h5 {
	margin: 30px auto 30px auto;
	line-height: 26px;
	text-align: left;
	font-weight: 600;
	font-size: 13px
}
.as-about .as-about-two {
	background: #f3f3f3;
	min-height: 350px;
	margin-top: 40px;
	padding-top: 26px
}
.as-about .as-about-two h2 {
	text-align: center;
	color: #d0112b;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 26px
}
.as-about .as-about-two {
	position: relative;
	width: 100%;
	padding-bottom: 30px;
	height: 100%
}
.as-about .as-about-two .as-about-content {
	color: #505050;
	font-weight: 400;
	font-size: 13px;
	padding: 0 10px;
	text-align: center;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out
}
.as-about .as-about-two .as-about-content:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	cursor: pointer
}
.as-about .as-about-two [class*='col-']:nth-child(n+3):before {
	content: "";
	border-right: 1px dashed #c4c4c4;
	position: absolute;
	margin-left: -15px;
	top: 29px;
	bottom: 34px
}
.as-about .as-about-two a {
	text-decoration: none
}
.as-about .as-about-two h3 {
	color: #3d3d3d;
	font-family: 'Exo 2', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px
}
.as-about .as-about-two h3:after {
	content: "";
	display: block;
	height: 3px;
	width: 2em;
	background: #d0112b;
	position: relative;
	top: 1px;
	margin: 17px auto 0 auto
}
.as-about .as-about-two .as-about-content img {
	max-height: 110px;
	display: block;
	margin: 0 auto
}
@media (max-width:1200px) {
	.as-about .as-about-two .as-about-content img {
		max-width: 80%;
		height: 80%;
		display: block;
		margin: 0 auto
	}
	.as-about-content {
		border-right: none
	}
	.as-about .as-about-two h3 {
		font-size: 16px
	}
}
@media (max-width:990px) {
	.as-mrgn-fix {
		margin-top: 5px
	}
	.as-about .as-about-two {
		margin-top: 40px;
		padding-top: 10px;
		padding-bottom: 0px;
		float: none
	}
	.as-about .as-about-two h3 {
		font-size: 28px
	}
	.as-about .as-about-two .as-about-content {
		height: auto;
		padding-bottom: 30px;
		border-right: none
	}
}
@media only screen and (min-width:768px) and (max-width:990px) {
	.as-about .as-about-two .as-about-content {
		height: auto;
		padding-bottom: 50px;
		border-right: none
	}
	.as-about .as-about-two [class*='col-']:nth-child(n+3):before {
		content: "";
		border-right: none
	}
	.as-about .as-about-two h3 {
		font-size: 24px
	}
}
@media (max-width:768px) {
	.as-about .as-about-two [class*='col-']:nth-child(n+3):before {
		content: "";
		border-right: none
	}
	.as-about .as-about-two h3 {
		font-size: 20px
	}
}
@media (max-width:480px) {
	.as-about .as-about-two .as-about-content {
		font-size: 12px
	}
	.as-about .as-about-two h3 {
		font-size: 14px
	}
}
@media only screen and (min-width:461px) and (max-width:653px) {
	.as-about .as-about-cover {
		padding: 1.7% 10px 20px 10px
	}
	.as-about .as-about-cover p {
		font-size: 20px
	}
}
@media only screen and (max-width:460px) {
	.as-about .as-about-three .as-about-three-o ul li, .as-about .as-about-three .as-about-three-t ul li, .as-about .as-about-three .as-about-three-th ul li {
		padding-left: 0em;
		text-indent: 0em
	}
	.as-about .as-about-three .as-about-three-o h2, .as-about .as-about-three .as-about-three-t h2, .as-about .as-about-three .as-about-three-th h2, .as-about .as-about-three .as-about-three-t h3 {
		text-align: center
	}
	.as-about .as-about-three .as-about-three-o h2, .as-about .as-about-three .as-about-three-t h2, .as-about .as-about-three .as-about-three-th h2 {
		font-size: 15px
	}
	.as-about .as-about-three .as-about-three-t h3 {
		font-size: 13px
	}
	.as-about .as-about-three .as-about-three-th h5 {
		font-size: 12px
	}
	.as-about .as-about-cover {
		min-height: 60px;
		padding: 1.8% 10px 20px 10px
	}
	.as-about .as-about-cover p {
		font-size: 14px
	}
}