/* ----- Body ----- */
/*
body {    
    background: #003d80;
    text-align: center;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 12px;    
}

.StarBlue { color: #003D80; }

a {
    color: #33cc33;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

a:hover { color: #888; text-decoration: none; }

strong { font-weight: bold; }

*/
/* ----- 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/Headlogo172X63.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 ----- */

.Product {
    margin-top: 50px;    
}

.Product-title {
    background: url(../img/line.png) left center repeat-x;    
}

.Product-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'italic', 'Tahoma';
    font-size: 24px;
    color: #008f6b;
}

.Product, .Product-Icon{
    padding-bottom: 23px;
    background: #f8f8f8;
    border-bottom: 2px solid #33cc33;
    margin-top: 40px;
}

.Product: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;
}

.Product .icon-awesome {
    margin-top: 15px;
    font-size: 50px;
    line-height: 50px;
    color: #5d5d5d;
}

.Product 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);
}

.Product p {
    padding-bottom: 10px;
    line-height: 24px;
}

.Product 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;
}

.Product a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #5d5d5d;
}

.Product 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 {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}


.HotProduct .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 {
    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 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 22px;
}

.HotProduct .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 {
    background: #5d5d5d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.HotProduct .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 {
    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 {
    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; }


.AboutSTAR-list .tabbable
{        
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05);    
}

.AboutSTAR-list .tabbable .nav-tabs-Vertical
{       
    list-style:none; 
    margin-top:3em;
    margin-bottom:3em;
    text-align:left;
    float: left;    
    border: 5px solid gray;
    box-shadow: 4px 4px 6px #bbb;
}



.AboutSTAR-list .tabbable .nav-tabs-Vertical li
{       
    background-color:#eee;
    border-style:ridge; 
    border-color:aqua; 
    border-width:2px;
    font-weight:bolder;        
    font-size: 1em;
    padding: 0.5em 0.5em; 
}

.AboutSTAR-list .nav-tabs-Vertical li.active  
{
    font-size:larger; 
    background-color:#7adcf9;
    border-left: #333 solid 5px;        
 
	 
}

.AboutSTAR-list .tabbable .nav-tabs-Vertical li a
{  
   color:black;    
   text-decoration: none;
   display:block;
}

.AboutSTAR-list .tabbable .nav-tabs-Vertical li a:visited
{  
   color:black;
}

.AboutSTAR-list .tabbable .nav-tabs-Vertical li:hover, .AboutSTAR-list .tabbable .nav-tabs-Vertical li a:hover
{  
   background-color:#42EFEF;
   font-size:larger;
    -webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s; 
}

.AboutSTAR-list .tabbable .tab-content
{       
    list-style:none;
    margin-top:3em;
    margin-bottom:3em;
    text-align:left;
    font-size:14px;
    color:Black;
    border-width:thick;
    border-style:groove;
    background-color:#eee;
    padding: 0.5em 0.5em 1em;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 5px 5px 5px #888;
}

.AboutSTAR-list .tabbable .tab-content p
{
    margin-top:0.7em;    
    text-indent: 1em;  /* Move backward 1em at the beginning of each paragraph */ 
}

.AboutSTAR-list .tabbable .tab-content h5
{
    clear: both;
}

/* STAR Profile & STAR Quality */
.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(1) img:nth-of-type(1), .AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(5) img:nth-of-type(1),.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(4) img:nth-of-type(3),.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(4) img:nth-of-type(1)
{
    float:left;      
    /* padding: 2em 2em;    */
    margin: 0.7em 2em 2em 0.5em;
    box-shadow: 5px 5px 5px #888;
}

/* STAR Profile */
.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(1) img:nth-of-type(2)
{
    display:block;
    float:none;
    margin: 2em auto;
    box-shadow: 5px 5px 5px #888;
}



/* AboutSTAR STAR Business */
.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(2) img:nth-of-type(1)
{   
    display:block;
    margin: 1.5em auto;    
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
    border: silver 5px solid;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #888;    
}


/* ----- About STAR RD & STAR Difference ----- */
.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(3) img:nth-of-type(1),.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(4) img:nth-of-type(2)
{   
    float:right;
    display:block;
    margin: 0.5em 1em;
}

.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(3) img
{   
    float: left;
    display: block;
    margin: 0.5em 1em;       
}



/* ----- STAR SDK ----- */
.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(7) img
{ 
    margin: 1em auto;
    -webkit-border-radius: 30px;    
    -moz-border-radius: 30px;
    border: silver 5px solid;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #888;
}

