<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Lato', sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

body {
    background: #F6F6F6;
    -webkit-text-size-adjust: none;
}

.clear:before, .clear:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 15px;
}

textarea {
    overflow: auto;
}

.ie6 legend, .ie7 legend {
    margin-left: -7px;
}

input[type="radio"], input.radio {
    vertical-align: text-bottom;
}

input[type="checkbox"], input.checkbox, .checkboxes input {
    vertical-align: bottom;
}

.ie7 input[type="checkbox"], .ie7 input.checkbox, .ie7 .checkboxes input {
    vertical-align: baseline;
}

.ie6 input {
    vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button, .btn {
    cursor: pointer;
}

button, input, select, textarea {
    margin: 0;
}

/* .checkbox, .radio {float:left; width:13px; height:13px; margin-right:6px; padding:0;} */

button {
    width: auto;
    overflow: visible;
}

.ie7 img {
    -ms-interpolation-mode: bicubic;
}

.ir {
    display: block;
    text-indent: -999em;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

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;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

a, a:hover, a:active, a:focus {
    outline: none !important;
    text-decoration: none !important;
}

.content ul, .content ol {
    margin-left: 2em;
}

ol {
    list-style-type: decimal;
}

ul li {
    list-style-type: none;
}

nav ul, nav li {
    margin: 0;
    list-style: none;
    list-style-image: none;
}

strong, b, th {
    font-weight: bold;
}

.navbar-nav&gt;li {
	max-width:150px;
}

.navbar-brand img {
    width: 95px;
}

.navbar-brand {
    position: absolute;
    /*top: 10px;*/
	top: 45px;
    z-index: 2;
    left: calc(50% - 47px);
}

.pre-header {
    background: #177980;
    height: 35px;

}

.pre-header-inside {
    width: calc(100% - 130px);
    margin-left: 65px;
}

.container-header {
    max-width: calc(100% - 130px);
    margin: auto;
}

.green-box {
    width: 100%;
    background: #178E96;
    height: 350px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.modal.in#homeModal .modal-dialog {
	z-index:9999;
}

#homeModal{
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    z-index: 9999999999;
}
#homeModal img{
    max-width: 100%;
    margin-bottom: 30px;
}
.modal.in#homeModal .modal-dialog {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 850px;
    margin: 0;
    max-width: 90%;
}
#homeModal .modal-header {
    border:none;

}
#homeModal .close {

    font-size: 44px;
    font-weight: 400;



    filter: alpha(opacity=70);
    opacity: .7;
}
#homeModal .modal-title{
    font-weight: 900;
    color: #1f797f;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* width: 90%; */
	font-size: 30px;
    margin-top: 25px;
}
#homeModal .modal-body{
    padding: 15px 50px;
    letter-spacing: 0.6px;
    font-weight: 400;
}
#homeModal .modal-body p{
	font-size:20px;
}
#homeModal .modal-footer{
    font-weight: 900;
    padding: 5px 50px 50px 50px;
    border:0;
    text-align: center;
}
#homeModal .modal-footer a{
    color:#000;
    letter-spacing: 1px;
    text-decoration: underline!important;
}



.navbar {
    height: 75px;
    margin: 0;
    position: relative;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #F6F6F6;
    margin-top: 15px;

    height: 60px;
    letter-spacing: 0.54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	.navbar-default .navbar-nav &gt; li &gt; a {
		font-size: 11px;
	}
}

.nav &gt; li &gt; a{
	padding: 10px 10px;
}

#SearchForm_SearchForm {
    float: left;
}

#SearchForm_SearchForm_Search_Holder {
    display: inline-block;
}

#SearchForm_SearchForm_Search::-webkit-input-placeholder {
    color: #ccc;
}

#SearchForm_SearchForm_Search {
    border: none;
    outline: none;
    background: none;
    border-bottom: 1px solid #ccc;
    width: 120px;
    height: 27px;
    font-size: 13px;
    color: rgba(246, 246, 246, 0.80);
    letter-spacing: 0.74px;
    border-radius: 0;
    margin: 0;
    z-index: 10;
    padding: 10px 15px 10px 0;
    font-family: inherit;
    color: #ccc;
}

.search-wrap {
    position: relative;
}

.icon-search, #SearchForm_SearchForm_action_results {
    width: 13px;
    top: 7px;
    /* margin-left: -29px; */
    /* height: 36px; */
    padding: 0;
    position: absolute;
    left: 180px;
    float: left;
    margin: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

#SearchForm_SearchForm_action_results {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: 100;
}

.admin-link {
    font-size: 13px;
    color: #F6F6F6;
    letter-spacing: 0.56px;
    line-height: 18px;

}

.admin-link:hover, .admin-link:focus {
    color: #F6F6F6;
}

.admin-wrap {
    margin-top: 5px;
    margin-left: 100px;
    float: left;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:focus, .navbar-default .navbar-nav &gt; .open &gt; a:hover {
    color: #178E96;
    background-color: #fff;
}

.navbar-nav &gt; li &gt; .dropdown-menu {
    min-width: 100px;
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 0;
}

.dropdown-menu li a {
    font-size: 10px;
    color: #4A4A4A;
    letter-spacing: 0.42px;
    font-weight: 700;
    padding: 6px 20px;
    text-transform: uppercase;
}

.dropdown-menu li a:hover {
    background: rgba(23, 142, 150, 0.20);
}

.navbar-default .navbar-nav &gt; li &gt; a:focus, .navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: #178E96;
    background-color: #fff;
}

/*-------------footer------------------*/
.facebook-header {
    float: left;
    margin-top: 5px;
    margin-right: 40px;
}

.facebook-header a {
    color: #fff;
}

.facebook-header i {
    margin-right: 10px;
}

