/*
Theme Name: Ollex
Author: ideabooz.lt
Author URI: http://ideabooz.lt/
Description: AutoRezervacija
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic,cyrillic-ext,latin-ext');

body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    background: #fff;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    position:relative;
    padding: 0 0 60px;
}

h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #4b4b4b;
    padding-top: 15px;
    font-size: 30px;
    font-weight: 500;
}

a { 
    color: #000; 
    cursor: pointer; 
}

a:visited {}

*:hover, 
*:focus, 
*:active { 
    outline: 0; 
    outline: none; 
}

.btn, .checkout-button,
.button.product_type_redq_rental {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    color: white!important;
    background-color: #e62020;
    position: relative;
    padding: 0 25px!important;
    height: 36px;
    line-height: 36px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 -2px 0 0 rgba(0,0,0,0.3) inset;
    -moz-box-shadow: 0 -2px 0 0 rgba(0,0,0,0.3) inset;
    box-shadow: 0 -2px 0 0 rgba(0,0,0,0.3) inset;
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
    -webkit-transition: background .2s,opacity .2s;
    -moz-transition: background .2s,opacity .2s;
    -o-transition: background .2s,opacity .2s;
    transition: background .2s,opacity .2s;
    margin: 0 10px 10px 0;
    margin-bottom: 0;
}

.checkout-button {
    background-color: #e62020 !important;
    line-height: 36px !important;
}

.top-content { 
    height: 35px;
    background-color: #fbfbfb;
    line-height: 35px;
    border-bottom: 1px solid #e9e9e9;
}
/*Social Icons*/
.social-shares {
    position: relative;
}
.top-content .social-icons>ul{margin:0;background-color:transparent;float:right; list-style: none;}
.top-content .social-icons .social-media-icon{background-color:transparent;height:35px;border:0;margin:0;background-position:0 -43px}
.top-content .social-icons .social-media-icon:hover{border:0;background-position:0 -3px}
.top-content .social-icons li{float:right}

.social-media-icon {
    width: 40px;
    height: 40px;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    display: inline-block;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    float: left;
    background-repeat: no-repeat;
    background-position: 0 -40px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.social-icons .facebook-icon {
    background-image: url(images/facebook.png);
    border: 1px solid #e8e8e8;
}

.social-icons .facebook-icon:hover {
    background-color: #3b5998;
    border: 1px solid #2d4373;
}

.social-icons .youtube-icon {
    background-image: url(images/youtube.png);
    border: 1px solid #e8e8e8;
}

.social-icons .youtube-icon:hover {
    background-color: #c4302b;
    border: 1px solid #9a2622;
}

.social-icons .googleplus-icon {
    background-image: url(images/google.png);
    border: 1px solid #e8e8e8;
}

.social-icons .googleplus-icon:hover {
    background-color: #d94a39;
    border: 1px solid #bb3424;
}

/* Lang Chooser */

ul.language-chooser {
    float: right;
    list-style: none;
    margin: 5px 0;
    padding: 0;
}

ul.language-chooser li {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
}

ul.language-chooser li span {
    display: none;
}

ul.language-chooser li a {
    width: 30px;
    height: 15px;
    background-size:contain!important;
    display: block;
}

ul.language-chooser li a.qtranxs_text_lt {
    background: url(images/lt.jpg) left top no-repeat;
}

ul.language-chooser li a.qtranxs_text_en {
    background: url(images/en.jpg) left top no-repeat;
}

ul.language-chooser li a.qtranxs_text_ru {
    background: url(images/ru.jpg) left top no-repeat;
}

/* HEADER */
.header {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
}
.navbar {
    background: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0;
    border: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .navbar {
        margin-bottom: 15px;
    }
}

.navbar-brand {
    float: left;
    height: 40px;
    padding: 0 15px;
    padding-left: 30px;
}

.navbar-right {
    float: right!important;
    margin-right: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
    font-weight: 700;
    color: #2a2a2a;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 20px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #e62020;
}

.navbar-default .navbar-nav>li.active>a {
    background: transparent;
    color: #e62020;
}

.navbar-default .navbar-nav>li.active>a:hover {
    background: transparent;
    color: #e62020;
}

.navigation > li:hover  > ul {
    display: block;
    height: auto;
    opacity: 1;
}

/*.navbar-default .navbar-nav>li.cart-item {
        padding-left: 20px;
}

.navbar-default .navbar-nav>li.cart-item>a {
        background: url(images/cart.png) left center no-repeat;
        padding-left: 36px;
        color: #dd1f26;
}*/

/* Steps Content */

.steps-container {
    background: #f2f2f2;
    border-bottom: 2px solid #e7e7e7;
}

.steps-container .step-item {
    font-size: 16px;
    color: #434b56;
    padding: 20px 30px;
}

.steps-container .step-item .num-round {
    font-size: 13px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    border-radius: 100px;
    border: 1px solid #434b56;
    text-align: center;
}

.steps-container .step-item.active {
    background: #434b56;
    color: #e7e7e7;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(45,51,59,1);
    -moz-box-shadow: 0px 2px 0px 0px rgba(45,51,59,1);
    box-shadow: 0px 2px 0px 0px rgba(45,51,59,1);
}

.steps-container .step-item.active .num-round {
    border: 1px solid #e7e7e7;
}

/*Search*/

.search-container {
    background: url(images/search-bg.jpg) center center no-repeat;
    background-size: cover;
}

.search-container .search-content {
    background: #e62020;
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 30px;
}

.search-container .search-content h3 {
    border-bottom: 1px solid #d91212;
    padding-bottom: 15px;
    margin-top: 0;
    font-size: 18px;
    color: #fff;
}

.search-container .search-content label {
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.search-container .search-content .form-control {
    border-color: #e62020;
}

.search-container .search-content .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-transition: border-color .5s linear;
    -moz-transition: border-color .5s linear;
    -o-transition: border-color .5s linear;
    transition: border-color .5s linear;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
}

.search-container .search-content .inp-date {
    background: #fff url(images/date.png) left 10px center no-repeat;
    padding-left: 35px;
}

.search-container .search-content .inp-time {
    background: #fff url(images/time.png) left 10px center no-repeat;
    padding-left: 35px;
}

.search-container .search-content .small-inp {
    float: left;
    width: 50%;
}

.search-container .search-content .btn {
    width: 100%;
    background: #a21717;
    margin-top: 20px;
}

/* Search Page */

.sidebar-search-content {
    float: left;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0 30px;
    padding-bottom: 20px;
}

.sidebar-search-content h4 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    color: #e62020;
    margin-top: 20px;
    padding-bottom: 15px;
}

