/*
    Theme Name: MeFamily
    Theme URL: https://bootstrapmade.com/family-multipurpose-html-bootstrap-template-free/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import 'https://fonts.googleapis.com/css?family=Stalemate&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Clicker+Script&subset=latin-ext';
@import 'https://fonts.googleapis.com/css?family=Arsenal:300,400,700,800&subset=latin-ext';
@import url('https://fonts.googleapis.com/css?family=Raleway:400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Bungee|Lobster|Playfair+Display:300,400,400i,700,700i|Ranchers|Spectral+SC:300,400,400i,700,700i|Ubuntu+Condensed&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Cinzel:300,400,700,900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Berkshire+Swash|Bowlby+One+SC|Chonburi|Comfortaa:300,400,700|Great+Vibes|IBM+Plex+Sans:300,300i,400,400i,700,700i|Limelight|Noto+Sans:400,400i,700,700i|Noto+Serif:400,400i,700,700i|Open+Sans+Condensed:300,300i,700|Pacifico|Parisienne|Pirata+One|Poiret+One|Poppins:300,300i,400,400i,700,700i|Racing+Sans+One|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,700,700i|Rozha+One|Sacramento|Titan+One|Ubuntu:300,300i,400,400i,700,700i|Unna:400,400i,700,700i|Yeseva+One&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,500;0,900;1,500;1,900&display=swap');
 

@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
	background-color:#fff;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#333;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}

a:active, a:focus {outline: 0;}
input:active, input:focus {outline: 0;}
button::-moz-focus-inner {border: 0;}
img.align-center {margin: 0 auto;}
textarea { resize:none;}
hr {
	margin-top:20px;
	margin-bottom:50px;
}

.navbar { margin-bottom:0px;}
.navbar-header { position:relative; margin-top:-2px; }
.navbar-brand {
    float: none;
    text-align:center;
    display:inline;
    line-height:50px;
    font-size: 30px;
    width:100%;
    padding:0px 0px 0px 15px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin:0;}

.navbar-brand img { max-height:50px!important; display:inline; }
a.navbar-brand span {
	color:#24325D;
	font-size:35px;
    padding:0 0 0 10px;
    
}

.navbar-collapse {
	float:right;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border:none;
}



.navbar-fixed-top {
  top: 0;
  z-index:999999;
  padding-top:10px;

}
.nav-tabs {
  border-bottom:0;
}
.nav-tabs > li { height:50px;margin-bottom:0;}
.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 0 25px;
}
.nav-tabs > li > a.home {
  padding: 0 15px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 50px;
  border: 0;
  border-radius: 0 0 0 0;
   text-transform:uppercase;
}
.nav-tabs > li:hover > a {
	background-color: #24325D;
    color:#fff;
}
.nav-tabs > li.active > a {
	color: #fff;
  cursor: default;
  background-color: #24325D;
  border: 0;
  border-bottom-color: transparent;
}
.nav-tabs > .active:hover a{
	border: 0!important;
    cursor: pointer!important;
}
.nav-tabs .lihome i{ position:relative;top:3px;cursor:pointer;}

.nav-tabs > li > a.mainsearch { padding:0px 7px 0px 10px;}
.nav-tabs > li:hover > a.mainsearch {cursor:pointer;}

.nav-tabs i { font-size:26px;}
.nav-tabs .sub{position:absolute;background:#24325D;padding:0;width:max-content;display:none; }
.nav-tabs .sub li{display:block;float:none;padding:0;margin:0;}
.nav-tabs .sub li.mobil { display:none; list-style:none;}
.nav-tabs .sub li a{border:none;color:#fff;margin:0;padding:5px 10px;font-size:16px;text-transform:none;display:block;}
.nav-tabs .sub li:hover a{background-color:#ffffff;color:#014884;text-decoration:none;}
.nav-tabs .main:hover > .sub{display:block;}

@media only screen and (max-device-width: 787px) {

    .nav-tabs .main:hover > .sub{display:none;}
}

.kereses { display:none; margin:10px;width:100%;}
.kereses p {text-align:right;margin-right:20px;}
.kereses input[type=text] {  max-width:300px;padding-left:10px;background:transparent; border:1px solid rgb(128, 128, 128);}

.lang {position:relative; font-size:18px; display:inline; line-height:50px;}
.lang .main {cursor:pointer;padding-right:5px;}
.lang .main i { position:relative; top:3px; margin-left:4px;}
.lang .sub { text-align:left;width:100%; position:inherit;}
.lang .sub a { display:block; line-height:normal;}

@media(max-width:800px) {
    .navbar-brand img { max-height:40px!important;}
}

@media(max-width:700px) {
    a.navbar-brand span { font-size:20px;}
}

@media(max-width:767px) {
    .navbar-collapse { float:none; padding-top:10px; }
    .nav-tabs  li { float:none;margin-bottom:1px;height:auto;}
    .nav-tabs .sub{ background:none;display:none; position:relative; margin-left:10px;}
    .nav-tabs .sub li a {color:rgb(51, 51, 51);text-transform:normal;font-size:12px;padding:0; margin-left:10px;}
    .nav li a {padding:2px; margin:1px 0; font-size:12px;}
    .nav-tabs .sub li:hover a { background-color: #24325D;color:#fff;text-decoration:none;}
    .navbar-brand  { text-align:left; padding-left:15px;}
    .navbar-header { border-bottom:1px solid #e7e7e7; }
    .navbar-default { border:none;}
    .nav > li > a.home { padding: 0;  margin-right:10px;display:inline; }
    .nav-tabs i { font-size:24px;}
    .nav-tabs li a i.fa-angle-down { position:relative; top:3px;margin-left:3px;}
    .nav-tabs > li.active > a.home {background:none; }
    .nav-tabs > li > a {line-height:normal;}
    .nav-tabs .lihome { padding-bottom:10px; border-bottom:1px solid #e7e7e7;}
    .lang * {font-size:12px; }
    .lang .main i { display:none;}
    .lang .sub { display:none;}
    .nav-tabs .lang .main:hover > .sub{ display:none;}
}
@media(min-width:768px) and (max-width:1200px) {
    a.navbar-brand span { font-size:24px;}
}



.slider { padding-bottom:1px;margin-top:70px; display:none;}
.slider img { width: 100%; }
.slider2 { padding-bottom:1px;margin-top:70px; display:none;}
.slider2 img { width: 100%; }



.slideral { max-width:300px; margin:auto;}
.container .slider { margin-top:20px;}
.container hr {margin-bottom:0;}
.jumbotron {
	background-color:#fff;
    margin:0 auto;
    padding:0;
}
.jumbotron p {
	line-height:1.6em;
  font-size:16px;
}

section.box .row {display:flex;flex-wrap: wrap}

.services  {
    margin-top:20px;
	text-align:center;

}
section.box {
	background-color:#f9f9f9;
	text-align:center;
	padding:50px 0;
}

.services p {
	margin-bottom:30px;
	margin-top:10px;
	color: grey;
    padding: 10px 0;
}
.services h4 { margin-bottom:0px; }
.services .icons { height:150px; line-height:150px;overflow:hidden;position:relative;max-width:240px; margin:auto;}
.services .icons a {display:block;}
.services .icons img { max-height:150px; max-width:100%; transition: all .2s; position:relative;}
.services .icons img:hover { transform: scale(1.05); transition: all .2s;  }
.icons i {
	padding:0;
	border-radius:50%;
	color:#000;
	background-color:#fff;
	border-color:#ccc;
	transition: background 0.2s, color 0.2s;
    vertical-align:middle;
}
.icons i:hover {
	background-color:#fff;
	color: #333;
}
/*=========================
 our story
 ================= */

