﻿body {
    margin: 0;
    padding: 0;
    /*font-family:'Times New Roman', Times, serif;*/
    overflow-x: hidden;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

@media all and (-ms-high-contrast:none)/*IE 10 and 11*/
{
div.ShellStoreMainContent
{
	width: 1080px;
	padding: 0 60px;
}
}

.Center ul {
    margin: 0;
    padding: 0;
}

.Center    ul li {
        list-style: none;
    }

.Center, .MainContent {
    max-width: 1200px;
    width: calc(100% - 10px);
    margin: 0 auto;
    padding: 0 5px;
}
.MainContent {
    min-height: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    display:table;
	max-width:1100px;
}

.Border img {
    width: 100%;
    box-shadow: 0px 0px 8px 3px #000;
}
/*#region Header */
.ShellHeader {
    position: relative;
    z-index: 2;
}

    .ShellHeader .ShellHeaderTop {
        background-image: url("/Static/images/slate-bg.jpg");
        background-size: contain;
    }

    .ShellHeader .Center {
        position: relative;
    }

    .ShellHeader .ShellHeaderTop .Logo {
        max-width: 250px;
        position: absolute;
        top: 0;
        left: 5px;
    }
	    .ShellHeader .ShellHeaderTop .Logo:hover {
		-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		-webkit-transition:all .5s ease;
		-ms-transition:all .5s ease;
		transition:all .5s ease;}
		
      .ShellHeader .ShellHeaderTop .Logo.fixed{
          top:-10px;
          left:50px;
          position:fixed;
          z-index:1001;
          width:110px;
          left:auto;
      }

        .ShellHeader .ShellHeaderTop .Logo img {
            width: 100%;
        }

    .ShellHeader .ShellHeaderTop .HeaderTopNav {
        clear: right;
        float: right;
        padding: 10px 0;
        max-width: 670px;
        width: 100%;
		font-weight:800;
		font-size:13px;
    }

        .ShellHeader .ShellHeaderTop .HeaderTopNav ul li {
            display: inline-block;
            float: left;
            padding: 5px 7px;
        }

            .ShellHeader .ShellHeaderTop .HeaderTopNav ul li a {
                color: #FFF;
                text-decoration: none;
            }
            .ShellHeader .ShellHeaderTop .HeaderTopNav ul li:hover {
-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
		-webkit-transition:all .5s ease;
		-ms-transition:all .5s ease;
		transition:all .5s ease;}

                .ShellHeader .ShellHeaderTop .HeaderTopNav ul li a span {
                    float: left;
                    margin-top: 5px;
                    margin-left: 5px;
                }

                .ShellHeader .ShellHeaderTop .HeaderTopNav ul li a h4.NoOnMobile {
                    color: #FFF;
                    margin: 0;
                }

        .ShellHeader .ShellHeaderTop .HeaderTopNav li.ShellHeaderSearch {
            max-width: 280px;
            width: 100%;
        }

            .ShellHeader .ShellHeaderTop .HeaderTopNav li.ShellHeaderSearch input.HeaderSearchTextBox {
                width: calc(100% - 40px);
                float: left;
                height: 28px;
                border: none;
                padding: 5px;
            }

            .ShellHeader .ShellHeaderTop .HeaderTopNav li.ShellHeaderSearch .HeaderSearchButton {
                float: left;
                color: #FFF;
                font-size: 22px;
                padding: 3px;
            }

            .ShellHeader .ShellHeaderTop .HeaderTopNav li.ShellHeaderSearch .HeaderSearchButton:hover {
                cursor:pointer;
                opacity:0.6;
            }


        .ShellHeader .ShellHeaderTop .HeaderTopNav input#HeaderSearchButton {
            display: none;
        }

.ShellHeader .ShellHeaderTop .HeaderTopNav .CartItemCount {
		    border: 1px solid #740002;
    border-radius: 20px;
    background-color: #740002;
    padding: 0px 5px;
	text-align:center;
	font-size:14px;
}

