.m-t-md {
    margin-top: 10px;
}

.blue {
    color: #2C3459;
}
.custom-header {
    height: 75px;
    width: 100%;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0, #3b4367 ), color-stop( 1, #333a59 ) );
    background-image: -o-linear-gradient( bottom, #3b4367 0%, #333a59 100% );
    background-image: -moz-linear-gradient( bottom, #3b4367 0%, #333a59 100% );
    background-image: -webkit-linear-gradient( bottom, #3b4367 0%, #333a59 100% );
    background-image: -ms-linear-gradient( bottom, #3b4367 0%, #333a59 100% );
    background-image: linear-gradient( to bottom, #3b4367 0%, #333a59 100% );
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.5 );
    position: fixed;        
    z-index: 30000;
}

.custom-logo {
    padding-top: 5px !important;
}

header .submenu1 {
    position: absolute;
    background: #771c34;
    width: 400px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: -400px;
    margin-top: -40px;
    padding: 10px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: none;
}

header .menu li:hover > .submenu1 {
    display: block;
}

header .submenu1:before {
    width: 8px;
    height: 8px;
    content: ' ';
    position: absolute;
    background: #771c34;
    -webkit-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
    top: -4px;
    left: 50%;
    margin-left: -4px;
}

header .submenu1 li {
    display: block;
}

header .submenu1 li a {
    margin: 0 20px;
    padding: 10px 0;
    display: block;
    color: #feffff;
    border-bottom: 1px solid #8c445a;
}

header .submenu1 li:last-child a {
    border-bottom: none;      
}    

header .submenu1 li i {
    color: #feffff;
    margin-left: 0;
    margin-right: 10px;
}

header .submenu1 li a:hover {
    color: rgba( 255, 255, 255, 0.6 );
}

header .submenu1 .submenu1 {
    margin-left: -200px;
    margin-top: -48px;
}

header .submenu1 .submenu1:before {
    display: none;
}

@media (min-width: 600px) and (max-width: 949px) {
    header .submenu1 {
        width: 215px;
    }
    
    
    header .menu .submenu1 {
        display: block;
        position: static;
        margin: 0;
        padding: 0;
    }
    
    header .menu .submenu1:before {
        display: none;
    }
}

@media (max-width: 599px) {
    
    header .menu .submenu1 {
        display: block;
        position: static;
        margin: 0;
        padding: 0;
    }
    
    header .menu .submenu1:before {
        display: none;
    }
    
    .custom-logo {
        width: 55% !important;
        padding-top: 10px !important;
    }

}

@media (max-width: 480px) {
    .custom-logo {
        padding-top: 20px !important;
    }

}

.maroon-line {
    width: 150px;
    height: 5px;
    left: 0;
    background: #771c34;
    opacity: 0.75;
    position: absolute;
    top: 0;      
}

.m-b-sm {
    margin-bottom: 10px;
}

/**
 *
 * custom-productlist
 * -----------------------------------------------------------------------------
 * 
 */
.custom-productlist .green-line {
    width: 150px;
    height: 5px;
    left: 0;
    background: #91da32;
    opacity: 0.75;
    position: absolute;
    top: 0;      
}

.custom-productlist .center {
    position: relative;
    margin-top: 20px;
}

.custom-productlist ul.left {
    list-style: none;
    font-size: 0;
}

.custom-productlist ul.left > li {
    list-style: none;
    vertical-align: top;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #9498ab;
}

.custom-productlist ul.left li i {
    font-size: 8px;
    margin-right: 5px;
}

.custom-productlist ul.left li h4 {
    text-transform: uppercase;
    color: #2C3459;
    display: inline-block;
    font-weight: 700;
}

.custom-productlist ul.left ul.sub {
    display: inline-block;
}

.custom-productlist ul.left ul.sub li {
    list-style: none;
    line-height: 1.6em;
    display: inline-block;
}

.custom-productlist ul.left ul.sub li:before {
    content: '\b7';
    display: inline-block;
    margin: 0 10px;
    opacity: 0.4;
}

.custom-productlist ul.right {
    list-style: none;
    font-size: 0;
    margin-top: 2px;
}

.custom-productlist ul.right > li {
    list-style: none;
    vertical-align: top;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #9498ab;
}

.custom-productlist a,
.custom-productlist button.menu-element {
    text-decoration: underline;
    color: #9498ab;
    background: none;
    border: none;           
    font-weight: 300;       
    cursor: pointer;
    outline: none;
}

.custom-productlist a:hover,
.custom-productlist button.menu-element:hover {
    text-decoration: none;
}

.custom-productlist p {
    margin-bottom: 15px;
    font-size: 13px;
}

.custom-productlist p.important {
    color: #2C3459;
}

@media (min-width: 1350px) {

    .custom-productlist .center {
        padding: 75px 0 65px 0;
    }
    
    .custom-productlist ul.left {
        float: left;
        width: 600px;
    }
    
    .custom-productlist ul.right {
        float: right;
        width: 300px;
        text-align: right;
    }
}         

@media (min-width: 950px) and (max-width: 1349px) {

    .custom-productlist .center {
        padding: 50px 0 40px 0;
    }
    
    .custom-productlist ul.left {
        float: left;
        width: 550px;
    }
    
    .custom-productlist ul.right {
        float: right;
        width: 250px;
        text-align: right;
    }
}

@media (min-width: 600px) and (max-width: 949px) {

    .custom-productlist .center {
        padding: 50px 0 40px 0;
    }
    
    .custom-productlist ul.left {
        margin-bottom: 50px;
    }
}

@media (max-width: 599px) {

    .custom-productlist .center {
        padding: 30px 0 20px 0;
    }
    
    .custom-productlist ul.left {
        margin-bottom: 30px;
    } 
    
    .custom-productlist ul.left ul.sub li:before {
        display: none;
    }
    
    .custom-productlist ul.left ul.sub {
        margin: 15px 0;
        display: block;
    }
    
    .custom-productlist ul.left ul.sub li {
        display: block;
        line-height: 2em;
    }
}

/* Back to Top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(40, 56, 136, 0.8) url(../_img/cd-top-arrow.svg) no-repeat center 50%;
  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;
}
.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;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #283888;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 40px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.custom-dropdown-select {
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;  
    padding: 0 25px;
    font-size: 14px;
    height: 49px;
    margin: 0;
    width: 500px;
    background-color: #fff;  
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

@media (max-width:599px) {
    .custom-dropdown-select {
        width: 300px
}
    
@media (max-width:480px) {
    .custom-dropdown-select {
        width: 250px
}