@charset "UTF-8";

@font-face {
    font-family: 'korolev_condensedbold';
    src: url('../fonts/korolev/korolev_bold_condensed-webfont.eot');
    src: url('../fonts/korolev/korolev_bold_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/korolev/korolev_bold_condensed-webfont.woff2') format('woff2'),
         url('../fonts/korolev/korolev_bold_condensed-webfont.woff') format('woff'),
         url('../fonts/korolev/korolev_bold_condensed-webfont.ttf') format('truetype'),
         url('../fonts/korolev/korolev_bold_condensed-webfont.svg#korolev_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'korolev_condensedmedium';
    src: url('../fonts/korolev/korolev_medium_condensed-webfont.eot');
    src: url('../fonts/korolev/korolev_medium_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/korolev/korolev_medium_condensed-webfont.woff2') format('woff2'),
         url('../fonts/korolev/korolev_medium_condensed-webfont.woff') format('woff'),
         url('../fonts/korolev/korolev_medium_condensed-webfont.ttf') format('truetype'),
         url('../fonts/korolev/korolev_medium_condensed-webfont.svg#korolev_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'korolev_condensedthin';
    src: url('../fonts/korolev/korolev_thin_condensed-webfont.eot');
    src: url('../fonts/korolev/korolev_thin_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/korolev/korolev_thin_condensed-webfont.woff2') format('woff2'),
         url('../fonts/korolev/korolev_thin_condensed-webfont.woff') format('woff'),
         url('../fonts/korolev/korolev_thin_condensed-webfont.ttf') format('truetype'),
         url('../fonts/korolev/korolev_thin_condensed-webfont.svg#korolev_condensedthin') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
    height: 100.5% !important;
    overflow: initial !important;
}

body {
    background: url(/images/template/background.jpg);
    background-size: 100%;
    font-family: 'Open Sans', sans-serif;
    background-repeat: repeat-y;
    position: relative;
    min-height: 100%;
	font-size: 14px;
	line-height: 1.5em;
	color: #222222;

}
a,
a:active,
a:focus,
a:visited {
    color: rgb(28,44,69);
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

a:hover {
    color: rgba(28, 44, 69, 0.86);
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}
li {
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font: bold 18px/20px 'korolev_condensedbold', sans-serif;
    color: rgb(28,44,69);
    margin-bottom: 10px;
    font-weight: normal;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
h2[itemprop="headline"],
h2[itemprop="name"] a {
    font-family: 'korolev_condensedbold';
    letter-spacing: 1px;
    font-weight: normal;
}

table {
	width: 100%;
	border-color: #ddd;
	border-width: 0px;
}
td {
    padding: 5px;
    border-color: #ddd;
}
p {
    margin: 0 0 5px;
    text-align: justify;
}
.btn:focus {
    outline: none;
}

.videocontainer {
    clear: both;
    padding-top: 1px;
    margin: 0px auto;
    max-width: 800px;
}

.blog.hirek .scsocialbuttons {
    margin-top: 20px;
}


.category-desc .scsocialbuttons {
    display: none;
}


.blog.videokpage .membertitle {
    margin-top: 30px;
}

.item-page.videokpage .videocontainer {
    max-width: 100%;
}
.blog.videokpage .videocontainer .embed-container,
.item-page.videokpage .videocontainer .embed-container {
    margin: 0;
}

.embed-container { 
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 40px 0;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.scsocialbuttons.box_count div, div.scsocialbuttons.standard div, div.scsocialbuttons.button div {
    margin: 10px auto 0;
    float: right;
}

.icons {
	display: none !important;
}

/*wrapper*/

div#wrapper > .inner {
    max-width: 1050px;
    padding: 30px 30px 0px 30px;
    margin-top: 30px;
    background: rgba(255,255,255,0.5);
    box-shadow: 0px 20px 50px 50px rgba(255, 255, 255, 0.5);
}

/*content*/
div.item,
div[class^="leading"] {
    position: relative;
}
div.item:after,
div[class^="leading"]:after {
    content: "";
    display: block;
    clear: both;
}
div.blog div.items-row {
    margin-bottom: 40px;
}

/*gallery*/ 
    
    .clear {
      clear: both;
      float: none;
      width: 100%;
    }
    .gallery a img {
      float: left;
      width: 50%;
      height: auto;
      border: 2px solid transparent;
      -webkit-transition: -webkit-transform .15s ease;
      -moz-transition: -moz-transform .15s ease;
      -o-transition: -o-transform .15s ease;
      -ms-transition: -ms-transform .15s ease;
      transition: transform .15s ease;
      position: relative;
    }
    .gallery a:hover img {
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -o-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02);
      z-index: 5;
    }
    .gallery a.big img {
      width: 50%;
    }

    /*lightbox*/
    div.sl-overlay {
        background: #000;
    }
    div.sl-wrapper .sl-navigation button {
        color: white;
    }
    div.sl-wrapper .sl-close,
    div.sl-wrapper .sl-counter {
        color: white;
    }

    .galleryfix > a {
        position: relative;
        width: 50%;
        float: left;
    }
    .galleryfix > a:before {
        content: "";
        display: block;
        padding-bottom: 56%;
    }
    .galleryfix > a > img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top;
    }

    .galleryfix.squaregallery > a {
        position: relative;
        width: 25%;
        float: left;
    }
    .galleryfix.squaregallery > a:before {
        content: none;
    }
    .galleryfix > a > img {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: top;
    }

    .blog.gallerypage .readmore {
        display: none;
    }

/*idezet*/

p.idezet-p {
    margin: 30px 9%;
    _padding: 6px 15px;
    _background: rgba(0,0,0,0.2);
    _border-left: 5px solid #1c2c45;
}
span.idezet {
    display: block;
    font-style: italic;
}
span.idezo {
    display: block;
    text-align: right;
    _margin-top: 10px;
}

/*loginmodule menu*/
div#loginmodul > .inner {
    padding: 0px 30px;
}
div#loginmodul .nav.menu {
    text-align: right;
    margin-bottom: 0;
}

