/* ----------------------------------------------------------------
	Canvas: App Landing
	Version: 1.0
-----------------------------------------------------------------*/


/*#header-wrap > .container { border-bottom: 1px solid rgba(255,255,255,0.2); }*/

#primary-menu > ul > li > a {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 400 !important;
	/*text-transform: capitalize;*/
	font-family: 'Poppins', sans-serif !important;
}

@media (min-width: 992px) {

	#primary-menu > ul > li.menu-item-emphasis > a {
		padding-top: 9px;
		padding-bottom: 9px;
		border-radius: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	#header.sticky-header #primary-menu > ul > li.menu-item-emphasis > a {
		padding-top: 9px !important;
		padding-bottom: 9px !important;
		margin-top: 20px;
		margin-bottom: 20px;
	}/*
    ORIGINAL STYLE
	#header:not(.sticky-header) #primary-menu > ul > li.menu-item-emphasis > a {
		background-color: rgba(255,255,255,0.1);
		text-shadow: none;
	}*/

    #header:not(.sticky-header) #primary-menu > ul > li.menu-item-emphasis > a {
        background-color: #ee7301;
        color: #FFF !important;
    }

    #header:not(.sticky-header) #primary-menu > ul > li.menu-item-emphasis > a:hover {
        background-color: #ee7301;
        color: #FFF !important;
    }

	#header.sticky-header #primary-menu > ul > li.menu-item-emphasis > a {
		background-color: #ee7301;
		color: #FFF;
	}

	#primary-menu ul ul:not(.mega-menu-column) {
		width: 260px;
		padding: 20px;
		border: 1px solid #EEE !important;
		border-radius: 0 0 3px 3px;
		left: -20px;
	}

	#primary-menu ul ul li > a {
		font-size: 14px;
		font-weight: 400;
		/*text-transform: capitalize;*/
		padding: 12px 20px;
		font-family: 'Poppins', sans-serif !important;
	}

	#primary-menu ul ul li:hover > a { /*padding-left: 25px;*/ }

}


#header.sticky-header:not(.static-sticky),
#header.sticky-header:not(.static-sticky) #header-wrap,
#header.sticky-header:not(.static-sticky):not(.sticky-style-2):not(.sticky-style-3) #logo img { height: 80px; }

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	padding-top: 29px;
	padding-bottom: 29px;
}

#header.sticky-header:not(.static-sticky) #top-search,
#header.sticky-header:not(.static-sticky) #top-cart,
#header.sticky-header:not(.static-sticky) #side-panel-trigger {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

#header.sticky-header:not(.static-sticky) #top-cart .top-cart-content,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title.style-2 > div #top-cart .top-cart-content { top: 50px; }




#slider .emphasis-title h1 { font-size: 48px; }

.hero-action-link {
	margin-left: 30px;
	color: #DDD;
	font-size: 20px;
	font-weight: 300;
}

.hero-action-link i {
	margin-right: 7px;
	position: relative;
	top: 2px;
}

.hero-action-link:hover { border-bottom: 1px solid #DDD; }



.testimonial-full { overflow: visible; }

.testimonial-full .testi-content { -webkit-backface-visibility: hidden; }

.testimonial-full .testi-content p {
	font-size: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #777;
	font-style: normal;
	margin: 15px 0 30px 0;
	line-height: 1.6;
}


.testimonial-full .testi-content { margin-bottom: 20px; }


.testimonial-full .flex-control-nav li {
	margin: 0 5px;
	width: 10px;
	height: 10px;
}

.testimonial-full .flex-control-nav li a {
	width: 10px !important;
	height: 10px !important;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
}

.testimonial-full .flex-control-nav li a.flex-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}


