/* embedded fonts */
.chevin {
    font-family: 'FFDINWebBold';
}

.helvmedium {
    font-family: "HelveticaNeueLTStd-Md";
}

.helvlight {
    font-family: "HelveticaNeueLT-LightItalic";
}

.helv {
    font-family: "HelveticaNeue";
}

/* RESET CSS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: 'HelveticaNeue', Arial, sans-serif;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    position: relative;
    text-rendering: optimizelegibility;
}

:focus {
    outline: 0;
}

html {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #2b2b2b;
    font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #39373c;
    font-style: normal;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizelegibility;
}

a, a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    outline: 0;
    border: none;
    display: block;
}

a img {
    outline: 0;
    border: 0px;
}

strong {
    font-weight: bold;
}

a, a:visited {
    font-size: 14px;
    font-family: "HelveticaNeue";
    color: rgb(240, 75, 27);
}

a:hover {
    font-size: 14px;
    font-family: "HelveticaNeue";
    color: #242424;
}

a, a:hover {
    -khtml-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

i, em {
    font-style: italic;
    font-family: arial;
}

/* Generic elements. */
.messages {
    background-color: #fff;
    border: 1px solid #b8d3e5;
}

.preview {
    background-color: #fcfce8;
    border: 1px solid #e5e58f;
}

div.status {
    color: #33a333;
    border-color: #c7f2c8;
}

div.error, tr.error {
    color: #a30000;
    background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
    border: 1px solid #c52020;
    color: #363636;
}

div.messages {
    background-color: #585854;
    margin-left: 25px;
    color: #ffffff;
}

.preloadassets {
    display: none;
}

/* Custom CSS */

/*body { overflow-y: scroll;  } */
body {
    overflow-y: hidden;
}

#wrapperout {
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
    margin: 0px;
}

h2.pane-title {
    display: none;
}

.hclear {
    clear: both;
}

ul.tabs {
    position: fixed;
    bottom: 5px;
    border: none;
    right: 0px;
    z-index: 99999;
}

ul.primary li a {
    border: 1px solid #aaaaaa;
    font-size: 16px;
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
}

ul.primary li.active a {
    border: 1px solid #bbbbbb;
    background-color: #F04B1B;
    color: #ffffff;
    padding: 5px;
}

ul.primary li.active a:hover, ul.primary li a:hover {
    border: 1px solid #000000;
    background-color: #F04B1B;
    color: #ffffff;
    padding: 5px;
}

ul.primary li.active {
    display: none;
}

a, a:hover, a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

img {
    outline: 0;
}

a img {
    outline: 0;
    border: 0px;
}

.preloadassets {
    display: none;
}

/* for homepage */
body {
    background: #2b2b2b url("images/loader.gif") no-repeat center center;
    visibility: hidden;
    min-width: 1080px;
}

/* for WORK page */
/* for isotope and tiling */
/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/**** Infinite Scroll ****/

#infscr-loading {
    position: fixed;
    text-align: center;
    bottom: 30px;
    left: 42%;
    z-index: 100;
    background: white;
    background: hsla(0, 0%, 100%, 0.9);
    padding: 20px;
    color: #222;
    font-size: 15px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* ###########################  Regular page CSS ########################### */
#thumbs {
    position: fixed;
    display: block;
    bottom: 68px;
    width: 100%;
    text-align: center;
    z-index: 2;
}

#thumbs a {
    text-indent: -9999em;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 4px;
    margin-left: 7px;
    background: transparent url("images/hcircle_off.png") no-repeat 0px 0px;
}

#thumbs a:hover, #thumbs a.activeslide {
    background: transparent url("images/hcircle_on.png") no-repeat 0px 0px;
}

#superbgimage {
    display: none;
    background: #2b2b2b url("images/loader.gif") no-repeat center center;
}

/* background: #fff url("images/ajax2.gif") center center no-repeat; */
/*#superbgimage img {image-rendering: optimizeQuality; -ms-interpolation-mode: bicubic;}*/
#superbgimage {
    width: 100%;
    height: 100%;
    position: relative;
}

body.narrow #thumbs {
    bottom: 48px;
}

body.narrow #thumbs a {
    margin-right: 3px;
    margin-left: 6px;
}

#goprev {
    left: 28px;
}

#gonext {
    right: 28px;
}

.navarrows {
    z-index: 9999;
    position: absolute;
    top: 100px;
    width: 44px;
    height: 253px;
    display: none;
}

.navarrows a {
    display: block;
    width: 44px;
    height: 253px;
}

a.gopreva {
    background: transparent url("images/wide/arrow_left.png") no-repeat 10px 103px;
}

a.gonexta {
    background: transparent url("images/wide/arrow_right.png") no-repeat 10px 103px;
}

body.narrow .navarrows {
    z-index: 9999;
    position: absolute;
    top: 100px;
    width: 30px;
    height: 222px;
    display: none;
}

body.narrow .navarrows a {
    display: block;
    width: 30px;
    height: 222px;
}

body.narrow a.gopreva {
    background: transparent url("images/narrow/arrow_left.png") no-repeat 5px 90px;
}

body.narrow a.gonexta {
    background: transparent url("images/narrow/arrow_right.png") no-repeat 5px 90px;
}

#goprev img, #gonext img {
    max-width: 100%;
    height: auto;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

#goprev:hover, #gonext:hover {
    background-color: rgba(255, 255, 255, 0.09);
}

.homecont {
    position: fixed;
    display: block;
    top: 240px;
    width: 100%;
    z-index: 2;
}

.projcontinner {
    width: 761px;
    margin-left: 100px;
    height: 432px;
}

body.narrow .projcontinner {
    width: 672px;
    width: 657px;
    height: 373px;
}

.logo, .navbar ul li, .rightnavbar, .homeblock, .footercont, #thumbs {
    display: none;
}

.sitefooter {
    display: none;
    clear: both;
}

