/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 21 2025 | 10:04:58 */
#navbar .container {
  padding-top: 10px;
  position: relative;
}

#navbar .container .telephone {
  margin-bottom: 0px;
  display: inline-block;
}

@media (min-width: 1200px) {
  #logo img {
    width: auto;
    max-width: 225px;
	  	margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .nav > li > a {
    padding-bottom: 10px;
  }
}

.dropdown-menu {
		padding: 0px 0 10px;
}

@media screen and (min-width: 992px) {
  body {
    padding-top: 60px;
	}

  #logo img {
    position: absolute;
    display: block;
    top: -40px;
  }
	#logo img {
  		margin: 0 auto;
  		width: auto;
  		max-width: 225px;
}
}	

@media screen and (max-width: 992px) {
	#navbar .container {
    	width: 98%;
  }
}



@media screen and (max-width: 992px) {
	#navbar .col-xs-12.col-lg-3 {
  		width: 25%; 
	}
	
	#navbar .col-xs-12.col-lg-9 {
  		width: 75%; 
	}
	
	ul#menu-main-navigation {
		padding-top: 50px;
	}
}
	
.navbar-toggle {
  		margin-right: 0;
  		position: absolute;
  		top: 40px;
  		right: 60px;
  		width: 30px;
  		height: 20px;
}


@media screen and (max-width: 768px) {
 #logo img {
    width: auto;
    max-width: 170px;
	  	margin-top: -20px;
  }
}

@media screen and (max-width: 480px) {
 #logo img {
    width: auto;
    max-width: 140px;
	  	margin-top: -20px;
  }
}

/** FOOTER **/

.copyright-terms {
	padding: 0 0 50px;
}

.footer-awards .award img {
  max-height: 60px;
  width: auto;
  display: inline-block;
		margin-bottom: 10px;
}

footer .footer-icons a > i {
  color: #337ab7;
}

footer .footer-icons a:hover > i {
		color: #fff;
}

.footer-icons .fa-3x {
  font-size: 30px;
		margin-top: 10px;
}

footer p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.footer-icons .fa-3x {
  font-size: 30px;
		margin-top: 30px;

}
}

/**** BUTTONS FLEX **/

.specialist-technologies .buttons {
	display: flex;
  flex-wrap: wrap;
	max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}



.specialist-technologies .buttons a.button {
		flex: 14.5%;
	margin: 10px;
		max-width: 100%;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .specialist-technologies .buttons a.button  {
    flex: 33.33%;
  }
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 768px) {
  .specialist-technologies .buttons a.button  {
    	flex: 25%;
  }
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 650px) {
  .specialist-technologies .buttons a.button  {
    	flex: 33.33%;
	  	padding: 5px 10px;
	  	font-size: 18px;
  }
}

