.navbar{
  padding-top: 0;   
}

.navbar-nav > .nav-item > a{
  padding: 41px 20px;
}

.current {
  background: rgb(88, 89, 91);/*#bdbebe5c*/
}

.curlang {
  color: #f2c118 !important;
  /*background: rgb(88, 89, 91);*/
  font-weight: bold;
}

#lang{
  /*display: inline-grid;
  margin-left: 15px;*/
  display: inline-grid;
  width: 253px;
  margin-left: 15px;
  float: left;
  padding-top: 16px;
  /*font-size: 13px;*/
  color: #333333;
}

#lang .lan {
  display: inline-block;
  /*width: 108px;
  height: 52px;
  */
  text-align: left;
  margin: 0 auto;
  font-weight: bold;
}

#lang .soc {
  display: center !important;
  text-align: center;
}

#soc .fa {
  display: center !important;
  text-align: center;
  margin-left: 15px;
}

#lang > ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
  color:#f2c118;
}

/*.navbar-nav > .nav-item{
  border-bottom:4px solid #ffdc92;
}*/

#lang > ul > li {
  float: left;
}

#lang > ul > li > a {
 color:#f2c118;
}

#lang > a {
  text-align: center;

}

footer{
  background-color: #58595b !important;
}
.footer-ul {
  display: flex !important;
}

.footer-ul > li {
  margin-right: 10px !important;
}

.footer-ul > #lang{
  margin-top: -35px;
}
/*ZVONE END*/

/* YOUR CUSTOM STYLES */
@font-face {
    font-family: "Roboto";
    src: url(roboto/Roboto-Regular.ttf) format("truetype");
}
/*font-family: "My Custom Font", Verdana, Tahoma;*/
body {
    font-family: "Roboto" !important;
    color: #58595b;
}
a {
	color: #58595b;/*#212529 ;*/
}
.ih-item.circle.effect5 .info h3 {
	padding: 110px 0 0 0 !important;
}

footer { 
	background-color:#58595b; 
  min-height:250px; 
  font-family: 'Roboto', sans-serif; 
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
	}
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { 
	color:#f2c118; 
	
	font-family: 'Roboto', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#f2c118;}
.footer-onama p { 
	color:#f2c118; 
	
	font-family: 'Roboto', sans-serif; margin-bottom:15px;}

.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:29px; }
.footer-ul li a { color:#f2c118; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 
 

 
 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#000000;}
 .copyright p { text-align:left; color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#58595b; margin-bottom:22px;}
 .post p { font-size:12px; color:#f2c118; line-height:20px;}
 .post p span { display:block; color:#f2c118;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
 
 .social-media .fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%; 
}
 
 .social-media .fa:hover {
    opacity: 0.7;
}

.social-media .fa-facebook {
  background: #3B5998;
  color: white;
}

.social-media .fa-linkedin {
  background: #007bb5;
  color: white;
}

.btn-primary {
    color: #fff !important;
    background-color: #f2c118 !important;
    border-color: #58595b !important;
}

.btn-primary a:hover{
    color: #fff !important;
}

a:hover { 
    color: #f2c118 !important;
}

.breadcrumb {
    padding: .75rem 1rem !important;
    margin-bottom: 1rem !important;
    list-style: none !important;
    background-color: rgba(88, 89, 91, 1) !important;
    border-radius: .25rem !important;
}

.breadcrumb a{
  color: #f2c118 !important;
}

.breadcrumb a:hover { 
    color: #ffffff !important;
}

.breadcrumb-item.active {
    color: #ffffff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ffffff !important;
    content: "/";
}
/*.container.ng-scope{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.homeContent {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}*/