@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Share:300,400,700');
/*
font-family: 'Share', cursive;
*/

/*font-family: 'ubnutu' sans-serif;Theme Name: BillsonTheme URI:Author:Web DingoAuthor URI:Description: Single page multi purpose parallax theme.Version: 1.0.2111111License: GNU General Public LicenseLicense URI: license.txtTags: white, light, one-column, two-columns, right-sidebar, responsive-layout*/
/* ==========================================================================   Fonts   ========================================================================== */
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/Montserrat/montserrat-bold-webfont.eot');
    src: url('fonts/Montserrat/montserrat-bold-webfont.eot?#iefix') format('eot'), url('fonts/Montserrat/montserrat-bold-webfont.woff') format('woff'), url('fonts/Montserrat/montserrat-bold-webfont.ttf') format('truetype'), url('fonts/Montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/Montserrat/montserrat-regular-webfont.eot');
    src: url('fonts/Montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat/montserrat-regular-webfont.woff') format('woff'), url('fonts/Montserrat/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/Montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'crimson_textroman';
    src: url('fonts/Crimson/crimsontext-roman-webfont.eot');
    src: url('fonts/Crimson/crimsontext-roman-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Crimson/crimsontext-roman-webfont.woff') format('woff'), url('fonts/Crimson/crimsontext-roman-webfont.ttf') format('truetype'), url('fonts/Crimson/crimsontext-roman-webfont.svg#crimson_textroman') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*william  css*/
#about-us {
    background: url("https://billsonstainless.com/wp-content/uploads/2018/10/bg2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#portfolio .grid {
    display: none !important;
}

#portfolioinner {
    margin-top: -99px;
}

.md {
    font-size: 10px !important;
}

#facility p {
    font-size: 20px !important;
}

.pageheading p, .text-style1 {
    font-size: 18px !important;
    text-align: justify
}

.text-style {
    font-size: 18px !important;
    margin-top: -30px;
}

.envira-gallery-item {
    padding: 0px !important;
}

#clients .pageheading {
    display: none;
}

#clients {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: 1px solid #FFFFFF;
}

#clients .vc_column-inner {
    margin-bottom: -34px !important;
}

.contact-details {
    font-size: 0.7em;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-transform: none !important;
}

.entry-meta {
    display: none;
}

#contact .grid {
    max-width: 100% !important;
}

/*william  css end*/
/* ==========================================================================   General   ========================================================================== */
html {
    font-style: normal;
    line-height: 1.5em;
    font-family: serif;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    height: 100%;
    width: 100%;
    font-size: 18px !important;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    text-align: justify !important;
    overflow-y: auto;
    overflow-x: hidden;
    /* prevents horizontal scroll bars */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* disable webkit tap highlight */
    /* fixes focus scrolling in Safari (OS X) */
}

em {
    font-size: 20px !important;
    line-height: 26px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.lt-ie8 body {
    overflow: hidden;
}

.lt-ie8 .page {
    position: relative;
}

.lt-ie8 .mainnav,
.lt-ie8 .slide-caption,
.lt-ie8 .scrollanimation {
    left: 0;
}

.lt-ie8 .nav-links li,
.lt-ie8 .tabs li,
.lt-ie8 .portfolio-nav li,
.lt-ie8 .social-networks li,
.lt-ie8 .portfolioinner li,
.lt-ie8 .mix {
    float: left;
}

.lt-ie9 .mainnav .row {
    padding: 0px 15px;
}

.lt-ie9 .nav-links {
    right: -60px;
}

#primary {
    min-height: 100%;
}

.fixed {
    position: fixed !important;
    top: 0;
}

.alignright {
    text-align: right;
    float: right;
}

.alignleft {
    text-align: left;
    float: left;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
}

.nopadding {
    padding: 0 !important;
}

.fluid-width-video-wrapper {
    display: none;
}

.mfp-container .fluid-width-video-wrapper {
    display: block;
}

div.page {
    width: 100%;
    padding: 100px 0px;
    overflow: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-template-default #main {
    padding-top: 87px;
}

.grid:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.skrollr a {
    color: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

a:hover {
    opacity: 0.8;
}

/*Footer*/
.footer {
    position: relative;
}

.footer.row {
    margin: 0;
}

.footer,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
    color: #fff;
}

.footer .c6 {
    padding: 120px 87px 80px 15px;
}

.footer .c6.end {
    border-right: none;
    padding: 120px 15px 80px 87px;
}

.footer .c6.end:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    border-left: 1px solid #232323;
}

.footer .c6:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    border-left: 1px solid #232323;
}

.footer .c6.end:after {
    display: none;
}

.footer-base {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 0.8em;
    padding-top: 8px;
}

.footer-base .social-networks {
    float: right;
}

.footer-base .social-networks li a {
    color: #fff;
    opacity: 0.2;
}

.footer-base .social-networks li {
    border-color: rgba(255, 255, 255, 0.05);
}

.footer-base .social-networks li a:hover {
    opacity: 1;
}

.footer-base span {
    text-transform: uppercase;
    opacity: 0.2;
    font-size: 15px;
}

#scroll-top {
    display: block;
    width: 55px;
    height: 55px;
    cursor: pointer;
    background-image: url(images/scrolltop.png);
    position: absolute;
    right: 2%;
    bottom: 90px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
}

.skrollr #scroll-top {
    -webkit-transition: background 100ms ease;
    -moz-transition: background 100ms ease;
    -ms-transition: background 100ms ease;
    -o-transition: background 100ms ease;
    transition: background 100ms ease;
}

