

/* SzZ */
.replaced_logo{
    
	width: 92px;
	height: 27px;
	
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/Korido_logo_150px.png) no-repeat;
	background-size: 92px 27px;
}
.navigation-background .replaced_logo{
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/Korido_logo_150px_white.png) no-repeat;
	background-size: 92px 27px;
}
    
	
ul.labeled-icons {
    list-style: none;
    padding-left: 0;
}

ul.labeled-icons a {
    color: #fff;
}

ul.labeled-icons a:hover {
    color: #e40613;
}

ul.labeled-icons li {
    margin-bottom: 3em;
    padding-left: 4em;
    position: relative;
	font-size: 13pt;
	vertical-align: baseline;
}

ul.labeled-icons .icon {
    cursor: default;
    display: block;
    font-size: 2em;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0;
}

.footer-section H3 {
	margin-bottom: 30pt;
}


.first-section {
<!--    background: url(../images/start_panorama.jpg);-->
    background-size: cover;
	background-attachment: fixed;
}


#services .section-title H3 {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: underline;
}

.services-detail P {
	padding: 3em 2em 2em 3em;
	text-align: center;
	margin: 0 0 2em 0;
	line-height: 1.8;
}


/* technology */

.technology-section {
  background-color: #F9F9F9;
}

.technology-section hr {
  border-bottom: 2px solid #1e3970;
  width: 84px;
  margin: 0 auto;
}

.technology-section .technology-detail {
    border-radius: 10%;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
    position: relative;
 /*   width: 300px;*/
    height: 400px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.technology-section .technology-detail:hover {
    /*border-bottom-right-radius: 4px;*/
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

.technology-section .technology-detail i {
   font-size: 42px;
   margin-top: 88px;
   display: inline-block;
   vertical-align: middle;
}

#technology H3 {
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
}

.technology-detail {
	border-right: 1px;
}

.technology-detail P {
	padding: 3em 2em 2em 3em;
	text-align: center;
	margin: 0 0 2em 0;
	line-height: 1.8;
}

.technology-detail li{
    list-style: none;
}

.technology-detail li ul li{
	margin-left: 50px;
    list-style-type:square;
}

.technology-detail .list {
	font-weight: bold;
}


.technology-detail .chip-type {
	text-decoration: underline;
}
