/*
    Theme Name: Medicio
    Theme URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900');
/* --- pe-icon-7-stroke --- */


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #333;
    background-color: #FFF;
	font-size: 16px;
    line-height: 1.6em;
}

html {
    width: 100%;
    height: 100%;
}

label,
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0F6077;  
}
a {
  color: #2a6496;  
}

/* ===========
layout
============= */
#wrapper.boxed {
	margin: 0 auto;
	background-color: #fff;

}
@media (max-width: 767px) {
	#wrapper.boxed {
		width: 100%;
	}
}
@media (min-width: 768px) {
	#wrapper.boxed {
		width: 810px;
	}
}
@media (min-width: 992px) {
	#wrapper.boxed {
		width: 1030px;
	}
}
@media (min-width: 1200px) {
	#wrapper.boxed {
		width: 1230px;
	}
}

li{
    /*list-style: none!important;
    display: flex;*/
    font-size: 14px;
    font-weight: 600;
}
.news-event-ul li {
  list-style: none;
  display: flex;
}

/* =======
Top area
======== */
.top-area {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	width: 100%;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-area.top-padding {
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.top-area p {
	margin-bottom: 10px;
}

/* ===========
Navigation
============= */

.navbar-brand {
  padding-top: 8px;
  margin-top: 5px;
  padding-bottom: 0;
}

.navbar-brand.reduce {
	margin-top:0;
  padding-top: 5px;
	padding-bottom: 5px;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.navbar.navbar-custom {
	width: inherit;
	margin: 0 auto;
	padding-bottom:0;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}

.navbar.navbar-custom .navigation {
	/*padding-bottom: 15px;*/
}


.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);

}



.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar.navbar-custom.navbar-fixed-top  {
	background: #fff;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar.navbar-custom {
	padding-top: 0;
}

.navbar.navbar-custom ul.nav.navbar-nav {
	/*margin-top: 15px;*/
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
	margin-top: 0;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.navbar-custom ul.nav li a {
	font-size: 13px;
  letter-spacing: 0px;
  color: #666;
  /* text-transform: uppercase; */
  font-weight: 600;
  background: transparent;
  line-height: inherit;
  padding-left: 10px; 
  padding-right: 10px; 
}


.navbar.navbar-custom.top-nav-collapse {
	background: #fff;

}

.navbar.navbar-custom.top-nav-collapse .top-area {
    display: none;
}

.navbar.navbar-custom.top-nav-collapse .navigation {
	padding-bottom: 10px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #444;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
	/*margin-top: 16px;*/
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus  {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}



.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active {
    outline: 0;
	background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}





.well-trans{
   /* padding-bottom: 150px;
    height: 220px;*/
    margin-bottom:200px;

}


.well.well-trans {
background-color: rgba(29, 27, 27, 0.62);
  -webkit-box-shadow: none;
          box-shadow: none;
	border: none;
}


/* --- slider ---- */
.slider{
     padding-top:60px;
}


/* -- icon var -- */
.padd_10{
  padding: 0 30px;
}
.lead-list{
  /*display: inline-block;*/
  padding: 0px;
}
.bg-dark {
    background: #666;
}

.bg-light {
    background: #fff;
}

.icon-primary {
    color: #4765a0;
}
.icon-success {
    color: #4ACCD1;
    margin: 5px 11px 0px 0px;
}
.icon-info {
    color: #51b6bf;
}
.icon-warning {
    color: #e6e039;
}
.icon-danger {
    color: #e24e47;
}

.btn-skin {
  color: #fff;
}

.btn-skin:hover {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  color: #fff;
}
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
  background-image: none;
}

.btn-skin .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.5em;
  border-radius: 6px;
}



.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: right;
	list-style: none;
}

.company-social li{
	margin:0;
	padding:0;
	display: inline-block;
}

.company-social a{
	margin:0 2px 0 0;
}

.company-social a:hover {
    color: #fff;
}

.company-social a i {
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
}
.company-social-share a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    }

