body {
    margin: 0px 0px 0px 0px;
    padding: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #F6F6F6;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-family: 'Open Sans';
    background-size: cover;
    baclground-color: #D5DBDE;
    overflow-x: hidden;
}

a,
img {
    outline: 0;
    border: 0;
    color: #373939;
}

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

header .sidebar {
    color: rgba(0, 0, 0, 0.4);
    background: #DEDEDD;
    font-size: 13px;
    padding: 6px 0px 6px 0px;
}

header {
    width: 100%;
    background-color: #EC1F26;
    text-align: center;
}

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

header .bottom {
    height: 46px;
    background: #003366;
}

header .top .left {
    display: inline-block;

}
header .mn, header .ico {
    display: inline-block;
    vertical-align: top;
}

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

header .top .right .informations {
    display: inline-block;
    vertical-align: top;
    color: #595F61;
    margin-top: 15px;
    padding-top: 10px;
    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: 20px;
}

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

header .top .left .logo {
    margin-top: 22px;
    animation: fadeInDownBig;
    animation-duration: 1.5s;
}

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

header .top .right {
    float: right;
    margin-top: 0px;
}

.clearfix {
    clear: both;
}

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

.white-bg {
    background: #fff;
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(276,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23d0d0d0' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23d0d0d0' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(234,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23d0d0d0' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23d0d0d0' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.21'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}

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

header #topmenu {
    margin: 0;
}

header #topmenu li {
    list-style: none;
    display: inline-block;
    margin-right: 22px;
    margin-top: 0px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 10px 10px 10px;
}

header #topmenu li:nth-child(1) {
    margin-right: 0px;
}

header #topmenu .active {
    background: #fff;
    color: #000 !important;
}

header #topmenu .active a {
    color: #000;
}

header #topmenu li:after {
    /*    content: "";
    position: absolute;
    width: 1px;
    height: 23px;
    background: #fff;
    opacity: 0.2;
    right: -14px;*/
}

section #slider #lightslider li {
    height: 580px !important;
    /*height:674px !important;*/
    position: relative;
    background-size: cover !important;
}

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

section #slider #lightslider li .slider-bottom .slider-title {
    font-family: 'Open Sans';
    background: rgba(70, 73, 73, 0.5);
    margin: 20px 20px 0px 0px;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    max-width: 643px;
    margin: 0 auto;
    font-weight: bold;
    padding: 8px 0px 8px 0px;
}

section #slider #lightslider li .slider-bottom img {
    margin-top: 25px;
}


/*section #slider #lightslider li .slider-bottom .slider-title span {
    color: #EB6E07;
}*/

section #slider #lightslider li .slider-bottom .slider-description {
    color: #262626;
    margin: 0px auto;
    margin-top: 0px;
    font-size: 18px;
    max-width: 600px;
    text-align: center;
    max-width: 643px;
    background: rgba(248, 203, 47, 0.6);
    padding: 6px 0px 6px 0px;
    text-transform: uppercase;
    font-weight: normal;
}

h1 {
    color: #2F3438;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 24px;
}

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

header #topmenu li a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    color:#fff;
}

.form-holder {
    background: #464646;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    width: calc(100% - 42px);
    display: block;
    display: none;
    max-width: 365px;
}

section {
    /*background:rgba(255,255,255,0.4);*/
}

section #slider {
    padding: 0;
    position: relative;
}

section .content {
    padding: 4px 2px 0px 2px;
    position: relative;
    width: 100%;
    /*background: #fff;*/
}

section .content .page {
        margin-top: 60px;
    margin-bottom: 60px;
    min-height: 150px;
    margin-top:30px;
}
section .content .page a {
    font-weight: bold;
    text-decoration: none;
}

section .content .page h3,
section .content .page h2,
section .content .page h1 {
    color: #424242;
    /* font-weight: normal; */
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

section .content .page {
    display: inline-block;
    width: calc(100% - 20px);
    vertical-align: top;
    padding: 0px;
}

/* section .content .page h1 {
    color: #414141;
    font-size: 20px;
    font-weight: normal;
    /*border-bottom: 1px solid #ddd;*/
    padding-bottom: 6px;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
    font-weight:600;
} */

footer {
    /*border-bottom: 1px #ddd solid;*/
}

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

.footer-bg {
    background-color: #fff;
}

footer .left {
    text-align: center;
}

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

footer .right {
    text-align: center;
}