div#loginmodul .nav.menu li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
div#loginmodul .nav.menu li a {
    color: rgb(28,44,69);
    webkit-transition: all .5s ease;
    transition: all .5s ease;
    font: 16px/24px 'korolev_condensedbold', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}
div#loginmodul .nav.menu li a:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: '';
    width: 0;
    height: 2px;
    background: rgb(28,44,69);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
div#loginmodul .nav.menu li:hover a:before {
    width: 100%;
    left: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/*joomla login*/

    form.well {
        margin: 0 auto;
        max-width: 600px;
        background-color: #f8f8f8;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    form.well.form-horizontal .control-label {
        width: 40%;
        padding: 0;
    }
    form.well.form-horizontal .control-label label,
    form.well.form-horizontal .control-label input {
        margin: 0;
        line-height: 30px;
        margin-right: 20px;
        font-size: 14px;
    }
    form.well.form-horizontal .controls {
        width: 60%;
        margin-left: 40%;
        min-height: 30px;
        line-height: 30px;
    }

    form.well.form-horizontal .controls select,
    form.well.form-horizontal .controls input[type="text"],
    form.well.form-horizontal .controls input[type="password"],
    form.well.form-horizontal .controls input[type="number"],
    form.well.form-horizontal .controls input[type="email"],
    form.well.form-horizontal .controls input[type="tel"]  {
        width: 95%;
    }

    .controls > .radio:first-child,
    .controls > .checkbox:first-child {
        padding-top: 0px;
    }

    .login + div {
        max-width: 640px;
        margin: 0 auto;
    }

    .login + div ul.nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-top-left-radius: 0px;
        border-top: 0;
    }
    .login + div ul.nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-bottomright: 0px;
        border-bottom-right-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;
    }
    .well button[type="submit"],
    .well button[type="submit"]:active,
    .well button[type="submit"]:focus,
    .well button[type="submit"]:visited {
        background-color: #1c2c45;
        background-image: none;
        background-repeat: repeat-x;
        -webkit-box-shadow: 0 0 8px transparent;
        -moz-box-shadow: 0 0 8px transparent;
        box-shadow: 0 0 8px transparent;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        border-color: none;
        border-color: none;
        filter: none;
        filter: none;
        color: #ffffff;
        text-shadow: none;
        outline: none;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        padding: 8px 24px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .well button[type="submit"]:hover {
        background-color: rgba(28, 44, 69, 0.86);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }


/*category view*/

    .membertitle .page-header {
        margin: 0px 0px 0px 0px;
        padding-bottom: 0px;
    }
    .membertitle .page-header h2 {
        margin: 0px;
    }
    .membertitle .subtitle {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 7px;
        font-weight: normal;
        text-shadow: none;
        margin-left: 14px;
        color: #1c2c45;
    }
    .membertitle .subtitle a {
        font-weight: normal;
    }


    .blog.alkotok .item .item-image,
    .blog.szereplok .item .item-image {
        width: 25%;
        padding: 0 20px 10px 0;
        box-sizing: border-box;
    }
    .blog.alkotok .introtext,
    .blog.szereplok .introtext {
        width: 75%;
        float: left;
    }

    .blog.hirek .item .item-image {
        width: 35%;
        padding: 0 20px 10px 0;
        box-sizing: border-box;
    }
    .blog.hirek .introtext {
        width: 65%;
        float: left;
    }

    p.readmore {
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
    }
    p.readmore a,
    .readmorediv a {
        font: 14px/16px 'korolev_condensedmedium', sans-serif !important;
        text-transform: uppercase;
    }

/*frisshirek*/
    .frisshirek.moduletable {
        margin-top: 50px;
    }
    .frisshirek h4.newsflash-title.frisshirek {
        min-height: 42px;
    }

    .frisshirek .flashnews-image {
        position: relative;
        overflow: hidden;
    }
    .frisshirek .flashnews-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75.25%;
    }
    .frisshirek .flashnews-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .frisshirek .frisshirek .introtext {
        min-height: 63px;
    }
    
    .frisshirek .readmorediv {
        text-align: right;
    }

/*frisshirek2*/

.frisshirek2.moduletable {
    margin-top: 50px;
}

