/* THIS IS A MINIFIED VERSION FOR DOMONSTRATION PURPOSE ONLY */
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }

  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }

  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }

.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85);
          animation: line-scale-pulse-out 0.9s 0s infinite cubic-bezier(.85, .25, .37, .85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: 0.2s !important;
            animation-delay: 0.2s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: 0.4s !important;
            animation-delay: 0.4s !important; }


body::-webkit-scrollbar{
	width:6px;
	background: #000;
}
body::-webkit-scrollbar-track-color {
}
body::-webkit-scrollbar-thumb{
	background: #505050;
	border-radius:10px;
}

body::-webkit-scrollbar-corner{
	background: #505050;
	transition: all 0.3s linear;
}
#page-content {
	scroll-behavior:smooth;
}
.modal {
	will-change: visibility, opacity;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: $modal-delay;
	transition-delay: $modal-delay;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal__bg {
  background: transparent;
}
.modal__dialog {

}
.modal__content {
  will-change: transform, opacity;
  position: relative;

  background: #fff;
  background-clip: padding-box;
  box-shadow: 0 12px 15px 0 rgba(0,0,0,0.25);
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__content--active {
  opacity: 1;
}

.modal__trigger {
  position: relative;
  display: inline-block;

  color: rgba(0,0,0,0.7);
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.modal__trigger--active {
  z-index: 10;
}

#modal__temp {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%
}

:focus {
	outline: 0
}

input[type=password],input[type=submit],input[type=text],select,textarea {
	-moz-appearance: none;
	-webkit-appearance: none
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0
}

.clearfix {
	*display: inline-block;
	height: 1%
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%
}

article,aside,details,dialog,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

audio:not([controls]) {
	display: none
}[hidden] {
	display: none;
	visibility: hidden
}

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position: relative;
	font:14px mouse,sy,PingFangSC,Microsoft YaHei;
}

body {
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	text-align: left;
	position: relative;
	background: #1a1a1a;
	height: 100%;
	font:14px mouse,sy,PingFangSC,Microsoft YaHei;
}

::selection {
	background: #ffe49c;
	color: #262626
}

::-moz-selection {
	background: #ffe49c;
	color: #262626
}

::-webkit-selection {
	background: #ffe49c;
	color: #262626
}

h1,h2,h3,h4,h5,h6 {
	font-family: mouse,sy;
	font-weight: 400;
	color: #fff
}

.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6 {
	color: #fff
}

h1 {
	font-size: 100px;
	line-height: 130px
}

h2 {
	font-size: 40px;
	line-height: 60px
}

h3 {
	font-size: 32px;
	line-height: 48px
}

h4 {
	font-size: 22px;
	line-height: 34px
}

h5 {
	font-size: 18px;
	line-height: 26px
}

h6 {
	font-size: 16px;
	line-height: 22px
}

h1 b,h1 strong,h2 b,h2 strong,h3 b,h3 strong,h4 b,h4 strong,h5 b,h5 strong,h6 b,h6 strong {
	font-weight: 600
}

div h1,div h2,div h3,div h4,div h5,div h6 {
	margin-top: 20px
}

div h1:first-child,div h2:first-child,div h3:first-child,div h4:first-child,div h5:first-child,div h6:first-child {
	margin-top: 0
}

.subtitle {
	margin-top: 5px;
	font-weight: 300;
	color: #666;
	letter-spacing: .04em
}

.text-light .subtitle {
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(Opacity=90)"
}

.section-title {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 15px
}

.section-title h2 {
	text-transform: uppercase;
	letter-spacing: -.05em;
	font-weight: 900
}

.widget-title {
	text-transform: uppercase
}



select {
	border: 3px solid #ebebeb;
	height: 44px;
	width: auto;
	padding: 8px;
	color: gray;
	border-radius: 0;
	-moz-border-radius: 0x;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0
}

select:hover {
	border-color: #262626
}

select option {
	cursor: pointer;
	padding: 5px 7px
}

label {
	line-height: 26px;
	width: 100%;
	display: block;
	color: #262626
}

form {
	margin-top: 20px
}

form .form-row {
	margin-top: 15px;
	position: relative
}

form .form-submit {
	margin-top: 30px
}

form .form-value {
	max-width: 100%;
	position: relative;
	display: inline-block
}

div form:first-child,form .form-row:first-child {
	margin-top: 0
}

#form-note {
	display: none;
	margin-top: 20px
}

a {
	text-decoration: none;
	color: #4da5f5;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

a:hover {
	color: #262626
}

.text-light a:hover {
	color: #fff
}

img,object,video {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin: 0;
	vertical-align: top
}

img {
	width: auto;
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic
}

p img {
	margin-top: 20px
}

p img:first-child {
	margin-top: 0
}

img.alignleft {
	margin: 3px 20px 20px 0;
	float: left
}

img.alignright {
	margin: 3px 0 20px 20px;
	float: right
}

.embeddedvideo {
	position: relative;
	padding-bottom: 55%;
	padding-top: 14px;
	height: 0;
	overflow: hidden
}

.embeddedvideo iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

ul {
	margin-top: 20px;
	margin-left: 15px;
}

div ul:first-child,li ul:first-child {
	margin-top: 0
}

ol {
	margin-top: 20px;
	margin-left: 30px;
	list-style: decimal
}

div ol:first-child,li ol:first-child {
	margin-top: 0
}

ol li,ul li {
	line-height: 20px;
	margin-top: 10px
}

ol li:first-child,ul li:first-child {
	margin-top: 0
}

ul.list-nostyle {
	list-style: none!important;
	margin-left: 0!important
}

ul.list-nostyle li>.fa {
	margin-right: 10px
}

p {
	margin-top: 20px
}

div p:first-child {
	margin-top: 0
}

b,dt,strong {
	font-weight: 600
}

dfn,em,i {
	font-style: italic
}

b em,b i,dt em,dt i,strong em,strong i {
	font-style: italic;
	font-weight: 700
}

blockquote {
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	font-family: mouse,sy;
	font-weight: 300;
	padding-left: 20px;
	margin-left: 20px;
	color: #262626;
	border-left: 2px solid #d9d9d9
}

div blockquote:first-child {
	margin-top: 0
}

blockquote p {
	margin: 0
}

code,pre {
	padding: 3px 0 3px 20px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 16px;
	display: block;
	border-left: 2px solid #d9d9d9;
	color: #262626
}

div code:first-child,div pre:first-child {
	margin-top: 0
}

#page-content {
	overflow: hidden;
	margin: 0;
	min-width: 1100px;
	position: relative
}

