﻿@import url(http://fonts.googleapis.com/css?family=PT+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Rubik:400);

html{
    width: 100%;
    overflow-x: hidden; 
}
body {
    width: 100%;
    color: #fff;
    font-size: 16px;
    overflow-x: hidden;
    padding-top: 100px;
    padding-bottom: 20px;
    transition: margin-top .4s;
    /*margin-top:-20px;*/
}
div, p, label{
    color: #000;
}
h1, h2, h3{
    font-family: "PT Sans",sans-serif;
    color: #3e8449;
}
h2.titolo-sezione{
    font-weight: 500;
    font-style: italic;
    font-stretch: expanded;
    margin-bottom: 30px;
    color: #7b7b7a;
    border-bottom: 2px solid #7b7b7a;
}
.btn-primary a{
    color: #fff;
}
.btn-b4us{
    background: #459352;
    color: #fff;
    border-color: #377541;
    margin-bottom: 10px;
    cursor: default;
}
.btn-b4us:hover, .btn-b4us:active, .btn-b4us:focus{
    background: #3e8449;
    color: #fff;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 20px 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/*OVERRIDE NAVTABS*/
.nav-tabs{
    border-bottom: none;
    margin-bottom: 25px;
}
.nav-tabs > li > a {
    color: #7b7b7a;
    border-radius: 4px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #7a7a7b;
    border: 1px solid #616161;
}

.buttons-caratteristiche{
    margin-bottom: 25px;
}




.navbar{
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    border-bottom: 5px solid #459352;
}
.navbar .wrapper{
    width: 100%;
    height: 100px; /*Cambiare anche javascript x resize menu (in _Layout) e altezza logo*/
    padding: 0 20px;
    background: #fff;
}
#logo{
    position: relative;
    float: left;
    height: 100px;
    width: 200px;
    background: url('../images/Logo ok_b4us.png');
    background-size: auto 100px;
}
.navbar .wrapper .navbar-collapse{
    position: relative;
    float: right;
}
#top_navbar li a{
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    color: rgb(69, 147, 82);
    text-transform: capitalize;
    font-weight: bold;
    background: none;
}
@media (max-width: 1024px){
    #top_navbar li a {
        font-size: 16px;
    }
}

#top_navbar li a:hover{
    color: rgb(123, 123, 122);
}
.navbar-toggle {
    margin-top: 30px;
    margin-bottom: 0;
    margin-right:0;
}
.navbar-toggle .icon-bar{
    background: #459352;
    height: 3px;
}
.navbar .wrapper .navbar-collapse.collapsing, .navbar .wrapper .navbar-collapse.in{
    float: none;
    text-align: center;
    margin-top: 0;
}


#img-banner-home{
    width: 100%;
}
#img-banner-home img{
    width: 100%;
    height: auto;
}
/*#s_show, #s_show img{
    width: 100%;
    padding: 0;
}
.titolo_slide{
    position: absolute;
    top: 15%;
    left: 60%;
    font-family: 'Rubik', sans-serif;
    font-size: 4em;
    font-weight: bold;
    color: white;
}
.sottotitolo_slide{
    position: absolute;
    top: 15%;
    left: 60%;
    font-size: 2em;
    font-weight: bold;
    color: white;
}
@media (max-width: 768px){
    .titolo_slide{
        font-size: 2.5em;
    }
    .sottotitolo_slide{
        font-size: 1.5em;
    }
}
@media (max-width: 768px){
    .titolo_slide{
        font-size: 1.5em;
    }
    .sottotitolo_slide{
        font-size: 1em;
    }
}
#ninja-slider-pager{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
}
#ninja-slider-pager a{
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0% !important;
    color: transparent;
    border-radius: 10px;
    box-shadow: none;
    width: 10px !important;
    height: 10px !important;
    border: 5px solid transparent !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    float: none !important;
    box-sizing: content-box;
}
#ninja-slider-pager a.active{
    box-shadow: none;
    background: #FFF none repeat scroll 0% 0% !important;
    width: 10px !important;
    height: 10px !important;
    border: 5px solid #000 !important;
}
*/


