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

body{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #4b4d4d;
}

.mt-1{margin-top: 1em;}
.mt-2{margin-top: 2em;}
.mt-3{margin-top: 3em;}
.mt-4{margin-top: 4em;}
.mt-5{margin-top: 5em;}

.mb-1{margin-bottom: 1em;}
.mb-2{margin-bottom: 2em;}
.mb-3{margin-bottom: 3em;}
.mb-4{margin-bottom: 4em;}
.mb-5{margin-bottom: 5em;}


/*
 * Modal header styling
 */
.modal-header{
	background: #2D605D;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: white;
} 

/* misc page styles begin *******************************************************************************/
a:hover{
  text-decoration: none;
}


.link-default{
  color: #3f6e68;
  font-size: 17px;
  text-decoration: none;
}

.link-default:hover{
  color: #3f6e68;
  text-decoration: none;
}

.link-default::after{
  content: '\f101';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 3px;
}

.top-container{
	margin-top: 145px;
}

.main-block-title{
  text-transform:uppercase;
  margin-top:30px;
  background:#f1f1f1;
  padding:50px;
  font-size:30px;
  font-weight: 300;
  color:#3f6e68;
  margin-bottom:0;
}

.main-block-middle-title{
  text-transform:uppercase;
  margin-top:20px;
  background:#f1f1f1;
  padding:30px;
  font-size:26px;
  font-weight: 300;
  color:#3f6e68;
  margin-bottom:0;
}

.uploadPlus {
	display: block;
	width: 110px;
	height: 110px;
	background-color: white;
	border: 2px dashed #B5B5B5;
	color: #B5B5B5;
	font-size: 30px;
	text-align: center;
	padding: 30px;
	cursor: pointer
}


footer.footer-container{
  background:#2d3038;
  padding:30px 0 30px 0;
  color:#fff;
}

h2.text-center.front-referencia-title{
  margin-bottom:0px;
}

.copyright{
  color: #303033;
  padding-top: 30px;
  padding-bottom: 20px;
  font-weight: 700;
}

.copyright a{
  color: #d8a31a;
  text-decoration: none;
}

.text-small{
  font-size: 14px;
}

div.row.main-activity-row{
  margin-bottom:30px;
}

