.page-messages-container{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
.page-messages-container,
.messages-error {
    color: #9D0800;
    font-weight: bold;
}
.messages-error li {
    margin:5px 0;
}
.messages-error li a {
    text-decoration:underline;
}


#content {
    width:100%;
    padding-bottom: 84px;
}

#content.inside h3, 
#content.inside h2, 
#content.inside h1, 
#content.inside h4,
#content.inside li a {
    color: #212121;
}

#module_general #content{
    padding-bottom: 3px;
    
}
.content-block{
    height: 800px;
    overflow: hidden;
    position: relative;
}
.content-block .txt{
    width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.content-block .txt > div.black{
    background-color: rgba(0,0,0,0.6);
}
.content-block .txt{
    position: relative;
    z-index: 2;
}
.content-block div.black-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
}
.split{
    background-color: white;
    position: relative;
}
.split .content{
    width: 960px;
    margin-right: auto; margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.split .title{
    float: left;
    margin-right: 90px;
}
.split .title h1{
    padding: 0px;
    margin: 0;
    font-size: 32px; color: #363636;
    padding-bottom: 15px;
}
.split a.navigation-up{
    display: block; float: left;
    height: 31px; width: 31px;
    background: url(./images/navigation-up.png) no-repeat;
    text-indent: -999px;
}
.split a.navigation-up:hover{
    background-position: left -31px;
}
.split a.navigation-down{
    display: block; float: left;
    height: 31px; width: 31px;
    background: url(/images/navigation-down.png) no-repeat;
    text-indent: -999px;
    padding-right: 10px;
}
.split a.navigation-down:hover{
    background-position: left -31px;
}
.split .desc p:first-child{
    font-size: 24px;
    color: #bb252c;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-style: italic;
}
.split .desc p:last-child{
    font-size: 13px;
    color: #575757;
}
a.download{
    font-style: italic;
    padding-left: 20px;
    background: url(./images/download-icon.png) no-repeat left 1px;
}
a.download:hover{
    background-position: left 2px;
}

a.read-more{
    font-style: italic;
    padding-right: 20px;
    background: url(./images/readmore-arrow.png) no-repeat right 2px;
}
a.read-more-red{
    font-style: italic;
    padding-right: 20px;
    background: url(./images/readmore-red-arrow.png) no-repeat right 2px;
    color: #ad0800;
}

a.back-btn{
    display: inline-block;
    width: auto;
    height: 31px;
    background: url(./images/back-btn-icon.png) no-repeat left top;
    padding-left: 32px;
}
a.back-btn:hover{
    background-position: left -31px;
}
a.back-btn span{
    display: inline-block;
    line-height: 31px;
    background: rgba(0,0,0,0.8);
    padding-left: 10px;
    padding-right: 10px;
}

a.subscribe-btn{
    display: inline-block;
    width: auto;
    height: 31px;
    background: url(./images/subscribe-btn-icon.png) no-repeat left top;
    padding-left: 32px;
}
a.subscribe-btn:hover{
    background-position: left -31px;
}
a.subscribe-btn span{
    display: inline-block;
    line-height: 31px;
    background: rgba(157,8,0,0.8);
    padding-left: 10px;
    padding-right: 10px;
}

a.apply-btn{
    display: inline-block;
    width: auto;
    height: 31px;
    background: url(./images/apply-icon.png) no-repeat left top;
    padding-left: 32px;
}
a.apply-btn:hover{
    background-position: left -31px;
}
a.apply-btn span{
    display: inline-block;
    line-height: 31px;
    background: rgba(157,8,0,0.8);
    padding-left: 10px;
    padding-right: 10px;
}

a.print-btn{
    display: inline-block;
    width: auto;
    height: 31px;
    background: url(./images/print-icon.png) no-repeat left top;
    padding-left: 32px;
}
a.print-btn:hover{
    background-position: left -31px;
}
a.print-btn span{
    display: inline-block;
    line-height: 31px;
    background: rgba(157,8,0,0.8);
    padding-left: 10px;
    padding-right: 10px;
}


img.third-preloader{
    position: absolute;
    display: none;
    left: 60%;
    top: 350px;
}
img.second-preloader{
    display: none;
    position: absolute;
    left: 55%;
    top: 350px;
}
img.fourth-preloader{
    position: absolute;
    display: none;
    left: 55%;
    top: 350px;   
}
.nav a{
    text-indent: -99999px;
    width: 31px;
    height: 31px;
    display: block;
    float: left;
}
.nav a.left{
    background: url(./images/project-nav-left.png) no-repeat  50% center;
}
.nav a.left:hover{
    background-position: 45% center;
}
.nav a.right{
    background: url(./images/project-nav-right.png) no-repeat  50% center;
}
.nav a.right:hover{
    background-position: 55% center;
}
.red-nav a.left{
    background: url(./images/project-nav-left-red.png) no-repeat  50% center;
}
.red-nav a.left:hover{
    background-position: 45% center;
}
.red-nav a.right{
    background: url(./images/project-nav-right-red.png) no-repeat  50% center;
}
.red-nav a.right:hover{
    background-position: 55% center;
}


/* --- Forms --- */
form.default_form {
    margin:20px 0;
}
form.default_form fieldset {
    padding:0;
    margin:0 0 15px 0;
    border:0;
}
form.default_form fieldset.actions {
    padding-left:40%;
    margin:0 0 0 10px;
}
form.default_form fieldset label {
    display:block;
    width:40%;
    float:left;
    padding:5px 10px 0 0;
    line-height:18px;
    text-align:right;
}
form.default_form fieldset .text_inp,
form.default_form fieldset input[type="text"]{
    width: 30%;
    padding: 3px 5px 3px 5px;
    border: 1px solid #d9d9d9;
    background: #fbfbfb;
    font-size: 16px;
}

.submit-button {
    height:31px;
    line-height:31px;
    padding:0 10px 0 42px;
    margin:0;
    border:0;
    font-family: Arial,Helvetica,sans-serif;
    font-size:14px;
    color:#fff;
    background:url(./images/button-bg.png) left top no-repeat;
    cursor:pointer;
    text-align:left;
}
.submit-button:hover {
    color:#c18380;
    background-position:0px -31px;
}
/* --- Forms End --- */


/* --- THIRD LEVEL layout --- */
.third-level{
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 15px;
    position: relative;
    height: 33px;
}
.third-level .menu{
    margin-right: 62px;
    overflow: hidden;
    position: absolute;
    width: 644px;
    padding-top: 4px;
}
.third-level .nav{
    float: right;
    width: 62px;
    display: none;
   
}
.third-level .menu ul{
    list-style:none;
    padding:0;
    margin:0;
    float: left;
    width: 2000px;
    
}
.third-level .menu ul li{
    display: block;
    float: left;
    text-align: center;
    padding: 0px 10px;

}
.third-level .menu ul li:first-child{
    padding-left: 0px;
}
.third-level .menu ul li a{
    display: block;
    height: 30px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #ffffff;
    line-height: 21px;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0px 2px;
    
}
.third-level .menu ul li a:hover{
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    border-bottom: 3px solid #9d0800;
    height: 27px;
}

.third-level .menu ul li a.active{
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    font-size: 21px;
    border-bottom: 3px solid #9d0800;
    height: 27px;
}

.third-content{
    overflow:hidden;
    width: 2000px;
    position: absolute;
}
.third-content > div{
    width: 706px;
}
.scroll-nav{
    height: 31px;
    margin-bottom: 15px;
}
.scroll-nav a.left, .scroll-nav a.right, .scroll-nav a.last, .scroll-nav a.first{
    text-indent: -99999px;
    width: 31px;
    height: 31px;
    display: block;
    float: left;
}
.scroll-nav a.left{
    background: url(./images/nav-left.png) no-repeat  center center;
    margin-right: 10px;
}
.scroll-nav a.right{
    background: url(./images/nav-right.png) no-repeat  center center;
    margin-right: 5px;
}
.scroll-nav a.last{
    background: url(./images/nav-last.png) no-repeat  center center;
}
.scroll-nav a.first{
    background: url(/images/nav-first.png) no-repeat  center center;
    margin-right: 5px;
}
.scroll-nav .status{
    padding-top: 6px;
    padding-left: 10px;
    font-style: italic;
    display: inline-block;
}
/* --- THIRD LEVEL layout End --- */

/* --- HOME layout --- */
#home div.title{
    width: 100%;
    height: 78px;
    background: url(./images/home-content-title-bg.png) repeat-x;

}
#home div.title h1{
    margin: 0px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;
    padding-top: 0px;
    font-family: 'HelveticaNeueLTCom-cn',Helvetica,Arial,sans-serif;
    font-size: 54px;
    text-align: center;
}
#home div.desc{
    width: 960px;
    margin-left: 480px;
    left: 50%;
    position: absolute;
    bottom: 200px;
}