.wrapper {
	width: 1100px;
	margin: 0 auto
}

.main-content {
	width: 740px
}

aside {
	width: 300px
}

.left-float {
	float: left
}

.right-float {
	float: right
}

.align-center {
	text-align: center
}

.text-light {
	color: #fff
}

header {
	background: #1a1a1a;
	box-shadow: rgba(0,0,0,.2)0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.2)0 0 3px;
	-webkit-box-shadow: rgba(0,0,0,.2)0 0 3px;
	width: 100%;
	z-index: 10000;
	position: relative
}

#logo {
	padding: 20px 0;
	max-width: 100%;
	max-height: 100%;
	height: 60px;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear
}

#logo img {
	max-height: 100%;
	width: 170px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#logo:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.fixed-header header {
	position: fixed;
	left: 0;
	top: 0
}

.smallheader #logo {
	height: 60px;
	padding: 10px 0;
	box-sizing: border-box;
}

.smallheader nav#main-nav>ul>li>a:first-child {
	line-height: 40px;
	padding: 10px 0
}

.smallheader nav#menu-controls>ul>li {
	height: 40px;
	padding: 10px 0
}

.smallheader nav#main-nav>ul>li>.sub-menu {
	top: 60px
}

header.header-overlay {
	background: 0 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	position: absolute!important;
	left: 0;
	top: 0
}

header.header-overlay #defaut-logo {
	display: none
}

#page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100001
}

.page-loader-inner {
	width: 300px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -150px;
	text-align: center
}

.page-loader-inner .loader-logo img {
	max-height: 60px;
	max-width: 300px
}

.page-loader-inner .loader-icon {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -10px
}

footer {
	background: #1a1a1a;
	padding: 80px 0
}

.footer-logo img {
	height: 60px
}

footer .copyright {
	font-size: 13px;
	color: #ccc
}

.menu {
	position: relative
}

nav#main-nav {
	z-index: 50
}

nav#main-nav ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none
}

nav#main-nav ul li {
	position: relative;
	z-index: 45;
	float: left;
	margin: 0 0 0 60px;
	padding: 0;
	min-width: 40px;
	text-align: center;
}

nav#main-nav>ul>li>a {
	display: block;
	font-family:'sy';
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	z-index: 45;
	padding: 20px 0;
	width: auto;
	transition: all 200ms linear
}

.header-overlay nav#main-nav>ul>li>a {
	color: #fff;
	opacity: .7;
	filter: alpha(opacity=7);
	-ms-filter: "alpha(Opacity=70)"
}

nav#main-nav>ul>li:hover>a {
	z-index: 48;
	color: #4da5f5
}

nav#main-nav>ul>li.current-menu-ancestor>a,nav#main-nav>ul>li.current-menu-item>a {
	color: #4da5f5
}

.header-overlay nav#main-nav>ul>li.current-menu-ancestor>a,.header-overlay nav#main-nav>ul>li.current-menu-item>a,.header-overlay nav#main-nav>ul>li:hover>a {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

nav#main-nav ul li .sub-menu {
	position: relative;
	position: absolute;
	top: 100px;
	left: 0;
	background: #fff;
	width: 200px;
	padding: 5px 0;
	display: none;
	z-index: 47
}

nav#main-nav ul .sub-menu li {
	float: none;
	margin: 0
}

nav#main-nav ul .sub-menu li a {
	font-family: mouse,sy;
	font-weight: 400;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	padding: 7px 20px;
	display: block
}

nav#main-nav ul .sub-menu>li.current-menu-item>a,nav#main-nav ul .sub-menu>li:hover>a {
	color: #fff
}

nav#main-nav ul li ul li .sub-menu {
	position: absolute;
	top: 0;
	left: 200px
}
nav#main-nav ul li.active a{
	color: #4da5f5
}
nav#menu-controls {
	display: none
}

nav#menu-controls ul {
	position: relative;
	z-index: 49;
	margin: 0;
	padding: 0;
	list-style: none
}

nav#menu-controls ul li {
	float: left;
	margin: 0 0 0 15px;
	padding: 20px 0;
	height: 60px;
	text-align: center;
	position: relative;
	width: 12px;
	transition: all 200ms linear
}

nav#menu-controls>ul>li a {
	display: inline-block;
	color: #262626;
	padding: 2px;
	border: 1px solid transparent;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px
}

nav#menu-controls>ul>li.current-menu-item>a {
	border-color: #4da5f5
}

nav#menu-controls>ul>li.current-menu-item>a span.c-dot {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)"
}

nav#menu-controls>ul>li a span.c-dot {
	display: block;
	height: 6px;
	width: 6px;
	background: #262626;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%
}

nav#menu-controls>ul>li a:hover span.c-dot {
	background: #4da5f5
}

nav#menu-controls>ul>li a span.c-name {
	position: absolute;
	font-family: mouse,sy;
	font-weight: 400;
	font-size: 10px;
	text-transform: uppercase;
	width: 100px;
	left: -44px;
	bottom: 12px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)";
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	-ms-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}

nav#menu-controls>ul>li a:hover span.c-name {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.open-responsive-nav {
	padding: 10px 0;
	text-indent: -9999px;
	display: block;
	display: none
}

.open-responsive-nav span {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/sprites.png) -340px 0 no-repeat
}

.header-overlay .open-responsive-nav span {
	background-position: -370px 0
}

#menu-responsive {
	position: absolute;
	background: #262626;
	padding: 0;
	top: 60px;
	right: -270px;
	width: 260px;
	z-index: 10000;
	box-shadow: rgba(0,0,0,.2)0 0 3px;
	-moz-box-shadow: rgba(0,0,0,.2)0 0 3px;
	-webkit-box-shadow: rgba(0,0,0,.2)0 0 3px
}

nav#responsive-nav ul {
	margin: 0;
	padding: 0;
	list-style: none
}

nav#responsive-nav>ul {
	border-bottom: 1px solid #333
}

nav#responsive-nav ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #333;
	position: relative
}

nav#responsive-nav>ul>li:first-child {
	border-top: none
}

nav#responsive-nav>ul li>a {
	display: block;
	color: #ccc;
	font-family: mouse,sy;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 24px;
	padding: 8px 20px;
	transition: all 200ms linear
}

nav#responsive-nav>ul>li.current-menu-item>a,nav#responsive-nav>ul>li:hover>a {
	color: #fff
}

