@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);
@import url(https://fonts.googleapis.com/css?family=Parisienne);

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif;
    background-color: #282828;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
}

hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #9c27b0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #9c27c1;
    outline: 0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #333;
}

.bg-secondary {
    background-color: #f9f9f9;
    background-image: url("../img/Bk_white.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-light {
     background-color: #f9f9f9;
     background-image: url("../img/bk_light.jpg");
     background-repeat: repeat-x;
     background-position: center center;
     background-size: cover;
 }

.bg-color {
    background-color: #f9f9f9;
    background-image: url("../img/color.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg-dark {
    color: #eee;
    background-color: #222;
}

.cursive {
    font-family: 'Parisienne', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245, 245, 245, 0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #9c27b0;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(35, 35, 35, .05);
    font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif;
    background-color: #222;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif;
    color: #9c27b0;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #181818;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #eee;
}

.navbar-default .nav > li > div,
.navbar-default .nav > li > div:focus {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #eee;
    position: relative;
    display: block;
    padding: 10px 15px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #9c27b0;
}

.navbar-default .nav > li > div:hover,
.navbar-default .nav > li > div:focus:hover {
    color: #9c27b0;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #9c27b0 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}


@media (min-width: 768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: #9c27b0;
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: rgba(46, 46, 46, 0.8);;
    }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        color: rgba(46, 46, 46, 0.8);
        padding: 20px;
        letter-spacing: 1.1px;
    }

    .navbar-default .nav > li > div,
    .navbar-default .nav > li > div:focus {
        color: rgba(46, 46, 46, 0.8);
        padding: 20px;
        letter-spacing: 1.1px;
    }

    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
        color: #9c27b0;
    }

    .navbar-default.affix {
        border-color: rgba(34, 34, 34, .05);
        background-color: #222;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #9c27b0;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #8b27b0;
    }

    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.7);
    }

    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
        color: #9c27b0;
    }
    .navbar-default.affix .nav > li > div,
    .navbar-default.affix .nav > li > div:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.7);
    }

    .navbar-default.affix .nav > li > div:hover,
    .navbar-default.affix .nav > li > div:focus:hover {
        color: #9c27b0;
    }
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 22px;
        line-height: 20px
    }
}

header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #cc2fe1;
    width: 100%;
    background-color: #c9c9c9;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(156, 39, 176, 0.7);
}

footer {
    background-color: #000000;
}