.tilebg {
    visibility: visible;
    overflow: hidden;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    background: transparent url("images/background_overlay.png");
}

/* ###########################  NAVBAR CSS ########################### */
.navcont {
    width: 100%;
    min-height: 100px;
    position:absolute;
    z-index: 10;
}

/*background:transparent url("images/transpBlack25.png"); */
.navcontinner {
    padding-top: 56px;
    padding-left: 62px;
    padding-right: 52px;
    padding-bottom: 20px;
}

body.narrow .navcontinner {
    padding-top: 37px;
    padding-left: 41px;
    padding-right: 32px;
    padding-bottom: 20px;
}

.navcontleft {
    float: left;
    width: 400px;
}

.navcontright {
    float: right;
}

.logo a {
    display: block;
    width: 235px;
    height: 32px;
    background: transparent url("images/wide/logo.png") no-repeat 0px 0px;
}

.logo a:hover {
    background: transparent url("images/wide/logo_hover.png") no-repeat 0px 0px;
}

body.narrow .logo a {
    display: block;
    width: 235px;
    height: 32px;
    background: transparent url("images/narrow/logo.png") no-repeat 0px 0px;
}

body.narrow .logo a:hover {
    background: transparent url("images/narrow/logo_hover.png") no-repeat 0px 0px;
}

.navbar {
    padding-top: 24px;
    margin-left: -10px;
}

.navbar ul.links li {
    float: left;
    padding-right: 4px;
}

.navbar ul.links li a {
    display: block;
/* old   padding: 12px 14px 12px 14px; */
    padding: 13px 14px 11px 14px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'FFDINWebBold';
    font-weight: normal;
    letter-spacing: 1px;
}

.navbar ul.links li a:hover, .navbar ul.links li a.active, .navbar ul.links li a.active-trail, .rnavbar0 a:hover, .rnavbar0 a.active {
    background: #F04B1B;
}

body.narrow .navbar {
    padding-top: 18px;
}

body.narrow .navbar ul.links li {
    padding-right: 3px;
}

body.narrow .navbar ul.links li a {
/* old    padding: 10px 11px 10px 12px; */
    padding: 12px 11px 9px 12px;
}

.rnavbar0 a {
    display: block;
/* old   padding: 12px 14px 12px 14px; */
    padding: 13px 14px 11px 14px;
    margin-right: 6px;
    margin-top: -8px;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'FFDINWebBold';
    font-weight: normal;
    letter-spacing: 1px;
    
}

.rnavbar a:hover svg{
    opacity: 0;
}
.rightnavbar .rnavbar1 a,
.rnavbar1 a {
    display: block;
    width: 24px;
    height: 23px;
}

.rightnavbar .rnavbar1 a{
    background: transparent url("images/wide/nav_icon_mail.png") no-repeat 0px 0px; 
}
.rnavbar1 a:hover {
    background: transparent url("images/wide/nav_icon_mail_hover.png") no-repeat 0px 0px;
}

.rightnavbar .rnavbar2 a,
.rnavbar2 a {
    display: block;
    width: 24px;
    height: 23px;
}

.rightnavbar .rnavbar2 a{
     background: transparent url("images/wide/nav_icon_linkedin.png") no-repeat 0px 0px;
}
.rnavbar2 a:hover {
    background: transparent url("images/wide/nav_icon_linkedin_hover.png") no-repeat 0px 0px;
}

.rightnavbar .rnavbar3 a,
.rnavbar3 a {
    display: block;
    width: 24px;
    height: 23px;
}

.rightnavbar .rnavbar3 a{
    background: transparent url("images/wide/nav_icon_search.png") no-repeat 0px 0px;
}
.rnavbar3 a:hover {
   background: transparent url("images/wide/nav_icon_search_hover.png") no-repeat 0px 0px;
}

body.narrow .rnavbar0 a {
/* old    padding: 10px 11px 10px 12px; */
    padding: 12px 11px 9px 12px;
    margin-top: -7px;
    margin-right: 7px;
}

body.narrow .rnavbar1 a {
    display: block;
    width: 24px;
    height: 23px;
    background: transparent url("images/narrow/nav_icon_mail.png") no-repeat 0px 0px;
}

body.narrow .rnavbar1 a:hover {
    background: transparent url("images/narrow/nav_icon_mail_hover.png") no-repeat 0px 0px;
}

body.narrow .rnavbar2 a {
    display: block;
    width: 24px;
    height: 23px;
    background: transparent url("images/narrow/nav_icon_linkedin.png") no-repeat 0px 0px;
}

body.narrow .rnavbar2 a:hover {
    background: transparent url("images/narrow/nav_icon_linkedin_hover.png") no-repeat 0px 0px;
}

body.narrow .rnavbar3 a {
    display: block;
    width: 24px;
    height: 23px;
    background: transparent url("images/narrow/nav_icon_search.png") no-repeat 0px 0px;
}

body.narrow .rnavbar3 a:hover {
    background: transparent url("images/narrow/nav_icon_search_hover.png") no-repeat 0px 0px;
}

.rightnavbar {
    padding-top: 2px;
}

.rnavbar {
    float: left;
    padding-right: 13px;
}

body.narrow .rnavbar {
    float: left;
    padding-right: 7px;
}

.footercont {
    position: fixed;
    z-index: 2;
    display: block;
    bottom: 31px;
    width: 100%;
    text-align: center;
    display: none;
}

.copyright {
    color: rgb(149, 149, 149);
}

.copyright a {
    color: rgb(194, 194, 194);
}

.copyright a:hover {
    color: #ffffff;
}

body.narrow .footercont {
    bottom: 21px;
}

body.narrow .copyright, body.narrow .copyright a {
    font-size: 11px;
}

.navcontleftproj {
    float: left;
    display: none;
    width: 76px;
    min-height: 37px; /* old 40px */
    top: 55px;
    margin-left: 206px;
    background-color: rgb(70, 70, 70);
}

