
.sl-slider-wrapper {
	
	width:100%;
	height:610px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ec008c;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ec008c;
}

/*Main page marketings */
.demo1
{
    background:  url('../img/tlo-demo1.jpg')no-repeat #d8dadd;
    background-size:100%;
    padding-top:86px;
    
}
.oferta-it {
    
    background:  url('../img/tlo-oferta-it.jpg')no-repeat #02add2;
    background-size:100%;
    padding-top:86px;
}
.rheader {
    border-left: 3px solid;
}

p.subtitle {
    font-size:x-large;
    font-weight:700;
}
.lbody1 {
    background: url('../img/button-list.png') no-repeat;
    background-position: 0px 0px; 
    height: 67px;
    width: 95px; 
}
.lbody2 {
    background: url('../img/button-list.png') no-repeat;
    background-position: 0px -67px;
    height: 67px;
    width: 95px;
}
.lbody3 {
    background: url('../img/button-list.png') no-repeat;
    background-position: 0px -134px;
    height: 67px;
    width: 95px;
}
.lbody4 {
    background: url('../img/button-list.png') no-repeat;
    background-position: 0px -201px;
    height: 67px;
    width: 95px;
}
.lbody5 {
    background: url('../img/button-list.png') no-repeat;
    background-position: 0px -268px;
    height: 67px;
    width: 95px;
}
.lbody6 {
    background: url('../img/button-list.png') no-repeat;
    background-position: 0px -335px;
    height: 67px;
    width: 95px;
}
.demo2
{
    background:  url('../img/tlo-demo2.jpg')no-repeat #02add2;
    background-size:100%;
    padding-top:200px;
}
.demo2 ~ .row {
    background-color: #02add2;
}
.demo3
{
    background:  url('../img/tlo-demo3.jpg')no-repeat #ffffff;
    background-size:100% 100%;
   
}
.demo4 {
    background-color:#ffffff;
}
.demo5
{
    background:  url('../img/tlo-demo4.jpg')no-repeat #d8dadd;
    background-size:100%;
    padding-top:86px;
}
div.threeblocks  div
{
    padding-top:20px;
}
/* Header styles and animations */

