/* RESET GENERICO */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    outline:0;
    frameborder:0;    
}

body{ -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0);}

*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/*clearfix*/
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom: 1;}

.clear{ clear:both;}

a{ text-decoration: none; color:inherit;}
h1{font-size: 22px;}

strong{font-weight: 700;}

ul, li { list-style: none;}


/*------------------------------------*\
   Common (like bootstrap)
\*------------------------------------*/

.container {
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {.container { width: 750px;}}
@media (min-width: 992px) {.container { width: 990px;}}
@media (min-width: 1200px) {.container { width: 1170px;}}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar { border-radius: 4px;}
    h1{font-size: 38px;}
}
.navbar-default { background-color: rgba(248,248,248,.9); border-color: #e7e7e7;}

.navbar-fixed-top {
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px){
    .col-md-6 {
        width: 50%;
        float:left;
        padding-right: 8px;
        padding-left: 8px;
    }
}
img {
    max-width: 100% !important;
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*------------------------------------*\
   Custom
\*------------------------------------*/

.wrapper{ position: relative;}
@media (max-width: 768px) {
    .wrapper{ padding:10px;}
}
a.btn-scroll-top{
    position:fixed;
    z-index: 1000;
    bottom: 3%;
    right:3%;
    width: 40px;
    height: 40px;
    background-color:#808080;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
a.btn-scroll-top img {
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-top: 5px;
}

/*=======*/
.navbar{
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
}
.navbar .nav-links{ 
    float: right;
    margin-top: 13px; 
    margin-right: 30px;
}

.navbar li{ 
    float: left; 
    padding: 5px 10px;
    font-size:18px;
    text-transform: uppercase;
} 
.navbar a:hover{ opacity: 0.5;}

.navbar img{ 
    height: 60px;
    width: auto;
    margin-left: 10px;
}

/*=======*/
.title{
    border-bottom: 1px solid;
    margin-bottom: 40px;
    padding-bottom: 5px;
    color:rgba(110,112,128,1);
    border-color:rgba(110,112,128,1);
}
.head-inl{
    width:auto;
    display:inline-block;
}
.title .ico{
    width:50px;
    height:50px;
    display: inline-block;
    background: no-repeat center center; 
    background-size: cover;
    float: right;
}
.title .ico.wizard { background-image: url('../img/ico-wizard.svg');}
.title .ico.language { background-image: url('../img/ico-lang.svg');}

/*=======*/
.choice-panel{ 
    max-width: 500px;
    height: 200px;
    display: block;
    float: none;
    margin: 0 auto;
    background-color: rgba(203,203,203,1);
    color:#717171;
}
.choice-panel:hover{ background-color: rgba(203,203,203,0.4);} 
.choice-ico {    
    width:100%;
    height:150px;
    background:no-repeat center center;
    display:block;
}    
.choice-panel h2{
    font-size: 24px;
    text-align: center;
}
.choice-panel.setup .choice-ico{background-image: url('../img/ico-wizard.svg');}
.choice-panel.language .choice-ico{background-image: url('../img/ico-lang.svg');}

/*=======*/
.container{ padding-top: 90px;}
.step-box{ margin-bottom: 70px;}
.step{
    width: auto;
    height: 30px;
    background-color: #ededed;
    display: table;
    padding: 5px 20px;
    font-weight:500;
}
.step-box .text{ 
    padding:5px 0;
    font-weight: 400;
}
.step-box .text strong{ text-transform: uppercase;}

/*=======*/
footer{
    width:100%;
    background-color: rgba(161,161,161,.9);
    position: fixed;
    bottom: 0;
}
footer.container-fluid{
    padding:5px;
}
.overall-brand{
    width:100px;
    height:26px;
    background:url('../img/overall-sprite.png') no-repeat;
    background-position:0 0;
    display: block;
    margin: 0 auto;
}
.overall-brand:hover, .overall-brand:focus {opacity:0.5;}
.overall-brand{
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
} 

@media (max-width: 768px) {
    .title .ico.wizard, .title .ico.language  {    
        width:35px;
        height:35px;
    }

}

@media (max-width: 992px){
    .wrapper { padding-bottom: 30px;}
    .choice-panel{ 
        margin-bottom: 20px
    }
}