footer #bottommenu {
    margin-top: 0px;
    text-align: left;
    margin-right: 20px;
}

footer #bottommenu li {
    list-style: none;
    display: block;
    margin-bottom: 2px;
    position: relative;
    padding: 0px;
}

footer #bottommenu .active {
    /*background: #0A86A3;*/
}

footer #bottommenu .active a {
    color: #000;
}

footer #bottommenu li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
}


footer #bottommenu2 {
    margin-top: 0px;
    text-align: left;
    margin-right: 20px;
}

footer #bottommenu2 li {
    list-style: none;
    display: block;
    margin-bottom: 2px;
    position: relative;
    padding: 0px;
}

footer #bottommenu2 .active {
    /*background: #0A86A3;*/
}

footer #bottommenu2 .active a {
    color: #000;
}

footer #bottommenu2 li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.6);
}



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

footer .right .copy {
    font-size: 13px;
    color: #fff;
    text-align: right;
    /*padding-right: 30px;*/
}

footer .left .copy {
    font-size: 13px;
    color: #7C7C7C;
    text-align: center;
    margin-left: 10px;
}

.contact-title {
    text-align: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
}

.mhr {
    margin: 0 auto;
    width: 30px;
    height: 1px;
    background: rgba(255,255,255,0.2);
    margin-top: 30px;
    margin-bottom: 20px;
}

.cintro {
    text-align: center;
    color: #9B3335;
    font-size: 14px;
    margin-top: 4px;
}



#contact input[type="text"] {
    width: 100%;
    max-width: 371px;
    height: 30px;
    padding: 5px;
    color: #363636;
    font-weight: normal;
    font-size: 16px;
    line-height: 41px;
    outline: 0px;
    display: block;
    vertical-align: top;
    margin:0 auto;
    margin-bottom: 10px;
}

#contact textarea {
    margin-top: 10px;
    width: calc(100% - 34px);
    min-height: 140px;
    padding: 5px;
    outline: 0;
    color: #9B3335;
    font-weight: normal;
    font-size: 16px;
    max-width: 371px;
    margin: 0 auto;
    display: block;
    font-family: 'Open Sans';
}

#contact input[type="button"] {
    background: #005A32;
    border: 0;
    outline: 0px;
    color: #fff;
    font-family: 'Open Sans';
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    font-weight: bold;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #363636;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9B3335;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #9B3335;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9B3335;
}

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 .slider-description {
    animation: fadeInUp;
    animation-duration: 2s;
}

section .box-content {
    width: 100%;
    text-align: center;
    position: relative;
    background: ;
}

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

section .box-content .box {
    display: inline-block;
    width: 267px;
    background: #fff;
    padding: 10px;
    border-top: 1px solid #EBEFF3;
    border-left: 1px solid #EBEFF3;
    border-bottom: 1px solid #C3CFDB;
    border-right: 1px solid #C3CFDB;
    margin-right: 10px;
    margin-top: 15px;
}

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

section .box-content .box .title {
    color: #46525F;
    font-family: Oswald;
    font-size: 17px;
    margin: 10px 0px 10px 0px;
    padding-bottom: 6px;
    border-bottom: 1px solid #C3CFDB;
}

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

section .box-content .box .next {
    display: block;
    height: 40px;
    width: 100%;
    text-align: center;
    background-color: #003366;
    line-height: 40px;
    font-family: Oswald;
    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: #003366;
    margin-top: 20px;
    border-top: 5px solid #DFB033;
    border-bottom: 5px solid #DFB033;
}

section .about-us .border {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 40px;
    position: relative;
    text-align: left;
}

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 .introduction .title {
    font-family: Oswald;
    font-size: 20px;
    border-bottom: 1px solid #335C85;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

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

.white {
    background: white !important;
}

.more-info {
    display: block;
    background-image: url('../images/more.png');
    background-repeat: no-repeat;
    width: 100%;
    max-width: 130px;
    border: 1px solid #fff;
    padding-left: 40px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    margin-top: 20px;
    color: #fff;
}

.contentbg {
    min-height: 300px;
    padding: 40px;
    text-align: left;
}

.contentbg2 {
    min-height: 300px;
    padding: 40px;
    text-align: left;
}

.contentbg .logo {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin-right: 40px;
}

.contentbg .content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 170px);
    background: none;
    color: #fff;
}

.contentbg .content .icons {
    margin-top: 10px;
}

.contentbg .content .description {
    margin-top: 10px;
}

.contentbg .content .title {
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 28px;
}