.frisshirek2 .items-row {
    margin-bottom: 20px;
}
.frisshirek2 .flashnews-item {
    position: relative;
}
.frisshirek2 .flashnews-item:after {
    content: "";
    display: block;
    clear: both;
}
.frisshirek2 h4.newsflash-title a {
    font-family: 'korolev_condensedbold';
    letter-spacing: 1px;
    font-weight: normal;
}

.frisshirek2 .flashnews-image {
    float: left;
    width: 25%;
    margin-right: 2%;
}

.frisshirek2 .flashnews-text {
    float: left;
    width: 73%;
}
.frisshirek2 .introtext {
    padding-bottom: 20px;
}
.frisshirek2 .readmorediv {
    position: absolute;
    bottom: 0;
    right: 0;
}


/*hirek blog*/
    .hirek .items-row {
        border-top: 1px solid rgba(20, 35, 58, 0.4);
        padding-top: 20px;
    }
    .hirek .items-row:first-child {
        border-top: none;
        padding-top: 0px;
    }
    .hirek .items-row .item {
        margin-bottom: 20px;
    }
    .hirek .items-row .introtext {
        padding-bottom: 20px;
    }
    .hirek .item h4,
    .hirek .item h4 a,
    .item-page.hirek h4,
    .item-page.hirek h4 a {
        font-family: 'Open Sans';
        font-size: 15px;
        font-weight: bold;
        text-transform: none;
        margin-top: 0;
        letter-spacing: 0;
    }
    .item-page.hirek img {
        margin: 0 auto;
        display: block;
    }


/*article view*/
    .item-page.alkotok .item-image,
    .item-page.szereplok .item-image {
        width: 35%;
        padding: 0 20px 10px 0;
        box-sizing: border-box;
    }
    .item-page.alkotok div[itemprop="articleBody"],
    .item-page.szereplok div[itemprop="articleBody"] {
        width: 65%;
        float: left;
    }

    .item-page.hirek .item-image {
        width: 35%;
        padding: 10px 20px 10px 0;
        box-sizing: border-box;
    }
    .item-page.hirek .item-image.pull-none {
	    width: 100%;
	    padding: 0 10px 20px 10px;
	}
	.item-page.hirek .item-image.pull-none .img_caption {
	    margin: 0 auto;
	    text-align: center;
	}

    .item-page.hirek div[itemprop="articleBody"] {
        _width: 65%;
        _float: left;
    }

    ul.pager.pagenav:before {
        content: "";
        display: block;
        clear: both;
    }

    .pager li > a,
    .pager li > a:active,
    .pager li > a:focus,
    .pager li > a:visited,
    .pager li > span,
    .pager li > span:active,
    .pager li > span:focus,
    .pager li > span:visited {
        background-color: transparent;
        background-image: none;
        background-repeat: repeat-x;
        -webkit-box-shadow: 0 0 8px transparent;
        -moz-box-shadow: 0 0 8px transparent;
        box-shadow:  0 0 8px transparent;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        border-color: none;
        filter: none;
        filter: none;
        color: #1c2c45;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0px;
        padding: 6px 0px;
        outline: none;
        font-family: 'korolev_condensedmedium';
        font-weight: normal;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .pager li > a:hover {
        background-color: transparent;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

/*gotosource*/ 
    div[itemprop="articleBody"] .gotosource {
        text-align: right;
    }
    div[itemprop="articleBody"] .gotosource a {
        font: 14px/16px 'korolev_condensedmedium', sans-serif !important;
        text-transform: uppercase;
    }


/*.inner margins paddings*/
    
    #headerwrapper > .inner {
        max-width: 1250px;
    }

    #mainmenu > .inner {
        max-width: 1200px;
        margin: 0 auto;
    	padding: 0px 30px;
    }
    #search > .inner {
    	padding: 0px 10px;
    }

    #left > .inner {
        margin: 5px;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background: #f1f1f1;
    }
    #main > .inner {
        margin: 5px;
        padding: 5px;
    }
    #right > .inner {
    	margin: 5px;
    	padding: 5px;
    }

    #newest-area {
    	margin-top: 30px;
    }

    #newest1 > .inner {
    	margin: 5px;
        padding: 5px;
    }
    #newest2 > .inner {
    	margin: 5px;
        padding: 5px;
    }
    #newest3 > .inner {
    	margin: 5px;
        padding: 5px;
    }

/*headerwrapper*/
    .headerdiv {
        position: relative;
    }
    .header-fb {
        position: absolute;
        top: 14px;
        left: 26px;
        font-size: 22px;
    }
    a.fb-link {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
        font-family: 'korolev_condensedmedium', sans-serif;
        font-weight: normal;
    }
    a.fb-link i {
        font-size: 24px;
        margin-right: 3px;
        vertical-align: bottom;
    }

