

/**
 * ALFA theme custom styles
 */

body {
  font-size:15px;
  color:#555;
  margin-top: 0px;
}

a {
  color:#700 !important;
  text-decoration: none !important;
}

a:hover {
  color:#500 !important;
}

.btn-primary {
  color: #500;
  background-color: #fff;
  border-color: #500;
}

.btn-primary.active,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #555 !important;
  border-color: #000 !important;
}

DD DT DL
----------------
dl:after {content:"";display:table;clear:both;}
dd {
    padding:.5em 0;
}
dl {
    width:100%;
}
dt, dd {
    display:inline-block;
    width:20%;
}
dt {
    text-align:right;
    font-weight:bold;
    clear:left;
    float:left;
}
dd {
    width:70%;
    padding-left:1em;
    clear:right;
}
dd + dd {
    float:right;
    clear:both;
}
dt:first-child {
    padding-top:.5em;
}
dd + dt {
   clear:both;
    padding-top:.5em;
}
dt + dt {
    width: 100%;
    float: none;
    padding: 0 70% 0 0;
}
dt + dt + dd {
    margin-top: -2em;
}
dt + dt + dd + dt {
    margin-top: 2em;
}
dt {
  font-weight:300
}


	.slow {
		-webkit-transition: all 0.2s ease-out;
    	-moz-transition: all 0.2s ease-out;
    	-ms-transition: all 0.2s ease-out;
    	-o-transition: all 0.2s ease-out;
    	transition: all 0.2s ease-out;
	}
	.vrska {
		margin:1px;padding:5px;font-size:1em;color:#900;text-decoration: none;
	}
	.vrska:hover {
		color:#b00020 !important;
	}
	.izbornik {
		display:block;margin:5px;padding:10px;font-size:1.5em;color:#fff;text-decoration: none; border:1px solid #999;
	}
	.temen {
		background:#b00020;color:#fff;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	}
	.temen:hover {
		background:#900;
	}

	.sreden {
		background:#b00020;color:#fff;text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	}
	.sreden:hover {
		background:#900;
	}

	.svetol {
		background:#e0e5ef;color:#3e556c;
	}
	.svetol:hover {
		background:#3e556c;
		color:#fff;
	}


/* -- HYBRID -- */
body.navbar-is-fixed-top {
  margin-top: 0px;
}

.dialog-off-canvas-main-canvas {
  position:absolute;
  width:100%;
}

header {
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.navbar.container {
  width:100%;
  max-width: 100%;
  padding: 0 calc((100vw - 1200px)/2);
}


/* - TOP MENU - */

.menu>li>a{
  font-size:18px;
  color:#fff !important;
  text-transform: uppercase;
  padding:18px 10px;
}

/*-logo-*/
.logo.navbar-btn {
  margin-top: 3px;
  margin-bottom: 3px;
}
.logo img {
  height:50px;
  width:auto;
}

.navbar-brand {
  display:none;
}

.navbar-brand {
  color:#fff !important;
}
.navbar-brand:hover {
  color:#e5e5e5 !important;
}

/*-login-*/
.menu--account a {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu--account a:before {
  content:"\e161";
}

/*-lang-*/
.region-navigation .block-lang-dropdown{ 
  position:absolute;
  width:60px;
  height:50px;
  display:inline-block;
  padding-top:8px;
  right:10px;
}
.region-navigation select{
  width:60px !important;
  background:none;
  border:0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#block-languagedropdownswitcher {
    padding-top:12px;
    margin:0;
    float:right;
#  display:none;
}
.lang_dropdown_form .select-wrapper:after {
  display:none;
}
.lang_dropdown_form .select-wrapper select {
  width: 36px !important;  
  font-size:17px;
  text-transform:uppercase;
  color:#fff;
  background-color:transparent;
  border:1px solid #fff;
  padding: 0 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor:pointer;
}
.lang-dropdown-select-element option {
  color:#900;
}

.dropdown-menu > li > a {
  color:#555 !important;
  font-size:17px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color:#f2f3f5;
  color:#500 !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-color: #f2f3f5;
  color:#555;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555 !important;
    background-color: #f2f3f5;
}


/* - MAIN CONTENT - */
.main-container {
  padding-top:3em;
}

.content .container {
    max-width:100%;
}

.region-content img{
  max-width:800px;
}

h1.page-header {
    text-align:center;
}

/* front page */

.view-frontpage .view-empty {
  display: none;
}

.block-field-blocknodearticlefield-image {
  float:left;
}

.article.teaser{
  height:250px;
}

.view-frontpage .field--type-text-with-summary,
.article.teaser .field--type-text-with-summary {
  height:130px;
  max-height:130px;
  overflow:hidden;
  text-align:justify;
}

.node-readmore {
  float:right;
  background:#f2f3f5;
  padding:0 !important;
  border:1px solid #b00020;
  border-radius:3px;
  margin-top:10px;
}
.node-readmore a {
  display:block;
  padding:5px 10px;
}

.node-readmore:hover {
  background-color:#b00020 !important;
}
.node-readmore:hover a{
  color:#fff !important;
}

.view-frontpage {
    margin-bottom:50px;
}

/* - SLIDER - */
.carousel-caption {
  position:absolute;
  padding:0;
  text-align:left;
  bottom:0;
  right:0;
  left:0;
  background-color:rgba(0,0,0,.5);
  text-shadow:none;
}
.carousel-caption h3 a{
  color:#e92 !important
}
.carousel-control{
  color:#fff !important;
  font-weight:normal !important;
}


/* - FRONT ABOUT - */
.front-about {
  text-align:center;
}
.front-about p {
  margin:15px auto;
}
.front-about {
  background:url(/alfa/img/slide-bg1.jpg) top center no-repeat;
  background-size:cover;
  padding:1em;
}


/* - FRONT SERVICES - */
#block-servisi {
  margin:50px auto;
}

#block-servisi .container {
    max-width:100%;
}

.serviceBox{text-align: center;margin-top: 60px;position: relative;z-index: 1; margin-bottom: 21px;}
.serviceBox .service-icon{width: 78px;height: 78px;border-radius:3px;background: #fff;margin: 0 auto;position: absolute;top: -34px;left: 0;right: 0;z-index: 1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon{transform: rotate(45deg);}
.serviceBox .service-icon span{display: inline-block;width: 60px;height: 60px;line-height: 60px;border-radius:3px;background: #727cb6;font-size: 30px;color: #fff;margin: auto;position: absolute;top: 0;left: 0;bottom: 0;right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .service-icon span i{transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-icon span {border:1px solid #500;}
.serviceBox:hover .service-icon span i{transform: rotate(-45deg);}
.serviceBox .service-content{background: #fff;border: 1px solid #e7e7e7;border-radius: 3px;padding: 55px 16px;position: relative;height:250px;}
.serviceBox .service-content:before{content: "";display: block;width: 80px;height: 80px;border: 1px solid #e7e7e7;border-radius: 3px;margin: 0 auto;position: absolute;top: -37px;left: 0;right: 0;z-index: -1;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .service-content:before{transform: rotate(45deg);}
.serviceBox .title{font-size: 15px;font-weight: 400;color: #000;text-transform: uppercase;margin: 0 0 20px 0;position: relative;transition: all 0.3s ease-out 0s;}
.serviceBox:hover .title{color: #727cb6;}
.serviceBox .description{font-size: 14px;font-weight: 500;line-height: 22px;margin-bottom: 0; text-align:justify;}
.serviceBox .read-more{display: block;width: 40px;height: 40px;line-height: 38px;border-radius: 50%;background: #fff;border: 1px solid #e7e7e7;font-size: 14px;color: #c4c2c2;margin: 0 auto;position: absolute;bottom: -17px;left: 0; right: 0;transition: all 0.3s ease-out 0s;}
.serviceBox .read-more:hover{border: 1px solid #727cb6;color: #727cb6;text-decoration: none;}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #008b8b; }
.serviceBox.blue:hover .title{ color: #3498db; }
.serviceBox.orange:hover .title{ color: #e67e22; }

.serviceBox:hover .read-more{border: 1px solid #727cb6;color: #727cb6;}
.serviceBox.green:hover .read-more{border: 1px solid #008b8b;color: #008b8b;}
.serviceBox.blue:hover .read-more{border: 1px solid #3498db;color: #3498db;}
.serviceBox.orange:hover .read-more{border: 1px solid #e67e22;color: #e67e22;}


.serviceBox .service-icon span {
  background:#999;
}

.serviceBox:hover .title,
.serviceBox:hover .read-more {
  color:#500;
}

.serviceBox:hover .read-more {
  border: 1px solid #500;
}

.serviceBox .service-icon span {
  border-radius: 100%;
}


/* - FRONT STAFF - */
.a-front-staff .container {
  width:100%;
  background-color: transparent;
  background-image: linear-gradient(120deg,#500 33%,#f0f0f0 33%);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 1em 10px;
  margin:3em auto;
}
.a-front-staff div {
  text-align:center;
}

.a-front-staff .col-md-8 {
  text-align:center;
  padding:0 1em;
} 
.a-front-staff-text {
  text-align:justify;
  display:block;
  color:#555 !important;
  font-size:1.2em;
  line-height:1.2;
  width:95%;
  margin-top:30px;
  margin-left:10px
}
.a-front-staff-text:hover {
    text-decoration:none;
    color:#fff;
}

.a-front-staff .btn {
  margin-top:1em;
}

.a-front-staff img {
  width:150px;
  height:auto;
  margin-left:10px;
}

.a-front-staff .col-md-4 {
  text-align:left;
}



/* - FRONT CALL TO ACTION - */
#block-frontallnews {
  background-color:#b00020;
  text-align:center;
  color:#fff;
  font-size:2rem;
  height:100px;
  margin:50px -15px 0;
}
.a-front-action a{
  margin:29px;
  width:170px;
  font-size:1.5rem;
}

/* - OGLASI - */
#block-oglasi {
  padding: 50px 0;
  background-color:#f2f3f5;
  margin-left:-15px;
  margin-right:-15px;
}
.a-front-oglasi>div {
  width:100;
  text-align:right;
}

.a-front-oglasi li {
  list-style: none;
  font-size:3rem;
  line-height:2.2
}

.a-front-oglasi img {
  height:200px;
  width:auto;
  float:left;
}

/* - SORABOTKA - */

.a-front-sorabotka {
  text-align:center;
}
.a-front-sorabotka a{
  display:inline-block;
  margin:50px -5px;
}
.a-front-sorabotka a:hover{
  opacity:.5
}


h2.block-title {
    text-align:center;
    border-bottom:2px solid #500;
    width:30%;
    line-height:2em;
    margin:0 auto;
}


/* - POST - */
.article h3 {color:#900}

article .content .field--type-image img {
  width:200px;
  height:auto;
  max-height:200px;
  float:left;
  padding:5px;
  border:1px solid #e5e5e5;
  margin:4px 5px 5px 0;
}

article .content p{
  text-align:justify;  
}

.page-node-type-article .region-content .field--name-body {
  margin-bottom:50px
}

.page-node-type-article .field--type-entity-reference {
  margin:20px;
}


/* - NABAVKI - */

article.javni-nabavki .field--label,
article.javni-nabavki .field--item {
  display:inline-block;
  margin:5px;
}
article.javni-nabavki .field--item {
  position:absolute;
  left:300px;
}

article.javni-nabavki .field--name-body {
  position:relative;
  left:0;
}
article.javni-nabavki .field--name-body p:first-of-type {
  font-weight:bold;
  font-size:1.2em;
}



/* - PAGER - */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #c60000;
  border-color: #990000;
}

/* - SIDE MENU - */

.region-sidebar-second img {
  max-width:100%;
}


/*-Search-*/
#search-block-form input::-webkit-input-placeholder {
  color: transparent;
}
#search-block-form input:-moz-placeholder {
  color: transparent;
}
#search-block-form input::-moz-placeholder {
  color: transparent;
}
#search-block-form input:-ms-input-placeholder {
  color: transparent;
}

.region-sidebar-second .search-block-form button{
 background-color:#f2f3f5;
 border-color:#ccc;
}

.form-control:focus {
  border-color: #c60000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 100, 0, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 100, 0, .6);
}

.select-wrapper:after {
  color: #900;
}

.region-sidebar-second ul {
  list-style-type: none;
}

.region-sidebar-second .block-views{
  margin-top:0px
}
.region-sidebar-second h2,
.region-sidebar-second h3{
  font-size: 1.5em;
  background-color:#f2f3f5;
  line-height:1.5;
  text-align:center;
  width: 100%;
  border: 0;

}


/* - PARTNERI - */

.a-partneri {
  text-align:center;
}

.a-partneri img {
  margin:5px 1px;
  border:1px solid #e5e5e5;
  width:30%;
  height:auto;
}

.a-partneri a {
  -webkit-filter: none;
  filter: none;
  opacity:1;
}

.a-partneri a:hover img{
  border:1px solid #999;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}



/* - OTCET - */
.a-otcet {
  margin-top:10px;
}


/* - Informacii - */
#block-informacii-4 ul {
  padding-left:0;
}
#block-informacii-4 li {
  padding:5px;
}


.region-sidebar-second ul li a {
display:block;
width:100%;
padding:2.5px 5px;
margin-left:-15px
}

.region-sidebar-second ul li a:hover {
background-color:#f2f3f5;
color:#000 !important;
}


/* - kontakti - */

.a-contact {
  width:100%;
  height:40px;
  margin:10px 0;
  background:#999;
}


.a-contact a {
  text-transform:uppercase;
  padding: 10px;
  color:#fff !important;
  display: block;
  font-weight:bold;
}

.a-contact i{
  font-size:20px;
  line-height:20px;
}

.a-contact span {
  display:inline-block;
  margin-left:10px;
  position: absolute;}


.a-contact:hover {
  background:#f2f3f5;
  border:1px solid #000;
}

.a-contact:hover a{
  color:#500 !important}


/* - - CONTACT FORM - - */
.contact-form .form-actions {
  margin:2em;
}

#edit-preview--2 {
  display:none;
}

.a-contact-page div {
  margin:100px auto;
}

.a-contact-page img {
  width:100%
}

.a-contact-page {
  font-size:1.5rem;
}

.a-contact-page h3 {
  margin-top:0;
  font-size:3rem;
  font-weight:bold;
}


/* - - VRABOTUVANJE FORM - - */

#edit-field-1-podatoci-za-kandidatot-0-value,
#edit-field-2-podatoci-za-obrazovanie-0-value,
#edit-field-3-podatoci-za-rabotno-isku-0-value,
#edit-field-4-izbor-na-pozicija-0-value,
.tabledrag-toggle-weight {
  display:none;
}

.form-item-field-2-podatoci-za-obrazovanie-0-value,
.form-item-field-1-podatoci-za-kandidatot-0-value,
.field--name-field-3-podatoci-za-rabotno-isku,
.form-item-field-4-izbor-na-pozicija-0-value {
  margin-top:50px;
  margin-bottom:20px !important;
  padding-bottom:10px;
  border-bottom:1px solid #500;
}

#field-vrabotuvanje-hronoloskl-add-more-wrapper .help-block {
  font-size:1em;
  font-weight:bold;
  color:#c00;
}

.field-add-more-submit.btn-info {
  color: #500;
  background-color: #fff;
  border-color: #777;
}

.field-add-more-submit.btn-info:hover {
  color: #fff;
  background-color: #999;
  border-color: #000;
}

.field--name-field-procesirane-na-podatoci {
  margin: 2em;
  padding:1em;
  border:1px solid #500;
  font-weight:bolder;
  font-size:1.5em;
}

.field--name-field-procesirane-na-podatoci .help-block {
  font-size: 15px !important;
  font-weight:100 !important;
}


label {
  color:#522;
  font-weight: 100;
  font-size:15px;
  opacity:.7
}

/* - FOOTER - */

.footer {
  padding-bottom:20px;
  padding-top: 20px;
}

.region-footer nav h2,
.region-footer section h2{
  margin:5px;
  font-size:1.5em;
}
.region-footer nav li{
  float:none;
  padding-left:5px
}
.region-footer li a{
  line-height:1;
  margin:0;
}
.region-footer a:hover{
  background:none !important;
}



.region-footer section ul {
  list-style-type: none;
  padding-left:0;
}

.region-footer section li {
  margin:10px 5px; }

footer section {
  display:block !important;
  position:relative !important;
}

footer h3 {
  font-size:1.5em;
}


.block-views-blockobjavi-block-1 {
  margin-top:15px;
}

.a-objavi-list a {
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  display:block;
  padding: 5px !important;
}



/* - - FOOTER MAPA - - */
.a-footer-map {
  margin-top:25px;
}


/* - - SOCIAL ICONS - - */

.social-media {text-align:center}

.social-media > a {
  margin: 10px 5px;
  padding:4px 7px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border:1px solid #900;
  border-radius: 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
}

.social-media .icon-facebook {
  padding-left:10px
}

.social-media .icon-facebook:hover {
    background: #3b5998;
    color: #fff !important;
    border:1px solid #ccc;
}

.social-media .icon-gplus:hover {
    background: #dd4b39;
    color: #fff !important;
    border:1px solid #ccc;
}

.social-media .icon-twitter:hover {
    background: #00aced;
    color: #fff !important;
    border:1px solid #ccc;
}
.social-media .icon-linkedin:hover {
    background: #0274b3;
    color: #fff !important;
    border:1px solid #ccc;
}



/* - - - ALFA GALLERY BS MODAL - - - */
.alfa-gallery .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}

.thumbnail img {
  width:252px;
}
.alfa-gallery .modal-body {
  min-height: 550px;
}
.alfa-gallery .modal-body img {
  max-width:960px;
}
.alfa-gallery .btn:focus,
.alfa-gallery .btn:active,
.alfa-gallery button:focus,
.alfa-gallery button:active {
  outline: none !important;
  box-shadow: none !important;
}
.alfa-gallery .modal-footer{
  display: block;
}


@media all and (min-width: 1024px){
body {
  background-color:#f2f3f5;
}


/* - ALFA HEAD - */
.a-head {
  position: absolute;
  width: 100% !important;
  text-align:center;
  margin:0px auto;
/*  background:url("/alfa/img/bg-header.jpg") top left no-repeat; */
  background-size:cover;
  min-height:150px;
}
.a-head-logo,
.a-head-brand h1,
.a-head-grifin {
  display:inline-block;
}
.a-head-brand h1{
  margin: 10px;
  vertical-align:middle;
  font-size:28px;
}

.a-head h1 {
    color: #393939;
    font-family:sans-serif;
    font-weight:bold;
}
.a-head small {
  display:block;
  color:#555;
  font-size:.9em;
  padding:5px;    
}

.a-head-brand {
  margin-top:25px;
}


/* - NAV - */
#navbar {
  margin-top:150px;
  position:relative;
}
.navbar .container {
    width:90%;
}
.navbar {
  margin-bottom: 0px;
}
  
#navbar.sticky {
  position:fixed;
  margin-top:0;
  z-index: 10;
}
.sticky + .main-container {
    margin-top:150px
}



/* - MENU - */
.navbar-default {
  background-color: #b00020;
  border-bottom-color: #777;
}

.navbar-nav > li > a {
  padding-top: 19px;
  padding-bottom: 17px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active {
    color: #500 !important;
    background-color: #fff !important;
		-webkit-transition: all 0.2s ease-out;
    	-moz-transition: all 0.2s ease-out;
    	-ms-transition: all 0.2s ease-out;
    	-o-transition: all 0.2s ease-out;
    	transition: all 0.2s ease-out;
}

.menu ul li:first-child>a:after {
    content:'';
    position:absolute;
    left:40px;
    top:-6px;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #fff}
.menu ul ul li:first-child a:after {
    left:-6px;
    top:50%;
    margin-top:-6px;
    border-left:0;
    border-bottom:6px solid transparent;
    border-top:6px solid transparent;
    border-right:6px solid #fff}
.menu ul li:first-child a:hover:after {
    border-bottom-color:#fff}
.menu ul ul li:first-child a:hover:after {
    border-right-color:#fff;
    border-bottom-color:transparent}


ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

/* - NAV LANG - */
#block-language {
  display:inline-block;
  position:absolute;
  right:5px;
}
#block-language a {
  padding:15px 2px;
  display:inline-block;
}
#block-language img {
  border: 1px solid transparent;
}

#block-language a:hover img,
#block-language a:focus img {
  border: 1px solid #fff;
}


/* - SLIDER - */
.path-frontpage .main-container {
  padding-top:50px;
}
.view-slider-vesti {
    background:url(/alfa/img/slide-bg1.jpg);
}
.carousel-inner {
    height:400px;
}
.carousel-indicators {
  bottom: -20px;
}
.carousel-indicators li {
  border: 1px solid #b00020;
  background-color:#fff;
}
.carousel-indicators .active {
  background-color:#b00020;
}

.carousel-caption {
  height:83px !important;
}
.carousel-caption h3 {
  margin:0;
  padding:5px 10px 0;
}
.carousel-caption p {
  padding:5px 10px;
}







/* - MAIN CONTENT - */
.main-container {
  background-color:#fff;
}



/* - FOOTER - */
.region-footer section {
  position:absolute;
}
footer section {
  min-width:25%;
  float:left;
}




}



@media all and (max-width: 1023px){
.alfa-head {display:none;}




#navbar {margin-top: 0;}
.navbar.container {width: 100%; padding:0; padding-right: 15px !important; padding-left: 5px !important;}
.navbar-brand {padding: 15px 1px; font-size: 14px; color: #369 !important;}
.region-navigation select.lang-dropdown-select-element {width: 40px !important;}
.block-lang-dropdown .form-control {padding: 6px;}
.region-navigation .block-lang-dropdown {width: 40px; right: 40px;}
.block-lang-dropdown .select-wrapper:after {display:none;}
.block-lang-dropdown .form-control {text-transform:uppercase}
.navbar-toggle {padding: 10px; margin-right:15px}
.region-navigation-collapsible {padding-left:10px}
.menu>li>a {color: #500 !important;}

#block-language {
  position:absolute;
  top:13px;
  right:36px;
  display:none;
}
#block-language img{
  width:15px;
  margin:1px;
}

.navbar-toggle {
  padding: 10px;
}


/* - SLIDER - */
.path-frontpage .main-container {
  padding-top:50px;
}
.carousel-inner {
    height:150px;
}
.carousel-indicators {
    bottom: -20px;
}
.carousel-indicators li {
    border: 1px solid #b00020;
    background-color:#fff;
}
.carousel-indicators .active {
    background-color:#b00020;
}

.carousel-caption {
  height:50px !important;
}
.carousel-caption h3 {
  font-size:1.5rem;
  font-weight:normal !important;
  margin:0;
  padding:5px 10px 0;
}
.carousel-caption p {
  display:none;
}






.view-frontpage .article h2,
.view-frontpage .article .h2 {
    font-size: 2rem;
}

.view-frontpage .article .field--type-image {
    display:none
}

/*  - - FRONT PAGE - - */

#block-frontallnews {
    margin: 50px -15px;
}
.a-front-action {text-align:center;height: 150px !important;    padding:20px}
.a-front-action a {
    display:block;
    margin:0px auto;
}

.a-front-oglasi>div {
  text-align:left;
}

.a-front-oglasi img{
  display:none;
}

.a-front-sorabotka a{
  display:inline-block;
  margin:50px 5px;
  padding: 0;
  width:25%;
}
.a-front-sorabotka img {
  height:80px;
}



.page-node-type-article h1{
  font-size:2.5rem
}
.page-node-type-article h2{
  font-size:2rem
}
.article img{
  width:100% !important
}
.field--name-field-slide {
  display:none;
}


/* - ORGANOGRAM - */
.container.fin-organizacija {
  padding: 10px 0;
}
.fin-organizacija img {
  max-width:100%;
}




.region-sidebar-second {
  margin-top:100px;
}


.view-content .views-row {
  margin-bottom:2em;
}

h2.block-title {
  width: 50%;
}

#block-servisi .serviceBox {
  margin-bottom:7em;
}

#block-servisi {
  margin: 50px auto 0;
}

.a-front-staff .container{
  background-image: linear-gradient(180deg,#500 230px,#f0f0f0 33%);
}
.a-front-staff .col-md-4{
  text-align:center;
}
.a-front-staff img {
  margin-left:0
}

#block-frontpartners,
footer #block-navigacijamk,
footer #block-informaciimk {
  display:none !important;
}



}



/* - HIDES - */
.view-frontpage .field--name-field-tags,
.view-frontpage .field--name-body h2,
.path-frontpage .page-header
.field--name-field-slide,
.views-field-changed,
.article .author,
.view-frontpage .field--name-field-tags,
.article .field--name-field-tags,
.article .field--name-field-kategorija {
  dis-play:none;
}





#block-alfa-account-menu {
  display:none;
}

.feed-icons,
.path-frontpage .user-login-form,
.path-frontpage .tabs--primary,
.field--name-field-kategorija {
  display:none;
}
