/****** PLACE YOUR CUSTOM STYLES HERE ******/
@font-face {
    font-family: 'clear_sansbold';
    src: url('../fonts/ClearSans-Bold-webfont.eot');
    src: url('../fonts/ClearSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ClearSans-Bold-webfont.woff2') format('woff2'),
         url('../fonts/ClearSans-Bold-webfont.woff') format('woff'),
         url('../fonts/ClearSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/ClearSans-Bold-webfont.svg#clear_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clear_sansregular';
    src: url('../fonts/ClearSans-Regular-webfont.eot');
    src: url('../fonts/ClearSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ClearSans-Regular-webfont.woff2') format('woff2'),
         url('../fonts/ClearSans-Regular-webfont.woff') format('woff'),
         url('../fonts/ClearSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/ClearSans-Regular-webfont.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.font-bold {
    font-family: 'clear_sansbold';
}

.pink-line {
    border: 2px solid #e65069;
}

.nav-bar {
    height: 100px;
    max-height: 100px;
    line-height: 100px;
    border-bottom: 0px; 
    padding: 0 170px;
}

.nav-utility {
    padding: 0 170px;
    background: #6a6c6f;
    color: white;
    border-bottom: 0px;
}

.nav-utility .btn{
    background: #3c3f43;
    color: white;
    border: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius:0;
    border-bottom-right-radius: 0;
    text-transform: none;
    letter-spacing: 0px;
    min-width: 110px;
}

.btn-active{
    background: #fff !important;
    color: #4eaade !important;
    border: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: none;
    letter-spacing: 0px;
    min-width: 110px;
    bottom: 0px !important;
}

.height-75 {
    height: 75vh;
}

.height-40 {
    height: 70vh;
}

.btn-white-bg {
    background: white;
    color: #2b2b2b !important;
}

.module.widget-handle {
      line-height: 100px;
    min-height: 95px;
    border-top: 0px;
    border-left: 0px !important;
}

.align-buttons {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 9;
    margin-top: -150px;
    padding: 0 150px;
}

.img-70 {
    width: 70%;
}

.img-80 {
    width: 80%;
}

.img-xxs {
    max-width: 20px;
}

.text-shadow {
    text-shadow: 1px 3px 8px rgba(0,0,0,0.5);
}

.color-skyblue {
    color: #69bae9 !important;
}

.color-blue {
    color: #317dd0 !important;
}

.color-gray {
    color: #3d3d3d !important;
}

.color-pink {
    color: #e65069 !important;
}

.color-lightgray {
    color: #828282 !important;
}

.border-gray {
    border-color: #3d3d3d !important;
    opacity: .4 !important;
}

.result-nav {
    color: #db3450;
}

.bg-lightgray {
    background: #505254;
}

.bg-blue {
    background: #4e84c1;
}

.bg-skyblue {
    background: #2c8cc4;
}

.float-right {
    float: right;
}

.float-center {
    float: center;
}

 .mt10 {
    margin-top: 10px !important;
}

.line-h13 {
    line-height: 13px;
}

.line-h11 {
    line-height: 11px;
}

.pl0 {
 padding-left: 0px;
}

.pr0 {
 padding-right: 0px;
}

.pad32 {
 padding: 32px;
}

.pad32 {
 padding: 32px;
}

.news-holder-latest {
    padding: 0px !important;
    min-height: 300px;
}

.news-holder {
    padding: 0px !important;
    min-height: 140px;
}

.pharmacy-near {
    line-height: 17px;
}

.select-sort {
    height: 35px;
    float: right;
}

.image-result {
    border: 1px solid #d8d8d8;
    text-align: center;
    padding: 20px;
    margin: 10px;
}

.module-result {
    width: 33% !important;
    padding: 0px;
}


.input-foundry{
    background: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    width: 100% !important;
    height: 50px !important;
    padding-left: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 0 !important;
    border-radius: 5px !important;
}

.bg-lgray {
    background: #f5f5f5 !important;
}

.is-valid{
    border: 2px solid #18c518 !important
}

.is-invalid{
    border: 2px solid red !important
}

.site-menu li.active{
    border-bottom: 4px solid #aaa;
    line-height: 96px;
}

.site-menu li:hover{
    border-bottom: 4px solid #aaa;
    line-height: 96px;
    transition: 0s;
}

.simple-preload{
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,0.7);
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    text-align: center;
    padding-top: 100px;
}
.simple-preload span{
    font-size: 4em;
}

.payment-method{
    display: none;
}

.payment-list div{
    margin-bottom: 15px;
}
.payment-list img{
    border: 1px solid #ccc;
}

@media all and (max-width: 990px) {
	h2 {
		font-size: 32px !important;
		line-height: 38px !important;
	}

	h3 {
		font-size: 28px !important;
	}

    .nav-bar {
        height: 100px;
        max-height: 100px;
        line-height: 100px;
        border-bottom: 0px; 
        padding: 0px;
    }

    .nav-utility {
        padding: 0px;
        background: #6a6c6f;
        color: white;
        height: 90px;
    }

    .height-40 {
        height: 80vh;
    }

    .height-75 {
        height: 60vh;
    }

    .text-center-sm {
        text-align: center;
    }

    .top10 {
        float: none !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .dl-btn {
        width: 40%;
    }

    .img-70 {
        width: 100%;
    }

    .img-strip {
        width: 49%;
    }

}

@media all and (max-width: 767px) {
	h2 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	h3 {
		font-size: 21px !important;
	}

    .nav-utility {
        padding: 0px;
        background: #6a6c6f;
        color: white;
        height: 130px;
    }

    .module {
        padding: 0 4px;
    }

	.icon-sm {
		font-size: 18px !important;
	}

    .height-40 {
        height: 70vh;
    }

    .height-75 {
        height: 55vh;
    }

    .pt-xs-0 {
        padding-top: 0px !important;
    }

    .module-1 {
        display: block;
        float: none !important;
    }

    .float-right {
        float: left;
    }

    .image-result {
        margin: 10px 0px;
        width: 100%;
    }

    .module-result {
        width: 100%;
    }

    .img-70 {
        width: 300px;
    }

    .img-80 {
        width: auto !important;
    }

    .align-buttons {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        z-index: 9;
        margin-top: -80px;
        padding: 0 0px;
    }

    .img-strip {
        width: 49%;
    }

}
