﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}



body {
	line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

	nav ul {
		list-style: none;
	}

.action-icons[disabled] {
	opacity: 0.5;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: none;
	}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}


mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

html, body {
	height: 100%;
}

body {
	/*background: url("../images/");*/
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: 'Roboto', sans-serif;
	color: #333;
}

@media (min-width: 1367px) and (max-width: 1440px) {
	body {
		font-size: 15px;
	}
}

@media (min-width: 991px) and (max-width: 1366px) {
	body {
		font-size: 14px;
	}
}

body .round {
	border-radius: 10px 10px 0 0;
}

body .background {
	padding: 15px;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 10px;
}

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

	a:focus {
		outline: none;
	}

.clearfix {
	margin-top: 20px;
}

img {
	max-width: 100%;
	outline: none;
	border: none;
	margin-bottom: 10px;
}

.img-detail {
	width: 150px;
	height: 200px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.border {
	margin: 15px 0px;
	border-style: solid;
	border-bottom: 3px solid #cfdcd3;
}

.green-border {
	margin: 15px 0px 35px 0;
	border-style: solid;
	border-bottom: 3px solid #8db597;
}

.light-grey-border {
	margin: 15px 0px 15px 0;
	border-style: solid;
	border-bottom: 3px solid #cfdcd3;
}

.green-border1 {
	margin: 15px 0px 20px 0;
	border-style: solid;
	border-bottom: 3px solid #8db597;
}


header {
	max-height: 140px;
}

@media (max-width: 1200px) {
	header {
		background-image: none !important;
	}
}

header .header-wrapper {
	margin: 0px 170px;
	position: relative;
	padding-bottom: 25px;
}

@media (max-width: 1480px) {
	header .header-wrapper {
		margin: 0px 125px;
	}
}

@media (max-width: 1400px) {
	header .header-wrapper {
		margin: 0px 95px;
	}
}

@media (max-width: 1400px) {
	header .header-wrapper {
		margin: 0px 35px;
	}
}

@media (max-width: 990px) {
	header .header-wrapper {
		margin: 0px 15px;
		padding-bottom: 15px;
	}
}

header .header-wrapper .time-alert {
	color: #fff;
	font-size: 13px;
	margin-top: 20px;
}

@media (max-width: 990px) {
	header .header-wrapper .time-alert {
		margin-top: 15px;
		font-size: 12px;
	}

		header .header-wrapper .time-alert b {
			display: block;
			padding-bottom: 2px;
		}
}

header .header-wrapper .logo {
	margin-top: 10px;
}

	header .header-wrapper .logo a {
		display: inline-block;
	}

	header .header-wrapper .logo img {
		display: block;
		vertical-align: bottom;
	}

header .header-wrapper .language {
	position: absolute;
	right: 140px;
	top: 0px;
}

@media (max-width: 1200px) {
	header .header-wrapper .language {
		top: 15px;
		right: 0px;
	}
}

header .header-wrapper .language ul li {
	list-style: none;
	float: left;
	padding: 0 2px;
}

	header .header-wrapper .language ul li img {
		max-width: 95%;
	}

.jquery-comments ul.navigation {
	clear: both;
	color: #000000;
	border-bottom: 2px solid #CCC;
	margin-bottom: 1em;
	line-height: 2em;
	font-size: 1em;
}

.jquery-comments .no-comments {
	display: none;
	text-align: center;
	font-size: 1.5em;
	color: #000000;
}




nav {
	background: #f6911f;
	background: linear-gradient(180deg, #f6911f 0%, #fcda00 100%);
	width: 100%;
	margin-bottom: 5px;
}

@media (max-width: 990px) {
	nav {
		border-radius: 0;
		position: relative;
	}
}

nav .btn-mobile {
	display: none;
}

@media (max-width: 990px) {
	nav .btn-mobile {
		display: inline-block;
		outline: none;
		border: none;
		padding: 10px 15px;
		background: transparent;
		font-weight: 600;
	}
}

nav .btn-search {
	display: none;
}

    @media (max-width: 990px) {
        nav .btn-search {
            display: inline-block;
            outline: none;
            border: none;
            float: right;
            padding: 10px 15px;
            background: transparent;
            font-weight: 600;
        }
    }
  nav > ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 16px; }
    @media (min-width: 1200px) and (max-width: 1300px) {
      nav > ul {
        margin-left: 0; } }
    @media (max-width: 990px) {
      nav > ul {
        display: none;
        width: 100%;
        margin-left: 0; } }
    nav > ul li {
      display: inline-block;
      position: relative; }
      @media (max-width: 990px) {
        nav > ul li {
          display: block; }
          nav > ul li.has-child {
            position: relative; }
            nav > ul li.has-child a {
              color: #333 !important; }
            nav > ul li.has-child:after {
              font: normal normal normal normal 14px/1 'Material-Design-Iconic-Font';
              content: "\f278";
              position: absolute;
              right: 15px;
              top: 15px; }
          nav > ul li.active:after {
            color: #fff;
            font: normal normal normal normal 14px/1 'Material-Design-Iconic-Font';
            content: "\f273"; }
          nav > ul li.active ul a {
            color: #fff !important;
            background: #c01f2f;
            text-decoration: none; } }
      nav > ul li a {
        padding: 12px 0;
        padding-left: 10px;
        display: block;
        color: #333;
        text-transform: uppercase;
        font-weight: 600; }
        @media (max-width: 1440px) {
          nav > ul li a {
            font-size: 14px; } }
        @media (max-width: 1366px) {
          nav > ul li a {
            font-size: 13px; } }
        @media (min-width: 1200px) and (max-width: 1300px) {
          nav > ul li a {
            font-size: 12px; } }
        @media (max-width: 990px) {
          nav > ul li a {
            padding-left: 15px; } }
        nav > ul li a:after {
          content: "";
          display: inline-block;
          border-right: 1px solid #fff;
          width: 1px;
          height: 12px;
          padding-left: 10px; }
          @media (max-width: 990px) {
            nav > ul li a:after {
              display: none; } }
        nav > ul li a:hover {
          color: #fff !important;
          text-decoration: none; }
      nav > ul li ul.sub-menu {
        display: none;
        position: absolute;
        left: -5px;
        z-index: 99;
        background: #f6911f;
        opacity: 0;
        top: 60px;
        width: 180px; }
        @media (max-width: 990px) {
          nav > ul li ul.sub-menu {
            display: none;
            position: static;
            left: 0;
            top: 0;
            width: 100%;
            opacity: 1; }
            nav > ul li ul.sub-menu a {
              width: 100%;
              color: #333; }
            nav > ul li ul.sub-menu .sub-menu a:before {
              content: "-";
              margin-right: 10px; } }
        nav > ul li ul.sub-menu li {
          display: block; }
          nav > ul li ul.sub-menu li a {
            padding: 10px 15px; }
            nav > ul li ul.sub-menu li a:after {
              display: none; }
          nav > ul li ul.sub-menu li ul {
            display: none;
            top: 0;
            opacity: 1;
            background: #c01f2f;
            left: 180px; }
            nav > ul li ul.sub-menu li ul a {
              color: #fff !important; }
          @media (min-width: 991px) {
            nav > ul li ul.sub-menu li:hover {
              background: rgba(0, 0, 0, 0.05); }
              nav > ul li ul.sub-menu li:hover a {
                color: #fff !important; }
              nav > ul li ul.sub-menu li:hover a + ul {
                display: block !important; }
              nav > ul li ul.sub-menu li:hover ul a:hover {
                background: rgba(0, 0, 0, 0.05); } }
      nav > ul li:last-child a:after {
        display: none; }
  nav .opac-search.layout-2 {
    float: right;
    margin-top: 5px;
    font-size: 11px;
    margin-right: 10px;
    position: relative; }
    @media (max-width: 990px) {
      nav .opac-search.layout-2 {
        margin: 0;
        display: none;
        font-size: 14px;
        position: static; } }
    nav .opac-search.layout-2 .btn-search {
      display: none; }
      @media (max-width: 1024px) {
        nav .opac-search.layout-2 .btn-search {
          display: block;
          display: none;
          position: absolute;
          right: 15px;
          top: 6px;
          font-size: 20px; } }
  @media (max-width: 1024px) and (max-width: 990px) {
    nav .opac-search.layout-2 .btn-search {
      top: 10px; } }
      @media (min-width: 991px) and (max-width: 1024px) {
        nav .opac-search.layout-2 .btn-search {
          position: relative; } }
    @media (min-width: 991px) and (max-width: 1024px) {
      nav .opac-search.layout-2 .form {
        position: absolute;
        right: -24px;
        top: 18px;
        z-index: 2;
        width: 650px;
        padding: 8px;
        background: #fcda00;
        border-radius: 0 0 5px 5px; } }
    @media (max-width: 1024px) {
      nav .opac-search.layout-2 .form {
        margin: 15px; } }
    nav .opac-search.layout-2 .form label {
      position: relative;}
      @media (max-width: 990px) {
        nav .opac-search.layout-2 .form label {
          width: 100%;
          top: 0;
          margin-bottom: 10px; } }
    nav .opac-search.layout-2 .form select {
      padding: 6px 8px;
      border: none;
      border-radius: 3px; }
      @media (max-width: 990px) {
        nav .opac-search.layout-2 .form select {
          padding: 11px 8px;
          margin-bottom: 5px;
          width: 100%; } }
    nav .opac-search.layout-2 .form input {
      border: none;
      padding: 7px 8px;
      border-radius: 3px;
      outline: none;
      width: 130px;
      margin-right: 5px; }
      @media (max-width: 1440px) {
        nav .opac-search.layout-2 .form input {
          width: 150px; } }
      @media (min-width: 1200px) and (max-width: 1300px) {
        nav .opac-search.layout-2 .form input {
          width: 120px; } }
      nav .opac-search.layout-2 .form input::placeholder {
        color: #ccc; }
      @media (max-width: 990px) {
        nav .opac-search.layout-2 .form input {
          width: 100%;
          margin-right: 0;
          margin-bottom: 5px;
          padding: 12px 15px; } }
    nav .opac-search.layout-2 .form button {
      background: #c01f2f;
      color: #fff;
      text-transform: uppercase;
      outline: none;
      border: none;
      padding: 8px 8px;
      border-radius: 3px;
      margin-right: 5px;
      font-weight: 600;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      nav .opac-search.layout-2 .form button:hover {
        background: #de2433; }
      @media (max-width: 990px) {
        nav .opac-search.layout-2 .form button {
          padding: 14px 15px;
          width: 100%;
          margin-right: 0;
          margin-bottom: 5px; } }


.errors {
	background: red;
	font-size: 12px;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
	margin: 8px 0;
	display: flex;
}

@media (max-width: 990px) {
	.errors {
		margin: 10px 15px;
	}
}

aside {
	min-height: 570px;
	border-left: 1px solid #d6d6d8;
	padding-left: 30px !important;
}

@media (max-width: 990px) {
	aside {
		border-left: 0;
		height: 100%;
	}
}

aside .widget {
	margin-bottom: 40px;
}

	aside .widget h4 {
		font-size: 12px;
		font-weight: normal;
		color: #777;
		padding: 6px 15px;
		background: #fff;
		border: 1px solid #ddd;
		position: relative;
		left: -15px;
		line-height: 16px;
		display: flex;
		cursor: pointer;
	}

@media (max-width: 990px) {
	aside .widget h4 {
		font-size: 14px;
	}
}

aside .widget h4:before {
	flex: 10px;
	display: inline-grid;
	font: normal normal normal normal 12px/1 'Material-Design-Iconic-Font';
	content: "\f278";
	padding-right: 8px;
	color: #333;
	margin-top: 2px;
}

aside .widget h4 span {
	flex: calc(100% - 10px);
}

aside .widget div.active h4:before {
	font: normal normal normal normal 12px/1 'Material-Design-Iconic-Font';
	content: "\f273";
}

aside .widget ul li {
	margin-left: 16px;
	line-height: 16px;
	font-size: 12px;
}

@media (max-width: 990px) {
	aside .widget ul li {
		font-size: 14px;
		line-height: 20px;
	}
}

aside .widget ul li a {
	/*color: #333;*/
}

footer {
	background: #000 url("../images/stripe.png") repeat;
	font-size: .8em;
	line-height: 16px;
	padding: 35px;
	color: #fff;
}

@media (max-width: 990px) {
	footer {
		text-align: left;
		line-height: 20px;
		padding: 20px;
	}
}

footer a, footer a:hover {
	color: #fff;
}

footer .copyright {
	margin-top: 8px;
	margin-bottom: 12px;
}

footer .copyright, footer .link {
	color: #999;
}

@media (max-width: 990px) {
	footer .copyright, footer .link {
		margin-bottom: 20px;
	}
}

footer .note {
	font-size: .9em;
}

@media (max-width: 990px) {
	footer .note {
		text-align: left !important;
		margin-bottom: 20px;
	}
}

footer ul.social-media {
	margin-top: 5px;
}

	footer ul.social-media li {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		margin-right: 8px;
	}

		footer ul.social-media li:last-child {
			margin-right: 0;
		}

		footer ul.social-media li a {
			border-radius: 50%;
			width: 32px;
			height: 32px;
			display: block;
			line-height: 32px;
			text-align: center;
			background: #fff;
			box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.8);
		}

			footer ul.social-media li a i {
				line-height: 32px;
				font-size: 20px;
				color: #181049;
			}

select.form-control,
input.form-control {
	height: 45px;
	padding: 0;
	border: 1px solid #e1e1e1;
	background: #ebebeb;
	box-shadow: none;
}

input.form-control {
	padding-left: 10px;
}

.footer-distributed {
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 14px sans-serif;
	padding: 20px 50px;
}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right {
		display: inline-block;
		vertical-align: top;
	}

	/* Footer left */
	.footer-distributed .footer-left {
		width: 30%;
	}

	/* The company logo */
	.footer-distributed h3 {
		color: #ffffff;
		font: normal 18px Arial, Calibri, 'Cookie', cursive;
		margin: 0;
	}

		.footer-distributed h3 span {
			color: #5383d3;
		}

	/* Footer links */
	.footer-distributed .footer-links {
		color: #ffffff;
		margin: 20px 0 12px;
		padding: 0;
	}

		.footer-distributed .footer-links a {
			display: inline-block;
			line-height: 1.8;
			text-decoration: none;
			color: inherit;
		}

	.footer-distributed .footer-company-name {
		color: #8f9296;
		font-size: 14px;
		font-weight: normal;
		margin: 0;
	}

	/* Footer Center */
	.footer-distributed .footer-center {
		width: 40%;
		text-align: center;
	}

		.footer-distributed .footer-center i {
			background-color: #33383b;
			color: #ffffff;
			font-size: 25px;
			width: 38px;
			height: 38px;
			border-radius: 50%;
			text-align: center;
			line-height: 42px;
			margin: 10px 15px;
			vertical-align: middle;
		}

			.footer-distributed .footer-center i.fa-envelope {
				font-size: 17px;
				line-height: 38px;
			}

		.footer-distributed .footer-center p {
			display: inline-block;
			color: #ffffff;
			vertical-align: middle;
			margin: 0;
			font-weight: normal;
		}

			.footer-distributed .footer-center p span {
				display: block;
				font-weight: normal;
				font-size: 14px;
				line-height: 2;
			}

			.footer-distributed .footer-center p a {
				color: #5383d3;
				text-decoration: none;
			}


	/* Footer Right */
	.footer-distributed .footer-right {
		float: right;
	}

	.footer-distributed .footer-company-about {
		line-height: 20px;
		color: #92999f;
		font-size: 11px;
		font-weight: normal;
		margin: 0;
	}

		.footer-distributed .footer-company-about span {
			display: block;
			text-align: center;
			color: #ffffff;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 20px;
		}

	.footer-distributed .footer-icons {
		margin-top: 25px;
	}

		.footer-distributed .footer-icons a {
			display: inline-block;
			width: 35px;
			height: 35px;
			cursor: pointer;
			background-color: #33383b;
			border-radius: 2px;
			font-size: 20px;
			color: #ffffff;
			text-align: center;
			line-height: 35px;
			margin-right: 3px;
			margin-bottom: 5px;
		}


/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {

	.footer-distributed {
		font: bold 14px sans-serif;
	}

		.footer-distributed .footer-left,
		.footer-distributed .footer-center,
		.footer-distributed .footer-right {
			display: block;
			width: 100%;
			margin-bottom: 40px;
			text-align: center;
		}

			.footer-distributed .footer-center i {
				margin-left: 0;
			}
}


@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 1300px) {
	.container {
		width: 1286px;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 1360px;
	}
}

@media (min-width: 1480px) {
	.container {
		width: 1450px;
	}
}

.modal {
	text-align: left;
	font-size: 14px;
}

	.modal .form-control {
		padding: 6px 15px;
	}

	.modal .modal-dialog .modal-content {
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
	}

		.modal .modal-dialog .modal-content .modal-header {
			background: #1f295e;
			color: white;
			border-radius: 6px 6px 0 0;
			padding: 8px 15px;
			text-transform: uppercase;
		}

			.modal .modal-dialog .modal-content .modal-header button {
				height: inherit !important;
				line-height: inherit !important;
				min-width: inherit !important;
				color: #fff;
				opacity: 1;
			}

				.modal .modal-dialog .modal-content .modal-header button:hover {
					background: transparent !important;
				}

		.modal .modal-dialog .modal-content .modal-body {
			padding: 15px 20px;
		}

			.modal .modal-dialog .modal-content .modal-body button {
				height: inherit !important;
				line-height: inherit !important;
			}

				.modal .modal-dialog .modal-content .modal-body button:hover {
					background: transparent !important;
				}

				.modal .modal-dialog .modal-content .modal-body button.dropdown-toggle {
					position: relative;
					top: -7px;
					left: -15px;
					background: transparent;
				}

			.modal .modal-dialog .modal-content .modal-body input[type=checkbox] {
				margin-top: 0;
			}

			.modal .modal-dialog .modal-content .modal-body label {
				font-weight: 700;
				padding-bottom: 10px;
			}

			.modal .modal-dialog .modal-content .modal-body .mg-bt-10 {
				margin-bottom: 10px;
			}

			.modal .modal-dialog .modal-content .modal-body .bootstrap-select {
				height: 35px;
			}

				.modal .modal-dialog .modal-content .modal-body .bootstrap-select select {
					position: absolute;
					left: 0;
					top: 0;
				}

			.modal .modal-dialog .modal-content .modal-body .checkbox label {
				font-weight: normal;
			}

		.modal .modal-dialog .modal-content .modal-footer {
			text-align: left !important;
			background: #f7f7f7;
			border-radius: 0 0 6px 6px;
		}

			.modal .modal-dialog .modal-content .modal-footer button {
				background: #c01f2f;
				color: #fff;
				border: none;
				text-transform: uppercase;
				font-weight: 600;
			}

button.slick-prev {
	left: 25px;
}

	button.slick-prev:before {
		font: normal normal normal normal 14px/1 'Material-Design-Iconic-Font';
		content: "\f2fa";
	}

button.slick-next {
	right: 25px;
}

	button.slick-next:before {
		font: normal normal normal normal 14px/1 'Material-Design-Iconic-Font';
		content: "\f2fb";
	}

button.slick-prev, button.slick-next {
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 50%;
	line-height: 32px;
	width: 32px;
	height: 32px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

	button.slick-prev:hover, button.slick-next:hover {
		background: rgba(0, 0, 0, 0.8);
	}

	button.slick-prev:before, button.slick-next:before {
		display: block;
		margin-top: 4px;
		font-size: 25px;
		color: #fff;
	}

ul.slick-dots {
	bottom: 8px;
}

@media (max-width: 990px) {
	ul.slick-dots {
		bottom: -3px;
	}
}

ul.slick-dots li {
	margin: 0;
	width: 14px;
}

	ul.slick-dots li button:before {
		font-size: 8px;
	}

.main-slider {
	clear: both;
	margin-bottom: 10px !important;
}

	.main-slider img {
		max-width: 100%;
	}

.col-md-6, .col-12 {
	position: relative;
}

	.col-md-6:first-child {
/*		padding-right: 8px;
*/	}

@media (max-width: 990px) {
	.col-md-6:first-child {
		padding-right: 16px;
	}
}

.col-md-6:last-child {
/*	padding-left: 8px;
*/}

@media (max-width: 990px) {
	.col-md-6:last-child {
		padding-left: 16px;
	}
}

.slide-3-col, .slide-6-col {
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 16px 8px 40px 8px;
}

	.slide-3-col a, .slide-6-col a {
		margin: 0 8px;
		display: block;
		color: #333;
		text-decoration: none;
		position: relative;
		overflow: hidden;
	}

		.slide-3-col a .image, .slide-6-col a .image {
			position: relative;
			overflow: hidden;
			border-radius: 5px;
			height: 200px;
		}

@media (max-width: 1440px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 150px;
	}
}

@media (max-width: 1366px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 155px;
	}
}

@media (max-width: 990px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 190px;
	}
}

@media (max-width: 768px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 230px;
	}
}

@media (max-width: 550px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 220px;
	}
}

@media (max-width: 414px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 235px;
	}
}

@media (max-width: 375px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 205px;
	}
}