.ha-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 9999;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.ha-top2
{
    position:inherit;
}
.ha-top2 a {text-decoration: none}
.ha-top2-unstick {
     position:inherit;
     -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.ha-top2-stick {
    position:fixed;
    top:32px;
    left:0px;
    z-index:99; 
    background-color:#fff;
    font-size:14px;
    padding-top:20px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
.ha-top2-stick div {
    font-size:14px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
@media screen and (max-width:767px) {
    .ha-top2-stick {
    position:static;
    }
    #ha-top2 a {
        font-size:14px;
    }
    .navbar-default {
        background-color:#fff;
    }
    .navbar-toggle {
        margin-top:5px;
        
    }
}
.ha-header h1 {
    cursor: default;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.ha-header nav
{
    cursor: default;
    
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ha-header h1::before,
.ha-header h1::after {
    content: '';
    width: 100px;
    height: 96px;
    background: #fff;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    cursor: pointer;
    box-shadow: inset 0 8px #2d383f, inset 0 16px #fff, inset 0 24px #2d383f, inset 0 32px #fff, inset 0 40px #2d383f, inset 0 48px #fff, inset 0 56px #2d383f;
    opacity: 0;
    border: 20px solid #fff;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.ha-header nav a:hover {
    color: #bc3c2f;
}

.ha-header nav a:last-child {
    margin-right: 0;
}
/* Individual states */
.ha-header-large {
    height: 100px;  
}

.ha-header-small {
    height: 32px;
}
.ha-header-small img {
    height: 32px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; 
    -moz-transition: all .3s linear;
}
.ha-header-large img {
    height: 100px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; 
    -moz-transition: all .3s linear;
    
}
.ha-header-small .navbar-nav > li > a
 {
    font-size:12px;
    line-height: 12px;
    
    transition: all .3s linear;
    -webkit-transition: all .3s linear; 
    -moz-transition: all .3s linear;    
        
 }
 .ha-header-large .navbar-nav > li > a
 {
    font-size:16px;
    line-height: 16px;
   
    margin: 1em 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; 
    -moz-transition: all .3s linear;        
        
 }
 .ha-header-large .active label
 {
    margin-top:-16px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; 
    -moz-transition: all .3s linear;    
 }
 .ha-header-small .active label
 {
    margin-top:0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; 
    -moz-transition: all .3s linear;    
 }
 .active label
 {
    display: block;
  text-align: center;
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #0ca6c7 transparent transparent transparent;
 }
@media screen and (max-width: 890px){
    .ha-header-large .navbar-nav > li > a
    {
    font-size:0.7666666em;
    line-height: 10px;
     
    }
    .ha-header-small .navbar-nav > li > a
    {
    font-size:0.7666666em;
    
    line-height: 10px;
      
    }
    
}
@media screen and (max-width:767px)
{
    .ha-header-large img {
       height: 80px;
       padding:0 0 0 0;
       margin: 0 0 0 0;
       transition: all .3s linear;
       -webkit-transition: all .3s linear; 
    -moz-transition: all .3s linear; 
    }
    .demo2 {
    padding-top:50px;
    }
    .demo1 {
    background:  url('../img/tlo-demo1.jpg')no-repeat #d8dadd;
    background-size:100%;
    padding-top:30px;
    }
}
#slider-logos {
    width:150px;
    height:100px;
    overflow:hidden;
    margin:auto;
}
#slider-logos div {
    width:150px;
    height:100px;
    float:left;
    display:none;
  
    
}

#slider-logos div#nr1 {
    background-image: url('../img/logos.png');
    background-repeat: no-repeat;
    background-position:  0px 0px; height: 100px; width: 150px; 
    display:none;
}
#slider-logos div#nr2 {
    background-image: url('../img/logos.png');
    background-repeat: no-repeat;
     background-position:  0px -100px; height: 100px; width: 150px; 
     display:none;
}
#slider-logos div#nr3 {
    background-image: url('../img/logos.png');
    background-repeat: no-repeat;
     background-position:  0px -200px; height: 100px; width: 150px; 
     display:none;
}
#slider-logos div#nr4 {
    background-image: url('../img/logos.png');
    background-repeat: no-repeat;
     background-position:  0px -300px; height: 100px; width: 150px;
     display:none;
}
.toup {
    text-align: center;    
}
.toup .glyphicon {
    font-size: 2.5em;
}
.toup a {
    text-decoration: none;
}
#slider p {max-width:50%;}
.last {
    padding-bottom:8%;
}
.about {
    margin-top:8%;
}
.threeblocks h2, .threeblocks p {
    text-align: center;
}
.demo3 .text-muted {
    color: #fefefe;
    opacity: 0.7;
}
ul, ol {
    margin-left:20px;
}
.ha-top2 {
    color:#777;
}
.container {
    font-size:18px;
}
.monitors {
    margin-top: 20px;
    margin-bottom:20px;
}
@media (max-width:992px){
    .lbody1, .lbody2, .lbody3, .lbody4, .lbody5, .lbody6 {
        margin:auto;
    }
}
a:focus { 
    outline: none; 
}
button:focus { 
    outline: none; 
}
.glyphicon-fuchsia {
    color:#e2108a;
    vertical-align: middle;   
}
.offer-header {
    font-weight:700;
    font-size:1.3em;
}
#ha-header .row {
    padding:0px;
}

.form-horizontal .col-md-8 {
    padding-right:0px;
}
@media screen and (max-width:992px) {
    .form-horizontal .col-md-8 {
        padding-right:15px;
    }
    .row {
        padding:0 15px;
    }
    #ha-header .row {
        
        padding-right:15px;
    }
}
.contact {
    min-height:450px;
    padding-top: 50px;
}
