* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
p a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	 color: #00bfff;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	color: #00bfff;
	text-decoration: none;
	outline: none;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 70px;
	right: 10px;
	overflow: hidden;
	width: 63px;
	height: 63px;
	border: none;
	text-indent: 100%;
	background: url(../img/back-to-top.png) no-repeat left top;
	z-index: 9;
	background-size: 100% auto;
}
#toTopHover {
	background: url(../img/back-to-top.png) no-repeat left -63px;
	width: 63px;
	height: 63px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	background-size: 100% auto;
}
#toTop:active, #toTop:focus {
	outline: none;
}
h1 {
	font-size: 39px;
	color: #1d2023;
	font-family: GothamLight;
	line-height: normal;
	margin-bottom: 40px;
	padding-bottom: 18px;
	background-image: url(../img/heading-border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
h1.text-left {
	background-position: left bottom;
}
h2 {
	font-size: 19px;
	color: #1d2023;
	font-family: gothambold;
	line-height: normal;
	padding-bottom: 25px;
}
p {
	font-size: 16px;
	line-height: 24px;
	color: #6d7781;
	padding-bottom: 10px;
	font-family: GothamLight;
}
.btn-default {
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #a6a6a6;
	letter-spacing: 2px;
	border: 1px solid #d0d0d0;
	font-family: gothambold;
	background-color: #FFF;
	padding-top: 13px;
	padding-right: 32px;
	padding-bottom: 13px;
	padding-left: 32px;
	border-radius: 3px;
}
.btn-default:hover, .btn-default:focus {
	color: #00bfff;
	border-top-color: #00bfff;
	border-right-color: #00bfff;
	border-bottom-color: #00bfff;
	border-left-color: #00bfff;
	background-color: #FFF;
}
.overlayNav {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 99999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.9+0,0.91+99 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.91) 99%, rgba(0,0,0,0.91) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.91) 99%, rgba(0,0,0,0.91) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.91) 99%, rgba(0,0,0,0.91) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#e8000000', GradientType=0 ); /* IE6-9 */
}
.closeBtn {
	font-size: 40px;
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 9;
}
.overlayHold {
	position: absolute;
	left: 0%;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	right: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
.overlayNav ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.overlayNav ul li a {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	line-height: normal;
	text-transform: uppercase;
	font-family: gothambold;
}
.overlayNav ul li a:hover, .overlayNav ul li a:focus, .overlayNav ul li.active a {
	color: #00bfff;
}
.searchForm {
	margin: 0 auto;
	max-width: 420px;
}
.searchForm .input-group .form-control {
	float: none;
	font-size: 13px;
	color: #b4b4b4;
	padding-right: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
	height: 48px;
	box-shadow: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.1+0,0.1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1affffff', GradientType=0 ); /* IE6-9 */
}
.searchForm .btn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px !important;
	background-color: #00bfff;
	font-family: gothambold;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	padding-right: 22px;
	padding-left: 22px;
	line-height: 48px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	height: 48px;
}
.searchForm .btn:hover, .searchForm .btn:focus {
	color: #00bfff;
	background-color: #FFF;
}
.searchForm .btnfull {
	width: 100%;
}
header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,2d2d2d+100&0.7+0,0.7+100 */
	background: -moz-linear-gradient(top, rgba(45,45,45,0.7) 0%, rgba(45,45,45,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(45,45,45,0.7) 0%, rgba(45,45,45,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(45,45,45,0.7) 0%, rgba(45,45,45,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b32d2d2d', endColorstr='#b32d2d2d', GradientType=0 ); /* IE6-9 */
	position: fixed;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.menuIcon {
	line-height: 86px;
	font-size: 42px;
	color: #FFF;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
	float: left;
}
.menuIcon .fa:hover, .menuIcon .fa:focus {
	color: #00bfff;
}
.menuIcon .fa {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.searchIcon {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 42px;
    line-height: 88px;
		margin-right: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.searchIcon .fa:hover, .searchIcon .fa:focus {
	color: #00bfff;
}
.searchIcon .fa {
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.logo {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	line-height: 86px;
}
.logoIcon {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
	width: 1px;
	height: 1px;
	margin-right: auto;
	margin-left: auto;
	line-height: 86px;
	opacity: 0;
}
.headerForm {
    display: table;
    float: right;
    margin-top: 20px;
    transition: all 0.3s ease-in-out 0s;
}
.headerForm .group {
	display: table-cell;
	vertical-align: middle;
	width: 700px;
}
.headerForm .headerBtn {
	padding-left: 8px;
	display: table-cell;
	vertical-align: middle;
}
/*.headerForm .input-group .btn {
position: relative;
top: 1px;
}*/
.headerForm .input-group .form-control {
	font-size: 13px;
	color: #b4b4b4;
	padding-right: 15px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
	height: 48px;
	box-shadow: none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.1+0,0.1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#1affffff', GradientType=0 ); /* IE6-9 */
}
.headerForm .input-group .form-control::-moz-placeholder {
color: #b4b4b4;
opacity: 1;
}
.headerForm .input-group .form-control:-ms-input-placeholder {
color: #b4b4b4;
}
.headerForm .input-group .form-control::-webkit-input-placeholder {
color: #b4b4b4;
}
.headerForm .btn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px !important;
	background-color: #00bfff;
	font-family: gothambold;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 2px;
	padding-right: 22px;
	padding-left: 22px;
	line-height: 48px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	height: 48px;
}
.headerForm .btn:hover, .headerForm .btn:focus {
	color: #00bfff;
	background-color: #FFF;
}
.headerBtn2 {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
	text-align: center;
	left: 0px;
}
.headerBtn2 .btn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px !important;
	background-color: #00ACE6;
	font-family: gothambold;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 38px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	height: 38px;
	border-radius: 0 0 3px 3px !important;
}
.headerBtn2 .btn:hover, .headerBtn2 .btn:focus {
	color: #00bfff;
	background-color: #FFF;
}
.headerFix {
	background-color: #000;
	padding-top: 8px;
	padding-bottom: 8px;
}
.headerFix .logo {
	width: 1px;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	height: 1px;
	opacity: 0;
}
.headerFix .logoIcon {
	width: 60px;
	height: auto;
	line-height: normal;
	opacity: 1;
}
.headerFix .headerForm {
	margin-top: 11px;
}
.headerFix .menuIcon {
	line-height: 60px;
	font-size: 32px;
}
.headerFix .searchIcon {
	line-height: 60px;
	font-size: 32px;
}
.headerFix .headerForm .input-group .form-control {
	font-size: 12px;
	height: 38px;
}
.headerFix .headerForm .btn {
	font-size: 11px;
	line-height: 38px;
	height: 38px;
}
.jumbotron {
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
.bannerImg {
	overflow: hidden;
}
.bannerImg img {
	height: 1080px;
	max-width: inherit;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.bannerCaption {
	position: absolute;
	bottom: 70px;
	left: 0;
	right: 0;
	text-align: center;
}
.bannerCaption figcaption {
	max-width: 935px;
	margin-left: auto;
	margin-right: auto;
}
.bannerCaption .text {
	margin-bottom: 50px;
	padding-bottom: 35px;
	background-image: url(../img/banner-border.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bannerCaption h2 {
	font-size: 36px;
	line-height: normal;
	color: #FFF;
	font-family: GothamLight;
	margin: 0px;
	padding: 0px;
}
.bannerCaption .btn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px !important;
	background-color: #00bfff;
	font-family: gothambold;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 7px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 18px;
	padding-bottom: 18px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-align: center;
	max-width: 280px;
	display: block;
	margin: 0 auto;
}
.bannerCaption .btn:hover, .bannerCaption .btn:focus {
	color: #00bfff;
	background-color: #FFF;
}
.bannerApp {
	position: absolute;
	right: 30px;
	bottom: 70px;
}
.bannerApp img {
	margin-left: 10px;
}
.bg-info {
	background-color: #f7f7f7;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-top:105px;
}
.bg-info img {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.bg-info img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 0.8;
}
.bg-primary {
	padding-top: 70px;
	padding-bottom: 20px;
	background-color: #FFF;
}
.bg-success {
	padding-top: 80px;
	padding-bottom: 140px;
	background-color: #FFF;
}
.bg-success .container-fluid {
	max-width: 1600px;
}
.bg-success .row {
	margin-left: -2px;
	margin-right: -2px;
}
.bg-success .col-xs-1, .bg-success .col-sm-1, .bg-success .col-md-1, .bg-success .col-lg-1, .bg-success .col-xs-2, .bg-success .col-sm-2, .bg-success .col-md-2, .bg-success .col-lg-2, .bg-success .col-xs-3, .bg-success .col-sm-3, .bg-success .col-md-3, .bg-success .col-lg-3, .bg-success .col-xs-4, .bg-success .col-sm-4, .bg-success .col-md-4, .bg-success .col-lg-4, .bg-success .col-xs-5, .bg-success .col-sm-5, .bg-success .col-md-5, .bg-success .col-lg-5, .bg-success .col-xs-6, .bg-success .col-sm-6, .bg-success .col-md-6, .bg-success .col-lg-6, .bg-success .col-xs-7, .bg-success .col-sm-7, .bg-success .col-md-7, .bg-success .col-lg-7, .bg-success .col-xs-8, .bg-success .col-sm-8, .bg-success .col-md-8, .bg-success .col-lg-8, .bg-success .col-xs-9, .bg-success .col-sm-9, .bg-success .col-md-9, .bg-success .col-lg-9, .bg-success .col-xs-10, .bg-success .col-sm-10, .bg-success .col-md-10, .bg-success .col-lg-10, .bg-success .col-xs-11, .bg-success .col-sm-11, .bg-success .col-md-11, .bg-success .col-lg-11, .bg-success .col-xs-12, .bg-success .col-sm-12, .bg-success .col-md-12, .bg-success .col-lg-12 {
	padding-right: 2px;
	padding-left: 2px;
}
.categoryBox {
	margin-bottom: 4px;
	position: relative;
	overflow: hidden;
}
.categoryBox .overLay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,2d2d2d+100&0.6+0,0.6+100 */
	background: -moz-linear-gradient(top, rgba(45,45,45,0.6) 0%, rgba(45,45,45,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(45,45,45,0.6) 0%, rgba(45,45,45,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(45,45,45,0.6) 0%, rgba(45,45,45,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992d2d2d', endColorstr='#992d2d2d', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	width: 100%;
}
.categoryBox:hover .overLay {
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Safari */
	transform: rotate(20deg);
	opacity: 0;
}
.categoryBox .overLay .text {
	position: absolute;
	left: 0%;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	right: 0px;
}
.categoryBox h2 {
	font-family: GothamMedium;
	font-size: 19px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.bg-warning {
	background-image: url(../img/how-works-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1a1a1a;
	padding-top: 90px;
	padding-bottom: 130px;
	background-attachment: fixed;
}
.bg-warning h2 {
	font-size: 39px;
	line-height: normal;
	color: #FFF;
	padding-bottom: 70px;
	font-family: GothamLight;
}
.workText {
	max-width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.workText p {
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}
.steps {
	text-align: center;
	background-image: url(../img/step-border.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-size: 0 0;
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.stepsAdd {
	background-size: 844px 2px;
	-webkit-transition: all 0.8s ease-in-out 0.0s;
	-moz-transition: all 0.8s ease-in-out 0.0s;
	-ms-transition: all 0.8s ease-in-out 0.0s;
	-o-transition: all 0.8s ease-in-out 0.0s;
	transition: all 0.8s ease-in-out 0.0s;
}
.steps h4 {
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 0px;
	font-family: gothambold;
	position: relative;
	top: -83px;
}
.steps ul li {
	display: inline-block;
	margin-right: 32px;
	margin-left: 32px;
	padding-top: 22px;
	position: relative;
	top: 40px;
	-ms-transform: rotate(20deg); /* IE 9 */
	-webkit-transform: rotate(20deg); /* Safari */
	transform: rotate(20deg);
	opacity: 0;
}
.steps ul li.circleLi1, .steps ul li.circleLi2, .steps ul li.circleLi3, .steps ul li.circleLi4, .steps ul li.circleLi5 {
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.steps ul li.liAdd1, .steps ul li.liAdd2, .steps ul li.liAdd3, .steps ul li.liAdd4, .steps ul li.liAdd5 {
	top: 0px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	opacity: 1;
}
.steps ul li.liAdd1 {
	-webkit-transition: all 0.3s ease-in-out 0.0s;
	-moz-transition: all 0.3s ease-in-out 0.0s;
	-ms-transition: all 0.3s ease-in-out 0.0s;
	-o-transition: all 0.3s ease-in-out 0.0s;
	transition: all 0.3s ease-in-out 0.0s;
}
.steps ul li.liAdd2 {
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-ms-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
.steps ul li.liAdd3 {
	-webkit-transition: all 0.3s ease-in-out 0.6s;
	-moz-transition: all 0.3s ease-in-out 0.6s;
	-ms-transition: all 0.3s ease-in-out 0.6s;
	-o-transition: all 0.3s ease-in-out 0.6s;
	transition: all 0.3s ease-in-out 0.6s;
}
.steps ul li.liAdd4 {
	-webkit-transition: all 0.3s ease-in-out 0.9s;
	-moz-transition: all 0.3s ease-in-out 0.9s;
	-ms-transition: all 0.3s ease-in-out 0.9s;
	-o-transition: all 0.3s ease-in-out 0.9s;
	transition: all 0.3s ease-in-out 0.9s;
}
.steps ul li.liAdd5 {
	-webkit-transition: all 0.3s ease-in-out 1.2s;
	-moz-transition: all 0.3s ease-in-out 1.2s;
	-ms-transition: all 0.3s ease-in-out 1.2s;
	-o-transition: all 0.3s ease-in-out 1.2s;
	transition: all 0.3s ease-in-out 1.2s;
}
.circle {
	background-color: #00bfff;
	height: 60px;
	width: 60px;
	text-align: center;
	border-radius: 50%;
	font-family: TCM;
	font-size: 13px;
	color: #FFF;
	padding-top: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.circle .no {
	font-size: 26px;
	display: block;
	line-height: 25px;
}
.bg-danger {
	background-color: #f2f2f2;
	padding-top: 120px;
	padding-bottom: 100px;
}
.footerTop {
	background-color: #606060;
	padding-top: 70px;
	padding-bottom: 70px;
}
.footerTop h2 {
	font-family: gothambold;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
.footerLink {
	margin-top: 50px;
}
.footerTop h3 {
	font-family: gothambold;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 20px;
	letter-spacing: 1px;
}
.footerTop h3 a {
	color: #FFF;
}
.footerTop ul li {
	font-size: 13px;
	color: #ffffff;
	padding-bottom: 8px;
	font-family: TCM;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footerTop ul li .fa {
	font-size: 18px;
	width: 30px;
	position: relative;
	top: 1px;
}
.footerTop ul li a{
  color: #ffffff;
}
.footerTop ul li a:hover, .footerTop ul li a:focus {
	color: #00bfff;
	text-decoration: none;
}
.footerBottom {
	background-color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footerBottom .container-fluid {
	max-width: 1600px;
}
.footerLogo {
	display: inline-block;
	margin-right: 70px;
}
.app {
	display: inline-block;
}
.app img {
	margin-right: 4px;
	margin-left: 4px;
}
.footerBottom h4 {
	font-size: 12px;
	color: #808080;
	font-family: TCM;
	line-height: normal;
	padding-bottom: 10px;
}
.footerBottom h4 a {
	color: #808080;
}
.footerRightText {
	text-align: right;
	margin-top: 24px;
}
.page-header {
	background-color: #00bfff;
	padding-top: 220px;
	padding-bottom: 110px;
	text-align: center;
	border-radius: 0px;
	margin: 0px;
	position: relative;
}
.page-header h2 {
	font-family: GothamLight;
	font-size: 41px;
	line-height: normal;
	color: #FFF;
	padding-bottom: 22px;
	background-image: url(../img/heading.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.page-header .bannerApp {
	bottom: 20px;
	position: absolute;
	right: 20px;
}
.innerBlock {
	padding-top: 90px;
	padding-bottom: 80px;
}
.innerBlock .container-fluid{
	max-width:1600px;
	margin:0 auto;
	padding:0px 30px;
}
.leftCol {
	padding-right: 15px;
}
.rightCol {
	padding-left: 15px;
}
.help-block {
	margin-top: 0px;
	margin-bottom: 80px;
}
hr {
	margin-top: 0px;
	margin-bottom: 30px;
}
.panel-success {
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}
.newsRoom .row {
	margin-left: -8px;
	margin-right: -8px;
}
.newsRoom .col-xs-1, .newsRoom .col-sm-1, .newsRoom .col-md-1, .newsRoom .col-lg-1, .newsRoom .col-xs-2, .newsRoom .col-sm-2, .newsRoom .col-md-2, .newsRoom .col-lg-2, .newsRoom .col-xs-3, .newsRoom .col-sm-3, .newsRoom .col-md-3, .newsRoom .col-lg-3, .newsRoom .col-xs-4, .newsRoom .col-sm-4, .newsRoom .col-md-4, .newsRoom .col-lg-4, .newsRoom .col-xs-5, .newsRoom .col-sm-5, .newsRoom .col-md-5, .newsRoom .col-lg-5, .newsRoom .col-xs-6, .newsRoom .col-sm-6, .newsRoom .col-md-6, .newsRoom .col-lg-6, .newsRoom .col-xs-7, .newsRoom .col-sm-7, .newsRoom .col-md-7, .newsRoom .col-lg-7, .newsRoom .col-xs-8, .newsRoom .col-sm-8, .newsRoom .col-md-8, .newsRoom .col-lg-8, .newsRoom .col-xs-9, .newsRoom .col-sm-9, .newsRoom .col-md-9, .newsRoom .col-lg-9, .newsRoom .col-xs-10, .newsRoom .col-sm-10, .newsRoom .col-md-10, .newsRoom .col-lg-10, .newsRoom .col-xs-11, .newsRoom .col-sm-11, .newsRoom .col-md-11, .newsRoom .col-lg-11, .newsRoom .col-xs-12, .newsRoom .col-sm-12, .newsRoom .col-md-12, .newsRoom .col-lg-12 {
	padding-right: 8px;
	padding-left: 8px;
}
.newsBox {
	margin-bottom: 40px;
}
.newsBox figure {
	margin-bottom: 18px;
}
.newsBox h3 {
	font-size: 19px;
	color: #1d2023;
	font-family: GothamLight;
	line-height: normal;
	padding-bottom: 20px;
}
.newsBox h4 {
	font-size: 18px;
	color: #9ba5b0;
	font-family: GothamLight;
	line-height: normal;
	padding-bottom: 0px;
}
.newsBox h4 .fa {
	margin-right: 5px;
}
.newsBox p {
	font-size: 15px;
	line-height: 24px;
}
.addRoom .row {
	margin-left: -2px;
	margin-right: -2px;
}
.addRoom .col-xs-1, .addRoom .col-sm-1, .addRoom .col-md-1, .addRoom .col-lg-1, .addRoom .col-xs-2, .addRoom .col-sm-2, .addRoom .col-md-2, .addRoom .col-lg-2, .addRoom .col-xs-3, .addRoom .col-sm-3, .addRoom .col-md-3, .addRoom .col-lg-3, .addRoom .col-xs-4, .addRoom .col-sm-4, .addRoom .col-md-4, .addRoom .col-lg-4, .addRoom .col-xs-5, .addRoom .col-sm-5, .addRoom .col-md-5, .addRoom .col-lg-5, .addRoom .col-xs-6, .addRoom .col-sm-6, .addRoom .col-md-6, .addRoom .col-lg-6, .addRoom .col-xs-7, .addRoom .col-sm-7, .addRoom .col-md-7, .addRoom .col-lg-7, .addRoom .col-xs-8, .addRoom .col-sm-8, .addRoom .col-md-8, .addRoom .col-lg-8, .addRoom .col-xs-9, .addRoom .col-sm-9, .addRoom .col-md-9, .addRoom .col-lg-9, .addRoom .col-xs-10, .addRoom .col-sm-10, .addRoom .col-md-10, .addRoom .col-lg-10, .addRoom .col-xs-11, .addRoom .col-sm-11, .addRoom .col-md-11, .addRoom .col-lg-11, .addRoom .col-xs-12, .addRoom .col-sm-12, .addRoom .col-md-12, .addRoom .col-lg-12 {
	padding-right: 2px;
	padding-left: 2px;
}
.add {
	margin-bottom: 4px;
	margin-bottom: 30px;
}
.add figure {
	margin-bottom: 18px;
}
.add h3 {
	font-size: 19px;
	color: #1d2023;
	font-family: GothamLight;
	line-height: normal;
	padding-bottom: 7px;
}
.add h4 {
	font-size: 12px;
	color: #9ba5b0;
	font-family: GothamLight;
	line-height: normal;
	padding-bottom: 0px;
}
.addBox {
	margin-bottom: 20px;
	border-bottom:#ABABAB solid 1px;
	padding-bottom:10px;
	width:100%;
}
.searchBox {
	margin-bottom: 80px;
/*	width:336px;
*/}
.searchBox .input-group .form-control {
	border-radius: 0px !important;
	box-shadow: none;
	background-color: #f2f2f2;
	font-size: 14px;
	color: #818787;
	font-family: TCM;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 48px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.searchBox .input-group-btn > .btn {
	border: none;
	line-height: 48px;
	background-color: #00bfff;
	height: 48px;
	padding-top: 0px;
	padding-right: 17px;
	padding-bottom: 0px;
	padding-left: 17px;
	font-size: 20px;
	color: #FFF;
	border-radius: 0px !important;
}
.searchBox .input-group-btn > .btn:hover {
	background-color: #00A8DF;
}
.recent {
	margin-bottom: 35px;
}
.recent h3 {
	font-size: 20px;
	color: #1d2023;
	font-family: GothamLight;
	line-height: 22px;
	padding-bottom: 8px;
}
.recent h4 {
	font-size: 12px;
	color: #9ba5b0;
	font-family: GothamLight;
	line-height: normal;
	padding-bottom: 0px;
}
.recent h4 .fa {
	margin-right: 5px;
}
.recent p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 15px;
}
.articleBox {
	margin-bottom: 10px;
}
.articleBox h3 {
	font-size: 26px;
	line-height: normal;
	color: #1d2023;
	padding-bottom: 30px;
	font-family: GothamLight;
}
.articleBox p {
	font-size: 16px;
	line-height: 24px;
}
.articleBox p a {
	font-weight: bold;
}
.articleBox figure {
	margin-bottom: 25px;
}
.articleBox ul{
 list-style-type:disc !important;
 padding-left: 15px;
}
.articleBox ul li{
 font-family:GothamLight;
 color:#6d7781;
 font-size:15px;
 list-style-type:disc !important;
}
.articleBox ol{
 list-style-type:decimal !important;
 padding-left: 15px;
}
.articleBox ol li{
 font-family:GothamLight;
 color:#6d7781;
 font-size:15px;
 list-style-type:decimal !important;
}
.pagination {
	margin-top: 0px;
	margin-bottom: 80px;
	text-align: center;
	width: 100%;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 50% !important;
	border: none !important;
	text-align: center;
	background-color: #f1f1f1;
	font-size: 15px;
	line-height: 40px;
	color: #9f9f9f;
	height: 40px;
	width: 40px;
	font-family: GothamMedium;
	padding: 0px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > a.page_active {
	background-color: #00bfff;
	color: #FFF;
}
.pagination > li {
	margin-right: 2px;
	margin-left: 2px;
	display: inline-block;
	margin-bottom: 4px;
}
.pagination > li .fa {
	position: relative;
	top: -2px;
}
.btn-link {
	font-family: gothambold;
	font-size: 15px;
	color: #000;
}
.deatailsSocial {
    margin-bottom: 25px;
    position: relative;
}
.deatailsSocial li {
	display: inline-block;
}
.deatailsSocial li a {
	display: block;
	font-family: GothamLight;
	font-size: 14px;
	color: #FFF;
	line-height: 40px;
	background-color: #00bfff;
	padding-right: 35px;
	padding-left: 35px;
	text-align: center;
}
.deatailsSocial li a:hover, .deatailsSocial li a:focus {
	opacity: 0.8;
}
.deatailsSocial li a .fa {
	font-size: 18px;
	margin-right: 12px;
}
.deatailsSocial li.s1 a {
	background-color: #395899;
}
.deatailsSocial li.s2 a {
	background-color: #578ece;
}
.deatailsSocial li.s3 a {
	background-color: #d44a2e;
}
.scamRoom .row {
	margin-left: -3px;
	margin-right: -3px;
}
.scamRoom .col-xs-1, .scamRoom .col-sm-1, .scamRoom .col-md-1, .scamRoom .col-lg-1, .scamRoom .col-xs-2, .scamRoom .col-sm-2, .scamRoom .col-md-2, .scamRoom .col-lg-2, .scamRoom .col-xs-3, .scamRoom .col-sm-3, .scamRoom .col-md-3, .scamRoom .col-lg-3, .scamRoom .col-xs-4, .scamRoom .col-sm-4, .scamRoom .col-md-4, .scamRoom .col-lg-4, .scamRoom .col-xs-5, .scamRoom .col-sm-5, .scamRoom .col-md-5, .scamRoom .col-lg-5, .scamRoom .col-xs-6, .scamRoom .col-sm-6, .scamRoom .col-md-6, .scamRoom .col-lg-6, .scamRoom .col-xs-7, .scamRoom .col-sm-7, .scamRoom .col-md-7, .scamRoom .col-lg-7, .scamRoom .col-xs-8, .scamRoom .col-sm-8, .scamRoom .col-md-8, .scamRoom .col-lg-8, .scamRoom .col-xs-9, .scamRoom .col-sm-9, .scamRoom .col-md-9, .scamRoom .col-lg-9, .scamRoom .col-xs-10, .scamRoom .col-sm-10, .scamRoom .col-md-10, .scamRoom .col-lg-10, .scamRoom .col-xs-11, .scamRoom .col-sm-11, .scamRoom .col-md-11, .scamRoom .col-lg-11, .scamRoom .col-xs-12, .scamRoom .col-sm-12, .scamRoom .col-md-12, .scamRoom .col-lg-12 {
	padding-right: 3px;
	padding-left: 3px;
}
.scamBox {
	position: relative;
	margin-bottom: 6px;
}
.scamBox:hover .scamCaption {
	opacity: 0;
}
.scamCaption {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.6+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
}
.scamCaption .text {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-0%);
	-webkit-transform: translateY(-50%) translateX(-0%);
	transform: translateY(-50%) translateX(-0%);
	max-width: 420px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.scamCaption .count {
	font-family: gothambold;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	padding: 20px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.6+0,0.6+100;Neutral+Density */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
}
.scamCaption .count .fa {
	font-size: 21px;
	margin-right: 5px;
}
.scamCaption h3 {
	font-family: gothambold;
	font-size: 20px;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.scamCaption h4 {
	font-family: GothamLight;
	font-size: 15px;
	line-height: 20px;
	color: #FFF;
	letter-spacing: 1px;
	padding-bottom: 0px;
}
.partnerRoom .row {
	margin-left: -2px;
	margin-right: -2px;
}
.partnerRoom .col-xs-1, .partnerRoom .col-sm-1, .partnerRoom .col-md-1, .partnerRoom .col-lg-1, .partnerRoom .col-xs-2, .partnerRoom .col-sm-2, .partnerRoom .col-md-2, .partnerRoom .col-lg-2, .partnerRoom .col-xs-3, .partnerRoom .col-sm-3, .partnerRoom .col-md-3, .partnerRoom .col-lg-3, .partnerRoom .col-xs-4, .partnerRoom .col-sm-4, .partnerRoom .col-md-4, .partnerRoom .col-lg-4, .partnerRoom .col-xs-5, .partnerRoom .col-sm-5, .partnerRoom .col-md-5, .partnerRoom .col-lg-5, .partnerRoom .col-xs-6, .partnerRoom .col-sm-6, .partnerRoom .col-md-6, .partnerRoom .col-lg-6, .partnerRoom .col-xs-7, .partnerRoom .col-sm-7, .partnerRoom .col-md-7, .partnerRoom .col-lg-7, .partnerRoom .col-xs-8, .partnerRoom .col-sm-8, .partnerRoom .col-md-8, .partnerRoom .col-lg-8, .partnerRoom .col-xs-9, .partnerRoom .col-sm-9, .partnerRoom .col-md-9, .partnerRoom .col-lg-9, .partnerRoom .col-xs-10, .partnerRoom .col-sm-10, .partnerRoom .col-md-10, .partnerRoom .col-lg-10, .partnerRoom .col-xs-11, .partnerRoom .col-sm-11, .partnerRoom .col-md-11, .partnerRoom .col-lg-11, .partnerRoom .col-xs-12, .partnerRoom .col-sm-12, .partnerRoom .col-md-12, .partnerRoom .col-lg-12 {
	padding-right: 2px;
	padding-left: 2px;
}
.partnerBox {
	margin-bottom: 4px;
	border: 1px solid #e5e5e5;
}
.formSec {
	padding-top: 30px;
}
.formSec .form-group {
	margin-bottom: 7px;
}
.formSec .form-control {
	background-color: #fff;
	border-radius: 0px;
	background-image: none;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: none;
	color: #6d7781;
	font-size: 14px;
	height: auto;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom:15px;
}
.formSec .form-control:hover, .formSec .form-control:focus {
	border-bottom: 1px solid #00bfff;
}
 .form-control::-moz-placeholder {
color: #6d7781;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #6d7781;
}
.form-control::-webkit-input-placeholder {
color: #6d7781;
}
.btnBox {
	text-align: left;
	padding-top: 50px;
}
.btnBox .btn-info {
	border: none;
	border-radius: 2px;
	margin-bottom: 0px;
	min-width: 280px;
	height: 55px;
	line-height: 55px;
	background-color: #00bfff;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'gothambold';
	letter-spacing: 7px;
	padding: 0px 10px;
}
.btnBox .btn-info:hover, .btnBox .btn-info:focus {
	background-color: #0089B7;
	color: #FFFFFF;
	outline: none;
}
.moreInformation {
	margin-bottom: 100px;
	background-color: #f2f2f2;
	padding: 80px 60px 60px;
}
.scialBox {
	padding-top: 50px;
	padding-left: 60px;
	position: relative;
	font-size: 20px;
	color: #6d7781;
	font-family: GothamLight;
}
.scialBox span {
	position: absolute;
	margin-top: -1px;
	margin-left: -55px;
}
.scialBox .faceBook {
	position: absolute;
	margin-top: -6px;
	margin-left: -55px;
}
.modalBoxText {}

.modalBoxText h2 {
 font-family: 'MyriadProRegular';
 text-align:center;
 color:#000;
 font-size:30px;
 padding-bottom:10px;
}
.modal-header {
    border-bottom: 1px solid #00bfff;
    padding: 15px;
}
.comentsbox .btn-info {
    border: none;
    border-radius: 2px;
    margin-top:15px;
    background-color: #00bfff;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'gothambold';
    letter-spacing: 2px;
    padding: 10px 20px;
}
.comentsbox .btn-info:hover, .comentsbox .btn-info:focus {
    background-color: #0089B7;
    color: #FFFFFF;
    outline: none;
}
.comment-listing .form-group{
 margin-bottom:5px;
}
.label-name{
 float:left;
 font-weight:normal;
 font-size:15px;
 font-family:GothamLight;
 display:block;
 width:100%;
}
.st_facebook_hcount {
    display: inline-block;
    position: absolute;
    top: 6px;
}
.st_facebook_hcount span{
    height: 25px !important;
}
.ad-div-mobile{display:none;}
@media (max-width: 1700px) {
.bg-info img {
	height: 40px;
}
.bannerImg img {
	height: 900px;
}
}
 @media (max-width: 1366px) {
.searchIcon {
	display: block;
	margin-right: 10px;
}
.headerForm {
	float: right;
	margin-top: 12px;
}
.headerForm .group {
	display: none;
}
header {
	padding: 6px 0px;
}
.logo {
	line-height: 70px;
	width: 250px;
}
.searchIcon {
	line-height: 70px;
}
.menuIcon {
	line-height: 70px;
}
.headerFix .headerForm {
	margin-top: 5px;
}
.headerFix .logoIcon {
	width: 45px;
}
.headerFix .menuIcon {
	line-height: 45px;
}
.headerFix .searchIcon {
	line-height: 45px;
}
.bannerImg img {
	height: 713px;
}
.bg-info img {
	height: 30px;
}
.leftCol {
	padding-right: 15px;
}
.rightCol {
	padding-left: 15px;
}
.bg-info {
    margin-top: 85px;
}
.newsBox p {
    font-size: 14px;
}
.recent h3 {
    font-size: 17px;
    line-height: 20px;
}
.recent p {
    font-size: 14px;
    line-height: 20px;
}
}
@media (max-width: 1200px) {
h1 {
    font-size: 33px;
}	
p {
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 27px;
}
.bannerCaption {
	bottom: 50px;
}
.bannerCaption figcaption {
	max-width: 700px;
}
.bannerCaption h2 {
	font-size: 25px;
}
.bannerCaption .btn {
	font-size: 13px;
	letter-spacing: 6px;
	padding: 16px 25px;
	max-width: 220px;
}
.bannerApp {
	right: 15px;
	bottom: 50px;
}
.bannerApp img {
	height: 35px;
}
.bg-info img {
	height: 28px;
}
.bg-primary {
	padding-top: 80px;
	padding-bottom: 40px;
}
.categoryBox h2 {
	font-size: 13px;
}
.bg-success {
	padding-top: 50px;
	padding-bottom: 80px;
}
.stepsAdd {
	background-size: 730px 2px;
}
.steps ul li {
	margin-right: 16px;
	margin-left: 16px;
}
.bg-warning {
	padding-top: 60px;
	padding-bottom: 80px;
}
.bg-danger {
	padding-top: 80px;
	padding-bottom: 60px;
}
.bannerImg img {
	height: 680px;
}
.scamCaption h3 {
	font-size: 16px;
}
.scamCaption h4 {
	font-size: 13px;
	line-height: 20px;
}
.scamCaption .count {
	font-size: 12px;
	padding: 15px;
}
.scialBox {
	padding-left: 30px;
	padding-top: 30px;
	font-size: 13px;
}
.scialBox span {
	margin-left: -40px;
}
.scialBox .faceBook {
	margin-left: -40px;
}
.help-block {
	margin-bottom: 50px;
}
hr {
    margin-bottom: 50px;
}
.innerBlock {
    padding-bottom: 60px;
    padding-top: 70px;
}
.panel-success {
    background-color: #f2f2f2;
    padding: 50px 40px 40px;
}
.newsBox p {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
.newsBox h4 {
    font-size: 13px;
}
.newsBox h3 {
    font-size: 17px;
    padding-bottom: 15px;
}
.add h3 {
    font-size: 15px;
}
.articleBox {
    margin-bottom: 30px;
}
.articleBox h3 {
    font-size: 22px;
}
.pagination {
    margin-bottom: 40px;
}
.bg-info {
    margin-top: 75px;
}
.addWrapper {
	text-align:center;
}
.addBox {
	display:inline-block;
	margin:0px 5px 50px 5px;
}
.searchBox {
	display:block;
}
}
@media (max-width: 992px) {
#toTop {
	bottom: 20px;
	right: 10px;
}
h1 {
	font-size: 30px;
	margin-bottom: 30px;
	background-size: 130px 2px;
}
p {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 27px;
}
header {
	padding: 5px 0px;
}
.logo {
	line-height: 60px;
	width: 200px;
}
.searchIcon {
	line-height: 60px;
}
.menuIcon {
	line-height: 60px;
}
.headerForm .btn, .headerFix .headerForm .btn {
	font-size: 9px;
	line-height: 36px;
	height: 36px;
	letter-spacing: 1px;
	padding: 0px 15px;
}
.bannerCaption {
	bottom: 35px;
}
.bannerCaption figcaption {
	max-width: 500px;
}
.bannerCaption .text {
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.bannerCaption h2 {
	font-size: 20px;
}
.bannerApp {
	right: 10px;
	bottom: 10px;
}
.bannerApp img {
	height: 30px;
}
.bg-primary {
	padding-top: 60px;
	padding-bottom: 40px;
}
.bg-success {
	padding-top: 20px;
	padding-bottom: 15px;
}
.categoryBox h2 {
	font-size: 11px;
}
.bg-warning {
	padding-top: 60px;
	padding-bottom: 30px;
	background-attachment: scroll;
}
.bg-warning h2 {
	font-size: 30px;
	padding-bottom: 60px;
}
.steps {
	background-image: none;
	margin-bottom: 0px;
}
.steps ul li {
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	margin-bottom: 40px;
	padding-top: 0px;
	top: 0px;
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Safari */
	transform: rotate(0deg);
	opacity: 1;
}
.steps h4 {
	font-size: 13px;
	padding-bottom: 0px;
	top: 0px;
	position: relative;
}
.circle {
	height: 100px;
	width: 100px;
	font-size: 18px;
	padding-top: 18px;
	margin-bottom: 20px;
}
.circle .no {
	font-size: 35px;
	line-height: 35px;
}
.bg-danger {
	padding-top: 60px;
	padding-bottom: 40px;
}
.footerTop {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footerTop h2 {
	font-size: 14px;
	padding-bottom: 20px;
}
.footerTop h3 {
	font-size: 14px;
	padding-bottom: 15px;
}
.footerTop ul li {
	font-size: 11px;
	padding-bottom: 6px;
}
.footerBottom {
	text-align: center;
}
.footerLogo {
	display: block;
	margin: 0 auto 30px auto;
}
.footerRightText {
	text-align: center;
}
.app img {
	height: 35px;
}
.bannerImg img {
	height: 580px;
}
.innerBlock {
	padding-bottom: 50px;
	padding-top: 50px;
}
.help-block {
	margin-bottom: 40px;
}
hr {
    margin-bottom: 40px;
}
.panel-success {
	padding: 50px 30px 30px;
}
.addBox {
	text-align: center;
}
.page-header {
	padding-bottom: 80px;
	padding-top: 140px;
}
.page-header h2 {
	font-size: 35px;
	padding-bottom: 18px;
}
.newsBox h4 {
	font-size: 14px;
}
.addBox {
	margin-bottom: 40px;
}
.searchBox {
	margin-bottom: 40px;
}
.articleBox {
	margin: 0 auto 20px auto;
}
.articleBox h3 {
	font-size: 20px;
	padding-bottom: 20px;
}
.pagination {
	margin-bottom: 40px;
}
.leftCol {
	padding-right: 15px;
}
.rightCol {
	padding-left: 15px;
}
.moreInformation {
    padding: 40px 60px 60px;
}
.addBox {
/*    width: 336px;
*/	margin:0px auto 40px auto;
}
}
@media (min-width: 767px) {
.mobileLogo {
	display: none;
}
}
@media (max-width: 767px) {
h1, h1.text-left {
	text-align: center;
	font-size: 25px;
	background-position: center bottom;
}
p, h2, h3, h4, h5, h6{
	text-align:center;}
.desktopLogo {
	display: none;
}
.menuIcon {
	font-size: 25px;
}
.headerBtn2 {
	display: block;
}
.logo {
	width: 160px;
}
.searchIcon {
	font-size: 25px;
	margin-right: 0px;
}
.headerForm {
	margin-top: 0px;
}
.headerForm .btn {
	display: none;
}
.headerFix .menuIcon {
	font-size: 25px;
}
.headerFix .searchIcon {
	font-size: 25px;
}
.bannerImg {
	overflow: hidden;
}
.bannerImg img {
	height: 500px;
	max-width: inherit;
	position: relative;
	left: 50%;
	top: 0%;
	-ms-transform: translateY(-0%) translateX(-50%);
	-webkit-transform: translateY(-0%) translateX(-50%);
	transform: translateY(-0%) translateX(-50%);
}
.bannerCaption {
	bottom: 80px;
}
.bannerCaption figcaption {
	max-width: 420px;
	padding-right: 15px;
	padding-left: 15px;
}
.bannerApp {
	right: 10px;
	bottom: 10px;
	left: 10px;
	text-align: center;
}
.bannerApp img {
	margin-left: 3px;
	margin-right: 3px;
}
.categoryBox {
	max-width: 360px;
	margin: 0 auto 4px auto;
}
.categoryBox h2 {
	font-size: 12px;
}
.phone {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.workText {
	margin: 0px auto 30px;
}
.workText p {
	color: #FFF;
}
.footerTop {
	text-align: center;
}
.footerTop h2 {
	padding-bottom: 15px;
}
.footerTop h3 {
	padding-bottom: 10px;
}
.footerTop ul {
	margin-bottom: 25px;
}
.footerLink {
	margin-top: 30px;
}
.headerFix .headerForm {
	margin-top: 0px;
}
.page-header {
	padding-bottom: 80px;
	padding-top: 140px;
}
.page-header h2 {
	font-size: 28px;
	background-size: auto 2px;
}
.articleBox {
	margin: 0 auto 20px auto;
	max-width: 400px;
	text-align: center;
}
.add {
	max-width: 360px;
	margin: 0 auto 20px auto;
	text-align: center;
}
.newsBox {
	max-width: 360px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.articleBox p {
	line-height: 20px;
}
.deatailsSocial {
	text-align: center;
}
.deatailsSocial li a {
	font-size: 0px;
	line-height: 40px;
	height: 40px;
	width: 40px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.deatailsSocial li a .fa {
	margin-right: 0px;
}
.scamBox {
	margin: 0 auto 6px auto;
	max-width: 380px;
}
.scamCaption h4 {
	font-size: 12px;
	line-height: 15px;
}
.scamCaption h3 {
	font-size: 14px;
	padding-bottom: 5px;
}
.scamCaption .count {
	font-size: 12px;
	padding: 10px 15px;
}
.partnerBox {
	margin: 0 auto 4px auto;
	max-width: 210px;
}
.moreInformation {
	padding-top: 50px;
	padding-bottom: 60px;
	padding-left: 50px;
}
.scialBox {
	padding-top: 30px;
}
.btnBox .btn-info {
	height: 45px;
	line-height: 45px;
	min-width: 100%;
	font-size: 14px;
}
.formSec {
	padding-top: 0px;
}
.btnBox {
	padding-top: 20px;
}
.panel-success {
    padding: 30px 15px 15px;
}
.newsBox p {
    text-align: center;
}
.scialBox{
	padding-left:0px;
	text-align:center;}
.scialBox span{
	margin-left: auto !important;
	display: block;
	margin-bottom: 8px;
	position: static !important;
	margin-right: auto;
	text-align:center;
}
.ad-div-desktop{display:none;}
.ad-div-mobile{display:block;}
}
@media (max-width: 480px) {
.addBox {
	margin:0px 0px 30px 0px;
}
}
