@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
    font-size: 13px;
    font-weight: 400;
    background: #f7f7f7;
    font-family: 'Roboto', sans-serif;
}
.container{
	width: 1100px;
    margin: 0 auto;
}
a {
	transition: all .5s ease-in-out;
	text-decoration: none;
}
.navBox {
    padding: 13px 0;
    border-bottom: 1px solid #13366e;
}
.nav_box {
    display: grid;
    grid-gap: 5%;
    grid-template-columns: 24% 71%;
}
.logo img {
    width: 100%;
}
.head_box {
    top: 0;
    left: 0;
    background-color: #19458c;
    position: fixed;
    width: 100%;
    z-index: 9
}
.search_bar {
    position: relative;
    align-self: center;
}
.search_box input[type="text"] {
    padding: 15px;
    font-size: 15px;
    width: 100%;
    text-align: left;
    border: none;
    color: #18458b;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 0px 8px rgba(255, 255, 255, 0.15);
}
.search_bar input[type="submit"] {
    border: none;
    top: 0;
    right: 0;
    width: 160px;
    color: #fff;
    height: 49px;   
    font-size: 15px;
    position: absolute;
    cursor: pointer;
    border-radius: 0 9px 9px 0;
    background-color: #f89800;
    background-repeat: no-repeat;
    background-position: 115px center;
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/srch_icon.png);
}
.search_bar input[type="submit"]:hover {
    background-color: #000;
}
.search_box input[type="text"]::placeholder{
    color: #18458b;
}
.toggle,
[id^=drop] {
    display: none;
}
.main_menu nav { 
    margin:0;
    padding: 0;
    background-color: #254441;
}
.main_menu nav ul {
    float: left;
    padding:15px 0;
    margin:0;
    list-style: none;
    position: relative;
    }
.main_menu nav ul li {
    margin: 0px;
    display:inline-block;
    float: left;
    color: #fff;
    position: relative;
    }