.contentbg .content .letsgo {
    margin: 10px;
    display: block;
    float: right;
}


/**Animaciok**/

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

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 2s;
}

@-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 fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

.fadeInLeft {
    animation: fadeInLeft;
    animation-duration: 2s;
}

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

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 2s;
}

.fadeIn2 {
    animation-name: fadeIn2;
    animation-duration: 4s;
}

.micon {

    display: inline-block;
    margin-top: 12px;
    margin-left: 2px;
}

footer .micon {
    margin-top: 24px;
}



#cutting-wheels,
#referenciak {
    width: calc(100% - 80px);
    text-align: center;

}

#referenciak {
/*    max-width: 1200px;
*/    margin: 0 auto;
}

.box {
    width: calc(100% - 10px);
    max-width: 380px;
    display: inline-block;
    margin: 0px 5px 10px 5px;
    vertical-align: top;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

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

.box a {
    text-decoration: none;
}

.box .title {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 22px;
    color: #252C32;
    font-weight: 500;
    margin: 15px 0px 10px 0px;
    text-transform: uppercase;
}

.box .title2 {
    font-family: "Open Sans";
    color: #252C32;
    font-weight: bold;
    margin: 15px 0px 10px 0px;
    /* text-transform: uppercase; */
    text-align: center;
    padding: 10px;
    font-size:22px;
    font-family: 'Alegreya Sans SC', sans-serif;
    text-transform: uppercase;
}


.box .description {
    color: #000;
    font-size: 14px;
    min-height: 88px;
    padding: 10px;
    text-align: center;
}

.box .description2 {
    color: #000;
    font-size: 14px;
    min-height: 50px;
    text-align: center;
    padding:0px 10px 0px 10px;

}

.box .box-next {
    display: block;
    max-width: 90px;
    text-align: center;
    background: #fff;
    border:1px solid #000;
    margin: 0 auto;
    margin-top: 20px;
    text-decoration: none;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #252C32;
    font-weight: 500;
    line-height: 32px;
    height:32px;
    color:#000;
    margin-bottom: 20px;
    width:100%;
}

.box-4 .box {
    max-width: 200px;
}

.subtitle {
    margin-top: 2px;
    margin-bottom: 40px;
}

.footer-bottom {
    min-height: 56px;
    background: #141414;
}

.copy {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 18px;
    font-size: 14px;
}

.faszamar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.faszamar a {
    color:#464646;
    text-decoration: none;
    font-size:13px;
}

.faszamar img {vertical-align: middle;margin-left:10px}

.footer-box {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    margin: 0px 20px 0px 20px;
    vertical-align: top;
    text-align: left;
}

.footer-box .title {
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 30px 0px 30px 0px;
    text-transform: uppercase;
    position: relative;
}

.footer-box .title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    background: #DC024F;
    bottom: -15px;
    left: 0px;
}

.footer-box .description {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.footer-box .footer-next {
    display: block;
    max-width: 90px;
    text-align: center;
    background: #23272A;
    margin-top: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    line-height: 32px;
    padding-top: 3px;
    cursor: pointer;
}

.box-4 {
    text-align: center;
}

.box-4 .footer-box {
    max-width: 280px;
}

#bemutatoterem li {
    list-style: none;
    margin-bottom: 10px;
}

#bemutatoterem li img {
    vertical-align: middle;
    margin-right: 10px;
}

#bemutatoterem li a,
#bemutatoterem li {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
}

.menu-content {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    vertical-align: top;
    background: #fff;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px;
}

.inside-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: #fff;
    border-right: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    
        border-left: 1px solid #EDEDED;
         border-top: 1px solid #EDEDED;
        
    padding: 10px;
}

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

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

.breadcrumb li:after {
    content: " | ";
    display: block;
    height: 0;
    right: -6px;
    margin-top: -15px;
    position: absolute;
    top: 20px;
    width: 0;
    z-index: 2;
}

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

.breadcrumb li:nth-child(1) {
    padding-left: 0px;
    padding-right: 5px;
}

.breadcrumb li {
    display: block;
    float: left;
    height: 20px;
    padding: 5px 0px 5px 20px;
    position: relative;
}

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

.news .title {
    font-size: 22px;
    padding: 15px 10px 15px 0px;
    border-bottom: 1px solid #F2F5F6;
    font-family: 'Alegreya Sans SC', sans-serif;
    text-transform: uppercase;
    color:#424242;
    font-weight: 800;
}


