
div.inline {
    display: inline-block;
}

div.inline+ div.inline {
    margin-left: 20px;
}

div.box {

    background: rgb(122,188,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3YWJjZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiM2MGFiZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDA5NmVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    padding: 5px 10px;
    margin: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3em;
    border: 2px dashed #fff;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-box-shadow: 0 0 0 4px rgb(122,188,255), 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 4px rgb(122,188,255), 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 4px rgb(122,188,255), 2px 1px 6px 4px rgba(10,10,0,.5);
    text-shadow: 1px 1px #aaa;
    font-weight: normal;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: white
}












.adBlock
{
    clear:both;
}

.adBlock.row
{
    margin-left:0px;
}

.isTop .adContent
{
    height:80px;
    /*-webkit-transition:background 1s, height 0.5s;*/

}

.margin0
{
    margin:0!important;
}
.margin1
{
    margin:1px!important;
}
.margin2
{
    margin:2px!important;
}

.margin5
{
    margin:5px!important;
}
.margin10
{
    margin:10px!important;
}
.margin15
{
    margin:15px!important;
}
.margin20
{
    margin:20px!important;
}


/*.isTop:hover .adContent
{
    height:200px;
}*/

.isTop a{
    /*-webkit-transition: color 1s;*/
}


.content-panel a.btn{
    /*-webkit-transition: opacity 0.2s;*/
    opacity: 0.1;
}

.content-panel:hover  a.btn
{
    opacity: 1;
}


.isTop
{
    background-color:#FFFFFF !important;
    /*max-height:105px;*/
    /*clear:both;*/
    /*-webkit-transition:background 1s, height 0.5s;*/
}
/*
.isTop:hover
{
    height:220px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(159,59,63,1)), color-stop(50%,rgba(217,43,63,1)), color-stop(51%,rgba(202,32,52,1)),
	color-stop(100%,rgba(232,126,142,1))) !important;
    background: -webkit-linear-gradient(top,  rgba(159,59,63,1) 0%,rgba(217,43,63,1) 50%,rgba(202,32,52,1) 51%,rgba(232,126,142,1) 100%) !important;

}

.isTop:hover, .isTop:hover a
{
    color:white;
}
.isTop:hover a
{
    font-weight: bolder
}*/

/*
.isTop .adContent
{

    height:80px;
    transition: height 0.2s;
    -moz-transition:height 0.2s;
    -webkit-transition:height 0.2s;
    -o-transition:height 0.2s;
}

.isTop:hover .adContent
{
    height:200px;

}
*/


/*
.isTop.isFeatured:before
{
    display: block;
    position:absolute;
    margin-left:-69px;
    margin-top:45px;

    text-align: center;
    line-height: 20px;

    width:100px;
    height:20px;

    font-weight: bold;

    content:"Featured";

    -moz-transform: rotate(-90deg) ;
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg) ;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg) ;

    border:2px solid red;
    border-bottom:none;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

        -webkit-box-shadow:  10px 10px 10px 0px rgba(1, 1, 1, 0.5);
	box-shadow:  10px 10px 10px 0px rgba(1, 1, 1, 0.5);

    background: rgb(247,212,109);  Old browsers
     IE9 SVG, needs conditional override of 'filter' to 'none'
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDQ2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZDc4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y1Yzc1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YxYzY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmMwNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(247,212,109,1) 0%, rgba(243,215,139,1) 50%, rgba(245,199,81,1) 51%, rgba(241,198,89,1) 71%, rgba(235,192,99,1) 100%);  FF3.6+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,212,109,1)), color-stop(50%,rgba(243,215,139,1)), color-stop(51%,rgba(245,199,81,1)), color-stop(71%,rgba(241,198,89,1)), color-stop(100%,rgba(235,192,99,1)));  Chrome,Safari4+
    background: -webkit-linear-gradient(top, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  Chrome10+,Safari5.1+
    background: -o-linear-gradient(top, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  Opera 11.10+
    background: -ms-linear-gradient(top, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  IE10+
    background: linear-gradient(to bottom, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  W3C
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d46d', endColorstr='#ebc063',GradientType=0 );  IE6-8


    text-shadow: 1px 1px 1px #ddd;
    filter: dropshadow(color=#ddd, offx=1, offy=1);

}


.isTop.isFeatured
{
    background: rgb(247,212,109);  Old browsers
     IE9 SVG, needs conditional override of 'filter' to 'none'
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDQ2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZDc4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Y1Yzc1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2YxYzY1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmMwNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(247,212,109,1) 0%, rgba(243,215,139,1) 50%, rgba(245,199,81,1) 51%, rgba(241,198,89,1) 71%, rgba(235,192,99,1) 100%);  FF3.6+
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,212,109,1)), color-stop(50%,rgba(243,215,139,1)), color-stop(51%,rgba(245,199,81,1)), color-stop(71%,rgba(241,198,89,1)), color-stop(100%,rgba(235,192,99,1)));  Chrome,Safari4+
    background: -webkit-linear-gradient(top, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  Chrome10+,Safari5.1+
    background: -o-linear-gradient(top, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  Opera 11.10+
    background: -ms-linear-gradient(top, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  IE10+
    background: linear-gradient(to bottom, rgba(247,212,109,1) 0%,rgba(243,215,139,1) 50%,rgba(245,199,81,1) 51%,rgba(241,198,89,1) 71%,rgba(235,192,99,1) 100%);  W3C
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7d46d', endColorstr='#ebc063',GradientType=0 );  IE6-8

}
*/












.overflow-hidden
{
    overflow: hidden;

    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -icab-text-overflow: ellipsis;
    -khtml-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;



}



xxxx*
{
    /*    -webkit-transition-duration: 0.5s;*/
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;

}


.breadcrumbs , .breadcrumbs *
{
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
}



.nav li.special{
    /*margin-top:-30px;*/

}


.nav li.special a
{    
    font-weight: bolder;
    text-decoration: none;
    /*
     *
        color: #fff !important;
	background-color: #e72f2f;
	padding:10px;
    */
    text-shadow: 1px 1px 1px #333 !important;    
    border-radius: 5px;
}

.top-menu .nav li.special a
{
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: -16px !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -29px !important;
    padding-bottom: 24px !important;
    padding-top: 4px !important;
}


.nav li.special a:hover
{
    background-color: #14639f  !important;
}


.nav li a:hover
{
    color:white!important;
    text-shadow: none !important;
    background-color: #14639f  !important;
}

.top-menu  .nav li a:hover .caret
{
    border-top-color: white!important
}

.bold
{
    font-weight: bold;
}

.bolder
{
    font-weight: bolder;
}

.padding-left5{
    padding-left:5px
}

.padding-left10{
    padding-left:10px
}

.padding-left15{
    padding-left:15px
}

.padding-left20{
    padding-left:20px!important
}

.padding5{
    padding:5px!important
}

.padding10{
    padding:10px!important
}
.padding15{
    padding:15px!important
}
.padding20{
    padding:20px!important
}





.margin-top5
{
    margin-top: 5px!important;
}
.margin-top10
{
    margin-top: 10px!important;
}
.margin-top15
{
    margin-top: 15px!important;
}
.margin-top20
{
    margin-top: 20px!important;
}
.margin-top50
{
    margin-top: 50px!important;
}

.margin-top100
{
    margin-top: 100px!important;
}


.margin-bottom5
{
    margin-bottom: 5px!important;
}

.margin-bottom10
{
    margin-bottom: 10px!important;
}

.margin-bottom15
{
    margin-bottom: 15px!important;
}

.margin-bottom20
{
    margin-bottom: 20px!important;
}


.margin-right5
{
    margin-right:5px!important;
}

.margin-right10
{
    margin-right:10px!important;
}

.margin-right15
{
    margin-right:15px!important;
}

.margin-right20
{
    margin-right:20px!important;
}

.margin-left5
{
    margin-left:5px!important;
}

.margin-left10
{
    margin-left:10px!important;
}

.margin-left15
{
    margin-left:15px!important;
}

.margin-left20
{
    margin-left:20px!important;
}



.margin-sides5
{
    margin-right:5px!important;
    margin-left:5px!important;
}

.margin-sides10
{
    margin-right:10px!important;
    margin-left:10px!important;
}

.margin-sides15
{
    margin-right:15px!important;
    margin-left:15px!important;
}

.margin-sides20
{
    margin-right:20px!important;
    margin-left:20px!important;
}





.padding-sides5
{
    padding-right:5px!important;
    padding-left:5px!important;
}

.padding-sides10
{
    padding-right:10px!important;
    padding-left:10px!important;
}

.padding-sides15
{
    padding-right:15px!important;
    padding-left:15px!important;
}

.padding-sides20
{
    padding-right:20px!important;
    padding-left:20px!important;
}



.padding-sides50
{
    padding-right:50px!important;
    padding-left:50px!important;
}

.padding-sides100
{
    padding-right:100px!important;
    padding-left:100px!important;
}





.small
{
    font-size: small!important;
}

.smaller
{
    font-size: smaller!important;
}
.xsmall
{
    font-size: x-small!important;
    line-height: initial!important;
}

.xxsmall
{
    font-size: xx-small!important;
}

.large
{
    font-size: large!important
}

.larger
{
    font-size: larger!important
}

.xlarge
{
    font-size: x-large!important
}

.xxlarge
{
    font-size: xx-large!important
}



.label1
{
    max-width:30px
}
.label2
{
    max-width:60px
}
.label3
{
    max-width:90px
}
.label4
{
    max-width:120px
}





.border-radius5{
    border-radius: 5px!important;
}

.border-radius10{
    border-radius: 10px!important;
}

.border-radius15{
    border-radius: 15px!important;
}
.border-radius20{
    border-radius: 20px!important;
}


.adListing
{
    background-color: #fff;
    border:1px solid rgba(1, 1, 1, .1);


}

.prop-panel
{
    padding:5px;
    max-height: 135px;
    /*    max-width:170px;
	position:absolute;*/
}

/*.prop-panel:hover
{
    max-height: 10000px;
    z-index: 10000;

    padding-bottom:20px;
    background:white;

}*/


.content-panel{
    max-height: 135px;
    /*max-width:360px;*/
    /*position:absolute;*/
}
/*
.content-panel:hover:before{
    content:'';
    position:absolute;
    margin:-10px;
    width:100%;height:100%;
    border:10px solid white;
}
.content-panel:hover{
    max-height: 10000px;
    z-index: 10000;
    overflow: visible;

    padding-bottom:20px;
    background:white;
}
*/



.drop-shadow1
{
    box-shadow:  1px 1px 0px 0px rgba(1, 1, 1, .2);
}



.white{
    color:white
}

.white:hover{
    color:white
}

.isTop{
    border-color:rgb(255, 20, 0)
}



.isTopPopover.popover
{
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease-in-out;
    margin-left:-630px;
    /*margin-left:11px;*/
    width: 420px!important;
    min-height: 100px!important;

    border:10px solid #fff;
    border-right:none;
    padding-right:10px;


    box-shadow: 0px 0px 100px 0px rgba(50,50,50,10.5);
    /*background-color:#fda;*/
    background-color:white;
    /*max-height:200px;*/
}

.Columns3 .isTopPopover.popover
{
    width: 450px!important;
    left:50%!important;
    right:50%!important;
    margin-left:-269px

}


.isTopPopover.popover:hover{

}

.isTopPopover .arrow
{
    border-right-color: #F50!important
}
.isTopPopover .popover-title
{
    max-width:100%;
    white-space:pre-wrap!important;
    overflow-wrap: break-word;
    line-height: 30px!important;
    /*margin-left:-20px;*/
}



.striped-any>:nth-child(2n+1)
{
    background-image: -webkit-linear-gradient(rgba(0,0,0, .05) 100%, transparent 100%, transparent)
}

.striped-any>:nth-child(2n+1):hover
{
    background-image: -webkit-linear-gradient(rgba(0,0,0, .1) 100%, transparent 100%, transparent)
}


.striped-any>:nth-child(2n)
{
    background-image: -webkit-linear-gradient(rgba(0,0,0, .02) 100%, transparent 100%, transparent)
}


.striped-any>:nth-child(2n):hover
{
    background-image: -webkit-linear-gradient(rgba(0,0,0, .09) 100%, transparent 100%, transparent)
}


.highlighted
{
    color:#ffffff;
    background-color:#ff9999;
    font-weight: bolder;
    font-size:xx-large;

}


.isFeatured
{
    background-color: rgb(240, 226, 227)
}



.border {
    border:1px solid red
}




.well .Sell {
    /*border-color:#E83231;*/
    /*background:#fcc*/

}
.well .Buy {
    /*border-color:#2F698F;*/
    /*background:#AFDCFA;*/

}

.well .Sell #as_tabNav{
    border-bottom: 10px solid #14639f;
}

