@media (min-width: 992px){
    /* Header, holds the navigation */
    .navbar-nav > li > a {
        font-size: 16px;
        padding-top: 21px;
		padding-right: 9px;
		padding-left: 9px;
		
    }


    /* Services */
   /* .services {
        background: url('../img/services-line-big.png') 0 266px no-repeat;
    }*/
    .services .item {
        width: 196px;
    }
    .services .item .bottom {
        background-image: url('../img/services-bottom-big.png');
    }
    .services .item:hover .bottom {
        background-image: url('../img/services-bottom-big-hover.png');
    }
    .services .arrow {
        margin-left:0px;
        margin-right: 0px;
    }

    /* Main slider */
    .slider .h1, .slider .h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .slider .h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .slider .button {
        display: inline-block;
    }
    .slider .or {
        margin: -10px -4px 0 -4px;
		
    }


	
}
