* {
    font-family: 'Aller', sans-serif;
}
@media (max-width: 991px) {
	.szeretheto {display: none;}
}

body {
    padding-top: 100px;
	font-size: 16px;
}
img {
	max-width: 100%;
}

.navbar {
    min-height: 100px;
}

.navbar-header {
    margin-left: none !important;
}

.navbar-left {
    float: left;
    margin-left: 8px;
}

.navbar-inverse {
    background-color: #1976bc !important;
    border-bottom: 0px solid #000000;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background: none;
}

.navbar-right {
    margin-right: 0px !important;
    margin-left: 15px;
}

.navbar-brand {
    padding: 29px 15px 36px 0px;
    margin-right: 28px;
    margin-left: 0px !important;
}

.nav > li > a {
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 600;
    padding: 0px 6px;
    margin: 43px 0px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    border-right: 1px solid #85b6dc;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #85b6dc;
}

.nav > li:last-of-type > a {
    border-right: none;
}

.nav > li {
    height: 100px;
}

.navbar-toggle {
    border: none;
    margin: 8px 0px 0px 0px;
    background-color: #1976bc;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #1976bc;
}

.dropdown-menu > li > a {
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 600;
    padding: 0px 6px;
    margin: 8px 0px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
}

.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active {
    background-color: #1976bc !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -99px;
    visibility: hidden;
}
@media (min-width: 768px) {
    .navbar-left .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }    

    .dropdown-menu {
        padding: 0;
        border: none;
        box-shadow: none;
        border-radius: none;
        background-color: #1976bc;
        top: 60%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand {
        margin-right: 0 !important;
    }
    
    .navbar-brand img {
        margin-top: 6px;
        width: 120px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 50px;
    }

    .navbar {
        min-height: 50px !important;
        height: 50px;
    }
    
    .navbar-brand-mobile {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        display: table;
    }
    
    .navbar-brand > img {
        margin-top: 10px;
        display: inherit;
    }
    
    .navbar-brand {
        float: none;
        padding: 0;
        margin: 0;
    }  
    
    .navbar-brand img {
        width: 130px;
    }
    
    .navbar-nav .dropdown-menu {
        margin: 0;
        padding: 0 0 10px 0;
    }
    
    .navbar-nav .dropdown-menu a  {
        padding: 5px 20px !important;
    }
    
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #1976bc;
    }

    .navbar-header {
        float: left;
    }
    
    .navbar-right {
        float: right;
    }
    
    #languageSelector {
        margin-top: 5px !important;
    }

    ul.nav {
        background-color: #1976bc;
        margin: 0;
    }

    .nav > li {
        height: auto;
        margin: 10px 0px;
    }

    .nav > li > a {
        height: auto;
        margin: 10px 0px;
        border-right: none;
    }
    
    .navbar-collapse {
        left: 10px;
        top: 50px;
        position: relative;
        position: absolute;
        border: none;
    }
    
    .collapsed {
        background: none;
    }
    
    .container-mobile-full {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    a.anchor {
        top: -50px;
    }
}



/* Language Selector */

#languageSelector {
    margin-top: 30px;
}

#languageSelector > div {
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
}

#languageSelector > div > li {
    list-style: none;
}

#languageSelector > div > li > a {
    width: 40px;
    line-height: 40px;
    color: #ffffff;
}

#languageSelector > div > li > a,
#languageSelector > div > li > a:hover {
    text-decoration: none;
}

#languageSelector > div > li > ul {
    width: 40px;
    right: -1px;
    left: auto;
    top: 100%;
    min-width: 40px !important;
    margin-top: -1px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
}
#languageSelector > div > li > ul.dropdown-menu {
	border-top: 1px solid #fff;
}

#languageSelector > div > li > ul > li {
    display: block;
    width: 40px;
    height: 40px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

#languageSelector > div > li > ul > li > a {
    line-height: 40px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

