﻿.Header_intro{
    background-image: url(/WebPatterns/img/imagetop.jpg?12805);
    color: #FFF;
    width: 100%;
    min-height: 290px;
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    z-index: 0;
    padding-top: 130px;
    -webkit-box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.3);
       -moz-box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.3);
            box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.3);
     /* set on preview without header fixed */
      background-repeat: none;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.Header{
    border-bottom: solid 1px rgba(255,255, 255, .5);
    width: 100%;
    position: absolute;
    height: 80px;
    top: 0px;
    z-index: 2;
    -webkit-transform: translateZ(0); /* fix for position fixed on chrome */
}

/* center header, default 100% */
.Header .Content{
    width: 100%;
    position: relative;
    padding: 0px 20px;
    
    
}

/* center header on desktop */
.Page.desktop .Header .Content,
.Page.desktop .Menu.Header_menu{
    max-width: 1200px;
    width: auto;
    left: 50%;
    margin-left: -600px;
}

.Page.desktop .Menu.Header_menu{
    max-width: 700px;
    width: auto;
    left: 50%;
    margin-left: 0px;
}


/* logo */
.Header_logo{
    float: left;
    min-width: 250px;
    padding-top: 22px;
}

.Header_logo a{
    color: #FFF;
    font-size: 14px;
    display: block;
}

.Header_logo a .Heading1 {
    display: inline-block;
    /*margin-right: 10px;*/
}

.MainContent{
    min-height: 200px;
    margin-top: 50px;
}
.ThemeGrid_Container{
    width: 100%;
}
body .Button.Is_Default,
body a.Button.Is_Default  {
    background-color:  #aa2000;
    border-color: #aa2000;
/*    text-transform: uppercase;*/
    color: #FFF;
}
body .Button.Is_Default:hover, 
body a.Button.Is_Default:hover,
body .desktop .Button.Is_Default:hover, 
body .desktop a.Button.Is_Default:hover,
body .phone .Button.Is_Default:hover, 
body .phone a.Button.Is_Default:hover,
body .tablet .Button.Is_Default:hover, 
body .tablet a.Button.Is_Default:hover{
    background-color:  rgba(190, 32, 0, 0.6);
    border-color:  #be2000;
}
.ContainerBoxsHome .Heading2 {
    margin-top:20px;
    font-size:30px;
    color:#343434;
    font-weight: 700;
    line-height: 28px;
}
.ContainerBoxsHome .subText {
    color:  #343434;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.ContainerBoxsHome .Text_gray {
    color:  #818181;
    font-weight: 400;
    line-height: 18px;
}
.ContainerBoxsHome .Text_gray.font18 {
    padding-top: 10px;
    font-size: 18px;
    display: block;
    line-height: 20px;
}
.ContainerBoxsHome > div > div  {
   font-size: 12px;
   padding: 10px;
   width: 100%;
   display: table;
}
.DescriptionContainer{
    padding: 0 70px;   
    margin-top: 5px;
}

.padding10{
    padding: 10px;   
}