.testimonial-full .flex-prev,
.testimonial-full .flex-next {
	left: 100px;
	background-color: transparent;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	border-radius: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-full .flex-next {
	left: auto;
	right: 100px;
}

.testimonial-full .flex-prev i,
.testimonial-full .flex-next i {
	line-height: 64px;
	width: 64px;
	height: 64px;
	font-size: 64px;
	color: rgba(0,0,0,0.09);
	text-shadow: none;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.testimonial-full .flex-prev:hover,
.testimonial-full .flex-next:hover { background-color: transparent !important; }

.testimonial-full .flex-prev:hover i,
.testimonial-full .flex-next:hover i { color: #ee7301; }


.owl-stage-outer  { /*overflow: visible !important;*/ }
.owl-carousel .owl-stage {
    -moz-transition: all 0.8s ease !important;
    -o-transition: all 0.8s ease !important;
    -webkit-transition: all 0.8s ease !important;
    transition: all 0.8s ease !important;
}

.how-it-works-section .owl-stage-outer { overflow: hidden !important; padding: 30px 0; }

.how-it-works-section .portfolio-desc { padding: 10px; }

.how-it-works-section .portfolio-desc span { font-size: 16px; color: #777; }


.owl-item .oc-item {
	opacity: 0.35;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.owl-item.active.center .oc-item {
	opacity: 1;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 12px 22px rgba(0, 0, 0, 0.15);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}


.owl-carousel .owl-dots .owl-dot { margin-top: 60px; }

.how-it-works-section .owl-carousel .owl-dots .owl-dot { margin-top: 10px; }

.owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	margin: 0 5px;
	opacity: 1;
	background-color: transparent !important;
	border: 1px solid #ee7301;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span { background-color: #ee7301 !important; }

.owl-carousel-full .owl-nav [class*=owl-] {
    background-color: #ee7301 !important;
    color: #FFF !important;
    text-decoration: none;
}
.owl-carousel-full .owl-nav .owl-prev  {
    left: 30px !important;
}

.owl-carousel-full  .owl-nav .owl-next  {
    right: 30px !important;
}

#footer { /*border-top: 1px solid #DDD;*/ color: #525975; background-color: #F5F5F5; }
#copyrights { background-color: transparent; }
.widget.widget_links.app_landing_widget_link li { padding-left: 0; }

.widget.widget_links.app_landing_widget_link li a {
	padding: 0;
	background: transparent;
	color: #AAA;
	font-size: 15px;
}

.widget.widget_links.app_landing_widget_link li a:hover { color: #666; }



.pricing-box {
	margin: 0 20px;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.08);
}

.pricing-title {
	background-color: transparent;
	border-bottom: 0;
}

.pricing-title h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0;
}

.pricing-price:after,
.pricing-features {
	border: 0;
	font-family: 'Poppins', sans-serif;
}

.pricing-price,
.pricing-price span { font-weight: 600; }

.pricing-price span {
	margin: 3px 5px 0 0;
	font-size: 22px;
}

.pricing-price span.price-tenure {
	display: block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0 0 0;
	text-align: center;
	color: #888;
	letter-spacing: 1px;
}

.pricing-price .price-unit {
	line-height: 34px;
	margin: 0 0 0 10px;
}

.pricing-tenure-switcher { position: relative; }

.pricing-tenure-switcher .pts-left,
.pricing-tenure-switcher .pts-right,
.pricing-tenure-switcher .pts-switcher {
	display: inline-block;
	margin: -10px 10px;
	height: 30px;
	/*overflow: hidden;*/
}

.pricing-tenure-switcher .pts-left,
.pricing-tenure-switcher .pts-right {
	font-size: 16px;
	font-weight: 600;
	color: #AAA;
	line-height: 30px;
}

.pricing-tenure-switcher .pts-switch-active { color: #fff; }

.pricing-tenure-switcher .pts-switcher label { margin-bottom: 0; }

.pts-switcher input.switch-toggle-round + label:before,
.pts-switcher input.switch-toggle-round + label { background-color: #ee7301; }


.app-footer-features h5 {
	display: inline-block;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 1px;
}

.app-footer-features h5 a {
	color: #666;
	font-weight: 600;
}

.app-footer-features h5 a:hover {
	color: #444;
	border-bottom: 1px dotted #AAA;
}

.app-footer-features i {
	position: relative;
	top: 8px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	margin-right: 10px;
	color: #888;
}

.app-footer-features h5 span { color: #A0ACB6 !important; }




.before-heading {
	font-family: 'Poppins', sans-serif !important;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	color: #AAA;
}



.section-more-link {
	margin-top: 30px;
	font-size: 18px;
	font-weight: 500;
}

.section-more-link i {
	position: relative;
	top: 1px;
	margin-left: 2px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.section-more-link:hover { color: #ee7301; }

.section-more-link:hover i { left: 3px; }



#modal-get-started-package {
	margin-top: 6px;
	text-align: right;
	line-height: 24px;
	font-size: 13px;
	font-weight: 600;
	color: #AAA;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.icon-ok {
	color: #30c37b;
}

.timeline-holder  {
    text-align: center;

}
.timeline-holder:before {
    content:"";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid #ddd;
}
.timeline-holder img {
    max-width: 380px;
    width: 100%;
    margin-bottom: 40px;
}
.timeline-holder > div:last-child img {
    margin-bottom: 0px;
}
img.pull-right {
    margin-right: 40px;
}
img.pull-left {
    margin-left: 40px;
}

.vivien-message:before {
    width: 60px;
    height: 60px;
    display: block;
    content: "Vivien";
    background-color: #ee7301;
    position: absolute;
    z-index: 2;
    right: -30px;
    border-radius: 50%;
    top: 0;
    color: white;
    vertical-align: middle;
    line-height: 60px;
    border: 1px solid #ddd;
}

.vivien-message-ontheright:before {
	width: 60px;
	height: 60px;
	display: block;
	content: "Vivien";
	background-color: #ee7301;
	position: absolute;
	z-index: 2;
	left: -30px;
	border-radius: 50%;
	top: 0;
	color: white;
	vertical-align: middle;
	line-height: 60px;
	border: 1px solid #ddd;
}

.you-message:before {
    width: 60px;
    height: 60px;
    display: block;
    content: "Te";
    background-color: #ddd;
    position: absolute;
    z-index: 2;
    right: -30px;
    border-radius: 50%;
    top: 0;
    color: #000;
    vertical-align: middle;
    line-height: 60px;
    border: 1px solid #ddd;
}

.client-message:before {
    width: 60px;
    height: 60px;
    display: block;
    content: "Ügyfél";
    background-color: #efefef;
    position: absolute;
    z-index: 2;
    left: -30px;
    border-radius: 50%;
    top: 0;
    color: #000;
    vertical-align: middle;
    line-height: 60px;
    border: 1px solid #ddd;
}

.one-page-arrow,.one-page-arrow:focus,.one-page-arrow:visited,.one-page-arrow:hover,.one-page-arrow:active {
    color: #fff;
}

#slide-18-layer-16 {
    max-width: 350px !important;
}

.text-rotater span {
    padding: 0 5px;
}

a.standard-logo {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#header #logo a.standard-logo {
    line-height: 100px;
}
#header.sticky-header #logo a.standard-logo {
    line-height: 80px;
}

@media (min-width: 768px) and (max-width: 992px) {
}

@media (max-width: 992px) {
    .testimonial-full .flex-prev { left: -30px; }
    .testimonial-full .flex-next { right: -30px; }
    .timeline-holder img {
        max-width: 380px;
        width: 100%;
        margin-bottom: 40px;
        margin-top: 100px;
        margin-right: 0 !important;
        margin-left: 0 !important;
        float: none !important;
    }
    .you-message:before, .vivien-message:before, .vivien-message-ontheright:before, .client-message:before {
        height: 40px;
        top: 40px;
        right: 0;
        left: 0;
        margin: 0 auto;
        border-radius: 5px;
        width: 100%;
        line-height: 40px;
        max-width: 130px;
    }
    .timeline-holder > div:first-child:before {
        top: 0px;
    }

    .timeline-holder > div:first-child img {
        margin-top: 60px;
    }
    #header-wrap {
        position: fixed;
        background: #fff;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        box-shadow: 0 0 30px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
    }
    #header.transparent-header {
        z-index: 199;
        position: relative;
    }
    #header.transparent-header + #slider {
        margin-top: 60px;
    }

}


@media (max-width: 767px) {

    #get-started-form h3 { margin-bottom: 10px; }

    #modal-get-started-package {
        text-align: left;
        margin-bottom: 30px;
        font-size: 15px;
    }

    .testimonial-full .flex-prev,
    .testimonial-full .flex-next { display: none; }

    .hero-action-link {
        display: inline-block;
        clear: both;
        margin: 20px 0 0 5px;
    }

    .app-footer-features i {
        top: 4px;
        width: 20px;
        height: 20px;
        font-size: 20px;
        margin-right: 5px;
    }

    #copyrights .col_half:last-child { display: block !important; }

}

[class^="icon-"], [class*=" icon-"], [class^="icon-line-"], [class*=" icon-line-"], [class^="icon-line2-"], [class*=" icon-line2-"], .side-header #primary-menu ul > li.sub-menu > a:after {
	vertical-align: middle;
}
.sticky-sidebar {
	background: #fff;
}
.sticky-sidebar.tabs.tabs-bb ul.tab-nav:not(.tab-nav-lg) {
}
.toggle {
	display: block;
	margin: 0 0 20px
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #444;
	cursor: pointer
}
.acctitle, .toggle .toggleta {
	font-weight: 600
}
.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px
}
.toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed {
	display: none
}
.acctitle, .toggle .toggleta i.toggle-open {
	display: block
}
.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px
}
.toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	border-radius: 2px
}
.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 44px
}
.toggle.toggle-bg .togglec {
	padding: 12px 0 0 36px
}
.toggle.toggle-border {
	border: 1px solid #CCC;
	border-radius: 4px
}
.toggle.toggle-border .togglet, .toggle.toggle-border .toggleta {
	line-height: 44px;
	padding: 0 15px 0 36px
}
.toggle.toggle-border .togglet i {
	left: 14px;
	line-height: 44px
}
.toggle.toggle-border .togglec {
	padding: 0 15px 15px 36px
}
.faqs .toggle {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 12px
}
.faqs .toggle .togglet, .faqs .toggle .toggleta {
	font-size: 15px
}
.faqs .toggle .togglet i {
	top: 1px;
	font-size: 14px
}
.faqs .toggle .togglec {
	padding-bottom: 10px
}
.accordion {
	margin-bottom: 20px
}
.acctitle {
	position: relative;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
	color: #444;
	cursor: pointer;
	border-top: 1px dotted #DDD;
	padding: 10px 0 10px 20px;
}
.acctitlec {
	cursor: auto
}
.acctitle:first-child {
	border-top: none
}
.acctitle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 44px
}
.acc_content, .tabs, ul.tab-nav-lg li {
	position: relative
}
.accordion.accordion-bg .acctitle i, .accordion.accordion-border .acctitle i {
	left: 14px;
	line-height: 44px
}
.acctitle i.acc-open, .acctitlec i.acc-closed {
	display: none
}
.acctitlec i.acc-open {
	display: block
}
.acc_content {
	padding: 0 0 15px 20px
}
.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	margin-bottom: 5px;
	border-top: 0
}
.accordion.accordion-bg .acc_content {
	padding: 10px 0 15px 36px
}
.accordion.accordion-border {
	border: 1px solid #DDD;
	border-radius: 4px
}
.accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec {
	border-color: #CCC;
	line-height: 44px;
	padding: 0 15px 0 36px
}
.accordion.accordion-border .acc_content {
	padding: 0 15px 15px 36px
}
.accordion.accordion-lg .acctitle {
	font-size: 23px;
	line-height: 44px;
	padding-left: 30px;
	font-weight: 400
}
.accordion.accordion-lg .acctitle i {
	width: 20px;
	font-size: 20px;
	line-height: 64px
}
.accordion.accordion-lg .acc_content {
	padding: 10px 0 30px 30px
}

