.w100 {
    width: 100%;
}

* {
    outline: 0;
    box-shadow: none;
}

body {
    color: #062F6E;
    font-family: 'Montserrat', sans-serif;
}

.relative {
    position: relative;
}

@media (min-width: 1200px) {

    .products .container {
        width: 1030px;
    }

}

@media (min-width: 1500px) {

    .container {
        width: 1366px;
    }


    .products .container {
        width: 1200px;
    }

}

.navbar {
    background: transparent;
    border: 0;
    margin-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding-top: 20px;
    width: 330px
}

.navbar-header {
    float: left;
    width: 100%
}

.navbar-toggle {
    display: block;
    float: right;
    background: transparent;
    border: 0;
    margin-top: 32px
}

.navbar-default .navbar-toggle {
    border-color: #0a3370
}

.navbar-toggle .icon-bar {
    width: 38px;
    height: 3px;
    border-radius: 0
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0a3370
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #0a3370;
    border: 0
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.cont-item {
    float: right;
    font-size: 16px;
    margin-top: 42px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #062F6E;
    font-weight: 300;
    margin-right: 150px;
}

.cont-item img {
    margin-right: 15px;
}

#mobile-menu, #page-fade {
    height: 100%;
    transition: .3s;
    position: fixed;
    top: 0
}

.cont-item:hover {
    background: 0 0;
    color: #363636
}

.about {
    text-align: center;
}

.about .title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 60px;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.about .title span {
    display: inline-block;
    width: 100%;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.05;
}

.about .title span strong {
    font-weight: 900;
    font-size: 50px;
}

.about .content {
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    width: 85%;
    margin-left: 7.5%;
}

.about-btn {
    width: 280px;
    height: 42px;
    line-height: 42px;
    background: #EC008C;
    border: 1px solid #EC008C;
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 5px;
}

.about-btn:hover {
    background: #fff;
    color: #EC008C;
    text-decoration: none;
}

.reasons {
    background: #56CCF2;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.reasons::before {
    position: absolute;
    left: 50%;
    width: 16%;
    margin-left: -8%;
    top: -20px;
    bottom: -20px;
    content: "";
    background: #062F6E;
    border-radius: 5px;
}

.reasons ul {
    list-style-type: none;
}

.reasons-left {
    text-align: right;
}

.reasons li {
    margin-top: 13px;
    margin-bottom: 13px;
    position: relative;
}

.reasons-left li {
    padding-right: 140px;
}

.reasons-left li::after {
    position: absolute;
    right: 71px;
    top: -8px;
    content: "";
    /*background: url("images/ok-mark.png");*/
    width: 40px;
    height: 40px;
}

.reasons-right ul {
    padding-left: 0;
}

.reasons-right li {
    padding-left: 140px;
}

.reasons-right li::after {
    position: absolute;
    left: 71px;
    top: -8px;
    content: "";
    /*background: url("images/ok-mark.png");*/
    width: 40px;
    height: 40px;
}

.reasons-logo {
    position: absolute;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -43%);
}

.products {
    float: left;
    width: 100%;
}

.products .title {
    font-size: 48px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 100px;
    float: left;
    line-height: 1;
    width: 100%;
}

.products .subtitle {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.products-row {
    margin-left: 30px;
    margin-right: 30px;
}

.products-row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.product-item {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% - 123px);
    height: 100%;
    background: rgba(45, 156, 219, 0.6);
    text-align: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.product-item2 .product-content {
    background: rgba(44, 78, 132, 0.7);
}

.product-item3 .product-content {
    background: rgba(86, 204, 242, 0.7);
}

.product-item4 .product-content {
    background: rgba(86, 204, 242, 0.7);
}

.product-item5 .product-content {
    background: rgba(45, 156, 219, 0.7);
}

.product-item6 .product-content {
    background: rgba(44, 78, 132, 0.7);
}

@media (min-width: 768px) {

    .product-item:hover .product-content {
        top: 0;
    }

}

.product-img {
    width: 100%;
}

.product-title {
    width: 100%;
    padding: 0 15%;
    float: left;
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    height: 123px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
}

.product-item3 .product-title {
    padding: 0 10%;
}

.product-desc {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    width: 85%;
    margin-left: 7.5%;
    float: left;
    margin-top: 0;
    font-weight: 500;
}

.product-btn {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 4px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    padding: 4px 8px;
    margin-top: 15px;
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translate(-65%, 0);
}

.product-btn::after {
    position: absolute;
    /*background: url("images/supermarket.png");*/
    width: 92px;
    height: 92px;
    content: "";
    right: -68px;
    top: -24px;
}

.map-img {
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

#mainCarousel {
    float: left;
    width: 100%;
}

#mainCarousel .carousel-caption {
    right: 40%;
    left: 15%;
    top: 25%;
}