.container .jumbotron{
    padding: 10px 0;
}
.jumbotron{
    background: #fff;
    color: #3E8449;
    text-align: center;
}
.jumbotron p{
    color: #7b7b7a;
    font-size: 16px;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
  line-height: .1em;
  color: #6b9fbd;
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #6b9fbd;
  border-top: 1px solid #6b9fbd;
  top: 0;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.feature-box.fbox-center {
    padding: 0px;
    text-align: center;
}
.feature-box.fbox-center .fbox-icon {
    box-sizing: content-box;
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0px auto 30px;
    text-align: center;
    background: rgba(45, 143, 204, .5);
    border-radius: 50%;
    transition: all .3s cubic-bezier(0.68, -2.55, 0.265, 4.55);
}
.feature-box.fbox-center .fbox-icon:hover{
    background: rgba(123, 123, 123, .5);
    border: 7px solid #459352;
}

.feature-box.fbox-center .fbox-icon #microsoft-icon{
    margin-top: 24px;
}
.feature-box.fbox-center .fbox-icon #android-icon{
    height:50px;
    margin-top: 20px;
}
.feature-box.fbox-center .fbox-icon #java-icon{
    height:50px;
    margin-top: 22px;
}
.feature-box.fbox-center .fbox-icon #vmware-icon{
    height:50px;
    margin-top: 24px;
}



#banner-container {
  width:100%;
  min-height:100px;
  float:left;
  position:relative;
}
#banner-container .banner {
  padding:30px 0;
  background-color:#fff;
  width:100%;
  min-height: 260px;
  display: none;
}
#banner-container .banner p{
    font-family: "PT Sans", sans-serif;
    font-size: 2em;
    color: #7b7b7a;
    text-align: center;
}
#banner-container .banner span#b4us{
    color: #3E8449;
    font-weight: 600;
}

blockquote.pull-right{
    font-style: oblique;
    border-right: 5px solid #459352;
}
blockquote.pull-right footer{
    color: #7b7b7a;
    text-align: right;
}


#page-title{
    position: relative;
    padding: 35px 0;
    background: #459352;
}
#page-title span{
    color: #fff;
    font-style: italic;
    font-stretch: expanded;
    font-size: 1.2em;
}
#page-title h1{
    margin-top: 0;
    color: #fff;
}


/*PAGINA ABOUT*/
#body-about{
}
#body-about p{
    margin-bottom: 25px;
}

/*SEZIONE RISERVATA OFFERTE DI LAVORO - BACKEND*/
table#tab-elenco-offerte td, table#tab-elenco-offerte th{
    padding: 5px 10px;
}
.temp-message{
    padding: 30px 20px;
    font-size: 2em;
    font-weight: bold;
}

/*LAVORA CON NOI*/
.toggle {
    display: block;
    position: relative;
    margin: 0px 0px 20px;
}
.toggle .toggleta {
    font-weight: bold;
}
.toggle .togglet, .toggle .toggleta {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0px 0px 0px 24px;
    margin: 0px;
    cursor: pointer;
}
.toggle .togglet i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}
.toggle .togglec {
    display: none;
    position: relative;
    padding: 10px 0px 0px 24px;
}
.toggle i.toggle-open{
    display: none;
}
.toggle i.toggle-closed{
    display: block;
}
.toggle .toggleta i.toggle-closed{
    display: none;
}
.toggle .toggleta i.toggle-open{
    display: block;
}


/*QUIZ*/
.label-domanda{
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
}
label.label-risposta{
    font-size: 1.05em;
    font-weight: normal;
    margin-left: 15px;
}
.radio-domanda{
    margin-left: 30px !important;
    font-size: 1.3em !important;
}
textarea{
    min-width: 500px;
}
.hidden{
    display: none;
}


/*SEZIONE BACHECA*/
p#data-bacheca{
    margin-top: 25px;
    text-align: right;
    font-style: italic;
}



/* Fix for Bootstrap 3 with Angular UI Bootstrap */

.modal { 
	display: block;
}

/* Custom dialog/modal headers */

.dialog-header-error { background-color: #d2322d; }
.dialog-header-wait { background-color: #428bca; }
.dialog-header-notify { background-color: #eeeeee; }
.dialog-header-confirm { background-color: #333333; }
	.dialog-header-error span, .dialog-header-error h4,
	.dialog-header-wait span, .dialog-header-wait h4,
	.dialog-header-confirm span, .dialog-header-confirm h4 { color: #ffffff; }

/* Ease Display */

.pad { padding: 25px; }




footer{
    margin-top: 40px;
    background: #fff;
    color:#7b7b7a;
}
footer p{
    color: #7b7b7a;
}
#logo-footer{
    position: relative;
    float: left;
    width: 150px;
    height: 75px;
    background: url('../images/Logo ok_b4us.png');
    background-size: 150px auto;
    margin-bottom: 25px;
}
#footer-navbar{
    margin-top: 15px;
}
#footer-navbar li a{
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #7b7b7a;
    text-transform: capitalize;
    font-style: oblique;
    background: none;
    padding-left: 5px;
    padding-right: 5px;
}
@media (max-width: 1000px){
    #footer-navbar{
    display: none;
    }
    #logo-footer{
        float: none;
        margin: 0 auto;
    }
    p#copy{
        text-align: center;
        margin-top: 20px;
    }
}
p#copy{
    clear:both;
}