@media (max-width: 767px) {
    #languageSelector > div > li > ul {
        right: 0px;
        margin-top: -2px;
    }

    #languageSelector li > a {
        height: 39px;
    }
    
    #languageSelector ul {
        box-shadow: none;
    }
}



/* Login button */

#login {
    width: 120px;
    height: 40px;
    border: 1px solid #ffffff;
    margin-top: 30px;
    margin-right: 35px !important;
}

#login .login-image {
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    border-right: 1px solid #ffffff;
    float: left;
    
}

#login .login-label {
    display: table;
    float: left;
    margin-left: 5px;
    margin-top: 8px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.login-label > p {
    display: table-cell; 
    vertical-align: middle; 
    width: 72px;
    height: 22px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #login {
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #login {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}




/* Branded login button */

#brandedLogin {
    width: 120px;
    height: 40px;
    margin-top: 30px;
}

#brandedLogin .login-image {
    width: 39px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #ffffff;
    float: left;
    
}

#brandedLogin .login-label {
    float: left;
    margin-left: 5px;
    margin-top: 9px;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}



/* Content */
h2 {
    font-weight: 800;
    font-size: 22px;
    text-transform: uppercase;
    color: #1976bc;
    margin-bottom: 0;
}

h4 {
    font-weight: 600;
    font-size: 18px;
    color: #1976bc;
    margin: 5px 0px 25px 0;
}

ul li {
    color: #383838;
    font-size: 16px;
    line-height: 24px;
}

ul {
    list-style-image: url('../img/list-item.png');
    list-style-position: outside;
    margin-bottom: 35px;
}

/* Carousel */
.carousel {
    margin-bottom: 20px;
}

.bt-carousel-title {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: none;
	position: relative;
    background: rgba(25, 118, 188, 0.8);
    text-align: left;
    padding: 10px 32px;
	color: #fff;
	display: inline-block;
	margin-top: 98px;
}

.bt-carousel-desc {
    font-size: 18px;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.8);
    color: #1976bc;
    position: relative;
    margin-top: 20px;
    padding: 24px 32px;
	display: inline-block;
}
.bt-carousel-desc p {
	margin: 0;
}

@media (max-width: 767px) {
    
    .bt-carousel-title {
        font-size: 24px;
        padding: 10px;
    }
    
    .bt-carousel-desc{
        font-size: 16px;
        padding: 10px;
    }
}

/* About us */

.container-about {
    margin-bottom: 50px;
}

p.about-description {
    color: #383838;
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.img-about {
    margin-top: 15px;
}

a.blue-ghost {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #1976bc;
    border: 2px solid #1976bc;
    padding: 8px 30px;
}

a.white-ghost {
    width: auto;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 8px 30px;
}

a.blue-ghost:hover,
a.white-ghost:hover{
    text-decoration: none;
}

@media (max-width: 767px) {
    h2 {
        text-align: center;
        font-size: 18px;
    }
 
    h4 {
        text-align: center;
        font-size: 14px;
    }
    
        ul li {
        font-size: 14px;
        line-height: 25px;
    }

    p.about-description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    a.blue-ghost,
    a.white-ghost {
        display: block;
        width: 100%;
        font-size: 14px;
        padding: 8px 14px;
    }
    
    a.white-ghost {
        margin-bottom: 5px;
    }
    
    div.text-center-xs {
        text-align: center;
    }
}



/* Solutions */

.container-solutions {
    background-color: #1976bc;
    padding-bottom: 50px;
}

.container-solutions h2,
.container-solutions h4 {
    color: #ffffff;
}

.container-solutions h2 {
    margin-top: 40px;
}

.container-solutions h4 {
    margin-bottom: 15px;
}

.solution-item-center {
    margin-top: 25px;
}

.vertical-container {
    display: table;
    height: 60px;
    
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 15px;
    margin-bottom: 15px;
}

.vertical-center {
    display: table-cell; 
    vertical-align: middle; 
}

.vertical-center p {
    margin: 0;
}

.carousel-solutions-container {
    position: relative;
}

.carousel-solutions-title {
    position: absolute; 
    top: 50%; 
    width: 100%; 
    transform: translateY(-50%); 
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1.0);
}