/*footer*/
    
    div#wrapper {
        padding-bottom: 7vw;
    }


    div#footerwrapper {
        background: url(/images/template/footer_v2.png);
        background-position: bottom;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 35vw !important;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    #footerwrapper > .inner {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }

    div#creditwrapper {
        padding-bottom: 30vw;
    }

    .credit {
        font-family: 'korolev_condensedmedium', sans-serif;
        text-align: center;
        font-size: 16.66px;
        line-height: 18.36px;
        letter-spacing: -0.25px;
        color: #6a7484;
    }
    .credit .lower {
        font-size: 11.9px;
    }



    #footersupportwrapper {
	    padding-bottom: 6px;
	}
    .footertamogato {
        display: flex;
    	justify-content: center;
    }
    .footertamogato a:nth-child(1) {
        margin: 0 24px 0 23px;
    }
    .footertamogato a:nth-child(2) {
        margin: 0 10%;
    }
    .footertamogato a:nth-child(3) {
        margin: 0;
    }

/*rsform*/

    .customform.formResponsive .formHorizontal .formControls {
        margin-left: 0;
    }
    .customform.formResponsive input[type="text"],
    .customform.formResponsive input[type="email"],
    .customform.formResponsive input[type="password"], 
    .customform.formResponsive textarea {
        width: 96% !important;
        padding: 10px 2%;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .customform.formResponsive .formHorizontal .rsform-block {
        margin-bottom: 5px;
        position: relative;
    }

    .customform.formResponsive .formHorizontal .rsform-block .formDescription {
	    background: #ffe8d3;
	    border-radius: 6px;
	    border: 1px solid #b9a796;
	    padding: 2px 10px;
	    position: absolute;
    	bottom: 70px;
	    margin-left: 2%;
	    margin-right: 2%;

	    display: none;
	}
	.customform.formResponsive .formHorizontal .rsform-block .formDescription:after {
	    content: '';
	    display: block;
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 7px 6px 0 6px;
	    border-color: #b9a796 transparent transparent transparent;
	    bottom: -7px;
	    left: 20px;
	    text-align: center;
	    margin-left: -6px;
	}






    .customform.formResponsive input[type="radio"] {
        min-height: 20px;
        min-width: 20px;
        padding-left: 18px;
        float: left;
        margin: 0;
        margin-right: 5px;
    }
    .customform.formResponsive label {
        margin: 1px 40px 3px 0;
        float: left;
        padding: 0px;
        font-size: 16px;
        line-height: 18px;
    }

    .customform.formResponsive .formError {
        margin: 0 0 0 0;
    }
    .customform.formResponsive input[type="submit"], 
    .customform.formResponsive button[type="submit"],
    .rsfp_thankyou_popup_inner .rsform-submit-button {
        background-color: #1c2c45;
        background-image: none;
        background-repeat: repeat-x;
        -webkit-box-shadow: 0 0 8px transparent;
        -moz-box-shadow: 0 0 8px transparent;
        box-shadow:  0 0 8px transparent;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        font-family: 'korolev_condensedmedium';
        border-color: none;
        filter: none;
        filter: none;
        color: #ffffff;
        text-shadow: none;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1px;
        padding: 8px 24px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .customform.formResponsive input[type="submit"]:hover, 
    .customform.formResponsive button[type="submit"]:hover,
    .rsfp_thankyou_popup_inner .rsform-submit-button:hover {
        background-color: rgba(28, 44, 69, 0.86);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .customform.formResponsive textarea:focus,
    .customform.formResponsive input[type="text"]:focus,
    .customform.formResponsive input[type="number"]:focus,
    .customform.formResponsive input[type="email"]:focus,
    .customform.formResponsive input[type="tel"]:focus,
    .customform.formResponsive input[type="url"]:focus,
    .customform.formResponsive input[type="password"]:focus,
    .customform.formResponsive select:focus {
        border-color: none;
        outline: 0;
        -webkit-box-shadow: 0 0 8px rgba(28, 44, 69, 0.86);
        -moz-box-shadow: 0 0 8px rgba(28, 44, 69, 0.86);
        box-shadow:  0 0 8px rgba(28, 44, 69, 0.86);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .rsfp_thankyou_popup_inner {
        text-align: center;
        box-shadow: 3px 3px 20px #272727;
        border-radius: 5px;
        background: #e0e9f5;
    }

/*regisztracio form*/

    #regisztracioForm {
        max-width: 600px;
        margin: 0 auto;
    }

    #regisztracioForm .formControlLabel {
        display: none;
    }
    #regisztracioForm .rsform-block-register {
        text-align: center;
    }
    #regisztracioForm .rsfp-progress {
        display: none;
    }
    #regisztracioForm #rsform_error_5 {
        display: none !important;
    }

    #rsfp_thankyou_popup_inner .formResponsive input[type="button"].rsform-submit-button,
    #rsfp_thankyou_popup_inner .formResponsive input[type="button"].rsform-submit-button:active,
    #rsfp_thankyou_popup_inner .formResponsive input[type="button"].rsform-submit-button:focus,
    #rsfp_thankyou_popup_inner .formResponsive input[type="button"].rsform-submit-button:visited {
        background-color: #1c2c45;
        background-image: none;
        background-repeat: repeat-x;
        -webkit-box-shadow: 0 0 8px transparent;
        -moz-box-shadow: 0 0 8px transparent;
        box-shadow:  0 0 8px transparent;
        border: none;
        border-radius: 4px;
        font-family: 'korolev_condensedmedium';
        box-shadow: none;
        border-color: none;
        filter: none;
        color: #ffffff;
        text-shadow: none;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        padding: 8px 24px;
        outline: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    #rsfp_thankyou_popup_inner .formResponsive input[type="button"].rsform-submit-button:hover {
        background: rgba(28, 44, 69, 0.86);
        background-color: rgba(28, 44, 69, 0.86);
        border-color: none;
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow:  none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

