﻿/* Theme Specific Properties */
.menu-main
{
    border-top-left-radius: 5px;
    width: 100%;
    padding: 0px 20px;
    background: #3c3c3c; /* Old browsers */
    background: -moz-linear-gradient(top, #3c3c3c 0%, #7d7d7d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c3c3c), color-stop(100%,#7d7d7d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3c3c3c 0%,#7d7d7d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3c3c3c 0%,#7d7d7d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3c3c3c 0%,#7d7d7d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3c3c3c 0%,#7d7d7d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
}


#shopcart
{
    width: 100%;
    height: 68px;
    border: solid 1px #2B4081;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2px 5px;
}

    #shopcart h1, #shopcart h2, #shopcart h3, #shopcart p
    {
        color: white;
        margin: 0px;
        padding: 0px;
    }

    #shopcart i
    {
        font-size: 20px;
        padding-right: 15px;
    }

    #shopcart h1
    {
        font-size: 14px;
        font-weight: bold;
    }

    #shopcart h3
    {
        font-size: 12px;
    }


#mainbanner
{
    background-color: #1d9ce5;
}


/* Menu */

/* multilevel dropdown for BS3 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#mainmenu-container
        {
            height:53px;
            text-align:left;
        }
        .mainmenu-inner
        {
            max-width: 960px;
            text-align:left;
        }
        .mainmenu-list
        {
            margin:0;
            font-size:0;
        }
        .mainmenu-list > li
        {
            height:60px;
            vertical-align:middle;
            font-size:20px;
            line-height:60px;
            padding:0;
            margin:0;
            min-width:60px;
            text-align:center;
        }
            .mainmenu-list > li:not(:first-child)
            {
                
            }
            .mainmenu-list > li > a
            {
                color: white;
                padding:20px 20px 18px 20px;
            }
        .mainmenu-list > li > div > a
        {
            color:white;
            font-size:16px;
            text-transform:uppercase;
            text-decoration:none;
            padding:20px 20px 20px 20px;
        }
            .mainmenu-list > li > a:hover
            {
                text-decoration:none;
            }
        .mainmenu-list > li.active
            {
                background-color:#1d9ce5;
            }
        .mainmenu-list li:hover
        {
            background-color:#1d9ce5;
            color:black;
        }
            .mainmenu-list .dropdown > .dropdown-menu
            {
                margin-top:0px;
            }
        .mainmenu-list .dropdown:hover > .dropdown-menu {
                display: block;
             }
        .top-nav, .footer-nav, #mainmenu-container
        {
             background-color:#333;
            color: #fff;
        }
        .top-nav
        {
            height: 40px;
            z-index: 1000;
        }
        .top-nav-inner span
        {
            vertical-align:middle;
            line-height:40px;
            color: #C0C0C0;
        }
        .top-nav-menu
            {
                vertical-align:middle;
                line-height:40px
            }
            .top-nav-menu > li
            {
                
                min-width:80px;
                text-align:center;
            }
                .top-nav-menu > li:not(:last-child)
                {
                    border-right:solid 1px #7d7d7d;
                }
        .top-nav-inner a
        {
            color: #C0C0C0;
            text-decoration:none;
        }
            .top-nav-inner a:hover
            {
                text-decoration:none;
                color:#fff;

            }
            .top-nav-menu .dropdown > .dropdown-menu {
                margin-top:0px;
             }
            .top-nav-menu .dropdown:hover > .dropdown-menu {
                display: block;
             }
        .footer-nav-inner
        {
            max-width: 960px; 
            text-align:left;
            padding-top:20px;
            padding-bottom:30px;
            margin-top:10px;
        }
            .footer-nav-inner a
            {
                color:white;
            }
    .bottom-nav
    {
        background-color:#EEEEEE;
    }
    .bottom-nav-inner
    {
        max-width: 960px; 
        text-align:left;
        padding-top:10px;
        padding-bottom:10px;
        margin-top:10px;
    }

.news-simple-list
{
    list-style-type: square;
}
.news-simple-list > li > a { font-weight:bold;}
.list-footer-links
{
    list-style-type:square;
    margin-left:15px;
}
.list-footer-links > li > a { font-weight:bold;}
#footer1 { margin-bottom:20px;}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  /*overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;*/
  background-color: rgba(125, 125, 125, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  font-size:40px;
  padding-left:8px;
  
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  color:white;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #1d9ce5;
  opacity: 1;
}

.navbar.navbar-inverse .btn-default {
    background-image:none;
}