@charset "UTF-8";

/* ----------------------/
/* GENERALS
/* ----------------------*/

body {
	line-height: 1.6;
    min-width: 800px !important;
}
body.layout-boxed {
	background-repeat: repeat;
	background-color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
	font-family: "Roboto Condensed", sans-serif;
	color: #474747;
    line-height: 1.5;
}

section {
	margin-bottom: 60px;
}

a {
	color: #406da4;
}
a:hover, a:focus {
	color: #355987;
	text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

hr {
	border-color: #eaeaea;
}

/* wrapper */
.wrapper {
	background: #fff;
}

.full-width-section {
	padding: 100px 0;
	background-color: #406da4;
}

.layout-boxed .wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.section-heading {
	margin-bottom: 20px;
	font-size: 22px;
}
.section-heading:after {
	display: block;
	content: '......';
	color: #406da4;
	font-weight: 300;
}
.section-heading.panel-title:after {
	display: none;
}

/* page header */
.page-header {
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px solid #eaeaea;
}
.page-header .container {
	position: relative;
}
.page-header .breadcrumb {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -18px;
	background: none;
}
.breadcrumb .home i {
	font-size: 16px;
}
.page-header .page-title {
	margin: 20px 0;
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.page-header .breadcrumb,
	.page-header .page-title {
		float: none !important;
		text-align: center;
	}
	.page-header .breadcrumb {
		position: inherit;
		top: inherit;
		right: inherit;
	}
}

.page-content {
	margin: 40px 0;
}

.page-content img.alignleft {
	float: left;
	margin-right: 14px;
}

.page-content img.alignright {
	float: right;
	margin-left: 14px;
}

.animation-delay-1 {
	-moz-animation-delay: 0.1s !important;
	-webkit-animation-delay: 0.1s !important;
	animation-delay: 0.1s !important;
}

.animation-delay-2 {
	-moz-animation-delay: 0.2s !important;
	-webkit-animation-delay: 0.2s !important;
	animation-delay: 0.2s !important;
}

.animation-delay-3 {
	-moz-animation-delay: 0.3s !important;
	-webkit-animation-delay: 0.3s !important;
	animation-delay: 0.3s !important;
}

.animation-delay-4 {
	-moz-animation-delay: 0.4s !important;
	-webkit-animation-delay: 0.4s !important;
	animation-delay: 0.4s !important;
}

.animation-delay-5 {
	-moz-animation-delay: 0.5s !important;
	-webkit-animation-delay: 0.5s !important;
	animation-delay: 0.5s !important;
}

.animation-delay-6 {
	-moz-animation-delay: 0.6s !important;
	-webkit-animation-delay: 0.6s !important;
	animation-delay: 0.6s !important;
}

.animation-delay-7 {
	-moz-animation-delay: 0.7s !important;
	-webkit-animation-delay: 0.7s !important;
	animation-delay: 0.7s !important;
}

.animation-delay-8 {
	-moz-animation-delay: 0.8s !important;
	-webkit-animation-delay: 0.8s !important;
	animation-delay: 0.8s !important;
}

.animation-delay-9 {
	-moz-animation-delay: 0.9s !important;
	-webkit-animation-delay: 0.9s !important;
	animation-delay: 0.9s !important;
}

.animation-delay-10 {
	-moz-animation-delay: 1s !important;
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important;
}

.animation-delay-11 {
	-moz-animation-delay: 1.1s !important;
	-webkit-animation-delay: 1.1s !important;
	animation-delay: 1.1s !important;
}

.animation-delay-12 {
	-moz-animation-delay: 1.2s !important;
	-webkit-animation-delay: 1.2s !important;
	animation-delay: 1.2s !important;
}

.animation-delay-13 {
	-moz-animation-delay: 1.3s !important;
	-webkit-animation-delay: 1.3s !important;
	animation-delay: 1.3s !important;
}

.animation-delay-14 {
	-moz-animation-delay: 1.4s !important;
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important;
}

.animation-delay-15 {
	-moz-animation-delay: 1.5s !important;
	-webkit-animation-delay: 1.5s !important;
	animation-delay: 1.5s !important;
}

/* social link icons */
ul.social-icons li a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 38px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}

ul.social-icons li a:hover {
	background-color: #414143; 
}

