body {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;

}

body p {
    text-align: justify;
}

.navbar-left {
    margin-left: -15px;
}

.navbar-default {
    background-color: rgba(255, 255, 255, 1);
    border: none;
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}

.navbar-brand img {
    margin-left: auto;
    margin-right: auto;
    width: 130px;
}

.navbar-toggle {
    z-index: 3;
}

.navbar-default .navbar-nav > li > a {
    padding-top: 5px;
    color: #000000;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #c60055;
}

.navbar-default .navbar-nav > li > a:focus {
    outline: 0 !important;
}

#skew {
    position: fixed;
    z-index: -1;

}

.header {
    z-index: 3;
    position: relative;
}

#searchcontainer {
    margin-top: -25px;
}

h1 {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #000000;

}

h2 {
    font-size: 28px;
}

#start {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.herotext > p {
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    font-style: normal;
    font-size: 42px;
    color: white;
    z-index: 2;
    padding-top: 70vh;
    text-shadow: 0 0 10px #000000, 1px 1px #000000;
    opacity: 1;
    -webkit-animation: contentAppear;
    -moz-animation: contentAppear;
    -o-animation: contentAppear;
    animation: contentAppear;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

#mainsite, #mainbanner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    -webkit-animation: contentAppear ease-in-out;
    -moz-animation: contentAppear ease-in-out;
    -o-animation: contentAppear ease-in-out;
    animation: contentAppear ease-in-out;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    /* -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
     -o-animation-delay: 2s;
     animation-delay: 2s;*/
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#mainsite img, #mainbanner #heroimage img {
    width: 100%;
}

.fa {
    margin-top: 30px;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #c60055;
    color: #000;
}

.fa-eye {
    color: #178908;
}

.fa-heart {
    color: #951f1b;
}

#offer {
    background-color: #c60055;

}

#offer .container h1 {
    color: #ffffff;
}

.img-vert {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
/ / filter: FlipV;
/ / -ms-filter: "FlipV";
}

#why {
    margin-top: -25px;
}

#goal {
    margin-top: 25px;
}

#kapcsolat {
    line-height: 1;
    background-color: #c60055;
    color: #ffffff;
}

footer h1, a {
    color: #ffffff;
}

footer iframe {
    border: 3px solid #178908;
    width: 100%;
    height: 440px;
}

.border-parent{
    overflow: hidden;
    position: relative;
}
.border-top{
    height: 94px;
    background-color: #c60055;
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    outline: 1px solid transparent;
    box-shadow: 0 0 1px #c60055;
    -moz-box-shadow: none;
    z-index: -1;
    width: 150%;
    margin-bottom: -60px;
    margin-top: 60px;
    margin-left: -10%;
    margin-right: -10%;
}
.border-menu-left{
    height: 4px;
    background-color: #fff;
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    border-bottom: 3px solid #c60055;

    z-index: 1;
    width: 100%;
    margin-bottom: 18px;
    margin-top: 18px;
    margin-left: -10%;
    margin-right: -15px;
}
.border-bottom{
    height: 94px;
    background-color: #c60055;
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    outline: 1px solid transparent;
    box-shadow: 0 0 1px #c60055;
    z-index: -1;
    width: 150%;
    margin-bottom: 60px;
    margin-top: -60px;
    margin-left: -10%;
    margin-right: -10%;
}

/* =====================================================================================================================
FORM
===================================================================================================================== */
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: inherit;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}

.form-control::-webkit-input-placeholder {
    color: white;
}

.form-control:-moz-placeholder {
    color: white;
}

.form-control::-moz-placeholder {
    color: white;
}

.form-control:-ms-input-placeholder {
    color: white;
}

.form-control:active {
    border: 1px solid #ffffff;
}

.form-control:focus {
    border: 1px solid #ffffff;
}

textarea {
    resize: none;
    overflow: hidden;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

.form-inline .form-control {
    display: block;
    width: 100%;
}

/* =====================================================================================================================
A KÜLDES GOMB STILUSA
/* ===================================================================================================================*/
#send {
    font-size: 24px;
    color: #ffffff;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border: 1px solid #c60055;
    border-radius: 0;
    font-style: italic;
}

.senddiv {
    text-align: right;
}

#send:hover {
    border-radius: 0;
    font-style: italic;
    box-shadow: none;
    border: 1px solid #ffffff;
}