#scroll-top:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

div.tparrows {
    -webkit-transform: translate3d(0, 0, 0);
}

/* ==========================================================================   Typography   ========================================================================== */
::selection {
    color: #fff;
}

::-moz-selection {
    color: #fff;
}

.ampersand {
    font-family: Ampersand, Verdana, sans-serif;
}

.breakword {
    word-wrap: break-word;
}

.normal-wrap {
    word-wrap: normal;
}

.inherit-wrap {
    word-wrap: auto;
}

small {
    font-size: 65%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-top: 0;
    text-rendering: optimizeLegibility;
    font-family: 'Roboto Slab', serif !important;
}

em {
    letter-spacing: 0px;
    text-transform: none;
}

.tera {
    margin-bottom: 0.25385em;
}

.giga {
    margin-bottom: 0.33em;
}

.mega {
    margin-bottom: 0.4125em;
}

h1,
.alpha {
    margin-bottom: 1.6em;
}

h2,
.beta {
    margin-bottom: 2.45em;
}

h3,
.gamma {
    margin-bottom: 1.66em;
}

.subheading {
    display: block;
    font-size: 12px;
    margin: 10px 0 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 300;
}

#reply-title a {
    color: #fff;
}

a {
    text-decoration: none;
}

hr {
    height: 1px;
    border-top: 1px solid #e8e8e8;
    display: block;
    margin: 15px 0px;
    width: 100%;
    float: left;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.pageheading p {
    font-size: 1.6em;
    margin-bottom: 2.5em;
}

.drop-cap:first-letter {
    background-color: #333;
    color: #fff;
    float: left;
    font-size: 3em;
    font-style: normal !important;
    line-height: 1;
    margin: 4px 15px 0 0;
    padding: 15px;
    text-indent: 0;
}

p + .drop-cap {
    text-indent: 0;
    margin-top: 0;
}

p {
    margin: auto auto 1.5em;
}

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -o-hyphens: none;
    hyphens: none;
}

pre code {
    word-wrap: normal;
}

code {
    font-family: monospace;
}

abbr {
    font-variant: small-caps;
    font-weight: 600;
    text-transform: lowercase;
    color: #808080;
}

abbr[title]:hover {
    cursor: help;
}

.lining dt,
.lining dd {
    display: inline;
    margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
    content: "\A";
    white-space: pre;
}

.lining dd + dd:before {
    content: ", ";
}

.lining dd:before {
    content: ": ";
    margin-left: -0.2em;
}

.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt + dt:before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd:before {
    content: counter(definitions, decimal) ". ";
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

.blockquote + figcaption {
    display: block;
    font-size: inherit;
    text-align: right;
}

.blockquote + figcaption:before {
    content: "-";
}

blockquote {
    border-left: 3px solid;
    color: #a7a7a7;
    font-size: 1.25em;
    padding: 15px 0 0 30px;
    margin: 0;
    font-style: italic;
}

blockquote:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
}

cite {
    display: block;
    font-size: 0.55em;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 15px;
}

.pull-quote {
    position: relative;
    padding: 1em;
}

.pull-quote:before,
.pull-quote:after {
    height: 1em;
    opacity: 0.15;
    position: absolute;
    font-size: 4em;
    color: #dc976e;
}

.pull-quote:before {
    content: '“';
    top: 0;
    left: 0;
}

.pull-quote:after {
    content: '”';
    bottom: 0;
    right: 0;
}
.underline{
    color: #009e64;
}
.underline:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 11px 0px 0px 0px;
    border-bottom: 3px solid #009e64;
    
}

.aligncenter .underline:after {
    margin: 11px auto 0px auto;
}

.alignright .underline:after {
    margin: 11px 0px 0px 0px;
    position: absolute;
    right: 15px;
}

.boxed {
    border: 3px solid;
    display: inline-block;
    padding: 5px 25px;
}

.borderbottomtop {
    border-top: 3px solid;
    border-bottom: 3px solid;
    display: inline-block;
    padding: 5px;
}

.borderleftright {
    border-left: 3px solid;
    border-right: 3px solid;
    display: inline-block;
    padding: 0px 45px;
}

.dottedbottom {
    display: inline-block;
}

.dottedbottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    padding: 0px 5px;
    margin-top: 10px;
    margin-left: -5px;
    background: url('images/dots.png') repeat-x center center;
}

.dottedtop {
    display: inline-block;
}

.dottedtop:before {
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    padding: 0px 5px;
    margin-bottom: 10px;
    background: url('images/dots.png') repeat-x center center;
}

.dottedleftright {
    background: url('images/dots.png') repeat-x center center;
}

.dottedleftright span {
    height: 100%;
    padding: 0px 25px;
}

.alignleft .dottedleftright span {
    padding-left: 0px;
}

.alignright .dottedleftright span {
    padding-right: 0px;
}

/* ==========================================================================   Navigation   ========================================================================== */
.mainLogo img {
    display: inline;
    vertical-align: middle;
}

.mainLogo a:hover {
    opacity: 1;
}

.mainLogo {
    padding: 0;
    float: left;
}

.lt-ie8 .mainLogo {
    padding-top: 15px;
}

.page-template-single-page-php .mainnavhide {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.mainnav {
    display: block;
    width: 100%;
    z-index: 1050;
    position: fixed;
    padding: 20px 20px;
    min-height: 87px;
    border-top:3px solid #009e64;
    border-bottom: 1px solid #c1bcbc;
}

.mainnav a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    letter-spacing: 1px;
}

.mainnav a:focus {
    outline: none;
}