.sidebar-search-content a {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    color: #3a3a3a;
}
/*Car cat select home*/

.transport-select {
    background: #fbfbfb;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.transport-item {
    float: left;
    width: 20%;
}

@media (max-width: 992px) {
    .transport-item {
        width: 20%;
        margin-bottom: 20px;
    }

    .transport-item:last-child {
        /*width: 100%;*/
        margin-bottom: 0;
    }
}
.transport-select a {
    display: block;
    text-decoration: none;
}

.transport-select img {
    margin-bottom: 24px;
}

.transport-select span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #4b4b4b;
}

.transport-select a:hover > span{
    color: #e62020!important;
}

/* Car List */

.car-list {
    margin-top: 20px;
}

.car-list-item .line-bottom {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}

.car-list-item h3 {
    line-height: 26px;
    font-size: 22px;
    font-weight: 500;
    color: #3a3a3a;
    margin: 0;
    clear: both;
    border-bottom: 1px solid #ddd;
}

.car-list-item h3 span {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.car-list-item .car-list-feature {
    border-bottom: 1px solid #ddd;
}

.car-list-item span.seats {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 34px;
    background: url(images/size.png) left center no-repeat;
}

.car-list-item span.transmission {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 34px;
    background: url(images/transmission.png) left center no-repeat;
}

.car-list-item span.bag {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 34px;
    background: url(images/bag.png) left center no-repeat;
}

.car-list-item span.cond {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 34px;
    background: url(images/cond.gif) left center no-repeat;
}

.car-list-item span.door {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 34px;
    background: url(images/door.png) left center no-repeat;
}

.car-list-item span.fuel {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    padding-left: 34px;
    background: url(images/fuel.png) left center no-repeat;
}

.car-list-item .bottom-content {
    float: left;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}

.car-list-item .bottom-content span.price {
    display: inline-block;
    font-size: 16px;
    color: #4b4b4b!important;
    font-weight: 500;
    margin: 0;
    line-height: 36px;
}

/* PAGE CONTENT */

.page-container {
    background: #fff;
    padding: 44px 45px;
}

.product-container {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 20px;
}

.woocommerce-breadcrumb {
    padding: 0 15px;
    margin-bottom: 30px;
}

.product-container img {
    max-width: 100%;
}

.posted_in {
    display: none;
}

.price-showing {
    display: none;
}
/*Related products*/

.related.products {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.related.products h2{
    font-size: 20px;
    margin-bottom: 40px;
}

.related.products ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
}

.related.products ul li{
    text-align: center;
}

.related.products ul li span.price{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.related.products ul li h2 {
    margin-bottom: 10px;
}


/* SIDEBAR */

.sidebar {

}

.sidebar .sidebar-block {
    position: relative;
    margin: 0 0 30px 0;
    overflow: hidden;
    width: 100%;
}

.sidebar .h3-sidebar-title {
    margin: 0 0 20px 0;
    padding-top: 3px;
    color: #4b4b4b;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.sidebar .sidebar-icon-item i {
    font-size: 18px;
    padding: 0 10px 0 0;
    float: left;
    margin: 2px 0 0 0;
}

.sidebar .sidebar-icon-item {
    padding: 0 0 15px 0;
    clear: both;
    font-size: 12px;
    color: #666;
}

.sidebar form .form-control {
    background-color: #f7f7f7;
    border: 1px solid #EEE;
    outline: 0;
}

.sidebar form .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-transition: border-color .5s linear;
    -moz-transition: border-color .5s linear;
    -o-transition: border-color .5s linear;
    transition: border-color .5s linear;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fafafa;
}

.sidebar form textarea {
    min-height: 200px;
}

/* SEO Content, bottom text block */

.seo-content {
    width: 100%;
    margin-top: 40px;
}

.seo-content h2 {
    display:block;
    float:none;
    width: 100%;
    margin: 0 0 30px;
    font-size: 30px;
    color: #4b4b4b!important;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    background: url(images/seo-content-heading-bg.png) left bottom repeat-x;
    padding-bottom:30px;
}
.seo-content h2 span {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
}

.seo-content strong {
    font-weight: 600;
}
/* FOOTER */

.footer-wrap {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e9e9e9;
}

.footer .copyright-text {
    font-size: 11px;
    line-height: 19px;
}

.footer .copyright-text a {
    color: #a3a3a3;
    text-decoration: none;
    margin-left: 10px;
}

.footer .copyright-text a:hover {
    color: #e8e8e8;
}

.footer .footer-banners a {
    display: inline-block;
}

.footer .footer-banners a:hover {
    text-decoration: none;
}

.footer .footer-banners img {
    padding: 0 5px;
}

@media (max-width: 1200px) {
    .footer .footer-banners img {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .footer .footer-banners img {
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .transport-item {
        width: 50%;
        margin-bottom: 20px;
    }
    .transport-item:last-child {
        width: 100%; 
        margin-bottom: 0;
    }
}
.woocommerce-breadcrumb {
    display:none
}

.wc-proceed-to-checkout {

}
@media only screen and (max-width:1199px) {
    span.innerspan {
        max-width: 170px;
    }
    .steps-container .step-item {
        padding: 20px 13px;
    }
    a.navbar-brand img{
        max-width:100%;
        height:Auto;
    }
    .navbar-header {
        margin: 5px 0;
    }
    a.navbar-brand {
        padding: 0;
        max-width: 150px;
    }
    .car-list-item span.transmission {
        height: 36px;
        line-height: 17px;
    }
}
.showmobile {
    display:none;
}
@media only screen and (max-width:1023px) {
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 8px;
    }
    .cart {
        position: relative;
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (max-width:768px) {
    .col-md-12.col-sm-12 {
        display: inline-block;
        width: 100%;
    }
}
@media screen and (max-width:640px) {
    .top-content .social-icons>ul {
        margin: 0;
        background-color: transparent;
        float: right;
        list-style: none;
        padding: 0;
    }
    .col-sm-5.images.text-center.pull-right {
        max-width: 50%;
    }
    .col-md-7.car-list-item.pull-left {
        max-width: 37%;
        width: 100%;
    }
    .col-sm-5.images.text-center.pull-right img{
        max-width:100%;
        height:auto;
    }
    .col-md-12.col-sm-12 {
        display: inline-block;
        width: 100%;
        padding: 0;
    }
    .car-list-item .car-list-feature {
        border-bottom: 1px solid #ddd;
        padding: 0;
    }
}
@media screen and (max-width:440px) {
    .col-md-7.car-list-item.pull-left {
        max-width: 100%;
        width: 100%;
    }
    .col-sm-5.images.text-center.pull-right.hidemobile {
        display: none;
    }
    .col-sm-5.images.text-center.pull-right.showmobile {
        display: block;
        margin-bottom:15px;
    }
    .bottom-content .col-md-6 {
        max-width: 50%;
        display: inline-block;
    }
    .col-sm-5.images.text-center.pull-right img{
        display:inline-block;
    }
    .col-sm-5.images.text-center.pull-right {
        max-width: 100%;
        text-align: center;
        float: none !important;
    }
    .bottom-content .col-md-6 {
    max-width: 50%;
    display: inline-block;
    padding: 0;
}
}
@media screen and (max-width:360px) {
}
.languageouter ul li img{
    max-width:30px;
    height:auto;
}
.top-content .social-icons .languageouter ul li{
        padding-left: 10px;
    list-style:none;
    float:left;
}
.languageouter ul {
    padding:0;
    margin:0;
}
.languageouter {
    float:right;
}
.attributes .custom-block,
.payable-security_deposites .custom-block{
    padding-left: 25px !important;
}
.custom-block input[type="checkbox"]:checked + span:before{
    color: #000;
}
.payable-security_deposites .attributes .custom-block:after,
.payable-extras .attributes .custom-block:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 16px;
    height: 17px;
    border: 1px solid #000;
    border-radius: 4px;
    font-size: 10px;
    font-weight: normal;
    z-index: 999;
}
.payable-extras .custom-block,
.payable-security_deposites .custom-block{
    cursor: pointer;
}

.city-block {
    max-width: 380px;
    min-height: 530px;
    float:left;
    filter: grayscale(1);
    background-repeat:no-repeat;
    background-position: center top;
    padding:29px;
    margin-bottom:10px;
}
.city-block h3 {
    color:#555555;
    font-size: 20px;
    font-weight: 600;
    height: 290px;
}
.city-block, .city-block h3 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media (max-width:420px) {
    .city-block {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.city-block h3 span.city {
    display:block;
    margin-top:5px;
    font-size: 34px;
    font-weight: 700;
    text-transform:uppercase;
}
.city-block p {
    color: #4b4b4b;
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
}
.city-block:hover {
    filter: unset;
    cursor: default;
}
.city-block.visible h3,
.city-block:hover h3 {
    color: #fff;
}

.seo-content p {font-size:14px;}
.seo-content p.p16 {font-size:16px;}
.seo-content .subtitle {font-size:18px;font-weight:bold;margin:30px 0;}
.seo-content .subtitle.red {font-size:20px;color:#e62020;}
.seo-content a {color: #e62020;}
.seo-content ul {list-style:none;padding-left:25px;}
.seo-content ul li {position:relative;font-size:14px;line-height:1.5;margin-bottom:10px;}
.seo-content ul li:before {
    content: "";
    display:block;
    width:15px;
    height:7px;
    position:absolute;
    top: 7px;
    left: -25px;
    border-bottom: 2px solid #e62020;
    border-left: 2px solid #e62020;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.seo-content .gearbox-info {
    min-height:161px;
    background: url(images/gearbox.png);
    padding: 50px 60px;
    margin: 30px 0;
}
.seo-content .gearbox-info strong {
    display:block;
}

.seo-content iframe {margin:30px 0;}

.seo-content .rules input[name="rule"] {display:none;}
.seo-content .rules label {
    display:block;
    padding:20px 30px;
    font-weight:600;
    font-size:16px;
    margin-top:15px;
    background-color: #F1F1F1;
    position:relative;
}

.seo-content .rules label:before {
    content: "";
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    top: 22px;
    right: 20px;
    border-bottom: 2px solid #4b4b4b;
    border-left: 2px solid #4b4b4b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.seo-content .rules .content {
    display:none;
    padding: 0 30px;
}

.seo-content .rules .content p {
    margin: 10px 0;
}

.seo-content .rules input[name="rule"]:checked + label {
    background-color: #e62020;
    color: #fff;
}

.seo-content .rules input[name="rule"]:checked + label:before {
    border-color: #fff;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.seo-content .rules input[name="rule"]:checked + label + p + .content {
    display:block;
}

.seo-content .extra-links {
    list-style: none;
    padding:0;
    margin:50px 0;
}
.seo-content .extra-links:after {
    display:block;
    content: "";
    clear: both;
}
.seo-content .extra-links li {
    display:block;
    width:50%;
    float:left;
    padding-right:10px;
}
.seo-content .extra-links li:nth-child(2n) {
    padding-left:10px;
    padding-right:0;
}

.seo-content .extra-links li:before {
    content: unset;
}

.seo-content .extra-links li a {
    display:block;
    width:100%;
    border: 1px solid #4b4b4b;
    padding: 40px 200px 40px 120px;
    color: #4b4b4b;
    position:relative;
}

.seo-content .extra-links li a:before {
    content: "";
    display:block;
    width:16px;
    height:16px;
    position:absolute;
    top: calc(50% - 8px);
    right: 85px;
    border-bottom: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.seo-content .extra-links li a:after {
    content: "";
    display:block;
    width:48px;
    height:48px;
    position:absolute;
    top: calc(50% - 24px);
    right: 65px;
    border: 1px solid #4b4b4b;
    border-radius: 50%;
}

.seo-content .extra-links li a:hover,
.seo-content .extra-links li a:hover:before,
.seo-content .extra-links li a:hover:after {
    color: #e62020;
    border-color: #e62020;
}
@media (max-width:500px) {
    .seo-content iframe {height:260px;}
    .seo-content .extra-links li {width:100%;padding:0!important;}
    .seo-content .extra-links li a {padding: 20px 60px 20px 20px;}
    .seo-content .extra-links li a:before {right:40px}
    .seo-content .extra-links li a:after {right:20px;}
}
