body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #555;
}

a, a:visited {
	text-decoration: none;
	color: #3598DB;
}

a:hover {
	color: #3598DB;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: 1.1em;
}

h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 6px;
}

.col-center {
	float: none;
	margin: 0 auto;
}

/* HEADER */

header .navbar-whsr {
	margin: 0;
	background: #3598db;
	border-radius: 0;
}

header .navbar-whsr .navbar-nav > li {
	padding: 0 6px;
	position: relative;
}

header .navbar-whsr .navbar-nav > li.megamenu {
	position: static;
}

header .navbar-whsr .navbar-nav > li > a {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 100;
	font-size: 15px;
}

header .navbar-whsr .navbar-nav > li.opened > a:before,
header .navbar-whsr .navbar-nav > li > a:hover:before {
	display: block;
	content: ' ';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #6c7688;
	left: -15px;
}

header .navbar-whsr .navbar-nav > li > a:hover,
header .navbar-whsr .navbar-nav > li > a:visited,
header .navbar-whsr .navbar-nav > li > a:focus {
	background: none;
}

header .navbar-whsr .navbar-nav > li > .dropdown {
	position: absolute;
	left: auto;
	right: 20px;
	width: 200px;

	height: auto;
	background: #ecf0f1;
	display: block;

	z-index: 100;

	max-height: 0;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}

header .navbar-whsr .navbar-nav > li > .dropdown .sub-dropdown {
	list-style-type: none;
	padding: 20px 15px;
	margin: 0;
}

header .navbar-whsr .navbar-nav > li > .dropdown .sub-dropdown > li {
	padding: 5px 0;
}

header .navbar-whsr .navbar-nav > li > .dropdown .sub-dropdown > li > a {
	display: block;
}

header .navbar-whsr .navbar-nav > li > .dropdown .sub-dropdown > li .desc {
	display: block;
	font-size: 12px;
	color: #000;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background: #ecf0f1;
	display: block;
	font-size: 0.85em;
}

/* Remove padding */

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .container .col-sm-8,
header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .container .col-sm-4 {
	padding: 0;
}