nav#responsive-nav .sub-menu li a {
	display: block;
	font-weight: 400;
	text-transform: inherit;
	color: #ccc;
	line-height: 20px;
	padding: 10px 20px 10px 40px;
	font-size: 12px
}

.home-slider-container {
	width: 100%;
	position: relative;
	padding: 0
}

.home-slider-container ul {
	margin-top: 0;
	margin-left: 0;
	list-style: none
}

.home-slider-container ul li {
	line-height: 0;
	margin-top: 0
}

.section-inner {
	
}

.no-padding .section-inner {
	padding-top: 0
}

.horizontalsection .horizontalinner {
	padding: 200px 0
}

.portfolio-entries {
	width: 110%
}

.portfolio-entries .masonry-item {
	width: 24.98%;
	margin-right: 0;
	margin-bottom: 0;
	float: left
}

.portfolio-spaced .masonry-item {
	margin-right: 10px;
	margin-bottom: 10px
}

.portfolio-entries .portfolio-intro {
	padding: 20px 0;
	text-align: center
}

.portfolio-name {
	text-transform: uppercase;
	font-size: 14px;
}

.portfolio-name a {
	color: #262626
}

.portfolio-name a:hover {
	color: #4da5f5
}
.portfolio-name strong {
	font-weight: normal;
	font-family: mouse,sy;
}
#portfolio-carousel .carousel-item {
	margin: 0 5px
}

#portfolio-single {
	background: #fff;
	padding-top: 100px
}

#portfolio-single .project-title {
	position: relative;
	margin: 0
}

#portfolio-single .project-title .project-name {
	display: inline-block;
	max-width: 80%
}

#portfolio-single .social-share {
	margin-top: 20px
}

#portfolio-single .portfolio-content,#portfolio-single .portfolio-media {
	margin-top: 80px;
	position: relative
}

.single-pagination {
	margin: 0;
	padding: 0;
	list-style: none
}

.single-pagination li {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	margin-top: -15px!important
}

.single-pagination li a {
	background: url(../images/sprites.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	-ms-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(Opacity=30)"
}

.single-pagination li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.single-pagination li.next {
	right: 0
}

.single-pagination li.prev {
	left: 0
}

.single-pagination li.next a {
	background-position: -220px 0
}

.single-pagination li.prev a {
	background-position: -250px 0
}

.ajax-section {
	padding-bottom: 100px;
	position: relative;
	display: none
}

.ajax-content {
	display: none
}

#ajax-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	display: none
}

#ajax-loader .loader-icon {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -10px
}

.close-project {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 130px;
	left: 0;
	display: none
}

.close-project a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/sprites.png) -310px 0 no-repeat;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	-ms-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(Opacity=30)"
}

.close-project a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.filter {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 33px
}

.filter li {
	padding: 0 13px 0 15px;
	margin: 0;
	display: inline-block
}

.filter li a {
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
	font-family: mouse,sy;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .1em;
	padding-bottom: 2px;
	margin-bottom: 7px;
	display: block;
	position: relative;
	transition: all .5s;
}



.filter li a:after {
    transition: width .5s;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #4da5f5;
}
.filter li a.active:after {
    width: 100%;
}
.filter li a.active {
	color: #4da5f5;
}
.filter li a:hover {
	color: #4da5f5;
}
.filter li a:hover::after {
	width: 100%;
}
.blog-entry {
	border-top: 1px solid #d9d9d9;
	padding-top: 60px;
	margin-top: 60px
}

div .blog-entry:first-child {
	border: none;
	padding: 0;
	margin: 0
}

.blog-date {
	width: 70px;
	float: left;
	color: #262626;
	text-align: center
}

.blog-date .date-day {
	display: block;
	font-family: mouse,sy;
	font-weight: 800;
	font-size: 60px;
	line-height: 50px;
	margin-bottom: 10px
}

.blog-date .date-month {
	display: block;
	font-family: mouse,sy;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: .1em
}

.blog-content {
	width: 630px;
	float: right
}

.blog-media {
	margin-bottom: 40px
}

.blog-headline .post-name a {
	color: #262626
}

.blog-headline .post-name a:hover {
	color: #4da5f5
}

.blog-headline .post-meta {
	color: #999;
	margin-top: 0;
	font-size: 13px;
	text-transform: uppercase
}

.blog-headline .post-meta a {
	color: #999
}

.blog-headline .post-meta a:hover {
	color: #262626
}

.blog-intro {
	margin-top: 20px
}

.readmore-button {
	line-height: 20px;
	color: #262626;
	text-transform: uppercase;
	font-family: mouse,sy;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .1em;
	padding-bottom: 2px;
	display: inline-block;
	border-bottom: 2px solid #262626
}

.readmore-button:hover {
	border-color: #4da5f5
}

.blog-content .link-name,.blog-content .quote-author {
	color: #999;
	margin-top: 10px;
	font-size: 13px;
	text-transform: uppercase
}

#blog-grid {
	width: 110%;
	margin-bottom: 60px
}

#blog-grid .masonry-item {
	width: 340px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	border: none
}

.masonry-item .blog-media {
	margin-bottom: 20px
}

.masonry-item .blog-media .flexslider {
	margin-bottom: 40px
}

#blog-comments {
	border-top: 1px solid #d9d9d9;
	margin-top: 60px;
	padding-top: 60px
}

#blog-comments ul {
	background: 0 0;
	list-style: none;
	margin: 0;
	padding: 0
}

#blog-comments .comment-list {
	margin-top: 40px
}

#blog-comments .comment {
	background: 0 0;
	padding: 0;
	margin-top: 30px;
	border-top: 1px solid #d9d9d9;
	padding-top: 30px;
	overflow: hidden
}

#blog-comments .comment-list>.comment:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}

#blog-comments .comment .children {
	margin-left: 70px
}

#blog-comments .user {
	float: left;
	width: 50px
}

#blog-comments .comment-content {
	margin-left: 70px;
	position: relative
}

#blog-comments .comment-date {
	color: #999;
	font-size: 13px;
	font-family: mouse,sy;
	font-weight: 300
}

#blog-leavecomment {
	margin-top: 60px
}

#entries-pagination {
	margin: 60px 0 0;
	padding: 60px 0 0;
	list-style: none;
	border-top: 1px solid #d9d9d9
}

#entries-pagination li {
	margin: 0;
	padding: 0
}

#entries-pagination li a {
	background: url(../images/sprites.png) no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	-webkit-transition: opacity .1s ease-in-out;
	-moz-transition: opacity .1s ease-in-out;
	-o-transition: opacity .1s ease-in-out;
	-ms-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(Opacity=30)"
}

