/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 2020.01.29., 15:02:56
    Author     : Gabor
*/

body {
    min-height: 100vh;
    font-family: Raleway, Arial;
    /* color: white; */
    /* color: #f3f3f3; */
    background: #efefef;
    color: #44465f;
}

header#header {
    padding: 15px;
    box-shadow: 0px 10px 20px #000000ad;
    position: relative;
    z-index: 20000;
}

#header ul.nav {
    margin-top: 8px;
}

.svgIcon {
    color: white;
}

.icon {
    width: 16px;
    height: 16px;
}

#header .oi {
    font-size: 1.2em;
    position: relative;
    top: 2px;
    margin-right: 3px;
    color: #121e54;
}

ul.nav {
    flex-direction: row-reverse;
}

#header .nav-link {
    color: #121e54;
    font-size: 0.9em;
    font-weight: 600;
}

img#mainLogo {
    height: 60px;
}

footer#footer {
    background: #17162f;
    padding: 30px;
    color: #4c86f1;
    font-size: 0.9em;
    border-top: 15px solid #223548;
    color: white;
    background: #364b60;
}

footer#superFooter {
    background: #223548;
    color: #97b9dc;
    font-size: 0.9em;
    padding: 8px 0px;
}

.footer-title {
    color: #ffffff;
    font-family: Raleway;
    font-weight: 800;
    font-size: 1.5em;
}

img#footer-nw-logo {
    max-width: 220px;
}

img#footer-logo {
    margin-bottom: 20px;
}

#footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 3px;
}

#footer ul li a {
    padding: 3px 0px;
    color: #97b9dc;
    font-weight: 500;
    /* font-family: "Raleway"; */
}

#footer ul li a span {
    width: 20px;
}

#mainContainer {
    padding: 60px 0px;
    background-size: cover;
}

body.home #mainContainer {
    background: url(/img/homehero2020.jpg) top center no-repeat;
}

h1.bigTitle span {
    color: #ea7700;
}

header#topHeader {
    padding: 3px;
    color: white;
    font-size: 0.8em;
    background: #121e54;
}

#topHeader a {
    color: #adc3f5;
}

#topHeader span {
    margin-right: 3px;
}

.bigPortfolio {
    margin-top: -20px;
}

select.mobileNavSelect {
    padding: 4px 5px;
    border: 0px;
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin: 9px auto;
    background: #fdfeff;
    color: #045cef;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #191c3a;
    font-weight: 600;
}

h1.bigTitle {
    text-align: center;
    font-size: 3.8em;
    font-weight: 700;
    margin-bottom: 0.3em;
    margin: 0 auto;
    margin-bottom: 0.4em;
}

body.home h1.bigTitle {
    color: #121e54;
    /* text-shadow: 5px 5px 4px #000000a1; */
    max-width: 560px;
}

img {
    max-width: 100%;
}

.mySection {
    padding: 70px 0px;
}

.formWrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #191c3acf;
    padding: 30px;
    /* color: #01030a; */
    color: #ffffff;
}

.formError a {
    color: #f17f7f;
}

textarea#exampleFormControlTextarea1 {
    min-height: 350px;
}

button#contactButton {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    font-size: 1.2em;
}

.orderButton {
    margin: 0 auto;
    display: block;
    font-size: 1.6em;
    margin-top: 30px;
    padding: 10px 20px;
    border: none;
}

button#orderButton1,
button#orderButton3 {
    background: #f8f8f8;
    color: #142068;
    font-weight: 600;
}

button#orderButton2 {
    background: #f8f8f8;
    color: #b52323;
    font-weight: 600;
}

button#orderButton4 {
    background: #f8f8f8;
    color: #176399;
    font-weight: 600;
}

h2.subTitle {
    color: #44465f;
    text-align: center;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 1.4em;
    max-width: 766px;
    margin: 0 auto;
    margin-bottom: 1.3em;
}

h2.subTitle.subTitleHome {
    color: #fdfdfd;
}


/* Search */

div#searchBar,
div#loginBar {
    background: #17162f;
    padding: 9px 13px;
    right: 0px;
    /* top: 0px; */
}

#searchBar input,
#loginBar input {
    border: 0;
    background: #bfbdf945;
    padding: 5px 9px;
    color: #ffffffb8;
    border-radius: 5px;
    border: 1px solid #ffffff00;
}

#searchBar form,
#loginBar form {
    text-align: right;
    width: 100%;
}

.nav-item:first-child a {
    padding-right: 0px;
}

#searchBar button,
#loginBar button {
    background: #5c8af1;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    color: white;
    margin-left: 10px;
    font-size: 0.9em;
}

#loginBar input::placeholder {
    color: #adc3f5a8;
}

.documentMeta {
    margin-top: 30px;
    max-width: 400px;
}

.documentMeta table {
    background: white;
}

.headerSpacer {
    height: 100px;
}

