/*
 Theme Name: Preston Plate
 Author:   ITCC     
 Author URI:   http://www.itconsultingcompany.com.au/
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
@import url('../fonts/open sans regular/stylesheet.css');
@import url('../css/animate.css');

html{
    overflow-x: hidden;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'open_sansregular';
    /*font-family: 'Source Sans Pro', sans-serif;*/
    background-color: #fff;
    color: #6a6a6a;
    font-size: 15px;
    overflow-x: hidden;
}
*:focus{
    outline:0;
}
.webpage-container {
    width: 1080px;
    margin: 0 auto;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
a:hover, a:focus {
    color: #b00000;
    text-decoration: none;
}
section, footer {
    float: left;
    width: 100%;
    clear: both;
}
.red {
    color: #b00000;
}
.bg_red {
    background: #b00000;
}
.gray {
    color: #6a6a6a !important;
}
.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-10{
    margin-top:10px !important;
}
/*=========== HEADER ===============*/


.header_bottom {
    background: transparent;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.spacing {
    float: right;
    text-align: right;
    margin: 15px 0;
}
.header_button, .service_button {
    display: inline-block;
}
.header_button {
    margin: 0 15px;
}
.header_button a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.logo_section {
    padding: 20px 0;
}
.service_button a {
    background-color: #b00000;
    box-shadow: 0px 3px 1px #ff7878;
    border: 1px solid #ff7878;
    padding: 5px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    border-radius: 3px;
    font-family: 'Source Sans Pro', sans-serif;
}
/* MENU */

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.main_menu {
    background: transparent;
    border: none;
    margin-bottom: 0;
    margin-right: 0px;
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(255,255,255,0.1);
}
.main_menu:before, .main_menu:after, .main_menu > ul > li.current:after, .main_menu > ul > li:hover:after, .main_menu > ul > li:after {
    content: '';
    background: rgba(255,255,255,0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
}
.main_menu:after, .main_menu > ul > li.current:after, .main_menu > ul > li:hover:after, .main_menu > ul > li:after {
    top: auto;
    bottom: 3px;
}
#main_navigation > ul > li.current:after, #main_navigation > ul > li:hover:after {
    background: #f50000;
}
.main-menu-ul ul {
    float: none;
    list-style: none outside none;
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.main-menu-ul ul li {
    margin-left: 10px;
    float: none;
    display: inline-block;
    position: relative;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.main-menu-ul ul li:hover {
    border-color: #f50000;
}
.main-menu-ul ul li:after {
    content: '';
    background: rgba(255,255,255,0.1);
    height: 1px;
    width: 100%;
    position: absolute;
    top: 2px;
    left: 0;
    opacity:0;
}
.main-menu-ul > ul > li > a {
    color: #ffffff;
    font-size: 20px;
    padding: 15px 8px;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    position: relative;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: 'Source Sans Pro', sans-serif;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}
.main-menu-ul ul .open .dropdown-menu > li > a {
    color: #ffffff;
}
.main-menu-ul > ul > li > a:hover, .main-menu-ul > ul > li > a:focus, .main-menu-ul > ul > li > a:hover, .main-menu-ul > ul > li > a:focus, .main-menu-ul > ul > li.current_page_item>a, .main-menu-ul>ul>li.current-menu-parent>a, .main-menu-ul ul li ul li.current-menu-item a, .main-menu-ul > ul > li.current_page_item {
    color: #f50000;
    border-color: #f50000;
}
.main-menu-ul > ul > li.current_page_item:after, .main-menu-ul > ul > li:hover:after {
    border-bottom: 1px solid #f50000;
    top: auto;
    bottom: 2px;
    opacity:1;
}
.main-menu-ul ul li:hover ul {
    opacity: 1;
    visibility: visible;
}
.main-menu-ul ul li:hover ul li ul {
    opacity: 0;
    visibility: hidden;
}
.main-menu-ul ul li ul li:hover ul {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
.main-menu-ul > ul li ul {
    background-color: #1e1e1e;
    text-align: center;
    border-top: 3px solid #2b2b2b;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    min-width: 165px;
    padding: 5px 0;
    margin: 0 -50px;
}
.main-menu-ul ul li ul ul {
    right: 100%;
    top: 0;
    margin: 0;
}
.main-menu-ul ul li ul li {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
}
.main-menu-ul ul li ul > li > a {
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 10px;
    white-space: nowrap;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    text-align: left;
}
.main-menu-ul ul > li > ul > li > a:hover, .blog_dorp > li > a:focus {
    background-color: #2b2b2b;
    color: #12bbd5;
    text-decoration: none;
}
/*=========== Footer ===============*/

.facebook-hover:hover {
    background-color: #3b5998;
    color: #fff;
}
.twitter-hover:hover {
    background-color: #48c4d2;
    color: #fff;
}
.googleplus-hover:hover {
    background-color: #d94a39;
    color: #fff;
}
.linkedin-hover:hover {
    background-color: #71b2d0;
    color: #fff;
}
.footer_bg_bottom {
    background-color: #B00002;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}
.copy_right, .copy_right a {
    color: #fff;
    text-align: right;
}
.footer_bg {
    background-color: #fff;
    padding: 0px 0 20px;
}
.footer_title {
    font-size: 28px;
    margin: 0px 0 15px;
    color: #B00002;
    font-weight: bold;
}
.footer_menu ul {
    padding: 0px;
    margin:0;
}
.footer_menu ul li {
    list-style: none;
    background: url(../images/list-img.png) no-repeat 7px center;
    padding: 5px 0 5px 30px;
    border-bottom: 1px dotted #989898;
}
.footer_menu ul li a {
    color: #5d5d5d;
    transition: ease-in 0.4s;
    font-size: 16px;
}
.footer_menu ul li a:hover {
    color: #B00002;
    transition: ease-in 0.4s;
}
.homeform .wpcf7-validation-errors {
    color: #fff !important;
}
/*=========== HOME PAGE ===============*/

.hometitle_maintext {
    font-size: 46px;
    line-height: normal;
    margin: 0 0 35px;
    color: #3c3623;
}
.home_slider {
    position: relative;
}
img.innrimage {
    height: 850px;
}
.welcome_text {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.home-slider-block {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
svg.separator_type_5_path {
    height: 185px;
    width: 100%;
    position: absolute !important;
    bottom: -2px;
    left: 0;
    z-index: 9;
    padding: 0;
}
.separator_type_5_path.top {
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}
svg:not(:root) {
    overflow: hidden;
}
.welcome_sect {
    padding: 40px 0;
}
.notes {
    font-size: 19px;
    font-weight: bold;
}
a.ph_no {
    font-size: 29px;
    font-weight: bold;
    color: #6a6a6a;
}
a.ph_no:hover, .box1_con a:hover {
    color: #b00002;
}
/* CONTACT SECTION */

.contact_bg {
    background: url(../images/contact_bg.jpg) 100% 0 fixed;
    padding: 80px 0 250px;
    position: relative;
}
.contact_ttl {
    font-size: 25px;
    color: #fff;
    margin: 0px auto 20px;
}
.box1 {
    border: 1px solid #D1D1D1;
    background: transparent;
    border-radius: 3px;
    height: 100px;
    display: table;
    width: 100%;
    margin: 0 0 15px;
    vertical-align: middle;
}
.box-block {
    display: table-cell;
    vertical-align: middle;
}
.box1_con {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.box1_con a {
    color: #fff;
    font-weight: normal;
}
.home_contact {
    width: 90%;
}
.text-field {
    margin: 0 0 10px;
}
.home_contact .wpcf7-text, .home_contact .wpcf7-textarea {
    background: transparent;
    border: 1px solid #aeaeae;
    color: #fff;
    height: 55px;
    padding: 5px 15px;
    width: 100%;
    display: block;
    font-size: 16px;
    border-radius: 3px;
}
.home_contact .wpcf7-textarea {
    height: 130px;
    resize: none;
}
.text-field .wpcf7-recaptcha{
    transform-origin:0 !important;
}
.home_contact .wpcf7-submit,.wpcf7-submit,input[type="reset"]:hover {
    background-color: #b00000;
    box-shadow: 0px 3px 1px #ff7878;
    border: 1px solid #ff7878;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 3px;
    transition: ease-in 0.4s;
}
.home_contact .wpcf7-submit:hover ,.service_button a:hover,.wpcf7-submit:hover,input[type="reset"]{
    background-color: transparent;
    box-shadow: 0px 3px 1px #b00000;
    border: 1px solid #b00000;
    color: #b00000;
    font-weight: bold;
    border-radius: 3px;
    transition: ease-in 0.4s;
}
input[type="reset"]{
    font-size: 18px;
    padding: 10px 20px;
}
div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    float: left;
}

/* TWO IMG SECTION */

.section_part1 {
    background: url(../images/pp-img1.jpg) 100% 0 fixed;
    padding: 0;
    width: 100%;
}
.section_part2 {
    background: url(../images/pp-img4.jpg)100% 0 fixed;
    padding: 0;
    width: 100%;
}
.block1 {
    padding: 0 80px;
}
.mid-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.middle_image img {
    width: 100%;
}
.middle_text_title {
    text-align: center;
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
}
.middle_text_con {
    text-align: center;
    color: #fff;
}
.readmore {
    text-align: center;
    margin: 30px 0 0;
    clear: both;
    float: left;
    width: 100%;
}
.readmore a {
    background: transparent;
    padding: 8px 20px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 3px 1px #fff;
    border: 1px solid #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 3px;
    transition: ease-in 0.4s;
    display: inline-block;
}
.readmore a:hover {
    background: #FFF;
    transition: ease-in 0.4s;
    color: #b00002;
    box-shadow: 0px 3px 1px #b00002;
    border: 1px solid #b00002;
}
.text_sect {
    padding: 60px 0;
}
/* GALLERY SECTION */

.gallery_bg {
    background: url(../images/gallery_bg.jpg) 100% 0 fixed;
    padding: 200px 0;
    position: relative;
}
.gallery_con:after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.3);
    position: absolute;
    bottom: 2px;
    left: 0;
}
.gallery_con {
    font-size: 15px;
    color: #fff;
    padding: 15px 0;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.gallery-btn {
    margin-top: 50px;
}
.gallery-btn a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
}
.gallery_bg .teaser img {
    width: 100%;
}
.gallery_bg .teaser {
    position: relative;
}
.gallery_bg .img_ttl {
    background: #3d3d3d;
    font-size: 22px;
    text-align: center;
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bx-controls-direction {
    position: absolute;
    top: 8.5%;
    right: 15px;
}
.bx-default-pager {
    display: none;
}
a.bx-prev {
    background: url(../images/left-arrow.png);
    margin-right: 10px;
}
a.bx-next {
    background: url(../images/right-arrow.png);
}
a.bx-next, a.bx-prev {
    font-size: 0;
    width: 32px;
    height: 35px;
    display: block;
    float: left;
}
a.bx-next:hover, a.bx-prev:hover {
    background-color: #b00002;
    border-radius: 3px;
}
/* IMG SECTION */

.img_sect {
    margin: 0 0 50px;
}
.qty {
    font-size: 15px;
    color: #6a6a6a;
    margin: 15px 0 0;
}
img.img-sect-image {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: -50px;
    z-index: 999;
    position: relative;
    height: 330px;
}

/* METAL SECTION */

.metal_bg {
    background-color: #F2F2F2;
    position: relative;
    padding: 60px 0;
}
.metal_bg .gallery_con {
    border-color: rgba(0,0,0,0.1);
}
.metal_bg .gallery_con:after {
    background: rgba(0,0,0,0.1);
}
.img-block {
    border: 1px solid #ccc;
    padding: 3px;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 30px;
}  
.before-block, .after-block {
    padding-right: 1px;
}
.be_af_ttl {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 24px;
    text-align: center;
    color: #000;
    padding: 8px;
}

/*=========== INNER PAGE ===============*/

.inner_page {
    border-bottom: 2px solid #b00000;
    margin-bottom: 20px;
}
.cont_bot {
    margin: 50px 0;
}
.cont_bot h3 {
    color: #b00000;
    font-weight: bold;
}
.img_ttl img {
    text-align: center;
    margin: 0 auto;
    float: none;
}
.img_ttl {
    float: left;
    width: 20%;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 1px solid #ccc;
    color: #b00000;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 0 20px 0 0;
}
.img_ttl span {
    padding: 5px 0 0;
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}
.row-block {
    background: #e9e9e9;
    float: left;
    width: 100%;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
.row-block .col-md-6.col-sm-6 {
    padding: 15px;
}
.row-block .col-md-6:nth-child(2) {
    border-left: 1px solid #ccc;
}

/*=========== GET A QUOTE ===============*/

.wpcf7-text, .wpcf7-textarea, .wpcf7-select {
    width: 100%;
    padding: 5px 15px;
    color: #6a6a6a;
    border: 1px solid #ccc;
    height: 45px;
    background: rgb(249, 249, 249);
    font-size: 15px;
    display:block;
}
.wpcf7-textarea{
    resize:none;
    height:100px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus, .wpcf7-select:focus {
    border:2px solid #b00002;
}

/*=========== SITE MAP ===============*/

.sitemap ul {
    padding-left: 30px;
}
.sitemap ul li {
    list-style-type: decimal;
    color: #b00000;
    padding: 3px 10px;
}
.sitemap ul li a {
    color: #6a6a6a;
}
.sitemap ul li a:hover{
    color: #b00000;
}