.cljobofferimg {
	margin-left: 30px !important;
	
}


#overbox3 {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    display: block;
	margin: 0px 0px 0px 0px !important; 
}
#poverbox3 {
	margin: 0px 0px 0px 0px !important; 
}
#infobox3 {
    margin: auto;
    position: relative;
    top: 0px;
    height: 58px;
    width: 100%;
    text-align:center;
    background-color: #eeeeee;
}
#infobox3 p {
    line-height:58px;
    font-size:12px;
    text-align:center;
}
#infobox3 p a {
    margin-right:5px;
    text-decoration: underline;
}
.clnumber
{
    width: 50px !important;
    height: 30px !important;
}
.clcentertd
{
    text-align: center !important;
}
.clhidden
{
    display: none;
}

.feature-image
{
    padding-top:10px;
    padding-bottom:10px;
}

.navHide
{
    display: none !important;
}
.video-background{
    width: 100%;
}
.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.hero-buttons a{
    margin-right: 10px;
}
.hero-buttons .btn-main.dark{
    background: #fff;
    color: #222;
}
.hero-section {
    height: 900px;
    padding-bottom: 60px;
    padding-top: 100px;
    overflow: hidden;
}
.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
}
.hero-text {
    display: table-cell;
    /*vertical-align: middle;*/
/*    vertical-align: text-top;*/
    color: #fff;
    width: 100%;
    padding-bottom: 100%;
    
}
.imgicon
{
    padding-left: 5px;
    padding-right: 5px;
}
.climgbanner
{
    height: 96px !important;
    width: 96px !important;
}
.clFontRoboto
{
    /*font-family: 'Raleway', sans-serif !important;*/
    /*font-family: 'Poiret One', cursive;*/
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 0px !important;
}
.csTableMynorm
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    color: #333 !important;
}
.csTableMynorm th
{
    padding: 3px 5px 3px 5px !important;
}
.csTableMynorm td
{
    padding: 0px 5px 0px 5px !important;
}
.csInputMynorm td
{
    margin: 10px 5px 10px 5px !important;
}
.csColQuestion
{
    width: 550px !important;
    
}
.csColAction
{
    max-width: 40px !important;
    min-width: 40px !important;
}
.csColAction2
{
    max-width: 40px !important;
    min-width: 40px !important;
}
.csColAction3
{
    max-width: 190px !important;
    min-width: 190px !important;
}

.clFontRoboto:hover
{
     color: greenyellow;
}
.csTableColor
{
    color:black !important;
}
.csTableColorHeaderGreen
{
    background-color: #1E7145 !Important;
    color:white !important;
}
.csTableColorHeaderBlue
{
    background-color: #2D89EF !Important;
    color:white !important;
}
.csTableColorHeaderOrange
{
    background-color: #E3A21A !Important;
    color:white !important;
}
.csTableThMynorm2
{
    background-color: #337ab7 !Important;
    color:white !important;
}

.csTableThMynorm
{
    background-color: #2D89EF !Important;
    color:white !important;
}
.paginationMynorm
{
    margin: 3px !important;
}
.tableNoBorder
{
    border-color: white !important;
    border:none !important;
    border:0px !important;
}
.form-control
{
    height: 30px !important;  /*no bajar porque en firefox no se visualiza bien*/
	margin: 10px 5px 10px 5px !important;
}
.clbtnsmal
{
    font-size: 7px !important;
    padding: 0px 1px 3px 4px !important;
    margin-right: 3px !important;
}
.clbtnsmal2
{
    font-size: 14px !important;
    padding: 3px 3px 3px 3px !important;
    width: 20.2px !important;
    height: 20.2px !important;
    display: inline-block;
    margin-bottom: 2;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
   border-radius: 0px;
   border-width: 0px !important;
    border-style: outset !important;
}
.climgicon
{
    /*pading: 0px 0px 2px 2px !important;*/
    margin-top: -1px !important;
    margin-rigth: -1px !important;
    margin-left: 2px !important;
}
.clbtn
{
    width: 60px !important;
}
.clbtn3
{
    width: 100px !important;
}