#home div.desc > .inner{
    margin-left: -570px;
    width: 570px;
    text-shadow: 1px 1px 1px #000;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-size: 18px;    
    text-align: left;
    background: rgba(0,0,0,0.6);
    border-left: 1px solid #575757;
    border-right: 1px solid #575757;
    position: relative;
    padding: 10px;
}
#home div.desc > .inner p{
    padding: 0px; margin: 0px;
}
#home div.desc > .inner > .border{
    position: absolute;
    width: 10px;
    height: 1px;
    background: #575757;
}
#home div.desc > .inner > .LT{
    left: 0px; top: 0px;
}
#home div.desc > .inner > .LB{
    left: 0px; bottom: 0px;
}
#home div.desc > .inner > .RT{
    right: 0px; top: 0px;
}
#home div.desc > .inner > .RB{
    right: 0px; bottom: 0px;
}
#home div.news-block{
    position: absolute;
    width: 100%;
    background-color: #005E94;
    bottom: 0px;
	border-top: 1px solid #448FB9;
}
#home div.news-block .content{
    width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 115px;
}
#home .latest-new{
    width: 270px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #448FB9;
	padding-left: 20px;
}

.latest-new:nth-child(3){
border-right:0px !important;
}

#home .latest-new .block-title{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
    color: #ffffff;
}
#home .latest-new .news-item{
    padding: 0px;
}
#home .latest-new .news-ink a{
    font-style: italic;
    padding-right: 20px;
    background: url(./images/readmore-arrow.png) no-repeat right 2px;
    
}
#home .latest-new .news-item-date{
    width: 55px;
    float: left;
    text-align: center;
    color: #448FB9;
    padding-right: 10px;
}
#home .latest-new .news-item-date .day{
    font-size: 34px;
    line-height: 36px;
}
#home .latest-new .news-item-date .year{
    font-size: 10px;
}
#home .latest-new .news-item-summary{
    font-size: 13px;
    line-height: 14px;
    padding-top: 3px;
}
#home .latest-new .news-item-summary p{
    margin: 0px; padding: 0px;
}
#home #home-reasons .nav{
    position: absolute;
    top: 0px; right: 0px;
    
}
#home #home-reasons{
    margin-left: 35px;
    width: 620px;
    float: left;
    overflow: hidden;
    position: relative;
}
#home #home-reasons ul{
    list-style:none;
    padding:0;
    margin:0;
}
#home #home-reasons li{
    float:left;
    display: block;
    width: 610px;
    padding-left: 5px; 
	padding-right: 5px;
}
#home #home-reasons h2{
    font-size: 18px;
    font-weight: bold;
    margin: 0px; padding: 0px;
    padding-bottom: 10px;
}
#home #home-reasons p{
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}
/* --- HOME layout End --- */

/* --- ABOUT layout --- */
#about-us .txt{
}
#about-us .txt .content p{
    margin-left: 60px;
}
ul.about-submenu{
    list-style:none;
    padding:0;
    margin:0;
    float: left;
}
ul.about-submenu li{
    /*
    padding-top: 14px;
    padding-bottom: 14px;
    */
    border-bottom: 1px solid #ffffff;
    width: 190px;
}
ul.about-submenu li a{
    background: url(./images/list-arrow-1.png) no-repeat 5px center;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 14px;
    padding-bottom: 14px;    
    font-size: 13px;
    color: #ffffff;
    display: block;
    font-weight: bold;  

}
ul.about-submenu li a:hover{
    background: url(./images/list-arrow-1-over.png) no-repeat 5px center;
    color: #bb252c;
    text-decoration: none;
    background-color: rgba(0,0,0,0.5);
}
ul.about-submenu li a.active{
    background: url(./images/list-arrow-1-over.png) no-repeat 10px center;
    color: #bb252c;
    text-decoration: none;
    background-color: rgba(255,255,255,0.8);
}
.about-sub-content{
    margin-left: 190px;
    padding-left: 64px;
    font-size: 14px;
}
.about-sub-content h1{
    font-size: 28px;
    font-weight: bold;
}
.about-sub-content h2{
    font-size: 21px;
    font-weight: bold;
}

/**/
/*career*/
/**/
ul.career-list{
    list-style:none;
    padding:0;
    margin:0;
    margin-top: 20px;
}
ul.career-list li{
    background: url(./images/check-icon.png) no-repeat left 20px;
    padding-left: 40px;
}
ul.career-list li a{
    display: block;
    font-size: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 15px 5px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;    
    color: #ffffff;
}
ul.career-list li a:hover{
    background: rgba(0,0,0,0.5);
    color: #BB252C;
}
ul.career-list li a span.valid_date{
    display: block;
    float: right;
    font-style: italic;
    font-size: 14px;
    padding-right: 40px;
}
ul.career-list li a span.city{
    display: block;
    float: right;
    font-style: italic;
    font-size: 14px;
}
ul.career-list li a span.title{
    display: inline-block;
    max-width: 300px;
}
.career{
}
.career .title{
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-size: 21px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 15px;
    
}
.career .title strong{
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
}
.career .valid_date{
    display: block;
    float: right;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
}
.career .text{
    margin-left: 0px;
    overflow: auto;
    width: 100%;
    font-size: 14px;
    padding-right: 25px;
}
.career .text div.item{
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 5px;
    padding-top: 15px;
}
.career .text div.item > h4{
    float: left;
    width: 190px;
    font-size: 18px;
    margin: 0px; padding: 0px;
}
.career .text div.item > div.desc{
    margin-left: 190px;
}
.career .text div.item > div.desc ul{
    list-style:none;
    padding:0;
    margin:0;
}
.career .text div.item > div.desc ul li{
    background: url("./images/red-bullet.png") no-repeat left 7px;
    padding-left: 10px;
    font-size: 14px;
    padding-bottom: 10px;
}
.career .foot{
    margin-top: 20px;
    padding-left: 210px;
}
.career .apply-btn{
    margin-right: 20px;
}
.career .print-btn{
    margin-right: 20px;
}
/**/
/*history content*/
/**/
ul#history-items{
    list-style:none;
    padding:0;
    margin:0;
}
ul#history-items li{
    width: 706px;
    float: left;
    padding-right: 50px;
    /*font-size: 16px;*/
}
/**/
/*newsletters content*/
/**/
#about-us .newsletters-content{
    overflow:hidden;
    min-height: 315px;
    margin-bottom: 40px;
    position: absolute;
}
ul#newsletters{
    list-style:none;
    padding:0;
    margin:0;
}
ul#newsletters > li{
    display: block;
    float: left;
    width: 210px;
    padding-right: 40px;
}
ul#newsletters > li >a{
    color: #ffffff;
    display: block;
    padding: 10px;
}
ul#newsletters > li >a:hover{
    background-color: rgba(0,0,0,0.5);
    color: #cccccc;
}
ul#newsletters > li div.thumb{
    background: #fff;
    height: 102px;
    padding-left: 3px; padding-top:3px;
    margin-bottom: 1px;
}
ul#newsletters > li div.desc{
    overflow: hidden;
}
ul#newsletters > li div.desc ul{
    list-style:none;
    padding:0;
    margin:0
}
ul#newsletters > li div.desc ul li{
    background: rgba(0,0,0,0.5) url(./images/red-bullet.png) no-repeat 14px 13px;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 7px;
    margin-bottom: 1px;
    padding-bottom: 7px;
    font-size: 13px;
}
ul#newsletters > li div.download{
    background: #9d0800;
    height: 51px;
    width: 190px;
}
ul#newsletters > li div.download span{
    font-style: italic;
    padding-left: 20px;
    background: url(./images/download-icon.png) no-repeat left 1px;
}
ul#newsletters > li h4{
    font-size: 17px;
    letter-spacing: -1px;
    margin: 0px;
}

