.icon{
    display: unset!important;
    width:50px;
    height:50px;
    overflow:hidden;
    /*background:url(../images/icons-sprite.png) 0 0 no-repeat;*/
}
#wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: table;
}
.slider {
    margin-bottom: 35px;
    height: 350px;
}
.container {
    float: left;
    margin: unset!important;
    width: 99%;
    max-width: unset;
}
.content-wrapper{
    padding-bottom: 63px;
}

.container .grid_12 {
    width: 99%;
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}


.carousel-control {
    /*top: 44%;*/
    /*bottom: 44%;*/
    /*width: 6%;*/
    opacity: unset;
    display: block;
    width: 45px;
    height: 45px;
    top: 50% !important;
    margin-top: -23px !important;
    /* background-color: #353535; */
    /*background: #353535 url(../../images/bg_direction_nav.png) no-repeat;*/
    /*background-position: -34px 0;*/
    position: absolute;
    cursor: pointer;
    z-index: 100;
    text-indent: -9999px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}


.right_arrow{
    background-color: #353535 ;
    background-image: url(../images/bg_direction_nav.png)!important; ;
    background-repeat: no-repeat;
    background-position: -34px 0;
}

.left_arrow{
    background-color: #353535 ;
    background-image: url(../images/bg_direction_nav.png)!important; ;
    background-repeat: no-repeat;
    background-position: 3px 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 -2px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #353535;
    border-radius: unset;
    background: #353535;
}
.carousel-indicators li.active {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 -2px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #6E9B76;
    border-radius: unset;
    background: #6E9B76;
}
.carousel-indicators {
    position: absolute;
    bottom: -14px;
    left: unset;
    right: 0px;
    float: right;
    z-index: 15;
    width: unset;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
     background: unset;
    padding: 4px;
    padding-bottom: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 1em 2.2em;
     background-color: transparent;
     border: unset;
     border-top: unset;
    margin: 0 4px;
     -webkit-border-radius: unset;
    -moz-border-radius: unset;
    /*-o-border-radius: 0;*/
    /* border-radius: 0; */
     -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    -o-box-shadow: unset;
     box-shadow: unset;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 8px 1.1em 9px 1.1em;
    text-decoration: none;
    outline: none;
    color: black;
    text-shadow: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    color: white !important;
    font-weight: bold;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    background-color: #ff9c00;
     border: unset;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
     -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    -o-border-top-right-radius:0px;
     border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    -o-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}


ul#icons li {
     float: left;
     margin: 8px;
     padding: 4px 11px;
 }
ul#icons-16 li {
    float: left;
    margin: 8px;
    padding: 4px 11px;
    height: 160px;
    border: unset;
    background: white;
}
.mws-report {
    width: 300px!important;
    min-width: 170px;
    margin: 8px 1%;
    height: 160px;
    float: left;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #323232;
    box-shadow: rgba(40, 45, 12, 0.1) 0px 3px 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    /* background: #ffffff url(../../images/core/mws-report-bg.png) repeat-x; */
    border: 1px solid #ffffff;
    /* -webkit-border-radius: 6px; */
    /* -o-border-radius: 6px; */
    /* -moz-border-radius: 6px; */
    /* border-radius: 6px; */
}