/* ----- About STAR Choice & Social Responsibility ----- */
.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(6) img:nth-of-type(1),.AboutSTAR-list .tabbable .tab-content:first-of-type .tab-pane:nth-child(8) img:nth-of-type(1)
{       
    display:block;
    margin: 1em auto;
    -webkit-border-radius: 30px;    
    -moz-border-radius: 30px;
    border: silver 5px solid;
    border-radius: 30px;
    box-shadow: 5px 5px 5px #888;
}

.MiddleRow
{
 /*display:table;    */
 display:block;
 margin: 1em auto;
}

/* ----- Footer ----- */
/*
footer {
    margin: 0 auto;
    padding-bottom: 10px;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.05) inset;
}

footer .widget {
    margin-top: 20px;
    text-align: left;
}

footer .widget h4 {
    margin-top: 20px;
    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);
}

footer .widget p {
    line-height: 24px;
}

footer .widget i {
    padding-right: 7px;
}


footer .footer-border {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}

footer .copyright {
    margin-top: 15px;
    text-align: left;
}

footer .contactinfo {
    margin-top: 15px;  
    text-align:right;  
}

footer .social {
    margin-top: 10px;
    text-align: right;
}
*/
footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px; vertical-align: middle; }

footer .social a.twitter { background: url(../img/social-icons/twitter.png) left bottom no-repeat; }
footer .social a.dribbble { background: url(../img/social-icons/dribbble.png) left bottom no-repeat; }
footer .social a.rss { background: url(../img/social-icons/rss.png) left bottom no-repeat; }
footer .social a.pinterest { background: url(../img/social-icons/pinterest.png) left bottom no-repeat; }
footer .social a.flickr { background: url(../img/social-icons/flickr.png) left bottom no-repeat; }
footer .social a.forrst { background: url(../img/social-icons/forrst.png) left bottom no-repeat; }
footer .social a.vimeo { background: url(../img/social-icons/vimeo.png) left bottom no-repeat; }
footer .social a.linkedin { background: url(../img/social-icons/linkedin.png) left bottom no-repeat; }
footer .social a.facebook { background: url(../img/social-icons/facebook.png) left bottom no-repeat; }
footer .social a.email { background: url(../img/social-icons/email.png) left bottom no-repeat; }
footer .social a.github { background: url(../img/social-icons/github.png) left bottom no-repeat; }
footer .social a.behance { background: url(../img/social-icons/behance.png) left bottom no-repeat; }
footer .social a.googleplus { background: url(../img/social-icons/googleplus.png) left bottom no-repeat; }
footer .social a.youtube { background: url(../img/social-icons/youtube.png) left bottom no-repeat; }
footer .social a.skype { background: url(../img/social-icons/skype.png) left bottom no-repeat; }
footer .social a.tumblr { background: url(../img/social-icons/tumblr.png) left bottom no-repeat; }

footer .social a:hover { background-position: left top; }


/* ----- Page title ----- */

.page-title {
    margin: 0 auto;
    padding: 30px 0 35px 0;
    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;
    text-align: left;
}

.page-title h2 {
    display: inline;
    margin-left: 10px;
    font-family: 'italic', 'Tahoma';
    font-size: 24px;
    color: #5d5d5d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    vertical-align: middle;
}

.page-title p {
    display: inline;
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
}

.page-title-icon {
    margin-left: 20px;
    font-size: 46px;
    color: #ccc;
    vertical-align: middle;
}


/********** ----- ABOUT PAGE ----- **********/

/* ----- About us text ----- */

.about-us {
    margin-top: 20px;
}

.about-us-text {
    padding: 10px 0;
    text-align: left;
}

.about-us-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.about-us-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Meet our team ----- */

.team {
    margin-top: 30px;
}

.team-title {
    background: url(../img/line.png) left center repeat-x;
}

.team-title h3 {
    width: 220px;
    margin: 0 auto;
    background: #fff;
    font-family: 'italic', 'Tahoma';
    font-size: 24px;
    color: #5d5d5d;
}

.team-text {
    margin-top: 40px;
    padding-bottom: 20px;
    background: #f8f8f8;
    border-bottom: 2px solid #9d426b;
}

.team-text:hover img {
    opacity: 0.7;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-text: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;
}

.team-text .social-links {
    margin-top: 15px;
}

.team-text .social-links a { display: inline-block; width: 24px; height: 24px; margin: 0 4px; vertical-align: middle; }

