body, html {
    height: 100%
}

body, h6 {
    line-height: 22px
}

.contentcontainer, .topcontainer, header, html {
    position: relative;
}

.contentcontainer{
    overflow:hidden;
}

#newsletter-email, .megamenu {
    width: 100%
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #434343;
    text-align: left;
    background: url(../../img/frontend/bg.jpg)
}

.contentcontainer a, .introbox .top h1 {
    font-family: 'Roboto Slab';
    font-weight: 300
}

.introbox .top h1, .mini-cart-content .item-cart .remove, .owl-carousel .item, table.cart td, table.cart th {
    text-align: center
}

::selection {
    background: #ffe49c;
    color: #262626
}

::-moz-selection {
    background: #ffe49c;
    color: #262626
}

::-webkit-selection {
    background: #ffe49c;
    color: #262626
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab';
    color: #434343
}

.introbox .bottom p, .megamenu .dropdown-header {
    font-family: "Roboto Slab";
    font-weight: 400
}

h1 {
    font-size: 34px;
    line-height: 60px
}

h2 {
    font-size: 30px;
    line-height: 50px
}

h3 {
    font-size: 24px;
    line-height: 48px
}

h4 {
    font-size: 22px;
    line-height: 34px
}

h5 {
    font-size: 18px;
    line-height: 26px
}

h6 {
    font-size: 16px
}

.btn-primary {
    background: #009DE0;
    border-color: #009DE0
}

.btn {
    white-space: normal !important;
    word-wrap: break-word
}

header {
    background: url(../../img/frontend/header_bg.png) no-repeat;
    min-height: 123px;
    z-index: 2
}

.topcontainer {
    top: -15px;
    z-index: 1;
    background: url(../../img/frontend/intro_bg.jpg) repeat-x
}

.contentcontainer {
    z-index: 3;
    background: #fff;
    min-height: 500px;
    border-top: 5px solid #BAD6EC;
    padding: 20px
}

.introbox {
    margin-top: 90px
}

.introbox .top {
    background-color: rgba(255, 255, 255, .6);
    padding: 20px
}

.introbox .top h1 {
    line-height: 1.5em;
    font-size: 24px
}

.introbox .bottom {
    background: #FCCB3E
}

.introbox .bottom p {
    font-size: 24px
}

.introbox .bottom h2 {
    margin-top: 0
}

.introbg {
    background: url(../../img/frontend/intro.png) top right no-repeat;
    height: 545px
}

.introbanner {
    background: url(../../img/frontend/intro_banner.png) center no-repeat;
    height: 100px
}

