@charset "UTF-8";
 .preloader {
display: none;
}
.inside {
margin-top: 130px;
}
.scrollheader {
top: 0;
padding: 30px 0;
box-shadow: none;
}
.scrollheader.active {
padding: 0;
background-color: #fff !important;
-webkit-box-shadow: 0px 2px 14px -8px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 2px 14px -8px rgba(0,0,0,0.44);
box-shadow: 0px 2px 14px -8px rgba(0,0,0,0.44);
}
.projects_container {
padding: 70px 0;
font-size: 0;
}
.projects_slider {
padding: 70px 0 30px 0;
font-size: 0;
}
.projects_container .project {
background-color: #ededed;
font-size: 14px;
position: relative;
}
.projects_container .spacer, .projects_slider .spacer {
margin: 4px;
position: relative;
}
.projects_container .project .background_image, .projects_slider .project .background_image {
background-position: center center;
background-size: cover;
padding-top: 56%;
}
.projects_container .project.full {
display: block;
vertical-align: top;
}
.projects_container .project.full .background_image {
padding-top: 36%;
}
.projects_container .filter_nohover, .projects_slider .filter_nohover {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
opacity:1;
background: rgb(0,0,0);
background: -webkit-linear-gradient(280deg, rgba(0,0,0,0.7917367630646008) 0%, rgba(0,0,0,0) 39%);
background: -o-linear-gradient(280deg, rgba(0,0,0,0.7917367630646008) 0%, rgba(0,0,0,0) 39%);
background: linear-gradient(10deg, rgba(0,0,0,0.7917367630646008) 0%, rgba(0,0,0,0) 39%); 
}
.projects_container .filter_1, .projects_slider .filter_1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
opacity:0;
background: rgb(0,0,0);
background: -webkit-linear-gradient(285deg, rgba(0,0,0,0.7917367630646008) 33%, rgba(0,0,0,0.2903362028405112) 100%);
background: -o-linear-gradient(285deg, rgba(0,0,0,0.7917367630646008) 33%, rgba(0,0,0,0.2903362028405112) 100%);
background: linear-gradient(15deg, rgba(0,0,0,0.7917367630646008) 33%, rgba(0,0,0,0.2903362028405112) 100%);
webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.projects_container a.project:hover .filter_1, .projects_slider a.project:hover .filter_1 {
opacity: 1;
transition-delay: 0.2s;
}
.projects_container .slide_description, .projects_slider .slide_description {
position: absolute;
left: 70px;
bottom: 70px;
z-index: 100;
width: 65%;
font-size: 13px;
color: #fff;
min-width: 400px;
}
.projects_container .slide_description .slide_heading, .projects_slider .slide_description .slide_heading {
text-transform: uppercase;
margin-bottom: 0px;
font-weight: 500;
webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
transition-delay: 0.2s;
}
.slide_description .slide_heading h2 {
font-size: 13px;
color: #cdcdcd;
margin:0;
line-height: 16px;
}
.projects_container a.project:hover .slide_description .slide_heading, .projects_slider a.project:hover .slide_description .slide_heading {
transition-delay: 0s;
webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.projects_container a.project:hover .slide_description .slide_heading, .projects_slider a.project:hover .slide_description .slide_heading {
transition-delay: 0.3s;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
margin-bottom: 30px;
}
.projects_container .slide_description .slide_heading:before, .projects_slider .slide_description .slide_heading:before {
content: '';
width: 40px;
display: block;
border-top: 4px solid #da251c;
margin-bottom: 40px;
}
.projects_container .slide_description .slide_text, .projects_slider .slide_description .slide_text {
line-height: 22px;
font-weight: 300;
max-height: 0;
opacity: 0;
overflow: hidden;
webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}
.projects_container a.project:hover .slide_description .slide_text, .projects_slider a.project:hover .slide_description .slide_text {
max-height: 500px;
opacity: 1;
webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.projects_container a.project .readmore, .projects_slider a.project .readmore {
font-weight: 500;
text-transform: uppercase;
margin-top: 20px;
color: #fff;
display: inline-block;
}
.projects_container a.project .readmore .bigbutton, .projects_slider a.project .readmore .bigbutton {
color: #fff;
margin: 0;
padding-left: 0;
padding-right: 0;
}
.projects_container a.project .bigbutton::before, .projects_slider a.project .bigbutton::before {
width: calc(100%);
left: 0;
} .single-projects .scrollheader {
top: -150px;
}
.single-projects .scrollheader.active {
top: -0px;
}
.single-projects .royal {
background-size: cover;
background-position: center center;
position: fixed;
top: 0;
width: 100%;
left: 0;
z-index: 100;
}
.single-projects .royal .filter_1 {
background: rgb(0,0,0);
background: -webkit-linear-gradient(rgba(0,0,0,0.5900560907956933) 0%, rgba(0,0,0,0) 34%);
background: -o-linear-gradient(rgba(0,0,0,0.5900560907956933) 0%, rgba(0,0,0,0) 34%);
background: linear-gradient(rgba(0,0,0,0.5900560907956933) 0%, rgba(0,0,0,0) 34%); 
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.single-projects .royal .filter_2 {
background: rgb(0,0,0);
background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.46680679107580536) 0%, rgba(0,0,0,0) 36%);
background: -o-linear-gradient(bottom, rgba(0,0,0,0.46680679107580536) 0%, rgba(0,0,0,0) 36%);
background: linear-gradient(to top, rgba(0,0,0,0.46680679107580536) 0%, rgba(0,0,0,0) 36%); 
opacity: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.single-projects .royal .project_title {
position: absolute;
bottom: 150px;
left: 0;
width: 100%;
z-index: 20;
opacity: 1;
webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-o-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}
.single-projects .royal .project_title.hide {
opacity: 0;
}
.single-projects .royal .project_title h1 {
color: #fff;
text-shadow: 0px 0px 4px #000;
}
.single-projects .inside {
position: relative;
margin-top: calc(100vh - 111px); background-color: #fff;
z-index: 102;
}
.single-projects .projectheader {
background-color: transparent;
padding-top: 60px;
position: relative;
z-index: 101;
top:0;
left: 0;
width: 100%;
}
.single-projects .projectheader .menucontainer {
color: #fff;
}
.single-projects .welcome h1 {
margin-bottom: 0;
}
.single-projects .welcome h2 {
margin-top: 0;
text-transform: uppercase;
}
.galleryarea, .text_area, .specs_area, .image_area {
padding-bottom: 70px;
} 
.specs_area .content {
padding: 70px 0;
}
.specs_area .content h1 {
color: #555;
margin-bottom: 70px;
}
.specs_area ul.specs {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 0;
}
.specs_area ul.specs li {
padding: 25px;
font-size: 0px;
}
.specs_area ul.specs li:nth-child(odd) {
background-color: rgba(217,217,217,0.35);
}
.specs_area ul.specs li .half {
font-size: 13px;
} .text_area ul {
margin-top: 15px;
margin-bottom: 15px;
margin-left: 0;
padding-left: 20px;
list-style-type: none;
}
.text_area ul.alm-listing {
margin: 0;
padding: 0;
}
.text_area ul:not(.gform_fields) li {
margin: 6px 0px;
font-size: 13px;
line-height: 22px;
text-align: left;
}
.text_area ul:not(.gform_fields) li:before {    
font-family: "Font Awesome 5 Free"; 
content: '\f054';
margin:0 10px 0 -20px;
color: #da251c;
font-weight:  900;
} .videospacer {
padding: 30px 0px 0 0;
margin-bottom: 70px;
}
.embed-youtube {
overflow: hidden;
position: relative;
max-width: 100%;
height: auto;
padding-bottom: 42%;
}
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed,
.embed-youtube video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .image_area a.image_container {
padding-top: 28%;
background-position: center center;
background-size: cover;
margin: 0;
display: block;
}
.image_area .image_container.large {
padding-top: 40%;
}
.image_area .image_container.small {
padding-top: 24%;
}
.image_area .columns-4 .image_container {
padding-top: 23%;
height: auto;
}
.image_area .columns-4 .image_container.large {
padding-top: 33%;
height: auto;
}
.image_area .columns-4 .image_container.small {
padding-top: 17%;
height: auto;
} #swipebox-overlay, .tos-wrapper.tos-fixed {
background:   rgba(0,0,0,0.8) !important;
}
#swipebox-bottom-bar, #swipebox-top-bar {
background: #222 !important;
}
.tos-close, .tos-next, .tos-prev {
background-color:  #da251c;
border-radius: 0px;
}
#swipebox-close {
background-color: #da251c;
right: 0px;
width: 65px;
height: 65px;
background-position: 23px 17px;
}
#swipebox-close:hover {
background-color: #c6605b;
}
.tos-thumbnails a.tos-selected {
border: 2px solid #da251c;	
}
.tos-next span, .tos-prev span {
top: calc(50% - 3px);
}
#swipebox-bottom-bar {
bottom: calc(50% - 75px);
background-color: transparent !important;
}
#swipebox-top-bar {
background-color: transparent !important; z-index: 998;
text-align: center;
bottom: 50px;
top: auto !important;
}
#swipebox-arrows {
width: 100%;
max-width: 100%;
}
#swipebox-arrows a {
background-color: #da251c;
}
#swipebox-arrows a:hover {
background-color: #c6605b;
}
#swipebox-title {
display: inline-block;
background-color: #da251c;
font-size: 11px;
width: auto;
line-height: normal;
padding: 6px 10px;
text-shadow: none; } .otherprojects h1 {
color: #fff;
} .team_section .content {
padding: 70px 0;
} .who {
scroll-margin-top: 60px;
}
.who hr {
padding-bottom: 40px;
}
.who .profilesection {
margin: 80px 0 0 0;
font-size: 16px;
}
.who .profilesection .profile {
margin-bottom: 20px;
}
.who .profilesection a.squareimage, .who .profilesection .squareimage {
position: relative;
width: 100%;
background-color: #fff;
display: block;
webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.who .profilesection a:hover {
opacity: 0.7;
}
.who .profilesection .squareimage .content {
position: absolute;
width: 100%;
height: 100%;	
overflow: hidden;
padding: 0;
}
.who .profilesection .squareimage img {
width: 100%;
height: auto;
position: relative;
}
.who .profilesection .squareimage:after {
content: "";
display: block;
padding-bottom: 100%;
}
.who .profilesection .profiledetails {
text-align: left;
padding: 15px 0;
font-size: 11px;
color: #999;
line-height: 18px;
}
.who .profilesection .profiledetails strong {
text-transform: uppercase;
color: #da251c;
font-size: 13px;
font-weight: 500;
margin-bottom: 5px;
display: block;
}
.who .profilesection .profiledetails .name {
display: block;
margin-bottom: 5px;
}
.who .profilesection .profiledetails .designation {
display: block;
}
.who .bigbutton {
margin: 0px;
padding: 5px;
border: none;
line-height: 30px;
width:  30px;
text-align: center;
}
.who .bigbutton:before {
margin: 0;
font-family: "Font Awesome 5 Free";
content: '\f067';
font-weight: 900;
font-size: 20px;
vertical-align: top;
}
.who .enlargebutton {
position: absolute;
bottom: 0;
right: 0;
width: 50px;
line-height: 50px;
color: #fff;
background-color: #da251c;
}
.who .enlargebutton:before {
margin: 0;
font-family: "Font Awesome 5 Free";
content: '\f424';
font-weight: 900;
font-size: 20px;
vertical-align: top;
}
.modal.active {
display: block;
}
.full_user_profile {
position: relative;
padding:40px;
border-left: 1px solid #eee;
margin-left: 45%;
padding-left: 40px;
}
.full_user_profile a.closebutt {
width: 50px;
height: 50px;
line-height: 45px !important;
position: absolute;
right: 0;
top: 0;
background-color: #da251c;
padding: 10px;
color: #fff;
font-size: 28px;
text-align: center;
}
.full_user_profile a.closebutt .fas {
line-height: 45px !important;
}
.full_user_profile a.closebutt:hover {
background-color: #c6605b;	
}
.full_user_profile h1 {
line-height: normal;
margin: 0;
padding: 0;
font-size: 22px;
color: #da251c;
font-weight: 500;
}
.full_user_profile h2 {
font-size: 14px;
line-height: 24px;
margin: 10px 0 25px 0;
color: #393939;
font-weight: 400;
}
.full_user_profile p {
text-align: justify;
font-size: 13px;
margin: 15px 0;
line-height: 22px;
}
.full_user_profile .profile_footer {
font-size: 14px;
line-height: 22px;
}
.user_image {
position: absolute;
top: 50px;
left: 50px;
width: calc(45% - 100px);
height: calc(100% - 100px );
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.user_image_profile {
position: absolute;
top: 0;
left: 0;
width: 45%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.user_image .user_image_holder {
}
.hidden {
display: none;
} .careers_item {
text-align: justify;
border-bottom: 1px solid #ccc;
padding: 40px 0;
}
.careers_item h1 {
font-size: 14px;
margin-bottom: 5px;
}
.careers_item p {
margin: 25px 0;
}
.careers_item p:last-child {
margin-bottom: 0;
}
.careers_item .career_meta, .single .career_meta {
font-size: 11px;
color: #888;
margin-bottom: 10px;
}
.careers_item .career_meta .meta, .single .career_meta .meta {
display: inline-block;
border-left: 1px solid #888;
padding-left: 10px;
margin-right: 10px;
}
.careers_item .career_meta .meta:first-child, .single .career_meta .meta:first-child {
border: none;
padding-left: 0;
}
.careers_item .career_meta .meta:last-child, .single .career_meta .meta:last-child {
margin-right: 0;
}
.form_section {
margin-bottom: 70px;
}
.form_section h2 {
font-size: 16px;
font-weight: 400;
text-transform: uppercase;
}
.form_container {
margin-top: 40px;
} .gform_wrapper {
margin: 0
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), body .gform_wrapper textarea {
font-size: 15px;
color: #da251c;
border: 1px solid #666;
padding: 16px 13px;
margin-right: 10px;
line-height: 17px;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
}
body .gform_wrapper select {
line-height: 17px;
font-size: 15px;
color: #da251c;
padding: 17px 13px !important;
min-width: 0px;
width: 100% !important;
margin: 0px;
-webkit-appearance: none;
-moz-appearance: none;
border: 1px solid #666;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: rgba(255,255,255,1) url(//tbaperiti.com/wp-content/themes/FF_theme/images_interface/downarrow_blue.png) no-repeat right center;
}
body .gform_wrapper textarea {
padding: 15px;
margin-bottom: 8px;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, body .gform_wrapper textarea:focus {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
border: 1px solid #da251c;
}
body .gform_wrapper li.checkboxes {
padding-top: 20px;
}
body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
font-size: 1em;
}
body .gform_wrapper .textarea.large {
height: 100px;
}
body .gform_wrapper .top_label .gfield_label {
color: #393939;
font-size: 14px;
font-weight: 500; }
body .subscribe .gform_wrapper {
margin: 0;
}
body .subscribe .gform_wrapper .top_label .gfield_label {
color: #fff;
font-weight: 700;
}
body .gform_wrapper .gfield_required {
color: #E09D9E !important;
font-weight: 700;
display: inline-block !important;
}
.gform_confirmation_message {
background-color: #0C9843;
border: 1px solid #0C9843;
margin: 30px auto 0;
margin-top: 0;
font-size: 15px;
padding: 20px;
width: calc(100% - 40px);
text-align: center;
color: #fff;
}
.gform_confirmation_message:before {
font-family: "Font Awesome 5 Free"; 
content: '\f00c';
margin:0 10px 0 0px;
color: #fff !important;
font-weight:  900;
font-size: 17px
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
margin-top: 0
}
body .gform_wrapper li.gfield.gfield_error {
border-top: none !important;
padding-top: 0 !important;
background-color: transparent;
vertical-align: top !important;
border-bottom: none !important;
}
body .gform_wrapper ul.gform_fields li.gfield.gfield_error {
margin-top: 32px;
} body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper li.gfield_error textarea {
border-color: #da251c !important; } body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .gform_wrapper li.gfield_error ul.gfield_checkbox, body .gform_wrapper li.gfield_error ul.gfield_radio {
color: rgba(207,47,31,1.00);
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
margin-top: 8px!important
}
.gform_wrapper .field_description_below .gfield_description {
padding-top: 8px!important;
color: #da251c !important;
font-size: 13px !important;
}
.gform_wrapper .field_description_below .gfield_description:before {
font-family: "Font Awesome 5 Free"; 
content: '\f062';
margin-right: 3px;
vertical-align: middle;
font-size: 10px;
font-weight: 900;
}
.subscribe .gform_wrapper .field_description_below .gfield_description:before {
color: #fff !important;
padding-left: 10px;
font-size: 12px;
}
body .gform_wrapper div.validation_error {
background-color: #CF2F1F;
border: 1px solid #CF2F1F !important;
font-weight: 500!important;
font-size: 15px;
padding: 20px;
width: calc(100% - 42px - 16px) !important;
margin-bottom: 10px;
margin-top: 0px;
color:  #fff !important;
box-sizing: content-box !important;
}
body .gform_wrapper div.validation_error:before {
font-family: "Font Awesome 5 Free"; 
content: '\f071';
margin:0 10px 0 0px;
font-weight:  900;
font-size: 17px
}
body .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
font-size: 1em;
}
body .gform_wrapper .ginput_recaptcha {
margin-left: auto;
margin-right: auto;
width: 304px
}
body .gform_wrapper .captcha_validation,
body .gform_wrapper .gform_footer {
text-align: left;
}
body .gform_wrapper .gform_footer input[type=submit] {
font-size: 16px;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
cursor: pointer; cursor: hand;
}
body .darkbluebg .gform_wrapper .gfield_checkbox li {
color: #fff;
}
body .gform_wrapper ul.gfield_checkbox li input {
margin-top: 2px;
vertical-align: top !important;
}
body .gform_wrapper .gform_footer {
text-align: center;
margin-top: 60px;
}
table p {
text-align: inherit;
}
@media screen and (max-width: 1440px) {
.projects_container .slide_description, .projects_slider .slide_description {
width: calc(100% - 140px);
}
.projects_container .slide_description .slide_text, .projects_slider .slide_description .slide_text {
font-size: 12px;
line-height: 15px;
}
.projects_container .project.full .background_image {
padding-top: 46%;
}
.projects_container .project .background_image, .projects_slider .project .background_image {
padding-top: 70%;
}
}
@media screen and (max-width: 1200px) {
.inside {
margin-top: 80px;
}
.container, .container.narrow {
width: 90%;
}
.single-post .container p:first-child {
margin-top: 40px;
}
.container .sixty {
width: 100%;
}
.embed-youtube {
padding-bottom: 52%;
}
.specs_area .content {
padding: 0px;
}
.specs_area .content h1 {
margin-top: 60px;
margin-bottom: 60px;
}
.content .columns-5 .column {
width: 23.5%;
margin-right: 2%;
}
.content .columns-5 .column:nth-child(5n+5) {
margin-right: 2%;
}
.content .columns-5 .column:nth-child(4n+4) {
margin-right: 0px;
}
.videospacer {
padding-top: 0;
}
.projects_container .slide_description, .projects_slider .slide_description {
width: calc(95% - 70px);
min-width: 0;
left: 40px;
bottom: 40px;
}
.projects_container .project .background_image, .projects_slider .project .background_image {
padding-top: 66%;
}
.projects_container .project.full .background_image {
padding-top: 58%;
}
.projects_container a.project:hover .slide_description .slide_heading, .projects_slider a.project:hover .slide_description .slide_heading {
margin-bottom: 0px;
}
.projects_container a.project:hover .filter_1, .projects_slider a.project:hover .filter_1 {
opacity: 0;
transition-delay: 0s;
}
.single-projects .inside .section:first-child {
padding-top: 100px;
padding-bottom: 20px;
}
.image_area a.image_container {
padding-top: 33%;
}
.image_area .image_container.small {
padding-top: 28%;
}
.post-type-archive-projects .third h1 {
margin-top: 0px;
}
.form_section .section {
padding: 50px;
}
.form_section .threequarters {
width: 100%;
}
.form_section h2 {
font-size: 13px;
line-height: 19px;
color: #666;
}
}
@media screen and (max-width: 810px) {
.content .columns-5 .column {
width: 48%;
margin-right: 2%;
}
.content .columns-5 .column:nth-child(5n+5), .content .columns-5 .column:nth-child(4n+4), .content .columns-5 .column:nth-child(3n+3) {
margin-right: 2%;
}
.content .columns-5 .column:nth-child(2n+2) {
margin-right: 0px;
}
.user_image, .user_image_profile {
position: relative;
width: 100%;
height: 520px;
display: block;
}
.user_image {
top: 0;
margin-right: 50px;
width: calc(100% - 100px);
height: 240px;
}
.full_user_profile {
position: relative;
padding: 40px;
padding-left: 40px;
margin-left: 0%;
}
#simplemodal-container {
height: 90vh !important;
}
.projects_container .project .background_image, .projects_slider .project .background_image {
padding-top: 100%;
}
}
@media screen and (max-width: 750px) {
.inside {
margin-top: 75px;
}
.inside .section:first-child {
padding-top: 20px;
}
.user_image, .user_image_profile {
height: 340px;
}
.specs_area .content h1 {
font-size: 18px;
margin-top: 40px;
margin-bottom: 40px;
}
.specs_area ul.specs li .half {
width: 100%;
display: block;
text-align: center;
}
.specs_area ul.specs li .half:first-child {
font-weight: 500;
}
.image_area a.image_container, .image_area .image_container.small, .image_area .image_container.large {
padding-top: 75%;
}
.content .columns-5 .column {
width: 100%;
margin-right: 0;
}
.content .columns-5 .column:nth-child(5n+5), .content .columns-5 .column:nth-child(4n+4), .content .columns-5 .column:nth-child(3n+3), .content .columns-5 .column:nth-child(2n+2) {
margin-right: 0;
}
.inside .section .third, .inside .section .twothirds {
display: block;
width: 100%;
}
.inside .section .rightspacer {
margin-right: 0;
}
.inside .section .third h1 {
text-align: center;
margin-top: 20px;
}
.inside .promo_slider.scroll, .inside .promoarea .promo_slider.scroll .slidecontainer {
padding-top: 42%;
}
.inside .promo_slider.scroll {
padding-top: 0;
}
.projects_container {
padding: 20px 0;
}
.projects_container .half {
display: block;
width: 100%;
}
.projects_container .spacer, .projects_slider .spacer {
margin: 0;
}
.projects_container .project .background_image, .projects_container .project.full .background_image, .projects_slider .project .background_image {
padding-top: 70%;
}
.single-projects .royal .project_title h1 {
font-size: 20px;
}
.single-projects .royal {
position: sticky;
}
.single-projects  .royal .scroll_holder {
top: auto;
bottom: 85px;
}
.single-projects .inside {
margin-top: 0;
}
.form_section .section {
padding: 20px;
}
table {
width: 100%;
}
table td {
display: block;
width: 100% !important;
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
}
table td h3 {
margin-top: 20px;
margin-bottom: 10px;
}
table td p {
margin-top: 20px;
}
}