.footer-logo {
    width: 100%;
    max-width: 170px;
}

footer {
    width: 100%;
    background: #178E96;
    padding-top: 30px;
}

footer h4 {
    font-size: 15px;
    color: #F6F6F6;
    letter-spacing: 1px;
    line-height: 21px;
    font-weight: 800;
    margin-bottom: 15px;
}

footer .footer-txt {
    font-size: 12px;
    color: #F6F6F6;
    letter-spacing: 0.56px;
    line-height: 18px;
}

.social-wrap img {

    padding-right: 30px;
    margin-top: 10px;
}

.copyright {
    margin-top: 20px;
    text-align: center;
    color: #F6F6F6;
    margin-bottom: 10px;
}

.copyright a {
    font-size: 10px;
    padding: 5px;
    color: #F6F6F6;
    font-style: italic;
    letter-spacing: 0.4px;
}

/*-----------------home---------------------*/
.top-slider {
    width: calc(100% - 130px);
    margin-left: 65px;
    min-height: 180px;
}

.top-slider-img {
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    height: 480px;
}

.top-slider .caption {
    font-size: 39px;
    color: #4A4A4A;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 4px;
    background: rgba(252, 226, 199, 0.80);
    padding: 10px;
    position: absolute;
    bottom: 40px;
    left: 90px;
}

.slick-initialized .slick-slide {
    position: relative;
}

img.arrow-left {
    position: absolute;
    z-index: 1;
    left: 10px;
    cursor: pointer;
    top: calc(50% - 16px);
}

img.arrow-right {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    right: 10px;
    top: calc(50% - 16px);
}

#home-boxes {
    margin-top: 110px;
    /*margin-bottom: 160px;*/
    margin-bottom: 50px;

}

.home-box {
    min-height: 331px;
    background: #EAEAE7;
    padding: 30px 15px;
}

.home-box h3 {
    margin-bottom: 15px;
    font-size: 19px;
    color: #4A4A4A;
    letter-spacing: 0.83px;
    line-height: 24px;
    font-weight: 800;
}

.home-box .content {
    font-size: 15px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    line-height: 18px;
}

.home-box hr {
    background: #178E96;
    margin-top: 30px;
    margin-bottom: 30px;
}

.left {
    margin: 10px;
    float: left;
}

.home-box-link {
    font-size: 16px;
    color: #178E96;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 0.69px;
}

.home-box-link:hover {
    color: #178E96;
}

.orange-box {
    background: #FCE2C7;
    height: 461px;
    padding: 35px;
    width: 100%;
    top: -130px;
    position: absolute;
    -webkit-box-shadow: 3px 4px 8px -4px rgba(102, 102, 102, 1);
    -moz-box-shadow: 3px 4px 8px -4px rgba(102, 102, 102, 1);
    box-shadow: 3px 4px 8px -4px rgba(102, 102, 102, 1);
}

.orange-box .title {
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 1px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 25px;
}

.orange-box .content {
    font-size: 15px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    line-height: 18px;
}

.orange-box .green-title {
    font-size: 14px;
    color: #178E96;
    font-weight: 700;
    letter-spacing: 0.58px;
    padding: 15px 0;
}

.top20 {
    margin-top: 20px;
}

.orange-box .contact-line a {
    font-size: 14px;
    color: #4A4A4A;
    vertical-align: bottom;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.4px;
}

.orange-box .contact-line .icon-wrap {
    width: 60px;
    text-align: center;
    display: inline-block;
}

.delimit {
    position: relative;
    text-align: center;
    margin: 100px 0;
}

.delimit h3 {
    font-size: 28px;
    color: #4A4A4A;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    line-height: 0.1em;
    margin: 10px 0 20px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 1.6px;
}

.delimit h3 span {
    background: #F6F6F6;
}

.delimit img {
    top: -50px;
    position: absolute;
    left: calc(50% - 50px);
}

#news {
    margin-top: 60px;
}

.news-box {

}

.NewsHolder #news {
    padding-bottom: 110px;
}

.news-content {
    /*height: 160px;*/
	height: 200px;
    background: #EAEAE7;
    border-radius: 0px 0px 4px 4px;
    position: relative;
    z-index: 5;
    padding: 5px 15px;
}

#news-search {
    background: #FCE2C7;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 35px 70px;
    overflow: hidden;
}

.form-news-search input[type="text"], .form-news-search select, .form-news-search input[type="date"] {

    width: 100%;
    height: 32px;
    font-size: 13px;
    color: #4A4A4A;
    background: #F6F6F6;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    letter-spacing: 0.56px;
    line-height: 18px;
    border: 0;
    padding: 7px;
}

.form-news-search label {
    display: block;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 1px;
    line-height: 21px;
    margin-bottom: 8px;
    font-weight: 700;
}

.datepicker .day {
    cursor: pointer;
}

.form-news-search .form-group {
    display: inline-block;
    width: 20%;
    float: left;
    margin-right: 30px;
}

.AlboPage .form-news-search .form-group {
    width: 17%;
}

.AlboPage .panel-title {
    position: relative;
}
.AlboPage .grouplink-albo-doc:first-child{
    margin-top: 10px;
}
.AlboPage .grouplink-albo-doc{
    width: 100%;
    background-color: rgba(234, 234, 231, 0.75);
    padding: 20px 15px;
    /* margin-bottom: 3px; */
    display: block;

}
.AlboPage .grouplink-albo-doc.grouplink-even{
    background-color: #fff;
}
.AlboPage #documents .panel-arrow {
    position: absolute;
    right: -35px;
    top: calc(50% - 15px);
}

.DocumentPage #documents .panel-arrow {
    margin-right: -10px;
}

.AlboPage #documents table .td-icon img {

    padding-left: 40px;
}

