#home {
    height:40vh;
}

#homeImage {
    /*background-image: url('../../../images/SzAivalatt.JPG');*/
    background-image: url('../../../images/templates/helix3/home.jpg');
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /*height:90vh;*/
}

#homeImage .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #1C1D21;
}

#home-content {
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#home-content h1{
    text-transform: uppercase;
    font-size: 4em;
}

.mainmenu-icon i {
	color: #A62A28;
}

.md-padding {
    /*padding-top: 120px;*/
    padding-bottom: 120px;
}

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
}

.about i {
    font-size: 36px;
    color: #eb4947;
    margin-bottom: 20px;
}

.about:hover::after {
    width: 100%;
}

.about::after {
    content: "";
    background-color: #ececec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.sp-simpleportfolio-item {
    padding: 0;
}

.sp-simpleportfolio-overlay-wrapper {
    height: 20vh;
    overflow: hidden;
}

/*.homeImage {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}



#homeImageContainer {
            background-color: #fff;
            width: 100%;
            height: 100vh;
            overflow: hidden;
}*/


/*
#homeImageContainer img {
  animation: kenburns 30s infinite;
}

@keyframes kenburns {
    0% {
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-4em, -10em, 0);
        animation-timing-function: ease-in;
        opacity: 1;
    }
    100% {
        transform: scale3d(2, 2, 2) translate3d(-2em, -4em, 0);
        opacity: 0;
    }
}*/

ul.contact-info {
    font-size: 80%;
}

ul.contact-info li {
    display: inline-block;
    border: 0;
    margin-left: 2em;
}

ul.contact-info li > a {
    display:inline-block;
}
ul.contact-info li > a::before {
    content:none;
}

.item-262 .fa-graduation-cap {
    padding-right: 5px;
}

.item-262 .fa-angle-down, .item-262 .fa-angle-up {
    color: #fff;
}

#UU {
    padding-top: 0;
    padding-bottom: 0;
}

#UU .sp-module-title {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin: 0;
    padding: 10px 0px 5px 5px;
}

div.blogjobs > h2:first-of-type
{
	margin-bottom:50px;
}
div.blogjobs .subheading-category
{
	font-size: 200%;
}