@media (min-width: 768px) {
    .icon-lg {
        font-size: 80px;
    }

    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }

    section {
        min-height: 500px;
        padding: 50px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: #36333d;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media (min-width: 992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid;
    border-color: #f0f0f0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn.btn-primary:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


.btn.btn-secondary {
    background-color: transparent;
    border: 1px solid;
    border-color: #919c9e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #919c9e;
}

.btn.btn-secondary:hover {
    background-color: rgba(198, 198, 198, 0.6);
    color: #8b27b0;
    border-color: #8b27b0;
}

.btn.btn-popup {
    background-color: #8b27b0;
    border: 1px solid;
    border-color: #8b27b0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #ffffff;
}

.btn.btn-popup:hover {
    background-color: rgb(255, 255, 255);
    color: #8b27b0;
    border-color: #8b27b0;
}

.btn.btn-tertiary {
    background-color: transparent;
    border: 1px solid;
    border-color: #919c9e;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #919c9e;
}

.btn.btn-tertiary:hover {
    background-color: rgba(232, 232, 232, 0.6);
    color: #000000;
    border-color: #919c9e;

}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Questrial', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}
.btn-phone {
    color: #ffffff;
    background-color: #8b27b0;
    border: 1px solid;
    border-color: #8b27b0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-phone:hover,
.btn-phone:focus,
.btn-phone:active,
.btn-phone.active {
    background-color: rgb(255, 255, 255);
    color: #8b27b0;
    border-color: #8b27b0;
}
.btn-phone:active {
    background-image: none;
}

.btn-phone:hover span {
    display:none
}

.btn-phone:hover:before {
    content:"06-30/423-80-12";
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.zoom {
    transition: transform .2s;
    width: 70px;
    margin: 10px 0 0 10px;
}

.zoom:hover {
    transform: scale(2.0);
}
.fb_iframe_widget iframe {
    border-radius: 6px;
}
.dropdown-menu {
    background-color: rgba(237, 234, 225, 0.98) !important;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .175);
    box-shadow: 0 0 0 rgba(0, 0, 0, .175)
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #9c27b0;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15) !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #9c27b0;
    background-color: rgba(255, 255, 255, 0) !important;
}
.date {
    background-color: rgba(84, 84, 84, 0.73);
    font-size: 16px;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: .25em
}
.well-trans {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(245, 245, 245, 0.58);
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    margin-bottom: 50px
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.pricing-content {
    background:#fff;
    -webkit-box-shadow:0 0 7px rgba(0,0,0,0.1);
    box-shadow:0 0 7px rgba(0,0,0,0.1);
    margin-top:20px;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    position:relative;
    border-radius: 30px;
}
.pricing-content.general {
    z-index:99;
}

.pricing-content:hover {
    margin-top:-10px;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
    transition:all .25s ease-in-out;
    -webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}

.pricing-content h2 {
    background:#038994;
    color:#FFF;
    font-size:20px;
    text-align:center;
    margin-bottom:0;
    padding:30px 0;
    border-radius: 30px 30px 0 0;
}

.pricing-content h3 {
    color: #ffffff;
    text-align:center;
    font-size:32px;
    background-color: #04b7c6;
    margin-bottom:0;
    font-weight:700;
    padding:30px 0;
}

.pricing-content h3 span {
    font-weight:300;
    font-size:18px;
}

.pricing-content h3 sup {
    font-size:18px;
}

.pricing-content ul {
    list-style:none;
    margin:25px 0;
}

.pricing-content li {
    border-top:1px dotted #EFEFEF;
    width:75%;
    color:#333;
    margin:0 auto;
    padding:15px 0;
}

.pricing-content li:first-child {
    border-top:none;
}

.pricing-content li i {
    float:right;
}

.pricing-content li del {
    color:#aaa;
}

.price-bottom {
    background:#ffffff;
    text-align:center;
    padding:25px 0;
    border-radius: 0 0 30px 30px;
}

.pricing-content p {
    background:#ffffff;
    padding:20px;
    text-decoration: none;
}

.pricing-content.featured {
    margin-top:-20px;
    position:relative;
    z-index:9999;
    -webkit-box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
    box-shadow:0 2px 20px 0 rgba(0,0,0,0.2);
}

.pricing-content.featured h3 {
    font-size:38px;
    padding:45px 0;
}

.btn-price {
    color: #ffffff;
    background-color:#a34174 ;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: 0.3s;
    width: 100%;

}
.btn-price:hover,
.btn-price:focus,
.btn-price:active,
.btn-price.active {
    color: #a34174;
    background-color: rgba(255, 255, 255, 0.71);
}
.btn-price:active {
    background-image: none;
}

.btn-price:hover span {
    display:none
}

.btn-price:hover:before {
    content:"Részletek...";
}

.btn-price-hl {
    color: #ffffff;
    background-color:#dc60a1 ;
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: 0.3s;
    width: 100%;

}
.btn-price-hl:hover,
.btn-price-hl:focus,
.btn-price-hl:active,
.btn-price-hl.active {
    color: #dc60a1;
    background-color: rgba(255, 255, 255, 0.71);
}
.btn-price-hl:active {
    background-image: none;
}

.btn-price-hl:hover span {
    display:none
}

.btn-price-hl:hover:before {
    content:"Részletek...";
}
.divider{
    border-bottom: solid 2px #430047;
    width: 30%;
    margin: 30px auto;
}

.panel-clear {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .00);
    box-shadow: 0 0 0 rgba(0, 0, 0, .00)
}