@media (max-width: 320px) {
	.slide-3-col a .image, .slide-6-col a .image {
		height: 170px;
	}
}

.slide-3-col a .image img, .slide-6-col a .image img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

	.slide-3-col a .image img:hover, .slide-6-col a .image img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

.slide-3-col a .title, .slide-3-col a .author, .slide-6-col a .title, .slide-6-col a .author {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 16px;
	padding: 0 5px;
	font-size: .8em;
	text-align: center;
}

.slide-3-col a .title, .slide-6-col a .title {
	margin-top: 8px;
	font-weight: 600;
}

.slide-3-col ul.slick-dots, .slide-6-col ul.slick-dots {
	bottom: 8px;
}



.subpage .heading-title h1 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #004990;
	padding: 40px 0;
}

.subpage .content-wrapper h1,
.subpage .content-wrapper h2,
.subpage .content-wrapper h3 {
	font-weight: 600;
	margin-bottom: 15px;
	color: #004990;
}

.subpage .widgets .widget ul {
	margin-bottom: 20px;
	display: block;
	padding: 15px;
	/*background: #004990;*/
	border-radius: 5px;
}

.widgets {
    display: block;
}

@media (max-width: 768px) {
    .featureds-box {
        display: none; /* Hide on pc */
    }
    .widgets {
        display: none; 
    }
}