#entries-pagination li.next {
	float: right
}

#entries-pagination li.next a {
	background-position: -220px 0
}

#entries-pagination li.prev {
	float: left
}

#entries-pagination li.prev a {
	background-position: -250px 0
}

#entries-pagination li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.column-section {
	margin-top: 60px
}

div .column-section:first-child {
	margin-top: 0
}

.column {
	float: left;
	margin-right: 40px;
	min-height: 1px
}

.one-full {
	width: 100%;
	float: none;
	margin-right: 0
}

.one-half {
	width: 530px
}

.one-third {
	width: 360px
}

.two-third {
	width: 720px
}

.one-fourth {
	width: 245px
}

.two-fourth {
	width: 530px
}

.three-fourth {
	width: 815px
}

.one-fifth {
	width: 188px
}

.two-fifth {
	width: 416px
}

.three-fifth {
	width: 644px
}

.four-fifth {
	width: 872px
}

.main-content .one-half {
	width: 350px
}

.main-content .one-third {
	width: 220px
}

.main-content .two-third {
	width: 480px
}

.main-content .one-fourth {
	width: 155px
}

.main-content .two-fourth {
	width: 350px
}

.main-content .three-fourth {
	width: 545px
}

.main-content .one-fifth {
	width: 116px
}

.main-content .two-fifth {
	width: 272px
}

.main-content .three-fifth {
	width: 428px
}

.main-content .four-fifth {
	width: 584px
}

aside .column {
	width: 100%!important;
	float: none!important;
	margin-right: 0!important
}

.last-col {
	margin-right: 0!important
}

#map {
	width: 100%;
	height: 400px;
	overflow: hidden
}

#map img {
	max-width: inherit;
	height: auto
}

a.sr-button {
	display: inline-block;
	font-family: mouse,sy;
	font-weight: 600;
	line-height: 22px!important;
	letter-spacing: .15em;
	text-transform: uppercase;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear
}

a.sr-button:hover {
	background-color: #fff;
	color: #1a1a1a;
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07)
}

a.mini-button {
	font-size: 10px;
	padding: 5px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px
}

a.small-button {
	font-size: 11px;
	padding: 10px 20px
}

a.medium-button {
	font-size: 13px;
	padding: 12px 40px
}

a.big-button {
	font-size: 15px;
	padding: 18px 50px
}

a.sr-button1 {
	border: 2px solid #999;
	color: #262626;
	background: 0 0
}

a.sr-button1:hover {
	border-color: #262626;
	background-color: #262626;
	color: #fff
}

a.sr-button2 {
	border: 2px solid #262626;
	color: #262626;
	background: 0 0
}

a.sr-button2:hover {
	background-color: #1a1a1a;
	color: #fff
}

a.sr-button3 {
	border: 2px solid #4da5f5;
	color: #4da5f5;
	background: 0 0
}

a.sr-button3:hover {
	background: #4da5f5;
	color: #fff
}

a.sr-button4 {
	border: 2px solid #fff;
	color: #fff;
	background: 0 0
}

a.sr-button4:hover {
	background-color: #fff;
	color: #262626
}

a.sr-button5 {
	border: 2px solid #4da5f5;
	color: #fff;
	background: #4da5f5
}

a.sr-button5:hover {
	background-color: #4da5f5;
	color: #fff
}

a.sr-button6 {
	border: 2px solid #262626;
	color: #fff;
	background: #262626
}

a.sr-button6:hover {
	background-color: #262626;
	color: #fff
}

a.sr-buttonicon {
	font-size: 22px!important;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	-o-border-radius: 999px;
	border: 2px solid #262626;
	color: #262626;
	height: 40px!important;
	line-height: 40px!important;
	vertical-align: middle;
	width: 40px;
	padding: 10px
}

a.sr-buttonicon:hover {
	background: #262626;
	color: #fff;
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15)
}

a.sr-buttonicon.small-iconbutton {
	width: 34px;
	height: 35px!important;
	line-height: 35px!important;
	padding: 0
}

.text-light a.sr-buttonicon {
	border-color: #fff;
	color: #fff;
	display: inline-block;
}

.text-light a.sr-buttonicon:hover {
	background: #fff;
	color: #262626
}

.seperator {
	width: 100%;
	height: 4px;
	line-height: 0;
	padding: 8px 0;
	text-align: center
}

.section-title .seperator {
	padding: 16px 0
}

.seperator span {
	height: 2px;
	background: #fff;
	display: inline-block;
	width: 100px;
	opacity: .15;
	filter: alpha(opacity=15);
	-ms-filter: "alpha(Opacity=15)"
}

.text-light .seperator span {
	background: #fff;
	opacity: .2;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(Opacity=20)"
}

.seperator.size-full span {
	width: 100%
}

.seperator.size-medium span {
	width: 220px
}

.seperator.size-small span {
	width: 100px
}

.seperator.size-mini span {
	width: 40px
}

.seperator.height-small span {
	height: 1px
}

.spacer {
	width: 100%;
	display: block
}

.spacer.spacer-mini {
	height: 15px
}

.spacer.spacer-small {
	height: 40px
}

.spacer.spacer-medium {
	height: 60px
}

.spacer.spacer-big {
	height: 100px
}

.counter {
	margin-top: 10px
}

div .counter:fist-child {
	margin-top: 0
}

.counter-value {
	font-family: mouse,sy;
	font-weight: 800;
	font-size: 48px;
	line-height: 60px
}

.counter-name {
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 15px;
	letter-spacing: .1em
}

.column .iconbox {
	margin-top: 40px
}

.column .iconbox:first-child {
	margin-top: 0
}

.iconbox .fa {
	color: #4da5f5
}

.iconbox-content {
	float: right;
	width: 290px
}

.one-half .iconbox-content {
	width: 480px
}

.one-third .iconbox-content {
	width: 290px
}

.one-fourth .iconbox-content {
	width: 195px
}

.team-name {
	text-transform: uppercase
}

.team-role {
	margin-top: 0
}

.team-info {
	margin-top: 5px
}

.testimonial-item {
	text-align: center
}

.slides .testimonial-item {
	padding-bottom: 40px
}

.testimonial-name {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em
}

.tabs {
	margin-top: 20px
}

div .tabs:first-child {
	margin-top: 0
}

.tabs ul.tab-nav {
	padding: 0;
	margin: 0;
	margin: 0!important;
	list-style: none!important;
	position: relative;
	z-index: 1
}