/**/
/*news content*/
/**/
ul#news-items{
    list-style:none;
    padding:0;
    margin:0;
    float: left;
    margin-bottom: 65px;
}
ul#news-items > li{
    display: block;
    float: left;
    width: 220px;
    padding-right: 24px;
}
ul#news-items > li a{
    display: block;
    padding: 10px;
    color: #ffffff;
}
ul#news-items > li a:hover{
    background-color: rgba(0,0,0,0.5);
    color: #cccccc;
}

ul#news-items > li div.date{
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-size: 18px;
    margin-bottom: 40px;
}
ul#news-items > li div.title{
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    
}
#news-view{
    display: none;
}
#news-view .head{
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 25px;
}
#news-view .head .date{
    position: absolute;
    right: 0; bottom: 10px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-style: italic;
}
#news-view .head h3{
    width: 515px;
}
#news-view .content{
    overflow: auto;
    width: 100%;
    font-size: 12px;
    padding-right: 25px;
}
#news-view .content p{
    margin-left: 0px!important;
}
#news-view .foot{
    overflow: auto;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 25px;
    padding-top: 20px;
    text-align: right;
}
/**/
/*management*/
/**/

#management-content{
    overflow:hidden;
    /*width: 2000px;*/
    margin-bottom: 40px;
}
ul#management{
    list-style:none;
    padding:0;
    margin:0;
    float: left;
}
ul#management > li{
    display: block;
    float: left;
    width: 190px;
    padding-right: 60px;
}
ul#management > li div.thumb{
    background: #fff;
    height: 128px;
    padding-left: 3px; padding-top:3px;
    margin-bottom: 1px;
}
ul#management > li div.title{
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    margin-top: 25px;
    font-size: 21px;
    letter-spacing: -1px;
}
ul#management > li div.job-title{
    font-size: 13px;
    margin-bottom: 25px;
}
ul#management > li div.summary{
    font-size: 14px;
    font-style: italic;
    background: url(./images/citate-icon.png) no-repeat left top;
    padding-left: 28px;
}
/**/
/*facts*/
/**/
ul.facts{
    list-style:none;
    padding:0;
    margin:0;
}
ul.facts li{
    background: url("./images/check-icon.png") no-repeat left 5px;
    padding-left: 40px;
    display: block;
}
ul.facts li h3{
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-size: 21px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 180px;
}
ul.facts li h3 i{
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    font-style: normal;
    width: 180px;
    margin-left: -180px;
    text-align: left;
    display: inline-block;
    font-size: 21px;
}
/* --- ABOUT layout End --- */

/* --- SOLUTIONS layout --- */
#certifications .txt{
}

#certifications ul.submenu{
    list-style:none;
    padding:0;
    margin:0;
}
#certifications ul.submenu li{
    width: 190px;
    float: left;
   /* ---  padding-right: 30px;--- */

}
#certifications ul.submenu li.last-row{
    padding-right: 0px;
}

#certifications ul.submenu li span.title{
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;    
    letter-spacing: -0.02em;
    line-height: 19px;
   /* ---  padding-left: 62px;--- */
	height: 30px;
    
}
#certifications ul.submenu li .summary{
    display: block;
    font-size: 14px;
   /* --- padding-left: 62px; --- */
}

#certifications ul.submenu li a{
   /* ---   background: url(./images/target-icon-small.png) no-repeat 10px 10px; --- */
    color: #ffffff;
    font-size: 19px;
    display: block;
    min-height: 48px;
    display: block;
    padding: 10px;
    min-height: 170px;
    margin-bottom: 20px;
}
#certifications ul.submenu li a:hover{
    background-color: rgba(0,0,0,0.5);
    color: #cccccc;
}
/* --- SOLUTIONS layout End --- */

/* --- SERVICES layout --- */

#services .txt{
}

#services .txt h1{
    background: url(./images/h1-icon.png) no-repeat left top;
    padding-left: 60px;
    font-size: 26px;
    min-height: 43px;
    padding-top: 3px;
    font-weight: normal;
}
#services .txt h4{
    font-size: 17px;
    margin-bottom: 20px;
    font-family: Arial,sans-serif;
}
#services .txt p{
    margin-left: 60px;
}
/*
/* --- SERVICES layout End --- */

/* --- INDUSTRIES layout --- */
#career .txt{
}

#career ul.submenu{
    list-style:none;
    padding:0;
    margin:0;
}
#career ul.submenu li{
    width: 300px;
    float: left;
    padding-right: 30px;

}
#career ul.submenu li.last-row{
    padding-right: 0px;
}

#career ul.submenu li span.title{
    display: block;
    font-size: 19px;
    padding-bottom: 10px;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;    
    letter-spacing: -0.02em;
    line-height: 19px;
    padding-left: 62px;
    
}
#career ul.submenu li .summary{
    display: block;
    font-size: 14px;
    padding-left: 62px;
}

#career ul.submenu li a{
    background: url(./images/target-icon-small.png) no-repeat 10px 10px;
    color: #ffffff;
    min-height: 130px;
    font-size: 19px;
    display: block;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
}
#career ul.submenu li a:hover{
    background-color: rgba(0,0,0,0.5);
    color: #cccccc;
}
/* --- INDUSTRIES layout End --- */

/* --- PROJECTS layout --- */

.project-header{
    /*background: url(/images/project-head-bg.png) repeat-x left top;*/
    background: #ffffff;
    border-bottom: 1px solid #f0f1f3;
    border-top: 1px solid #f0f1f3;
}
.project-header .center{
    width: 960px; margin-left: auto; margin-right: auto;
    height: 61px;
    /*color: #363636;*/

}


.project-header ul#projects-filter{
    float: right;
    margin-top: 10px;
}

.project-header ul#projects-filter > li {
    text-align: left;
    width: auto;
}
.project-header ul#projects-filter > li:hover {
    background-color: transparent;
}