.menu-content ul {
}

.menu-content li {
    list-style: none;
    height: 40px;
    font-family: 'Open Sans';
    list-style-image: url(/images/list-img.png);
    margin-left: 40px;
    padding-left: 10px;
}

.menu-content .active a {
    color: #A42D31 !important;
    font-weight: bold !important;
}

.menu-content li a {
    font-weight:normal !important;
    color:#5F5F5F;
    text-transform: uppercase;
    font-size:14px;

}

.subc {
       margin-left: 25px;
       font-weight: bold;
       margin-top:20px;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size:22px;

}

.subc img {
    margin-right: 12px;
    vertical-align: middle;
}

.one-page {
    width:100% !important;
    margin-top: 20px;
}


.contact-left {
    display: inline-block;
    width:100%;
    max-width:400px;
    vertical-align: top;
    font-size: 14px;
}

.contact-maps {
    display: inline-block;
    width:100%;
    max-width:calc(100% - 410px);
    vertical-align: top;
    padding-top: 30px;
}

/*.ajax-text-and-image p {
    display: inline-block;
    max-width: 370px;
    vertical-align: top;
    margin-bottom: 0px;
    margin-top:0px;
}

.ajax-text-and-image p img {
  max-width: 370px !important;
}*/

.topside {
    padding: 30px 0px 30px 0px;
    background: #fff;
    text-align: center;
    /*border-bottom: 1px solid #ddd;*/
}

.topside img {
    max-width: 100%;
}


.grey-bg, #para1 {
    background: #fff;
}


.ref-image {
    display: inline-block;
    vertical-align: top;
    margin:5px 5px 5px 5px;
    width:calc(100% / 4 - 20px);
    height: 281px;
    background-size:cover !important;
}

.ref-image-overlay {
    width:100%;
    height: 281px;
    display: block;
    color:#fff;
    opacity: 0;
    text-decoration: none;
    vertical-align: middle;
    line-height: 281px;
    font-weight: bold;
   -webkit-transition: all 1s ease-out;
   -moz-transition: all 1s ease-out;
   -o-transition: all 1s ease-out;
   -ms-transition: all 1s ease-out;
   transition: all 1s ease-out;
    background-color:rgba(0,0,0,0.0);

}

.ref-image-overlay:hover {
    background-color:rgba(0,0,0,0.6);
    display: block;
    opacity: 1;


}

.ref-image-overlay img {
    vertical-align: middle;
    margin-right:6px;
}

.ref-image {
/*    filter: grayscale(100%);
*/

position: relative;
}

.ref-image:hover {
    filter:none;
}


.ref-image .bottom {
    position: absolute;
    bottom: 0px;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    text-align: left;
}


.ref-image .bottom .name {
    margin:10px 10px 5px 10px;
    color: #fff;
    font-weight: bold;
    font-size:14px;
}

.ref-image .bottom p {
    margin:5px 10px 10px 10px;
    color: #fff;
    font-size:14px;
}


#para2 {
    background-color: #fff;
}


h2,h3 {
    color: #2F3438;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 24px;
}

.center {
    text-align: center;
}

#kozunkvan, #kozunkvolt {
    background-color:#F6F6F6;
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(276,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23d0d0d0' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23d0d0d0' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(234,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23d0d0d0' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23d0d0d0' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.21'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}


#rolam {
    text-align: center;
    background-color:#fff;
}

#rolam h2, #kozunkvan h2, #kozunkvolt h2, #kapcsolat h2, .rovat h1  {
    color:#000;
    font-family: 'Raleway', sans-serif;
    font-weight:500;
    position: relative;
    margin-bottom: 100px;
}

#rolam h2:after, #kozunkvan h2:after, #kozunkvolt h2:after, #kapcsolat h2:after, .rovat h1:after   {
    content: "";
    position: absolute;
    width:46px;
    background: #333;
    height:3px;
    bottom: -30px;
    left:calc(50% - 23px);
}

#rolam p {
    color:#fff;
    font-family: 'Raleway', sans-serif;
    font-weight:200;
}

#rolam article {
    margin-top: 30px;
    margin-bottom: 20px;
}

#kapcsolat {
    text-align: center;
}

#kapcsolat article {
    margin-top: 30px;
}

#kapcsolat .center {
    padding: 30px 0px 0px 0px;
}


#kapcsolat p {
    margin:10px 0px 10px 0px;
}

#kapcsolat iframe {
    margin-top: 30px;
}