/*tamogatok*/
    div#supporterwrapper > .inner {
        padding: 20px;
        margin-top: 40px;
        background: rgba(255, 255, 255, 0.4);
    }
    div#supporter img {
        padding: 20px;
    }
    div#supporter {
        text-align: center;
    }

/*button, btn*/
    .button,
    button,
    button.btn, 
    input.btn, 
    .btn, 
    .btn-group > .btn.active,
    .button:active,
    button:active,
    button.btn:active, 
    input.btn:active, 
    .btn:active, 
    .btn-group > .btn.active:active,
    .button:visited,
    button:visited,
    button.btn:visited, 
    input.btn:visited, 
    .btn:visited, 
    .btn-group > .btn.active:visited,
    .button:focus,
    button:focus,
    button.btn:focus, 
    input.btn:focus, 
    .btn:focus, 
    .btn-group > .btn.active:focus {
    	color: #1c2c45;
        background: none;
        padding: 0px;
        font-family: 'korolev_condensedbold';
        font-size: 16px;
        line-height: 20px;
        box-shadow: none;
        border: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .button:hover,
    button:hover,
    button.btn:hover, 
    input.btn:hover, 
    .btn:hover, 
    .btn-group > .btn.active:hover {
        background: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }
    [class^="icon-"],
    [class*=" icon-"] {
        display: none;
    }

/*mainmenu*/

    div#menuwrapper {
        height: 58px;
    }

    div#menuwrapper > .inner {
        background: rgba(28, 44, 69, 0.4);
    }

    nav#mainmenu {
    	position: relative;
    	z-index: 100;
    }
    div#maximenuck87 ul.maximenuck:after {
        display: none;
    }

    div#maximenuck87.maximenuckh ul.maximenuck {
        display: flex!important;
        justify-content: space-between
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck {
        display: inline-block;
    }

    div#maximenuck87.maximenuckh .maxiFancybackground .maxiFancycenter {
        display: none
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1>a span.titreck {
        display: block;
        font: 18px/58px 'korolev_condensedbold', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 300;
        padding: 0;
        color: rgb(28,44,69);
        background: 0 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1 {
        position: relative !important
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1>a span.titreck:before,
    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck>a span.titreck:before {
        position: absolute;
        left: 50%;
        top: 0;
        content: '';
        width: 0;
        height: 2px;
        background: rgb(28,44,69);
        -webkit-transition: all .2s linear 0.2s;
        -moz-transition: all .2s linear 0.2s;
        -o-transition: all .2s linear 0.2s;
        transition: all .2s linear 0.2s;
    }
    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck>a span.titreck:before {
        background: white;
    }

    div#maximenuck87 ul.maximenuck li.maximenuck.level1>a,
    div#maximenuck87 ul.maximenuck li.maximenuck.level1>span.separator {
        margin: 0!important;
        padding: 0!important
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1:hover>a span.titreck {
        color: rgb(28,44,69);
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    #mainmenu ul.menu li li:hover > a,
    #mainmenu ul.maximenuck li li:hover > a {
    	background: none;
    	background-color: none;
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1.active>a span.titreck,
    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1.current>a span.titreck {
        color: rgb(28,44,69);
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1.active>a span.titreck:before,
    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1.current>a span.titreck:before,
    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1:hover>a span.titreck:before,
    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover>a span.titreck:before {
        width: 100%;
        left: 0;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }

    div#maximenuck87.maximenuckh ul.maximenuck li.level1.parent>a {
        padding-right: 0!important
    }

    div#maximenuck87 div.floatck {
        margin: 0 auto!important;
        border: none;
        left: 50%;
        transform: translate(-50%, 0);
        width: 200px!important;
        background:rgba(28,44,69,0.9);
    }

    div#maximenuck87 div.floatck .maxidrop-main {
        width: 100%
    }

    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck {
        margin: 0;
        padding: 0;
    }

    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck>a {
        margin: 0;
        padding: 0;
        text-align: center;
        border-bottom: none;
    }

    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck>a span.titreck {
        color: white;
        text-transform: uppercase;
        font-weight: normal;
        font-family: 'korolev_condensedmedium';
        line-height: 50px;
        font-size: 14px;
        -webkit-transition: color .5s ease;
        transition: color .5s ease
    }

    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover {
    	background: none;
    }

    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover>a span.titreck {
    	color: white;
    	background: none;
        -webkit-transition: color .5s ease;
        transition: color .5s ease
    }

    div#maximenuck87 ul.maximenuck li.level1.parent > a:after, div#maximenuck87 ul.maximenuck li.level1.parent > span.separator:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 6px 0 6px;
        border-color: #1c2c45 transparent transparent transparent;
        bottom: 0px;
        text-align: center;
        right: 50%;
        left: 50%;
        margin-left: -6px;
        top: 0;
    }
    a.maximenuck.jatek span.titreck {
        color: #820000 !important;
    }
    div#maximenuck87 ul.maximenuck li.level1.parent > a.maximenuck.jatek:after {
        border-color: #820000 transparent transparent transparent;
    }
    div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1>a.jatek span.titreck:before,
    div#maximenuck87 ul.maximenuck li ul.maximenuck2 li.maximenuck>a.jatek span.titreck:before {
        background: #820000;
    }

