#myImg{
	border-radius: 5px; 
	cursor: pointer;
	transition: 0.3s;	
}
#myImg: hover {opacity: 0.5;}

.modal{
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.8);
}
.modal-content{
	margin: auto;
	margin-top: 70px;
	display: block;
	width: 100%;
	max-width: 1000px; 
}

#caption{
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}
.modal-content, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom{
	from{-webkit-transform:scale(0)}
	to{-webkit-transform: scale(1)}	
}

@keyframes zoom{
	from{transform:scale(0)}
	to{transform: scale(1)}	
}
.close{
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;	
}
.close:hover, .close:focus{
	color: #bbb;
	text-decoration: none;
	cursor:pointer;
}
@media only screen and (max-width: 700px){
	.modal-content(width: 100%;)
}
.article-item {
	margin-bottom: 15px;
}
.article-item .article-title,
.article-item .article-title a {
	color: inherit;
	margin: 0;
}
.article-item .article-meta,
.article-item .article-meta a {
	color: #999;
	font-size: .85em;
}
.article-item .article-meta a {
	text-decoration: underline;
}
.article-item .article-thumb {
	margin-right: 10px;
	margin-bottom: 10px;
}
.article-item .article-text {
	margin-top: 7px;
}

#w0-collapse {
	padding-left: 0px;

}

.navbar-nav {
	margin-left: 0px !important;
}

.navbar {
	margin-bottom: 0px;
	margin-top: -9px;

}

html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto auto;
	padding: 0 0 0px !important;
}
.wrap > .container {
	padding: 70px 15px 20px;
}
.footer {
	height: 60px;
	background-color: #008dc9;
    border-top: 1px solid #0b9ad7;
	padding-top: 60px;
	height: auto;
    
}

.footer a:hover {
	color: #ffffff;
    text-decoration: underline;
}
.jumbotron {
	text-align: center;
	background-color: transparent;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}
.not-set {
	color: #c55;
	font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	padding-left: 5px;
}

.machu-pichu form div {
	width: 100% !important;
    background-color: #eaf3fb;
}
a.asc:after {
	content: "\e151";
}
a.desc:after {
	content: "\e152";
}
.sort-numerical a.asc:after {
	content: "\e153";
}
.sort-numerical a.desc:after {
	content: "\e154";
}
.sort-ordinal a.asc:after {
	content: "\e155";
}
.sort-ordinal a.desc:after {
	content: "\e156";
}
.grid-view th {
	white-space: nowrap;
}
.hint-block {
	display: block;
	margin-top: 5px;
	color: #999;
}
.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}
/*# sourceMappingURL=style.map */

header {
	width: 100%;
	height: 120px;
}

.logoside {
    width: 300px;
    height: 118px;
    float: left;
}

.logoside .gerb {
    width: 100px;
    margin-top: 14px;
    display: block;
    float: left;
}

.navbar {
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	background: #008dc9;
	border-radius: 0px;
	border-color: none;
	border: none !important;
}

.navbar-default .navbar-nav > li > a {
	color: white;
}

.navbar-default .navbar-nav > li > a:active {
	color: white;
	background-color: red;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: white;
	background-color: #F39D0C;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: transparent;
	font-weight: bold;
}

.wrap > .container {
		padding: 0px 15px 20px;
}

#news-slider li {
	list-style: none;
}

.news-block {
	height: 195px;
	width:100%;
	background-size: cover;
}

.languages {
	float: right;
	position: absolute;
	right: 80px;
	top: 10px;
}

.red {
	color: red;
}

.languages a {
	font-size: 14px;
    color: #fafafa;
    position: relative;
    top: -13px;
}

.one-last-news {
	width: 100%;
	height: 325px;
	background-size: cover !important;
	position: relative;
}

.one-last-news h2 {
		position: absolute;
		bottom: 20px;
		color: white;
		z-index: 9;
		/* left: 25px; */
		width: inherit;
		height: auto;
		min-height: 35px;
		display: block;
		padding: 0 21px;
}

.image-overlay {
	width: inherit;
	height: inherit;
	position: absolute;
	top: 0;
}

.image-overlay img {
	width: inherit;
	height: inherit;
}

.one-news {
	width: 100%;
	height: 71px;
	margin-bottom: 14px;
	position: relative;
}

.one-news .pic {
	width: 120px;
	height: 71px;
	background-size: cover !important;
	position: relative;
}

.one-news .title {
	width: 234px;
}

.one-news .date {
		color: #a94442;
		font-size: 12px;
		position: absolute;
		bottom: -4px;
}