header .navbar-whsr .navbar-nav > li > .dropdown.is-visible,
header .navbar-whsr .navbar-nav > li.megamenu > .dropdown.is-visible {
	/*display: block;*/
	max-height: 500px;
	transition: max-height 0.25s ease-in;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .img {
	max-width: 162px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 39px;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .title {
	color: #2c3e50;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left {
	padding: 60px 0;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left a {
	text-decoration: none;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left a:hover {
	text-decoration: underline;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left {
	float: left;
	width: 58%;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left .title {
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left .text {
	margin-bottom: 19px;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left .inner {
	padding-left: 180px;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .right {
	float: left;
	width: 42%;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .right .title {
	font-size: 15px;
	margin-bottom: 20px;
	display: block;
	margin-top: 3px;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right {
	padding: 60px 0;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right:before {
	content: '';
	position: absolute;
	top: 51px;
	left: -24px;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 130px;
	background: #bfbfbf;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .title {
	font-size: 15px;
	margin-bottom: 16px;
	display: block;
	margin-top: 3px;
	padding-left: 24px;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .left {
	float: left;
	width: 140px;
	padding-left: 27px;
}

header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .right {
	float: left;
	width: 160px;
	padding-left: 27px;
}

header .navbar-whsr .navbar-nav > li > a .book {
	background: url(./assets/img/book.png) no-repeat center center;
	background-size: contain;
	width: 28px;
	margin: 0;
	display: inline-block;
	height: 39px;
	position: absolute;
	left: -14px;
	top: 5px;
}

header .navbar-whsr .nav > li > a {
	color: #fff;
}

header .navbar-whsr .nav > li > a:hover {
	text-decoration: none;
}

header .navbar-whsr a:hover {
	background: transparent;
	text-decoration: underline;
}

header .navbar-whsr .container > .navbar-header {
	margin: 0;
}

header .navbar-whsr.navbar > .container .navbar-brand {
	background: url('./assets/img/logo.png') no-repeat center center;
	background-size: contain;
	width: 200px;
	margin: 0;
}

header .navbar-whsr .navbar-toggle {
	/*background: #205d86;*/
}

header .navbar-whsr .navbar-toggle .icon-bar {
	background-color: #ccc;
}

.breadcrumbs {
	font-size: 14px;
	color: #bbb;
	margin: 60px 0 20px 0;
}

.breadcrumbs a {
	color: #bbb;
}

.breadcrumbs a:hover {
	color: #000;
	text-decoration: none;
}

/* HERO */

.hero .inner {
	padding: 145px 10px;
	background: url('./assets/img/background_frontpage.jpg') no-repeat 0 0;
	background-size: 125%;
	background-position: -20px -20px;
}

.hero .inner h1,
.single .content .container h1.title {
	font-size: 42px;
	margin-bottom: 20px;
}

.hero .inner p {
	margin-bottom: 32px;
}

.hero .inner .btn-black {
	padding: 14px 63px;
	border-radius: 0;
	color: #fff;
}

/* HEADER MENU */

.page .wrap,
.home .wrap,
.single .wrap {
	position: relative;
	background: #e8e8e8;
	border: solid #dbdbdb;
	border-width: 1px 0;
	padding: 18px 0;
	background-image: -webkit-linear-gradient(#e8e8e8, #e8e8e8);
	background-image: -moz-linear-gradient(#e8e8e8, #e8e8e8);
	background-image: -o-linear-gradient(#e8e8e8, #e8e8e8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#e8e8e8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#e8e8e8')";
	background-image: linear-gradient(#e8e8e8, #e8e8e8);
	-webkit-box-shadow: 0 2px 3px rgba(41, 41, 41, 0) inset;
	-moz-box-shadow: 0 2px 3px rgba(41, 41, 41, 0) inset;
	-o-box-shadow: 0 2px 3px rgba(41, 41, 41, 0) inset;
	box-shadow: 0 2px 3px rgba(41, 41, 41, 0) inset;
}

.page .wrap .title a,
.home .wrap .title a,
.single .wrap .title a {
	color: #4f4f4f;
	text-decoration: none;
}

.page .wrap .title a:hover,
.home .wrap .title a:hover,
.single .wrap .title a:hover {
	text-decoration: none;
}

.page .breadcrumbs_wrap,
.home .breadcrumbs_wrap,
.single .breadcrumbs_wrap {
	border-bottom: 1px solid #dbdbdb;
	padding: 18px 0;
}

.page .content .inner,
.home .content .inner,
.single .content .inner {
	padding: 24px 0;
}

.page .content blockquote,
.home .content blockquote,
.single .content blockquote {
	padding: 0 60px 40px 60px;
	margin: 26px;
	font-size: 16px;
	border-left: 8px solid #ddd;
	background-color: #eee;
}

.page .content blockquote:before,
.home .content blockquote:before,
.single .content blockquote:before {
	content: "\201C";
	font-family: georgia, serif;
	font-size: 6em;
	display: inline;
	color: #ccc;
	top: 65px;
	left: -40px;
	position: relative;
	line-height: 0.6em;
}

/* two column section */

.two-columns-slash {
	overflow: visible;
	position: relative;

	margin: 0 auto;
	width: 100%;
}

.two-columns-slash:before {
	content: '';
	position: absolute;
	top: 90px;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 258px;
	background: #bfbfbf;
	-ms-transform: skewX(-9deg);
	-webkit-transform: skewX(-9deg);
	transform: skewX(-9deg);
	right: 60px;
}

@media (max-width: 991px) {
	.two-columns-slash:before {
		display: none;
	}
}

.two-columns-slash > .left {
	padding: 0px 25px;
	box-sizing: border-box;
}

.two-columns-slash > .right {
	padding: 0px 25px;
	box-sizing: border-box;
}

.two-columns-slash > .left > .top, .two-columns-slash > .right > .top {
	text-align: left;
	margin-bottom: 22px;
}

.two-columns-slash > .left > .middle, .two-columns-slash > .right > .middle {
	padding: 0 45px 0 65px;
	text-align: left;
}

.two-columns-slash > .left > .bottom, .two-columns-slash > .right > .bottom {
	text-align: center;
	padding: 0px 10px;
	/* overflow: hidden; */
}

.two-columns-slash > .left > .top img, .two-columns-slash > .right > .top img {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
. two-columns-slash
}

.two-columns-slash > .left > .top h2, .two-columns-slash > .right > .top h2 {
	color: #000;
	display: inline-block;
	vertical-align: middle;
	font-size: 35px;
	line-height: 1;
	font-weight: bold;
	padding: 0 10px;
	width: 280px;
	box-sizing: border-box;
	text-align: left;
}

.two-columns-slash > .left > .middle p, .two-columns-slash > .right > .middle p {
	color: black;
	font-size: 16px;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.two-columns-slash > .left > .bottom a, .two-columns-slash > .right > .bottom a {
	background: #D9433F;
	margin: 0;
	padding: 7px 15px 7px;
	border: 0;
	text-transform: uppercase;
	border-radius: 14px;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.1;
	display: inline-block;
}

.two-columns-slash > .left > .bottom a:hover, .two-columns-slash > .right > .bottom a:hover {
	background: #C13B37
}

.contentWrapper {
	padding: 0 10px 160px 10px;
}

.contentWrapper > div.latest-post-feed {
	margin: 25px auto 35px auto;
	max-width: 945px;
}

.home .delimiter {
	margin: 50px 0 110px 0px;
}

.home .book {
	width: 100%;
	margin: 0 auto 150px auto;
}

/* GLOBAL */

.btn-black {
	background: #000;
	color: #fff;
	border-radius: 0;
}

.btn-black:hover {
	background: #222;
	color: #fff;
}

.content > .container .col-md-8 {
	margin-bottom: 50px;
}

.content .cta-container {
	padding: 10px;
	margin-bottom: 25px;
}

.content .cta-btn {
	display: inline-block;
	max-width: 230px;
	padding: 15px;
	color: #fff;
	width: 100%;
	font-weight: bold;
	font-size: 1.1em;
}

.content .cta-btn-long {
	display: inline-block;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

.content .cta-btn:hover {
	text-decoration: none;
	background: #72ce85;
}

.content .cta-btn-long:hover {
	text-decoration: none;
	background: #72ce85;
}

.content .cta-btn .cta-btn-long {
	text-decoration: none;
}

.content .cta-blue {
	background: #0072BB;
}

.content .cta-green {
	background: #72ce85;
}

.content .cta-black {
	background: #000;
}

.content .cta-red {
	background: #F54619;
}

/* BOOK */

.book {
	margin-bottom: 50px;
}

.home .book .left {
	text-align: left;
}

.home .book .left .img {
	width: 100%;
	max-width: 200px;
}

.home .book .right .title {
	color: #000;
	font-size: 40px;
	margin-bottom: 22px;
}

.home .book .right p {
	margin: 0 0 17px 0;
}

.home .book .right .form-inline {
	margin-top: 40px;
}

.home .book .right .form-inline .form-control {
	border-radius: 0;
	border: 2px solid #969696;
	margin-right: 15px;
}

.home .book .right .form-inline .btn-black {
	border-radius: 0;
}

/* PAGES */

.page .title {
	margin: 25px 0 20px 0; /* Lato font adjustment */
	font-size: 42px; /* To tele page and single post title position */
	/*line-height: 55px*/
}

.archive .title {
	margin: 25px 0 20px 0; /* Lato font adjustment */
}

.page .fa,
.archive .fa {
	padding-right: 5px;
}

.page .table > thead > tr > th,
.archive .table > thead > tr > th {
	border-bottom: 2px solid #3598db;
}

.page .table > tbody > tr > td,
.archive .table > tbody > tr > td {
	vertical-align: middle;
}

.page .table .name,
.archive .table .name {
	color: #555;
	font-weight: bold;
	white-space: nowrap;
}

.page .table > tbody > tr > td .list,
.archive .table > tbody > tr > td .list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.page .table > tbody > tr > td .list li,
.archive .table > tbody > tr > td .list li {
	padding: 0;
	margin: 0;
	position: relative;
}

.page .table > tbody > tr > td .list li:before,
.archive .table > tbody > tr > td .list li:before {
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
	position: absolute;
}

.page .table > tbody > tr > td .list li a,
.archive .table > tbody > tr > td .list li a {
	font-size: 13px;
}

.page .dataTables_scrollBody,
.archive .dataTables_scrollBody {
	border-bottom: none !important;
}

/* FOOTER */

.footer {
	color: #fff;
	font-size: 90%;
	margin-top: 120px;
}

.footer .title,
.footer .delimiter,
.footer .inline-list,
.footer .copyright {
	display: inline-block;
}

.footer .delimiter,
.home .footer .delimiter {
	margin: 0 auto;
	padding: 0 4px;
}

.footer .list-inline {
	display: inline-block;
	margin: 0;
}

.footer .list-inline.social-links {

}

.footer .list-inline.social-links > li {
	padding: 0 3px;
}

.footer .list-inline > li {
	padding: 0;
	line-height: 50px;
}

.footer .list-inline > li > a {
	color: #fff;
}

.footer .list-inline > li > a.facebook {
	background: url('./assets/img/facebook.png') no-repeat 0 0 / cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.footer .list-inline > li > a.twitter {
	background: url('./assets/img/twitter.png') no-repeat 0 0 / cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.footer .list-inline > li > a.gplus {
	background: url('./assets/img/googleplus.png') no-repeat 0 0 / cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.footer .list-inline > li > a.pinterest {
	background: url('./assets/img/pinterest.png') no-repeat 0 0 / cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.footer .list-inline > li > a.rss {
	background: url('./assets/img/rss.png') no-repeat 0 0 / cover;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.footer .copyright {
	color: #8b99a6;
}

.footer .sup-footer {
	background: #ebf6f8;
	padding: 30px 0;
}

.footer .sup-footer .title {
	font-size: 16px;
	color: #333;
	margin-bottom: 30px;
}

.footer .sup-footer ul.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer .sup-footer li {
	padding-bottom: 8px;
}

.footer .sub-footer {
	background: #333;
}

.ta_box_right {
	float: right;
	margin: 0 0 10px 10px;
}

.ta_rating_container {
	border: 1px solid #E0E0E0;
	border-radius: 3px 3px 3px 3px;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
	/* margin: 20px; */
}

@media only screen and (max-width: 1200px) {
	.home .delimiter {
		margin: 40px 0 80px 0;
	}

	.hero .inner {
		padding: 75px 15px 95px 15px;
	}

	.contentWrapper {
		padding: 0 0 100px 0;
	}

	.two-columns-slash {
		width: 100%;
	}

	.two-columns-slash > .left > .middle,
	.two-columns-slash > .right > .middle {
		padding: 0;
		text-align: center;
	}

	.two-columns-slash > .left > .top h2,
	.two-columns-slash > .right > .top h2 {
		text-align: center;
		display: block;
		width: auto;
	}

	.home .book {
		width: 100%;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown > .container > .row > .submenu-left {
		padding: 0 10px;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left {
		width: 59%;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left .inner {
		padding-left: 130px;
		padding-right: 10px;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .right {
		padding-left: 0;
		padding-right: 0;
		width: 37%;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .img {
		max-width: 110px;
		top: 43px;
	}
}

@media only screen and (max-width: 991px) {
	.hero .inner {
		padding: 35px 15px 65px 15px;
	}

	.page .book .right .form-inline .btn-black {
		margin-top: 15px;
	}

	.two-columns-slash > .left > .top,
	.two-columns-slash > .right > .top {
		text-align: center;
	}

	.two-columns-slash > .left > .top h2,
	.two-columns-slash > .right > .top h2 {
		margin-bottom: 10px;
		display: block;
		height: auto;
		line-height: 1;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .img {
		display: none;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left .inner {
		padding-left: 10px;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .left,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .right {
		width: 46%;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left {
		width: 52%;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left {
		width: 48%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 767px) {

	.hero .inner {
		padding: 35px 15px;
	}

	header .navbar-whsr .navbar-nav > li > a .book {
		display: none;
	}

	.hero .inner {
		background: none;
	}

	.home .delimiter {
		margin: 70px 0;
	}

	.contentWrapper {
		padding: 0 0 30px 0;
	}

	.home .book .right .form-inline .btn-black {
		margin-top: 0;
	}

	header .navbar-whsr {
		border: none;
	}

	header .navbar-whsr .navbar-nav > li {
		padding: 0;
	}

	header .navbar-whsr .navbar-nav > li > .dropdown,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown {
		position: relative;

	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right {
		padding: 20px 0;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .right,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .left,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .right {
		float: none;
		width: 100%;
		padding: 0;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-left .left .inner {
		padding: 10px 0;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .title {
		padding-left: 0;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right:before {
		display: none;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .container .col-sm-8,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .container .col-sm-4 {
		padding: 0 15px;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .title {
		padding-left: 12px;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .left {
		padding-left: 12px;
	}

	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown .submenu-right .right {
		padding-left: 12px;
	}

	header .navbar-whsr .navbar-nav > li > .dropdown.is-visible,
	header .navbar-whsr .navbar-nav > li.megamenu > .dropdown.is-visible {
		width: 100%;
		left: auto;
		right: auto;
	}

	.single-webhostingreview .content .container .rating-box {
		width: 100%;
		float: none;
		margin: 10px 0;
	}

}

/* BLOG */

.blog .post-image,
.category .post-image {
	text-align: center;
}

.blog .post-image .image-wrap .wp-post-image,
.category .post-image .image-wrap .wp-post-image {
	width: 100%;
	height: auto;
}

.blog .content .container,
.category .content .container {
	/*padding-top: 50px;*/
}

.blog .content .container .row,
.category .content .container .row {
	/*padding: 20px 0;*/
}

.blog .content .container .row .title,
.category .content .container .row .title {
	color: #000;
	margin: 0;
	padding: 20px 0;
}

.blog .content .shortcode-columns .row .title,
.category .content .shortcode-columns .row .title {
	font-size: 24px;
}

.blog .content .container .row .title a,
.category .content .container .row .title a {
	color: #000;
}

.blog .content .container .row .desc,
.single .container .row .desc,
.category .container .row .desc,
.page .container .row .desc {
	color: #3598db;
	font-size: 0.9em;
}

.blog .content,
.archive .content {
	font-size: 14px;
}

.blog .content .container .row .desc .avatar,
.single .container .row .desc .avatar,
.category .container .row .desc .avatar {
	float: left;
	transform: scale(0.8);
}

.blog .content .container .row .desc .avatar .image,
.single .container .row .desc .avatar .image,
.category .container .row .desc .avatar .image {
	-webkit-border-radius: 2500px;
	-moz-border-radius: 2500px;
	-o-border-radius: 2500px;
	border-radius: 2500px;
}

.blog .content .container .row .desc .info,
.single .container .row .desc .info,
.category .container .row .desc .info {
	float: left;
	margin-top: 15px;
}

.blog .content .container .row .desc > li,
.single .container .row .desc > li,
.category .container .row .desc > li {
	position: relative;
	padding: 0 10px 0 5px;
}

.blog .content .container .row .desc > li:after,
.single .container .row .desc > li:after,
.category .container .row .desc > li:after {
	position: absolute;
	top: 0;
	content: '/';
	right: 0;

}

.blog .content .container .row .desc > li:last-child:after,
.single .container .row .desc > li:last-child:after,
.category .container .row .desc > li:last-child:after {
	display: none;
}

.blog .content .container .row .link,
.category .content .container .row .link {
	text-align: right;
	padding: 10px 0;
	margin-bottom: 24px;
}

.blog .content .container .row .link .btn-blue,
.category .content .container .row .link .btn-blue {
	padding: 5px 15px;
	border: 2px solid #3598db;
	border-radius: 0;
}

.blog .content .container .row .link .btn-blue:hover,
.category .content .container .row .link .btn-blue:hover {
	background: #3598db;
	color: #fff;
}

.blog .pagination > li:first-child > span,
.category .pagination > li:first-child > span,
.blog .pagination.pagination > li:last-child > a,
.category .pagination.pagination > li:last-child > a {
	border-radius: 0;
}

.blog .container .row .ctx,
.single .container .row .ctx,
.category .container .row .ctx {
	font-size: 16px;
	margin-top: 16px;
	line-height: 1.6em;
}

/* ARCHIVE */

.page-template-page-hosting .DTFC_ScrollWrapper {
	margin-top: 17px;
}

.page-template-page-hosting .table thead th,
.page-template-page-hosting .table tbody td {
	font-size: 14px;
}

.page-template-page-hosting .table thead th {
	text-align: center;
}

.page-template-page-hosting .table thead th:first-child {
	text-align: left;
}

.page-template-page-hosting .table tbody td .link {
	text-align: center;
}

.page-template-page-hosting .table tbody tr td:last-child .link {
	text-align: left;
}

.page-template-page-hosting .table tbody td a:hover {
	text-decoration: none;
}

.page-template-page-hosting .table tbody td .favicon {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: cover !important;
	vertical-align: middle;
	margin-right: 6px;
}

.page-template-page-hosting .table tbody td .name {
	display: block;
	/*white-space: nowrap;*/
}

.page-template-page-hosting .table tbody td .link {
	display: block;
	color: inherit;
}

/* SINGLE */

.single .content .breadcrumbs {
}

.single .content .breadcrumbs span {
}

.single .content .breadcrumbs span.sep,
.single .content .breadcrumbs span.current {

}

.single .content .container .title {
	font-size: 58px;
	font-weight: bold;
	line-height: 55px;
	margin: 25px 0;
}

.single .content .sidebar,
.page .content .sidebar {
	margin-top: 35px;
}

.single .content .panel-default,
.page .content .panel-default {
	border-radius: 0;
}

.single .content .panel-default .panel-heading,
.page .content .panel-default .panel-heading {
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
}

.single .content .panel-default .panel-body .post-categories,
.page .content .panel-default .panel-body .post-categories {
	list-style-type: none;
	padding: 10px;
	margin: 0;
}

.single .content .panel-default .panel-body .post-categories > li,
.page .content .panel-default .panel-body .post-categories > li {
	width: 50%;
	float: left;
	padding: 0 0 17px 0;
}

.single .content .panel-default .panel-body .post-categories > li > a,
.page .content .panel-default .panel-body .post-categories > li > a {
	font-size: 14px;
	padding: 0 10px 0 0;
	display: block;
	width: 100%;
}

.single .content .panel-default .panel-body .post-categories:after,
.page .content .panel-default .panel-body .post-categories:after {
	content: "";
	display: table;
	clear: both;
}

.single .content .panel-default .panel-body .post-categories .item:last-child,
.page .content .panel-default .panel-body .post-categories .item:last-child {
	padding: 0;
}

.single .content .panel-default.similar-posts-panel .panel-body,
.page .content .panel-default.similar-posts-panel .panel-body {
	padding: 0;
}

.single .content .panel-default.similar-posts-panel .panel-body .similar-posts,
.page .content .panel-default.similar-posts-panel .panel-body .similar-posts {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.single .content .panel-default.similar-posts-panel .panel-body .similar-posts .item,
.page .content .panel-default.similar-posts-panel .panel-body .similar-posts .item {
	padding: 15px 20px;
	border-bottom: 1px solid #dddddd;
}

.single .content .panel-default.similar-posts-panel .panel-body .similar-posts .item:last-child,
.page .content .panel-default.similar-posts-panel .panel-body .similar-posts .item:last-child {
	border: none;
}

.single .content .sidebar .e-book,
.page .content .sidebar .e-book,
.single .content .sidebar .e-book .panel-heading,
.page .content .sidebar .e-book .panel-heading {
	background: #ecf0f1;
	border: none;
}

.single .content .sidebar .e-book .panel-body,
.page .content .sidebar .e-book .panel-body {
	padding: 10px 20px;
}

.single .content .sidebar .e-book .panel-body .desc,
.page .content .sidebar .e-book .panel-body .desc {
	font-style: italic;
	color: #808080;
}

.single .content .sidebar .e-book .panel-body .form,
.page .content .sidebar .e-book .panel-body .form {
	text-align: center;
}

.single .content .sidebar .e-book .panel-body .form .form-control,
.page .content .sidebar .e-book .panel-body .form .form-control {
	border-radius: 0;
	border: 1px solid #d9dcdc;
}

.single .content .sidebar .e-book .panel-body #mc_embed_signup_scroll h2,
.page .content .sidebar .e-book .panel-body #mc_embed_signup_scroll h2,
.home .book .right #mc_embed_signup_scroll h2,
.single .content .sidebar .e-book .panel-body #mc_embed_signup_scroll .indicates-required,
.page .content .sidebar .e-book .panel-body #mc_embed_signup_scroll .indicates-required,
.home .book .right #mc_embed_signup_scroll .indicates-required,
.page #mc_embed_signup_scroll .indicates-required {
	display: none;
}

.single .content .sidebar .e-book .panel-body .mc-field-group label,
.page .content .sidebar .e-book .panel-body .mc-field-group label {
	width: 100%;
	display: block;
}

.home .book .right #mc_embed_signup_scroll .mc-field-group,
.home .book .right #mc_embed_signup_scroll .clear,
.page #mc_embed_signup_scroll .mc-field-group,
.page #mc_embed_signup_scroll .clear {
	display: inline-block;
	vertical-align: top;
}

.home .book .right #mc_embed_signup_scroll .mc-field-group label {
	display: block;
}

.single .content .sidebar .e-book .panel-body .mc-field-group input,
.page .content .sidebar .e-book .panel-body .mc-field-group input,
.home .book .right #mc_embed_signup_scroll input,
.page #mc_embed_signup_scroll input {
	border-radius: 0;
	border: 1px solid #d9dcdc;
	display: block;
	width: 97%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;

	margin-bottom: 15px;

	background-color: #fff;
	background-image: none;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.page .content .sidebar .e-book .panel-body #mc_embed_signup div.mce_inline_error,
.single .content .sidebar .e-book .panel-body #mc_embed_signup div.mce_inline_error,
.home .book .right #mc_embed_signup_scroll div.mce_inline_error,
.page #mc_embed_signup_scroll div.mce_inline_error {
	background: transparent;
	color: red;
	font-size: 0.9em;
	margin-top: -15px;
	padding: 0;
	font-weight: 300;
}

.page .content .sidebar .e-book .panel-body #mc_embed_signup input.mce_inline_error,
.single .content .sidebar .e-book .panel-body #mc_embed_signup input.mce_inline_error,
.home .book .right #mc_embed_signup_scroll input.mce_inline_error,
.page #mc_embed_signup_scroll input.mce_inline_error,
.page #mc_embed_signup_scroll input.mce_inline_error {
	border-color: red;
}

.single .content .sidebar .e-book .panel-body #mc-embedded-subscribe,
.page .content .sidebar .e-book .panel-body #mc-embedded-subscribe,
.home .book .right #mc_embed_signup_scroll #mc-embedded-subscribe,
.page #mc_embed_signup_scroll #mc-embedded-subscribe {
	border-radius: 0;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	background: #000;
	color: #fff;
	margin: 0 auto;
}

.single .content .sidebar .e-book .panel-body #mc_embed_signup_scroll .clear,
.page .content .sidebar .e-book .panel-body #mc_embed_signup_scroll .clear {
	text-align: center;
}

.single .content .sidebar .e-book .panel-body .form .btn-black,
.page .content .sidebar .e-book .panel-body .form .btn-black {
	border-radius: 0;
}

.single .content .author {
	border-top: 3px solid #3598DB;
	margin: 70px 0;
	padding-top: 21px;
}

.single .content .author:after {
	content: "";
	display: table;
	clear: both;
}

.single .content .author .text {
	float: left;
	width: 85%;
}

.single .content .author .avatar {
	float: right;
	margin: 10px 8px;
	padding: 0;
}

.single .content .author .avatar .image {
	-webkit-border-radius: 2500px;
	-moz-border-radius: 2500px;
	-o-border-radius: 2500px;
	border-radius: 2500px;
}

/* REVIEWS */

.single-webhostingreview .rating-box {
	font-size: 13px;
	line-height: 20px;
	width: 300px;
	float: right;
	background: #ecf0f1;
	padding: 18px 16px;
	margin: 10px;
	border: 1px #dedede solid;
}

.single-webhostingreview .rating-box .aff-link {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.single-webhostingreview .content .container .title {
	line-height: inherit;
}

.single-webhostingreview .content .container .delimiter {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 12px 0;
	margin: 12px 0;
}

.single-webhostingreview .content .container .rating-box .rating {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
}

.single-webhostingreview .content .container .rating-box .title {
	font-size: 16px;
	line-height: 40px;
}

.single-webhostingreview .content .container .rating-box .review-date {
	font-size: 10px;
	color: #999;
	cursor: help;
}

.single-webhostingreview .content .container .sidebar {
	margin-top: 0;
	padding: 0;
}

.single-webhostingreview .content .container .sidebar .panel-default {
	border-radius: 0;
	padding: 0px 12px;
	margin: 0px 0px 12px 0px;
	border: 0;
}

.single-webhostingreview .content .container .sidebar .wp-post-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 5px solid #eee;
}

.single-webhostingreview .content .container .sidebar .panel-body {
	background: #ecf0f1;
}

.single-webhostingreview .content .container .sidebar .table > thead > tr > th {
	border-bottom: 2px solid #3598db;
}

.single-webhostingreview .content .container .sidebar .table > tbody > tr > td,
.single-webhostingreview .content .container .sidebar .table > tbody > tr > th,
.single-webhostingreview .content .container .sidebar .table > tfoot > tr > td,
.single-webhostingreview .content .container .sidebar .table > tfoot > tr > th,
.single-webhostingreview .content .container .sidebar .table > thead > tr > td,
.single-webhostingreview .content .container .sidebar .table > thead > tr > th {
	padding: 8px;
	font-size: 0.8em;
}

.single-webhostingreview .content .container .sidebar .panel-body .title {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

.single-webhostingreview .content .container .sidebar .panel-body .section {
	border-bottom: 2px solid #3598db;
	line-height: 32px;
}

/* WebHostSpy */

.page-template-page-webhostspy .title {
	padding-bottom: 10px;
}

.page-template-page-webhostspy .results {
	min-height: 135px;
	margin-top: 100px;
}

/* WebHostSpy checker */

.page-template-page-whsruptimecheck .hero .title {
	text-align: center;
	font-size: 39px;
	margin-top: 10px;
	margin-bottom: 24px;
}

.page-template-page-whsruptimecheck .hero .desc {
	text-align: center;
	font-size: 16px;
	margin-bottom: 22px;
}

.page-template-page-whsruptimecheck .results {
	margin-top: 25px;
	min-height: 100px;
}

.page-template-page-whsruptimecheck .results + .recent_checks {
	padding-top: 60px;
}

.page-template-page-whsruptimecheck .results .infobox {
	padding-top: 5px;
	text-align: left;
	padding-left: 86px;
	min-height: 100px;
}

.page-template-page-whsruptimecheck .results .infobox.success {
	background: url('./assets/img/star.jpg') no-repeat 0 0;
	background-position: -13px 0;
	background-size: 95px 90px;
}

.page-template-page-whsruptimecheck .results .infobox.redirect {
	background: url('./assets/img/redirect.jpg') no-repeat 0 0;
	background-position: -13px 0;
	background-size: 95px 90px;
}

.page-template-page-whsruptimecheck .results .infobox.error {
	background: url('./assets/img/error.jpg') no-repeat 0 0;
	background-position: -13px 0;
	background-size: 95px 90px;
}

.page-template-page-whsruptimecheck .results .infobox .title {
	font-size: 2.6em;
}

.page-template-page-whsruptimecheck .results .infobox .desc {
	font-size: 16px;
}

.page-template-page-whsruptimecheck .recent_checks,
.page-template-page-webhostspy .recent_checks {
	padding-top: 150px;
}

.page-template-page-whsruptimecheck .recent_checks .title,
.page-template-page-webhostspy .recent_checks .title {
	text-align: left;
	margin: 0;
}

.page-template-page-whsruptimecheck .recent_checks .table,
.page-template-page-webhostspy .recent_checks .table {
	text-align: left;
	margin-top: 11px;
}

.page-template-page-whsruptimecheck .recent_checks .table thead,
.page-template-page-webhostspy .recent_checks .table thead {
	border-bottom: 2px solid #3598db;
}

.page-template-page-whsruptimecheck .best_hosting,
.page-template-page-webhostspy .best_hosting {
	padding-top: 150px;
}

.host-checker {
	position: relative;
}

.host-checker .form-group {
	position: relative;
}

.host-checker .form-group .form-control {
	border-radius: 0;
	height: 46px;
	border: none;
	background: #dddddd;
	color: #979797;
	padding-right: 124px;
}

.host-checker .form-group .btn {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	height: 46px;
	background: #010101;
	color: #fff;
	font-size: 18px;
}

.host-checker span.error {
	text-align: left;
	color: red;
	font-size: 12px;
	padding: 11px;
	display: block;
	width: 100%;
}

/* TABLES */

table.default th {
	font-weight: normal;
	color: #292929;
	font-weight: bold;
	padding: 0.8em 0.5em;
	border-bottom: solid 2px #3598db;
}

table.default td {
	color: inherit;
	padding: 0.8em 0.5em;
}

table.default tbody tr:hover td {
	background: rgba(162, 162, 162, 0.02);
}

table.default-lines th {
	font-weight: bold;
	color: #292929;
	padding: 0.5em 0.8em;
	border-bottom: solid 2px #3598db;
}

table.default-lines td {
	border-bottom: solid 1px #dbdbdb;
	padding: 0.5em 0.8em;
}

footer table.default-lines td {
	border-bottom-color: #818181;
	border-bottom-color: rgba(129, 129, 129, 0.22);
}

table.default-lines tbody tr:hover td {
	background: rgba(162, 162, 162, 0.02);
}

table.box-lines {
	border-top: solid 3px #6d6d6d;
	border-bottom: solid 1px #c6c6c6;
}

footer table.box-lines {
	border-bottom-color: #818181;
}

table.box-lines th {
	color: #292929;
	padding: 0.6em;
	border-right: solid 1px #c6c6c6;
	border-left: solid 1px #c6c6c6;
	border-bottom: dashed 1px #dbdbdb;
	background: rgba(162, 162, 162, 0.05);
}

footer table.box-lines th {
	border-left-color: #818181;
	border-right-color: #818181;
	border-bottom-color: #818181;
}

table.box-lines td {
	padding: 0.6em;
	border-right: solid 1px #c6c6c6;
	border-left: solid 1px #c6c6c6;
}

footer table.box-lines td {
	border-left-color: #818181;
	border-right-color: #818181;
}

table.box-lines tr:hover td {
	background: rgba(162, 162, 162, 0.035);
}

table.zebra th {
	padding: 0.5em 0.8em 0.7em;
	color: #292929;
}

table.zebra tr:first-child {
	border-top: solid 3px transparent;
}

table.zebra td {
	padding: 0.65em;
}

table.zebra tr.odd td {
	background: rgba(162, 162, 162, 0.065);
}

table.newspaper {
	border: solid 1px #c6c6c6;
}

footer table.newspaper {
	border-color: #818181;
}

table.newspaper th {
	color: #292929;
	padding: 0.6em;
	border-bottom: dashed 1px #c6c6c6;
}

footer table.newspaper th {
	border-bottom-color: #818181;
}

table.newspaper td {
	padding: 0.8em 0.5em;
}

table.newspaper tbody tr:hover td {
	background: rgba(162, 162, 162, 0.03);
}

/* ICONS */

i[class^="icon-"], i[class*=" icon-"] {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

i.icon-lg {
	font-size: 1.3333333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

i.icon-2x {
	font-size: 2em;
}

i.icon-3x {
	font-size: 3em;
}

i.icon-4x {
	font-size: 4em;
}

i.icon-5x {
	font-size: 5em;
}

i.icon-fw {
	width: 1.2857142857142858em;
	text-align: center;
}

.icons-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none;
}

.icons-ul > li {
	position: relative;
}

i.icon-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: 0.14285714285714285em;
	text-align: center;
}

i.icon-li.icon-lg {
	left: -1.8571428571428572em;
}

i.icon-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

i.pull-right {
	float: right;
}

i.pull-left {
	float: left;
}

i[class^="icon-"].pull-left, i[class*=" icon-"].pull-left {
	margin-right: .3em;
}

i[class^="icon-"].pull-right, i[class*=" icon-"].pull-right {
	margin-left: .3em;
}

i.icon-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

i.icon-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

i.icon-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

i.icon-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

i.icon-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

i.icon-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

i.icon-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

i.icon-stack-1x, i.icon-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

i.icon-stack-1x {
	line-height: inherit;
}

i.icon-stack-2x {
	font-size: 2em;
}

i.icon-inverse {
	color: #ffffff;
}

i.icon-glass:before {
	content: "\f000";
}

i.icon-music:before {
	content: "\f001";
}

i.icon-search:before {
	content: "\f002";
}

i.icon-envelope-alt:before {
	content: "\f003";
}

i.icon-heart:before {
	content: "\f004";
}

i.icon-star:before {
	content: "\f005";
}

i.icon-star-empty:before {
	content: "\f006";
}

i.icon-user:before {
	content: "\f007";
}

i.icon-film:before {
	content: "\f008";
}

i.icon-th-large:before {
	content: "\f009";
}

i.icon-th:before {
	content: "\f00a";
}

i.icon-th-list:before {
	content: "\f00b";
}

i.icon-ok:before {
	content: "\f00c";
}

i.icon-remove:before {
	content: "\f00d";
}

i.icon-zoom-in:before {
	content: "\f00e";
}

i.icon-zoom-out:before {
	content: "\f010";
}

i.icon-off:before {
	content: "\f011";
}

i.icon-signal:before {
	content: "\f012";
}

i.icon-gear:before, i.icon-cog:before {
	content: "\f013";
}

i.icon-trash:before {
	content: "\f014";
}

i.icon-home:before {
	content: "\f015";
}

i.icon-file-alt:before {
	content: "\f016";
}

i.icon-time:before {
	content: "\f017";
}

i.icon-road:before {
	content: "\f018";
}

i.icon-download-alt:before {
	content: "\f019";
}

i.icon-download:before {
	content: "\f01a";
}

i.icon-upload-alt:before {
	content: "\f01b";
}

i.icon-inbox:before {
	content: "\f01c";
}

i.icon-play-sign:before {
	content: "\f01d";
}

i.icon-rotate-right:before, i.icon-repeat:before {
	content: "\f01e";
}

i.icon-refresh:before {
	content: "\f021";
}

i.icon-list-alt:before {
	content: "\f022";
}

i.icon-lock:before {
	content: "\f023";
}

i.icon-flag:before {
	content: "\f024";
}

i.icon-headphones:before {
	content: "\f025";
}

i.icon-volume-off:before {
	content: "\f026";
}

i.icon-volume-down:before {
	content: "\f027";
}

i.icon-volume-up:before {
	content: "\f028";
}

i.icon-qrcode:before {
	content: "\f029";
}

i.icon-barcode:before {
	content: "\f02a";
}

i.icon-tag:before {
	content: "\f02b";
}

i.icon-tags:before {
	content: "\f02c";
}

i.icon-book:before {
	content: "\f02d";
}

i.icon-bookmark:before {
	content: "\f02e";
}

i.icon-print:before {
	content: "\f02f";
}

i.icon-camera:before {
	content: "\f030";
}

i.icon-font:before {
	content: "\f031";
}

i.icon-bold:before {
	content: "\f032";
}

i.icon-italic:before {
	content: "\f033";
}

i.icon-text-height:before {
	content: "\f034";
}

i.icon-text-width:before {
	content: "\f035";
}

i.icon-align-left:before {
	content: "\f036";
}

i.icon-align-center:before {
	content: "\f037";
}

i.icon-align-right:before {
	content: "\f038";
}

i.icon-align-justify:before {
	content: "\f039";
}

i.icon-list:before {
	content: "\f03a";
}

i.icon-dedent:before, i.icon-indent-left:before {
	content: "\f03b";
}

i.icon-indent-right:before {
	content: "\f03c";
}

i.icon-facetime-video:before {
	content: "\f03d";
}

i.icon-picture:before {
	content: "\f03e";
}

i.icon-pencil:before {
	content: "\f040";
}

i.icon-map-marker:before {
	content: "\f041";
}

i.icon-adjust:before {
	content: "\f042";
}

i.icon-tint:before {
	content: "\f043";
}

i.icon-edit:before, i.icon-edit:before {
	content: "\f044";
}

i.icon-share:before {
	content: "\f045";
}

i.icon-check:before {
	content: "\f046";
}

i.icon-move:before {
	content: "\f047";
}

i.icon-step-backward:before {
	content: "\f048";
}

i.icon-fast-backward:before {
	content: "\f049";
}

i.icon-backward:before {
	content: "\f04a";
}

i.icon-play:before {
	content: "\f04b";
}

i.icon-pause:before {
	content: "\f04c";
}

i.icon-stop:before {
	content: "\f04d";
}

i.icon-forward:before {
	content: "\f04e";
}

i.icon-fast-forward:before {
	content: "\f050";
}

i.icon-step-forward:before {
	content: "\f051";
}

i.icon-eject:before {
	content: "\f052";
}

i.icon-chevron-left:before {
	content: "\f053";
}

i.icon-chevron-right:before {
	content: "\f054";
}

i.icon-plus-sign:before {
	content: "\f055";
}

i.icon-minus-sign:before {
	content: "\f056";
}

i.icon-remove-sign:before {
	content: "\f057";
}

i.icon-ok-sign:before {
	content: "\f058";
}

i.icon-question-sign:before {
	content: "\f059";
}

i.icon-info-sign:before {
	content: "\f05a";
}

i.icon-screenshot:before {
	content: "\f05b";
}

i.icon-remove-circle:before {
	content: "\f05c";
}

i.icon-ok-circle:before {
	content: "\f05d";
}

i.icon-ban-circle:before {
	content: "\f05e";
}

i.icon-arrow-left:before {
	content: "\f060";
}

i.icon-arrow-right:before {
	content: "\f061";
}

i.icon-arrow-up:before {
	content: "\f062";
}

i.icon-arrow-down:before {
	content: "\f063";
}

i.icon-mail-forward:before, i.icon-share-alt:before {
	content: "\f064";
}

i.icon-resize-full:before {
	content: "\f065";
}

i.icon-resize-small:before {
	content: "\f066";
}

i.icon-plus:before {
	content: "\f067";
}

i.icon-minus:before {
	content: "\f068";
}

i.icon-asterisk:before {
	content: "\f069";
}

i.icon-exclamation-sign:before {
	content: "\f06a";
}

i.icon-gift:before {
	content: "\f06b";
}

i.icon-leaf:before {
	content: "\f06c";
}

i.icon-fire:before {
	content: "\f06d";
}

i.icon-eye-open:before {
	content: "\f06e";
}

i.icon-eye-close:before {
	content: "\f070";
}

i.icon-warning:before, i.icon-warning-sign:before {
	content: "\f071";
}

i.icon-plane:before {
	content: "\f072";
}

i.icon-calendar:before {
	content: "\f073";
}

i.icon-random:before {
	content: "\f074";
}

i.icon-comment:before {
	content: "\f075";
}

i.icon-magnet:before {
	content: "\f076";
}

i.icon-chevron-up:before {
	content: "\f077";
}

i.icon-chevron-down:before {
	content: "\f078";
}

i.icon-retweet:before {
	content: "\f079";
}

i.icon-shopping-cart:before {
	content: "\f07a";
}

i.icon-folder-close:before {
	content: "\f07b";
}

i.icon-folder-open:before {
	content: "\f07c";
}

i.icon-resize-vertical:before {
	content: "\f07d";
}

i.icon-resize-horizontal:before {
	content: "\f07e";
}

i.icon-bar-chart:before {
	content: "\f080";
}

i.icon-twitter-sign:before {
	content: "\f081";
}

i.icon-facebook-sign:before {
	content: "\f082";
}

i.icon-camera-retro:before {
	content: "\f083";
}

i.icon-key:before {
	content: "\f084";
}

i.icon-gears:before, i.icon-cogs:before {
	content: "\f085";
}

i.icon-comments:before {
	content: "\f086";
}

i.icon-thumbs-up-alt:before {
	content: "\f087";
}

i.icon-thumbs-down-alt:before {
	content: "\f088";
}

i.icon-star-half:before {
	content: "\f089";
}

i.icon-heart-empty:before {
	content: "\f08a";
}

i.icon-signout:before {
	content: "\f08b";
}

i.icon-linkedin-sign:before {
	content: "\f08c";
}

i.icon-pushpin:before {
	content: "\f08d";
}

i.icon-external-link:before {
	content: "\f08e";
}

i.icon-signin:before {
	content: "\f090";
}

i.icon-trophy:before {
	content: "\f091";
}

i.icon-github-sign:before {
	content: "\f092";
}

i.icon-upload:before {
	content: "\f093";
}

i.icon-lemon:before {
	content: "\f094";
}

i.icon-phone:before {
	content: "\f095";
}

i.icon-check-empty:before {
	content: "\f096";
}

i.icon-bookmark-empty:before {
	content: "\f097";
}

i.icon-phone-sign:before {
	content: "\f098";
}

i.icon-twitter:before {
	content: "\f099";
}

i.icon-facebook:before {
	content: "\f09a";
}

i.icon-github:before {
	content: "\f09b";
}

i.icon-unlock:before {
	content: "\f09c";
}

i.icon-credit-card:before {
	content: "\f09d";
}

i.icon-rss:before {
	content: "\f09e";
}

i.icon-hdd:before {
	content: "\f0a0";
}

i.icon-bullhorn:before {
	content: "\f0a1";
}

i.icon-bell-alt:before {
	content: "\f0f3";
}

i.icon-certificate:before {
	content: "\f0a3";
}

i.icon-hand-right:before {
	content: "\f0a4";
}

i.icon-hand-left:before {
	content: "\f0a5";
}

i.icon-hand-up:before {
	content: "\f0a6";
}

i.icon-hand-down:before {
	content: "\f0a7";
}

i.icon-circle-arrow-left:before {
	content: "\f0a8";
}

i.icon-circle-arrow-right:before {
	content: "\f0a9";
}

i.icon-circle-arrow-up:before {
	content: "\f0aa";
}

i.icon-circle-arrow-down:before {
	content: "\f0ab";
}

i.icon-globe:before {
	content: "\f0ac";
}

i.icon-wrench:before {
	content: "\f0ad";
}

i.icon-tasks:before {
	content: "\f0ae";
}

i.icon-filter:before {
	content: "\f0b0";
}

i.icon-briefcase:before {
	content: "\f0b1";
}

i.icon-fullscreen:before {
	content: "\f0b2";
}

i.icon-group:before, i.icon-group:before {
	content: "\f0c0";
}

i.icon-chain:before, i.icon-link:before {
	content: "\f0c1";
}

i.icon-cloud:before {
	content: "\f0c2";
}

i.icon-beaker:before {
	content: "\f0c3";
}

i.icon-cut:before, i.icon-cut:before {
	content: "\f0c4";
}

i.icon-copy:before, i.icon-copy:before {
	content: "\f0c5";
}

i.icon-paper-clip:before {
	content: "\f0c6";
}

i.icon-save:before, i.icon-save:before {
	content: "\f0c7";
}

i.icon-sign-blank:before {
	content: "\f0c8";
}

i.icon-reorder:before {
	content: "\f0c9";
}

i.icon-list-ul:before {
	content: "\f0ca";
}

i.icon-list-ol:before {
	content: "\f0cb";
}

i.icon-strikethrough:before {
	content: "\f0cc";
}

i.icon-underline:before {
	content: "\f0cd";
}

i.icon-table:before {
	content: "\f0ce";
}

i.icon-magic:before {
	content: "\f0d0";
}

i.icon-truck:before {
	content: "\f0d1";
}

i.icon-pinterest:before {
	content: "\f0d2";
}

i.icon-pinterest-sign:before {
	content: "\f0d3";
}

i.icon-google-plus-sign:before {
	content: "\f0d4";
}

i.icon-google-plus:before {
	content: "\f0d5";
}

i.icon-money:before {
	content: "\f0d6";
}

i.icon-caret-down:before {
	content: "\f0d7";
}

i.icon-caret-up:before {
	content: "\f0d8";
}

i.icon-caret-left:before {
	content: "\f0d9";
}

i.icon-caret-right:before {
	content: "\f0da";
}

i.icon-columns:before {
	content: "\f0db";
}

i.icon-unsorted:before, i.icon-sort:before {
	content: "\f0dc";
}

i.icon-sort-down:before, i.icon-sort-down:before {
	content: "\f0dd";
}

i.icon-sort-up:before, i.icon-sort-up:before {
	content: "\f0de";
}

i.icon-envelope:before {
	content: "\f0e0";
}

i.icon-linkedin:before {
	content: "\f0e1";
}

i.icon-rotate-left:before, i.icon-undo:before {
	content: "\f0e2";
}

i.icon-legal:before, i.icon-legal:before {
	content: "\f0e3";
}

i.icon-dashboard:before, i.icon-dashboard:before {
	content: "\f0e4";
}

i.icon-comment-alt:before {
	content: "\f0e5";
}

i.icon-comments-alt:before {
	content: "\f0e6";
}

i.icon-flash:before, i.icon-bolt:before {
	content: "\f0e7";
}

i.icon-sitemap:before {
	content: "\f0e8";
}

i.icon-umbrella:before {
	content: "\f0e9";
}

i.icon-paste:before, i.icon-paste:before {
	content: "\f0ea";
}

i.icon-lightbulb:before {
	content: "\f0eb";
}

i.icon-exchange:before {
	content: "\f0ec";
}

i.icon-cloud-download:before {
	content: "\f0ed";
}

i.icon-cloud-upload:before {
	content: "\f0ee";
}

i.icon-user-md:before {
	content: "\f0f0";
}

i.icon-stethoscope:before {
	content: "\f0f1";
}

i.icon-suitcase:before {
	content: "\f0f2";
}

i.icon-bell:before {
	content: "\f0a2";
}

i.icon-coffee:before {
	content: "\f0f4";
}

i.icon-food:before {
	content: "\f0f5";
}

i.icon-file-text-alt:before {
	content: "\f0f6";
}

i.icon-building:before {
	content: "\f0f7";
}

i.icon-hospital:before {
	content: "\f0f8";
}

i.icon-ambulance:before {
	content: "\f0f9";
}

i.icon-medkit:before {
	content: "\f0fa";
}

i.icon-fighter-jet:before {
	content: "\f0fb";
}

i.icon-beer:before {
	content: "\f0fc";
}

i.icon-h-sign:before {
	content: "\f0fd";
}

i.icon-plus-sign-alt:before {
	content: "\f0fe";
}

i.icon-double-angle-left:before {
	content: "\f100";
}

i.icon-double-angle-right:before {
	content: "\f101";
}

i.icon-double-angle-up:before {
	content: "\f102";
}

i.icon-double-angle-down:before {
	content: "\f103";
}

i.icon-angle-left:before {
	content: "\f104";
}

i.icon-angle-right:before {
	content: "\f105";
}

i.icon-angle-up:before {
	content: "\f106";
}

i.icon-angle-down:before {
	content: "\f107";
}

i.icon-desktop:before {
	content: "\f108";
}

i.icon-laptop:before {
	content: "\f109";
}

i.icon-tablet:before {
	content: "\f10a";
}

i.icon-mobile-phone:before, i.icon-mobile-phone:before {
	content: "\f10b";
}

i.icon-circle-blank:before {
	content: "\f10c";
}

i.icon-quote-left:before {
	content: "\f10d";
}

i.icon-quote-right:before {
	content: "\f10e";
}

i.icon-spinner:before {
	content: "\f110";
}

i.icon-circle:before {
	content: "\f111";
}

i.icon-mail-reply:before, i.icon-reply:before {
	content: "\f112";
}

i.icon-github-alt:before {
	content: "\f113";
}

i.icon-folder-close-alt:before {
	content: "\f114";
}

i.icon-folder-open-alt:before {
	content: "\f115";
}

i.icon-smile:before {
	content: "\f118";
}

i.icon-frown:before {
	content: "\f119";
}

i.icon-meh:before {
	content: "\f11a";
}

i.icon-gamepad:before {
	content: "\f11b";
}

i.icon-keyboard:before {
	content: "\f11c";
}

i.icon-flag-alt:before {
	content: "\f11d";
}

i.icon-flag-checkered:before {
	content: "\f11e";
}

i.icon-terminal:before {
	content: "\f120";
}

i.icon-code:before {
	content: "\f121";
}

i.icon-reply-all:before {
	content: "\f122";
}

i.icon-mail-reply-all:before {
	content: "\f122";
}

i.icon-star-half-empty:before, i.icon-star-half-full:before, i.icon-star-half-empty:before {
	content: "\f123";
}

i.icon-location-arrow:before {
	content: "\f124";
}

i.icon-crop:before {
	content: "\f125";
}

i.icon-code-fork:before {
	content: "\f126";
}

i.icon-unlink:before, i.icon-unlink:before {
	content: "\f127";
}

i.icon-question:before {
	content: "\f128";
}

i.icon-info:before {
	content: "\f129";
}

i.icon-exclamation:before {
	content: "\f12a";
}

i.icon-superscript:before {
	content: "\f12b";
}

i.icon-subscript:before {
	content: "\f12c";
}

i.icon-eraser:before {
	content: "\f12d";
}

i.icon-puzzle-piece:before {
	content: "\f12e";
}

i.icon-microphone:before {
	content: "\f130";
}

i.icon-microphone-off:before {
	content: "\f131";
}

i.icon-shield:before {
	content: "\f132";
}

i.icon-calendar-empty:before {
	content: "\f133";
}

i.icon-fire-extinguisher:before {
	content: "\f134";
}

i.icon-rocket:before {
	content: "\f135";
}

i.icon-maxcdn:before {
	content: "\f136";
}

i.icon-chevron-sign-left:before {
	content: "\f137";
}

i.icon-chevron-sign-right:before {
	content: "\f138";
}

i.icon-chevron-sign-up:before {
	content: "\f139";
}

i.icon-chevron-sign-down:before {
	content: "\f13a";
}

i.icon-html5:before {
	content: "\f13b";
}

i.icon-css3:before {
	content: "\f13c";
}

i.icon-anchor:before {
	content: "\f13d";
}

i.icon-unlock-alt:before {
	content: "\f13e";
}

i.icon-bullseye:before {
	content: "\f140";
}

i.icon-ellipsis-horizontal:before {
	content: "\f141";
}

i.icon-ellipsis-vertical:before {
	content: "\f142";
}

i.icon-rss-sign:before {
	content: "\f143";
}

i.icon-play-circle:before {
	content: "\f144";
}

i.icon-ticket:before {
	content: "\f145";
}

i.icon-minus-sign-alt:before {
	content: "\f146";
}

i.icon-check-minus:before {
	content: "\f147";
}

i.icon-level-up:before {
	content: "\f148";
}

i.icon-level-down:before {
	content: "\f149";
}

i.icon-check-sign:before {
	content: "\f14a";
}

i.icon-edit-sign:before {
	content: "\f14b";
}

i.icon-external-link-sign:before {
	content: "\f14c";
}

i.icon-share-sign:before {
	content: "\f14d";
}

i.icon-compass:before {
	content: "\f14e";
}

i.icon-toggle-down:before, i.icon-collapse:before {
	content: "\f150";
}

i.icon-toggle-up:before, i.icon-collapse-top:before {
	content: "\f151";
}

i.icon-toggle-right:before, i.icon-expand:before {
	content: "\f152";
}

i.icon-euro:before, i.icon-eur:before {
	content: "\f153";
}

i.icon-gbp:before {
	content: "\f154";
}

i.icon-dollar:before, i.icon-usd:before {
	content: "\f155";
}

i.icon-rupee:before, i.icon-inr:before {
	content: "\f156";
}

i.icon-cny:before, i.icon-rmb:before, i.icon-yen:before, i.icon-jpy:before {
	content: "\f157";
}

i.icon-ruble:before, i.icon-rouble:before, i.icon-cny:before {
	content: "\f158";
}

i.icon-won:before, i.icon-krw:before {
	content: "\f159";
}

i.icon-bitcoin:before, i.icon-btc:before {
	content: "\f15a";
}

i.icon-file:before {
	content: "\f15b";
}

i.icon-file-text:before {
	content: "\f15c";
}

i.icon-sort-by-alphabet:before {
	content: "\f15d";
}

i.icon-sort-by-alphabet-alt:before {
	content: "\f15e";
}

i.icon-sort-by-attributes:before {
	content: "\f160";
}

i.icon-sort-by-attributes-alt:before {
	content: "\f161";
}

i.icon-sort-by-order:before {
	content: "\f162";
}

i.icon-sort-by-order-alt:before {
	content: "\f163";
}

i.icon-thumbs-up:before {
	content: "\f164";
}

i.icon-thumbs-down:before {
	content: "\f165";
}

i.icon-youtube-sign:before {
	content: "\f166";
}

i.icon-youtube:before {
	content: "\f167";
}

i.icon-xing:before {
	content: "\f168";
}

i.icon-xing-sign:before {
	content: "\f169";
}

i.icon-youtube-play:before {
	content: "\f16a";
}

i.icon-dropbox:before {
	content: "\f16b";
}

i.icon-stackexchange:before {
	content: "\f16c";
}

i.icon-instagram:before {
	content: "\f16d";
}

i.icon-flickr:before {
	content: "\f16e";
}

i.icon-adn:before {
	content: "\f170";
}

i.icon-bitbucket:before {
	content: "\f171";
}

i.icon-bitbucket-sign:before {
	content: "\f172";
}

i.icon-tumblr:before {
	content: "\f173";
}

i.icon-tumblr-sign:before {
	content: "\f174";
}

i.icon-long-arrow-down:before {
	content: "\f175";
}

i.icon-long-arrow-up:before {
	content: "\f176";
}

i.icon-long-arrow-left:before {
	content: "\f177";
}

i.icon-long-arrow-right:before {
	content: "\f178";
}

i.icon-apple:before {
	content: "\f179";
}

i.icon-windows:before {
	content: "\f17a";
}

i.icon-android:before {
	content: "\f17b";
}

i.icon-linux:before {
	content: "\f17c";
}

i.icon-dribbble:before {
	content: "\f17d";
}

i.icon-skype:before {
	content: "\f17e";
}

i.icon-foursquare:before {
	content: "\f180";
}

i.icon-trello:before {
	content: "\f181";
}

i.icon-female:before {
	content: "\f182";
}

i.icon-male:before {
	content: "\f183";
}

i.icon-gittip:before {
	content: "\f184";
}

i.icon-sun:before {
	content: "\f185";
}

i.icon-moon:before {
	content: "\f186";
}

i.icon-archive:before {
	content: "\f187";
}

i.icon-bug:before {
	content: "\f188";
}

i.icon-vk:before {
	content: "\f189";
}

i.icon-weibo:before {
	content: "\f18a";
}

i.icon-renren:before {
	content: "\f18b";
}

i.icon-pagelines:before {
	content: "\f18c";
}

i.icon-stack-exchange:before {
	content: "\f18d";
}

i.icon-arrow-circle-o-right:before {
	content: "\f18e";
}

i.icon-arrow-circle-o-left:before {
	content: "\f190";
}

i.icon-toggle-left:before, i.icon-caret-square-o-left:before {
	content: "\f191";
}

i.icon-dot-circle-o:before {
	content: "\f192";
}

i.icon-wheelchair:before {
	content: "\f193";
}

i.icon-vimeo-square:before {
	content: "\f194";
}

i.icon-turkish-lira:before, i.icon-try:before {
	content: "\f195";
}

i.icon-plus-square-o:before {
	content: "\f196";
}

#image_screenshot canvas {
	width: 70%;
	margin: 0 auto;
}

/* GRAPH */

body .well-black {
	color: #eeeeee;
	background: #373b3e;
	border-color: #3e4144;
}

.uptime-monitor {

}

.uptime-monitor h3 {
	color: #e6e8eb;
	text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.8);
}

.uptime-monitor h3 small {
	font-weight: normal;
	color: #77a170;
}

.uptime-monitor .delimiter {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	border-top: 1px solid #52585d;
}

.uptime-monitor.well-black .well-impressed {
	-moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(0, 0, 0, 1), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(0, 0, 0, 1), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.15);

	border-color: #2e3134;
	background-color: #323538;
	padding: 0;
}

.uptime-monitor .section-title .title {
	font-size: 16px !important;
	margin: 0 !important;
	line-height: 16px !important;
}

.uptime-monitor .well-impressed .section-title {
	border-bottom: 1px solid #222;
	padding: 10px;
}

.uptime-monitor .well-impressed .section-content {
	border-top: 1px solid #373b3e;
	padding: 3.5px 10px;
}

.uptime-monitor .well-impressed .section-content.item {
	border-bottom-color: #222222;
}

.uptime-monitor .well-impressed .statistic-values {
	font-size: 40px;
	margin: 0;
	padding: 10px 0;
}

.uptime-monitor .well-impressed .help-block,
.uptime-monitor .well-impressed .help-inline,
.uptime-monitor .well-impressed .info-block,
.uptime-monitor .well-impressed .info-inline {
	color: #b8bac7;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);

	font-size: 12px;
	font-weight: normal;
}

.uptime-monitor .well-impressed .statistic-values.value {
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

.uptime-monitor .well-impressed .statistic-values.value + span {
	font-weight: 100;
}

.uptime-monitor .last-downtime .text {
	font-size: 14px;
	padding: 7px 0;
	margin: 0;
	font-weight: 100;
}

.uptime-monitor .success {
	color: #4da74d;
}

.uptime-monitor .negative {
	color: #db3c46;
}

/* NOTIFICATIONS */

.meteor-notification > .content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.meteor-notification > .content > *:last-child, .meteor-notification > .content > .last-child {
	margin-bottom: 0 !important;
}

.meteor-notification > .content p {
	position: relative;
	z-index: 1;
}

.meteor-notification > .content p a {
	color: inherit;
	text-decoration: underline;
}

.meteor-notification strong {
	color: inherit;
}

.meteor-notification span.close {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-in-out;
	-o-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
	position: absolute;
	width: 10px;
	line-height: 1;
	font-size: 1.3em;
	text-align: center;
	top: 50%;
	right: 18px;
	margin-top: -0.5em;
	opacity: 0.5;
	z-index: 1;
	text-shadow: 0 1px 0 white;
}

.meteor-notification span.close:hover {
	opacity: 0.8;
	cursor: pointer;
}

.meteor-notification.dismiss {
	padding-right: 43px;
}

.meteor-notification.icon {
	padding-left: 70px;
	position: relative;
}

.meteor-notification.icon > i:first-child {
	position: absolute;
	line-height: 1.75em;
	font-size: 1.75em;
	width: 50px;
	height: 1.75em;
	text-align: right;
	top: 50%;
	left: 0;
	margin-top: -0.87em !important;
	opacity: 0.9;
	text-shadow: 0 1px 0 white;
}

.meteor-notification:after {
	position: absolute;
	display: block;
	content: "\020";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset;
	-o-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) inset;
}

.meteor-notification.success {
	background: #EDF7F9;
	color: #3CAAD9;
	border: solid 2px #3CAAD9;

}

.meteor-notification.success strong {
	color: #3CAAD9;
}

.meteor-notification.success a:hover {
	color: #3CAAD9;
}

/* BROWSER */

.browser-frame {

	width: 100%;
	margin: 0 auto;
	max-width: 1004px;
	border-radius: 5px;
	overflow: hidden;

	border: 2px solid #CCC;
}

.browser-top-bar {
	width: 100%;
	position: relative;
	height: 49px;
	z-index: 20;
	border-bottom: 1px solid #CCC;
}

.browser-button-wrapper {
	padding: 9px 0 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
}

.browser-button {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #CCC;
}

.browser-address {
	width: 84%;
	border-radius: 5px;
	background: #efefef;
	height: 25px;
	position: absolute;
	top: 0;
	left: 50px;
	margin: 10px;
	z-index: 20;
	text-align: left;
	padding: 0 10px;
	color: #777;
	font-size: 13px;
	line-height: 24px;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden;
}

.browser-container {
	min-height: 300px;
	background: #bbbbbb;
}

.browser-container.loading {
	background: #bbbbbb url(./assets/img/spy_loading.gif) no-repeat center center;
	background-size: 60px 60px;
}

.browser-container img {
	width: 100%;
}

@media screen and (max-width: 800px) {
	.browser-address {
		width: 80%;
	}
}

.page .container .best_hosting .desc {
	color: #444;
}

.single .author-social-box .social-links {
	display: inline-block;
	padding: 0 10px;
}

.single .author-social-box .social-links li {
	display: inline-block;
}

.single .author-social-box .social-links li:first-child:before {
	display: none;
}

.single .author-social-box .social-links li:before {
	content: '/';
	padding: 0 5px;
	color: #ccc;
}

/* MISC */

.border {
	border: 5px solid #eeeeee;
}

.thinborder {
	border: 1px solid #eeeeee;
}

.hover {
	background-color: #efefef;
}

.rounded {
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 2500px;
	-moz-border-radius: 2500px;
	-o-border-radius: 2500px;
	border-radius: 2500px;
}

.rounded:after,
.rounded > img {
	-webkit-border-radius: 2500px;
	-moz-border-radius: 2500px;
	-o-border-radius: 2500px;
	border-radius: 2500px;
}

.rounded-corners {
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.rounded-corners:after,
.rounded-corners > img {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.drop-shadow {
	-webkit-box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
	-moz-box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
	-o-box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
	box-shadow: 0 1px 2px rgba(41, 41, 41, 0.6);
}

.inner-shadow-black {
	position: relative;
}

.inner-shadow-black:after {
	position: absolute;
	display: block;
	content: "\020";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}

.inner-shadow-white {
	position: relative;
}

.inner-shadow-white:after {
	position: absolute;
	display: block;
	content: "\020";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1) inset;
	-moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1) inset;
	-o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1) inset;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.1) inset;
}

.page .essb_links {
	margin: 0;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

	/* Force table to not be like tables anymore */
	table:not('.dataTable'),
	table:not('.dataTable') thead,
	table:not('.dataTable') tbody,
	table:not('.dataTable') th,
	table:not('.dataTable') td,
	table:not('.dataTable') tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table:not('.dataTable') thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	table:not('.dataTable') tr {
		border: 1px solid #ccc;
	}

	table:not('.dataTable') td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		width: 100%;
		text-align: center;
	}

	table:not('.dataTable') td > *,
	table:not('.dataTable') td > * > * {
		text-align: center !important;
	}

	table:not('.dataTable') td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}

/* END */

path {
	stroke: steelblue;
	stroke-width: 2;
	fill: none;
}

.axis path, .axis line {
	fill: none;
	stroke: grey;
	stroke-width: 1;
	shape-rendering: crispEdges;
}

.alignright {
	float: right;
	margin: 10px;
}

.alignleft {
	float: left;
	margin: 10px;
}

.wp-caption-text {
	font-style: italic;
	text-align: center;
	font-size: 0.95em;
	margin-bottom: 26px;
}

body .hr-delimiter-white {
	border-color: white;
}

body .essb_links {
	padding: 15px 0;
}

.pad10 {
	padding: 10px 0;
}

.light-blue {
	color: #3598DB;
}

.gray {
	color: #696A6B;
}

.col-hostname {
	width: 20%;
}

.col-offer {
	width: 13%;
}

.col-price {
	width: 15%;
}

.col-disc-price {
	width: 15%;
}

.col-rating {
	width: 10%;
}

.col-review {
	width: 12%;
}

.col-store-link {
	width: 15%;
}

.host-btn {
	display: inline-block;
	max-width: 230px;
	padding: 5px;
	color: #fff;
	width: 80%;
	font-weight: bold;
	font-size: 1.1em;
}