/*mobile maximenuck*/

    .mobilebarmaximenuck,
    .mobilemaximenuck {
        background: none;
    }

    .mobilebarmaximenuck {
        background-color: none;
        height: 40px
    }

    .mobilemaximenuckitem {
        border-top: 1px solid white
    }

    .mobilebarmenutitleck {
    	color: rgb(28,44,69);
        line-height: 40px;
        font-family: 'korolev_condensedbold', sans-serif;
    }

    .mobilebuttonmaximenuck,
    .mobilemaximenuckclose {
        height: 30px;
        background-image: none;
    }
    .mobilebuttonmaximenuck:before {
    	content: '\f0c9';
        color: rgb(28,44,69);
        font-family: 'FontAwesome';
        font-size: 22px;
        line-height: 30px;
    }
    .mobilemaximenuckclose:before {
    	content: '\f00d';
    	color: rgb(28,44,69);
        font-family: 'FontAwesome';
        font-size: 22px;
        line-height: 30px;
    }

    .mobilemaximenuck .mobilemaximenuckclose {
        background: none;
        background-size: 30px 21px;
        margin: 5px;
        width: 35px;
        text-shadow: none;
    }

    .mobilemaximenuck .mobilemaximenucktopbar {
        height: 41px;
        background: none;
    }

    .mobilemaximenuck div.maximenuck {
        background: 0 0;
        padding-bottom: 0
    }

    .mobilemaximenuck div.level1.maximenuck {
        text-align: center
    }

    .mobilemaximenuck div.level1.maximenuck>a,
    .mobilemaximenuck div.level2.maximenuck>a {
        background: 0 0;
        padding-left: 0;
        text-align: center
    }

    .mobilemaximenuck div.current>a:after {
        content: "";
        display: none;
        float: right;
        height: 35px;
        width: 0;
        margin-right: 0;
        background: 0 0
    }

    .mobilemaximenuck div.maximenuck>a>span.mobiletextck {
        color: rgb(28,44,69);
        text-shadow: none;
        font-family: 'korolev_condensedbold', sans-serif;
        font-size: 18px;
        line-height: 20px
    }

    .mobilemaximenuck div.maximenuck>a:hover>span.mobiletextck {
        color: rgb(28,44,69)
    }

    .mobilemaximenuck .mobilemaximenucktitle {
        padding: 0 0 0 20px;
        line-height: 40px;
        font-family: 'korolev_condensedbold', sans-serif;
        color: rgb(28,44,69);
        text-shadow: none;
        font-size: 16px;
    }

    #maximenuck87-mobile {
        min-height: 40px
    }

    div.mobilemaximenuck .topbar,
    div.mobilemaximenuck div.mobilemaximenuckitem div.maximenuck:focus,
    div.mobilemaximenuck div.mobilemaximenuckitem div.maximenuck:hover {
        background-color: transparent;
    }
    .mobilemaximenucktogglericon {
        background: none;
        margin-right: 10px;
    }
    .mobilemaximenucktogglericon:before {
        content: '\f067';
        color: rgb(28,44,69);
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: 38px;
        text-shadow: none;

    }
    .open .mobilemaximenucktogglericon {
        background: none;
    }
    .open .mobilemaximenucktogglericon:before {
        content: '\f068';
        color: rgb(28,44,69);
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: 38px;
        text-shadow: none;
    }
    .mobilemaximenucksubmenu {
        background: rgba(28, 44, 69, 0.4);
    }

    /*mainmenu fixed*/
    #menuwrapper > .inner {
        background: transparent;
    }
    #menuwrapper > .inner.fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 101;
        background: rgb(127, 151, 165);
        background: url('/images/template/background.jpg');
        background-size: 100%;
    }
    #menuwrapper > .inner.fixed nav#mainmenu {
        background: rgba(28, 44, 69, 0.4);
    }
    #menuwrapper > .inner div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1>a span.titreck {
        -webkit-transition: line-height .1s linear;
        -moz-transition: line-height .1s linear;
        -o-transition: line-height .1s linear;
        transition: line-height .1s linear
    }
    #menuwrapper > .inner.fixed div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1>a span.titreck {
        line-height: 40px;
        -webkit-transition: line-height .1s linear;
        -moz-transition: line-height .1s linear;
        -o-transition: line-height .1s linear;
        transition: line-height .1s linear
    }

    #menuwrapper > .inner {
        -webkit-transition: all .1s linear;
        -moz-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear
    }

