@media screen and (min-width:1199px){
	
	.navik-header{height:70px;}
	.navik-header-container {
    height: 70px;
  }
	
	
	.navik-menu ul li, .navik-menu > ul > li > a {
    position: relative; height: 70px; line-height: 70px;
  }

}



@media screen and (min-width:768px){
	
	
		.container-60 {max-width:60%}
	.container-70 {max-width:70%}
	.container-80 {max-width:80%}
	.container-90 {max-width:90%}
	.container-100 {max-width:100%}
	
	
	
}


@media screen and (max-width:992px){	.social-buttons a {
  margin: 0 10px;
    margin-bottom: 0px;
  text-decoration: none;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  display: list-item;
  text-align: center;
  margin-bottom: 5px !important;
}
}
@media screen and (max-width:768px){

  .btn:not(:last-child) {
    margin-bottom: 0;
  }
	
	

	
	

}

@media (max-width: 1199px) {
  .btn + .btn {
    margin-left: 0 !important; margin-top:10px;
  }
}