footer #bottommenu {
    margin-top:0px;
    text-align:center;
    margin-right:20px;
    margin-bottom: 0px;
}

footer #bottommenu li {
    list-style: none;
    display: inline-block;
    margin-right: -10px;
    margin-top:7px;
    text-transform: uppercase;
    position: relative;
    padding:10px;

}


footer #bottommenu .active {
   color:#fff;
}

footer #bottommenu li a {
    text-decoration: none;
    font-size:14px;
    color:#464646;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}


footer #bottommenu2 {
    margin-top:0px;
    text-align:center;
    margin-right:20px;
}

footer #bottommenu2 li {
    list-style: none;
    display: inline-block;
    margin-right: -10px;
    margin-top:7px;
    text-transform: uppercase;
    position: relative;
    padding:10px;

}


footer #bottommenu2 .active {
   color:#fff;
}

footer #bottommenu2 li a {
    text-decoration: none;
    font-size:14px;
    color:#464646;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}



footer #bottommenu2 .active {
   color:#fff;
}

footer #bottommenu2 li a {
    text-decoration: none;
    font-size:14px;
    color:#464646;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
}



#rolam img {
    width: 100%;
}


/* galeria */

.gallery {
	width:100%;
	position: relative;
	text-align: left;
}

.gallery .gallery-album{
	display: inline-block;
	width:170px;
	overflow: hidden;
	vertical-align: top;
	margin:0px 10px 10px 0px;
    border: 1px #DDD8CE solid;
    box-shadow: 3px 3px 5px #DDD8CE;
}

.gallery .gallery-album img {
	width:calc(100% - 10px);
	background: #fff;
	padding:5px;
}

.gallery .gallery-title {
	margin-bottom:5px;
	padding:0px 5px 0px 5px;
	text-align: center;
}

.gallery .gallery-title a {
	text-decoration: none;
	color:#000;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
}

.gallery .gallery-count {
	margin-bottom:5px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	color: #666;
}

/*listĂĄzĂĄs*/

.gallery .gallery-album-list{
	display: inline-block;
	width:170px;
	overflow: hidden;
	vertical-align: top;
	margin:0px 10px 10px 0px;
    border: 1px #ddd solid;
}

.gallery .gallery-album-list a {
	outline: 0;
}

.gallery .gallery-album-list img {
	width:calc(100% - 10px);
	background: #fff;
	padding:5px 5px 0px 5px;
}

.gallery .gallery-title, .gallery .gallery-list-title {
	margin-bottom:0px;
	padding:0px 5px 0px 5px;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: bold;
}

.gallery-fix {
	clear: both;
}

.gallery-back {	
	text-align: center;
	float: right;
}

.gallery-name {	
	text-align: center;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
}

.gallery-back a {	
	display: block;
	text-decoration: none;
	padding:5px 15px 5px 15px;
	color: #fff !important;
	background: #003366;
	font-weight: normal !important;
}

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


#rolam .box {
    max-width: 220px;
    border:none;
    background-color: #D1D1D1;
}

/*#rolam .box:nth-child(5), #rolam .box:nth-child(6), #rolam .box:nth-child(7) {
    border:none;
    background-color: #005A32;
}

#rolam .box:nth-child(5) .title, #rolam .box:nth-child(6) .title, #rolam .box:nth-child(7) .title {
    color:#fff;
}*/

#rolam .box .title {
    font-size:16px;
    margin:8px 0px 0px 0px;
    min-height: 38px;
    color:#005A32;
}

#rolam .box .box-next, #rolam .box .description{
    display: none;
}

.mn {
    width: 100%;
}

#kozunkvan .box {
    text-align: left;
    border:none;
    background-color: #D1D1D1;
}

#kozunkvan .box .title {
    text-align: left;
    border:none;
    background-color: #D1D1D1;
    font-size:20px;
}

#kozunkvan .box .title a {
    color:#005932;
}

#kozunkvan .box .date {
    color:#717172;
}

#kozunkvan .box .box-content {
    text-align: left;
    padding: 0px 15px 15px 15px;
    width:calc(100% - 30px);
}


#kozunkvolt .box {
    text-align: left;
    border:none;
    background-color: #fff;
    border:1px solid #ddd;
}

#kozunkvolt .box .title {
    text-align: center;
    border:none;
    font-size:20px;
    padding: 0px 10px 0px 10px;
    color:#000;
}

#kozunkvolt .box .title a {
    color:#000;
    font-weight: bold;
}