.device-lg.sticky-footer #footer, .device-md.sticky-footer #footer {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}



/* ----- | Story-Box | ----- */
#about .story-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#about .story-box .story-box-image {
	width: 70%;
	height: 500px;
	z-index: 2;
	overflow: hidden;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

#about .story-box .story-box-image img {
	display: block;
	height: auto;
	width: 100%;
	opacity: 1;
	transition: opacity .3s ease;
}

#about .story-box .story-box-info {
	box-sizing: border-box;
	width: 50%;
	height: 430px;
	padding: 60px;
	margin: 35px 0 0 -20%;
	background: #fff;
	z-index: 4;
	box-shadow: 0 10px 45px rgba(0,0,0,.1);
	transition: all ease-in .3s;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

#about .story-box.description-left .story-box-info {
	-ms-flex-order: -1;
	order: -1;
	margin: 35px -20% 0 0;
}

#about .story-box .story-box-info .story-title {
	font-size: 26px;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0;
}

@media screen and (min-width: 991px)  {
	#about #tabs-2 .story-box .story-box-info .story-box-content {
		overflow-y: scroll;
		height: calc(100% - 60px);
	}


	ul.tab-nav:not(.tab-nav-lg) {
		display: flex;
	}

}
#about .story-box .story-box-info .story-box-content p {
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 1.8;
}