/*Standard Menu*/
.standard .mainLogo {
    margin-right: 20px;
}

.standard .mainLogo,
.standard .social-networks {
    position: relative;
    z-index: 1;
}

.standard.mainnav ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
    text-align: center;
    position: relative;
    text-align: right;
}

.standard.mainnav ul > li {
    display: inline-block;
    padding: 0;
    position: relative;
    height: auto;
    margin-right: 25px;
    text-align: center;
    line-height: 47px;
}

.standard .nav-links > .menu-item-has-children > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #181818 transparent transparent
}

.standard .nav-links > .menu-item-has-children:hover a:after {
    border-color: #9f9f9f transparent transparent
}

.standard.mainnav ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    white-space: nowrap;
}

.standard .menu-item-has-children,
.standard .page_item_has_children {
    overflow: visible;
}

.standard.mainnav .sub-menu,
.standard.mainnav .children {
    opacity: 0;
    visibility: hidden;
    width: auto;
    min-width: 180px;
    position: absolute;
    top: 100%;
    padding: 15px 0px;
    right: 0px;
    padding-top: 20px;
}

.skrollr .standard.mainnav .sub-menu,
.skrollr .standard.mainnav .children {
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.standard.mainnav .sub-menu ul,
.standard.mainnav .children ul {
    left: 100%;
    top: -20px;
}

.standard.mainnav .sub-menu li,
.standard.mainnav .children li {
    display: block;
    margin-right: 0;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #222;
}

.standard.mainnav .sub-menu a,
.standard.mainnav .children a {
    padding: 0px 15px;
    text-align: left;
}

.standard .menu-item-has-children:hover > .sub-menu,
.standard .page_item_has_children:hover > .children {
    visibility: visible;
    opacity: 1;
}

.standard .nav-links .menu-item-has-children a:hover {
    opacity: 0.7;
}

.standard.mainnav .grid {
    padding: 0px 15px;
    font-family: Trebuchet !important;
}

.standard.mainnav ul > li:last-child {
    margin-right: 0px;
}

.standard.mainnav select {
    display: none;
}

.standard .nav-active > a:hover {
    cursor: default;
}

.standard #menubutton {
    width: 55px;
    height: 70px;
    float: right;
    display: none;
}

.standard.mainnav .social-networks {
    position: relative;
    float: left;
    right: 0;
    top: 0;
    margin-top: 0px;
    padding-top: 14px;
}

.standard.mainnav .social-networks li {
    margin-right: 0px;
}