@media (min-width: 769px) {
    .featureds-box {
        display: block; /* Hide on mobile */
    }
    .widgets {
        display: block; 
    }
}

.register-form {
	padding: 40px 60px;
	padding-bottom: 20px;
	margin: 0 !important;
	background: #C0C0C0;
	border-radius: 15px;
	position: relative;
	box-shadow: 5px 5px 8px 5px #888888;
}

.home-opac {
	padding-bottom: 20px;
	background: rgba(255,255,255, 0.9);
	position: relative;
}

.home-book-listing {
	padding: 40px 60px;
	padding-bottom: 20px;
	margin: 0 !important;
	background: rgba(0, 0, 0, 0.05);
	position: relative;
}

@media (max-width: 990px) {
	.home-book-listing {
		padding: 30px;
	}
}

.home-book-listing:after {
	content: "";
	display: block;
	width: 100%;
	height: 110px;
	background: black;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 990px) {
	.home-book-listing:after {
		display: none;
	}
}

.home-book-listing .content {
	padding-right: 30px;
}

@media (max-width: 990px) {
	.home-book-listing .content {
		padding: 0;
	}
}

.home-book-listing .content h2 {
	display: inline-block;
}

	.home-book-listing .content h2 div {
		content: "";
		height: 1px;
		display: block;
		background: #fff;
		width: 40%;
		position: absolute;
		top: 8px;
		right: 0;
	}

.home-book-listing .content .col-md-6 h2 {
	padding-left: 16px;
}

.home-book-listing .content .col-md-6:first-child h2 div {
	right: 8px;
}

@media (max-width: 990px) {
	.home-book-listing .content .col-md-6:first-child h2 div {
		right: 16px;
	}
}

.home-book-listing .content .col-md-6:last-child h2 div {
	right: 15px;
}

@media (max-width: 990px) {
	.home-book-listing .content .col-md-6:last-child h2 div {
		right: 16px;
	}
}

.home-book-listing .content .col-12 h2 {
	padding-left: 16px;
}

span.visitors img, span.views img, span.downloads img {
	vertical-align: text-top;
	padding: 0 6px;
}

span.visitors, span.downloads, span.views {
	font-weight: bold;
}

.metadata-related-item {
	margin-left: 0;
	padding-bottom: 0;
	margin-top: 20px;
	font-size: 20px;
}

.metadata-showing-item {
	margin-left: 0;
	padding-bottom: 20px;
	margin-top: 20px;
}