/*left*/

    #left h3 {
        border-bottom: 1px solid rgba(58, 167, 137, 0.42);
        /*border-top: 1px solid rgba(58, 167, 137, 0.42);*/
    }

/*category blog*/

    .content-category > h1 {
    	margin-top: -6px;
    }

    .blog h3 {
    	font: bold 20px/20px 'korolevmedium', sans-serif;
        margin-bottom: 5px;
        font-weight: normal;
        text-shadow: none;
    }

/*kviz*/

    button#nyomtat {
        float: right;
        margin-top: 7px;
    }

    .kvizkerdesek-letter {
        border: 1px solid #ddd;
        background: #fdfdfd;
        padding: 10px;
        box-shadow: 2px 2px 5px #9e9e9e;
    }

    h3.bekuldesihatarido {
        margin-top: 0;
        margin-bottom: 17px;
        color: red;
        font-size: 16px;
    }

    .hetikerdes-form input[type='radio'] {
        display: inline-block;
        width: 15px;
        height: 24px;
        margin: 0;
        line-height: 24px;
        vertical-align: top;
    }
    .hetikerdes-form label {
        display: inline-block;
        margin-bottom: 0px;
        margin-left: 0px;
        line-height: 24px;
        font-size: 14px;
        vertical-align: top;
        width: 90%;
    }
    .kerdes-group {
        margin-bottom: 20px;
        margin-left: 30px;
        page-break-inside: avoid;
    }
    .kerdes-group h5 {
        font-size: 16px;
        line-height: 16px;
        text-transform: none;
        margin-bottom: 5px;
    }
    .valasz-group {
        margin-left: 30px;
    }
    .form-buttons-div {
        text-align: right;
    }

    /*essze input*/
    .valasz-group.essze-upload {
        background: #e4e4e4;
        border-left: 3px solid #1c2c45;
        margin-left: 60px;
        width: auto;
        display: inline-block;
        box-sizing: border-box;
    }
    p#uploadFile {
        display: inline-block;
        margin: 0;
    }
    .help-block {
        margin-bottom: 0;
        margin-top: 5px;
        font-size: 13px;
        color: #1e90ff;
    }

    .fileUpload {
        position: relative;
        overflow: hidden;
    }
    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 16px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }
    .fileUpload span {
        display: block;
        padding: 10px;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .fileUpload:hover span {
        color: white;
        background: rgb(28, 44, 69);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }


    /*bekuldes*/
    .bekuldes {
        margin-left: 40px;
    }

    .eredmeny-ido-div {
        text-align: right;
    }
    .hatarido-div {
        text-align: right;
    }
    .hatarido-szoveg {
        margin: 0;
        display: inline-block;
    }
    #hatarido {
        color: red;
    }
    input#kuldesgomb,
    input#kuldesgomb:focus,
    input#kuldesgomb:active,
    input#kuldesgomb:visited,
    a.elhalasztas,
    a.elhalasztas:focus,
    a.elhalasztas:active,
    a.elhalasztas:visited,
    button#nyomtat,
    button#nyomtat:focus,
    button#nyomtat:active,
    button#nyomtat:visited {
        background-color: #1c2c45;
        background-image: none;
        background-repeat: repeat-x;
        -webkit-box-shadow: 0 0 8px transparent;
        -moz-box-shadow: 0 0 8px transparent;
        box-shadow:  0 0 8px transparent;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        border-color: none;
        filter: none;
        color: #ffffff;
        text-shadow: none;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        padding: 8px 24px;
        outline: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    input#kuldesgomb:hover,
    a.elhalasztas:hover,
    button#nyomtat:hover {
        background: rgba(28, 44, 69, 0.86);
        background-color: rgba(28, 44, 69, 0.86);
        border-color: none;
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow:  none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    a.elhalasztas {
        background: rgba(28, 44, 69, 0.51);
        color: white;
    }

    /*mar kitoltotted*/

    .eredmeny-ido-div h4 {
        font-size: 18px;
        line-height: 28px;
    }

/*eredmenyeim*/

    .accordion-group {
        border: none;
    }
    .accordion-heading {
        border-bottom: 1px solid #1c2c45;
    }
    .accordion-heading h2 {
        margin: 20px 0px 5px 0px;
        font-size: 18px;
        line-height: 24px;
    }
    .accordion-heading h2 a.accordion-toggle {
        display: inline-block;
    }
    .accordion-heading h2 span.hetipont {
        display: inline-block;
        float: right;
        line-height: 40px;
    }
    .accordion-inner {
        border-top: none;
        border-bottom: 1px solid #1c2c45;
    }
    .osszpont {
        float: right;
        font-size: 18px;
        line-height: 24px;
        color: #1c2c45;
    }
    .esszepont {
        color: #1c2c45;
    }

    .valasz {
        font-size: 14px;
    }
    .helyes {
        color: green;
    }
    .valasztott {
        color: red;
    }
    .helyes.valasztott {
        color: green;
        font-weight: bold;
    }

    .valasz:before {
        font-family: 'FontAwesome';
        content: '\f096';
        width: 15px;
        display: inline-block;
    }
    .helyes:before {
        font-family: 'FontAwesome';
        content: '\f00c';
    }
    .valasztott:before {
        font-family: 'FontAwesome';
        content: '\f00d';
    }
    .helyes.valasztott:before {
        font-family: 'FontAwesome';
        content: '\f14a';
    }
    .accordion-heading h2 a.accordion-toggle:after {
        content: "\f0aa";
        margin-left: 10px;
        font-family: "FontAwesome";
    }

    .accordion-heading h2 a.accordion-toggle.collapsed:after {
        content: "\f0ab";
        margin-left: 10px;
        font-family: "FontAwesome";
    }
    .accordion-heading h2 a.accordion-toggle:hover {
        text-decoration: none;
    }