#mainCarousel .carousel-caption h3 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

#mainCarousel .carousel-caption h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

#mainCarousel .carousel-indicators {
    bottom: 130px;
    width: 20px;
    margin-left: 0;
    left: 19%;
}

.blue-row {
    width: 100%;
    background: #2C4E84;
    float: left;
}

.blue-row .text {
    color: #fff;
    font-weight: 300;
    margin-left: 25%;
    font-size: 35px;
    text-transform: uppercase;
    line-height: 1.37;
    letter-spacing: 1px;
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
}

.blue-row .text strong {
    font-size: 42px;
    font-weight: 900;
}

.blue-row .text span {
    font-weight: 900;
}

.blue-row .text:before {
    top: 8px;
    left: -55px;
    content: "";
    /*background: url("images/bottle.png");*/
    width: 48px;
    height: 180px;
    position: absolute;
}

.rendezvenyek-img {
    position: absolute;
    right: 0;
    top: -112px
}

footer {
    float: left;
    width: 100%;
    background: #FEFEFE;
}

.footer-logo {
    margin-top: 80px;
    margin-bottom: 80px;
    margin-right: 40px;
}

.fnav {
    border-left: 4px solid #062F6E;
    margin-left: 5px;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 20px;
}

.fnav-title {
    font-size: 24px;
    font-weight: 700;
    color: #2C4E84;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.fnav ul {
    list-style-type: none;
    padding-left: 0;
}

.fnav ul li {
    margin-top: 1px;
    margin-bottom: 1px;
}

.fnav ul li a {
    font-weight: 300;
    font-size: 16px;
    color: #2C4E84;
}

.copyright {
    background: #F2F2F2;
    color: #2C4E84;
    font-size: 15px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
}

.copyright a {
    color: #2C4E84;
}

.copyright a:hover {
    text-decoration: none;
}

body {
    position: relative;
    transition: right .3s;
    right: 0
}

body.slided {
    float: right;
    width: 100%;
    right: 505px
}

#mobile-menu, #page-fade {
    height: 100%;
    transition: .3s;
    position: fixed;
    top: 0
}

#mobile-menu {
    background: #2C4E84;
    color: #fff;
    overflow: hidden;
    right: 0;
    width: 0;
    overflow-y: auto;
    z-index: 60
}

#page-fade {
    left: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 50;
    cursor: pointer;
    visibility: hidden
}

#page-fade.shown {
    visibility: visible;
    opacity: .9
}

#page-fade.shown:hover {
    opacity: .15
}

#mobile-menu.slided {
    width: 505px
}

#mobile-menu .inner {
    width: 505px;
    position: relative;
    padding-bottom: 30px
}

#mobile-menu .inner .menu-item {
    border-bottom: 1px solid #2f3030;
    font-size: 15px;
    color: #fff
}

#mobile-menu .inner .close-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    line-height: 37px;
    text-align: center;
    background-color: #56CCF2;
    color: #fff;
    cursor: pointer;
    border-radius: 50%
}

#mobile-menu .inner .logo-row {
    padding-top: 65px;
    text-align: center;
    padding-bottom: 60px;
    background: #062F6E;;
}

#mobile-menu .inner .logo-row img {
    max-width: 45%
}

#mobile-menu .inner .menu .item {
    text-transform: uppercase;
    padding: 20px 35px;
    font-weight: 400;
    display: block;
    color: #c6c5c5;
    cursor: pointer;
    transition: .25s;
    font-size: 20px;
    border-bottom: 1px solid #c6c5c5;
    margin-left: 2px;
    margin-right: 2px
}

#mobile-menu .inner .menu .item:hover {
    color: #f4f4f4
}

#mobile-menu .inner .menu .item:last-child {
    border-bottom: 0 !important
}

#mobile-menu .inner .menu .item .caption {
    display: inline-block;
    vertical-align: middle
}

#mobile-menu .inner .contact {
    margin-top: 14px;
    width: 100%;
    text-align: center
}

#mobile-menu .inner .contact a {
    color: #bbb;
    font-size: 24px;
    transition: .25s;
    margin-left: 15px;
    margin-right: 15px
}

@media (max-height: 750px) {
    #mobile-menu .inner .logo-row {
        padding-top: 50px;
        padding-bottom: 45px
    }

    #mobile-menu .inner .menu .item {
        padding: 16px 28px;
        font-size: 18px
    }
}

