
@font-face {font-family: "Roboto-Light"; src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');}
@font-face {font-family: "Roboto-Bold"; src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');}
@font-face {font-family: "Roboto-Black"; src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');}
@font-face {font-family: "Dita-Sweet"; src: url('../fonts/Dita-Sweet.ttf') format('truetype');}
@font-face {font-family: "Raleway-Bold"; src: url('../fonts/raleway_2016/Raleway-Bold.ttf') format('truetype');}
@font-face {font-family: "Raleway-ExtraBold"; src: url('../fonts/raleway_2016/Raleway-ExtraBold.ttf') format('truetype');}
@font-face {font-family: "Raleway-Medium"; src: url('../fonts/raleway_2016/Raleway-Medium.ttf') format('truetype');}
@font-face {font-family: "Raleway-Regular"; src: url('../fonts/raleway_2016/Raleway-Regular.ttf') format('truetype');}

@font-face {font-family: "Helvetica-Neue-Ce"; src: url('../fonts/helvetica neue ce 35 thin.ttf') format('truetype');}

/*reboot bootstrap css*/
#main button,
#main input,
#main optgroup,
#main select,
#main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main input,
#main button,
#main select,
#main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main a {
    text-decoration: none;
}
#main a:hover,
#main a:focus {
	color: black;
    text-decoration: none;
}

#main h4,
#main .h4 {
    font-size: 18px;
}
#main h4, #main .h4, #main h5, #main .h5, #main h6, #main .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#main .btn-default {
    color: #ffffff;
    background-color: #c00f2c;
    border-color: transparent;
}

#main .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-image: none;
}
#main input, #main button, #main select, #main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main input {
    line-height: normal;
}
#main button, #main input, #main optgroup, #main select, #main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main ul {
    list-style-type: disc;
    padding-right: 5px;
    padding-left: 18px;
}
#main .text-center {
    text-align: center;
}

#main .onerow {
    margin-bottom: 10px;
}
.header-feature {
    margin-top: 80px;
}

#main.wide {
    line-height: 1.25;
    position: relative;
    overflow-x: hidden;
    /*margin-top: 5px;*/
    margin-top: 80px;
    margin-bottom: 40px;
    opacity: 1;
}
#search .search-button {
    position: relative;
}
@media all and (max-width: 400px) {
	#search .search-button {
		position: absolute;
		height: 23px;
	}
    #search .search-button div {
        padding: 3px 6px;
    }
}

/* kill reset and firefox padding "feature" */
#main select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -moz-padding-start: 7px !important;
}
#main .text-uppercase {
    text-transform: uppercase;
}
#main button, input[type="submit"] {
    color: white;
    font-size: 20px;
}
#main input:not([type=checkbox]), textarea, button {
    width: 175px;
    border: none;
    padding: 5px;
    margin: 1px 0;
    box-sizing: border-box;
}
#main input[type=text], #main input[type=password], #main input[type=number] {
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
}


/*header*/
/*/header*/

/*content*/
.page-title {
    padding-left: 4px;
    font-family: "Roboto-Black";
}
    /*MAP*/
.map-container {
    overflow: hidden;
}

.map-content {
    position: relative;
    margin-top: -2px;
}

#map-canvas, .map-inner {
    width: 100%;
    height: 47.4vw;
    margin-bottom: 0;
    /*border: 2px solid #fff;*/
}
.map-inner {
    position: relative;
    overflow: hidden;
}
.map-content .map-image {
    position: absolute;
    z-index: 512;
    bottom: -155px;
    right: -110px;
    max-width: 250px;
}
    /*/MAP*/
    