.navcontleftproj a {
    display: block;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'FFDINWebBold';
    font-weight: normal;
    letter-spacing: 1px;
}

.navcontleftproj a:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.navcontleftproj {
    margin-left: 11px;
    background-color: #636363;
}

.navcontleftproj a {
    color: #999999;
    padding: 13px 14px 12px 16px;
}

body.narrow .navcontleftproj a {
    padding: 12px 11px 9px 15px;
}

body.narrow .navcontleftproj {
    min-height: 33px;
}

.navcontleftproj a:hover {
    background-color: #f04b1b;
    color: #ffffff;
}

.navcontleftproj.active a {
    background-color: #f04b1b;
    color: #ffffff;
}

/*body.page-node-4 .navcontleftproj{display:block;}*/
body.page-node-4 .footercont {
    position: relative;
    display: block;
    margin-top: 120px;
    width: 100%;
    text-align: center;
    display: none;
    min-height: 100px;
}

/* ###########################  More Regular page CSS ########################### */

.datablock {
    background-color: rgba(255, 255, 255, 0.94);
    background: transparent url("images/FFFFFF-0.94.png");
    display: none;
    overflow: hidden;
}

.datablock {
    padding: 24px 27px 7px 29px;
}

.dbtophead {
    float: left;
    width: 450px;
}

