@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Domine:400,700&subset=latin-ext');

body{
	font-size: 16px;
	background-image: none;
	background-color: #f3faf5;
	line-height: 1.42857143;
}


*, .akcioterv{
	font-family: 'Domine', serif;
	text-shadow: none;
}

.akcioterv{
    background-color: #f3faf5;
    padding: 0 8%;
    margin: 0 10%;
    width: 80%;
}

.akcioterv-backgr{
    background-image: url('/static_images/akcioterv/mozaik.kicsi.png'), url('/static_images/akcioterv/mozaik.kicsi.png');
    background-repeat: repeat-y, repeat-y;
    background-position: left top, right top;
    background-size: 500px;
}

.akciotervWrapper{

    margin-bottom: 75px;
    border-bottom: 8px solid #d1d1d1;
    padding-bottom: 60px;

}

.akcioterv-tamogatas img{
    width: 100%;
    margin-top: 30px;
}

.kerdezz-felelek h1{
    text-transform: uppercase;
    padding-top: 40px;
}

.kerdezz-felelek h3{
    color: #585755;
    font-size: 20px;
    margin: 40px 0 5px 0;
}
.kerdezz-felelek p{
    color: #9b9e9b;
    font-size: 14px;
}
#akcioterv_header {
    background: #53b3dd url(/static_images/akcioterv/alapkep.vektoros.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    margin-bottom: 80px;
}

#akcioterv_header img{
    width: 100%;
    opacity: 0;
}
#akcioterv_header h1 {

	font-size: 34px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
    background: transparent url(/static_images/heart_bg.png) no-repeat left bottom;
	padding-top: 175px;
	padding-bottom: 10px;
	padding-left: 100px;
	margin-left: -100px;
}


#akcioterv_header h1 a {
    color: #fff;
    font-family: 'Archivo Narrow', sans-serif;
    text-decoration: none;
}

#akcioterv_header h1 a:hover {
    text-decoration: underline;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.left-pattern {
    background: transparent url(/static_images/left_pattern.png?v=2) repeat-y left top;
    background-size: auto auto;
    background-size: contain;
    padding-top: 85px;
    padding-bottom: 50px;
    margin-top: -85px;
    margin-bottom: 0px;
}

.right-pattern {
    background: transparent url(/static_images/right_pattern.png?v=2) repeat-y right top;
        background-size: auto auto;
    background-size: contain;
    padding-top: 85px;
    padding-bottom: 50px;
    margin-top: -85px;
    margin-bottom: 0px;
}

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}

article {
    margin-bottom: 40px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #333;
    border-radius: 0;
}

.akcioterv .badge {
    background-color: #f60000;
}

.h3 {
    font-size: 33px;
    font-weight: 700;
	line-height: 1.1;
	color: #555;
    font-family: 'Archivo Narrow', sans-serif;
}


.h4 {
    font-size: 22px;
    font-weight: 400;
	line-height: 1.1;
	color: #999;
    font-family: 'Archivo Narrow', sans-serif;
}

hr {
    display: block;
    height: 1px;
    border-top: 2px solid #999;
    margin: 2em 0;
    padding: 0;
}

.akcioterv .btn-link.btn-lg {
    font-family: "Archivo Narrow",sans-serif;
    font-weight: 300;
    padding-left: 0;
    text-decoration: none;
    color: #585755;
}

.akcioterv .btn-link.btn-lg:hover {
	text-decoration: underline;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 26px;
    border-left: 5px solid #999;
    border-left-color: rgb(153, 153, 153);
}

p {
    margin: 0 0 11px;
}

.akcioterv blockquote {
    color: #f60000;
    border-left-color: #f60000;
}

.akcioterv blockquote p {
    color: #f60000;
}

.page-content strong {
    font-family: 'Domine', serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
}

article img {
    display: block;
    max-width: 100%;
    height: auto;
}

article .btn img {
    display: inline;
    max-width: none;
    height: auto;
}

@media (max-width:991px){
	#akcioterv_header h1 {
	    background-size: contain;
	    display: inline-block;
	    padding-left: 50px;
	    padding-right: 50px;
	    margin-left: -50px;
	}

    .h3 {
        font-size: 23px;
    }

    .akcioterv-backgr{
        background-size: 200px;
    }
}

@media (min-width:991px){
	#akcioterv_header h1 {
	    font-size: 60px;
	    padding-top: 335px;
		padding-bottom: 45px;
	}
}