.news-tabs .nav > li > a:hover, .nav > li > a:focus {
	background-color: #F39D0C;
	color: white;
}

.news-tabs li > a {
	background: #008dc9;
	color: white;
}

.nav-tabs > li > a {
		margin-right: 2px;
		line-height: 1.42857143;
		border: 1px solid transparent;
		border-radius: 0px 0px 0 0;
}

.news-tabs .nav > li > a {
		position: relative;
		display: block;
		padding: 5px 18px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #F39D0C;
	color: white;
}

.tab-item {
	margin-right: 15px;
	color: #a94442;
}

.tab-pane {
	padding-top: 18px;
}

.tab-item a {
	color: #008dc9;
	text-decoration: none;
}

.tab-item a:hover {
	text-decoration: underline;
}

.foms-status-block {
	width: 100%;
	min-height: 160px;
	border: 3px solid #F39D0C;
}

.foms-status-block .block-header {
	background: #F39D0C;
	height: 35px;
	padding: 6px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar-nav {
	margin-left: 30px;
}

.glyphicon-home {
	position: absolute;
	color: white;
	font-size: 15px;
	margin-top: 16px;
}

.glyphicon-home:hover {
	color: #F39D0C;
	text-decoration: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: white;
		background-color: #F39D0C;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 0px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #be6a8b;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.logoside .logo {
    width: 107px;
    /* height: 111px; */
    margin-top: 16px;
    display: block;
    float: right;
    margin-right: 70px;
}

#featured{ 
		width: 100%;
    padding-right: 250px;
    position: relative;
    /*border: 2px solid #008dc9;*/
    height: 250px;
    overflow: hidden;
    background: #eaf3fb;
    margin-bottom: 20px;
}
#featured ul.ui-tabs-nav{ 
	position: absolute;
	top: 0;
	right: 4px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 140px;
	height: 350px;
	overflow: auto;
	overflow: hidden;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0;
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#a3e0fb; 
	padding:2px; 
	border:1px solid #eee;
	width: 125px;
  height: 80px;
}


#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height: 85px; text-decoration:none;
	color:#333;  background:#7fc2e1; 
	line-height:20px; outline:none;
	position: relative;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}

#featured .date {
    left: 126px;
    bottom: 0;
    color: #a94442;
    margin-bottom: 2px;
}
/*#featured li.ui-tabs-selected, #featured li.ui-tabs-active{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}*/
#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a{ 
	background: #008dc9;
  color: white;
}
#featured .ui-tabs-panel{ 
	width: 827px;
    height: 250px;
    /* background: #999; */
    position: relative;
    border-left: 2px solid #008dc9;
    border-top: 2px solid #008dc9;
    border-bottom: 2px solid #008dc9;
    border-right: 3px solid #008dc9;
    z-index: 9999;
    overflow: hidden;
    position: relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0; font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

.news-thumbnails {
	margin-bottom: 25px;
}

.news-thumbnails .img {
	
  width: 100%;
  height: 170px;
  margin-bottom: 10px;
  
  background-size: cover !important;

}

.news-thumbnails .col-md-3 {
	padding: 10px;
	height: 295px;
}

.news-thumbnails .col-md-3:hover {
	background: #f5f5f5;
}

.slogan {
	margin-top: 35px;
	font-family: 'PT Sans', sans-serif;
}

.slogan1 {
	font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #008dc9;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
}

.slogan2 {
	font-size: 24px;
    margin-top: 0px;
    color: #008dc9;
    font-weight: bold;
}

.tab-item .date {
	float: left;
	color: #008dc9;
    }

.tab-item .title {
	float: right;
    width: 93%;
    margin-bottom: 7px;
}

.podmenu {
	padding-left: 0px;
}

.podmenu li {
	list-style: none;
	display: inline-block;
	border-right: 2px solid #008dc9;
    padding-right: 14px;
    margin-left: 13px;
}

.podmenu a {
	font-weight: bold;
}