/* social background color */
.bgcolor-twitter { background: #00c4fc; }
.bgcolor-facebook { background: #3350ae; }
.bgcolor-linkedin { background: #0084d7; }
.bgcolor-pinterest { background: #df2828; }
.bgcolor-delicious { background: #055ff5; }
.bgcolor-paypal { background: #23649a; }
.bgcolor-google-plus { background: #d83d2d; }
.bgcolor-stumbleupon { background: #c60303; }
.bgcolor-500px { background: #0089d4; }
.bgcolor-foursquare { background: #3ab6e8; }
.bgcolor-digg { background: #024dcb; }
.bgcolor-spotify { background: #aed40e; }
.bgcolor-reddit { background: #ff7800; }
.bgcolor-dribbble { background: #fe0085; }
.bgcolor-flickr { background: #e53a7c; }
.bgcolor-rss { background: #ef7528; }
.bgcolor-skype { background: #1dc6ff; }
.bgcolor-youtube { background: #e8211a; }
.bgcolor-vimeo { background: #1ab7ea; }
.bgcolor-amazon { background: #f59e1b; }
.bgcolor-github { background: #024dcb; }
.bgcolor-lastfm { background: #c60303; }
.bgcolor-soundcloud { background: #ff4701; }
.bgcolor-tumblr { background: #3d627d; }
.bgcolor-instagram { background: /*#1c527e;*/ #df2828; }
.bgcolor-steam { background: #171a21; }
.bgcolor-stack-overflow { background: #f90; }
.bgcolor-vine { background: #00b488; }
.bgcolor-yahoo { background: #400191; }

ul.social-icons li a i {
	position: relative;
	top: 8px;
}

/* footer */
footer {
	background-color: #49494b;
	font-weight: 300;
	color: #eaeaea;
}
footer a {
	color: #fff;
}
footer a:hover, footer a:focus {
	color: #fff;
	text-decoration: underline;
}
footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer .logo {
	width: 100px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	footer .container {
		padding: 30px 15px;
	}
}

.footer-heading {
	margin: 0 0 13px 0;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

.footer-nav > li {
	margin-bottom: 10px;
}

.copyright {
	padding: 15px 0;
	background-color: #323232;
	font-size: 12px;
}

/* light footer theme */
.footer-light {
	background-color: #f2f2f2;
	font-weight: normal;
	color: #5e5e5e;
	border-top: 1px solid #dedede;
}
.footer-light a {
	color: #5e5e5e;
}
.footer-light a:hover, .footer-light a:focus {
	color: #5e5e5e;
	text-decoration: underline;
}
.footer-light .footer-heading {
	color: #5e5e5e;
}
.footer-light .newsletter-form .input-group-lg > .form-control {
	background: #f7f7f7;
}
.footer-light .copyright {
	background-color: #f2f2f2;
	border-top: 1px solid #dedede;
}


/* ----------------------/
/* NAVBAR
/* ----------------------*/

/* navigation bar */
.navbar {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	border-left: none;
	border-right: none;
}
.navbar.navbar-dark {
	background-color: #49494b;
}
.navbar.navbar-dark .navbar-nav .active > a, .navbar.navbar-dark .navbar-nav .active a:hover, .navbar.navbar-dark .navbar-nav .active a:focus {
	background-color: #444446;
}
.navbar.navbar-dark a, .navbar.navbar-dark i {
	color: #fff;
}
.navbar.navbar-dark .nav > li > a:hover, .navbar.navbar-dark .nav > li > a:focus {
	background-color: #444446;
}
.navbar.navbar-dark .nav > li .dropdown-menu > li > a:hover, .navbar.navbar-dark .nav > li .dropdown-menu > li > a:focus {
	background-color: #444446;
}
.navbar.navbar-dark .dropdown-menu {
	background-color: #49494b;
}
.navbar.navbar-dark .dropdown-menu .dropdown-menu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-left: 1px solid #444446;
}
.navbar.navbar-dark .btn-link {
	color: #fff;
}
.navbar.navbar-dark .dropdown-menu > li > a:hover, .navbar.navbar-dark .dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #444446;
}
.navbar.navbar-dark .searchbox .btn i {
	color: #49494b;
}
.navbar.navbar-dark .mega-menu-content .menu-heading {
	color: #fff;
}
.navbar.navbar-dark .mega-menu-content .list-menu > li > a {
	color: #fff;
}
.navbar.navbar-dark .mega-menu-content .list-menu > li > a:hover, .navbar.navbar-dark .mega-menu-content .list-menu > li > a:focus {
	color: #fff;
	background-color: #444446;
}
.navbar.navbar-dark .mega-menu-content .list-menu > li.active > a {
	color: #fff;
}
@media screen and (min-width: 992px) {
	.navbar .dropdown:hover > .dropdown-menu {
		display: block;
	}
	.navbar .dropdown-menu > .dropdown:hover > .dropdown-menu {
		display: block;
	}
}

.navbar-brand {
	height: auto;
	padding: 0 15px;
}
.navbar-brand > img {
	display: inline-block;
	height: 64px;
}
.navbar-toggle {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #406da4;
	padding: 5px 10px;
}
.navbar-default {
	background-color: #fff;
	border-top: none;
	min-height: 40px;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #355987;
}
.navbar-default .navbar-toggle i {
	color: #fff;
	font-size: 21px;
	line-height: 25px;
}
.navbar-default .dropdown-menu {
	min-width: 190px;
	right: auto;
}
.navbar-default .dropdown:hover > .dropdown-menu {
	margin-top: 1px;
}
.navbar-default .dropdown-menu .active > a, .navbar-default .dropdown-menu .active a:hover, .navbar-default .dropdown-menu .active a:focus {
	background-color: #6A737E;
}

.navbar-default .navbar-nav {
	margin-right: -20px;
}
.navbar-default .navbar-nav > li > a {
	padding: 22px 20px;
	font-weight: 600;
	color: #474747;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #eaeaea;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #355987;
	background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-toggle i {
	margin-left: 3px;
	color: #b8b8b8;
}

.navbar-fixed-top.shrinkable .navbar-nav > li > a , .navbar-fixed-top.shrinkable .navbar-brand > img {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.navbar-fixed-top.shrink-active .navbar-brand {
	line-height: 40px;
}
.navbar-fixed-top.shrink-active .navbar-brand > img {
	height: 35px;
}
.navbar-fixed-top.shrink-active .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-fixed-top .navbar-nav {
	margin-right: -5px;
}
.navbar-default .navbar-nav > li.current-menu-ancestor > a {
	background-color: #f9f9f9;
}

.navbar-nav .dropdown-menu {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
	padding: 0;
	top: 99%;
	border: none;
	border-top: 2px solid #32557f;
}
.navbar-nav .dropdown-menu > li > a {
	padding: 8px 12px;
	font-size: 14px;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	background-color: #6A737E;
	color: #fff;
}
.navbar-nav .dropdown-menu > li > a i {
	position: absolute;
	right: 11px;
	top: 11px;
}
.navbar-nav .dropdown-menu .dropdown.open > a,
.navbar-nav .dropdown-menu .dropdown.open > a:hover,
.navbar-nav .dropdown-menu .dropdown.open > a:focus {
	color: #fff;
	background-color: #6A737E;
}
.navbar-nav .dropdown-menu .dropdown-menu {
	top: -2px;
	left: 100%;
	border: 1px solid #E8E8E8;
	border-left: 1px solid #6A737E;
	min-width: 190px;
}
.navbar-nav .dropdown-menu .dropdown-menu li {
	display: block;
}

.label-main-nav {
	position: relative;
	top: -2px;
}

@media screen and (max-width: 992px) {
	.navbar-toggle {
		display: block;
		margin-right: 0;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		overflow-y: auto !important;
	}

	.navbar-header,
	.navbar-nav,
	.navbar-nav > li {
		float: none !important;
	}

	.navbar-default .navbar-nav {
		margin-right: 0;
	}
	/* last child is search icon */
	.navbar-default .navbar-nav > li:last-child {
		min-height: 44px;
	}
	.navbar-default .navbar-nav > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.navbar-default .navbar-nav li > a > i {
		position: absolute;
		right: 15px;
		font-size: 18px;
	}
	.navbar-default .navbar-nav li.mega-menu ul.list-menu > li > a > i {
		position: relative;
		right: 0;
		top: 0px;
		font-size: 14px;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px 5px 25px;
		color: #4a4a4a;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li.active > a {
		color: inherit;
		background-color: #E7E7E7;
	}

	.dropdown-menu .dropdown .dropdown-menu {
		display: block;
		padding-left: 12px;
	}
	.dropdown-menu .dropdown a > i {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.navbar-brand {
		margin-top: 0;
	}
	.navbar-collapse.collapse,
	.navbar-collapse.collapsing {
		padding-left: 15px;
		padding-right: 15px;
	}
	.navbar-default .navbar-nav {
		margin-left: 0;
	}
	.navbar-default .navbar-toggle {
		margin-top: 14px;
		margin-bottom: 14px;
	}
	.navbar-default .navbar-nav .dropdown-menu .dropdown a {
		background-color: inherit;
	}
	.navbar-default .navbar-nav .dropdown-menu .dropdown i {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.navbar-toggle {
		margin-right: 15px;
	}

	.navbar > .container .navbar-brand {
		margin-left: 5px;
	}
}

/* ----------------------/
/* UI ELEMENTS
/* ----------------------*/

/* button */
.btn {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:active, .btn.active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	background-color: #406da4;
	border-color: #3c6699;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.btn-primary .open > .dropdown-toggle.btn-primary {
	background-color: #3c6699;
	border-color: #355987;
}

.btn-group.open .dropdown-toggle {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* outline buttons */
.btn-outline {
	background-color: transparent !important;
	border-width: 2px;
	color: #4a4a4a;
}
.btn-outline:hover {
	color: #fff;
}
.btn-outline.btn-default:hover {
	background-color: #b3b3b3 !important;
}
.btn-outline.btn-primary:hover {
	background-color: #337AB7;
}
.btn-outline.btn-info:hover {
	background-color: #5BC0DE !important;
}
.btn-outline.btn-success:hover {
	background-color: #5CB85C !important;
}
.btn-outline.btn-warning:hover {
	background-color: #F0AD4E !important;
}
.btn-outline.btn-danger:hover {
	background-color: #D9534F !important;
}
.btn-outline.btn-outline-disabled, .btn-outline [disabled] {
	border: 2px solid #ccc;
	color: #ccc;
}
.btn-outline.btn-outline-disabled:hover, .btn-outline [disabled]:hover {
	color: #ccc;
}

/* remove button transition effect */
.btn-no-transition {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

/* rounded and no rounded buttons, default: rounded 2px */
.btn-rounded-2x {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.btn-rounded-3x {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.btn-rounded-4x {
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
}

.btn-no-rounded {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* input groups */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.input-group-lg > .form-control, .input-lg {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.form-control,
.input-group-addon {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon .fa {
	min-width: 14px;
}

/* control label */
.form-horizontal.left-aligned .control-label {
	text-align: left;
}

/* tabs */
.nav-tabs > li > a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		background-color: #406da4;
		color: #fff;
	}
}

.nav .open > a, .nav .open a:hover, .nav .open a:focus {
	border-color: #fff;
}

.nav-pills > li > a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #406da4;
}

.nav-tabs.tabs-iconized > li i,
.nav-pills.tabs-iconized > li i {
	position: relative;
	margin-right: 3px;
	top: 3px;
	font-size: 20px;
}

.custom-tabs-left {
	border-bottom: none;
}
.custom-tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ccc;
	border-bottom: none;
}
.custom-tabs-left > .nav-tabs > li {
	float: none;
}
.custom-tabs-left > .nav-tabs > li a {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
	min-width: 74px;
	margin-right: -1px;
}
.custom-tabs-left > .nav-tabs > li a:hover, .custom-tabs-left > .nav-tabs > li a:focus {
	background: transparent;
	border-color: transparent;
}
.custom-tabs-left > .nav-tabs .active a, .custom-tabs-left > .nav-tabs .active a:hover, .custom-tabs-left > .nav-tabs .active a:focus {
	border: 1px solid #ccc;
	border-right-color: #fff;
	color: inherit;
	background-color: #fff;
}
.custom-tabs-left .tab-content {
	padding-top: 5px;
}

.custom-tabs-line {
	text-align: center;
}
.custom-tabs-line ul {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
.custom-tabs-line ul > li {
	float: left;
}
.custom-tabs-line ul > li a {
	color: #707070;
}
.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
	color: #4a4a4a;
	background-color: transparent;
}
.custom-tabs-line.tabs-line-top {
	border-top: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-top ul > li {
	margin-top: -1px;
}
.custom-tabs-line.tabs-line-top a {
	border-top: 1px solid transparent;
}
.custom-tabs-line.tabs-line-top .active a {
	border-top-color: #406da4;
}
.custom-tabs-line.tabs-line-bottom {
	border-bottom: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-bottom ul > li {
	margin-bottom: -1px;
}
.custom-tabs-line.tabs-line-bottom a {
	border-bottom: 1px solid transparent;
}
.custom-tabs-line.tabs-line-bottom .active a {
	border-bottom: 1px solid #406da4;
}
.custom-tabs-line.left-aligned {
	text-align: left;
}
.custom-tabs-line.right-aligned {
	text-align: right;
}

.tab-content {
	padding: 15px 8px;
}

.tab-pane.text-center img {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

/* accordion, collapsible content */
.panel-group .panel .panel-title > a i {
	font-size: 18px;
}
.panel-group .panel .panel-title > a i.icon-collapsed {
	display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-expanded {
	display: none;
}
.panel-group .panel .panel-title > a.collapsed .icon-collapsed {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	vertical-align: baseline;
}

/* alerts */
.alert {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

div[class*="col-"] > .form-group {
	margin-left: 0;
	margin-right: 0;
}

/* add contextual color for badges */
.badge-primary {
	background-color: #337AB7;
}

.badge-info {
	background-color: #5BC0DE;
}

.badge-success {
	background-color: #5CB85C;
}

.badge-warning {
	background-color: #F0AD4E;
}

.badge-danger {
	background-color: #D9534F;
}

/* pagination */
.pagination > li > a,
.pagination > li > span {
	color: #406da4;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
	background-color: #5281bb;
	border-color: #406da4;
	color: #fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #5281bb;
	border-color: #406da4;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > span {
	background-color: #406da4;
	border-color: #396192;
}
.pagination.borderless > li > a,
.pagination.borderless > li > span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-color: transparent;
	margin: 0 1px;
}
.pagination.borderless > li:first-child > a,
.pagination.borderless > li:first-child > span, .pagination.borderless > li:last-child > a,
.pagination.borderless > li:last-child > span {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pagination.borderless > li.active > a,
.pagination.borderless > li.active > span {
	color: #fff;
	background-color: #406da4;
}
.pagination.borderless > li.active > a:hover, .pagination.borderless > li.active > a:focus,
.pagination.borderless > li.active > span:hover,
.pagination.borderless > li.active > span:focus {
	color: #fff;
	background-color: #406da4;
}

.pager li > a:hover, .pager li > a:focus {
	background-color: #406da4;
	border-color: #3c6699;
	color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	border-color: #ddd;
}


/* ----------------------/
/* BLOG
/* ----------------------*/

/* blog list */
.blog a:hover, .blog a:focus {
	text-decoration: none;
}
.blog .entry-title a {
	color: inherit;
}
.blog .entry-title a:hover, .blog .entry-title a:focus {
	color: #406da4;
}
.blog .entry-header {
	margin-bottom: 20px;
}
.blog .entry-title {
	font-size: 22px;
	font-weight: 300;
}
.blog .meta-line {
	color: #adadad;
}
.blog .meta-line span {
	margin-right: 15px;
}
.blog .meta-line .post-comment {
	margin-right: 0;
}
.blog .meta-line a {
	color: inherit;
	font-weight: 600;
}
.blog .meta-line a:hover, .blog .meta-line a:focus {
	color: #406da4;
}
.blog .featured-video,
.blog .featured-image {
	margin-bottom: 20px;
}
.blog .featured-image img {
	max-width: 100%;
}
.blog .featured-video iframe {
	border: none;
}
.blog .featured-video .post-date-info {
	z-index: 9999;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper {
	position: relative;
	height: 0;
	padding-top: 1px !important;
	padding-bottom: 70%;
}
.blog.medium-thumbnail .featured-video .fluid-width-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog .post-date-info {
	position: absolute;
	padding: 7px 0;
	width: 60px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-weight: 300;
}
.blog .post-date,
.blog .post-month,
.blog .post-year {
	display: block;
	text-align: center;
}
.blog .post-date {
	font-size: 20px;
}
.blog .post-month,
.blog .post-year {
	font-size: 11px;
	line-height: 1.3;
}
.blog hr {
	margin: 35px 0;
}
@media screen and (max-width: 768px) {
	.blog .meta-line > div {
		display: block;
		float: none !important;
	}
}
@media screen and (max-width: 480px) {
	.blog .post-tags {
		display: none;
	}
}

/* latest posts, recent posts */
.blogposts, .recent-comments {
	margin-bottom: 0;
}
.blogposts li, .recent-comments li {
	margin-bottom: 20px;
}
.blogposts li:last-child, .recent-comments li:last-child {
	margin-bottom: 0;
}

.blogposts .post-title {
	margin-bottom: 0;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.6;
}
.blogposts span {
	font-size: 11px;
}

/* recent comments */
.recent-comments img {
	width: 40px;
	height: 40px;
}
.recent-comments .media-heading {
	font-family: inherit;
    font-size: 14px;
	line-height: 1.3;
}

.category-list li a {
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	color: inherit;
	font-weight: 600;
}
.category-list li a:hover, .category-list li a:focus {
	color: #406da4;
}

.sub-category-list {
	padding-left: 10px;
	list-style: none;
}

/* tag list */
.tag-list {
	padding-left: 5px;
}
.tag-list li {
	padding-right: 0;
}
.tag-list li a {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	margin-bottom: 5px;
	padding: 4px 10px;
	background-color: #406da4;
	color: #fff;
	border: 1px solid transparent;
}
.tag-list li a:hover, .tag-list li a:focus {
	background-color: #fff;
	border-color: #777;
	color: #4a4a4a;
}

/* blog single item */
.blog.single .section-heading {
	margin-top: 0;
	font-family: inherit;
	font-size: 21px;
	font-weight: 600;
}

.social-sharing .section-heading {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 18px !important;
	margin-bottom: 0;
	margin-right: 10px;
	line-height: 22px;
	font-weight: normal !important;
}
.social-sharing .section-heading:after {
	display: none;
}

.sharing-tools {
	margin-bottom: 0;
}

.author-info .author-name {
	font-size: 18px;
}

/* related post */
.related-post-list img {
	width: 275px;
	max-width: 100%;
	margin-bottom: 10px;
}

.related-post-list a {
	display: block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
}
.related-post-list .post-title {
	margin-top: 10px;
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.related-post-list li {
		margin-bottom: 30px;
	}
	.related-post-list li:last-child {
		margin-bottom: 0;
	}
	.related-post-list img {
		width: 100%;
	}
}

/* comments */
.comments .media-left {
	float: left;
}

.comments .avatar {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	width: 45px;
	height: 45px;
}

.comments .avatar.anonymous {
	font-size: 22px;
	background-color: #ccc;
	color: #8c8c8c;
	text-align: center;
	line-height: 45px;
}

.comments .comment-author {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	margin-right: 10px;
	font-family: inherit;
	font-size: 16px;
}

.comments .bypostauthor {
	padding: 15px 5px 5px 5px;
	margin-bottom: 30px;
	background: #FCF7D9;
}

.comment-form {
	margin-top: 60px;
}

.comment {
	list-style: none;
}

.comment .children {
	padding-left: 55px;
}

.comment-text {
	margin-bottom: 15px;
}

.comment-pagination {
	font-size: 16px;
}

.comment-pagination .page-numbers {
	margin: 0 5px;
}

/* --------------/
/* TYPOGRAPHY 
/* -------------*/

.text-body-color {
	color: #4a4a4a !important;
}

.text-white-color {
	color: #fff;
}

.text-dashed {
	border-bottom: 1px dashed #4a4a4a;
}

.text-accent-color {
	color: #406da4;
}

.dropcap {
	float: left;
	min-width: 31px;
	padding: 5px 0;
	margin: 5px 8px 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
	background-color: #406da4;
	color: #FFF;
}
.dropcap.dropcap-big {
	min-width: 50px;
	padding: 8px 0;
	margin: 5px 10px 0 0;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
}

.list-iconed i {
	font-size: 15px;
}

.heading-center {
	text-align: center;
	margin-bottom: 50px;
}
.heading-center .section-heading {
	font-size: 40px;
	margin-bottom: 0;
}
.heading-center hr {
	width: 80px;
	margin-top: 40px;
	border-color: #406da4;
}

.contact-info.contact-half {
	margin-left: 2.5em;
}
.contact-info.contact-half li {
	font-size: 18px;
	margin-bottom: 30px;
}
.contact-info.contact-half i {
	font-size: 21px;
	line-height: 21px;
}


/* --------------/
/* HELPERS
/* -------------*/

.inline-img {
	float: left;
	margin: 0 10px 10px 0;
	width: 50%;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.margin-bottom-30px {
	margin-bottom: 30px !important;
}

.margin-bottom-50px {
	margin-bottom: 50px !important;
}

.body-text-bg {
	background-color: #4a4a4a !important;
}

.control-inline {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	width: auto;
}

.hide-first {
	display: none;
}

/* list icons */
.list-icons-demo li {
	margin-bottom: 20px;
}
.list-icons-demo li i {
	font-size: 24px;
}

@media screen and (max-width: 480px) {
	.inline-img {
		float: none;
		width: 100%;
	}
}

/* contact form 7 */
div.wpcf7-validation-errors {
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	color: #F00;
}

.wp-post-image {
	max-width: 100%;
	margin-bottom: 30px;
}

/* widget tdv recent posts */
ul.recent-posts li {
	display: block;
	margin-bottom: 15px;
}

ul.recent-posts .post-thumb {
	display: inline-block;
	border: 1px solid #eaeaea;
	max-width: 55px;
	max-height: 55px;
	float: left;
	margin-right: 7px;
	margin-top: 6px;
}

ul.recent-posts .post-header{
	margin-bottom: 0;
	line-height: 1.6;
	font-weight: 300;
}

ul.recent-posts li figcaption {
	line-height: 21px;
	padding-left: 65px;
}

ul.recent-posts .post-meta-time {
	display: inline-block;
	height: 20px;
	font-size: 0.9em;
}

/* widget tdv recent post ( for main content ) */
.news-item img {
	width: 140px;
}
.news-item .right {
	padding-left: 150px;
}
.news-item .news-title {
	margin-bottom: 5px;
	margin-top: 0;
	width: 200px;
	font-size: 16px;
	line-height: 1.6;
}
.news-item p {
	font-size: 12px;
}
.news-item a {
	color: inherit;
}
.news-item a:hover, .news-item a:focus {
	color: #406da4;
}

.news-featured img {
	width: 100%;
	margin-bottom: 15px;
}
.news-featured .news-title {
	font-size: 22px;
	width: 100%;
}
.news-featured p {
	font-size: inherit;
}
.news-featured .news-meta {
	font-size: 11px;
	color: #777;
}

.see-all-news {
	border: 1px solid #e4e4e4;
	font-size: 16px;
	text-align: center;
}
.see-all-news a {
	display: block;
	line-height: 155px;
}

@media screen and (max-width: 480px) {
	.news-item img {
		float: none !important;
		width: 100%;
		margin-bottom: 10px;
	}
	.news-item .right {
		padding-left: 0;
	}
}
@media screen and (max-width: 768px) {
	.news-item .news-title {
		width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.news-featured {
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
	.news-item img {
		width: 110px;
	}
	.news-item .right {
		padding-left: 120px;
	}
	.news-item.news-featured img {
		width: 100%;
	}
}
@media screen and (min-width: 1200px) {
	.news-item, .see-all-news {
		min-height: 155px;
	}
}

/*------------------------------------------------*/
/*	Back to top scroll arrow
/*------------------------------------------------*/

.back-to-top {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
}
.back-to-top a {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	display: block;
	width: 40px;
	height: 40px;
	color: #fff;
	font-size: 26px;
	line-height: 37px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}
.back-to-top a:hover, .back-to-top a:focus {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}


/*------------------------------------------------*/
/*	Top searchbox
/*------------------------------------------------*/

.top-searchbox {
	position: fixed;
	width: 100%;
	opacity: 0;
	z-index: -1;

	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.shrinkable.shrink-active + .top-searchbox {
	top: 41px;
}

.top-searchbox.active {
	opacity: 1;
	z-index: 9999;
}

.top-searchbox .form-control {
	outline: none;
	border-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.top-searchbox .container {
	position: relative;
}

.top-searchbox .searchbox {
	background: #ececec;
	padding: 20px;
}

.top-searchbox-toggle, .top-searchbox-toggle:hover {
	color: #fff;
}

.top-searchbox-toggle:hover, .top-searchbox-toggle:focus {
	background-color: transparent !important;
}

.top-searchbox-toggle i {
	width: 13px;
}

/*------------------------------------------------*/
/*	Widgets
/*------------------------------------------------*/

.tdv-widget {
	margin-bottom: 50px;
}

.widget-title {
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px dashed #dedede;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

.widget_categories > ul,
.widget_recent_comments > ul {
	list-style: none;
	padding-left: 0;
}

.widget_categories > ul li {
	margin-bottom: 10px;
	font-size: 14px;
}

.widget_recent_comments > ul > li {
	margin-bottom: 10px;
}

/*------------------------------------------------*/
/*	Page: Search Results
/*------------------------------------------------*/

.search-results .section-heading {
	font-weight: normal;
}

.search-results .entry-title,
.search-results .page-title {
	font-weight: 300;
}

.search-results .page-title {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
}

.search-results .badge {
	font-weight: 300;
	position: relative;
	top: -2px;
}


/*------------------------------------------------*/
/*	Page: Error Page
/*------------------------------------------------*/

.page-error {
	padding: 2em 0 6em 0;
}
.page-error h1 {
	font-size: 12em;
	line-height: 1;
}


/*
    MAIN CSS
*/

body {
    font-family: "Open Sans";
    font-size: 14px;
    color: #7b7b7b;
    min-width: 300px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed";
    color: #474747;
}
.navbar {
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li.current-menu-ancestor > a {
    background-color: #f9f9f9;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav .dropdown-toggle i,
.topbar a, .topbar a:hover, .topbar a:focus  {
    color: #474747;
}
@media screen and (min-width: 993px) {
    .navbar-default .navbar-nav > a:focus, .navbar-default .navbar-nav > a:hover,
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        background-color: #f9f9f9;
        color: #474747;
    }
}
section {
    margin-bottom: 80px;
}
footer {
    background-color: #49494b;
    color: #ffffff;
}
.footer-heading, footer a, footer a:hover, footer a:focus {
    color: #ffffff;
}
.copyright {
    background-color: #323232;
    color: #ffffff;
}
.copyright a {
    color: #ffffff;
}
.copyright a:hover {
    text-decoration: underline;
}

.hero-unit-animated {
    background-image: url('/img/hero-unit-bg1.jpg');
}

/* Custom */

.feature-heading {
    line-height: 1.1;
    font-family: "Roboto Condensed", Arial, sans-serif;
}

.dropdown-menu-col {
    min-width: 320px !important;
    /*right: 0 !important;*/
}
.dropdown-menu-col li {
    overflow: hidden;
}
.dropdown-menu-col li ul {
    padding: 0;
    list-style: none;
    float: left;
    width: 33.3333333333%;
}
.dropdown-menu-col li ul a {
    padding: 8px 12px;
    font-size: 14px;
    display: block;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu-col li ul a:hover,
.dropdown-menu-col li ul li.active a {
    background-color: #F9F9F9;
}

/* Documents wrapper */

.rk-documents {

}
.rk-documents--promo {
}
.rk-documents:after {
    content: '';
    display: inline-block;
    width: 100%;
}
@media (max-width: 700px) {
    .rk-documents {
        text-align: center;
    }
}

/* Document block */

.rk-documents .rk-item {
    width: calc( ( 100% - 88px ) / 5 );
    max-width: 190px;
}
.rk-documents--promo .rk-item {
    width: calc( ( 100% - 66px ) / 4 );
    max-width: 250px;
}

.rk-item h4 {
    margin: 10px 0 5px;
}

.rk-item-inner {
    position: relative;
}

.rk-item-b {
    margin-bottom: 22px;
    border: 1px solid #ccc;
}
.rk-item-b h4, .h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    line-height: 150%;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}
.rk-item-b .item-media {
    border-bottom: 1px solid #ccc;
    padding: 20px;
}
.rk-item-b .item-media img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}
.rk-item-b .item-meta-text {
    display: none;
}
.rk-item-b .item-meta li {
    margin: 0;
    padding: 0;
}
.rk-item-b .item-meta a {
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 100px;
    font-size: 18px;
    transition: all .2s ease-in;
    color: #7b7b7b;
}
/*.rk-item-b .item-meta .like a {
    background: #ccc;
}*/
.rk-item-b .item-meta .like-active a {
    /*background: #2381C1;*/
    color: #2381C1;
}
/*.rk-item-b .item-meta .share a {
    background: #ccc;
}
.rk-item-b .item-meta .embed a {
    background: #ccc;
}
.rk-item-b .item-meta .download a {
    background: #ccc;
}*/
.rk-item-b .item-meta a:hover {
    color: #333;
}
.rk-item-b .item-info {
    padding: 10px;
}
.rk-item-b .item-info .h4 {
    overflow: hidden;
    text-transform: uppercase;
}
.rk-item-b .item-info .list-lined,
.rk-item-b .item-info .list-inline {
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    font-size: 14px;
    text-align: left;
    font-family: "Roboto Condensed", sans-serif;
}
.rk-item-b .item-info .list-lined {
    display: block;
}
.rk-item-b .item-info .list-inline>li {
    padding-left: 0;
}
.rk-item-b .item-info .list-lined li + li {
    /*padding-top: 5px;*/
}
.rk-item-b .item-media img {
    /*width: auto;*/
    max-width: 100%;
    width: 100%;
}

.item-media {
    text-align: center;
}
.item-media img {
    width: 100%;
}

.item-meta {
    padding-top: 5px;
    margin: 0 10px -13px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    text-align: center;
    /*position: absolute;
    bottom: 0;
    left: 0;*/
}
.item-meta ul {
    margin: 0 0;
    text-align: justify;
}
/*.rk-documents--promo .item-meta ul {
    margin: 0 0;
}*/
/*.rk-secondary .item-meta ul {
    margin: 0 0;
}*/
.item-meta ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.item-meta li {
    margin: 0 5px;
}
.item-meta a {
    color: #bbb;
}
.item-meta a:hover {
    color: #fff;
}
.item-meta .active a {
    color: #fff;
}
.item-meta-text {
    display: block;
}

.list-dotted li {
    margin: 0 0 7px 0;
}

.list-dotted li:after {
    margin: 0 0 0 11px;
    content: "•";
}
.list-dotted li:last-child:after {
    display: none;
}

.page-header .document-meta {
    margin-top: -15px;
}
.document-meta a {
    margin: 0px;
    color: #7b7b7b;
}
.document-meta a:hover {
    color: #111;
}

.document-header a {
    color: #7b7b7b;
}
.document-header a:hover {
    color: #111;
}
.document-header .document-meta {
    display: inline-block;
}
.document-header .item-meta-text {
    display: inline-block;
}
.document-header .list-inline {
    margin-left: 40px;
    display: inline-block;
}

.page-header-b {
    margin: 0 0 -30px;
    border: 0;
    padding: 0;
}
.page-title {
    margin: 0px 0px 10px 0px;
    font-size: 30px;
}
.title-a {
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 18px;
}

.rk-body-content {
    padding-right: 20px;
    border-right: 1px solid #eee;
}
.rk-body-content hr {
    margin-right: -20px;
}

.cat-section {
    margin: 0 0 20px;
}
.cat-section .active a {
    color: #111;
}
.list-icon li {
    margin: 0 7px 7px 0;
}

.tdv-social-links {
    margin: 75px 0 0 50px;
    text-align: left;
}

ul.social-icons li {
    margin-right: 5px;
}
ul.social-icons li a {
    border-radius: 50%;
}
.list-categories {
    text-align: center;
    margin-top: 10px;
}
.list-categories li {
    margin: 0 3px 10px;
    display: inline-block;
}
.list-categories li a {
    padding: 2px 6px;
    background: #0099cc;
    color: #fff;
    display: block;
    border-radius: 5px;
    transition: all .2s ease-in;
    border: 1px solid transparent;
}
.list-categories li a:hover {
    background: #fff;
    color: black;
    border: 1px solid #2381c1;
}
.list-categories li.selected a {
    background: #fff;
    border: 1px solid #2381c1;
    color: black;
}
.list-categories .cat-01 a {
    background-color: #0B5592;
}
.list-categories .cat-02 a {
    background-color: #77A2B2;
}
.list-categories .cat-03 a {
    background-color: #8879BA;
}
.list-categories .cat-04 a {
    background-color: #FDAFC5;
}
.list-categories .cat-05 a {
    background-color: #6DA8E0;
}
.list-categories .cat-06 a {
    background-color: #2B74DB;
}
.list-categories .cat-07 a {
    background-color: #ECE5AF;
    color: #333;
}
.list-categories .cat-08 a {
    background-color: #9A05FF;
}
.list-categories .cat-09 a {
    background-color: #6EA8DA;
}
.list-categories .cat-10 a {
    background-color: #0E355E;
}

.rk-wrapper {
    overflow: hidden;
    margin: 0 2px;
}
.rk-wrapper__inner {
    width: 100%;
    float: left;
    margin-right: -322px;
}
.rk-primary {
    margin-right: 322px;
}
.rk-secondary {
    width: 300px;
    float: right;
}
.rk-documents__item {
    margin: 0 10px 20px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.rk-documents__item .rk-item.rk-item-b {
    margin-bottom: 22px;
}
.rk-item-b:hover {
    border: 1px solid #2381c1;
}
.rk-documents__item .rk-item-inner .item-media {
    min-height: 200px;
}
.rk-documents__item .rk-item-inner .item-media img {
    width: 210px;
}
.rk-documents--promo .rk-documents__item .rk-item-inner .item-media img {
    width: 100%;
}

.btn-create {
    background: #2381C1;
    color: #fff;
}
.btn-create a,
.btn-create a:hover {
    color: #fff !important;
    background: #2381C1 !important;
}

footer .textwidget {
    margin-right: 40px;
}
.shrinkable {
    border: 0;
}
.shrink-active {
    border-bottom: 1px solid #E7E7E7;
}

.white-page .shrinkable {
    border-bottom: 1px solid #E7E7E7;
}

html {
    height: 100%;
}
body {
    min-height: 100%;
}

.accent-page {
    background: #406DA4 url("/img/accent_bg.jpg") no-repeat center center;

}
.accent-page .wrapper {
    background: none;
}

.accent-header {
    text-align: center;
}
.accent-header h2 {
    color: #fff;
}
.accent-header--b h2 {
    margin-top: 40px;
    color: #fff;

}

.accent-section {
    margin: 30px auto 0;
    padding: 20px 40px 40px;
    max-width: 800px;
    background: #fff;
    border-radius: 4px;
}
.accent-section h3 {
    line-height: 1.5;
}
.accent-section h4 {
    line-height: 1.5;
}
.accent-section--b {
    padding-bottom: 20px;
}
.accent-section--c {
    margin-bottom: 40px;
    padding-bottom: 20px;
    background: #fff;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 16px;
}
.accent-section--c .form-control {
    font-family: "Open Sans", Arial, sans-serif;
}
.accent-section--d {
    padding: 40px;
    margin-bottom: 40px;
}
.accent-section--c .checkbox {
    font-size: 12px;
}
.accent-section .form-group:last-child {
    margin-bottom: 0;
}
.accent-section--d .form-group:last-child {
    margin-bottom: 15px;
}
.accent-section--wide {
    max-width: 100%;
}
.footer-simple {
    padding: 0 40px;
    color: #fff;
}
.footer-simple a {
    color: #fff;
}

.rk-label {
    margin: 0 10px;
    padding-top: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
}

.page-content--b {
    margin: 0;
    padding: 0 0 40px;
    background: #406DA4 url("/img/accent_bg.jpg") no-repeat center center;
}
.page-content--c {
    background: #406DA4 url("/img/accent_bg.jpg") no-repeat center -300px;
}

.sharing-step-details {
    margin-top: -7px;
}

.sharing-step-details .checkbox {
    font-size: 14px;
}
.sharing-step-details h4,
.rk-document-details h4,
.account-details-container h4 {
    font-size: 16px;
    font-weight: 700;
    color: #7b7b7b;
}
.sharing-step-details h4:first-child,
.rk-document-details h4:first-child {
    margin-top: 0;
    line-height: 1.6;
}


.mt-negative {
    margin-top: -3px;
}

.img-share-item {
    margin-bottom: 10px;
    overflow: hidden;
}
.img-share-item .checkbox {
    font-size: 12px;
}
.img-to-share {
    width: 50%;
    float: right;
}
.item-images-container .img-thumbnail {
    padding: 2px;
}
.item-images-container .checkbox {
    margin-top: 0;
}

.email-share-item__main {
    width: 75%;
    float: left;
}
.email-share-item__detail {
    width: 25%;
    float: left;
    text-align: right;
}
.email-share-item__detail .btn {
    min-width: 46%;
}
.help-block.text-danger {
    color: #a94442;
}

.rk-document-details {
    font-size: 14px;
}

.list-icon-b .item-meta-text {
    display: none;
}

.rk-document-meta {
    margin: 0 0 30px;
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    min-height: 140px;
}
.rk-document-meta .list-icon-b {
    font-size: 18px;
}
.rk-document-meta--b {
    min-height: 275px;
}

.rk-document-preview {
    margin-bottom: 30px;
    padding: 20px;
    height: 446px;
    overflow: auto;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}
.rk-document-previews {
    margin-bottom: -30px;
}

.rk-preview-item {
    margin-bottom: 30px;
}

.user-pic {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
}
.user-pic--b {
    width: 100%;
}
.user-pic img {
    max-width: 100%;
    border-radius: 4px;
}
.user-nav-item {
    padding: 18px 20px 15px !important;
}
.navbar-fixed-top.shrink-active .user-nav-item {
    padding: 5px 20px !important;
}

/*.rk-details-section-row {
    overflow: hidden;
}*/
.rk-details-section-col {
    width: 100%;
    overflow: hidden;
    float: left;
}

.users-pic-container {
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 4px;
}

.list-users-pic {
    margin: 0 -5px;
    overflow: hidden;
}
.list-users-pic li {
    padding: 0 5px 10px;
    float: left;
    width: 12.5%;
}
.list-users-pic li img {
    max-width: 100%;
    border-radius: 4px;
}
.rk-details-section {
    margin: 0 0 30px;
    border: 1px solid #eaeaea;
    padding: 20px;
    border-radius: 4px;
    min-height: 300px;
    position: relative;
}

.btn-bottom {
    position: absolute;
    bottom: 20px;
}

.img-rounded-rk {
    max-width: 100%;
    border-radius: 4px;
}

.pages-directory {
    margin: -45px 150px 0;
    text-align: center;
    font-size: 14px;
}
.pages-directory a {
    margin: 0 2px;
}

.social-auth {
    display: block;
    font-size: 30px;
}
.social-auth li {
    margin: 0 10px 0 0;
    display: inline-block;
}
.social-auth li a {
    display: block;
}
.modal-body--b {
    padding: 30px;
}
.breadcrumb--rk {
    background: none;
}
.breadcrumb--rk > li.active {
    color: #777;
}


/* bootstrap 5 column */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-16 {
    width: 12.5%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-16 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-16 {
        width: 12.5%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-16 {
        width: 12.5%;
        float: left;
    }
}

.help-block {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
}

/*.help-block {
    position: absolute;
}
.form-group {
    margin-bottom: 35px;
}*/

@media screen and (max-width: 992px) {
    .dropdown-menu-col li ul {
        float: none;
        width: 100%;
    }
    .dropdown-menu-col li ul a {
        padding: 5px 15px 5px 25px;
    }
    .dropdown-menu-col li ul li.active a {
        color: inherit;
        background-color: #E7E7E7 !important;
    }
    .document-header .list-inline {
        margin-left: 0;
    }
    .title-a {
        margin-top: 40px;
    }
}

/*.title-b {
    font-family: "Open Sans", sans-serif;
}*/

/* Loader */

.loader {
    text-align: center;
    background: transparent url("/img/spinner.gif") no-repeat center center;
    height: 30px;
}

/* style.css customization */

.section-heading {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
.section-heading:after {
    display: none;
}

.navbar-default .dropdown-menu .active > a, .navbar-default .dropdown-menu .active a:hover, .navbar-default .dropdown-menu .active a:focus {
    background-color: #2381C1;
    color: #fff;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #F9F9F9;
}

.btn {
    font-family: "Open Sans", Arial, sans-serif;
}

/* css for mobile */

@media (max-width: 600px) {
    .pages-directory {
        margin: 10px 0 0;
    }

}

/* Fixed styles */

.waiticon {
    display:none;
    position:absolute;
    z-index: 9999;
    width:32px;
    height:32px;
}
.page-header-fix {
    border-bottom: 1px solid #e7e7e7 !important;
}
.liked a {
    color: #2381C1;
    cursor: default;
}
.liked a:hover {
    color: #2381C1;
    cursor: default;
}
.modal .modal-title {
    font-family: "Roboto Condensed";
    color: #474747;
    font-size: 18px;
    font-weight: 500;
}
.modal .error-msg {
    margin-left: 15px;
    margin-right: 15px;
}
.input-help {
    font-size: 14px;
    margin-top: 2px;
}
.success-generic {
    display: none;
}
.error-generic {
    display: none;
}
.input-error {
    display: none;
}
.menu-item .dropdown-menu {
    margin-top: -1px !important;
}
.rk-item-b .item-media img {
    opacity: 0.9;
}
.static-page {
    min-height: 517px;
}
.static-page .accent-section {
    min-height: 150px;
    padding-top: 20px;
}
.static-page .options-list {
    line-height: 1.5;
}
.static-page .options-list div {
    margin-bottom: 10px;
}
.page-error-static {
}
.page-error-static .options-list {
    line-height: 1.5;
    margin-top: 25px;
}
.page-error-static .options-list div {
    margin-bottom: 10px;
}
.page-error-static.footer-simple {
    padding-bottom: 30px;
}
.grayed-text {
    color: #7b7b7b;
}
.green-text {
    color: #228b22;
}
.red-text {
    color: indianred;
}
.modal-dialog {
    min-width: 700px;
}

.cookies-consent {
    height: 45px;
    padding: 7px 0 0 0;
    line-height: 2.0;
    background: #fff;
    border-top: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
    width: 100%;
    bottom: 0%;
    position: fixed;
    z-index: 9999;
    display: none;
}
.cookies-consent a {
}
.cookies-consent button {
    margin: 0 0 0 8px;
    padding: 4px 12px;
}

/* Footer */

.footer-section .footer-heading {
    font-family: "Roboto Condensed";
    font-weight: 500;
}
.footer-section a:hover {
    text-decoration: none;
    color: #bbb;
}
.footer-section .useful-links {
}
.footer-section .search {
    border-left: 1px solid #666;
    padding-left: 30px;
}
.footer-section .search .footer-heading a {
    margin-left: 5px;
}
.footer-section .languages-block .footer-heading {
    display: inline-block;    
}
.footer-section .languages-block ul {
    display: inline-block;
    margin-left: 25px;
}

/* Auth modal */

.auth-modal {
}
.auth-modal .content-section {
    padding: 20px;
}
.auth-modal iframe {
    width: 200px;
    height: 100px;
}
.auth-modal .label-forgot {
    padding-top: 14px;
}
.auth-modal .auth-submit button {
    margin-right: 10px;
    margin-bottom: 5px;
}
.auth-modal .auth-submit span {
    margin: 0;
}

/* Auth + Recover */

.page-auth {
}
.page-auth .label-forgot {
    padding-top: 12px;
}
.page-auth .label-join {
    padding-top: 4px;
}
.page-auth .auth-submit button {
    margin-right: 10px;
    margin-bottom: 5px;
}
.page-auth .auth-submit span {
    margin: 0;
}

.page-recover-pass .note-text {
    margin: 10px 0 10px 0;
}
.page-recover-pass .form-inline {
    margin-top: 10px;
}
.page-recover-pass .email-input {
    width: 300px;
}
.page-recover-pass button {
    margin-left: 10px;
}

/* Register */

.page-register {
}
.page-register .accent-section {
    max-width: 950px;
}
.page-register .register-submit button {
    margin-right: 10px;
    margin-bottom: 10px;
}
.page-register .register-submit span {
    margin: 0;
}

/* Index */

.page-index {
}
.page-index .rk-documents--promo {
    margin-left: 35px;
    margin-right: 30px;
}
.page-index .rk-documents .rk-item .item-media {
    min-height: 200px;
    padding: 10px;
}
.page-index .rk-documents .rk-item .item-media img {
    width: 250px !important;
}
.page-index .show-more {
    text-align: center;
    margin: 15px 0 0 0;
    height: 50px;
    position: relative;
}
.page-index .show-more .btn {
    background: #2381c1;
    color: white;
    border: 1px solid #2381c1;
    height: 60px;
    width: 100%;
}
.page-index .show-more .btn i {
    font-size: 26px;
}
.page-index .top-rated-pages {    
}
.page-index .top-rated-pages-pad {
    height: 60px;
    border-bottom: 1px solid #eaeaea;
}
.page-index .top-rated-pages-section {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;    
}
.page-index .main-features {
    margin-bottom: 30px;
}

.page-index .lang-block {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    text-align: center;
}
.page-index .lang-block .lang-heading {
    display: inline-block;
    font-family: "Roboto Condensed";
    font-weight: 500;
}
.page-index .lang-block ul {
    display: inline-block;
    margin-left: 25px;
}

.page-index .categories-list {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.page-index .categories-list .accent-section {
    margin-top: 10px;
    padding-bottom: 0;
}

/* index pages list 1 */
.page-index .pages-list1 {
}
.page-index .pages-list1 .accent-section {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 20px;
}
.page-index .pages-list1 .rk-documents {
    margin-top: 0;
}
.page-index .pages-list1 .rk-documents .rk-item .item-media {
    min-height: 200px;
    max-height: 250px;
    overflow: hidden;
}
.page-index .pages-list1 .rk-documents .rk-item .item-media img {
    width: 190px !important;
}
.page-index .pages-list1 .cat-section {
    margin-bottom: 0;
    padding-top: 10px;
}

/* index pages list 2 */
.page-index .pages-list2 {
    margin: 0 0 60px 0;
    padding: 36px 0 10px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.page-index .pages-list2 li {
    padding-bottom: 10px;
}
.page-index .pages-list2 .page-list-title {
    text-transform: uppercase;
}

/* Pages listing */

.pages-list {
}
.pages-list .search {
    margin-top: 6px;
    text-align: center;
}
.pages-list .search input {
    border: 1px solid #ccc;
    padding: 5px 5px 5px 10px;
    width: 60%;
    font-size: 14px;
    color: #333;
}
.pages-list .search button {
    margin: -3px 0 0 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.pages-list .cat-section {
    margin-top: 40px;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
}

.pages-list .rk-documents {
    margin-top: 25px;
}
.pages-list .no-results {
    margin: 30px 0 60px 0;
    text-align: center;
}
.pages-list .rk-documents .rk-item .item-media {
    min-height: 200px;
    max-height: 250px;
    overflow: hidden;
}
.pages-list .rk-documents .rk-item .item-media img {
    width: 190px !important;
}

.pages-list .pages-list-sub {
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eaeaea;
}
.pages-list .pages-list-sub li {
    padding-bottom: 10px;
}
.pages-list .pages-list-sub .page-list-title {
    text-transform: uppercase;
}
.pages-list .pages-list-sub-pager {
}

/* Page view */

/* 0 */
@media (min-width: 0) {
    .page-view .container { width: 100%; }
    .page-view .rk-secondary { display: none; }
    .page-view .rk-primary { margin-right: 0; }
}
/* 1334, 1366 */
@media (min-width: 1333px) {
    .page-view .container { width: 1300px }
    .page-view .rk-secondary { display: block; }
    .page-view .rk-primary { margin-right: 322px; }
}
/* 1440 */
@media (min-width: 1439px) {
    .page-view .container { width: 1390px }
    .page-view .rk-secondary { display: block; }
    .page-view .rk-primary { margin-right: 322px; }
}
/* 1536 */
@media (min-width: 1535px) {
    .page-view .container { width: 1470px }
    .page-view .rk-secondary { display: block; }
    .page-view .rk-primary { margin-right: 322px; }
}
/* 1600 */
@media (min-width: 1599px) {
    .page-view .container { width: 1535px }
    .page-view .rk-secondary { display: block; }
    .page-view .rk-primary { margin-right: 322px; }
}
/* default */
.page-view .container {
    max-width: 1535px;
}

.page-view {
    margin-top: 15px !important;
    padding-bottom: 20px;
}

.page-view .aa-item {
    margin: 0px;
    color: #7b7b7b;
    text-decoration: none;
    outline: 0 !important;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    display: inline;
}
.page-view .aa-item:hover {
    color: #111;
	text-decoration: none;
}

.page-view .to-page-view {
    margin: 0;
}
.page-view h1, .page-view h2  {
    overflow: hidden;
    line-height: 1.5;
}

.page-view .document-header {
    background: white;
}
.page-view .document-header .document-meta {
    display: block;
}
.page-view .document-header .document-meta .author {
    display: inline-block;
    padding-right: 20px;
}
.page-view .document-header .document-meta .info {
    display: inline-block;
    float: right;
}
.page-view .document-header .document-meta .category {
    display: inline-block;
    margin-left: 0;
    margin-right: 10px;
}
.page-view .document-header .document-meta .lang {
    display: inline-block;
    margin-left: 0;
}
.page-view .document-header .page-view-options-container {
    height: 40px;
    margin-top: 20px;
}
.page-view .document-header .page-view-options {
    position: relative;
    z-index: 9;
    background: #eee;
    clear: both;
    display: block !important;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 50px;
    margin: 10px 0 0 0 !important;
    line-height: 47px;
    /*opacity: 0.9;*/
}
.page-view .document-header .page-view-options ul {
    margin: 0 0 0 20px;
}
.page-view .document-header .page-view-options li {
    padding-right: 10px;
    padding-left: 0;
}
.page-view .document-header .page-view-options .zoom a {
    cursor: pointer;
}
.page-view .document-header .page-view-options .abuse {
    padding-left: 5px;
}
.page-view .document-header .page-view-options .abuse a,
.page-view .document-header .page-view-options .abuse .aa-item {
    cursor: pointer;
    font-weight: bold;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.page-view .page-media-main {
    margin-top: 10px;
    margin-bottom: 0px !important;
}
.page-view .page-media-main .page-frame {
    background-color: #eee;
    background-image: url("/img/spinner.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 200px;
}
.page-view .page-media-main .page-frame iframe {
    width: 100%;
}

.page-view .view-page-panel-back {
    text-align: center;
    margin: 0 0 0 0;
    height: 110px;
    background: #eee;
    opacity: 0.85;
    position: relative;
    z-index: 5;
    cursor: pointer;
    display: none;
}
.page-view .view-page-panel {
    text-align: center;
    margin: -85px auto 0 auto;
    position: relative;
    z-index: 6;
    cursor: pointer;
    display: none;
}
.page-view .view-page-panel .btn {
    font-family: "Roboto Condensed";
    font-size: 18px;
    background: #2381c1;
    color: white;
    padding: 15px 25px 15px 25px;
    border: 1px solid #2381c1;
    border-radius: 0;
}
.page-view .view-page-panel .btn:hover {
    color: #2381c1;
    background: white;
    border: 1px solid #2381c1;
}
.page-view .view-page-panel .btn .arrow {
    padding: 0;
    line-height: 0.1;
    font-size: 32px;
}

.page-view .read-more {
    text-align: center;
    margin: 0 0 0 0;
    #height: 88px;
    background: #eee;
    padding: 15px 0 26px 0;
}
.page-view .read-more .chunk-next-center {
    display: inline-block;
    width: 50%;
    margin: 0 5px 0 5px;
}
.page-view .read-more .chunk-prev {
    display: inline-block;
    width: 70px;
}
.page-view .read-more .chunk-next {
    display: inline-block;
    width: 70px;
}
.page-view .read-more .btn {
    font-family: "Roboto Condensed";
    font-size: 18px;
    background: #2381c1;
    color: white;
    border: 1px solid #2381c1;
    border-radius: 0;
    width: 100%;
}
.page-view .read-more .chunk-next-center .btn {
    padding: 15px 10px;
    overflow: hidden;
}
.page-view .read-more .chunk-prev .btn,
.page-view .read-more .chunk-next .btn {
    padding: 15px 15px;
}
.page-view .read-more .btn:hover {
    color: #2381c1;
    background: white;
    border: 1px solid #2381c1;
}
.page-view .read-more .btn.inactive {
    color: #ccc;
    background: white;
    border: 1px solid #ccc;
    cursor: default;
}
.page-view .read-more .btn.inactive:hover {
    color: #ccc;
    background: white;
    border: 1px solid #ccc;
    cursor: default;
}
.page-view .read-more .chunk-prev .btn .arrow,
.page-view .read-more .chunk-next .btn .arrow {
    padding: 0;
    line-height: 0.1;
    font-size: 26px;
}

.page-view .go-to-next-chunk-notify {
    height: 57px;
    line-height: 57px;
    background: #60cb6a;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 18px;
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    display: none;
}
.page-view .go-to-next-chunk-notify span {
    margin-left: 10px;
    color: #ddd;
}
.page-view .go-to-next-chunk-notify span:hover {
    cursor: pointer;
}

.page-view .page-content-no-script {
    margin-top: 50px;
    padding-top: 15px;
}
.page-view .page-content-no-script .section-info {
    font-family: "Roboto Condensed";
    color: #474747;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 10px solid #ddd;
    padding-left: 18px;
}
.page-view .page-content-no-script .section-info .hint {
    margin-top: 5px;
}
.page-view .page-content-no-script .rk-body-content {
    margin-top: 20px;
    border-right: 0;
}
.page-view .page-content-no-script .rk-body-content .page {
    border-top: 1px solid #e2e2e2;
    padding: 47px 0 45px 0;
    clear: both;
    overflow: visible;
    text-align: left;
}
.page-view .page-content-no-script .rk-body-content .page pre {
    font-family: "Courier New", monospace;
    font-size: 14px;
    /*color: #474747;*/
    color: #7b7b7b;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    width: 100%;
    overflow-x: auto;
    text-align: initial
}
.page-view .page-content-no-script .rk-body-content .page .img-container {
    max-width: 167px;
    max-height: 167px;
    overflow: hidden;
    margin: 0 0 25px 0;
    border: 4px solid #e2e2e2;
    padding: 4px;
    text-align: center;
}
.page-view .page-content-no-script .rk-body-content .page .img-container img {
    max-width: 150px;
}
.page-view .page-content-no-script .rk-body-content .remain-images {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 4px solid #e2e2e2;
    clear: both;
}
.page-view .page-content-no-script .rk-body-content .remain-images img {
    height: 100px;
    max-width: 300px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.page-view .page-content-no-script .ns-read-more {
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 5px;
}

.page-view .pages-read-more {
    margin-top: 5px;
}
.page-view .pages-read-more .title-a {
    font-family: "Roboto Condensed";
    font-weight: 500;
    line-height: 1.1;
    color: white;
    background:#60cb6a;
    margin-bottom: 23px;
    padding: 10px 15px;
}
.page-view .pages-read-more .rk-item .item-media {
    min-height: 250px;
    max-height: 400px;
    overflow: hidden;
}
.page-view .pages-read-more .rk-item .item-media img {
    width: 250px !important;
}

.page-view .modal-title {
    font-family: "Roboto Condensed";
    color: #474747;
    font-size: 18px;
    font-weight: 500;
}
.page-view .modal a, 
.page-view .modal .aa-item {
    color: #7b7b7b;
}
.page-view .modal-share {
}
.page-view .modal-share .select-all {
    margin: 5px 0 0 1px;
}
.page-view .modal-share .socials {
    margin-top: 5px;
}
.page-view .modal-share .socials label {
    margin-bottom: 8px;
}
.page-view .modal-embed {
}
.page-view .modal-embed .select-all {
    margin: 5px 0 0 1px;
}
.page-view .modal-download {
}
.page-view .modal-download .download-url {
    margin: 0 0 20px 0;
}
.page-view .modal-download .socials label {
    margin-bottom: 8px;
}

/* Adslots */
.page-view .adslot-center-1 .sample,
.page-view .adslot-center-2 .sample,
.page-view .adslot-side-1 .sample,
.page-view .adslot-side-2 .sample {
    max-width: 100%;
    height: 100%;
}
.pages-list .adslot-list-1 .sample {
    max-width: 100%;
    height: 100%;
}

.page-view .adslot-center-1-margin-top {
    height: 5px;
    /*border-bottom: 1px solid #ddd;*/
}
.page-view .adslot-center-1 {
    margin: 0 auto 25px auto;
    padding: 0;
    max-width: 1180px;
    min-width: 750px;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-view .adslot-center-2 {
    margin: 25px auto -30px auto;
    padding: 0;
    max-width: 1180px;
    min-width: 750px;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-view .adslot-side-1 {
    margin: 0 0 25px 0;
    padding: 0;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-view .adslot-side-2 {
    margin: 22px 0 22px 0;
    padding: 0;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    z-index: 2;
}
.pages-list .adslot-list-1 {
    margin: 10px 0 25px 0;
}

/* Adslots content */
.page-view .adslot-content-1 .sample,
.page-view .adslot-content-2 .sample,
.page-view .adslot-content-3 .sample {
    max-width: 100%;
    height: 100%;
}
.page-view .adslot-content-1,
.page-view .adslot-content-2,
.page-view .adslot-content-3 {
    margin: 0;
    padding: 0;
    max-width: 1180px;
    min-width: 750px;
    background: #f5f5f5;
    text-align: center;
    z-index: 2;
    min-height: 280px;
}
.pages-list .adslot-list-1 .sample  {
    max-width: 100%;
    height: 100%;
}

/* Page view fullscreen */

.page-view-fullscreen {
}
.page-view-fullscreen .container {
    width: 100%;
    max-width: 1535px;
}
.page-view-fullscreen .rk-wrapper__inner {
    float: none;
    margin-right: 0;
}
.page-view-fullscreen .rk-primary {
    margin-right: 0;
}
.page-view-fullscreen .to-page-view {
}
.page-view-fullscreen .page-media-main {
    margin-top: 15px;
}
.page-view-fullscreen .read-more {
    height: 100px;
    background: none;
}
.page-view-fullscreen .read-more .btn {
    height: 57px;
}

/* Page view slides */

.page-view-slides {
    margin: 0 0 0 0 !important;
    padding: 15px 0 0 0;
}
.page-view-slides .container {
    width: 100%;
    max-width: 100%;
}
.page-view-slides .rk-wrapper__inner {
    float: none;
    margin-right: 0;
}
.page-view-slides .rk-primary {
    margin-right: 0;
}
.page-view-slides .to-page-view {
}
.page-view-slides .page-media-main {
    margin-top: 15px;
}
.page-view-slides .page-frame {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.page-view-slides .control_panel {
    margin: 10px auto 0 auto;
    text-align: center;
    background: #eee;
    width: 100%;
}
.page-view-slides .control_panel .slides_info {
    display: inline-block;
    margin: 0 20px 0 20px;
    position: relative;
    top: -12px;
}
.page-view-slides .control_panel .prev {
    display: inline-block;
    font-size: 50px;
    opacity: 0.25;
    color: #2381c1;
}
.page-view-slides .control_panel .next {
    display: inline-block;
    font-size: 50px;
    opacity: 0.25;
    color: #2381c1;
}
.page-view-slides .control_panel .active {
    cursor: pointer;
    opacity: 1.0;
}

/* Page create, edit */

.page-create {
}
.page-create .accent-section {
    padding-bottom: 30px;
}
.page-create .upload-file {
    margin: 20px 0px 20px 0px;
}
.page-create .terms {
    font-size: 14px;
}
.page-create .upload-input {
    display: none;
}
.page-create .upload-input-from-url {
    margin: 15px auto 5px auto;
    width: 57%;
}
.page-create .upload-btn,
.page-create .submit-btn {
    margin: 15px 0px 2px 0px;
    padding: 10px 30px;
}
.page-create .upload_method {
    font-size: 14px;
    margin: -3px 0px 0px 0px;
}
.page-create .status {
    margin: 20px 0px 20px 0px;
}
.page-create .status .loading-processing {
    display: none;
}
.page-create .status .error {
    display: none;
}
.page-create .status .loading,
.page-create .status .processing {
    display: none;
    background: transparent url("/img/spinner.gif") no-repeat scroll center center;
    height: 20px;
    text-align: center;
}
.page-create .create-iframe {
    display: none;
}
.page-create-from-html {
}
.page-create-from-html .accent-section {
    max-width: 1100px;
}
.page-create-from-html .text-area-container {
    margin: 20px 0 20px 0;
}
.page-create-from-html .text-area-container textarea {
    display: none;
}
.page-create-from-html .text-area-container .loader {
}
.page-create-from-html-edit {
}

.page-create-edit {
}
.page-create-edit .delete-page {
    margin-top: 30px;
    margin-bottom: 20px !important;
    padding: 22px 0 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.page-create-edit .delete-page span {
    margin-right: 5px;
    color: #a94442;
    font-weight: normal;
    position: relative;
    top: -2px;
}

/* Page create preview */

.page-create-preview {
}
.page-create-preview .page-title {
    margin: 0px 0px 0px 0px;
}
.page-create-preview .page-media {
    margin: 0px 0px 30px 0px;
}
.page-create-preview .page-media .page-frame {
    border: 1px solid #ddd;
    background: url(/img/spinner.gif) no-repeat 50% 50%;
    height: 500px;
}
.page-create-preview .page-media .page-frame iframe {
    width: 100%;
    height: 100%;
}
.page-create-preview .social-auth i {
    color: #7b7b7b;
}
.page-create-preview .social-publish-check {
    margin-right: 3px;
}
.page-create-preview .preview-images {
    margin-left: 0px;
}
.page-create-preview .preview-images img {
    height: 70px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #ddd;
}

/* User view */

.user-view {
}
.user-view h4 {
    font-size: 22px;
    font-weight: normal;
    color: #474747;
}
.user-view .user-info {
    padding: 35px 20px 20px 20px;
    text-align: center;
    min-height: 500px;
}
.user-view .user-info h4 {
}
.user-view .user-info .avatar {
    margin-top: 15px;
}
.user-view .user-info .avatar img {
    max-height: 128px;
}
.user-view .user-info .stats {
    margin-top: 20px;
    font-size: 16px;
}
.user-view .user-info .stats li + li {
    padding-top: 7px;
}
.user-view .user-info .rating-stars {
    margin-top: 15px;
}
.user-view .user-info .rating-stars img {
    width: 26px;
    height: 26px;
}
.user-view .user-info .settings {
    margin-top: 20px;
}
.user-view .cat-section {
    margin: 40px 0 0 0;
}
.user-view .most-rated-page-meta {
    min-height: 150px;
    padding: 33px 35px 35px 35px;
}
.user-view .most-rated-page-meta h4 {
}
.user-view .most-rated-page-meta .page-category-lang {
    margin-top: -5px;
}
.user-view .most-rated-page-meta .page-category-lang a {
    margin-right: 10px;
}
.user-view .most-rated-page-meta .view-page-btn {
    margin-top: 20px;
}
.user-view .most-rated-page-view {
    height: 500px;
    padding: 0;
    overflow: hidden;
}
.user-view .most-rated-page-view .inner {
    height: 100%;
    overflow: hidden;
    padding: 25px 30px 0 30px;
}
.user-view .most-rated-page-view .pre-title {
}
.user-view .most-rated-page-view h4 {
    margin-top: 11px;
    margin-bottom: 22px;
}
.user-view .most-rated-page-view h4 a {
    text-decoration: none;
}
.user-view .most-rated-page-view .page-media {
    height: 100%;
    min-height: 1000px;
}
.user-view .most-rated-page-view .page-media .page-frame {
    background: url(/img/spinner.gif) no-repeat 50% 50%;
    height: 100%;
}
.user-view .most-rated-page-view .page-media .page-frame iframe {
    width: 100%;
    height: 100%;
}
.user-view .most-rated-page-view .no-pages-table {
    width: 100%;
    height: 100%;
}
.user-view .most-rated-page-view .no-pages {
    text-align: center;
    margin-top: -25px;
}
.user-view .most-rated-page-view .no-pages .create {
    margin-top: 15px;
}
.user-view .user-pages {
    margin-top: 10px;
    padding-bottom: 40px;
}
.user-view .user-pages .no-pages {
}
.user-view .user-pages .section-line {
    border-top: 4px solid #eaeaea;
    margin-bottom: 16px;
}
.user-view .user-pages .section-title {
    margin-bottom: 20px;
}
.user-view .user-pages .rk-documents .rk-item {
    width: calc( ( 100% - 66px ) / 4 );
    max-width: 250px;
}
.user-view .user-pages .rk-item .item-media {
    min-height: 200px;
    max-height: 300px;
    overflow: hidden;
    padding: 20px;
}
.user-view .user-pages .rk-item .item-media img {
    width: 250px !important;
}

.user-view .user-pages .rk-item-b .item-info .manage-panel {
    margin-top: 10px;
    padding-bottom: 1px;
}
.user-view .user-pages .rk-item-b .item-info .manage-panel.list-lined li + li {
    padding-top: 5px;
}
.user-view .user-pages .rk-item-b .item-info .manage-panel li {
    /*color: #474747;*/
}
.user-view .user-pages .rk-item-b .item-info .manage-panel .fa {
    width: 20px;
}

.user-view .page-notes {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    line-height: 1.8;
}
.user-view .page-notes p + p {
    margin-top: 15px;
}

/* User settings */

.user-settings {
}
.user-settings .accent-section {
    max-width: 700px;
}
.user-settings .error-generic {
    min-height: 34px;
    padding: 5px 10px;
    margin: 0px 0px 10px 0px;
}

.user-settings .avatar-container {
    min-height: 454px;
}
.user-settings .avatar {
}
.user-settings .avatar img {
    max-height: 128px;
    max-width: 128px;
}
.user-settings .avatar p {
    margin-top: 10px;
}
.user-settings .avatar .note-1 {
    margin-top: 20px;
    line-height: 1.6;
}
.user-settings .avatar .note-2 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
}

.user-settings .email {
}
.user-settings .email .text {
    font-size: 14px;
    margin-top: -5px;
}
.user-settings .name-change {
    margin-top: 20px;
}
.user-settings .pass-change {
    margin-top: 20px;
}

.user-settings .submit-btn-top {
    margin-top: 25px;
}
.user-settings .submit-btn-top button {
    position: static;
}

.user-settings .submit-btn-bot {
    margin-top: 15px;
    padding-top: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
}
.user-settings .submit-btn-bot button {
    position: static;
}

.user-settings .users-pic-container {
    padding: 10px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
}
.user-settings .users-pic-inner-container {
    padding: 0px 10px 0px 20px;
    height: 290px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.user-settings .users-pic-container h4 {
    margin-bottom: 15px;
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.user-settings .users-pic-container li {
    min-width: 64px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.user-settings .users-pic-container img {
    max-width: 64px;
    max-height: 64px;
}
.user-settings .users-pic-container img.selected {
    border: 2px solid #406da4;
}

/* Search */

.pages-search {
}
.pages-search .search {
    margin: 5px 0 0 0;
    text-align: left;
}
.pages-search .search input {
    border: 1px solid #ccc;
    padding: 5px 5px 5px 10px;
    width: 60%;
    font-size: 14px;
    color: #333;
}
.pages-search .search button {
    margin: -3px 0 0 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.pages-search .tokens-list {
    margin-top: 20px;
    padding: 0px 30px;
}
.pages-search .tokens-list a {
    margin-right: 5px;
}
.pages-search .breadcrumb {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.pages-search .breadcrumb .path-index {
    margin-right: 5px;
}
.pages-search li {
    padding-bottom: 5px;
}
.pages-search .search-title {
    text-transform: uppercase;
}
.pages-search .pages-list-container li {
    padding-bottom: 10px;
}

/* Abuse */

.abuse-page-form {
}
.abuse-page-form h4 {
    margin-bottom: 20px;
}
.abuse-page-form .submit-btn {
    margin-top: 10px;
}
.abuse-page-form-sent {
    min-height: 517px;
}

/* Contacts */

.contacts-page {
}
.contacts-page .contacts {
    margin: 0px 0px -10px 0px;
}
.contacts-page form h4 {
    margin: 0px 0px 12px 0px;
}
.contacts-page .abuse {
    margin: 18px 0px 25px 0px;
    font-size: 16px;
}
.contacts-page .submit-btn {
    margin-top: 10px;
}
.contacts-page-form-sent {
    min-height: 517px;
}

/* About */

.page-about {
    line-height: 2.0;
}

/* Privacy */

.page-privacy-policy {
    line-height: 2.0;
}

/* Terms */

.page-service-terms {
    line-height: 2.0;
}

/* Ban */

.ban-page {
    min-height: 980px;
}

/* Page error */

.page-error-404 {
}
.page-error-404 .header-text {
    margin-bottom: 20px;
}
.page-error-404 .similar-pages {
    margin-top: 4px;
    margin-bottom: 5px;
}
.page-error-404 .similar-pages .similar-pages-title {
    font-family: "Roboto Condensed";
    font-size: 18px;
    text-align: center;
    background: #2381c1;
    color: white;
    border: 1px solid #2381c1;
    width: 100%;
    padding: 10px 15px;
}
.page-error-404 .rk-documents .rk-item {
    width: calc( ( 100% - 66px ) / 4 );
    max-width: 250px;
}
.page-error-404 .rk-item .item-media img {
    width: 250px !important;
}
.page-error-404 .similar-pages .rk-documents {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}
.page-error-404 .similar-pages .rk-documents .rk-item .item-media {
    min-height: 200px;
    max-height: 250px;
    overflow: hidden;
}
.page-error-404 .similar-pages .rk-documents .rk-item .item-media img {
    width: 190px !important;
}
.page-error-404 .similar-pages .rk-documents .rk-item .item-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}
.page-error-404 .extra-info {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
    clear: both;
}

.page-error-404 .search {
    margin: 25px 0 0 0;
    text-align: center;
}
.page-error-404 .search input {
    border: 1px solid #ccc;
    padding: 5px 5px 5px 10px;
    width: 60%;
    font-size: 14px;
    color: #333;
}
.page-error-404 .search button {
    margin: -3px 0 0 10px;
    padding-left: 15px;
    padding-right: 15px;
}