.mobileNav {
    display: none;
}

button.heroButton,
button.homeBlogReadMore {
    margin: 0 auto;
    display: block;
    margin-top: 1.7em;
    background: #ea7700;
    font-size: 1.3em;
    border-radius: 10px;
    box-shadow: 0px 10px #ea2b00;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-family: Raleway;
    border: none;
    padding: 10px 20px;
    color: white;
}

button.btn.heroButton:hover {
    color: white;
}

ul.socialLinks li {
    background: black;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
}

#footer ul.socialLinks li a {
    color: white;
}

footer ul.socialLinks li a:hover {
    text-decoration: none;
}

#mainContainer p {
    color: #364b60;
    line-height: 1.8em;
    font-size: 1.1em;
}

li.nav-item {
    position: relative;
}

li.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    top: 80%;
}

#mainNavigation ul.dropdown-menu {
    background: #ececec;
    padding: 10px;
    border-color: #121e544d;
    border-radius: 4px;
}

#mainNavigation ul.dropdown-menu a:hover {
    background: #b5d4f3;
    text-decoration: none;
}

body.desktop #mainNavigation ul.dropdown-menu {
    width: 200px;
}

#mainNavigation ul.dropdown-menu a {
    color: #121e54;
    font-size: 0.9em;
    width: 100%;
    display: block;
    /* height: 27px; */
    padding: 3px 5px;
    font-weight: 500;
}

.desktop img#aboutImage,
.tablet img#aboutImage {
    margin-top: 70px;
}

.mobile img#aboutImage {
    max-width: 220px;
    margin: 0 auto;
    display: inherit;
    margin-bottom: 20px;
}