div.container.top-menu-bar{
  margin-top:36px;
  margin-bottom:30px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.eu-logo{
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
}

div.container.main-news-block{
  min-height:500px;
}

div.page-title-icon-container{
  background-color:rgba(216,163,26,.8);
  height:220px;
  text-align: center;
  padding: 2.5rem;
}

div.page-title-icon-container img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.main-text-block{
  background-color: #f1f1f1; 
  margin-top: 40px; 
  padding-bottom: 30px;
}

.page-title-icon-col{
  padding:0;
}

.page-title-text-col{
  color:#fff;
  background-color:rgba(45,48,56,.8);
  text-transform:uppercase;
  padding-left:50px;
  height: 220px;
}

.page-title-text-col h1{
  font-size: 69px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.section-selector-container{
  background:#2d3038;
  padding:40px 30px;
}

.section-selector-img{
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;

}
.section-selector-img:hover{
  filter: opacity(.7);
}
.section-selector-img-active{
  border: 3px dotted #d8a31a;
}

.section-selector-title{
  color:#fff;
  text-transform:uppercase;
  text-align:center;
  margin-top:20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  height: 45px;
  overflow: hidden;
}

div.text-container{
  margin-top:30px;
}

div.text-container p{
  font-size: 16px;
  line-height: 25px;
}

div.text-layer{
  margin-top:-400px;
  z-index:200;
  position:relative;
}

.text-page-lead{
  color:#fff;
  text-align:center;
  margin-bottom:35px;
  line-height:1.8em;
  font-size:17px;
}

.main-news-block article{
  margin-bottom: 50px;
}

.main-news-block article .article-title{
  font-size: 23px;
}

.main-news-block article .article-title a{
  color: #3f6e68;
  text-decoration: none;
}

.main-news-block article svg{
  margin-right: 10px;
}

.main-news-block article p.lead{
  font-size: 15px;
  line-height: 1.6em;
  text-align: justify;
}

.btn-nyl{
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 10px 15px;
}

.btn-red{
  background: #d8a31a;
  color: #fff;
}

.btn-red:hover{
  color: #fff;
  background: #f05242;
}

.btn-green{
  background: #2b5957;
  color: #fff;
}

.btn-green:hover{
  background: #307f7c;
  color: #fff;
}

.btn-big{
  font-size: 32px;
}

.btn-small{
  font-size: 18px;
  text-transform: none !important;
}

.page-title{
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  color: #2b2928;
  border-left: 18px #d8a31a solid;
  padding: 10px 0 8px 30px;
  margin-bottom: 40px;
  margin-top: 0px;
}

ul.referencia-lista{
  list-style: none;
  padding: 0px;
  margin-top: 30px;
}

ul.referencia-lista li{
  margin-bottom: 20px;
  font-size: 18px;
  color: #2b5957;
}

ul.referencia-lista li::before{
  content: "\f138";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 10px;
}

.box-image{
  position: relative;
  margin: 20px 0;
  height: 240px;
  overflow: hidden;
  position: relative;
}

/* .gal-thumb{
  margin: auto;
  min-height: 240px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
} */

.gal-thumb{
  margin: auto;
  min-height: 240px;
  position: absolute;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

hr.separator{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	border: 0;
	border-top: 2px dotted #ccc;
}

.page-imgtitle{
  height: 250px;
  overflow: hidden;
}

.page-imgtitle img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.footer-parallax-window{
  min-height: 500px;
  background: transparent;
  margin-top: 0px;
}

.text-header-parallax-window{
  min-height: 800px;
  background: transparent;
}

.text-header-parallax-window-small{
  min-height: 300px;
  background: transparent;
}

.text-large-title-container{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);

}

.text-large-title{
  margin: 0px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 50px;
}

.black-layer{
  background:rgba(0, 0, 0, .5); 
  height: 300px;
}

.black-layer-top{
  background:#2d3038;
  height: 170px;
}

.fb-page-plugin-container{
  margin: auto;
  margin-top: 30px;
}

.subpage-template{
  margin-bottom: 100px;
}

.footer-parallax-mobile{
  display: none;
}

.footer-parallax-desktop{
  display: block;
}

.hir_lead{
  text-transform: uppercase;
  font-size: 18px;
}

/* misc page styles end *******************************************************************************/


/* news begin *********************************************************/
.news-row{
  margin-bottom: 40px;
}

.news-row .title-grid{
  text-align: left !important;
}

.news-row .title-grid a{
  color: #2D605D;
  font-size: 105%;
  line-height: 1.3em;
  font-weight: bold;
}

.webcrumb a{
  color: #2D605D;
  font-size: 13px;
}

h1.hir_title{
  font-size: 26px;
}

/* news end ***********************************************************/


/* products bar begin *********************************************************/
.product-row{
  margin-bottom: 40px;
}

.product-row .title-grid{
  text-align: center !important;
  margin-top: 12px;
}

.product-row .title-grid a{
  color: #2D605D;
  font-size: 115%;
  line-height: 1.3em;
  font-weight: bold;
}

.product-image{
  border: 1px solid #ededed;
}

.product-category-description{
  margin-bottom: 45px;
}

.pagi{
  text-align: center;
  padding-left: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pagi a, .pagi strong {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  min-width: 50px;
  padding: 0px 4px;
  margin-right: 6px;
}

.pagi strong{
  background-color: #eee;
  font-size: 24px;
  font-weight: 800;
}

.pagi a{
  background: #2D605D;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;    
}

.pagi a:hover{
  text-decoration: none;
  background-color: #333;
}

/* products bar end *********************************************************/


/* top bar :: language picker *****************************************************/
.btn-langpicker{
  background: #ffffff;
  color: #a3a5a5;
  font-size: 16px;
  font-weight: 500;
}

.langpicker-dropdown{
  min-width: auto; 
}

.caret{
  border-top-color: #d8a31a;
}
/* top bar :: language picker end ***********************************************/

/* top search bar begin *********************************************************/
.navbar-form{
  float: right;
  margin-top: 0px;
}

.navbar-form .topbar-search-field{
  background-color: #f0f0f0;
  border-radius: 0px;
  border: none;
  -webkit-border-radius: 0px;
  font-size: 12px;
  color: #908f8e;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.navbar-form .topbar-search-field:focus{
  box-shadow: none;
}

.btn-topbar-search{
  background: #f0f0f0;
  border-radius: 0px;
  color: #cecece;
}
/* top search bar end **********************************************************/

/* navbar *********************************************************************/
.navbar{
  background: none !important;
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 0px;
  min-height: 60px;
}

.main-bar{
  background:#ffffff; 
  z-index: 1040;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.main-bar-shadow{
  box-shadow: 0px 0px 10px 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.main-bar-sticky{
  top: -35px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.top-menu-bar-sticky{
  margin-bottom: 0px !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.navbar-right {
  margin-right: 0px;
}

.navbar-collapse{
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-default{
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}


.navbar .navbar-nav > li > a{
  text-shadow: none;
  color: #4b4d4d;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px 9px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.navbar .navbar-nav > li > a:hover{
  border-bottom: 7px solid #d8a31a;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}


.navbar .navbar-nav > li > a:focus{
  background-color: #fff;
  color: #2d3134;
}

ul.navbar-nav{
  transition: margin 0.3s ease-out;
  margin-top: 5px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,
.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus{    
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  color: #2d3134;
  border-left-color: #d8d7d7;
}

.navbar-nav .dropdown-menu{
  min-width: 240px;
  background: #ededed;
  border: none;
  border-radius: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  left: 9px !important;
  right: auto !important;
  top: 57px !important;
}

.navbar-nav .dropdown-menu > li > a{
  color: #2d3134;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4em;
  padding: 20px;
  border-bottom: 1px solid #d8d7d7;
  margin: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus{
  background: #d8a31a;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* navbar end *********************************************************************/


/* navbar brand *********************************************************************/
.navbar-brand{
  padding: 0px;
  padding-top: 12px;
  width: 275px;
  height: 40px;
  margin-bottom: 10px;
}
/* navbar brand end *********************************************************************/

/* footer styles ********************************************************************** */
footer.footer-container{
  background:#2d3038;
  padding:30px 0 30px 0;
  color:#fff;
}

div.footer-phototext-container{
  background:#49494b;
  color:#fff;
  padding:30px 0 30px 0;
  font-size: 20px;
}

ul.footer-menu{
  list-style-type: none;
  list-style: none;
  padding: 0px;
}

ul.footer-menu li a{
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 10px 0px;
  text-decoration: none;
}

ul.footer-menu li a svg{
  margin-right: 5px;
}

ul.footer-menu li a:hover{
  color: #d8a31a;
}

.footer-phone{
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.footer-phone svg{
  color: #d8a31a;
  margin-right: 15px;
}

/* footer social */
ul.footer-social{
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 5px;
}
ul.footer-social li{
  display: inline;
  margin-right: 15px;
  font-size: 22px;
}
ul.footer-social li a{
  color: #ffffff;
}
ul.footer-social li a:hover{
  color: #a3a5a5;
}

.cookie-warn-container{
	position: fixed;
	bottom: 0;
	left: 0;
	border: 1px solid rgb(255, 37, 17);
	z-index: 1000;
    background: #fff;
    padding: 20px;
	width: 50%;
	display: none;
}

.cw-accept-btn{
	background:rgb(45,48,56);
	color:#fff; 
	font-family:'Roboto';
	padding: 6px 10px;
}

.cw-accept-btn:hover{
	color: #fff;
	text-decoration: underline;
}

.cw-info-btn{
	display: none;
}

/* footer social end */

/* ***************************************** ************* ********************************************************* */
/* ***************************************** ************* ********************************************************* */
/* ***************************************** ************* ********************************************************* */
/* ***************************************** ************* ********************************************************* */
/* ***************************************** media queries ********************************************************* */
/* ***************************************** ************* ********************************************************* */
/* ***************************************** ************* ********************************************************* */
/* ***************************************** ************* ********************************************************* */
/* ***************************************** ************* ********************************************************* */

@media(max-width:480px)
{
  .mobile-container{
	padding-right: 0px;
	padding-left: 0px;
  }

  #sz2020-logo{
	display: none;
  }

  .top-menu-bar-row{
	margin-right: 0px;
	margin-left: 0px;
  }

  .top-container{
	margin-top: 203px;
  }

  .main-bar-sticky{
	top: -90px;
  }

  .navbar .navbar-nav > li > a{
    margin: 0px 15px;
    font-size: 16px;
  }

  .section-selector-title{
	font-size: 16px;
	text-transform: none !important;
	margin-bottom: 40px;
	margin-top: 5px;
	height: 44px;
	overflow: hidden;
  }

  div.text-layer{
	margin-top: 0px;
  }

  .page-title-text-col{
	height: 100px;
  }

  .page-title-text-col h1{
	font-size: 20px;
  }

  div.page-title-icon-container{
	height: 100px;
  }

  div.page-title-icon-container img{
	height: 65px;
  }

  .page-title{
	margin-top: 30px;
	font-size: 25px;
  line-height: 1.2em;
  padding-left: 20px;
  }

  .text-header-parallax-window{
	min-height: 400px;
  }

  .text-page-lead{
	font-size: 15px;
	line-height: 1.6em;
  }

  .page-title-text-col{
	padding-left: 15px;
  }

  .footer-parallax-mobile{
	display: block;
  }
  .footer-parallax-desktop{
	display: none;
  }
  .navbar-nav .dropdown-menu > li > a{
	padding: 12px 15px 12px 25px !important;
	font-weight: normal;
	font-size: 16px;
  }
  .text-large-title{
	font-size: 26px;
	line-height: 1.2em;
  }
  .product-row .item-holder{
	margin-bottom: 60px;
  }
  .main-news-block article h1{
	font-size: 19px !important;
  }
  .news-row{
	margin-bottom: 0px;
  }
  .news-lead{
	margin-bottom: 25px;
  }
}

@media(min-width: 481px) and (max-width:767px){
  #sz2020-logo{
	display: none;
  }  
  div.text-layer{
	margin-top: 0px;
  }
  .top-menu-bar-row{
	margin-right: 0px;
	margin-left: 0px;
  }
  .top-container{
	margin-top: 203px;
  }
  .main-bar-sticky{
	top: -90px;
  }
  .page-title-text-col{
	height: 100px;
  }
  .page-title-text-col h1{
	font-size: 24px;
  }
  div.page-title-icon-container{
	height: 100px;
  }
  div.page-title-icon-container img{
	height: 80px;
  }
  .page-imgtitle{
	height: 120px;
  }
  .page-title{
	margin-top: 30px;
  }
  .text-header-parallax-window{
	min-height: 400px;
	background: transparent;
  }
  .section-selector-title{
	margin-bottom: 40px;
  }
  .navbar-nav .dropdown-menu > li > a{
	padding: 12px 15px 12px 25px !important;
	font-weight: normal;
	font-size: 16px;
  }

}

@media(min-width:768px) and (max-width: 991px){
  .navbar-brand > img{
	width: 160px;
  }
  .navbar .navbar-nav > li > a{
	font-size: 14px;
	margin: 0px 5px;
  }
  div.text-layer{
	margin-top: -150px;
  }
  .page-title-text-col{
	height: 150px;
  }
  .page-title-text-col h1{
	font-size: 40px;
  }
  div.page-title-icon-container{
	height: 150px;
  }
  div.page-title-icon-container img{
	height: 100px;
  }
  .page-imgtitle{
	height: 150px;
  }
  .page-title{
	margin-top: 30px;
  }
  .main-block-middle-title{
	font-size: 20px;
  }
  .btn{
	white-space: normal;
	text-align: left;
  }
  .footer-phone{
	font-size: 22px;
  }
  .text-header-parallax-window{
	min-height: 600px;
	background: transparent;
  }
}


@media(min-width:992px) and (max-width: 1199px){

  .navbar-brand > img{
	width: auto;
  }

  .navbar .navbar-nav > li > a{
	font-size: 16px;
	margin: 0px 15px;
  }

  div.text-layer{
	margin-top: -300px;
  }

  .page-imgtitle{
	height: 250px;
  }
  .text-header-parallax-window{
	min-height: 700px;
	background: transparent;
  }

}

@media(min-width:1200px){
  div.text-layer{
	margin-top: -400px;
  }
  
}

/* **************************************************************************************** 
********************************************************************************************
********************************************************************************************

			   ACTYVITY STYLES
			   
********************************************************************************************
********************************************************************************************
********************************************************************************************/
.activity-item{
  position: relative;
  overflow: hidden;
}

.ny-activity-item{
  cursor: pointer;
}

.activity-item{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  transition: all .4s ease;
}

.ny-activity-item.activity-item.touchtapped,
.ny-activity-item.activity-item:hover{
  background-size: 107% auto;
  transition: all .3s ease;
}

.activity-item figure{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ny-activity-item figure img{
  opacity: 0;
}

.activity-item figcaption{
  box-sizing: border-box;
  position: absolute;
  bottom: calc(0px - 30%);
  left: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: rgba(0,0,0,0.6);
  transition: all .2s ease;
  overflow: hidden;
  height: 30%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.activity-item.touchtapped figcaption,
.activity-item:hover figcaption{
  bottom: 0;
  transition: all .3s ease;
}

.activity-item-description{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  line-height: 16px;
}

.activity-item .activity-item-title{
  box-sizing: border-box;
  position: absolute;
  top: 30%;
  left: 30%;
  width: 60%;
  height: 40%;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  text-transform: uppercase;
  background: rgba(45,48,56,0.85);
  transition: all .2s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.activity-item.touchtapped .activity-item-title,
.activity-item:hover .activity-item-title{
  top: 16%;
  transition: all .5s ease;
}

.activity-item-title div{
  font-size: 16px;
  line-height: 18px;
  padding: 0;
  margin: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.activity-item-title div a{
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.3;
}

.activity-item-icon {
  position: absolute;
  width: 33%;
  height: 100%;
  background-color: rgba(216,163,26,0.85);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  left: -33%;
  top: 0;
}

.felvono-icon-small{background-image: url('../images/page/felvono-icon.png');}
.bergyartas-icon-small{background-image: url('../images/page/bergyartas-icon.png');}
.parkolas-icon-small{background-image: url('../images/page/parkolas-icon.png');}
.karbantartas-icon-small{background-image: url('../images/page/karbantartas-icon.png');}
.akadaly-icon-small{background-image: url('../images/page/akadaly-icon.png');}
.emelogepek-icon-small{background-image: url('../images/page/emelogepek-icon.png');}

.ipari-icon-small{background-image: url('../images/page/factory-white.svg');}
.tarsashazak-icon-small{background-image: url('../images/page/tarsashazak-icon.svg');}
.csaladihazak-icon-small{background-image: url('../images/page/csaladi-hazak-icon.svg');}
.egyeb-icon-small{background-image: url('../images/page/egyeb-icon.svg');}

/* ***************************************** ACTIVITY STYLES media queries ******************************* */
/* ***************************************** ACTIVITY STYLES media queries ******************************* */
/* ***************************************** ACTIVITY STYLES media queries ******************************* */

@media(max-width:480px)
{
  .ny-activity-item{
	margin-bottom: 20px;
  }

  .main-news-block article {
	margin-bottom: 20px;
  }

  .activity-item-title h3 a{
	font-size: 17px;
	line-height: 24px;
  }
  div.row.main-activity-row{
	margin-bottom: 0px;
  }

  .activity-item-title div a{
    font-size: 20px;
    line-height: 1.2em;
  }
}


@media(min-width: 481px) and (max-width:767px){
  div.row.main-activity-row{
	margin-bottom: 0px;
  }
  .activity-item-title h3 a{
	font-size: 19px;
	line-height: 26px;
  }
  .activity-item-description{
	font-size: 14px;
  }
}


@media(min-width: 551px) and (max-width:767px){
  .activity-item-title h3 a{
	font-size: 23px;
	line-height: 29px;
  }
}


@media(min-width:768px) and (max-width: 991px){
  .activity-item-title h3 a{
	font-size: 18px;
	line-height: 20px;
  }
  
  .activity-item-description{
	font-size: 13px;
	line-height: 16px;
  }
}


@media(min-width:992px) and (max-width: 1199px){
  .activity-item-title h3 a{
	font-size: 22px;
	line-height: 30px;
  }
  
  .activity-item-description{
	font-size: 14px;
	line-height: 17px;
  }
}


@media(min-width:1200px){
  .activity-item-title h3 a{
	font-size: 28px;
	line-height: 35px;
  }
  
  .activity-item-description{
	font-size: 16px;
	line-height: 18px;
  }
  
  .activity-item-icon {
    background-size: 70%;
    }
}


@media(max-width:1550px){
  .activity-item-icon {
	background-size: 70%;
  } 
}

@media(min-width:1551px){
  .activity-item-icon {
	background-size: 70%;
  } 
}