* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

/* REUSABLE */

h1,
h2 {
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 240%;    
    word-spacing: 4px;
}

h2{
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 180%;    
    word-spacing: 4px;
    text-align: center;
}

h2:after {
    display: block;
    height: 2px;
    background-color: black;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 100%;
    font-weight: 600;
}

h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 90%;
    margin-top: 20px;
    color: #adadad;
}

section {
    padding: 60px 0px;
}

p {
    line-height: 145%;
    text-align: justify;
}

.transparentBlack {
    display: block;
    background-color: rgba(0, 0, 0, 0.82);
    color: white;    
}

.icon-white-big {
    font-size: 100%;
    padding-right: 10px;
    color: white;
}

.icon-black-big {
    font-size: 100%;
    padding-right: 10px;
    color: black;
}

.icon-black-huge {
    font-size: 300%;
    color: black;
    display: block;    
    margin: auto;
    margin-bottom: 30px;
}

.long-black-line {
    display: block;
    height: 1px;
    background-color: #6d6d6d;
    content: " ";
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

/* HEADER */

header {
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(img/banner01.jpg);
    background-size: cover;
    background-position: center;
    height: 80vh;
    background-attachment: scroll;
}

.logo {
    float: left;
    margin-top: 20px;
}

.main-nav {
    position: absolute;
    width: 1140;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: 60px;        
}

.main-nav ul{
    display: inline-flex;
    list-style: none;
}

.main-nav ul li {
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 15px;
}

.main-nav ul li:hover .subMenu {
    display: block;
    position: absolute;
    background-color: black;
    margin-top: 15px;
    margin-left: -50px;
    border-radius: 0px 0px 10px 10px;
    left: 150px;
}

.main-nav ul li:hover .subMenu ul {
    display: block;
}

.main-nav ul li:hover .subMenu ul li {
    width: 230px;
    padding: 10px;    
}

.main-nav ul li a:link,
.main-nav ul li a:visited {
    padding: 8px 0px;
    text-decoration: none;
    font-family: Lato;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: 300;
    color: #000000;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav ul li a:hover,
.main-nav ul li a:active {
    border-bottom: 2px solid black;
}

.subMenu {
    display: none;
}

.subMenu ul li a:link,
.subMenu ul li a:visited {
    color: white;
    text-decoration: none;
    font-family: Lato;
    font-size: 90%;
    font-weight: 300;
}

/* Mobilenavi */ 
.mobile-nav-icon {
    float: right;
    cursor: pointer;
    display: none;
}

.ico-menu {
    color: black;
    font-size: 200%;
}

/* Sticky navi */
.stickylogo {
    display: none;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: black;
    z-index: 9999;
}

.sticky .main-nav {
    top: -130%;
}

.sticky .main-nav ul li a:link,
.sticky .main-nav ul li a:visited {
    padding: 8px 0px;
    text-decoration: none;
    font-family: Lato;
    font-size: 80%;
    color: white;
    font-weight: 400;
}

.sticky .logo {
    display: none;
/*
    margin-top: 0;
    width: 60px;
    height: auto;
    margin-left: 130px;
*/
}

.sticky img {
    left: 50%;
}

.sticky .main-nav ul li:hover .subMenu {
    width: 240px;
}

.sticky .stickylogo {
    display: block;
    margin-top: 0;
    height: auto;
    margin-left: 130px;
}

/* BODY */

/* Home Page */

/* .section-home {
    
} */

.sectionHomeMission {
    background-color: black;
    color: white;
}

.sectionHomeMission h2:after {
    display: block;
    height: 2px;
    background-color: white;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
.mission {
    font-style: italic;
    font-size: 130%;
    text-align: center;
    align-content: center;
}

/* Services Page */

.servicesApproach{
    padding-left: 50px;
}

/* Food Page */

.sectionWholeTray {
    background-image: url(img/wholeTray01.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-attachment: scroll;
}

.wholeTrayContent {
    padding: 20px 20px;
}

.burgerfiLocation {
    padding-left: 47px;
}

.vesvasDivImg {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 614px;
    margin-top: 60px;
}

.burgerfiContent {
    margin-top: 70px;
}

.img-vesvas img{
    width: 100%;
    height: auto;
    text-align: center;
}

.img-burgerfi img {
    width: 100%;
    height: auto;
    text-align: center;
}

/* Retail */

.sectionNocciolata a {
    text-decoration: none;
    color: #555;    
}

.sectionNocciolata p {
    margin-bottom: 10px;
}

.sectionKocbek {
    background-image: url(img/KOCBEK.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height: 45vh;
}

.img-nocciolata img {
    width: 100%;
    height: auto;
}

.img-chateau img {    
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

/* luxury */



/* Medical */

.sectionDerma {
    background-image: url(img/derma.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    height: 70vh;
}

/* Sports */ 

.img-laliga img {
    width: 100%;
    margin: auto;
}

.img-abdgSports img {
    width: 100%;
    margin: auto;
}

/* Space */

.logoSpace {
    width: 100%;
    height: auto;
}

/* Talents */
.list-develop {
    line-height: 140%;
}

.list-recruit {
    padding-left: 50px;
    line-height: 140%;
}

.list-work {
    padding-left: 50px;
    padding-top: 30px;
    line-height: 140%
}

.sectionTalent {
    background-image: url(img/talent.jpg);
    background-size: cover;
    background-position: center;
    height: 50vh;
    background-attachment: scroll;    
}

/* news articles */
.sectionArticles img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sectionArticles h4 {
    text-align: center;
    margin-bottom: 10px;
}

.list-heads{
    line-height: 140%;
}

.list-news {
    padding-left: 50px;
    line-height: 140%;
}

.articlesBtn {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 70%;    
}

.p-articleContent p {
    margin-bottom: 20px;
    line-height: 140%;
}

.p-articleContent ul {
    margin-left: 50px;
    line-height: 140%;
}

.p-articleContent img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.nextNews {
    text-align: right;
}

.nextNews a {
    text-decoration: none;
    color: black;
}

.nextNews ion-icon {
    color: black;
}

.news01Show {
    display: block;
}
.news01Hide {
    display: none;
}

.news02Show {
    display: block;
}
.news02Hide {
    display: none;
}

.oldNewsShow {
    display: block;
}

.oldNewsHide {
    display: none;
}

.latestNewsShow {
    display: block;
}

.latestNewsHide {
    display: none;
}

/*  Contact */
.contact-content {
    text-align: center;    
}

.img-map {
    width: 100%;
    margin-top: 30px;
}




/* footer */    
footer {
    width: 100%;
    height: 200px;
    background-color: black;  
}

.footerLogo {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.whiteLine {
    display: block;
    height: 1px;
    background-color: white;
    content: " ";
    width: 1140px;
    margin: 0 auto;
    margin-top: 30px;
}

.follow {
    color: white;
    font-size: 90%;
}

.footerBtns {
    float: right;
    list-style: none;    
}

.footerBtns li {
    margin-left: 10px;
}

.footerBtns li a {
    text-decoration: none;
    color: white;
    font-size: 90%;    
}

ion-icon{
    margin-left: 20px;
    color: white;
}

.contact-btn {
    float: right;
    text-decoration: none;
    color: white;
    font-size: 90%;    
}

.mobile-screen {
    display: none;
}

.big-screen {
    display: block;
}