.main_menu nav ul li:after {
    content: ":";
    margin: 0 20px;
}
.main_menu nav ul li:last-child:after {
    content: "";
    margin-left: 0;
}
.main_menu nav ul li a {
    padding: 0;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
}
.main_menu nav ul li a:hover { 
    color: #f89800; 
}
@media all and (max-width : 768px) {
nav {
    margin: 0;
}
.store_logo img {
    max-width: 80%!important;
}
.coupon_item_header h3 {
    font-size: 24px;
}
.toggle + a, .menu {
    display: none;
}
.toggle {
    float: left;
    width: 75%;
    display: block;
    padding:14px 0;  
    color:#FFF;
    font-size:17px;
    text-decoration:none;
    border:none;
}
[id^=drop]:checked + ul {
    display: block;
}
nav ul li {
    display: block;
    width: 100%;
}
.main_menu nav ul {
    width: 75%;
}
.main_menu nav ul li:after {
    content: "";
    margin: 0;
}
.main_menu nav ul li {
    margin: 0 0 10px;
}
}
@media all and (max-width : 330px) {
    nav ul li {
        display:block;
        width: 94%;
    }
}
.years_box {
    float: right;
    margin-top: 11px;
    text-transform: capitalize;
}
.years_box a {
    color: #fff;
    font-size: 18px;
    padding: 11px 30px 12px;
    text-transform: uppercase;
    background-color: #3eadf3;
}
.years_box a:hover {
    background-color: #000;
}
.years_box a:hover {
    color: #f79800;
}
.main {
    padding-top: 130px;
}
.main_colmuns {
    margin-top: 40px;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 71% 27%;
}
.img-box img {
    display: block;
}
.coupons_box {
    margin-top: 25px;
}
.main_headingBox {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3aaced;
}
.main_headingBox:after {
    left: 0;
    bottom: -2px;
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    background: #fd811b;
}
.main_headingBox h1 {
    font-weight: 500;
    color: #3aaced;
}
.main_headingBox h1 span {
    color: #fd811b;
}
.main_headingBox h2 {
    font-weight: 500;
    color: #3aaced;
}
.main_headingBox h2 span {
    color: #fd811b;
}
.feature-conpons-post img {
    width: 49%;
    margin-right: 1px;
}
.feature-conpons-post {
    padding-top: 10px;
}
.copons-head {
    border-bottom: 2px solid #3495d9;
    color: #f79800;
    padding-top: 40px;
}
.copons-head span {
	color: #3495d9;
    border-bottom: 3px solid #f79800;
}
.copons-head h1 {
    padding-bottom: 10px;
}
.copons-head span {
	padding-bottom: 10px;
}
.copon-heading{
	color: #f79800;
    font-size: 18px;
    padding-top:  20px;
}
.copon-heading span{
	border-bottom: 3px solid #f79800;
    color: #328ecd;
}
.content {
    padding-top: 20px;
}
.content li {
    display: block;
    padding-bottom: 13px;
    font-size: 18px;
}
.content li a{
	color: #f79800;
}
.content li a:hover{
	color: #3495d9;
}
.img-box img {
    padding-bottom: 2px;
}
.copon-heading h2 {
    border-bottom: 1px solid #328ecd;
    text-transform: capitalize;
}
.feature-deals {
    padding-top: 15px;
}
.feature-deals li {
    display: flex;
    padding-bottom: 13px;
}
.feature-deals a {
    color: #000;
}
.feature-deals a:hover{
    color: #1f60c5;
}
.featured_couponBox {
    display: grid;
    grid-gap: 2%;
    float: left;
    width: 100%;
    margin-top: 40px;
    grid-template-columns: 32% 32% 32%;
}
.coupon_item {
    text-align: center;
    margin-bottom: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.coupon_item_header {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    color: #fff;
    height: 154px;
    background-image: linear-gradient(to right bottom, #18458b, #194a96, #1a4fa0, #1b54ab, #1d59b6, #1d59b6, #1d59b6, #1d59b6, #1b54ab, #1a4fa0, #194a96, #18458b);
    position: relative;
    padding: 0 10px;
    font-size: 25px;
    text-align: center;
    top: -30px;
}
.coupon_item_header h3 {
    width: 100%;
    font-weight: 500;
    padding-top: 30px;
}
.coupon_tag {
    top: 5px;
    left: 5px;
    position: absolute;
}
.tag_txt {
    font-size: 10px;
    padding: 5px 10px;
    position: relative;
    background: #f89800;
    border-radius: 3px 0 0 3px;
}
.tag_txt:after {
    content: "";
    top: 0;
    right: -22px;
    position: absolute;
    border-top: 11px solid rgba(248, 152, 0, 0);
    border-left: 11px solid #f89800;
    border-right: 11px solid rgba(248, 152, 0, 0);
    border-bottom: 11px solid rgba(248, 152, 0, 0);
}
.tag_txt:before {
    content: "";
    top: 8px;
    right: -1px;
    width: 5px;
    height: 5px;
    z-index: 9;
    position: absolute;
    border-radius: 30px;
    background: #18458b;
}
.store_logo {
    position: absolute;
    width: 85%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    top: 120px;
    left: 0;
    right: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
}
.store_logo img {
    max-width: 100%;
}
.coupon_detail {
    padding: 20px 0;
}
.coupon_detail h4 {
    color: #fd811b;
    margin-bottom: 10px;
}
.coupon_detail p {
    margin-bottom: 25px;
    font-weight: bold;
}
.coupon_action {
    position: relative;
    background: #f5f5f5;
    align-self: center;
    height: 50px;
    line-height: 50px;
    width: 180px;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 50px;
    overflow: hidden;
    font-size: 1.143em;
    text-align: left;
}
.coupon_deal_link {
    background: #fd811b;
    position: relative;
    width: 100%;
    z-index: 2;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

.coupon_get_link {
    background: #3aaced;
    position: relative;
    width: 80%;
    z-index: 2;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.coupon_get_link:hover {
    width: 70%;
    transition: all .5s ease-in-out;
}
.coupon_get_link:before {
    border-top: 25px solid rgba(227, 104, 2, 0);
    border-left: 15px solid #3aaced;
    border-right: 15px solid rgba(227, 104, 2, 0);
    border-bottom: 25px solid rgba(227, 104, 2, 0);
    content: "";
    height: 0;
    right: -30px;
    position: absolute;
    top: 0;
    z-index: 3;
}
.coupon_code {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    font-size: 1.143em;
    font-weight: 700;
    color: #111;
}
.about_home {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}
.about_txt {
    float: left;
    width: 100%;
}
.about_txt p {
    line-height: 18px;
    margin-bottom: 10px;
}
.widgetBox {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.featured_storeBox {
    float: left;
    width: 100%;
}
.featured_storeBox a {
    float: left;
    width: 49%;
    margin-right: 5px;
    margin-bottom: 2px;
}
.featured_storeBox a:nth-child(2n) {
    margin-right: 0;
}
.featured_storeBox img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.fcategoriesBox {
    float: left;
    width: 100%;
}
.fcategoriesBox li {
    display: block;
    margin-bottom: 10px;
    padding: 1px 0 1px 25px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/check.png);
}
.fcategoriesBox li:last-child {
    margin-bottom: 0;
}
.fcategoriesBox li a {
    color: #f89800;
}
.fcategoriesBox li a:hover {
    color: #000;
}
.newStores_box {
    float: left;
    width: 100%;
}
.newStores_box li {
    display: block;
    margin-bottom: 15px;
    padding: 1px 0 1px 25px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/blck_check.png);
}
.newStores_box li:last-child {
    margin-bottom: 0;
}
.newStores_box li a {
    color: #000;
}
.newStores_box li a:hover {
    color: #f89800;
}
.subcribe_sec {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 30px 0;
    background-position: top left;
    background-repeat: repeat;
    background-color: #1f60c6;
    background-image: url(../images/wave.png);
}
.subcribeBox {
    display: grid;
    grid-gap: 0%;
    grid-template-columns: 65% 35%;
}
.formBox h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}
.formBox p {
    color: #fff;
    font-size: 12px;
    padding-bottom: 15px;
}
.formBox input[type="email"] {
    float: left;
    border: none;
    padding: 15px;
    width: 75%;
    font-size: 13px;
    color: #063a8c;
    border-radius: 5px 0 0 5px;
    font-family: 'Roboto', sans-serif;
}
.formBox input[type="email"]::placeholder{
    color: #063a8c;
}
.formBox input[type="submit"] {
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 20px;
    background: #063a8c;
    border-radius: 0 5px 5px 0;
    font-family: 'Roboto', sans-serif;
}
.formBox input[type="submit"]:hover {
    background: #000;
}
.socialMedia {
    display: grid;
    text-align: right;
}
.social_icons {
    align-self: center;
}
.social_icons a {
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    background: #063a8c;
}
.social_icons a:hover {
    background: #f89800;
}
.social_icons a:last-child {
    margin-right: 0;
}
footer {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-image: url(../images/wave.png);
    background-position: top left;
    background-repeat: repeat;
    background-color: #181818;
}
.footer_links {
    text-align: center;
}
.footer_links li {
    padding: 0 15px;
    display: inline-block;
    border-right: 1px solid #fff;
}
.footer_links li:first-child {
    padding-left: 0;
}
.footer_links li:last-child {
    padding-right: 0;
    border-right: 0px solid #fff;
}
.footer_links a {
    color: #fff;
}
.footer_links a:hover{
    color: #f89800;
}
.footer_links p {
    padding-top: 15px;
    color: #fff;
}
.store_filter {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 3px solid #efefef;
}
.store_filter ul {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 23% 23% 23% 23%;
}
.store_filter li {
    display: block;
    text-align: center;
}
.store_filter li a {
    display: block;
    padding: 10px 0;
    color: #333;
    font-size: 15px;
    background: #efefef;
    border-radius: 10px 10px 0 0;
    border-top: 2px solid #efefef;
}
.store_filter li a:hover {
    color: #1b54ab;
    background: #fff;
    border-top: 2px solid #1b54ab;
    box-shadow: 0 5px 10px rgba(27, 84, 171, 0.4);
}
.filter_active {
    color: #1b54ab!important;
    background: #fff!important;
    border-top: 2px solid #1b54ab!important;
    box-shadow: 0 5px 10px rgba(27, 84, 171, 0.4)!important;
}
.storeDetailBox {
    display: grid;
    grid-gap: 2%;
    padding: 10px 0;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    grid-template-columns: 20% 78%;
}
.storeD_txt h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.storeD_txt p {
    color: #666;
    margin-top: 10px;
}
.sname_logo {
    font-weight: 700;
    padding-left: 20px;
    font-size: 20px;
    float: left;
}
.store_tabs {
    margin-top: 15px;
}
.store_tabs ul {
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
}
.store_tabs li {
    display: block;
    text-align: center;
    cursor: pointer;
}
.store_tabs li div {
    float: left;
    color: #333;
    font-size: 13px;
    width: 100%;
    height: 80px;
    padding: 15px 0;
    align-self: center;
    background-color: #fff;
    border-top: 2px solid #333;
}
.store_tabs li span {
    float: left;
    width: 100%;
    font-size: 25px;
    margin: 10px 0 0;
}
.store_tabs li:hover .clr_black {
    color: #fff!important;
    background-color: #333!important;
}

.store_tabs li:hover .clr_pink {
    color: #fff!important;
    background-color: #d70954!important;
}
.clr_pink {
    color: #d70954!important;
    border-color: #d70954!important;
}
.clr_gren {
    color: #287621!important;
    border-color: #287621!important;
}
.store_tabs li:hover .clr_gren {
    color: #fff!important;
    background-color: #287621!important;
}
.clr_prpl {
    color: #79225b!important;
    border-color: #79225b!important;
}
.store_tabs li:hover .clr_prpl {
    color: #fff!important;
    background-color: #79225b!important;
}
.clr_blue {
    color: #4066b8!important;
    border-color: #4066b8!important;
}
.store_tabs li:hover .clr_blue {
    color: #fff!important;
    background-color: #4066b8!important;
}
.store_tabs li a:hover {
    color: #fff;
    background-color: #333;
}
.store_couponBox {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.store_coupon_item {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 2px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scoupon_item {
    padding: 10px 10px;
    display: grid;
    grid-gap: 2%;
    min-height: 130px;
    grid-template-columns: 25% 46% 25%;
}
.store_coupon_btnBox {
    position: relative;
    background: #f5f3f3;
    align-self: center;
    height: 50px;
    line-height: 50px;
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    border-radius: 50px;
    overflow: hidden;
    font-size: 1.143em;
    text-align: left;
}
.coupon_logo {
    display: grid;
    text-align: center;
    padding: 10px 10px 10px 15px;
    color: #333;
    border: 2px solid #dcdada;
}

.coupon_logo strong {
    float: left;
    width: 100%;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    align-self: center;
}
.coupon_logo span {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    align-self: center;
    text-align: center;
    padding: 10px 10px 10px 10px;
}
.coupon_title_logo {
    display: grid;
    text-align: center;
    padding: 10px 10px 10px 10px;
    color: #333;
    border: 2px solid #dcdada;
    min-height: 90px;
}

.coupon_title_logo strong {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    align-self: center;
}
.coupon_title_logo span {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    align-self: center;
    text-transform: uppercase;
}
.code_title .tag_box {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    margin-top: 10px;
    background: #d70954;
    text-transform: uppercase;
}
.code_title {
    color: #d70954;
}
.store_coupon_des h3 {
    margin-bottom: 10px;
}
.store_coupon_des h3 a {
    font-size: 18px;
    color: #3495d9;
}
.store_coupon_des h3 a:hover {
    color: #f79800;
}
.store_coupon_des p {
    font-size: 13px;
}
.store_vf_label {
    top: 17px;
    right: -38px;
    color: #fff;
    font-size: 15px;
    width: 130px;
    padding: 3px 0;
    text-align: center;
    position: absolute;
    background: #5ecfb1;
    transform: rotate(45deg);
}
.store_sp_label {
    top: 17px;
    right: -38px;
    color: #fff;
    font-size: 15px;
    width: 130px;
    padding: 3px 0;
    text-align: center;
    position: absolute;
    background: #3aaced;
    transform: rotate(45deg);
}
.store_ex_label {
    top: 17px;
    right: -38px;
    color: #fff;
    font-size: 15px;
    width: 130px;
    padding: 3px 0;
    text-align: center;
    position: absolute;
    background: #ff0000;
    transform: rotate(45deg);
}
.voteBox {
    margin-top: 10px;
}
.voteBox p {
    float: left;
    margin-top: 5px;
    color: #04d36a;
}
.thumbBox {
    float: right;
}
.thumbBox a {
    margin-right: 10px;
}
.thumbBox a:last-child {
    margin-right: 0px;
}
.thumb_down{
    cursor: pointer;    
}
.thumb_up{
    cursor: pointer;    
}
.comment_shareBox {
    display: grid;
    grid-gap: 2%;
    padding-top: 10px;
    text-align: center;
    grid-template-columns: 49% 49%;
}
.commentBox span {
    float: none;
    color: #333;
    padding: 0px 0px 9px 28px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/comments.png);
}
.shareBox span {
    color: #333;
    padding: 0 0 5px 25px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/share.png);
}
.expireBox {
    color: #a5a4a4;
    margin-top: 10px;
    padding: 0 0 0 25px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/clock.png);
}
.inStore_title {
    color: #287621;
}
.inStore_title .tag_box {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    margin-top: 10px;
    background: #287621;
    text-transform: uppercase;
}
.sale_title {
    color: #79225b;
}
.sale_title .tag_box {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    margin-top: 10px;
    background: #79225b;
    text-transform: uppercase;
}
.deal_title {
    color: #4066b8;
}
.deal_title .tag_box {
    float: left;
    width: 100%;
    color: #fff;
    padding: 5px 0;
    margin-top: 10px;
    background: #4066b8;
    text-transform: uppercase;
}
.similar_box {
    float: left;
    width: 100%;
}
.similar_box li {
    float: left;
    width: 100%;
    display: block;
    padding: 15px 10px;
    margin-bottom: 3px;
    background: #fff;
}
.similar_box li img {
    float: left;
    width: 100%;
    margin-right: 10px;
}
.similar_cp_detail h5 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.similar_cp_detail p {
    color: #444;
    font-size: 12px;
}
.similar_box li a {
    display: grid;
    grid-gap: 2%;
    color: #04b4e0;
    grid-template-columns: 35% 63%;
}
.similar_box li a:hover h5 {
    color: #333;
}
.store_listingBox {
    float: left;
    width: 100%;
    margin: 25px 0;
}
.store_listing {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.store_listing li {
    height: 35px;
    display: inline-block;
}
.store_listing li a {
    color: #fff;
    padding: 8px 14px;
    background: #1d59b6;
}
.store_listing li a:hover {
    background: #063a8c;
}
.catpnl {
    float: left;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.storeBox_title h2 {
    font-size: 35px;
    color: #f79800;
    margin-bottom: 10px;
}
.storeBox_title h2 a {
    color: #f79800;
}
.storeBox_title h2 a:hover {
    color: #333;
}
.catpnl ul {
    float: left;
    width: 100%;
}
.catpnl ul li {
    float: left;
    width: 25%;
    padding: 0 10px;
    display: block;
    margin-bottom: 10px;
}
.catpnl ul li a {
    color: #333;
}
.catpnl ul li a:hover {
    color: #f79800;
}
.content_txt_Box {
    float: left;
    width: 100%;
    padding: 30px 0;
}
.content_txt_Box h3 {
    font-size: 17px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.content_txt_Box p {
    float: left;
    width: 100%;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}
.fieldBox {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    margin-bottom: 15px;
    grid-template-columns: 49% 49%;
}
.contact_formBox label {
    float: left;
    width: 100%;
    color: #787575;
    margin-bottom: 5px;
}
.contact_formBox input[type="text"] {
    float: left;
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 7px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.contact_formBox input[type="email"] {
    float: left;
    width: 100%;
    border: none;
    padding: 15px;
    border-radius: 7px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.contact_formBox textarea {
    float: left;
    width: 100%;
    height: 150px;
    border: none;
    padding: 15px;
    border-radius: 7px;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.contact_formBox input[type="submit"] {
    float: left;
    width: 300px;
    color: #fff;
    font-size: 15px;
    border: none;
    padding: 15px;
    border-radius: 7px;
    background: #063a8c;
    font-family: 'Roboto', sans-serif;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.contact_formBox input[type="submit"]:hover {
    background: #000;
}
.contact_formBox {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
    cursor: pointer!important;
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}
.captionBox {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    background: rgba(24, 68, 139, 0.7);
    color: #fff;
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    display:none;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #2c4052;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #2c4052;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #2c4052;
}

.slider > .show {
    z-index: 1;
}

.popular_table {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
}
.popular_table li {
    display: grid;
    grid-gap: 2%;
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
    grid-template-columns: 22% 52% 22%;
}
.moreAbout {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.moreAbout .storeD_txt {
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e2e2;
}
.storeD_txt {
    padding: 0 10px;
}
.catgory_txt {
    float: left;
    width: 100%;
    padding: 10px;
    display: block;
}
.catgory_txt p {
    margin-top: 0;
    margin-bottom: 10px;
}
















@media only screen and (max-width: 1099px) {
.container {
    width: 90%;
}
#ninja-slider {
    width: 75.1%;
}
#ninja-slider ul {
    height: 334px!important;
}
#thumbnail-slider ul li {
    max-width: 100%!important;
    height: 51px!important;
}
.about_txt p br {
    display: none;
}
}

@media only screen and (max-width: 1023px) {
.featured_storeBox a {
    width: 48%;
}
}

@media only screen and (max-width: 1017px) {
#ninja-slider {
    width: 74.5%;
}
.thumbBox a {
    margin-right: 0px;
}
.thumbBox img {
    width: 18px;
}
}

@media only screen and (max-width: 992px) {
#ninja-slider {
    width: 74%;
}
}

@media only screen and (max-width: 972px) {
#ninja-slider {
    width: 74%;
}
}

@media only screen and (max-width: 965px) {
#ninja-slider ul {
    height: 385px!important;
}
#thumbnail-slider ul li {
    height: 51px!important;
}
.coupon_action {
    width: 90%;
}
}
@media only screen and (max-width: 948px) {
#ninja-slider {
    width: 100%;
    border-right: 1px solid #ccc;
}
#thumbnail-slider {
    width: 100%;
}
#thumbnail-slider div.inner {
    width: 100%!important;
}
#thumbnail-slider ul li {
    float: left;
    max-width: 16.65%!important;
    height: 47px!important;
}
.storeD_logo img {
    width: 100%;
}
}

