body {
    margin: 0px 0px 0px 0px;
    padding: 0;
    background-color: #fff;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans';
    background-size: cover;
    overflow-x: hidden;
    background: url(/images/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a,
img,
input,
textarea {
    outline: 0;
    border: 0;
    color: #fff;
}

textarea {
    color: #333;
}

ul {
    padding-start: 0px;
    -moz-padding-start: 0px;
    -webkit-padding-start: 0px;
    -khtml-padding-start: 0px;
    -o-padding-start: 0px;
}

header {
    width: 100%;
    position: fixed;
    z-index: 27000;
-webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.14);
-moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.14);
box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.14);
}

header .top {
    height: 102px;
}

header .decoration {
    background: url('../images/decor.png');
    width: 100%;
    position: absolute;
    bottom: 50px;
    height: 11px;
}

.main-decoration {
    background: url('../images/decor.png');
    width: 100%;
    height: 11px;
    margin-top: 5px;
}

.header-background {
    background: url('../images/header_bg.jpg');
}

header .bottom {
    min-height: 92px;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}

header .top .left {
    float: left;
    width: 300px;
}

header .top .right .social-icons {
    display: inline-block;
    padding-top: 37px;
}

header .top .right .informations {
    display: inline-block;
    vertical-align: top;
    color: #595F61;
    margin-top: 15px;
    padding-top: 6px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
}

header .top .right .informations p {
    margin: 2px 0px 2px 0px;
}

header .top .right .informations span {
    margin-left: 12px;
}

header .top .right .informations img {
    vertical-align: middle;
}

header #logo {
    margin-top: 0px;
    animation: fadeInDownBig;
    animation-duration: 1.5s;
}

header .top .left .logo img {
    vertical-align: middle;
    display: inline-block;
}

header .top .right {
    float: right;
}

.clearfix {
    clear: both;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.mobile-menu {
    padding: 13px 5px 0px 5px;
    display: none;
    float: left;
    cursor: pointer;
}

header .bottom #topmenu {
    margin: 0px;
}

header .bottom #topmenu li {
    list-style: none;
    float: left;
    margin-right: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Dosis;
    font-weight: 700;
    font-size: 18px;
    margin-top:28px;
}

section {
    padding-top: 140px;
}

section .content .page {
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    width: 100%;
}

header .topbar {
    background-color: #333539;
    height:25px;
    color:#A7A8AA;
    padding-top:5px;
    font-size:13px;
    text-transform: uppercase;
}

header .topbar span {
    display: inline-block;
    margin-right: 10px;
}

header .topbar span:last-child {
    margin-right: 0px;
}

/*header .bottom #topmenu .active a:after {*/
/*    bottom: 12px;*/
/*    left: 23px;*/
/*    content: " ";*/
/*    height: 3px;*/
/*    width: 24px;*/
/*    position: absolute;*/
/*    pointer-events: none;*/
/*    background: #2DAAE1;*/
/*    border-width: 13px;*/
/*    margin-left: -14px;*/
/*    animation: bounceInLeft;*/
/*    animation-duration: 2s;*/
/*}*/

header .bottom #topmenu .active a:nth-child(1) {
    background: #BB1E20;
    border-radius: 20px;
    color:#fff;
}

header .bottom #topmenu .active ul li a:after {
    display: none;
}

header .bottom #topmenu li ul {
    background-color: #BA1E20;
    display: none;
    position: absolute;
    top: 40px;
    margin-top: 0px;
    z-index: 20000;
    width: 250px;
    border-radius: 10px;
}

header .bottom #topmenu li:hover ul {
    display: block;
    left: 0;
    right: 0;
}

header .bottom #topmenu li:hover ul li {
    float: none;
    margin: 0;
    height: auto;
}

header .bottom #topmenu li:hover ul li:last-child a {
    border-bottom: none;
}

header .bottom #topmenu li:hover ul li:after {
    display: none;
}

header .bottom #topmenu li:not( :first-child):hover ul {
    left: -1px;
}

header .bottom #topmenu li ul a {
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 5px;
    display: block;
    width: calc(100% - 10px);
    border-bottom: 1px solid #D12C30;
    text-transform: none;
    background: none !important;
    border-radius: 0px !important;
    padding-top:8px;
    padding-bottom: 8px;
    color:#fff !important;
}

header .bottom #topmenu li ul li a:hover,
header .bottom #topmenu li ul:not( :hover) li.active a {
    background-color: #282F2F;
}

section #slider {
    padding-top: 4px !important;
}

section #slider #lightslider li {
    height: 538px !important;
    position: relative;
    background-size: cover !important;
}

