/*Main style*/
body {
	font: 13px "Open sans", sans-serif;
	color: #333;
}
img {max-width:100%;	height:auto;}
.wrapp {
	min-width: 320px;

}
p {
	margin: 0px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {line-height:1.25em;}
h1 {
	font-size: 2em;
	margin: 0;
}
h2 {
	font-size: 1.75em;
}
h4 {
	font-size: 20px;
	margin: 0;
}
h3 {
	margin: 0;
	font-size: 1.35em;
}
h5 {
	margin: 0;
	font-size: 16px;
}
/*End main style*/
/*Style for header*/
.top-header {
	background: #0b5fa3;
	padding: 20px 0;
  	color:white;
}
.slogan {
	margin-left: 1em;
	padding-top: 1em;
}
.slogan h1 {
	margin: 0 0 10px;
}
.slogan p {
	text-transform: uppercase;
}
.slogan a {
color:white;
}
.telephone {
	padding-top: 20px;
	font-size: 20px;
}
.telephone h4 {
	text-align: right;
	margin-bottom: 10px;
}
.telephone h4 i {
	margin-right: 15px;
}
.socials ul {
	float: right;
}
.socials ul li {
	display: inline-block;
	margin-left: 2px;
}
.socials ul li:first-child {
	margin: 0;
}
.socials ul li a {
	display: block;
	width: 33px;
	height: 33px;
	background-color: #054d87;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 15px;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.socials ul li a:hover,
.socials ul li a:focus {
	background-color: #063f6d;
}
.bottom-header {
	background: #054d87;
}
.navbar-collapse {
	padding: 0;
}
.nav > .deeper.parent > a:after,
.nav > .deeper.parent > .separator:after{
content: "↓";
padding: 0 0 0 5px;
font-family: FontAwesome;
font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  cursor: pointer;
}
.nav > li:hover {
position: relative;
}
.nav > li > a {
	color: #fff;
	text-transform: uppercase;
  font-size:16px;
}
.nav > li > a:hover,
.nav > li > a:focus, .nav > li.active > a, .nav > li:hover > a {
	background-color: #024275;
}
.nav ul {
display: none;
}
.nav li:hover ul {
display: block;
position: absolute;
top: 50px;
left: 0px;
background: #fff;
z-index: 999;
width:300px;
box-shadow: 1px 1px 2px 0 rgba(50, 50, 50, 0.5);
}
.nav ul li {
}
.nav ul a,
.nav ul span.separator{
display: block;
padding: 12px 15px;
font-size: 14px;
color: #000;
line-height: 18px;
max-width:300px;
}



.nav .separator {
display: block;
padding: 16px 15px;
font-size: 14px;
color: #fff;
line-height: 18px;
max-width:250px;
}

.nav ul a:hover,
.nav ul .separator:hover,
.nav ul .active a {
text-decoration: none;
background-color: #f5f5f5;
color: #262626;
}

.navbar-nav > li ul li {
	position: relative;
}
.nav li:hover ul li ul {display:none;}
.nav li:hover ul li:hover ul {
  	display: block;
    position: absolute;
    top: 0;
    left: 100%;
}
.navbar-right {
	position: relative;
}
.btn-search {
	background-color: transparent;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 0;
	outline: none !important;
}
.btn-search:active,
.btn-search:hover,
.btn-search:focus {
	color: inherit;
}
.navbar-form .form-control {
	background: #024275;
	box-shadow: none;
	border: none;
	color: #fff;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.navbar-form .form-control:focus {
	background-color: #fff;
	color: #000;
}
.navbar-form .form-control::-webkit-input-placeholder {color:#fff;}
.navbar-form .form-control::-moz-placeholder {color:#fff;}
.navbar-form .form-control:-moz-placeholder {color:#fff;}
.navbar-form .form-control:-ms-input-placeholder {color:#fff;}
.navbar-form .form-control:focus::-webkit-input-placeholder {color:#000;}
.navbar-form .form-control:focus::-moz-placeholder {color:#000;}
.navbar-form .form-control:focus:-moz-placeholder {color:#000;}
.navbar-form .form-control:focus:-ms-input-placeholder {color:#000;}
.navbar-toggle {
	background-color: #024275;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-form {
	box-shadow: none;
	border: none;
}
.navbar-collapse {
	border: none;
	box-shadow: none;
}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {
	background-color: #024275;
	color: #fff;
}
.dropdown-toggle > .fa {
	margin-left: 5px;
}
.dropdown-menu {
	border-radius: 0;
	border: none;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.5);
	min-width: 210px;
}
.dropdown-menu > li > a {
	padding: 15px;
	color: #000;
}
.nav .separator {cursor: pointer;}
/*End style for header*/
/*Style for slider*/
.slider-content {
	margin: 0 auto;
	max-width: 1680px;
	position: relative;
}
.slider-img {
	margin-top: 60px;
}
.slider-descr {
	position: relative;
	font-size: 40px;
	max-width: 530px;
	margin: 30px auto 0;
}
.slider-descr > span {
	font-family: "Open sans semibold";
}
.slider-descr img {
	position: absolute;
	right: 0;
	top: 120%;
}
.to-news {
	display: block;
	position: absolute;
	bottom: 0;
	width: 163px;
	height: 81px;
	background: url(../img/to-news.png) no-repeat;
	left: 50%;
	margin-left: -81px;
}
/*End style for slider*/
/*Style for news*/
section {
	padding: 35px 0 50px;
}
section h3, section .h3 {
	color: #585858;
	border-bottom: solid 2px #356891;
	font-size: 1.25em;
    margin: 0;
	text-transform: uppercase;
}
.news {
	background: #ffffff;
}
.block-line {
	border-bottom: solid 1px #e5e5e5;
}
.block-line > a {
	display: block;
	color: #7389a4;
}
.carousel-wrapp {
	margin-top: 40px;
}
#owl .item span {
	display: block;
	margin: 0 auto;
	width: 90%;
	background: #295c86;
	overflow: hidden;
}
#owl .item span img, #owl .item img {
	height: auto;
	width: 98%;
	-ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 1;
}
#owl .item .carousel-content {
 margin: 0 auto;
 padding-top: 20px;
 width: 90%;
}
#owl .item .carousel-content h5 {
	color: #000;
}
.carousel-text {
	padding-top: 20px;
	color: #737373;
	line-height: 1.8;
}
#owl .item a:hover,
#owl .item a:focus {
	text-decoration: none;
}
#owl .item:hover span img,
#owl .item:focus span img, #owl .item:hover img,
#owl .item:focus img {
	opacity: 0.5;
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.carousel-wrapp {
	position: relative;
}
.carousel-pag {
	background-color: rgba(255, 255, 255, 0.5);
	height: 55%;
	position: absolute;
	top: 0;
	width: 10%;
	z-index: 1001;
	outline: none !important;
	cursor: pointer;
	display: block;
}
.carousel-pag:hover{
	background-color: rgba(255, 255, 255, 0.9);
}
#prev {
	background-image: url(../img/carousel-prev.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	left: 0;
}
#next {
	background-image: url(../img/carousel-next.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	right: 0;
}
/*End Style for news*/
/*Style for speciality*/
.parallax {
	background-image: url(../img/bg-for-speciality.png);
}
.speciality {
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	/*height: 365px;*/
	position: relative;
	background-color: #0b5fa3;
	width: 100%;
}
.speciality .block-line h3 {
	color: #e0e7ef;
	border: none;
}
.speciality .block-line {
	border-color: #ffffff;
}
.pag-spec {
	font-size: 0;
	margin-bottom: -1px;
}
.pag-spec .special-pag {
	color: #fff;
	display: inline-block;
	border: solid 1px #fff;
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.spec-left {
	margin-right: -1px;
}
.pag-spec .special-pag:hover,
.pag-spec .special-pag:focus {
	background: #fff;
	color: #044376;
}
#owl2 .item > a,
.chair-wrapp .col-md-3 > div {
	display: block;
	width: 100%;
	max-height: 250px;
	overflow: hidden;
	position: relative;
	background: #c73c47;
	margin: 0 auto;
}
#owl2 .item a img,
.chair-wrapp .col-md-3 > div img {
	max-width: 100%;
	display: block;
	position: relative;
	width: 100%;
	-ms-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 1;
}
.spec .carousel-wrapp #owl2 .item a img{
	max-width: 100%;
	display: block;
	position: relative;
	width: 98%;
}
#owl2 .item a .not-over:after,
.chair-wrapp .col-md-3 > div .not-over:after {
	background-image: -o-linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
	background-image: -webkit-linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
	background-image: -moz-linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
	background-image: -ms-linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
	background-image: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.8));
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#owl2 .item a span,
.chair-wrapp .col-md-3 > div span {
	display: block;
	padding: 20px;
}
#owl2 .item a .not-over,
.chair-wrapp .col-md-3 > div .not-over {
	opacity: 1;
	-ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 100;
	display: block;
}
#owl2 .item a .not-over:before,
#owl2 .item a .overlay:before,
.chair-wrapp .col-md-3 > div .not-over:before,
.chair-wrapp .col-md-3 > div .overlay:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#owl2 .item a .not-over > div,
.chair-wrapp .col-md-3 > div .not-over > div {
	display: inline-block;
	vertical-align: bottom;
	z-index: 100;
	width: 97%;
	line-height: 1.5;
}
#owl2 .item a .overlay > div h4 {
	margin-bottom: 10px;
}
#owl2 .item a .overlay,
.chair-wrapp .col-md-3 > div .overlay {
	opacity: 0;
	-ms-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 100%;*/
	z-index: 101;
	display: block;
	overflow: hidden;
}
#owl2 .item a .overlay > div,
.chair-wrapp .col-md-3 > div .overlay > div {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	width: 97%;
	line-height: 1.5;
}
#owl2 .item a:hover .not-over, 
#owl2 .item a:focus .not-over,
.chair-wrapp .col-md-3 > div:hover .not-over,
.chair-wrapp .col-md-3 > div:focus .not-over {
	opacity: 0;
}
#owl2 .item a:hover .overlay, 
#owl2 .item a:focus .overlay,
.chair-wrapp .col-md-3 > div:hover .overlay,
.chair-wrapp .col-md-3 > div:focus .overlay {
	opacity: 1;
}
#owl2 .item a:hover img, 
#owl2 .item a:focus img,
.chair-wrapp .col-md-3 > div:hover img,
.chair-wrapp .col-md-3 > div:focus img {
	opacity: 0.2;
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#owl2 .item a .overlay div a {
	display: inline-block;
}
#owl2 .item a .overlay div i {
	font-size: 14px;
	position: relative;
	top: -8px;
}
#owl2 .item {
	margin: 0 10px 10px; float: left; width:30%;min-width: 268px;
}
/*End style for speciality*/
/*Style for chair*/
.chair-wrapp {
	margin-top: 40px;
}
.chair-wrapp .col-md-3 {
	padding: 0;
}
.chair-wrapp .col-md-3 > div {
	max-height: 290px;
	background: #0b5fa3;
	cursor: pointer;
}
.chair-wrapp .col-md-3 > div .overlay h5 {
	padding-bottom: 10px;
	border-bottom: solid 1px #72a0c4;
	line-height: 1.35;
	margin-bottom: 20px;
	max-width: 200px;
	margin: 0 auto;
}
.chair-wrapp .col-md-3 > div .overlay a {
	color: #fff;
	font-size: 11px;
	margin-top: 10px;
	display: block;
}
.chair-wrapp .col-md-3 > div .overlay a i {
	margin-right: 10px;
}
.chair-wrapp .col-md-3 > div .overlay > div > p {
	margin: 0 auto;
	max-width: 200px;
}
/*End style for chair*/
/*Style for footer*/
.top-footer {
	background: #212121;
  color:#bbb
}
.bottom-footer {
	background: #1a1a1a;
	padding: 25px 0;
	font-size: 14px;
}
footer .socials ul li a {
	background-color: #1a1a1a;
}
footer .socials ul li a:hover,
footer .socials ul li a:focus {
	background-color: #212121;
}
.bottom-footer p {
	padding-top: 10px;
}
.top-footer {
	padding: 40px 0;
}
.top-footer h4 {
	background: url(../img/separate.png) repeat-x left center;
	margin-bottom: 30px;
	position: relative;
}
.top-footer h4 span, .hidden-xs span {
	background-color: #212121;
	padding-right: 20px;
}
.top-footer h4 a {
	color: #fff;
}
.collapse {
	display: none;
}
.contrl {
	background-color: #212121;
	color: #fff;
	font-size: 30px !important;
	padding: 0 0 0 10px;
	position: absolute;
	right: 0;
	top: -6px;
	padding-right: 0 !important;
}
.heading {
	cursor: pointer;
}
.contrl:before {
	content: "\f107";
}
.contrl.drop-angle:before {
	content:"\f106";
}
.foot-navigation ul {
	width: 50%;
	float: left;
}
.foot-navigation ul li {
	display: block;
	margin-bottom: 10px;
}
.foot-navigation ul li a {
	color: #909090;
	font-size: 14px;
}
.first-ul {
	padding-right: 20px;
}
.foot-contacts h6 {
	font-size: 14px;
	margin-top: 25px;
	color: #909090;
	line-height: 1.5;
}
.modal-open {
	padding: 0 !important;
}
/*End style for footer*/
/*Style for modal*/
.maps .modal-dialog {
	max-width: 850px;
	margin: 80px auto;
	width: 100%;
}
.maps .modal-content {
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.maps .modal-body {
	padding: 0;
}
.maps .close {
	margin: 0;
	color: #fff;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: -50px;
	right: 0;
}
.maps .modal-content {
	padding: 0 15px;
	background: transparent;
}
.modal {
	/*z-index: 999999;*/
	padding: 0 !important;
}
.search .element-invisible {
display:none;
}
.black {
color:#333;
}
.well .page-header {
padding: 15px;
margin:0 !important;
border-bottom: 0px solid #eee;
color:#fff;
background:#0b5fa3;
border-top-left-radius:3px;
border-top-right-radius:3px;
}
.well ul li a,
.well ul li >span {
font-size: 1.25em;
line-height:2em;
border-bottom:1px solid #eaeaea;
display:block;
width:100%;
box-sizing:border-box;
padding:0 15px;
color:#222;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
.well ul li a:hover {
box-shadow:inset 3px 0 0 #0b5fa3;
background:#fbfafa;
text-decoration:none;
color:#000;
}
/*
.well ul li:last-child a {
border-bottom:0px solid #eaeaea;
}
*/
.well .nav-child {margin-left: 10px; margin-bottom: 12px;}


.moduletable .custom img {
width:100%;
border-radius:3px;
}

.blog .page-header {
padding-bottom: 9px;
margin: 0 0 20px 0;
border-bottom: 1px solid #eee;
}

div[itemprop="blogPost"] {
box-sizing:border-box;
padding:15px;
border-radius:3px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
line-height:23px;
border:1px solid #fff;
overflow:hidden;
}

div[itemprop="blogPost"]:hover {
background:#f8f8f8;
border:1px solid #efefef;
}

.article-info-term {
display:none;
}

.item-image a img {
margin: 0px 14px 0 0;
}

.top-footer .nav a:hover {
background:#1a1a1a !important;
}


div[itemprop="blogPost"]:hover .readmore a {
border:1px solid #fff;
background:#fff;
}


.readmore a {
width:100%;
padding:10px 0;
margin-top:20px;
box-sizing:border-box;
border:1px solid #f2f2f2;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}


div[itemprop="blogPost"]:hover .readmore a:hover {
border:1px solid #a7bccd;
color:#044070 !important;
}


.newspicclass img {
padding:0 20px 0 0;
}

.newspicclass {
display:block;
}

.breadcrumb {margin-top:20px;margin-bottom:0px !important;}
.newscont {line-height:23px;}


/* ads lostprophet */
#news {
position: relative;
}
.pull-right {
position: absolute;
top: 55px;
right: 20%;
}
#news h5 a {
color: #000!important;
}
.speciality .h3 {
border: 0 none;
color: #e0e7ef;
padding: 0 0 5px 0;
}
.speciality .pull-right {
right: 0;
top: -76px;
}
.chair-wrapp .col-md-3.col-sm-6.col-xs-6.fadeInLeft.wow {
width: 20% !important;
}
#foot-nav li a {
padding: 0!important;
background: 0!important;
text-transform: none;
}
#foot-nav li a:hover {
text-decoration: underline;
}
.pagination .pull-right {
position: relative;
float: none!important;
right: 0;
top: 0;
}
.nav.nav-tabs.nav-stacked {
}
.nav.nav-tabs.nav-stacked li {
}
.nav.nav-tabs.nav-stacked li a {
background-color: #024275;
color: #fff;
text-transform: uppercase
}
.control-label, .controls {
display: inline-block;
width: auto;
padding: 0 10px 0 0;
}
.control-label {
width: 100px;
}
.pagination ul li {
display: inline-block;
margin: 5px 7px;
}
/*new styles
.well .nav li:hover ul {
	position: static;
	box-shadow: none;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
}
.well .nav li:hover ul > li a {
	padding-left: 25px;
}
.well .nav > li > a:hover, 
.well .nav > li > a:focus, 
.well .nav > li.active > a, 
.well .nav > li:hover > a {
    background-color: #fff;
}
.menuv {font-size:1.25em;}
*/
.item, .item-page, .items-leading
{/*font-family:sans-serif;*/font-size:16px; line-height:1.5em;}