.seperator {
    border-top: 2px solid #EDF5FB
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:hover {
    background: 0 0;
    border-bottom: 2px solid #fff;
    color: #FFF
}

.navbar-default {
    color: #fff;
    background-color: transparent;
    border: 0
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    padding: 5px;
    margin: 10px 10px 0;
    text-transform: uppercase
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-default .navbar-brand {
    color: #fff
}

.menu-large {
    position: static !important
}

.megamenu {
    padding: 20px 0;
    top: auto
}

.megamenu > li > ul {
    padding: 0;
    margin: 0
}

.megamenu li {
    list-style: none
}

.megamenu li a {
    clear: both;
    color: #333;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 0;
    white-space: nowrap;
    font-size: 12px
}

.megamenu li a:hover {
    text-decoration: none;
    color: #00a5d2
}

.megamenu .dropdown-header {
    color: #000;
    font-size: 18px;
    padding: 0
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:hover {
        border-bottom: 0 !important
    }
}

@media only screen and (max-width: 992px) {
    .megamenu .dropdown-header {
        font-size: 14px
    }
}

.dropdown-menu {
    background-color: #F6F6F6
}

.first {
    border-right: 5px solid #bad6ec
}

.footerinner ul {
    padding: 0
}

.footerinner ul li a {
    color: #2e3436
}

.footer_newsletter {
    background: #FCCB3E;
    padding: 20px
}

.footer_newsletter h2 {
    margin-top: 0;
    font-size: 20px
}

.footer_newsletter .btn-send {
    background: #FFF;
    padding: 2px
}

.alert ul li {
    list-style-type: none
}

.owl-carousel .owl-item img {
    width: auto;
    display: block;
    margin: 0 auto
}

.owl-carousel .owl-item a {
    font-size: 18px;
    color: #333
}

.owl-carousel .owl-item span {
    width: auto
}

.owl-nav div {
    background-image: url(../../img/frontend/owl.png);
    position: absolute;
    font-size: 55px;
    top: 30%;
    color: #777;
    width: 20px;
    height: 31px
}

.owl-next {
    background-position: 20px 0;
    right: -4px
}

.owl-prev {
    left: -5px
}

.chosen-single {
    font-family: Arial !important
}

.chosen-container .chosen-results li {
    padding: 8px 15px
}

.chosen-container .chosen-results li.highlighted, .chosen-container .chosen-results li.result-selected {
    background-color: #333;
    background-image: none;
    color: #FFF
}

.chosen-container-single .chosen-default {
    color: #666
}

.chosen-container-multi .chosen-choices, .chosen-container-single .chosen-single {
    background: #F5F5F5;
    border-color: #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    height: 40px;
    line-height: 2.8;
    padding: 0 0 0 15px
}

.chosen-container-single .chosen-single div {
    right: 7px;
    width: 16px
}

.chosen-container-single .chosen-single div b {
    background-position: 0 10px
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;
    border-color: #ddd;
    box-shadow: none
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 10px
}

.chosen-container .chosen-drop {
    border-color: #ddd;
    box-shadow: none;
    background: #F5F5F5
}

.mini-cart {
    position: relative
}

.cart-link:hover {
    border-bottom: 0 !important
}

.mini-cart-content {
    background-color: #f6f6f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    left: inherit;
    min-width: 400px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    visibility: hidden;
    z-index: 1001;
    color: #333
}

#filters, .mini-cart-content .item-cart .product-info {
    position: relative
}

#filters .toggle, #loading, #overlay {
    position: absolute
}

.mini-cart:hover .mini-cart-content {
    opacity: 1;
    visibility: inherit
}

.mini-cart-content .box-title {
    color: #888;
    font-size: 18px;
    text-align: center;
    margin: 0
}

.mini-cart-content .box-title .count {
    color: #333
}

.mini-cart-content .list-item-cart {
    margin: 0;
    padding: 0
}

.mini-cart-content .list-item-cart .item-cart {
    border-bottom: 2px solid #bad6ec;
    list-style: none;
    overflow: hidden;
    padding: 15px 0
}

.mini-cart-content .item-cart .thumb {
    float: left
}

.mini-cart-content .item-cart .product-name {
    margin-bottom: 0
}

.mini-cart-content .item-cart .product-name a {
    color: #888;
    font-size: 12px;
    font-style: italic
}

.mini-cart-content .item-cart .price {
    color: #333;
    font-size: 14px
}

.mini-cart-content .item-cart .remove-item {
    color: #ccc
}

.mini-cart-content .item-cart .remove-item:hover {
    color: #E47964
}

.mini-cart-content .subtotal {
    color: #888;
    font-size: 14px;
    margin: 30px 0
}

.mini-cart-content .subtotal .amount {
    color: #333;
    text-decoration: underline
}

.label-as-badge {
    border-radius: 1em
}

[class*=col-] .chosen-container {
    width: 98% !important
}

[class*=col-] .chosen-container .chosen-search input[type=text] {
    padding: 2px 4% !important;
    width: 90% !important;
    margin: 5px 2%
}

[class*=col-] .chosen-container .chosen-drop {
    width: 100% !important
}

.chosen-container-single .chosen-search {
    display: none
}

#overlay {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 2
}

#loading {
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px
}

