/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25/02/2014, 01:02:50 AM
    Author     : Dalila
*/

#jobsBilboard{
   /*position:relative;*/
}

div.jobsThumbnails{
    position: absolute;
    bottom: 15px;
    z-index: 10;
    width:850px;
    height:100px;
    left: 50%;
}


div.jobsThumbnails .nbs-flexisel-container{
    left: -50% !important;
}

#jobs .subtitle{
    font-family: "OpenSansLight";
    font-size: 16px;
    color:#999;
    margin: 10px 0 30px;
    line-height: 18px;
    text-align: center;    
}

#jobs{ margin-bottom:40px; }

#jobsForm input[type="text"]{
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow:     0 0 1px rgba(220,220,220,0.2);
    -webkit-box-shadow:  0 0 1px rgba(220,220,220,0.2);
    box-shadow:          0 0 1px rgba(220,220,220,0.2);
    padding: 8px 10px;
    font-family: "OpenSansRegular";
    font-size: 14px;
    color:#333;
    width: 300px;
}
                                       
#jobsForm input[type="text"]::-webkit-input-placeholder { color:#ccc; }
#jobsForm input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}
#jobsForm input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}
#jobsForm input[type="text"]:-ms-input-placeholder {  
   color: #ccc;  
}
                 
#jobsForm  input{
   margin:10px 0px;
}

#jobsForm  input[type="submit"]{
    font-family: "OpenSansRegular";
    font-size: 16px;
    color:#808080;
    overflow: hidden;
    line-height: 18px;
    padding: 10px 50px;
    text-align: center;
    border: 1px solid #ddd;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #e4e4e4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e4e4e4));
    background: -webkit-linear-gradient(top, #f5f5f5 0%,#e4e4e4 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%,#e4e4e4 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%,#e4e4e4 100%);
    background: linear-gradient(to bottom, #f5f5f5 0%,#e4e4e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e4e4e4',GradientType=0 );
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
 }

#jobsForm  input[type="submit"]:hover{
    background: #3087c7; /* Old browsers */
    background: -moz-linear-gradient(top,  #49a2d6 0%, #3087c7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49a2d6), color-stop(100%,#3087c7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #49a2d6 0%,#3087c7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #49a2d6 0%,#3087c7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #49a2d6 0%,#3087c7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #49a2d6 0%,#3087c7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49a2d6', endColorstr='#3087c7',GradientType=0 ); /* IE6-9 */
    color:#fff;
}

p.contactMail{
    font-family: "OpenSansLight";
    font-size: 14px;
    color:#999;
    margin: 15px 0px 0px 75px;
}

p.contactMail a{
    color:#999;
    font-weight: bold;
    text-decoration: underline;
}

/*
#feature_slider #slide-left {
    left: 25px;
    background: url(../../../img/sprites.png) no-repeat -242px -204px;
    width: 27px;
    height: 50px;
    top:435px;
}

#feature_slider #slide-left:hover {
   background: url(../../../img/sprites.png) no-repeat -242px -253px;   
}

#feature_slider #slide-right{
    right:25px;
    background: url(../../../img/sprites.png) no-repeat -269px -204px;   
    width: 27px;
    height: 50px;
    top:435px;
}
*/
/*#feature_slider #slide-right:hover {
    background: url(../../../img/sprites.png) no-repeat -269px -253px;
}*/
/*
.jobsThumbnails .nbs-flexisel-item img {
    width: auto;
 -moz-box-shadow:     2px 2px 3px rgba(0,0,0,0.4);
    -webkit-box-shadow:  2px 2px 3px rgba(0,0,0,0.4);
    box-shadow:          2px 2px 3px rgba(0,0,0,0.4);
}
*/
/*
#pagination{
    top: 420px !important;
    
}


#pagination li{
   padding:0px 3px 5px;
   list-style: none;
   width: 130px;
   height: 80px;
   margin: 0 5px;
}

#pagination li a {display:block; width:130px !important;}


#feature_slider  #pagination li  a,#feature_slider  #pagination li.active  a{
    border-radius: 0px;
     -moz-box-shadow:     4px 3px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow:  4px 3px 5px rgba(0,0,0,0.4);
    box-shadow:          4px 3px 5px rgba(0,0,0,0.4);
    margin-top: 0px !important;
     width: 187px;
   height: 83px;
   opacity: 0.5;
}

#feature_slider  #pagination li.active a{
    opacity: 1;
}



#feature_slider  #pagination li  a{
   background:  url(../../../img/billboard/slideJobs001-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(1)  a{
   background:  url(../../../img/billboard/slideJobs001-min.jpg) no-repeat 0px 0px;

}

#feature_slider  #pagination li:nth-child(2)  a{
   background:  url(../../../img/billboard/slideJobs002-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(3)  a{
   background:  url(../../../img/billboard/slideJobs003-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(4)  a{
   background:  url(../../../img/billboard/slideJobs004-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(5)  a{
   background:  url(../../../img/billboard/slideJobs005-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(6)  a{
   background:  url(../../../img/billboard/slideJobs006-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(7)  a{
   background:  url(../../../img/billboard/slideJobs007-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(8)  a{
   background:  url(../../../img/billboard/slideJobs008-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(9)  a{
   background:  url(../../../img/billboard/slideJobs009-min.jpg) no-repeat 0px 0px;
}

#feature_slider  #pagination li:nth-child(10)  a{
   background:  url(../../../img/billboard/slideJobs010-min.jpg) no-repeat 0px 0px;
}


#feature_slider{
    margin-bottom: 0px;
}
*/