.toggle-networks {
    display: none;
    visibility: hidden;
}
@media(max-width:768px){
    .toggle-networks{
        display: none!important;
    }
}
.side-menu {
    position: fixed;
    width: 248px;
    right: 0;
    padding: 26px;
    z-index: 999;
    text-align: center;
    overflow: auto;
    transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.skrollr .side-menu {
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    -ms-transition: transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
}

.side-menu.open {
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
}

.side-menu .nav-links,
.nav-links ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.side-menu .nav-links li {
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #222222;
    display: block;
    line-height: 40px;
    height: auto;
    margin-bottom: 16px;
}

.side-menu .nav-links .sub-menu li {
    border-bottom: none;
    line-height: 20px;
}

.side-menu .nav-links li a {
    height: 100%;
    display: block;
    /*padding-top: 37px;*/
    word-wrap: break-word;
}

.side-menu .nav-links .sub-menu li a,
.side-menu .nav-links .children li a {
    padding-top: 0px;
    font-size: 0.688em;
}

.side-menu .nav-links .sub-menu .menu-item-has-children,
.side-menu .nav-links .children .page_item_has_children {
    width: 150px;
    padding: 10px 0px;
    margin: 0 auto;
}

.side-menu .nav-links .sub-menu .menu-item-has-children > a,
.side-menu .nav-links .children .page_item_has_children > a {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.side-menu .nav-links .sub-menu .menu-item-has-children > ul > li:last-child,
.side-menu .nav-links .children .page_item_has_children > ul > li:last-child {
    border-bottom: 1px solid #222222;
    padding-bottom: 15px;
}

.side-menu .nav-links .sub-menu .menu-item-has-children > ul,
.side-menu .nav-links .children .page_item_has_children > ul {
    border-top: 1px solid #222222;
    padding-top: 15px;
}

.toggle-menu {
    width: 30px;
    height: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    top: -10px;
}

.toggle-menu:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #bfbfbf;
    top: 6px;
    left: 9px;
}

.toggle-menu:hover:before {
    opacity: 0.5;
}

.toggle-menu-open.toggle-menu:before {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.nav-links a:hover {
    opacity: 1;
}

.side-menu .nav-links {
    counter-reset: link-counter;
}

/*.side-menu > ul > li > a:before {
    content: counter(link-counter, upper-roman);
    counter-increment: link-counter;
    color: inherit;
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -35px;
    border-bottom: 1px solid #222222;
    height: 37px;
    width: 70px;
    line-height: 37px;
}*/

.side-menu-btn {
    width: 23px;
    height: 17px;
    background-image: url(images/menu.png);
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
}

.side-menu-btn.open {
    background-image: url(images/menu-close.png);
}

.mainnav .social-networks {
    position: absolute;
    right: 57px;
    top: 50%;
    margin-top: -8px;
}

.mainnav .social-networks li a {
    font-size: 14px;
    color: #009e64;
}

.mainnav {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.1);
}

.skrollr .mainnav {
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    -ms-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear;
}

/* =======================================================================   Form Elements   =======================================================================*/
.footer input[type=text],
.footer input[type=email] {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-style: italic;
    background: transparent;
    opacity: 0.2;
}

.footer textarea {
    width: 100%;
    max-width: 100%;
    min-height: 124px;
    padding: 15px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-style: italic;
    border-radius: 0px;
    background: transparent;
    opacity: 0.2;
}

.footer input[type=text]:focus,
.footer textarea:focus,
.footer input[type=email]:focus {
    border: 1px solid #fff;
    outline: none;
    opacity: 1;
    background: transparent;
}

.footer button,
.footer input[type="submit"] {
    background: transparent;
    color: #fff;
    border-color: #fff;
    opacity: 0.2;
}

.footer button:hover,
.footer input[type="submit"]:hover {
    opacity: 1;
    border: 2px solid;
}

.footer p {
    opacity: 0.5;
}

.footer form p {
    opacity: 1;
}

input[type=text],
input[type=email] {
    width: 100%;
    height: 40px;
    border: none;
    padding: 0px 10px;
    font-style: italic;
    background: transparent;
    border: 1px solid #d6d6d6;
    color: #696969;
}

textarea {
    width: 100%;
    max-width: 100%;
    min-height: 124px;
    padding: 15px 10px;
    font-style: italic;
    background: transparent;
    border: 1px solid #d6d6d6;
    color: #696969;
}

input[type=text]:focus,
textarea:focus,
input[type=email]:focus {
    border: 1px solid #a0a0a0;
}

button,
input[type="submit"] {
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid;
    padding: 12px 37px 11px 40px;
    max-width: 100%;
    background-color: transparent;
}

button:hover,
input[type="submit"]:hover {
    color: #fff;
}

.skrollr input[type=text],
.skrollr input[type=email],
.skrollr textarea {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

/* ==========================================================================   Contact From 7   ========================================================================== */
span.wpcf7-not-valid-tip {
    left: 50%;
    margin-left: -140px;
    text-align: center;
    top: -30px;
    padding: 8px 5px;
    background: #cd4237;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    width: 280px;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: none;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    font-style: italic;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    margin: 15px;
}

span.wpcf7-form-control-wrap {
    display: block !important;
    margin-bottom: 13px;
    position: relative;
}

.wpcf7-form p {
    margin: 0;
}

span.wpcf7-not-valid-tip:after {
    border: solid;
    border-color: #cd4237 transparent;
    border-width: 6px 6px 0 6px;
    bottom: -6px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    z-index: 99
}

.wpcf7 .ajax-loader {
    opacity: 0;
}

/* ==========================================================================   BLOG   ========================================================================== */
#wp-calendar {
    width: 100%;
}

.wp-caption {
    background: #fff;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {}

.gallery-caption {}

.entry-details {
    border-bottom: 1px solid;
    display: inline-block;
    font-style: italic;
    line-height: 30px;
    margin-bottom: 22px;
}

.entry-title {
    text-transform: uppercase;
}

.entry-title i {
    margin-right: 6px;
}

#recent-posts p {
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 10px;
    padding-bottom: 32px;
}

#primary {
    padding: 87px 0 0px 0;
    position: relative;
}

#recent-posts .author {
    text-decoration: none;
}

/*Header*/
.page-header {
    text-align: center;
    padding: 60px 0px 40px 0;
    margin-bottom: 50px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.page-header.masonry-header {
    margin-bottom: 50px;
}

.page-header .underline:after {
    margin: 11px auto 0px auto;
}

/*Side Bar*/
.widget-title {
    text-transform: uppercase;
}

#searchsubmit {
    position: absolute;
    right: 0;
    top: 50px;
    width: 40px;
    height: 28px;
    min-height: 28px;
    line-height: 0px;
    padding: 0;
    text-indent: -9999px;
    background: transparent url(images/search.png) no-repeat center center;
    border: none;
    border-left: 1px solid #d6d6d6;
}

#searchform label {
    text-transform: uppercase;
    font-size: 0.75em;
    display: block;
    margin-bottom: 20px;
}

.skrollr #searchsubmit {
    -webkit-transition: opacity 50ms linear;
    -moz-transition: opacity 50ms linear;
    -ms-transition: opacity 50ms linear;
    -o-transition: opacity 50ms linear;
    transition: opacity 50ms linear;
}

#searchsubmit:hover {
    opacity: 0.7;
}

#searchform {
    position: relative;
    top: -6px;
}

#secondary aside ul {
    list-style: none;
    padding: 0;
}

#secondary aside li {
    border-bottom: 1px solid #e8e8e8;
    line-height: 50px;
    position: relative;
    text-indent: 10px;
}

#secondary aside li:last-child {
    border-bottom: none;
}

#secondary aside li a {
    color: #696969;
}

#secondary aside li a:hover {
    opacity: 1;
}

#secondary aside {
    margin-bottom: 80px;
}

#secondary aside li:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 10px;
}

.tagcloud a {
    font-size: 1em !important;
    text-decoration: underline;
}

/*Archive*/
.entry-summary {
    float: left;
    width: 100%;
}

.feature-background {
    color: #fff;
    padding: 50px 40px;
    position: relative;
    background-color: #000;
    overflow: hidden;
}

.feature-background-content,
.feature-background i {
    position: relative;
    z-index: 1;
}

.feature-background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 0;
}

.no-post-thumbnail {
    margin-top: 78px;
}

.attachment-post-thumbnail {
    width: 100%;
}

.feature-background a,
.feature-background blockquote,
.feature-background h2,
.page-header h1 {
    color: #fff;
}