.form-news-search input[type="submit"] {
    float: right;
    width: 14%;
    margin-top: 30px;
    background: #178E96;
    border-radius: 2px;
    font-size: 13px;
    color: #F6F6F6;
    letter-spacing: 0.56px;
    line-height: 18px;
    font-weight: 700;
    border: 0;
    height: 32px;
}

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

.pagination a {
    padding: 2px 6px;
    background: rgba(204, 204, 204, 0.4);
}

.pagination .pag-active {
    padding: 2px 6px;
    background: rgba(204, 204, 204, 1);
    display: inline-block;
}

.pagination a.prev {
    margin: 3px;
}

.news-content .category {
    font-size: 12px;
    color: #178E96;
    letter-spacing: 0.45px;
    margin-bottom: 10px;

}
.news-content h4 {
    font-size: 15px;
    color: #4A4A4A;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 16px;
}
#sotto-box .news-box .news-content h4 {
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8rem;
	padding-top: 10px;
}
#sotto-box .col-sm-4 {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
	#sotto-box .news-box .news-content h4 {
		font-size:15px;
	}
	#homeModal .modal-body p {
		font-size: 15px;
		line-height: 25px;
	}
	#homeModal .modal-title {
		font-size:25px;
	}
	#homeModal .modal-body {
		padding: 10px 35px;
	}
}
.news-content .see-more {
    font-size: 16px;
    color: #178E96;
    letter-spacing: 0.69px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    font-family: 'Fira Sans', sans-serif;
}

.news-content .see-more img {
    margin-left: 5px;
}

.news-box .date {
    position: absolute;
    left: 15px;
    bottom: 7px;
    font-size: 10px;
    color: #F6F6F6;
    letter-spacing: 0.4px;
}

.news-thumbnail {
    width: 100%;
    height: 180px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;;
}

.news-thumbnail .overlay {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.40) 82%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.share-button {
    background: rgba(23, 142, 150, 0.92);
    color: #fff;
    font-size: 12px;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    bottom: -36px;
    width: 100%;
    text-transform: uppercase;
    z-index: 1;
    -webkit-transition: bottom .5s ease;
    transition: bottom .5s ease;
}

.share-button label.fa span {
    font-size: 12px;
    color: #F6F6F6;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    margin-left: 6px;
}

.share-button label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    border-radius: 5px;
    background: transparent;
    color: #fff;
    padding: 0 !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.news-box:hover .share-button {
    bottom: 0;
}

.dynamic-box:hover .share-button {
    bottom: 0;
}

.share-button .social.active {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-90px);
    -ms-transform: scale(1) translateY(-90px);
    transform: scale(1) translateY(-90px);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: -58px !important;
}

.share-button ul {
    background: #16868E !important;
}

.share-button ul:after {
    border-top: 20px solid #16868E !important;
}

#custom {
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

#partnership {
    margin-top: 20px;
    margin-bottom: 110px;
    overflow: hidden;
}

.logo-item {
    height: 130px;
    padding: 20px;
    background-color: #EAEAE7;
    width: 25%;
    position: relative;
    background-origin: content-box !important;
    float: left;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    border: 1px solid #D5D5D5;
}

.logo-item:hover .logo-overlay {
    opacity: 1;
}

.logo-overlay {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-image: url("../images/img-hover_in_partnership.png");
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.logo-overlay span {
    font-size: 16px;
    color: #F6F6F6;
    margin-top: 80px;
    display: block;
    letter-spacing: 0.91px;
    font-weight: 700;
}

.post-info {
    font-size: 16px;
    color: #2C3E50;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.post-info h2 {
    font-size: 35px;
    color: #2C3E50;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 2px;
    line-height: 35px;
    margin-top: 50px;
}

.post-info .date {
    font-size: 16px;
    color: #178E96;
    letter-spacing: 0.48px;
    font-weight: 700;
    margin-top: 10px;
}

.post-info .category {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
    color: #178E96;
    letter-spacing: 0.48px;
    margin-bottom: 80px;
    display: inline-block;
}

.top-banner {
    width: calc(100% - 130px);
    margin-left: 65px;
}

.top-banner img {
    width: 100%;
}

.breadcrumb {
    background: #F2F2F2;
    height: 40px;
    padding-left: 90px;
}

#banner .breadcrumb {
    width: calc(100% - 130px);
    margin-left: 65px;
}

.post {
    padding-bottom: 110px;
}

.breadcrumb &gt; li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: url(../images/ic-arrow_primary.png);
}

.breadcrumb li {

    font-size: 16px;
    color: rgba(74, 74, 74, 0.90);
    letter-spacing: 1px;
    line-height: 21px;
}

.breadcrumb &gt; .active {
    color: #000;
    font-weight: 700;
}

.breadcrumb li a {
    font-weight: 400;
    color: rgba(74, 74, 74, 0.90);

}

.NewsHolder .news-box {
    margin-bottom: 30px;
}
.top-space{
    display: block;
    width: 100%;
    height: 180px;
}
#free-news {
    margin-bottom: 70px;
}

.dynamic-box {
    margin-bottom: 25px;
}

.dynamic-content {
    height: 160px;
    background: #EAEAE7;
    border-radius: 0 0 4px 4px;
    position: relative;
    z-index: 5;
    padding: 5px 15px;
}

.dynamic-content .category {
    font-size: 12px;
    color: #178E96;
    letter-spacing: 0.45px;
    margin-bottom: 10px;
}

.dynamic-content .title {
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 21px;
}

.dynamic-content .see-more {
    font-size: 16px;
    color: #178E96;
    letter-spacing: 0.69px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    font-family: 'Fira Sans', sans-serif;
}

.dynamic-content .see-more img {
    margin-left: 5px;
}