#send:active {
    font-style: italic;
    background-color: #bd9f86;
    box-shadow: 0 0 5px #bd9f86;
}

#send:focus {
    font-style: italic;
    outline: 0;
    box-shadow: 0 0 5px #bd9f86;
}



.kollart {
    font-size: 18px;
    color: #000000;
    height: auto;
    width: 100%;

    text-align: right;
    background-color: transparent;
    margin-top: -85px;
}

.block-bottom {
    height: 100px;
    width: 100%;
    position: relative;
    background-color: #c60055;
}

.block-bottom:after {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    background: inherit;
    z-index: -1;
    bottom: 0;
    transform-origin: right bottom;
    transform: skewY(-7.5deg);
}

.kollart a {
    color: #c60055;
}

.text-bottom {
    margin-top: 45px;
}

.text-bottom p {
    text-align: right;
}

.italic {
    font-style: italic;
}

.navbar-brand {
    padding-left: 0;
    padding-right: 0;
}

.navbar-collapse.collapse {
    margin-bottom: 4px;
    margin-top: 10px;
}

.email {
    color: #000000;
    margin-bottom: 10px;
    display: block;
}

.email:hover {
    color: #c60055;
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}

input:before {
    content: "";
    height: 35px !important;
    width: 35px !important;
    float: left;
    margin-top: -4px;
    background: url("../img/unchecked.png");
    cursor: pointer;
}

input:checked:before {
    background: url("../img/checked.png");
    content: "";
}

.checkbox-inline span {
    padding-left: 20px;
}

.checkbox-inline {
    padding-left: 45px;
}
.alert {
    margin-top:20px;
    border-radius: 0;
}
/* =====================================================================================================================
    PRE
===================================================================================================================== */
#pre .form-control, .more .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #c60055;
    background-color: transparent;
    background-image: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #c60055;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;

}

#pre {
    margin-bottom: 10px;
    margin-top: 30px;
}

#sendform {
    font-size: 24px;
    color: #c60055;
    background-color: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border: 1px solid #c60055;
    border-radius: 0;
    font-style: italic;
    margin-top: 10px;
}

#sendform:hover {
    border-radius: 0;
    font-style: italic;
    box-shadow: none;
    border: 1px solid #c60055;
}

#sendform:active {
    font-style: italic;
    background-color: #bd9f86;
    box-shadow: 0 0 5px #bd9f86;
}

#sendform:focus {
    font-style: italic;
    outline: 0;
    box-shadow: 0 0 5px #bd9f86;
}



/* =====================================================================================================================
    slider
===================================================================================================================== */
.slider.slider-horizontal .slider-track {
    height: 2px !important;
    width: 100%;
    margin-top: 0px !important;
    top: 50%;
    left: 0;
}

.slider-tick.round {
    border-radius: 0 !important;
    width: 3px !important;
    height: 15px;
    top: 3px !important;
}

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
    margin-left: 0 !important;
}