.project-header ul#projects-filter > li > a{
    color: #363636;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    background: url(/images/dropdown-arrow-2.png) no-repeat right 14px;
    font-size: 18px;
    width: 250px;
}
.project-header ul#projects-filter > li > a strong{
    padding-left: 5px;
}
.project-header ul#projects-filter > li ul li a{
    padding-left: 10px;
}

.project-header .project-nav{
    float: left;
    padding-top: 17px;
}
.project-header .project-nav a{
    color: #363636;
    font-size: 16px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    display: inline-block;
    height: 25px;
    line-height: 23px;
}
.project-header .project-nav a:hover{
    color: #c18380;
}
.project-header .project-nav a.prev{
    background: url(./images/project-nav-left-red.png) no-repeat left 6px;
    padding-left: 15px;
    margin-right: 20px;
}
.project-header .project-nav a.next{
    background: url(./images/project-nav-right-red.png) no-repeat right 6px;
    padding-right: 15px;
    
}


#projects .txt{
}
#projects #projects-container{
    padding-top: 15px;
}

#projects ul.projects-list{
    float: left;
    list-style:none;
    padding:0;
    margin:0;
}
#projects ul.projects-list li{
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    width: 210px;
    padding-bottom: 20px;
    /*border-right: 1px dotted #DEDEDE;*/
}
#projects ul.projects-list li a{
    display: block;
    padding: 10px 10px;
    color: #ffffff;
}
#projects ul.projects-list li a:hover{
    background: rgba(0,0,0,0.5);
    color: #cccccc;
}

#projects ul.projects-list li:last-child{
    border-right: none;
}
#projects ul.projects-list li .image{
    background-color: #ffffff;
}
#projects ul.projects-list li a:hover .image{
    background-color: #0098ED;
}
#projects ul.projects-list li h4{
    margin: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#projects ul.projects-list li .desc{
    font-size: 14px;
    padding-bottom: 25px;
}
#projects ul.projects-list li a.read-more{
    font-style: italic;
    padding-right: 20px;
    background: url(./images/readmore-arrow.png) no-repeat right 2px;
}
/* --- projects filter --- */
.projects-filter-block{
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.projects-filter-block .title{
    float: left;
    font-size: 21px;
}

ul#projects-filter {
	margin:0;
	padding:0;
	list-style:none;
    position:relative;
    float: right;
    
}
ul#projects-filter > li {
	position:relative;
}
ul#projects-filter > li:hover, ul#projects-filter > li.active {
    background-color: #9d0800;
}
ul#projects-filter > li > a {
    width: 245px;
    padding: 6px 0px 10px 0px;
    text-align: right;
	display:block;
    background: url(./images/dropdown-arrow.png) no-repeat right center;
    padding-right: 30px;
    /*
    
    margin-right: 10px;
    */
    font-size: 21px;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    position: relative;
    margin-bottom: 1px;
}
ul#projects-filter > li ul {
    display: none;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	z-index:500;
    
}
ul#projects-filter > li ul.collumns-2 {
    width: 552px;
    right: 0px;
}
ul#projects-filter > li ul li {
    background: rgba(0,0,0,0.9);
    margin-bottom: 1px;
    width: 275px;
    padding: 6px 0px 10px 0px;    
    float: right;
}
ul#projects-filter > li ul li a{
    color: #ffffff!important;
}
ul#projects-filter > li ul.collumns-2 li{
    margin-right: 1px;
}
ul#projects-filter > li ul li:hover{
    background: rgba(0,0,0,1);
}
ul#projects-filter > li ul li a, ul#projects-filter > li ul li span {
	display:block;
    font-size: 18px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    padding-right: 30px;
    padding-left: 10px;
}
ul#projects-filter > li ul li.active {
    background-color: #9d0800;
}
ul#projects-filter.active > li > ul{
    display:block;
}

/* --- PROJECTS layout End --- */

/* --- CONTACTS layout --- */
#contacts{
background: url(/storage/upload/dalal/images/base/bg/contact_us.jpg) 50% 0 no-repeat fixed;
}

#contacts #map-container{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;

}
#contacts .map-shield{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    top: 0px; left: 0px;
    /*pointer-events: none;*/
}
#contacts .offices-container{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 20px;
}
#contacts div.locations{
    margin-top: 100px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}
#contacts div.locations a{
    display: block;
    float: left;
    font-size: 16px;
    height: 28px;
    color: #ffffff;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
}
#contacts div.locations a:first-child{
    padding-left: 0px;
}
#contacts div.locations a:last-child{
    padding-right: 0px;
}
#contacts div.locations a:hover{
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #9d0800;

}
#contacts div.locations a.selected{
    font-size: 21px;
    font-weight: bold;
    border-bottom: 3px solid #9d0800;
    padding-top: 0px;
    height: 32px;
}
#contacts .offices{
    padding-bottom: 80px;
}
#contacts div.office{
    display: none;
}
#contacts div.offices a{
    display: block;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-right: 20px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    padding-top: 10px;
}
#contacts div.offices a:hover{
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
}
#contacts div.offices a.selected{
    font-size: 28px;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    padding-top: 0px;
}
#contacts .office-info{
    display: none;
}
#contacts .office-info span{
    font-size: 18px;
    color: #ffffff;
    width: auto;
    line-height: 30px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
}
#contacts .office-info span b{
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
}

#contacts .office-info a{
    color: #0098ED;
	text-decoration:none;
}

#contacts .office-info a:hover{
    color: #0098ED;
	text-decoration: none;
	border-bottom: #0098ED dotted 1px;
}

#contacts .fima-info{
    margin-top: 80px;
    font-size: 13px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    width: 480px;
}

#contacts .center{
    width: 960px;
    left: 50%;
    margin-left: -480px;
    text-align: center;
    position: absolute;
    z-index: 10;
}

#contacts a.switch{
    display: block;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    background: #9D0800;
    text-align: center;
    font-size: 18px;
    padding: 4px 15px 7px 15px;
    display: inline-block;
}
#locations-menu .menu{
    width: 100%;
}
/* --- CONTACTS layout End --- */