section #slider #lightslider li .slider-bottom {
    position: absolute;
    bottom: 94px;
    height: 122px;
    width: 100%;
    text-align: center;
}

section #slider #lightslider li .slider-bottom h3 {
    font-family: Dosis;
    color: #fff;
    margin: 20px 20px 10px 0px;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.6)
}

section #slider #lightslider li .slider-bottom .slider-description {
    color: #fff;
    margin: 0px auto;
    margin-bottom: 10px;
    font-size: 16px;
    max-width: 600px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

header .bottom #topmenu li:last-child:after {
    display: none;
}

header .bottom #topmenu li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    color: #353533;
}

header .bottom #topmenu li a:hover {
    background: #BB1E20;
    border-radius: 20px;
    color:#fff;
}

header .bottom #search {
    float: right;
}

header .bottom #search input {
    height: 34px;
    outline: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 214px;
    border: 0px;
    line-height: 34px;
    padding: 0px 40px 0px 10px;
    margin-top: 6px;
    font-size: 14px;
    background: url("../images/search.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    color: #333 !important;
}

section #slider {
    padding: 0;
    border-bottom: 5px solid #6B0B03;
    border-top: 1px #fff solid;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
}

section .content {
    position: relative;
    background: #fff;
}

section .content .page a {
    color: #BB1E20;
    font-weight: bold;
    text-decoration: none;
}

section .content .page p img {
    max-width: 100%;
    height: auto !important;
}

section .content .page h3,
section .content .page h2,
section .content .page h1 {
    color: #2DAAE1;
    font-weight: normal;
    font-size: 24px;
    font-family: Dosis;
}

section .content .page {
    display: inline-block;
    vertical-align: top;
    padding: 0px;
    padding-bottom: 20px;
}

section .content .page h1,
section .box-content h1,
section .content .page h3 {
    color: #464C4F;
    font-size: 24px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:30px;
    
}

section .content .page .inline-content h3 {
    color: #464C4F;
    font-size: 24px;
    margin-top: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: none;
    margin-top:30px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px;    
}


section .content .page h1,
section .content .page h3 {
    font-weight: 700 !important;
    font-family: Dosis;

}

section .box-content h2 {
    font-weight: normal;
    font-size: 16px;
    margin: 0px 0px 15px 0px;
}

section .box-content {
    position: relative;
}

section .box-content h1 {
    margin-top: 0px;
    padding-top: 25px;
    margin-bottom: 15px;
}

.footer-top-border {
    border-top: 5px solid #2DAAE1;
}

footer .left {
    float: left;
}

footer .left img {
    margin: 38px 20px 0px 0px;
}

footer .right {
    float: right;
}

footer #bottommenu li a {
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

footer #icons {
    margin: 0;
}

footer #icons li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer #icons li img {
    vertical-align: middle
}

footer .right p {
    color: #2DAAE1;
    font-size: 14px;
    margin: 2px 0px 2px 0px;
}

footer .copy {
    font-size: 10px;
    font-family: 'Open Sans';
    margin-top: 5px;
}

a:hover,
img:hover,
input[type="button"]:hover {
    animation: fadeIn;
    animation-duration: 2s;
}

#slider .active .slider-title,
#slider .active .slider-description {
    animation: fadeIn2;
    animation-duration: 4s;
}

#slider .active h3 {
    animation: fadeInUp;
    animation-duration: 2s;
}

#slider .active .button {
    animation: fadeInUp;
    animation-duration: 4s;
}