.dynamic-thumbnail {
    width: 100%;
    height: 180px;
    position: relative;
    background-size: cover !important;
    background-position: center !important;;
}

.dynamic-thumbnail .overlay {
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.40) 82%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.dynamic-double-box-wrap .dynamic-thumbnail {
    height: 200px;
}

.dynamic-double-box-wrap .dynamic-content {
    height: 140px;
}

.searchResults {
    padding: 250px 20px 100px 20px;
}

#SearchResults {
    font-size: 16px;
    color: #4A4A4A;
}

#SearchResults h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#SearchResults h4 a {

    font-size: 18px;
    color: #178E96;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 21px;
}

#SearchResults .readMoreLink {
    font-size: 15px;
    margin-top: 10px;
    display: block;
    color: #178E96;
    font-weight: 700;
}

#story .content {
    font-size: 15px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    line-height: 18px;
}

#counter .content {
    font-size: 15px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    line-height: 18px;
}

#counter h4 {
    font-size: 20px;
    color: #4A4A4A;
    letter-spacing: 1.25px;
    font-weight: 700;
}

.counter-box {
    margin: 0 12px 24px 12px;
    text-align: center;
    padding: 40px 20px;
    width: calc(33.33% - 24px);
    float: left;
    height: 155px;
    background: rgba(252, 226, 199, 0.15);
    border: 4px solid #FCE2C7;
    border-radius: 2px;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.counter-box:hover {
    background: #FCE2C7;
}

.counter-box .number {
    font-size: 31px;
    color: #178E96;
    font-weight: 800;
    letter-spacing: 0.78px;
}

.counter-box span {
    font-size: 13px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    line-height: 15px;
}

#organization {
    margin-bottom: 170px;
}

.member-image {
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    height: 180px;
    position: relative;
    border-radius: 4px 4px 0 0;
}

.member-box {
    float: left;
    width: 20%;
    display: inline-block;
    padding: 0 15px;
    min-height: 270px;
}

.member-title {
    font-size: 10px;
    color: #F6F6F6;
    letter-spacing: 0.62px;
    font-style: italic;
    position: absolute;
    left: 8px;
    bottom: 5px;
}

.member-job {

    font-size: 13px;
    color: #178E96;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-weight: 700;
}

.member-name {
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0.69px;
    line-height: 18px;
    font-weight: 700;
}

.members-tab .tab-pane {
    background: #EAEAE7;
}

.members-tab .tab-pane.active {
    background: #EAEAE7;
    padding: 70px 55px;
    overflow: hidden;
}

.members-nav-tab li.active {
    background: #EAEAE7;
}

.members-nav-tab li a {
    height: 64px;
    width: 100%;
    background: #178E96;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.members-nav-tab li {
    padding: 40px;
    display: table-cell;
    text-align: center;
    float: none;
}

.members-nav-tab {
    text-align: center;
    display: table;
    width: 100%;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.members-nav-tab.nav-tabs &gt; li &gt; a {
    border: none;
}

.members-nav-tab.nav &gt; li &gt; a:focus, .members-nav-tab.nav &gt; li &gt; a:hover {
    border: none;
    background-color: #178e96;
}

.members-nav-tab.nav-tabs &gt; li.active &gt; a, .members-nav-tab.nav-tabs &gt; li.active &gt; a:focus, .members-nav-tab.nav-tabs &gt; li.active &gt; a:hover {
    color: #fff;
    cursor: default;
    background-color: #178e96;
    border: none;
}

.m-wrap {
    border: 1px solid rgba(179, 179, 179, 0.80);
    border-radius: 0 0 4px 4px;
    padding: 6px 8px;
}
.documents-panel &gt; .panel-heading {
    background: #EAEAE7;
    border-radius: 2px;
    min-height: 120px;
    height:auto;
    padding: 0;
    position: relative;
}

.panel-icon {
    position: absolute;
    background: #178E96;
    width: 120px;
    height: 100%;
    display: inline-block;
}

.panel-title {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-left: 110px;
    display: inline-block;
    font-size: 28px;
    height:100%;
    color: #4A4A4A;
    letter-spacing: 2px;
    padding-left: 45px;
    font-weight: 700;
    width: calc(100% - 165px);
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
}

.LandPage .panel-title {
    position: relative;
}

.LandPage .panel-arrow {
    float: right;
    /* text-align: right; */
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    right: -20px;
    top: 55px;
}

.panel-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

th.col-sm-2 {
    width: 16.66666667% !important;
}

.documents-panel {
    border: 0;
}

.mobile-table {
    display: none;
}

.doc-table tbody, .doc-table tr, .doc-table thead {
    display: block;
    overflow: hidden;
}

.doc-table.table &gt; tbody &gt; tr &gt; td span, .doc-table.table &gt; tbody &gt; tr &gt; th span, .doc-table.table &gt; tfoot &gt; tr &gt; td span, .doc-table.table &gt; tfoot &gt; tr &gt; th span, .doc-table.table &gt; thead &gt; tr &gt; td span, .doc-table.table &gt; thead &gt; tr &gt; th span {
    padding: 10px;
    display: block;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 1px;
    line-height: 21px;
    font-weight: 700;
}

.doc-table.table &gt; tbody &gt; tr &gt; td, .doc-table.table &gt; tbody &gt; tr &gt; th, .doc-table.table &gt; tfoot &gt; tr &gt; td, .doc-table.table &gt; tfoot &gt; tr &gt; th, .doc-table.table &gt; thead &gt; tr &gt; td, .doc-table.table &gt; thead &gt; tr &gt; th {
    border: 0;
    padding: 8px 0;

}

.doc-table thead tr th span {
    color: #178E96 !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #ededeb;
}

table td[class*=col-], table th[class*=col-] {
    float: left;
}

.doc-table.table &gt; thead &gt; tr &gt; th {
    font-size: 16px;
    color: #178E96;
    padding-left: 0;
    letter-spacing: 1px;
    line-height: 21px;
}

.doc-table.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: rgba(234, 234, 231, 0.75);
}