/*Ventana modal start*/
/*<!--Codigo Fuente: http://www.w3schools.com/howto/howto_css_modals.asp-->*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 260px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);  /*  Black w/ opacity */
}
.modal-body {
    /*max-height: calc(100vh - 210px);*/
    max-height: 250px !important;
    overflow-y: auto;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 265px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4);  /*  Black w/ opacity */
}


/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: white;
    /*background-color: #5cb85c;*/
    color: white;
    text-align: left;
}
.modal tr{
    cursor: pointer;
}
.modal td{
    padding-left: 10px;
}
.csColorBlue
{
    color:blue !important;
}
/*Ventana modadl end*/
.box-header2 
{
	height: 35px !important;
	font-size: 16px !important;
	line-height: 30px !important;
  	padding: 0px !important;
}
.halflings-icon2
{
    margin-left: 9px !important;
    margin-top: 6px !important;
}
.clAcordionTitle
{
    margin-left: 9px !important;
    color: #337ab7;
}
.clAcordionTitle2
{
    margin-left: 31px !important;
    color: #337ab7;
}
.clBorderRequired
{
   border-color: #337ab7;
}
.clreadonly
{
    background-color: #eee !important;
}
.clcolorBlack
{
    color: black;
}
.cluserfilter
{
    margin-bottom: 5px;
}
.cldivuserpict
{
    margin: 5px;
    /*border: 1px solid #777;*/
    border: 1px solid white  !important;
    float: left;
    height: 150px; /*definimos la altura fija*/
}
.cluserpict
{
    height: 100%;   
    width: auto;    /* se ajusta el ancho a la altura */
}
.cllipict
{
    height: 170px; 
     border: 1px solid white !important;
}
.cllititle
{
    height: 50px !important; 
}


.clbtpicture
{
    height: 44px !important;
    width: 44px !important;
    display: inline-block !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 12px !important;
    padding-left: 3px !important;
    margin-bottom: 8px !important;
    margin-top: -4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 0.428571 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}