@media only screen and (max-width: 890px) {
.store_coupon_des {
    margin: 10px 0;
}
.scoupon_item {
    text-align: center;
    grid-template-columns: 100%;
}
.expireBox {
    width: 130px;
    margin: 0 auto;
    padding: 0 0 20px 25px;
    background-position: left top;
}
.store_tabs ul {
    grid-template-columns: 49% 49%;
}
}

@media only screen and (max-width: 830px) {
.social_icons a {
    width: 40px;
    height: 40px;
}
.social_icons a img {
    max-width: 100%;
}
.catpnl ul li {
    width: 50%;
}
}

@media only screen and (max-width: 767px) {
.main_menu {
    position: relative;
}
.comment_shareBox {
    display: none;
}
.years_box {
    position: absolute;
    right: 20px;
    top: 0;
}
.captionBox {
    font-size: 15px;
}
.main_colmuns {
    display: block;
    grid-template-columns: 100%;
}
.nav_box {
    grid-template-columns: 100%;
}
.logo {
    text-align: center;
}
.logo img {
    width: 250px;
    margin-bottom: 5px;
}
.search_bar {
    margin-bottom: 15px;
}
#ninja-slider li.loading::after {
    display: none!important;
}
.main {
    padding-top: 210px;
}
.social_icons a {
    margin-right: 0;
}
.storeDetailBox {
    grid-template-columns: 100%;
}
.storeD_logo {
    width: 200px;
    margin: 0 auto;
}
.storeD_txt {
    padding: 0 15px;
}
.similar_box li img {
    width: 100px;
}
.bg_img {
    background-size: 100%!important;    
}
.slider, .slider > div {
    height: 250px;
    cursor: pointer!important;
}
}

