/* CSS Document for 123Enterprise */@import url(reset.css);
@import url(jquery.bxslider.css);
@font-face {
	font-family: "gothic";
	src: url("../fonts/GOTHIC.TTF");
}
@font-face {
	font-family: 'MyriadProLight';
	src: url('../fonts/myriadpro-light.eot');
	src: url('../fonts/myriadpro-light.eot') format('embedded-opentype'), url('../fonts/myriadpro-light.woff') format('woff'), url('../fonts/myriadpro-light.ttf') format('truetype'), url('../fonts/myriadpro-light.svg#MyriadProLight') format('svg');
}
@font-face {
	font-family: 'MyriadProSemibold';
	src: url('../fonts/myriadpro-semibold.eot');
	src: url('../fonts/myriadpro-semibold.eot') format('embedded-opentype'), url('../fonts/myriadpro-semibold.woff') format('woff'), url('../fonts/myriadpro-semibold.ttf') format('truetype'), url('../fonts/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}
@font-face {
	font-family: 'LeagueGothic';
	src: url('../fonts/league_gothic-webfont.eot');
	src: url('../fonts/league_gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/league_gothic-webfont.woff') format('woff'), url('../fonts/league_gothic-webfont.ttf') format('truetype'), url('../fonts/league_gothic-webfont.svg#LeagueGothicRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-family: "MyriadProLight", sans-serif;
	width:100%;
}
h1 {
	font-size: 55px;
	line-height: 55px;
}
h2 {
	font-size: 45px;
	line-height: 45px;
}
.txtcenter {
	text-align: center;
}
img.roundc {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.font12 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font25 {
	font-size: 25px;
}
.font30 {
	font-size: 30px;
}
.font35 {
	font-size: 35px;
}
.font40 {
	font-size: 40px;
}
.wrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
.pullright {
	float: right;
}
.pullleft {
	float: left;
}
.imgborder {
	padding: 5px;
	border: 1px solid #ccc;
}
.margin10 {
	margin: 10px;
}
.colorblue {
	color: #4f77a9;
}
.colorred {
	color: #cc6363;
}
.divider-red {
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #cc6363;
}
.divider-grey {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
}
.divider-dot-grey {
	width: 100%;
	height: 1px;
	border-bottom: 2px dotted #ccc;
}
.clr {
	clear: both;
	height: 20px;
}
.number-circle {
	position: relative;
	font-family: "LeagueGothic", sans-serif;
	display: block;
	float: left;
	vertical-align: middle;
	margin: -30px 20px 0 0;
	text-align: center;
	font-size: 65px;
	font-weight: bold;
	padding: 20px;
	line-height: 10px;
	width: 40px;
	height: 40px;
	border: 10px solid #616161;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-box-shadow: inset 0 0 20px 6px #d8d8d8;
	-webkit-box-shadow: inset 0 0 20px 6px #d8d8d8;
	box-shadow: inset 0 0 20px 6px #d8d8d8;
}
.number-circle small {
	position: absolute;
	top: 10px;
	margin-left: -12px;
	font-family: "MyriadProLight", sans-serif;
	font-size: 14px;
}
header {
	background: url(../images/navback.png) bottom repeat-x;
	width: 100%;
	height: 85px;
	padding: 5px 0 0 0;
	position: relative;
	z-index: 10;
}
header a.logo {
	float: left;
	padding: 30px 0 0 0;
}
header p {
	margin-bottom: 15px;
	text-align: right;
	vertical-align: middle;
}
header p span {
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
	padding-right: 10px;
	border-right: 1px dotted #000;
}
header p a {
	color: #141d25 !important;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
}
header p a span {
	border: none;
	font-size: 12px;
	font-weight: bold;
	padding-right: 0;
}
nav {
	float: right;
	text-align: right;
}
nav a {
	display: inline-block;
	color: #596c7a;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 10px;
}
nav a:hover {
	background: #596c7a;
	color: #fff;
}
nav a.selected {
	background: #596c7a;
	color: #fff;
}
nav a:focus {
	background: #006792;
}
article {
	width: 100%;
}
.index-banner {
	margin-top: -50px;
	background: url(../images/index-banner-bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 470px;
	padding: 100px 0 0 0;
}
.index-text {
	font-family: "Playball", sans-serif;
	float: left;
	width: 375px;
	padding: 80px 0 0 0;
	color: #FFF;
	font-size: 30px;
	line-height: 35px;
}
.index-text a.redbtn {
	padding: 10px 25px;
}
.index-text small {
	font-size: 18px;
	color: #99b1be;
	float: right;
}
.index-banner-alt {
	margin-top: -50px;
	background: url(../images/index-banner-bg.jpg) no-repeat top center;
	background-size: cover;
	width: 100%;
	height: 240px;
	padding: 130px 0 0 0;
}
.index-text-alt {
	font-family: "Playball", sans-serif;
	float: left;
	width: 375px;
	padding: 20px 0 0 0;
	color: #FFF;
	font-size: 30px;
	line-height: 35px;
}
ul.index-flash-text {
}
ul.index-flash-text li {
	min-height: 250px !important;
	color: #fff;
	font-size: 45px;
	letter-spacing: -1px;
	line-height: 45px;
}
ul.index-flash-text li span {
	font-size: 30px;
}
ul.index-flash-text li small {
	font-size: 24px;
	color: #99b1be;
}
ul.arrow-list {
	font-family: "MyriadProSemibold", sans-serif;
	font-size: 22px;
}
ul.arrow-list li {
	background: url(../images/tick-check-round.png) no-repeat left;
	padding: 10px 0 10px 40px;
}
ul.normal-list {
	list-style: none;
}
ul.normal-list li {
	line-height: 160%;
}
.index-video {
	background: url(../images/indexpic.png) no-repeat;
	width: 611px;
	height: 378px;
	float: right;
	position: relative;
}
.index-video a {
	position: absolute;
	left: 48%;
	top: 25%;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#introvideo {
	display: none;
	position: absolute;
	left:20px;
	top: 14px;
}
.service-video {
	background: url(../images/mac-book-screen-play.png) no-repeat;
	width: 600px;
	height: 345px;
	float: right;
	position: relative;
}
.service-video a {
	position: absolute;
	left: 42%;
	top: 32%;
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.service-video #introvideo {
	display: none;
	position: absolute;
	left: 97px;
	top: 26px;
}
.bluedragonbg {
	background: #556876;
	width: 100%;
	padding: 20px 0;
}
.bluedragonbg h1 {
	color: #fff;
	font-family: "LeagueGothic", sans-serif;
	font-weight: normal;
}
.redbg {
	background: #de2c2c;
	width: 100%;
	padding: 20px 0;
}
.redbg h1 {
	color: #fff;
	font-family: "LeagueGothic", sans-serif;
	font-weight: normal;
}
.darkbluebg {
	background: #182634;
	width: 100%;
	padding: 20px 0;
	color: #fff;
}
.darkbluebg h2 {
	color: #fff;
	font-size: 40px;
}
.darkbluebg .pullright {
	margin-top: -150px;
	position: relative;
	z-index: 10;
}
.whitebg {
	background: #FFF;
	width: 100%;
	padding: 20px 0;
}
.paprebg {
	background: url(../images/paper.jpg) repeat;
	width: 100%;
	padding: 20px 0;
}
.threebox {
	width: 100%;
}
.threebox div {
	width: 31%;
	padding: 30px 0;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	background: #283845;
	vertical-align: top;
	color: #fff;
}
.threebox div img {
	border: 10px solid #9fa7ad;
	-moz-box-shadow: 0px 0px 10px 0px #212324;
	-webkit-box-shadow: 0px 0px 10px 0px #212324;
	box-shadow: 0px 0px 10px 0px #212324;
}
.threebox div h2 {
	font-family: "LeagueGothic", sans-serif;
	color: #1d84cf;
	font-size: 55px;
	font-weight: normal;
	border-bottom: 1px dotted #354858;
}
.threebox ul.normal-list {
	text-align: left;
	font-size: 20px;
	color: #fff;
}
.threebox ul.normal-list li {
	padding: 5px 0 5px 35px;
	line-height: 30px;
	background: #425360;
	border-bottom: 1px solid #6d767c;
}
.threebox ul.normal-list li:last-child {
	border-bottom: none;
}
.threebox ul.normal-list li span {
	margin-right: 5px;
	color: #fff;
}
form.infusion-form {
	background: #e7ebef;
	padding: 20px;
}
form.infusion-form h1 {
	font-family: "Playball", sans-serif;
	font-weight: normal;
	font-size: 35px;
	border-bottom: 2px dotted #cc6363;
}
form.infusion-form input[type=text], form.infusion-form textarea, form.infusion-form input[type=submit], form.infusion-form input[type=button] {
	margin: 10px;
}
a.play-audio {
	float: right;
	position: relative;
	margin-right: -20px;
}
.mp3audio {
	display: none;
	float: right;
	position: relative;
	margin-top: -30px;
	margin-right: -15px;
}
.mp3audio span {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	padding: 0 5px;
	cursor: pointer;
}
.mp3audio span:hover {
	color: #de2c2c;
}
.pulse {
	-webkit-animation: pulse 1s linear infinite;
	-moz-animation: pulse 1s linear infinite;
	-ms-animation: pulse 1s linear infinite;
	animation: pulse 1s linear infinite;
}
@keyframes "pulse" {
0% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-moz-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-moz-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes "pulse" {
0% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-ms-keyframes "pulse" {
0% {
-ms-transform: scale(1.1);
transform: scale(1.1);
}
50% {
-ms-transform: scale(0.8);
transform: scale(0.8);
}
100% {
-ms-transform: scale(1);
transform: scale(1);
}
}
.teatimonials {
	width: 100%;
}
.teatimonials div {
	width: 33%;
	display: inline-block;
	text-align: center;
	margin: 0 0 20px 0;
	vertical-align: top;
}
.teatimonials div a {
	text-decoration: none;
	font-size: 25px;
	color: #000;
	font-weight: bold;
}
.teatimonials a img {
	border: 2px solid #ccc;
	padding: 10px;
}
.teatimonials div a.redbtn {
	margin-top: 10px;
	font-weight: normal;
	color: #fff;
	font-size: 15px;
	padding: 10px 20px;
}
.fulltestimonials iframe {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #ccc;
}
footer {
	color: #63676a;
	font-size: 12px;
}
footer a {
	color: #63676a;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