.well .Buy #as_tabNav{
    border-bottom: 10px solid #E72F2F;
}

.well .Buy .nav li a:hover{
    background: #E72F2F!important;
}



.warning
{
    background-color:#e88
}



a[class^=addthis]
{
    margin:3px;
}



.no-wrap
{
    white-space: nowrap!important
}

.wrap
{
    white-space:pre-wrap!important;
}


.adTitle2
{

    white-space:pre-wrap!important;
    overflow-wrap: break-word;
    line-height: 40px!important;
}

.cfTitle
{
    white-space:pre-wrap!important;
    overflow-wrap: break-word!important;
    width:100%;

}


.relatedAdTitle
{
    opacity: 0.5;
    white-space:pre-wrap!important;
    overflow-wrap: break-word;
}
.relatedAdTitle:hover
{
    opacity: 1;
}

.relatedAdTitleAux:hover > * *
{
    opacity: 1;
}


/*[class^="icon-"], [class*=" icon-"] {
    width: auto;
    vertical-align: baseline!important;
}*/


.banner>a>span>img
{
    margin-bottom:10px;
    margin-top:10px;

    -webkit-box-shadow: 0px 0px 35px 0px rgba(1, 1, 1, 0.3);
    box-shadow: 0px 0px 35px 0px rgba(1, 1, 1, 0.3);
    border-radius: 10px;
}
/*
.banner>a>span{
    position:relative;
}

.banner>a>span:before
{
    position:absolute;
    display:block;
    margin-top:10px;
    padding:0;
    line-height: 12px;
    padding-left:10px;
    padding-right:10px;
    content:"Banner";
    text-align: left;
    font-size: xx-small;
    background:rgba(255,255,255,1);
    border:1px solid rgba(0,150,255,1);
    border-radius:0 0 5px 0;
    opacity: .2;
}

.banner>a>span:hover:before
{
    opacity: 1;
}*/


.top-menu .nav li:nth-child(8),.footer .nav li:nth-child(6) {
   display:none;
}