.t3-sidebar .list-arrow li {
  background-image: none !important;
}

.list-arrow li a {
  color: #333;
}

.view-article .who-we-box {
  height: 190px;
  width: 190px;
}

footer .list-arrow li a {
  color: #aaa;
}

.projects.module .sprocket-mosaic .sprocket-mosaic-content span.mosaic-hits {
    display: none;
}

.projects.module .sprocket-mosaic .sprocket-mosaic-header .sprocket-mosaic-filter li {
    text-transform:none;
}

@media screen and (min-width: 1200px) {
  header .row > div:nth-child(1) {
    width: 12% !important;
  }
  header h1 {
    font-size: 38px !important;
    margin: 0 !important;
  }

  header .row > div:nth-child(2) {
    width: 88% !important;
    margin-top: 20px;
  }
  header .row > div:nth-child(2) .head-right {
    float: left;
  }
  header .languageswitcherload {
    float: right;
    width: 50%;
    margin-top: -20px;
  }

  header .slogan {
    font-family: 'Marck Script', cursive !important;
    font-size: 22px;
    text-shadow: 1px 1px 0 white, 2px 2px 1px rgba(0,0,0,0.1);
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    margin-top: -20px;
	max-width: 410px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  header .row > div:nth-child(1) {
    width: 15% !important;
  }
  header h1 {
    font-size: 37px !important;
    margin: 0 !important;
  }

  header .row > div:nth-child(2) {
    width: 85% !important;
  }

  header .slogan span {
    display: inline !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  header .row > div:nth-child(1) {
    width: 100% !important;
  }
  header h1 {
    font-size: 50px !important;
  }

  header .row > div:nth-child(2) {
    width: 100% !important;
  }
  header h1 {
    text-align: center !important;
  }
  header .slogan {
    text-align: center !important;
  }
  header .slogan span {
    display: inline !important;
    padding: 0 !important;
  }
  header .mod-languages {
    display: block;
    position: absolute;
    top: -90px;
    right: 40px;
  }
}

@media screen and (max-width: 640px) {
  header h1 {
    font-size: 24px !important;
  }

  header .slogan {
    font-size: 16px !important;
  }

  header .slogan span {
    display: inline !important;
    padding: 0 !important;
  }

  header .mod-languages {
    display: block;
    position: absolute;
    width: 88%;
    top: -100px;
    margin-right: -15px;
  }

  header .lang-inline li {
    display: block !important;
    float: left;
    width: 50%;
    height: 100px;
    margin: 0 !important;
  }

  header .lang-inline li:last-child a {
    text-align: right;
  }

  header .lang-inline li a {
    display: block;
    width: 100%;
    height: 100%;
  }

 .news-strips .sprocket-strips-item > a {
	display: block;
	overflow: hidden;
	height: 145px;
	border: 1px solid #ccc;
	padding: 1px;
  } 

  .t3-features {
    margin-bottom: 40px;
  }
}

header h1 {
  text-shadow: 2px 2px 0 white, 3px 3px 1px rgba(0,0,0,0.3);
}

header .slogan {
  font-family: 'Marck Script', "Times New Roman" !important;
  font-size: 22px;
  text-shadow: 1px 1px 0 white, 2px 2px 1px rgba(0,0,0,0.1);
}

.t3-megamenu .mega > .mega-dropdown-menu {
	min-width: 310px !important;
}

.t3-mainnav .t3-megamenu .mega-nav > li a:hover, .t3-mainnav .t3-megamenu .dropdown-menu .mega-nav > li a:hover {
	background-color: rgba(0,0,0,0.03) !important;
}

footer * {
  text-shadow: 1px 1px 0 rgba(0,0,0,0.8), 2px 2px 0 rgba(0,0,0,0.5);
}

footer a:hover {
  color: #ff2929 !important;
}

.ts-action2 h2 {
  text-shadow: 2px 2px 0 black;
}

.ts-clients {
    background: #e9edeb !important;
}

.ts-testimonials {
    background: #f9f9f9 !important;
    border-bottom: 1px solid #eee;
}

.t3-footer {
    padding-top: 15px;
}

.t3-copyright {
	padding: 10px 0;
	/*margin: 0;*/
}

/*
#Mod129 {
	float: right;
	margin-top: 20px;
}

.footer-social {
	margin-top: 10px;
}

footer dl.contact-footer dd {
  display: block;
  float: left;
}

footer dl.contact-footer dd::after {
  margin: 0 10px;
  content: "•";
}

footer dl.contact-footer dd:last-child::after {
  content: " ";
}
*/

footer dl.contact-footer {
  margin: 0;
}

footer dl.contact-footer dd {
  margin: 7px 0;
}

footer dl.contact-footer dd span::before {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
    color: white;
    margin: 0 10px 0 0;
}

footer dl.contact-footer dd span.contact-street::before { content: '\f041'; }
footer dl.contact-footer dd span.contact-telephone::before { content: '\f095'; }
footer dl.contact-footer dd span.contact-fax::before { content: '\f1ac'; }
footer dl.contact-footer dd span.contact-mobile::before { content: '\f098'; }
footer dl.contact-footer dd span.contact-email::before { content: '\f0e0'; }

footer dl.contact-footer dd span,
footer dl.contact-footer dd span a {
    color: #ccc;
}

.footer-logo.module {
  margin: 0 !important;
  text-align: center;
  font-size: 20px;
}

.footer-logo.module * {
  color: white !important;
}

.footer-logo.module img {
    display: block;
    margin: 0 auto 20px;
}

.who-we-box.one {
  background: #9e2219 !important;
}
.who-we-box.two {
  background: #9e2219 !important;
}
.who-we-box.three {
  background: #9e2219 !important;
}
.who-we-box.four {
  background: #9e2219 !important;
}

.who-we-box * {
  color: white !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.news-strips .sprocket-strips-item > a {
	display: block;
	overflow: hidden;
	height: 145px;
	border: 1px solid #ccc;
	padding: 1px;
}

@media screen and (max-width: 640px) {
 .news-strips .sprocket-strips-item > a {
	display: block;
	overflow: visible;
	height: auto;
	border: 1px solid #ccc;
	padding: 1px;
  } 
}

/*.news-strips .sprocket-strips-item > a img {
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
}

.news-strips li:hover .sprocket-strips-item > a img {
	-webkit-filter: none;
	filter: none;
}*/

.t3-module.module.clients .sprocket-strips-s-item {
	min-height: 112px;
}

.item-page.news .article-header .article-title {
	text-transform: none !important;
}

.article-content p {
	font-size: 14px;
	text-align: justify;
	text-indent: 20px;
	/*text-shadow: 1px 1px 0 rgba(0,0,0,0.1);*/
}

/*.who-we-box {
  background-image: url('../images/test.png') !important;
    background-size:     cover !important;
    background-repeat:   no-repeat !important;
    background-position: center center !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
}*/


div.error .error-code span {
  background: #9e2219 !important;
}

@media (max-width: 480px) {
  div.error .error-code span {
    color: #9e2219 !important;
  }
}

div.error #errorboxbody a {
  background: #9e2219 !important;
}

.projects.module .sprocket-mosaic .sprocket-mosaic-image-container img {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  transition: 1s;
}

.projects.module .sprocket-mosaic-item:hover img {
  -webkit-filter: none;
  filter: none;
}

.projects.module .sprocket-mosaic .sprocket-mosaic-image-container .sprocket-mosaic-hover {
  background-color: transparent !important;
}

@media screen and (min-width: 768px) {
	.ts-projects {
	  padding: 0 0 20px;
	  margin: -50px 0 0;
	}
}

.projects.module .sprocket-mosaic .sprocket-mosaic-loadmore {
  margin-top: 0 !important;
}

.t3-spotlight .t3-module {
  margin-bottom: 0 !important;
}

/*@media (max-width: 991px) {
  #Mod127 {
    display: none !important;
  }

  .sprocket-mosaic-container {
    min-height: 300px !important;
  }
}

@media (max-width: 480px) {
  .sprocket-mosaic-container {
    min-height: 1300px !important;
  }
}*/

/*nav {
background: rgb(255,255,255) !important;
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%) !important;
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%) !important;
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ) !important;
box-shadow: none !important;
}

nav li {
  border-right: 1px solid #eee !important;
  border-left: 1px solid #fff !important;
  border: none !important;
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li > a,
.head-search .search .fa-search {
  color: #777 !important;
  text-shadow: 1px 1px 0 #fff, 2px 2px 1px rgba(0,0,0,0.1);
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a {
  color: #9e2219 !important;
  text-shadow: 1px 1px 0 #fff, 2px 2px 1px rgba(228,0,0,0.2) !important;
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a::after, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a::after, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a::after {
  width: 110% !important;
  left: -7% !important;
}

.head-search .search {
  background-color: transparent !important;
}

.head-search .form-control:active, .head-search .form-control:focus {
    background-color: white !important;
    border: 1px solid #eee !important;
    color: #999 !important;
    border-radius: 20px;
    height: auto !important;
    line-height: 45px !important;
    margin-top: 10px;
}

header h1 {
  font-family: 'Roboto' !important;
  font-weight: bold !important;
}*/

.sprocket-quotes-text {
  font-size: 12px !important;
  font-style: italic !important;
}

.project-data {
	display: block;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	background-color: #f1f1f1;
	margin: 20px auto;
}

.project-data::after {
	content: " ";
	display: table;
	clear: both;
}


.project-data div {
	float: left;
	width: 50%;
	padding: 10px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #eaeaea;
}

#cel_3 {
	width: 100%;
}

.project-data div > .title {
	font-weight: thin;
	color: #ba2318;
	text-transform: uppercase;
	display: inline-block;
	width: 150px;
	text-align: right;
}

.project-data div > .title::after {
	content: ": ";
}

.project-data div > .value {
	font-weight: bold;
	font-style: italic;
}

@media (max-width: 991px) {
	.project-data div {
		float: left;
		width: 100%;
		padding: 10px;
		border-top: 1px solid #f7f7f7;
		border-bottom: 1px solid #eaeaea;
	}

	.project-data div > .title {
		width: auto;
		text-align: left;
		display: inline;
	}
}

@media (max-width: 1200px) {
	.sigplus-gallery .boxplus-slider,
	.sigplus-gallery .boxplus-viewport {
		width: auto !important;
	}
}

.dark-bg a {
	color: #ff2929;
}

.dark-bg a:hover {
	color: #ff8080;
	text-decoration: underline;
}

#certificates {
	display: block;
	float: left;
	width: 30%;
	margin-top: -36px;
}