#kozunkvolt .box .date {
    color:#717172;
}

#kozunkvolt .box .box-content {
    text-align: left;
    padding: 0px 15px 15px 15px;
    width:calc(100% - 30px);
}

.footer-logo {
    max-width:180px;
    margin:20px;
}

.topbox {
    display: inline-block;
    max-width: calc(100% / 3 - 10px);
    vertical-align: middle;
    width:100%;
}

header .topbox:nth-child(1) {
    text-align: center;
}

header .topbox:nth-child(3) {
    text-align: center;
}

.topbox a img {
    vertical-align: middle;
    margin-top:-2px;
    margin-right: 5px;
    max-width:250px;
}

.topbox a {
    text-decoration: none;
}

.topbox .micon img {
    margin-right: 0px !important;
}


.ajanlat iframe {
    width:100% !important;
    height:450px !important;
}

.ajanlat .white {
    background-color:white;
}

.ajanlat {
    padding-bottom: 40px;
    padding-top:40px;
}

.ajanlat .ajanlat-box {
    padding:30px 30px 30px 30px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px -2px 17px 0px rgba(186,177,186,0.3);
    -moz-box-shadow: 0px -2px 17px 0px rgba(186,177,186,0.3);
    box-shadow: 0px -2px 17px 0px rgba(186,177,186,0.3);
}

.ajanlat .container {
    max-width:92%;
}

.ajanlat h2 {font-weight: 500;}


.ajanlat .left {
    width:600px;
    float: left;
}

.ajanlat .left p {
    margin: 5px 0px 10px 0px;
}

.ajanlat .right {
    width:calc(100% - 600px);
    float: right;
}

.ajanlat-gomb {
    display: block;
    max-width: 220px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
/*    margin: 0 auto;
*/    margin-top: 20px;
    text-decoration: none;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #252C32;
    font-weight: 500;
    line-height: 44px;
    height: 44px;
    color: #000;
    margin-bottom: 20px;
}

.slider-content {
    width:100%;
    max-width: 650px;
    margin:0 auto;
    color:#fff;
    bottom:0px;
    margin-top:280px;
    text-align: center;
    position:relative;
    z-index:20;
}

.overlay {
    width:100%;
    height:100%;
    position:absolute;
    content:"";
    background:rgba(0,0,0,0.3);
    
}

.slider-content .slider-title {
    background-color:#fff;
    padding:10px;
    color:#000;
    text-decoration: none;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 20px;
}


.slider-content p {
  text-transform: uppercase;
  font-size:26px;
  text-shadow: 1px 1px 1px #030101;
}


.slider-next {
    display: block;
    max-width: 220px;
    text-align: center;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 20px;
    text-decoration: none;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #252C32;
    font-weight: 500;
    line-height: 44px;
    height: 44px;
    color: #fff;
    margin-bottom: 20px;
}

.inline {
    background-color:#fff;
    border-bottom:4px solid #fff;
}


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

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


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

.generated-form-style input[type="text"],
.generated-form-style select {
    border-radius: 20px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #BEBAB5;
    margin-bottom: 5px;
    font-size: 14px;
    outline: 0;
    color: #433301;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
    box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.82);
    height:40px;
    width:360px;

}

.generated-form-style input[type="text"]:focus,
.generated-form-style select:focus, .generated-form-style textarea:focus {

    border: 1px solid #666;
    color: #433301;
    
}

.generated-form-style textarea {
    border: 1px solid #ddd;
    min-width: 180px;
    min-height: 60px;
    padding: 16px;
    border-radius: 5px;
    width: 100%;
    max-width: 360px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: 3px 3px 4px -3px rgba(0, 0, 0, 0.82);
    box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.82);
        border: 1px solid #BEBAB5;

}

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

.generated-form-style input[type="button"] {
    background: #1F8DCD;
    padding: 14px;
    border: 0px;
    min-width: 200px;
    text-align: center;
    color: #fff;
    font-family: 'Raleway';
    font-size: 15px;
    cursor: pointer;
    text-transform: uppercase;
    min-height:36px;
    border-radius:10px;
    font-weight:bold;
    outline:0;
}


.rovat {
    text-align: left;
}

.grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.grid .box {
    display: flex !important;
    flex-direction: column !important;
    padding: 6px !important; 
    flex-basis: 367px;
}

.noblink:hover {
    animation: none !important;
}

.noblink:hover img  {
    animation: none !important;
}