.doc-table {
    background: #F6F6F6;
    margin: 0;
    padding-top: 15px;
    display: block;
    border: 0;
    padding-bottom: 40px;
}

.doc-table tr.even {
    background: #F6F6F6;
}

.panel {
    box-shadow: none;
}

.panel-arrow {
    float: right;
    margin-top: 10px;
    margin-right: 30px;
}

.td-icon {
    text-align: right;

}

#documents {
    margin-bottom: 60px;
    margin-top: 40px;
}

.td-icon img {
    margin-top: 10px;
    padding-right: 15px;
}

.datepicker-days {
    cursor: pointer;
}

table.dataTable thead tr th {
    background-position: left !important;
}

.dataTables_empty {
    text-align: center;
    display: block;
}

table.dataTable thead tr th span {
    padding-left: 20px !important;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.documents-panel a:focus, .documents-panel a:hover {
    color: #4a4a4a;
    outline: none;
    text-decoration: none;
}

.document-row {
    padding: 10px 15px 10px 50px;
    overflow: hidden;
}

.document-row.odd {
    background: #F6F6F6;
}

.document-row.even {
    background: #ECECEA;
}

.document-description {
    float: left;
    max-width: 75%;
}

.document-description p {
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 1px;
    line-height: 21px;
    font-weight: 700;
}

.document-description p em {
    font-size: 12px;
    color: #4A4A4A;
    letter-spacing: 0.75px;
    font-style: italic;
}

.doc-link {
    margin-top: 25px;
    float: right;
    margin-right: 15px;
}

.admin-categ {
    background: #EAEAE7;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    height: 80px;
    position: relative;
    line-height: 80px;

    margin-bottom: 7px;
    padding: 0 25px;
}

.admin-categ span {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #4A4A4A;;
    letter-spacing: 1px;
    line-height: 21px;
    padding-right: 10px;
    text-transform: uppercase;
}

.admin-categ:hover {
    background: #178E96;

}

.admin-categ:hover span {
    color: #F6F6F6;
}

.admin-categ .icon {
    -webkit-mask-box-image: url(../images/ic-arrow_right_in_row_element.png);
    position: absolute;
    top: 30px;
    right: 15px;
    width: 11px;
    height: 19px;
    background-color: #178E96;
}

.admin-categ:hover .icon {
    background-color: #fff;
}

.lspace {
    padding-left: 30px !important;
}

.administration-panel .side-admin-categ span {
    font-size: 13px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    font-weight: 700;
    margin-right: 25px;
    display: block;
    line-height: 18px;
}

.administration-panel .icon {
    -webkit-mask-box-image: url(../images/ic-arrow_right_in_row_element.png);
    position: absolute;
    top: calc(50% - 5px);
    right: 2px;
    width: 6px;
    height: 10px;
    /* background: #4A4A4A; */
    background-color: #4A4A4A;
}

.administration-panel .side-admin-categ .icon {
    transform: rotate(90deg);
}

.administration-panel .subpages-link {
    position: relative;
}

.administration-panel .subpages-link .icon {
    right: 8px;
    background-color: rgba(74, 74, 74, 0.50);
}

.administration-panel .subpages-link.current .icon {

    background-color: #fff;
}

.administration-panel .subpages-link:hover .icon {
    background-color: #fff;
}

.administration-panel .side-admin-categ {
    position: relative;
}

.administration-panel {

    border-radius: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.panel-group .administration-panel + .administration-panel {
    margin-top: 0;
}

.administration-panel .panel-heading {

    border: 0;
    background-color: #EAEAE7;
    border-bottom: 1px solid #d2d2d2;
    padding: 8px;
}

.administration-panel .subpages-link {
    padding: 10px 20px;
    text-decoration: none;
    background: #D9D9D4;
    display: block;
    font-size: 13px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    line-height: 18px;
    text-transform: lowercase;
}

.administration-panel .subpages-link:first-letter {
    text-transform: uppercase;
}

.administration-panel .subpages-link:hover, .administration-panel .subpages-link.current {
    background: #178E96;
    color: #F6F6F6;
    font-weight: 700;

}

.administration-panel .panel-body {
    padding: 0;
    border: 0 !important;
}

.administration-panel {

}

#administration-panel {
    padding: 75px 0;
}

#administration-panel .title {
    font-size: 36px;
    color: #4A4A4A;
    letter-spacing: 2.06px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 30px;
    min-height: 88px;
}

#administration-panel .content p em {
    font-size: 15px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    display: block;
    padding: 5px 0 10px 0;
    font-style: italic;
}

#administration-panel .content h3 {
    font-size: 20px;
    color: #4A4A4A;
    padding: 5px 0;
    letter-spacing: 1px;
    font-weight: 700;
}

#administration-panel .content a {
    font-size: 15px;
    color: #178E96;
    padding: 3px 0;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 21px;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.AdministratorPage .panel-group .panel + .panel {
    margin-top: 0;
}

.info-img {
    height: 270px;
    width: 100%;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}

