@media only screen and (min-width: 771px) 
{
.page-header-container 
{
    height: 100%;
    margin: auto;
    width: 1102px;
}

.page-header 
{
    height: 302px;
}

#header-nav 
{

    float: right;
    height: 54px;
    margin-top: -53.7px;
    overflow: hidden;
    width: 757px;
}

.nav-primary li 
{
    padding: 11px 15px 14px 9px
}

.level0.nav-1.first 
{
    padding-left: 61px;
} 
.nav-primary li.active , .nav-primary li:hover
{
    background: none repeat scroll 0 0 #224ea5;

}
.nav-primary li.active a , .nav-primary li:hover a
{ 
    color:white !important; 

}
.logo 
{
  padding: 19px 0 0 20px;
}

.contact-block 
{
    color: black;
    float: right;
    font-family: bernardmt;
    font-size: 27.9px;
    position: absolute;
    right: -3px;
    top: 126.5px;
}

.top-banner 
{
    background: url("../images/media/banner-bg.png") repeat-x scroll 0 0 #205cd8;
    height: 426px;
    width: 100%;
}
.top-banner .banner 
{

    border-radius: 16px !important;
    height: 480px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    top: -26px;
    width: 1102px;
    z-index: 9999;
}


.cms-home .main-container .main 
{
    margin: 47px auto auto !important;
    padding: 0 0 27px !important;
    width: 1102px !important;
}
.main-container .main 
{ 
    margin: auto;
    padding: 65px 23px 27px;
    position: relative;
    width: 1102px;
}

}/* End style*/
    
    
.page-header 
{
background: url("../images/media/headerbg2.png") repeat-x scroll center bottom #e5e5e5;
}
.page-header-container 
{
    background: url("../images/media/header-bg.png") no-repeat scroll 270px 12.6px rgba(0, 0, 0, 0);
}
#header-nav 
{
    background: none repeat scroll 0 0 #ea592a;
    border-radius: 15px;
    overflow: hidden !important;

}
.level0.nav-1.first.active {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.nav-primary li a 
 {
    color: white;
    font-family: bernardmt;
    font-size: 24px;
    text-transform: capitalize !important;
}

.home-static-content {
    color: white !important;
    font-family: helvetica;
    font-size: 15px;
}


.home-static-content .left h2 ,.home-static-content .right h2 
{
    font-family: bernardmt;
    font-size: 30px;
    padding-top: 12px;
    text-transform: none;
}
.home-static-content .left h2
{
    color:white;
    
}

.home-static-content .right > li {
    background: url("../images/media/icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-bottom: 7px;
    margin-left: 12px;
    padding-left: 29px;
}

.home-static-content .right h2 
{
    color:#F6754B;
    color: #f6754b;
    margin-bottom: 10px;
}

.home-static-content .left 
{

background: url("../images/media/border.png") no-repeat scroll right top rgba(0, 0, 0, 0);
color: white;
float: left;
padding-left: 37px;
width: 490px;

}

.home-static-content .right {
    float: right;
    margin-right: 0;
    width: 50.5%;
    
    
}

.home-static-content .image {
    float: left;
    margin-right: 27px;
}

.main-container
{
    
    background: url("../images/media/content-bg.png") repeat-x scroll 0 0 #103681;
}
.footer-container > a 
{
    color: #7498E2 !important;
    font-size: 10px;
    font-weight: bold !important;
}
.footer-container {
    background: none repeat scroll 0 0 #224ea5;
    padding: 9px 0 22px !important;
    text-align: center;
}    




/* Color Option */ 


.swypes-container img {
   border: 1px solid white;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 27px;
    margin: 0 5px 0 0;
    width: 30px;

}

.swatch-img.current {
    border: 3px solid maroon;
    height: 35px;
    width: 42px;
}


.swatch-img-hide {
    display: none;
}

.swypes-container li .swatch-img:hover > .swatch-img-hide
{ 
    display: block !important; position: absolute; right: 0px; 
}    
.swypes-container li:hover > img:nth-child(2) {
    display: block !important;
    height: 300px;
    position: absolute;
    right: -6px;
    top: 0;
    width: 301px;
    z-index: 9999;
}