.product {
    margin: 30px 0
}

.product h2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5em;
    height: 50px;
    overflow: hidden
}

.product .price {
    margin: 5px 0
}

#filters {
    border-bottom: 2px solid #edf5fb;
    border-top: 2px solid #edf5fb;
    margin: 50px 20px;
    padding: 20px
}

#filters .toggle {
    top: 22px;
    right: 10px
}

#filters label {
    margin-bottom: 20px
}

#filters .filter-badge {
    font-size: 12px;
    margin: 0 5px
}

#filters .filter-badge a {
    color: #FFF;
    text-decoration: none
}

.productdetail h2 {
    margin-top: 0
}

.productdetail .price {
    font-size: 24px;
    color: #2982BE
}

table.cart th {
    font-family: "Roboto Slab";
    font-weight: 400;
    padding: 9px 30px
}

table.cart td {
    padding: 15px 8px !important;
    vertical-align: middle !important
}

table.cart .product {
    text-align: left;
    vertical-align: top
}

table.cart .product-thumb {
    float: left;
    width: 50px
}

table.cart .product-qty {
    float: left;
    font-weight: 700;
    text-align: center;
    padding: 25px 10px 10px
}

table.cart .product-info {
    float: left
}

table.cart .amount, table.cart .price {
    font-weight: 700;
    white-space: nowrap
}

table.cart .product-info .product-name {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px
}

table.cart .product-info .product-name a {
    color: #2e3436
}

table.cart .quantity {
    width: 100px;
    margin: 0 auto
}

table.cart .quantity .qty {
    margin: 0 7px;
    text-align: center;
    background: #009de0;
    color: #FFF;
    border-radius: 35px !important;
    width: 35px;
    height: 35px;
    border: 0;
    padding: 0;
    font-weight: 700
}

.bootstrap-touchspin-down:hover, .bootstrap-touchspin-up:hover, .breadcrumb {
    background: 0 0
}

.bootstrap-touchspin-down, .bootstrap-touchspin-up {
    font-weight: 700;
    font-size: 16px;
    border: 0
}

table.cart .remove {
    color: #E47964
}

.table > thead > tr > th {
    border-bottom: 2px solid #EDF5FB
}

.sub {
    font-size: 10px
}

.breadcrumbcontainer {
    border-bottom: 2px solid #edf5fb;
    border-top: 2px solid #edf5fb;
    margin: 50px 20px
}

.breadcrumb {
    margin: 0;
    float: left
}

.breadcrumbcontainer > a {
    padding: 8px 15px
}

.faqitem h2 {
    font-size: 18px;
    line-height: 18px
}

.faqitem {
    border-top: 2px solid #edf5fb;
    padding: 20px
}

.scroll-to-top {
    background-color: #023661;
    border-radius: 50%;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 1.285em;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 1040;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.scroll-to-top .icon-up {
    opacity: .3;
    filter: alpha(opacity=30)
}

.scroll-to-top:focus, .scroll-to-top:hover {
    color: #fff
}

.scroll-to-top:focus .icon-up, .scroll-to-top:hover .icon-up {
    opacity: .7;
    filter: alpha(opacity=70)
}

.scroll-to-top.visible {
    opacity: 1;
    filter: alpha(opacity=100)
}

.cookie-consent {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10
}

#fb-root {
    display: none
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important
}

.tt h2 {
    color: #21486f;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400
}

.tt .post-excerpt p {
    color: #838383;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px
}

.tt .client_name {
    color: #009DE0
}

.tt .product_name {
    font-size: 12px;
    font-style: italic
}

blockquote {
    background: #f9f9f9
}

.tt .client_name cite:before {
    content: "\2014 \2009"
}

.tt .post-excerpt p:before {
    content: open-quote
}

.tt .post-excerpt p:after {
    content: close-quote
}

.progressBarWrapper {
    margin: 30px 10px;
    text-align: center
}