.info-img .overlay {
    background-image: linear-gradient(-180deg, rgba(238, 238, 238, 0.00) 0%, rgba(48, 48, 48, 0.30) 62%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.info-img span {
    font-size: 25px;
    color: #F6F6F6;
    letter-spacing: 1.43px;
    position: absolute;
    left: 45px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    bottom: 10px;
}

.info-content {
    background: #EAEAE7;
    border-radius: 2px;
    padding: 10px 15px 30px 45px;
}

.info-content p span {
    padding-left: 15px;
    vertical-align: super;
}

.info-content p {
    font-size: 13px;
    margin-bottom: 10px;
    color: #4A4A4A;
    letter-spacing: 0.56px;
    line-height: 18px;
    font-weight: 700;
}

.info-content .schedule {
    font-size: 16px;
    color: #178E96;
    letter-spacing: 1px;

}

.p35 {
    padding-left: 35px;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 22px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0px solid #000000;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    background: #178E96;
}

.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}



#contactform label {
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 1px;
    line-height: 21px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 10px;
}
#contactform #response{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #F44336;
    color: #fff !important;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 35px;

}
#contactform input:not([type='checkbox']) {
    padding: 20px 30px;
    font-size: 16px;
    color: rgba(74, 74, 74, 0.80);
    letter-spacing: 1px;
    border: 0;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-weight: 700;

}

#contactform textarea {
    padding: 10px 30px;
    font-size: 16px;
    color: rgba(74, 74, 74, 0.80);
    letter-spacing: 1px;
    border: 0;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-weight: 700;
    max-height: 150px;
    max-width: 100%;
}

#contactform select {
    padding: 0 10px 0 30px;
    font-size: 16px;
    color: rgba(74, 74, 74, 0.80);
    letter-spacing: 1px;
    border: 0;
    height: 40px;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-weight: 700;
}

#contactform input:focus, #contactform textarea:focus, #contactform select:focus {
    -webkit-box-shadow: inset 0px 0px 0px 2px #178E96;
    -moz-box-shadow: inset 0px 0px 0px 2px #178E96;
    box-shadow: inset 0px 0px 0px 2px #178E96;

}

#success_page {
    font-size: 28px;
    color: #4A4A4A;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 1.6px;
    text-align: center;
}

#contactform label.error {
    position: absolute;
    top: -35px;
    left: 130px;
    z-index: 9;
    height: 25px;
    line-height: 25px;
    background-color: #178E96;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
    padding: 0 6px;
}

#contactform label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent #178E96;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -6px;
    left: 20%;
}

.ui-checkbox {
    height: 0;
    width: 0;
}

label.privacy-label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    font-size: 12px;
}

label.privacy-label:before {
    background-color: #fff;
    border: 1px solid #178E96;
    padding: 9px;
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

.ui-checkbox:checked ~ label.privacy-label:before {
    border: 1px solid #178E96;
    color: #99a1a7;
    background-color: #178E96;;
}

.ui-checkbox.valid ~ label.privacy-label:before {
    border: 1px solid #178E96;
    color: #99a1a7;
    background-color: #178E96;;
}

.ui-checkbox:checked ~ label.privacy-label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 4px;
    color: #fff;
}

#contactform label.privacy-label {
    font-size: 13px;
    color: #4A4A4A;
    font-weight: 400;
    letter-spacing: 0.56px;
    line-height: 18px;
}

#contactform input[type="submit"] {
    font-size: 16px;
    color: #fff;
    padding: 5px 60px;
    border-radius: 0;
    background-color: #178E96;
    height: 50px;
    text-transform: uppercase;

}

#privacy_contact {
    opacity: 0;
}

#contact-form {
    margin-bottom: 140px;
}

#admin-holder-wrap {
    margin-top: 80px;
    margin-bottom: 100px;
}
.social-wrap{
	float:left;
}

@media (max-width: 1200px) {
    .container-header {
        width: 100%;
    }
	
.navbar-nav&gt;li {
	max-width:100%;
	width:100%;
}
    .AlboPage #documents table .td-icon img {

        padding-left: 25px;
    }

    .home-box {
        min-height: 360px;
        padding: 25px 15px;
    }

    .orange-box {
        height: 490px;
        padding: 30px;
        top: -130px;
    }

    .orange-box .contact-line .icon-wrap {
        width: 45px;
    }

    .news-content h4 {
        font-size: 15px;
    }

    footer .footer-txt {
        font-size: 11px;
    }

    .social-wrap img {
        padding-right: 20px;
    }

    .top-slider .caption {
        font-size: 34px;
    }

    .counter-box .number {
        font-size: 24px;
    }

    .counter-box {
        padding: 35px 5px;
    }

    .member-image {
        height: 140px;
    }

    .member-name {
        font-size: 14px;
    }

    .member-job {
        font-size: 11px;
    }

    .AlboPage #documents .panel-arrow {
        right: -40px;
    }
}

@media (max-width: 1100px) {
    .navbar-default .navbar-nav &gt; li &gt; a {
        font-size: 12px;
        max-width: 145px;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
    .AlboPage #documents table .td-icon img {
        padding-left: 7px;
    }

    .AlboPage .doc-table.table &gt; tbody &gt; tr &gt; td span, .doc-table.table &gt; tbody &gt; tr &gt; th span, .doc-table.table &gt; tfoot &gt; tr &gt; td span, .doc-table.table &gt; tfoot &gt; tr &gt; th span, .doc-table.table &gt; thead &gt; tr &gt; td span, .doc-table.table &gt; thead &gt; tr &gt; th span {
        font-size: 15px;
    }

    .breadcrumb {
        padding-left: 10px;
        height: auto;
    }

    .breadcrumb li {
        font-size: 13px;
    }

    .dynamic-thumbnail {
        width: 100%;
        height: 145px;
    }

    .nav &gt; li &gt; a {
        padding: 10px;
    }

    .dynamic-content {
        height: 140px;
    }

    .members-nav-tab li {
        padding: 30px;
    }

    #organization {
        margin-bottom: 90px;
    }

    .counter-box {
        width: calc(50% - 24px);
    }

    .members-tab .tab-pane.active {
        padding: 35px 5px;
    }

    .top-slider .caption {
        font-size: 32px;
        left: 45px;
    }

    #home-boxes {
        margin-top: 80px;
        margin-bottom: 140px;
    }

    .home-box {
        min-height: 360px;
        padding: 15px 10px;
    }

    .orange-box {
        height: 490px;
        padding: 15px;
        top: -100px;
    }

    .news-content h4 {
        font-size: 13px;
        line-height: 15px;
    }

    .delimit {
        margin: 80px 0;
    }

    .news-content .see-more {
        font-size: 14px;
    }

    .dynamic-content .title {
        font-size: 14px;
    }

    footer .footer-txt {
        font-size: 12px;
        word-break: break-all;
    }

    .social-wrap img {
        padding-right: 10px;
    }

    #news-search {
        padding: 40px 30px;
    }

    .form-news-search .form-group {
        margin-right: 20px;
    }

    .panel-title {
        font-size: 24px;
    }

    .NewsHolder #news {
        padding-bottom: 110px;
    }

    .administration-panel .subpages-link {
        padding: 7px 17px;
        font-size: 11px;
    }
	.content img{
		max-width:100%;
		height:auto;
	}
}

