/*======================================================
Screen Style Sheet
ClientNameHere
------------------------------------------------------
Author(s):DeveloperNameHere
Created:DateHere
======================================================*/


@media (min-width: 1200px){
    .container {
        width: 1230px;
        max-width: 100%;
    }
}
/* Tablet & Phone */
@media only screen and (max-width: 1199px) {
	

#lightbox-gallery {
	margin-bottom: 30px;
}

/* General Setting */
.container {
    max-width: 90%;
}

.bucket .bucket-text {
	height: 107px;
}

.bucket h3 {
	height: 38px;
}

/************************************************* Header */
#header {
    position: relative;
    z-index: 12;
}

/* Header-top */
.header-top-bg .right {
    /* background-color: #424B52; */
    background-color: #fff;
}
#header-top .row {
    transform: none;
}
.logo-area-col {
    z-index: 1;
}
.logo-area {
    transform: none;
    float: left;
}
.global-nav-col {
    display: none;
}
.global-nav-wrapper {
    transform: none;
}

/* Header-bottom */

#header-bottom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 82px;
    background-color: transparent;
}
#header-bottom .container{
    /* position: relative; */
}
#primary-nav {
    display: none;
}
#telephone {
    color: #5D8D38;
    margin: 10px 0 0
}
.search-form {
    display: none;
    float: none;
    position: absolute;
    top: 100%;
    right: 5%;
    margin-top: 0px;
    padding: 10px;
    background-color: #5E8E38;
    border-radius: 3px;
}
#search {
    background-color: #fff;
    border-color: #ccc;
    color: #acacac;
}
#search::-webkit-input-placeholder {
   color: #acacac;
}
#search:-moz-placeholder { /* Firefox 18- */
   color: #acacac;  
}
#search::-moz-placeholder {  /* Firefox 19+ */
   color: #acacac;  
}
#search:-ms-input-placeholder {  
   color: #acacac;  
}
.search-btn {
    color: #acacac;
    top: 10px;
    right: 10px;
}
.search-toggle {
    display: block;
    float: right;
    font-size: 16px;
    color: #acacac;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 10px;
    margin: 22px 20px 0;
    height: 40px;
    outline: 0;
}
.hamburger {
    display: block;
    float: right;
    outline: 0;
    background-color: #5E8E38;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    margin-top: 22px;
    border-radius: 3px;
    height: 40px;
    width: 100px;
}
.menu-label {
    margin-right: 10px;
}
.menu-icon{
    font-size: 16px;
}

/* mobile navigation */
#mobile-nav {
    background-color: #fff;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 82px;
    padding: 10px 25px;
    width: 350px;
    max-width: 100%;
}
#mobile-nav a{
    display: block ;
    padding: 10px;
    color: #7E8185;
    border-bottom: 1px solid #ccc;
}
#mobile-nav > ul > li > a {
    text-transform: uppercase;
    
}
#mobile-nav li ul {
    display: none;
}
#mobile-nav .parent {
    position: relative;
}
#mobile-nav .sub-toggle {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 2;
    padding: 10px;
}
#mobile-nav .rfq-btn {
    display: block;
    text-align: center;
    border: 0;
    margin: 25px auto 15px;
    background-color: #5E8E38;
    color: #fff;
    border-radius: 3px;
    width: 175px;
}
.mobile-nav-close span {
    font-size: 25px;
    font-weight: 700;
    padding: 0 20px;
    color: #5E8E38;
}


/******************************************************* Home Banner  */
#home-banner .caption {
    left: 0px;
}
#home-banner h2 {
    width: 100%;
    text-align: center;
}
#home-banner p {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
}
.banner-cta {
    text-align: center;
}
.flex-direction-nav .flex-next{
    right: calc(5% + 15px);
    padding-right: 15px;
}
.flex-direction-nav .flex-prev{
    left: calc(5% + 15px);
}

/******************************************************* Main Content */

/* BasicPrinciples */
#page-index #main-content .row {
    margin-bottom: 0;
}
#page-index #main-content {
    padding-bottom: 20px;
}
.basic-principle {
    margin-bottom: 40px;
}

/* Lets Get Started */
.cta-lets-get-started p {
    width: 90%;
}

/* Testimonials */
.home-testimonial {
    text-align: center;
}
.ht-left h3 {
    margin-top: 0;
    margin-bottom: 50px;
}
hr.divider {
    margin-left: auto;
}

