/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* empty */




.careers_heading {}
.careers_items{}

.careers_heading div{
    background-color: #753c3c;
    border: 1px solid #4f1b1b;
    color: #fff;
    padding:1% 0.5%;
    float: left;
       text-align: center;
}

.careers_items div 
{
    color: #fff;
    padding:1% 0.5%;
    border: 1px solid #000;
    float: left;
}

    
.careers_title		{width: 15%;}
.careers_education	{width: 25%;}
.careers_experience	{width: 25%;}
.careers_compe		{width: 18%;}
.careers_more		{width: 10%;}


#carrer_intro h1 {margin:0 0 15px 0;}


.clr {clear:both;height:0;}


.row{ margin-left:0px;}


.field_name {float:left;width:28%;padding:1%;font-weight: bold;}

.field_value{float:left;width:68%;padding:1%;}





/*to hide any service on its page*/


.Transportation .service_col.Transportation, 
.Maintenance .service_col.Maintenance,
.General_Contracting .service_col.General.Contracting,
.Technical_Support .service_col.Technical.Support
{ display:none;}

.Transportation .service_col,
.Maintenance .service_col,
.General_Contracting .service_col,
.Technical_Support   .service_col {
    margin: 60px 15px 0 !important;
    padding: 60px 1% 15px !important;
    position: relative;
    width: 28%;
}
/* in the services explanations remove the logo  */
.Transportation .size-auto.align-left, 
.Maintenance .size-auto.align-left,
.General_Contracting .size-auto.align-left,
.Technical_Support .size-auto.align-left
{
  display:none;
}
/*to hide any service on its page*/







.button {
    background: url("../images/submit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 104%;
    margin: 8px 0 0 6px;
    padding: 10px;
    text-decoration: none;
    width: 109px;
}

.button:hover {
    background: url("../images/submit_hover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: all 1s ease-in-out 0s;
}


#chronoform-careers input[type="text"],
#chronoform-careers input[type="file"],
#chronoform-careers select
{    width: 275px !important;}



/*====================*/

.project_l {
    float: left;
    width: 150px;
    font-weight:bold;
}


.project_r {
    float: left;
}





.projects_list_items h1{margin-top:0;}


.project_name { margin:10px 0; font-size: 16px;font-weight:bold;}


.project_img{float:left;}
.project_details{float:left;  width: 320px;}

.project_img img{width:180px;height:100px;border-radius:5px;}

.current_projects p a{font-size:14px;}