#about .story-box .story-box-info .story-box-content a {
	font-size: 16px;
	text-decoration: underline !important;
}

/* ----- Story-Box Responsive ----- */
@media (max-width: 991px) {

	#about .story-box .story-box-image {
		height: auto;
		width: 100%;
		height: 400px;
		-ms-flex-order: -1;
		order: -1;
	}

	#about .story-box.description-left .story-box-info {
		-ms-flex-order: -1;
		order: -1;
		margin: 35px -20% 0 0;
	}

	#about .story-box.description-left .story-box-info { margin: -40px 5% 0; }

	#about .story-box .story-box-info {
		max-width: 90%;
		height: auto;
		-ms-flex-preferred-size: 90%;
		flex-basis: 90%;
		margin: -40px 5% 0;
	}
}


@media (max-width: 767px) {

	#about .story-box.description-left .story-box-info { margin: -100px 5% 0; }
	#about .story-box .story-box-info {
		padding: 35px;
		text-align: center;
		margin: -100px 5% 0;
	}
}

@media (max-width: 479px) {

	#about .story-box .story-box-info {
		width: 100%;
		padding: 15px;
		text-align: center;
		margin: -200px 5% 0;
	}
	#about .story-box.description-left .story-box-info { margin: -200px 5% 0; }

	#about ul.tab-nav:not(.tab-nav-lg) li a i {display: none;}
}