.item-page ul li {padding-left: 1.5em;}
.item-page ul {list-style: square inside; margin:1em 0 1em 0;}

.item img {margin: 1%;}
.item p, .item-page p, .items-leading p
{ margin: 0.5em 0 1em; /*font-family:sans-serif;*/ line-height:1.75em;}

div.articleBody { font-family:sans-serif;font-size:16px; line-height:1.5em;}

.chrono_credits {display: none;}

.fl {float: left;}
.fl:nth-child(2n) {clear: left;}
.bp {padding: 1% 2%; width:45.9%; text-align: center;}
a.linkthumb {padding: 1px;}
.bp h3{
height:3.3em;
}
.btn-up{
height:50px;
width:50px;
background-color:rgba(204,204,204,0.5);
position:fixed;
right:2%;
bottom:40px;
cursor:pointer;
    font-size: 36px;
    text-align: center;
    border-radius: 50%;
z-index:999;
  line-height:1.2em;
}
.btn-up:hover{
background-color:rgba(204,204,204,0.9);
}
#owl2 .item a .overlay{

}

.item-page .row {clear: both; width:100%;overflow:hidden;}
.item-page .row .w50 {float: left; width:49.95%; min-width: 285px;}
.item-page .row .w33 {float: left; width:32.95%; min-width: 230px;}
.item-page .row .block {margin:1%;}