@media only screen and (max-width: 670px) {
.coupon_item {
    margin-bottom: 20px;
}
.featured_couponBox {
    grid-template-columns: 49% 49%;
}
.store_filter li a {
    font-size: 12px;
}
.about_home {
    margin: 150px 0 0;
}
.main_colmuns {
    grid-gap: .2%;
}
#ninja-slider ul {
    height: 360px!important;
}
.subcribeBox {
    display: block;
    grid-gap: 0%;
    grid-template-columns: 100%;
}
.subcribeBox {
    display: block;
    grid-template-columns: 100%;
}
.socialMedia {
    margin: 15px 0 0;
    text-align: center;
}
.fieldBox {
    grid-template-columns: 100%;
}
.contact_formBox input[type="text"] {
    margin-bottom: 15px;
}
.slider, .slider > div {
    height: 220px;
}
}


@media only screen and (max-width: 600px) {
#ninja-slider ul {
    height: 335px!important;
}
.slider, .slider > div {
    height: 200px;
}
}

@media only screen and (max-width: 530px) {
#thumbnail-slider {
    width: 100%;
    display: none;
}
#ninja-slider {
    margin-bottom: 20px;
}
#ninja-slider ul {
    height: 310px!important;
}
.slider, .slider > div {
    height: 170px;
}
.years_box a {
    font-size: 12px;
    padding: 11px 10px 12px;
}
}

