@viewport {
    orientation: portrait;
}
body {
    color: #000;
    cursor: default;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-attachment:fixed;
}

.mainPage {
    position: relative;
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
    padding: 0px 4px;
}

#cookieBar {
    position: relative;
    background-color: #ddd;
    line-height: 18px;
    min-height: 25px;
    padding: 3px;
    color: #000;
    margin-bottom: 2px;
}

/* top menu */
.headerMenuSplit, .mainMenuLine {
    z-index: 2000;
}
.headerMenuSplit {
    width: 49.8%;
    background-color: #0087d0;
    color: #fff;
    height: 25px;

}
.headerMenuSplit a {
    line-height: 1.4em;
}
.headerMenuLeft {
    float: left;
}
.headerMenuRight {
    float: right;
}
.mainMenu {
    position: relative;
    /* z-index: 300;*/
}
.mainMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.mainMenu ul li {
    float: left;
    margin-right: 15px;
    line-height: 12px;
    border-left: 1px solid #e7e7e7;
}
.menuDropDown {
    display: none;
}
.mainMenu ul li:first-of-type {
    border-left: 0px;
}
.mainMenu ul li a {
    text-decoration: none;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    padding-top: 2px;
    display: block;
    font-weight: bold;
}
.mainMenu ul li a:hover {
    text-decoration: underline;
}
/* end top menu */

/* header - logo, search, cart */
.header {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 150px;
    height: 150px;
    width: 100%;
    display: table;
}

.header .logo {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
    text-align: left;
    display: table-cell;
    vertical-align: top;
}
.header .headerTrail {
    float: left;
    width: 100%;
    text-align: left;
    display: table;
    vertical-align: middle;
    padding-left: 10%;
}

.header .headerTrail .search {
    float: left;
    width: 50%;
    padding-top: 10px;
}

.header .headerTrail .cart {
    float: left;
    width: 50%;
    min-height: 20px;
    text-align: right;
    position: relative;
}

.twitter-typeahead {
    float: left;
    display: inline !important;
    width: 90%;
}
.searchBox {
    float: left;
    height: 45px;
}

.header .headerTrail .search .input-group-btn {
    top: -1px;
    float: left !important;
}

.header .headerTrail .search .glyphicon {
    top: 0px !important;
}

.header .headerTrail .cart .bubble {
    position: absolute;
    width: 80%;
    text-align: left;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #e7e7e7;
    color: #000;
    right: 0px;
    z-index: 200;
}

.myAccount {
    background-color: #0087d0;
    color: #000;
    width: 45%;
    float: left;
    height: 43px;
    padding: 4px;
    text-align: center;
    border-bottom-right-radius: 33px !important;
    -webkit-border-radius-bottomright: 33px !important;
    -moz-border-radius-bottomright: 33px !important;
    vertical-align: middle;
}
.myAccountLine {
    line-height: 35px;
}

.myAccount a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.myCart {
    width: 55%;
    /*background-image: url('../images/cart-bg.png');*/
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
    height: 43px;
    line-height: 35px;
    padding: 4px;
    text-align: center;
}
.myCart a {
    color: #000;
    text-decoration: none;
}
.cartProductCounter {
    display: inline;
}

/* end header - logo, search, cart */

/* header social & phone */
.headerInfo {
    padding-top: 4px;
    padding-bottom: 4px;
}
.headerInfo .phone {
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    padding-left: 10px;
    margin-right: 20px;
    width: 200px;
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.socialDiv {
    background: #fff;
    border: 1px solid #e7e7e7;
}
ul.socialBlock {
    list-style-type: none;
    margin-right: 4px;
    padding: 0px;
    margin: 0px;
}
ul.socialBlock li {
    float: left;
    width: 34px;
    height: 34px;
}
a.socialButton {
    background-image: url('../images/social.png');
    background-repeat: no-repeat;
    display: block;
    line-height: 34px;
    text-decoration: none;
}
.socialFacebook {
    background-position: 0px 0px;
}
.socialGoogle {
    background-position: -32px 0px;
}
.socialLinkedIn {
    background-position: -65px 0px;
}
.socialBlog {
    background-position: -97px 0px;
}
.socialEmail {
    background-position: -132px 0px;
}
.socialYouTube {
    background-position: -164px 0px;
}

/* end header social & phone */


/* footer */
#pageFooter {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.menuFooter {
    color: #7d7d7d;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
}
.menuFooter a {
    text-decoration: none;
    color: #7d7d7d;
    line-height: 14px;
}
.menuFooter a:hover {
    text-decoration: underline;
}