@media (max-width: 768px) {
    #mobile-menu .inner .close-icon {
        right: 7px;
        top: 20px;
        width: 31px;
        height: 31px;
        line-height: 32px
    }

    body.slided {
        right: 305px
    }

    #mobile-menu .inner, #mobile-menu.slided {
        width: 305px
    }

    #mobile-menu .inner .logo-row {
        padding-top: 30px;
        padding-bottom: 25px
    }

    #mobile-menu .inner .menu .item {
        padding: 10px 15px;
        font-size: 14px
    }

    #mobile-menu .inner .logo-row img {
        max-width: 160px
    }

    #mobile-menu .inner .contact a {
        font-size: 16px;
        margin-left: 13px;
        margin-right: 13px
    }
}

@media (max-width: 1500px) {

    .about .title {
        font-size: 25px;
    }

    .about .title span {
        font-size: 42px;
    }

    .about .title span strong {
        font-size: 44px;
    }

    .about .content {
        font-size: 18px;
    }

    .reasons::before {
        width: 20%;
        margin-left: -10%;
    }

    .reasons {
        font-size: 19px;
    }

    .reasons-left li {
        padding-right: 120px;
    }

    .reasons-left li::after {
        top: -4px;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        right: 61px;
    }

    .reasons-right li {
        padding-left: 120px;
    }

    .reasons-right li::after {
        left: 61px;
        top: -4px;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
    }

    .product-title {
        font-size: 26px;
        font-weight: 700;
    }

    .product-desc {
        font-size: 13px;
        line-height: 1.5;
        width: 95%;
        margin-left: 2.5%;
        margin-top: 0;
    }

    .product-btn {
        font-size: 17px;
        left: 50%;
        bottom: 25px;
        transform: translate(-65%, 0);
        margin-top: 25px;
    }

    .product-btn::after {
        background: url(images/supermarket.png);
        background-size: 80px 80px;
        width: 80px;
        height: 80px;
        right: -60px;
        top: -24px;
    }

    #mainCarousel .carousel-caption h3 {
        font-size: 42px;
    }

    #mainCarousel .carousel-caption h4 {
        font-size: 20px;
    }

    #mainCarousel .carousel-indicators {
        bottom: 130px;
        left: 10%;
    }

    .rendezvenyek-img {
        top: -90px;
        width: 470px;
    }
}

@media (max-width: 1200px) {

    .cont-item {
        margin-right: 100px;
    }

    .about .title {
        font-size: 20px;
    }

    .about .title span {
        font-size: 36px;
    }

    .about .title span strong {
        font-size: 38px;
    }

    .about .content {
        font-size: 16px;
    }

    .reasons::before {
        width: 20%;
        margin-left: -10%;
    }

    .reasons {
        font-size: 16px;
    }

    .reasons-left li {
        padding-right: 90px;
    }

    .reasons-left li::after {
        top: -2px;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        right: 46px;
    }

    .reasons-right li {
        padding-left: 90px;
    }

    .reasons-right li::after {
        left: 46px;
        top: -2px;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }

    .product-content {
        top: calc(100% - 80px);
    }

    .product-title {
        font-size: 24px;
        height: 80px;
    }

    .product-desc {
        font-size: 13px;
        line-height: 1.4;
        width: 85%;
        margin-left: 7.5%;
        margin-top: 0;
    }

    .product-btn {
        font-size: 17px;
        left: 50%;
        bottom: 40px;
        transform: translate(-65%, 0);
    }

    .product-btn::after {
        background: url(images/supermarket.png);
        background-size: 80px 80px;
        width: 80px;
        height: 80px;
        right: -60px;
        top: -24px;
    }

    .blue-row .text {
        margin-left: 10%;
    }

    #mainCarousel .carousel-caption h3 {
        font-size: 42px;
    }

    #mainCarousel .carousel-caption h4 {
        font-size: 20px;
    }

    #mainCarousel .carousel-indicators {
        bottom: 130px;
        left: 10%;
    }

    .rendezvenyek-img {
        top: -70px;
        width: 440px;
    }
}