@media (min-width: 768px) and (max-width: 991px) {
    .solution-item-center {
        margin-left: 6px;
    }
}

@media (max-width: 767px) {
    .vertical-center {
        text-align: left; 
    }

    .solution-item-center {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .solutions-mobile-image {
        margin: 0px 10px;
        width: 60px;
        height: 60px;
        float: left;
    }
    
    .solutions-mobile-text {
        display: table;
        height: 60px;

        text-align: right;
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        line-height: 14px;
        margin-bottom: 15px;
        margin-right: 10px;
    }
/*
    .vertical-container {
        display: table;
        height: 50px;
    }

    .container-solutions .col-xs-2 img {
        width: 50px;
    }
*/
}



/* POS */

.container-pos {
    margin-top: 15px;
    padding-bottom: 50px;
}

.container-pos p {
    color: #383838;
}
.feature {
	display: inline;
}
.feature + .tooltip > .tooltip-arrow {
	border-bottom-color: #eee;
}
.feature + .tooltip > .tooltip-inner {
	background-color: #eee;
	background: #eee;
	padding: 10px;
	color: #222;
	font-size: 14px;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}


/* CLIENTS */

.container-clients {
    background-color: #1976bc;
    padding-bottom: 15px;
}

.container-clients h2 {
    color: #ffffff;
    margin-bottom: 25px;
}

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -16.667%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 16.667%;
}
.multi-item-carousel .carousel-inner .next {
  left: 16.667%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -16.667%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out all;
    backface-visibility: visible;
    transform: none!important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-control img {
        margin-top: -20px;
    }
}

@media (max-width: 767px) {
    .carousel {
        margin-bottom: 10px;
    }
    
    .multi-item-carousel-mobile .carousel-inner {
        height: 60px !important;
    }
    
    .multi-item-carousel-mobile .carousel-inner > .item {
        transition: 500ms ease-in-out left;
        text-align: center;
    }

    .multi-item-carousel-mobile .carousel-inner > .item {
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
    }

    .multi-item-carousel-mobile .carousel-inner .active.left {
        left: -50% !important;
    }
    
    .multi-item-carousel-mobile .carousel-inner .active.right {
        left: 50% !important;
    }
    
    .multi-item-carousel-mobile .carousel-inner .next {
        left: 50%;
    }
    
    .multi-item-carousel-mobile .carousel-inner .prev {
        left: -50%;
    }
}



/* TESTIMONIALS */

.container-testimonials {
    margin-bottom: 30px;
	background: #eee;
}

.white {
	background: #fff;
	padding-top: 15px;
}

.container-testimonials h2 {
	margin-bottom: 25px;
}

.container-testimonials p {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 30px 0px;
}

.container-testimonials > .row > .col-sm-4:last-of-type p {
    background: transparent url('../img/quote-start.png') no-repeat top right;
}

.container-testimonials > .row > .col-sm-4:first-of-type p {
    background: transparent url('../img/quote-end.png') no-repeat bottom left;
}

@media (max-width: 767px) {
    .container-testimonials p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        padding: 20px 10px;
        background: transparent url('../img/quote-start.png') no-repeat top right;
    }
}



/* CONTACT */

.alert {
	margin-top: 20px;
}
.alert h2 {
	font-size: 18px;
	margin: 0;
	color: #3c763d;
}

.container-contact {
    background-color: #1976bc;
    padding-bottom: 15px;
    padding-top: 15px;
}
.container-contact a {
	color: #fff;
	text-decoration: underline;
}

.container-contact h2,
.container-contact {
    color: #ffffff;
}

.container-contact input.form-control {
    color: #000000;
    border: none;
    border-radius: 0;
    height: 40px;
}

.container-contact p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 5px;
}

.container-contact form {
    margin: 20px 0px;
}