/* --- SEARCH layout --- */
.search-header{
    background: url(./images/projects-inside-bg.jpg) no-repeat top center;
    position: relative;
}
.search-header h1{
    width: 960px;
    margin-left: auto; margin-right: auto; 
    margin-top: 0px; margin-bottom: 0px;
    padding: 30px 0px;
    text-align: left;
    font-size: 47px;
    font-family: 'HelveticaNeueLTCom-cn',Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.search_results_list{
    margin:0;
    list-style:none;
    padding:20px 0px;
}
.search_results_list > li{
    border-bottom: 1px solid #dedede;
    padding: 20px 0px;
}
.search_results_list > li > a{
    color: #0d0c0c;
    font-size: 18px;
}
.search-sub-nav{
    margin:0;
    list-style:none;
    padding: 5px 0px 0px 0px;
}
.search-sub-nav > li{
    display: inline;
    color: #a8a8a8;
}
/* --- SEARCH layout End --- */

/* --- PROJECTS layout --- */
.project-top-block{
    /*background: url(/images/projects-inside-bg.jpg) no-repeat top center;*/
    background-color: #ffffff;
    background-image: url(./images/about-sub-content-bg.png), url(./images/shadow-right.png), url(./images/shadow-left.png);
    background-repeat: repeat-x, repeat-y, repeat-y;
    background-position: left top, right top, left top;
    position: relative;
}
.project-top-block .project-desc{
    width: 960px;
    margin-left: auto; margin-right: auto; 
}
.project-top-block .project-desc h1{
    margin: 0px;
    padding: 0px;
    font-family: 'HelveticaNeueLTCom-cn',Helvetica,Arial,sans-serif;
    text-align: left;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 39px;
    line-height: 43px!important;
    letter-spacing: -0.02em;
}
.project-top-block .project-desc .imgs .img-wrap{
    width: 457px; height: 258px; overflow: hidden;
}
.project-top-block .project-desc .imgs{
    background: url(./images/projects-image-bg.png) no-repeat left top;
    width: 477px; height: 278px;
    padding-left: 10px;
    padding-top: 9px;
    float: left;
    position: relative;
}

.project-top-block .project-desc .imgs a.nav{
    height: 44px; width: 31px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    margin-top: -22px;
}
.project-top-block .project-desc .imgs a.nav:hover{
    background-position: left -44px;
}
.project-top-block .project-desc .imgs a.left{
    left: 10px;
    background: url(./images/gallery-left-arrow.gif) no-repeat;
}
.project-top-block .project-desc .imgs a.right{
    right: 20px;
    background: url(./images/gallery-right-arrow.gif) no-repeat;
}

.project-top-block .project-desc .img-wrap > ul{
    margin: 0px; padding: 0px;
    list-style:none;
}
.project-top-block .project-desc .img-wrap > ul > li{
    float: left;
    width: 457px;
    position: relative;
}

.project-top-block .project-desc .img-wrap > ul > li img.play-ico{
    position: absolute;
    left: 50%;
    margin-left: -23px;
    top: 50%;
    margin-top: -23px;
}

.imgs-bullets{
    text-align: center;
    width: 457px;
    position: absolute;
    bottom: 25px;
}
.imgs-bullets > ul{
    margin: 0px; padding: 0px;
    list-style:none;
}
.imgs-bullets > ul > li{
    display: inline;
    padding: 0px 1px;
}
.imgs-bullets > ul > li >a{
    display: inline-block;
    background-color: #8d9088;
    width: 6px; height: 6px;
    border-radius: 2px;
}
.imgs-bullets > ul > li >a:hover{
    background-color: #ffffff;
}
.imgs-bullets > ul > li >a.active{
    background-color: #ffffff;
    width: 8px; height: 8px;
    border-radius: 3px;
    margin-bottom: -1px;
}

/*
.imgs-bullets ul li span.home-bullet{
    display: block;
    background-color: #8d9088;
    width: 6px; height: 6px;
    border-radius: 2px;
}
.imgs-bullets ul li:hover span.home-bullet{
    background-color: #fff;
}
.imgs-bullets ul li.selected span.home-bullet{
    background-color: #ffffff;
    width: 8px; height: 8px;
    border-radius: 3px;
}
*/


.project-top-block .project-desc .fields{
    float: right;
    width: 440px;
    color: #363636;
}
.project-top-block .project-desc .fields ul{
    margin:0;
    list-style:none;
    padding:0;
}
.project-top-block .project-desc .fields ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #dedede;
    font-size: 13px;
}
.project-top-block .project-desc .fields ul li:last-child{
    border-bottom: 1px solid #a8a8a8;
}
.project-top-block .project-desc .fields ul li span.name{
    font-weight: bold;
    font-size: 16px;
    display: block;
    float: left;
    width: 200px;
    letter-spacing: -0.02em;
}
.project-top-block .project-desc .fields ul li span.value{
    padding-top: 3px;
    display: block;
    margin-left: 200px;
}

.project-top-block .project-desc .fields .more-info-container{
    text-align: center;
}
.project-top-block .project-desc .fields a.moreInfoBtn{
    background: url('./images/more-info-icon.png') no-repeat right center;
    padding-right: 30px;
    color: #363636;
    font-size: 16px;
}
.project-top-block .project-desc .fields a.moreInfoBtn:hover{
    color:#c18380;
}


.project-top-block .project-solutions{
    margin-top: 50px;
    background: #9D0800;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}
.project-top-block .project-solutions .center{
    width: 960px;
    margin-left: auto; margin-right: auto;    
}

.project-top-block .project-solutions h3{
    width: 190px;
    float: left;
    margin-right: 30px;
    color: #ffffff!important;
    font-family: Arial;
    font-weight: bold;
}

.project-top-block .project-solutions ul{
    margin:0;
    list-style:none;
    padding:0;
    margin-left: 220px;
}
.project-top-block .project-solutions ul li{
    float: left;
    margin-right: 20px;
    width: 210px; height: 40px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
    padding-left: 20px;
    background: url(./images/list-arrow-1.png) no-repeat left 2px;
    color: #ffffff;
    
}
.project-top-block .project-solutions ul li.last-row{
    margin-right: 0px;
}

.white-block .center .project-summary{
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    width: 280px;
    color: #0d0c0c;
    font-size: 17px;
}
.white-block .center .project-text{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #575252;
    margin-left: 300px;
}

/* --- PROJECTS layout End --- */

/* --- INDUSTRIES layout --- */
.career-desc{
    padding-top: 10px;
    background: url(./images/inside-top-line.png) repeat-x;
    padding-bottom: 10px;
    margin-bottom: 230px;
    background-size: 100% 100%;
}
.career-desc ul#projects-filter{
    margin-top: 5px;
    float: right;
}

.career-desc ul#projects-filter > li > a{
    color: #ffffff;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    background: url(./images/dropdown-arrow-2.png) no-repeat right 16px;
    text-shadow: 1px 1px 2px #000000;
}


.top-block .description{
    background: rgba(0,0,0,0.7);
    border-top: 1px solid #97827a;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

.top-block .description .left{
    width: 50%;
    float: left;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
}
.top-block .description .left *{ 
    padding-right: 50px;
}

.top-block .description .right{
    width: 50%;
    float: right;
    font-size: 13px;
    color: #fff;
}
.top-block .description .right *{ 
    padding-right: 50px;
}

.sub-career{
    background: #ffffff;
    border-bottom: 3px solid #9d0800;
    border-top: 3px solid #9d0800;
    /*
    background: url(/images/home-content-title-bg.png) repeat-x top left;    
    */
    
}
.sub-career .center{
    width: 960px; margin-left: auto; margin-right: auto;
    padding-top: 37px;
    padding-bottom: 37px;
}






#career-submenu{
    /*width: 272px;*/
    float: left;
    width: 300px;
    position: relative;
    z-index: 2;
}
#career-submenu ul{
    list-style:none;padding:0;margin:0;
}
#career-submenu ul li{
}
#career-submenu ul li a{
    color: #363636;
    font-size: 21px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    display: block;
    height: 33px;
    padding-left: 15px;
    padding-top: 6px;
}
#career-submenu ul li a:hover, #career-submenu ul li a.active{
    font-size: 24px;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    background: #f2f2f2;
    padding-top: 4px;
    height: 35px;
    border-right: 3px solid #9d0800;
    letter-spacing: -2px;
}
#career-subcontents{
    float: left;
    padding-left: 60px;
    border-left: 1px solid #b2b2b2;
    width: 599px;
    margin-left: -1px;
    position: relative;
    z-index: 1;
}
#career-subcontents.alone{
    border: none;
    width: auto;
    padding: 0px;
    margin: 0px;
}

#career-subcontents.alone .specific{
    width: 300px;
    float: left;
}
#career-subcontents.alone .others{
    width: 619px;
    float: left;
    border-left: 1px solid #b2b2b2;
    padding-left: 40px;
    padding-top: 0px;
}