.team-text .social-links a.twitter { background: url(../img/social-icons/twitter.png) left top no-repeat; }
.team-text .social-links a.dribbble { background: url(../img/social-icons/dribbble.png) left top no-repeat; }
.team-text .social-links a.pinterest { background: url(../img/social-icons/pinterest.png) left top no-repeat; }
.team-text .social-links a.flickr { background: url(../img/social-icons/flickr.png) left top no-repeat; }
.team-text .social-links a.forrst { background: url(../img/social-icons/forrst.png) left top no-repeat; }
.team-text .social-links a.vimeo { background: url(../img/social-icons/vimeo.png) left top no-repeat; }
.team-text .social-links a.linkedin { background: url(../img/social-icons/linkedin.png) left top no-repeat; }
.team-text .social-links a.facebook { background: url(../img/social-icons/facebook.png) left top no-repeat; }
.team-text .social-links a.email { background: url(../img/social-icons/email.png) left top no-repeat; }
.team-text .social-links a.behance { background: url(../img/social-icons/behance.png) left top no-repeat; }
.team-text .social-links a.googleplus { background: url(../img/social-icons/googleplus.png) left top no-repeat; }
.team-text .social-links a.youtube { background: url(../img/social-icons/youtube.png) left top no-repeat; }
.team-text .social-links a.skype { background: url(../img/social-icons/skype.png) left top no-repeat; }
.team-text .social-links a.tumblr { background: url(../img/social-icons/tumblr.png) left top no-repeat; }

.team-text .social-links a:hover { background-position: left bottom; }

.team-text h4 {
    margin-top: 20px;
    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);
}

.team-text p {
    line-height: 24px;
    font-style: italic;
}


.enquiry {
    margin-top: 20px;
    padding-bottom: 50px;
    text-align: left;
    color:#fff;
}

.enquiry h5 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    /* color: #34dafa; */
    color:GrayText;
    color: rgba(255,255,255,0.1);
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

/*
.TopicsColumn
{
    background-color:#808080;
    background: url(../img/Headlogo172X63.png) center center no-repeat; 
    background-image: url(../img/Enquiry/Noticeboard.jpg); 
    background-repeat:no-repeat;
    background-size: 100% 100%;
    background-clip: padding-box;
    box-shadow: 0.5em 0.5em 3em black;
    margin-top: 3%;    
    color:black;
    font-weight:bolder;
    font-style:italic;  
    padding: 0 3em 1em 3em;
    border-radius: 10px;
    display:block;
    box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}

.TopicsColumn h4:not(first-child)
{
line-height: 2em;
}


.TopicsColumn a
{
 color:#fcfcfc;  
 text-shadow: 0 1px 0 rgba(255,255,255,.3);
}


.TopicsColumn a:hover
{
    font-size:larger;
    color:blue;
}
*/

.enquiry p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

.enquiry-form {
    padding: 10px 0;
}

.enquiry-form p {
    margin-top: 15px;
}

.enquiry form {
    margin-top: 25px;
    padding: 0 20px;
}

.enquiry form input, .enquiry form textarea {
    width: 90%;
    height: 24px;
    border: 1px solid #ddd;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 13px;
    font-style: italic;
}

.enquiry form input:focus, .enquiry form textarea:focus {
    border: 1px solid #bbb;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.enquiry form textarea {
    height: 160px;
}