/*tortenelmi hatter*/
    

    .tortenelmihatter h4 {
        margin-top: 40px;
    }
    .tortenelmihatter .item-image {
        width: 30%;
        margin-right: 2%;
    }

/*jatek*/

    .item-page.jatek {

    }
    .item-page.jatek h3 {
        font-size: 16px;
        margin: 20px 0 0px;
    }
    .regisztraciolink {
        text-align: center;
        margin: 40px auto 20px;
    }
    .regisztraciolink a,
    .regisztraciolink a:focus,
    .regisztraciolink a:active,
    .regisztraciolink a:visited {
        background-color: #1c2c45;
        background-image: none;
        background-repeat: repeat-x;
        -webkit-box-shadow: 0 0 8px transparent;
        -moz-box-shadow: 0 0 8px transparent;
        box-shadow:  0 0 8px transparent;
        border: none;
        border-radius: 4px;
        box-shadow: none;
        border-color: none;
        filter: none;
        color: #ffffff;
        text-shadow: none;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        padding: 8px 24px;
        outline: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    .regisztraciolink a:hover {
        background: rgba(28, 44, 69, 0.86);
        background-color: rgba(28, 44, 69, 0.86);
        border-color: none;
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow:  none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

/*responsive*/
    
    @media screen and (max-width: 1375px) {
        div#maximenuck87 div.floatck {
            left: -80%;
        }
    }

    @media screen and (max-width: 1220px) {

    }

    @media screen and (max-width: 1200px) {
    	.header-fb {
            top: 5px;
            left: 5px;
            font-size: 14px;
            line-height: 14px;
        }

    }

    @media screen and (max-width: 900px) {
        
    }

    @media screen and (max-width: 860px) {
        div#maximenuck87.maximenuckh ul.maximenuck li.maximenuck.level1>a span.titreck {
            font-size: 16px;
        }
    }
    	
    @media screen and (max-width: 758px) {
    	
    	h1, h2, h3, h4, h5, h6 {
    		font-size: 18px;
    	}

        div#wrapper > .inner,
        div#footerwrapper > .inner {
            padding: 0px 5px;
            margin-left: 5px;
            margin-right: 5px;
        }
        div#menuwrapper,
        div#mainmenu {
            min-height: 40px !important;
        }
    	
    	#mainmenu > .inner {
    		padding: 0;
    		margin: 0;
    	}
    	
    	.equalheights {
    		display: block;
    	}
        .kerdes-group {
            margin-bottom: 10px;
            margin-left: 0px;
    	}
        .valasz-group {
            margin-left: 5px;
        }
        .kerdes-group h5 {
            font-size: 16px;
            margin-bottom: 5px;
        }
        .form-buttons-div {
            text-align: center;
        }
        a.elhalasztas {
            margin: 10px;
        }
        input#kuldesgomb {
            margin: 10px;
        }
    }

    @media screen and (max-width: 640px) {
    	p {
            margin: 0 0 5px;
            text-align: left;
        }

        
    }

    @media screen and (max-width: 524px) {
    	.blog.alkotok .item .item-image,
        .blog.szereplok .item .item-image,
        .blog.hirek .item .item-image {
            width: 100%;
            padding: 0;
            text-align: center;
            margin-bottom: 15px;
        }
        .blog.alkotok .introtext,
        .blog.szereplok .introtext,
        .blog.hirek .introtext {
            width: 100%;
            float: none;
        }
        .item-page.alkotok .item-image,
        .item-page.szereplok .item-image,
        .item-page.hirek .item-image, 
        .item-page.tortenelmihatter .item-image {
            width: 100%;
            padding: 0;
            text-align: center;
            margin-bottom: 15px;
        }
        .item-page.alkotok div[itemprop="articleBody"],
        .item-page.szereplok div[itemprop="articleBody"],
        .item-page.hirek div[itemprop="articleBody"] {
            width: 100%;
            float: none;
        }
        .footertamogato {
        	justify-content: space-between;
        }
        
    }

    @media screen and (max-width: 350px) {
    	.footertamogato a:first-child {
	        margin-right: 0%;
	    	margin-left: 10%;
	    }
	    .footertamogato a:last-child {
	        margin-left: 0%;
	        margin-right: 2%;
	    }
    }

    @media screen and (max-width: 850px) {
        span.br1 {
            display: block;
        }
    }

    @media screen and (max-width: 470px) {
        span.br1 {
            display: initial;
        }
        span.br2 {
            display: block;
        } 
    }