root { 
    display: block;
}

html, body{
    background: none repeat scroll 0 0 #454445;
    display: block;
    font-family: Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    margin: 0;
    padding: 0;
}

.wrapper{
    width:90%;
    margin:0 auto;
    position:relative;
}

.clear{
    clear:both;
}

.header{
    background:#454445;
    width:100%;
    display:block;
    position:relative;
}

.lang{
    float: left;
    margin: 0;
    padding: 8px 0;
}

.lang span{
    color: #fff;
    float: left;
    font: 13px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    margin: 0;
    padding: 0;
    display:block;
}

.lang a{
    color: #fff;
    font-family: Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold !important;
    outline: medium none;
    padding: 0 5px;
    text-decoration: none;
    display:block;
    float:left;
}

.header_top{
    background: #dedede;
    height:110px;
    width:100%;
    margin-bottom: 8px;
    position:relative;

    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    behavior: url(http://icrecruiting.eu/PIE.htc);
}

.header_bottom{
    background-image: linear-gradient(bottom, #DDDDDD 10%, #CBCACA 55%, #DADBDA 100%);
    background-image: -o-linear-gradient(bottom, #DDDDDD 10%, #CBCACA 55%, #DADBDA 100%);
    background-image: -moz-linear-gradient(bottom, #DDDDDD 10%, #CBCACA 55%, #DADBDA 100%);
    background-image: -webkit-linear-gradient(bottom, #DDDDDD 10%, #CBCACA 55%, #DADBDA 100%);
    background-image: -ms-linear-gradient(bottom, #DDDDDD 10%, #CBCACA 55%, #DADBDA 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, #DDDDDD),
        color-stop(0.55, #CBCACA),
        color-stop(1, #DADBDA)
        );

    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    behavior: url(http://icrecruiting.eu/PIE.htc);

    display:block;
    height:100%;
    width:100%;
}

.logo{
    width:110px;
    height:145px;
    display:block;
    position:absolute;
    left:20px;
    top:8px;
    background: url('../img/logo.png') no-repeat;
}


ul.menu {
    display: block;
    float: none;
    list-style: none outside none;
    margin: 0;
    padding: 8px 0;
}


ul.menu li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
	overflow: visible;
}

ul.menu li a{
    color: #616060;
    display: block;
    font: 14px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    margin: 0 2px;
    outline: medium none;
    padding: 3px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

ul.menu li a:hover, ul.menu li a.active{
    background-image: linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -o-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -moz-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -ms-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, #f5f5f5),
        color-stop(0.55, #cdcdcc),
        color-stop(1, #fdfefe)
        );

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(http://icrecruiting.eu/PIE.htc);
}

#contact-table {
    color: #616060;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
}

.pageheader{
    width:100%;
    height:205px;
    background: #454445 url('../img/innerpage_header.jpg') no-repeat right -290px center;
    /*background-size: 119% 119%;*/
}

.pageheader.homepage{
    width:100%;
    height:394px;
    background: #454445 url('../img/homepage_header.jpg') no-repeat center;
    /*background-size: 119% 119%;*/
}

.page{
    /*background: url("../img/page_background980.png") no-repeat scroll center 2px #DEDEDE;
    background-size: 125%;*/
    background-image: url("../img/page_backgroundLeft980.png"), url("../img/page_backgroundRight980.png");
    background-position: left -165px top, right -165px bottom 20px;
    background-repeat: no-repeat;
    background-color: #DEDEDE;
    margin: 0 auto;
    min-height: 363px;
    width: 100%;
}

.footer{
    background: none repeat scroll 0 0 #454445;
    display: block;
    position: relative;
    width: 100%;
}

.footer_logo{
    background: url('../img/logo_small.png') no-repeat;
    display:block;
    width:61px;
    height: 80px;
    float:left;
    margin:8px 0 8px 120px;
}

.footer span{
    color: #fff;
    float: left;
    font: 13px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    margin: 0;
    padding: 50px 0 0 30px;
    display:block;
}

.social{
    position:absolute;
    top: -18px;
    right: 50px;
    left: auto;
}

.social a{
    display:block;
    float:left;
    margin-right: 5px;
}
/*
.social a.f{
     width:16px;
    height:25px; 
    background: url('../img/F.jpg') no-repeat;
}

.social a.t{
    width:16px;
    height:25px;
    background: url('../img/t.jpg') no-repeat;
}

.social a.in{
    width:15px;
    height:25px;
    background: url('../img/in.jpg') no-repeat;
}
*/
.pageheader .title{
    color: #FFFFFF;
    display: table-cell;
    font: bold 27px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    height: 89px;
    margin-left: 22px;
    padding-bottom: 1px;
    padding-left: 40px;
    padding-top: 14px;
    vertical-align: middle;
    width: 716px;
}

.pageheader .content{
    color: #FFFFFF;
    display: table-cell;
    font: bold 13px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    height: 93px;
    margin-left: 22px;
    padding-left: 40px;
    vertical-align: middle;
    width: 620px;
}

.slider{
    display: block;
    float: left;
    height: 229px;
    margin: 80px 0 0 -20px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}

.slider ul{
    list-style:none;
    margin:0;
    padding:0;
    width:940px;
    height:229px;
}

.slider ul li{
    display:block;
    margin:0;
    padding:0;
    width:940px;
    height:229px;
}

.slider ul li .left{
    float:left;
}

.slider ul li .title{
    color: #FFFFFF;
    display: table-cell;
    font: bold 27px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    height: 105px;
    padding-left: 24px;
    vertical-align: middle;
    max-width: 330px;
}

.slider ul li .content{
    color: #FFFFFF;
    display: table-cell;
    font: bold 13px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    height: 100px;
    margin-left: 22px;
    padding-left: 24px;
    vertical-align: middle;
    width: 330px;
}

.slider ul li .image{
    border: medium none;
    display: block;
    float: right;
    height: 165px;
    margin-right: 65px;
    margin-top: 33px;
    width: 265px;
}

.slider ul li .image img{
    display: block;
    float: right;
    height: 165px;
    width: 265px;
    border: none;
}

.bx-wrapper {
    padding:0 5px;
}

.bx-controls-direction {
    display: none;
}

.bx-pager {
    float: right;
    position: relative;
    bottom: -26px;
}

.bx-pager-item {
    float: left;
}
.bx-pager-item a {
    border: 1px solid #FFFFFF;
    color: white;
    display: block;
    float: left;
    font: 16px/19px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    height: 20px;
    margin-right: 2px;
    padding-right: 1px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 20px;
     -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    behavior: url(http://icrecruiting.eu/PIE.htc);
}
.bx-pager-item a.active span, .bx-pager-item a:hover span{
    opacity: 0.5;
}

.bx-pager-item a span {
    display: block;
    float: left;
    width: 21px;
    height: 20px;
    background: #fff;
    opacity: 0.3;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bx-controls{
    position: relative;
}

.welcome{
    font:bold 12px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    color: #FFFFFF;
    display: block;
    left: 8px;
    position: absolute;
    top: 65px;
}

.to{
    font:bold 12px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    color: #FFFFFF;
    display: block;
    position: absolute;
    right: 10px;
    top: inherit;
    bottom: 320px;
}

.page_left{

    /*background: url("../img/page_backgroundLeft980.png") no-repeat scroll left top #DEDEDE;*/
    display: block;
    float: left;
    padding: 12px 20px 0 0;
    position: relative;
    width: 95%;
    
    color: #616060;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
        
    border: 2px solid #A4B6BE;
    border-left-style: none;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 8px 10px 50px 0;
}
.page_left .page_heading{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-left: 110px;
    padding-top: 20px;
}

.page_right{
    /*background: url("../img/page_backgroundRight980.png") no-repeat scroll right top #DEDEDE;*/
    color: #616060;
    display: block;
    float: right;
    font-size: 14px;
    padding: 12px 20px 0 20px;
    position: relative;
    width: 90%;
    height: 312px;

    border: 2px solid #A4B6BE;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 8px 0 50px 0;
}

.page_right .page_heading{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-right: 95px;
}

.page_right label{
    float: left;
    margin-bottom: 3px;
}

.page_right input[type="text"], .page_right input[type="password"]{
    float: left;
    width:100%;
    margin-bottom: 14px;
}

.page_right textarea{
    float: left;
    margin-bottom: 14px;
    display:block;
    width:100%;
    
}

#job_filter{}
#job_filter label{
	float: left;
    width: 150px;
}

#job_filter select{
	display:block;
	width:150px;
	float: left;
}

#job_filter input[type="submit"]{
	margin-right:80px;
}

input[type="submit"], a.button{
    cursor: pointer;
    color: #616060;
    display: inline;
    font: 12px Arial,Trebuchet MS,Lucida Sans Unicode,Verdana,sans-serif;
    outline: medium none;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border:0 none;
	width:auto;
	margin-right:10px;
    
    background-image: linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -o-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -moz-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -webkit-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -ms-linear-gradient(bottom, #f5f5f5 10%, #cdcdcc 55%, #fdfefe 100%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.1, #f5f5f5),
        color-stop(0.55, #cdcdcc),
        color-stop(1, #fdfefe)
        );

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    behavior: url(http://icrecruiting.eu/PIE.htc);
}

a img{
	display:block;
	border: none;
}

a.button{
	padding: 3px 12px;
}

.header_top .right{
    display: table-cell;
    height: 110px;
    padding-left: 150px;
    vertical-align: middle;
    font-size: 21px;
}

.header_top .right .title{
    color:#923a7f;
}

.header_top .right .sub_title{
    color:#2a606f;
}

#left_arrow{
    background: url("../img/to_l.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 270px;
    position: absolute;
    left: 19px;
    top: -20px;
    width: 27px;
    z-index: 10000;
}

#right_arrow{
    background: url("../img/to_r.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 270px;
    position: absolute;
    right: 1px;
    top: -20px;
    width: 27px;
    z-index: 10000;
}

#nav a {
    padding: 0 8px;
    float: none;
    display:block;
}

#nav-container {
    padding-right: 5px;
}

#btn-menu {
    background-attachment: scroll, scroll;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/MenuButton.png"), linear-gradient(to bottom, #b6b6b6 0px, #a9a9a9 100%);
    background-origin: padding-box, padding-box;
    background-position: 50% 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 1.875em auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 40px;
    width: 40px;
    display: block;
    border: 1px solid #646464;
    border-radius:5px;
    float:right;
}

#nav li {
    display:block;
    float: none;
    border-top: 1px solid #FFFFFF;
    background: none;
}

#nav-bar {
    border-bottom: none;
    border-top: none;
    float:right;
    padding: 0 10px 0 0;
}

#nav {
    padding: 2px 0 0 10px;
}