.enquiry form button {
    width: 120px;
    height: 30px;
    margin-top: 15px;
    color: white;
    background: #33cc33;
    font-weight:bold;
    border: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;       
    -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;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.enquiry form button:hover 
{
    background: gray;    
    font-weight:bold;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.enquiry form button: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;
}

.enquiry form label {
    margin-top: 10px;
    font-size: 13px;
}

.enquiry form input:-moz-placeholder, .enquiry form textarea:-moz-placeholder { color: #ccc; }
.enquiry form input:-ms-input-placeholder, .enquiry form textarea:-ms-input-placeholder { color: #ccc; }
.enquiry form input::-webkit-input-placeholder, .enquiry form textarea::-webkit-input-placeholder { color: #ccc; }


/* ----- Google maps ----- */

.map {
    margin: 15px 20px 40px 10px;
    height: 730px;
    border: 5px solid #f8f8f8;
}


/********** ----- SERVICES PAGE ----- **********/

/* ----- Services full width text ----- */

.services-full-width {
    margin-top: 20px;
}

.services-full-width-text {
    padding: 10px 0 0 0;
    text-align: left;
}

.services-full-width-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-full-width-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Services half width text ----- */

.services-half-width {
    margin-top: 20px;
}

.services-half-width-text {
    padding: 10px 0;
    text-align: left;
}

.services-half-width-text h4 {
    margin-top: 25px;
    padding: 0 20px;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5d5d5d;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.services-half-width-text p {
    padding: 0 20px;
    line-height: 28px;
    font-size: 13px;
}

/* ----- Call to action ----- */

.call-to-action {
    margin-top: 20px;
    padding-bottom: 50px;
}

.call-to-action-text {
    padding: 25px 0 20px 0;
    text-align: left;
    background: #f8f8f8;
    overflow: hidden;
}

.call-to-action-text:hover {
    box-shadow:
        0 3px 10px 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;
}

.call-to-action-text .ca-text, .call-to-action-text .ca-button {
    float: left;
    padding: 0 0 0 35px;
    line-height: 30px;
    font-size: 18px;
    font-style: italic;
}

.call-to-action-text .ca-button {
    float: right;
    padding: 0 35px 0 0;
}

.call-to-action-text .ca-button a {
    padding: 5px 22px;
    background: #9d426b;
    color: #fff;
    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;
}

.call-to-action-text .ca-button a:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.call-to-action-text .ca-button 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;
}


/********** ----- Product PAGE ----- **********/

.Product-page, .ProductDetail {
    margin-top: 0px;
    padding-bottom: 20px;
}

.Product-page h4.filter-portfolio {
    margin: 0 auto 20px;
    padding: 0 0;
    font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    color: #5d5d5d;    
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

ul.portfolio-img {
    margin: 0;
    overflow: hidden;
}

ul.portfolio-img li {
    list-style: none;
}

.filter-portfolio a { color: #eeeeee; text-decoration: none; padding: 0.5em 1em;}
.filter-portfolio a:hover { color: #42efef; text-decoration: none; }

.filter-portfolio a#active-imgs { color: #33cc33; }
.filter-portfolio a#active-imgs:hover { color: #42efef; }




/* ----- Media queries ----- */

@media (min-width: 980px) and (max-width: 1200px) {

    .flex-caption {
        max-width: 700px;
    }

    .STAR-Products .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .header ul.nav li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .header ul.nav li.current-page a {
        padding-top: 15px;
    }

    .header ul.nav li a i, .header ul.nav li a br {
        display: none;
    }

    .flex-caption {
        max-width: 500px;
    }

    .STAR-Products .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

}

@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
    }

    .slider, .STAR-Products, .portfolio {
        padding: 0 20px;
    }

    .STAR-Products {
        margin-top: 30px;
    }

    .header ul.navR li a {
        padding: 15px 20px 15px 20px;
        font-weight: normal;
        text-align: left;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

/*  20140706 08:55
    .header ul.nav li.current-page a {
        padding-top: 15px;
    }
*/
    .header ul.navR li.current-page a {
        padding-top: 15px;
    }

    .header ul.navR li a i, .header ul.navR li a br {
        display: none;
    }

    .flex-caption {
        display: none;
    }

    .presentation, footer, .StarTech {
        padding-left: 20px;
        padding-right: 20px;
    }

    .presentation p {
        line-height: 30px;
    }

    .STAR-Products .service p, .portfolio .work p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .STAR-Products .Products .icon-awesome {
        padding-top: 10px;
    }

    .page-title p {
        display: block;
        margin-top: 10px;
        margin-left: 20px;
    }

    .call-to-action-text {
        padding-bottom: 30px;
    }

    .call-to-action-text .ca-text {
        padding: 0 35px;
    }

    .call-to-action-text .ca-button {
        margin-top: 10px;
    }

    .portfolio-page {
        padding-bottom: 50px;
    }

    .tweet_list {
        height: 6em;
    }

}

@media (max-width: 480px) {

    .tweet_list {
        height: 10em;
    }

}

/* 20140708 13:00 */ 
/*
.News-Marquee{height:200px;font-family:Helvetica;font-size:14px;}
.News-Marquee a {
    color: black;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.News-Marquee a:hover{font-weight:bolder;}
*/
/* 20140709 17:00 */ 
/*
footer .widget a {
    color: black;
    text-decoration: none;
    font-family: Helvetica;
    font-size: 14px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

footer .widget a:hover{color:white; background:#003d80;} 
*/