.MainNav .MenuButton {
    color: #FFF;
    font-size: 25px;
    padding: 10px 20px;
}

.MainNav .subnav {
    margin-left: 300px;
    background-image: url("/Static/images/slate-bg.jpg");
    margin-top: 46px;
    width: 800px;
    text-align: left;
    padding: 10px;
    padding-top: 0;
	box-shadow:0px 8px 8px -7px #000}
	

    .MainNav .subnav .Wrapper {
        border: solid 3px #780001;
        border-top: 0;
        padding: 20px;
    }

        .MainNav .subnav .Wrapper a {
            color: #FFF;
            text-decoration: none;
            font-size: 16px;
        }
        .MainNav .subnav .Wrapper a:hover {
font-weight:800;			
        }

.ShellHeader .ShellHeaderBottom {
    background-image: url("/Static/images/nav/wood-bg.jpg");
    text-align: right;
}

    .ShellHeader .ShellHeaderBottom ul {
        clear: right;
        float: right;
        text-align: left;
    }

        .ShellHeader .ShellHeaderBottom ul li a {
            color: #FFF;
            padding: 10px 15px;
            font-size: 18px;
            font-weight: 800;
            text-transform: uppercase;
        }

.subnav .Wrapper .Links {columns:2 auto;}
.ShellHeader .ShellHeaderBottom .DropDown .subnav{list-style:none; color:white;}

        .ShellHeader .ShellHeaderBottom ul li.HasSubnav .Links a {
            font-weight: normal;
            text-transform: none;
			
        }
		.subnav .Wrapper .Links h2 {color:#F9E4C5; width:100%; font-weight:bold; margin:4px 0 15px}
        .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.ShellHeader .ShellHeaderBottom .DropDown ul.topnav li {padding:0px 8px; text-shadow:2px 2px 9px black;}
.ShellHeader .ShellHeaderBottom .DropDown ul.topnav li:hover {
	
	-webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
		-webkit-transition:all .5s ease;
		-ms-transition:all .5s ease;
		transition:all .5s ease;}

.ShellHeader .ShellHeaderBottom .DropDown ul.topnav li.Expanded{
-webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);}
.ShellHeader .ShellHeaderBottom	.DropDown.Small ul.topnav li {width:96%}

/*#endregion */
/*#region Banner */
/**********Banner Default************/
.ShellBanner {
    display: table;
    width: 100%;
}

    .ShellBanner .Center, .ShellMainContent > .Center {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

section > .center {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 5px !important;
}

.ShellBanner .Banner {
    position: relative;
    width: 100%;
    padding-bottom: 35%;
    height: 0;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
}

.wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.rotator {
    width: 100%;
}

.ShellBanner #slideshow > div {
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    max-height: 100%;
}

    .ShellBanner #slideshow > div img {
        max-width: 100%;
        width: 100%;
    }

.SlideShowPager {
    text-align: right;
    margin-right: 50PX;
    margin-top: -63px;
    padding-bottom: 15px;
    position: relative;
}

    .SlideShowPager a {
        margin-left: 5px;
        background-color: #39383d;
        border-radius: 50%;
        font-size: 8px;
        padding-top: 14px;
    }

    .SlideShowPager img {
        width: 20px;
        margin-bottom: -2px;
    }

    .SlideShowPager a.activeSlide {
        background-color: #FFF;
    }

