﻿header {
    background: #a6a5b2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiM4M2I2ZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjI3ZGU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(94deg, #3064c8 27%, #e35658 100%);*/ /* FF3.6-15 */
    /*background: -webkit-gradient(linear, left top, right top, color-stop(16%,rgba(255,255,255,1)), color-stop(53%,rgba(131,182,241,1)), color-stop(100%,rgba(34,125,229,1)));*/ /* Chrome4-9,Safari4-5 */
    /*background: -webkit-linear-gradient(94deg, #3064c8 27%, #e35658 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: -o-linear-gradient(94deg, #3064c8 27%, #e35658 100%);*/ /* Opera 11.10-11.50 */
    /*background: -ms-linear-gradient(94deg, #3064c8 27%, #e35658 100%);*/ /* IE10 preview */
    /*background: linear-gradient(94deg, #3064c8 27%, #e35658 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#227de5',GradientType=1 );*/ /* IE6-8 */
    /* height:81px; */
}
header > .container {
    padding-bottom: 5px;
    padding-top: 5px;
}
header .btn-box {
    margin-top: 12px;
}
header .form-group {
    margin: 0;
}
.btn-info { background-color: #007ee5; border-color:#007ee5;}
.no-bg { background: none !important;}
.no-bg:hover {background: inherit;}
.btn-shadow {transition: .3s ease-out; box-shadow: 0 0px 5px 4px rgba(255, 255, 255, 0.7);}
.flat {
    border-radius: 0;
}
.no-pad{ padding:0px!important;}

.content-body{ width:100%; padding:14px 0 50px; background-color:#ECF0F5;}
.content-body .vendor-head h2{ margin:14px 0 16px;}
.bg-blue h2{margin-bottom: 20px;    margin-top: 20px;}
.text-white{ color:#fff;}
.footer-inner {
   width: 100%; float:left;  background: #011627 none repeat scroll 0 0;
    color: #a4a7ab;
    float: left;
    padding:40px 0 30px;
    width: 100%;
}

.footer-logo {
    float: left;
    margin: 0 0 25px;
    text-align: center;
    width: 100%;
}
.footer-logo .logo {
    color: #ffffff;
    display: inline-block;
    float: none;
}
.address-blog {
    float: left;
    line-height: 42px;
    margin-bottom: 10px;
    width: 100%;
}
.footer-inner h3 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 25px;
    margin-top: 0;
}
.footer-inner h5 {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 0px;
    text-transform:capitalize;
}

.address-blog .fa {
   
    border-radius: 100%;
    color: #a4a7ab;
    float: left;
    font-size: 10px;
    height: 25px;
    line-height: 18px;
    margin-right:0px;
    padding: 1px 6px;
    text-align: center;
    width: 25px;
}

.address-blog a{ color:#a4a7ab; float:left; clear:both;  font-size:13px; line-height: 20px;}

.footer-bottom {
    background: #0073B7 none repeat scroll 0 0;
    float: left;
    padding: 3px 0 6px;
    text-align: center;
    width: 100%;
}

.footer-bottom p {
    color: #fff;   
    font-size: 15px;
    line-height: 30px;
}

.input-field {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.input-field input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #2a3b4a;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
     font-size: 14.02px;
    height: 40px;
    line-height: normal;
    padding: 5px 14px;
    width: 100%;
}


.das-circle { width:160px; height:160px; margin:0 auto; background:#45c6ba; border-radius:50%; color:#fff; text-align:center; font-size:15px;  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s; -moz-transition: -moz-transform ease-out 0.1s, background 0.2s; transition: transform ease-out 0.1s, background 0.2s; border:#45c6ba 15px solid; } 
.das-circle i { font-size:50px; display:inline-block; margin-bottom:5px; margin-top:25px}
.das-circle-2 { background:#0093DD; border:#0093DD 15px solid; }
.das-circle-3 { background:#DE6D75; border:#DE6D75 15px solid;}
.das-circle-4 { background:#F67210; border:#F67210 15px solid;}

.das-circle:hover { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); color: #fff; border:#505c8b 15px solid; border-color:rgba(255,255,255, 0.2);  } 
.das-numb { background:rgba(238, 238, 238, 0.8); padding:1px 0 }
.das-numb p { margin-bottom:0; margin-top:10px }
.das-numb h2 { margin-top:10px }
.das-footer { position:fixed; bottom:0; background:none; border:none; color:#fff; font-size:14px; text-align:center; left:0; right:0  }


.custom-tooltip {
    background: none repeat scroll 0 0 #2487cf;
    border-radius: 6px;
    color: #ffffff;
    line-height: 20px;
    padding: 5px;
	font-size:12px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
    opacity: 0;
    left: 0;
	z-index:999;
}

.tooltipped {transition: all 0.3s ease-in-out 0s;}
.custom-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #2487cf;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.tooltipped { position:relative; display:block;}
.bg-blue{ background-color:#0073B7; color:#fff;}
a.bg-blue-top{ background-color:#0073B7; color:#fff; padding:10px; -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;}
.ash_icon{left: -24px; position: absolute; top: -16px;}
.ash_stock{  -webkit-border-radius: 0px; background-color:#0a7b70;
border:1px solid #0a7b70;
-moz-border-radius: 0px;
border-radius: 0px;
    color: #fff;  
    padding: 6px;   
    Font-size:14px;
}
.login-btn{ width:75px;}
.signup-btn{width:200px; margin-left:5px;}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
.btn-info {
    background-color: #e1575a !important;
    border-color: #e1575a !important;
}
.input-field select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #2a3b4a;
    border-radius: 4px;
    color: #879199;
    display: inline-block;
     font-size: 14.02px;
    height: 40px;
    line-height: normal;
    padding: 5px 14px;
    width: 100%;
}