.breadcrumb {
	margin-top:100px;
	text-align:center;
	border-radius: 0;
	
}
.breadcrumb h2 {
	color: grey;
	font-size:24px;
}
.ourstory img {
	margin-bottom:30px;
	margin-top:40px;
}
.ourstory p {
	margin-bottom:30px;
	margin-top:20px;
}
.profile {
	margin-bottom:60px;
}


/*=========================
 events
 ================= */

.temak  { text-align:center; }
.temak h2 { margin-bottom:20px;}
.temak .menut { text-align:center; margin:0 30px 10px; padding:0; }
.temak .menut li { margin:10px;border:1px solid gray; text-decoration:none; display:inline; list-style:none; padding:10px; display:inline-block;}
.temak .menut li a { font-size:16px;}
.temak .menut li.aktiv {border:1px solid #cab780;}

.events h2 {
	margin-top:20px;;
}
.events h2 a { text-decoration:none; font-size:20px;}

 
.events p {
	margin-top:20px;
}
.events .jessa {
	margin-bottom:60px;
}
.events .slider {
	background-color:#eee;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background-color: #24325D;
  border-color: #24325D;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #24325D;
  border-color: #24325D;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
/*===========================
  Portfolio
============================ */
#section-works {
	margin-top:-20px;	
	padding-top:50px;
	padding-bottom:50px;
}


nav#filter li { margin:10px;border:1px solid gray; text-decoration:none; display:inline; list-style:none; padding:10px; display:inline-block;}
nav#filter li a {font-size:16px; color:#333;}
nav#filter li.aktiv {border:1px solid #cab780;}
nav#filter li a:hover { text-decoration:underline;  color:#23527c; }


/* ------- */

.container img { max-width:100%; }

.leiras { padding:0px;}
.leiras p { text-align:left; }
.leiras img { padding:0; max-width:100%; height:auto;}
.leiras video {max-width:100%;}
.leiras ul { position:relative; left:20px;}
.leiras iframe {max-width:100%;}
.leiras table { margin:auto; }
.leiras table img {max-width:100%;}
.leiras table td { padding:5px 10px;}
.leiras a:hover { text-decoration:underline; }
.leirasr { color:gray; font-size:16px;}
.leirasr p { color:gray; font-size:14px;}
.leirasr a { color:gray; font-size:14px;}
.leirasr a:hover { text-decoration:none; }

video {max-width:100%;}

.leirasfo { padding:0 10px;}
.leirasfo p { text-align:justify; }
.leirasfo img { padding:0 10px; }
.leirasfo table img {max-width:100%;}
.leirasfo a:hover { text-decoration:underline; }

#fb { text-align:right; margin:20px 0;}
#fb a {display:inline-block; border-radius:3px; padding:0px 10px;

background: #4267b2;
opacity:0.9;
border: 1px solid #4267b2;
color: #fff;
cursor: pointer;
font-size:11px;
}
#fb a:hover { text-decoration:none; opacity:1;}