.SlideText {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



    .SlideText .LinkBtn a:hover {
        background-color: #FFF;
        color: #056389;
    }

    .SlideText#First {
        width: 100%;
        top: 40px;
        margin: 0 auto;
        color: #FFF;
        height: 100%;
    }

    /*#Second .LinkBtn a {background:#ffba13; border:#ffba13;}
#Second .LinkBtn a:hover {background-color:#fff; color:#ffba13;}

/*#Third .LinkBtn a{background:#D91E2B; border:#D91E2B; margin-top: 13%;}
#Third .LinkBtn a:hover{background-color:#fff; color:#D91E2B;} */


    .SlideText#Second {
        width: 100%;
        top: 50px;
        margin: 0 auto;
        color: #414141;
    }

        .SlideText#Second h2 {
        }

    .SlideText#Third {
        width: 100%;
        top: 50px;
        margin: 0 auto;
        color: #FFF;
    }

        .SlideText h1, .SlideText h1, .SlideText h1 {
            font-size: 50px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 0px;
            opacity: 1;
            text-shadow: 2px 2px 9px black;
			font-style:italic;
			margin-top:25px;
        }
		        .SlideText#First h2, .SlideText#Third h2{color:#343338; font-size:20px; margin-top:5px; font-family:"Times New Roman", times, serif; font-weight:bold; }
				.SlideText#Second h2 {color:white; font-size:20px; margin-top:5px; font-family:"Times New Roman", times, serif; font-weight:bold;}
				
        /* .TextWrapper {
    background-color: #fff;
    opacity: 0.3;
    width: 50%;
    padding: 50px 25px;
    margin: 0 auto;
}*/


        .SlideText#Third h3 {
            font-size: 30px;
            font-weight: 300;
        }

    .SlideText#Fourth {
        width: 100%;
        top: 50px;
        margin: 0 auto;
        color: #FFF;
    }

        .SlideText#Fourth h2 {
            color: #FFF;
            font-size: 60px;
            font-weight: bold;
        }

@media only screen and (max-width: 1000px) {
    .SlideText#Second {
        margin-top: 50px;
    }

    .ShellBanner .Banner {
        padding-bottom: 35%;
    }

    #First .LinkBtn a, #Second .LinkBtn a, #Third .LinkBtn a, #Fourth .LinkBtn a {
        display: none;
    }

    .SlideText#First h1, .SlideText#Second h1, .SlideText#Third h1 {
        font-size: 50PX;
    }

    .Table-Cell.Shop {
        display: none;
    }

    .Table-Cell.Tetx-align-R {
        width: 270px !important;
    }
}

@media only screen and (max-width: 875px) {
    .SlideText, .SlideText#Fourth, .SlideText#Third, .SlideText#Second, .SlideText#First {
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
    }

    #First h2, #Second h2, #Third h2, #Fourth h2 {
        font-size: 18px !important;
        margin: 8px;
    }


    .SlideText#First h1, .SlideText#Second h1, .SlideText#Third h1 {
        font-size: 30PX;
    }

    .ShellBanner .Banner .btn {
        
    }
}
@media only screen and (max-width: 600px) {    .ShellBanner .Banner {
    
min-height: 150px;
float: left;}
.ShellBanner #slideshow > div img {object-fit:cover; height:350px;}

.ShellBanner .SlideShowNavigation {display:none;}
}
/**********End Banner Default************/


/*#endregion */

/*#region Footer */
footer {
    background-image: url(/Static/images/nav/footer-bg.jpg);
    color: #000;
    margin-top: -2px;
    position: relative;
}

    footer .Center {
        padding: 20px 0 50px 0;
        text-align: center;
        position: relative;
    }

.Table-Cell {
    display: inline-block;
    vertical-align: top;
    position: relative;
}


    .Table-Cell .FooterPart {
        width: 200px;
        vertical-align: top;
        text-align: left;
        padding: 20px 15px;
    }

    .Table-Cell.Tetx-align-R .FooterPart {
        width: 320px;
    }

    .Table-Cell .FooterPart a {
        color: #333338;
        text-decoration: none;
        font-size: 14px;
        padding: 3px 0;
        display: table;
    }

        .Table-Cell .FooterPart a:hover {
			color:#740002;
			font-weight:800;
        }

    .Table-Cell.Tetx-align-R {
        clear: right;
        float: right;
        width: 350px;
        margin-top: -60px;
    }

        .Table-Cell.Tetx-align-R ul li, .Table-Cell.Tetx-align-R ul li a {
            text-align: right;
            display: block;
        }

        .Table-Cell.Tetx-align-R img {
            width: 100%;
            max-width: 180px;
        }

    .Table-Cell .FooterPart h2 {
        color: #333338;
        text-transform: uppercase;
        font-weight: 800;
    }
	.Table-Cell.Tetx-align-R ul.small,	.Table-Cell.Tetx-align-R ul.small a  {font-size:12px; text-transform:uppercase}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 50px;
    background-image: url("/Static/images/nav/back-to-top.png");
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/*#endregion */
/*#region Responsive */

