/*
Theme Name: FMPU
Theme URI: http://fmpu.gov.ba/
Author: Singularity Solution - Darko Mitrovic
Author URI: https://www.singularity.is
Description: Federalno ministarstvo prostornog uredjenja
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/



@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap&subset=latin-ext');




body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    background: #fff;
}

p,
ul {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
}

img {
    /* width:100%; */
    max-width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100);
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a {
    color: #000;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
}

a:hover {
    color: #0a577d;
    text-decoration: none;
}

.btn-primary {
    background: #ffa800;
    color: #292929;
    border: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #b5911d;
    color: #292929;
    border: 0;
}

.mb-70 {
    margin-bottom: 70px;
}




/**************************************
	           SEARCH
**************************************/

#myOverlay {
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    transition: .3s all ease;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
}


/* The content */

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}


/* Close button */

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: #4e798f;
}

.overlay .closebtn:hover {
    color: #426b81;
}


/* Style the search field */

.overlay input[type=text] {
    padding: 15px;
    font-size: 20px;
    border: none;
    float: left;
    width: 80%;
    background: #fff;
    border: 3px solid #4e798f;
    border-left: 0;
}

.overlay input[type=text]:hover {
    background: #fff;
}


/* Style the submit button */

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    color: #fff;
    background: #4e798f;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border: 3px solid #4e798f;
}

.overlay button i {
    font-size: 24px;
}

.overlay button:hover {
    background: #426b81;
    border: 3px solid #426b81;
}

.searchBtn:hover {
    cursor: pointer;
}


/**************************************
	           HEADER
**************************************/

.top-head {
    padding-top: 30px;
}

.lang {
    float: right;
    margin-right: 30px;
    min-width: 175px;
	text-align: right;
}

.lang ul {
    margin: 0;
    padding: 0;
    font-size: unset;
}

.lang li {
    list-style: none;
    margin-right: 5px;
	margin-left: 10px;
    font-size: 14px;
    display: inline;
    white-space: pre;
}
.lang li.current-lang a {
    color: #0a577d;
}

/*
.lang ul li:after {
    content: "  \00b7  ";
    color: #000;
}
*/

.lang ul li:last-child:after {
    content: "";
}

.search-top {
    float: right;
}

.searchBtn i {
    font-size: 26px;
}


/**************************************
	           NAV
**************************************/

.logo {
    float: left;
}

.logo-info {
    float: left;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.3;
    color: #1884be;
}

.logo-info span {
    color: #0a577d;
}

.mob-lang,
.navbar .searchBtn {
    display: none;
}

.mob-lang li.current-lang a {
    color: #0a577d;
}

.navbar {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.95);
    transition: all .5s;
}

.navbar.is-stuck {}

.navbar-nav li > a {
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar-nav li > a[aria-expanded="true"] {
    background-color: #4e788d;
    color: #fff;    
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none;
	outline: none;
}


.first-nav {
    margin-bottom: 4px;
}

.first-nav > li > a {
    font-size: 16px;
    border-right: 1px solid #000;
    padding: 5px 17px !important;
    line-height: 1;
}

.first-nav > li:last-child > a {
    border-right: 0;
/*    padding-right: 0 !important;*/
}

.second-nav > li {
    margin-left: 13px;
}

.second-nav > li > a {
    font-size: 19px;
    font-weight: bold;
    padding-left: 7px !important;
    padding-right: 7px !important;
}


/* dropdown */

.navbar .dropdown-menu {
    right: 0;
    left: auto;
    margin-top: 5px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: #4e788d;
}

.navbar .dropdown-menu a {
    color: #fff;
    font-size: 18px;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.navbar .dropdown-menu li:last-child a {
    border-bottom: 0;
}

.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:focus,
.navbar .dropdown-menu a:active,
.navbar .dropdown-menu > li.current-menu-item > a
{
    color: #fff;
    background: #386277;
}

.first-nav .dropdown-menu a {
    font-size: 16px;
    padding: 5px 20px;
}

.navbar button:focus {
    outline: 0 !important;
}


.navbar-toggler {
	padding-right: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 52 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(78,122,144)' stroke-width='6' stroke-miterlimit='10' d='M4 8h44M4 18h44M4 28h44'/%3E%3C/svg%3E");
    width: 50px;
    height: 50px;
}

/* 3 level */
ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
    min-width: 250px;
    margin-left: 3px;
    margin-top: 0;
    background: #666666;
}

.dropdown-menu .dropdown-toggle::after {
	display: block;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
	float: right;
	margin-top: 8px;
}

ul.dropdown-menu li:hover > ul.dropdown-menu, ul.dropdown-menu li:focus > ul.dropdown-menu{
    display: block
}




/**************************************
	           CAROUSEL
**************************************/

.carousel {
    margin-top: 40px;
}

.carousel-overlay {
	position: absolute;
	z-index: 98;
	right: 0;
	bottom: 0;
	left: 0;
	height: 250px;
    background: none; 
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 80%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .7)), color-stop(80%, rgba(0, 0, 0, .7))); 
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 80%); 
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 80%); 
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 80%); 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 80%);
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/
}