.feature-background-link {
    position: absolute;
    border: 1px solid #fff;
    text-indent: -9999px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0);
    z-index: 2;
}

.feature-background blockquote {
    border-left: none;
    padding: 15px 0 0 0;
}

.feature-background blockquote:after {
    display: none;
}

.feature-background .entry-title {
    text-transform: none;
    font-size: 1.375em;
    font-style: italic;
    margin: 15px 0px;
}

.format-link .feature-background a {
    font-size: 0.688em;
    text-transform: uppercase;
}

.format-link .feature-background p {
    margin-bottom: 0;
}

.skrollr .feature-background .feature-background-image {
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease;
    -ms-transition: transform 0.3s ease, opacity 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.feature-background:hover .feature-background-image {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
    opacity: 0.8;
}

.skrollr .feature-background .feature-background-link {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.feature-background:hover .feature-background-link {
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.post .entry-details {
    border-bottom: none;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.entry-details .avatar {
    width: 96px;
    height: 96px;
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -68px;
    left: 50%;
    margin-left: -48px;
}

.recent-post-img i {
    color: #fff;
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    margin: -35px 0 0 -35px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 65px;
    text-align: center;
}

.format-video .recent-post-img i {
    text-indent: 5px;
}

.format-audio .recent-post-img i {
    text-indent: -5px;
}

.author {
    text-decoration: underline;
}

.readmore {
    text-transform: uppercase;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.readmore:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
}

.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-numbers li {
    display: inline-block;
    margin-left: 5px;
}

.page-numbers li a,
.page-numbers li span {
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid;
    text-align: center;
    line-height: 34px;
}

.page-numbers i {
    line-height: 0.2em;
}

.page-numbers li a {
    opacity: 0.3;
}

.page-numbers li a:hover {
    opacity: 1;
}

.page-numbers li span {
    margin: 1px;
}

/*Single*/
.page-header .entry-details {
    position: absolute;
    bottom: -140px;
    left: 0;
    width: 100%;
    border-bottom: none;
}

.page-header .entry-details .avatar {
    position: relative;
    top: 0;
}

.tags-links {
    display: block;
    max-width: 50%;
    position: relative;
    float: left;
    z-index: 1;
}

.tags-links i {
    margin-right: 10px;
    vertical-align: middle;
}

.entry-meta .c12 {
    padding: 0px 15px;
}

.page-header h1 {
    margin-bottom: 15px;
}

.page-header h2 em {
    color: #fff;
    font-size: 1.2em;
}

.recent-post-img:hover {
    opacity: 1;
}

.recent-post-img img {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.skrollr .recent-post-img img {
    -webkit-transition: transform 0.3s ease, opacity 0.3s ease 0s;
    -moz-transition: transform 0.3s ease, opacity 0.3s ease 0s;
    -ms-transition: transform 0.3s ease, opacity 0.3s ease 0s;
    -o-transition: transform 0.3s ease, opacity 0.3s ease 0s;
    transition: transform 0.3s ease, opacity 0.3s ease 0s;
}

.recent-post-img {
    display: block;
    overflow: hidden;
}

.recent-post-img i {
    z-index: 1;
}

.skrollr .recent-post-img i {
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.recent-post-img:hover i {
    background: rgba(255, 255, 255, 0.3);
}

.recent-post-img:hover img {
    -webkit-transform: scale(1.125);
    -moz-transform: scale(1.125);
    -ms-transform: scale(1.125);
    -o-transform: scale(1.125);
    transform: scale(1.125);
    opacity: 0.9;
}

.no-post-thumbnail .recent-post-img i {
    display: none;
}

/*Share*/
.fb_iframe_widget span {
    display: block !important;
    margin-right: 30px;
}

.share {
    position: absolute;
    right: 30px;
    opacity: 0;
    visibility: hidden;
}

.skrollr .share {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear;
}

.share-wrap i {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer;
    color: #000;
}

.share-wrap {
    width: 100%;
    height: 23px;
    position: relative;
    overflow: visible;
}

.share-wrap.open .share {
    opacity: 1;
    visibility: visible;
}

.share-wrap:hover i {
    opacity: 0.8;
}

/*Comments*/
#comments ul,
.total-comment,
#reply-title,
.author-description {
    margin: 0;
}

.comments-area,
#respond {
    text-align: left;
    float: left;
    margin-top: 55px;
    width: 100%;
}

.children {
    list-style-type: none;
}

.form-submit {
    padding-top: 13px;
}

.commentlist {
    padding: 0;
    list-style: none;
}

.comment-holder {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 30px;
    overflow: hidden;
}

.comment-avartar {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

#commentform {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.comment .c1 {
    width: 75px;
}

.bypostauthor > article .avatar {
    border: 2px solid;
}

#comment_submit {
    margin-left: 15px;
}

.logged-in-as,
.must-log-in {
    width: 100%;
    min-height: 1px;
    float: left;
    padding: 0px 15px;
    margin: 0;
    position: relative;
}

.total-comment {
    text-transform: uppercase;
}

.comment-header {
    margin-bottom: 20px;
}

.comment-header h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.comment-reply-title {
    text-transform: uppercase;
}

.comment-header time {
    font-style: italic;
    color: #979797;
}

.comment-reply-link {
    position: relative;
    float: right;
    display: block;
    font-style: italic;
}

.comment-reply-link:before {
    content: "\f112";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: 5px;
    vertical-align: bottom;
}

/*flickr*/
.flickr_badge_image {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.flickr_badge_image {
    width: 30%;
    float: left;
    margin-right: 4.95%;
    margin-bottom: 4.95%;
}

.flickr_badge_image img {
    width: 100%;
    max-width: 100px;
    display: block;
}

.flickr_badge_image a {
    display: block;
}

.flickr {
    float: left;
    width: 100%;
}

.flickr:after {
    content: '';
    display: table;
    clear: both;
    zoom: 1;
}

.flickr .flickr_badge_image:nth-child(3n+3) {
    margin-right: 0%;
}

#wp-calendar {
    width: 100%;
}

/*Masonry*/
.js .masonry-container {
    display: none;
}

.masonry-container {
    position: relative;
}

.masonry-item {
    width: 33.3%;
    padding: 15px;
}

.masonry-item .entry-summary {
    background-color: #fff;
}

.masonry-item .entry-summary:after {
    content: '';
    display: table;
    clear: both;
    zoom: 1;
}

.masonry-item .entry-summary > div {
    padding: 20px 20px 48px 20px;
}

.masonry-item .entry-summary > div:first-child {
    padding: 0;
}

.masonry-item .entry-details .avatar {
    width: 74px;
    margin-left: -37px;
    top: -38px;
}

.loadmore {
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
    height: 40px;
}

.loadmore i {
    display: block;
    width: 16px;
    position: absolute;
    left: 50%;
    z-index: 0;
    margin-left: -8px;
}

.loadmore a {
    height: 40px;
    display: inline-block;
    line-height: 60px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-size: 0.75em;
}

.masonry-item .share {
    left: 20px;
    bottom: 10px;
}

.masonry-item .share-wrap {
    position: static;
}

.masonry-item .share-wrap i {
    top: auto;
    bottom: 50px;
    right: 20px;
}

/* ==========================================================================   Half Width Page   ========================================================================== */
.page.half {
    padding: 0;
}

.half-width-page {
    width: 50%;
    position: relative;
    padding: 0% 3.806282722513089%;
}

.half-width-page.left {
    float: left;
}

.half-width-page.right {
    float: right;
}

.half-width-base {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    top: 0;
    left: 0;
}

/* * Gridiculous * * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px. * * created by c.bavota * released under GPL v2 & MIT License (http://en.wikipedia.org/wiki/MIT_License) * * September 24th, 2012 */
/* =Clearfix by Nicolas Gallagher-------------------------------------------------------------- */
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: '';
    display: table
}

.row:after {
    clear: both
}

.row,
.clearfix {
    zoom: 1
}

/* =Gridiculous-------------------------------------------------------------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.grid {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
}

img {
    max-width: 100%;
    height: auto !important;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.wfull {
    width: 100%;
    max-width: 100%
}

.w320 {
    max-width: 320px
}

.w640 {
    max-width: 640px
}

.w960 {
    max-width: 960px
}

.row {
    width: 100%;
    margin-bottom: 30px;
}

.row .row {
    width: auto;
    margin: 0 -15px;
}

.c1 {
    width: 8.33%
}

.c2 {
    width: 16.66%
}

.c3 {
    width: 25%
}

.c4 {
    width: 33.33%
}

.c5 {
    width: 41.66%
}

.c6 {
    width: 50%
}

.c7 {
    width: 58.33%
}

.c8 {
    width: 66.66%
}

.c9 {
    width: 75%
}

.c10 {
    width: 83.33%
}

.c11 {
    width: 91.66%
}

.c12 {
    width: 100%
}

.c1,
.c2,
.c3,
.c4,
.c5,
.c6,
.c7,
.c8,
.c9,
.c10,
.c11,
.c12 {
    min-height: 1px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.s1 {
    margin-left: 8.33%
}

.s2 {
    margin-left: 16.66%
}

.s3 {
    margin-left: 25%
}

.s4 {
    margin-left: 33.33%
}

.s5 {
    margin-left: 41.66%
}

.s6 {
    margin-left: 50%
}

.s7 {
    margin-left: 58.33%
}

.s8 {
    margin-left: 66.66%
}

.s9 {
    margin-left: 75%
}

.s10 {
    margin-left: 83.33%
}

.s11 {
    margin-left: 91.66%
}

.end {
    float: right !important;
}

.row:last-child {
    margin-bottom: 0 !important
}

.lt-ie8 .c1,
.lt-ie8 .c2,
.lt-ie8 .c3,
.lt-ie8 .c4,
.lt-ie8 .c5,
.lt-ie8 .c6,
.lt-ie8 .c7,
.lt-ie8 .c8,
.lt-ie8 .c9,
.lt-ie8 .c10,
.lt-ie8 .c11,
.lt-ie8 .c12 {
    float: left;
    margin: 0 3% 0 0;
    padding: 15px 0px;
}

.lt-ie8 .c1.end,
.lt-ie8 .c2.end,
.lt-ie8 .c3.end,
.lt-ie8 .c4.end,
.lt-ie8 .c5.end,
.lt-ie8 .c6.end,
.lt-ie8 .c7.end,
.lt-ie8 .c8.end,
.lt-ie8 .c9.end,
.lt-ie8 .c10.end,
.lt-ie8 .c11.end {
    margin: 0;
}

.lt-ie8 .c1 {
    width: 5.5%;
}

.lt-ie8 .c2 {
    width: 14%;
}

.lt-ie8 .c3 {
    width: 22.5%;
}

.lt-ie8 .c4 {
    width: 31%;
}

.lt-ie8 .c5 {
    width: 39.5%;
}

.lt-ie8 .c6 {
    width: 48%;
}

.lt-ie8 .c7 {
    width: 56.5%;
}

.lt-ie8 .c8 {
    width: 65%;
}

.lt-ie8 .c9 {
    width: 73.5%;
}

.lt-ie8 .c10 {
    width: 82%;
}

.lt-ie8 .c11 {
    width: 90.5%;
}

.lt-ie8 .c12 {
    width: 99%;
}

.lt-ie8 .clearfix {
    zoom: 0;
}

/* ==========================================================================   Media query for 960 Screens   ========================================================================== */
@media only screen and (max-width:960px) {

    .row .row .c1,
    .row .row .c2,
    .row .row .c3,
    .row .row .c4,
    .row .row .c5,
    .row .row .c6,
    .row .row .c7,
    .row .row .c8,
    .row .row .c9,
    .row .row .c10,
    .row .row .c11,
    .row .row .c12 {
        width: 100%;
        margin-bottom: 20px
    }

    .row .row > div:last-child {
        margin-bottom: 0 !important
    }

    .half-width-page {
        width: 70%;
    }

    .standard.mainnav ul > li {
        margin-right: 30px;
    }
}

/* ==========================================================================   Media query for iPad and tablets portrait   ========================================================================== */
@media handheld,
only screen and (max-width: 768px),
only screen and (max-device-width: 768px) and (orientation:portrait) {
    body {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
    }

    .c1,
    .c2,
    .c3,
    .c4,
    .c5,
    .c6,
    .c7,
    .c8,
    .c9,
    .c10,
    .c11,
    .c12 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .standard.mainnav .social-networks li a,
    .mainnav .social-networks li a {
        line-height: 50px;
    }

    .standard.mainnav .social-networks,
    .mainnav .social-networks {
        position: absolute;
        right: 80px;
        top: 87px;
        padding-top: 0px;
        width: 50px;
        z-index: 9999;
        margin-top: 0;
        overflow: hidden;
    }

    .standard.mainnav .social-networks li,
    .mainnav .social-networks li {
        float: none;
        height: 50px;
        min-height: 0px;
        padding: 0;
        text-align: center;
        background-color: #ccc;
        border: none;
        display: none;
    }

    .toggle-networks {
        display: block;
        visibility: visible;
        position: absolute;
        text-align: center;
        line-height: 50px;
        right: 80px;
        width: 50px;
        height: 50px;
        font-size: 22px;
        cursor: pointer;
        opacity: 0.8;
    }

    .toggle-networks:hover {
        opacity: 1;
    }

    .mainnav .social-networks li a {
        opacity: 0.6;
    }

    .mainnav .social-networks li a:hover {
        opacity: 1;
    }

    .standard.mainnav .nav-links {
        max-height: 260px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid #e6e6e6;
        display: none;
        bottom: -20px;
    }

    .standard #menubutton {
        position: absolute;
        right: 20px;
        top: 35px;
        display: block;
        cursor: pointer;
        z-index: 51;
        background: transparent url('images/menu.png') no-repeat center center;
        background-size: 100% auto;
        width: 24px;
        height: 18px;
    }

    .standard.mainnav {
        padding: 20px 0;
    }

    .standard.mainnav .mainLogo {
        margin-left: 15px;
    }

    .standard.mainnav ul {
        float: none;
        clear: both;
        display: block;
    }

    .standard.mainnav ul li {
        display: block;
        text-align: left;
        margin-right: 0;
        height: auto;
        min-height: 52px;
        line-height: 52px;
        padding: 0px 15px;
        width: 100%;
    }

    .standard.mainnav ul li a {
        display: block;
        min-height: 52px;
        width: 100%;
    }

    .standard.mainnav .sub-menu,
    .standard.mainnav .sub-menu ul,
    .standard.mainnav .children,
    .standard.mainnav .children ul {
        border: none;
        position: relative;
        left: 0;
        top: 0;
        padding: 0px 0px 0px 0px;
        opacity: 1;
        visibility: visible;
    }

    .standard.mainnav .sub-menu li,
    .standard.mainnav .children li {
        height: auto;
        padding: 0;
        line-height: 55px;
        border-bottom: none;
        background-color: transparent !important;
    }

    .standard.mainnav .sub-menu a,
    .standard.mainnav .children a {
        padding: 0;
    }

    .standard .nav-links > .menu-item-has-children > a:after {
        display: none;
    }

    .half-width-page {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer {
        padding: 120px 0px 0px 0px;
    }

    .footer .c6,
    .footer .c6.end {
        display: block;
        border-right: none;
        float: left !important;
        padding: 15px;
        margin-bottom: 50px;
    }

    .footer-base {
        margin-top: 30px;
    }

    .mainnav {
        padding: 20px 15px;
    }

    .site-content {
        width: 100% !important;
    }

    .masonry-item {
        width: 50%;
    }

    #scroll-top {
        bottom: 120px;
    }

    .footer-base {
        text-align: center;
    }

    .footer-base span {
        width: 100%;
    }

    .footer-base .social-networks {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .footer-base .social-networks li {
        float: none;
        display: inline-block;
    }

    .footer .c6:before,
    .footer .c6:after {
        display: none;
    }
}

/* ==========================================================================   Media query for iPhone and smartphone landscape   ========================================================================== */
@media handheld,
only screen and (max-width: 568px),
only screen and (max-device-width: 568px) {
    .masonry-item {
        width: 100%;
    }
}

/* ==========================================================================   Media query retina display   ========================================================================== */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {}

@media \0screen {
    img {
        width: auto
    }
}

/* Prevent height distortion in IE8. */
.abc h2,
.abc.beta {
    margin-bottom: 1px;
    background: #009e64;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    color: #eeeeee;
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.envira-gallery-item-inner {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: all 2s;
}

.envira-gallery-item-inner:hover,
.envira-gallery-item-inner:focus,
.envira-gallery-item-inner:active {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);    
}

.metaslider {
    width: 1140px;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

#home {
    background: #e4dcd9
}

#google_language_translator {
    position: fixed;
    top: 30px;
    z-index: 1065;
    left: 180px;
}
#envirabox-title-float-main {
    display: none !important
}
.text-center{
    text-align: center;
}
.csr_title{
    display: inline-block;
    background: #12ad74;
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    }
.modal-title{
    display: none;
}
@media(max-width:768px) {
    #google_language_translator {
        display: none
    }
}
/*willy style*/
#about-us, #facility, #quality, #products, #industries-served, #linear-tolerances-and-measurements, #csr, #events-activities, #global-presence, #facility-products{
    border-top: 1px solid #70bba0;
}
#global-presence{
    border-bottom: 1px solid #70bba0;
}
#facility-products .wpb_single_image img{
        border: 1px solid #d6d6d6;
}
.text-justify{
    text-align: justify;
}
#primary-nav{
        z-index: 1026;
    position: absolute;
    top: 0;
}
.product_table table{
    width: 100%
}
.product_table table td{
    width: 20%;
    background: #fff;
    padding: 5px 10px;
    font-size: 14px;
}
.product_table table, .product_table table td{
    border: 1px solid #88ccb3;   
}
.title_pro{
    font-size: 20px;
}
#csr{
    background: url(images/CSR.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#csr .envira-gallery-item {
    padding-left: 5px!important;
    padding-bottom: 10px!important;
    padding-right: 5px!important;
}
#csr .envira-lazy{
    border-top: 4px solid #fff!important;
    border-left: 4px solid #fff!important;
    border-right: 4px solid #fff!important;
    background: #fff;
}
#quality {
    background-size: cover;        
}
footer .grid{
    text-align: left;
}
.filtr-item.filtr_item_5644.single_one.col-lg-4.col-md-4.col-sm-4.col-xs-6 {
    border: 3px solid;
}
.bg-video{
    background: url(images/video2.jpg) no-repeat center center fixed; 
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}
.gradient {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
}
.bor{
    border-top: 1px solid #009e64!important;
    border-bottom: 1px solid #009e64!important;
}
#about-us p{
    margin-bottom: 8px;
}
#about-us h2, .beta {
    margin-bottom:8px;
}
.test_hvr .wpb_heading{
    display: none;
    position: absolute;
    width: 83%;
    height: 81%;
    text-align: center;
    padding-top: 70px;
    color: #fff;
    text-transform: uppercase;    
}
.test_hvr .wpb_single_image:hover .wpb_heading{
    display: block;
    background: rgba(0, 158, 100, 0.8);
    transition:0.5s ease;
        -webkit-transition:0.5s ease;
      -moz-transition:0.5s ease;
      -o-transition:0.5s ease; 
}
.how-reach span{
    font-size: 14px;
}
.header_vi{
    margin-bottom: -8px;
}
.header_vi .overlay{
    background: rgba(0,0,0,0.2);
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%; 
}
#events_title .wpb_heading{
    margin-bottom: 1px;
    background: #009e64;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    color: #eeeeee;
}
@media(max-width:768px){
    .test_hvr .wpb_heading{
        background:none;
        display:block;
        position: relative;
        width: auto;        
        text-align: center;
        color: #000;
        margin-bottom: 0px;
        padding-bottom: 5px;
    }
    .test_hvr .wpb_single_image:hover .wpb_heading{
    display: block;
    background:none;
    transition:0.5s ease;
        -webkit-transition:0.5s ease;
      -moz-transition:0.5s ease;
      -o-transition:0.5s ease; 
}
}
.events-award h3, .events-award h3 a{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #009e64;
    font-family: 'Share', cursive!important;
    text-align: left;
}
#bg-contact-pallx{    
    background: url(images/bg-contact.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    padding-top: 80px;
    padding-bottom: 60px;
    
}
#bg-contact-pallx p{
    font-family:'Open Sans', sans-serif!important;
    color: #fff;
}