.OnMobile{
    display: none;
}

@media only screen and (max-width : 1000px) {
    .ShellHeader .ShellHeaderTop .Logo.fixed {
    position:absolute;
    }
    .NoOnMobile {
        display: none;
    }
    .fixed{
        position:relative;
    }

    .DropDown div.icon-menu {
        display: block !important;
        color: #FFF;
        font-size: 25px;
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .DropDown.Small ul.topnav li .subnav {
        width: calc(100% - 20px) !important;
        padding-right: 10px;
    }

    .subnav.CLONED .Wrapper {
        padding: 10px;
    }

    .ShellHeader .ShellHeaderTop .HeaderTopNav ul li a span {
        font-size: 20PX;
        margin-top: 5PX;
    }

    .ShellHeader .ShellHeaderTop .HeaderTopNav {
        max-width: 440px;
    }
	.ShellHeader .ShellHeaderTop .HeaderTopNav .CartItemCount {
}

    section.FirstSection .SectionPart {
        max-width: 200px;
        margin: 0 10px;
    }

        section.FirstSection .SectionPart .btn a {
            padding: 5px;
            width: calc(100% - 14px);
        }

    .DropDown.Small ul.topnav {
        background-image: url("/Static/images/slate-bg.jpg");
    }
	

    figure {
        min-width: 200px;
        max-width: 200px;
    }

    .Table-Cell.Tetx-align-R .FooterPart {
        width: 250px;
    }

    section.SolarEnergy .Center h1, section.SellShopProducts h1 {
        font-size: 30px;
        margin: 20px 0;
    }

    section.SolarEnergy .Center {
        top: 0 !important;
        padding: 10px;
    }
	.ShellHeader .ShellHeaderBottom .DropDown ul.topnav li.Expanded, .ShellHeader .ShellHeaderBottom .DropDown ul.topnav li:hover{
-webkit-transform: none;
        -ms-transform: none;
        transform: none; 
		}
		.ShellHeader .ShellHeaderBottom .DropDown ul.topnav li a:hover {color:#F9E4C5}
	.MainNav .subnav .Wrapper {background:none; border:none; box-shadow:none;}
	.subnav .Wrapper .Links {columns:1}
}

@media only screen and (max-width : 700px) {
    .ShellHeader .ShellHeaderTop .Logo {
        position: relative;
        margin: 0 auto;
        max-width: 200PX;
    }

    section.SolarEnergy .Center p {
        padding: 10px;
    }

    .ShellHeader .ShellHeaderTop .HeaderTopNav {
        max-width: 100%;
        text-align: center;
    }

    .OnMobile {
        display: block;
    }

    .btn a {
        font-size: 16px;
    }

    section.SellShopProducts .Table-Cell a {
        text-decoration: none;
        color: #740002;
    }

    .ShellHeader .ShellHeaderTop .HeaderTopNav ul li {
        float: none;
    }

    figure {
        min-width: 150px;
        max-width: 150px;
    }
}

@media only screen and (max-width : 500px) {
    .ShellHeader .ShellHeaderTop .HeaderTopNav li.ShellHeaderSearch {
        max-width: 200px;
    }
}


/*#endregion */

@media (min-width: 1100px){

.ShellStoreMainContent .TemplatePrice {
    position: unset !important;
    }
}