@media only screen and (max-width: 460px) {
.footer_links li {
    padding: 0 5px;
}
.footer_links a {
    font-size: 12px;
}
.catpnl ul li {
    width: 100%;
    padding: 0;
}
.slider, .slider > div {
    height: 150px;
}
}

@media only screen and (max-width: 430px) {
.coupon_item {
    margin-bottom: 50px;
}
.featured_couponBox {
    grid-gap: 0;
    grid-template-columns: 100%;
}
#ninja-slider ul {
    height: 290px!important;
}
.search_bar input[type="submit"] {
    width: 85px;
}
.about_home {
    margin: 0;
}
.formBox input[type="email"] {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}
.formBox input[type="submit"] {
    width: 100%;
    border-radius: 5px;
}
}

@media only screen and (max-width: 380px) {
#ninja-slider ul {
    height: 260px!important;
}
.footer_links a {
    font-size: 11px;
}
.slider, .slider > div {
    height: 130px;
}
}

  /* Tabs style starts */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {  color: #1b54ab!important;
    background: #fff!important;
    border-top: 2px solid #1b54ab!important;
    box-shadow: 0 5px 10px rgba(27, 84, 171, 0.4)!important; }
.tab-content.active { display: block; }
.tab-content.hide { display: none; } 
 /* Tabs style ends */

 /* Popup box BEGIN */