section .box-content {
    width: 100%;
    text-align: center;
    position: relative;
    background: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

section .box-page {
    top: 0 !important;
}

section .box-page:after {
    display: none;
}

section .box-content div:last-child {
    margin-right: 0px;
}

section .top-relative {
    /*background: url('../images/bgcon.jpg');*/
}

section .top-section {
    position: relative;
    /*background: url('../images/bgcon.jpg');*/
}

section .box-content .box {
    display: inline-block;
    vertical-align: top;
    width: 344px;
    background: #fff;
    padding: 10px;
    margin-right: 20px;
    margin-top: 10px;
    text-align: left;
}

section .box-content .image img {
    width: 100%;
}

.whitebg {
    background-color: white;
}

section .box-content .box .title {
    color: #333;
    font-family: Dosis;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 6px;
    border-bottom: 4px solid #0C1313;
    text-align: left;
}

section .box-content .box .description {
    text-align: left;
    font-size: 14px;
    margin: 10px 0px 10px 0px;
}

section .box-content .box .description a {
    color: #337DA1;
    text-decoration: none;
    font-weight: bold;
}

section .box-content .box .next {
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #2DAAE1;
    line-height: 40px;
    font-family: Dosis;
    font-size: 16px;
    text-decoration: none;
    background-image: url('../images/box-arrow-left.png');
    background-position: left center;
    background-repeat: no-repeat;
}

section .about-us {
    background: url('../images/aboutbg.jpg');
    border-top: 5px solid #DDDDDD;
}

section .about-us .border {
    position: relative;
    text-align: center;
}

section .about-us .border .image img {
    background: #fff;
    padding: 5px;
    width: 100%;
    max-width: 425px;
    margin-right: 20px;
}

section .about-us .border .image {
    display: inline-block;
    vertical-align: top;
}

section .about-us .border .introduction {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    width: calc(100% - 465px);
    vertical-align: top;
}

section .about-us .border .title {
    font-family: Dosis;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    max-width: 250px;
    background: #fff;
    text-align: center;
}

section .about-us .border .introduction .next {
    display: block;
    height: 40px;
    width: 100px;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
    font-family: Dosis;
    font-size: 16px;
    text-decoration: none;
    background-image: url('../images/box-arrow-left.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #2DAAE1;
    padding-left: 40px;
    margin-top: 15px;
}

section .about-us .about-box:nth-child(2) {
    margin-right: 30px;
}

section .about-us .about-box:nth-child(2):after {
    content: '';
    position: absolute;
    width: 1px;
    background: #bbb;
    height: 100px;
    right: -15px;
    top: 40px
}

section .about-us .about-box {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

section .about-us .about-box .left {
    display: inline-block;
    vertical-align: top;
}

section .about-us .about-box .right {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    vertical-align: top;
    text-align: left;
    padding-left: 10px;
}

section .about-us .about-box .right .name {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 4px;
    margin-top: 14px;
}

section .about-us .about-box .right .company {
    color: #761007;
    margin-bottom: 4px;
}

section .about-us .about-box .left img {
    border-radius: 50%;
    border: 4px solid #7E1109;
}

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font-size: 13px;
    margin-top: 2px;
}

.breadcrumb li a {
    color: #666 !important;
}

.breadcrumb li:after {
    content: " ";
    position: absolute;
    display: block;
    height: 0;
    right: 5px;
    width: 1px;
    height: 10px;
    top: 10px;
    background: #DEDEDE;
}

.breadcrumb li:last-child:after {
    display: none;
}

.breadcrumb li {
    background: none repeat scroll 0 0 #F1F3F2;
    display: block;
    float: left;
    height: 20px;
    padding: 5px 10px 5px 0px;
    position: relative;
}

.breadcrumb li a {
    font-weight: normal !important;
}

.breadcrumb li img {
    vertical-align: middle;
}

.generated-form-style label {
    float: left;
    width: 180px;
}

.generated-form-style .required {
    color: #ff0000;
}

.form-holder {
    color: #ff0000;
    display: none;
    background: #efefef;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.generated-form-style input {
    margin-bottom: 2px;
}

.generated-form-style input[type="text"],
.generated-form-style select {
    border: 1px solid #ddd;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2px;
    border-radius: 5px;
    color: #333;
    width: 180px;
}

.generated-form-style textarea {
    border: 1px solid #ddd;
    min-width: 180px;
    min-height: 60px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
}

.generated-form-style select {
    width: 200px;
}

.generated-form-style input[type="button"] {
    background: #BB1E20;
    padding: 7px;
    border: 0px;
    min-width: 200px;
    text-align: center;
    color: #fff;
    font-family: Dosis;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.next {
    display: block;
    background: #BB1E20;
    padding:7px 0px 7px 0px;
    border: 0px;
    max-width: 100px;
    text-align: center;
    color: #fff !important;
    font-family: Dosis;
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-top:8px;
}

#maps {
    width: 666px;
}


/**Animaciok**/

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn2 {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn2 {
    from {
        opacity: 0.0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.6;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.opentime {
    color: #0F0A07;
    font-family: 'Dosis';
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}

#topmenu {
    float: right;
}

#logo {
    float: left;
    width: 100%;
    max-width: 263px;
    padding-top: 10px;
}

#logo img {
    max-width: 90%;
    
}

#icons {
    float: right;
    text-align: center;
    margin-left: 10px;
}

#icons li {
    display: inline-block;
    vertical-align: top;
    padding: 13px 4px 4px 4px;
}

.topbg {
    background: #F1F3F2;
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 39px 10px 39px;
    width: calc(100% - 78px)
}