.container-contact form .row {
    margin-bottom: 18px;
    line-height: 40px;
}

.container-contact form label {
    font-size: 16px;
    font-weight: 400;
}

.container-contact form input + label {
    font-size: 18px;
}

.container-contact form input.white-ghost {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #ffffff;
    background: none;
    padding: 0px 30px;
    height: 36px;
    line-height: 34px;
}

[type="checkbox"] {
	position: relative;
}

/*[type="checkbox"] + label {
    margin-right: 20px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left:0; top: 10px;
    width: 20px; height: 20px;
    border: none;
    background: transparent url('../img/checkbox.jpg') no-repeat;
    transition: all .3s;
}

[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 10px;
    width: 20px; height: 20px;
    border: none;
    background: transparent url('../img/checkbox_checked.jpg') no-repeat;
    transition: all .3s;
}*/

.contact-info p {
    padding-top: 3px;
    margin: 20px 0;
}

@media (max-width: 767px) {
    .container-contact {
        padding-bottom: 0;
    }
    
    .container-contact p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
        padding: 0px 10px;
    }

    .container-contact form .row {
        margin-bottom: 10px;
        height: auto;
        line-height: normal;
    }

    .container-contact form label {
        font-size: 14px;
        font-weight: 700;
        height: auto;
        line-height: normal;
        margin-bottom: 10px;
    }
    
    .container-contact form input + label {
        font-size: 14px;
        font-weight: 400;
    }
    
    .container-contact form input.white-ghost {
        display: block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    .contact-info p {
        padding-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .label-checkbox {
        padding-top: 10px;
    }
}



/* PAGE */

.container-text h2 {
    margin-bottom: 36px;
}

.container-text h4 {
    margin-bottom: 20px;
}

.container-text p {
    font-size: 16px;
}



/* FOOTER */

.navbar-footer {
    margin-bottom: 0;
    border: none;
    background-color: #383838;
}

.navbar-footer p {
	margin: 0;
}

.navbar-footer, .navbar-footer a {
    font-size: 14px;
    line-height: 100px;
    color: #fff;
}

.navbar-footer a:hover {
    text-decoration: none;
	color: #ddd;
}

.footer-right {
    float: right;
}

.footer-left {
    float: left;
}

@media (max-width: 767px) {
    .footer-right {
        float: none;
        text-align: center;
        margin: 15px 0;
    }
    
    .footer-left {
        float: none;
        text-align: center;
    }
    
    .navbar-footer a {
        line-height: normal;
		line-height: 22px;
    }  
	.navbar-footer {
		padding-bottom: 20px;
		line-height: 22px;
	}	
    .navbar-footer .footer-left a {
        margin-right: 0;
        line-height: 22px;
    }
}



/* MODAL */
.modal-content {
    box-shadow: none;
    border-radius: 0;
    padding: 30px;
}

.modal-header {
    border-bottom: none;
    padding: 0;
}

.modal-header h4 {
    color: #000000 !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    font-size: 22px;
    margin-bottom: 18px;
}

.modal-body {
    padding: 0;
}

.modal-body p {
    font-size: 16px;
}

.modal-body p a {
    font-weight: 600;
    color: #000000;
}

.close {
    opacity: 1.0;
    position: absolute;
    top: 15px;
    right: 15px;
}

@media (min-width: 992px) {
    .modal-dialog {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modal-dialog {
        width: 750px;
    }
}



/* NEWS */
.container-news {
    margin: 20px auto;
}

.container-news a {
    text-decoration: none;
}

.container-news h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
}

.container-news p {
    font-size: 14px;
}
h2.item-title {
	margin-bottom: 24px;
}

/* DJ IMG SLIDER */

.djslider-default .navigation-container .prev-button:focus, .djslider-default .navigation-container .next-button:focus{
	outline: none;
}

/* RECAPTCHA */

.g-recaptcha > div {margin: 0 auto;}

/* COOKIES */

#ca_banner {height: 100px;}