@media screen and (max-width: 767px) {

}


.tac {text-align:center;}

.article__text {padding-bottom:30px;overflow-wrap: break-word;}
.article__text table td {padding: 0.3em; position:relative;min-width:1em; min-height:1em;}

/*header {background: transparent url('../img/topfon_celebrate.jpg') 50% 0%;}
*/
.top-header .container {background-color: rgba(255,255,255,.25);}
.nav > li > a.imp {color:yellow; font-weight:bold;}


.navbar-brand {float: right;}
.blog .page-header h2{margin-top:0;}
.page-header h2, .page-header h1 {font-size: 1.75em;}

.not-over h4, .not-over h5 {text-shadow: 2px 2px 5px #000;}

.cat-children {margin-top: 2em;}

.pagination{ width:100%; text-align:center;}

.small, .small a {color: #999;}

.vt {transform:rotateZ(-90deg); position:absolute;white-space: nowrap;left:-50%;top:50%;}

.content-category h1 {margin:1em 0;}


.article__text table {border: solid 1px #ddd; width:100%;}
.article__text table tr td {padding: 0.25em 0.5em; border-bottom: solid 1px #ddd; border-right: solid 1px #ddd;}

/*.jllikeproSharesContayner {position:absolute !important;}*/
.jllikeproSharesContayner .event-container > div {flex-direction: row !important;}
.rapidcontact > * {padding: 15px;}
.rapid_contact .input-group {display:block;overflow:hidden}