.tabs ul.tab-nav li {
	background: 0 0;
	padding: 0!important;
	float: left;
	margin: 0 30px 0 0!important
}

.tabs ul.tab-nav li a {
	color: #262626;
	text-transform: uppercase;
	font-family: mouse,sy;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: .1em;
	line-height: 20px;
	padding-bottom: 2px;
	display: block;
	border-bottom: 2px solid transparent
}

.text-light .tabs ul.tab-nav li a {
	color: #fff
}

.tabs ul.tab-nav li a.active,.tabs ul.tab-nav li a:hover {
	border-color: #4da5f5
}

.tabs .tab-container {
	margin-top: 20px
}

.tabs .tab-container .tab-content {
	float: left;
	display: none
}

.tabs .tab-container .active {
	display: block
}

.accordion {
	margin-top: 20px
}

div .accordion:first-child {
	margin-top: 0
}

.toggle-item {
	margin-top: 20px
}

div .toggle-item:first-child {
	margin-top: 0
}

.toggle-item .toggle-title {
	width: 100%;
	position: relative;
	cursor: pointer;
	overflow: hidden
}

.toggle-item .toggle-title .toggle-icon .fa {
	color: #262626;
	float: left;
	top: 5px;
	position: relative
}

.text-light .toggle-item .toggle-title .toggle-icon .fa {
	color: #fff
}

.toggle-icon .fa-plus {
	display: block
}

.toggle-active .fa-plus,.toggle-icon .fa-minus {
	display: none
}

.toggle-active .fa-minus {
	display: block
}

.toggle-item .toggle-title .toggle-name {
	float: left;
	margin: 0 0 0 20px
}

.toggle-item .toggle-active .toggle-icon .fa,.toggle-item .toggle-title:hover .toggle-icon .fa {
	color: #4da5f5!important
}

.toggle-item .toggle-inner {
	padding-top: 18px;
	display: none
}

.alert {
	margin-top: 20px
}

div .alert:first-child {
	margin: 0
}

.alert h6 {
	padding-bottom: 2px;
	border-bottom: 2px solid red;
	display: inline-block
}

.alert-info h6 {
	border-color: #3fabf6;
	color: #3fabf6
}

.alert-note h6 {
	border-color: #fcad25;
	color: #fcad25
}

.alert-confirm h6 {
	border-color: #8fc236;
	color: #8fc236
}

.alert-error h6 {
	border-color: #fa4d5a;
	color: #fa4d5a
}

.skill {
	margin-top: 20px
}

div .skill:first-child {
	margin-top: 0
}

.skill .skill-name {
	margin-bottom: 5px;
	display: block
}

.skill .skill-bar {
	background: #d9d9d9;
	height: 8px;
	width: 100%;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2x
}

.text-light .skill .skill-bar {
	background: #666
}

.skill .skill-bar .skill-active {
	background: #4da5f5;
	height: 100%;
	position: relative;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2x;
	width: 0
}

.tooltip {
	position: absolute;
	width: 24px;
	height: 7px;
	line-height: 10px;
	line-height: 5px;
	padding: 8px 10px 6px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background: #262626;
	border-radius: 2px;
	top: -20px;
	right: -5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)"
}

.text-light .tooltip {
	color: #262626;
	background: #fff
}

.tooltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #262626 transparent transparent;
	top: 21px;
	left: 18px
}

.text-light .tooltip:after {
	border-color: #fff transparent transparent
}

.pricing-table {
	background: #fff;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 30px;
	margin: 20px 0
}

.text-light .pricing-table {
	background: #262626;
	border: 1px solid #4d4d4d
}

.pricing-accent {
	padding: 50px 30px;
	margin: 0
}

.one-fourth .pricing-table {
	padding-left: 20px;
	padding-right: 20px
}

.price-name {
	text-transform: uppercase;
	margin-bottom: 20px
}

.price {
	margin-bottom: 40px;
	color: #262626
}

.text-light .price {
	color: #fff
}

.pricing-accent .price {
	color: #4da5f5
}

.price-amount {
	display: block;
	font-family: mouse,sy;
	font-weight: 800;
	font-size: 70px;
	line-height: 70px;
	margin-bottom: 10px
}

.one-fourth .price-amount {
	font-size: 60px;
	line-height: 60px
}

.price-time {
	margin-top: 10px;
	display: block;
	font-family: mouse,sy;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: .1em
}

.price-button {
	margin-top: 40px
}

.widget {
	position: relative;
	margin-top: 40px
}

.div .widget:first-child,aside .widget:first-child {
	margin-top: 0
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0
}

.widget ul li {
	padding: 8px 0;
	margin: 0;
	border-bottom: 1px solid #d9d9d9
}

.widget ul li a {
	color: #262626
}

.widget ul li a:hover {
	color: #4da5f5
}

.tag-list {
	margin-top: 20px
}

.tag-list a {
	border: 1px solid #d9d9d9;
	display: inline-block;
	padding: 4px 8px;
	font-size: 11px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 3px
}

.tag-list a:hover {
	border-color: #262626;
	color: #fff;
	background: #262626
}

.socialmedia-widget {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	text-align: center
}

div .socialmedia-widget:first-child {
	margin: 0
}

.socialmedia-widget li {
	display: inline-block;
	background: 0 0;
	padding: 0;
	margin: 0 3px;
	position: relative
}

.socialmedia-widget li a {
	height: 30px;
	width: 30px;
	display: block;
	text-indent: -9999px;
	background: url(../images/social-icons.png);
	margin: 0
}

.social-share li a {
	opacity: .3;
	filter: alpha(opacity=30);
	-ms-filter: "alpha(Opacity=30)"
}