.carousel-arrow-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;

    color: #fff;
    z-index: 99;
}

.carousel-text {
    font-size: 28px;
    line-height: 1.1; 
    margin-bottom: 15px;
}
.carousel-arrow {
    line-height: 1;
}
.carousel-arrow i {
    font-size: 42px;
    line-height: 0.3;
}




/**************************************
	           PAGE COVER
**************************************/

.page-cover {
    margin-top: 40px;
    position: relative;
}

.cover-img img {
    object-fit: cover;
    width: 100%;
    height: 485px;
}
.cover-overlay {
    background: #4f798e;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.85;
    z-index: 1;
}



.cover-text {
    position: absolute;
    z-index: 2;
    top: 220px;
    left: 0;
    right: 0;
    color: #fff;
}
.cover-title {
    font-size: 55px;
    font-weight: bold;
}

.cover-single {
    top: 200px;
}
.cover-single .cover-title {
    font-size: 50px;
    line-height: 1.1;
}

.cover-menu {
    font-size: 20px;
}
.cover-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.cover-menu ul li {
    display: block;
    border-left: 3px solid #fff;
    float: left;
    line-height: 1;
    padding: 0 20px;
}
.cover-menu ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

.cover-menu ul li a {
    color: #fff;    
}
.cover-menu ul li.current_page_item a {
    font-weight: bold;
}
.cover-menu ul li a:hover {
    color: #fff;   
    text-decoration: underline;
}


/**************************************
	           CONTENT BOX
**************************************/
.content-container {
    padding-top: 120px;
    padding-bottom: 50px;
}


.content-container h1,
.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6
{
    font-weight: bold;
    margin-bottom: 25px;
}
.content-container p {
    margin-bottom: 25px;
}
.content-container p iframe {
    height: 600px
}

.content-container h1 {
    font-size: 26px;
}

.single-img {
    text-align: center;
    margin-bottom: 30px;
}


.content-container p a,
.content-container ul a
{
    color: #337ab7;
}
.content-container p a:hover,
.content-container ul a:hover
{
    color: #337ab7;
    text-decoration: underline;
}

.content-container img {
    max-width:100%;
    
}
.content-container p img.alignleft {
    float:left;
    margin:0 55px 55px 0;
    max-width:30%;
    height:auto;
    border: 2px solid #4f798e;
}
.content-container p img.alignright {
    float:right;
    margin:0 0 55px 55px;
    max-width: 30%;
    height:auto;
    border: 2px solid #4f798e;
}
.content-container p img.aligncenter, 
.content-container p img.alignnone, 
.content-container div.aligncenter, 
.content-container div.aligncenter img {
    max-width:100% !important;
    height:auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #4f798e;
}


.project-box {
    min-height: 400px;
    background: #f5f6f7;
    padding: 10px;
}

.galerija a {
	float: left;
	margin: 0 0.5% 1% 0.5% !important;
	width: 24% !important;
}

/**************************************
	           BIG BOX
**************************************/

.big-box-container {
    margin-top: -220px;
    margin-bottom: 120px;
    z-index: 111;
    position: relative;
}

.big-box {
    background-color: #90b2c0;
    color: #fff;
    padding: 60px 27px;
    height: 100%;
    position: relative;
}