/* Companies We work with */

.company-logos img {
    width: 150px;
    margin: 0 20px;
}
#content {
    padding-bottom: 0px;
}
.tpl-4 #content {
    /*padding-bottom: 60px;*/
}
.tpl-2 #content, .tpl-6 #content {
    padding-bottom: 60px;
}

/* Resource Template */
.mc-back-top:after{
    opacity: 1;
    bottom: 0;
}


/* ***************************************** Content CTA */
.content-cta {
	display: block;
}
.tpl-4 .content-cta {
	display: none;
}
/* Bottom CTA */
.bottom-cta{
    display: none;
}
/*.tpl-4 .bottom-cta,*/ 
.tpl-2 .bottom-cta {
    display: block;
}

/****************************************************** Home Buckets */
.buckets .bucket {
    padding: 0;
}
.buckets .learn-more:after {
    margin-left: 15px;
    opacity: 1;
}

/* **************************************************** Sidebar Left */
#sidebar-left {
    display: none;
}

/* *************************************************** Sidebar Right */
#sidebar-right{
    transform: skewY(-4deg);
    border-top: 10px solid #ccc;
    background-color: #f4f4f4;
}
.tpl-4 #sidebar-right {
    /*display: none;*/
}
#sidebar-right .rfq-btn {
    display: none;
}
.sidebar-right-col {
    padding: 0;
    margin-left: -6%;
    margin-right: -6%;
}

/**************************************************************** Forms */
#quickContact {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    transform: skewY(4deg);
}
#quickContact h4{
    margin-bottom: 40px;
    font-size: 40px;
}


/* ************************************************ Contact Template */
.contact-content{
    background-color: transparent;
    /*margin-top: 50px;*/
    margin-top: 0;
    padding-bottom: 0;
}
.contact-content .skew-bg{
    display: none;
}
.contact-details {
    float: right;
    width: 100%;
    padding-left: 0;
}
.contact-content .container {
    max-width: 100%;
    padding: 0;
}
.cd-row {
    padding-right: 0;
    width: 470px;
    margin: 0 auto;
}
.cd-address hr {
    width: 75%;
    margin: 20px auto;
}
.contact-details iframe {
    /*margin-top: 50px;*/
    margin-top: 0;
    margin-bottom: -50px;
}
.contact-form {
    width: 100%;
    background-color: #f4f4f4;
    border-top: 10px solid #ccc;
    padding: 60px 15px 120px;
    transform: skewY(-4deg);
    margin-bottom: -60px;
}
#contact {
    transform: skewY(4deg);
}

/******************************************************* Footer  */
#footer-top .container {
    padding-bottom: 5px;
}
.footer-nav {
    position: relative;
    padding-top: 60px;
    width: 400px;
    margin: 0 auto;
}
.footer-nav .back-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.footer-nav a {
    display: inline-block;
    margin-bottom: 25px;
}

.fb-col {
    display: block;
    margin-bottom: 30px;
}
.fb-col.fb-right {
    margin-bottom: 0px;
}
.fb-sep {
    display: none;
}

a.back-to-top {
	right: 0;
}

}


/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1199px) {

/* ************************************************************* Sidebar Right */


/**************************************************************** Forms */

#quickContact {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    transform: skewY(4deg);
}
#quickContact.forms fieldset {
    width: 600px;
    text-align: center;
    margin: 0 auto;
}
#quickContact.forms .input-group {
    display: inline-block;
    width: 48%;
    padding: 0 5px;
}
#quickContact.forms .textarea {
    width: 100%;
    padding: 0 15px;
}
#quickContact.forms .submit {
    width: 210px;
}
	
}


/* Phone (landscape & portrait) ----------- */
@media only screen and (max-width : 767px) {
    
/******************************************************* Header  */
.desktop { display: none; }
.mobile { display: block; }


.logo-area {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
#header-bottom {
    position: relative;
    background-color: #5E8E38;
    height: 60px;
}
#telephone {
    float: none;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
}
#telephone a {
	color: #fff;
	text-decoration: none;
}
.hamburger {
    margin: 0;
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 1;
    height: auto;
    width: auto;
    padding: 10px 15px;
    transform: translateY(-50%);
    float: none;
}
span.menu-label {
    display: none;
}
.menu-icon {
    font-size: 25px;
}
.search-toggle {
    float: none;
    margin: 0;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 1;
    font-size: 20px;
    color: #fff;
    background-color: transparent;
    border: 0;
    transform: translateY(-50%);
    height: auto;
}
#mobile-nav {
    top: 100%;
    width: 100%;
}
.search-form {
    right: 0;
    border-radius: 0;
    width: 100%;
    padding-left: calc(5% + 15px);
    padding-right: calc(5% + 15px);
}
#search {
    width: 100%;
}
.search-btn {
    right: calc(5% + 15px);
}

