﻿html{
    overflow-x: hidden;
}

body{
    background-color: #fff;
    font-size: 1.1em;
    line-height: 1.75;
    font-weight:100;
    color: #444;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

nav .brand-logo {
  left: 40px;
}

.carousel-control{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left{
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.right{
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-prev-right{
    position: absolute;
    top:50%;
    right: 55px;
    color: #fff;
    cursor:pointer;
    font-size:2em !important;
}

.carousel-prev-left{
    position: absolute;
    top:50%;
    left: 55px;
    color: #fff;
    cursor:pointer;
    font-size:2em !important;
}

.tap-target-wrapper{
    position: fixed !important;
}

.powered-footer{
    position: relative;
    margin-top: 65px;
    width: 100%;
    height: auto;
    text-align: center;
}

.powered-footer img{
    max-width: 110px;
    width:100%;
}

.footer-blue{
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top:3px;
}

.footer-blue a{
    display: inline-block;
}

.page-footer {
    padding-top: 0px !important;
    background-color: transparent !important;
}

.poweredLogo{
    padding:15px 20px;
}

.page-footer .footer-copyright{
    padding:1px 0px !important;
}

.page-footer .footer-copyright{
    background-color: #8ab7e9 !important;
}

.modal-open {
    overflow:auto;
}

.modal-close.close{
    position: absolute;
    top: 9px;
    right: 12px;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons/close.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/*.modal{
    overflow-y: hidden !important;
    max-height: 100% !important;
}*/

.bluemx{
    display:block;
    color: #FFF;
    font-weight:400;
}

.sidenav input{
    border: 0;
    background: none !important;
    padding: 0;
    outline: none;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px;
}

.icon-down{
    float: right;
    width: 24px;
    height: 48px;
    line-height: 48px;
    background-image: url(../images/icons/sort-down.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.up-effect {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidenav li:nth-child(2) > a img{
    max-width: 22px;
    left: 3px;
    margin-right: 7px;
    top: 6px;
}

.sidenav li > a img{
    display: inline-block;
    max-width: 30px;
    position: relative;
    top: 9px;
}

ul.collapsible-accordion a.collapsible-header {
    padding: 0 30px;
}

ul.collapsible-accordion .collapsible-body li a {
    font-weight: 400;
    padding: 0 37.5px 0 45px;
}

.br-0{
    position:relative;
    clear:left;
    width:100%;
    height:3px;
}

.br-1{
    position:relative;
    clear:left;
    width:100%;
    height:5px;
}

.br-2{
    position:relative;
    clear:left;
    width:100%;
    height:7px;
}

.br-3{
    position:relative;
    clear:left;
    width:100%;
    height:10px;
}
.br-4{
    position:relative;
    clear:left;
    width:100%;
    height:15px;
}

.br-5{
    position:relative;
    clear:left;
    width:100%;
    height:40px;
}

.br-5-1{
    position:relative;
    clear:left;
    width:100%;
    height:55px;
}

.br-6{
    position:relative;
    clear:left;
    width:100%;
    height:70px;
}

.clear{
    position:relative;
    clear:left;
    width:100%;
    height:100px;
}

/*****************************************************************/

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media only screen and (max-width: 490px) {

    .carousel-prev-right{
        position: absolute;
        top:39%;
        right: 15px;
        color: #fff;
        cursor:pointer;
        font-size:2em !important;
    }

    .carousel-prev-left{
        position: absolute;
        top:39%;
        left: 15px;
        color: #fff;
        cursor:pointer;
        font-size:2em !important;
    }

}

@media screen and (max-width: 450px)
{
    .btn-cancel{
        margin-bottom: 10px;
        width: 153.77px;
    }

}

@media screen and (max-height: 760px)
{
    .powered-footer{
        position: relative;
        bottom: 0;
        margin-top: 70px;
    }
}

/*@media screen and (min-height: 594px) and (min-width: 929px)   for normal blue product size*/
@media screen and (min-height: 594px) and (min-width: 1106px)
{
    .page-footer {
        position: fixed;
        width:100%;
        bottom:0;
    }
}