.big-box h2 {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.1;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.big-box p {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0;

	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.big-box-container .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.big-box-container .col-lg-3:nth-child(2) .big-box {
    background-color: #4f798e;
}

.big-box-container .col-lg-3:nth-child(3) .big-box {
    background-color: #70b3c0;
}

.big-box-container .col-lg-3:nth-child(4) .big-box {
    background-color: #77a0a4;
}

.big-box:hover {
    background-color: #0a577d !important;
}


/**************************************
	           NEWS HOME BOX
**************************************/

.news-home-container {
    margin-bottom: 110px;
}

.box-title {
    font-size: 45px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.box-subtitle {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0;
}

hr.left {
    width: 320px;
    margin-left: 0;
    border-top: 1px solid #000;
    margin-bottom: 50px;
    margin-top: 20px;
}

.news-box img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.news-box-md img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.news-box img:hover,
.news-box-md img:hover {
    opacity: 0.8;
}

.news-box h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;

	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.news-info {
    font-size: 20px;
}

.news-date {
    font-weight: bold;
}

.news-box p {
    font-size: 20px;
    padding-top: 55px;
    padding-bottom: 40px;
    text-align: justify;
}

.readmore a {
    color: #4f798e;
    font-size: 17px;
    font-weight: bold;
}

.readmore a:hover {
    text-decoration: underline;
}



.news-home-container .news-box {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
}
.news-home-container .readmore {
    position: absolute;
    bottom: 0;
}



.news-box-md {
    margin-bottom: 50px;
}

.news-box-md h5 {
    font-size: 20px;
    font-weight: bold;
}

.news-box-md p {
    line-height: 1.1;
    text-align: justify;
}

.news-date-md {
    margin-top: 2px;
    margin-bottom: 5px;
}


.content-container.news-home-container .row > div {
    margin-bottom: 70px;
}








#carouselNews .carousel-indicators {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}
#carouselNews .carousel-indicators li {
    width: 13px!important;
    height: 13px!important;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #333;
    opacity: 1;
}
#carouselNews .carousel-indicators .active {
	background: #333;
}

#carouselNews .carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 220px;
}
#carouselNews .carousel-item h3 {
    font-size: 21px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 30px;
}
.news-info-mob .news-info {
    font-size: 16px;
}
.news-info-mob .news-date {
	font-weight: normal;
}
.news-info-mob .readmore a {
	font-size: 16px;
}






.pagination .page-item.active .page-link {
	background-color: #4f798e;
	border-color: #4f798e;
}
.pagination .page-link {
	color: #4f798e;
}
.pagination .page-link:hover {
	color: #4f798e;
    text-decoration: none;
}







/**************************************
	           ISPITI BOX
**************************************/

.ispiti-container {
    padding: 45px;
    background: #4f798e;
    color: #fff;
}

.ispiti-container-box {
    border: 1px solid #fff;
    padding: 55px 40px;
}

.ispiti-container .box-title {
    margin-bottom: 35px;
}

.ispiti-box {
    text-align: center;
}

.ispiti-title {
    font-size: 20px;
    margin-top: 40px;
}

a .ispiti-title {
    color: #fff;
}

a:hover .ispiti-title {
    text-decoration: underline;
}


/**************************************
	           TABS BOX
**************************************/

.tabs-container {
    margin-top: 70px;
}

.tab-content {
    border: 1px solid #7f7c7c;
    padding: 25px 20px;
    font-size: 16px;
    position: relative;
}

.tab-title {
    font-weight: bold;
}

.tab-date {
    margin-top: 10px;
}

.tab-col {
    border-right: 1px solid #9c9d9f;
}

.tab-col:last-child {
    border-right: 0;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-item {
    min-width: 20%;
}

.nav-tabs .nav-link {
    border-radius: 0;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    /* border-color: #e9ecef #e9ecef #dee2e6; */
    border-color: #7f7c7c;
    border-left: 0;
}
.nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #7f7c7c;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #6fb3bf;
    border-color: #7f7c7c;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #7f7c7c;
}


/**************************************
	           FOOTER INFO
**************************************/