#copyright {
    padding-bottom: 10px;
    padding: 10px 10px 0 10px;
    height: 30px;
}

/* body */
#pageContainer {
    position: relative;
    margin: 0px auto;
    width: 100%;
    padding: 0;
    background: #fff;
}
/* layout 2 coloane */
.mainContent {
    width: 100%;
    display: table;
}
.pageColumn1 {
    display: table-cell;
    width: 250px;
    min-width: 250px;
    max-width: 250px;
    padding: 4px;
    vertical-align: top;
}
#leftMenu {
    float: left;
    width: 100%;
}

.pageColumn2 {
    width: 100%;
    display: table-cell;
    padding: 4px 15px 4px 15px;
    vertical-align: top;
}

/* meniu butoane top coloana 2 */
.headerButtonMenu {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.menuButton {
    float: left;
    line-height: 100%;
    background: #0087d0;
    padding: 1%;
    text-align: center;
    color: #fff;
    height: 2em;
    vertical-align: middle;
    font-size: 1.4em;
    width: 19.5%;
    margin-right: 0.5%;
}
.menuButtonEco {
    background: #8cc63f !important;
}
.menuButtonLast {
    margin-right: 0px !important;
}
.menuButtonLast .glyphicon {
    padding-right: 10px;
}

.menuButton a {
    display: block;
    color: #fff;
    text-decoration: none;
}
/* end meniu column 2 */

/* homepage */
.boxHomepage {
    width: 100%;
    margin-bottom: 10px;
}

.responsiveImage {
    width: 100%;
    max-width: inherit;
}

.loading70 {
    background-image: url('../images/loading-70.gif');
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 70px;
    min-width: 70px;
}
#mainBreadcrumb,  #mainBreadcrumb span, #mainBreadcrumb div, #mainBreadcrumb a {
    line-height: 20px;
    font-size: 12px;
    color: #707070;
}
#mainBreadcrumb span {
    border-bottom: 1px dotted #707070;
}

#mainBreadcrumb div {
    display: inline;
    line-height: 14px;
}
.filterCategory {
    line-height: 24px;
    background: #0087d0;
    padding: 4px;
    text-align: center;
    color: #fff;
    height: 35px;
    vertical-align: middle;
    font-size: 16px;
}
.filterBox {
    padding-top: 20px;
}
.filterCategoryLink {
    padding: 4px;
}
.filterCategoryLink a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #000;
}
.filterCategoryLink .main {
    font-size: 16px;
    font-weight: bold;
    color: #0087d0;
}
.filterCategoryLink .secondary {
    padding-left: 10px;
}
.listPrdBoxFull {
    width: 100%;
    border: 1px solid #c3c3c3;
    min-height: 220px;
    padding: 6px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.listPrdBox {
    float: left;
    width: 49%;
    border: 1px solid #c3c3c3;
    min-height: 240px;
    min-width: 300px;
    padding: 6px;
    margin-bottom: 20px;
}
.listPrdBoxSpacer {
    float: left;
    width: 2%;
    height: 20px;
}

.boxRecommended {
    border: 0px;
    box-shadow: 0px 0px 2px 2px #0087d0;
    min-height: 220px;
}

.listPrdBoxImageFull, .listPrdBoxImage {
    font-size: 22px;
    line-height: 32px;
    color: #0087d0;
    width: 225px;
    height: 160px;
    text-align: center;
    float: left;
}

.prdTitle {
    min-height: 45px;
    padding-bottom: 2px;
}
.prdTitle a h3,  .prdTitle h3 {
    font-size: 14px;
    margin: 0px;
    display: inline;
    color: #0087d0;
}
.boxMarginLeft {
    margin-left: 20px;
}
h1 {
    margin: 0px;
    font-size: 22px;
    line-height: 32px;
    color: #0087d0;
}
.simpleBoxTitle {
    font-size: 22px;
    line-height: 32px;
    color: #0087d0;
}
.prdHeaderTitleBand {
    margin-top: 20px;
    margin-bottom: 20px;
}
.lineBottom {
    border-bottom: 1px dotted #c3c3c3;
    height: 3em;
    line-height: 3em;
    padding-top: 3px;
    width: 100%;
    padding-bottom: 3px;
}

.listPrdBoxTxt {
    width: 150px;
}
.listPrdBoxTxtFull {
    width: 70%;
    float: left;
}

.prdPrice {
    font-size: 17px;
    color: #ed1c24;
    font-weight: bold;
}
.viewPrdPrice {
    text-align: center;
}
#prdView_oldPrice {
    text-align: center;
}
.prdViewOldPrice {
    text-decoration: line-through;
}
#prdView_oldPrice {
    font-size: 16px;
}
.listPrice .prdPrice {
    color: #707070;
}
.listPrice .currency {

}
.listPrice.priceDiscounted .prdPrice {
    color: #0082de;
}