.company-social .social-facebook a i{background: #3873ae;}
.company-social .social-twitter a i{background: #62c6f8;}
.company-social .social-dribble a i{background: #d74980;}
.company-social .social-deviantart a i{background: #8da356;}
.company-social .social-youtube a i {background: #d12a32;}
.company-social .social-linkdin a i {background: #0e7db2;}
.company-social .social-facebook a:hover i {background: #4893ce;}
.company-social .social-twitter a:hover i {background: #82e6ff;}
.company-social .social-dribble a:hover i {background: #f769a0;}
.company-social .social-deviantart a:hover i {background: #adc376;}
.company-social .social-google a:hover i {background: #333;}
.company-social .social-vimeo a:hover i {background: #71c6f3;}
.company-social .social-vimeo a i {background: #71c6f3;}


.carousel-inner > .item {
  margin-left:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}

.carousel-control {
  position: absolute;
  top: 37%;
  bottom: 0;
  left: 0;
  width: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left,.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control.right {
  right: 20px;
}
.carousel-control.left {
  left: 20px;
}
.wow.fadeInDown.animated article p {
    font-family: sans-serif;
}

.footer {
	margin-top: 30px;
    background-color: #f7f7f7;
	border-top: 1px solid #ddd;
	padding: 30px 0 10px;
}

.footer a{
	color: #444;
}

.footer  p {
	font-size: 14px;
}


/* scroll to top */
.scrollup{
    position:fixed;
	width:32px;
	height:32px;
    bottom:0px;
    right:20px;
	background: #222;
-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius:  2px 2px 0 0;
}

a.scrollup {
	outline:0;
	text-align: center;
}

a.scrollup:hover,a.scrollup:active,a.scrollup:focus {
	opacity:1;
	text-decoration:none;
}
a.scrollup i {
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover {
	text-decoration:none;
}

/* --- scroll --- */

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

/* ==== partner ==== */

.partner {
	text-align: center;
}

.social_text{
    text-align: right;
}


/* ===============================
15. Aside, sidebar
================================ */

aside{
    position:relative;
    margin-bottom:40px;
}

.sidebar-nav{
    float:left;
    width:100%;
}

.right-sidebar{
    border-left:1px solid #f5f5f5;
    padding:0 0 0 30px;
}


.left-sidebar{
    border-right:1px solid #f5f5f5;
    padding:25px 30px 0 0;
}


.left-sidebar .widget h3, .left-sidebar .widget .widget-content{
    padding-right:20px;
}



aside .widget {
    margin-bottom:40px;
}


aside ul.cat, ul.recent, ul.folio-detail, ul.contact-info{
    margin:0;
    padding:0;
    list-style:none;
}

aside ul.cat li, ul.recent li, ul.folio-detail li, ul.contact-info li{
    margin:0 0 15px 0;
    list-style:none;
}

aside ul.cat li a, ul.folio-detail li a{
    color:#009688!important;
}

aside ul.cat li i {
    margin-right: 10px;
}

ul.folio-detail li label{
    display:inline;
    cursor:default;
    color:#353535;
    font-weight:bold;
}

.widget ul.recent li  {
    display:inline-block;
}

.widget ul.recent li {
    margin-bottom:20px;
}

ul.recent li h6 {
    margin:0 0 10px 0;
}

ul.recent li h6 a{
    color:#353535;
    font-size:16px;
    font-weight:600;
}


.widget ul.tags {
    list-style:none;
    margin:0;
    margin-left: 0;
    padding-left:0;
}

.widget ul.tags li {
    margin:0 5px 15px 0;
    display:inline-block;
}


.widget ul.tags li a {
    background:#e6e6e6;
    color:#333;
    padding:5px 10px;
-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius:  3px;
    color: #888;
}

.widget ul.tags li a:hover {
    text-decoration:none;
    color:#fff;
}

.post-meta{
    margin-bottom:20px;
}

.post-meta span{
    padding:0 10px 0 10px;
    margin-bottom:10px;
}

.post-meta span a{
    color:#919191;
}

.post-meta strong{
    font-weight:200px;
    color:#c7c7c7;
}

.item .text {
    margin-left:140px;
    margin-bottom:20px;
}

.widgetheading {
    width:100%;

    padding:0;
}

h5.widgetheading {
    font-size: 20px;
}

#bottom .widgetheading {
    position: relative;
    border-bottom: #e6e6e6 1px solid;
    padding-bottom: 9px;
}

aside .widgetheading {
    position: relative;
    border-bottom: #e9e9e9 1px solid;
    padding-bottom: 9px;
}

/*Our partner piecs*/
.partner_piece{
  background:url(../img2/1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}
/* carousel */
.media-carousel
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
  height:auto;
}

a.thumbnail2 {
    display: block;
    padding: 20px;

    line-height: 1.42857143;
    background-color:rgba(255, 255, 255, 0);;
    border:none;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
/* Previous button  */
.media-carousel .carousel-control.left
{
  left: 0px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 40px
}
/* Next button  */
.media-carousel .carousel-control.right
{
  right: 0px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 40px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active
{
  background: #333333;
}
.media-carousel img
{
  width: auto;
  height: auto;
  margin: 0 auto;
}

/*item*/
.carousel-control.left,.carousel-control.right  {background:none;width:25px;}

.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 20px;
    padding: 15px 18px;

}

.block-text a.image1{
  /*border-right: 1px solid black;*/
  padding-right: 30px;
  display: inline-block;
}
@media only screen and (max-width: 639px){
  .block-text a.image1{
  border-right: 0px solid black;
  
}
}
.block-text a.image2{
  padding-left: 30px;
  display: inline-block;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}
/* End carousel */
/* ===============================

/* Media queries */

@media (min-width: 768px) and (max-width: 979px) {
	.navbar-brand {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}

}

@media (max-width:767px) {

	.top-area p {
		text-align: center;
	}

	.navbar.navbar-custom.navbar-fixed-top {
		background-color: #fff;
	}

	.badge.custom-badge {
		margin: 0 0 0 0;
	}

	.navbar-header button {
		border-color: #ccc;
		background-color: #eee;
		padding: 5px 20px;
	}
	.navbar-header i{
		color: #666;
	}

	.boxes3 {
	width: 100%;
	}
	.navbar-custom ul.nav li {
		border-bottom: 1px solid #eee;
	}
	.navbar-custom ul.nav li:last-child {
		padding-bottom:0;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #eee;
		padding-left: 20px;
	}

	.service-box {
		margin: 20px 0 30px;
	}

	.pricing-content.featured {
		margin-top: 20px;
	}

	.pricing-content:hover {
		margin-top:20px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

	.cta-text {
		float: none;
		text-align: center;
	}

	.cta-btn {
		float: none;
		text-align: center;
	}

	.footer p {
		float: none;
		text-align: center;
	}
	.footer p {
		float: none;
		text-align: center;
	}
    /* --- slider ---- */
.slider{
     padding-top:135px;
}
.social_text{
    text-align:center;
}
.company-social {
    text-align:center;
    list-style: none;
}

}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}

	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}

	.box {
		padding: 45px;
	}

	.box i {
		margin-bottom: 30px;
	}
/* --- slider ---- */
.slider{
     padding-top:137px;
}
.social_text{
    text-align:center;
}
.company-social {
    text-align: center;
    list-style: none;
}

}

@media (max-width:320px) {
	.navbar-brand {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
/* --- slider ---- */
.slider{
     padding-top:185px;
}
.slider.top_space{
     padding-top:51px;
}
.social_text{
    text-align:center;
}
.company-social {
    text-align: center;
    list-style: none;
}
}

.summary p{
  text-overflow:ellipsis!important;
    overflow: hidden!important;
  }

.margin_col{
   margin: -30px 0px;
} 

.summary{
    width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}


.search_decoration{
       border-radius: 5px;
       padding-left: 10px;
}

.search_decoration_icon{
       color: grey;
       padding: 7px;
       margin-left: -px;
}

.padd_jumbo_healthcare_200px{
    padding-top: 140px;
}
.padd_jumbo_patient_140px{
    padding-top: 140px;
}
.padd_150px{
  padding-top: 150px;
}

.flex_display{
  display:flex;
}
.block_display{
  display:block;
}
.well.padd0 {
  padding: 0px;
}
.lead-list li span.list {
  width: 100%;
  display: block;
}
.lead-list li span.list a {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 230px;
  white-space: nowrap;
  display: inline-block;
  text-decoration: underline;
}
@media (max-width:450px){
  .lead-list li span.list a {
    width: 124px;
  }
}
.testimonials-categories-page {
  margin-top: 60px;
  padding: 50px 0px;
}
.testimonials-categories-page h3 {
  margin-bottom: 30px;
}
.testimonials-categories-page .top-categories {
    margin-top: 0;
}
.top-categories {
    color: #fff;
    margin: 8px 0;
}
.top-categories a {
  display: block;
  text-align: left;
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
}
.top-categories span {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
  white-space: normal;
  height: 40px;
}
.top-categories em {
  font-size: 13px;
  margin-bottom: 8px;
  margin-bottom: 0;
  font-style: normal;
  display: block;
}
.top-categories a .top-categories-icon {
  right: 8px;
  bottom: 15px;
  opacity: 0.3;
  font-size: 35px;
  position: absolute;
  filter: alpha(opacity=30);
}
.red.btn {
  color: #FFFFFF;
  background-color: #d84a38;
  border-color: "";
}
.red.btn:active:hover, 
.red.btn.active:hover {
  background-color: #b93524;
}
.green.btn {
  color: #FFFFFF;
  background-color: #35aa47;
  border-color: "";
}
.green.btn:active:hover, 
.green.btn.active:hover {
    background-color: #298337;
}
.blue.btn {
  color: #FFFFFF;
  background-color: #4B8DF8;
  border-color: "";
}
.blue.btn:active:hover, 
.blue.btn.active:hover {
    background-color: #1a6ef6;
}
.yellow.btn {
  color: #FFFFFF;
  background-color: #FFB848;
  border-color: "";
}
.yellow.btn:active:hover, 
.yellow.btn.active:hover {
    background-color: #ffa415;
}
.forum-blocks {
  padding: 10px;
  margin-bottom: 10px;
  background: #faf6ea;
  border-top: solid 2px #faf6ea;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
}
.forum-blocks:hover {
  background: #fff;
  border-color: #78cff8;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.forum-blocks h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
  line-height: 1.2;
}
.forum-blocks .forum-block-tags {
  margin-bottom: 8px;
}
.forum-blocks .forum-block-tags strong {
  margin-right: 10px;
  font-weight: 400;
}
.forum-blocks .forum-block-tags em {
  font-style: normal;
  float: right;
}
.forum-blocks p {
  margin: 0 auto 10px;
  line-height: 1.4;
  font-size: 13px;
}
.testimonials-categories-page .article-block {
  padding-bottom: 20px;
  font-size: 13px;
}
.testimonials-categories-page .forum-blocks.testimonials-content {
  padding: 0px;
  border: 1px solid #faf6ea;
  border-top: 2px solid #faf6ea;
}
.testimonials-categories-page .forum-blocks.testimonials-content:hover {
  border: 1px solid #ddd;
  border-top: 2px solid #78cff8; 
}
.testimonials-categories-page .forum-blocks.testimonials-content h3,
.testimonials-categories-page .forum-blocks.testimonials-content .forum-block-tags {
  background-color: #faf6ea !important;
}
.testimonials-categories-page .forum-blocks.testimonials-content h3,
.testimonials-categories-page .forum-blocks.testimonials-content div.content-box,
.testimonials-categories-page .forum-blocks.testimonials-content .forum-block-tags {
  padding: 10px;
  margin-bottom: 0px;
  min-height: 100px;
}
.testimonials-categories-page .forum-blocks.testimonials-content:hover h3 a,
.testimonials-categories-page .forum-blocks.testimonials-content h3 a:hover {
  color: #333;
}
.testimonials-categories-page .forum-blocks.testimonials-content:hover div {
  background-color: #fff;
  margin-bottom: 0px;
}
.testimonials-categories-page .forum-blocks.testimonials-content .forum-block-tags {
  margin-bottom: 0px;
}
.testimonials-categories-page .forum-blocks.testimonials-content div.content-box {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-height: 210px;
}
.testimonials-categories-page .forum-blocks.testimonials-content div.content-box .testimonials-text {
  min-height: 188px;
  max-height: 188px;
  overflow: hidden;
  overflow-y: scroll;
  margin-right: -10px;
  padding-right: 5px;
}
.testimonials-categories-page .forum-blocks.testimonials-content .testimonials-video iframe {
  width: 100%;
  min-height: 150px;
}

/* start custom scrollbar */

.testimonials-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
  visibility: hidden;
}
.testimonials-text::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  visibility: hidden;
}
.testimonials-text::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 2px solid #555555;
  visibility: hidden;
}
.testimonials-categories-page .forum-blocks.testimonials-content:hover div.content-box .testimonials-text::-webkit-scrollbar-track,
.testimonials-categories-page .forum-blocks.testimonials-content:hover div.content-box .testimonials-text::-webkit-scrollbar,
.testimonials-categories-page .forum-blocks.testimonials-content:hover div.content-box .testimonials-text::-webkit-scrollbar-thumb {
  visibility: visible;
}

/* end custom scrollbar */
@media (min-width: 768px) and (max-width: 1267px) {
  /*#content {
    margin-top: 200px !important;
  }*/
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-nav>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
a:focus {
   outline: thin dotted !important;
}
.navbar-custom.top-nav-collapse .nav li a:focus + ul,
.navbar-custom .nav li a:focus + ul,
.navbar-custom .nav li.active a:focus + ul,
.navbar-custom.top-nav-collapse .nav li.active a:focus + ul {
display:block !important;
}
.navbar-custom.top-nav-collapse .nav li.focused a + ul,
.navbar-custom .nav li.focused a + ul,
.navbar-custom .nav li.active.focused a + ul,
.navbar-custom.top-nav-collapse .nav li.active.focused a + ul {
display:block !important;
}
@media (min-width: 768px) {
  .navbar-nav > li a {
    /*padding: 15px 10px;*/
  }
  li.button-li a,
  li.button-li ~ li a {
    /*background-color: #21add3 !important;*/
    background-color: #0F6077 !important;
    color: #fff !important;
    padding: 10px 14px 10px 15px;
    margin: 5px 0px 5px 1px;
  }
  li.button-li a:hover,
  li.button-li ~ li a:hover {
    /*background-color: #1c96b7 !important;*/
    background-color: #17748e !important;
    text-decoration: none;
  }
  .button-ul {
    float: right !important;
    list-style: none !important;
    margin: 0px;
    padding-left: 0px;
  }
  li.button-li, li.button-li ~ li {
    float: left;
    padding: 15px 0px;
  }
  li.button-li {
    padding-left: 5px;
  }
  .dropdown-menu {
    right: auto !important;
    left: 0px !important;
  }
  .button-ul {
    border-left: 1px solid #bbb;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .button-ul {
    float: right !important;
    list-style: none !important;
    margin: 0px;
    padding-left: 0px;
    top: 0px;
    position: absolute;
    right: 15px;
    border-left: 0px;
  }
  li.button-li, li.button-li ~ li {
    float: left;
    padding: 15px 0px;
  }
  .navbar-collapse.collapse {
    width: 100%;
  }
  .navbar-nav {
    float: right;
  }
  div.border-right.col-lg-9,
  div.border-right.col-lg-9 [class*="col-"].border-right {
    border-right: 0px;
  }
}
@media (max-width: 767px) {
  .button-ul {
    list-style: none !important;
    margin: 0px;
    padding-left: 0px;
  }
  li.button-li a,
  li.button-li ~ li a {
    background-color: #21add3 !important;
    color: #fff !important;
    padding: 10px 15px;
    margin: 5px 0px 5px 1px;
    display: block;
    text-align: center;
  }
  li.button-li a:hover,
  li.button-li ~ li a:hover {
    background-color: #1c96b7 !important;
    text-decoration: none;
  }
}
div.border-right.col-lg-9 [class*="col-"] {
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  div.border-right.col-lg-9 + div[class*="col-"] {
    margin-top: 15px;
  }
  div.border-right.col-lg-9 {
    border-right: 0px;
  }
}
@media (max-width: 991px) {
  .left-sidebar > .widget {
    display: none;
  }
  .left-sidebar > .widget:first-child {
    display: block;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .top_space {   
    padding-top: 115px; 
  }
  .navbar-fixed-top .navbar-collapse {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .top_space {   
    padding-top: 106px; 
  }
  .navbar-fixed-top .navbar-collapse {
    clear: both;
  }
}
@media (max-width: 767px) {
  .top_space {   
    padding-top: 56px; 
  }
}
@media (max-width: 420px) {
  .navbar-brand>img {   
    max-width: 250px; 
  }
  .navbar-brand {
    padding: 8px 10px 13px 10px;
  }
  .navbar-toggle {
    margin-right: 10px;
  }
  .navbar-header button {
    padding: 5px 10px;
  }
  .top_space .carousel-inner {   
    top: 0px; 
  }
}
.media-body a {
   text-decoration: underline;
}
.wow.fadeInDown.animated article p a {
   text-decoration: underline;
}
.wow.fadeInDown.animated article ul li a {
   text-decoration: underline;
}
article ul li {
  font-weight: 300;
}

article table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
article table>thead>tr>th, article table>tbody>tr>th, article table>tfoot>tr>th, article table>thead>tr>td, article table>tbody>tr>td, article table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}