@font-face {
  font-family: Calibri;
  src: url('../fonts/calibri.ttf');
}
@font-face {
  font-family: FuturaHU;
  src: url('../fonts/FuturaHU-Bold.otf');
}
@font-face {
  font-family: MyriadProRegular;
  src: url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
  font-family: TitilliumBold;
  src: url('../fonts/TitilliumWeb-Bold.ttf');
}
@font-face {
  font-family: TitilliumRegular;
  src: url('../fonts/TitilliumWeb-Regular.ttf');
}
@font-face {
  font-family: TitilliumSemiBold;
  src: url('../fonts/TitilliumWeb-SemiBold.ttf');
}
.wrap {
  font-family: TitilliumRegular, sans-serif;
}
.wrap .container {
  padding-top: 0;
}
.wrap .btn-green {
  background-image: linear-gradient(#5dc9a2,#2cb889);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin: 5px;
  text-transform: uppercase;
}
.wrap .btn-primary {
  background-image: linear-gradient(#5dc9a2,#2cb889);
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  margin: 5px;
  text-transform: uppercase;
  border-color: white;
}
.wrap .btn-default {
  background-color: white;
  border: 1px solid #1cb381;
  color: #1cb381;
  font-weight: bold;
  padding: 10px;
  margin: 5px;
  text-transform: uppercase;
}
.wrap .alert-container {
  padding: 0;
}
header .header-first {
  background-color: #ececec;
  padding-top: 7px;
  height: auto;
}
header .header-first .shop-warning {
  display: inline-block;
  float: left;
  max-width: 40%;
  color: red;
}
header .header-first .shop-login {
  display: inline-block;
}
header .header-first .shop-login .form-group {
  vertical-align: top;
}
header .header-first .shop-login #loginform-username {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 25px;
  font-size: 14px;
  font-family: TitilliumSemiBold, sans-serif;
}
header .header-first .shop-login #loginform-password {
  height: 25px;
  font-size: 14px;
  font-family: TitilliumSemiBold, sans-serif;
}
header .header-first .shop-login .btn-shop-login {
  background: linear-gradient(#5dc9a2,#2cb889);
  color: white;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  height: 25px;
  font-size: 14px;
  margin-right: 20px;
  font-family: TitilliumSemiBold, sans-serif;
  padding: 1px 12px;
}
header .header-first .shop-signup {
  display: inline-block;
}
header .header-first .shop-signup a {
  color: #565656;
}
header .header-first .webshop-cart-widget {
  background-color: white;
  border-radius: 15px;
  border: none;
  margin: -5px 0;
  padding: 5px;
  height: 30px;
}
header .header-first .webshop-cart-widget img {
  height: 20px;
}
header .header-first .webshop-cart-widget .cart-count-span {
  color: white;
  padding: 2px;
  font-size: 12px;
  width: 16px;
  background-color: #851a1a;
  border-radius: 50%;
  margin-top: -30px;
  right: 20px;
  position: absolute;
}
header .header-second {
  height: 100px;
}
header .header-second .header-logo {
  margin-top: 5px;
  margin-left: 5px;
  height: 80px;
}
header .header-second #search-module-form {
  display: inline-block;
  width: 250px;
  float: right;
  margin-top: 30px;
}
header .header-second #search-module-form input[type='text'] {
  border: 1px solid #1cb381;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