.dbtopactivespan {
    display: none;
    font-size: 13px;
    font-family: 'FFDINWebBold';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

body.narrow .dbtopactivespan {
    font-size: 11px;
}

span.inactive {
    display: block;
    text-transform: uppercase;
}

.datablock.active .dbtopactivespan {
    display: block;
}

.datablock.active span.inactive {
    display: none;
}

.datablock.active {
    background-color: rgba(240, 75, 27, 0.2);
    background: transparent url("images/F04B1B-0.2.png");
    padding: 18px 26px 7px 25px;
}

/* width: 504px; */

/* 
.datablock.active .dbtophead{float:left;width:360px;} 
.datablock.active .dbicon1 {padding-right: 23px;}
.datablock.active .dbicon2 {padding-right: 25px;}
.datablock.active .dbicon3 {padding-right: 26px; padding-top: 2px;}
.datablock.active .dbicon4 {padding-top: 5px;}
body.node-type-project .datablock.active .dbtopheadicons {width: 124px;}
*/

.dbtopheadicons {
    float: right;
    width: 188px;
}

.dbicon {
    float: left;
}

.dbicon a {
    display: block;
    width: 10px;
    height: 10px;
}

.dbicon1 {
    padding-right: 48px;
}

.dbicon2 {
    padding-right: 44px;
}

.dbicon3 {
    padding-right: 45px;
    padding-top: 2px;
}

.dbicon4 {
    float: right;
    padding-top: 5px;
}

.dbicon5 {
    float: right;
    padding-top: 5px;
}

body.node-type-project .dbicon4 {
    float: left;
}

body.narrow .dbicon1 {
    padding-right: 41px;
}

body.narrow .dbicon2 {
    padding-right: 40px;
}

body.narrow .dbicon3 {
    padding-right: 39px;
    padding-top: 1px;
}

body.narrow.node-type-project .dbicon4 {
    padding-top: 0px; /* new */
}

.dbicon1 a {
    background: url("images/wide/subnav_arrow_left.png") no-repeat 0px 0px;
    width: 10px;
    height: 17px;
}

.datablock.active .dbicon1 a {
    background: url("images/wide/subnav_arrow_left_white.png") no-repeat 0px 0px;
    width: 10px;
    height: 17px;
}

.dbicon2 a {
    background: url("images/wide/subnav_arrow_right.png") no-repeat 0px 0px;
    width: 10px;
    height: 17px;
}

.datablock.active .dbicon2 a {
    background: url("images/wide/subnav_arrow_right_white.png") no-repeat 0px 0px;
    width: 10px;
    height: 17px;
}

.dbicon3 a {
    background: url("images/wide/subnav_grid.png") no-repeat 0px 0px;
    width: 14px;
    height: 14px;
}

.datablock.active .dbicon3 a {
    background: url("images/wide/subnav_grid_white.png") no-repeat 0px 0px;
    width: 14px;
    height: 14px;
}

.dbicon4 a {
    background: url("images/subnav_collapse1.png") no-repeat 0px 0px;
    width: 16px;
    height: 9px;
}

.datablock.active .dbicon4 a {
    background: url("images/wide/subnav_collapse_white.png") no-repeat 0px 0px;
    width: 16px;
    height: 9px;
}

.dbicon5 a {
    background: url("images/wide/close_box.png") no-repeat 0px 0px;
    width: 16px;
    height: 16px;
}

body.narrow .dbicon1 a {
    background: url("images/narrow2/subnav_arrow_left_small.png") no-repeat 0px 0px;
    width: 7px;
    height: 12px;
}

body.narrow .datablock.active .dbicon1 a {
    background: url("images/narrow2/subnav_arrow_left_white_small.png") no-repeat 0px 0px;
    width: 7px;
    height: 12px;
}

body.narrow .dbicon2 a {
    background: url("images/narrow2/subnav_arrow_right_small.png") no-repeat 0px 0px;
    width: 7px;
    height: 12px;
}

body.narrow .datablock.active .dbicon2 a {
    background: url("images/narrow2/subnav_arrow_right_white_small.png") no-repeat 0px 0px;
    width: 7px;
    height: 12px;
}

body.narrow .dbicon3 a {
    background: url("images/narrow2/subnav_grid_small.png") no-repeat 0px 0px;
    width: 9px;
    height: 9px;
}

body.narrow .datablock.active .dbicon3 a {
    background: url("images/narrow2/subnav_grid_small_white.png") no-repeat 0px 0px;
    width: 9px;
    height: 9px;
}

body.narrow .dbicon4 a {
    background: url("images/narrow2/subnav_collapse_small2.png") no-repeat 0px 0px;
    width: 12px;
    height: 6px;
}

body.narrow .datablock.active .dbicon4 a {
    background: url("images/narrow2/subnav_collapse_white_small2.png") no-repeat 0px 0px;
    width: 12px;
    height: 6px;
}

body.narrow .dbicon5 a {
    background: url("images/narrow2/close_box.png") no-repeat 0px 0px;
    width: 11px;
    height: 11px;
}

/*body.narrow.node-type-project .datablock.active .dbtopheadicons {width: 112px;} */
body.narrow.node-type-project .dbtopheadicons {
    width: 158px;
}

.dbcontent {
    padding-top: 50px;
    background: transparent;
}

.dbcontent.active {
    background: transparent url("images/loader-2B2B2B-trans.gif") no-repeat 10px 10px;
}

.dbleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

.dbright {
    float: left;
    width: 23%;
    padding-top: 12px;
}

.ppbody p {
    padding-bottom: 15px;
}

span.inactive {
    font-size: 13px;
    font-family: 'FFDINWebBold';
    color: rgb(194, 194, 194);
}
.pptitle {
    margin-bottom: 19px;
}
.pptitle, .pptitleinner {
    font-size: 20px;
    font-family: 'FFDINWebBold', Arial, sans-serif;
    color: #231F20;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
}

.ppbody {
    font-size: 14px;
    font-family: "HelveticaNeue";
    color: rgb(36, 36, 36);
   /* padding-top: 19px;*/
    line-height: 19px;
}

.dbsidehead {
    font-size: 14px;
    font-family: "HelveticaNeue";
    color: rgb(36, 36, 36);
}

.dbsidetext {
    font-size: 14px;
    font-family: "HelveticaNeue";
    color: rgb(240, 75, 27);
    padding-bottom: 15px;
    text-indent: -8px;
    padding-left: 8px;
}

.menu-block-1 ul li.leaf {
    list-style-image: none;
    list-style-type: none;
    float: left;
}

.menu-block-1 ul.menu li {
    margin: 0px 20px 0px 0px;
}

.menu-block-1 ul.menu li a {
    font-size: 13px;
    font-family: 'FFDINWebBold';
    color: rgb(194, 194, 194);
    text-transform: uppercase;
}

.menu-block-1 ul.menu li a.active, .menu-block-1 ul.menu li a:hover {
    color: #F04B1B;
}

.menu-block-2 ul li.leaf {
    list-style-image: none;
    list-style-type: none;
    float: left;
}

.menu-block-2 ul.menu li {
    margin: 0px 20px 0px 0px;
}

.menu-block-2 ul.menu li a {
    font-size: 13px;
    /*font-family: 'FFDINWebBold';*/
    font-family: 'DINOT-Bold';
    color: #838384;
    text-transform: uppercase;
}

.menu-block-2 ul.menu li a.active, .menu-block-2 ul.menu li a:hover {
    color: #F04B1B;
}

.dbtophead {
    width: 600px;
}

.dbtopheadicons {
    width: 38px;
    margin-top: -10px;
    margin-right: -10px;
}

body.node-type-project .dbtophead {
    width: 450px;
    padding-top: 3px;
}

body.node-type-project .dbtopheadicons {
    width: 198px;
    margin-top: -10px;
    margin-right: -10px;
}

body.node-type-project .dbicon1 {
    padding-right: 23px;
}

body.node-type-project .dbicon2 {
    padding-right: 19px;
}

body.node-type-project .dbicon3 {
    padding-right: 5px;
    padding-top: 2px;
}

body.node-type-project .dbicon4 {
    float: right;
    padding-top: 5px;
}

.dbicon1 a {
    background: url("images/wide/subnav_arrow_left.png") no-repeat 50% 50%;
    width: 10px;
    height: 17px;
    padding: 10px;
    display: block;
}

.datablock.active .dbicon1 a {
    background: url("images/wide/subnav_arrow_left_white.png") no-repeat 50% 50%;
    width: 10px;
    height: 17px;
}

.dbicon2 a {
    background: url("images/wide/subnav_arrow_right.png") no-repeat 50% 50%;
    width: 10px;
    height: 17px;
    padding: 10px;
    display: block;
}

.datablock.active .dbicon2 a {
    background: url("images/wide/subnav_arrow_right_white.png") no-repeat 50% 50%;
    width: 10px;
    height: 17px;
}

.dbicon3 a {
    background: url("images/wide/subnav_grid.png") no-repeat 50% 50%;
    width: 14px;
    height: 14px;
    padding: 10px;
    display: block;
}

.datablock.active .dbicon3 a {
    background: url("images/wide/subnav_grid_white.png") no-repeat 50% 50%;
    width: 14px;
    height: 14px;
}

.dbicon4 a {
    background: url("images/subnav_collapse1.png") no-repeat 50% 50%;
    width: 16px;
    height: 9px;
    padding: 10px;
    display: block;
}

.datablock.active .dbicon4 a {
    background: url("images/wide/subnav_collapse_white.png") no-repeat 50% 50%;
    width: 16px;
    height: 9px;
    padding: 10px;
    display: block;
}

body.narrow .dbicon1 a {
    background: url("images/narrow2/subnav_arrow_left_small.png") no-repeat 50% 50%;
    width: 7px;
    height: 12px;
    padding: 5px;
    display: block;
}

body.narrow .datablock.active .dbicon1 a {
    background: url("images/narrow2/subnav_arrow_left_white_small.png") no-repeat 50% 50%;
    width: 7px;
    height: 12px;
}

body.narrow .dbicon2 a {
    background: url("images/narrow2/subnav_arrow_right_small.png") no-repeat 50% 50%;
    width: 7px;
    height: 12px;
    padding: 5px;
    display: block;
}

body.narrow .datablock.active .dbicon2 a {
    background: url("images/narrow2/subnav_arrow_right_white_small.png") no-repeat 50% 50%;
    width: 7px;
    height: 12px;
}

body.narrow .dbicon3 a {
    background: url("images/narrow2/subnav_grid_small.png") no-repeat 50% 50%;
    width: 9px;
    height: 9px;
    padding: 5px;
    display: block;
}

body.narrow .datablock.active .dbicon3 a {
    background: url("images/narrow2/subnav_grid_small_white.png") no-repeat 50% 50%;
    width: 9px;
    height: 9px;
}

body.narrow .dbicon4 a {
    background: url("images/narrow2/subnav_collapse_small2.png") no-repeat 50% 50%;
    width: 12px;
    height: 6px;
    padding: 5px;
    display: block;
}

body.narrow .datablock.active .dbicon4 a {
    background: url("images/narrow2/subnav_collapse_white_small2.png") no-repeat 50% 50%;
    width: 12px;
    height: 6px;
}

body.narrow .dbicon5 a {
    background: url("images/narrow2/close_box.png") no-repeat 50% 50%;
    width: 11px;
    height: 11px;
    padding: 5px;
    display: block;
}

body.narrow.node-type-project .dbtopheadicons {
    width: 135px;
/* new */    top: 3px;
}

.pptitle {
    text-transform: uppercase;
}

.dbcontent {
    min-height: 330px;
}

/*.dbcontentinner{padding-right:10px;}*/
/*
.dbcontent{height: 330px;display:table;}
.dbcontentouter{display: table-row;}
.dbcontentinner {display: table-cell;vertical-align: bottom;}
.dbcontentinnerscroll{display:block;position:relative;}
*/

body {
    overflow-y: scroll;
}

.homecont {
    position: relative;
    display: block;
    top: 80px;
    width: 100%;
    z-index: 2;
}

.navarrows {
    position: fixed;
}

.clearboxbottom {
    min-height: 150px;
    width: 10px;
}

body.narrow .datablock {
    padding: 22px 27px 3px 23px;
}

body.narrow .datablock.active {
/* old    padding: 17px 26px 6px 21px; */
    padding: 17px 26px 9px 21px;
}

body.narrow .dbtophead {
    width: 560px;
    padding-top: 3px; /* new */
}

body.narrow.node-type-project .dbtophead {
    width: 380px;
/* new */  padding-top: 0px;
}

body.narrow .dbtophead span.inactive {
    font-size: 11px;
}

body.narrow .pptitle {
    font-size: 18px;
}

body.narrow .ppbody, .dbsidehead, and .dbsidetest {
    font-size: 12px;
}

body.narrow .dbcontent {
    min-height: 281px;
}

/*height: 281px; */
body.narrow .projcontinner {
    width: 656px;
    height: 372px;
    margin-left: 88px;
}

.data2box {
    position: absolute;
    width: 760px;
    top: 220px;
    left: 180px;
    z-index: 5;
    background: #ffffff;
    display: none;
}

.data2box span.inactive {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.data2box .dbcontent {
    padding-top: 0px;
    padding-bottom: 10px;
}

body.narrow .data2box {
    width: 656px;
    top: 170px;
    left: 160px;
}

/* ########################### Project Page CSS ########################### */
.hclear13 {
    min-height: 13px;
}

.relproject {
    padding-bottom: 6px;
    text-indent: -8px;
}

/* ########################### Capabilities Page CSS ########################### */
body.page-node-5 span.inactive {
    font-size: 13px;
    font-family: 'FFDINWebBold';
    color: #000000;
    text-transform: uppercase;
}

/* ########################### Node Page CSS ########################### */

body.page-node-252 .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}
body.page-node-252 .ncontentright {
    float: left;
    width: 23%;	
}
body.page-node-252 .ncontentright p {
    color: rgb(240, 75, 27);
}

body.page-node-252 .ncontentright p span {
    color: rgb(36, 36, 36);
}

body.page-node-253 .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

body.page-node-253 .ncontentright {
    float: left;
    width: 23%;
}

body.page-node-253 .ncontentright p {
    color: #898989;
}

body.page-node-253 .ncontentright p span {
    color: rgb(36, 36, 36);
}

body.page-node-5 .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

body.page-node-5 .ncontentright {
    float: left;
    width: 23%;
}

body.page-node-5 .ncontentright p {
    color: #898989;
}

body.page-node-5 .ncontentright p span {
    color: rgb(36, 36, 36);
}
body.page-node-5 .ncontentright a:

/* ########################### Publications Page CSS ########################### */
body.node-type-publicationspage .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

body.node-type-publicationspage .ncontentright {
    float: left;
    width: 23%;
}

.decade {
    display: block;
}

.decadeyear {
    font-weight: normal;
    /*color: rgb(240, 75, 27);*/
    color: #000;
    padding-top: 20px;
    padding-bottom: 16px;
}

body.node-type-publicationspage .decadeyear {
    font-weight: bold;
    color: #242424;
}

body.node-type-project .decadeyear {
    padding-bottom: 0px;
}

a.decadehref {
    color: #242424;
}
a.decadehref span{text-transform: lowercase;}



.nrightyears a.decadehref{color: rgb(240, 75, 27);}
.nrightyears a.decadehref:hover{color: #242424;}
a.decadehref.active {color: #000;}



.showpublications {
    float: left;
    width: 130px;
}

.showawards {
    float: left;
    width: 130px;
    clear: right;
}

/* ########################### Awards Page CSS ########################### */
body.node-type-awardspage .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

body.node-type-awardspage .ncontentright {
    float: left;
    width: 23%;
}

/* ########################### Careers Page CSS ########################### */
body.node-type-careerpage .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

body.node-type-careerpage .ncontentright {
    float: left;
    width: 23%;
}

.careername {
    color: #363636;
    padding-top: 20px;
    padding-bottom: 10px;
}

body.node-type-careerpage a.decadehref {
    color: rgb(249, 75, 27);
}

/* ########################### Photocredit Page CSS ########################### */
body.node-type-photocredits .ncontentleft {
    float: left;
    width: 40%;
    padding-right: 10%;
}

body.node-type-photocredits .ncontentright {
    float: left;
    width: 40%;
}

.credityear {
    color: rgb(240, 75, 27);
    padding-top: 20px;
    padding-bottom: 10px;
}

/* ########################### Directions Page CSS ########################### */
body.node-type-directionspage .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

body.node-type-directionspage .ncontentright {
    float: left;
    width: 23%;
}

.spanred {
    color: rgb(240, 75, 27);
}

.spanred a {
    color: rgb(240, 75, 27);
}

.spanred a:hover {
    color: #242424;
}

.directionsclear {
    min-height: 20px;
}

.gframecont {
    display: none;
}

.gframe {
    visibility: visible;
    overflow: hidden;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
}

.gframe iframe {
    width: 100%;
    height: 100%;
}

.directionslink {
    padding-bottom: 10px;
}

/* ########################### Legacy Page CSS ########################### */
body.node-type-legacypage .ncontentleft {
    float: left;
    width: 58%;
    padding-right: 10%;
}

body.node-type-legacypage .ncontentright {
    float: left;
    width: 23%;
}

.nrightdhead {
    font-weight: normal;
}

.nrightd {
    text-indent: -8px;
    padding-left: 8px;
}

/* ########################### LEadership Page CSS ########################### */
body.node-type-leadership .ncontentleft {
    float: left;
    width: 68%;
    padding-right: 5%;
}

body.node-type-leadership .ncontentright {
    float: left;
    width: 23%;
}

.staffclear10 {
    min-height: 10px;
    clear: both;
}

.staffclear {
    min-height: 20px;
    clear: both;
}

.staffhead {
    font-weight: bold;
    letter-spacing: 1px;
}

.staffrole {
    font-style: italic;
}

.staffimg {
    padding-top: 5px;
}

.stafflinks a {
    padding-right: 20px;
}

body.node-type-leadership .datablock {
    margin-bottom: 150px;
}

/* ########################### Search Page CSS ########################### */
.search-advanced {
    display: none;
}

.schbox {
    padding-top: 5px;
    display: none;
}

.schtxt {
    background: #ffffff url("images/wide/search_icon_box.png") no-repeat 93% 50%;
    padding: 10px 40px 9px 14px;
    border: 1px solid #ffffff;
    width: 150px;
}

.schtxt:hover, .schtxt:focus {
    background: #ffffff url("images/wide/search_icon_box_hover.png") no-repeat 93% 50%;
}

.searchresultcont {
    padding-top: 10px;
    padding-bottom: 10px;
}

body.page-search span.inactive {
    font-size: 13px;
    font-family: 'FFDINWebBold';
    color: #000000;
    text-transform: uppercase;
}

/* ########################### News Page CSS ########################### */
body.page-node-7 .ncontentleft, body.node-type-news .ncontentleft, body.page-node-277 .ncontentleft, body.node-type-article .ncontentleft {
    float: left;
    width: 62%;
    padding-right: 8%;
}

body.page-node-7 .ncontentright, body.node-type-news .ncontentright, body.page-node-277 .ncontentright, body.node-type-article .ncontentright {
    float: left;
    width: 25%;
}

body.node-type-news .pptitle, body.node-type-article .pptitle {
    width: 62%;
}

/*body.page-node-7 .ncontentright, body.page-node-277 .ncontentright {
    padding-top: 69px;
}

body.page-node-7 .ppbody, body.page-node-277 .ppbody {
    padding-top: 0px;
    margin-top: -15px;
}*/

.incont {
    padding-top: 40px;
}

.ncontentleft .incont:first-child{
    padding-top: 0;
}

.ppimg img {
    max-width: 100%;
    height: auto;
}

.ppfile {
    padding-bottom: 10px;
}

body.page-node-7 .pptitle, body.page-node-277 .pptitle {
    display: none;
}

.pptxt {
    padding-top: 10px;
    padding-bottom: 10px;
}

.greyspan {
    color: rgb(137, 137, 137);
}

.rbarhref {
    padding-bottom: 5px;
    text-indent: -8px;
    padding-left: 8px;
}

.rbarblock {
    padding-bottom: 25px;
}

.pptags {
    padding-bottom: 25px;
}

body.node-type-news .incont, body.node-type-article .incont {
    padding-top: 0px;
}

body.node-type-news .pptxt, body.node-type-article .pptxt {
    padding-top: 0px;
}

/* body.node-type-news span.inactive, body.node-type-article span.inactive{font-size: 13px;font-family: 'FFDINWebBold';  color: #000000; text-transform: uppercase;} */
/* ########################### */
/*.ncontentright p {line-height: 21px;}*/
.rbtxtbar {
	padding-bottom: 3px;
	text-indent: -8px;
	padding-left: 8px;
}

/*
.navcont{position:fixed;}
.homecont {top: 240px;}
*/
/*.dbcontent{overflow:hidden;}*/

.homecont {
    top: 240px;
    position: fixed;
}

/* for firefox fix */
@-moz-document url-prefix() {
    .prjlinner {
        margin-bottom: 5px;
    }

}

/* for safari and chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .prjbclear {
        clear: both;
        margin-top: -2px;
        display: block;
    }
}

/* iphone only css here */

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
        width: 1080px;
    }
}
.ptile .ptilered{
    -moz-transition: opacity ease-out 0.4s;
    -webkit-transition: opacity ease-out 0.4s;
    -o-transition: opacity ease-out 0.4s;
    transition: opacity ease-out 0.4s;
}
.ptile a:hover .ptilered{
    opacity: 1;
}

.touch .not-front .homecont{
    position: relative!important;
    width: 100%;
    z-index:2;
    top: 80px!important;
}
.touch .narrow .datablock{
    padding-bottom: 23px;
}
.touch .navcont{
    position: relative!important;
}
.touch .sitefooter{
    min-height: 0!important;
}
.touch .datablock.active{
    background-image: none;
    background-color: rgba(240, 75, 27, 0.3);
}

.views-widget-filter-search_api_views_fulltext label{
    font-family: 'HelveticaNeue',Arial,sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
}
.views-exposed-widgets{
    overflow: hidden;
}
.views-exposed-widgets div, .views-exposed-widgets label {
    display: inline;
}

.views-widget input{
    width: 268px;
    margin-bottom: 0;
    margin-top: 0;
}

.views-exposed-form input{
    margin: 0!important;

}



/* - overwrite CSS */
/*.projcontinner {width: 800px;}*/
.menu-block-1 ul.menu li a {color: #838384;}
body .ncontentleft{float:left;width: 60% !important;box-sizing: border-box;padding-right: 7% !important;}
body .ncontentright {float:left;width: 40% !important;text-transform: uppercase; padding-bottom: 60px;}
.nrightdhead,
body .ncontentright h3{font-weight: 600;margin-bottom: 5px;color: #f04b1b;}
.nrightd,
.rbtxtbar {   
   text-indent: 0px;
   padding-left: 0;
   margin-bottom: 3px;
}

/*.navcont{position: fixed !important; top: 0 !important;}
.homecont{position: absolute !important;}
#superbgimage{position: relative !important;}
#thumbs{position: absolute !important;}
.navarrows{position: absolute !important;}*/

/*#block-system-main .content {max-height: 500px;overflow-y: auto;padding-right: 15px;}*/

.ncontentleft h3 {margin-bottom: 10px;}
.ncontentleft h3,
.ncontentleft h3 span {
	font-family: 'DINOT-Bold';
	font-size: 17px;
	line-height: 26px;
	display: block;
}
/*.dbcontent{padding-top: 30px;}*/
/*.workcont{padding-top: 175px;top: 0 !important;}*/
.ppbody p{margin-bottom: 15px;}

/* - site footer section */
.site-footer-section{
	display: inline-block;
	width: 100%;
	background-color: #404042;
	padding: 100px 0 150px;
}
.footer-container {
	max-width: 100%;
	margin: 0 auto;
}
.footer-right-section,
.footer-left-section{
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}
.footer-left-section {
	width: 50%;
	padding-left: 25.8%;
}
.footer-right-section {
	width: 50%;
	padding-left: 10px;
}
.footer-address {
	color: #e6e6e6;
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
}

.footer-contact-detail a {
	display: block;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
	font-family: 'DINNextLTPro-Light';
}
.develop-by a:hover,
.foo-rt-btm-lnks a:hover,
.navbarfooter ul li a:hover,
.footer-contact-detail a.email{color: #F04B1B;}
.footer-left-section .logo a:hover,
.footer-left-section .logo a {background-size: 70%;}
.navbarfooter {margin-bottom: 15px;}
.navbarfooter ul li {
	display: inline-block;
	color: #fff;
	margin-bottom: 15px;
}
.navbarfooter ul li a {
	color: #fff;
	text-transform: uppercase;
	margin-right: 32px;
	font-weight: bold;
	letter-spacing: 0.8px;
	font-size: 13px;
	line-height: 13px;
}
.site-footer-section .social-media {
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.social-media .schbox2 {position: absolute;margin-top: 2px;}
.site-footer-section .social-media .rnavbar a{opacity: 0.85;}
.site-footer-section .social-media .rnavbar a:hover{opacity: 1;}
.copyright,
.develop-by a,
.foo-rt-btm-lnks a,
.footer-right-bottom {font-size: 12px;color: #fff;line-height: 16px;letter-spacing: 0.3px;}
.develop-by a {color: #79797b;margin-top: 5px;display: block;}
.footer-address p{font-family: 'DINNextLTPro-Light';font-size: 14px;line-height: 21px;letter-spacing: 0.3px;}




/* - common fonts list */

.nrightdhead,
body .ncontentright h3,
.menu-block-1 ul.menu li a,
.navbarfooter ul li a {
	font-family: 'DINOT-Bold';	
}
.rbtxtbar span,
.nrightd a,
.nrightd,
.rbtxtbar a,
.rbtxtbar {
	font-family: 'DINOT-Regular';
}

.develop-by a,
.footer-contact-detail a,
.copyright,.foo-rt-btm-lnks a,
.footer-address p {
font-family: 'DINNextLTPro-Light';
}

.ncontentright .rbtxtbar span{
    color: rgb(240, 75, 27);
}



/* -  HomePage */
.home-bnr-section{
	background: url("../images/home-banner-01.jpg") no-repeat;
	background-size: cover;
	background-position: center center !important;
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100vh;
	display: inline-block;
	width: 100%;
	z-index: 1;
    overflow: hidden;
}
.home-bnr-section::before{
    position: absolute;
	content:"";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}
.home-container {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-content: center;
	height: 100vh;
	z-index: 3;
}
.home-rightbox, .home-leftbox{float: left;}
.home-leftbox {text-align: right;display: grid;/*align-content: center;*/}
.home-leftbox h1 {
	color: #fff;
    font-size: 54px;
	line-height: 56px;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	padding: 0 25px;
	margin-bottom:0;
	letter-spacing: 2px;
}
.home-leftbox h1 {
    color: #fff;
    font-size: 50px;
    line-height: 52px;
    text-transform: uppercase;
    font-family: 'DINNextLTPro-Medium';
    padding: 0 25px;
    margin-bottom: 0;
    letter-spacing: 2px;
    /* margin-top: 13px; */
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    margin-top: 5px;
}
.home-rightbox ul li {
	display: block;
	color: rgba(0,0,0,0.3);
	font-size: 54px;
	line-height: 56px;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	letter-spacing: 0.4px;
}
.home-rightbox::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background-color: rgba(241,86,37,0.70);
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 0;
	height: 100px;
	display: grid;
	align-content: center;
	justify-content: center;
	margin-top: 0;
}


/* - swiperslider-section */
.header__slide__spinning__wrap {
	overflow: hidden;
	position: relative;
	height: 100vh;	
/*	padding-right: 30px;*/
	padding-left:10px;
}
.swiper__slide__spinning__item {	
	position: relative;
	width: 100%;
	
}
.home-rightbox .swiper-wrapper{
    -webkit-transition-duration: 1.25s !important;
	transition-duration: 1.25s !important;
}
.swiper__slide__spinning__item h3 {
	color: rgba(0,0,0,0.3);
	font-size: 54px;
	line-height: 56px;
	text-transform: uppercase;
	font-family: 'DINNextLTPro-Medium';
	letter-spacing: 0.4px;
	margin: 0;
	transition: color 1.25s;
	-webkit-transition: color 1.25s;
	transition-delay: 0.25s; 
    -webkit-transition-delay: 0.25s;
}
.swiper__slide__spinning__item.swiper-slide-active {
	padding: 23px 0;
}
.swiper__slide__spinning__item.swiper-slide-active h3 {
	color: #fff;	
}
.swiper__slide__spinning__item__wrap {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header__slide__spinning__title {
	margin-bottom: 0;
}


/*.slick-slide{font-size:9.8vh !important;}*/
/*.home-rightbox::before{height:15vh;top:50vh;}*/

/* - News section */
.news-section{
    display: inline-block;
    width: 100%;
    background: url("images/news_bg.jpg") no-repeat;
    background-size: cover !important; 
    margin-bottom: -3px;
    margin-top: -4px;
}
.news-box{
	width: 50%;
	float: left;
}
.newslist-block{
	position: relative;
	padding: 50px 90px;
}
.newslist-block::before{
	position: absolute;
	content:"";
	background-color: rgba(255,255,255,0.85);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
.section-title h3{
	border-bottom: 1px solid #F04B1B;
	font-size: 25px;
	color: #F04B1B;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 10px;
    letter-spacing: 0.75px;
	font-family: 'DINOT-Medium';
}
.newsbox{
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	font-family: 'DINOT-Medium';
	letter-spacing: 0.75px;
}
.newsbox .postdate span {
	font-size: 13px;
	line-height: 13px;
	font-family: 'DINOT-Medium';
	letter-spacing: 0.75px;
	color: #F04B1B;
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
}	
.newsbox h3,
.newsbox h3 a{
	font-size: 16px;
	color: #F04B1B;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: 'DINOT-Medium';
}
.newsbox h3 a:hover{
    color: #000;
}
.newsbox p{
	/*font-size: 23px;*/
	font-size: 18px;
	letter-spacing: 0;
	line-height: 25px;
	color: #404042;
	font-family: 'Bell MT';
}
.newsbox .readmore{
	color: #404042;
    font-size: 11px;
	line-height: 13px;
    font-family: 'DINOT-Bold';
	letter-spacing: 0.75px;
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
}
.newsbox .readmore:hover{
    color: #F04B1B;
}

.news-descriptionbox {
	padding: 60px 50px;
	float: left;
	background-color: rgba(240,75,27,0.55);
	max-width: 430px;
}
.news-descriptionbox{
	text-transform: uppercase;
}
.news-descriptionbox p {
	color: #fff;
	font-size: 34px;
	font-weight: 300;
	line-height: 41px;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
	letter-spacing: 1px;
	font-family: 'DINNextLTPro-Light';
}
.news-descriptionbox span{
    color: #fff;
	font-size: 54px;
	font-weight: 300;
	line-height: 63px;
	margin-bottom: 25px;
	letter-spacing: 0.5px;
	letter-spacing: 1px;
	font-family: 'DINNextLTPro-Light';
}
.news-descriptionbox h5 {
   font-family: 'DINNextLTPro-Medium';
	color: #fff;
	font-size: 66px;
	line-height: 80px;
	letter-spacing: -0.25px;
}

.projecttype-section{
    display: inline-block;
    width: 100%;
    margin-bottom: -3px;
}
.projecttype-box{
    float: left;
    width: 25%;
    position: relative;
}
.projecttype-box img {
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}
.projecttype-box h3 {
	display: grid;
	color: #fff;
	font-family: 'DINNextLTPro-Medium';
	justify-content: center;
	align-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 36px;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 3px;
	max-width: 200px;
	margin: 0 auto 0;
	text-align: center;
}
.projecttype-box::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}
.projecttype-box:nth-child(2n)::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(240,75,27,0.65);
}
.slick-list {
    height: 100% !important;
    padding-top: calc( 50vh - 103px) !important;
}

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


.slick-slide {
  transition: all ease-in-out 1s;
  transition-delay: .5s; 
  -webkit-transition-delay: .5s;
}
.home-rightbox .slick-arrow{opacity: 0;display: none !important}
.slick-slide h3 { 
    color: rgba(0,0,0,0.3);
	font-size: 50px;
	line-height: 52px;
	margin: 10px 0;
    text-transform:uppercase;
    font-family: 'DINNextLTPro-Medium';
	letter-spacing: 2px;
    transition: color 0.5s;
	-webkit-transition: color 0.5s;
	transition-delay: 0.15s; 
    -webkit-transition-delay: 0.15s;
}

.slick-active {color: #000;}
.slick-center.slick-slide h3{color: #fff;}
.slick-current {opacity: 1;}


/* ## Responsive */

@media (max-width: 1140px){
    .home-leftbox h1,
    .slick-slide h3{
        font-size: 40px;
        line-height: 44px;
    }
    .home-rightbox::before {
        height: 80px;
    }
    .slick-list{
        padding-top: calc( 50vh - 92px) !important;
    }

}
@media (max-width: 1280px){
    .decadetxt a,.ncontentright .rbtxtbar a{font-size:12px !important;}
}