@charset "utf-8";
/* RESET CSS
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-size: 100%;
}
a:link, a:visited {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	text-decoration: none;
	color: #2eb0e4;
	cursor: pointer;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:hover, a:active {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	text-decoration: none;
	color: #008fc8;
	cursor: pointer;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	display: block;
}
blockquote, q {
	quotes: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
::selection {
	background: #2eb0e4;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
 background: #2eb0e4;
 color: #fff;
 text-shadow: none;
}
/* BASIC CSS
--------------------------------------------- */

body {
	background: #fff;
	color: #3c3c3c;
	font: normal normal 14px/24px "OpenSansRegular", Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.blue {
	color: #2eb0e4;
}
.center {
	margin: 0px auto !important;
}
.bold {
	font-family: "OpenSansBold", Arial, Helvetica, sans-serif;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
/* TYPOPGRAPHY
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "OpenSansRegular", Arial, Helvetica, sans-serif;
	color: #3c3c3c;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	text-decoration: none;
	font: normal normal 14px/24px "OpenSansRegular", Arial, Helvetica, sans-serif;
}
/* BUTTONS
--------------------------------------------- */
.greenBtn, a.greenBtn {
	display: inline-block;
	margin: 0px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #000;
	border: solid 1px #77a432;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 0px #34670a;
	font: normal 30px/normal "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	background-image: -webkit-linear-gradient(bottom, #538d22, #b7cf4f);
	background: #b7cf4f; /* Old browsers */
	background: -moz-linear-gradient(top, #b7cf4f 0%, #538d22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b7cf4f), color-stop(100%, #538d22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b7cf4f 0%, #538d22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b7cf4f 0%, #538d22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b7cf4f 0%, #538d22 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b7cf4f 0%, #538d22 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7cf4f', endColorstr='#538d22', GradientType=0 ); /* IE6-9 */
}
.greenBtn:hover, a.greenBtn:hover {
	background: #538d22; /* Old browsers */
	background: -moz-linear-gradient(top, #538d22 0%, #b7cf4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #538d22), color-stop(100%, #b7cf4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #538d22 0%, #b7cf4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #538d22 0%, #b7cf4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #538d22 0%, #b7cf4f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #538d22 0%, #b7cf4f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#538d22', endColorstr='#b7cf4f', GradientType=0 ); /* IE6-9 */
}
.greenBtn span, a.greenBtn span {
	font: normal 18px/24px "OpenSansRegular", Arial, Helvetica, sans-serif;
}
/* HEADER
--------------------------------------------- */

#header {
	background: #fff;
	margin: 0px;
	padding: 10px 0px;
	height: auto;
	overflow: hidden;
}
#header .logo {
	float: left;
	padding: 10px 0px;
	width: 200px;
}
.callNoCont {
	float: right;
	margin: 0px;
	min-width: 475px;
	overflow: hidden;
	padding: 15px 0px 5px 50px;
}
.callNoCont .callNo {
	float: right;
	margin: 0px;
	padding: 0px;
}
.callNoCont .buttonTry {
	float: right;
	margin: 0;
	padding: 2px 0 0 15px;
}
.callNoCont .callNo h2 {
	color: #555555;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: right;
}
:root .callNoCont .callNo h2 img {
	float: none;
}
.callNoCont .callNo p {
	color: #7E7E7E;
	font: 18px "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	letter-spacing: 0.04em;
	margin: 0;
	padding: 5px 0 0;
	text-align: right;
}
.callNoCont .callNo p span {
	color: #555555;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
}
.callNoCont .callNo p span a {
	border-bottom: 1px solid #0d7acc;
	color: #0d7acc;
	font: bold 12px/24px Arial, Helvetica, sans-serif;
}
.callNoCont .callNo p span a:hover {
	border-bottom: 0px;
}
/* NAVIGATION
--------------------------------------------- */
#navigation {
	background: url(../images/background/nav-bg.jpg) repeat-x left top;
}
#topNaviWrap {
	width: 1002px;
	margin: 0 auto;
	padding: 0;
	height: 36px;
}
#topNaviWrap ul {
	list-style-type: none;
	margin: 1px 0 0 0;
	padding: 0;
}
#topNaviWrap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: url(../images/background/bg-seprator.gif) left center no-repeat;
	display: inline;
	height: 36px;
	float: left;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Trebuchet MS, arial;
	font-size: 14px;
	font-weight: bold;
}
#topNaviWrap li a {
	color: #ffffff;
	text-decoration: none;
	padding: 6px 25px 5px 25px;
	float: left;
}
#topNaviWrap li a:hover, #topNaviWrap li a.current {
	background: url(../images/background/top-navi-hover.gif) 0 0 repeat-x;
}
/* BANNER
--------------------------------------------- */
#banner {
	background: url(../images/background/banner.jpg) repeat-x center top;
	min-height: 605px;
	margin: 0px;
	padding: 0px;
}
#banner .container {
	padding: 57px 0px 0px;
	position: relative;
}
#banner .container h1 {
	font: normal 40px/normal "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	color: #3f83c4;
	text-shadow: 1px 2px 0px #c7d1d1;
}
#banner .container h2 {
	font: normal 35px/normal "OpenSansLight", Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: 1px 1px 0px #d8e1e0;
	padding: 30px 0px 50px;
}
#banner .imgHolder {
	float: left;
}
#banner .bannerTxt {
	float: right;
	margin: 0px;
	padding: 140px 0px 0px;
	width: 636px;
}
#banner .btnHolder {
	margin: 0px auto;
	padding: 0px;
}
#banner .btnHolder a {
	margin: 0px 20px 0px 0px;
}
#banner .btnHolder a span {
	width: 42px;
	height: 42px;
	float: left;
	display: block;
	margin: 0px 10px 0px 0px;
}
a.applynow span {
	background: url(../images/icons/icon.png) no-repeat -416px -38px;
}
a.video span {
	background: url(../images/icons/icon.png) no-repeat -457px -38px;
}
/* CONTENT
--------------------------------------------- */
#content {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.topSec {
	background: #fff;
	padding: 35px 0px 50px;
}
.title {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.title h1 {
	margin: 0px;
	padding: 0px;
	font: normal 45px/normal "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	color: #716f6f;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/background/line.png) no-repeat center center;
}
.title h1 span {
	background: #fff;
	padding: 10px 20px;
}
.title h2 {
	margin: 15px 0px 0px;
	padding: 0px 25px;
	font: normal 20px/30px "OpenSansRegular", Arial, Helvetica, sans-serif;
	color: #696969;
	text-align: center;
}
.title2 h1, .title2 h1 span {
	font-size: 30px;
}
.title2 h1 span.leftLine, .title2 h1 span.rightLine {
	background-position: left 13px;
	min-height: 30px;
}
/* PARTNER PERK
--------------------------------------------- */
.midSec {
	background: #edebeb;
	padding: 50px 0px 25px;
	height: auto;
	overflow: hidden;
}
.midSec .title {
	margin: 0px 0px 20px;
}
.midSec .title h1 span {
	background: #edebeb;
}
.partnerBox {
	background: #fff;
	height: auto;
	overflow: hidden;
	box-shadow: 7px 7px 0px #d5d3d3;
	float: left;
	padding: 15px 10px;
	width: 460px;
	min-height: 208px;
	max-height: 215px;
	margin: 20px 40px 20px 0px;
}
.partnerBox.last {
	margin: 20px 0px 20px 0px;
}
.partnerBox h3 {
	margin: 0px;
	padding: 0px;
	font: normal 20px/50px "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	color: #6c6b6b;
	height: auto;
	overflow: hidden;
}
.partnerBox p {
	color: #6c6b6b;
}
.partnerBox h3 span {
	margin: 0px 15px 15px 0px;
	padding: 0px;
	height: 50px;
	width: 65px;
	display: block;
	float: left;
	border-right: 3px solid #edebeb;
	background: url(../images/icons/icon.png) no-repeat left top;
}
.partnerBox h3.commision span {
	background-position: -9px -8px;
}
.partnerBox h3.freeAccount span {
	background-position: -9px -80px;
}
.partnerBox h3.cookies span {
	background-position: -9px -150px;
}
.partnerBox h3.discounts span {
	background-position: -9px -215px;
}
.partnerBox h3.support span {
	background-position: -9px -292px;
}
.partnerBox h3.reselling span {
	background-position: -9px -350px;
}
/* GER STARTED
--------------------------------------------- */
.stepSec {
	background: #fff url(../images/background/pattern.png) repeat left top;
	padding: 50px 0px 70px;
	margin: 0px;
	height: auto;
	overflow: hidden;
}
.stepSec .title h1 {
	background: none;
	padding: 0px 0px 30px;
}
.stepSec .title h1 span {
	background: none;
}
.stepBox {
	float: left;
	width: 270px;
	margin: 0px 10px 0px 0px;
}
.stepBox h3 {
	font: normal 20px/50px "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	color: #747474;
	padding: 0px;
	margin: 0px;
}
.stepBox .stepInfo {
	float: right;
	width: 205px;
}
.stepBox .stepInfo p {
	font: normal 13.5px/20px "OpenSansRegular", Arial, Helvetica, sans-serif;
	color: #888888;
}
.stepBox .icn {
	float: left;
	width: 55px;
	height: 80px;
	margin: 0px 0px 0px 0px;
	background: url(../images/icons/icon.png) no-repeat left top;
}
.icn.step01 {
	background-position: -117px -1px;
}
.icn.step02 {
	background-position: -119px -86px;
}
.icn.step03 {
	background-position: -122px -170px;
}
.applyNow {
	margin: 0px;
	width: 150px;
}
.applyNow a.greenBtn {
	margin: 20px 0px 0px;
	width: 150px;
	font: normal 24px/normal "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	padding: 10px 0px;
}
/* CORPORATION INFO
--------------------------------------------- */
.corpSec {
	background: #71c6e8 url(../images/background/world-map.png) no-repeat center center;
	margin: 0px;
	padding: 55px 0px;
	min-height: 115px;
}
.conversationBox {
	float: left;
	width: 490px;
	font: normal 28px/normal "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 0px #42a5d8;
}
.conversationBox > img {
	float: left;
	margin: 0px 30px 0px 0px;
}
.conversationInfo {
	float: right;
	width: 340px;
	text-align: left;
}
.conversationInfo span {
	display: block;
	font: normal 18px/normal "OpenSansSemibold", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px 0px;
}
.conversationInfo span a {
	color: #fff;
	display: inline-block;
	outline: medium none;
	position: relative;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	white-space: nowrap;
}
.conversationInfo span a:after {
	background: #fff;
	content: "";
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: translateY(-10px);
	transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
	width: 100%;
}
.conversationInfo span a:hover:after {
	height: 2px;
	opacity: 1;
	transform: translateY(0px);
}
/* FOOTER
--------------------------------------------- */
#footer {
	background: #1A1A1A;
	padding: 40px 0 30px;
	position: relative;
	z-index: 999;
	height: au;
	overflow: hidden;
}
#footer .footBox {
	margin: 0px 22px 0px 0px;
	padding: 0px;
	float: left;
	width: 228px;
}
#footer ul {
	font-size: 13px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	line-height: 24px;
	margin: 5px 0px;
}
#footer ul li.title {
	border-bottom: 1px solid #484848;
	color: #a1a1a1;
	font-size: 14px;
	text-transform: uppercase;
	font: 16px/normal "OpenSansCondensedBold", Arial, Helvetica, sans-serif;
	padding: 0px 0px 5px;
}
#footer ul li a {
	color: #c0c0c0;
	font: 13x/28px "OpenSansRegular", Arial, Helvetica, sans-serif;
	padding: 0px;
}
#footer ul li a:hover {
	padding: 0px 0px 0px 10px;
}
#footer .contact a {
	float: right;
	margin: 15px 0px 30px 0px;
}
#footer .contact a.phone {
	float: left;
}
#footer .contact a:hover {
	padding: 0px;
	color: #666;
}
#footer .contact a.phone span, #footer .contact a.mail span {
	background: url(../images/icons/icon.png) no-repeat -389px -14px;
	display: inline-block;
	height: 16px;
	width: 25px;
	float: left;
	margin: 4px 0px 0px;
}
#footer .contact a.mail span {
	background: url(../images/icons/icon.png) no-repeat -415px -14px;
}
#footer .social-icons .lftSos {
	float: left;
	width: 50%;
}
#footer .social-icons li {
	margin: 0px 0px 10px;
}
#footer .social-icons li a span {
	background: url(../images/icons/icon.png) no-repeat -267px -96px;
	height: 24px;
	width: 24px;
	display: inline-block;
	float: left;
	margin: 0px 15px 0px 0px;
}
#footer .social-icons li a.fb span {
	background: url(../images/icons/icon.png) no-repeat -267px -96px;
}
#footer .social-icons li a.twt span {
	background: url(../images/icons/icon.png) no-repeat -303px -96px;
}
#footer .social-icons li a.google span {
	background: url(../images/icons/icon.png) no-repeat -338px -96px;
}
#footer .social-icons li a.linkedin span {
	background: url(../images/icons/icon.png) no-repeat -374px -96px;
}
#footer .social-icons li a.youtube span {
	background: url(../images/icons/icon.png) no-repeat -409px -96px;
}
#footer .social-icons li a.pinterest span {
	background: url(../images/icons/icon.png) no-repeat -267px -130px;
}
#footer .social-icons li a.slide-share span {
	background: url(../images/icons/icon.png) no-repeat -303px -130px;
}
#footer .social-icons li a.flickr span {
	background: url(../images/icons/icon.png) no-repeat -338px -130px;
}
#footer .social-icons li a.scribd span {
	background: url(../images/icons/icon.png) no-repeat -374px -130px;
}
#footer .copyRight {
	border-top: 1px solid #484848;
	padding: 15px 0px 0px;
	margin: 15px 0px 0px;
	color: #a8a8a8;
}
/*-------------------------------------08-05-2014 Marketing Guide Css Start-----------------------------*/