ul.socialLinks li.facebookLink {
    background: rgb(24, 119, 242);
    background: -moz-linear-gradient(148deg, rgba(24, 119, 242, 1) 0%, rgba(21, 74, 142, 1) 100%);
    background: -webkit-linear-gradient(148deg, rgba(24, 119, 242, 1) 0%, rgba(21, 74, 142, 1) 100%);
    background: linear-gradient(148deg, rgba(24, 119, 242, 1) 0%, rgba(21, 74, 142, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1877f2", endColorstr="#154a8e", GradientType=1);
}

ul.socialLinks li.instagramLink {
    background: rgb(81, 91, 212);
    background: -moz-linear-gradient(148deg, rgba(81, 91, 212, 1) 0%, rgba(129, 52, 175, 1) 18%, rgba(221, 42, 123, 1) 44%, rgba(254, 218, 119, 1) 74%, rgba(245, 133, 41, 1) 88%);
    background: -webkit-linear-gradient(148deg, rgba(81, 91, 212, 1) 0%, rgba(129, 52, 175, 1) 18%, rgba(221, 42, 123, 1) 44%, rgba(254, 218, 119, 1) 74%, rgba(245, 133, 41, 1) 88%);
    background: linear-gradient(148deg, rgba(81, 91, 212, 1) 0%, rgba(129, 52, 175, 1) 18%, rgba(221, 42, 123, 1) 44%, rgba(254, 218, 119, 1) 74%, rgba(245, 133, 41, 1) 88%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#515bd4", endColorstr="#f58529", GradientType=1);
}

ul.socialLinks span {
    font-size: 1.9em;
    position: relative;
    left: -3px;
    top: 8px;
}

#loginBar input {
    font-size: 0.9em;
}

.alert span.oi {
    margin-right: 10px;
}

div#preLoader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #efefef6b;
    z-index: 400000;
    top: 0px;
    left: 0px;
    text-align: center;
    padding-top: 17%;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 9px solid #3498db;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 1.0s linear infinite;
    /* margin-bottom: 20px; */
    display: inline-block;
    position: relative;
    top: 16px;
    margin-left: 10px;
}

h1.compactTitle {
    font-size: 1.8em;
    font-weight: 700;
}

h2.compactDescription {
    font-size: 1.2em;
    font-weight: 500;
    color: #364b60;
    margin-bottom: 1em;
}

.productThumbnail {
    /* background: white; */
    /* padding: 10px; */
    text-align: center;
    margin-bottom: 10px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.productTitle {
    color: #364b60;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0.3em;
}

.productPrice {
    color: #318c31;
    font-style: italic;
}

.productPrice span {
    font-weight: 700;
}

.productContainer {
    background: white;
    padding: 20px;
    border: 1px solid #cdd6e0;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.productLicense {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #246e75;
    padding: 4px 13px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.productLicense.licenseExclusive {
    background: rgb(66, 24, 242);
    background: -moz-linear-gradient(317deg, rgba(66, 24, 242, 1) 0%, rgba(142, 21, 108, 1) 100%);
    background: -webkit-linear-gradient(317deg, rgba(66, 24, 242, 1) 0%, rgba(142, 21, 108, 1) 100%);
    background: linear-gradient(317deg, rgba(66, 24, 242, 1) 0%, rgba(142, 21, 108, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#4218f2", endColorstr="#8e156c", GradientType=1);
}

a.addToCart {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 1.8em;
    color: #ad5810;
}

.addToCart span.oi.oi-cart {
    color: #ff461d;
}

.numberShow {
    position: relative;
    top: -38px;
    margin-bottom: -38px;
}

.numberShow.readOnlyNumber {
    background: #cde3f9;
    color: #084d92;
    border-color: #88b3de;
}

button.szamlaDelBtn {
    margin-left: 10px;
}

p.description {
    background: white;
    padding: 7px;
    border-radius: 4px;
    border: 1px solid #9e9b9b;
    font-size: 0.9em!important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contractReports label {
    margin-top: 10px;
}

div#lekerdezesResult {
    background: white;
    padding: 20px;
    margin-top: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div#imageBox {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 40000;
    background: #ffffff8c;
    top: 0px;
    text-align: center;
    padding-top: 10%;
}

div#imageBox img {
    max-width: 50%;
}

span.glyphicon.glyphicon-chevron-right:before {
    content: ">";
}

span.glyphicon.glyphicon-chevron-left:before {
    content: "<";
}

hr.formDivider {
    border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.datepicker {
    background: url(../img/calendar.png?a=4433) center right no-repeat white;
}

.row.szamlaRow {
    border-bottom: 5px solid #d2d1d1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.row.szamlaRow.elolegRow {
    background: #cde3f9;
    border-color: #84b6e7;
}

.row.paymentRow.addPaymentForm {
    margin-top: 20px;
}

.contractReports {
    border-top: 5px solid #d2d1d1;
    padding-top: 20px;
    margin-top: 20px;
    border-bottom: 5px solid #d2d1d1;
    padding-bottom: 20px;
}

.modalBackground {
    background: #ffffff8f;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
}

div#partnerBox {
    margin: 23vh auto;
    width: 50%;
    height: auto;
    background: white;
    box-shadow: 0px 0px 10px grey;
    padding: 15px;
    position: relative;
}

h3#partnerNev {
    text-align: center;
    font-size: 1.5em;
    background: #e2e2e2;
    padding: 5px 0px 11px;
    margin-bottom: 17px;
}


/* raleway-300 - latin */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v14-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Raleway Light'), local('Raleway-Light'), url('../fonts/raleway-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-300.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-300italic - latin */

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/raleway-v14-latin-300italic.eot');
    /* IE9 Compat Modes */
    src: local('Raleway Light Italic'), local('Raleway-LightItalic'), url('../fonts/raleway-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-300italic.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-regular - latin */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v14-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Raleway'), local('Raleway-Regular'), url('../fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-regular.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-italic - latin */

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/raleway-v14-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local('Raleway Italic'), local('Raleway-Italic'), url('../fonts/raleway-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-italic.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-500 - latin */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/raleway-v14-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Raleway Medium'), local('Raleway-Medium'), url('../fonts/raleway-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-500.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-500italic - latin */

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/raleway-v14-latin-500italic.eot');
    /* IE9 Compat Modes */
    src: local('Raleway Medium Italic'), local('Raleway-MediumItalic'), url('../fonts/raleway-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-500italic.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-600 - latin */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v14-latin-600.eot');
    /* IE9 Compat Modes */
    src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url('../fonts/raleway-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-600.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-600italic - latin */

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/raleway-v14-latin-600italic.eot');
    /* IE9 Compat Modes */
    src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'), url('../fonts/raleway-v14-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-600italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-600italic.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-700 - latin */

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v14-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Raleway Bold'), local('Raleway-Bold'), url('../fonts/raleway-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-700.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* raleway-700italic - latin */

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/raleway-v14-latin-700italic.eot');
    /* IE9 Compat Modes */
    src: local('Raleway Bold Italic'), local('Raleway-BoldItalic'), url('../fonts/raleway-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v14-latin-700italic.svg#Raleway') format('svg');
    /* Legacy iOS */
}


/* adamina-regular - latin */

@font-face {
    font-family: 'Adamina';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/adamina-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Adamina Regular'), local('Adamina-Regular'), url('../fonts/adamina-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/adamina-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/adamina-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/adamina-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/adamina-v13-latin-regular.svg#Adamina') format('svg');
    /* Legacy iOS */
}

h1.pageTitle {
    margin-bottom: 0.6em;
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    h2.subTitleHome {
        font-size: 1.1em;
    }
    header#header,
    header#header nav {
        text-align: center;
    }
    h1.bigTitle {
        font-size: 2em;
    }
    ul.nav li {
        display: inline-block!important;
    }
    .mobileNav {
        display: block;
        margin-top: 20px;
    }
    .portfolio .row {
        text-align: center;
    }
    ul.nav {
        display: none;
    }
    .orderButton {
        font-size: 1.3em;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}