.da-slider{
	width: 100%;
	height: 300px;
	position: relative;
	background: #f8f8f8;
	margin: 0px auto;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: left;
}
.da-slide-current{
	z-index: 1000;
}
.da-slider-fb .da-slide{
	left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
	left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
	position: absolute;
	opacity: 0;
	left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
	left: 10%;
	opacity: 1;
}
.da-slider-fb .da-slide .da-img{
	left: 60%;
	opacity: 1;
}
.da-slide h2{
	color: #555;
	font-size: 46px;
	width: 50%;
	top: 40px;
	white-space: nowrap;
}
.da-slide p{
	width: 45%;
	top: 105px;
	color: #555;
	font-size: 15px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
}
.da-slide .da-img{
	text-align: center;
	width: 30%;
	top: 0px;
	height: 230px;
	line-height: 320px;
	left: 110%; /*60%*/
}
.da-slide .da-link{
	top: 200px;
	color: #fff;
	padding:3px 15px 3px;
	font-size: 14px;
	line-height: 30px;
	width: 80px;
	text-align: center;
}
.da-slide .da-link:hover{
	background: #777;
   	text-decoration:none;
}
.da-dots{
	display: none;
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ddd;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.1);
}
.da-dots span.da-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.da-arrows{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.da-arrows span{
	position: absolute;
	top: 45%;
	height: 30px;
	width: 30px;
	background: #ddd;
	cursor: pointer;
	z-index: 2000;
	opacity: 0;
	box-shadow:none;
	-webkit-transition: opacity 0.4s ease-in-out 0.2s;
	-moz-transition: opacity 0.4s ease-in-out 0.2s;
	-o-transition: opacity 0.4s ease-in-out 0.2s;
	-ms-transition: opacity 0.4s ease-in-out 0.2s;
	transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
	opacity: 1;
}
.da-arrows span:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 5px;
	left: 5px;
	background: transparent url("//cdn-west.sqhk.co/5193f7331563b50d1c691398/arrows.png") no-repeat top left;
}
.da-arrows span.da-arrows-next:after{
	background-position: top right;
}
.da-arrows span.da-arrows-prev{
	left: 0px;
}
.da-arrows span.da-arrows-next{
	right: 0px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
	left: 10%;
	opacity: 1;
}
.da-slide-current .da-img{
	left: 60%;
	opacity: 1;
}
/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
	-webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
	animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
	-webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
	animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
	-webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
	animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
	-webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	-ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
	animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
	0%{ left: 110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
	0%{ left: 110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
	-webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
	animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
	-webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
	animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
	-webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	-ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
	animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
	-webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
	animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
	0%{ left: -110%; opacity: 0; }
	1%{ left: 10%; opacity: 0; }
	100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
	0%{ left: -110%; opacity: 0; }
	100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
	-webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-o-animation: toRightAnim1 0.6s ease-in 0.6s both;
	-ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
	animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
	-webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-o-animation: toRightAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
	animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
	-webkit-animation: toRightAnim3 0.4s ease-in both;
	-moz-animation: toRightAnim3 0.4s ease-in both;
	-o-animation: toRightAnim3 0.4s ease-in both;
	-ms-animation: toRightAnim3 0.4s ease-in both;
	animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
	-webkit-animation: toRightAnim4 0.6s ease-in both;
	-moz-animation: toRightAnim4 0.6s ease-in both;
	-o-animation: toRightAnim4 0.6s ease-in both;
	-ms-animation: toRightAnim4 0.6s ease-in both;
	animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
	0%{ left: 10%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
	0%{ left: 60%;  opacity: 1; }
	30%{ left: 55%;  opacity: 1; }
	100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
	-webkit-animation: toLeftAnim1 0.6s ease-in both;
	-moz-animation: toLeftAnim1 0.6s ease-in both;
	-o-animation: toLeftAnim1 0.6s ease-in both;
	-ms-animation: toLeftAnim1 0.6s ease-in both;
	animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
	-webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	-ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
	animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
	-webkit-animation: toLeftAnim3 0.4s ease-in both;
	-moz-animation: toLeftAnim3 0.4s ease-in both;
	-o-animation: toLeftAnim3 0.4s ease-in both;
	-ms-animation: toLeftAnim3 0.4s ease-in both;
	animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
	-webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	-ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
	animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
	0%{ left: 10%;  opacity: 1; }
	30%{ left: 15%;  opacity: 1; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
	0%{ left: 10%;  opacity: 1; }
	99%{ left: 10%; opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
	0%{ left: 60%;  opacity: 1; }
	40%{ left: 70%;  opacity: 1; }
	90%{ left: 0%;  opacity: 0; }
	100%{ left: -50%; opacity: 0; }
}/*
 * jQuery FlexSlider v2.0
 * //www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * //www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn-west.sqhk.co/5193f7331563b50d1c691398/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}/* general colors */
/* header less settings */
/* site name less settings */
/* tag line less settings */
/* menu less settings */
/* footer less settings */
/* Home Banner Less Settings */
/* Header Text Less Settings */
/* Header Description Less Settings */
/* Paragraph Font Styles */
/* Header Font Settings */
* {
  border-radius: 0px !important;
}
body {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin: 2px 0px 5px 0px;
  padding: 2px 0px;
  color: #666666;
  letter-spacing: inherit;
}
h1,
h2 {
  font-weight: 300 !important;
}
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
}
h2 {
  font-size: 40px;
  line-height: 45px;
}
h3 {
  font-size: 30px;
  line-height: 35px;
}
h4 {
  font-size: 25px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 25px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}
p {
  margin: 2px 0px;
  color: #666666;
  font-size: inherit;
  font-family: 'Open Sans', sans-serif;
  line-height: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: normal;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
hr {
  margin: 20px 0px;
}
:focus {
  outline: none;
  border: 0;
}
::-moz-focus-inner {
  border: 0;
}
.border {
  background: url("//cdn-west.sqhk.co/5193f7331563b50d1c691398/dots.png") repeat;
  height: 5px;
  margin: 30px 0px !important;
}
.bor {
  height: 20px;
}
.bold {
  font-weight: 600 !important;
}
.caps {
  text-transform: uppercase;
}
.center {
  text-align: center;
}
.grey {
  color: #666;
}
.big {
  font-size: 20px !important;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
  font-weight: 300;
}
a.btn {
  margin-top: 6px;
}
.link-list a {
  margin-right: 20px;
}
.padd {
  padding: 10px 15px;
}
.label {
  font-size: 15px;
}
.badge {
  font-size: 15px;
  padding: 5px 10px;
}
/* Form */
.form {
  margin: 20px 0px;
  margin-bottom: 0px;
}
.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal textarea {
  width: 90%;
}
.form-horizontal .control-label {
  width: 80px;
}
.form-horizontal .controls {
  margin-left: 100px;
}
.form-horizontal .controls:first-child {
  *padding-left: 100px;
}
.form-horizontal .form-actions {
  padding-left: 100px;
}
.form-actions {
  padding: 10px 20px 11px;
  background: transparent;
  border-top: 0px;
}
/* Button */
.button a,
.button a:visited {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  padding: 5px 8px;
  margin-top: 3px;
}
.button a:hover {
  color: #fff;
  text-decoration: none;
}
/* Well */
.well {
  background: #fafafa;
  padding: 15px;
  border: 1px solid #eee;
}
/* Colors */
.orange {
  color: #fe781e !important;
}
.purple {
  color: #9b59bb !important;
}
.blue {
  color: #1570a6 !important;
}
.green {
  color: #41bb19 !important;
}
.lblue {
  color: #1da4e5 !important;
}
.red {
  color: #ff3738 !important;
}
/* Background colors */
.b-orange {
  background: #fe781e;
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-orange:hover {
  background: #e66d1c;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-purple {
  background: #9b59bb;
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-purple:hover {
  background: #81499c;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-blue {
  background: #1570a6;
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-blue:hover {
  background: #11608f;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-green {
  background: #41bb19;
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-green:hover {
  background: #379e15;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-black {
  background: #333333;
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-black:hover {
  background: #000000;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-lblue {
  background: #1ba1e2;
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-lblue:hover {
  background: #1789c1;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.b-red {
  background: #ff3738;
  color: #fff;
  margin: 3px 0px;
  display: inline-block;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  cursor: default;
}
.b-red:hover {
  background: #e33031;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
/* Columns */
.col-l {
  width: 47.5%;
  float: left;
}
.col-r {
  width: 47.5%;
  float: right;
}
/* Form */
form button {
  font-size: 13px !important;
}
form input {
  font-size: 13px !important;
}
/* Form Success */
.form-success {
  margin-top: 25px;
  background: #41bb19;
  color: #fff;
  width: auto;
  height: auto;
  padding: 15px;
  text-align: center;
}
/* Image alignment*/
.alignleft,
img.alignleft {
  margin-right: 8px;
  margin-top: 5px;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 8px;
  margin-top: 5px;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
/* Header */
header {
  background: transparent;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}
header .logo {
  padding: 15px 0px;
}
header .logo h1 {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: auto;
  margin-top: 0;
  margin-bottom: 5px;
  color: #666666;
  background: transparent;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
header .logo h1 a,
header .logo h1 a:visited,
header .logo h1 a:hover {
  color: #666666;
  text-decoration: none;
}
header .logo .hmeta {
  color: #777777;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  font-size: 1em;
  line-height: auto;
  letter-spacing: auto;
  font-style: none;
  font-family: 'Open Sans', sans-serif;
}
header .form {
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
  width: 260px;
  padding-top: 40px;
}
/* Navigation */
.navbar {
  margin-bottom: 0px;
}
.navbar *,
.nav-collapse * {
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.navbar-inner {
  padding-left: 0px;
  background: #fafafa;
  filter: none !important;
}
.navbar .btn {
  font-size: 13px;
  padding: 6px 10px;
  color: #fff !important;
}
.navbar .caret {
  border-top-color: #999 !important;
  border-bottom-color: #999 !important;
}
.navbar {
  border-top: 1px solid #eee !important;
  border-bottom: 1px solid #eee !important;
}
.navbar a,
.navbar a:visited {
  color: #666 !important;
}
.navbar .nav > li > a,
.navbar .nav > li > a:visited {
  color: #666666 !important;
  background: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  filter: none !important;
  border-radius: 50px;
}
.navbar .nav > li > a:hover {
  background: #f3f3f3 !important;
  color: #666666 !important;
}
.dropdown-menu {
  border-radius: 0px !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0px;
  margin: 0px;
  z-index: 3000;
  background: #fafafa;
  border: 1px solid #eee !important;
  border-top: 0px !important;
}
.dropdown-menu a {
  padding: 9px 10px !important;
  color: #666666 !important;
  text-shadow: none !important;
  background: #fafafa !important;
  border-bottom: 1px solid #eee;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  filter: none !important;
  background: #f3f3f3 !important;
}
.dropdown-menu::after,
.dropdown-menu::before {
  border: none !important;
}
.sh-cart-btn a,
.sh-cart-btn a i {
  margin-top: 18px;
  color: #666666;
}
.sh-cart-btn a:hover,
.sh-cart-btn a i:hover,
.s-cart-btn a span:hover {
  text-decoration: none;
  color: #666666;
}
/* Accordion */
.accordion-group {
  border-radius: 0px;
  margin: 10px 0px;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 0px;
}
.accordion li {
  line-height: 10px;
}
.accordion-heading a,
.accordion-heading a:visited,
.accordion-heading a:hover {
  border: none;
  color: #fff;
  text-decoration: none;
  margin: 10px 15px;
}
/* Testimonial */
blockquote {
  background: #f9f9f9;
  margin-bottom: 5px;
  color: #777;
}
blockquote p {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}
blockquote small {
  color: #555;
}
/* Support */
#slist p {
  display: none;
  margin: 5px 0px;
  padding: 5px 10px;
  background: #fff;
  line-height: 30px;
  border: 1px solid #eee;
}
#slist li a {
  display: block;
  font-size: 16px !important;
  margin-bottom: 10px;
}
.scontact p {
  margin-bottom: 10px;
}
/* Portfolio */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.portfolio li {
  display: inline !important;
  border: none !important;
}
.portfolio li a,
.portfolio li a:visited {
  color: #fff;
  padding: 5px 10px;
  margin: 0px 5px;
}
.portfolio li a:hover {
  color: #fff;
}
#portfolio {
  text-align: center;
}
#portfolio .element {
  margin: 20px 10px 10px 0px;
  padding: 5px;
}
#portfolio h4 {
  margin: 4px 0px;
  padding: 0px;
  color: #fff;
  font-size: 16px;
}
#portfolio .pcap {
  background: #370a19;
  border-top: 2px solid #e9004d;
  padding: 3px 0px;
}
#portfolio a,
#portfolio a:visited,
#portfolio a:hover {
  color: #fff;
  text-decoration: none;
}
#portfolio .pcap p {
  padding: 0px 6px 10px 6px;
  font-size: 13px;
}
#portfolio .pcap {
  max-width: 200px;
}
#portfolio .pcap {
  line-height: 20px;
}
#portfolio img {
  width: 200px;
  max-width: 200px;
  height: 150px;
}
#filters {
  margin-left: 0px;
}
#filters li {
  display: inline;
  padding: 0px;
  background: none;
}
#filters a {
  font-size: 13px;
  padding: 4px 10px;
  display: inline-block;
}
/* Portfolio one */
.nocolor .element {
  background: transparent !important;
}
.nocolor .pcap {
  background: transparent !important;
  border-top: 0px solid #379e15 !important;
}
/* Gallery */
.gallery {
  text-align: center;
}
.gallery img {
  max-width: 170px;
  margin: 5px;
  padding: 1px;
  border: 1px solid #aaa;
}
/* Process */
.process-meta {
  display: block;
  margin-bottom: 5px;
  padding: 5px 10px;
  color: #fff;
  margin-top: 15px;
}
/* Blog */
article.blog-page {
  margin-top: 80px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.blog .entry h2 {
  font-size: 30px;
  line-height: 40px;
  color: #777;
}
.blog .entry h2 a,
.blog .entry h2 a:visited,
.blog .entry h2 a:hover {
  text-decoration: none;
  color: #777;
}
.blog .meta {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin: 8px 0px;
  padding: 5px 8px;
  color: #777;
  text-transform: uppercase;
  font-size: 11px;
}
.blog .meta a,
.blog .meta a:visited {
  color: #555;
}
.blog .meta i {
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.blog .bthumb {
  margin: 10px 0px 5px 0px;
  padding: 1px;
  box-shadow: 0px 0px 1px #777;
}
.blog .bthumb2 {
  float: left;
  margin-top: 8px;
  margin-right: 8px;
  border: 1px solid #aaa;
}
.blog .bthumb2 img {
  margin: 0px;
  width: 180px;
  min-width: 180px;
}
.blog .entry {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 13px;
  line-height: 25px;
}
.blog .entry p {
  margin: 0px 0px 4px 0px;
}
.blog .post-foot {
  border-left: 2px solid #eee;
  padding: 15px 15px;
}
.blog .post-foot .social {
  margin-top: 0px;
}
.blog .blog-image img {
  max-height: 225px;
}
article ul li {
  display: inline-block;
  margin-right: 20px;
}
.continue a {
  background: #41bb19;
  color: #fff;
  padding: 10px;
}
.continue a:hover {
  text-decoration: none;
  background: #379e15;
  color: #fff;
  padding: 10px;
}
/* Blog Sidebar */
.blog-sidebar {
  margin-top: 100px;
  background: rgba(243, 243, 243, 0.5);
  padding: 20px;
  border: 1px solid #d4d4d4;
}
.blog-sidebar ul li {
  display: block;
  border-bottom: 1px solid #efefef;
  padding: 15px;
}
[id^=___plusone] {
  width: 60px !important;
}
.twitter-share-button {
  width: 75px !important;
}
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}
/* Comments */
.respond {
  padding-top: 10px;
  padding-left: 20px;
}
.comments > ul > li {
  background: none;
  padding: 0px;
}
.comments {
  margin-bottom: 20px;
}
.comments .comment {
  margin: 15px 0px;
  padding: 13px 16px;
  background: #f8f8f8;
  border-left: 2px solid #ddd;
}
.comment .avatar {
  margin-top: 5px;
  margin-right: 8px;
}
.comment .cmeta {
  font-size: 12px;
}
.comment p {
  margin-top: 5px;
  font-size: 13px;
}
.comments .reply {
  margin-left: 15px;
}
.respond {
  border-top: 2px solid #eee;
}
.respond .title {
  padding: 5px 0px;
  margin-bottom: 0px;
}
/* Pagination */
.paging {
  width: 100%;
  clear: both;
  padding: 6px 0;
  line-height: 17px;
  font-size: 13px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.paging span,
.paging a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 5px 8px;
  text-decoration: none;
  width: auto;
  color: #666;
  background: #fff;
  border: 1px solid #ddd;
  font-weight: normal;
}
.paging a:hover {
  color: #fff;
}
.paging .current {
  padding: 5px 8px;
  color: #fff;
}
/* Career */
.career .nav > li {
  background: none;
  padding: 0px;
  list-style-type: none;
}
.career .nav-tabs > li > a:hover {
  color: #fff;
}
/* Error log */
.error-log {
  background: #fafafa;
  padding: 10px;
  border: 1px solid #eee;
  height: 300px;
  overflow: auto;
  font-family: "Courier New", monospace;
}
.error-log ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.error-log .green {
  color: #61c221;
}
.error-log .red {
  color: #ff0000;
}
/* Features one */
.features-one h4 {
  margin-top: 40px;
}
.features-one img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
/* Features two */
.features-two .feat {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
/* Features three */
.features-three .feat-inner {
  text-align: center;
  margin: 20px 0px 20px 0px;
}
.features-three .feat-inner {
  padding: 20px 10px 10px 10px;
  background: #fafafa;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.features-three i {
  font-size: 35px;
  margin-bottom: 10px;
}
.features-three .button {
  margin-top: 10px;
  margin-bottom: 20px;
}
.features-three .button a {
  font-size: 11px;
}
/* Features four */
.features-four i {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.features-four h4 {
  color: #fff;
}
.features-four .f-block {
  padding: 25px 20px 40px 20px;
  margin-bottom: 10px;
  min-height: 180px;
}
.features-four a,
.features-four a:hover {
  color: #fff;
  text-decoration: none;
}
.features-four p {
  font-size: 14px;
  line-height: 22px;
}
/* Service two */
.service-two h5 {
  margin-bottom: 2px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fafafa;
}
.service-two h6 {
  margin-top: 10px;
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.service-two p {
  font-size: 13px;
}
/* Service Three */
.service-three {
  font-size: 13px;
}
.service-three .service-icon {
  float: left;
  width: 40px;
}
.service-three .service-icon i {
  font-size: 30px;
  display: block;
  margin-top: 5px;
}
.service-three .service-content {
  position: relative;
  margin-left: 50px;
}
.service-three h5 {
  line-height: 15px;
}
.service-three .row hr {
  margin: 10px 0px;
}
.service-three .row .grey {
  color: #999;
}
/* Testimonial */
.testi {
  background: #fff;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
  padding: 12px;
  margin-bottom: 20px;
}
.testi .tauthor {
  color: #777;
  font-size: 13px;
  margin-top: 5px;
}
.testimonials .tauthor {
  font-size: 13px;
}
.testi i {
  margin-right: 5px;
}
.testimonials {
  padding: 10px 15px;
}
.testimonials i {
  margin-right: 5px;
}
.testimonials .color {
  color: #fff;
  font-weight: 600;
}
.tquote {
  font-style: italic;
  font-size: 13px;
  line-height: 22px;
}
/* Color blocks */
.c-block {
  text-align: center;
}
.c-block a,
.c-block a:hover {
  color: #fff;
  text-decoration: none;
}
.c-block [class^="b-"],
.c-block [class*=" b-"] {
  color: #fff;
  min-height: 100px;
  font-size: 16px;
  text-align: center;
  padding: 10px 0px;
  display: block;
}
.c-block .row {
  display: inline-block;
}
.c-block i {
  font-size: 40px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* Resume */
.rblock .rmeta {
  font-size: 13px;
}
.rskills span {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #eee;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
}
/* Social media icons */
.social {
  font-size: 16px;
  margin-top: 10px;
}
.social i {
  height: 25px;
  width: 25px;
  line-height: 25px;
  margin: 0px 5px 0px 0px;
  color: #fff;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
  text-align: center;
}
i.facebook {
  background: #3c5b9b;
}
i.twitter {
  background: #2daae1;
}
i.google-plus {
  background: #f63e28;
}
i.pinterest {
  background: #cb2027;
}
i.linkedin {
  background: #0173b2;
}
.social i:hover {
  background: #000;
  -webkit-transition: background 1s ease;
  -moz-transition: background 1s ease;
  -o-transition: background 1s ease;
  transition: background 1s ease;
}
.social a,
.social a:visited,
.social a:hover {
  color: #fff;
  text-decoration: none;
}
/* Coming soon */
.c-soon {
  margin: 20px 0px;
  padding: 40px;
  text-align: center;
}
.soon-med {
  font-size: 20px;
  line-height: 30px;
}
.soon-big {
  font-size: 50px;
  line-height: 70px;
}
.soon-small {
  font-size: 13px;
  line-height: 20px;
  max-width: 600px;
  margin: 10px auto;
}
.soon-tweet {
  background: #fff;
  border: 1px solid #eee;
  padding: 12px 12px 5px 12px;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 600px;
  font-size: 14px;
}
.soon-tweet ul li {
  padding: 0px;
  margin: 0px;
  font-style: italic;
}
.content .soon-tweet ul li {
  background-image: none;
  list-style-type: none;
}
.soon-tweet ul li:before {
  content: '"';
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #888;
}
.soon-tweet ul li:after {
  content: '"';
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #888;
}
.csoon-page form input,
.csoon-page form button {
  font-size: 12px;
}
/* Make post */
.make-post hr {
  margin: 10px 0px;
}
/* About #2 */
.about-two .pic img {
  margin-bottom: 6px;
}
.about-two .details {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-two .details .name {
  line-height: 10px;
  padding: 0px;
  margin: 0px;
}
.about-two .details em {
  color: #888;
  font-size: 13px;
  line-height: 20px;
}
.about-two .asocial i {
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  width: 20px;
  height: 20px;
}
.about-two .asocial a,
.about-two .asocial a:visited,
.about-two .asocial a:hover {
  color: #fff;
  text-decoration: none;
}
.about-two .details .adesc {
  max-width: 300px;
  margin: 0 auto;
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 5px;
}
/* Slider 1 (Parallax Slider) */
.da-slide h2 span {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
/* Slider 2 (Nivo slider) */
.full-slider i {
  margin: 0px;
}
.full-slider .button {
  margin-top: 5px;
}
.full-slider .button a {
  font-size: 15px;
  display: inline-block;
  padding: 8px 15px !important;
}
.flexslider {
  background: transparent;
  min-height: 300px;
  margin: 0 0 0px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
}
.flex-direction-nav .flex-next {
  right: 5px !important;
}
.flex-direction-nav .flex-prev {
  left: 5px !important;
}
.flex-control-nav {
  bottom: 10px;
}
.flex-control-paging li a {
  background: #fff;
  box-shadow: none;
  width: 8px;
  height: 8px;
}
.flex-control-paging li a:hover {
  background: #ddd;
}
.flex-control-paging li a.flex-active {
  background: #ddd;
}
.flex-center {
  text-align: center;
}
.flex-caption {
  margin: 60px 0px 40px 0px;
}
.flex-caption h2,
.flex-caption h5,
.flex-caption h6 {
  color: #fff;
}
.flex-caption p {
  font-size: 14px;
  line-height: 23px;
  max-width: 650px;
  margin: 0 auto;
}
.flex-back {
  padding: 10px;
}
/* Clients page */
.cclient {
  padding: 10px 0px 15px 0px;
  border-bottom: 1px solid #eee;
  margin: 10px 0px 15px 0px;
}
.cimage img {
  margin-bottom: 5px;
  max-height: 35px;
}
/* Image blocks */
ul.hover-block li {
  list-style: none;
  float: left;
  width: 225px;
  height: 170px;
  position: relative;
  margin: 5px 4px;
}
ul.hover-block li a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 170px;
  color: #000;
}
ul.hover-block li a {
  text-decoration: none;
}
ul.hover-block li .hover-content {
  position: absolute;
  z-index: 1000;
  height: 170px;
  top: 125px;
  color: #fff;
  padding: 5px 10px;
  cursor: pointer;
}
ul.hover-block li .hover-content h6 {
  color: #fff;
}
ul.hover-block li img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  z-index: 500;
}
/* Content */
.content {
  margin-top: 20px;
}
.content ul {
  list-style-type: none;
  margin-left: 0px;
}
.content ul li {
  padding: 5px 0px;
}
/* Discover */
.dis-nav a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
}
.dis-content div {
  display: none;
  padding: 15px 15px 20px 15px;
  margin: 10px 0px;
  background: #f8f8f8;
  color: #777;
  border: 1px solid #eee;
}
.dis-content h3 {
  margin-bottom: 5px;
  color: #666;
}
.dis-content a.btn {
  margin-top: 6px;
  color: #fff !important;
}
.dis-content i {
  position: relative;
  top: -2px;
}
/* Landing page */
.lp .lp-image {
  max-width: 600px;
  margin: 40px auto;
  box-shadow: 0px 0px 30px #ccc;
}
/* Task */
.task {
  background: #fcfcfc;
  border: 1px solid #eee;
  margin-bottom: 10px;
  border-left: 3px solid #eee;
  padding: 10px 15px;
  font-size: 13px;
}
.task:hover {
  background: #fafafa;
}
.task.important {
  border-left: 3px solid #ee1635;
}
.task.cool {
  border-left: 3px solid #30d91a;
}
.task .tmeta {
  font-size: 12px;
}
/* Pricing table */
.price-a {
  width: 48%;
  float: left;
  margin-right: 14px;
}
.price-b {
  width: 48%;
  float: right;
}
.pricel {
  text-align: center;
  margin-top: 10px;
}
.pricel .phead-top {
  margin: 0px;
  padding: 15px 10px;
}
.pricel .phead-top h4 {
  color: #fff;
}
.pricel .phead-bottom {
  background: #f1f1f1;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 10px 10px 5px 10px;
  color: #777;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.pricel .pst {
  font-size: 14px;
  position: relative;
  top: -5px;
  font-weight: normal;
}
.pricel .psb {
  font-size: 14px;
  font-weight: normal;
}
.pricel .pbutton {
  background: #eee;
  border: 1px solid #ddd;
  padding: 10px 0px 15px 0px;
  color: #777;
  font-size: 20px;
  text-align: center;
  margin-top: 0px;
}
.pricel .plist {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: #fcfcfc;
}
.pricel .plist ul {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 0px !important;
}
.pricel .plist li {
  background: none;
  padding: 13px 0px;
  font-size: 13px;
  border-bottom: 1px solid #e1e1e1;
}
.pricel .plist li:nth-child(even) {
  background-color: #f8f8f8;
}
.pricel .plist li:hover {
  background: #fff;
}
.pricel .phead-top {
  display: block;
}
/* Products */
.prod h3 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 30px;
}
.prod {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.prod .pimg {
  margin-top: 10px;
}
.pdetails {
  padding: 10px 10px;
  background: #fefefe;
  margin-top: 20px;
  color: #777;
  border: 1px solid #eee;
}
.pdetails i {
  margin-right: 3px;
}
.pdetails .ptable {
  font-size: 13px;
  border-radius: 10px;
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.pdetails .pline {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
/* Projects */
.projects h3 {
  font-size: 20px;
  margin-top: 0px;
}
.projects .related-projects img {
  max-width: 100px;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ddd;
}
.projects .prdetails {
  margin-top: 10px;
  font-size: 13px;
}
/* Reg & Login Form */
.formy {
  padding: 15px 20px;
  display: block;
  color: #fff;
}
.formy h5 {
  color: #fff;
}
.formy a,
.formy a:visited {
  color: #eee;
  text-decoration: underline;
}
.formy a:hover {
  color: #fff;
  text-decoration: none;
}
/* Login and register form #2 */
.lrform {
  max-width: 400px;
  margin: 30px auto;
  background: #fafafa;
  padding: 15px 15px;
  border: 1px solid #eee;
}
/* Events */
.events .accordion-heading h5 {
  color: #fff;
  padding: 10px;
  margin: 0px;
}
.events .accordion-heading h5 span {
  display: block !important;
  font-size: 13px !important;
}
.events .accordion-heading a,
.events .accordion-heading a:visited,
.events .accordion-heading a:hover {
  margin: 0px;
}
.events .accordion-inner span {
  background: #fafafa;
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  display: block;
}
/* Product */
.prod {
  margin: 20px 0px 30px 0px;
}
.home-product {
  padding: 7px 12px 14px 12px;
  color: #fff;
}
.home-product .home-prod-img {
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
}
.home-product h3 {
  color: #fff;
}
.home-links a {
  color: #999;
}
.home-links a:hover {
  clear: #444;
}
/* Timeline */
.tidate {
  padding: 3px 10px;
  font-size: 13px;
  display: block;
  font-weight: bold;
  margin-bottom: 0px;
}
.timatter h5 {
  font-size: 15px;
}
.timatter {
  background: #fafafa;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 13px;
  border: 1px solid #eee;
  border-top: 0px;
}
/* Service */
.serv-block {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.serv-block h3 {
  color: #fff;
  padding-bottom: 20px;
}
.serv-block i {
  display: block;
  font-size: 60px;
  line-height: 80px;
  width: 100px;
  height: 80px;
  margin: 0 auto;
  padding-top: 20px !important;
}
.service {
  font-size: 13px;
  line-height: 25px;
}
/* Social */
.social-links {
  margin-top: 20px;
  padding: 20px 0px 10px 0px;
  color: #fff;
  line-height: 30px;
}
.social-links a,
.social-links a:visited,
.social-links a:hover {
  font-size: 15px;
  margin: 0px 15px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.social-links i {
  position: relative;
  top: -2px;
  width: 15px;
  text-align: center;
  padding: 3px;
  right: 3px;
}
/* Contact */
.cwell {
  padding: 10px;
  background: #fafafa;
  margin-top: 10px;
  border: 1px solid #f1f1f1;
}
.cwell h5 {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.cwell address {
  font-size: 13px;
}
.gmap iframe {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px !important;
}
/* 404 #2 */
.big-text {
  font-size: 150px;
  line-height: 160px;
  color: #888;
}
/* Footer */
footer {
  font-size: 13px;
  background: #f6f6f6;
  color: #444444;
  padding-top: 10px;
}
footer a {
  color: #777777;
}
footer a:hover {
  color: #666666;
}
footer .color {
  color: #444;
}
footer h6 {
  color: #444;
}
footer ul {
  list-style-type: none;
  margin-left: 0px;
}
footer ul li {
  padding: 3px 0px;
}
footer .widgets {
  margin-top: 20px;
}
footer .copy {
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  margin-top: 10px;
}
/* ==================================
  colors for the template
======================================== */
a {
  color: #41bb19;
}
a:hover {
  color: #379e15;
}
blockquote {
  border-left: 4px solid #41bb19;
}
.color {
  color: #41bb19;
}
header {
  border-top: 2px solid #41bb19;
}
.navbar .btn {
  background: #41bb19 !important;
}
.navbar .btn:hover {
  background: #379e15 !important;
}
.da-slider {
  border-top: 3px solid #41bb19;
  border-bottom: 3px solid #41bb19;
}
.da-slide h2 span {
  background: url("//cdn-west.sqhk.co/5193f7331563b50d1c691398/border-g.png") left bottom no-repeat;
}
.da-slide .da-link {
  background: #41bb19;
}
.da-slide .da-link:hover {
  background: #379e15;
}
.da-dots span {
  background: #41bb19;
}
.da-arrows span {
  background: #41bb19;
}
.full-slider {
  border-top: 5px solid #379e15;
  background: #41bb19;
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}
.full-slider .button a {
  background: #379e15;
}
.full-slider .button a:hover {
  background: #379e15;
}
.flex-back {
  background: #379e15;
}
.home-product {
  background: #41bb19;
}
.home-product .home-prod-img {
  border: 1px solid #379e15;
}
#portfolio .element {
  background: #379e15;
}
#portfolio .pcap {
  background: #41bb19;
  border-top: 2px solid #379e15;
}
/* Events - Accordion*/
.events .accordion-heading h5 {
  background: #41bb19;
}
.social-links {
  background: #41bb19;
}
.social-links i {
  background: #379e15;
}
.formy {
  background: #41bb19;
}
.service-two i {
  color: #41bb19;
}
.features-two .feat i,
.features-three i {
  color: #41bb19;
}
.about-two .asocial i {
  background: #41bb19;
}
.career .nav-tabs > li > a:hover {
  background: #41bb19;
}
.button a {
  background: #41bb19;
}
.button a:hover {
  background: #379e15;
}
.paging a:hover {
  background: #41bb19;
}
.paging .current {
  background: #379e15;
}
/* ==========================
eCommerce theme styling 
=================================*/
.product-name {
  margin-top: 50px;
}
.pricing-box {
  background: #fefefe;
  padding: 10px;
  width: 300px;
  border: 1px solid #eee;
}
.pricing-box .price {
  background: #eee;
}
.pricing-box .price ul li {
  display: inline-block;
  padding-left: 40px;
}
.add-to-cart-button button,
.add-to-cart-button button:focus,
.add-to-cart-button button:active {
  background: #379e15;
  box-shadow: none;
}
.add-to-cart-button button:hover {
  background: #41bb19;
}
#banner-fade {
  margin-bottom: 100px;
}
#wrapper-right {
  background: #eee;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-top: 10px;
  display: block;
  width: auto;
}
#wrapper-right button {
  background: #41bb19;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
}
/* Basic jQuery Slider essential styles */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}
li.bjqs-slide {
  position: absolute;
  display: none;
}
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}
ul.bjqs-controls.v-centered li a {
  position: absolute;
}
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}
ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ol.bjqs-markers.h-centered {
  text-align: center;
}
ol.bjqs-markers li {
  display: inline;
}
ol.bjqs-markers li a {
  display: inline-block;
}
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}
ul.bjqs-controls.v-centered li a {
  display: block;
  padding: 10px;
  background: #379e15;
  color: #fff;
  text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover {
  background: #379e15;
  color: #fff;
}
ol.bjqs-markers li a {
  padding: 5px 10px;
  background: #379e15;
  color: #fff;
  margin: 5px;
  text-decoration: none;
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
  background: #41bb19;
}
p.bjqs-caption {
  background: rgba(255, 255, 255, 0.5);
}
#banner-fade {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
#wrapper-right {
  background: #eee;
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-top: 10px;
  display: block;
  width: auto;
}
/* Responsive */
@media (max-width: 480px) {
  .col-l {
    width: 100%;
    float: none;
    margin: 10px 0px 5px 0px;
  }
  .col-r {
    width: 100%;
    float: none;
    margin: 10px 0px 5px 0px;
  }
  .da-slide h2 {
    width: 100%;
    font-size: 30px;
    top: 40px;
  }
  .da-slide p {
    width: 80%;
    font-size: 15px;
    top: 90px;
  }
  .da-slide .da-link {
    top: 180px;
  }
  .da-slide .da-img {
    display: none;
  }
  ul.hover-block li {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .price-a {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .price-b {
    width: 100%;
    float: none;
  }
  .aboutus {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .border {
    margin: 10px 0px 5px 0px;
  }
  header,
  .navbar,
  .social-links,
  .full-slider,
  footer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .social-links,
  footer,
  .navbar-inner,
  .full-slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo {
    text-align: center;
  }
  header .form {
    padding-top: 0px;
  }
  .dropdown-menu {
    border: 0px !important;
  }
  .dropdown-menu a {
    border: 0px !important;
  }
  .home-product {
    margin-top: 10px;
  }
  .serv-block {
    margin-top: 20px;
  }
  .social-links span {
    display: block;
    margin-bottom: 10px;
  }
  .flex-caption {
    margin: 40px 0px 40px 0px;
  }
  .formy {
    margin-top: 20px;
  }
  .ainfo {
    margin-top: 10px;
  }
  .big-text {
    font-size: 80px;
    line-height: 90px;
  }
  .about-two .staff {
    max-width: 250px;
    margin: 0 auto;
  }
  .features-one {
    text-align: center;
  }
  .features-one h4 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .dropdown-menu {
    border: 0px !important;
  }
  .dropdown-menu a {
    border: 0px !important;
  }
}
@media (max-width: 979px) {
  
}
@media (max-width: 767px) {
  .c-block .row {
    display: block;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .navbar-inner > .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .navbar-inner > .container {
    width: 1160px;
  }
}