.nav-wizard > li > span {
    position: relative;
    background-color: #eee;
    display: block
}

.nav-wizard > li:not(:first-child) > span:before, .nav-wizard > li:not(:last-child) > span:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 20px inset transparent;
    position: absolute;
    content: "";
    top: 0
}

.nav-wizard > li:not(:first-child) > span {
    padding-left: 34px
}

.nav-wizard > li:not(:first-child) > span:before {
    border-left: 20px solid #fff;
    left: 0
}

.nav-wizard > li:not(:last-child) > span {
    margin-right: 6px
}

.nav-wizard > li:not(:last-child) > span:after {
    border-left: 20px solid #eee;
    right: -20px;
    z-index: 2
}

.nav-wizard > li:first-child > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.nav-wizard > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.nav-wizard > li.done > span {
    background-color: #e2e2e2
}

.nav-wizard > li.done > span:before {
    border-right-color: #e2e2e2
}

.nav-wizard > li.done > span:after {
    border-left-color: #e2e2e2
}

.nav-wizard > li.active > span {
    color: #fff;
    background-color: #009DE0
}

.nav-wizard > li.active > span:after {
    border-left-color: #009DE0
}

.nav-wizard > li.disabled > span {
    color: #ccc
}

.nav-wizard > li.disabled > span:before {
    border-right-color: #eee
}

.nav-wizard > li.disabled > span:after {
    border-left-color: #eee
}

.nav-wizard.nav-justified > li {
    float: none
}

.nav-wizard.nav-justified > li > span {
    padding: 10px 15px
}

@media (max-width: 768px) {
    .nav-wizard.nav-justified > li > span {
        border-radius: 4px;
        margin-right: 0
    }

    .nav-wizard.nav-justified > li > span:after, .nav-wizard.nav-justified > li > span:before {
        border: none !important
    }

    .nav-wizard > li:not(:first-child) > span::before {
        border-left: 0
    }
}

#delmethod .radio {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 10px
}

.formBox h2, .formBox p {
    font-size: 12px;
    padding: 7px 10px
}

.formBox {
    border: 1px solid #eaeaea;
    margin-bottom: 20px
}

.formBox h2 {
    background-color: #f3f3f3;
    line-height: 14px;
    margin: 0 0 10px
}

.formBox p {
    line-height: 19px
}

.alpha {
    padding-left: 0 !important
}

.omega {
    padding-right: 0 !important
}

.relative {
    position: relative
}

.text-center {
    text-align: center
}

.nomargin {
    margin: 0 !important
}

.hidden-normal {
    display: none
}

.bold {
    font-weight: 700
}

.m10 {
    margin: 10px 0
}

.m15 {
    margin: 15px 0
}

.m20 {
    margin: 20px 0
}

.m30 {
    margin: 30px 0
}

.mb0 {
    margin-bottom: 0
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px
}

.mt8 {
    margin-top: 8px
}

.mt10 {
    margin-top: 10px
}