.text-light .social-share li a {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.socialmedia-widget li.facebook a {
	background-position: 0 top
}

.socialmedia-widget li.twitter a {
	background-position: -30px top
}

.socialmedia-widget li.thumblr a {
	background-position: -60px top
}

.socialmedia-widget li.vimeo a {
	background-position: -90px top
}

.socialmedia-widget li.dribbble a {
	background-position: -120px top
}

.socialmedia-widget li.deviantart a {
	background-position: -150px top
}

.socialmedia-widget li.behance a {
	background-position: -180px top
}

.socialmedia-widget li.flickr a {
	background-position: -210px top
}

.socialmedia-widget li.forrst a {
	background-position: -240px top
}

.socialmedia-widget li.linkedin a {
	background-position: -270px top
}

.socialmedia-widget li.rss a {
	background-position: -300px top
}

.socialmedia-widget li.googleplus a {
	background-position: -330px top
}

.socialmedia-widget li.pinterest a {
	background-position: -360px top
}

.socialmedia-widget li.youtube a {
	background-position: -390px top
}

.socialmedia-widget li.mail a {
	background-position: -420px top
}

.socialmedia-widget li.instagram a {
	background-position: -450px top
}

.socialmedia-widget li.xing a {
	background-position: -480px top
}

.socialmedia-widget li.dropbox a {
	background-position: -510px top
}

.text-light .socialmedia-widget li.facebook a {
	background-position: 0 -30px
}

.text-light .socialmedia-widget li.twitter a {
	background-position: -30px -30px
}

.text-light .socialmedia-widget li.thumblr a {
	background-position: -60px -30px
}

.text-light .socialmedia-widget li.vimeo a {
	background-position: -90px -30px
}

.text-light .socialmedia-widget li.dribbble a {
	background-position: -120px -30px
}

.text-light .socialmedia-widget li.deviantart a {
	background-position: -150px -30px
}

.text-light .socialmedia-widget li.behance a {
	background-position: -180px -30px
}

.text-light .socialmedia-widget li.flickr a {
	background-position: -210px -30px
}

.text-light .socialmedia-widget li.forrst a {
	background-position: -240px -30px
}

.text-light .socialmedia-widget li.linkedin a {
	background-position: -270px -30px
}

.text-light .socialmedia-widget li.rss a {
	background-position: -300px -30px
}

.text-light .socialmedia-widget li.googleplus a {
	background-position: -330px -30px
}

.text-light .socialmedia-widget li.pinterest a {
	background-position: -360px -30px
}

.text-light .socialmedia-widget li.youtube a {
	background-position: -390px -30px
}

.text-light .socialmedia-widget li.mail a {
	background-position: -420px -30px
}

.text-light .socialmedia-widget li.instagram a {
	background-position: -450px -30px
}

.text-light .socialmedia-widget li.xing a {
	background-position: -480px -30px
}

.text-light .socialmedia-widget li.dropbox a {
	background-position: -510px -30px
}

.socialmedia-widget li:hover a {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
	-ms-filter: "alpha(Opacity=100)"!important
}

.socialmedia-widget li.facebook:hover a {
	background-position: 0 bottom
}

.socialmedia-widget li.twitter:hover a {
	background-position: -30px bottom
}

.socialmedia-widget li.thumblr:hover a {
	background-position: -60px bottom
}

.socialmedia-widget li.vimeo:hover a {
	background-position: -90px bottom
}

.socialmedia-widget li.dribbble:hover a {
	background-position: -120px bottom
}

.socialmedia-widget li.deviantart:hover a {
	background-position: -150px bottom
}

.socialmedia-widget li.behance:hover a {
	background-position: -180px bottom
}

.socialmedia-widget li.flickr:hover a {
	background-position: -210px bottom
}

.socialmedia-widget li.forrst:hover a {
	background-position: -240px bottom
}

.socialmedia-widget li.linkedin:hover a {
	background-position: -270px bottom
}

.socialmedia-widget li.rss:hover a {
	background-position: -300px bottom
}

.socialmedia-widget li.googleplus:hover a {
	background-position: -330px bottom
}

.socialmedia-widget li.pinterest:hover a {
	background-position: -360px bottom
}

.socialmedia-widget li.youtube:hover a {
	background-position: -390px bottom
}

.socialmedia-widget li.mail:hover a {
	background-position: -420px bottom
}

.socialmedia-widget li.instagram:hover a {
	background-position: -450px bottom
}

.socialmedia-widget li.xing:hover a {
	background-position: -480px bottom
}

.socialmedia-widget li.dropbox:hover a {
	background-position: -510px bottom
}

.imgoverlay {
	position: relative;
	overflow: hidden;
	display: block;
	max-width: 100%;
	height: 204px;
	cursor: pointer;
}

.imgoverlay img {
	max-width: 100%;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease
}

.imgoverlay:hover img {
	transform: scale(1.07);
	-ms-transform: scale(1.07);
	-webkit-transform: scale(1.07)
}

.imgoverlay .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)";
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.imgoverlay:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)"
}

.imgoverlay .overlaycolor {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .1;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(Opacity=80)"
}

.imgoverlay .overlayinfo {
	width: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: 45%;
	left: 0;
	-webkit-transition: top .3s ease;
	-moz-transition: top .3s ease;
	-o-transition: top .3s ease;
	-ms-transition: top .3s ease;
	transition: top .3s ease
}

.imgoverlay:hover .overlayinfo {
	top: 50%
}

.overlayinfo h6 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em
}

.loader-icon {
	position: relative;
	z-index: 0;
	width: 24px;
	height: 24px
}

.loader-icon span {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	border: 2px solid #d9d9d9;
	border-radius: 50%
}

.loader-icon .spinner {
	z-index: 1;
	border-color: #262626;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		opacity: .4
	}

	50% {
		-webkit-transform: rotate(180deg);
		opacity: 1
	}

	to {
		-webkit-transform: rotate(360deg);
		opacity: .4
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg)
	}

	50% {
		-moz-transform: rotate(180deg)
	}

	to {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg)
	}
}

to {
	-ms-transform: rotate(360deg)
}

@-o-keyframes spin {
	from {
		-o-transform: rotate(0deg)
	}

	50% {
		-o-transform: rotate(180deg)
	}

	to {
		-o-transform: rotate(360deg)
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	to {
		transform: rotate(360deg)
	}
}

.sr-animation {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(Opacity=0)";
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-o-transition: all .7s ease;
	-ms-transition: all .7s ease;
	transition: all .7s ease
}

.sr-animation-fromtop {
	top: -50px
}

.sr-animation-frombottom {
	top: 50px
}

.sr-animation-fromleft {
	left: -30px
}

.sr-animation-fromright {
	left: 30px
}

.sr-animation-zoomin {
	transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0)
}

.sr-animation-zoomout {
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5)
}

.sr-animation.animated {
	top: 0;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(Opacity=100)";
	height: 100%;
	max-height: 100%;
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1)
}

.sr-buttonicon .fa-play {
	left: 4px;
	position: relative
}

.sr-buttonicon .fa-angle-up {
	left: 1px;
	top: -4px;
	position: relative
}

.sr-buttonicon .fa-angle-down {
	left: 2px;
	top: 0;
	position: relative
}

.xone {
	color: #4da5f5
}

#facts.parallax-section {
	background: url(../images/parallax-bg1.jpg) center center repeat;
	background-size: cover
}