@media (max-width: 900px) and (min-width: 769px) {
    .navbar-default .navbar-nav &gt; li &gt; a {
        font-size: 9px;
        max-width: 114px;
    }
}

@media (width: 768px) {

    .top-slider {
        width: 100%;
        margin-left: 0;
    }

    .top-slider .caption {
        font-size: 22px;
        letter-spacing: 2px;
        bottom: 20px;
        left: 0;
        right: 0;
        padding: 10px 20px;
    }

    .orange-box .green-title {
        padding: 5px 0;
    }

    .orange-box {
        height: 385px;
        padding: 15px;
        top: 0;
    }

    .orange-box .title {

        margin-bottom: 15px;
    }

    .orange-box .contact-line .icon-wrap {
        width: 25px;
    }

    .orange-box .contact-line {
        height: 28px;
    }

    .orange-box .green-title {
        font-size: 13px;
    }

    .orange-box .contact-line a {
        font-size: 12px;
    }

    .container-header {
        padding: 0;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        font-size: 10px;
        max-width: 124px;
    }
}

@media (max-width: 1200px) {
    .AlboPage #documents .panel-arrow {
        right: 5px;
        top: calc(50% - 2px);
    }

    .pre-header-inside {
        width: 100%;
        padding: 0 10px;
        margin-left: 0;
        overflow: hidden;
    }

    .doc-link {
        margin-right: 0;
    }

    .searchResults {
        padding: 100px 20px 60px 20px;
    }

    .FreePage #story .content img {
        margin: 20px 0;
    }

    .FreePage .dynamic-box {
        margin-bottom: 25px;
    }

    .LandPage .panel-arrow {
        right: -10px;
        top: calc(50% - 5px);
    }

    .mob-row {
        display: block;
        overflow: hidden;
        padding: 15px 10px;
    }

    .mob-row.even {
        background-color: rgba(234, 234, 231, 0.75);
    }

    .mob-row.odd {
        background: #F6F6F6;
    }

    .mob-table-date {
        font-size: 12px;
        color: #737373;
        line-height: 21px;
        font-weight: 700;
    }

    .mob-table-typo {
        font-size: 12px;
        color: #9a9a9a;

    }

    .mob-table-typo span {
        font-size: 14px;
        color: #4A4A4A;
        letter-spacing: 0.4px;
        line-height: 16px;
        margin-top: 5px;
        display: block;
        font-weight: 700;
    }

    .mob-table-down {
        margin-top: 10px;
        text-align: right;
        padding-right: 7px !important;
    }

    .doc-table {
        display: none;
    }

    .mobile-table {
        display: block;
    }

    .delimit {
        margin: 60px 0 55px 0;
    }

    .delimit h3 span {
        padding: 0 10px;
    }

    .delimit img {
        top: -35px;
        position: absolute;
        left: calc(50% - 35px);
        width: 70px;
    }

    .NewsHolder #news {
        padding-bottom: 20px;
    }

    #news-search .form-group {
        margin-bottom: 25px;
    }

    .form-news-search .form-group {
        width: 100%;
    }

    .top-slider .caption {
        font-size: 22px;
        letter-spacing: 2px;
        bottom: 20px;
        left: 0;
        right: 0;
        padding: 10px 20px;
    }

    #documents {
        margin-bottom: 80px;
        margin-top: 60px;
    }

    /*.green-box {*/
        /*height: 150px;*/
    /*}*/
    .top-space{
        height: 100px;
    }
    .top-slider {
        width: 100%;
        margin-left: 0;
        min-height: 100px;
    }

    .slick-arrow {
        display: none !important;
    }

    .top-slider-img {
        height: 400px;
    }

    .orange-box {
        position: static;
        height: auto;
        margin-bottom: 15px;
    }

    .home-box {
        overflow: hidden;
        margin-bottom: 15px;
        min-height: 1px;
    }

    .home-box hr {
        margin-top: 15px;
    }

    #home-boxes {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .orange-box .contact-line .icon-wrap {
        width: 50px;
    }

    .news-content {
        /*height: auto;*/
		height: 200px;
        margin-bottom: 15px;
		overflow-y: scroll;
    }

    .news-content .see-more {
        position: static;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .news-content h4 {
        font-size: 15px;
        line-height: 18px;
    }

    #custom {
        margin-top: 10px;

    }

    .delimit h3 {
        font-size: 20px;
    }

    .dynamic-double-box-wrap .dynamic-content {
        height: auto;
    }

    .dynamic-content .see-more {
        position: relative;
        margin-top: 30px;
    }

    #partnership {
        margin-top: 0;
        margin-bottom: 60px;
    }

    .footer-logo {
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 135px;
        margin-bottom: 30px;
    }

    .social-wrap {
        text-align: center;
    }

    .social-wrap img {
        padding-right: 25px;
    }

    .admin-wrap {
        margin-top: 5px;
        margin-left: 0;
        float: right;
    }

    #SearchForm_SearchForm_Search {
        border-bottom: none;
    }

    .search-wrap {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .navbar {
        height: 50px;
        display: block;
        overflow: visible;
        z-index: 9999999;
    }

    .navbar-brand img {
        width: 70px;
    }

    .container-header {
        padding: 0;
    }

    .navbar-default .navbar-toggle {
        border: 0;
        z-index: 999999;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle {
        margin: 0;
        padding: 17px 15px;
    }

    .nav &gt; li {
        z-index: 999;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        font-size: 12px;
        max-width: 100%;
        height: auto;
        /* float: left; */
        text-align: left;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        background: #178E96;
        margin: 100px 50px;
        padding: 0;
    }

    .nav.pull-right {
        width: 100%;
        float: left !important;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        margin: 0;
        background: #178E96;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #777;
        background: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
        color: #fff;
        background-color: #178E96;
    }
	
    #banner .breadcrumb {
        width: 100%;
        margin-left: 0;
    }

    .breadcrumb {
        height: auto;
        padding-left: 20px;
    }

    .dynamic-thumbnail {
        height: 180px;
    }

    .dynamic-content {
        height: auto;
    }

    .counter-box {
        width: calc(50% - 12px);
    }

    .counter-box:nth-of-type(odd) {
        margin: 20px 12px 0px 0px;
    }

    .counter-box:nth-of-type(even) {
        margin: 20px 0px 0px 12px;
    }

    .members-nav-tab li {
        padding: 1px;
    }

    .members-nav-tab li a {
        height: 40px;
        padding: 10px 5px;
        font-size: 12px;
        line-height: 16px;
    }

    .member-box {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    #organization {
        margin-bottom: 60px;
    }

    .members-tab .tab-pane.active {
        padding: 25px 5px;
    }

    #news-search {
        margin-top: 0;
        margin-bottom: 0;
    }

    .AlboPage .form-news-search .form-group {
        width: 100%;
    }

    .form-news-search input[type="submit"] {
        float: none;
        width: 100%;
        text-transform: uppercase;
        font-size: 16px;
        height: 45px;
    }

    .documents-panel &gt; .panel-heading {
        height: 80px;
    }

    .panel-icon {
        padding: 10px;
        width: 80px;
    }

    .panel-icon img {
        width: 60%;
    }

    .panel-title {
        padding-top: 32px;
        font-size: 18px;
        width: calc(100% - 110px);

        padding-left: 20px;
    }

    .panel-arrow {
        margin-right: 0px;
    }

    .top-banner {
        width: 100%;
        margin-left: 0;
    }

    .breadcrumb li {
        font-size: 13px;
    }

    .post-info h2 {
        font-size: 24px;
        margin-top: 15px;
    }

    .post-info .category {
        margin-bottom: 30px;
    }

    .post {
        padding-bottom: 70px;
    }

    .panel-arrow {
        margin-right: -15px;
        margin-top: 5px;
        width: 20px;
    }

    #administration-panel {
        padding: 15px 0;
    }

    #administration-panel .title {
        font-size: 22px;
        margin-top: 50px;
    }

    .administration-panel .side-admin-categ span {
        font-size: 12px;
    }

    footer {
        padding-top: 40px;
    }

    footer h4 {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 0;
        padding-left: 0;
    }

    #admin-holder-wrap {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 650px) {
    .admin-categ span {
        font-size: 14px;
    }

    .document-description {
        float: left;
        max-width: 90%;
    }

    .breadcrumb li {
        font-size: 11px;
    }

    .logo-item {
        height: 140px;
        width: 100%;
    }

    .logo-overlay {
        opacity: 1;
        background-image: none;
    }

    .logo-overlay span {
        opacity: 0;
    }

    .documents-panel &gt; .panel-heading {
        height: auto;
        position: relative;
    }

    .document-row {
        padding: 10px 15px 10px 5px;
    }

    .document-description p {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .panel-icon {

        position: absolute;
    }

    .panel-arrow {
        margin-top: 0;
        width: 15px;
    }

    .panel-icon img {
        width: 45%;
    }

    .panel-title {
        margin-left: 80px;
        padding-top: 25px;
        padding-bottom: 15px;
        font-size: 14px;
    }
}

@media (max-width: 500px) {

    .facebook-header span {
        display: none;
    }
    .icon-search, #SearchForm_SearchForm_action_results {
        left: 40px;
    }
	.top-slider-img {
		width: 100%;
		background-position: center !important;
		background-size: contain !important;
		background-repeat: no-repeat;
		height: 350px;
	}
}
.news-box.news-box-dx .news-thumbnail {
	background-color: white;
	background-size: contain!important;
	background-repeat:no-repeat;
}
.news-box.news-box-dx .overlay {
	display:none;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .AlboPage #documents .panel-arrow {
		right: 40px;
	}
	.DocumentPage #documents .panel-arrow {
		margin-right: 30px;
	}
}

.countdown-sect img{
    width:100%;
}
.countdown-sect li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 25px 25px 25px 0;
    text-transform: uppercase;
    text-align: left;
}

.countdown-sect li span {
    display: block;
    color:#178E96;
    font-size: 4.5rem;

    padding-bottom: 40px;
}
.countdown-sect li span:after{
    content:":";
    padding-left: 25px;
}
.countdown-sect li:last-child span:after{
    content:'';
}
.countdown-sect{

    padding-bottom: 50px;
    display: block;
    overflow: hidden;
}</pre></body></html>