.mt12 {
    margin-top: 12px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt80 {
    margin-top: 80px
}

.ml0 {
    margin-left: 0 !important
}

.ml5 {
    margin-left: 5px
}

.ml10 {
    margin-left: 10px
}

.ml15 {
    margin-left: 15px
}

.ml20 {
    margin-left: 20px
}

.ml25 {
    margin-left: 25px
}

.ml30 {
    margin-left: 30px
}

.mr5 {
    margin-right: 5px
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mr25 {
    margin-right: 25px
}

.mr30 {
    margin-right: 30px
}

.pb0 {
    padding-bottom: 0 !important
}

.pb5 {
    padding-bottom: 5px
}

.pb10 {
    padding-bottom: 10px
}

.pb15 {
    padding-bottom: 15px
}

.pb20 {
    padding-bottom: 20px
}

.pb25 {
    padding-bottom: 25px
}

.pb30 {
    padding-bottom: 30px
}

.pt0 {
    padding-top: 0
}

.pt5 {
    padding-top: 5px
}

.pt10 {
    padding-top: 10px
}

.pt15 {
    padding-top: 15px
}

.pt20 {
    padding-top: 20px
}

.pt25 {
    padding-top: 25px
}

.pt30 {
    padding-top: 30px
}

.pl0 {
    padding-left: 0
}

.pl5 {
    padding-left: 5px
}

.pl10 {
    padding-left: 10px
}

.pl15 {
    padding-left: 15px
}

.pl20 {
    padding-left: 20px
}

.pl25 {
    padding-left: 25px
}

.pl30 {
    padding-left: 30px
}

.p0 {
    padding: 0
}

.p5 {
    padding: 5px
}

.p10 {
    padding: 10px
}

.p15 {
    padding: 15px
}

.p20 {
    padding: 20px
}

.p25 {
    padding: 25px
}

.p30 {
    padding: 30px
}

.pr0 {
    padding-right: 0
}

.pr5 {
    padding-right: 5px
}

.pr10 {
    padding-right: 10px
}

.pr15 {
    padding-right: 15px
}

.pr20 {
    padding-right: 20px
}

.pr25 {
    padding-right: 25px
}

.pr30 {
    padding-right: 30px
}

@media (max-width: 767px) {
    .mini-cart {
        float: left;
        z-index: 1001
    }

    .mini-cart .mini-cart-content {
        min-width: 255px;
        position: relative
    }

    .mini-cart .mini-cart-content, .mini-cart:hover .mini-cart-content {
        display: none
    }

    .cart-link {
        font-size: 24px;
        margin: 10px
    }

    .cart-link:focus, .cart-link:hover {
        text-decoration: none
    }

    .navbar-default {
        margin-top: 10px !important
    }

    .megamenu li a {
        font-size: 14px;
        padding: 5px 15px 5px 25px
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #000
    }

    .megamenu .dropdown-header {
        font-size: 18px
    }

    table.cart .product-info {
        float: none
    }
}

@media (min-width: 1024px) {
    header {
        background-size: cover
    }
}

.navbar-default .navbar-toggle {
    background: #337ab7;
    border-color: #000
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #08A0E1;
    border-color: #000
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF
}

.stacktable {
    width: 100%
}

.st-head-row {
    padding-top: 1em;
    border-top: 1px solid #00a5d2 !important
}

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%
}

.st-val {
    width: 49%;
    padding-left: 1%
}

.stacktable.large-only {
    display: table
}

.stacktable.small-only {
    display: none
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: none
    }

    .stacktable.small-only {
        display: table
    }
}

@media all and (max-width:480px) {
    .mobile-block { width: 100%; display:block; }
}

.corner-ribbon{
    width: 250px;
    background: #e43;
    position: absolute;
    top: 25px;
    left: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 2;
}

.corner-ribbon a{
    display:block;
    color:#fff;
    text-decoration: none;
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 46px;
    left: -57px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-left.fr {
    left: -60px;
    top: 61px;
    width:290px;
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

.tip-content ul{
     padding-left:10px;
}

.tip-content ul li{
    padding-bottom:5px;
}

.facebooksocial{
    position: fixed;
    z-index: 10;
    height:350px;
    bottom:-302px;
    right:2%;
    cursor:pointer;
}

.facebooksocial .header{
    background:#009DE9;
    height:48px;
    color:#fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-align: center;
    font-size:16px;
    padding:12px;
    width:216px;
    margin:0 auto;
}
.facebooksocial .header i{
    margin-right:10px;
}
.facebooksocial .content{
    padding: 0;
    border:4px solid  #3b5998;
    background:#fafafa;
}
.facebooksocial span{
    bottom: 4px;
    font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;
    right: 6px;
    text-align: right;
    z-index: 99999;
}
.facebooksocial span a{
    color: gray;
    text-decoration:none;
}
.facebooksocial span a:hover{
    text-decoration:underline;
}