/* ----- Tab ----- */
#about ul.tab-nav:not(.tab-nav-lg) {
    background: none;
    border: none;
    display: block;
}

#about ul.tab-nav:not(.tab-nav-lg) li {
	float: left;
	border: none;
	height: auto;
	text-align: center;
}

#about .tabs.tabs-alt ul.tab-nav li.ui-tabs-active a { border: none; }

#about ul.tab-nav:not(.tab-nav-lg) li a {
	color: #1d2c4c;
	height: auto;
	line-height: 1;
	background-color: transparent;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 20px 0;
}

#about ul.tab-nav:not(.tab-nav-lg) li a i {
	display: block;
	font-size: 42px;
	margin: 0 0 17px 0;
	color: #1c85e8;
}

#about ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a { top: 0; }

#about ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
	border-radius: 50%;
	background: #1c85e8;
}

#about .tab-container { margin: 30px 0 0; }


/* ----- Tab Responsive ----- */
#about .acctitle {
	line-height: 30px;
	font-size: 16px;
	font-weight: 500;
	color: #444;
	border-top: 1px dotted #DDD;
	padding: 12px 0 12px 24px;
}
#about .acc_content { padding: 10px 0 25px; }
#about .acctitle i {
	color: #1c85e8;
	font-size: 16px;
	top: 3px;
}

#about .acctitle i.icon-ok-circle,
#about .acctitle i.icon-remove-circle { display: none; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	max-width: 1600px;
}

