/*
=======================
	Contents
=======================
:: Global
	-- Top Header
	-- Top Navigation
	-- Side Menu/Home Page menu
	-- Footer
:: Home
    -- Content Slider
:: Residential/Commercial
:: Showcase
:: Products
:: About Us
:: Contact
    -- Flexible Google Map
*/
/*
=======================
	Global
=======================
*/
h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    color: #000;
}
p {
    color: #777;
}
.content {
    background-color: #fff;
}
.content .row {
    background-color: #fff;
}
.white-font {
    color: white;
    margin: 0px;
    font-size: 1.8em;
}

.blue-font {
    color: #3892c7;
}

.row-images {
    width: 198px;
    height: 161px;
    margin: 10px;
}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

.orange {
    color:  #FF9900;
}

/*
***********************
	Top header
***********************
*/
header {
    background-color: #424242;
    overflow: hidden;
}

h6 {
    color: #E9E9E9;
    font-size: 1em;
}

.contain-to-grid {
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
}
.head-logo img {
    margin-top: 1em;
    margin-bottom: 1em;
    height: 40px;
}
.topButton .button {
    margin-top: 1em;
    margin-bottom: .9em;

    background: #FF9900;
}

.spacer {
    width: 20px;
    display: inline-block;
}

/*
***********************
	Top Navigation
***********************
*/
.contain-to-grid nav.top-bar {
    margin-bottom: 0;
}
.contain-to-grid, .top-bar, .contain-to-grid .top-bar-section ul li a {
    background: #E9E9E9;
    color: #424242;
}
.top-bar-section ul li.active > a {
    background-color: #3892c7;
    color: #fff;
}
.top-bar-section ul li a {
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    font-weight: 300;
}
.top-bar-section ul li a:hover {
    background-color: #6fc4f6;
    color: #fff;
}
.top-bar .toggle-topbar.menu-icon a{
    color: #666;
}

.toggle-topbar .menu-icon {
    color: #666;
}

.top-bar.expanded .title-area {
    background-color: #fff;
    color: #fff;
}
.top-bar .toggle-topbar.menu-icon a span {
    -webkit-box-shadow: 0 10px 0 1px #666, 0 16px 0 1px #666, 0 22px 0 1px #666;
    box-shadow: 0 10px 0 1px #666, 0 16px 0 1px #666, 0 22px 0 1px #666;
}

/*
***********************
	Side Menu/Home Page menu
***********************
*/
.home.second.content ul, .products.second.content ul, .thesticky.sticky ul {
    list-style-type: none;
}
.products.second.content .thesticky.sticky ul {
    position: fixed;
    top: 50px;
}
.home.second.content li, .products.second.content li {
    margin: 2px 0;
}
.home.second.content a, .products.second.content ul li a {
    display: block;
    padding-left: 10px;
    color: #424242;
    background: #E9E9E9;
}
.home.second.content a:hover, .products.second.content ul li a:hover  {
    background: #BCBCBC;
}

.home.second.content, .home.second.content .row{
    background-color: #fff;
}

.home.second.content li {
    margin:0;
}

/*
***********************
	Footer
***********************
*/
footer {
    overflow: hidden;
    padding: 10px 0;
}
footer, footer .row {
    background-color: #424242;
}
footer h6 {
    color: #E9E9E9;
    margin: 0px;
    font-size: .8em;
}
footer .small-3.columns, footer .small-6.columns {
    padding-left: 0;
    padding-right: 0;
}
footer p {
    margin: 0px;
    color: #E9E9E9;
    font-size: .8em;
}

/*
=======================
	Home Page
=======================
*/
.home.second.content header {
    background: #3892c7;
    font-weight: 400;
}
.home.second.content h2  {
    text-align: center;
}
/*
***********************
	Content Slider
***********************
*/
.orbit-container {
    background-color: #fff;
}
.slider img {
    margin: 20px auto;
}
.orbit-timer {
    background: #2c86bb;
}
.orbit-container .orbit-timer > span {
    border-color: transparent transparent transparent blue;
}
.orbit-bullets li {
    background: #2c86bb;
    cursor: pointer;
}
/*
=======================
	First Content
=======================
*/
.first.content li {
    list-style-type: none;
    color: #777;
}
/*
=======================
	Products
=======================
*/
.products .small-8.columns.right {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
.products .small-8.columns.right img {
    margin-top: 20px;
}

.products h2 {
    margin-bottom: 10px;
    font-size: 2em;
}

.products-row {
    margin-bottom: 40px;
}

.brands {
    padding: 10px;
    margin: 10px 0;
}

.brands img {
    padding: 10px;
}

/*
=======================
	About Us
=======================
*/
.about.first.content img {
    margin-top: 20px;
}
.button {
    background-color: #FF9900;
}
h3 .button:hover {
    background-color: #FF9900;
}
.about h1 {
    font-size: 2.5em;
    margin-bottom: 1.5em;
}


/*
=======================
	Contact
=======================
*/
.first.content h3 {
    font-size: 1.5em;
    margin-bottom: 1.3em;
}

.first.content h4 {
    font-size: 1.3em;
    margin-bottom: .3em;
}

.contact-checkbox label {
    display: block;
    margin-left: 15px;
    margin-bottom: 10px;
    padding-right:10px;
    text-indent: -15px;
    color: #777;
}

.contact-checkbox input {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

/*
***********************
	Flexible iFrame
***********************
*/
.Flexible-container {
    position: relative;
    padding-bottom: 25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe, .Flexible-container object, .Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.small.button {
    margin-bottom: 0;
    background-color: #FF9900;
}