#career-subcontents .industry-subcontent{
    display: none;
}
#career-subcontents h3{
    font-size: 21px;
}
#career-subcontents .specific{
}
#career-subcontents .others{
    padding-top: 10px;
}
#career-subcontents ul{
    margin:20px 0px;
    list-style:none;
    padding:0;
}
#career-subcontents .specific ul{

}
#career-subcontents .others ul{
}
#career-subcontents ul li{
    width: 279px;
    padding: 0px 15px 10px 0px;
    min-height: 30px;
    color: #363636;
}
.odd {
clear:left;
float:left;
}
.even {
float:left;
}

#career-subcontents ul li a {
    display: block;
    background: url(./images/list-arrow-1-over.png) no-repeat left 3px;
    padding-left: 20px;
    color: #363636;
}
#career-subcontents ul li a:hover {
    color:#c18380;
}
#career-subcontents ul li span {
    display: block;
    background: url(./images/list-arrow-1-over.png) no-repeat left 3px;
    padding-left: 20px;
}
/* --- INDUSTRIES layout End --- */



/* --- INSIDE layout --- */
.inside-text{
    color: #000000;
}

#content_main{
}
#content_main .inner-content{
    width: 960px;
    margin-left: auto; margin-right: auto;
    background: url(./images/inside-bg.jpg) no-repeat center top;
    padding: 20px;
}
a.back-link{
    background: url(./images/back-arrow-icon.png) no-repeat left 4px;
    padding-left: 27px;
    font-size: 18px;
    color: #575757;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
}
a.back-link-white{
    background: url(./images/back-arrow-icon-white.png) no-repeat left 5px;
    color: #ffffff;
}
a.top-link{
    background: url(./images/top-link-icon.png) no-repeat left 8px;
    padding-left: 27px;
    font-size: 18px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
}
.back-content{
    height: 77px;
    background: #f2f2f2;
    border-bottom: 3px solid #9d0800;
    
}
.back-content .center{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}
.top-block{
    /*height: 557px;*/
    position: relative;
}
.top-block .center{
    width: 960px;
    margin-left: auto; margin-right: auto;  
}
.white-block{
    background-color: #ffffff;
    position: relative;
}
.white-block .center{
    width: 960px;
    margin-left: auto; margin-right: auto;  
}
.white-block .split{
    height: 1px;
    background: #c9c9c9;
}
.white-block a.up-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 42px; height: 39px;
    background: url(./images/to-up-arrow.png) no-repeat left top;
    text-indent: -9999px;
}
.white-block a.up-btn:hover{
    background-position: left -39px;
}

.main-content .third-level, .main-content .newsletters-content, .main-content .content, .main-content .foot, .main-content .head .date, .main-content .third-content, .main-content .scroll-nav{
    width: 960px!important;
    margin-left: auto!important; 
    margin-right: auto!important;
}
.main-content .third-level{
    margin-top: 20px;
}

.main-content > .head{
    background: url(/images/projects-inside-bg.jpg) no-repeat top center;
    position: relative;
}
.main-content > .head h1{ 
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 30px 0px;    
    font-family: 'HelveticaNeueLTCom-cn',Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    font-size: 47px;
}
.main-content > .head h3{ 
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 15px 0px;    
    font-family: 'HelveticaNeueLTCom-cn',Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.main-content > .head h2{ 
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.main-content > .head .date{ 
    padding: 5px 0px;
}
.main-content > .head a.back-btn{
    display: none;
}

/*
.main-content, .main-content a{
    color: #0d0c0c !important;
}
*/
.main-content .foot{

    display: none;
}
/*
.default-header{
    background: url(/images/projects-inside-bg.jpg) no-repeat top center;
    position: relative;
}
.default-header h1{
    width: 960px;
    margin: 0px auto 0px auto;
    padding: 30px 0px;
}
*/
/*solutions*/
.solution-desc{
    width: 960px;
    margin-left: auto; margin-right: auto;
    padding-top: 10px;
    padding-bottom: 200px;
}
.top-block h1{
    color: #ffffff!important;
    font-size: 40px;
    margin: 0px; padding: 0px;
    padding-top: 2px;
    font-family: 'HelveticaNeueLTCom-LtCn',Helvetica,Arial,sans-serif;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
}
.solution-desc div.text{
    background: rgba(255,255,255,0.8);
    color: #363636;
    padding: 15px;
    width: 484px;
    float: right;
}
.sub-solutions{
    width: 100%;
    padding-top: 37px;
    padding-bottom: 37px;
    background: #ffffff;
    border-bottom: 1px solid #c9c9c9;
    border-top: 3px solid #9d0800;    
}
.sub-solutions .center{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.sub-solutions > ul{
    width: 960px;
    margin:0;
    margin-left: auto; margin-right: auto;  
    list-style:none;
    padding:0;
    
}
.sub-solutions > ul li{
    float: left;
    margin-right: 20px;
    width: 220px; height: 50px;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 10px;
    
}

.sub-solutions > ul li a{
    background: url(./images/list-arrow-1-over.png) no-repeat left 5px;
    padding-left: 38px;
    line-height: 15px;
    display: block;
    color: #363636;
    font-size: 14px;
    padding-right: 5px;
    min-height: 25px;
}
.sub-solutions > ul li a:hover{
    color:#c18380;
}
.partners{
    background: #ffffff;
    border-bottom: 3px solid #9d0800;
    color: #363636;
    padding-bottom: 20px;
}
.partners .center{
    width: 960px;
    margin-left: auto; margin-right: auto;  
}
.partners h3{
    width: 170px;
    float: left;
    padding: 0px;
    padding-top: 28px;
    margin: 0px;
    
}
.partners .nav{
    float: left;
    padding-top: 26px;
}
.partners .partners-list{
    width: 720px; overflow: hidden;
    float: left;
}
.partners .partners-list ul{
    list-style:none;
    padding:0;
    margin:0;
    padding-top: 15px;
}
.partners .partners-list ul li{
    float: left;
    width: 180px;
    height: 50px;
    text-align: center;
}
.partners .partners-list ul li a{
    opacity: 0.7;
}
.partners .partners-list ul li a:hover{
    opacity: 1;
}
.partners .partners-list ul li > img{
    opacity: 0.7;
}

ul#subsolutions{
    list-style:none;
    padding:0;
    margin:0;
    color: #575757;
}
ul#subsolutions >li{
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 50px;
    padding-top: 50px;
}
ul#subsolutions >li:last-child{
    border-bottom: none;
}
ul#subsolutions > li h2{
    padding: 0px; margin: 0px;
    padding-bottom: 10px;
}
ul#subsolutions > li div.desc{
}

.white-block .only-text{
    padding: 20px 0px;
    color: #575757;
    font-size: 13px;
    width: 960px;
    
}


ul#subsolutions > li div.desc .text{
    width: 630px;
    color: #575757;
    font-size: 13px;
}
ul#subsolutions > li div.desc .text h2.sub-title{
    padding: 0px; margin: 0px!important;
    padding-bottom: 10px!important;
    background: none;
    font-size: 24px;
    color: #212121;
}
ul#subsolutions > li div.desc .text ul, .white-block .only-text ul{
    list-style:none;
}
ul#subsolutions > li div.desc .text ul li, .white-block .only-text ul li{
    background: url("/storage/upload/dalal/images/basered-bullet.png") no-repeat left 7px;
    padding-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
}
ul#subsolutions > li div.desc .text h2, .white-block .only-text h2{
    background: url("/storage/upload/dalal/images/base/check-icon.png") no-repeat left 5px;
    padding-left: 40px;
    font-size: 21px;
    color: #575757;
}
ul#subsolutions > li div.desc .text h1, .white-block .only-text h1{
    font-size: 28px;
    color: #575757;
}