#testimonials.parallax-section {
	background: url(../images/parallax-bg2.jpg) center center repeat;
	background-size: cover
}

#passionate.parallax-section,#purchase.parallax-section {
	background: url(../images/parallax-bg2.jpg) center center repeat;
	background-size: cover
}

#quote.parallax-section {
	background: url(../images/parallax-bg3.jpg) center center repeat;
	background-size: cover
}

.service-dark {
	background: #262626
}

#see-portfolio {
	background: #4da5f5
}


/*  add */
.pc-video {
	position: relative;
}
.pc-text {
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	letter-spacing: 1px;
}
.pc-text img {
	width: 300px;
	visibility: hidden;
}
.pc-text .st {
	font-size: 30px;
	font-family: mouse,sy;
	margin-top: 25px;
	font-weight: 300;
	visibility: hidden;
} 

.pc-text .int {
	font-size: 18px;
	font-family: mouse,sy;
	margin-top: 25px;
	font-weight: 300;
	visibility: hidden;
}

.pubtitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.vall {
	margin-right: -10px;
}
#about {
	margin-bottom: 120px;
}
#about .zw {
	font-size: 16px;
	line-height: 30px;
	color: rgba(242,242,242,0.85);
	text-align: center;
	font-family: mouse,sy;	
}

#about .line {
	width: 100%;
	height: 1px;
	background: rgba(77,77,77,0.5);
	margin: 25px 0;
}

#about .yw {
	font-family:'mouse';
	font-size: 13px;
	line-height: 30px;
	color: rgba(242,242,242,0.85);
	text-align: center;
}

.ourlink {
	display: block;
}

.ourlink ul:after {
	content: "";
	display: block;
	clear: both;
}

.ourlink ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 25%;
	height: 100px;
	margin: 10px 0;
}
.ourlink ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.ourlink ul li a img {
	width:84%;
	display: block;
}

.jiang {
	margin-top: 50px;
	font-family: mouse,sy;
	font-size: 16px;
	color: rgba(242,242,242,0.85);
	line-height: 33px;
	text-align: center;
}

.jiang p {
	font-family: mouse,sy;
	font-size: 16px;
	color: rgba(242,242,242,0.85);
	line-height: 30px;
	padding: 5px 0;
	text-align: center;
}
.cbal {
	background: #333;
	height: 360px;
}
.cbal ul {
	width: 100%;
	height: 100%;
	display: block;
}
.cbal ul:after {
	content: "";
	display: block;
	clear: both;
}
.cbal ul li {
	float: left;
	width: 25%;
	height: 100%;
	padding: 0 3.125%;
	margin-top: 0;
	box-sizing: border-box;
	position: relative;
}

.cbal ul li a {
	padding-top: 80px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	position: relative;
}
.cbal ul li h5 {
	font-size: 20px;
	font-weight: normal;
	font-family: mouse,sy;
	color: rgba(242,242,242,0.85);
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.cbal ul li .st {
	font-size: 14px;
	font-family: mouse,sy;
	margin-top: 20px;
	color: rgba(128,128,128,1);
	display: -webkit-box;
	overflow: hidden;
	line-height: 26px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.cbal ul li .time {
	color: #fff;
	position: absolute;
	bottom: 50px;
	right: 0;
	font-size: 24px;
	text-align: center;
	line-height: 16px;
	font-family: "mouse";
}
.cbal ul li .time i {
	font-style: normal;
	font-size: 16px;
	margin-top: 10px;
	display: block;
	font-family: "mouse";
}
.cbal ul li:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 64%;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,1);
}
.cbal ul li:nth-child(3)::after {
	display: none;
}
.cbal ul li:nth-child(4)::after {
	display: none;
}
.cbal ul li:nth-child(4) a {
	padding-top: 0;
}
.cbal ul li:hover h5 {
	color: #fff;
}

.cbal ul li:hover .st {
	color: rgba(211,211,211,1);
}

.lk {
	color: #f2f2f2;
	font-size: 15px;
	width: 200px;
	height: 48px;
	display: block;
	text-align: center;
	line-height: 48px;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	border:1px solid rgba(242,242,242,0.85);
}
.lk:hover {
	background: #4da5f5;
}


.lianxi .jiang {
	margin-top: 30px;
	font-family: mouse,sy;
}

.lianxi .jiang p {
	font-family: mouse,sy;
}

.lianxi .jiang p span {
	font-size: 14px;
}
.ba {
	margin-top: 50px;
	border-top: 1px solid rgba(115,115,115,0.25)
}
.ba a {
	display:block;
	padding: 25px 0;
	line-height: 20px;
	color: #999;
	text-align: center;
	font-size: 12px;
}

.news {

	width: 980px;
	margin: 0 auto;
}

.news .boxs {
	margin-top: 150px;
	padding-top: 100px;
	font-family: mouse,sy;
}
.news .boxs a {
	display: block;
	width: 100%;
	height: 100%;
}
.news .boxs:nth-child(1) {
	margin-top: 100px;
}
.news .boxs:nth-child(1) .st {
	margin-top: 0;
	padding-top:55px; 
}
.news .boxs h5 {
	font-size: 36px;
	font-family: mouse,sy;
	color: #262626;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.news .boxs h5:hover {
	-webkit-transform: scale(1.045);
	-moz-transform: scale(1.045);
	-ms-transform: scale(1.045);
	-o-transform: scale(1.045);
	transform: scale(1.045);
}
.news .boxs .st {
	font-size: 16px;
	margin-top: 55px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 1px;
}
.news .boxs ul {
	margin-top: 70px;
	margin-left: -2.2%;
}
.news .boxs ul:after {
	content: "";
	display: block;
	clear: both;
}
.news .boxs ul li {
	display: block;
	width: 31.1%;
	margin-left: 2.2%;
	float: left;
	margin-top: 10px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	height: 86px;
}
.news .boxs ul li img {
	width: 100%;
	display: block;
}

.back {
	margin-top: 80px;
	text-align: center;
}


.video-title {
   	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	left: 0;
	bottom: -60px;
	z-index: 6;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: mouse,sy;
}

.video-con {
   	position: absolute;
	width: 100%;
	line-height: 25px;
	left: 0;
	top: 105%;
	z-index: 6;
	color: #fff;
	font-size: 20px;
	letter-spacing: -0.03em;
	font-family: mouse,sy;
}

.video-box .video-container {
	overflow: initial !important;
}
/*
.f-czspjuzhong {
	top: 44% !important;
}*/