.pop_content{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.pop_content .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.pop_content > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
    margin-top: 150px;
}
.popupCloseButton {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.pop_trigger {
    cursor: pointer;
}
.copy h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.copy h3 a {
    color: #0094f1;
}
.copy h3 a:hover {
    color: #000;
}
.getDealBox {
    margin-bottom: 15px;
}
.linktoStore {
    margin-top: 10px;
    margin-bottom: 20px;
}
.linktoStore a {
    font-size: 15px;
    color: #f79800;
}
.linktoStore a:hover {
    color: #000;
}
.subscribe_txt {
    margin-bottom: 5px;
}
.pop_footer input[type="email"] {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.pop_footer input[type="submit"] {
    padding: 10px;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #000;
}
.pop_footer input[type="submit"]:hover {
    background: #f79800;
}
.pcode {
    font-size: 15px;
    border-radius: 5px;
    padding: 15px 0;
    margin-bottom: 10px;
    background: #f5f5f5;
    border: 1px solid #ccc;
}
.copy button {
    font-size: 15px;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 7px;
    background: #f89800;
}
#copyCode{
    cursor: pointer;
}

 /*BreadCrumbs Style Starts*/
.breadcrumbs {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.breadcrumbs li {
    color: #333;
    position: relative;
    display: inline-block;
}
.breadcrumbs li:after {
    content: "→";
    margin: 0 10px;
}
.breadcrumbs li:last-child:after {
    content: "";
    margin: 0;
}
.breadcrumbs li a {
    color: #33a79a;
}
.breadcrumbs li a:hover {
    color: #000;
}

/*holiday Style Starts*/

.holiday_coupons_sec {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.holiday_couponsBox {
    float: left;
    width: 100%;
}
.holiday_couponsBox ul {
    float: left;
    width: 100%;
    display: grid;
    grid-gap: 2%;
    grid-template-columns: 18.4% 18.4% 18.4% 18.4% 18.4%;
}
.holiday_couponsBox li {
    float: left;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.holiday_coupon {
    float: left;
    width: 100%;
}
.holiday_coupon img {
    max-width: 100%;
    border-radius: 10px;
    border: 7px solid rgba(0, 0, 0, 0.1);
}
.holiday_coupon a {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #1d59b6;
    font-weight: 600;
    margin-bottom: 5px
}
.holiday_coupon a:hover {
    color: #f89800;
}
@media only screen and (max-width: 890px) {
.holiday_couponsBox ul {
    grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
}
.holiday_couponsBox li {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 767px) {
.holiday_couponsBox ul {
    display: block;
}
.holiday_couponsBox li {
    margin-bottom: 15px;
}
}
/* holiday Style Ends */
    
/*Comments and Social Share Starts*/
      
.share_detail {
    float: left;
    margin: 0 17px 15px;
    padding: 0;
    width: 95.9%;
    display: none;
}
.share_detail .share-wrapper {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 0;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}
.comment_detail {
    float: left;
    margin:0 15px 15px;
	padding:0;
    width:96%;
    display: none;
}

.comment_detail .comment-wrapper {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    margin: 0;
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}

.comment_detail .comment-wrapper:last-child {
    margin-right: 0;
}

.addCommentForm {
    margin-top: 24px;
    min-height: 72px;
    position: relative;
    width: 100%;
    display: block;
    padding: 0 20px;
}

.addCommentForm textarea {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 6px;
    display: inline-block;
    margin: 0;
    padding: 6px;
	width:75%;
	height: 38px;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 100%;
	overflow: auto;
    font-family: sans-serif;
}

.addCommentForm .moreForm {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width:99%;
}

.addCommentForm .commentAuthor {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 12px 0 0;
    width:79%;
	float:left;
}

.addCommentForm .commentAuthor a {
    color:#349DC5;
    font-size: 14px;
}

.addCommentForm .commentAuthor a:hover {
    color:#000;
}

.addCommentForm button[type="submit"] {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    margin: 0 15px 0 0;
    padding: 11px 0;
    float: right;
    text-decoration: none;
    width: 130px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 5px;
    text-shadow: 0 0 1px #000000;
    border: 1px solid #f89800;
    background: #f89800;
}

.addCommentForm button[type="submit"]:hover {
    border: 1px solid #000;
    background: #000;
}

.addCommentForm input[type="text"] {
    border: 1px solid #BBBBBB;
    border-radius: 3px;
    color: #666666;
    float: none;
    font: 13px "Trebuchet MS",Tahoma;
    height:30px;
    margin: 0;
    padding: 2px 0 2px 3px;
    width:485px;
}

.comments {
	float:left;
	margin:15px 0 0;
	padding:0;
	width:100%;
}

.comments h6 {
	float:left;
	margin:0;
	padding:0;
	color: #000;
    font-size:16px;
    font-weight: normal;
    line-height: 20px;
    margin: 12px 0 18px;
    width: 100%;
}

.comments ul {
	float:left;
	margin:0;
	padding:0;
    width: 100%;
	border-bottom:none !important;
}


.comments li {
	float:left;
    width:94%;
	margin:0;
    list-style:none;
    padding:12px 0 12px 35px;
    font-size: 12px;
    line-height: 22px;
	border-radius:0;
	border-top:0px solid #C4BBC6;
	border-left:0px solid #C4BBC6;
	border-right:0px solid #C4BBC6;
	border-bottom:1px solid #C4BBC6;
    background: url(../images/baloon.png) left 15px no-repeat;
}

.comments li:last-child {
    border-bottom:none;
}

.share_box {
	float:right;
	margin:0;
	padding:0;
}

.facebook_icon {
	float:left;
	margin:0;
	padding:0;
	width:32px;
	height:32px;
	background:url(../../assets/images/social_icons.png) left top no-repeat;
}

.twitter_icon {
	float:left;
	margin:0 5px;
	padding:0;
	width:32px;
	height:32px;
	background:url(../../assets/images/social_icons.png) -42px top no-repeat;
}

.facebook_share {
	float:left;
	margin:0;
	padding:0;
	width:70px;
	height:25px;
	background:url(../images/facebook.png) left top no-repeat;
}

.twitter_share {
	float:left;
	margin:0 5px;
	padding:0;
	width:70px;
	height:25px;
	background:url(../images/twitter.png) -42px top no-repeat;
}

.gplus_share {
	float:left;
	margin:0;
	padding:0;
	width:70px;
	height:25px;
	background:url(../images/gplus.jpg) -84px top no-repeat;
}

.comments-trigger {
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 3px;
}

.comments-trigger .comm-num {
    border: 1px solid #939393;
    font-size: 14px;
    line-height:10px;
    padding:6px;
}

.share-trigger {
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-right: 6px;
    margin-top: 1px;
}

.share-trigger .share-num {
    border: 1px solid #939393;
    font-size: 14px;
    line-height:10px;
    padding:6px;
}

/*Comments and Social Share Ends*/

.error{
    color: #F4080C;
    font-size: 14px;
}

/*Store Search in Header Starts*/
.dropup, .dropdown{position: relative}.dropdown-toggle:focus{outline: 0}.dropdown-menu{position: absolute;top: 100%;left: 0;z-index: 1000;display: none;float: left;min-width: 500px;padding: 5px 0;margin: 2px 0 0;font-size: 14px;text-align: left;list-style: none;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, .15);border-radius: 4px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0, 0, 0, .175)}.dropdown-menu.pull-right{right: 0;left: auto}.dropdown-menu .divider{height: 1px;margin: 9px 0;overflow: hidden;background-color: #e5e5e5}.dropdown-menu > li > a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 1.42857143;color: #333;white-space: nowrap}.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{color: #262626;text-decoration: none;background-color: #f5f5f5}.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{color: #fff;text-decoration: none;background-color: #337ab7;outline: 0}.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{color: #777}.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus{text-decoration: none;cursor: not-allowed;background-color: transparent;background-image: none;filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open > .dropdown-menu{display: block}.open > a{outline: 0}.dropdown-menu-right{right: 0;left: auto}.dropdown-menu-left{right: auto;left: 0}.dropdown-header{display: block;padding: 3px 20px;font-size: 12px;line-height: 1.42857143;color: #777;white-space: nowrap}.dropdown-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 990}.pull-right > .dropdown-menu{right: 0;left: auto}.dropup .caret, .navbar-fixed-bottom .dropdown .caret{content: "";border-top: 0;border-bottom: 4px dashed;border-bottom: 4px solid \9}.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu{top: auto;bottom: 100%;margin-bottom: 2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right: 0;left: auto}.navbar-right .dropdown-menu-left{right: auto;left: 0}}.nav-tabs.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}.nav-justified > .dropdown .dropdown-menu{top: auto;left: auto}.nav-tabs .dropdown-menu{margin-top: -1px;border-top-left-radius: 0;border-top-right-radius: 0}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position: static;float: none;width: auto;margin-top: 0;background-color: transparent;border: 0;-webkit-box-shadow: none;box-shadow: none}.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 5px 15px 5px 25px}.navbar-nav .open .dropdown-menu > li > a{line-height: 20px}.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus{background-image: none}}.navbar-nav > li > .dropdown-menu{margin-top: 0;border-top-left-radius: 0;border-top-right-radius: 0}.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu{margin-bottom: 0;border-top-left-radius: 4px;border-top-right-radius: 4px;border-bottom-right-radius: 0;border-bottom-left-radius: 0}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu > li > a{color: #777;}.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{color: #333;background-color: transparent}.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{color: #555;background-color: #e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #ccc;background-color: transparent}.dropdown-menu{min-width: 250px;}}@media (max-width: 850px){.dropdown-menu{min-width: 350px;} }@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{border-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{color: #9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{color: #fff;background-color: transparent}.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus{color: #fff;background-color: #080808}.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus{color: #444;background-color: transparent}}.panel-heading > .dropdown .dropdown-toggle{color: inherit}