.clbtpicture3
{
    height: 44px !important;
    width: 150px !important;
    display: inline-block !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 12px !important;
    padding-left: 0px !important;
    margin-bottom: 8px !important;
    margin-top: -4px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 2.428571 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
}
.cliconpict
{
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: -12px !important;
    margin-bottom: 0px !important;
    margin-top: -4px !important;
    margin-right: -9px !important;
}
.clbox
{
    padding-top: 5px;
    padding-left: 20px;
    border: 0px solid  #0056b2;
    margin: 0;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.clTandSLogo
{
    margin-top: 6px !important;
    padding-top: 0px !important;
}
.clTandSLogoHome
{
    margin-top: -15px !important;
    padding-top: 0px !important;
}

hr.clhrstyle13 
{
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
hr.clhrstyle12 
{
    color: #f00;  /*red*/
    background-color: #f00;
    height: 5px;
}
hr.clhrstyle11 
{
    color: blue;
    background-color: blue;
    height: 9px;
}
hr.clhrstyle10 
{
    color: green;
    background-color: green;
    height: 9px;
}
hr.clhrstyle09 
{
    height: 5px;
    border: 1;
    margin-top: -15px;
    margin-bottom: 6px;
    box-shadow: inset 0 9px 9px -3px rgba(101, 232, 0, 1.0);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
}
hr.clhrstyle08 
{
    height: 5px;
    border: 1;
    margin-top: -15px;
    margin-bottom: 6px;
    box-shadow: inset 0 9px 9px -3px rgba(255, 167, 0, 0.9);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
}

.clinfo
{
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: -12px !important;
    margin-bottom: 0px !important;
    margin-top: -11px !important;
    margin-right: -9px !important;
    
}
.clnavbar
{
    height: 80px !important;
    background-color: white !important;
}
.clnavbar2
{
    height: 65px !important;
    background-color: white !important;
}
.clwidget
{
    margin-top: 10px !important;
    padding-top: 0px !important;
    
}
.clrow
{
    padding-top: 0px !important;
    margin-top: 50px !important;
}
.clgap
{
    height: 85px !important;
}
.clgap2
{
    height: 60px !important;
}
#aboutELSimg
{
    width:65%;
    /*height:300px;*/
}
.clbody
{
    background-color: white !important;
}

.imgfadein 
{
    opacity:0;
    -moz-transition: opacity 2s; /* Firefox 4 */
    -webkit-transition: opacity 2s; /* Safari and Chrome */
    -o-transition: opacity 2s;
    transition: opacity 2s;
}
.clpatrocinado
{
    position: absolute !important;
    left: -20px !important;
    top: 400px !important;
}
.clpatrocinadoh
{
    color: white !important;
}
.clsponsorlogo
{
    height: 50px !important;   
    width: auto !important;    /* se ajusta el ancho a la altura */
}
.clnav2
{
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    margin-left: -7px !important;
    margin-bottom: -10px !important;
    margin-top: -45px !important;
    margin-right: 0px !important;
}
.cliconback
{
    padding-top: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 3px !important;
    padding-left: 0px !important;
    margin-left: 200px !important;
    margin-bottom: -10px !important;
    margin-top: 20px !important;
    margin-right: -10px !important;
    background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
/*    background-color: black !important;
    opacity:0.5;*/
}
.clintrotitle
{
    padding-top: 0px !important;
    padding-bottom: 0px;
    margin-bottom:0px ;
    margin-top: 0px !important;
}
.clServices
{
    padding-top: 0px !important;
    padding-bottom: 0px;
    margin-bottom:0px ;
    margin-top: -60px !important;
    
}
.clbanner 
{
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 30px !important;
    text-align: center;
}
.clbanner2 
{
    width: 100% !important;
    height: 100px !important;
    margin-top: 100px !important;
    margin-bottom: 30px !important;
    text-align: center;
}
/* Menu Button */
.clmenu-btn 
{
  width: 80px !important;
  padding: 10px  !important;
  margin-left: 200px !important;
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  /*background: #000 !important;*/
  color: #FFF !important;
  text-align: center !important;
  cursor: pointer !important;
  font-size: 16px;
  /*font-family: 'caviar_dreams';*/
  font-family: 'Ubuntu', sans-serif !important;
}
.clbackimage 
{
    width: auto !important;
    height: auto !important;
    max-width: 120% !important;
}
.cllogo2
{
    font-size: 24px !important;
}
.clboxheader
{
    font-size: 18px !important;
}
.clboxrow
{
    font-size: 16px !important;
    border: 1px solid black !important;
}

.clmenubodykkk 
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important ;
    font-size: 14px !important;
    line-height: 0.990 !important;
    margin-bottom:  0px !important;
    margin-top:  0px !important;
/*    margin-left:  0px !important;
    margin-right:  0px !important;*/
    padding-bottom:  0px !important;
    padding-top:  0px !important;
/*    padding-left:  0px !important;
    padding-right:  0px !important;*/
    
}


.clmenubody 
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important ;
    font-size: 16px !important;
    line-height: 0.990 !important;
    margin-bottom:  0px !important;
    margin-top:  0px !important;
    padding-bottom:  0px !important;
    padding-top:  0px !important;
    
}
.clmenurow 
{
    margin-top: 0px !important;
    margin-bottom: -20px !important;
}
.clmenurowleft 
{
    margin-left: 10px !important;
    margin-top: 0px !important;
    margin-bottom: -20px !important;
}
.form-actions2 {
  	padding: 2px 20px 40px;
  	margin: 5px 0px -40px 0px;
  	/*background-color: #eee;*/
        background: #00A300;
  	border-top: 1px solid #eee;
  	*zoom: 1;
}