#prdView_price .prdPrice {
    font-size: 24px;
    color: #707070;
}
#prdView_price .currency {
    font-size: 16px;
    color: #707070;
}
#prdView_price.priceDiscounted .prdPrice {
    color: #0082de;
}
#prdView_price.priceDiscounted .currency {
    color: #0082de;
}

.cartTotal .prdPrice {
    font-size: 16px;
    color: #707070;
}
.cartTotal .currency {
}


.listPrdActionsView  .btn, .listPrdActions .btn {
    width: 160px;

}
/*
.btnAddToCart .btn span {
    position: relative;
    padding-left: 10px;
}
*/
.btnActionSmall, .btnActionLarge {
    position: relative;
}
.btnActionSmall span, .btnActionLarge span {
    position: absolute;
    padding-left: 10px;
    right: 10px;
    top: 4px;
}
.btnActionLarge span {
    top: 8px;
}
.btnActionIcon {
    min-height: 25px;
    min-width: 25px;
}
.btnActionIcon span {

}

.mBottom5 {
    margin-bottom: 5px;
}
.polSign {
    background-color: #0087d0;
    box-shadow: 0px 0px 3px 3px #e8e8e8;
    margin-right: 4px;
}
.viewProductTitle {
    font-size: 16px;
}
.viewPrdCol1 {
    float: left;
    max-width: 650px;
    padding-right: 4px;
}
.viewPrdCol2 {
    float: right;
    width: 200px;
    padding: 4px;
}
.viewImages {
    width: 400px;
    text-align: center;
    min-height: 300px;
}
.viewItemLine {
    border-bottom: 1px dotted #c3c3c3;
    min-height: 3em;
    padding-top: 8px;
    width: 100%;
    padding-bottom: 3px;
}
.viewPriceBox {
    max-width: 200px;
}
.tab-content-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.viewProductMain {
    box-shadow: 0px 2px 2px 2px #e8e8e8;
    padding: 6px;
    margin-top: 10px;
}
.prdSimilareTitle {
    color: #0087d0;
    font-size: 17px;
    padding-bottom: 5px;
    text-align: center;
}
.prdBoxWidget {
    box-shadow: 0px 2px 2px 2px #e8e8e8;
    padding: 4px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 275px;
    position: relative;
}
.prdBoxWidget .image {
    text-align: center;
    height: 150px;
    vertical-align: middle;
}
.prdBoxWidget .image img {
    max-width: 150px;
    max-height: 150px;
}
.prdBoxWidget .title {
    padding: 0px 6px;
}
.prdBoxWidget .title a {
    font-size: 12px;
}
.prdWidgetFooter {
    width: 98%;
    bottom: 15px;
    position: absolute;
    padding: 2px;
}
.pBottom5 {
    padding-bottom: 5px;
}
.pBottom10 {
    padding-bottom: 10px;
}
.popupContainer {
  background: #FFF;
  padding: 20px;
  min-width: 300px;
}

.errorMessage, label.error {
    color: #ed1c24;
}
input[type="text"].error , textarea.error {
    border: 1px solid #ed1c24;
}
.brandsList h2 {
    color: #0087d0;
}
.brandsList a {
    color: #000;
}
#notificationBox {
    background: #0087d0;
    border: 5px solid #fff;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
    box-shadow: 0 5px 10px #999;
    color: #fff;
    font-size: 12px;
    top: -5px;
    width: 260px;
    min-height: 80px;
    text-align: left;
    padding: 4px;
    position: fixed;
    display: none;
}
#notificationBox.error {
    background: none repeat scroll 0 0 #ed1c24;
}
#notificationBox .title {
    font-size: 2em;
    font-weight: bold;
}
#cartProducts {
    width: 100%;
    font-size: 10px;
    color: #000;
    padding-top: 10px;
    display: none;
    background-color: #fff;
    text-align: center;
    min-height: 150px;
    margin-top: 45px;
}
#cartProductList {
    max-height: 300px;
    overflow: auto;
}
#cartProducts .prdPrice {
    font-size: 12px;
    color: #000;
}
#cartValue .prdPrice {
    font-size: 12px;
    color: #fff;
}
.cartRow .header {
    border-bottom: 1px solid #e8e8e8;
}
.cartRow.cartHeader div {
    font-weight: bold;
    font-size: 13px;
}
.cartRow {
    clear: both;
    border-bottom: 1px dotted #e8e8e8;
}
.cartRow div {
    float: left;
    padding: 4px;
}
.cartProduct {
    width: 50%;
}
.cartCantitate{
    width: 12%;
    text-align: center;
}
.cartPret {
    width: 28%;
    text-align: right;
}
.cartOp {
    width: 10%;
}
.cartRow.cartFooter div {
    font-weight: bold;
    font-size: 13px;
}