.cbal ul li:nth-child(4) {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*   按钮 */

.arrow {
	position:absolute;
}
.arrow.right {
	top:1px;
	right:0px;
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.arrow .mask {
	height:1px;
	width:9px;
	left:0;
	outline:1px solid transparent;
	will-change:transform;
}
.arrow .top {
	-ms-transform-origin:0% 50%;
	transform-origin:0% 50%;
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.arrow .top .mask {
	-ms-transform-origin:0% 50%;
	transform-origin:0% 50%;
}
.arrow .bottom {
	-ms-transform-origin:0% 50%;
	transform-origin:0% 50%;
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.arrow .bottom .mask {
	-ms-transform-origin:0% 50%;
	transform-origin:0% 50%;
	width:10px;
}

.single_arrow .inner-single-arrow {
	width:100%;
	height:100%;
	position:relative;
	box-sizing:content-box;
}
.single_arrow .arrow {
	top:8px;
	left:0px;
}
.single_arrow .line {
	position:absolute;
	top:8px;
	left:0;
	height:1px;
	background-color:white;
	width:40px;
	outline:1px solid transparent;
	will-change:transform;
}
.single_arrow .mask {
	overflow:hidden;
	position:absolute;
}
.single_arrow .inner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
}
.information__launch {
	width:198px;
	height:45px;
	overflow: hidden;
	position:relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display:block;
	cursor:pointer;
	font-family:"sy";
	font-weight:normal;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.information__launch a::before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:100%;
	margin-right:0px;
}
@media only screen and (min-width:1536px) {
	.information__launch a {
		height:4.5rem;
	}
}.information__launch a span {
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
	white-space:nowrap;
	color: #fff;
}
.information__launch .single_arrow {
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	opacity: 1;
	transform: matrix3d(-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	position:absolute;
	padding:0;
	top:16px;
	right:15px;
	width:22px;
	height: 15px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.information__launch .single_arrow .line {
	-ms-transform-origin:0% 50%;
	transform-origin:0% 50%;
	width:100%;
}

.js-text {
    transform: translate3d(0px, 0px, 0px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-family: mouse,sy;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}


.information__launch:hover .js-text {
	transform: translate3d(51px, 0px, 0px);
}

.information__launch:hover .single_arrow {
	opacity: 0;
	transform: matrix3d(-1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 30, 0, 0, 1);
}



.js-border {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	border:1px solid rgba(255,255,255,0.2);
}

.btn-border-rev-o:before, .btn-border-rev-o:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
	border-radius: 3px;
	box-sizing: content-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.btn-border-rev-o:before {
  width: 0;
	height: 100%;
	border-width: 1px 0 1px 0;
	top: -1px;
	right: 0;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.btn-border-rev-o:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  bottom: 0;
  left: -1px;
}
.btn-border-rev-o:hover:before {
  width: 100%;
}
.btn-border-rev-o:hover:after {
  height: 100%;
}

.btn-border-rev-o.btn-blue:before, .btn-border-rev-o.btn-blue:after {
  border-color: #fff;
}
.btn-border-rev-o.btn-blue:hover {
  color: #fff;
}	


/*  移动端菜单  */
.menu--1 {
	display: none;
	float: right;
}
.menu--1 label {
	width:70px;
	height:70px;
	position: relative;
}
.menu--1 input {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	opacity: 0;
}

.menu--1 svg {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 25.5;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all .8s cubic-bezier(.645, .045, .355, 1);
}

circle {
  fill: #fff3;
  opacity: 0;
}


.cross input:checked+svg .line--1,
  .cross input:checked+svg .line--3 {
    --length: 22.627416998;
  }

.cross input:checked+svg .line--2 {
    --length: 0;
  }

.back input:checked+svg .line--1,
  .back input:checked+svg .line--3 {
    --length: 8.602325267;
  }


.menu--1 .line--1,
  .menu--1 .line--3 {
    --total-length: 126.64183044433594;
  }

.menu--1 .line--2 {
    --total-length: 70;
  }

.menu--1 input:checked+svg .line--1,
    .menu--1 input:checked+svg .line--3 {
      --offset: -94.1149185097;
    }

.menu--1 input:checked+svg .line--2 {
      --offset: -50;
    }



/*  移动端菜单结束*/
/*
.ourlink ul li:nth-child(10) img {
	width: 50%;
}

.ourlink ul li:nth-child(12) img {
	width: 50%;
}*/




.videotk {
	display: none;
	background: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999989999;
	width: 100vw;
	height: 100vh;
}

.videotk  .boxs {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.videotk .iframe {
	width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
.videotk iframe {
	width: 100%;
	height: 500px;
}

.videotk .close {
  position: absolute;
  top: calc(52px + 2%);
  right: 5%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2030%2030'%3E%3Cg%20fill%3D'%23fff'%3E%3Cpath%20d%3D'M0%2C1L1%2C0L30%2C29L29%2C30z'%2F%3E%3Cpath%20d%3D'M29%2C0L29%2C0L30%2C1L1%2C30L0%2C29z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  z-index: 99999;
}
.vicon {
    position: absolute;
    width: 100%;
    line-height: 25px;
    left: 0;
    bottom: 15%;
    z-index: 6;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.03em;
    font-family: mouse,sy;
    text-align: center;
}

.videotk  .boxs  video  {
	object-fit:fill !important;
}
.ourshow{
    --swiper-navigation-color: #c9c9c9;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
    position: relative;
    padding: 0 50px;
}

.ourshow .swiper-bitton-block {
	display: none;
	z-index: 999;
}
.ourshow:hover .swiper-bitton-block {
	display: block;
	z-index: 999;
}



.swiper-button-nextour {
	width: 20px!important;
	height: 30px!important;
	background:url(/static/images/jt.png) no-repeat center center;
	background-size: 100%;
	opacity: 1 !important;
}

.swiper-button-prevour {
	width: 20px!important;
	height: 30px!important;
	background:url(/static/images/jt.png) no-repeat center center;
	background-size: 100%;
	opacity: 1 !important;
	transform: rotate(180deg);
-ms-transform: rotate(180deg); /* IE 9 */
-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.swiper-button-nextour:after,.swiper-button-prevour:after {
	display: none;
}
.swiper-button-nextour:hover{
	background:url(/static/images/jt2.png) no-repeat center center;
	background-size: 100%;
}

.swiper-button-prevour:hover{
	background:url(/static/images/jt2.png) no-repeat center center;
	background-size: 100%;
}
.videotk .pv-video {
	object-fit:fill !important;
}