ul#subsolutions > li div.thumb{
    border: 1px solid #c9c9c9;
    padding: 4px 4px 0px 4px;
    /*margin-top: 55px;*/
}

ul#subsolutions > li.left div.thumb{
    float: right;
}
/*
ul#subsolutions > li.left div.desc{
    float: left;
}
*/

ul#subsolutions > li.right > h2{
    margin-left: 330px;
}
ul#subsolutions > li.right div.thumb{
    float: left;
}
ul#subsolutions > li.right div.desc .text{
    margin-left: 330px;
}


.solution-relations{
    background-color: #f2f2f2;
    border-bottom: 1px solid #bfbfbf;
    padding-top: 40px;
    padding-bottom: 40px;
}
.solution-relations .center{
    width: 960px;
    margin-left: auto; margin-right: auto; 
}
.solution-relations .rel-block{
    width: 300px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 30px;
}
.solution-relations .rel-block-2x{
    width: 600px;
    margin-right: 60px;
}

.solution-relations .rel-block-3x{
    width: 900px;
    margin-right: 90px;
}

.solution-relations .rel-block:last-child{
    margin-right: 0px;
}
.solution-relations .rel-block .nav{
    position: absolute;
    top: 0px; right: 0px;
}
.solution-relations .rel-block span.title{
    font-size: 21px;
    color: #363636;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
}
.solution-relations .rel-block ul{
    list-style:none;
    padding:0;
    margin:0;
    padding-top: 25px;
}
.solution-relations .rel-block ul li{
    width: 300px;
    float: left;
}
.solution-relations .rel-block .thumb{
    border: 1px solid #e3e3e3;
    background: #ffffff;
    padding: 4px;
    float: left;
    margin-right: 10px;
    height: 95px;
}
.solution-relations .rel-block a{
    color: #363636;
}
.solution-relations .rel-block a:hover .thumb{
    border: 1px solid #c18380;
}
.solution-relations .rel-block a:hover{
    color: #c18380;
}


.solution-relations .project-desc{
    margin-left: 150px;
}
.solution-relations .project-desc .text{
    padding-bottom: 20px;
    font-size: 14px;
}

.solution-relations .testimonial-desc .text{
    background: url("./images/citate-icon-grey.png") no-repeat left top;
    font-size: 14px;
    color: #363636;
    padding-left: 28px;
    font-style: italic;
}
.solution-relations .testimonial-desc .author{
    padding-left: 28px;
    font-size: 12px;
    color: #8c8c8c;
}
.solution-relations .contact-desc{
    width: 160px;
    float: left;
    color: #363636;
    font-size: 12px;
}
.solution-relations .contact-desc.no-photo{
    width: auto;
    float: none;
    color: #363636;
    font-size: 18px;
}
.solution-relations .contact-desc.no-photo div{
    margin-bottom: 5px;
}
.solution-relations .contact-desc.no-photo div>span{
    border-bottom: 1px solid #d3d3d3;
    display: block;
    width: 210px;
    padding-bottom: 5px;
    padding-left: 2px;
}

.solution-relations .contact-desc .name{
    font-size: 16px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
}
.solution-relations .contact-desc .job{
    font-weight: bold;
    
    padding-bottom: 10px;
}
.solution-relations .contact-desc .mobile{
    background: url(./images/phone-icon.png) no-repeat left center;
    padding-left: 20px;
}
.solution-relations .contact-desc .phone{
    background: url(./images/phone-icon.png) no-repeat left center;
    padding-left: 20px;
}
.solution-relations .contact-desc .email a{
    color: #9d0800;
    word-wrap: break-word;
}
.solution-relations .contact-desc .email a:hover{
    color: #c18380;
}
.solution-relations .contact-desc .email{
    background: url(./images/email-icon.png) no-repeat left center;
    padding-left: 20px;
}
/**/
/* --- INSIDE layout End --- */



/* --- SUBSCRIPTION FORM layout --- */
#subscribtion_container{
    width: 464px;
}
#subscribtion_container h2{
    font-size: 21px;
    font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
    color: #363636;
}
#subscribtion_container form{
    padding: 0px; margin: 0px;
}
#subscribtion_container form fieldset{
    margin: 0px;
    padding: 10px 0px;
}
#subscribtion_container fieldset label{
    display: block;
    float: left;
    width: 160px;
    color: #363636;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    font-size: 16px;
}    
#subscribtion_container input[type="checkbox"]{
    display:none;
}
#subscribtion_container .checkbox{    
    font-size: 16px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    color: #363636;
    background: url(./images/checkbox-skin.png) no-repeat left 0px;
    height: 21px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
    float: left;
    cursor:pointer;
}
#subscribtion_container .checked{
    background-position: left -21px;
}

#subscribtion_container input[type="text"]{
    border: 1px solid #d9d9d9;
    background: #fbfbfb;
    padding: 3px 5px 3px 5px;
    font-size: 16px;
    width: 250px;
}
#subscribtion_container .split{
    height: 1px;
    background: #b2b2b2;
    margin-bottom: 16px;
}
#subscribtion_container .submit-block{
    text-align: center;
}
#subscribtion_container .apply-btn{
    padding-right: 22px;
}
#subscribtion_container h2.green{
    color: #CA0400;
    text-align: center;
}
#subscribtion_container p.thx{
    font-size: 16px;
    font-family: 'HelveticaNeueLTCom-Lt',Helvetica,Arial,sans-serif;
    color: #363636;
    text-align: center;
}


#newsletter_activation_body h3 {
    margin:20px 0;
}
#newsletter_activation_body form {
    margin-bottom:0;
}


#newsletter_accept_body p {
    margin:20px 0;
}
/* --- SUBSCRIPTION FORM layout End --- */