footer h5 {
	color: white;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer a {
	color: white;
}

footer p {
	color: white;
}

footer ul {
	padding-left: 0px;
}

footer li {
	list-style: none;
}

.more-news {
    display: block;
    padding: 3px 51px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 3px solid transparent;
    /* border-radius: 4px; */
    color: #008dc9 !important;
    background-color: #ffffff !important;
    border-color: #f39d0c !important;
    margin-top: 7px;
    margin-left: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 265px;
}

.search-box-wrap {
	position: absolute;
    right: 80px;
    z-index: 9;
    top: 128px;
    position: absolute;
    right: 13px;
    z-index: 9;
    top: 132px;
}

.search-box-wrap .search-submit {
	display: inline-block !important;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff !important;
    background-color: #66a9c5 !important;
    margin-top: 7px;
    margin-left: 15px;
}

.modules {
	margin-top: 25px;
}

.modules h2 {
	display: block;
    background-color: #008dc9;
    line-height: 23px;
    padding: 7px 10px 7px 10px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 0.03em;
    font-size: 18px;
}

.modules img {
	width: 100%;
	margin-bottom: 10px;
}

.dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #008dc9;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
	color: #fff;
	padding: 13px 15px;
}

.under-footer {
	width: 100%;
    height: 50px;
    background: #0878a8;
    margin-top: 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #ffffff;
    text-decoration: none;
    background-color: #0683b8;
}
.accordion {
	background-color: #eee;
 	border: 1px solid #ccc;
	width: 1100px;
	padding: 10px;
	margin: 50px auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 #999;
	-webkit-box-shadow: 0 1px 0 #999;
	box-shadow: 0 1px 0 #999;
	}
.accordion section {
 	border-bottom: 1px solid #ccc;
	margin: 5px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image:    -moz-linear-gradient(top, #fff, #eee);
	background-image:     -ms-linear-gradient(top, #fff, #eee);
	background-image:      -o-linear-gradient(top, #fff, #eee);
	background-image:         linear-gradient(top, #fff, #eee);
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.accordion h2, .accordion p {
	margin: 0;
	}
.accordion p {
	padding: -20px;
	}
.accordion h2 a {
	display: block;
	position: relative;
	font: 14px/1 'Trebuchet MS', 'Lucida Sans';
	padding: 10px;
	color: #333;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
.accordion h2 a:hover {
	background: #fff;
	}
.accordion h2 + div {
	height: 0;
	overflow: hidden;
	-moz-transition: height 0.3s ease-in-out;
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
	}
.accordion :target h2 a:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 5px solid #333;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	}
.accordion :target h2 + div {
	height: 200px;
	}

.active-podmenu {
	color: white;
    background: orange;
    padding: 4px;
}

.active-podmenu:hover {
	color: white;
    background: orange;
    padding: 4px;
}

.gallery-thumbs img {
	width: 100%;
	float: left;
}
body {background: #ffffff url(http://netcribe.com/example/bgnoise_lg.jpg) repeat top left;}
.ac-container{
    width: 1062px;
    margin: 10px auto 30px auto;
}

.ac-container label{
    font-family: 'Arial Narrow', Arial, sans-serif;
    padding: 0px 36px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
}
}

.ac-container label:hover{
    background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(http://netcribe.com/example/arrow_down.png) no-repeat center center;  
}

.ac-container input:checked + label:hover:after {
    background-image: url(http://netcribe.com/example/arrow_up.png);
}

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article {
     -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    height: auto;
}

.ac-container article p{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.article-item p {
	text-align: justify;
}

.ac-container label {
	    font-style: italic!important;
	    font-weight: normal!important;
}

.footer table {
	color: white;
}


.item__text-title {
	font-weight: bold;
}


.news-tabs .item__image {
    width: 189px;
    float: left;
    margin-right: 15px;
    height: 147px;
    border: 3px solid #64bfea;
}

.news-tabs .item__image img {
	width: 100%;
	border: 3px solid orange;
}

.news-tabs .item__text {
	float: right;
    width: 639px;
}

h1, .h1 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #18a0d9;	
}
.wrapper{
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    background: #eaf3fb;
    padding-top: 8px;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.24);
}

.otokset {

font-size: 14px;
    text-transform: inherit;
    color: #16273d;
    text-decoration: none;
    background-color: #64bfea;
    color: white;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    padding-top: 2px;
    /* padding-bottom: 7px; */
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 0;
    margin-top: 7px;
    color: white !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto;
    text-align: center;
    height: 25px;
    /* padding-top: 11px; */
    margin-right: 20px;

}

.otokset a { 
	color: white;
}

.med_table table {
	font-family: "Lucida Sans  Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	border-collapse: collapse;
	text-align: center;
}

.med_table th, .med_table td:first-child {
	background: #AFCDE7;
	color: white;
	padding: 10px 20px;
}
.med_table th, .med_table td {
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: white;
}
.med_table td {
	background: #D8E6F3;
	text-align: center;
}
.med_table th:first-child, .med_table td:first-child {
	text-align: left;
}


#customers {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4f78a4;
  color: white;
}
.text{
        margin-top: 27px;
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 28px;
}