#certificates li a img {
	display: inline-block;
}

.certificate_descr .cert {
	height: 146px;
	display: block;
}

.t3-mainnav .t3-megamenu .navbar-nav.level0 > li.active > a::after, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:focus > a::after, .t3-mainnav .t3-megamenu .navbar-nav.level0 > li:hover > a::after {
  width: calc(100% + 40px);
  left: -20px;
}

nav * {
	font-family: Roboto;
}

.t3-navhelper {
	padding: 0;
}

.sprocket-mosaic-image-container {
  overflow: hidden !important;
}

.article-content .title-normal,
.title-normal .module-title {
  border-bottom: 3px double #ccc;
}

.news-strips .sprocket-strips-content .sprocket-strips-title {
	font-size: 18px;
}

footer .copyright *,
footer .pull-right * {
	font-size: 12px;
	font-family: 'Roboto';
}

.video-embed {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin: 10px auto 30px;
}
.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-clients #t3-content article img {
	width: 200px;
}

table.mechano_table {
  width: 100%;
  margin: 10px auto;
}

table.mechano_table tr th {
  padding: 8px 5px;
  background-color: #ddd;
  text-shadow: 1px 1px 0 white;
  text-align: center;
  vertical-align: middle;
}

table.mechano_table tr td {
  padding: 3px 5px;
}

