@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
 @charset "utf-8";
/* CSS Document */

.offer {
    width: 450px;
    position: fixed;
    top: 30%;
    right: 50%;
    left: 50%;
    /*margin-top: 200px;*/
    z-index: 999;
}
.offer img {
    width: 100%;
}
.offer_body {
    padding: 0;
    height: auto;
    text-align: center;
    z-index: 9999;
}
.dropdown-toggle {
    background: none;
    border: none;
    color: #FFF;
    width: 100%;
    padding: 0px !important;
    position: relative;
    z-index: 99;
}
.dropdown-toggle:focus {
    outline: none;
    margin: 0px;
}
.offer_body ul {
    margin: 0 30px;
    padding: 0;
    background: #810807 url(../images/pattern3.png) repeat;
    z-index: 9;
    min-width: 391px !important;
    width: 391px !important;
    border-right: #e4a933 solid thin;
    border-left: #e4a933 solid thin;
    position: relative;
}
/*.dropdown-menu {
	background-color: transparent;
	border: none;
	box-shadow: none;
	min-width: 100%;
	position: relative;
}*/
.dropdown-menu01 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    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);
}
.shadow {
    background: url(../images/offer_shadow.png) top repeat-x;
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 99;
}
.offer_content {
    height: auto;
    padding: 0;
    margin: 0;
}
.offer_content h3 {
    font-family: 'Great Vibes', cursive;
    font-size: 24px;
    text-align: center;
    color: #FC0;
    text-transform: capitalize;
}
.offer_content h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #FC0;
    text-transform: capitalize;
    padding: 0 10px;
    line-height: 22px;
}
.offer_content h4 a {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-align: center;
    color: #FC0 !important;
    text-transform: capitalize;
    padding: 0 10px;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.offer_content h4 a:hover {
    color: #fff !important;
    outline: none !important;
}
.offer_content h4 a:focus {
    outline: none !important;
}
.offer_btm {
    float: left;
    width: 95%;
    height: autos;
    position: relative;
    margin: -2px 12px 0px 12px;
    z-index: 9;
}
@media (min-width: 767px) and (max-width: 992px) {
.offer {
    top: 20%;
    left: 37%;
    bottom: 0;/*margin-top: 270px;*/
}
}
 @media (min-width: 510px) and (max-width: 767px) {
.offer {
    top: 20%;
    width: 350px;
    left: 25%;
    bottom: 0;/*margin-top: 280px;*/
}
.offer_body ul {
    margin: 0 23px;
    min-width: 304px !important;
    width: 304px !important;
}
.offer_btm {
    margin: -5px 9px 0px 9px;
}
}
 @media (min-width: 350px) and (max-width: 510px) {
.offer {
    top: 20%;
    width: 250px;
    left: 20%;
    bottom: 0;/*margin-top: 300px;*/
}
.offer_body ul {
    margin: 0 17px;
    min-width: 216px !important;
    width: 216px !important;
}
.offer_btm {
    margin: -6px 6px 0px 6px;
}
}
 @media (min-width: 200px) and (max-width: 350px) {
.offer {
    top: 20%;
    width: 250px;
    left: 5%;
    bottom: 0;/*margin-top: 300px;*/
}
.offer_body ul {
    margin: 0 17px;
    min-width: 216px !important;
    width: 216px !important;
}
.offer_btm {
    margin: -7px 6px 0px 6px;
}
}