.slider-tick.in-selection {
    background-color: #c60055 !important;
    background-image: -webkit-linear-gradient(top, #c60055 0, #ae0053 100%) !important;
    background-image: -o-linear-gradient(top, #c60055 0, #ae0053 100%) !important;
    background-image: linear-gradient(to bottom, #c60055 0, #ae0053 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}

.slider-selection {
    border-radius: 0 !important;
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #c60055 0, #ae0053 100%) !important;
    background-image: -o-linear-gradient(top, #c60055 0, #ae0053 100%) !important;
    background-image: linear-gradient(to bottom, #c60055 0, #ae0053 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-handle.round {
    border-radius: 0 !important;
}

.slider-handle {
    position: absolute;
    top: 0;
    width: 5px !important;
    height: 20px;
    background-color: #c60055 !important;
    background-image: -webkit-linear-gradient(top, #c60055 0, #ae0053 100%) !important;
    background-image: -o-linear-gradient(top, #c60055 0, #ae0053 100%) !important;
    background-image: linear-gradient(to bottom, #c60055 0, #ae0053 100%) !important;
    background-repeat: repeat-x;
}

.slider {
    display: block !important;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 20px !important;
}

/* =====================================================================================================================
    xs
===================================================================================================================== */
@media (max-width: 767px) {
    .mainsite {
        overflow: hidden;
    }

    #heroimage {
        margin-left: -700px;
        margin-right: -100px;
    }

    #mainbanner #heroimage img {
        width: 100%;
    }

    #logo {
        height: 50px;
        width: auto;
    }

    .navbar-header {
        margin-bottom: 4px;
        margin-top: 10px;
    }

    .navbar-header p {
        display: inline;

    }

    .navbar-header #phone {
        position: relative;
        float: left;
        padding: 3px 10px;
        margin-top: 8px;
        margin-left: 15px;
        margin-bottom: auto;
        background-color: transparent;
        background-image: none;
        border: 1px solid #c60055;
        border-radius: 0;
        z-index: 4;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #c60055;
    }

    .navbar-default .navbar-toggle {
        border-color: #c60055;
        border-radius: 0;

    }

    .navbar-brand {
        padding-top: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }

    #optdiv {
        margin-top: -15px;
    }

    .navbar-left, .navbar-right {
        text-align: center;
    }

    .herotext > p {
        padding-top: 71vh;
        text-shadow: 0 0 6px #000000, 1px 1px #000000;
        font-size: 22px;
    }

    h1 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    h2 {
        text-align: center;
        font-size: 18px;
    }

    p {
        font-size: 16px;
        text-align: center;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        text-align: center;
        padding-left: 35px;
    }

    .senddiv {
        text-align: center;
    }

    .kollart {

        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        text-align: center;
        padding-bottom: 10px;
        height: auto;
    }

    footer iframe {
        border: 3px solid #178908;
        width: 100%;
        height: 340px;
        margin-bottom: 15px;

    }

    #offer .container h1 {
        margin-top: 0px;
    }

    #slogen {
        margin-top: -40px;
        font-size: 26px;
    }
    .text-bottom p {
        text-align: center;
    }
    #base {
        display: block;
        max-width: 100%;
        height: 100vh;
        margin-left: 420px;
        margin-right: -101px;
    }
    #pre {
        margin-top: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 24px;
        padding-bottom: 0;
    }

    h2 {

        font-size: 21px;
    }

    p {
        font-size: 16px;

    }

    #slogen {
        margin-top: -40px;
        font-size: 30px;
    }

    .mainsite {
        overflow: hidden;
    }

    #heroimage {
        margin-left: -850px;
        margin-right: -250px;
    }

    #mainbanner #heroimage img {
        width: 100%;
    }

    .navbar-brand img {
        height: 70px;
        width: auto;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }

    .navbar-nav > li > a {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;

    }

    .herotext > p {
        font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
        font-style: normal;
        font-size: 28px;
        text-shadow: 0 0 6px #000000, 1px 1px #000000;
        padding-top: 68vh;
    }

    .kollart {

        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top;
        text-align: center;
        padding-bottom: 10px;
        height: auto;
    }

    footer iframe {
        border: 3px solid #178908;
        width: 90%;
        margin-bottom: 15px;
    }

    footer #maps {
        text-align: right;
    }

    .navbar-collapse.collapse {
        margin-bottom: 4px;
        margin-top: 10px;
    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-left {
        margin-left: 0;
    }

    .collapse p {
        font-size: 20px;
    }
    #pre .form-control, .more .form-control {
        font-size: 16px;
    }
    .text-bottom a{
        float: right;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-collapse.collapse {
        margin-bottom: 4px;
        margin-top: 10px;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
    }

    .navbar-nav > li > a {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;

    }

    .navbar-right {
        margin-right: 0;
    }

    .navbar-left {
        margin-left: 0;
    }

    .navbar-brand img {
        height: 80px;
        width: auto;
    }

    .collapse p {
        font-size: 22px;
    }

    #heroimage {
        margin-left: -300px;
        margin-right: -100px;
    }

    #slogen {
        margin-top: -20px;
        font-size: 38px;
    }

    .mainsite {
        overflow: hidden;
    }

    footer iframe {
        border: 3px solid #178908;
        width: 90%;
        margin-bottom: 15px;
    }

    footer #maps {
        text-align: right;
    }

    h1 {
        font-size: 32px;
    }
    h2{
        font-size:26px;
    }
    .herotext > p {
        font-size: 36px;
        color: white;
        z-index: 2;
        padding-top: 60vh;
        text-shadow: 0 0 10px #000000, 2px 2px #000000;

    }
}