.isotopeWrapper article{
    margin-bottom: 30px;

}

#portfolio img  {
	width:100%;	
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}

nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 0 10px 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
}

.portfolio-items { margin:auto; text-align:center; }
.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;	
}

.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220, 0.7);
}
.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;	
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}
.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 0.8;
    transition: all 500ms ease-in-out 0s;
	top:-10px;
	text-align:center;
}


.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
	text-align:center;
    background:#fff;
    color:#000;
    padding:5px;	    
	
}

/* --- contact-area --- */

.contactForm {
    margin-bottom: 20px;
}

button.btn-default {
	margin-top:10px;
	margin-bottom:30px;
	background-color:#fff;
	color:#333;
}
button.btn-default:hover {
	background-color:#24325D;
	color:#fff;
}
textarea.form-control {
	border-radius:0;
}
.recent {
	margin-bottom:20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;    
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:40px;	
}
/* google map */
#google-map{
    position:relative;
    height: 400px;
}

/*=========================
  Footer
 ================= */

footer {
  background: #24325D;
}

.inner-footer {
  padding: 50px 0 20px 0;
}
.inner-footer  ul li,a  {
	 list-style:none;
}
.widgetheading {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 40px;
  
}
.f-about p.adatok1 {
	margin-top: 0;
	margin-bottom: 40px;
	color: #fff;
    font-size:24px;
    line-height:1.1;
	
}

.f-about p.adatok2 {
  font-size: 14px;
  color: #8a8d94;
}
.l-posts ul {
	padding:0px;
}
.l-posts p.kep { text-align:center;margin-top:60px;}
.l-posts p.kep img { max-width:80%;}
.l-posts li a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #2c2d2e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.l-posts li a:hover  {
  color: #fff;
}