.float_right
{
float:right;
-moz-box-shadow: inset 0px 1px 0px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
box-shadow: inset 0px 1px 0px 0px #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f5f5f5),color-stop(1,#e8e8e8));
background: -moz-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: -webkit-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: -o-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: -ms-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: linear-gradient(to bottom,#f5f5f5 5%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e8e8e8',GradientType=0);
background-color: #f5f5f5;
color: #666;
font-size: 11px;
display: block;
cursor: pointer;
font-weight: bold;
padding: 6px 22px;
text-decoration: none;
text-shadow: 1px 1px 0px #fff;
border-radius: 3px;
}

.float_right:hover
{
background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#e8e8e8),color-stop(1,#f5f5f5));
background: -moz-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: -webkit-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: -o-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: -ms-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: linear-gradient(to bottom,#e8e8e8 5%,#f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f5f5f5',GradientType=0);
background-color: #e8e8e8;
}

.float_left
{
float:left;
-moz-box-shadow: inset 0px 1px 0px 0px #fff;
-webkit-box-shadow: inset 0px 1px 0px 0px #fff;
box-shadow: inset 0px 1px 0px 0px #fff;
background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#f5f5f5),color-stop(1,#e8e8e8));
background: -moz-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: -webkit-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: -o-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: -ms-linear-gradient(top,#f5f5f5 5%,#e8e8e8 100%);
background: linear-gradient(to bottom,#f5f5f5 5%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e8e8e8',GradientType=0);
background-color: #f5f5f5;
color: #666;
font-size: 11px;
display: block;
cursor: pointer;
font-weight: bold;
padding: 6px 22px;
text-decoration: none;
text-shadow: 1px 1px 0px #fff;
border-radius: 3px;
}

.float_left:hover
{
background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#e8e8e8),color-stop(1,#f5f5f5));
background: -moz-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: -webkit-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: -o-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: -ms-linear-gradient(top,#e8e8e8 5%,#f5f5f5 100%);
background: linear-gradient(to bottom,#e8e8e8 5%,#f5f5f5 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#f5f5f5',GradientType=0);
background-color: #e8e8e8;
}

.contact_form i
{
color: #0098ED;
font-style: normal;
}

.contact_form h1
{
font-size: 54px;
color: #ffffff;
font-family: 'HelveticaNeueLTCom-Bd',Helvetica,Arial,sans-serif;
line-height: 54px !important;
padding-bottom: 10px;
}


/* --- HOME layout --- */
/* --- HOME layout End --- */
 

/**BODY SECTION**/
section {
	width:100%;
	float:left;
}

#component {
	display: block;
	float: left;
	width: 950px;
	padding: 0 2%;
	margin: auto;
	min-height: 800px;
	margin: 20px 0px;
}

.content-container {
	width: 960px;
	margin:15px 0 0 0;
	margin:auto;
	height: 100%;
}

#global-container {
	width: 100%;
	margin:0 auto;
	background: white;
	float: left;
}

.background_1, .background_2, .background_3
{
float: left;
width: 100%;
}

.background_2
{
background: url(/storage/upload/dalal/images/base/sneaker_mesh_fabric.png);
}

.background_1 #header
{
position: static !important;
border-bottom: 1px solid rgb(221, 221, 221);
}

.thumb_img
{
border: 1px solid lightgrey;
}

.custom_detail h1
{
color:black;
font-size:20px;
}

.custom_detail
{
margin-top: 30px;
position: relative;
padding: 10px;
color: #fff;
background: #27506B;
overflow: hidden;
-webkit-border-radius: 5px 0 5px 5px;
-moz-border-radius: 5px 0 5px 5px;
border-radius: 5px 0 5px 5px;
}


.custom_detail:before
{
border-color: #fff #fff transparent transparent;
background: transparent;
content: "";
position: absolute;
top: 0;
right: 0;
border-width: 0 16px 16px 0;
border-style: solid;
display: block;
width: 0;
Optional: shadow;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius: 0 0 0 5px;
border-radius: 0 0 0 5px;
}



.left_container
{
width: 46% !important;
}


.detail_desc
{
margin-top: 30px;
}
  
 
.detail_desc ul
{
padding-left: 20px;
}

.detail_info p
{
padding: 5px 0px !important;
}

.product_review h2
{
font: normal 150%;
padding: 0;
color: #5d5d5d;
margin: 0 0 20px 0;
font-size: 30px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
color: #393132;
letter-spacing: -2px;
}

.rating_result_left h4
{
color: #5d5d5d;
}

#footer_extra
{
clear: both;
width: 100%;
background: #000000;
height: 40px;
border-top: 1px solid rgb(73, 73, 73);
}

.display_img
{
width: 100%;
display: block;
margin: -5px;
border: 5px solid #000000;
}

.article_title
{
margin:0px !important;
}

.tooltip{
	display: inline;
	position: relative;
}

.tooltip:hover:after{
	background: #333;
	background: rgba(0,0,0,.8);
	border-radius: 5px;
	bottom: 26px;
	color: #fff;
	content: attr(title);
	left: 20%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
}

.tooltip:hover:before{
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0 6px;
	bottom: 20px;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 99;
}


.menu
{
list-style-type: none;
color: #d2d2d2;
font-family: Arial;
font-size: 12px;
margin: 0px;
padding: 0px;
}

.nav
{
position: absolute;
right: 0px;
bottom: 20px;
}

.feature_product h2 a
{
color: #000000;
padding: 10px;
}

.sub_title
{
width: 770px;
border-bottom: 2px solid #5d5d5d;
padding-bottom: 10px;
font-size: 16px;
background: url(https://cdn1.iconfinder.com/data/icons/windows-8-metro-style/26/plus.png) no-repeat;
padding-left: 30px;
background-position: 0px -3px;
}

/*Service & Maintainance*/

.services_sub_title
{
border-bottom: 2px solid #5d5d5d;
padding-bottom: 10px;
font-size: 16px;
background: url(/storage/upload/dalal/images/base/plus.png) no-repeat;
padding-left: 30px;
background-position: 0px -3px
}

.services-list li
{
float: right;
margin-right: 20px;
width: 180px;
padding-bottom: 5px;
background: rgba(0,0,0,0.5);
padding: 20px;
margin-bottom: 30px;
list-style:none;
}





.product_title
{
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
}

 
.mbpgallery-category-box-file{
	background: none repeat scroll 0 0 #FCFCFC;
	border: 5px solid #E8E8E8 !important;
	float: left;
	margin: 5px;
	overflow: visible;
	padding: 5px;
	text-align: center;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .5);
	border-radius: 10px;
	height: 100% !important;
}

.mbpgallery-category-box-file:hover{
	border: 5px solid lightgrey !important;
}

.gallery_back_button span.back_btn
{
width: 107px !important;
height: 30px !important;
background: url('http://mobipotcms.com/storage/upload/dalal/images/base/left_round.png')no-repeat !important;
display: block;
margin-top: 20px;
margin-right: 65px;
}

.gallery_back_button span.back_btn:hover
{
background: url('http://mobipotcms.com/storage/upload/dalal/images/base/left_round_hover.png')no-repeat !important;
}

.gallery_category_title h1
{
color: #333333;
font-size: 25px !important;
margin-left: 15px;
}

.view_more
{
float:right;
}

.view_more span.back_btn
{
width: 107px !important;
height: 30px !important;
background: url('/storage/upload/dalal/images/base/view_more_hover.png')no-repeat !important;
display: block;
margin-top: 55px;
/* margin-right: 65px; */
}

.view_more span.back_btn:hover
{
background: url('/storage/upload/dalal/images/base/view_more.png')no-repeat !important;
}


/*image hover grayscale*/

.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}


.contact_add
{
border-bottom: 1px solid #C2C2C2;
padding-bottom: 3px;
font-size: 16px;
background: url(/storage/upload/dalal/images/base/contact_office.png) no-repeat;
padding-left: 40px;
margin-bottom: 5px;
padding-top: 5px;
}


/** base carousel **/
.carousel ul {
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}

.no-js .carousel ul {position:static;}

.carousel .mask {
	position:relative;
	overflow:hidden;
	/*border:6px solid #444;*/
}

/*.carousel ul li {
	float:left;
	width:150px;
	height:150px;
	color:#fff;
	font-size:8em;
	text-align:center;
	margin:0;
}*/

.carousel .pagination-links {
	list-style:none;
	margin:0;
	padding:0;
}
 
.carousel .pagination-links li {
	display:inline;
}

.carousel .pagination-links li a {
	padding:2px 6px;	
}

.carousel .pagination-links li a:hover {text-decoration:none;}

.carousel .pagination-links li.current a {
	 background:#444;
	 color:#fff;
}
 
.carousel .disabled {
	color:gray;
	cursor:default;
}

/** my carousel 1 **/
#my-carousel-1 .mask {
	width:150px;
}

/** my carousel 2 **/
#my-carousel-2 .mask {
	width:630px;
}

#my-carousel-2 ul li {
	margin:0 10px 0 0;
}

/** my carousel 3 **/
#my-carousel-3 .mask {
	width:100%;
	height: 450px !important;
}

#anchor-client, #anchor-services_maintanance
{
height:30px !important;
}
