#sync2 {
	padding: 60px 70px;
}
#sync1 .item {
	padding:0px;
	margin:0px;
	color: #FFF;
	text-align: left;
	padding: 60px 70px;
}
.name-title {
	color:#fff;
	font-size:36px;
	font-weight:600;
	margin-bottom:30px;
}
#sync2 .item h1 {
	font-size: 18px;
}
#sync2 .item {
	color: #FFF;
	text-align: center;
	cursor: pointer;
	border:solid 8px #a9383a;
	float: left;
	margin:20px;
}
#sync2 {
 transition: all .2s ease-in-out;
}
#sync2 .synced {
	transform: scale(1.1);
}
.best-of-best {
	background:#ccc;
}
#sync1 {
	float: left;
	width: 70%;
	background:#7dcceb;
	position: static;
}
#sync2 {
	float: right;
	width: 30%;
	background:#cc4e50;
	height:850px;
}
.admin-fts {
	position: relative;
}
.owl-controls {
	position:absolute;
	right:0;
	bottom:0;
	background:#a93436;
	width:30%;
	z-index:99;
}
.owl-buttons {
	text-align: right;
}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
	padding:35px;
	display:inline-block;
	border-left:solid 1px #cc4e50;
	text-indent:-9999px;
	position:relative;
	height:20px;
	width:20px;
}
.owl-controls .owl-buttons .owl-next {
	background: url(../../img2/arrow-best-rt.png) no-repeat center center;
}
.owl-controls .owl-buttons .owl-prev {
	background: url(../../img2/arrow-best-left.png) no-repeat center center;
}
.view-all {
	position:absolute;
	right:0;
	top:50%;
	background: url(../../img2/icon-bg.png) no-repeat center center;
	height:84px;
	width:84px;
	display:none;
	right: 520px;
	z-index: 9;
}
.link-item .view-all {
	display:block;
}
.head-bar {
	z-index: 100;
	height: 80px;
	position: fixed;
	top: 0px;
	background: rgba(26, 35, 37, 0.85);
	border-bottom: solid 1px #a6a6a6;
	width: 100%;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.40);
}
#body {
	margin-top: 80px;
}
.center-align {
	margin: 0px auto;
	width: 1100px;
}
.fixed-ele {
	position: relative;
	width: 100%;
}
a.logo {
	display: block;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -107px;
	background-image: url("../../website-design-company/images-web/spriteme-icn.png");
	background-position: -8px -4px;
	background-repeat: no-repeat;
	height: 56px;
	width: 214px;
}
a.goback, a.discuss {
	position: absolute;
	text-transform: uppercase;
	padding: 6px 0px;
	border-radius: 2px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	margin-top: 26px;
	text-align: center;
}
a.goback {
	left: 15px;
}
a.goback span, a.discuss span {
	display: block;
	font-size: 15px;
}
a.discuss {
	right: 15px;
}
a.goback:hover, a.discuss:hover {
}
.before-footer-bar {
	position: relative;
	background: #ffffff;
	border-top: solid 1px #000000;
	min-height: 120px;
	display: block;
	clear: both;
}
.before-footer-bar h3 {
	line-height: 1;
	color: #000000;
	text-align: center;
	font-size: 48px;
	padding: 42px 0;
	font-style: normal;
	font-weight: 700;
}
.before-footer-bar h3 span {
	font-size: 20px;
}
.before-footer-bar h3 span a {
	vertical-align: super;
	background: url(../../img2/red-bg-arrow.png) no-repeat right top;
	color: #fff;
	height: 34px;
	display: inline-block;
	line-height: 1;
	padding: 7px 25px 0 13px;
	font-style: normal;
	font-weight: 700;
}

.copy-right-sttmnts {
  background:#1a2325;
  padding:20px 0;
}
.copy-right-sttmnts p.copy-right {
  padding: 0;
}