#mc_embed_signup #mce-success-response, #mc_embed_signup #mce-error-response {
    position: absolute;
    height: calc(100% + 170px);
    width: calc(100% + 100px);
    right: -50px;
    top: -90px;
    bottom: 0;
    background: #fff;
    margin: 0;
    padding: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-weight: normal;
    display: block;
    align-items: center;
}

.pts-left.pts-switch-active {
    text-shadow: 0 0 36px #ee7300;
    color: #ee7300;
}

.product-info {
    max-width: 240px;
}

.table.product-info > tbody > tr > td {
    border-top: 0;
}

.table.table.product-info > tbody > tr > td:first-child {
    text-align: left;
}
.table.table.product-info > tbody > tr > td:nth-child(2n) {
    text-align: right;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
	position: absolute;
	width: calc(100% - 50px);
	text-indent: -100000px;
	bottom: -4px;
	z-index: -1;
	height: 42px;
	left: 25px;
}

@media (max-width: 479px) {
	.well-sm {
		height: 80px;
	}
}

@media (max-width: 989px) {
	.product-info {
		margin: 0 auto;
	}
}

.price-selector .side-tabs ul.tab-nav {
	background: none;
	border: none;
	margin: 0;
	flex-direction: column;
	width: 100%;
}

.price-selector .side-tabs ul.tab-nav li {
	border: none;
	margin: 0;
}

.price-selector .side-tabs ul.tab-nav li a {
	background: none;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid transparent;
}

.price-selector .side-tabs ul.tab-nav li.ui-tabs-active a {
	right: 0;
	border-color: #fff;
}

.price-selector .side-tabs ul.tab-nav li a img {
	border-radius: 5px;
}

.price-selector .side-tabs .tab-container {
	overflow: visible;
	padding: 0;
	font-size: 35px;
}

.price-selector p {
	margin-bottom: 0;
	/*margin-left: 15px;*/
	margin: 0 auto;
}

#termek-section .button.button-xlarge {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.price-selector .tabs {
	margin: 0;
}

#futoertek .skills li {
	position: relative;
	margin-top: 48px;
}

#futoertek .skills li .progress-percent {
	top: -31px;
	height: 26px;
	line-height: 26px;
	padding: 3px 7px;
	font-size: 13px;
}

#futoertek .skills li:first-child .progress, #futoertek .skills li:nth-child(3n) .progress, #futoertek .skills li:nth-child(4n) .progress {
	background-color: #AAA;
}

#futoertek .skills li:first-child .progress-percent, #futoertek .skills li:nth-child(3n) .progress-percent, #futoertek .skills li:nth-child(4n) .progress-percent {
	background-color: #999;
}

#futoertek .skills li:nth-child(2) .progress-percent {
	background-color: #ee7301;
}

#futoertek .progress-percent:after, #futoertek .progress-percent:before {
	border-top-color: #999;
}

#futoertek .skills li:nth-child(2) .progress-percent:after, #futoertek .skills li:nth-child(2) .progress-percent:before {
	border-top-color: #ee7301;
}

#futoertek .skills li:nth-child(2) > span {
	color: #ee7301;
}


.badge {
	padding: 5px 9px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff !important;
	line-height: 1;
}

table.product-price-table {
	max-width: 800px;
	margin: 0 auto;
}

th {
	font-weight: 600;
}

#primary-menu ul li > a.language-selector {
	padding: 10px;
	margin-top: 27px;
	position: relative;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a.language-selector {
	padding: 10px;
	margin-top: 17px;
}

.video-mask {
	background: url(../images/live-flames/video-mask.png);
	display: block;
	position: absolute;
	width: 800px;
	height: 100%;
	left: 0;
	background-size: contain;
	right: 0;
	bottom: 0;
	top: 0;
}

.otthon-design-video {
	width: 800px;
	position: relative;
	top: 0;
	height: 100%;
	z-index: -1;
	margin: 0 auto;
}

.video-holder {
	position: relative;
	width: 800px;
	margin: 0 auto;
}