#MarketingWrap {
	background: #ebeaef url(../images/background/marketing-pattern.png);
	width: 100%;
	float: left;
	height: auto;
	margin: 0;
	padding: 30px 0px 0px 0px;
}
.contbox1 {
	margin: 0px 0px 30px 0px;
	padding: 20px;
	float: left;
	width: 100%;
	height: auto;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	box-shadow: 0px 5px 0px #d7d7d7;
	-moz-box-shadow: 0px 5px 0px #d7d7d7;
	-ms-box-shadow: 0px 5px 0px #d7d7d7;
	-o-box-shadow: 0px 5px 0px #d7d7d7;
	-webkit-box-shadow: 0px 5px 0px #d7d7d7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contbox1 img {
	text-align: center;
	margin: 40px auto 40px auto;
	display: block;
}
.contbox2 {
	background: #f6f5f5 !important;
	border: 1px solid #d7d7d7;
}
.contbox3 {
	background: #e0f1ff url(../images/background/box-pattern.png) !important;
	border: 1px solid #b3dbfb !important;
}
.contbox1-re {
	position: relative;
	margin-top: 160px !important;
}
.MarketHead {
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear:both;
}
.MarketHead02 {
	margin-top: 180px !important;
}
.MarketHead h3 {
	margin: 20px 0px 40px 0px;
	padding: 0px;
	font-family: 'roboto_condensedregular', Arial;
	font-size: 36px;
	color: #545454;
	text-align: center;
	line-height: normal;
}
.MarketHead h3 span {
	color: #3386c7;
	font-weight: 600;
}
.MarketHead1 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.MarketHead1 h3 span {
	font-weight: 600;
}
.MarketHead1 h3 {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	font-family: 'roboto_condensedregular', Arial;
	font-size: 36px;
	color: #3386c7;
	text-align: center;
	line-height: normal;
	text-shadow: 1px 1px 1px #ffffff;
}
s .MarketContent {
	margin: 0px;
	padding: 40px 0px 20px 0px;
	width: 100%;
	float: left;
}
.contbox1 p {
	font-family: 'robotoregular', Arial;
	font-size: 18px;
	text-align: left;
	color: #545454;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 30px;
	width:100%;
}
.contbox1 h4 {
	font-family: 'robotoregular', Arial;
	font-size: 30px;
	text-align: left;
	color: #3386c7;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 30px;
	width: 100%;
}
.MarketContent-left {
	float: left;
	height: auto;
	width:564px;
}
.MarketContent-left p {
	font-family: 'robotoregular', Arial;
	font-size: 18px;
	text-align: left;
	color: #545454;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 30px;
	width: 100%;
}
.MarketContent-right {
	float: right;
	height: auto;
	text-align: right;
}
.MarketContent-right img {
	text-align: center;
	margin: 0 auto;
}
.Marketslogan {
	margin: 30px auto 30px auto;
	padding: 20px;
	width: 90%;
	background: #b3dbfb;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	color: #135d97;
	font-family: 'robotoregular', Arial;
	font-size: 24px;
	font-weight: 500;
	line-height: 35px;
	font-style: italic;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a.monthblock {
	width: 221px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display:inline-block;
	margin-left: 17px;
	margin-bottom: 22px;
	border: 1px solid #ffffff;
	box-shadow: 5px 5px 0px #e0e0e0;
}
a.monthblock:nth-child(4n+1) {
	margin-left: 0 !important;
}
a.monthblock:hover {
	box-shadow: 10px 10px 0 #666;
}
a.monthblock:hover {
	box-shadow: 10px 10px 0 #666;
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
}
a.monthblock span {
	display: block;
	text-align: center;
	height: auto;
	margin: 0;
	padding: 15px;
	background: #b3dbfb;
	color: #3b4a55;
	font: 20px 'roboto_condensedlight', Arial;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 10px solid #758fa3;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a.monthblock:hover span {
	background: #55d4fe;
}
a.monthblock p {
	width: 100%;
	text-align: center;
	height: auto;
	margin: 0;
	float: left;
	padding: 20px 10px 30px 10px;
	color: #545454;
	font-family: 'robotoregular', Arial;
	font-size: 14px;
	line-height: normal;
	background: #ebebed;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.calblockarea {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.calblock {
	width: 296px;
	height: 298px;
	margin: 0 auto;
	padding: 0px;
	background: url(../images/icons/cal-bg.png) no-repeat center;
	position: absolute;
	top: -170px;
	text-align: center;
	left: 352px;
}
.calblock img {
	margin: 80px auto;
	text-align: center;
	display: block;
}
.benefitext {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.benefitext p {
	font-family: 'robotoregular', Arial;
	font-size: 18px;
	text-align: left;
	color: #545454;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	line-height: 30px;
	text-align: center;
}
.tabblockarea {
	margin: 30px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.tabblock {
	margin: 0px 16px 0 0;
	padding: 0px;
	width: 306px;
	float: left;
}
.tabblock span {
	margin: 0px;
	padding: 0px;
	width: 64px;
	height: 67px;
	float: left;
	background: url(../images/icons/circle-bg.png) no-repeat left;
	text-align: center;
}
.tabblock span h4 {
	margin: 20px 0px 0px 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.tabblock p {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 22px;
	width:auto;
}
.researchtext {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 10px;
	background: #f3f3f3;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.researchtext img {
	text-align: center;
	margin: 30px auto 30px auto;
	display: block;
}
.searcharea {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.searcharealeft {
	margin: 0px;
	padding: 25px;
	float: left;
	width: 400px;
	text-align: center;
}
.searcharearight {
	margin: 0px;
	padding: 0px;
	float: right;
}
.marketarea {
	margin: 40px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.marketarealeft {
	margin: 0px;
	padding: 25px 0 0 0;
	float: left;
	width: 375px;
	text-align: left;
}
.marketarearight {
	margin: 0px;
	padding: 0px;
	float: right;
}
ul.marketlist {
	margin: 0px 0 30px 0;
	padding: 0px;
	width: 100%;
	float: left;
}
ul.marketlist li {
	width: 400px;
	margin: 0px 0 0 30px;
	padding: 0px 0 0 30px;
	background: url(../images/icons/arrow.png) no-repeat left top 10px;
	line-height: 25px;
	color: #545454;
	font-family: 'robotoregular', Arial;
	font-size: 18px;
	line-height: 40px;
	float: left;
}
.basketballarea {
	margin: 40px 0px 30px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.basketballarealeft {
	margin: 0px;
	padding: 35px 0 0 0;
	float: left;
	width: 440px;
	text-align: left;
}
.basketballarearight {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;
}
.bodyblock {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: #b3dbfb;
	float: left;
}
.bodyblockleft {
	width: 270px;
	height: 270px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(../images/assets/body-bg.png) no-repeat left top;
	text-align: center;
}
.bodyblockleft img {
	margin: 45px auto;
	text-align: center;
	display: block;
}
.bodyblockright {
	width: 638px;
	margin: 0px;
	padding: 0px 0px 0 25px;
	float: left;
}
.bodyblockright h3 {
	font-family: 'robotoregular', Arial;
	color: #093b62;
	font-size: 26px;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	margin: 25px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	float: left;
	width: 100%;
}
.bodyblockright p {
	color: #2f5a7e;
	font-family: 'robotoregular', Arial;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	width: 100%;
}
.takebtn {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
a.blueBtn {
	display: inline-block;
	margin: 20px auto 20px auto;
	padding: 20px 120px 20px 120px;
	border-radius: 5px;
	border-color: #21689f #21689f #21689f;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 1px #65aed9 inset;
	text-shadow: 1px 1px #094097;
	text-transform: uppercase;
	font: 36px "roboto_condensedregular", Arial, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	background: #3a97cf; /* Old browsers */
	background: -moz-linear-gradient(top, #3a97cf 0%, #2c75bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a97cf), color-stop(100%, #2c75bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3a97cf 0%, #2c75bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3a97cf 0%, #2c75bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a97cf 0%, #2c75bf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3a97cf 0%, #2c75bf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a97cf', endColorstr='#2c75bf', GradientType=0 ); /* IE6-9 */
}
a.blueBtn span {
	font-weight: bold;
}
a.blueBtn:hover {
	background: #ff5100; /* Old browsers */
	background: -moz-linear-gradient(top, #2c75bf 0%, #3a97cf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c75bf), color-stop(100%, #3a97cf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c75bf 0%, #3a97cf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c75bf 0%, #3a97cf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c75bf 0%, #3a97cf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2c75bf 0%, #3a97cf 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c75bf', endColorstr='#3a97cf', GradientType=0 ); /* IE6-9 */
}
.questionmark {
	color: #545454;
	font-family: 'robotoregular', Arial;
	font-size: 24px;
}
.keyword_box {
	background-image: url(../images/background/keywordbg.png);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
	padding: 2%;
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.keyword_repeatbox:before {
	clear: both;
	content: "";
	display: block;
}
.keyword_repeatbox:after {
	clear: both;
	content: "";
	display: block;
}
.keyword_repeatbox {
	width: 100%;
	margin: 10px auto;
	padding: 0;
}
.keyword_stamp {
	background-image: url(../images/icons/keyword_stamp.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	float: left;
	height: 60px;
	width: 70px;
	margin-left: 16px;
	padding-top: 25px;
	font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	text-shadow: 1px 1px #094097;
}
.keyword_containt {
	text-align: left;
	display: block;
	float: left;
	width: 700px;
}
.keyword_ctn {
	text-align: left;
	display: block;
	float: left;
	width: 570px;
	position: relative;
	margin: 15px 0 0 20px;
}
.keyword_ctn_inn {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #3385c5;
	float: left;
	width: 526px;
	margin-left: 12px;
}
.keyword_ctn_inn h4 {
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	color: #3386c7;
	text-align: left;
	display: block;
	padding: 0px;
	margin: 0px;
}
.keyword_aero {
	background-image: url(../images/icons/keywordaero.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	height: 23px;
	width: 21px;
	position: absolute;
	top: 23%;
}
.keyword_img {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.keyword_img img {
	margin: 20px 0 0 50px;
	border: solid 1px #3386c7;
	background-color: #ffffff;
	-moz-box-shadow: 4px 4px #afd2ee;
	-webkit-box-shadow: 4px 4px #afd2ee;
	box-shadow: 4px 4px #afd2ee;
filter: progid:DXImageTransform.Microsoft.Shadow(strength = 4, direction = 135, color = '#afd2ee');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 4, Direction = 135, Color = '#afd2ee')";
}
.keywordlist {
	display: block;
	width: 100%;
	margin: 10px 0;
}
.keywordlist li {
	display: block;
	text-align: left;
	float: left;
	width: 100%;
	color: #545454;
	font-family: 'robotoregular', Arial;
	font-size: 18px;
	line-height: 30px;
}
.keywordlist li span img {
	margin: 0 !important
}
.keywordlist li span {
	float: left;
	display: block;
	text-align: center;
	margin: 6px 10px 10px 0;
}
.wiki_wrapper {
	display: block;
	width: 100%;
}
.wiki_repeatbox {
	display: block;
	float: left;
	margin: 10px 8px 10px 11px;
	position: relative;
	text-align: center;
	width: 300px;
}
.wiki_repeatbox_inn {
	background-color: #d8ebfb;
	padding: 50px 10px 10px 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8fbfe6;
	text-align: center;
	display: block;
	min-height: 290px;
}
.wiki_no {
	background-image: url(../images/icons/keyword_stamp.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	height: 54px;
	width: 80px;
	padding: 26px 0 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
	position: relative;
	font-family: 'roboto_condensedregular', Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: 1px 1px #094097;
}
.wiki_repeatbox_inn h1 {
	font-family: 'robotoregular', Arial;
	font-size: 18px;
	text-align: center;
	color: #545454;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: normal;
	width: 100%;
}
.wiki_repeatbox_inn img {
	margin: 10px auto;
	width: 100%;
	height: auto;
}
.repeat_wikibox {
	width: 100%;
	margin: 10px 0;
}
.repeat_wikibox:before {
	clear: both;
	content: "";
	display: block;
}
.repeat_wikibox:after {
	clear: both;
	content: "";
	display: block;
}
ul.circle-bullet {
	margin: 25px 0 0;
	padding: 0;
}
ul.circle-bullet > li {
	margin: 0 0 20px 25px;
	padding: 0 0 0 25px;
	background: url(../images/icons/keyworddot-blue.png) no-repeat 0 6px;
	font: 18px/30px'robotoregular', Arial, Helvetica, sans-serif;
}
.expertHeading {
	margin-bottom: 20px !important;
}
.expertBox {
	margin: 0;
	padding: 0;
	text-align: center;
}
.expertbtn {
	padding: 10px 30px !important;
	;
	display: table !important;
	;
	font-size: 25px !important;
	;
}
.is {
	border: 1px solid #d7d7d7;
	margin: 0;
	padding:10px;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.is h3 {
  background:#2db6ff;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding:5px;
}
.is a {
	border: 1px solid #2db6ff;
	box-shadow: 0 0 3px #cccccc;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}
.is a:hover {
	box-shadow: 0px 0px 3px #3084c6;
}
.is img {
  border: 0;
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}