.topbg2 {
    padding:10px 59px 10px 19px !important;
}

.inline-content {
    padding: 15px 40px 15px 40px;
}

.column-1 {
    width: 100%;
    max-width: 265px;
    display: inline-block;
    vertical-align: top;
}

.column-1-hide {
    width: 100%;
    max-width: 265px;
    vertical-align: top;
    display: none;
}

.column-2-1 {
    width: 100%;
    vertical-align: top;
}

.column-2 {
    width: 100%;
    max-width: 660px;
    display: inline-block;
    vertical-align: top;
}

.col-box-1 {
    background: url('/images/box-galeria.jpg');
    width: 100%;
    height: 158px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 8px;
}

.col-box-2 {
    background: url('/images/box-rolunk.jpg');
    width: 100%;
    height: 394px;
    background-size: cover;
    position: relative;
    margin-bottom: 6px;
    background-position: center;
}

.col-box-3 {
    background: url('/images/box-kikoto2.jpg?v=1');
    width: 100%;
    height: 360px;
    background-size: cover;
    position: relative;
    margin-bottom: 6px;
    background-position: center;
}

.col-box-4 {
    background: url('/images/box-szolgaltatasaink.jpg?v=1');
    width: 325px;
    height: 195px;
    background-size: cover;
    position: relative;
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: top;
    background-position: center;
}

.col-box-5 {
    background: url('/images/box-etterem-bufe.jpg?v=1');
    width: 330px;
    height: 195px;
    background-size: cover;
    position: relative;
    margin-bottom: 6px;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-position: center;
}

.col-box-6 {
    background: url('/images/box-camping.jpg?v=1');
    width: 100%;
    height: 392px;
    background-size: cover;
    position: relative;
    margin-bottom: 6px;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-position: center;
}

.col-box-7 {
    background: url('/images/box-kapcsolat.jpg?v=1');
    width: 100%;
    height: 163px;
    background-size: cover;
    position: relative;
    margin-bottom: 6px;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    background-position: center;
}

.col-bottom {
    position: absolute;
    bottom: 0px;
    width: calc(100% - 20px);
    height: 50px;
    padding: 10px;
    font-family: 'Dosis';
}

.col-bottom .col-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

.col-bottom .col-description {
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 14px;
}

.col-box:hover {
	animation: fadeIn;
    animation-duration: 2s;: 
}

.box-home-content {
	animation:flipInX;
    animation-duration: 2s;: 

}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

/*****************************************************/

footer .bottom {
    min-height: 92px;
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
}

footer .top .left {
    float: left;
    width: 300px;
}

footer .top .right .social-icons {
    display: inline-block;
    padding-top: 37px;
}

footer .top .right .informations {
    display: inline-block;
    vertical-align: top;
    color: #595F61;
    margin-top: 15px;
    padding-top: 6px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
}

footer .top .right .informations p {
    margin: 2px 0px 2px 0px;
}

footer .top .right .informations span {
    margin-left: 12px;
}

footer .top .right .informations img {
    vertical-align: middle;
}

footer #logo {
    margin-top: 0px;
    animation: fadeInDownBig;
    animation-duration: 1.5s;
}

footer .top .left .logo img {
    vertical-align: middle;
    display: inline-block;
}

footer .top .right {
    float: right;
}

footer .bottom #topmenu {
    margin: 0px;
}

footer .bottom #topmenu li {
    list-style: none;
    float: left;
    margin-right: 5px;
    text-transform: uppercase;
    position: relative;
    font-family: Dosis;
    font-weight: 700;
    font-size: 18px;
    margin-top:28px;
}


/*footer .bottom #topmenu .active a {*/
/*    background: #BB1E20;*/
/*    border-radius: 20px;*/
/*    color:#fff;*/
/*}*/

footer .bottom #topmenu .active ul li a:after {
    display: none;
}

footer .bottom #topmenu li ul {
    background-color: #0C1313;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 20000;
    width: 250px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

footer .bottom #topmenu li:hover ul {
    display: block;
    left: 0;
    right: 0;
}

footer .bottom #topmenu li:hover ul li {
    float: none;
    margin: 0;
    height: auto;
}

footer .bottom #topmenu li:hover ul li:last-child a {
    border-bottom: none;
}

footer .bottom #topmenu li:hover ul li:after {
    display: none;
}

footer .bottom #topmenu li:not( :first-child):hover ul {
    left: -1px;
}

footer .bottom #topmenu li ul a {
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 5px;
    display: block;
    width: calc(100% - 10px);
    border-bottom: 1px solid #4B5050;
    text-transform: none;
}

