/* Common css properties
-------------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #000;
}
img {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
hr {
	border: 0;
	height: 1px;
	background: #e9ecef;
}
.no-padding {
	padding: 0px;
}
ul, ol, li, dl, dd, dt {
	padding: 0;
	margin: 0;
	list-style: none;
}
.no-padding {
	padding: 0;
}
.commonBtn button {
	background-color: #3393e2;
	border: 0 none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 3px 0 #275aad;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	height: 33px;
	position: relative;
	width: 110px;
	margin-top: 15px;
	margin-bottom: 25px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
/* Structural css properties
-------------------------------------------------------------------*/

#wrapper {
	display: block;
	width: 100%;
}
.row {
	margin: 0 auto;
	max-width: 1170px;
	display: block;
	width: 100%;
}
/* Header css properties
-------------------------------------------------------------------*/
header {
	-webkit-box-shadow: 0 8px 6px -6px #000;
	-moz-box-shadow: 0 8px 6px -6px #000;
	box-shadow: 0 8px 6px -6px #000;
	position: relative;
}
header .navbar-brand {
	padding: 0;
	display: inline-table;
}
header .navbar-nav {
	float: left;
	margin-top: 40px;
}
header .navbar-nav li a {
	color: #000 !important;
	font-size: 18px;
	padding: 0px 47px;
	padding-left: 0px;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
header .navbar-nav li a:hover, header .navbar-nav li a.active {
	color: #777777 !important;
}
header .navbar-inverse {
	background: none;
	border: none;
}
.topBtn {
	float: right;
	padding-top: 32px;
}
.topBtn .Register {
	background-color: transparent;
	border: 1px solid #e8651c;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	font-size: 16px;
	height: 35px;
	margin-right: 5px;
	width: 105px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.topBtn .Login {
	background: #e8651c;
	border: medium none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 35px;
	width: 105px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
/* Header API Documentation Section
-------------------------------------------------------------------*/

.apiDoc {
	height: 850px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#172a71+0,174476+100 */
	background: #172a71 url(../images/Bg-pattern.png) repeat; /* Old browsers */
	background: url(../images/Bg-pattern.png) repeat, -moz-linear-gradient(top, #172a71 0%, #174476 100%); /* FF3.6+ */
	background: url(../images/Bg-pattern.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #172a71), color-stop(100%, #174476)); /* Chrome,Safari4+ */
	background: url(../images/Bg-pattern.png) repeat, -webkit-linear-gradient(top, #172a71 0%, #174476 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/Bg-pattern.png) repeat, -o-linear-gradient(top, #172a71 0%, #174476 100%); /* Opera 11.10+ */
	background: url(../images/Bg-pattern.png) repeat, -ms-linear-gradient(top, #172a71 0%, #174476 100%); /* IE10+ */
	background: url(../images/Bg-pattern.png) repeat, linear-gradient(to bottom, #172a71 0%, #174476 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172a71', endColorstr='#174476', GradientType=0 ); /* IE6-9 */
}
.bannerContent {
	margin: 0 auto;
	max-width: 1030px;
	display: block;
	width: 100%;
	margin-top: 130px;
}
.bannerContent h1 {
	font-size: 55px;
	font-weight: 300;
	text-align: center;
	margin: 0;
	color: #FFF;
}
.bannerContent h1 strong {
	font-weight: 400;
}
.bannerContent h1 span {
	font-size: 35px;
}
.bannerForm {
	margin-top: 50px;
}
.bannerForm .input-group {
	margin-bottom: 20px;
}
.bannerForm span, .bannerForm input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 51px;
}
.bannerForm i {
	font-size: 20px;
}
.bannerForm button {
	background-color: #e8651c;
	border: 0 none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 2px 0 #bc5013;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	position: relative;
	width: 142px;
	text-transform: uppercase;
}
.bannerImg .imgRow {
	max-width: 854px;
	margin: 0 auto;
	width: 100%;
	display: block;
}
.bannerImg .imgRow img {
	width: 100%;
}
.bannerImg {
	text-align: center;
	position: absolute;
	bottom: 0;
}
.apiText {
	height: 145px;
	text-align: center;
	margin-top: 80px;
}
.apiText p {
	font-size: 24px;
	color: #000;
}
.mainThum {
	background: #f8f8f8;
}
.mainThum .mainContent {
	text-align: center;
	padding: 91px 0;
}
.mainThum .mainContent h2 {
	font-size: 24px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: 300;
}
.mainThum .mainContent p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.mainThum .mainContent span {
	height: 71px;
	display: block;
}
.mainThum .mainContent button {
	background-color: #3393e2;
	border: 0 none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 3px 0 #275aad;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	height: 33px;
	position: relative;
	width: 110px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.pricingTable {
	padding: 100px 0;
	text-align: center;
}
.priceContent h3 {
	font-size: 48px;
	color: #000;
	text-align: center;
	margin: 0;
	padding-bottom: 15px;
}
.priceContent p.mT20 {
	margin-top: 20px;
}
.priceContent .thumbnail {
	border-radius: 0px;
	padding: 0;
}
.priceContent .thumbnail .caption {
	padding: 0;
}
.priceContent .thumbnail .topDiv {
	border-bottom: 1px solid #dddddd;
	border-top: 5px solid #3393e2;
	padding: 50px 0 15px 0;
	text-transform: uppercase;
	color: #666666;
	font-size: 14px;
}
.priceContent .thumbnail h3 {
	font-size: 45px;
	font-weight: 700;
}
.priceContent .thumbnail ul {
	padding-top: 55px;
}
.priceContent .thumbnail li {
	color: #666666;
	font-size: 16px;
	padding-bottom: 20px;
}
.priceContent .thumbnail li i {
	color: #acd373;
}
.priceContent .thumbnail button {
	margin-top: 30px;
}
.priceContent .pricingRow {
	margin: 0 auto;
	max-width: 900px;
	display: block;
	width: 100%;
}
.faq {
	padding: 70px 0;
	background: #f8f8f8;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.faq h3 {
	font-size: 48px;
	text-transform: uppercase;
	color: #000;
}
.faq p {
	line-height: 32px;
}
.faq p.mTB {
	margin: 15px 0 25px 0;
}
.faq button {
	margin-top: 30px;
}
.contactUs {
	padding: 70px 0;
	text-align: center;
}
.contactUs .contactForm h3 {
	font-size: 48px;
	color: #000;
}
.contactUs .contactForm p {
	margin-top: 20px;
}
.contactUs .ContactRow {
	margin: 0 auto;
	max-width: 770px;
	display: block;
	width: 100%;
	text-align: left;
}
.contactUs .contactForm h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	padding-left: 15px;
}
.contactUs .contactForm input, .contactUs .contactForm textarea {
	border-radius: 2px;
	background: #eeeeee;
	border: none;
	box-shadow: none;
	resize: none;
	margin-bottom: 20px;
	padding: 10px 16px;
	width: 100%;
}
footer {
	background: #141619;
	padding: 60px 0;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
}
footer label {
	font-weight: bold;
	width: 100%;
}
footer i {
	font-size: 20px !important;
	padding-right: 5px;
}
footer .mT60 {
	margin-top: 60px;
}
footer .mT80 {
	margin-top: 80px;
}
footer li {
	display: inline-block;
	margin-right: 6px;
	margin-top: 6px;
}
footer li:last-child {
	margin-right: 0px;
}
footer li a {
	color: #141619;
	width: 30px;
	height: 28px;
	text-align: center;
	position: relative;
	font-size: 16px;
	background: #4f5153;
	display: inline-block;
}
footer li a:hover {
	color: #141619;
}
footer li i {
	font-size: 16px !important;
	padding: 0;
}
footer p.ftext {
	font-size: 14px;
	color: #666666;
}
footer em {
	font-weight: 700;
	font-style: normal;
}
footer .col-md-4 {
	margin-bottom: 20px;
	float: left;
}
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
	background: #095d8e !important;
	border: none;
	margin-right:0px;
}

@media only screen and (min-width:240px) and (max-width:767px) {
header .navbar-nav {
	padding: 0px;
	float: none;
	margin:8px 0 0 0;
}
.navbar-collapse {
	border: none;
}
#navbar ul {
	background: #095d8e !important;
}
header .navbar-nav li {
	padding: 8px;
	border-bottom: 1px solid #538eb4;
}
header .navbar-nav li a {
	font-size: 15px;
	padding: 0px;
	color: #FFF !important;
}
header .navbar-nav li a:hover {
	color: #FFF !important;
	text-decoration: underline;
}
.NewClassA {
	position: absolute !important;
	border: none !important;
	top: 28px;
	right: 15px;
	padding-right:0;
}
.bannerContent h1{ font-size:23px;}
.bannerContent h1 span{ font-size:20px;}
footer .col-md-4{ width:100% !important;}
.topBtn {
	padding: 8px;
	background: #095d8e;
}
.topBtn .Register{ color:#fff;}

}

@media only screen and (min-width:766px) and (max-width:768px) {
header .navbar-nav {
	padding: 0px;
	float: none;
	margin: 0;
}
.navbar-collapse {
	border: none;
}
#navbar ul {
	background: #095d8e !important;
}
header .navbar-nav li {
	padding: 8px;
	border-bottom: 1px solid #538eb4;
	float: none;
}
.topBtn {
	padding: 8px;
	background: #095d8e;
}
.topBtn .Register{ color:#fff;}
header .navbar-nav li a {
	font-size: 19px;
	padding: 0px;
	color: #FFF !important;
}
header .navbar-nav li a:hover {
	color: #FFF !important;
	text-decoration: underline;
}
.NewClassA {
	position: absolute !important;
	border: none !important;
	top: 37px;
	right: 0;
	padding-right:0;
}
.navbar-toggle {
	display: block !important;
}
.navbar-header {
	float: right;
	width: 100%;
}
#navbar.collapse {
	display: none !important;
}
#navbar.collapse.in {
	display: block !important;
}
.bannerContent h1 {
	font-size: 38px;
}
}

@media only screen and (max-width:320px) {
	
}