.img-content {
    padding: 0;
    padding-bottom: 1000px;
    margin-bottom: -999px;
    height: 100%;
}
.img-left {
    position: relative;
    z-index: 128;
    background: url(../img/dist_info_left_image.jpg);
    background-repeat: no-repeat;
    background-size: 125% auto;
    background-position: right top;
}
.img-left img {
    position: absolute;
    bottom: 28vw;
    left: -2vw;
    max-width: 280px;
}
.img-right {
    background: url(../img/dist_info_right_image.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
    
    /*dist list*/

.dist-list {
    background: rgba(0,0,0,.6);
    position: relative;
    max-height: 48.2vw;
    top: 0;
    width: 62%;
    
    position: relative;
    padding-top: 0;
}
/*dist info header*/
.dist-list .dist-main-head h2.company {
    margin-top: -22px;
    padding-left: 15px;
    font-size: 90px;
    font-family: Roboto-Black;
}
.dist-list .dist-main-head h2.company .gradient {
    background: -webkit-linear-gradient(right, rgba(0,0,0,.4), rgba(0,0,0,0));
    background: -moz-linear-gradient(right, rgba(0,0,0,.4), rgba(0,0,0,0));
    background: -o-linear-gradient(right, rgba(0,0,0,.4), rgba(0,0,0,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
}
.dist-list .dist-main-head h2.company .gradient:last-child {
    margin-left: -25px;
}
.dist-list .dist-main-head .retailers {
    position: absolute;
    font-size: 15px;
    top: 52px;
    right: -32px;
    transition: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    background: -webkit-linear-gradient(left, rgba(0,0,0,.9), rgba(0,0,0,.2));
    background: -moz-linear-gradient(left, rgba(0,0,0,.9), rgba(0,0,0,.2));
    background: -o-linear-gradient(left, rgba(0,0,0,.9), rgba(0,0,0,.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -moz-text-fill-color: transparent;
    -o-background-clip: text;
    -o-text-fill-color: transparent;
}
.dist-list-category {
    /*height: 37vw;*/
    overflow: hidden;
}
.dist-list-content {
    overflow: hidden;
    padding-bottom: 5px;
    max-height: 35.4vw;
    display: none;
}
.dist-list-content.active {
    display: block;
}

.dist-list-header {
    font-family: Roboto-Black;
    color: #ccc;
    color: rgba(255,255,255,.7);
    padding-left: 18px;
    cursor: pointer;
}
.dist-list-header img {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    padding-top: 2px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.dist-list-header img.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
     transform: rotate(90deg); 
}
.dist-list ul {
    width: 109%;
    max-height: 35vw;
    list-style: none;
    padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    overflow-y: auto;
    
}
.dist-list ul a {
    color: white;
    font-size: 13px;
    cursor: pointer;
    display: block;
}
#main .dist-list ul a:hover,
#main .dist-list ul a:active {
    color: #BA1E36;
    text-decoration: none;
}
.dist-list li {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}
.dist-list li .selected {
    color: #BA1E36;
}
    /*/dist list*/
    
    /*info popup*/
.info-desc {
    position: relative;
}

.info-popup .close {
    width: 20px;
    height: 20px;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.info-popup .close span {
    float: left;
    width: 20px;
    height: 1px;
    background: #232323;
}
.info-popup .close span.close-left {
    transform: translate(3%) rotate(45deg);
    -ms-transform: translate(3%) rotate(45deg);
    -webkit-transform: translate(3%) rotate(45deg);
}
.info-popup .close span.close-right {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.info-popup .retailers {
    transition: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    /*position: relative;*/
    position: absolute;
    top: 75px;
    left: -31px;
}
.info-popup {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    background: #ccc;
    background: rgba(255,255,255,.85);
    z-index: 2048;
}
.info-popup .info-inner {
    border-left: 1px solid #666;
    padding-left: 5px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.info-popup::before {
    position: absolute;
    left: -28px;
    top: 45%;
    font-size: 17px;
    text-transform: uppercase;
    content: "retailers";
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.info-popup .info-retailers {
    left: -175px;
    top: -65px;
}
.info-popup .retailers.info-retailers {
    top: -115px;
    left: -198px;
}
.info-popup .info-content div {
    width: 100%;
}
.info-popup .info-content .name {
    font-family: "Roboto-Black";
}
.info-popup .info-content .city {
    padding-bottom: 15px;
}
.info-popup img {
    max-width: 130px;
    padding-right: 15px;
    padding-left: 10px;
}
.info-popup .move-left {
    float: left;
    margin-left: -75px;
}
    /*/info popup*/

/*/content*/

/*LG*/
@media all and (min-width: 1200px) {
    .dist-list {
        padding-top: 0px;
    }
    .hidden-lg {
        display: none;
    }
}
/*MD*/
@media all and (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
/*SM*/
@media all and (max-width: 992px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
}
/*XS*/
@media all and (max-width: 767px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}
/*LG*/
@media all and (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
/*MD*/
@media all and (max-width: 1200px) {
    .dist-list-content {
        max-height: 33vw;
    }
    .info-popup .info-retailers {
        left: -146px;
        top: -44px;
    }
    .info-popup .retailers.info-retailers {
        left: -146px;
        /*top: -36%;*/
        top: -56%;
    }
    .hidden-lg {
        display: none;
    }
}
/*SM*/
@media all and (max-width: 992px) {
    .info-popup .retailers.info-retailers {
        /*top: -36%;*/
        /*top: -70%;*/
        top: -100px;
        left: -184px;
    }
    .dist-list ul {
        max-height: 29vw;
    }
    .dist-list-content {
        height: 30vw;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
}
/*XS*/
@media all and (max-width: 767px) {
    .dist-list-content {
        height: auto;
        max-height: none;
    }
    .dist-list ul {
        max-height: none;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .dist-main-content {
        height: 37.8vw;
    }
    .img-content {
        height: 350px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
	.info-popup {
		left: 0;
	}
    #map-canvas {
        height: 47.4vw;
        margin-bottom: -2px;
        border: none;
    }
    .map-inner {
        /*height: inherit;*/
        height: auto;
    }
    .info-popup .retailers {
        top: 15px;
        left: -46px;
        display: none;
    }
    .distributor-title {
        color: white;
    }
    .info-popup .info-retailers {
        left: -237px;
        top: -176px;
    }
    .info-popup .info-inner {
        /*margin-left: 35px;*/
        margin-left: 15px;
        width: 95% !important;
    }
    .info-popup img {
/*        max-width: 150px;
        padding-right: 15px;
        padding-left: 26px;
        margin-right: -35px;*/
        max-width: 140px;
        padding-right: 30px;
        padding-left: 10px;
        margin-right: -35px;
    }
    .info-popup {
        position: relative;
        width: 100%;
        height: auto;
        top: 2px;
        right: 0;
    }
    .dist-list ul {
        width: 100%;
        height: 100%;
        float: left;
        overflow-y: auto;
    }
    .img-right.active .close {
        margin-top: 5px;
    }
    .head-table {
        width: 100%;
    }
    .info-popup thead th.title {
        margin-top: -41px;
        padding: 5px 0;
        float: left;
        width: 100%;
        text-align: center;
        font-size: 20px;
        background: rgba(0,0,0,.5);
    }

    /*img-content*/
    .img-right {
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px 15px 15px 15px;
        box-sizing: border-box;
        height: auto;
    }
    .img-right.active {
        background: rgba(0,0,0,.7);
        /*height: 100%;*/
        /*height: 350px;*/
   }
    .dist-list {
        background: transparent;
        position: relative;
        top: 20px;
        height: 93%;
        max-height: none;
        width: 100%;
        overflow: auto;
        display: none;
    }
    .img-right.active .dist-list {
        display: block;
    }
    
    .distributor-title {
        font-size: 4.2vw;
        cursor: pointer;
    }
    
    /*close*/
    .img-right .close {
        position: absolute;
        top: 18px;
        right: 15px;
    }
    .img-right .close {
        height: 25px;
        width: 25px;
        padding-top: 5px;
        text-shadow: none;
        font-weight: 300;
        opacity: 1;
    }
    .img-right .close span {
        display: block;
        width: 25px;
        height: 1px;
        background: rgba(255,255,255,.8);
    }
    .img-right .close span.left,
    .img-right .close span.mid,
    .img-right .close span.right {
        margin-bottom: 5px;
        float: left;
        height: 2px;
    }
    
    .img-right.active .close span.left {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari */
        transform: rotate(45deg);
        margin: 0;
    }
    .img-right.active .close span.mid {
        display: none;
    }
    .img-right.active .close span.right {
        -ms-transform: rotate(135deg); /* IE 9 */
        -webkit-transform: rotate(135deg); /* Safari */
        transform: rotate(135deg);
        margin: 0;
    }
    
    .info-content {
        margin-left: 10px;
    }
    
    .map-container {
        margin-bottom: 25px;
        position: relative;
    }
    .dist-main-head {
        display: none;
    }
    .dist-list-content {
        height: 100%;
    }
    #main {
        margin-top: 7px;
    }
    
    .info-desc {
        padding: 10px 0;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .img-right.active {
        /*height: 100%;*/
        height: 350px;
   }
    
    #map-canvas {
        height: 108vw;
    }
    .img-right .close {    
        padding-top: 0;
        height: 17px;
        margin-top: -5px;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 769px) {
    .header-feature {
        margin-top: 80px;
    }
}
@media (max-width: 769px) {
    .header-feature {
        margin-top: 52px;
    }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#map_canvas {
  width: 300px;
  height: 100%
}
.infowindow * {
  font-size: 90%;
  margin: 0
}