header .header-second #search-module-form input::-webkit-input-placeholder {
  color: #1cb381;
  font-weight: bold;
}
header .header-second #search-module-form button {
  border: 1px solid #1cb381;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: white;
}
header .header-second #search-module-form button i {
  color: #1cb381;
}
header .header-third .header-navbar {
  background-color: #1cb381;
  margin: 0;
}
header .header-third .header-navbar .container {
  padding: 0;
}
header .header-third .header-navbar .container a {
  color: white;
  font-weight: bold;
  font-family: TitilliumBold, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
header .header-third .header-navbar .container a:hover {
  background-color: #364c59;
}
.carousel h3 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 150px;
}
.user-form-page {
  color: #364c59;
}
.user-form-page h1 {
  color: #1cb381;
  font-weight: bold;
  text-transform: uppercase;
}
.user-form-page .activity-table {
  margin-top: 20px;
}
.user-form-page .activity-table th {
  padding-left: 10px;
}
.user-form-page .activity-table td {
  padding-left: 30px;
}
.user-form-page .activity-table td .checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.user-form-page fieldset {
  margin-bottom: 30px;
}
.user-form-page legend {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #1cb381;
  font-size: 30px;
  font-weight: bold;
}
.user-form-page legend.small-legend {
  font-size: 21px;
  font-weight: normal;
}
.profile-data .main-title {
  margin-bottom: 40px;
}
#profile-form {
  padding: 0;
}
#profile-form .form-group {
  display: block;
}
#profile-form .form-group label {
  padding: 5px;
}
#profile-form .form-group input {
  width: 100%;
  margin-bottom: 10px;
  background-color: #ececec;
}
#profile-form .form-group input[disabled] {
  background-color: #cccccc;
}
#profile-form .form-group input[type='file'] {
  margin-top: 30px;
  background-color: transparent;
}
#profile-form .form-group textarea {
  width: 100%;
}
#profile-form .form-group select {
  height: 30px;
}
#profile-form input[type = 'checkbox'] {
  width: auto;
  margin: 0 2px;
}
#profile-form .activity-table {
  margin-left: 50px;
}
#profile-form .activity-table .form-group {
  margin-left: 20px;
}
#profile-form .field-tervlapadat-is_epitesi_kamara_vizsgat_tett {
  margin-top: 50px;
}
#profile-form .field-tervlapadat-is_epitesi_kamara_vizsgat_tett input[type="checkbox"] {
  width: 100%;
  margin: 10px 2px 2px 2px;
}
#profile-form .checkbox-list {
  padding: 5px;
}
#profile-form .checkbox-list .checkbox {
  display: block;
  margin-left: 220px;
}
#profile-form .profile-block h3 {
  margin: 0 0 10px 15px;
}
#profile-form .gradient {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  border-color: #1cb381;
}
#profile-form .gradient-small {
  margin-top: 20px;
  margin-bottom: 30px;
  width: 80%;
  border-color: #1cb381;
}
#profile-form button {
  margin-bottom: 30px;
  width: 30%;
}
section {
  padding: 30px 0;
}
section .section-title {
  margin: 0 3% 20px 3%;
  padding: 0 20px 0 15px;
  text-transform: uppercase;
  font-size: 28px;
  font-family: TitilliumSemiBold, sans-serif;
}
section img {
  max-height: 250px;
  width: 100%;
}
.green-background {
  color: white;
  background: #1cb381 url('../img/am2_green_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.green-without-image-background {
  color: white;
  background-color: #1cb381;
}
.white-without-image-background {
  background-color: white;
}
.white-background {
  background: white url('../img/am2_white_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
section.grey-background {
  color: white;
  background: #506e7c url('../img/am2_blue_background.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.green-color {
  color: #1cb381;
}
.white-color {
  color: white;
}
.grey-color {
  color: #506e7c;
}
.blue-color {
  color: #6fe1c5;
}
.support-title {
  margin: 50px 3% 0 3%;
  padding: 0 20px 0 15px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
}
.img-portals {
  padding: 0 50px 0 50px;
}
.product-list-item {
  margin-bottom: 20px;
}
.product-list-item .product-item {
  min-height: 350px;
}
.product-list-item .product-main-image {
  height: 250px;
  line-height: 250px;
}
.product-list-item .product-main-image a {
  height: 100%;
  width: 100%;
  line-height: 250px;
  background-position: center top;
  background-size: cover;
  display: block;
}
.product-list-item .product-title {
  background-color: white;
  position: absolute;
  bottom: 130px;
  vertical-align: text-bottom;
  text-transform: uppercase;
  padding: 5px;
  font-family: TitilliumSemiBold, sans-serif;
  font-size: 18px;
  line-height: 18px;
  width: 80%;
}
.product-list-item .product-title a {
  color: #1cb381;
}
.product-list-item .product-short {
  background-color: #364c59;
  color: white;
  padding: 5px;
  font-family: TitilliumSemiBold, sans-serif;
  font-size: 11pt;
}
.magazine-block.product-list-item {
  margin-bottom: 0;
  background-color: white;
  padding: 5px;
}
.magazine-block.product-list-item .product-item {
  min-height: 250px;
}
.magazine-block.product-list-item .product-left {
  display: inline-block;
  width: 50%;
  height: 250px;
  line-height: 250px;
}
.magazine-block.product-list-item .product-left a {
  height: 100%;
  width: 100%;
  line-height: 250px;
  background-position: center center;
  background-size: cover;
  display: block;
}
.magazine-block.product-list-item .product-right {
  display: inline-block;
  width: 50%;
  float: right;
  text-transform: uppercase;
  padding: 5px 5px 5px 15px;
  font-family: TitilliumSemiBold, sans-serif;
  font-size: 13px;
  color: #364c59;
}
.magazine-block.product-list-item .product-right .magazine-product-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.magazine-block.product-list-item .product-right a {
  color: #364c59;
}
.owl-item {
  display: inline-block;
}
.padd-15 {
  padding: 0 18px;
}
.section-slider {
  width: 90%;
}
.owl-nav {
  width: 100%;
}
.owl-nav .owl-nav-prev,
.owl-nav .owl-nav-next {
  width: 3%;
  display: inline-block;
  margin-top: 100px;
}
.owl-nav .owl-nav-prev i,
.owl-nav .owl-nav-next i {
  border: medium none;
  border-radius: 999px;
  width: 30px;
  height: auto;
  text-align: center;
  padding-top: 10px;
  cursor: pointer;
  font-size: 40px;
}
.owl-nav .owl-nav-prev {
  float: left;
}
.owl-nav .owl-nav-next {
  float: right;
}
.subscribe-item {
  height: 400px;
}
.subscribe-item h1 {
  position: absolute;
  margin-top: -30px;
  background-color: #1cb381;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  max-width: 80%;
  padding: 15px;
}
.subscribe-item .list-short {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #1cb381;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
}
.subscribe-item .btn-green {
  margin-left: 0;
}
.add-to-cart-widget {
  margin: 20px 0;
}
.add-to-cart-widget .form-control {
  width: 100px;
}
.add-to-cart-widget .input-group-btn {
  width: unset;
}
.add-to-cart-widget .btn-green {
  padding: 6px 12px;
  margin: 0;
}
.bundle-landing-page {
  margin-top: 20px;
  color: #009c79;
  font-size: 16px;
}
.bundle-landing-page .form-group {
  display: inline-block;
}
.bundle-landing-page h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.bundle-landing-page h2 {
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
}
.bundle-landing-page table {
  margin: 30px 0;
}
.bundle-landing-page table tr:first-child {
  border-bottom: none;
}
.bundle-landing-page table tr {
  border-bottom: 1px solid #1cb381;
}
.bundle-landing-page table tr:last-child {
  border-bottom: none;
}
.bundle-landing-page table td {
  padding: 10px;
}
.bundle-landing-page table .table-pipe {
  height: 100%;
}
.bundle-landing-page img {
  max-width: 100%;
}
.bundle-landing-page .template-tabs {
  margin-top: 5px;
}
.bundle-landing-page .template-tabs li {
  float: none;
}
.bundle-landing-page .template-tabs .panel-title {
  color: #364c59;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  height: 40px;
}
.bundle-landing-page .template-tabs .panel-title a:hover,
.bundle-landing-page .template-tabs .panel-title a:focus {
  text-decoration: none;
  color: #1cb381;
}
.bundle-landing-page .template-tabs .panel-title i {
  display: block;
}
.bundle-landing-page .template-tabs .panel-body {
  color: #364c59;
}
.bundle-landing-page .template-tabs .panel-body h3 {
  color: #009c79;
  font-size: 15px;
  text-transform: uppercase;
}
.bundle-landing-page .template-tabs .panel-body p {
  margin: 0;
}
.bundle-landing-page .template-tabs .panel-body table {
  margin: 0;
}
.primary-title {
  padding: 20px;
  font-size: 36px;
  color: black;
  text-decoration: none;
  text-align: center;
}
.address-form {
  margin-top: 20px;
}
.address-choose .radio {
  margin: 0;
  padding: 8px;
  border: 1px solid #ddd;
}
.place {
  margin-bottom: 30px;
}
.product-search-result {
  margin-top: 20px;
}
.webshop-cart .row {
  margin-bottom: 20px;
}
#shipping-types label,
#payment-types label {
  display: block;
}
.webshop-form {
  margin-bottom: 20px;
  color: #364c59;
}
.webshop-form .bundle-group {
  margin-bottom: 20px;
  padding: 15px;
  color: #364c59;
}
.webshop-form .bundle-group .panel-title {
  color: #364c59;
}
.webshop-form .bundle-group .panel-group {
  margin-bottom: 0;
}
.webshop-form .buyable-form-box {
  border-radius: 10px;
  padding: 15px;
}
.webshop-form h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
.webshop-form legend {
  color: #1cb381;
}
.buyable-order-data {
  margin-bottom: 10px;
}
.portals {
  min-height: 300px;
}
.portals .container {
  margin-top: 50px;
}
.portals .section-title {
  margin-bottom: 50px;
}
.portals img {
  display: inline-block;
  padding: 0;
  height: 50px;
  margin-left: 60px;
  width: auto;
}
.portals .portal-height img {
  height: 100px;
}
.portals .portal {
  display: inline-block;
}
footer .footer-first {
  background: linear-gradient(#16343e,#264c59);
  color: white;
  padding-top: 40px;
  padding-bottom: 30px;
}
footer .footer-first .footer-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}
footer .footer-first .footer-navbar .container {
  padding: 0;
  width: auto;
}
footer .footer-first .footer-navbar .navbar-collapse {
  padding: 0;
}
footer .footer-first .footer-navbar li {
  float: unset;
}
footer .footer-first .footer-navbar li a {
  color: white;
  padding: 5px 5px 5px 0;
}
footer .footer-first .footer-navbar li a:hover {
  color: #506e7c;
  background-color: transparent;
}
footer .footer-first p {
  margin: 0;
}
footer .footer-first img {
  width: 100%;
}
footer .footer-second {
  background: linear-gradient(#16343e,#264c59);
  border-top: 1px solid #264c59;
  color: white;
  padding-top: 20px;
}
footer .footer-second a {
  color: white;
}
footer .footer-second a:hover {
  color: #506e7c;
}
.signUpCollapseBox .collapsingHeader {
  cursor: pointer;
}
.signUpCollapseBox .collapseBody {
  margin-top: 25px;
}
@media (max-width: 1024px) {
  header #login-form {
    width: 90%;
    margin-right: 0;
    display: inline-block;
  }
  header .shop-login {
    margin-right: 20px;
  }
  header .shop-user {
    margin-right: 30px;
  }
  header .header-second #search-module-form {
    margin-top: 25px;
  }
  header .header-second #search-module-form button {
    margin-top: 0;
    padding-right: 25px;
    padding-left: 10px;
  }
  header .header-first .shop-warning {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  header .header-first .shop-cart {
    display: inline-block;
    width: 50px;
    margin-bottom: 10px;
  }
  header .header-first .shop-cart .webshop-cart-widget {
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  .page-newsletter {
    text-align: center;
  }
  .page-newsletter .subscribe-item {
    height: auto;
  }
  .page-newsletter .subscribe-item h1 {
    margin-left: 30%;
  }
  .page-newsletter .subscribe-item img {
    width: auto;
  }
  .page-newsletter .subscribe-item .list-short {
    height: auto;
  }
  .page-newsletter .subscribe-item .btn-div {
    margin-bottom: 20px;
  }
  .page-newsletter .col-md-4 {
    margin-bottom: 40px;
  }
  footer .footer-first div > img {
    height: 50px;
    width: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  select {
    width: 100%;
  }
  header .header-first .shop-cart {
    margin: -20px 20px 20px auto;
    float: right;
  }
  header .header-first .shop-signup {
    margin-left: 20px;
    float: left;
  }
  header .header-first .shop-user {
    margin-right: 40px;
  }
  header #login-form {
    display: block;
    width: 100%;
    padding: 0;
  }
  header .form-group {
    display: inline-block;
    width: 30%;
  }
  header .header-navbar .navbar-header {
    margin: 0;
  }
  header .header-navbar .navbar-nav li {
    padding-left: 20px;
  }
  #order-grid {
    overflow-x: scroll;
  }
  #profile-form .checkbox-list .checkbox {
    margin-left: 50px;
  }
  #profile-form input[type='checkbox'] {
    margin-left: -20px;
  }
  #profile-form button {
    width: 50%;
  }
  .wrap .btn-default {
    width: auto;
  }
  .panel-body {
    overflow-x: scroll;
  }
  .owl-carousel {
    width: 80%;
  }
  .owl-carousel .owl-wrapper-outer {
    margin-left: 20px;
  }
  .owl-nav .owl-nav-prev {
    margin-left: 15px;
  }
  .owl-nav .owl-nav-next {
    margin-right: 15px;
  }
  .page-newsletter .subscribe-item h1 {
    margin-left: 10%;
  }
  .page-newsletter .subscribe-item img {
    max-width: 100%;
  }
  .portals {
    text-align: center;
  }
  .portals .portal {
    display: block;
  }
  .portals .portal img {
    margin: 30px auto;
    max-width: 90%;
  }
  .bundle-landing-page .col-md-12 {
    overflow-x: scroll;
  }
  .bundle-landing-page .col-md-12 table {
    width: 100%;
  }
  footer .navbar-toggle {
    background-color: #364c59;
    color: white;
    border-color: #364c59;
    float: none;
    margin-left: 15px;
  }
  footer .navbar-toggle span {
    background-color: white;
  }
  footer .navbar-nav {
    margin: 7.5px 15px;
  }
}
@media (max-width: 375px) {
  header .header-second #search-module-form {
    width: 60%;
  }
}
@media (max-width: 320px) {
  img {
    max-height: 100%;
  }
  .portals img {
    margin-left: 0;
  }
  header .header-first .shop-user {
    padding-right: 40px;
  }
  header .header-first .shop-cart {
    margin-right: 30px;
  }
  header .header-first .container {
    padding: 0;
  }
  header .header-first .row {
    margin: 0;
  }
  header .header-logo {
    width: 70%;
  }
  header .form-group {
    display: inline-block;
    width: 20%;
  }
  .owl-carousel {
    width: 83%;
  }
  .owl-nav .owl-nav-prev {
    margin-left: 15px;
  }
  .owl-nav .owl-nav-next {
    margin-right: 15px;
  }
}