#bg-contact-pallx h2, .reach h2{
    color: #fff;
    font-family:'Roboto Slab', serif !important;
    font-size: 20px;
}
#contact_btm{
    padding-top: 50px;
    border-top: 1px solid #606060;
}
#cont .bor_con{
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    transition: background-color 0.5s ease;
}
#cont .bor_con:hover{
 background: #009e64;   
}
#contact_btm input, #contact_btm textarea{
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px;
}
#contact_btm .near{
    color: #fff;
}
#contact_btm p{
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}
#contact_btm textarea{
    height: 160px;
}

#contact_btm .wpcf7-submit{
    background: #009e64;
    width: 100%;
    color: #fff;
    border:1px solid #009e64;
}
#contact_btm h1{
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 15px;
}
#contact_btm h2, #bg-contact-pallx h2{
    margin-bottom: 20px;
}
#cont{
    border-top: 1px solid #fff;
}
.visible-mobile{
    display: none;
}
@media(max-width:768px){
    #rn-pbwp-div, #industries-served .grid .ind_srv, .res_hidden{
        display: none;
    }
    .res_show{
        display: block;
    }
    #facility-products .wpb_wrapper, #events-activities .wpb_single_image{
        text-align: center
    }
    .visible-mobile{
        display: block
    }
}

.inds-img{
    width: 14%!important;
}