.f-contact p {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  
  font-weight: 300;
  margin-bottom: 15px;
}
.f-contact p a{
    color: #8a8d94;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}


.f-contact i {
  color: #56595f;
  font-size: 16px;
  margin-right: 10px;
}

.f-contact a:hover p{
  color: #fff;
}
.last-div {
    background: #1f2021;
    padding: 10px 0;
    position: relative;
	
}

.copyright {
    font-size: 14px;
    color: #8a8d94;
    margin: 0;
    text-align:center;
    font-weight: 300;
}


.copyright a{
    color: #8a8d94;
	text-align:center;
}
.copyright a:hover {
    text-decoration: underline;
    color: #fff;
}

.foot-nav {
    float: right;
	margin-right:20px;
}

.foot-nav li {
    display: inline;
	margin-right:20px;
}

.foot-nav li:after {
    content: "";
    padding-left: 7px;
    margin-right: 7px;
}

.foot-nav li:last-child:after {
	display: none;
}

.foot-nav a {
	font-size: 14px;
	color: #8a8d94;
	margin: 0;
	font-weight: 300;
}

.foot-nav a:hover {
    color: #24325D;
}

ul.social-network {
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
    text-align:center;
	
}

ul.social-network li {
	display:inline;
	margin: 0 20px;
	color:#fff;
}
ul.social-network li a {	
	color:#fff;
}
ul.social-network li a i { font-size:26px;}

.bxslider2 { padding:0; }
.bxslider3 { padding:0; }




/**********************************************************
featured box
**********************************************************/
.featured-box { padding-top:30px; padding-bottom:30px; border-top:1px solid #ded1be; border-bottom:1px solid #ded1be }
.featured-box.white { background:#fff }
.featured-box h1 { margin:20px 0px 40px 0px }
.featured-box h2 { font-family:'Roboto'; text-transform:none; color:#817556; font-size:24px; text-align:center; font-weight:700; margin:0 0 50px 0 }
.featured-box .serviceslist a { color:#817556; padding:0 10px; border-right:1px solid #817556;}
.featured-box .serviceslist a:last-child {border-right:none}
.featured-box .serviceslist a.aktiv { text-decoration:underline }
.featured-box .info { font-family:''Arsenal'';color:#c5b075; margin-bottom:20px; font-weight:bold; text-transform:uppercase;}
.featured-box .info span { font-size:24px;}
#tarakform p.serviceslist {text-align:left;}
#tarakform p.serviceslist a {text-decoration:underline; border:none;}


/**********************************************************
gallery box
**********************************************************/
.gallery-box  {margin-bottom:60px;}
.gallery-box .image { display:block; overflow:hidden; text-align:center; }
.gallery-box .image img { transform: scale(1); transition: all .2s; width:100% }
.gallery-box .image:hover img { transform: scale(1.1); transition: all .2s; }
.gallery-box a:hover {text-decoration:none; }
.gallery-box .title { font-size:22px; font-weight:700; color:#333333; font-family: 'Arsenal'; border-top:1px solid #333333; margin-top:20px; padding-top:20px; text-align:left; text-transform:none;height:110px;}
.gallery-box .subtitle { font-weight:700; color:#c5b075; text-align:left }
.gallery-box p { color:#817556; text-align:left;}
.galeria2nev { text-align:center; text-transform:uppercase; font-size:34px;margin:80px 0 30px 0;}
@media(max-width:900px) {
	.gallery-box { margin-bottom:30px }
}



/**********************************************************
reference box
**********************************************************/
.reference-box { margin-bottom:30px }
.reference-box .image { border-top:1px solid #e6dbbb; border-bottom:1px solid #e6dbbb; padding:10px 0; margin:0 0 10px 0 }
.reference-box .text {height:50px;}


@media(max-width:1200px) {
    .inner-footer .col-md-4 { margin-bottom:50px;}
}

@media(max-width:767px) {
    .inner-footer ul {padding:0;}
    .widgetheading { text-align:center; margin:50px 0 20px 0}
    .f-contact { text-align:center;}
    .l-posts p.kep { margin-top:50px;}
    .bx-wrapper .bx-pager.bx-default-pager a { width:10px!important; height:10px!important; }
    h1, .leiras h1 { font-size:24px;}
    h2, .leiras h2 { font-size:18px;}
   .nav-tabs .sub { border:none; }
   .nav-tabs .sub li { border-top:none;}
   .nav > li > a.home { padding:0 }
}

.kapcsolat .leiras {margin-top:50px;}
.kapcsolat .aszf a{font-size:14px; position:absolute; margin:8px 0 0 20px; }
.kapcsolat input[type=checkbox] {display:inline; width:auto;}
.fancybox-title a { color:#fff; }
.speedpc { display:block;text-align:center; font-size:13px;background:#fff; color:#000;}
.speedpc a { text-decoration:underline;}

.offline { padding:10px;}
.leiras h1,.leiras h2 { background:none!important; text-align:center; }

#cookie { background: #00539f; color:#fff; padding:10px 0 0 15px; position:fixed; bottom:0; width:100%; border-top:1px solid #fff;z-index:9;}
#cookie * { color:#fff;}
#cookie a {text-decoration:underline; }
#cookie .cookie-button { background:#fff; border-radius:30px; text-align:center; max-width:200px; margin:0px auto 10px;}
#cookie .cookie-button:hover {
-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,.6);
-moz-box-shadow: 0 0 0 4px rgba(255,255,255,.6);
box-shadow: 0 0 0 4px rgba(255,255,255,.6);
transition: box-shadow 0.3s ease-in-out;
}
#cookie .cookie-button span {color:#00539f; font-weight:bold; display:block; padding:5px 20px; cursor:pointer;}
#cookie .cookie-button span:hover { text-decoration: underline; }

#popup{position: fixed;opacity:1;filter:alpha(opacity=1);top:10%;left:0;right:0;margin:auto;padding:10px;z-index:200;background-color:#f4f4f4;max-width:600px}
#popup .bezaras { position:absolute; right:10px; margin-top:10px; cursor:pointer;}
#popup .bezaras img {width:24px;}
#popup .popuptext { margin-top:30px;}

#e404 a { text-decoration:underline;}

.szechenyi {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}

@media (max-width: 481px) {
.szechenyi img { width: 100%;max-width: 100px; }
}
@media (min-width: 481.01px) {
.szechenyi img {width: 100%;max-width: 150px; }
}
@media (min-width: 681.01px) {
.szechenyi img {width: 100%;max-width: 200px; }
}

@media (min-width: 1200px) {
.szechenyi img {width: 100%;max-width: 280px;}
}