/**********Banner Defoult************/
.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:37%;
    height:0;
    overflow:hidden;
    margin:0 auto;
}
.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: center;
    margin-top:-36px;
    padding-bottom: 10px;
    z-index: 100;
    position: relative;
}
.SlideShowPager a {
    margin-left: 5px;
    background-color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size:0;
    line-height:0;
    color:transparent;
}
.SlideShowPager img {
    width: 15px;
    margin-bottom:-2px;
}
.SlideShowPager a.activeSlide{
    background-color:#0095da;
}

.LinkBtn {
    margin-top: 50px;
}
.SlideText .LinkBtn a {
    background: #0095da;
    padding: 14px 35px;
    color: #FFF;
    text-decoration: none;
    text-transform:uppercase;
}
.SlideText .LinkBtn a:hover{
    background-color:#FFF;
    color:#0095da;
}
.SlideText#First {
margin:0 auto;
    color:#FFF;
	height:100%;
}



.SlideText#First h2{
    font-size: 30px;
    color: #fff;
}

.SlideText#Second {    width: 100%;

margin:0 auto;
    color:#414141;
}
.SlideText#Second h2 {
    font-size: 30px;
    color: #ffffff;
}
.SlideText#Second p {
    font-size: 15px;
    color: #ffffff;
}
.SlideText#Third {
margin:0 auto;
    color:#FFF;
}
.SlideText#Third h2, .SlideText#First h1 {
    font-size: 40px;
    color: #fff;
	font-weight:bold;
	margin-bottom:0px;
}

.SlideText#Third h3 {font-size:30px; font-weight:300;}

.SlideText#Fourth h2{
	color:#FFF;
	font-size:60px;
    
	font-weight:bold;
}
.TextWrapper {
    float: left;
}
/*Banner right text*/
.ShellBanner .SlideText {
    position:relative;
}.BannerRGText {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

@media only screen and (max-width: 1000px){
    .ShellBanner .Banner{
        padding-bottom: 30%;
}
#First .LinkBtn a, #Second .LinkBtn a, #Third .LinkBtn a, #Fourth .LinkBtn a {display:none;}

}
@media only screen and (max-width: 500px){
.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;
}
}
/**********End Banner Default************/
/*Default*/

body {
    background-color: #ededed;
}
.ShellHeader {

    position: absolute;
    box-shadow: none;
    background: none !important;
    height:auto;

}
header{
	background: none !important;
	box-shadow:none;
}
.Marketplace{
	display:none;
}
.ShellNav {
    background: rgba(0,0,0,.5);
}
ul.topnav li a {
    color: #FFF;
}



.EverythingSale {
    float: left;
    clear: left;
	margin-top: 20px;
}
.Content {
    min-height:500px;
    width:100%;
    margin:20px 0;
	clear:both;
}
nav.DinamicNav{
	margin: 20px auto;
}
.ShellHeader nav.DinamicNav {
    display: none;
}
/*Welcome*/
.ShellMainContent {
    margin-top:0px;
}
section.welcome {
    background-color: #464646;
    overflow: hidden;
    padding: 0;
    height:320px
}

.WelcomeText {
    text-align: center;
    color: #FFF;
    max-width: 600px;
    font-weight:lighter;
}

    .WelcomeText h1 {
        color: #FFF;
        text-align: center;
        font-size: 38px;
        font-weight: lighter;
    }

    .WelcomeText h2 {
    }

.WelcomeImage {
    position: relative;
}

#triangle-bottomright, #triangle-bottomright2 {
    width: 100%;
    margin-right: -88%;
    height: 100%;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    position: absolute;
    top: 0px;
    right: 24px;
    background-color: #0095D9;
}
#triangle-bottomright2 {
    right: 14px;
    background-color: #464646;
}a.LinkBtn:hover {
        cursor: pointer;
        background-color: #FFF;
        color: #0095da;
        text-decoration: none;
    }

a.LinkBtn {
    margin: 10px auto;
    display: table;
    padding: 15px;
    background-color: #0095da;
    border: solid 1px #0095da;
    color: #FFF;
}
/*Catalog*/
.ShellCatalog {
    padding:30px 0;
    display:table;
    width:100%;
}
    .ShellCatalog h1, .FProducts h1{
        text-align: center;
        font-size: 35px;
        margin: 30px 0;
        font-weight: lighter;
        color: #0095da;
    }.catalog {
    padding: 0 5px
}.catalog > div {
    background-color: #464646;
    padding: 10px;
    margin-top:10px;
    display: table;
    width: 100%;
}
.catalog img{
    float:left;
    max-width:150px;
}
    .catalog .Text {
        padding: 0 10px;
        float: right;
        margin-top: 15px;
        color: #fff;
    }
        .catalog .Text p{
            font-size:16px;
        }
.shellbtn {
    display:table;
    width:100%;
    padding-top:30px;
}
.secondlogo {
    display:none;
}
/*FProducts*/
section.FProducts .Table-Cell {
    display: inline-block;
    vertical-align: top;
    max-width: 33%;
    min-width: 300px;
}

.FProduct {
    margin: 20px 0px;
    margin-top: 100px;
    float: left;
    padding: 15px;
    text-align: center;
    display: inline-block;
    color: #FFF;
    height: 375px;
}

    .FProduct h3 {
        font-size: 18px;
        text-transform: uppercase;
        margin: 15px 0;
    }

.FProductImg {
    margin: 0 auto;
    margin-top: -100px;
    max-width: 200px;
}

.FProduct#First {
    background-color: #3e84ce;
}

.FProduct#Second {
    background-color: #2061a5;
}

.FProduct#Third {
    background-color: #004185;
}


@media(max-width:1150px) {
    .secondlogo {
        display: block;
        margin:0 auto;
        padding:10px;
        max-width:200PX;
    }  
    section .welcome {
        height: unset !important;
    }

    .WelcomeImage {
        width: 100% !important;
        padding: 0;
        margin: 0;
        border-bottom: 10px solid #0095da;
    }
    .WelcomeImage img.img-responsive {
        display: none;
    }

    #triangle-bottomright, #triangle-bottomright2 {
        display: none;
    }

    .WelcomeText {
        max-width: 100% !important;
        width:100%;
        background-color: #464646;
        padding:15px;
    }

    section.welcome {
        background-color: #fff;
        height:unset;
    }
}


   .ShellMainContent {
        margin-top: 0;
    }
@media(max-width:700px) {
    .BannerRGText {
        display: none;
    }
}



