.menuzord-brand img {
  max-height: 50px !important;
}

.menuzord.blue-ipseoul .menuzord-menu > li.active > a, 
.menuzord.blue-ipseoul .menuzord-menu > li:hover > a, 
.menuzord.blue-ipseoul .menuzord-menu ul.dropdown li:hover > a{ 
	background: #335798 !important; 
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.menuzord-brand { float: none !important; }
	.menuzord-brand img { margin-top: 20px; }
	/*.menuzord-menu.menuzord-right{ float: none; }
  .menuzord-menu ul { width: 100%; margin-left: auto !important;  margin-right: auto !important; text-align: center !important; }*/
}

@media only screen and (max-width: 900px) {
	.menuzord-brand { float: left !important; }
	.menuzord-brand img { margin-top: 5px; }
	.showhide { margin-top: 10px !important; }
}

@media only screen and (max-width: 479px) {
	.menuzord{ margin-top: 10px; }
	.menuzord-brand{ width: 80% !important; }
	/*.menuzord-brand img { max-width: 80% !important; }*/
}



.footer-schedule .opening-hours ul li{ padding: 0 0 10px !important; }

.text-theme-colored-lighter1{ color: #3F6DBE !important; }
.text-theme-colored-lighter2{ color: #648ACB !important; }
.text-theme-colored-lighter3{ color: #8AA6D7 !important; }
.text-theme-colored-lighter4{ color: #B0C2E4 !important; }

.btn-theme-colored-lighter1{ background-color: #3F6DBE !important; color: #FFF; }
.btn-theme-colored-lighter2{ background-color: #648acb !important; color: #FFF; }
.btn-theme-colored-lighter3{ background-color: #8AA6D7 !important; color: #FFF; }
.btn-theme-colored-lighter4{ background-color: #B0C2E4 !important; color: #FFF; }

.btn-theme-colored-lighter1:hover,
.btn-theme-colored-lighter2:hover,
.btn-theme-colored-lighter3:hover,
.btn-theme-colored-lighter4:hover
{ background-color: #335798 !important; color: #FFF; }


.lang a{ color: #000 !important; opacity: 0.6; }
.lang a span{ font-size: 12px; }
.lang a img{ margin-right: 3px; }
.lang a:hover { opacity: 1; }

.image-box-thum img{ width: 100% !important; }

.menuzord-brand{ width: 300px; height: 48px; }

.spacer-h50{ height: 50px; }
.spacer-h100{ height: 100px; }
.spacer-h150{ height: 150px; }

.border-theme-colored-lighter2 {
  border-color: #375ea3 !important;
}
.border-theme-colored-lighter3 {
  border-color: #3962ab !important;
}
.border-theme-colored-lighter4 {
  border-color: #3c66b3 !important;
}
.border-theme-colored-darker2 {
  border-color: #2f508d !important;
}
.border-theme-colored-darker3 {
  border-color: #2d4c85 !important;
}
.border-theme-colored-darker4 {
  border-color: #2a487d !important;
}

.border-dark{ border-color: #668ACB; background-color: #B2C4E5; }

.border-lighter{ border-color: #B2C4E5; background-color: #B2C4E5; }

.widget-servicios li a.active-link{ color: #335798 !important; font-weight: 600; }
.widget-servicios li a{ display: block; font-weight: 300; }
.widget-servicios li a:hover{ color: #335798; }

.services-img{ /* display: inline-block; */ float: left !important;  }

.opening-hours ul li { border-bottom: 1px dashed #CCC; color: #999; }
.opening-hours ul li.active{ color: #335798; font-weight: 600; }

#footer .opening-hours ul li { color: #999; }
#footer .opening-hours ul li.active{ color: #CCC; font-weight: 600; }


@media only screen and (min-width: 991px) {
	.ips-content .col-md-8{ padding-right: 80px; }
}

.ips-content ul,
.ips-content p{ font-size: 16px; }

.ips-content .list li { color: #648ACB !important; font-weight: 600 !important; }

.ips-content ul.list.angle-double-right li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 15px;
}

	/*.ips-content a{ color: #335798 !important; }
	.ips-content a:hover{ text-decoration: underline; }*/

.text-alert{ color: #A94442 !important; }
.text-condensed{ letter-spacing: -1px; }

.text-link{ color: #335798; }
.text-link:hover{ color: #335798; text-decoration: underline; }

.sitemap ul a{ color: #335798; font-size: 18px; }
.sitemap ul a:hover{ text-decoration: underline;  }

/* Customize the label (the container) */
.wrapper-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper-checkbox label{ margin-left: 0 !important; padding-left: 10px !important }

/* Hide the browser's default checkbox */
.wrapper-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.wrapper-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.wrapper-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wrapper-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wrapper-checkbox .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-author{ margin-top: 50px; }
.news-author .profile-picture{ border-radius: 50%; max-width: 115px !important; margin: 0 auto; }
.news-author h3{ margin-top: 20px; margin-bottom: 0px; }
.news-author h3 span{ color: #AAA; }
.news-author a{ color: #2196F3 !important; }
.news-author a:hover{ color: #335798 !important; }

.sidebar-more-news-thumb{
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.entry-content p a{ color: #2196F3 !important; }
.entry-content p a:hover{ color: #335798 !important; }

/* .ips-content a{ color: #2196F3 !important; }
.ips-content a:hover{ color: #335798 !important; } */


.ips-content .simple-list-ol,
.ips-content .simple-list{
  font-size: 16px;
  margin-left: 30px !important;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 300 !important;
}
.simple-list-ol strong, 
.simple-list strong { color: #648ACB !important; }

.simple-list-ol li,
.simple-list li { margin-bottom: 10px; padding-left: 10px; }

.list-decimal{ list-style-type: decimal; }
.list-disc{ list-style-type: disc; }

.core-name{ padding: 5px; background-color: #335798; color: #FFF; text-transform: uppercase; }

.name{ 
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px; 
  line-height: 1.42857143;
  color: #111111;
  margin-top: 10px;
  margin-bottom: 10px;
}
.name span{
  letter-spacing: 1px;
  color: #808080 ;
}

/* .widget a{ color: #2196F3 !important; }
.widget a:hover{ color: #335798 !important; } */

.c-w-100{
  width: 100% !important;
}

.c-time-table thead th{
  padding: 10px 0;
  text-align: center;
  background-color: #DFE6F2;
  color: #335798;
  border: 1px solid #FFF;
  font-weight: 600;
}
.c-time-table tbody td{
  background-color: #F1F4F9;
  text-align: center;
  color: #118224;
}
.c-time-table tbody th{
  padding: 10px 0;
  text-align: center;
  background-color: #DFE6F2;
  color: #335798;
  font-weight: 600;
}
.c-time-table td,
.c-time-table th{
  border: 1px solid #FFF;
}
.c-time-table .bg-open{
  background-color: #B2E5BA;
}
.c-to{ 
  display: block;
  line-height: 5px !important; 
}
.c-time-table .c-icon{
  text-align: center !important;
  font-size: 25px !important;
  background-color: #B2C4E5;
}
.c-active-cell-green{
  background-color: #66CD76 !important;
  color: #118224 !important;
}
.c-active-cell-blue{
  background-color:#B2C4E5 !important;
}
.d-none{
  display: none !important;
}
.d-inline{
  display: inline;
}
.d-inline-block{
  display: inline-block;
}

.scrollToTop{
  position: fixed;
	bottom: 110px;
  font-size: 28px;
  background-color: #335798;
  height: 50px;
  padding: 2px;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  color: #fff;
}

.c-mt-5{ margin-top:40px !important; }
.c-mb-5{ margin-bottom:40px !important; }
.c-ml-5{ margin-left:40px !important; }

.rev-title{
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.pt-2{ padding-top: 15px; }
.my-5{ margin-top: 5px; margin-bottom: 5px; }