#myaccountMenu {
}
#myAccountIcon {
    display: none;
}
.button-column a {
    padding: 4px;
}
.box50 {
    width: 49%;
}
.pTop10 {
    padding-top: 10px;
}
.pLeft5 {
    padding-left: 5px;
}

.inputQty {
    text-align: right;
    width: 70px;
}
.orderSecTitle {
    font-size: 18px;
    font-weight: bold;
    color: #0087d0;
}
#order-form .table {
    border-top: 0px;
}
.filterBox input[type="checkbox"] {
    bottom: 5px;
}

.labelRecommed {
    background: #0087d0;
    color: #fff;
    margin-top: -20px;
    margin-left: -6px;
    padding: 2px 5px 3px 6px;
}

.labelRecommed .labelIcon {
    width: 25px;
    font-size: 20px;
}
.labelRecommed .labelIcon .glyphicon {
    padding-top: 3px;
    float: left;
}
.labelRecommed .labelIcon .labelText {
    float: left;
    font-size: 16px;
    display: none;
    padding-left: 5px;
}
.labelRecommed .labelIcon:hover .labelText {
    display: inline;
}

/* type ahead old */
ul.typeahead  {
    max-width: 400px;
}
ul.typeahead.dropdownmenu  {
    max-width: 400px;
}
ul.typeahead.dropdown-menu > li {
    max-width: 400px;
    display: table-row;
}
ul.typeahead.dropdown-menu > li > a {
    display: block;
    white-space: normal !important;
}


/* type ahead new */
.tt-suggestions {
    background: #fff;
    max-width: 400px;
}
.tt-dropdown-menu {
  width: 440px;
  margin-top: 4px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.userRating {
    font-size: 22px;
}
.viewListImage {
    float: left;
    width: 152px;
    height: 152px;
    margin: 4px;
    text-align: center;
    border: 1px solid #e8e8e8;
    padding: 0px;

}
.viewListImage div {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 152px;
    height:152px;
}
.socialTable td {
    padding: 2px;
}
.leftBox {
    margin-top: 10px;
}
.noBottomBorder {
    border-bottom: 0px !important;
}
.storeItem {
    width: 33%;
    padding: 5px;
}

.pageTitle {
    padding-bottom: 20px;
}
.roundCorner3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.roundLeft {
    -webkit-border-radius-topleft: 3px !important;
    -webkit-border-radius-bottomleft: 3px !important;
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-bottomleft: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.roundRight {
    -webkit-border-radius-topright: 3px !important;
    -webkit-border-radius-bottomright: 3px !important;
    -moz-border-radius-topright: 3px !important;
    -moz-border-radius-bottomright: 3px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.mainBg {
    background: #0087d0 !important;
}
.cartStatus a {
    display: block;
}
.cartStatus .prdPrice {
    color: #000 !important;
}

/* compare */
#compareProducts {
    width: 100px;
    position: fixed;
    top: 230px;
	z-index: 10;
}
#compareProducts1 {
	width: 12px;
	height: 250px;
    float:left;
    background: #e8e8e8;
	margin-top: 38px;
}
#compareProducts2 {
    width: 65px;
    float: left;
	padding: 4px;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.comparePrdBox {
	width: 55px;
	height: 55px;
	font-size: 20px;
	background: #fff;
	position: relative;
}
.comparePrdImg {
	width: 55px;
	height: 55px;
	font-size: 20px;
	background: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.itemNumber {
	width: 55px;
	height: 55px;
	font-size: 20px;
	background: #e8e8e8;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #ed1c24;
}
.compareIcon {
    font-size: 24px;
    padding-bottom: 10px;
}
.compareProductsOutside {
    margin-left: 1140px;
}
.compareProductsInside {
    right: 0px;
}
.compareDelete {
	position: absolute;
	margin-top: 0px;
	margin-left: 42px;
    opacity: 1;
    background: #fff;
}
.compareDelete a {
    color: #ed1c24;
    font-size: 16px;
    opacity: 1;
}
hr.compareSeparator {
	background: #e8e8e8;
    border:0;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.compareDetImg {
    height: 120px;
    width: 240px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.compareViewDel {
    position: absolute;
    margin-left:200px;
    top: 60px;
}
.comparePrdHead {
    vertical-align: top;
    text-align: center;
}

#compareProductsSmall {
    font-size: 12px;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 25px;
    height: 40px;
    background: #0087d0;
    color: #fff;
    cursor: pointer;
    display: none;
}

.compareProductsSmallOpened {
    width: 100px;
}

#compareProductsSmall a {
    text-decoration: none;
    color: #fff;
}
#compareProductsSmall .compareIconSmall {
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 4px;
    padding-top: 10px;
}
#compareProductsSmall .compareInfo {
    height: 40px;
    text-align: center;
    padding: 4px;
    display: none;
}
.compareProductsSmallOpened {
    width: 100px !important;
}

