.ac-wrapper {
	width: 100%;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 25%;
	-moz-perspective-origin: 50% 25%;
	perspective-origin: 50% 25%;
	background: #fff5f3;
	background-color: rgba(255, 245, 243, 1);
	padding: 2.5em 2.5em 2.5em 2.5em;
}

.ac-wrapper2 {
	width: 100%;
	position: relative;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 25%;
	-moz-perspective-origin: 50% 25%;
	perspective-origin: 50% 25%;
	background: #f7ffff;
	background-color: rgba(247, 255, 255, 1);
	padding: 2.5em 2.5em 2.5em 2.5em;
}

.ac-wrapper h2 {
	top: 0%;
	position: absolute;
	font-weight: 300;
	font-size: 2.2em;
	text-align: left;
	padding: 0 0 0 0;
	line-height: 1.2em;
	color: #252525;
}

.ac-wrapper h2 span {
	display: block;
	font-size: 65%;
	padding: 0 0 10px 0;
	color: #4a4a4a;
  border-bottom: 2px solid #4c2890;

}

.ac-wrapper h4 {
	top: 45%;
	width: 400px;
	position: absolute;
	font-weight: 300;
	font-size: 1.16em;
	text-align: right;
	padding: 0 180px 0 50px;
	line-height: 1.7em;
}


.ac-device {
	background: url(../images/iPhone.png) no-repeat;
	width: 288px;
	height: 611px;
	left: 30%;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ac-device a {
	height: 440px;
	width: 249px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	margin: 85px 0 0 20px;
}

.ac-device a img {
	display: block;
	position: absolute;
}

.ac-device h3 {
	position: absolute;
	text-align: right;
	font-size: 1.3em;
	left: -112%;
	width: 90%;
	top: 69%;
	margin-left: 30px;
	font-weight: 300;
	color: #ee2323;
}

.ac-device nav {
	position: absolute;
	bottom: 1em;
	left: -50%;
	margin-left: 2em;
	width: 100%;
}

.ac-device nav span {
	display: block;
	font-size: 2.8em;
	font-weight: 300;
	cursor: pointer;
	color: #fff;
	background: #eae29a;
	line-height: 0.9;
	padding: 0 0.08em;
	margin: 2px;
	float: left;
	width: 36px;
	text-align: center;
}

.ac-device nav span:hover {
	background: #cdc475;
}

.ac-grid {
	position: absolute;
	width: 620px;
	left: 50%;
	margin-left: -310px;
	height: 100%;
	z-index: 1000;
	top: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(-350px);
	-moz-transform: translateZ(-350px);
	transform: translateZ(-350px);
}

.ac-grid a {
	width: 145px;
	display: none;
	position: relative;
	float: left;
	margin: 10px 5px;
	cursor: pointer;
}

.ac-grid a img {
	display: none;
	width: 100%;
}

.ac-grid a span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	text-transform: uppercase;
	padding: 3em 1em 0;
	z-index: 100;
	color: #ddd;
	background: rgba(0,0,0,0.4);
	font-weight: 100;
	opacity: 0;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ac-grid a:hover span {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}




.ac-wrapper.ac-gridview .ac-grid {
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	transform: translateZ(0px);
	opacity: 1;
	pointer-events: auto;
}





.cbp-fwslider {
	position: relative;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 0 60px;
}

.cbp-fwslider ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div {
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img {
	border: none;
	display: block;
	margin: 0 0 0 415px;
	max-width: 100%;
	cursor: default;
}


.cbp-fwslider nav span {
	position: absolute;
    display:inline;
	top: 82%;
	width: 40px;
	height: 40px;
	background: #eae29a;
	color: #fff;
	font-size: 40px;
	text-align: center;
	margin-top: 0px;
	line-height: 39px;
	cursor: pointer;
	font-weight: 100;
}

.cbp-fwslider nav span:hover {
	background: #cdc475;
}

.cbp-fwslider nav span.cbp-fwnext {
	right: 480px;
}

.cbp-fwslider nav span.cbp-fwprev {
	left: 300px;
}

.cbp-fwdots {
	position: absolute;
	left: 195px;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover {
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
	background: #eae29a;
	box-shadow: 0 0 0 2px #eae29a;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}