.footer-info {
    background-color: #f3f3f3;
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.foo-info-text {
    text-align: right;
    font-size: 21px;
    line-height: 1.2;
}


/**************************************
	           FOOTER
**************************************/

footer {
    background-color: #333333;
    color: #fff;
}

.footer-col {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 13px;
}
.col-foo {
	width: 10%;
	min-width: 10%;
	padding-left: 5px;
	padding-right: 5px;
}


footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-title {
    font-weight: bold;
    /*white-space: nowrap;*/
    margin-bottom: 2px;
}

.foo-links ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

.foo-links ul li {
    font-size: 13px;
    /*white-space: nowrap;*/
}

.copy {
    font-size: 12px;
    border-top: 1px solid #fff;
    padding: 10px 0;
}


/**************************************
	           RESPONSIVE
**************************************/

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 1599px) {
    .box-title,
    .big-box h2 {
        font-size: 32px;
    }
    p,
    .news-info,
    .news-box p,
    .news-box-md h5 {
        font-size: 17px;
    }
    .box-subtitle {
        font-size: 21px;
    }
    .logo img {
        width: 60px;
    }
    .logo-info {
        font-size: 13px;
    }
    .first-nav > li > a {
        font-size: 14px;
        padding: 5px 10px !important;
    }
    .second-nav > li {
        margin-left: 2px;
    }
    .second-nav > li > a {
        font-size: 15px;
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    
     .big-box-container {
        margin-bottom: 80px;
    }   
    
    .big-box {
        padding: 22px 27px;
    }
    .big-box h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .big-box p {
        font-size: 18px;
        
    }
    
    .news-home-container {
        margin-bottom: 60px;
    }
    .news-box img {
        height: 240px;
    }
    .news-box h3 {
        font-size: 21px;
        font-weight: bold;
        margin-top: 30px;
    }
    .news-box p {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    
    .news-box-md {
        margin-bottom: 25px;
    }
    .news-box-md img {
        width: 130px;
        height: 130px;
    }
    
    .news-box-md h5,
    .news-date-md,
    .news-box-md p
    {
        font-size: 15px;
    }
    


    .ispiti-container {
        padding: 30px;
    }
    .ispiti-container-box {
        padding: 40px 25px;
    }
    .ispiti-container .box-subtitle {
        font-size: 21px;
    }
    .ispiti-title {
        font-size: 15px;
        margin-top: 30px;
    }
    .ispiti-box img {
        height: 74px;
    }
    .foo-info-text {
        font-size: 16px;
    }
    footer .col {
        flex-basis: auto;
        max-width: 20%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
	.footer-col .d-flex {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	}
	
	.col-foo {
		width: 20%;
		min-width: 20%;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	
}

@media (max-width: 1199px) {
    .navbar .searchBtn {
        display: block;
        margin-left: auto;
        margin-top: 6px;
        cursor: pointer;
    }
    .navbar-collapse {
        margin-top: 20px;
    }
    .navbar {
        position: fixed;
        left: 0;
        right: 0;
    }
    .navbar-nav > li {
        border-bottom: 1px solid #4e7a90;
        margin: 0;
    }
    .navbar-nav > li > a {
        border: 0;
        font-size: 16px;
        padding: 8px 15px !important;
        line-height: 1.1;
    }
    .mob-lang {
        display: flex;
    }
    .second-nav {
        display: block;
    }
    .navbar-nav li > a[aria-expanded="true"] {
        background-color: transparent;
        color: #000;
    }
    .navbar .dropdown-menu {
        margin-top: 0;
        margin-bottom: 10px;
        background: transparent;
    }
    .navbar .dropdown-menu a {
        color: #000;
        text-transform: none;
        border-bottom: 0;
        padding: 4px 15px !important;
        font-size: 16px;
		white-space: normal;
    }
    .navbar .dropdown-menu a:before {
        content: '\2013';
        padding-right: 10px;
        color: #4e7a90;
    }
    .navbar .dropdown-menu a:hover {
        color: #4e7a90;
        background: transparent;
    }
    .mob-lang {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .mob-lang li {
        border-bottom: 0;
        display: inline;
    }
    .mob-lang li::after {
        content: "  \00b7  ";
        color: #000;
    }
    .mob-lang li:last-child::after {
        content: "";
        color: #000;
    }
    .mob-lang li a {
        display: inline;
        font-size: 15px;
    }
    #carouselMain {
        margin-top: 0;
    }
    #carouselMain img {
        width: 100% !important;
        height: 100vh;
        object-fit: cover;
    }
    
    
    .page-cover {
        margin-top: 0;
    }
    .cover-img img {
        height: 450px;
    }    
    
    .project-box {
        min-height: 300px;
    }   
	
    ul.dropdown-menu li > ul.dropdown-menu {
        display: none !important;
    }

    .dropdown-menu .dropdown-toggle::after {
        display: none;
    }      
}



@media (max-width: 991px) {
    .big-box-container .col-lg-3 {
        margin-bottom: 10px;
    }
    
    
    
    .ispiti-container .box-subtitle {
        margin-bottom: 30px;
    }
    
    
    
    
    
    .tab-content {
        padding: 0 20px;
    }
    .tab-col {
        border-right: 0;
        max-width: 100%;
        flex: none;
        border-bottom: 1px solid #9c9d9f;
        padding: 20px 0;
    }
    .tab-col:last-child {
        border-bottom: 0;
    }    
    
    
    
    
    
    
    .logo-box {
        width: 300px;
        margin: 0 auto 20px;
    }
    .foo-info-text, .copy {
        text-align: center;
    }
    .foo-info-text span {
        white-space: nowrap;
    }    
    
    footer .col {
        max-width: 25%;
    }
    .foo-links ul li {
        white-space: normal;
    }
    
    
    .content-container p img.alignleft {
        margin: 0 25px 25px 0;
    }
    .content-container p img.alignright {
        margin: 0 0 25px 25px;
    }    
    
    
    
    .cover-img img {
        height: 350px;
    }
    .cover-menu {
        display: none;
    }
    .cover-text {
        top: 210px;
    }
    .cover-title {
        font-size: 45px;
        line-height: 1.1;
    }
    
    .cover-single {
        top: 170px;
    }    
    .cover-single .cover-title {
        font-size: 36px;
    }
    
    .project-box {
        min-height: 220px;
    }       
    
}



@media (max-width: 768px) {
    .big-box-container {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .container {
        max-width: 100%;
    }
    .big-box-container .col-lg-3 {
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .big-box {
        padding: 60px 27px;
        display: flex;
    }
    .big-box .big-box-img {
        min-width: 111px;
        margin-right: 20px;
        display: block;
    }
    .big-box h2 {
        padding-top: 0px;
        padding-bottom: 30px;
    }
    .box-title,
    .big-box h2 {
        font-size: 30px;
    }
    .big-box p {
        font-size: 17px;
        font-weight: normal;
    }
    .big-box:hover {
        background: #90b2c0 !important;
    }
    .big-box:after {
        content: '';
        width: 60px;
        height: 60px;
        display: block;
        background: #90b2c0;
        position: absolute;
        z-index: 1;
        right: 35px;
        bottom: -30px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    .big-box-container .col-lg-3:nth-child(2) .big-box:after,
    .big-box-container .col-lg-3:nth-child(2) .big-box:hover {
        background: #4f798e !important;
    }
    .big-box-container .col-lg-3:nth-child(3) .big-box:after,
    .big-box-container .col-lg-3:nth-child(3) .big-box:hover {
        background: #70b3c0 !important;
    }
    .big-box-container .col-lg-3:nth-child(4) .big-box:hover {
        background: #77a0a4 !important;
    }
    .big-box-container .col-lg-3:nth-child(4) .big-box:after {
        display: none;
    }
    
    
    .ispiti-icon-box .row {
        justify-content: center;
    }
    .ispiti-box {
        padding: 15px 5px;
    }    
    
    footer .col {
        max-width: 33.33%;
    }
	.col-foo {
		width: 33.33%;
		min-width: 33.33%;
	}
	
    .content-container {
        padding-top: 40px;
        padding-bottom: 0px;
    }    

}

@media (max-width: 591px) {
    .navbar {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    
    
    .carousel-text {
        font-size: 22px;
    }
    .carousel-arrow i {
        font-size: 32px;
    }

    
    .nav-tabs .nav-item {
        min-width: auto;
    }
    .nav-tabs .nav-link {
        font-size: 17px;
        min-width: 10px;
        padding: 10px 6px;
    }
    
    
    .ispiti-home {
        background: #f3f3f3;
    }
    .ispiti-container {
        padding: 50px 0;
        color: #000;
        background: none;
    }
    .ispiti-container-box {
        padding: 0;
        border: 0;
    }
    .ispiti-box {
        padding: 25px 2px;
        background: #70b3c0;
        border-radius: 15px;
        margin: 7px 4px;
    }
    .ispiti-box-2 {
        background: #90b1c0;
    }
    .ispiti-box-3 {
        background: #4f798e;
    }
    .ispiti-box-4 {
        background: #4f838e;
    }
    .ispiti-box-5 {
        background: #77a0a4;
    }

    
    
    
    .logo-box {
        width: 245px;
    }    
    .logo img {
        width: 47px;
    }
    .logo-info {
        font-size: 11px;
        margin-left: 5px;
        margin-top: -2px;
    }
    .footer-col {
        /*display: none;*/
    }
    footer .col {
        max-width: 50%;
    }
	.col-foo {
		width: 50%;
		min-width: 50%;
	}    
    
    .content-container p img.alignleft,
    .content-container p img.alignright {
        max-width: 100%;
        width: 100%;
        margin: 0 0 25px 0;
    }
    
    
    .cover-img img {
        height: 300px;
    }
    .cover-text {
        top: 190px;
    }
    .cover-title {
        font-size: 36px;
    }    
    
    .cover-single {
        top: 130px;
    }    
    .cover-single .cover-title {
        font-size: 26px;
    }    
    
    
    .project-box {
        min-height: 200px;
    }       
    
    .content-container h1 {
        font-size: 20px;
    }    
    
    p, .news-info, .news-box p, .news-box-md h5 {
        font-size: 15px;
    }    
        
    
    
}

@media (max-width: 420px) {
    
    .big-box {
        padding: 50px 12px;
    }

    
    .ispiti-icon-box .px-1 {
        padding: 0;
    }
    .ispiti-box {
        padding: 22px 1px;
        margin: 3px 0;
    }   
    .ispiti-title {
        font-size: 14px;
        margin-top: 25px;
    }    
    
    
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 10px 5px;
    } 
    .tab-content {
        font-size: 15px;
    }
    
    .cover-title {
        font-size: 30px;
    }   
    
    .cover-single {
        top: 120px;
    }    
    .cover-single .cover-title {
        font-size: 24px;
    }   
    
}

@media (max-width: 370px) {}


/* 5-column layout */

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


/*
JQuery Simple MobileMenu Slide
https://github.com/Position2/jQuery-Simple-MobileMenu
*/


/*Main style*/

body.mmactive {
    overflow: hidden;
}

.mobile_menu {
    display: none;
    position: relative;
}

.sm_menu_outer.active .mobile_menu {
    display: block;
}

.sm_menu_outer {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: -9;
    width: 100%;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
}

.sm_menu_outer .mobile_menu li.back a {
    padding: 20px 5px 20px 55px;
    background: url("img/back.png") no-repeat scroll 15px center / 5% auto;
}

.sm_menu_outer .mobile_menu a {
    color: #ffffff;
    display: block;
    font: 300 18px/140% "Lato", sans-serif;
    letter-spacing: 1px;
    padding: 20px 15px;
    text-transform: uppercase;
    text-decoration: none;
}


/*Sub Menu anim */

.sm_menu_outer.slide .mobile_menu .submenu {
    background-color: #000000;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

.sm_menu_outer.slide .mobile_menu li.active > .submenu {
    right: 0;
}

.sm_menu_outer .mobile_menu li {
    list-style-type: none;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0);
    border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
    color: #ffffff;
}

.sm_menu_outer.slide .mobile_menu li.hasChild > a {
    background: url("img/next.png") no-repeat scroll 95% center / 5% auto;
}


/*Hamburger Animation */

#sm_menu_ham {
    cursor: pointer;
    float: right;
    height: 25px;
    position: fixed;
    right: 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    width: 30px;
    top: 15px;
    right: 15px;
    z-index: 9999;
}

#sm_menu_ham span {
    background-color: #FFFFFF;
    border-radius: 5px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
    width: 30px;
}

#sm_menu_ham span:nth-child(1) {
    top: 0;
}

#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3) {
    top: 10px;
}

#sm_menu_ham span:nth-child(4) {
    top: 20px;
}

#sm_menu_ham.open span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0;
}

#sm_menu_ham.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sm_menu_ham.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#sm_menu_ham.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0;
}

@media (min-width: 1024px) {
    #sm_menu_ham,
    .sm_menu_outer {
        display: none;
    }
}