.ecoAttr {
    background: #dff0d8 !important;
}
.filterBoxButton {
    display: none;
}
.customPrdDetails {
    width: 100%;
}
.mobileOnly {
    display: none;
}
.bg-newsletter-main {
    background-image: url('../images/newsletter-gradient.jpg');
    background-repeat: repeat-y;
    background-size:contain;
}
.bg-newsletter-large {
    background-image: url('../images/bg-newsletter-large.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top;
    width: 100%;
    padding-top: 72%;
    min-height: 1200px;
    position: relative;

}
.newsletterFacebook {
    position: relative;
    width: 300px;
    background-color: rgb(95%, 95%, 95%);
    background-color: rgba(95%, 95%, 95%, 0.3);
    margin-left: 6.40%;
    border: 1px solid #fff;
    padding: 10px;
}
.nltTitle {
    font-size: 22px;
    color: #ffdd18;
    padding-bottom: 10px;
}
.newsletterForm {
    position: relative;
    width: 300px;
    background-color: rgb(95%, 95%, 95%);
    background-color: rgba(95%, 95%, 95%, 0.3);
    margin-top: 30px;
    margin-left: 6.40%;
    border: 1px solid #fff;
    padding: 10px;
}
.newsletterForm label {
    color: #fff !important;
}
.btnNltSubscribe {
    background-image: url('../images/btn-newsletter-subscribe.png');
    width: 126px;
    height: 36px;
    border: 0px;
    margin: 0px;
    padding: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    box-shadow: none;
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}
.bg-newsletter-popup {
    background-image: url('../images/bg-newsletter-popup.jpg');
    background-repeat:no-repeat;
    background-position:top;
    width: 500px;
    height: 500px;
    padding-top: 300px;
    position: relative;
}
.bg-newsletter-popup .newsletterForm {
    width: 440px;
    margin-top: 10px;
    padding: 5px;
    padding-bottom: 0px;
}
.bg-newsletter-popup .newsletterFacebook {
    width: 440px;
    padding: 5px;
}
.bg-newsletter-popup .nltTitle {
    font-size: 17px;
    padding: 0px;
}
.bg-newsletter-popup .newsletterFacebook  .nltTitle {
    padding-top: 8px;
}
.bg-newsletter-popup .newsletterFacebook  .nltTitle {

}
.comparePrdHead .btn-cart {
    width: 160px;
}
.blackFriday {
    background: black;
    color: white;
}
.labelDiscount {
    width: 80px;
    background-image: url('../images/discount.png');
    position: absolute;
    background-size: contain;
    height: 42px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 40px;
    margin-left: -10px;
    font-size: 16px;
    font-weight: bold;
}
.bgRed {
    background-color: #ed1c24;
}

.blackFriday {
    background-color: black;
    color: white !important;
    background-image: url('../images/black_friday.png') !important;
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 80%;
}

.labelBlackFriday {
    width: 80px;
    background-image: url('../images/label-black-friday.png');
    background-size: contain;
    height: 42px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 40px;
    margin-left: -10px;
    margin-bottom: 5px;
}