@font-face
{
    font-family: neuro;
    src: url('../fonts/neuropolmedium.ttf');
}

@font-face
{
    font-family: Quicksand;
    src: url("../fonts/Quicksand.otf");
}

@font-face
{
    font-family: kaptcha;
    src: url("../fonts/PlAGuEdEaTH.ttf");
}

body
{
    margin:0;
    padding:0;
    color: #58585a;
    font-family: Quicksand;
}

#header
{
    font-size: 12px;
    padding-top: 5px;
    margin-right: 25px;
}

#logo
{
    width: 80%;
    cursor: pointer;
}

#headerlang
{
    float: left;
    padding: 7px;
    cursor: pointer;
    text-align: center;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#headerlang:hover
{
    color: #a4b8ca;
}

#headerlang div
{
    float: left;
    margin-right: 10px;
    text-align: center;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#headerlang img
{
    width: 10px;
    opacity: 0.7;
}

.stuckBar
{
    top: 0;
    height: 60px;
    position: fixed;
}

.stuckBarScd
{
    top: 61px;
    position: fixed;
}

.cleanTop
{
    margin-top: 59px;
}

.cleanTopScd
{
    margin-top: 53px;
}

#menubar
{
    width: auto;
    height: auto;
    z-index: 998;
    font-size: 16px;
    padding: 0px 30px 0px 30px;
    border-bottom: solid #a4b8ca 1px;
}

#menu
{
    width: 900px;
}

#nav_ind
{
    min-width: 150px;
}

.menuitem
{
    width: 110px;
    height: auto;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    background-color: white;
    padding: 5px 0px 5px 0px;
    text-transform: capitalize;
    border-bottom: 4px white solid;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.menuitem img
{
    width: 20px;
    margin-top: 5px;
}

.menuitem:hover
{
    color: #a4b8ca;
    border-bottom: 4px #a4b8ca solid;
}

#search_word
{
    float: left;
    width: 100px;
    padding: 5px;
    height: 20px;
    border: none;
    font-size: 12px;
    background-color: #eaeaea;
    background-position: right;
    background-repeat: no-repeat;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    background-image: url("../images/need/loupe.png");
}

#search_word:focus
{
    width: 200px;
}

#slider, #principal, .img_slider
{
    z-index: 0;
    width: 960px;
    height: 410px;
    position:relative;
    background-repeat: no-repeat;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.principal
{
    -o-margin-top: -10px;
    -ms-margin-top: -10px;
    -webkit-margin-top: -10px;
}

#head_lk
{
    width: 960px;
    height: auto;
    z-index: 998;
}

.head_icon
{
    float: left;
    height: 26px;
    color: #b1b1b1;
    cursor: pointer; 
    list-style: none;
    padding-top: 4px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    text-transform: capitalize;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#slideScd
{
    height: 5px;
    opacity: 0.5;
    margin-top: 25px;
    position: absolute;
    background-color: #b1b1b1;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#page
{
    z-index: 999;
    margin: auto;
    width: 960px;
    min-height: 800px;
    box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
    -o-box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
    -ms-box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
    -webkit-box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
}

#content, .content
{
    clear: both;
    z-index: 999;
    display: none;
    text-align: left;
    min-height: 400px;
    line-height: 22px;
    padding: 0px 30px 100px 30px;
}

#footer
{
    z-index: 999;
    width: 960px;
    margin: auto;
    height: auto;
    margin-top: -30px;
    box-shadow: 0px 10px 10px #eaeaea, 0px 10px 10px #eaeaea;
    -o-box-shadow: 0px 10px 10px #eaeaea, 0px 10px 10px #eaeaea;
    -ms-box-shadow: 0px 10px 10px #eaeaea, 0px 10px 10px #eaeaea;
    -webkit-box-shadow: 0px 10px 10px #eaeaea, 0px 10px 10px #eaeaea;
}

#foot_head
{
    margin: auto;
    width: 960px;
    height: 30px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
}

.under_foot_head
{
    z-index: 0;
    width: 160px;
    height: 50px;
    cursor: pointer;
    padding-top: 1px;
    position: absolute;
    margin-left: -220px;
    display: inline-block;
    background-repeat: no-repeat;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    background-image: url("../images/need/footer_close.png");
}

#foot_body
{
    width: 960px;
    height: 340px;
    position:relative;
    background-color: #fafafa;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#foot_second_body
{
    margin-top: 200px;
}

.find_pnf
{
    width: 25%;
    font-size: 12px;
    padding-top: 30px;
    text-align: center;
    vertical-align: top;
}

.location_line
{
    float: right;
    margin-top: -120px;
}

.location_head
{
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
}

.location_body
{
    width: 85%;
    margin: auto;
    color: #b8babc;
    margin-top: 15px;
}

#cont_find_us, #cont_follow_us, #cont_site_map
{
    float: left;
    width: 960px;
}

.siteMap div
{
    cursor: pointer;
}

.smLink
{
    width: 35%;
    float: left;
    margin-left: 25px;
}

.siteMap .location_body:hover
{
    cursor: pointer;
    text-decoration: underline;
}

.location_foot
{
    color: #a4b8ca;
    font-size: 14px;
    margin-top: 25px;
    text-align: left;
}

.location_foot div
{
    float: left;
    color: #ffffff;
    font-size: 12px;
    padding: 1px 5px 1px 5px;
    background-color: #a8aaad;
    margin: 0px 10px 0px 40px;
}

.location_info
{
    font-size: 22px;
    font-family: neuro;
    margin: 15px 0px 7px;
}

.location_link
{
    padding: 10px;
    color: #7f7f7f;
    font-size: 12px;
    display: inline-block;
    text-transform: capitalize;
}

.location_link:hover
{
    cursor: pointer;
    text-decoration: underline;
}

.foot_follow
{
    width: 60px; 
    margin: 5px;
    height: 60px;
    padding: 5px;
    cursor: pointer;
    list-style: none;
    display: inline-block;
    background-color: #cbcbcb;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.foot_follow img
{
    width: 50px;
    float: left;
    padding: 3px;
}

.foot_follow_text
{
    float: right;
    display: none;
    color: #ffffff;
    margin-left: 10px;
    font-weight: bold;
}

/* ********************************************** HOME DEFAULT ********************************************** */

.home_block_under
{
    clear: both;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
}

.home_block_under img
{
    width: 14.5%;
    float: left;
}

.home_block_under h2
{
    float: left;
    width: 174px;
    padding: 11px;
    color: inherit;
    font-size: 16px;
    text-align: left;
    margin: 0px 0px 0px 7px;
    border: solid 1px #eaeaea;
    text-transform: capitalize;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.home_block_under:hover h2
{
    background-color: #eaeaea;
}

.home_block_under_img
{
    width: 225px;
    margin-bottom: 10px;
}

.land_div
{
    margin: 90px 0px 50px 0px;
}

.land_div h1
{
    border: none;
    font-size: 25px;
    cursor: pointer;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.land_div h1:hover
{
    padding-left: 10px;
}

.land_div_text
{
    min-height: 80px;
}

.land_div_img_div
{
    text-align: center;
}

.land_div_img
{
    width: 80%;
}

.cont_icon_div
{
    float: left;
    width: 240px;
    padding: 30px;
    text-align: center;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.cont_icon_div1
{
    padding: 10px;
    margin-top: 7px;
    margin-bottom: -20px;
}

.cont_icon_div1 div
{
    margin-top: -15px;
}

.cont_icon_div h1
{
    font-size: 20px;
    cursor: pointer;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.cont_icon_div h1:hover
{
    padding-left: 5px;
}

.cont_icon_text
{
    text-align: left;
    min-height: 220px;
}

#middleText
{
    margin-top: 50px;
    text-align: center;
}

#middleText h2
{
    color:#58585a;
    font-size: 40px;
    margin-top: 30px;
}

#middleText div
{    
    width: 170px;
    padding: 3px;
    margin: auto;
    cursor: pointer;
    margin-top: -10px;
    border: solid 1px #a4b8ca;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#middleText div:hover
{
    color: #efefef;
    background-color: #a4b8ca;
}

form
{
    clear: both;
}

h1
{
    color: #a4b8ca;
    font-size: 22px;
    margin-top: 0px;
    text-align: left;
    padding-bottom: 5px;
    font-weight: normal;
    border-bottom: solid 1px #eaeaea;
}

h2
{
    color: #a4b8ca;
    font-size: 26px;
    margin-top: 20px;
    font-weight: normal;
}

h2.no_m
{
    color: #a4b8ca;
    font-size: 18px;
    margin-top: 0px;
    font-weight: bold;
}

h3
{
    color: #a4b8ca;
    font-size: 25px;
    font-weight: normal;
    margin: 5px 0px 5px 0px;
}

h4
{
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0px 10px 0px;
}

h5
{
    color: #a4b8ca;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
    margin: 0px 0px 50px;
}

a
{
    color: inherit;
    text-decoration: none;
}

ul
{
    margin: 0px;
    padding: 0px;
}

li
{
    list-style-type: none;
}

img
{
    border-style: none;
}

.td_top
{
    margin-top: -30px;
}

.td_top td
{
    vertical-align: top;
}

.bullet p
{
    margin-bottom: 7px;
}

.bullet1 p
{
    margin-bottom: 0px;
}

.more
{
    float: right;
    padding: 3px;
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
    min-width: 100px;
    text-align: center;
    border: solid 1px #eaeaea;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.more:hover
{
    background-color: #eaeaea;
}

.none
{
    display: none;
}

.t_blue
{
    color:#a4b8ca;
}

.t_gray
{
    color:#58585a;
}

.g_td
{
    background-color: #eaeaea;
}

.fr-tag
{
   margin-top: 0px;
}

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.no_ul, .slide
{
    margin: 0px;
    padding: 0px;
}

.li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

.line
{
    width: 100%;
    height: 1px;
    margin: 22px 0px 22px 0px;
    background-color: #eaeaea;
}

.divSelect
{
    z-index:2;
    width:20px;
    padding: 1px;
    height: 20px;
    float: right;
    cursor:pointer;
    border-radius:2px;
    position: relative;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/need/selectBtn.png");
}

select
{
    z-index:0;
    width: 100%;
    padding: 1px;
    height: 22px;
    color: #58585a;
    font-size: 12px;
    cursor: pointer;
    margin-top: -22px;
    position:relative;
    font-family: Quicksand;
    border: solid #eaeaea 1px;
    text-transform: capitalize;
}

label[class=radio], label[class=checkbox]
{
    cursor: pointer;
    margin-left: 15px;
    position: relative;
    padding-left: 25px;
}

input[type=radio], input[type=checkbox]
{
    display: none;
}

label[class=radio]:before, label[class=checkbox]:before
{
    left: 0;
    content: "";
    width: 16px;
    bottom: 1px;
    height: 16px;
    border-radius: 8px;
    margin-right: 10px;
    position: absolute;
    background-color: #b1b1b1;
}

label[class="checkbox"]:before
{
    border-radius: 2px;
}

input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before
{
    color: #eaeaea;
    font-size: 30px;
    content: "\2022";
    line-height: 16px;
    text-align: center;
}

input[type="checkbox"]:checked + label:before
{
    font-size: 26px;
    content: "\2713";
}

.wizard input[type=radio], .wizard input[type=checkbox]
{
    position: absolute;
    margin-left: -9999px;
    display: inline-block;
}

input[type="text"], input[type="password"], input[type="file"], textarea
{
    padding: 1%;
    width: 97.5%;
    font-size: 12px;
    min-width: 100px;
    border-radius:2px;
    font-family: Quicksand;
    border: solid 1px #eaeaea;
}

textarea
{
    resize: none; 
    height: 100px;
}

input[type="button"], input[type="submit"], input[type="reset"]
{
    padding: 2px;
    color: #58585a;
    cursor: pointer;
    font-size: 14px;
    min-width: 100px;
    border-radius:2px;
    font-family: Quicksand;
    background-color: white;
    border: solid 1px #eaeaea;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover
{
    background-color: #eaeaea;
}

#b_left
{
    float: left;
    width: 615px;
    height: auto;
    margin-bottom: 5px;
}

#b_right
{
    width: 220px;
    height: auto;
    float: right;
    margin: 37px 0px 0px 15px;
}

.b_img_close
{
    height: 0px;
    width: 200px;
    margin-top: 158px;
    position: absolute;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.b_img_open
{
    width: 200px;
    opacity: 0.6;
    height: 100px;
    margin-top: 158px;
    background-color: #ffffff;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

/* ********************************************** SLIDER EFFECT DISCOVER ********************************************** */

#mask
{
    width:100%;
    height:100%;
    overflow:hidden;
    position:absolute;
}

#lines, #lines1, #lines2, #lines3, .lines, #lines_foot, #lines_serSol
{
    width:5000%;
    position:absolute;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

/* ********************************************** SLIDER EFFECT DISCOVER ********************************************** */

/* ********************************************** SERVICES & SOLUTIONS ********************************************** */

.img_right
{
    width: 100%;
    margin-top: -20px;
}

.img_right1
{
    width: 100%;
    margin-top: 30px;
}

#principalserSol, #principalserSol1
{
    z-index: 0;
    width: auto;
    height: 355px;
    position:relative;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#principalserSolHid, #principalserSol1Hid1, #principalserSolHid1
{
    height: auto;
    display: none;
}

.lines_serSol
{            
    float: left;
    width: 525px;
    padding: 7px;
    height: 285px;
    overflow: auto;
}

.lines_serSol1
{            
    float: left;
    width: 883px;
    padding: 7px;
    height: 400px;
    overflow: auto;
}

/* ********************************************** SERVICES & SOLUTIONS ********************************************** */

/* ********************************************** EXPERTISE ********************************************** */

.exp_icon
{
    float: left;
    text-align: center;
}

.exp_icon1
{
    width:35%;
    float: left;
    text-align: center;
}

.exp_icon_img, .exp_icon_img1
{
    height: 70px;
    margin-top: 30px;
}

.exp_icon_img img, .exp_icon_img1 img
{
    width: 15%;
}

.exp_icon_title
{
    color: #a4b8ca;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.exp_icon_desc
{
    width: 80%;
    margin: auto;
    font-size: 12px;
    text-align: center;
}

.ext_cont
{
    width: auto;
    margin-left: -1px;
    background-color: #eaeaea;
}

/* ********************************************** EXPERTISE ********************************************** */

/* ********************************************** PARTNERS ********************************************** */

.bloc_slider_part
{
    float: left;
    width: 895px;
    height: auto;
}

.img_slider_part
{
    float: left;
    width: 298px;
    height:192px;
    cursor: pointer;
    text-align: center;
    border: solid white 1px;
    transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    box-shadow: inset 0px 0px 35px #eaeaea;
    -webkit-transition: all 0.5s ease-in-out;  
    -o-box-shadow: inset 0px 0px 35px #eaeaea;
    -ms-box-shadow: inset 0px 0px 35px #eaeaea;
    -webkit-box-shadow: inset 0px 0px 35px #eaeaea;
}

.img_slider_part:hover
{
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}

.img_slider_part img
{
    width: 50%;
}

.img_slider, .img_slider_cont
{
    float: left;
}

.img_slider img
{
    width: 960px;
}

#det_part
{
    width: auto;
    height: auto;
    border: solid transparent 1px;
}

#det_part_desc
{
    height: auto;
    padding: 5px;
    margin-top: 10px;
}

#det_part_img
{
    width: 50%;
    height: auto;
    padding: 5px;
}

#det_part_title
{
    padding: 5px;
    height: auto;
    color: #a4b8ca;
    font-size:30px;
    text-align: left;
    text-transform: capitalize;
}

#det_part_more
{
    height: auto;
    padding: 5px;
    display: none;
    margin-right: 3px;
}

.close1, .close2, .close3
{
    width: 20px;
    float: right;
    padding: 10px;
    color: #58585a;
    cursor: pointer;
    font-weight: bold;
    border-radius:30px;
    text-align: center;
    background-color: #eaeaea;
}

.close1
{             
    opacity: 0;
}

.close2
{
    right: 12.5%;
    position: fixed;
    margin-top: 30px;
}

.close3
{
    margin-top: -65px;
}

#slide_left_partner, #slide_right_partner
{
    padding: 5px;
    cursor: pointer;
    text-align: center;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#slide_left_partner img, #slide_right_partner img
{
    width: 21.5px;
}


#slide_left_partner:hover, #slide_right_partner:hover
{
    box-shadow: inset 0px 0px 10px #eaeaea;
    -o-box-shadow: inset 0px 0px 10px #eaeaea;
    -ms-box-shadow: inset 0px 0px 10px #eaeaea;
    -webkit-box-shadow: inset 0px 0px 10px #eaeaea;
}

/* ********************************************** PARTNERS ********************************************** */

/* ********************************************** SUPPORT ********************************************** */

.sup_cont
{               
    height: auto;
}

#principalSupp, #principalSupp1
{
    z-index: 0;
    width: 410px;
    height: 170px;
    position:relative;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.lines_Supp
{            
    float: left;
    width: 408px;
    height: auto;
    padding: 5px;
}

#supportOne
{
    width: 40%;
    height: auto;
}

.sup_block
{
    clear: both;
    width: auto;
    padding: 10px;
    margin-bottom: 11px;
}

.sup_block_title
{
    margin-bottom: 10px;
    border-bottom: solid #eaeaea 1px;
}

.sup_block_title img
{
    float: left;
    width: 40px;
}

.sup_block_title h1
{
    width: 85%;
    border:none;
    float: right;
    margin-top: 12px;
}

.sup_block h2
{
    color: #a4b8ca;
    margin-top: 0px;
    font-weight: normal;
    text-transform: capitalize;
}

.block_sup_title
{
    width: 46%;
    float: left;
    padding: 2%;
    opacity: 0.7;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
    background-color: #eaeaea;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

/* ********************************************** SUPPORT ********************************************** */

/* ********************************************** DISCOVER ********************************************** */

/* ***** Search */

/* ***** Blog */
.b_com
{
    color: #c0c2c4;
    font-size: 14px;
    text-align: left;
    margin: 10px 0px 10px 0px;
}

.b_box
{
    float: left;
    color: #ffffff;
    min-height: 100px;
    font-weight: bold;
    margin: 0px 8px 15px 0px;
    background-color: #ffffff;
}

.b_box_titl
{
    width: 155px;
    padding: 10px;
    color: #7f7f7f; 
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #e4e5e5;
    border-left: solid #939598 40px;
}

.b_box_titl:hover
{
    color: #ffffff;
    background-color: #939598;
}

.b_box_titl span
{
    color: #ffffff;
    margin-left: -35px;
    position: absolute;
}

.share
{
    cursor: pointer;  
    list-style: none;
    display: inline-block;
    margin: 0px 0px 50px 10px;
}

.share img
{
    width: 90px;
    height: 30px;
}

.video_block
{
    float: left;
    margin: 5px;
    width: 195px;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
}

.video_block1
{
    color: #58585a;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
}

.poster
{
    width: 193px;
    height: 103px;
}

.poster1
{
    float: left;
    width: 100px;
    height: 80px;
    margin-right: 5px;
}

.poster2
{              
    margin: 5px;
    float: left;
    width: 80px;  
    height: 70px;
    padding: 2px;
    cursor: pointer;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    box-shadow: 0px 0px 2px #e5e5e5, 0px 0px 2px #e5e5e5;
    -o-box-shadow: 0px 0px 2px #e5e5e5, 0px 0px 2px #e5e5e5;
    -ms-box-shadow: 0px 0px 2px #e5e5e5, 0px 0px 2px #e5e5e5;
    -webkit-box-shadow: 0px 0px 2px #e5e5e5, 0px 0px 2px #e5e5e5;
}

.poster2:hover
{
    box-shadow: 0px 0px 2px #939598, 0px 0px 2px #939598;
    -o-box-shadow: 0px 0px 2px #939598, 0px 0px 2px #939598;
    -ms-box-shadow: 0px 0px 2px #939598, 0px 0px 2px #939598;
    -webkit-box-shadow: 0px 0px 2px #939598, 0px 0px 2px #939598;
}

.poster3
{
    width: 40%;
    margin-bottom: 10px;
}

/* ***** Blog */

.blogDiv
{
    width: auto;
    min-height: 400px;
    margin-bottom: -2px;
    border: solid #e7e7e7 1px;
}

.blogDiv1
{
    width: auto; 
    min-height: 400px;
    margin-bottom: -2px;
    background-color: #efefef;
    border: solid #e7e7e7 1px;
}

.blogDivLeft
{
    float: left;
    width: 497px;
    height: 359px;
    padding: 20px;
}

.blogDivRight
{
    float: left;
    width: 360px;
    height: 400px;
    background-color: #ffffff;
    border-left: solid #e7e7e7 1px;
}

.blogDivRight img
{
    width: 90%;
    height: 90%;
    padding: 5%;
}

.blogDivLeft img
{
    width: 60%;
    height: 400px;
}

.blogDiv1 h1, .blogDiv h1
{
    margin-top: 0px;
}

.blogTextDetail
{
    height: 253px;
    color: #58585a;
    font-size: 14px; 
    overflow: hidden;
    position: relative;
    font-weight: normal;
}

.underBlogDetails
{            
    z-index: 9;
    width: 0px;
    height: 0px;
    padding: 0px;
    overflow: auto;
    position: absolute;
    border: solid white 1px;
    background-color: #ffffff;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.blog_cat
{
    float:  left;
    width: 245px;
    margin: 10px;
    padding: 15px;
    cursor: pointer;
    margin-top: -10px;
    transition:all 0.5s ease-in-out;
    border-bottom: solid #efefef 1px;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.blog_cat:hover
{
    border-bottom: solid #58585a 1px;
}

/* ********************************************** DISCOVER ********************************************** */

/* ********************************************** COMPANY ********************************************** */

/* ***** ABOUT */

.about_slide
{
    width: 100%;
    height: 697px;
    cursor: pointer;
}

/* ***** CONTACT */

.back_chapta
{
    width: 70px;
    float: right;
    height: 22px;
    padding: 2px;
    z-index: -999;
    font-size: 18px;
    text-align: center;
    letter-spacing: 5px;
    background-color: #eaeaea;
    font-family: kaptcha, kaptcha1;
}

.hideBack
{
    width: 70px;
    float: left;
    height: 22px;
    padding: 5px;
    position: absolute;
}

.refreshCaptcha
{
    float: right;
    cursor: pointer;
    margin: 3px 10px 0px 10px;
}

/* ***** LEGAL INFO */

.legalDiv
{
    width: 48%;
}

.legalDivDet
{
    width: 100%;
    margin: 15px 0px 10px 0px;
}

.LegalTitle
{
    width: auto;
    height: 30px;
    opacity: 0.4;
    color: inherit;
    padding: 6px 0px 6px 15px;
    background-color: #eaeaea;
    border-left: solid #939598 10px;
}

.legalArticle
{
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    background-color: #f3f3f3;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.legalArticle td
{
    padding: 10px;
}

.legalArticle:hover, .legalArticle:active
{
    opacity: 0.4;
    color: #ffffff;
    background-color: #939598;
}

.legalArticle1
{
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    background-color: #f3f3f3;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.legalArticle1 td
{
    padding: 5px;
}

.legalArticle1:hover, .legalArticle1:active
{
    opacity: 0.4;
    color: #ffffff;
    background-color: #939598;
}

.legal_bloc_hid
{
    width: 90%;
    height: auto;
    margin: auto;
    display: none;
    background-color:#ffffff;
}

.legal_bloc_open
{
    width:15px;
    opacity: 0.4;
    color:#ffffff;
    font-size:18px;
    font-weight:bold;
    text-align:center;
    background-color:#939598;
}

/* ***** FEEDBACK */

#chapta_write
{
    width: 50px;
    float: right;
    height: 20px;
    padding: 5px;
    margin-right:10px;
    text-transform: uppercase;
}

#map1
{
    width: auto;
    height: 270px;
    color: #ffffff;
    font-weight:bold;
    position:relative;
    background-repeat: no-repeat;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.map_cont1
{
    width: 105.5px;
    color: #b3b3b3;
    cursor: pointer;
    list-style: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

#map_info1
{
    float: right;
    width: 200px;
    opacity: 0.7;
    height: 130px;
    padding: 15px;
    font-size: 10px;
    line-height: 14px;
    position: relative;
    background-color: #aabccc;
    margin: -169px 5px 0px 0px;
}

#dak_map1, #ny_map1, #par_map1, #dub_map1
{
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.feedBlock
{
    width: 100%;
    cursor: pointer;
    margin-top: 18px;
    background-color: #f3f3f3;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.feedBlock td
{
    padding: 6px;
}

#feedTop h3
{
    opacity: 0.4;
    color: white;
    font-size: 30px;
    margin-top: 15px;
    text-align: center;
    font-style: normal;
    background-color: #939598;
    padding: 12px 0px 10px 0px;
}

.feedDetTitle
{
    font-size: 24px;
}

.feedDetTitle1
{
    margin-top: 5px;
}

.feed_bloc
{
    width:30px;
    opacity: 0.4;
    color:#ffffff;
    font-size:40px;
    text-align:center;
    background-color:#939598;
}

.feebHid
{
    display: none;
    margin-top: 30px;
}

.feebHid div
{
    margin: 10px 0px 5px 0px;
}

/* ***** NEWS */

.ndInside
{
    z-index: -1;
    height: 560px;
    overflow: auto;
    padding-right: 10px;
}

.news_div h2
{
    text-align: left;
    padding-bottom: 10px;
    margin: 10px 10px 10px 0px;
    border-bottom: solid 1px #eaeaea;
}

.newsBlock
{
    width: auto;
    opacity: 0.7;
    padding: 10px;
    cursor: pointer;
    margin-top: 10px;
    background-color: #eaeaea;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#follow_text
{
    width: auto;
    padding: 10px;
    font-size: 14px;
}
    
.newsVideo
{
    width: 100%;
    height: 45px;
    opacity: 0.7;
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    background-color:#939598;
}
    
.newsVideo img
{
    width: 60%;
    margin-top: 5px;
}
    
.newsVideoCtn
{
    width: auto;
    height: 140px;
    text-align: left;
    border: solid #efefef 1px;
}

.newsYear, .newsMonth
{
    float: left;
    width: 45px;
    cursor: pointer;
    text-align: center;
    padding: 7px 7px 7px 7px;
    margin: 0px -1px -1px 0px;
    border: solid #eaeaea 1px;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.newsMonth
{
    width: 30px;
    font-size: 12px;
}

.newsArticle
{
    cursor: pointer;
    margin-top: 5px;
}

.newsTitle
{
    color: #a4b8ca;
    font-size: 20px;
    text-align: left;
}
 
/* ***** CAREER */
 
.opportunity
{
    margin: 5px;
    cursor: pointer;
}
 
.opportunity_det
{
    cursor: pointer;
    margin: 7px 0px 7px 30px;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}
 
.opportunity_det:hover
{
    color:#939598;
}

.opporBlock
{
    width: 100%;
    margin-top: -15px;
}

.opporBlock td
{
    width: 50%;
}

.opporBlock h2
{
    font-size: 50px;
    font-weight: bold;
}

.opporBlock div
{
    font-size: 14px;
    margin: -20px 0px 45px 0px;
}

.b_btm
{
    border-bottom: solid #eaeaea 1px;
}

.b_rgt
{
    border-right: solid #eaeaea 1px;
}
 
/* ********************************************** COMPANY ********************************************** */

/* ********************************************** Alert Confirm Prompt ********************************************** */
   
.alertify, .alertify-show, .alertify-log
{
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.alertify-hide
{
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.alertify
{
    top: 20%;
    left: 40%;
    opacity: 1;
    width: 20%;
    z-index: 99999;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 2px 2px 2px #e5e5e5, -2px -2px 2px #eaeaea;
    -o-box-shadow: 2px 2px 2px #e5e5e5, -2px -2px 2px #eaeaea;
    -ms-box-shadow: 2px 2px 2px #e5e5e5, -2px -2px 2px #eaeaea;
    -webkit-box-shadow: 2px 2px 2px #e5e5e5, -2px -2px 2px #eaeaea;
}

.alertify-button
{
    width: 80px;
    margin: 5px;
    border: none;
    padding: 10px;
    color: #ffffff;
    cursor: pointer;
    background-color: #a4b8ca;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.alertify-button:hover
{
    background-color: #58585a;
}

.alertify-hidden
{
    opacity: 0;
    display: none;
    transform: translate(0,-150px);
    -o-transform: translate(0,-150px);
    -ms-transform: translate(0,-150px);
    -moz-transform: translate(0,-150px);
    -webkit-transform: translate(0,-150px);
}
    
.alertify-hidden
{
    display: block;
    visibility: hidden;
}

.alertify-resetFocus
{
    border: 0;
    padding: 0;
    width: 1px;    
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
}

.alertify-inner
{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.alertify-message
{
    margin-top: 0px;
    background-color: #a4b8ca;
    padding: 15px 0px 15px 0px;
}

.alertify-text
{
    width: 300px;
    padding: 5px;
    height: 20px;
    color: #58585a;
    margin-bottom: 15px;
    background-color: white;
    border: solid 1px #a4b8ca;
}

/* ********************************************** Alert Confirm Prompt ********************************************** */

/* ********************************************** Scrool Top ********************************************** */

#scroll-top
{
    right:0;
    bottom:0;
    margin:10px;
    opacity: 0.7;
    position:fixed;
    cursor: pointer;  
    border-radius: 7px;
    background:#eaeaea;
    display:inline-block;
    padding:0.15em 0.5em;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#scroll-top:hover
{
    opacity: 1;
}

#imgTop
{
    width: 30px;
    height: 20px;
}

#textTop
{
    font-weight:bold;
    margin-bottom: 5px;
    text-align: center;
}

/* ********************************************** Scrool Top ********************************************** */

/* ********************************************** PAGINATION ********************************************** */

#info_number, #info_number1
{
    margin-top: 30px;
}

#info_number .page_selected, #info_number1 .page_selected
{
    color: inherit;
    background-color : #eaeaea;  
}

#info_number li, #info_number1 li
{
    width: 20px; 
    padding: 10px;
    color: #ffffff;
    cursor: pointer;
    margin-left:5px;
    list-style: none;
    text-align: center;  
    display: inline-block;
    background-color: #a4b8ca;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#info_number li:hover, #info_number1 li:hover
{
    color: inherit;
    background-color: #eaeaea;
}

/* ********************************************** PAGINATION ********************************************** */

.s_image
{
    width: 50px;
    float: left;
    height: 50px;
    margin: 5px 15px 5px 0px;
}

.error_page
{
    width: 900px;
    padding: 30px;
    text-align: center;
    margin: 60px 0px 60px;
    padding: 30px 0px 30px;
    background-color: #eaeaea;
}

.error_page img
{
    width: 20%;
    margin: 30px 0px 30px;
}

.msgNumber
{
    font-size: 30px;
    text-align: center;
}

.blockFollow
{
    top:0;
    right:0;
    z-index: 9999;
    position:fixed;
    font-size: 12px;
    margin-top: 120px;
}

.floatBlock, .floatBlock1, .floatBlock2
{
    width: 30px; 
    opacity: 0.7;
    float: right;  
    padding: 5px;
    height: 105px; 
    color:#58585a;
    z-index: 99999;
    font-size: 14px;
    cursor: pointer; 
    text-align: left;
    position: static;
    margin: 0px -5px 5px 0px;
    background-color: #eaeaea;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.floatBlock:hover, .floatBlock1:hover, .floatBlock2:hover
{
    opacity: 1;
    margin-right: 0px;
}

.floatBlock1
{
    width: 355px;
    margin: 0px -330px 5px 0px;
}

.floatBlock2
{
    width: 470px;
    margin: 0px -444px 5px 0px;
}

#floatBlockFB
{
    margin: 5px;
    opacity: 0.3; 
    float: right;
    padding: 10px;
    cursor: default;
    background-color: #ffffff;
    margin: -70px -7px 0px 24px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#floatBlockFB1
{
    opacity: 0.3; 
    float: right;
    height: 435px;
    z-index: 99999;
    overflow: auto;
    cursor: default;
    background-color: #ffffff;
    margin: -70px 1px 0px 27px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#floatBlockFB1 table
{
    padding: 10px;
}

.floatBlock1:hover
{
    height: 142px;
}

.floatBlock2:hover
{
    height: 443px;
    margin-top: -26px;
}

.floatBlock1:hover #floatBlockFB
{
    opacity: 1;
}

.floatBlock2:hover #floatBlockFB1
{
    opacity: 1;
}

.flipText
{
    width: 100px;
    height: auto;
    z-index: 99999;
    text-align: center;
    margin: 27px 0px 0px -40px;
    -o-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.Blockimg
{
    width: 15px;
    height: 15px;
    opacity: 0.6;
    margin: 5px 0px 5px 3px;
}

.bloks_serv
{
    width: 48%;
    float: left;
    margin-top: 10px;
    text-align: center;
}

.bloks_serv img
{
    width: 30%;
    padding: 10px;
}

.bloks_serv h1, .bloks_serv1 h1
{
    border:none;
    color: #a4b8ca;
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
}

.bloks_serv div
{
    clear: both;
    text-align: left;
    padding-top: 15px;
}

.bloks_serv1
{
    width: 48%;
    float: left;
    text-align: left;
    vertical-align: top;
}

.bloks_serv1 div
{
    min-height: 170px;
}

.bloks_serv1 img
{
    width: 100px;
    float: right;
    margin-top: -80px;
    margin-right: 100px;
}

.bloks_servTitle
{
    width: auto;
    height: 30px;
    color: #7f7f7f;
    font-size: 16px;
    background-color: #e4e5e5;
    margin: -10px 0px 10px 0px;
    padding: 10px 10px 0px 0px;
    border-left: solid #939598 10px;
}

/* ********************************************** SHARE ********************************************** */

#shareDiv
{
    top: 0px;
    position: fixed;
    margin-top: 200px;
}

.share-square
{   
    background: url("../images/follow/social-icons.png") no-repeat scroll left top transparent;
    width: 25px; 
    opacity: 0.7;
    padding: 5px;
    height: 25px;
    color:#58585a;
    z-index: 99999;
    cursor: pointer;
    display: inline-block;
    margin: 0px 0px 5px -5px;
    background-color: #eaeaea;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.share-square:hover
{
    opacity: 1;
    margin-left: 0px;
}

.share-square-email
{
    background-position: -672px -74px;
}

.share-square-facebook
{
    background-position: -380px -74px;
}

.share-square-googleplus
{
    background-position: -288px -74px;
}

.share-square-instagram
{
    background-position: -604px -74px;
}

.share-square-linkedin
{
    background-position: -220px -74px;
}

.share-square-pinterest
{
    background-position: -188px -74px;
}

.share-square-rss
{
    background-position: -156px -74px;
}

.share-square-skype
{
    background-position: -124px -74px;
}

.share-square-tumblr
{
    background-position: -92px -74px;
}

.share-square-twitter
{
    background-position: -60px -74px;
}

.share-square-vimeo
{
    background-position: -28px -74px;
}

/* ********************************************** SHARE ********************************************** */

/* ********************************************** SMALL SLIDER ********************************************** */

#socialnetwork, #socialnetwork1
{
    height: 80px;
    margin-top: -17px;
}

#socialnetwork img, #socialnetwork1 img
{
    width: 70%;
}

#socialnetwork table, #socialnetwork1 table
{
    width: auto;
    height: 90px;
}

#socialnetwork1 img
{
    margin-left: 15px;
}

.nbs-flexisel-container 
{
    width:auto;
    position:relative;
}

.nbs-flexisel-ul 
{
    width:5000%;
    position:relative;  
    text-align:center;
}

.nbs-flexisel-inner 
{
    float:left;
    width:100%;
    overflow:hidden;
}

.nbs-flexisel-item 
{
    float:left;
    height: auto;
    cursor:pointer;
    position:relative;
    text-align: center;
}

.nbs-flexisel-item:hover
{
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}

/* ********************************************** SMALL SLIDER ********************************************** */

/* ********************************************** BANNERS SLIDE ********************************************** */

.carousel
{
    position: relative;
}

.carousel-inner
{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel .item
{
    display: none;
    position: relative;
    transition:0.5s ease-in-out left;
    -o-transition:0.5s ease-in-out left;
    -ms-transition:0.5s ease-in-out left;
    -webkit-transition:0.5s ease-in-out left;
}

.carousel .active, .carousel .next, .carousel .prev
{
    display: block;
}

.carousel .active
{
    left: 0;
}

.carousel .next, .carousel .prev
{
    width: 100%;
    position: absolute;
}

.carousel .next
{
    left: 100%;
}

.carousel .prev
{
    left: -100%;
}

.carousel .next.left, .carousel .prev.right
{
    left: 0;
}

.carousel .active.left
{
    left: -100%;
}

.carousel .active.right
{
    left: 100%;
}

.carousel-control
{
    top: 27%;
    left: 15px;
    width: auto;
    height: auto;
    opacity: 0.3;
    color: #58585a;
    font-size: 100px;
    font-weight: 100;
    position: absolute;
    text-align: center;
}

.sm_ctrl
{
    top: 24%;
    font-size: 50px;
}

.carousel-control:hover
{
    opacity: 1;
}

.carousel-control.right
{
    left: auto;
    right: 0px;
}

.carousel-control.left
{
    left: auto;
    left: 8px;
}

.carousel-caption
{
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 0px;
    position: absolute;
}

.carousel .container
{
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.text-info1
{
    color: #a4b8ca;
    font-size: 29px;
}

.text-info2
{
    color: #58585a;
    font-size: 26px;
}

.text-info3
{
    color: #b1b1b1;
    font-size: 20px;
}

/* ********************************************** BANNERS SLIDE ********************************************** */

/* ********************************************** CAREER FORM ********************************************** */

.poplight
{
    color: #a4b8ca;
    cursor: pointer;
    margin-right: 30px;
    font-family: Quicksand;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.poplight:hover
{
    text-decoration: underline;
}

.subTitle
{
    float: left;
    font-weight: bold;
    margin: 10px 0px 0px;
}

.subTitle1
{
    font-size: 14px;
    font-weight: bold;
}

.glyph
{
    height: 20px;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('../images/need/browse.png');
}

#browse-files
{
    width: 95px;
    padding: 2px;
    color: #58585a;
    cursor: pointer;
    margin-top: 5px;
    font-family: Quicksand;
    background-color: white;
    border: solid 1px #eaeaea;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

#browse-files:hover
{
    background-color: #eaeaea;
}

/*------------------POPUPS------------------------*/

img.btn_close
{
    float: right;
    margin: -5px -5px 0 0;
}

#fade
{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: none;
    z-index: 9999;
    position: fixed;
    background-color: #939598;
}

.popup_block
{
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    margin: auto;
    display: none;  
    z-index: 99999;
    overflow: auto;
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
    -o-box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
    -ms-box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
    -webkit-box-shadow: 0px 0px 10px #eaeaea, 0px 0px 10px #eaeaea;
}

.popup_div
{
    width: 85%;
    margin: auto;
    padding: 50px 0px 50px;
}

.popup_div th
{
    font-size: 16px;
    padding-top: 20px;
}

.popup_div td
{
    padding-top: 5px;
    text-align: justify;
}

.clearfix
{
    zoom: 1;
}

.wizard > .content
{
    z-index: 0;
    height: 675px;
    display: block;
    overflow: hidden;
    margin-top: 44px;
    padding-left: 0px;
    position: relative;
}

.wizard, .tabcontrol
{
    width: auto;
    display: block;
    overflow: hidden;
}

.steps a
{
    margin: 1px;
    padding: 20px 10px 15px 10px;
}

.steps > ul > li
{
    float: left;
    font-size: 13px;
    padding-top: 10px;
}

.wizard > .content > .body, .tabcontrol > .content > .body
{
    width: 95%;
    float: left;
    border: none;
    position: absolute;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active
{
    opacity: 0.7;
    color: #ffffff;
    background-color: #939598;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active
{
    color: #ffffff;
    background-color: #a4b8ca;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active 
{
    opacity: 0.7;
    color: #ffffff;
    background-color: #a4b8ca;
}

.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active
{
    opacity: 0.7;
    color: #ffffff;
    background-color: #ff3111;
}

.wizard > .actions
{
    width: 100%;
    text-align: right;
    position: relative;
}

.actions li
{
    display: inline-block;
}

.actions li a
{
    padding: 2px;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    min-width: 100px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    font-family: Quicksand;
    background-color: #A4B8CA;
    transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.actions li a:hover
{
    background-color: #939598;
}

.wizard > .steps .current-info, .tabcontrol > .steps .current-info, .wizard > .content > .title, .tabcontrol > .content > .title
{
    left: -999em;
    position: absolute;
}

.careerField
{
    width: 517px;
    height: 716px;
    padding-right: 10px;
}

fieldset table
{
    width: 100%;
}

fieldset td
{
    vertical-align: bottom;
}

fieldset h1
{
    margin-top: 5px;
}

label.error, .slt_error
{
    float: right;
    color: #ff3111;
    cursor: pointer;
    font-size: 12px;
}

#resumeFile
{
    width: 0;
    margin: 0;
    height: 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

/* ********************************************** CAREER FORM ********************************************** */

#loadingDiv
{
    width: 100%;
    height: 100%;
    opacity: 0.3;
    display: none;
    z-index: 99999;
    position: fixed;
    background-color: #000000;
}
