@font-face {
    font-family: 'robotoregular';
    src: url('../../bundles/applicationnetrisingteknosistemi/font/Roboto-Regular-webfont.eot');
    src: url('../../bundles/applicationnetrisingteknosistemi/font/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../bundles/applicationnetrisingteknosistemi/font/Roboto-Regular-webfont.woff') format('woff'),
         url('../../bundles/applicationnetrisingteknosistemi/font/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../../bundles/applicationnetrisingteknosistemi/font/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html{
    height: 100%;
}
body {
    font-family: "robotoregular", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: justify;
    color: #8a8a8a;
    background-color: #e8e8e8;
    position: relative;
    min-height: 100%;
}
h1,h2,h3,h4{
    line-height: inherit;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #000000;
}
h1{
    font-size: 24px;
    line-height: 32px;
}
h2{
    font-size: 20px;
    line-height: 20px;
}
h3{
    font-size: 16px;	
}
h4{
    font-size: 14px;
}
a{
    color: #b9b8b8;
    text-decoration: none;
}
a:hover{
    color: #ff0000;
    text-decoration: underline;
}
header#base_header,
footer#base_footer,
div#base_container{
    background-color: #ffffff;
    padding: 0px 40px;
}
.border{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.border-all{
    border: 1px solid #b9b8b8;
}
.border-btm{
    border-bottom: 1px solid #b9b8b8;
}
.border-right{
    border-right: 1px solid #b9b8b8;
}
.margin-top-20{
    margin-top: 20px;
}
.margin-btm-20{
    margin-bottom: 20px;
}
.pad-btm-20{
    padding-bottom: 20px;
}
.pad-btm-10{
    padding-bottom: 10px;
}
.pad-top-20{
    padding-top: 20px;
}
.pad-top-10{
    padding-top: 10px;
}
.pad-left-10{
    padding-left: 10px;
}
.pad-right-10{
    padding-right: 10px;
}
.pad-right-20{
    padding-right: 20px;
}
.pad-right-30{
    padding-right: 30px;
}
figure{
    margin:0;
}
.round-corner{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.loading{
    background: #000000 url("../../bundles/applicationnetrisingteknosistemi/images/loader.gif") no-repeat center center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    z-index: 10;
    top: 50%;
    left:50%;
    margin-left: -30px;
    display: none;
}
/*header*/
section#cnt_header{
    padding-top: 60px;
}
section#cnt_header h4{
    color: #b9b8b8; 
}
section#cnt_header figure{
    margin: -5px 0 0;
}
nav ul#menu-nav{
    list-style: none;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    float: right;
}
nav ul#menu-nav li{
    display: inline;
    margin-left: 5px;
}
nav ul#menu-nav li a.current-page{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    background-color: #ff0000;
}
nav ul#menu-nav li a{
    padding: 2px 5px;
    color: #000000;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}
nav ul#menu-nav li a:hover{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #ffffff;
    background-color: #ff0000;
    text-decoration: none;
}
/*footer*/
footer#base_footer{
    position: relative;
}
footer ul{
    color: #444;
    list-style: none;
    padding: 20px 0;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -25%;
}
footer ul li{
    display: inline;
}