@charset "UTF-8";

/* .maincontainer {
	display:none;
} */


.item-images .row img, .item-images .row .item-image{
	margin-bottom:30px;
}
.item-images .row:last-child img, .item-images .row:last-child .item-image{  
	margin-bottom:0px;
}


.cat-children > div{
	margin-bottom:40px;
}
.cat-children h3{
	margin-top:10px;
}

/* eff-drr */
.eff-drr:hover{
	text-decoration:none;
}
.eff-drr>span>span {
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
}
.eff-drr>span>strong {
    display: block;
    
    font-weight: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
}
.eff-drr:hover>span>span{
    opacity: 0;
    top: -10px;
}
.eff-drr:hover>span>strong{
    opacity: 1;
}
/* end eff-drr */

/* moduletable-reklama */
.moduletable-reklama{
	margin-top:60px;
	
}
.moduletable-reklama .cell > div{
	position:relative;
	height:100%;
}
.moduletable-reklama img{
	width:100%;
	height:auto;
}
.moduletable-reklama .cell1 a, .moduletable-reklama .cell2 a{
	overflow:hidden;
}
.moduletable-reklama a{
	display:block;
}

.moduletable-reklama .cell a.over{
	z-index:2;
    
}
.moduletable-reklama .cell a.over{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
}


.moduletable-reklama .cell1 a.over > span {
    display: block;
    margin: 20px 20px 0 20px;
    position: relative;
	
	font: 36px/36px 'Roboto Condensed',sans-serif;
    font-weight: 300;
    text-transform: none;
    
    letter-spacing: 2px;

}
.moduletable-reklama .cell2 a.over > span {
    display: block;
    margin: 14px 20px 0 380px;
    position: relative;
	
	font: 36px/36px 'Roboto Condensed',sans-serif;
    font-weight: 300;
    text-transform: none;
    
    letter-spacing: 2px;

}

.moduletable-reklama .cell1 a.over .item_title_part0
,.moduletable-reklama .cell1 a.over .item_title_part2
{
   font-size: 28px; /*  */
    text-transform: uppercase;
    font-weight: 400;
    line-height: 10px;
    position: relative;
    top: -15px;
}
.moduletable-reklama .cell1 a.over .item_title_part3 {
    font-size: 28px; /* */
    text-transform: uppercase;
    font-weight: 700;
    line-height: 10px;
    position: relative;
    top: -15px;
}


.moduletable-reklama .cell2 a.over .item_title_part5
,.moduletable-reklama .cell2 a.over .item_title_part4
,.moduletable-reklama .cell2 a.over .item_title_part3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 10px;
    position: relative;
    top: -15px;
}



.moduletable-reklama figure{
	z-index:0;
	height:150px;
	overflow:hidden;
}
.moduletable-reklama figure img{
	z-index:0;
}
.moduletable-reklama a.over:before{
	z-index:0;
	content:'';
	display:block;
	opacity:0;
	
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	background: #000;
    background: rgba(0, 0, 0, 0.6);
	
	transition:0.25s linear all;
	-webkit-transition:0.25s linear all;
	-moz-transition:0.25s linear all;
	-o-transition:0.25s linear all;
}
.moduletable-reklama a.over:hover:before {
    opacity:1;
}



.cell1 .eff-drr{
	color:#616161;
}
.cell1 .eff-drr strong{
	color:#fff;
}
.cell2 .eff-drr{
	color:#fff;
}
.cell2 .eff-drr:hover{
	color:#fff;
}





/* end moduletable-reklama */



/* moduletable-contacts */

.moduletable-contacts{
	margin-top:94px;
	color:#bbbbbb;
	color:#616161;
	/* font-weight:bold; */
}

/* end moduletable-contacts */



#backtop {
	
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 99;
	display: none;
}
#backtop a {
    position: relative;
}
#backtop a {
    width: 58px;
    height: 58px;
    display: block;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    border-radius: 46px;
    font: 38px/56px FontAwesome;
    color: #bbbbbb;
    text-align: center;
    background: none;
    border: 2px solid #bbbbbb;
}
#backtop a:hover {
	text-decoration:none;
}
#backtop a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    background: #bbbbbb;
    transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#backtop a span {
    position: relative;
    z-index: 3;
    display: block;
}