table.mechano_table tr:nth-child(odd) td {
  background-color: #f1f1f1;
}

table.mechano_table tr td:nth-child(2) {
  text-align: center;
}

table.mechano_table tr td:nth-child(3) {
  text-align: right;
}

.clients .sprocket-grids-b li .sprocket-grids-b-content h2 {
	display: none !important;
}

.clients .sprocket-grids-b li .sprocket-grids-b-effect {
	display: none !important;
}

.clients .sprocket-grids-b li .sprocket-grids-b-content {
	display: block;
	visibility: visible;
	padding: 0;
}

.clients .sprocket-grids-b li .sprocket-grids-b-content a {
	display: block;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	text-indent: -10000px;
}

.clients .sprocket-grids-b li img {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
	transition: all 1s ease;
}

.clients .sprocket-grids-b li:hover img {
	-webkit-filter: none;
	filter: none;
	width: 220px !important;
	margin-left: -10px;
}

.metodi .main {
  background-color: white;
  background-image: url('/templates/ts_bizspeak/images/metodi_back.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
}

.metodi .descr {
  float: left;
  margin: 20px 0;
  background-color: rgba(255,255,255,0.5);
  text-align: justify;
  font-weight: bold;
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
  width: 40%;
}

.metodi .photos {
  float: right;
  margin: 20px 0;
  width: 60%;
  position: relative;
}

.metodi .photos img {
  width: 150px;
  border: 2px solid #aaa;
  position: absolute;
  box-shadow: 4px 4px 5px rgba(0,0,0,0.4);
}

.metodi .contacts {
  display: block;
  margin-top: 10px;
  background-color: rgba(255,255,255,0.5);
  font-weight: bold;
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
}

.metodi .contacts img {
  float: right;
  height: 100px;
  border: 1px solid red;
}

.structure_tree {
  background: #F5EEC9;
  display: block;
  padding: 20px 0;
  min-height: 1050px;
}

.structure_tree:after {
  clear: both;
  content: " ";
  display: block;
}

.structure_tree * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.structure_tree .cf:before,
.structure_tree .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.structure_tree .cf:after {
    clear: both;
}

.structure_tree .cf {
    *zoom: 1;
}

.structure_tree .content{
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 20px;
}

.structure_tree a:focus{
  outline: 2px dashed #f7f7f7;
}

@media all and (max-width: 767px){
  .structure_tree .content{
    padding: 0 20px;
  } 

  .structure_tree {
    min-height: 2250px;
  }
}

.structure_tree ul{
  padding: 0;
  margin: 0;
  list-style: none;   
}

.structure_tree ul a{
  display: block;
  background: #ccc;
  border: 4px solid rgba(0,0,0,0.3);
  text-align: center;
  overflow: hidden;
  font-size: 1em;
  line-height: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  height: 70px;
  margin-bottom: -26px;
  box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
  -webkit-transition: all linear .1s;
  -moz-transition: all linear .1s;
  transition: all linear .1s;
}

@media all and (max-width: 767px){
  .structure_tree ul a{
    font-size: 1em;
  }
}

.structure_tree ul a span{
  top: 50%;
  margin-top: -0.7em;
  display: block;
}

.structure_tree .administration > li > a{
  margin-bottom: 25px;
}

.structure_tree .director > li > a{
  width: 50%;
  margin: 0 auto 0px auto;
}

.structure_tree .director > li > a.bottom-line {
  margin-bottom: 28px;
  overflow: visible;
}

.structure_tree .director > li > a.bottom-line:after {
  border-left: 4px solid rgba(0,0,0,0.3);
  left: 50%;
  height: 30px;
  top: 65px;
  display: block;
  content: "";
  position: absolute;
}

.structure_tree .subdirector:after{
  content: "";
  display: block;
  width: 0;
  height: 130px;
  background: red;
  border-left: 4px solid #aba68c;
  left: 49.9%;
  position: relative;
}

.structure_tree .subdirector,
.structure_tree .departments{
  position: absolute;
  width: 100%;
}

.structure_tree .subdirector > li:first-child,
.structure_tree .departments > li:first-child{  
  width: 18.59894921190893%;
  height: 64px;
  margin: 0 auto 92px auto;   
  padding-top: 25px;
  border-bottom: 4px solid rgba(0,0,0,0.3);
  z-index: 1; 
}

.structure_tree .subdirector > li:first-child{
  float: right;
  right: 27.2%;
  border-left: 4px solid rgba(0,0,0,0.3);
}

.structure_tree .departments > li:first-child{
  float: left;
  left: 31.3%; 
}

.structure_tree .subdirector > li:first-child a,
.structure_tree .departments > li:first-child a{
  width: 100%;
}

.structure_tree .subdirector > li:first-child a{  
  left: 25px;
}

@media all and (max-width: 767px){
  .structure_tree .subdirector > li:first-child,
  .structure_tree .departments > li:first-child{
    width: 40%; 
  }

  .structure_tree .subdirector > li:first-child{
    right: 10%;
    margin-right: 2px;
  }

  .structure_tree .subdirector:after{
    left: 49.8%;
  }

  .structure_tree .departments > li:first-child{
    left: 10%;
    margin-left: 2px;
  }
}


.structure_tree .departments > li:first-child a{
  right: 25px;
}

.structure_tree .department:first-child,
.structure_tree .departments li:nth-child(2){
  margin-left: 0;
  clear: left;  
}

.structure_tree .departments:after{
  content: "";
  display: block;
  position: absolute;
  width: 82%;
  height: 30px; 
  border-top: 4px solid rgba(0,0,0,0.3);
  border-right: 4px solid rgba(0,0,0,0.3);
  border-left: 4px solid rgba(0,0,0,0.3);
  margin: 0 auto;
  top: 130px;
  left: 8.9%
}

@media all and (max-width: 767px){
  .structure_tree .departments:after{
    border-right: none;
    left: 0;
    width: 49.8%;
  }  
}

@media all and (min-width: 768px){
  .structure_tree .department:first-child:before,
  .structure_tree .department:last-child:before{
    border:none;
  }
}

.structure_tree .department:before{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 22px;
  border-left: 4px solid #aba68c;
  z-index: 1;
  top: -22px;
  left: 50%;
  margin-left: -4px;
}

.structure_tree .with-arrow:after{
  display: block;
  position: absolute;
  top: 20px;
  right: -27px;
  z-index: 2;
  font-family: FontAwesome;
  color: black;
  text-shadow: 0 0 1px rgba(255,255,255,1);
  font-size: 25px;
  content: '\f07e';
}

@media all and (max-width: 1200px){
  .structure_tree .with-arrow:after{
    right: -22px;
    font-size: 21px;
  }
}

@media all and (max-width: 991px){
  .structure_tree .with-arrow:after{
    right: -17px;
    font-size: 17px;
  }
}

@media all and (max-width: 767px){
  .structure_tree .with-arrow:after{
    display: none;
  }
}

.structure_tree .department{
  border-left: 4px solid rgba(0,0,0,0.3);
  width: 18%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 60px;
}

.structure_tree .lt-ie8 .department{
  width: 18.25%;
}

@media all and (max-width: 767px){
  .structure_tree .department{
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .structure_tree .department:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 60px;
    border-left: 4px solid rgba(0,0,0,0.3);
    z-index: 1;
    top: -60px;
    left: 0%;
    margin-left: -4px;
  }

  .structure_tree .department:nth-child(2):before{
    display: none;
  }
}

.structure_tree .department > a{
  margin: 0 0 -26px -4px;
  z-index: 1;
}

.structure_tree .department > a:hover{  
  height: 80px;
}

.structure_tree .department > ul{
  margin-top: 0px;
  margin-bottom: 0px;
}

.structure_tree .department li{ 
  padding-left: 25px;
  border-bottom: 4px solid rgba(0,0,0,0.3);
  height: 80px; 
}

.structure_tree .department li a{
  background: #fff;
  top: 48px;  
  position: absolute;
  z-index: 1;
  width: 90%;
  height: 60px;
  vertical-align: middle;
  right: -1px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%) !important;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0)))!important;
  background-image: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
  background-image: -o-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
  background-image: -ms-linear-gradient(-45deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
  background-image: linear-gradient(135deg,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
}

.structure_tree .department li a:hover{
  box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
  height: 80px;
  width: 95%;
  top: 39px;
  background-image: none!important;
}

/*
.structure_tree .department.dep-a a{ background: #ff0d0d; }
.structure_tree .department.dep-b a{ background: #AAD4E7; }
.structure_tree .department.dep-c a{ background: #FDB0FD; }
.structure_tree .department.dep-d a{ background: #61df80; }
.structure_tree .department.dep-e a{ background: #88ca91; }
*/
.structure_tree .department.dep-a a,
.structure_tree .department.dep-b a,
.structure_tree .department.dep-c a,
.structure_tree .department.dep-d a,
.structure_tree .department.dep-e a{ background: #AAD4E7; }

.features-table {
  width: 100%;
  margin: 10px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  text-shadow: 0 1px 0 #fff;
  color: #2a2a2a;
  background: #fafafa;  
  background-image: linear-gradient(top, #fff, #eaeaea, #fff);
}

.features-table td {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-bottom: 1px solid #cdcdcd;
  box-shadow: 0 1px 0 white;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle !important;
}

/*Body*/
.features-table tbody td {
  width: 160px;
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
  opacity: 0.7;
  transition: all linear .1s;
}

.features-table tbody td::after {
	font-family: FontAwesome;
	font-size: 22px;
	text-shadow: 1px 1px 0 white, 2px 2px 0 rgba(0,0,0,0.2);
}

.features-table tbody td span {
  display: none;
}

.features-table tbody td.check::after {
	color: #00ca6b;
	content: '\f00c';
}

.features-table tbody td.no::after {
	color: #9e2219;
	content: '\f00d';
}

.features-table tbody td:first-child {
  width: auto;
  text-align: right;
  background: transparent;
  opacity: 1;
  text-indent: auto;
  overflow: auto;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

.features-table tbody td:first-child a {
	display: block;
	width: 100%;
	height: 100%;
	color: black;
	padding: 0 20px;
}

.features-table td:nth-child(2) {
  background: #f5f5f5;
}

.features-table td:nth-child(3) {
  background: #e9e9e9;
}

.features-table td:nth-child(4) {
  background: #e1e1e1;
}

.features-table td:nth-child(5) {
  background: #ddd;
}

.features-table tbody tr:hover td {
	opacity: 1;
}

.features-table tbody tr:hover td:first-child {
	background-color: #eee;
}

/*.features-table td:nth-child(2), 
.features-table td:nth-child(3) {
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
}


.features-table td:nth-child(4) {
  background: #e7f3d4;  
  background: rgba(184,243,85,0.3);
}*/

/*Header*/
.features-table thead td {
  font-weight: bold;
  border-radius-topright: 10px;
  border-radius-topleft: 10px; 
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top: 1px solid #eaeaea; 
  background: #efefef;
  background: rgba(144,144,144,0.15);
  border-right: 1px solid white;
  line-height: 18px;
}

.features-table thead td:first-child {
  border-top: none;
  background: transparent;
}

/*Footer*/
.features-table tfoot td {
  font-weight: bold; 
  border-radius-bottomright: 10px;
  border-radius-bottomleft: 10px; 
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: 1px solid #dadada;
}

.features-table tfoot td:first-child {
  border-bottom: none;
}

@media screen and (max-width: 1200px) {
	.features-table * {
		font-size: 10px;
	}

	.features-table td {
		padding: 0 5px;
	}

	.features-table tbody td {
		width: 100px;
	}
}

@media screen and (max-width: 640px) {
	.features-table thead {
		display: none !important;
	}

	.features-table td:first-child {
		width: 100%;
		display: block;
		text-align: center !important;
		font-size: 14px !important;
		overflow: hidden !important;
	}

	.features-table td:first-child * {
		font-size: 14px !important;
	}

	.features-table td:not(:first-child) {
		width: 25%;
		display: block;
		float: left;
	}

	.features-table tbody td:not(:first-child) {
		min-height: 70px;
	}

	.features-table tbody td span {
		display: block;
		width: 100%;
		min-height: 25px;
		padding-top: 7px;
		text-align: center;
		font-size: 11px;
		font-style: italic;
		line-height: 12px !important;
	}
}

@media screen and (max-width: 420px) {
	.features-table tbody td span {
		font-size: 9px;
	}

	.features-table td,
	.features-table td a {
		padding: 0 !important;
	}
}

.t3-sidebar .list-arrow li.with-link::before {
	content: '\f0c1';
	margin: 0 !important;
}

.t3-sidebar .list-arrow li a {
	color: #9e2219;
	padding: 3px 8px;
	border-radius: 8px;
}

.t3-sidebar .list-arrow li a:hover {
	color: white;
	text-shadow: 1px 1px 0 black;
	background-color: #9e2219;
}

.t3-sidebar .list-arrow > li {
	color: #777;
}

.pr-grid .sprocket-grids-b-columns-3 > li {
	height: 11vw;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.pr-grid .sprocket-grids-b-columns-3 > li {
		height: auto;
		overflow: visible;
	}
}

.alert .alert-message {
  background-color: inherit !important;
  color: inherit !important;
}

.hidden-submenu + div.dropdown-menu {
  display: none !important;
}

.com_jak2filter #k2Container .componentheading { display: none !important; }

.com_jak2filter .catItemImageBlock {
	display: block;
	border: 1px solid #ccc;
	padding: 1px;
	margin: -211px 10px 10px;
}

.com_jak2filter .catItemImageBlock .catItemImage {
	margin: 0 !important;
	min-height: 200px;
  width: 100%;
	overflow: hidden;
  position: relative;
}

.com_jak2filter .catItemImageBlock .catItemImage img {
  width: 100% !important;
  position: absolute;
  top:-100%; left:0; right: 0; bottom:-100%;
  margin: auto;
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  opacity: 0.8;
  transition: 1s;
  border-top: 50px solid white;
  border-bottom: 50px solid white;
}

.com_jak2filter .itemContainer:hover .catItemImage img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.com_jak2filter .itemContainer {
  transition: 1s;
  border: 1px solid white;
  padding: 15px 15px 0;
}

.com_jak2filter .itemContainer:hover {
  border-color: #ccc;
  background-color: #f1f1f1;
}

.com_jak2filter .catItemIntroText {
  font-size: 11px;
  font-style: italic;
}

.com_jak2filter .catItemBody {
  position: relative;
}

.com_jak2filter .catItemBody::before {
  display: block;
  height: 198px;
  width: 90%;
  margin: 0 auto 10px;
  border: 1px solid #fff;
  outline: 1px solid #ccc;
  background-color: #f9f9f9;
  font-family: "FontAwesome";
  content: "\f030";
  text-align: center;
  font-size: 64px;
  line-height: 200px;
  color: white;
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.com_jak2filter .catItemExtraFields {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 2px;
  background-color: #f5f5f5;
  transition: 1s;
}

.com_jak2filter .itemContainer:hover .catItemExtraFields {
  border: 1px solid #ddd;
  background-color: #fff;
}

.com_jak2filter h3.catItemTitle {
  font-size: 20px;
}

.com_jak2filter div.catItemView {
  margin-bottom: 0;
}

.moduleobekti-search {
  border: 1px solid #ccc;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 8px;
}

.moduleobekti-search .chzn-container-single {
  width: 100% !important;
}

.moduleobekti-search .chzn-container-single .chzn-single {
  padding-top: 2px;
  height: 30px;
  font-weight: bold;
}

.moduleobekti-search input {
  line-height: auto !important;
  height: auto !important;
  padding: 1px 6px !important;
}

.moduleobekti-search .module-title {
  font-size: 20px;
}

.moduleobekti-search .horizontal-layout li:first-child {
  width: 100% !important;
}

.moduleobekti-search .horizontal-layout li {
  clear: none !important;
}

@media screen and (max-width: 640px) {
  .moduleobekti-search .horizontal-layout li {
    clear: both !important;
    width: 100% !important;
  }
}

button.reseter {
  background-color: #9e2219;
  border: 1px solid #5c140f;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  float: right;
}

button.reseter:hover {
  background-color: #5c140f;
  border: 1px solid #9e2219;
  text-shadow: -1px -1px 1px black;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

div.k2Pagination ul li,
div.k2Pagination ul li a {
  border-radius: 5px !important;
}

div.k2Pagination ul li.active a {
  border: 1px solid #ccc !important;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
  color: #777 !important;
  font-weight: bold;
}

div.k2Pagination ul li a:hover,
div.k2Pagination ul li.active a:hover {
  color: #fff !important;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
  border: 1px solid #ccc !important;
}

.modulehidden {
	display: none !important;
}

.overlay-mode .sprocket-grids-b-title {
  opacity: 1 !important;
  margin-left: -45px !important;
  margin-right: -45px !important;
  padding: 8px 3px;
  background-color: rgba(0,0,0,0.3);
  text-shadow: 1px 1px 0 black;
  text-align: center;
}

.overlay-mode .sprocket-grids-b-title:hover {
  background-color: rgba(255,255,255,0.6);
}

.sprocket-grids-b-content.overlay-mode {
  height: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.overlay-mode .sprocket-grids-b-text, .overlay-mode .sprocket-grids-b-readon {
  display: block;
  margin: 0 auto;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
  text-align: center;
}

dd.createdby {
	display: none !important;
}