@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700);

body {
    background-color: #cccddd;
    color: gray;
    font-family: 'Open Sans';
    font-weight: 300;
    position: relative !important;
}

.ulsm {
    padding-left: 15px;
}

ul li {
    /* visited link */
}

a:link {
    color: #FFFFFF;
}

/* visited link */
a:visited {
    color: #FFFFFF;
}

/* mouse over link */
a:hover {
    color: #FFFFFF;
}

.active
{
   /*font-weight: 600;*/
}
/* selected link */
a:active {
    color: #FFFFFF;
}

h1 {
    font-weight: 300;
}

h2 {
    font-weight: 300;
}

h3 {
    font-weight: 300;
}

/*h4 {*/
    /*font-weight: 300;*/
/*}*/

/*h5 {*/
    /*font-weight: 300;*/
/*}*/

.nav-black {
    background-color: rgba(0, 0, 0, .5);
    font-size: 12px;
}

.nav-black a {
    padding-top: 0px;
    padding-bottom: 10px;
    color: #FFFFFF;
}

.float-top {
    position: absolute;
    top: 0px;
}

.navbar-toggle {
    color: white;
    font-size: 24px;
    position: relative;
    float: right;
    padding: 0px;
    margin-top: 2px;
    margin-right: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.strip-bar
{
    background-color: #760e12
}

.nav-black .nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-black .nav > li > a:hover, .nav-black .nav > li > a:focus {
    background: #ed1c24;
}

.nav-main {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 26px;
}

.nav-main .navbar-toggle {
}

.nav-main a {
    font-size: 16px;
    color: #FFFFFF;
}

.nav-main .nav > li > a {
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
    /*margin-left: -20px;*/
}

.combo{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    width: calc(100% + 24px) ;
    height: 33px;
    margin-top: -6px;
    margin-bottom: -6px;
    margin-left: -12px;
    margin-right: -5px;
    text-indent: 5px;
    padding-top:3px;
}

.fontawesome-select {
    font-family: 'FontAwesome', 'Open Sans';
    font-size: 16px;
}

.header-color {
    color: #ed1c24;
}

.header-dark-color {
    color: #760e12;
}

.nav-main .nav > li > a:hover, .nav-main .nav > li > a:focus {
    background-color: transparent;
    background-image: url('../images/client/brush.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 40px;
}

.top-band {
    height: 205px;
    background-color: #c61c24;
    top: 0px;
    vertical-align: top;
    width: 100%;
    position: absolute;
    z-index: -100;
}

.bottom-band {
    height: 240px;
    background-color: #c61c24;
    position: absolute;
    width: 100%;
    bottom: 0px;
    right: 0px;
    z-index: -100;
}

.top-inner-band {
    background-color: #ed1c24;
}

.logo-image {
    margin-top: 20px;
    margin-bottom: 0px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.banner-image {
    width: 100%;
}

.splash {
    width: 100%;
    position: absolute;
    display: block;
    /*clip: rect(0px, 400px, 400px, 0px);*/
    animation: splashmove 0.5s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

/*@keyframes splashmove {*/
/*from {*/
/*clip: rect(0px, 0px, 0px, 0px);*/
/*}*/
/*to {*/
/*clip: rect(0px, 1000px, 1000px, 0);*/
/*}*/
/*}*/

.main-container {
    background-color: white;
    margin-top: 0px;
}

.carousel-caption {
    color: #FFFFFF;
    /*text-shadow:*/
    /*-1px -1px 0 #760e12,*/
    /*1px -1px 0 #760e12,*/
    /*-1px 1px 0 #760e12,*/
    /*1px 1px 0 #760e12;*/
}

svg {
    display: block;
    width: 100%;
    height: 536px;
}

.c-cp-circle {
    transform-origin: 0px 0px;
    animation-play-state: running;
    animation: scale 0.5s forwards;
}

.c-mask-circle {
    fill: white;
    stroke: white;
    stroke-width: 1;
    animation: stroke-width 0.5s forwards;
}

@keyframes scale {
    100% {
        transform: scale(100);
    }
}

@keyframes stroke-width {
    100% {
        stroke-width: 2000px;
    }
}

.product-image
{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain ;
    height: 295px;
    /*border: solid rgba(0, 0, 0, .2) 1px;*/
}

.product-text{
    text-align: center;
    width: 100%;
    color:gray;
    padding: 10px 10px 0px 10px;
    /*background: rgba(237, 28, 36, 1);*/
    font-weight: 300;
    font-size: 18px;
    position: absolute; bottom: 0px
}

.product-box{
    height: 280px;
    width: 100%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 0px;
    background-position-y: -30px;
    position:relative;
    background-size: contain;
    background-position: 50% calc(50% - 30px);
    background-repeat: no-repeat;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .2);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: white;
}

.dropdown-menu > li > a{
    color: white;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover
{
    background-color: #760e12;
}
.nav-justified > .dropdown .dropdown-menu {
    background-color: #ed1c24;
}

.product-box:hover {
    cursor: pointer;
    /*box-shadow: 2px 2px 10px #7A7A7A, -2px -2px 10px #7A7A7A*/
}

.box{

    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.box:hover {
    cursor: pointer;
    box-shadow: 2px 2px 10px #7A7A7A, -2px -2px 10px #7A7A7A
}

@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

.product-outer{

}

.bold
{
    font-weight: 600;
}

.col{
    margin-bottom: 30px;
}

.col-footer
{
    margin-left: 15px;
    margin-right: -15px;
}

.col-gap{
    /*margin-left: 0px;*/
    margin-right: 0px;
    /*padding-left: 0px;*/
    /*padding-right: 0px;*/
    /*margin:10px;*/
    margin-bottom: 10px;
}

.nav-tabs a {
    color: black;
    font-size: 16px;
}

.tab-content {
    text-align: justify;
    text-justify: inter-word;
}

.highlight-palette span {
    /*display: inline-block;*/
    /*vertical-align: top;*/
    /*margin: -10px;*/
    /*margin: 0 0.15em;*/
    /*margin-bottom: 10px;*/
    background-color: #eee;
    width: 60px;
    height: 60px;
    border: 1px solid black;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    /*border-radius: 4px;*/
    cursor: pointer;
    /*box-shadow: 0 1px 2px #ccc;*/
}

.highlight-palette .item {
    border-color: gray;
    margin-right: 1px;
    margin-bottom: 5px;
}

.navbar-nav.nav-justified {
    display:table;
}

.navbar-nav.nav-justified > li {
    float: none;
    width: auto;
}


.table {
    /*border:1px solid #C0C0C0;*/
    border-collapse:collapse;
    padding:0px;
    margin: 0px;
}
.table th {
    /*border:1px solid #C0C0C0;*/
    padding:5px;
    background:#F0F0F0;
}
.table td {
    /*border:1px solid #C0C0C0;*/
    padding:5px;
    text-align: right;
}

.tableWrapper {
    border:1px solid #C0C0C0;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}


#tech-slideshow {
    height: 125px;
    position: relative;
    overflow: hidden;
}
#tech-slideshow > div {
    height: 125px;
    width: 3125px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    -moz-transition:  opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;

    -webkit-animation: moveSlideshow 60s linear infinite;
    -moz-animation:    moveSlideshow 60s linear infinite;

}

@-webkit-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}
@-moz-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -1684px; }
}

div.news-item img{
    max-width: 100%;
}

/*chris new styles*/
h3.contact-countries{
  font-size: 15px;
}

a.country-contact-link .contact-countries{
  font-weight: 700;
}

a.country-contact-link:hover h3, a.country-contact-link:focus h3{
  color: #000;
}

a:hover, a:focus{
  text-decoration: none;
}

h2.contact-title{
  margin: 0;
  border-bottom: 1px solid grey;
  margin-bottom: 15px;
}

.social-media{
  text-align: center;
  margin-bottom: 20px;
}

.social-media a.social{
  color: #808080;
  font-size: 24px;
  margin: 0 10px;
}

.social-media a.social:hover, .social-media a.social:focus{
  color: #000;
}

.strip-bar{
  padding: 0;
}

.news-item iframe{
  width: 100% !important;
}

a.logo-image{
  display: block;
}