/******************************************************* Home Banner */
#home-banner p {
    display: none;
}
#home-banner h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.banner-cta a {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
    margin-bottom: 15px;
}

/******************************************************* Main Content */

/* BasicPrinciples */
#page-index #main-content h1 {
    margin-top: 0;
}
.basic-principle {
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
}
.bp-head span.fa {
    display: block;
    width: auto;
    margin-bottom: 20px;
}
.bp-head span.ion {
    display: block;
    width: auto;
    margin-bottom: 20px;
}
.bp-title {
    display: block;
}
.bp-text {
    padding-left: 0;
}

/* Lets Get Started */
.cta-lets-get-started p {
    width: 100%;
}

/* Testimonials */


/* Companies We work with */
.company-logos img {
    display: block;
    margin: 0 auto 30px;
}

/* Resource Template COntent */
.cities-served {
    width: 50%;
}

/* ******************************************************* Content CTA */
.ccta-rfq {
    margin-right: 0;
}
.content-cta-btn {
    width: 100%;
    margin-bottom: 20px;
}

/* ***************************************************** BreadCrumbs */
#bread-social {
    display: none;
}


/************************************************************* Buckets */
/* Home Buckets */
.home-buckets.buckets {
    margin-top: 0;
}
.bucket img {
    display: none;
}
.buckets .bucket p {
    display: none;
}
.buckets .learn-more {
    display: none;
}
.buckets .bucket h3 {
    margin: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.home-buckets .row > div:last-child h3 {
    border-bottom: 0;
}
.buckets .bucket h3:after {
    content: "\f10b";
    font-family: "Ionicons";
    position: absolute;
    top: 20px;
    right: 0;
    color: #5D8D38;
}
.buckets .bucket h3 a,
.buckets .bucket h3 {
    color: #18322F;
    display: block;
    padding: 20px 18px 20px 0;
}
.buckets .bucket a {
    text-decoration: none;
}
.buckets .bucket {
    padding: 0;
    margin-bottom: 0px;
}
.inner-buckets .row:last-child > div:last-child h3 {
    /*border-bottom: 0;*/
}


/******************************************************** Forms */

.col-1-quick-contact #quickContact.forms fieldset {
    width: auto;
}
.col-1-quick-contact #quickContact.forms .input-group {
    display: inline-block;
    width: 90%;
    padding: 0;
}
.col-1-quick-contact #quickContact.forms .submit {
    width: 90%;
}
#rfq .submit {
    width: 90%;
}

/******************************************************Contact Template Content */
.cd-row {
    text-align: center;
    width: 100%;
}
.cd-row div {
    margin-bottom: 25px;
}
#contact fieldset {
    width: 100%;
}
#contact .input-group {
    width: 90%;
    padding: 0;
    margin-bottom: 15px;
}
#contact .submit {
    width: 90%;
}

/* ******************************************************* Content Gallery */
.content-gallery-mobile{
    display: block;
}
.content-gallery{
    display: none;
}

/* ******************************************************* History */

#history:before {
	left: 0;
}

#history .item {
	width: 95%;
	margin-left: 5%;
}

#history .item:nth-child(odd) {
	float: none;
}
#history .item:nth-child(even) {
	float: none;
	margin-top: 0;
}

#history .item:nth-child(odd):before {
	left: -32px;
}

#history .item:nth-child(odd):after,
#history .item:nth-child(even):after {
	right: auto;
	left: -6%;
}

#history .item:nth-child(even):hover:after {
	left: -6%;
}

#history .item:before {
	display: none;
}

/******************************************************* Footer  */
.footer-nav {
    width: 100%;
}
.footer-nav a:nth-child(-n+5) {
    display: none;
}
.footer-nav a {
    display: block;
    margin-bottom: 1em;
}
.fb-mid span {
    display: block;
    margin-bottom: 1em;
}
.fb-mid .fb-in-sep, .fb-mid .fb-sep {
    display: none;
}

	
}


