@charset "UTF-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300,400,600,700,800&subset=latin-ext';
@font-face {
	font-family: 'Conv_Arial Rounded MT Std Extra Bold';
	src: url('..fonts/Arial Rounded MT Std Extra Bold.eot');
	src: local('☺'), url('../fonts/Arial Rounded MT Std Extra Bold.woff') format('woff'), url('../fonts/Arial Rounded MT Std Extra Bold.ttf') format('truetype'), url('../fonts/Arial Rounded MT Std Extra Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	position:relative;
	height:100%;
	width:100%;
}
body,td,th {
	font-family: 'Conv_Arial Rounded MT Std Extra Bold';
}
p {
	font-family: 'Lato', sans-serif;
}
.intro-p-bold {
    font-weight: 900;
    padding: 0px !important;
    font-size: 21px !important;
}
.intro-p-bold span {
	color:#EE2D34;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#f7f8f9;
}
*:focus {
    outline: none;
}
.home-page {
	height: 100%;
	width: 100%;
	background-color: #333;
	background-image: url(../img/home-bg.jpg);
	background-position: center center;
	background-size:cover;
	display:table;
	min-height: 880px;
}
.home-box {
	margin-top:-30px;
	width:100%;
    display: table-row;
	vertical-align:middle;
}
.home-box h1 {
	color:#EE2D34;
	font-size:27px;
	margin-top:0px;
}
.home-box p {
	color:#fff;
	font-size:18px;
	padding:30px;
	padding-left:60px;
	padding-right:60px;
}
.home-more-btn {
	height:45px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:35px;
	padding-right:35px;
	line-height:45px;
	background-color:#EE2D34;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	font-size:10px;
    border-color: #d2232a;
	color:#fff;
	width:100%;
	margin-bottom:20px;
}

.main-navi {
	background-color:#fff;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top:30px;
	position:relative;
}

.main-navi .col-md-6 {
	padding:0px;
}
.main-navi .col-md-3:first-child {
	padding:0px;
}
.main-navi p {
    /* font-family: 'Conv_Arial Rounded MT Std Extra Bold'; */
    font-size: 12px;
    color: #515151;
    padding: 19px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}
.main-navi p a {
    color: #515151;
	text-decoration:none;
}

.main-navi p img {
	margin-right:15px;
}

.login-box {
	position:absolute;
	width:590px;
	top: 70px;
	background-color:#fff;
	right:0px;
	z-index:999;
		border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	display:none;

}

.login-box::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid black;
    position: absolute;
    right: 70px;
    top: -12px;

}
.login-box h2 {
    color: #eb2b35;
    font-size: 12px;
	text-align:center;
}
.login-box input {
	width: 100%;
	background-color:#f7f8f9;
	border: 1px solid #f1f1f1;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
	float: left;
	padding-left: 20px;
	padding-top:5px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size:10px;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    margin-top: -1px;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
	font-size:10px;
	border:none;
	padding-top:15px;
	padding-bottom:15px;
}
.nav-tabs.nav-justified>li>a {
    border-bottom: 0px solid #ddd;
    border-radius: 0px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 0px solid #DDF;
    background-color: #eb2b35;
    color: #fff;
}
.tab-pane {
	padding-top: 30px;
    padding-bottom: 40px;
}
.ftab {
	-webkit-border-top-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-top-left-radius: 10px !important;
	background-image: url(../img/login-customer-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mtab {
	background-image: url(../img/login-account-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.ltab {
	-webkit-border-top-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	border-top-right-radius: 10px !important;
	background-image: url(../img/login-sim-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* This should be around line 4713 in your bootstrap.css */
.navbar-collapse.collapse {
        text-align: center; /* Set this */
}
.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-default {
    background-color: #eb2b35;
    border-color: #e7e7e7;
}
.navbar {
    position: relative;
    min-height: 25px;
    margin-bottom: 0px !important;
    border: 0px solid transparent;
	border-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
    z-index: 999;	
}
.navbar .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-right {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #000;
    margin-bottom: 0px;
	margin-left: -180px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar-right li {
	margin-top:0px !important;
}
.navbar-right li a {
    min-width: 160px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.navbar-right li a:hover, .navbar-right li a:focus {
	color:#ea0000 !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.navbar-nav>li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
	margin-bottom:-2px;
}
.navbar-nav>li>a {
    padding-top: 9px;
    padding-bottom: 6px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090b0b;
    border-radius: 17px;
		-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ea0000;
}
.navbar-toggle {
    position: relative;
    float:none;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 1px;
    border-radius: 1px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.divider-nav {
	background-image: url(../img/main_navi_divider.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    text-align: center;
}
.page-head {
	width: 100%;
	float: left;
	background-color: #333;
	clear: left;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.page-title {
	width:100%;
	height:200px;
	float:left;
	display:table;
}
.page-title h1 {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;
}
.section {
	width:100%;
	float:left;
	clear:left;
	padding-top:30px;
	padding-bottom:30px;
}

/* ABOUT */
.about-box-section {
	background-color:#f7f8f9;
}
.about-box {
	float:left;
	width:100%;
}
.about-box-header {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(../img/about_box_header_divider.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.about-box-header .col-md-6 {
	padding:0px;
}
.about-box-header h3 {
	font-size:14px;
	color:#fff;
	margin-top:40px;
	font-weight:normal;
}
.abh-black {
	background-color:#090b0b;
}
.abh-red {
	background-color:#ee2d34;
}
.abh-silver {
	background-color:#737374;
}
.about-box-content {
	width:100%;
	float:left;
	min-height:400px;
	padding-top:30px;
	background-color:#fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.about-box-content h2 {
	color: #EE2D34;
	font-size: 14px;
	padding-bottom: 20px;
	margin-bottom:0px;
	background-image: url(../img/about_box_content_title_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.about-box-content p {
	color:#333;
	padding:30px;
	padding-top:20px;
	padding-bottom:10px;
}

.about-main-section {
	padding-top: 50px;
	padding-bottom:0px;
	background-color:#fff;
}
.about-main-section .col-md-12 {
	background-image: url(../img/bg_about_3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left:100px;
	padding-right:100px;

}
.about-main-section h2 {
	font-size:18px;
	color:#ed2d34;
	margin-bottom:00px;
	margin-top:0px;
}
.about-main-section h3 {
	font-size:18px;
	color:#ed2d34;
}
.about-main-section p {
	font-size:14px;
	color:#333;
	margin-top:0px;
	margin-bottom:50px;
}
/* SERVICES */
.service-section {
	padding-top:40px;
	padding-bottom:50px;
	background-color:#fff;
	
}
.service-section h2 {
	font-size:14px;
	color:#EE2D34;
	margin-top:35px;
	margin-bottom:0px;
}
.service-section p {
	margin-top:40px;
	margin-bottom:40px;
}
.service-more-btn {
	height:45px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:35px;
	padding-right:35px;
	line-height:45px;
	background-color:#EE2D34;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	font-size:10px;
    border-color: #d2232a;
	color:#fff;
}

.service-box, .service-box-t2 {
	float:left;
	width:100%;
	clear:left;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:30px;
	color:#fff;
}
.service-box h2, .service-box-t2 h2 {
	font-size:14px;
}
.service-box {
	padding-top:46px;
	min-height:400px;
}

.service-box p {
	max-width:330px;
	padding:10px;
    margin: auto;
}

.service-box-t2 {
	padding:60px;
	min-height:525px;
	padding-bottom:20px;
}
.service-box-t2 h2 img {
	margin-right:40px;
}
.service-box-t2 p {
	padding-top:10px;
}

.sb-red {
	background-color:#D2232A;
}
.sb-black {
	background-color:#000;
}
.sb-gray {
	background-color:#434141;
}
.sb-silver {
	background-color: #666;
	background-image: url(../img/sb_silver_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* HOSTED */

.hosted-section, .hosted-section-more {
	background-color:#fff;
	float:left;
	clear:left;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.hosted-section {
	background-image: url(../img/hosted_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 110px;
	padding-top:90px;
}
.hosted-section h2 {
	font-size:18px;
	color:#ed2d34;
	margin-top:40px;
	margin-bottom:0px;
}
.hosted-section h3 {
	font-size:14px;
}
.hosted-section p {
	font-size:14px;
	color:#333;
		margin-top:40px;
	margin-bottom:40px;

}


.hosted-section-more h2 {
	font-size:18px;
	color:#ed2d34;
	margin-top:40px;
	margin-bottom:0px;
}
.hosted-section-more {
	padding:60px;
	padding-bottom:0px;
}
.hosted-section-more h2 img {
	margin-right:40px;
}

.hosted-section-more p {
	font-size:14px;
	color:#333;
	margin-top:30px;
	margin-bottom:40px;

}

.hosted-section-divider {
	float: left;
	clear: left;
	background-color: #333;
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/hosted-section-divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.hosted-section-divider h3 {
	font-size:18px;
	line-height:30px;
	color:#fff;
	margin-bottom:30px;
}
/* CONTACT */
.contact-page {
	width: 100%;
	float: left;
	min-height: 100%;
	background-color: #333;
	background-image: url(../img/contact-page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.contact-box {
	margin-top:30px;
	float:left;
	clear:left;
	width:100%;
	background-color:#fff;
	min-height:530px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom:20px;
}
.contact-form {
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../img/contact_form_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.contact-info {
	background-color: #d52f3a !important;
	
	padding-left: 80px;
	padding-right: 80px;
	background-image: url(../img/contact_info_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:30px;
}
.contact-box h2, .contact-info h2 {
	font-size:14px;
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}
.contact-box h2 {
	color:#ed2d34;
}
.contact-info h2 {
	color:#fff;
}
.contact-info h3 {
	color:#fff;
	font-size:14px;
	margin-bottom:0px;
	margin-top:20px;
}
.contact-info p, .contact-info p a{
	color:#fff;
	text-decoration:none;
}


.contact-box input {
	font-size:10px;
	width: 100%;
	background-color:#f7f8f9;
	border: 1px solid #f1f1f1;
	height: 45px;
	line-height: 45px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
	float: left;
	padding-left: 20px;
	padding-top:5px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
  
}
.contact-box textarea {
	font-size:10px;
	width: 100%;
	background-color:#f7f8f9;
	border: 1px solid #f1f1f1;
	line-height: 25px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 20px;
	float: left;
	padding-left: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	padding-top:10px;
	

}
.contact-box input:focus, .contact-box textarea:focus {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-width: 1px;
	border-style: solid;
	border-color: #eb2b35;
	font-size:10px;
}
.btn-send {
    border-color: #ee2d34;
    background-color: #ee2d34;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 10px;
    padding-top: 13px;
}
::-webkit-input-placeholder {
   color: #898788;
   font-size:10px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #898788;
   font-size:10px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #898788;
   font-size:10px;
}

:-ms-input-placeholder {  
   color: #898788;
   font-size:10px;
}


/* features-list */
.features-section {
	padding-top:20px;
	padding-bottom:20px;
}
.features-list {
	float:left;
	width:100%;
	background-color:#fff;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.features-list-btn {
	display: none;
	float: right;
	margin: 15px;
	height: 40px;
	width: 40px;
	background-color: #eb2b35;
	background-image: url(../img/features-menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	background-size: 50%;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
.features-title {
	float:left;
	clear:left;
	width:100%;
	min-height:70px;
	background-color:#000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.features-title h2 {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
}
.features-title h2 img {
	    float: left;
    margin-right: 10px;
}

.features-title-more {
	float:left;
	clear:left;
	width:100%;
	min-height:70px;
	background-color:#BB2126;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.features-title-more h2 {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 18px;
}
.features-title-more h2 img {
	    float: left;
    margin-right: 10px;
}


.features-list ul {
	padding:0px;
	margin:0px;
	list-style:none;
	padding-left:15px;
	padding-right:15px;
	clear:left;
}
.features-list ul li {
	height: 50px;
	line-height: 50px;
	color: #EE2D34;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	cursor:pointer;
			 -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.features-list ul li img {
	margin-right:10px;
}
.features-list ul li.selected {
    background-color: #f32438;
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    color: #fff;
	position:relative;
			 -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.features-list ul li.selected::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #f32438;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 15px;
}
.features-list ul li.selected img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.features-list ul li:last-child {
	border-bottom-color: #fff;
}
.features-content {
	float: left;
	width: 100%;
	max-height: 670px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow-y: hidden;
	overflow-x: hidden;
	background-image: url(../img/feature-content-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}
.features-content-loader {
	position: absolute;
	display: none;
	top: 0px;
	left: 40px;
	bottom: 0px;
	right: 40px;
	background-color: #fff;
	background-image: url(../img/loading-gear.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.features-content::-webkit-scrollbar {
    width: 10px;

}
.features-content::-webkit-scrollbar-track {
	background-repeat: repeat-y;
	background-position: center;
}
.features-content::-webkit-scrollbar-thumb {
	background-color:#DAD9D9;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.features-content::-webkit-scrollbar-thumb:window-inactive {
	background-color:#ddd;
}
.features-content-box-holder {
    position: relative;
    height: 250px;
    width: 100%;
    overflow: hidden;
    float: left;
    }
.features-content-box {
    float: left;
    width: 100%;
    min-height: 250px;
    padding-top: 30px;
}
.features-content-box h3 {
	font-size: 14px;
	color: #EE2D34;
	padding-bottom: 30px;
	margin-bottom: 20px;
	background-image: url(../img/feature-content-title.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.features-content-box p {
	font-size:14px;
	color:#333;
	padding-left:100px;
	padding-right:100px;
		padding-bottom:70px;

}
.feature-more-section {
	background-color: #515151;
	padding-top: 0px;
	background-image: url(../img/feature-more-bg.png);
	background-repeat: no-repeat;
	background-position: 43% top;
}
.feature-more-section p {
	padding-top:50px;
	font-size:14px;
	color:#fff;
	line-height:28px;
}
.feature-last-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../img/feature-last-bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.feature-last-section h2 {
	color:#EE2D34;
	font-size:18px;
	padding-bottom:35px;
}
.footer {
	background-color: #000;
	bottom: 0px;
	width: 100%;
	min-height:40px;
	float:left;
	width:100%;
}

.footer p {
	color:#b2b2b2;
	line-height:40px;
	margin:0px;
}
/* search */
/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
input.gsc-input {
	padding: 1px 6px;
	width: 99%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 1em;
  width: auto;
}
.cse .gsc-control-wrapper-cse,
.gsc-control-wrapper-cse {
  width: 100%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
table.gsc-search-box td.gsc-input {
  padding-right: 12px;
}
input.gsc-input {
	font-size: 13px;
	padding: 1px 6px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/* Search button */
.cse input.gsc-search-button, input.gsc-search-button {
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 0 8px;
    height: 40px;
    min-width: 72px;
    background-color: #eb2b35;
    border: 0px solid #666;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	text-transform:uppercase;
	letter-spacing:1px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result,
.gsc-imageResult-column,
.gsc-imageResult-classic {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result.gsc-promotion:hover,
.gsc-results .gsc-imageResult-classic:hover,
.gsc-results .gsc-imageResult-column:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion {
  background-color: #FFFFFF;
  border-color: #336699;
}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #EEE;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: white;
  border: 1px solid #CCC;
  border-top-color: #D9D9D9;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}
.gsc-completion-title {
  color: #0000CC;
}
.gsc-completion-snippet {
  color: #000000;
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short,
.gs-promotion div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long,
.gs-promotion div.gs-visibleUrl-long {
  display: block;
}

/* Facet box css */
.gsc-context-box {
  font-size: 83%;
  margin-top: 3px;
  border-collapse: collapse;
}

.gsc-context-box .gsc-col {
  padding:1px 0;
  white-space: nowrap;
  vertical-align: middle;
}

.gsc-context-box .gsc-facet-label {
  width: 65px;
  padding-left: 2px;
  text-decoration: underline;
  color: #15C;
  cursor: pointer;
}

.gsc-context-box .gsc-chart {
  width: 32em;
  padding: 3px;
  border-left: 1px solid #6A9CF3;
  border-right: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-top {
  border-top: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-bottom {
  border-bottom: 1px solid #6A9CF3;
}

.gsc-context-box .gsc-chart div {
  background: #6A9CF3;
  height: 9px;
}

.gsc-context-box .gsc-facet-result {
  color: #15C;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}

/* Universal one box css. */
.gsc-usr-group-thumbnail {
  display: inline-block;
  max-width: 72px;
  max-height: 72px;
}
.gsc-usr-group-thumbnail img {
  max-height: 72px;
  overflow: hidden;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-heading {
  color: #15C;
  cursor: pointer;
}
.gsc-usr-group {
  min-height: 100px;
  zoom: 1;
  display: block;
  line-height: 1.24;
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: 20px;
}
.gsc-usr-group-content {
  padding-top: 1px;
  padding-bottom: 3px;
}
.gsc-usr-group-content-thumbnail {
  display: inline-block;
  vertical-align: top;
}
.gsc-usr-group-head-result {
  display: inline-block;
  padding-left: 6px;
}
.gsc-usr-group-snippet {
  width: 100%;
  height: 3.6em;
  overflow: hidden;
}
.gsc-usr-group-content-results {
  font-size: 12px;
  padding-left: 1px;
  width: 80%;
  padding-top: 7px;
}
.gsc-usr-group-head-results {
  display:inline-block;
  font-size: 13px;
  padding-left: 6px;
  width: 80%;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-all-results {
  font-size: 11px;
  line-height: 10px;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-all-results
b {
  font-size: 14px;
  font-weight: 600;
}
.gs-webResult .gs-title
.gs-title.gsc-usr-group-heading
b {
  color: #15C;
}

input.gsc-input {
	border-radius: 20px;
	background-color: #f7f8f9;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #eeeeee !important;
	border-top-style: solid !important;
	border-right-style: solid !important;
	border-left-style: solid !important;
	color: #888 !important;
	background-repeat: no-repeat !important;
	background-position: right center !important;
	height: 40px;
	padding-left: 10px !important;
	margin-left: 0px;
	margin-top: 12px;
	font-size: 12px !important;
	letter-spacing: 1px !important;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-left-color: #eeeeee;
	background-image: url(../img/search-icon.png) !important;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}
input.gsc-input:focus {
	border-color: #333 !important;
		 -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
		 background-image:none !important;
	}
	
	
	 .gsc-input  {
	background-repeat: no-repeat !important;
	background-position: left center !important;
	 }
	 
	 td.gsc-input {
		 background-image:none !important;
	 }
	 .gsc-search-button {
	display:none !important;
	 }
.col-md-12 .gsc-search-box {
	display:none;
}
@media screen and (max-width:1200px) {

.about-main-section .container {
	width:100%;
}
.about-main-section .col-md-12 {

    padding-left: 50px;
    padding-right: 50px;
}
.navbar-nav {
    float: left;
}
}
@media screen and (max-width:1000px) {

.about-main-section .col-md-12 {
    background-image: none !important;
 
}
.about-main-section .col-md-12 .text-right, .about-main-section .col-md-12 .text-left {
	text-align:center;
}
}
@media screen and (max-width:992px) {
.divider-nav {
    background-image: none;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-left: 0px;
	margin-right:0px;
}
.navbar-nav>li {
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 5px;
    margin-bottom: -2px;
}
}
@media screen and (max-width:768px) {
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    border-radius: 0px;
}
.nav-tabs.nav-justified>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-right li a:hover, .navbar-right li a:focus {
	color:#000 !important;
}

.about-box-header {

    background-image: none !important;

}
.sb-silver {
    background-size: 60%;
}
.navbar-nav {
    float: none;
}
.navbar-nav {
    display: inline;
}
.login-box {
    position: relative;
    width: 100%;
    top: 0px;
    background-color: #fff;
    right: 0px;
    z-index: 999;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    display: none;
    padding: 5%;
}
.login-box::before {
	display:none;
}
.ftab, .ltab {
    border-radius: 0px 0px 0px 0px !important;
    -moz-border-radius: 0px 0px 0px 0px !important;
    -webkit-border-radius: 0px 0px 0px 0px !important;
}
.features-title h2 {
    font-size: 12px;
    padding-right: 5px;
    float: left;
	width: calc(100% - 70px);
}
.features-list ul {
	display:none;
}
.features-list ul li.selected::after {
	display:none;
}
.features-list-btn {
	display: block;
}
.footer p {
	text-align:center;
}

}
@media screen and (max-width:688px) {
.home-box h1 {
    color: #EE2D34;
    font-size: 18px;
    margin-top: 0px;
}
.home-box p {
    color: #fff;
    font-size: 15px;
    padding: 30px;
    padding-left: 20px;
    padding-right: 20px;
}
.hosted-section-more {
    padding: 10px;
    padding-bottom: 0px;
}
.hosted-section-more h2 img {
    margin-right: 3px;
}
.service-box-t2 h2 img {
    margin-right: 3px;
}
.hosted-section-more h2 {
    font-size: 14px;
}
.service-box-t2 {
    padding: 40px;
    min-height: 485px;
}
.contact-form {
    padding-left: 10px;
    padding-right: 10px;
    background-image: none !important;
}
}