@media (max-width: 992px) {

    .navbar-brand {
        width: 200px;
    }

    .cont-item {
        margin-right: 40px;
    }

    .about .title {
        font-size: 16px;
    }

    .about .title span {
        font-size: 26px;
    }

    .about .title span strong {
        font-size: 28px;
    }

    .about .content {
        font-size: 16px;
    }

    .reasons::before {
        width: 20%;
        margin-left: -10%;
    }

    .reasons {
        font-size: 13px;
    }

    .reasons-left li {
        padding-right: 60px;
    }

    .reasons-left li::after {
        top: -2px;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        right: 25px;
    }

    .reasons-right li {
        padding-left: 60px;
    }

    .reasons-right li::after {
        left: 25px;
        top: -2px;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }

    .reasons-logo {
        width: 130px;
    }

    .product-content {
        top: calc(100% - 80px);
    }

    .product-title {
        font-size: 24px;
        height: 80px;
    }

    .product-desc {
        font-size: 14px;
        line-height: 1.5;
        width: 80%;
        margin-left: 10%;
        margin-top: 0;
    }

    .product-btn {
        font-size: 17px;
        left: 50%;
        bottom: 40px;
        transform: translate(-65%, 0);
    }

    .product-btn::after {
        background: url(images/supermarket.png);
        background-size: 80px 80px;
        width: 80px;
        height: 80px;
        right: -60px;
        top: -24px;
    }

    .blue-row .text {
        margin-left: 7%;
        font-size: 25px;
    }

    #mainCarousel .carousel-caption h3 {
        font-size: 32px;
    }

    #mainCarousel .carousel-caption h4 {
        font-size: 16px;
    }

    #mainCarousel .carousel-indicators {
        bottom: 60px;
        left: 10%;
    }

    .rendezvenyek-img {
        top: -58px;
        width: 360px;
    }

    .blue-row .text strong {
        font-size: 32px;
    }

    .blue-row .text:before {
        top: 8px;
        left: -45px;
        background-size: 30px 128px;
        width: 30px;
        height: 128px;
    }
}

@media (max-width: 767px) {

    .navbar-toggle {
        margin-right: -15px;
    }

    .cont-item {
        margin-right: 0;
        font-size: 0;
    }

    .navbar-brand {
        width: 120px;
    }

    .navbar-brand > img {
        width: 140px;
    }

    .about .title {
        margin-top: 40px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .about .title span {
        font-size: 20px;
    }

    .about .title span strong {
        font-size: 22px;
    }

    .about .content {
        font-size: 15px;
    }

    .reasons::before {
        display: none;
    }

    .reasons {
        font-size: 15px;
    }

    .reasons-left li {
        padding-right: 0;
    }

    .reasons-left {
        text-align: left;
    }

    .reasons-left li::after {
        right: 0;
    }

    .reasons ul {
        padding-left: 0;
    }

    .reasons-left li,
    .reasons-right li {
        padding-left: 45px;
    }

    .reasons-left li::after,
    .reasons-right li::after {
        left: 10px;
        top: 0;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
    }

    .reasons-logo {
        display: none;
    }

    .products .title {
        font-size: 20px;
        margin-top: 60px;
    }

    .products .subtitle {
        font-size: 16px;
    }

    .products-row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .product-content {
        top: calc(100% - 80px);
    }

    .product-title {
        font-size: 24px;
        height: 80px;
    }

    .product-desc {
        font-size: 14px;
        line-height: 1.5;
        width: 80%;
        margin-left: 10%;
        margin-top: 0;
    }

    .product-btn {
        font-size: 17px;
        left: 50%;
        bottom: 40px;
        transform: translate(-65%, 0);
    }

    .product-btn::after {
        background: url(images/supermarket.png);
        background-size: 80px 80px;
        width: 80px;
        height: 80px;
        right: -60px;
        top: -24px;
    }

    .blue-row .text {
        margin-left: 13%;
        font-size: 25px;
    }

    #mainCarousel .carousel-caption h3 {
        font-size: 22px;
        margin-top: 0;
    }

    #mainCarousel .carousel-caption h4 {
        display: none;
    }

    #mainCarousel .carousel-indicators {
        bottom: 10px;
        left: 10%;
    }

    #mainCarousel .carousel-caption {
        right: 30%;
        left: 15%;
        bottom: auto;
        top: 14%;
        padding-top: 0;
    }

    .rendezvenyek-img {
        display: none;
    }

    .blue-row .text strong {
        font-size: 32px;
    }

    .blue-row .text:before {
        top: 8px;
        left: -45px;
        background-size: 30px 128px;
        width: 30px;
        height: 128px;
    }

    footer .text-right {
        text-align: center;
    }

    .footer-logo {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .copyright {
        height: 35px;
        line-height: 35px;
        text-align: center;
    }

    .copyright .pull-right,
    .copyright .pull-left {
        width: 100%;
    }

}

html body section#ginop_plusz_container
{
	position: fixed;
	left: 0;
	top: 0px;
	height: 120px;
	z-index: 1001;
}

	html body section#ginop_plusz_container a,
	html body section#ginop_plusz_container a > img
	{
		height: 120px;
	}
	
@media screen and (max-width: 576px) {

	html body section#ginop_plusz_container
	{
		position: fixed;
		left: 0;
		bottom: 0px;
		top: initial;
		height: 68px;
		z-index: 1001;
	}
	
	html body section#ginop_plusz_container a,
	html body section#ginop_plusz_container a > img
	{
		height: 68px;
	}
	
	
}