﻿/* ----- Header ----- */

.header .navbar {
    margin-bottom: 0;    
}

.header .navbar-inner {    
    background: #003d80;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header h1 {
    float: left;
    margin: 0;
    text-align: left;   
}

.header a.brand {
    display: inline-block;
    text-indent: -9999px;
    width: 280px;
    height: 38px;
    padding: 30px 0;    
    background: url(../img/STARLogo-W-17260.png) center center no-repeat;
    background-color: #003d80;
}


.header ul.nav {
    font-size: 14px;
    text-transform: uppercase;
}

.header ul.nav li ul li {
    padding: 1px 1px 1px 1px;    
    text-shadow: none;
    display:block;     
    list-style-type: none;   
    height:20px;
}

.header ul.nav li a,.header ul.nav li a:visited {
    padding: 30px 20px 10px 20px;
    color: #5d5d5d;
    text-shadow: none;
    display:block;     
    list-style-type: none;      
}

.header ul.nav li ul {
    display:none; 
    list-style-type: none;  
    height:20px;    
    padding: 1px 1px 1px 1px;     
}

.header ul.nav li:hover ul {
    display:block;   
    list-style-type: none;   
    height:20px;
    padding: 1px 1px 1px 1px;  
}

.header ul.nav li:hover ul li a {
    display:block;    
    list-style-type: none;   
    height:20px; 
    padding: 1px 1px 1px 1px;  
}

.header ul.nav li.current-page a {
    padding-top: 25px;
    border-top: 5px solid #9d426b;
    background: #f8f8f8;  
    
}


/* ----- Slider ----- */

.slider {
    margin: 0 auto;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.flexslider {
    margin-top: 45px;
    margin-bottom: 55px;
    border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    line-height: 24px;
    color: #eaeaea;
    text-align: left;
    font-style: italic;
}


/* ----- Presentation ----- */

.presentation {
    margin-top: 30px;
}

.presentation h2 {
    font-family: 'italic', 'Tahoma';
    font-size: 30px;
    color: #5d5d5d;
}

.presentation p {
    font-size: 18px;
    font-style: italic;
}


/* ----- STAR Products ----- */

.STAR-Products {
    margin-top: 50px;    
}

.STAR-Products-title {
    background: url(../img/line.png) left center repeat-x;    
}

.STAR-Products-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'italic', 'Tahoma';
    font-size: 24px;
    color: #008f6b;
}

.STAR-Products .Products {
    padding-bottom: 23px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
    margin-top: 40px;
}

.STAR-Products .Products:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.STAR-Products .Products .icon-awesome {
    margin-top: 15px;
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.STAR-Products .Products h4 {
    margin-top: 5px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.STAR-Products .Products p {
    padding-bottom: 10px;
    line-height: 24px;
}

.STAR-Products .Products a {
    padding: 5px 22px;
    /*background: #9d426b;*/
    background:#30d630;
    color: #fff;
    font-size:20px;
    font-style: italic;
    text-decoration: none;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.STAR-Products .Products a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5d5d5d;
}

.STAR-Products .Products a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}



/* ----- HotProduct ----- */

.HotProduct {
    margin-top: 50px;
}

.HotProduct-title {
    background: url(../img/line.png) left center repeat-x;
}

.HotProduct-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'italic', 'Tahoma';
    font-size: 24px;
    color:#DB220D;
}

.HotProduct .work, .STARPlay .work {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}


.HotProduct .work:hover img, .STARPlay .work:hover img {
    /* opacity: 0.7; */
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.HotProduct .work:hover, .STARPlay .work:hover {
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

.HotProduct .work .icon-awesome, .STARPlay .work .icon-awesome {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.HotProduct .work .icon-awesome a, .STARPlay .work .icon-awesome a {
    display: inline-block;
    padding: 5px 9px;
    background:#30d630;
    color: #fff;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -moz-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.HotProduct .work .icon-awesome a:hover, .STARPlay .work .icon-awesome a:hover  {
    background: #5d5d5d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.HotProduct .work .icon-awesome a:active, .STARPlay .work .icon-awesome a:active {
    -moz-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 10px 0 rgba(0,0,0,.15) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
}

.HotProduct .work h4, .STARPlay .work h4 {
    margin-top: 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #2d2d2d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.HotProduct .work p, .STARPlay .work p {
    line-height: 24px;
    /*font-style: italic;*/
    color: #4d4d4d;
}


/* ----- StarTech ----- */

.StarTech {
    margin-top: 50px;
    padding-bottom: 50px;
}

.StarTech-title {
    background: url(../img/line.png) left center repeat-x;
}

.StarTech-title h3 {
    width: 180px;
    margin: 0 auto;
    background: #fff;
    font-family: 'italic', 'Tahoma';
    font-size: 24px;
    color: #008f6b;
}

.StarTech-list {
    margin-top: 30px;
    text-align: left;
}

.StarTech-list img {
    float: left;
    margin: 10px 0 0 60px;
    border: 3px solid #eaeaea;
}

.StarTech-list p {    
    padding: 1% 60px 0 300px;
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

.StarTech-list .nav-tabs {
    width: 200px;
    float: right;
    border: 0;
}

.StarTech-list .nav-tabs li {
    margin-right: 6px;
}

.StarTech-list .nav-tabs li a {
    width: 14px;
    height: 14px;
    padding: 0;
    background: #eaeaea;    
    border-style:ridge;
    border-color:white; 
    border-width:medium;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}


.StarTech-list .nav-tabs li.active a { background: #30d630; border-style:ridge; border-color:white; border-width:medium; }

/* STAR Play */
.STARPlay {
    margin: 30px auto;
}

.STARPlay .work {
    padding: 5px 5px 20px 5px;
    margin: 30px auto;
}

.rowcenter {
 display: table;
 margin: 10px auto;    
}

.text-left {    
 text-align:left;
}

.text-right {    
  text-align: right;  
}