body {
	color: #112234;
	font-family: "Open Sans",Tahoma,Verdana;
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
}
h2 {
	color: #2c3e50;
	font-size: 42px;
	font-weight: 800;
}
h3 {
	color: #2c3e50;
	font-size: 24px;
	font-weight: 800;
}
h4 {
	color: #0592dd;
	font-size: 24px;
	font-weight: 400;
	margin: 10px 0;
}
a {
	color: #16518c;
	transition: all 0.2s ease-out 0s;
}
a:hover {
	color: #1c8ad2;
	text-decoration: underline;
}
.page ul li, .page ol li {
	line-height: 200%;
}
img {
	height: auto;
	max-width: 100%;
}
header {
	background-color: #0d223f;
	padding-bottom: 20px;
}
.clearer {
	clear: both;
}
.header-rightside {
	text-align: right;
}
.logo {
	margin-top: 30px;
	text-align: center;
}
.logo a {
	display: inline-block;
}
.client-zone {
	display: inline-block;
	padding: 5px 0 0;
	position: relative;
}
.client-zone button {
	background: url("../images/client-zone-icon.png") no-repeat scroll 15px center #09192e;
	border: medium none;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 13px 20px 13px 45px;
	text-transform: uppercase;
	transition: all 0.2s ease-out 0s;
}
.client-zone button i {
	color: #adc7ea;
	margin-left: 10px;
	transition: all 0.2s ease-out 0s;
}
.client-zone button:hover i {
	color: #fff;
}
.client-zone button:hover, .client-zone.open button {
	background: url("../images/client-zone-icon-hover.png") no-repeat scroll 15px center #1a82c8;
}
.client-zone.logged button {
	background-image: none;
	padding: 13px 20px;
}
.client-zone.logged .name {
	background: url("../images/client-zone-icon.png") no-repeat scroll 15px center #09192e;
	border: medium none;
	color: #adc7ea;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	padding: 13px 20px 13px 45px;
	transition: all 0.2s ease-out 0s;
}
.client-zone.logged .logout {
	background: none repeat scroll 0 0 #9c0e00;
	display: inline-block;
	padding: 9px;
}
.client-zone.logged .logout:hover {
	background: none repeat scroll 0 0 #c61200;
}
.client-zone.logged .logout i {
	color: #ce8780;
	transition: all 0.2s ease-out 0s;
}
.client-zone.logged .logout:hover i {
	color: #fff;
}
.client-zone button, .logout, .name {
	float: left;
	margin-left: 2px;
}
.client-zone.logged .dropdown-menu {
	min-width: 200px;
	padding: 5px;
	right: 38px;
	text-align: left;
}
.client-zone.logged .dropdown-menu a {
	border-bottom: 1px solid #e5e9e9;
	display: block;
	font-weight: 400;
	padding: 10px 20px;
}
.client-zone.logged .dropdown-menu a:last-child {
	border-bottom: medium none;
}
.client-zone.logged .dropdown-menu a:hover {
	background-color: #1a82c8;
	color: #fff;
	text-decoration: none;
}
.dropdown-menu {
	border: 2px solid #1a82c8;
	border-radius: 0;
	margin-top: 0;
	min-width: 260px;
	padding: 20px;
	right: 0;
	text-align: center;
}
.input-field {
	margin-bottom: 10px;
}
.input-field input, .input-field textarea, select.form-control {
	border: 1px solid #d3e0e8;
	border-radius: 0;
}
.register-link {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #fff;
	display: block;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 8px;
	padding-top: 8px;
	width: 100%;
}
a.register-link {
	background-color: #133766;
}
a.register-link:hover {
	background-color: #1a78bc;
	color: #fff;
	text-decoration: none;
}
input.register-link {
	background-color: #f8b000;
	transition: all 0.2s ease-out 0s;
}
input.register-link:hover {
	background-color: #f1c40f;
}
.forgotten-password {
	color: #2c3e50;
	display: inline-block;
	margin-top: 15px;
}
.forgotten-password:hover {
	color: #1966a8;
	text-decoration: underline;
}
.navbar {
	margin: 16px 0 0;
}
.navbar-nav > li {
	padding: 0 20px;
}
.navbar-nav > li.active a {
	color: #fff;
	font-weight: 600;
}
.navbar-nav > li > a {
	color: #adc7ea;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 0 8px;
	position: relative;
	text-transform: uppercase;
}
.navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-nav > li > a:after {
	background: none repeat scroll 0 0 #f7cf00;
	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%;
}
.navbar-nav > li.active > a:after {
	height: 4px;
	opacity: 1;
	transform: translateY(0px);
}
.navbar-nav > li > a:hover:after {
	height: 4px;
	opacity: 1;
	transform: translateY(0px);
}
.navbar-nav > li:first-child {
	padding-left: 0;
}
.navbar-nav > li:last-child {
	padding-right: 0;
}
.slider {
	background-image: linear-gradient(to bottom, #133056 39%, #1b8dd3 100%);
}
.monitor-content {
	background: url("../images/monitor-circle.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.monitor {
	background: url("../images/monitor.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	height: 383px;
	margin: 70px 0 -20px 50px;
	padding: 23px;
	width: 454px;
}
.slider-text {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 110px;
	text-align: center;
}
.slider-text p {
	line-height: 1.4;
}
.slider-text h1 {
	color: #fff;
	font-size: 66px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px;
}
.slider-text h1 span {
	color: #8ec0eb;
	display: block;
	font-size: 47px;
	font-weight: 600;
}
.slider-button {
	background: url("../images/slider-button-bg.png") repeat-x scroll left center rgba(0, 0, 0, 0);
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	margin: 10px auto 0;
	padding: 22px 50px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.4s ease-out 0s;
}
.slider-button:hover {
	background-position: left bottom;
	color: #fff;
	text-decoration: none;
}
.slider-content {
	background: url("../images/slider-arrow.png") no-repeat scroll 48% 13px rgba(0, 0, 0, 0);
}
.benefits {
	background-image: linear-gradient(to bottom, #e9efef 0%, #ffffff 39%);
	padding: 60px 0 50px;
	text-align: center;
}
.benefits h3 {
	margin: 10px 0;
	text-transform: uppercase;
}
.benefits p {
	margin: 0;
}
.circle-icon {
	border-radius: 50%;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	height: 90px;
	margin: 15px 30px;
	position: relative;
	text-align: center;
	transition: box-shadow 0.3s ease 0s;
	width: 90px;
	z-index: 1;
}
.circle-icon:after {
	border-radius: 50%;
	box-shadow: 0 0 0 4px #000000;
	box-sizing: content-box;
	content: "";
	height: 100%;
	left: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
	width: 100%;
}
.circle-icon:hover:after {
	opacity: 0.5;
	transform: scale(0.85);
}
.circle-icon:hover {
	box-shadow: 0 0 0 10px #000;
	color: #000;
}
.circle-icon.quick-start {
	color: #3babe5;
	padding: 25px 0 0;
}
.circle-icon.quick-start:after {
	box-shadow: 0 0 0 4px #3babe5;
}
.circle-icon.quick-start:hover:after {
	opacity: 0.5;
	transform: scale(0.85);
}
.circle-icon.quick-start:hover {
	box-shadow: 0 0 0 10px #3babe5;
	color: #3babe5;
}
.circle-icon.high-provision {
	color: #f1c40f;
	padding: 10px 0 0;
}
.circle-icon.high-provision:after {
	box-shadow: 0 0 0 4px #f1c40f;
}
.circle-icon.high-provision:hover:after {
	opacity: 0.5;
	transform: scale(0.85);
}
.circle-icon.high-provision:hover {
	box-shadow: 0 0 0 10px #f1c40f;
	color: #f1c40f;
}
.circle-icon.premium-services {
	color: #eb5647;
	padding: 22px 0 0;
}
.circle-icon.premium-services:after {
	box-shadow: 0 0 0 4px #eb5647;
}
.circle-icon.premium-services:hover:after {
	opacity: 0.5;
	transform: scale(0.85);
}
.circle-icon.premium-services:hover {
	box-shadow: 0 0 0 10px #eb5647;
	color: #eb5647;
}
.why {
	border-bottom: 1px solid #e5e9e9;
	border-top: 1px solid #e5e9e9;
	padding: 40px 0;
}
.why .row {
	background: url("../images/why-arrow.png") no-repeat scroll 330px top rgba(0, 0, 0, 0);
}
.why-title {
	color: #1abc9c;
	font-size: 40px;
	font-weight: 800;
	margin-top: 40px;
	padding-left: 50px;
}
.why-title p {
	margin: 10px 0;
}
.why-title span {
	color: #3c5164;
	display: block;
	font-size: 28px;
	font-weight: 300;
}
.why-text {
	font-size: 15px;
	list-style-type: none;
	margin: 10px 0 0 20px;
	padding: 0;
}
.why-text li {
	background: url("../images/plus-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding: 8px 0 8px 30px;
}
.about {
	background-color: #f9fafa;
	border-bottom: 1px solid #e5e9e9;
	line-height: 1.2;
	padding: 50px 0;
}
.about-pic {
	text-align: center;
}
.about h2 {
	margin: 30px 0 10px;
}
.about h2 span {
	font-weight: 400;
}
.about-button {
	border: 1px solid #aab7b7;
	color: #f1c40f;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	padding: 10px 20px;
	position: relative;
	text-transform: uppercase;
}
.about-button span {
	position: relative;
	z-index: 99;
}
.about-button:after {
	background: none repeat scroll 0 0 #f1c40f;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 0;
	z-index: 10;
}
.about-button:hover, .about-button:active {
	border: 1px solid #f1c40f;
	color: #fff;
	text-decoration: none;
}
.about-button:hover:after, .about-button:active:after {
	width: 100%;
}
.home-affiliate {
	font-weight: 300;
}
footer {
	font-size: 14px;
	padding: 30px 0 60px;
}
.footer-links ul {
	list-style-type: none;
	margin: 5px 0 0 20px;
}
.footer-links ul li {
	line-height: 1.2;
	padding: 0 0 10px;
}
.footer-links ul a {
	color: #09192e;
}
.footer-links ul a:hover {
	color: #1581c7;
	text-decoration: underline;
}
.footer-address {
	line-height: 1.6;
}
.social-icons {
	text-align: right;
}
.social-icons a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 12px;
	position: relative;
	text-align: center;
	width: 32px;
}
.social-icons a:hover {
	background: none repeat scroll 0 0 #ffffff;
}
.social-icons a i {
	color: #fff;
	font-size: 16px;
}
.social-icons a:after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	width: 100%;
}
.social-icons a:after {
	display: none;
}
.google-plus {
	background-color: #dd4b39;
	box-shadow: 0 0 0 2px #dd4b39;
	overflow: hidden;
	transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.facebook {
	background-color: #3b5998;
	box-shadow: 0 0 0 2px #3b5998;
	overflow: hidden;
	transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.twitter {
	background-color: #5fa8db;
	box-shadow: 0 0 0 2px #5fa8db;
	overflow: hidden;
	transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
.google-plus:hover {
	box-shadow: 0 0 0 2px #dd4b39;
}
.facebook:hover {
	box-shadow: 0 0 0 2px #3b5998;
}
.twitter:hover {
	box-shadow: 0 0 0 2px #5fa8db;
}
.social-icons a:hover i {
	animation: 0.3s ease 0s normal forwards 1 toBottomFromTop;
}
.google-plus:hover i {
	color: #dd4b39;
}
.facebook:hover i {
	color: #3b5998;
}
.twitter:hover i {
	color: #5fa8db;
}

/* Settings Page */
.page.settings-page {
	font-size: 13px;
	padding: 50px;
}
.settings-page .row {
	margin: 0;
	padding: 0;
}
.settings-title {
	color: #0592dd;
	margin: 10px 0 5px 0;
	font-size: 20px;
}
.settings-title span {
	font-size: 13px;
	font-weight: 400;
	color: #112234;
}
.statistics-edit {
	text-align: right;
}
.settings-page .statistics-button {
	margin: 5px -15px 5px 0;
}
.settings-page .tab-content {
	padding-top: 0;
}
.settings-page  .table-condensed > thead > tr > th, .settings-page  .table-condensed > tbody > tr > th, .settings-page  .table-condensed > tfoot > tr > th, .settings-page  .table-condensed > thead > tr > td, .settings-page  .table-condensed > tbody > tr > td, .settings-page  .table-condensed > tfoot > tr > td {
	padding: 5px 15px;
}
.settings-page .table td {
	width: 50%;
}
.tabs-left .nav.nav-tabs li, .tabs-left .nav.nav-tabs li:last-child {
	width: 100%;
}
.tabs-left .nav-tabs > li:last-child > a {
	margin-right: -1px;
}
.tabs-left > .nav-tabs > a {
	border-color: #ddd transparent #ddd #ddd;
}
.tabs-left .tab-content {
	border-left: 0;
}
.tabs-left .nav > li > a {
	padding: 20px 40px;
}
.form-group label {
	font-size: 15px;
}
.form-control {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-color: #badbf0;
}
.settings-page .table tr:last-child td {
	border-bottom: 1px solid #dddddd;
}
.page.settings-page .table {
	font-size: 14px;
}
.settings-page .table > thead > tr > th, .settings-page .table > tbody > tr > th, .settings-page .table > tfoot > tr > th, .settings-page .table > thead > tr > td, .settings-page .table > tbody > tr > td, .settings-page .table > tfoot > tr > td {
	padding: 10px 15px;
}
.settings-page .tab-content {
	border-left: 1px solid #ddd;
	padding: 0 0 0 50px;
}
.settings-page .nav.nav-tabs {
	margin: 0;
	border: none;
}
.form-box {
	border: 1px solid #b2daf7;
	background-color: #cceafd !important;
	margin: 0 auto;
	max-width: 400px;
	padding: 40px 50px;
}
.password-form {
	margin: 0 auto;
	max-width: 600px;
}

@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
.page-content {
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #133056 39%, #1b8dd3 100%);
	background-repeat: repeat-x;
	background-size: 100% 433px;
}
.page {
	background-color: #fff;
	padding: 50px 50px 50px 80px;
}
.page.full-width {
	padding: 50px;
}
.page-content h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	margin: 30px 0;
	padding: 0 0 0 80px;
}
.page-text {
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
}
.page-rightside {
	text-align: center;
}
.page-rightside h3 {
	font-size: 20px;
	margin: 10px 0;
	text-transform: uppercase;
}
.page-rightside p {
	font-size: 14px;
	margin: 0;
}
.page-rightside .circle-icon img {
	height: auto;
	max-width: 50px;
}
.page-rightside .circle-icon {
	height: 80px;
	margin-bottom: 5px;
	width: 80px;
}
.three-icon > div > div {
	margin-bottom: 30px;
}
.page-rightside .about {
	border: medium none;
	line-height: 1.4;
	margin-top: 50px;
	padding: 20px;
}
.page-rightside .about h2 {
	font-size: 18px;
}
.page-rightside .about p {
	font-size: 13px;
}
.page-rightside .about .about-button {
	font-size: 14px;
}
footer.page {
	background-color: #f9fafa;
	padding: 30px 0 60px;
}
table.provision {
	border: 3px solid #38b0ef;
}
table.provision thead {
	background-color: #38b0ef;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
table.provision td, table.provision th {
	font-size: 16px;
	text-align: center;
}
table.stats td, table.stats th {
	text-align: center;
}
.table.stats > thead > tr > th {
	vertical-align: top;
}
.table.stats .col-xs-6 {
	padding: 0 20px 0 0;
}
.table.stats .row {
	margin: 0;
}
fieldset {
	background-color: #e8f1f8;
	border: 1px solid #bad6eb;
	padding: 20px;
}
.nav.nav-tabs {
	margin-top: 0;
}
.nav.nav-tabs li {
	text-align: center;
	width: 25%;
}
.nav.nav-tabs li:last-child {
	width: 25%;
}
.nav-tabs > li:last-child > a {
	margin-right: 0;
}
.nav-tabs > li > a {
	color: #2c3e50;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-tabs > li > a i {
	margin-right: 10px;
}
.nav-tabs > li.active > a {
	color: #0592dd;
}
.tab-content {
	padding: 40px 0;
}
.red {
	color: #e84332;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: #cceafd !important;
}
.table.table-striped td.blue-cell {
	background-color: #e5f4fe;
	border-top: 1px solid #b2daf7;
}
.table th.blue-cell-th {
	border-bottom: 2px solid #b2daf7;
}
.table.table-striped .final td {
	background-color: #cceafd !important;
	border-top: 1px solid #b2daf7;
	font-weight: 700;
}
.print {
	text-align: right;
}
.print a {
	color: #1b81c8;
}
.print a:hover {
	text-decoration: underline;
}
.tab-content .table {
	font-size: 12px;
}
.tab-content .label p {
	font-weight: 600;
	margin: 5px 0;
}
.statistics-button {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #c1c1c1;
	color: #767676;
}
.statistics-button:hover {
	border: 1px solid #56aded;
	background-color: #56aded;
	color: #fff;
	text-decoration: none !important;
}
.statistics-button i {
	margin-right: 5px;
}
.filter-box {
	background-color: #feefcc;
	padding: 10px 20px;
	margin: 5px 0 0 0;
}
.filter-box > div {
	padding: 0 5px;
}
.filter-input-container {
	overflow: hidden;
	padding: 0;
}
.second {
	padding-left: 20px;
}
.filter-input-container label {
	float: left;
	padding-top: 3px;
}
.filter-input-container select {
	width: 160px;
	margin-left: 5px;
}
.filter-input-container .code {
	max-width: 300px;
}
.input-container {
	overflow: hidden;
	padding-left: 5px;
}
.label label {
	padding-top: 4px;
}
.register-form.submit-button-content {
	max-width: 400px;
	padding: 30px 0 20px 0;
	margin: 0 auto;
}
.submit-button-content {
	text-align: center;
}
.submit-button {
	width: 60%;
	margin: 0 auto;
}

@media (min-width: 767px) and (max-width: 1199px) {
	.container {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.monitor {
		margin-left: 0;
	}
	.slider-text h1 {
		font-size: 50px;
	}
	.slider-text h1 span {
		font-size: 40px;
	}
	.slider-content {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.slider-text {
		margin-top: 80px;
	}
	.why .row {
		background-position: 220px top;
	}
	.navbar-nav > li {
		padding: 0 10px;
	}
	.navbar-nav > li > a {
		font-size: 13px;
	}
	.logo a {
		display: block;
	}
	.page {
		padding: 30px 30px 20px 40px;
	}
	.page-content h1 {
		padding: 0 0 0 40px;
	}
}
@media (max-width: 767px) {
	.slider-text-content.pull-right {
		float: none !important;
	}
	.slider-content {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.slider-text {
		margin-top: 30px;
	}
	.monitor {
		margin-left: auto;
		margin-right: auto;
	}
	.benefits .col-sm-4 {
		margin-bottom: 50px;
	}
	.why {
		padding: 20px 0;
	}
	.why .row {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.why-title {
		margin: 0 0 20px 20px;
		padding: 0;
	}
	.why-title span {
		color: #3c5164;
		display: inline;
		font-size: 28px;
		font-weight: 300;
	}
	.footer-links ul {
		padding-left: 0;
	}
	.social-icons {
		border-top: 1px solid #e5e9e9;
		margin-top: 30px;
		padding-top: 30px;
		text-align: center;
	}
	.home-affiliate {
		text-align: center;
	}
	.logo {
		margin: 10px 0;
	}
	.header-rightside {
		text-align: left;
	}
	.navbar {
		margin: 0;
	}
	.navbar-default .navbar-toggle {
		background-color: #f1c40f;
		border: medium none;
		margin: 5px 0 2px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #09192e;
	}
	header {
		padding-bottom: 10px;
	}
	.navbar-collapse {
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 9999;
	}
	.navbar-nav {
		background-color: #09192e;
		margin: 0;
	}
	.navbar-nav > li {
		padding: 0;
	}
	.navbar-nav > li > a {
		display: block;
		padding: 10px 20px;
	}
	.navbar-nav > li.active > a:after, .navbar-nav > li > a:hover:after {
		display: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: medium none;
	}
	.navbar-nav > li > a:hover {
		background-color: #f1c40f;
		color: #09192e;
	}
	.dropdown-menu {
		left: 0;
		right: 100%;
	}
	.client-zone button, .logout, .name {
		margin-left: 0;
	}
	.client-zone button {
		background: url("../images/client-zone-icon.png") no-repeat scroll 5px center #09192e;
		padding: 13px 10px 13px 30px;
		text-align: left;
	}
	.client-zone button:hover, .client-zone.open button {
		background: url("../images/client-zone-icon-hover.png") no-repeat scroll 5px center #1a82c8;
	}
	.client-zone button i {
		display: none;
	}
	.page {
		padding: 30px;
	}
	.page-content h1 {
		padding-left: 20px;
	}
	.page-rightside .circle-icon {
		margin-bottom: 15px;
	}
	h4 {
		text-align: left;
	}
	.why-title {
		font-size: 25px;
	}
	.three-icon > div > div {
		margin-bottom: 0;
	}
	.three-icon {
		margin-top: 50px;
	}
	.page.full-width {
		padding: 30px;
	}
	.statistics span {
		display: block;
		font-size: 12px;
	}
	.nav-tabs.statistics > li > a i {
		margin: 0;
	}
	.nav > li > a {
		padding: 10px;
	}
	.client-zone.logged .name {
		clear: right;
		margin-bottom: 5px;
	}
	.client-zone.logged button {
		clear: left;
	}
	.client-zone.logged button:hover, .client-zone.open button {
		background-image: none;
	}
	.contact-form {
		margin-top: 50px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.benefits, .three-icon {
		font-size: 14px;
	}
	.benefits h3, .three-icon h3 {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.monitor-content {
		display: none;
	}
	.slider-text {
		padding-bottom: 20px;
	}
	.benefits .col-xs-4, .three-icon .col-xs-4 {
		display: block;
		float: none;
		padding-bottom: 30px;
		width: 100%;
	}
}

.modal-content {
	position: relative;
}
.modal-content button.close {
	position: absolute;
	top: -12px;
	right: -12px;
	color: #fff;
	font-size: 13px !important;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #000;
	border: 3px solid #fff;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.3);
	opacity: 1;
}
.modal-content button.close i {
	vertical-align: 10%;
}
.login-box {
	background-color: #e8f1f8;
	border: 1px solid #bad6eb;
	padding: 20px;
	margin-bottom: 20px;
}
.login-box .register-link {
	font-size: 19px;
}
.login-box-title {
	border-bottom: 1px solid #bad6eb;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.login-box-text {
	font-size: 16px;
}






