footer .bottom #topmenu li ul li a:hover,
footer .bottom #topmenu li ul:not( :hover) li.active a {
    background-color: #282F2F;
}


footer .bottom #topmenu li:last-child:after {
    display: none;
}

footer .bottom #topmenu li a {
text-decoration: none;
    font-size: 12px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 6px;
    padding-left: 10px;
    color: #353533;
}

footer .bottom #topmenu li a:hover {
    background: #BB1E20;
    border-radius: 20px;
    color:#fff;
}

footer .bottom #search {
    float: right;
}

footer .bottom #search input {
    height: 34px;
    outline: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 214px;
    border: 0px;
    line-height: 34px;
    padding: 0px 40px 0px 10px;
    margin-top: 6px;
    font-size: 14px;
    background: url("../images/search.png");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    color: #333 !important;
}

footer {
    margin-top:30px;
    -webkit-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 1px -3px 5px 0px rgba(0,0,0,0.14);
}

#flogo {
    float: left;
    width: 100%;
    max-width: 263px;
    padding-top: 10px;
}


footer .bottombar {
    background: #333539;
}

footer .bottombar .left {
    color:#999;
    font-size: 13px;
    padding:10px 0px 10px 0px;
}

footer .bottombar .right {
    color:#999;
    font-size: 13px;
    padding:10px 0px 10px 0px;
    text-align: right;
    float: right;
}

footer .bottombar .right img {
    vertical-align: middle;
    margin-left: 10px;
}

#lightslider li {
    height: 485px;
    position: relative;
}

#lightslider .content {
    background: none;
    width:100%;
    max-width: 450px;
    float: right;
    margin-top:111px;
    margin-right: 40px;
}

#lightslider .content .title {
    font-family: 'Dosis';
    font-size: 40px;
    color:#fff;
    text-transform: uppercase;
}

#lightslider .content .subtitle {
    font-family: 'Dosis';
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
}

#lightslider .content p {
    font-family: 'Dosis';
    font-size: 18px;
    color:#fff;
}

#lightslider .content .title span {
    font-weight: 700;
}

section .introduction {
    margin-top:30px;
}

section .introduction .intro-box {
    background-color: #fff;
    width:100%;
    max-width:808px;
    height:314px;
    float: left;
}

section .introduction .intro-box .left {
    width:100%;
    max-width:425px;
    float: left;
}

section .introduction .intro-box .left img {
    width:100%;
}

section .introduction .intro-box .right {
    float: right;
    text-align: left;
    width: 343px;
    padding:0px 15px 0px 25px;
}


section .introduction .intro-box .right h1 {
    font-weight: normal;
    text-transform: uppercase;
    margin-top:36px;
    font-family: Dosis;
    font-size: 26px;
}


h2 {
    font-weight: normal;
    text-transform: uppercase;
    margin-top:36px;
    font-family: Dosis;
    font-size: 26px;
    font-weight: bold;
}


section .introduction .intro-box .right h1 span {
    font-weight: bold;
}

section .introduction .nemzeti {
    float: right;
    width: 382px;
}


section .products {
    margin-top:30px;
}

section .products .box {
    width:100%;
    max-width:393px;
    background-color:#9C9C9C;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 20px;
}

section .products .box:last-child {
    margin-right: 0px;
}

section .products .box .image img {
    width:100%;
}

section .products .box h2 {
    margin:10px 10px 10px 10px;
    text-transform: uppercase;
    color:#fff;
    font-family: Dosis;
    font-size: 22px;
    font-weight: 500;
}

section .products .box h2 a {
    color:#fff;
    text-decoration: none;
}

section .products .box p {
    color:#fff;
    margin: 5px 10px 0px 10px;
}

section .contact {
    margin-top:30px;

}

section .contact .container {
    margin-top:30px;
    padding:30px;
    max-width: calc(1200px - 60px);
    text-align: center;
}

section .contact .col {
    width:calc(100% / 3 - 5px);
    display: inline-block;
    vertical-align: top;
}

section .contact .contact-col {
    text-align: left;
}

#lang {
    float: right;
    margin-top:37px;
    margin-left: 20px;
}

section .contact .contact-col p {
    margin-bottom: 5px;
    margin-top:5px;
}

section .contact .contact-col h2 {
    margin-top:5px;
}

section .contact .contact-col p a {
    color: #BB1E20;
    font-weight: bold;
    text-decoration: none;
}

.page li {
    list-style-position: inside;
}

.list-page {
    text-align: left;
}

.news {
    text-align: left;
    margin-bottom: 20px;
}