#backtop a > span:before {
    content: "\f106";
	top:-3px;
	position:relative;
}



#backtop a:hover, #backtop a:active, #backtop a:focus {
    color: #ffffff;
}
#backtop a:hover:before, #backtop a:focus:before, #backtop a:active:before, #backtop a.active:before, #backtop a.selected:before {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
#backtop a:hover, #backtop a:active, #backtop a:focus {
    color: #ffffff;
}



/* moduletable-news */

.moduletable-news{
	margin-top:40px;
	padding-right:100px;
	position:relative;
}
.moduletable-news .article-date{
	margin-bottom:10px;
	float:none;
}

.moduletable-news .mod-articles-category-title{
	display:block;
	margin-top:15px;
}

.moduletable-news .mod-articles-category-readmore{
	margin-top:20px;
}


.mod-articles-category-all{
	position:absolute;
	right:0;
	bottom:0;
	

    width: 163px;
    text-transform: uppercase;
    transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: -163px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mod-articles-category-all a{
	position: relative;
	display: inline-block;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	
	
	font: 18px/20px 'Roboto Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
}

.mod-articles-category-all a > span {
    position: relative;
    display: inline-block;
    background: #d4d4d4;
    color: #ffffff;
    padding: 16px 54px 14px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.mod-articles-category-all a strong {
    display: block;
    font-weight: inherit;
    color: #ffffff;
    position: absolute;
    padding: 16px 54px 14px 20px;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mod-articles-category-all a:hover{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mod-articles-category-all a:hover > span{
    background: #a6a6a6;
    transform: rotateX(90deg) translateY(-50%);
    -o-transform: rotateX(90deg) translateY(-50%);
    -moz-transform: rotateX(90deg) translateY(-50%);
    -webkit-transform: rotateX(90deg) translateY(-50%);
    -ms-transform: rotateX(90deg) translateY(-50%);
}

.mod-articles-category-all a:hover strong{
    background: #616161;
}

/* end moduletable-news */

.record-banner{
	min-height: 279px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.article-date-title h2{
	float:left;
}
.article-date {
	float:left;
}

.article-date time{
	display: block;
    font: 18px/20px 'Roboto Condensed', sans-serif;
	font: 16px/20px 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #c5c5c5;
    text-transform: uppercase;
    padding-bottom: 18px;
	padding-top:5px;
}
.article-date time span{
	display: block;
    font-size: 48px;
    line-height: 38px;

}

/* comp-bottom1 */

.comp-bottom1{
	padding-top: 66px;
	margin-bottom:40px;
}
.comp-bottom1 h3 {
    /* float: left;
    width: 170px;
    padding-right: 30px; */
	
	font: 36px/40px 'Roboto Condensed', sans-serif;
    color: #616161;
    padding: 0 0 0px 0;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
}
.comp-bottom1 .cell3 a {
    /* float: right; */
    /* margin: 0 75px 0 43px;
    width: 195px; */
    font: 20px/28px 'Roboto Condensed', sans-serif;
    color: #c5c5c5;
	color:#616161;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
}
.comp-bottom1 .cell3 a>span {
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
}
.comp-bottom1 .cell3 a>strong {
    display: block;
    color: #616161;
    font-weight: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
}
.comp-bottom1 .cell3 a:hover>span{
    opacity: 0;
    top: -10px;
}
.comp-bottom1 .cell3 a:hover>strong{
    opacity: 1;
}



.comp-bottom1 p {
    padding-top: 3px;
	margin:0;
}
/* end comp-bottom1 */

/* show-grid */
.show-grid {
	position: relative;
	/* display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: stretch; */
	height:700px;
}
.show-grid a{
	color:#fff;
}
.show-grid a:hover{
	color:#fff;
	text-decoration:none;
}
.show-grid h4,.show-grid h4 a {
    font: 18px/1.2em 'Roboto Condensed',sans-serif;
    font-weight: 700;
    color: #fff;
    padding: 0 0 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.blocks h2,.show-grid h2 a {
    font: 36px/44px 'Roboto Condensed',sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    letter-spacing: 3px;
}


.menu-links li {
    padding-bottom: 4px;
	list-style:none;
}
.menu-links a {
    position: relative;
}
.menu-links a {
    color: #fff;
    display: block;
    font: 14px/22px 'Roboto Condensed',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}
.menu-links a:hover:before, .menu-links a:focus:before, .menu-links a:active:before, .menu-links a.active:before, .menu-links a.selected:before {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
.menu-links a:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    z-index: 1;
    background: #fff;
    transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.menu-links a span {
    position: relative;
    z-index: 3;
    display: block;
}
.menu-links a:hover>span>span, .menu-links a:focus>span>span, .menu-links a:active>span>span, .menu-links a.active>span>span, .menu-links a.selected>span>span {
    opacity: 0;
    top: -10px;
}

.menu-links a>span>span {
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
}
.menu-links a:hover>span>strong, .menu-links a:focus>span>strong, .menu-links a:active>span>strong, .menu-links a.active>span>strong, .menu-links a.selected>span>strong {
    opacity: 1;
}
.menu-links a>span>strong {
    display: block;
    color: #616161;
    font-weight: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    pointer-events: none;
}





.show-row{
	height:100%;
}

.show-column{
	float:left;
	height:100%;
}
.show-column.column1{
	width:70%;
	
}
.show-column.column2{
	width:30%;
}

.show-item {
	position: relative;
	height:50%;
}
.show-column.column2 .show-item {
	height:100%;
}

.show-grid .item_img {
    font-size: 0;
    line-height: 0;
    position: relative;
	
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	
	height:100%;
}

.show-grid .show-item {
	
	overflow:hidden;
}
.show-grid .item_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 34px;
    background: #000;
    background: rgba(0,0,0,.6);
    background-size: 100% 100%;
    display: table;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	
	/* overflow:hidden; */
}

.show-grid .item_introtext {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
	
	color:#fff;
	
	
}

.show-grid .item_introtext h2{
	font-size:2.0em;
	line-height:2.3em;
}

.show-grid .show-item:hover .item_content {
    opacity: 1;
}
.show-grid .show-item:hover .item_content .item_introtext {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}
/* end show-grid */

/* menuleft */

.menuleft{
    color: #ffffff;
    padding-left: 10px;
	max-width:186px;
}
.menuleft > li{
    margin:5px 0;

}
.menuleft li > a{
	position:relative;
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	
	padding:3px 0;
	
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}
.menuleft li.active > a, .menuleft li:hover > a{
    color: #ffffff;

}




.menuleft {
  /*SubMenu Styles*/
}
.menuleft > li.active > a:before,
.menuleft > li.sfHover > a:before,
.menuleft > li:hover > a:before,
.menuleft > li.current > a:before
/*.menuleft > li.active > span:before,*/
/*.menuleft > li.sfHover > span:before,*/
/*.menuleft > li.current > span:before */{
  transform: translateY(0%) translateX(0%);
  -o-transform: translateY(0%) translateX(0%);
  -moz-transform: translateY(0%) translateX(0%);
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  opacity: 1;
}
.menuleft > li > a,
.menuleft > li > span {
  position: relative;
}
.menuleft > li > a span,
.menuleft > li > span span {
  position: relative;
  z-index: 3;
  display: block;
  
}
.menuleft > li.active > a {
  /*padding-left:10px;*/
}
.menuleft > li > a:before,
.menuleft > li > span:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform: translateX(-110%) scale(0);
  -o-transform: translateX(-110%) scale(0);
  -moz-transform: translateX(-110%) scale(0);
  -webkit-transform: translateX(-110%) scale(0);
  -ms-transform: translateX(-110%) scale(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #616161;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menuleft > li > a:hover:before,
/*.menuleft > li > span:hover:before,*/
.menuleft > li > a:focus:before,
.menuleft > li > span:focus:before,
.menuleft > li > a:active:before,
.menuleft > li > span:active:before,
.menuleft > li > a.active:before,
.menuleft > li > span.active:before,
.menuleft > li > a.selected:before
/*
,
.menuleft > li > span.selected:before 
*/
{
  transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -webkit-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  opacity: 1;
}
.menuleft ul > li > a,
.menuleft ul > li > span {
  position: relative;
}
.menuleft ul > li > a span,
.menuleft ul > li > span span {
  position: relative;
  z-index: 3;
  display: block;
  padding-left:5px;
}
.menuleft ul > li > a:before,
.menuleft ul > li > span:before {
  content: "";
  position: absolute;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform: translateX(-110%) scale(0);
  -o-transform: translateX(-110%) scale(0);
  -moz-transform: translateX(-110%) scale(0);
  -webkit-transform: translateX(-110%) scale(0);
  -ms-transform: translateX(-110%) scale(0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #616161;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menuleft ul > li > a:hover:before,
.menuleft ul > li > span:hover:before,
.menuleft ul > li > a:focus:before,
.menuleft ul > li > span:focus:before,
.menuleft ul > li > a:active:before,
.menuleft ul > li > span:active:before,
.menuleft ul > li > a.active:before,
.menuleft ul > li > span.active:before,
.menuleft ul > li > a.selected:before,
.menuleft ul > li > span.selected:before {
  transform: translateX(0%) scale(1);
  -o-transform: translateX(0%) scale(1);
  -moz-transform: translateX(0%) scale(1);
  -webkit-transform: translateX(0%) scale(1);
  -ms-transform: translateX(0%) scale(1);
  opacity: 1;
}
.menuleft ul > li.active > a:before,
.menuleft ul > li.sfHover > a:before,
.menuleft ul > li.active > span:before,
.menuleft ul > li.sfHover > span:before {
  transform: translateY(0%) translateX(0%);
  -o-transform: translateY(0%) translateX(0%);
  -moz-transform: translateY(0%) translateX(0%);
  -webkit-transform: translateY(0%) translateX(0%);
  -ms-transform: translateY(0%) translateX(0%);
  opacity: 1;
}

.menuleft  > li.active > a, .menuleft  > li:hover > a, .menuleft  > li.sfHover > a, .menuleft  > li.current > a, .menuleft  > li.active > span, .menuleft  > li.sfHover > span, .menuleft  > li.current > span {
    color: #ffffff;
    padding-left: 10px;
}
.menuleft  > li > ul > li.active > a, .menuleft > li > ul > li:hover > a, .menuleft  > li.sfHover > a, .menuleft  > li.current > a, .menuleft  > li.active > span, .menuleft  > li.sfHover > span, .menuleft  > li.current > span {
    color: #ffffff;
    padding-left: 0px;
}
.menuleft li.active > a{
     padding-left: 10px;

}
/* end menuleft */


/* slider-out-text */
.slider-out-text{
	position:absolute;
	left:0;
	top:15%;
	width:100%;
	color:#fff;
	text-align:center;
}
.slider-out-text .h1{
	text-transform:uppercase;
	font-weight:bold;
	
	font-size:50px;
	line-height:70px;
}
.slider-out-text .h2{
	text-transform:uppercase;
	font-size:20px;
	line-height:30px;
}

.slider-out-text .phones{
	font-size:30px;
	line-height:34px;
	margin:50px 0 70px;
}
.slider-out-text a{
	color:#fff;
}
.slider-out-text .btn{
	color:#000;
}
/* end slider-out-text */


/* form1 */

.form1{
    background: url(../images/form-bg.jpg)no-repeat center 0px fixed;
    background-size: cover;
	text-align:center;
	color:#fff;
}
.form1 .overlay{
    background-color:rgba(0,0,0,.5);
}


.form1 input[type="text"] {
    width:100%;
	height:40px;
	box-sizing:border-box;
    color: #fff;
    background: none;
    font-size: 1em;
    padding: 10px;
    margin-bottom: 2em;
    border: solid 1px #fff;
    display: inline-block;
}
.form1  input.email {
    /* margin: 0 2em; */
}
.form1 textarea {
    width: 100%;
	box-sizing:border-box;
    background: none;
    color: #fff;
    font-size: 1em;
    padding: 10px;
    border: solid 1px #fff;
    min-height: 12em;
	margin-bottom:30px;
}
.form1 input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.7em 5em;
    font-size: 1.1em;
    margin: 0;
    -webkit-appearance: none;
    background: #008000;
    transition: 0.5s all;
    border: 2px solid #008000;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
	vertical-align:top;
}
.form1  input[type="submit"]:hover {
    background: none;
    color: #008000;
	
}

.form1 ::-webkit-input-placeholder {
	color:#fff !important;
}
.form1 :-moz-placeholder { /* Firefox 18- */
	color:#fff !important; 
}
.form1 ::-moz-placeholder {  /* Firefox 19+ */
	color:#fff !important;
}
.form1 :-ms-input-placeholder {  
	color:#fff !important;
}

/* end form1 */


.sticky {
	position: fixed;
	top: 0;
	right:0;
	left:0;
}

/* post-grid */
.post-grid {
    background-color: #031a24;
    overflow: hidden;
}
.block-post {
    position: relative;
	display: flex;
	overflow: hidden;

}
.block-post .post-image{
	position:relative;
	padding-bottom:41%;
	overflow: hidden;
	
	width: 45.32%;
}
.block-post .post-meta {
    position: relative;
    width: 54.68%;
    background-color: #f1f1f1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    color: #004b8c;
	
}
/* .post-meta {
	position:relative;
	width: 54.68%;
	overflow: hidden;
} */

.post-grid .block-post:nth-child(odd) {
    flex-direction: row-reverse;
}

.block-post:hover .bg-image{
    /* -webkit-animation: zoom 1s;
	animation: zoom 1s; */
	
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.block-post .bg-image{
    transition:.5s linear all;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;/* */

}



.block-post .post-meta .scrim {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #004b8c;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}
.block-post:nth-child(even) .post-meta .scrim {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.block-post:hover .post-meta .scrim {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}	


.block-post .post-meta span {
    font-size: 14px;
    text-transform: uppercase;
    z-index: 100;
    
	transition:.5s linear all;
	-webkit-transition:0.5s linear all;
	-moz-transition:0.5s linear all;
	-o-transition:0.5s linear all;/* */
}
.block-post:hover .post-meta {
    color: #fff;
}
.block-post:hover {
    text-decoration: none;
}

.block-post .post-meta .block-title {
    margin: 0 20px;
    max-width: 500px;
    font-size: 30px;
    font-weight: 500;
    /* font-family: Saol,sans-serif; */
    text-align: center;
    z-index: 100;
    -webkit-transition: color .4s;
    transition: color .4s;
}

.block-post .block-top {
    font-size: 14px;
    text-transform: uppercase;
    margin:30px;
}
.block-post .block-bottom {
    font-size: 14px;
    text-transform: uppercase;
    margin:30px;
}

/* end post-grid */


.rows .record-cell{
	margin-bottom:30px;
}



.custom-call i,.custom-call [class^="flaticon-"]:before,.custom-call [class*=" flaticon-"]:before{
	position:absolute;
	left:0px;
	top:5px;
	color:#2bc300;

}
.custom-call i,.custom-call [class^="flaticon-"]:before,.custom-call [class*=" flaticon-"]:before{
	font-size:52px;
	margin-left:0;
}

.contact-row{
	padding:0 0 0 30px;
	position:relative;
	
	font-size:16px;
	line-height:20px;
	
	min-height:24px;
	
	margin-bottom:15px;
}
.contact-row i{
	font-size:24px;
	position:absolute;
	left:0;
	top:0;
}

.item-images .row img, .item-images .row .item-image{
	margin-bottom:30px;
}
.item-images .row:last-child img, .item-images .row:last-child .item-image{  
	margin-bottom:0px;
}

.h-title{
	font: 36px/40px 'Roboto Condensed',sans-serif;
    color: #616161;
    padding: 0 0 27px;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
}
/* 
.h-title:before{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#006d99;
	margin-right:10px;
	vertical-align:middle;
}
.h-title:after{
	content:'';
	display:inline-block;
	width:100px;
	height:4px;
	background-color:#006d99;
	margin-left:10px;
	vertical-align:middle;
}
 */
@media (max-width: 979px) {
	.h-title:before{
		display:none;
	}
	.h-title:after{
		display:none;
	}
}

.gallery .record-cell{
	margin-bottom:30px;
}
.gallery .record-cell a.img-link{
	height:200px;
	display:block;
	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

/* catalogh */

.catalogh{
	text-align:center;
}

/* end catalogh */

/* carousel1 */

.owl-theme .owl-nav {
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
}

.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
	border: none;
    background: #004;
    color: #FFF;
  	padding: 0px;
  	width: 30px;
  	height: 60px;
  	line-height: 60px;
	border-radius:0;
  	margin: 0;
}

.owl-theme .owl-prev {
    left: 0px;
}

.owl-theme .owl-next {
    right: 0px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 0.8;
    background: #004;
}

/* end carousel1 */


/* about */
.about1{
	position:relative;
}

.about1 .sub-title{
	margin:0 0 10px 0;
}
.about1 .h2-title{
	position: relative;
    padding-left: 15px;
	margin:0 0 20px;
    /* color: #0071a4; */
}
.about1 .h2-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #FFD626;
}

.bg-img-left{
	width: 50%;
	position: absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}

/* end about */

.top1{
}
.top1 h4{
	display:inline-block;
	width:200px;
	height:200px;
	border-radius:50%;
	background-color:#a84548;
	color:#fff;
	text-align;center;
}
.top2{
}

.bottom1{
}

.bottom2{
}



/* leftmenu */

.navbar-left{
	padding-left:20px;
	padding-right:20px;
}
.navbar-left .navbar-collapse.in {
    overflow-y: hidden;
}

.moduletable-cat h3{
	margin:0 0 15px;
	color:#000;
	text-transform:uppercase;
	
	text-align:center;
	min-height:48px;
	
	background-color:#c3c3c3;
	color:#000;
	padding:15px;
}

.moduletable-cat{
	/* background-color:#efefef; */
	background-color:transparent;
}
.moduletable-cat ul{
	padding:0px;
	padding-top:0;
}
.moduletable-cat li{
	display: block;
    position:relative;
    
}

.moduletable-cat a{
	
	background: #fff;
	color:#bbb;
	color:#616161;
    box-sizing: border-box;
    /* margin: 10px 0px; */
    font-size: 15px;
    font-weight: 600;
    padding: 0px 0px;
    /* border: 1px solid #8080804a; */
    text-transform: uppercase;
	
	font-family: 'Roboto Condensed', sans-serif;
	
	position:relative;
	
	display:block;
	padding:5px 0;
	padding: 10px;
	padding-right:25px;
}

/* li.deeper > a:after{
	content:'\f054';
	position:absolute;
	right:5px;
	top:10px;
	
	color:#ee1c25;
	
	font-family:'FontAwesome';
} */
.moduletable-cat li > .arrow{
	display:block;
	position:absolute;
	right:10px;
	top:5px;
	
	width:21px;
	height:21px;
	
	color:#bbb;
	color:#616161;
	
	font-family:'FontAwesome';
	z-index:1001;
	cursor:pointer;
}
.moduletable-cat li > .arrow i{
    line-height:21px;
    width:21px;
    text-align:center;
}

.moduletable-cat li.active a,.moduletable-cat li a:hover{
	color:#fff;
	text-decoration:none;
	background-color:#fff;
}
.moduletable-cat li:hover > a{
	/* color:#ee1c25;
	text-decoration:none;
	background-color:#fff; */
}
.moduletable-cat li ul {
	position:absolute;    
	opacity:0;
	left:-9999px;
	width:300px;
	/* background-color:#efefef; */
	z-index:11;
	background-color:#fff;
}
/* .moduletable-cat li:hover ul,  */.moduletable-cat li.jsHover ul { 
	  /*
	opacity:1;
   
	right:-300px;
	left:auto;
	top:-10px;
	
	-webkit-transition:0.25s linear opacity;
	transition:0.25s linear opacity;
        -moz-transition:0.25s linear opacity;
        -o-transition:0.25s linear opacity; */
}
.moduletable-cat li.jsHover > .arrow { 
	transform: rotate(90deg);
	
	-webkit-transition:0.25s linear all;
	transition:0.25s linear all;
		-moz-transition:0.25s linear all;
		-o-transition:0.25s linear all;
		
	color:#fff;
}


.moduletable-cat li li{
	/* margin-left:20px; */
}
.moduletable-cat li.active li a{

	
	color:#000;
}
.moduletable-cat li.active li.active a,.moduletable-cat li.active li a:hover{
	color:#ee1c25;
	color:#fff;
}
@media (max-width: 979px) {
	.moduletable-cat > ul {
		width:300px;
	}
	
	/* .moduletable-cat li:hover ul, */ .moduletable-cat li.jsHover > ul { 
		opacity:1;
		position:static;
		
		width:auto;
		margin-left:20px;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
}
@media (min-width: 980px) {
	.moduletable-cat li:hover > ul { 
		opacity:1;
		right:-300px;
		left:auto;
		top:0px;
		
		padding-left:10px;
		
		-webkit-transition:0.25s linear opacity;
		transition:0.25s linear opacity;
			-moz-transition:0.25s linear opacity;
			-o-transition:0.25s linear opacity;
	}
	.moduletable-cat li:hover > .arrow /*, .moduletable-cat li.active > .arrow */{ 
		transform: rotate(90deg);
		/*top:0;*/
		
		-webkit-transition:0.25s linear all;
		transition:0.25s linear all;
			-moz-transition:0.25s linear all;
			-o-transition:0.25s linear all;
			
		color:#fff;
	}
	
	.navbar-left .navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	
}

/* end leftmenu */



/* animate */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* end animate */

/* media */
@media (max-width: 480px) {
 
}

@media (max-width: 767px) {
	/* .header-bg{
		margin-left:-20px;
		margin-right:-20px;
	} */
	/* .header-bg{
		padding-left:20px;
		padding-right:20px;
	} */
}


@media (min-width: 768px) and (max-width: 979px) {
 
}

@media (max-width: 979px) {
	.moduletable-logo,.moduletable-slogan,.moduletable-adres,.moduletable-adres2,.moduletable-phone,.moduletable-call{
		float:none;
		padding:10px 0;
		margin:0;
		text-align:center;
	}
	
	.custom-logo,.custom-slogan,.custom-adres,.custom-adres2,.custom-phone,.custom-call{
		text-align:center;
		display:inline-block;
	}
	
	.custom-logo,.custom-slogan,.custom-adres2,.custom-phone,.custom-call{
		padding:0;
	}
	
	.moduletable-phone:before, .moduletable-adres:before, .moduletable-adres2:before {
		display:none;
	}
	
	
	.collapse-title{
		display:inline;
		float:left;
		padding:12px 15px;
		font-size:20px;
		line-height:24px;
	}
	
	.about1 .bg-img-left{
		background-image:none !important;
	}
	
	.footer1,.footer2,.footer3{
		text-align:center;
	}
	
	.moduletable-contacts {
		margin-bottom: 94px;

	}
	
	
	.show-grid {
		
		height: auto;
	}
	.show-column.column1,.show-column.column2 {
		width: 100%;
		float:none;
		
	}
	.show-column .show-item {
		
	}
	.show-grid .item_img {
		height:300px;
	}
	
	.moduletable-news .record-cell{
		margin-bottom:40px;
	}
	
	.moduletable.anons .cell3{
		margin-top:15px;
	}
	
	.moduletable-reklama .cell1{
		width:50%;
		
	}
}

@media (min-width: 980px) {
	/* 
	#mainmenu > ul{
		display:table;
		margin-left:auto;
		margin-right:auto;
		float:none;
	} 
	*/
	
	/* 
	#mainmenu{
		display:table !important;
		width:100%;
	}
	#mainmenu > ul{
		display:table-row;
		float:none;
	}
	#mainmenu > ul > li{
		display:table-cell;
		float:none;
		text-align:center;
	} 
	*/
	
	.rows .record:last-child .record-cell{
		margin-bottom:0px;
	}
	
	.eq {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.eq > [class*='span-'] {
		display: flex;
		flex-direction: column;
	}
}
 
@media (min-width: 1200px) {
}



