/* - ADMIN EDIT PRIMARY TABS - */
.user-logged-in .region-header .tabs {
  position: fixed;
  display: block;
  top: 30vh;
  left:0;
  max-width:100px;
  z-index: 5;
  background-color: unset;
}

.user-logged-in .region-header .tabs .nav-tabs{
  position:relative;
  left:-95%;
  background-color: #f5f5f5;
  box-shadow:0px 0px 10px #0008;
  transition: all 0.33s ease-in-out;
}

.user-logged-in .region-header .tabs:hover .nav-tabs{
  position:relative;
  left:0px;
}

.user-logged-in .region-header .tabs .nav-tabs li {
  width:100%;
  text-align:center;
  border-bottom:1px solid #ddd;
  border-right:3px solid #fa5;
  margin:0;
}

.user-logged-in .region-header .tabs .nav-tabs li a{
  font-size:1.2rem;
  line-height:20px;
  padding:5px;
  margin:0;
}

.a-head .region-header .tabs--primary a{
  color:#555;
}

.a-head .region-header .tabs--primary li.active a,
.a-head .region-header .tabs--primary li:hover a{
  background-color:#fff;
  color:#000;
}





















/* - - - COLORS - - - */
:root {
  --a-theme-1: #600;
  --a-theme-2: #500;
  --a-theme-3: #900;
  --a-theme-4: #fa5;
  --a-theme-5: #040;
}












/* - - - HEADER - - - */

/* - TOP MENU - */
#secondary-header {
  background-color: red;
}









/* - - - FRONT EDIT - - - */

/* NEWS LIST - */

.view-a-soopstenija .grid__content .views-field-title .field-content:before{
	display:none;
}

.view-a-soopstenija .grid__content .views-field-title a{
	color:var(--a-theme-2) !important;
}

.view-a-soopstenija .grid__content:hover{
  border:1px solid var(--a-theme-2);
}





/* - - - PAGE EDITS - - -*/

/* - KOMISII - */
.page-node-1522 .view-a-staff .views-row {
  margin-bottom:2rem
}

.page-node-1522 .view-a-staff .views-row a{
  font-weight:500;
}










/* - NEWS - */
.page-title-full-width-container {
  background: var(--a-theme-2) url(/sites/default/files/alfa/img/design/graybg-1.jpg) no-repeat top center /cover;
}

#page-title-full-width-container #page-title h1.page-title{
  color: var(--a-theme-2);
}

.page-title-full-width-container .breadcrumb{
  background:var(--a-theme-2);
}























 /* - FOOTER - */
 
.a-footer.a-bg-theme-1 {
  background-color: var(--a-theme-2);
}










/* - MONITOR 2k/4k/5k - */

@media only screen and (min-width: 2560px) {





}




/* - MONITOR 1600-1920 - */
@media only screen and (min-width: 1600px) and (max-width: 2559px){







}




/* - MONITOR/LAPTOP 1280-1366-1600 - */
@media only screen and (min-width: 1366px) and (max-width: 1599px){




}


/* - ALL LARGER THAN TABLET - */
@media only screen and (min-width: 1280px){






}






/* - Large Tablet 1024-1280 - */
@media only screen and (min-width: 1024px) and (max-width: 1279px){





}


/* - - - - - - - - - - MOBY landscape - TABLET 768 - 1024 - - - - - - - - - - */
@media only screen and (min-width: 768px) and (max-width: 1023px){
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}	
	
	
/* - - - - - - - - - - MOBY < 768 - - - - - - - - - - */
@media only screen and (max-width: 767px){




















































































































}















