@font-face {
	font-family: 'south web extrabold';
	src: url('fonts/south-extrabold-webfont.eot');
	src: url('fonts/south-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/south-extrabold-webfont.woff') format('woff'),
		 url('fonts/south-extrabold-webfont.ttf') format('truetype'),
		 url('fonts/south-extrabold-webfont.svg#southextrabold') format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'south web bold';
	src: url('fonts/south-bold-webfont.eot');
	src: url('fonts/south-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/south-bold-webfont.woff') format('woff'),
		 url('fonts/south-bold-webfont.ttf') format('truetype'),
		 url('fonts/south-bold-webfont.svg#southbold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'south web';
	src: url('fonts/south-regular-webfont.eot');
	src: url('fonts/south-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/south-regular-webfont.woff') format('woff'),
		 url('fonts/south-regular-webfont.ttf') format('truetype'),
		 url('fonts/south-regular-webfont.svg#southregular') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'south web light';
	src: url('fonts/south-light-webfont.eot');
	src: url('fonts/south-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/south-light-webfont.woff') format('woff'),
		 url('fonts/south-light-webfont.ttf') format('truetype'),
		 url('fonts/south-light-webfont.svg#southlight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'south web ultralight';
	src: url('fonts/south-ultralight-webfont.eot');
	src: url('fonts/south-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/south-ultralight-webfont.woff') format('woff'),
		 url('fonts/south-ultralight-webfont.ttf') format('truetype'),
		 url('fonts/south-ultralight-webfont.svg#southultralight') format('svg');
	font-weight: 200;
	font-style: normal;
}

    html,body{
	    margin:0 ;
	    height:100%;
	    -webkit-text-size-adjust:100%;
	    -ms-text-size-adjust:none;
    }
    body{
	    color:#000;
	    background:#fff;
	    font:12px Arial, Helvetica, sans-serif;
	    min-width:320px;
    }
    body.app-body #spot-im-frame-newsfeed,
    body.app-body .spot-im-ticker {
       display: none !important;
    }



    article, aside, datalist, details, figcaption, figure, footer, header, hgroup, nav, progress, rp, rt, section, source, summary, time, video, audio {
        display: block;
    }
    body article {
        font-size: 14px;
    }
    a{
	    color:#19559c;
	    text-decoration:none;
    }
    a:hover{text-decoration:underline;}
    form,fieldset{
	    border:0;
	    margin:0;
	    padding:0;
    }
    body.picture-page form {
        height: 100%;
    }
    figure{
	    margin:0;
	    padding:0;
    }
    input,select,textarea{
	    color:#000;
	    font:12px Arial, Helvetica, sans-serif;
    }
    input[type="image"]{
	    padding:0;
	    border:0;
    }
    img{
	    border:0;
	    vertical-align:top;
    }
    .clear {
        clear: both;
    }
    .f-right {
        float: right;
    }
    .f-left {
        float: left;
    }
    input[type=text], input[type=password], input[type=file], input[type=submit], textarea{
	    -webkit-appearance:none;
	    border-radius:0;
    }
    #wrapper{
	    direction:rtl;
	    padding:50px 0 50px 0;
    }
    body.picture-page form #wrapper {
        height: 100%;
        padding:0;
    }
    header {
        background: #f6f6f6;
        padding: 0;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9999;
        width: 100%;
    }  
    header h1.new-logo {
        background: url(images/new-logo.png) repeat;
        height: 50px;
        width: 150px;
        background-size: 100% 100%;
        margin: 0;
    } 
    header h1.new-logo a {
        display: block;
        text-indent: -9999px;
        height: 50px;
        width: 85px;
        float: right;
    }
    header h1.new-logo a.menu {
        width: 62px;
    }
        header .side-menu {
            background: #ffffff;
            width: 70%;
            position: absolute;
            z-index: 99;
            display: none;
            box-shadow: -9px 9px 30px 0px #303030;
            overflow: scroll;
            height: 525px;
            top: 50px;
        }
    header .side-menu ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    header .side-menu ul li {
        border-bottom: 1px solid #e0e0e0;
        position: relative;
    }

    header .side-menu ul li:first-child {
        /*position: fixed;*/
        height: 50px;
        /*top: 50px;*/
        z-index: 100;
        border-top: 0;
        background: #ffffff;
        width: 100%;
    }

    header .side-menu ul li.gray {
        background: #ececec;
        border-bottom: 1px solid #ffffff;
    }
    header .side-menu ul li a {
        color: #363636;
        font-family: 'south web light';
        font-size: 18px;
        line-height: 25px;
        padding: 14px 22px 6px 0;
        display: block;
        height: 45px;
        overflow: hidden;
    }
    header .side-menu ul li img {
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 3px;
        margin-left: 5px;
        width:initial;
    }
    .title{
	    background:#1580bb;
	    color:#fff;
	    padding:1px 3px;
	    border-top:1px solid #3695c9;
	    border-bottom:1px solid #226184;
    }
    .title h1{
	    margin:0;
	    font-size:12px;
	    text-align:center;
    }
    .posts-list ul{
	    padding:0;
	    margin:0;
	    list-style:none;
    }
    .posts-list ul li{
	    padding:11px 0 10px;
	    border-bottom:1px solid #ECECEC;
	    box-shadow:0 1px #fff;
        position:relative;
    }
    .posts-list ul li:first-child {
        border-top: 1px solid #ECECEC;
    }
    /*.posts-list ul li.ad{
	    background:#ECECEC;
    }*/
    .posts-list .item{
	    color:#000;
	    display:block;
	    overflow:hidden;
	    line-height:14px;
	    padding:0 7px 0 15px;
    }
    .posts-list .item:hover{text-decoration:none;}
    .posts-list .item .alignright{
	    float:right;
	    margin:0 0 0 10px;
	    border:1px solid #fff;
    }
    .posts-list .item .radio{
	    margin:0 10px;	
        width:100%;
    }
    .posts-list .item .holder{
        overflow:hidden;
        margin-bottom:20px;
    }
    .post-title{
	    margin:3px 0;
	    color:#19559c;
	    font-size:15px;
    }
    .posts-list .item p{margin:0 0 10px;}
    .posts-list footer{
	    height: 14px;
	    padding-right:2px;
	    line-height:12px;
    }
    .posts-list footer:before{
	    content:"";
	    width:9px;
	    height:10px;
	    float:left;
	    margin:3px 0 0 6px;
	    background:url(images/sprite.png) no-repeat 100% -46px;
    }
    .posts-list .time{
	    font-style:normal;
	    color:#707070;
	    font-size:9px;
    }

    .posts-list .link{
	    background:#fff;
	    padding:0 22px;
	    overflow:hidden;
	    text-align:left;
	    line-height:20px;
    }
    .date-header{
	    /*height:38px;*/
	    /*border-top:1px solid #fff;
	    border-bottom:1px solid #c9c9c9;*/
	    /*background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZWJlYWVhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjZWNlY2VjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjMlIiBzdG9wLWNvbG9yPSIjZTJlMmUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTclIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	    background:-moz-linear-gradient(top, #eeeded 0%, #ebeaea 1%, #ececec 48%, #e0e0e0 51%, #e2e2e2 63%, #efefef 97%, #f1f1f1 99%, #e7e7e7 100%);
	    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeded), color-stop(1%,#ebeaea), color-stop(48%,#ececec), color-stop(51%,#e0e0e0), color-stop(63%,#e2e2e2), color-stop(97%,#efefef), color-stop(99%,#f1f1f1), color-stop(100%,#e7e7e7));
	    background:-webkit-linear-gradient(top, #eeeded 0%,#ebeaea 1%,#ececec 48%,#e0e0e0 51%,#e2e2e2 63%,#efefef 97%,#f1f1f1 99%,#e7e7e7 100%);
	    background:-o-linear-gradient(top, #eeeded 0%,#ebeaea 1%,#ececec 48%,#e0e0e0 51%,#e2e2e2 63%,#efefef 97%,#f1f1f1 99%,#e7e7e7 100%);
	    background:-ms-linear-gradient(top, #eeeded 0%,#ebeaea 1%,#ececec 48%,#e0e0e0 51%,#e2e2e2 63%,#efefef 97%,#f1f1f1 99%,#e7e7e7 100%);
	    background:linear-gradient(to bottom, #eeeded 0%,#ebeaea 1%,#ececec 48%,#e0e0e0 51%,#e2e2e2 63%,#efefef 97%,#f1f1f1 99%,#e7e7e7 100%);
	    background-size:100% 38px;*/
        background:#737D86;
	    position:relative;
	    padding:5px 70px 4px;
    }
    .date-header .btn-prev,
    .date-header .btn-next{
	    position:absolute;
	    top:4px;
	    left:6px;
	    color:#fff;
	    /*width:37px;*/
	    height:30px;
	    font-size:16px;
	    /*font-weight:bold;*/
	    line-height:32px;
	    text-align:right;
	    padding:3px 20px;
	    background:url(images/arrow-left.png) no-repeat 0;
        background-size: 16px;
    }
    .date-header .btn-prev{
	    left:auto;
	    right:6px;
	    text-align:left;
	    /*padding:0 14px 0 10px;*/
	    background:url(images/arrow-right.png) no-repeat 100%;
        background-size: 16px;
    }
    .date-header .date-title{
	    text-align:center;
	    font-size:16px;
        line-height: 17px;
	    /*font-weight:bold;*/
        color:#fff;
    }
    .date-header h1{
	    margin:-2px 0;
	    color:#fff;
	    font-size:18px;
        line-height: 21px;
    }
    #nav{
	    /*border:solid #0052a7;
	    border-width:1px 0;
	    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhODZiOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjNDY3N2IzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiMyNDYzYWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iIzBmNTdhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjMDI1MmE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTElIiBzdG9wLWNvbG9yPSIjMDA1YmFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzYlIiBzdG9wLWNvbG9yPSIjMDBhMmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDIlIiBzdG9wLWNvbG9yPSIjMDBhZWRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDclIiBzdG9wLWNvbG9yPSIjMDBiNWUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjMDBhNmNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTglIiBzdG9wLWNvbG9yPSIjMDNhNGNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjMDc5Y2MzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjMTk2Y2EyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMjQ2ZmEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjM2I4MmI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTglIiBzdG9wLWNvbG9yPSIjNWI5NGJlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY3OTljMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	    background:-moz-linear-gradient(top, #5a86b9 0%, #4677b3 2%, #2463ab 4%, #0f57a8 6%, #0252a8 8%, #005bac 11%, #00a2d6 36%, #00aedc 42%, #00b5e0 47%, #00a6cb 49%, #03a4ca 58%, #079cc3 66%, #196ca2 92%, #246fa3 94%, #3b82b5 96%, #5b94be 98%, #6799c1 100%);
	    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a86b9), color-stop(2%,#4677b3), color-stop(4%,#2463ab), color-stop(6%,#0f57a8), color-stop(8%,#0252a8), color-stop(11%,#005bac), color-stop(36%,#00a2d6), color-stop(42%,#00aedc), color-stop(47%,#00b5e0), color-stop(49%,#00a6cb), color-stop(58%,#03a4ca), color-stop(66%,#079cc3), color-stop(92%,#196ca2), color-stop(94%,#246fa3), color-stop(96%,#3b82b5), color-stop(98%,#5b94be), color-stop(100%,#6799c1));
	    background:-webkit-linear-gradient(top, #5a86b9 0%,#4677b3 2%,#2463ab 4%,#0f57a8 6%,#0252a8 8%,#005bac 11%,#00a2d6 36%,#00aedc 42%,#00b5e0 47%,#00a6cb 49%,#03a4ca 58%,#079cc3 66%,#196ca2 92%,#246fa3 94%,#3b82b5 96%,#5b94be 98%,#6799c1 100%);
	    background:-o-linear-gradient(top, #5a86b9 0%,#4677b3 2%,#2463ab 4%,#0f57a8 6%,#0252a8 8%,#005bac 11%,#00a2d6 36%,#00aedc 42%,#00b5e0 47%,#00a6cb 49%,#03a4ca 58%,#079cc3 66%,#196ca2 92%,#246fa3 94%,#3b82b5 96%,#5b94be 98%,#6799c1 100%);
	    background:-ms-linear-gradient(top, #5a86b9 0%,#4677b3 2%,#2463ab 4%,#0f57a8 6%,#0252a8 8%,#005bac 11%,#00a2d6 36%,#00aedc 42%,#00b5e0 47%,#00a6cb 49%,#03a4ca 58%,#079cc3 66%,#196ca2 92%,#246fa3 94%,#3b82b5 96%,#5b94be 98%,#6799c1 100%);
	    background:linear-gradient(to bottom, #5a86b9 0%,#4677b3 2%,#2463ab 4%,#0f57a8 6%,#0252a8 8%,#005bac 11%,#00a2d6 36%,#00aedc 42%,#00b5e0 47%,#00a6cb 49%,#03a4ca 58%,#079cc3 66%,#196ca2 92%,#246fa3 94%,#3b82b5 96%,#5b94be 98%,#6799c1 100%);
	    background-size:100% 27px;
	    padding:0 4px;*/
        overflow-x: scroll;
        background: #0E5ABA;
    }
    #nav ul{
	    margin:0 -8px 0 0;
	    padding:0;
	    list-style:none;
	
	    width:100%;
	    /*display:table;*/
	    border-right:1px solid #0055a9;
	    box-shadow:1px 0 rgba(255,255,255,.3);
    }
    #nav ul li{
	    height:27px;
	    display:table-cell;
	    vertical-align:middle;
    }
    #nav ul li a{
	    color:#fff;
	    height:100%;
	    display:block;
	    /*font-weight:bold;*/
	    line-height:37px;
        font-size:15px;
	    text-align:center;
	    /*border-left:1px solid #0055a9;
	    box-shadow:1px 0 rgba(255,255,255,.3) inset;*/
        -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(-20deg) skewY(0deg);
        background:#0E5ABA;
        width:96px;
        height:37px;
        overflow:hidden;
        position: relative;
    }
    /*#nav ul li:first-child a{
        width:104px;
    }*/
    #nav ul li.color_2 a{
        background:#FF5A00;
    }
    #nav ul li.color_3 a{
        background:#FFB400;
    }
    #nav ul li.color_0 a{
        background:#61AC11;
    }
    #nav ul li a:hover{	
        text-decoration:none;
    }
    #nav ul li a:before{
	    content: '';
        display: block;
        width: 80px;
        height: 100%;
        background: #fff;
         position: absolute; 
        /* top: 0; */
        opacity: 0.3;
        -moz-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
    }
    #nav ul li:first-child a:before{
        width:88px;
        -moz-transform: scale(1) rotate(0deg) translateX(48px) translateY(0px) skewX(-65deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(48px) translateY(0px) skewX(-65deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(48px) translateY(0px) skewX(-65deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(48px) translateY(0px) skewX(-65deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(48px) translateY(0px) skewX(-65deg) skewY(0deg);
    }
    #nav ul li a:hover:after,
    #nav ul li.active a:after{
	    content: '';
        display: block;
        width: 100%;
        height: 5px;
        background: #fff;
        position: absolute;
        bottom: 0;
        opacity: 0.85;
        text-decoration:none;
    }
    #nav ul li a span{
        display:block;
        color:#fff;
	    -moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
    }
    .results h2{
	    margin:0;
	    font-size:13px;
        font-weight:normal;
	    line-height:25px;
	    text-align:center;
        background:#0037AB;
        color:#fff;
    }
    .results table{
	    width:100%;
	    margin:0;
	    padding:0;
	    color:#fff;
	    /*background:#262729;*/
	    border-collapse:collapse;
	    /*border-top:1px solid #b5b5b5;*/
	    font-size:15px;
    }
    .results table a{
        color:#000;
        display:block;
        text-align: center;
    }
    .results table a:hover{
        text-decoration:none;
    }
    .results table td.league-title{
	    padding:0;
        position: relative;
    }
    .results table td.league-title:before{
	    content: '';
        display: block;
        width: 54%;
        height: 100%;
        background: #fff;
        position: absolute;
        /* top: 0; */
        left: 0;
        opacity: 0.133;
        -moz-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
    }
    .results table td{
	    text-align:center;
	    border-bottom:1px solid #D4D4D4;
        width:10%;
        padding: 5px 0;
    }
    .results table td:first-child{
	    width:40%;
	    /*padding-left:4px;*/
    }
    .results table td:last-child{
        /*padding-left:16px;*/
        width:40%;
    }
    .results table td img{
        width:initial;
        display:block;
        margin:0 auto;
        height: 35px;
        width: 35px;
    }
    .results table td a.winner-anc img{    
        height: 24px;
        width: 40px;
    }
    .results table .score{
	    /*width:34px;*/
	    margin:0 14px;
	    display:block;
	    /*background:#e5e5e5;*/
	    /*border-radius:4px;*/
	    line-height:19px;
	    font-size:19px;
	    /*font-weight:bold;*/
	    color:#000;
    }
    .results table .basketball{
    /*width:44px;*/
    }
    .results table .time-start{
	    display:block;
	    /*width:29px;*/
	    color:#000;
	    font-size:15px;
	    line-height:19px;
        margin-bottom: 3px;
	    /*background:#000;*/
	    /*margin:0 -4px 0 auto;
	    border-radius:3px;
	    padding:0 16px 0 5px;
	    position:relative;*/
    }
    /*.results table .time-start:before{
	    content:"";
	    position:absolute;
	    top:1px;
	    right:2px;
	    width:13px;
	    height:15px;
	    background:url(images/sprite.png) -91px -46px;
    }*/


    #divResultsEmpty {
        text-align: center;
        margin-top: 10px;
        font-size: 17px;
    }

    .navigation{padding:2px 3px;}
    .navigation ul{
	    margin:0;
	    padding:0;
	    list-style:none;
    }
    .navigation ul li{
	    border-bottom:1px solid #c9c9c9;
	    box-shadow:0 1px #fff;
	    margin-bottom:1px;
    }
    .navigation a{
	    color:#19559c;
	    display:block;
	    padding:9px 12px 11px 30px;
	    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	    background:-moz-linear-gradient(top, #eeeeee 0%, #ececec 100%);
	    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ececec));
	    background:-webkit-linear-gradient(top, #eeeeee 0%,#ececec 100%);
	    background:-o-linear-gradient(top, #eeeeee 0%,#ececec 100%);
	    background:-ms-linear-gradient(top, #eeeeee 0%,#ececec 100%);
	    background:linear-gradient(to bottom, #eeeeee 0%,#ececec 100%);
	    position:relative;
    }
    .post {
	    padding:8px 14px 10px;
	    line-height:18px;
	    overflow:hidden;
    }
    .post .post-title{
	    margin:0 0 9px;
	    color:#000;
	    font-size:18px;
	    line-height:20px;
    }
    .post .meta{
	    color:#535353;
	    font-size:9px;
	    line-height:12px;
	    padding:0 2px 9px;
    }
    .post img{
	    display:block;
	    border:1px solid #fff;
	    margin:0 0 2px;
    }
    .post figure{margin:0 0 5px;}
    .post figcaption{
	    color:#535353;
	    font-size:12px;
	    line-height:13px;
    }
    .post p{margin:0 0 7px;}
    .match-details{
	    min-height:300px;
	    padding:36px 10px 10px 9px;
	    border-top:3px solid #e5e5e5;
	    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	    background:-moz-linear-gradient(top, #f6f6f6 0%, #f1f1f1 30%, #dedede 100%);
	    background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(30%,#f1f1f1), color-stop(100%,#dedede));
	    background:-webkit-linear-gradient(top, #f6f6f6 0%,#f1f1f1 30%,#dedede 100%);
	    background:-o-linear-gradient(top, #f6f6f6 0%,#f1f1f1 30%,#dedede 100%);
	    background:-ms-linear-gradient(top, #f6f6f6 0%,#f1f1f1 30%,#dedede 100%);
	    background:linear-gradient(to bottom, #f6f6f6 0%,#f1f1f1 30%,#dedede 100%);
    }
    .match-details table{
	    border-collapse:collapse;
	    padding:0;
	    margin:0;
	    width:100%;
    }
    .match-details table th,
    .match-details table td{padding:0;}
    .match-details .match-details-header{margin:0 0 11px;}
    .match-details-header .player-1{
	    text-align:right;
	    padding:0 8px;
    }
    .match-details-header .player-2{
	    text-align:left;
	    padding:0 3px 0 11px;
    }
    .match-details-header .score-area{
	    text-align:center;
	    vertical-align:top;
    }
    .match-details-header h3{
	    margin:-14px 0 9px;
	    font-size:18px;
    }
    .match-details-header .score{
	    width:78px;
	    color:#fff;
	    margin:0 auto;
	    display:block;
	    background:#000;
	    font-weight:bold;
	    font-size:30px;
	    line-height:40px;
	    border-radius:3px;
    }
    .match-details-header .basketball{
    width:112px;
    }
    .match-details .events-match th{
	    padding:0 3px 14px;
	    text-align:center;
	    font-weight:bold;
	    line-height:18px;
    }
    .match-details .events-match th div{background:#c9c9c9;}
    .match-details .events-match td{
	    text-align:right;
	    padding:0 3px 8px;
    }
    .match-details .events-match td div{padding-right:27px;}
    .match-details .events-match img{
	    float:right;
	    margin-right:6px;
    }
    @media all and (-webkit-min-device-pixel-ratio:2) {
	    .logo{
		    background:url(images/sprite@2x.png);
		    background-size:182px 108px;
	    }
	    .posts-list .item footer:before{
		    background:url(images/sprite@2x.png) -173px -43px;
		    background-size:182px 108px;
	    }
	    .btn-group > .btn .caret{
		    background:url(images/sprite@2x.png) -159px -43px;
		    background-size:182px 108px;
	    }
	    .btn-group > .btn .toggle{
		    background:url(images/sprite@2x.png) -141px -43px;
		    background-size:182px 108px;
	    }
	    .navigation a:after,
	    .toggle-block .slide nav a:after{
		    background:url(images/sprite@2x.png) -125px -43px;
		    background-size:182px 108px;
	    }
	    .date-header .btn-next{
		    /*background:url(images/sprite@2x.png) 0 -43px;
		    background-size:182px 108px;*/
	    }
	    .date-header .btn-prev{
		    /*background:url(images/sprite@2x.png) 0 -78px;
		    background-size:182px 108px;*/
	    }
	    .results table .time-start:before{
		    /*background:url(images/sprite@2x.png) -105px -43px;
		    background-size:182px 108px;*/
	    }
    }

    .article_video{
        width: 293px;
        height: 221px;
        display: block;
        border: 1px solid #fff;
        margin-left: auto;
        margin-right: auto;
    }

    .article_image{
        margin-left: auto !important;
        margin-right: auto !important;
        width:293px;
        /*height: 240px;*/
    }

    .video_sign{
        margin: 0 10px;
    }

    .comment-box .date{ display: inline; }
    .comment-box .comment-opener {
        cursor: pointer;    
    }
    .comment-box .comment-content,
    .comment-box .tlkb_item_add_talkback,
    .comment-box .imgClose {
        display: none;    
    }
    .comment-box .comment-opener-active .comment-content,
    .comment-box .comment-opener-active .tlkb_item_add_talkback,
    .comment-box .comment-opener-active .imgClose  {
        display: block;    
    }

    .comment-box .comment-content {
        border-top: 1pt solid #EBEBEB;
        max-width: 90%;
        padding: 10px 0 0 0;
    }

    .comment-block .control-block{
        background: #141C27;
        color:#fff;
        /*border-radius:10px;*/
        line-height:35px;
        padding:0 16px 0 0;
        font-size:14px;
    }
    .comment-block .control-block span {
        display: inline-block;
        margin: 2px 0 -2px;
    }

    .add-comment {
        background:#014BAD;
        color:#fff;
        line-height:35px;
        /*border-radius:10px;*/
        float:left;
        padding:0 10px 0 10px;
	    position:relative;
        text-decoration: none !important;
    }

    .add-comment div {
        float:right;    
	    position:relative;
        height:20px;
        width:20px;
        border:none;
        margin: 7px 0 0 5px;
        background: url('images/plus.png') no-repeat;
        background-size: contain;
    }
    .add-comment span {
        display: inline-block;
        margin: 2px 0 -2px;
    }
    .comment-box{
	    padding:0 0 0;
	    font-size:12px;
	    line-height:14px;
    }

    .comment-box .num{
	    float:right;
	    line-height:15px;
	    color:#000;
	    font-weight:bold;
	    margin:0 0 0 9px;
    }

    .comment-box .title1 {
	    margin:0 0 5px;
        font-size: 13px;
    }
    .comment-box .title1 .h3 {
        font-size: 13px;
        font-weight: normal;
        font-family: 'south web';
    }

    .comment-box .comment-opener p{
        margin: 0 0 10px;
        font-size:10px;
        font-family: Arial;
    }

    .comment-box .holder{
        overflow: hidden;
        line-height:14px;
    }

    .tlkb_item{
        background:white;
        margin: 10px 0 0 0;
        padding: 8px 16px 5px 0;
        border-radius:4px;
	    border: 1px solid #C5C5C5;
    }

    .tlkb_item_active {
        background:#fff;
        border: solid 1px #C5C5C5;
        border-radius:4px;
    }

    .comment-list .control-block{
        color:#014BAD;
        border: solid 1pt #014BAD;
        border-radius:3px;
        line-height:35px;
        padding:0 16px 0 0;
        font-size:14px;
        text-align:center;
        margin-bottom: 10px;
    }

    .tlkb_list_cont{
        margin-bottom: 10px;
    }

    .tlkb_item_add_talkback,
    .tlkb_form_button_send{
        background:#014BAD;
        color:#fff;
        line-height:30px;
        border-radius:3px;
        float:left;
        margin: 0 0 0 12px;
	    position:relative;
        min-width: 70px;
        text-align: center;
        padding: 0 0 0 0 !important;
        text-decoration: none !important;
        font-size: 16px;
        font-family: 'south web light';
    }
    .tlkb_item_add_talkback span  {
        margin-bottom: -2px;
        display: inline-block;
    }

    .tlkb_form_button_send {
        margin: 0;
    }

    .tlkb_form_button_send span,
    .tlkb_form_button_cancel span {
        display: inline-block;
        margin-top: 5px;
    }

    .tlkb_form_button_cancel{
        background:#000;
        color:#fff;
        line-height:30px;
        border-radius:3px;
        float:left;
        margin: 0 0 0 5px;
	    position:relative;
        min-width: 70px;
        min-height: 35px;
        text-align: center;
        padding: 0 0 0 0 !important;
        text-decoration: none !important;
        font-size: 16px;
        font-family: 'south web light';
    }

    .imgClose {
        float: left;
        position: relative;
        margin: 0 0 0 10px !important;
        width:40px;
        height:40px;
        background: url('images/close.png') no-repeat;
        background-size: contain;
    }

    .comment-form{
        height:250px;
	    overflow:hidden;
	    direction:rtl;  
        background-color: #C5C5C5;
        padding: 1px 1px 1px 5px;
        margin: 0 auto 0 auto;
    }

    .tlkb_form_iframe
    {
        background-color: #C5C5C5;
    }

    .comment-area,
    .comments-frame{
        width: 100%;
        margin: 0 3px 10px;
    }

    .comment-area {
        margin-bottom: 15px;
    }

    .comment-area input,
    .comments-frame textarea{
        width: 95%;
        line-height: 20pt;
        border: none;
        border-radius: 3px;
        padding: 0 10px;
    }

    .comment-form .comments-box textarea{
	    border:none;
	    overflow:auto;
	    min-height:69px;
        resize: none;
        font-size: 12px;
    }
    .popup-frame{
	    height:250px;
    }

    .tlkb_item_lev2,
    .tlkb_item_lev3 {
        padding-right: 25px;
    }

    .comment-box .box .imgBullet{
        display:block !important;
        float: right;
        margin: 3px 0 15px 5px;
        width:5px;
        height:5px;
        background: url('images/bullet-blue.png') no-repeat;
        background-size: contain;
    }

    .comment-box .box .comment-content{
        padding-right: 10px;
    }

    .video-box
    {
        position:relative;
        width:100%;
        height:auto;
        margin: 0 auto 6px auto;
        z-index: 100;
    }
    .video-box img{
        opacity:0;
        width:100%;
    }
    .video-box img.min-audio {
        height:36px;
    }
    .video-box.youtube img{
        opacity:1;
        width:100%;
        z-index:-1;
    }
    .video-box.youtube .play-btn{
        background: url('Images/play.png') no-repeat 50% 50%;
        z-index: 1;
        width: 100%;
        height:100%;
        position:absolute;
        cursor: pointer
    }
    .video-box iframe{
        position:absolute;
        top:0;
        left:0;
    }
    .video-box.youtube iframe{
        display:none;
    
    }

    .video_icon {
        width: 16px;
        height: 10px;
        background: url('images/video_sign.png') no-repeat;
        display: inline-block;
        margin-right: 10px;
    }

    .article-content a
    {
        text-decoration: underline;
    }

    .post .meta .article-talkbacks,
    .story .info .article-talkbacks {
        float: left;
        color: #000;
        margin: 0 10px 0 0;
        padding: 0 20px 0 0;
        background: url('images/bluecomm.png') no-repeat 100%;
    }

    .post .meta .article-views,
    .story .info .article-views {
        float: left;
        color: #000;
        padding: 0 20px 0 0;
        background: url('images/blueeye.png') no-repeat 100%;
    }

    footer .article-talkbacks,
    .main-talkbacks-count-container .article-talkbacks{
        color: #707070;
        font: 15px/18px Arial, Helvetica, sans-serif;
        font-size: 9px;    
        margin: 0 10px 0 0;
        padding: 3px 20px 0 0;
        background: url('images/bluecomm.png') no-repeat 100%;
    }

    footer .main-talkbacks-count-container {
        display: inline-block;
        height: 15px;
    }

    .talkbacks_loader
    {
        display:none;
        height: 16px;
        width: 16px;
        margin: 10px auto 9px auto;
        background: url('images/talkbacks_loader.gif') no-repeat 100%;
    }

    .mondial_banner_img
    {
        display: block;
        width: 100%;
        height: auto;
    }

    .broadcast_sheet_page .title {
        background: #014BAD;
        color: #fff;
        padding: 2px 3px;
        border:none;
    }

    .broadcast_sheet_page .title h1{
        margin: 5px 10px 0 0;    
        line-height: 28px;
        text-align: right;
        font-size: 18px;
        font-family: 'south web';
        font-weight: normal;
    }

    .broadcast_sheet_page .day_selector_cont,
    .broadcast_sheet_page .channel_selector_cont{
        height:35px;
	    background: rgb(67,73,82); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(67,73,82,1) 0%, rgba(47,53,62,1) 36%, rgba(36,43,52,1) 37%, rgba(16,23,32,1) 98%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,73,82,1)), color-stop(36%,rgba(47,53,62,1)), color-stop(37%,rgba(36,43,52,1)), color-stop(98%,rgba(16,23,32,1)), color-stop(99%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434952', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	    background-size:2px 47px;
	    background-repeat:repeat-x;
	    padding:6px 4px 5px;
        position:relative;
    }

    .broadcast_sheet_page .channel_selector_cont .combo_title{
        position:relative;
        height: 34px;
        width: 80%;
        display: block;    
        margin: 1px auto;    
    }

    .broadcast_sheet_page .channel_selector_cont .combo_title .arrow{
        position:absolute;
        height: 100%;
        width: 35px;
        top:3px;
        right:10px;  
        border-left: 1px solid #6D7076;
        background: url(images/down.png) no-repeat 10px 6px;  
        background-size: 20px 17px;
    }

    .broadcast_sheet_page .channel_selector_cont .popup{
        display:block;
        border-top: 1px solid;
        position: relative;
        width: 80%;     
        margin: -1px auto;
        padding: 5px 0;
        box-shadow: 0px 2px 30px 2px #303030;
        background: rgb(67,73,82); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(67,73,82,1) 0%, rgba(47,53,62,1) 36%, rgba(36,43,52,1) 37%, rgba(16,23,32,1) 98%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,73,82,1)), color-stop(36%,rgba(47,53,62,1)), color-stop(37%,rgba(36,43,52,1)), color-stop(98%,rgba(16,23,32,1)), color-stop(99%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434952', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }

    .broadcast_sheet_page .channel_selector_cont .popup.closed{
        display:none;
    }

    .broadcast_sheet_page .day_selector_cont span,
    .broadcast_sheet_page .channel_selector_cont span{
        height: 34px;
        width: 80%;
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-radius: 4px;
        color: #fff;
        display: block;
        text-align: center;
        margin: -2px auto;
        font-size: 17px;
        font-family: 'south web light';
        line-height: 34px;
        background: rgb(67,73,82); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(67,73,82,1) 0%, rgba(47,53,62,1) 36%, rgba(36,43,52,1) 37%, rgba(16,23,32,1) 98%, rgba(0,0,0,1) 99%, rgba(0,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(67,73,82,1)), color-stop(36%,rgba(47,53,62,1)), color-stop(37%,rgba(36,43,52,1)), color-stop(98%,rgba(16,23,32,1)), color-stop(99%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(67,73,82,1) 0%,rgba(47,53,62,1) 36%,rgba(36,43,52,1) 37%,rgba(16,23,32,1) 98%,rgba(0,0,0,1) 99%,rgba(0,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#434952', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    }

    .broadcast_sheet_page .channel_selector_cont span{
        width: 100%;
        margin-top: -8px;
        font-family: Arial, Helvetica, sans-serif;
        direction:ltr;
    }

    .broadcast_sheet_page .channel_selector_cont span img{
        margin-top: 5px;  
        width:initial;  
    }

    .broadcast_sheet_page .channel_selector_cont span img.live{
        margin-top: 10px;    
    }

    .broadcast_sheet_page .day_selector_cont .btn_next,
    .broadcast_sheet_page .day_selector_cont .btn_prev{
        position:absolute;
        top:12px;
        right:8px;
        overflow: hidden;
        width: 20px;
        height: 17px;
        display: inline-block;
        background: url(images/right.png) no-repeat;
        background-size: contain;
    }

    .broadcast_sheet_page .day_selector_cont .btn_next.disable,
    .broadcast_sheet_page .day_selector_cont .btn_prev.disable{
        display:none;
    }

    .broadcast_sheet_page .day_selector_cont .btn_next{
        right:auto;
        left:8px;
        background: url(images/left.png) no-repeat;
        background-size: contain;
    }

    .broadcast_sheet_page .tab-content {
        position: static;
    }
    .broadcast_sheet_page .tab-content table{
        border-collapse: collapse;
        width: 100%;
        margin: 0;
        color: #000;
        font: 15px/22px Arial,Helvetica,sans-serif;
    }

    .broadcast_sheet_page .tab-content table th {
        padding: 5px 10px 0px;
        height:26px;
        font: 14px/16px 'south web bold', Arial, Helvetica, sans-serif;
        text-align: right;
        border-bottom: 5px solid #014BAD;
        background: rgb(245,245,245);
        background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(248,248,248,1) 19%, rgba(253,253,253,1) 35%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(19%,rgba(248,248,248,1)), color-stop(35%,rgba(253,253,253,1)), color-stop(100%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(248,248,248,1) 19%,rgba(253,253,253,1) 35%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(248,248,248,1) 19%,rgba(253,253,253,1) 35%,rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(248,248,248,1) 19%,rgba(253,253,253,1) 35%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(248,248,248,1) 19%,rgba(253,253,253,1) 35%,rgba(255,255,255,1) 100%);
    }

    .broadcast_sheet_page .tab-content table th img {
        width: initial;
    }

    .broadcast_sheet_page .tab-content table th span.channel_numbers {
        float:left;
        font: 12px/11px Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .broadcast_sheet_page .tab-content table td {
        background: #e5e5e5;
        vertical-align: top;
        padding: 4px 0px;
    }

    .broadcast_sheet_page .tab-content table td.program-name{
        text-align:right;
        padding-top: 5px;
    }

    .broadcast_sheet_page .tab-content table .alt td {
        background: #fff;
    }

    .broadcast_sheet_page .tab-content table td.date {
        width: 50px;
        padding: 6px 10px 0 0;
        color: #014BAD;
    }

    .broadcast_sheet_page .tab-content table .now td, .program-block table .now td.date {
        background: #014BAD;
        color: #fff;
    }

    .broadcast_sheet_page .tab-content table td.date img{
        margin: 2px -5px 4px 0;
    }

    .broadcast_sheet_page .tab-content #img-loader img{
	    width:initial;
    }

    .broadcast_sheet_page .channel_selector_cont .popup ul{
        -webkit-padding-start:0;
        -webkit-margin-after: 0;
        -webkit-margin-before: 0;
    }

    .broadcast_sheet_page .channel_selector_cont .popup ul li{
        height:34px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .broadcast_sheet_page .channel_selector_cont .popup ul li span{
        background:none;
        border:none;
    }

    .broadcast_sheet_page .channel_selector_cont .popup ul li img {
        width: initial;
    }

    .broadcast_sheet_page .channel_selector_cont .popup ul li img.live {
        margin-top: 5px;
    }

    .broadcast_sheet_page .tab-content .no-programs div {
        text-align: center;
        font-weight: bold;
        display: block;
        margin-top: 80px;
    }

    .hp-new {
        background:#fff;
        font-family: 'south web light';
        font-size:15px;
        overflow:hidden;
    }

    .picture-page .hp-new {
        height:100%;
	    background: #000;
    }

    .hp-new .content {
        /*padding-top:40px;*/
    }
    .hp-new a {
        text-decoration:none;
        outline: none;
    }

    .hp-new .main-article {
        position:relative;
        padding: 5px;
    }

    .hp-new .main-article .text{
        position: absolute;
        bottom: 5px;
        left:5px;
        right:5px;
        /*z-index: 20;*/
    }

    .hp-new .main-article .text span{
        float:right;
        clear:both;
        width:100%;
    }

    .hp-new .main-article .text .main-title {
        font: 18px/20px 'southextrabold',Arial,Helvetica,sans-serif;
        background: url(images/blue_bg.png) repeat;
        padding: 5px 12px 2px;    
        color: #fff;
        font-family: 'south web bold';
    }

    .hp-new .main-article-holder .subtitle-holder .subtitle {
        color: #000;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
        padding: 3px 10px 5px 30px;
        display:block;
        font-family: 'south web bold';
        /*border-bottom: 1px solid #ECECEC;*/
    }

    .hp-new .main-article .mask {
        position: relative;
        overflow: hidden;
    }

    .hp-new .main-article .mask img{
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .hp-new .main-article .mask img.vid-aud-icon{
        position:absolute;
        width: 40px;
        height: 36px;
        top:15px;
        left:15px;
    }

    .hp-new .main-article-holder.live .main-article .mask:after{
        content: '';
        position: absolute;
        right: auto;
        left:11px;
        top: 51px;
        width: 45px;
        height: 24px;
        z-index: 1000;
        background: url(images/play-live.png) no-repeat;
    }

    .hp-new .posts-list .item{
        position:relative;
        padding: 0 7px 0 35px;
    }

    .hp-new .posts-list .item .arrow{
        width: 14px;
        height: 20px;
        background: url(images/arrow_white.png) no-repeat;
        background-size: contain;
        position: absolute;
        left: 15px;
        top: 35%;
    }

    .hp-new .posts-list footer {
        font: 12px Arial, Helvetica, sans-serif;
        position: absolute;
        bottom:18px;
        right:135px;
    }

    .hp-new .posts-list footer:before {
        display:none;
    }

    .hp-new .posts-list .post-title {
        color:#000;
        font-weight: normal;
        font-size: 19px;
        line-height: 18px;
    }

    .hp-new .video_icon {
        background: url('images/video_katava.png') no-repeat;
        background-size:contain;
    }

    .hp-new .video_icon.aod {
        background: url('images/audios.png') no-repeat -126px 0px;
        height: 13px;
        width:19px;
        margin-top: -2px;
    }

    .hp-new .share_icon {
        width: 14px;
        height: 14px;
        background: url('images/share_icon.png') no-repeat;
        display: inline-block;
        background-size:contain;
        margin-left: 10px;
    }

    .hp-new footer .article-talkbacks {
        background: url('images/comment.png') no-repeat;
        background-size:16px auto;
        background-position-x: 100%;
    }

    .hp-new .title {
        background: #014bad;
        border:none;
        line-height: 26px;
        padding: 6px 3px 0px;
        min-height: 26px;
    }
    .hp-new .title h2 {
        margin: 0 5px;
        font-size: 17px;
        text-align: right;
        font-weight:normal;
    }
    .hp-new .title.fb h2 {
        float:right;
    }
    .hp-new .title.fb a {
        float: left;
        margin: 2px 25px;
    }
    .hp-new .title.title-img {
        line-height: 22px;
        padding: 3px 0 0 0;
    }
    .hp-new .title.title-img h2 {
        display: inline-block;
        overflow: hidden;
        position: absolute;
        top: 8px;
    }
    .hp-new .title.title-img img {
        max-width: 25px;
        vertical-align: sub;
        margin-right: 10px;
        height: 27px;
        margin-bottom: 3px;
    }
    .hp-new .title.title-img label {
        float: left;
        display: inline-block;
        position: absolute;
        left: 4%;
        top: 8px;
        font-size: 14px;
    }
    .hp-new .title.title-img .teams-links {
        background: #fff;
        box-shadow: 0px 13px 25px #2C2C2C;
    }
    .hp-new .title.title-img .teams-links .link {
        padding: 3px 0 0 0;
        margin: 0 14px;
        background-position: 0;
    }
    .hp-new .title.title-img .teams-links .link:last-child {
        margin-bottom: 0;
    }
    .hp-new .title.title-img .teams-links .link span {
        margin: 0;
        line-height: 35px;
        display: inline-block;
        margin-right: 10px;
    }
    .hp-new .title label.closed::after {
        background-image: url(Images/down2.png);
    }
    .hp-new .title label::after {
        content: ' ';
        width: 20px;
        background: url(Images/up2.png) no-repeat 0px 0;
        height: 12px;
        display: inline-block;
        zoom: 0.9;
        margin-right: 7px;
    }

    .hp-new .posts-list .link{       
        height: 20px;
        margin: 12px 14px;
        background: url(images/arrow_blue.png) no-repeat;
        background-size: contain;
        line-height: 25px;
    }

    .hp-new .posts-list .link a.more{
        color:#014bad;
        font-size: 15px;
    }

    .hp-new .cycle-gallery {
        position: relative;
    }

    .hp-new .cycle-gallery .mask {
        position: relative;
        overflow: hidden;
    }

    .hp-new .cycle-gallery .mask .slideset {
        width: 99999px;
        float: left;
        background: #141c27;
    }

    .hp-new .cycle-gallery .mask .slide {
        position:relative;
        float: left;
        border: 2px solid #000;
        margin: 0px 0px 0px 0px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hp-new .cycle-gallery img {
        vertical-align: top;
        width: 100%;
        height: auto;
    }

    .hp-new .cycle-gallery .gallery-bar a img {
        width: 30px;
        position: absolute;
        z-index: 20;
        top: 37%;
    }

    .hp-new .cycle-gallery .gallery-bar a.btn-next img {
        right: 10px;
    }

    .hp-new .cycle-gallery .gallery-bar a.btn-prev img {
        left: 10px;
    }

    .hp-new .cycle-gallery .text .desc {
        font-size: 13px;
        line-height: 16px;
        background: #141c27;
        background: rgba(20,28,39,0.8);
        padding: 5px 7px 0px 7px;
        display: block;
        color: #fff;
    }

    .hp-new .cycle-gallery .text {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 20;
        width:100%;
    }

    .picture-page .hp-new .share_bar {
        display:block;
        height: 35px;
        position: static;
        background: #000;
        width: 100%;
    }
    .hp-new .share_bar {
        display:none;
        height: 23px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        width: 150px;
    }

    .hp-new .share_bar ul{
        list-style:none;
        padding: 2px 3px 0 0;
        background: #898989;
        width: 129px;
        margin: 0;
    }

    .picture-page .hp-new .share_bar ul{
        list-style:none;
        padding: 0px 3px 0 0;
        background: #000;
        width: 100% !important;
        margin: 0;
    }
    .hp-new .share_bar ul li{
        padding: 3px 7px 0px 9px;
        margin: 0;
        display: inline-table;
        border-left: 1px solid #a9a9a9;
        box-shadow: none;
        border-bottom: none;
        border-top:none;
        height:20px;
        width:24px;
        text-align:center;
    }

    .hp-new .share_bar ul li:last-child{
        border-left:none;
    }

    .hp-new .share_bar ul li img{
        height: 13px;
        width:auto;
    }

    .hp-new .share_bar ul li.whatsapp img{
        height: 15px;
        margin-bottom: -2px;
    }

    .picture-page .hp-new .share_bar ul li img{
    
        width:auto;
    }

    .picture-page .hp-new .share_bar ul li.facebook img{
        height:22px;
        width:auto;
    }

    .picture-page .hp-new .share_bar ul li{
        height:25px;
    }

    .picture-page .hp-new .share_bar ul li img{
        margin-top: 4px;
	    height: 26px;
    }

    .picture-page .hp-new .share_bar ul li.whatsapp img{
        height:25px;
        margin-bottom: -2px;
    }

    .picture-page .hp-new .share_bar ul li.mail img{
    
        height:23px;
    }

    .hp-new .main-article-holder {
        position:relative;
    }

    .hp-new .main-article-holder .subtitle-holder {
        position:relative;
    }

    .hp-new .main-article-holder .subtitle-holder .share_icon {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 20px;
        background-size: 14px 14px;
        background-position-y: center;
    }

    .hp-new .main-article-holder.with-talkbacks .subtitle-holder {
        min-height: 44px;
    }

    .hp-new .main-article-holder.with-talkbacks .subtitle-holder .subtitle {
        padding: 3px 10px 5px 45px;
    }

    .hp-new .main-article-holder.with-talkbacks .subtitle-holder .share_icon {
        width:30px;
        background-position-x: center;
        background-position-y: 80%;
    }

    .hp-new .main-article-holder.with-talkbacks .article-talkbacks {
        background: url('images/comment.png') no-repeat;
        background-size:16px auto;
        background-position-x: 100%;
        margin:2px 0 0 0;
        display:block;
        padding: 0 20px 0 0;
    }

    .hp-new .main-article-holder .share_bar {
        bottom: 4px;
        left: 5px;
        right: initial;
        width: 135px;
        height: 26px;
    }

    /***************************World Colors***************************/

    /*RED*/
    .hp-new .main-article .text .main-title.red {
        background: url(images/red_bg.png) repeat;
    }

    .hp-new .title.red {
        background: #d10202;
    }

    .hp-new .posts-list.red .link a.more{
        color:#d10202;
    }

    .hp-new .posts-list.red .link{       
        background: url(images/arrow_red.png) no-repeat;
        background-size: contain;
    }

    .hp-new .links-list.red .link{       
        background: url(images/arrow_red.png) no-repeat;
        background-size: auto 16px;
    }

    /*ORANGE*/
    .hp-new .main-article .text .main-title.orange {
        background: url(images/orange_bg.png) repeat;
    }

    .hp-new .title.orange {
        background: #ff5a00;
    }

    .hp-new .posts-list.orange .link a.more{
        color:#ff5a00;
    }

    .hp-new .posts-list.orange .link{       
        background: url(images/arrow_orange.png) no-repeat;
        background-size: contain;
    }

    .hp-new .links-list.orange .link{       
        background: url(images/arrow_orange.png) no-repeat;
        background-size: auto 16px;
    }

    /*BLACK*/
    .hp-new .main-article .text .main-title.black {
        background: url(images/black_bg.png) repeat;
    }

    .hp-new .title.black {
        background: #141c27;
    }

    .hp-new .posts-list.black .link a.more{
        color:#141c27;
    }

    .hp-new .posts-list.black .link{       
        background: url(images/arrow_white.png) no-repeat;
        background-size: contain;
    }

    .hp-new .links-list.black .link{       
        background: url(images/arrow_dark.png) no-repeat;
        background-size: auto 16px;
    }

    /*GREEN*/
    .hp-new .main-article .text .main-title.green {
        background: url(images/green_bg.png) repeat;
    }

    .hp-new .title.green {
        background: #0e9b00;
    }

    .hp-new .posts-list.green .link a.more{
        color:#0e9b00;
    }

    .hp-new .posts-list.green .link{       
        background: url(images/arrow_green.png) no-repeat;
        background-size: contain;
    }

    .hp-new .links-list.green .link{       
        background: url(images/arrow_green.png) no-repeat;
        background-size: auto 16px;
    }


    /*BlueTravel*/
    .hp-new .main-article .text .main-title.bluetravel {
        background: url(images/bluetravel_bg.png) repeat;
    }

    .hp-new .title.bluetravel {
        background: #043959;
    }

    .hp-new .posts-list.bluetravel .link a.more{
        color:#043959;
    }

    .hp-new .posts-list.bluetravel .link{       
        background: url(images/arrow_blue.png) no-repeat;
        background-size: contain;
    }

    .hp-new .links-list.bluetravel .link{       
        background: url(images/arrow_blue.png) no-repeat;
        background-size: auto 16px;
    }

    /*GREY*/
    .hp-new .main-article .text .main-title.grey {
        background: #59616c none;
    }

    .hp-new .title.grey {
        background: #59616c;
    }

    .hp-new .posts-list.grey .link a.more{
        color:#59616c;
    }

    .hp-new .posts-list.grey .link{       
        background: url(images/arrow_grey.png) no-repeat;
        background-size: contain;
    }

    .hp-new .links-list.grey .link{       
        background: url(images/arrow_grey.png) no-repeat;
        background-size: auto 16px;
    }

    .ticker-cont{
        position:fixed;
        display:block;
        width:100%;
        height:40px;
        background: url(images/ticker-bg2.jpg) no-repeat;
        background-size:100% 40px;
        z-index:30;
    }

    .ticker-cont .button{
        color: #fff;
        font-family: 'south web bold';
        line-height:35px;
        font-size:14px;
        text-align:center;
        position: absolute;
        display: block;
        width: 75px;
        height: 33px;
        background: url(images/ticker_butt.jpg) no-repeat;
        background-size: 100% 40px;
        top: 3px;
        right: 5px;
    }

    .ticker-cont .button.tables{
        right: initial;
        left:5px;
    }


    .ticker_popup{
        display:none;
        min-height:300px;
        height: 100%;
        background:#fff;
        font:12px Arial, Helvetica, sans-serif;
    }

    .ticker_popup .close{
        display:block;
        position:absolute;
        width: 25px;
        height:25px;    
        top:10px;
        right:10px;
        color:blue;
        font-size:25px;  
        z-index:1;  
    }

    .ticker_popup .time{
        position: relative;
        display: block;
        width: 100%;
        text-align: center;    
        top: 25px;
        font-size: 25px;
        color:#fff;
    }

    .ticker_popup .score-block{
        display: block;
        position: relative;
        width: 100%;
        height: 120px;
    }

    .ticker_popup .score-block.default{    
        background: url(images/bg_generic.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .ticker_popup .score-block.football{    
        background: url(images/bg_football.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .ticker_popup .score-block.basketball{    
        background: url(images/bg_basketball.jpg) no-repeat;
        background-size: 100% 100%;
    }

    .ticker_popup .score-block img{
        position: absolute;
        top:25px;
        width: 70px;
        height: 70px;
    }

    .ticker_popup .score-block .host-team-flag{    
        right: 20px;
    }

    .ticker_popup .score-block .guest-team-flag{    
        left: 20px;
    }

    .ticker_popup .score-block .score-holder{
        height: 50px;
        position: relative;
        top:25px;
    }

    .ticker_popup .score-block .score-holder .score{
        height: 100%;
        width: 100%;
        display: block;
        color: #fff;
        line-height: 50px;
        font-size: 30px;
        text-align: center;
    }

    .ticker_popup .game-title{    
        position: relative;
        width: 100%;
        height: 25px;
        top: 0;
        background: #0037AB;
        color: #fff;
        overflow: hidden;
    }

    .ticker_popup .game-title:before {
        content: '';
        display: block;
        width: 54%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        opacity: 0.133;
        -moz-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(-17px) translateY(0px) skewX(55deg) skewY(0deg);
    } 

    .ticker_popup .game-title span{
        position:absolute;
        width:50%;
        line-height:23px;
        text-align:center;
        font-size: 15px;
    }

    .ticker_popup .game-title .host-team{    
        right:5px;
    }

    .ticker_popup .game-title .guest-team{
        left:5px;
    }

    .ticker_popup .game-events-holder{
        position: relative;
        width: 100%;
        margin-top: 10px;
        font-size: 12px;
    }

    .ticker_popup .game-events-holder .host-events{
        display:none;
        width:50%;
        float:right;
    }

    .ticker_popup .game-events-holder .guest-events{
        display:none;
        width:50%;
        float:left;
    }

    .ticker_popup .game-events-holder .game-events{
        display:none;
        width:100%;
    }

    .ticker_popup .game-events-holder .game-events span{
        margin-right:10px;
    }

    .ticker_popup .game-events-holder ul {
        margin: 0px;
        padding: 0 5px 0 6px;
    }

    .ticker_popup .game-events-holder ul li{
        display:block;
        margin-bottom:5px;
        line-height: 20px;
        font-size: 14px;
    }

    .ticker_popup .game-events-holder ul li.yellow{
        background: url(images/yellow_card.png) no-repeat 100% 3px;
        background-size: 15px;
        padding-right: 20px;
    }

    .ticker_popup .game-events-holder ul li.red{
        background: url(images/red_card.png) no-repeat 100% 3px;
        background-size: 15px;
        padding-right: 20px;
    }

    .ticker_popup .game-events-holder ul li.goal{
        background: url(images/football_ball.png) no-repeat 100% 0px;
        background-size: 20px;
        padding-right: 20px;
    }

    .ticker_popup .game-events-holder .game-events ul li{
        text-align:center;
    }

    /* liScroll styles */

    .tickercontainer { /* the outer div with the black border */
        width: 100%; 
        height: 27px; 
        margin: 0; 
        padding: 0;
        overflow: hidden; 
        position:absolute;
        left:80px;
    }

    .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
        position: relative;
        /*left: 80px;*/
        top: 8px;
        width: 100%;
        overflow: hidden;
    }

    ul.scoresTicker { /* that's your list */
        position: relative;
        right: 100%;
        font: bold 10px Verdana;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    ul.scoresTicker li {
        float: right; /* important: display inline gives incorrect results when you check for elem's width */
        margin: 0 0 0 20px;
        padding: 0;
    }

    ul.scoresTicker span {
        float: right;
        font: 14px Arial, Helvetica, sans-serif;
        line-height: 25px;
        text-align: center;
        color:#fff;
    } 

    ul.scoresTicker span.ticker_time,
    ul.scoresTicker span.ticker_score {
        margin: 0 4px 0 4px;
        color: #DE9C9C;
        font-weight: bold;
    } 

    ul.scoresTicker span.ticker_team {
        font-size: 17px;
        margin-top: -1px;
    } 

    .hp-new .title.sticky {
        position:relative;
        z-index: 2;
    }

    .hp-new .title.sticky.fixed {
	    position: fixed;
	    top: 40px; /*Ticker height*/
	    width: 100%;
	    z-index: 1;
    }
    .hp-new .title.sticky.fixed.with-header {	
	    top: 90px; /* Header + Ticker heights*/
    }
    .hp-new .title.sticky.fixed.absolute {
	    position: absolute;
    }

    header .banner-holder{
        display: table;
        float: left;
        height: 50px;
        position: absolute;
        left: 15px;
        top: 0px;
    }

    header .banner-holder.vod{
        display: table;
        float: left;
        height: 50px;
        position: absolute;
        left: 38%;
        top: 0px;
    }

    header .banner-holder a{
        vertical-align: middle;
        display: table-cell;
    }

    header .banner-holder a img{
        height: 40px;
        width:initial;
    }

    header .banner-holder.vod a img{
        height: 30px;
        width:initial;
    }

    .links-list ul{
	    padding:0;
	    margin:0;
	    list-style:none;
    }
    .links-list ul li{
	    padding:0 0 10px;
	    border-bottom:1px solid #ECECEC;
	    box-shadow:0 1px #fff;
    }

    .links-list .item {
        color: #000;
        display: block;
        overflow: hidden;
        line-height: 15px;
        font-size: 14px;
    }

    .links-list .link {
        margin: 12px 14px;
        background: url(images/arrow_blue.png) no-repeat;
        background-size: auto 16px;
        line-height: 25px;
    }

    .league .links-list .item span {
        margin: 8px 35px 0 0;
        font-size: 17px;
        line-height: 17px;
        display: block;
    }

    .league .links-list .item img {
        height:25px;
        width: auto;
        float:right;
    }

    .league .links-list .link {
        background-position-y: 5px;
    }

    .teams-links .title {
        height:26px;
    }

    .teams-links .title h2 {
        float:right;
    }

    .teams-links .show-hide-links {
        float:left;
        color:#fff;
        margin-left: 20px;
        cursor: pointer;
    }

    .teams-links .show-hide-links span::after{
        content: ' ';
        width: 20px;
        background: url(Images/up2.png) no-repeat 0 50%;
        height: 23px;
        display: block;
    }

    .teams-links .show-hide-links span.closed::after{
        background-image: url(Images/down2.png);
    }

    .teams-links .teams-list{
        display:none;
    }

    /* Statistics */
    .score-list .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .score-list .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }
    .score-list .heading-alt {
        text-align: left;
        padding-left: 10px;
    }
    .score-list .heading-alt a {
        color: #fff;
        font-size: 13px;
    }
    .score-list .conference-name{
        color: #19559c;
        font-size: 18px;
        height: 25px;
        font-family: 'south web';
        line-height: 25px;
        border-bottom: 1px solid #be9d53; 
    }
    .score-list .conference-name span{
        color: #fff;
        display: inline-block;
        background: #be9d53;
        padding: 2px 7px;   
    }
    .score-list table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .score-list table tr th {
        background-color: #ebebeb;
        font-size: 15px;
        padding: 8px 2px 5px 2px;
        border-bottom: 1px solid #dcdcdc;
        font-weight: normal;
    }
    .score-list table tr th:first-child {
        text-align: right;
        padding-right: 10px;
    }
    .score-list table tr td {
        font-size: 14px;
        padding: 8px 2px 5px 2px;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
    }
    .score-list table tr td.dir_ltr {
        direction: ltr;
    }
    .score-list table tr.current-team td,
    .score-list table tr.current-team td a {
        color: #014bad;
    }
    .score-list table tr td.big {
        text-align: right;
    }
    .score-list table tr td a {
        color: #000;
        max-width: 70px;
        display: inline-block;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .score-list table tr td a.link {
        color: #014bad;
    }
    .score-list table tr.red td {
        border-bottom-color: #cc1601;
    }
    .score-list table tr.green td {
        border-bottom-color: #61ac11;
    }
    .score-list table tr.grey td {
        border-bottom-color: #59616c;
    }

    .score-list .menu {
        position: relative;
    }
    .score-list .menu a {
        position: absolute;
        color: #fff;
        top: 0;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden;
    }
    .score-list .menu a.prev {
        right: 0;
        border-left: 1px solid #e1e1e1;
    }
    .score-list .menu a.next {
        left: 0;
        border-right: 1px solid #e1e1e1;
    }
    .score-list .menu a:after {
        content: " ";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 5px;
        zoom: 0.7;
    }
    .score-list .menu a.prev:after {
        background: url(Images/right2.png) no-repeat 10px 5px;
    }
    .score-list .menu a.next:after {
        background: url(Images/left2.png) no-repeat 10px 5px;
    }
    .score-list .menu strong {
        display: block;
        text-align: center;
        background-color: #a1a1a1;
    }
    .score-list .title-block {
        padding: 8px 2px 5px 2px;
        margin-bottom: 15px;
        background: #f0f0f0;
    }
    .score-list .title-block.no-bg {
        background: none;
    }
    .score-list .result-table tr td:first-child {
        text-align: right;
        padding-right: 10px;
    }
    .score-list .result-table tr.up {
        color: #707070;
    }
    .score-list .result-table tr.up td {
        padding: 17px 0 0 0;
        border-bottom: none;
    }
    .score-list .result-table tr.up:first-child td {
        padding-top: 0;
    }
    .score-list .result-table tr.up td:first-child {
        padding-right: 10px;
    }
    .score-list .result-table tr.up td:last-child {
        text-align: left;
        padding-left: 10px;
        padding-right: 0;
    }
    .score-list .result-table tr.up div {
        border-bottom: 3px solid #f0f0f0;
    }
    .score-list .result-table tr.up a {
        color: #014bad;
    }
    .score-list .result-table tr.up label {
        color: #f0f0f0;
    }
    .score-list .result-table tr.center td {
        text-align: center;
        font-size: 16px;
        border-bottom: 1px solid #c2c2c2;
    }
    .score-list .result-table tr.center td:first-child {
        text-align: right;
        width: 40%;
    }
    .score-list .result-table tr.center td:last-child {
        text-align: left;
        padding-left: 10px;
        width: 40%;
    }
    .score-list .result-table tr.center td.gray-box {
        background: #ececec;
        font-weight: bold;
        min-width: 51px;
        width: 20%;
        direction:ltr;
    }
    .score-list.score-list-alt table tr th {
        text-align: right;
    }
    .score-list.score-list-alt table tr th:first-child {
        text-align: center;
        padding-right: 0;
    }
    .score-list.score-list-alt table tr td {
        text-align: right;
    }
    .score-list.score-list-alt table tr td:first-child {
        text-align: center;
    }

    .tab-box .ul-carousel {
        background-color: #a1a1a1;
        position: relative;
    }
    .tab-box ul.tabset {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .tab-box ul.tabset li {
        display: inline-block;
        height: 28px;
        padding: 0;
        color: #fff;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #7d7d7d;
    }
    .tab-box ul.tabset li.active {
        background: #e1e1e1;
        color: #000;
    }
    .tab-box ul.tabset li a {
        height: 29px;
        display: block;
        line-height: 30px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
    }
    .tab-box ul.tabset li.active a {
        color: #000;
    }
    .tab-box .rgt-main {
        position: relative;
    }
    .tab-box .rgt-wrapper {
   
        position: absolute;
        width: 100%;
    }
    .tab-box .btn-ul  {
        height: 28px;
        width: 8%;
        text-indent: -9999px;
        overflow: hidden;
    }
    .tab-box .btn-prev {
        float: right;
        border-left: 1px solid #e1e1e1;
    }
    .tab-box .btn-next {
        float: left;
        border-right: 1px solid #e1e1e1;
    }
    .tab-box .btn-ul:after {
        content: " ";
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        top: -20px;
        zoom: 0.7;
    }
    .tab-box .btn-prev:after {
        background: url(../../images/right2.png) no-repeat 13px 10px;
    }
    .tab-box .btn-next:after {
        background: url(../../images/left2.png) no-repeat 13px 10px;
    }
    .topx .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
        padding-right: 5px;
    }
    .topx .ul-carousel {
        background-color: #a1a1a1;
        position: relative;
    }
    .topx .btn-ul  {
        height: 28px;
        width: 8%;
        text-indent: -9999px;
        overflow: hidden;
    }
    .topx .btn-prev {
        float: right;
    }
    .topx .btn-next {
        float: left;
    }
    .topx .btn-ul:after {
        content: " ";
        width: 100%;
        height: 100%;
        display: block;
        top: -20px;
        zoom: 0.7;
        position: relative;
    }
    .topx .btn-prev:after {
         background: url(Images/right2.png) no-repeat 13px 10px;
    }
    .topx .btn-next:after {
         background: url(Images/left2.png) no-repeat 13px 10px;
    }
    .topx .goal-list {    
        overflow: hidden;
        width: 100%;
    }
    .topx .goal-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
        position: relative;
    }
    .topx .goal-list ul li {
        display: inline-block;
        height: 28px;
        padding: 0;
        color: #fff;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #7d7d7d;
    }
    .topx .goal-list ul li.active {
        background: #e1e1e1;
        color: #000;
    }
    .topx .goal-list ul li a,
    .topx .goal-list ul li span {
        height: 29px;
        display: block;
        line-height: 30px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
    }
    .topx .goal-list ul li.active a,
    .topx .goal-list ul li.active span {
        color: #000;
    }
    .topx .popup-main-holder {
        overflow: hidden;
        position: relative;
    }
    .topx .popup-holder {
        position: absolute;
        width: 100%;
    }
    .topx .popup-holder table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .topx .popup-holder table tr th {
        color: #000;
        background: #e1e1e1;
        padding: 8px 2px 5px 2px;
        font-weight: normal;
    }
    .topx .popup-holder table tr th:first-child {
        text-align: right;
        padding-right: 30px;
    }
    .topx .popup-holder table tr td {
        padding: 8px 2px 5px 2px;
        border-bottom: 1px solid #c2c2c2;
    }
    .topx .popup-holder table tr td:first-child {
        text-align: center;
    }
    .topx .popup-holder table tr td a { 
        color: #000;
    }
    .topx .popup-holder table tr td.score {
        text-align: center;
    }
    .topx .popup-holder tr td span {
        color: #898989;
    }
    .item-table .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .item-table .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }
    .item-table table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .item-table table tr th {
        color: #000;
        background: #e1e1e1;
        padding: 8px 2px 5px 2px;
        font-weight: normal;
    }
    .item-table table tr th:first-child {
        text-align: right;
        padding-right: 5px;
    }
    .item-table table tr td {
        padding: 8px 2px 5px 2px;
        border-bottom: 1px solid #c2c2c2;
        text-align: center;
    }
    .item-table table tr td:first-child {
        text-align: right;
        padding-right: 5px;
    }
    .item-table table tr td a { 
        color: #000;
    }
    .tab-box .ul-carousel {
        background-color: #a1a1a1;
        position: relative;
    }
    .tab-box ul.tabset {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        position: relative;
        text-align: center;
    }
    .tab-box ul.tabset li {
        display: inline-block;
        height: 28px;
        padding: 0;
        color: #fff;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #7d7d7d;
    }
    .tab-box ul.tabset li.active {
        background: #e1e1e1;
        color: #000;
    }
    .tab-box ul.tabset li a {
        height: 29px;
        display: block;
        line-height: 30px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
    }
    .tab-box ul.tabset li.active a {
        color: #000;
    }
    .tab-box .rgt-main {
        overflow: hidden;
        position: relative;
    }
    .tab-box .rgt-wrapper {
        position: absolute;
        width: 100%;
    }
    .tab-box .btn-ul  {
        height: 28px;
        width: 8%;
        text-indent: -9999px;
        overflow: hidden;
    }
    .tab-box .btn-prev {
        float: right;
        border-left: 1px solid #e1e1e1;
    }
    .tab-box .btn-next {
        float: left;
        border-right: 1px solid #e1e1e1;
    }
    .tab-box .btn-ul:after {
        content: " ";
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        top: -20px;
        zoom: 0.7;
    }
    .tab-box .btn-prev:after {
        background: url(Images/right2.png) no-repeat 13px 10px;
    }
    .tab-box .btn-next:after {
        background: url(Images/left2.png) no-repeat 13px 10px;
    }
    .tab-content {
        position: absolute;
        width: 100%;
    }
    .tab-content.score-list {
        position: static;
    }
    .tab-content .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .tab-content .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }
    .tab-content table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .tab-content table tr th {
        background-color: #ebebeb;
        font-size: 15px;
        padding: 8px 2px 5px 2px;
        border-bottom: 1px solid #dcdcdc;
        font-weight: normal;
    }
    .tab-content table tr th:first-child {
        text-align: right;
        padding-right: 10px;
    }
    .tab-content table tr td {
        font-size: 14px;
        padding: 8px 2px 5px 2px;
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
    }
    .tab-content table tr td a {
        color: #000;
    }
    .premiership-block .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .premiership-block .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }
    .premiership-block table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .premiership-block table tr th {
        background-color: #ebebeb;
        font-size: 15px;
        padding: 8px 10px 5px 2px;
        border-bottom: 1px solid #dcdcdc;
        font-weight: normal;
        text-align: right;
    }
    .premiership-block table tr td {
        font-size: 14px;
        padding: 8px 10px 5px 2px;
        text-align: right;
        border-bottom: 1px solid #e0e0e0;
    }
    .premiership-block table tr td a {
        color: #000;
    }
    .premiership-block table tr th:last-child,
    .premiership-block table tr td.last {
        text-align: center;
        padding-right: 0;
    }
    .player-info {
        background: #ececec;
    }
    .player-info .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .player-info .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }
    .player-info .heading strong a{
        color: #fff;
    }
    .player-info table {
        padding: 10px;
        width: 100%;
    }
    .player-info table tr td {
        vertical-align: top;
    }
    .player-info .img-holder {
        float: right;
        margin: 0 0 0 22px;
    }
    .player-info .img-holder img {
        border: 1px solid #000;
        width: 100%;
    }
    .player-info dt {
        float: right;
        padding: 0 11px 0 5px;
        position: relative;
        color: #7d7d7d;
    }
    .player-info dl {
        overflow: hidden;
        margin: 10px 0 5px;
        font-size: 14px;
        line-height: 14px;
    }
    .player-info dl dd {
        display: block;
        margin: 0 0 5px;
    }
    .player-info .rate {
        background: url(images/Site-Sprite.png) no-repeat -697px -168px;
        width: 35px;
        text-align: center;
        font-size: 11px;
        line-height: 38px;
        color: #fff;
        height: 34px;
        display: block;
        margin: 0 auto;
        font-family: 'south web light';
    }
    .player-info .info {
        overflow: hidden;
    }
    .player-info .info ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 15px;
    }
    .player-info .info ul li {
        display: block;
        position: relative;
    }
    .player-info .info ul li:before {
        position: absolute;
        top: 6px;
        height: 51px;
        right: 0;
        width: 51px;
        content: '';
        background: url(images/sprite-player-stat.png) no-repeat 0 0;
        zoom: 0.55;
    }
    .player-info .info ul li.replaced:before {
        background-position: 0 -61px;
    }
    .player-info .info ul li.replaced2:before {
        background-position: -61px -61px;
    }
    .player-info .info ul li.goals:before {
        background-position: -61px -122px;
    }
    .player-info .info ul li.assist:before {
        background-position: 0 -122px;
    }
    .player-info .info ul li.yellow:before {
        background-position: 0 -183px;
    }
    .player-info .info ul li.red:before {
        background-position: -61px -183px;
    }
    .player-info .info ul li div {
        padding: 5px 60px 2px 10px;
        border-bottom: 1px solid #d3d3d3;
        border-top: 1px solid #ffffff;
        display: inline-block;
        line-height: 25px;
        font-size: 18px;
        font-family: 'south web bold';
        width: 100%;
    }
    .player-info .info ul li span {
        min-width: 70px;
        display: inline-block;
        font-size: 15px;
        font-family: 'south web light';
    }
    .about-team .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .about-team .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }
    .about-team img {
        width: 100%;
    }
    .about-team .text {
        padding: 10px;
        font-size: 14px;
    }
    .about-team .text h3 {
        color: #014bad;
    }
    .team-players .ul-rotate {
        padding: 10px;
    }
    .team-players ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .team-players ul:first-child {
        margin: 18px 0;
    }
    .team-players ul li {
        display: inline-block;
        margin-left: 18px;
    }
    .team-players ul li:last-child {
        margin-left: 0;
    }
    .team-players ul li a {
        display: block;
        color: #000;
        width: 97px;
    }
    .team-players ul li a img {
        width: 95px;
        height: 90px;
        border: 1px solid #000;
    }
    .team-players ul li a label {
        display: block;
        text-align: center;
        margin-top: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .team-players .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .team-players .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }

    .player .player-info .rate {
        float:left;
        zoom: 1.3;
        margin: 0 0 8px 0;
        height:35px;
    }
    .player .player-info dl {
        margin-bottom: 0;
        padding-top: 8px;
        margin: 0 0 15px;
    }

    .player .player-info dl dt {
        padding-right:0;
    }

    .player .player-info dl dd:last-child {
        margin-bottom: 0;
    }
    .player .player-info .img-holder {
        float: none;
        position:relative;
    }
    .player .player-info .img-holder.no-border img {
        border: none;
    }
    .player tr.player-pad td {
        padding-top: 18px;
    }
    .player .player-info .img-holder label {
        font-size: 56px;
        /*margin-top: 30px;*/
        display: inline-block;
        line-height: 47px;
        /*margin-bottom: -10px;*/
        position: absolute;
        bottom: -35px;
    }
    .player .player-info h3 {
        font-size: 22px;
        margin: 10px 0;
        background: #fff;
        padding: 0 10px;
    }
    .top5 {
        margin-bottom: 18px;
    }
    .top5 .tab-content {
        position: static;
    }
    .top5 .heading {
        background: #014bad;
        line-height: 26px;
        padding: 3px 3px 0px;
        color: #fff;
        font-size: 17px;
    }
    .top5 .heading strong {
        font-weight: normal;
        padding-right: 5px;
    }

    .top5 .heading-alt {
        text-align: left;
        padding-left: 10px;
    }
    .top5 .heading-alt a {
        color: #fff;
        font-size: 13px;
    }
    .top5 .ul-carousel {
        background-color: #a1a1a1;
        position: relative;
    }
    .top5 .premiership-block-carousel .btn-ul {
        display: none;
    }
    .top5 .premiership-block-carousel .groups-list ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        text-align: center;
        position: relative;
    }
    .top5 .premiership-block-carousel .groups-list ul li {
        display: inline-block;
        height: 28px;
        padding: 0;
        color: #fff;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #7d7d7d;
    }
    .top5 .premiership-block-carousel .groups-list ul li.active {
        background: #e1e1e1;
        color: #000;
    }
    .top5 .premiership-block-carousel .groups-list ul li a {
        height: 29px;
        display: block;
        line-height: 30px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
    }
    .top5 .premiership-block-carousel .groups-list ul li.active a {
        color: #000;
    }
    .top5 .premiership-block-carousel .popup-main-holder {
        overflow: hidden;
        position: relative;
    }
    .top5 .premiership-block-carousel .popup-main-holder > div {
        position: absolute !important;
        width: 100%;
    }
    .top5 .premiership-block-carousel .popup-main-holder > div .heading {
        display: none;
    }
    .top5 .premiership-block-carousel table.table tr td {
        text-align: center;
    }
    .top5 .premiership-block-carousel table.table tr td.big {
        text-align: right;
    }
    /* Article */
    .story {
        padding: 26px 0 0;
    }
    .story .heading {
        font-size: 15px;
        line-height: 30px;
        margin: 0 0 6px;
        padding: 0 15px;
    }
    .story h1 {
        font: 29px/24px 'south web extrabold', Arial, Helvetica, sans-serif;
        margin: 0 0 4px;
    }
    .story h2 {
        font-size: 19px;
        line-height: 21px;
        margin: 0 0 8px;
        font-weight: normal;
    }

    .story .heading .text-block{
        border-bottom:1px solid #c9c9c9;
        margin-bottom: 13px;
    }
    .story img {
        vertical-align: top;
    }
    .story .heading .info {
        color: #707070;
        display: block;
        padding: 0 2px 0 0;
    }
    .story .heading .info div.author-img-holder{
        height: 40px;
        width: 40px;
        border-radius: 50px;
        float: right;
        margin: -5px 0px 0px 10px;
        overflow: hidden;
        position: relative;
    }
    .story .heading .info img.author-img{
        height: 45px;
        width: auto;
        position: absolute;
        left: 50%;
        margin-left: -32px;
    }
    .story .heading .info span{
        vertical-align:middle;
    }
    .story .img-box {
        position: relative;
        margin: 0 0 12px;
    }
    .story .img-box img {
        width: 100%;
        height: auto;
    }
    .story .caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 13px;
        line-height: 14px;
        color: #ebebeb;
        padding: 7px 10px 3px;
        background: #000;
        background: rgba(0,0,0,0.8);
    }
    .story .social {
        text-align: left;
        padding: 0 15px;
        margin: 0 2px 8px;
    }
    .story .social img {
        width: initial;
    }
    .story .text {
        padding: 0 18px 0 20px;
        margin: 0 0 18px;
        font-family:Arial;
        font-size: 19px;
        line-height: 21px;
    }
    .story .arrow {
        display: inline-block;
        vertical-align: top;
        width: 14px;
        height: 15px;
        text-indent: -9999px;
        overflow: hidden;
        background: url(images/sprite.png) no-repeat -64px -34px;
        margin: -2px 3px 0 12px;
    }
    .story img.bullet {
        float: right;
        margin: 8px -3px 0 6px;
        background: #014bad;
        zoom: 0.92;
        width:initial;
    }
    /* End of Article */

    /* Article Sizes*/

    /*End of Article Sizes*/
    .story[size='1'] h1 {
        font: 29px/27px 'south web extrabold', Arial, Helvetica, sans-serif;
    }
    .story[size='2'] h1 {
        font: 31px/29px 'south web extrabold', Arial, Helvetica, sans-serif;
    }
    .story[size='3'] h1 {
        font: 33px/31px 'south web extrabold', Arial, Helvetica, sans-serif;
    }
    .story[size='1'] h2 {
        font-size: 21px;
        line-height: 23px;
    }
    .story[size='2'] h2 {
        font-size: 23px;
        line-height: 25px;
    }
    .story[size='3'] h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .story[size='1'] .heading {
        font-size: 17px;
        line-height: 18px;
    }
    .story[size='2'] .heading {
        font-size: 18px;
        line-height: 19px;
    }
    .story[size='3'] .heading {
        font-size: 20px;
        line-height: 21px;
    }
    .story[size='1'] .text {
        font-size: 21px;
        line-height: 23px;
    }
    .story[size='2'] .text {
        font-size: 23px;
        line-height: 25px;
    }
    .story[size='3'] .text {
        font-size: 25px;
        line-height: 27px;
    }
    .story[size='1'] .caption {
        font-size: 15px;
        line-height: 16px;
    }
    .story[size='2'] .caption {
        font-size: 17px;
        line-height: 18px;
    }
    .story[size='3'] .caption {
        font-size: 19px;
        line-height: 20px;
    }
    /* Day Events*/
    .table-box.add .day_events_header{
        position: absolute;
        top: 50%;
        right: 0;
        padding: 10px 25px 0;
        width: 100%;
        margin-top: -19px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .day_events_header span{
        font-size: 15px;
        vertical-align: top;
        color: #fff;
        line-height: 19px;
        font-family: 'southregular', Arial, Helvetica, sans-serif;
    }
    .day_events_header > a {
        float: left;
        margin-left: 70px;
    }
    .day_events_header > a img {
        width: 57px;    
    }
    .events_title{
        background: #ddeff9 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #ddeff9 0%, #ebf6fc 4%, #e2f3fb 16%, #e4f3fa 20%, #d7edfa 60%, #c7e4f6 96%, #d5ebf9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddeff9), color-stop(4%,#ebf6fc), color-stop(16%,#e2f3fb), color-stop(20%,#e4f3fa), color-stop(60%,#d7edfa), color-stop(96%,#c7e4f6), color-stop(100%,#d5ebf9));
        background: -webkit-linear-gradient(top, #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
        background: -o-linear-gradient(top, #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
        background: -ms-linear-gradient(top, #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
        background: linear-gradient(to bottom, #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
        font: 13px/14px 'southregular', Arial, Helvetica, sans-serif;
        color: #19559c;    
        display: block;
        overflow: hidden;
        border-bottom: 4px solid #19559c;
        position: relative;
        font-family: 'south web';
    font-size: 13px;
    }
    .events_title span {
        display: block;
        overflow: hidden;
        padding: 8px 10px 3px 0;
    }
    .events_title a.fb-share {
        position: absolute;
        top: 4px;
        left: 33px;    
    }
    .table_cont_daka
    {
       width:100%;
    }
    .table_cont_daka table
    {
        border-collapse:collapse;
        width:100%;
        direction:rtl;
        border:1px solid #c9e6f7;
 
    }
    .table_cont_daka table td
    {
        text-align:right;
        vertical-align:top;
       border-bottom:2px solid #c6e5f6;
       padding:20px 15px 10px;
       width: 84%;
       max-width: 84%;

    }
    .table_cont_daka table td p
    {
       font:normal 14px arial;
       color:#000;
       line-height:17px;
       padding:0px 18px;
       margin:0px;

    }
    .table_cont_daka table td.first
    {
        text-align:center;
        vertical-align:top;
       padding:20px 0px 22px;
       width:8%;
       background:#c6e5f6;
       border-bottom:2px solid #ffffff;
       font:normal 14px arial;
       color:#073c62;
        text-align:center;
    }
    .table_cont_daka table td.first img
    {
        margin-top: 10px;
        width:60%;
    }
    .table_cont_daka table iframe[src]
    { 
        width:100% !important;
        min-width: 100px !important;
    }
    .table_cont_daka table td > div
    {    
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .table_cont_daka table iframe.twitter-tweet-rendered
    {
        display:block !important;
        margin: 0 auto !important;
        max-width: 100% !important;
    }
    .table_cont_daka table td .fb_iframe_widget_fluid span
    {
        width:100% !important;
    }

    .table_cont_daka table blockquote.instagram-media p
    { 
        white-space:normal !important;
    }

    .table_cont_daka table td.flag
    {
        text-align:center;
        vertical-align:top;
       padding:20px 0px 22px;
       width:8%;
       min-width:50px;
       background:#e4f3fb;
       border-bottom:2px solid #ffffff;
        text-align:center;
    }
    .table_cont_daka table td.flag img
    {
        width:50%;
    }
    .table_cont_daka table .img_cont
    {
        width:90%;    
        position:relative;
        margin:8px 15px 0px 0px;
        overflow: hidden;
        min-width: 90% !important;
    }

    .table_cont_daka table .img_cont img
    {
        width:100%;    
    }
  
    .table_cont_daka table .img_cont .desc{
	    position:absolute;
	    right:1px;
	    bottom:0px;
	    width:100%;
	    color:#fff;
	    font-size:12px;
	    line-height:13px;
	    background:url(images/bg-desc.png);
    }
      .table_cont_daka table .img_cont .desc span{
	    display:block;
	    padding:4px 14px 4px;
        font: 12px Arial, Helvetica, sans-serif;
    }
    .table_cont_daka table tr.last td {
       border-bottom:1px solid #c9e6f7 !important;
    }
    .table_cont_daka .comments-flow,
    .pbp-page .comments-flow,
    .story .comments-flow {
        position: fixed;
        background: url(images/comment-flow.png) no-repeat 0 0;
        width: 48px;
        height: 48px;
        display: block;
        bottom: 5px;
        text-indent: -9999px;
        right: 5px;
        z-index: 2;

    }

    .btn-link{
	    background:#ddeff9 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZWZmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZWJmNmZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZTJmM2ZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjZTRmM2ZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZDdlZGZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTYlIiBzdG9wLWNvbG9yPSIjYzdlNGY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q1ZWJmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	    background: -moz-linear-gradient(top,  #ddeff9 0%, #ebf6fc 4%, #e2f3fb 16%, #e4f3fa 20%, #d7edfa 60%, #c7e4f6 96%, #d5ebf9 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddeff9), color-stop(4%,#ebf6fc), color-stop(16%,#e2f3fb), color-stop(20%,#e4f3fa), color-stop(60%,#d7edfa), color-stop(96%,#c7e4f6), color-stop(100%,#d5ebf9));
	    background: -webkit-linear-gradient(top,  #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
	    background: -o-linear-gradient(top,  #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
	    background: -ms-linear-gradient(top,  #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
	    background: linear-gradient(to bottom,  #ddeff9 0%,#ebf6fc 4%,#e2f3fb 16%,#e4f3fa 20%,#d7edfa 60%,#c7e4f6 96%,#d5ebf9 100%);
	    /*font:12px/14px 'southregular', Arial, Helvetica, sans-serif;
	    color:#30843d;*/
	    text-align:left;
	    display:block;
	    overflow:hidden;
	    border-bottom:1px solid #acd5e8;
	    position:relative;
    }
    .btn-link:after{
	    content:"";
	    position:absolute;
	    left:0;
	    right:0;
	    bottom:0;
	    height:0;
	    border-bottom:1px solid #fff;
    }
    .btn-link .arrow{
	    float:left;
	    width:40px;
	    height:27px;
	    text-indent:-9999px;
	    overflow:hidden;
	    border-right:1px solid #b7dbed;
	    -webkit-box-shadow: 1px 0 0 0 #fff;
	    box-shadow: 1px 0 0 0 #fff;
	    position:relative;
	    margin:0 12px 0 0;
    }
    .btn-link .arrow:after{
	    content:"";
	    position:absolute;
	    left:15px;
	    top:6px;
	    width:12px;
	    height:14px;
	    background: url(images/sprite.png) no-repeat -170px -44px;
    }
    .btn-link .link-text{
	    display:block;
	    overflow:hidden;
	    padding:8px 10px 0 0;
    }

    .articles .post{
	    overflow:hidden;
	    padding:14px 16px 12px;
	    font-size:15px;
	    line-height:15px;
	    border-top:1px solid #f0f0f0;
	    position:relative;
    }
    .articles .post:first-child{border:0;}
    .articles .post:first-child:after{display:none;}
    .articles .post:after{
	    content:"";
	    position:absolute;
	    left:0;
	    top:0;
	    right:0;
	    height:1px;
	    background:#cacaca;
    }
    .articles .post .img-box{
	    float:right;
	    width:33.333%;
	    margin:0 0 0 15px;
	    padding:4px 0 0;
    }
    .articles .post img{
	    width:100%;
	    height:auto;
    }
    .articles .post a.no_image img{
	    width: 80px;
        margin: 0 auto;
        display: block;
    }
    .articles .post .text{overflow:hidden;}
    .articles .post h2{
	    margin:0 0 8px;
	    font-size:15px;
	    line-height:15px;
	    font-weight:bold;
    }
    .articles .post h2 a{
	    color: #000;
        font: 15px/18px Arial, Helvetica, sans-serif;
        font-weight:bold;
    }
    .articles .post .sub-title{
	    display:inline-block;
	    vertical-align:top;
	    margin:0 0 5px;
    }
    .articles .post .sub-title a{
	    color: #000;
        font: 15px/18px Arial, Helvetica, sans-serif;
    }
    .articles .post time{
	    font-size:10px;
	    line-height:12px;
	    color:#626262;
    }
    /* End of Day Events*/

    .paging{
	    list-style:none;
	    margin:0;
	    padding:0;
	    text-align:center;
	    font-size:12px;
	    line-height:15px;
	    direction:ltr;
        margin: 18px 0 8px 0;
    }
    .paging li{
	    display:inline-block;
	    vertical-align:middle;
	    text-align:left;
	    margin:0 7px 0 7px;
    }
    .paging .next,
    .paging .prev{
	    display:block;
	    overflow:hidden;
	    width:11px;
	    height:17px;
	    text-indent:-9999px;
	    background: url(images/sprite-mondial.png) no-repeat -46px 2px;
    }
    .paging .next{
	    background-position:-61px 2px;
    }
    .paging a{
	    color:#014bad;
    }
    .paging a:hover,
    .paging li.active a{
	    color:#141c27;
    }


    /*Play By Play*/
    .play-box{
        background: #ebebeb;
	    padding:0 0 9px;
    }
    .play-box .divider{
	    font-size: 15px;
	    line-height: 18px;
	    color: #a1a1a1;
	    text-align:center;
	    padding:6px 13px 4px;
    }
    .play-box .divider .wrap{overflow:hidden;}
    .play-box .divider span{
	    display: inline-block;
	    vertical-align: top;
	    padding: 0 7px;
	    position: relative;
    }
    .play-box .divider span:before,
    .play-box .divider span:after{
	    content:"";
	    position: absolute;
	    height:1px;
	    background:#fff;
	    border-top:1px solid #a1a1a1;
	    top:6px;
    }
    .play-box .divider span:after{
	    left:-9999px;
	    right:100%;
    }
    .play-box .divider span:before{
	    right:-9999px;
	    left:100%;
    }
    .play-box .score{
        box-shadow: inset 0 2px 4px 0 #a1a1a1;
        background: #e1e1e1;
	    overflow:hidden;
	    text-align:center;
	    font-size:15px;
	    line-height:17px;
	    font-weight:bold;
	    border-radius:2px;
	    margin:0 13px 12px;
	    padding:3px 2%;
	    position:relative;
    }
    .play-box .score .left-item{
	    text-align: left;
	    width: 35%;
	    float: left;
    }
    .name{width: 65%;}
    .play-box .score .left-item img,
    .play-box .score .left-item .name,
    .play-box .score .right-item img,
    .play-box .score .right-item .name{
	    display:inline-block;
	    vertical-align:middle;
    }
    .play-box .score .left-item img{
        margin:0 0px 0 0;
        width: 24px;
        height: 19px;
    }
    .play-box .score .right-item img{
        margin:0 0 0 0px;
        width: 24px;
        height: 19px;
    }
    .play-box .score .right-item{
	    width: 35%;
	    text-align: right;
	    float: right;
    }
    .play-box .score a:hover{text-decoration:none;}
    .play-box .score a:hover .name{text-decoration:underline;}
    .play-box .score .score-box{
        background: #a1a1a1;
	    display: inline-block;
	    border-radius:2px;
	    padding:2px 3px 0;
        margin-top: 5px;
    }
    .play-box.matches_of_today .score .score_container{
        width:30%;
        float: left;
        text-align: center;
    }
    .play-box.matches_of_today .score .score_container .penalty{
        font-size: 12px;
    }
    .play-box.matches_of_today .score .score-box{
        margin: 0 -3px 0 -3px;
        min-width: 26px;
    }
    .play-box .text{
	    font-size:15px;
	    line-height:17px;
	    padding:0 12px;
        margin: 0 0 5px;
        min-height:17px;
    }
    .play-box .text .counter{
	    display:inline-block;
	    vertical-align:top;
	    position:relative;
	    padding:0 19px 0 0;
	    margin:0 0 0 7px;
    }
    .play-box .text .counter:after{
	    content:"";
	    position:absolute;
	    right:0;
	    top:1px;
	    background: url(images/sprite-mondial.png) no-repeat -30px 0;
	    width:14px;
	    height:14px;
    }
    .play-box .text .counter.not_started:after{
	    background: url(images/clock_white_i.png) no-repeat;	
        height: 15px;
        width: 15px;
        background-size: cover;
    }
    .play-box .text .channel{
	    display: inline-block;
        padding: 0px 25px 0px 0px;
        background: url(images/tv_i.png) right -1px no-repeat;
        margin: 0px 10px 0px 0px;
    }
    .play-box.events-box .title .channel {
        float:left;
        margin-left: 10px;
    }
    .play-box.events-box .score {margin-bottom: 6px;}
    .play-box.events-box .text .counter{margin: 0 0 0 16px;}
    .play-box.events-box .text .default-status{margin: 0 0 0 16px;}
    .play-box.events-box{
	    position: relative;
	    padding-bottom: 1px;
    }
    .play-box.events-box:after{
	    background: #fff;
	    height: 1px;
	    width: 100%;
	    content: "";
	    position: absolute;
	    bottom: 0;
    }
    .counter-holder{
	    text-align: center;
	    margin-bottom: 11px;
    }
    .players-wrap{padding: 0 5px 13px;}
    .players-wrap:after{
	    display: block;
	    clear: both;
	    content: "";
    }
    .players-wrap ul{
	    list-style: none;
	    margin: 0 0 0 2%;
	    padding: 0;
	    float: left;
	    width: 49%;
	    font-size: 12px;
	    line-height: 15px;
    }
    .players-wrap ul:first-child{
	    margin: -4px 0 0;
	    text-align: left;
    }
    .players-wrap ul.host{
        float:right;
        text-align:right;
    }
    .players-wrap ul.guest{
        float:left;
        text-align: left;
    }
    .players-wrap ul li{margin-bottom: 4px;}
    .slide-box.expandable-box{margin-bottom: 0;}
    .slide-box.expandable-box .opener{
	    text-indent: -9999px;
	    padding-bottom: 1px;
    }
    .events-box dl{
	    margin: 0;
	    padding: 8px 4px 0;
	    position: relative;
    }
    .events-box dl:before,
    .events-box dl:after{
	    width: 100%;
	    height: 1px;
	    position: absolute;
	    top: 0;
	    left: 0;
	    content: "";
    }
    .events-box dl:before{
        border-top: 1px solid #a1a1a1;
        background: #fff;
    }
    .events-box dl:after{
	    background: #fff;
	    top: -1px;
    }
    .events-box dl dt{
	    display: inline-block;
	    vertical-align: top;
	    margin-left: 3px;
    }
    .events-box dl dd{
	    overflow: hidden;
	    margin: 0 0 0 7px;
	    display: inline-block;
	    vertical-align: top;
	    font-weight: bold;
    }
    .slide-box.expandable-box table{
	    border-collapse: collapse;
	    width: 100%;
    }
    .slide-box.expandable-box table th{
	    font: 12px/14px 'southregular', Arial, Helvetica, sans-serif;
	    border-style: solid;
	    border-width: 0 1px 2px 0;
	    padding: 9px 28px 5px;
	    color: #19559c;
	    text-align: left;
    }
    .slide-box.expandable-box table th:first-child{
	    border-left: 0;
	    padding: 9px 17px 5px;
	    text-align: right;
    }
    .slide-box.expandable-box .seperator td{
	    background:#1c773a url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNzczYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMWM3NzNhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTglIiBzdG9wLWNvbG9yPSIjMjc3ZDNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjclIiBzdG9wLWNvbG9yPSIjMzM4NjNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjMzM4NzNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjMzg4ODNmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjNDI5MTQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjNTQ5YTQxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzMlIiBzdG9wLWNvbG9yPSIjNWI5ZDQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjNWJhMDQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjNjNhMzQzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY1YTU0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	    background: -moz-linear-gradient(top,  #1c773a 0%, #1c773a 4%, #277d3c 18%, #33863e 27%, #33873c 29%, #38883f 33%, #429140 41%, #549a41 67%, #5b9d43 73%, #5ba043 78%, #63a343 90%, #65a544 100%);
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c773a), color-stop(4%,#1c773a), color-stop(18%,#277d3c), color-stop(27%,#33863e), color-stop(29%,#33873c), color-stop(33%,#38883f), color-stop(41%,#429140), color-stop(67%,#549a41), color-stop(73%,#5b9d43), color-stop(78%,#5ba043), color-stop(90%,#63a343), color-stop(100%,#65a544));
	    background: -webkit-linear-gradient(top,  #1c773a 0%,#1c773a 4%,#277d3c 18%,#33863e 27%,#33873c 29%,#38883f 33%,#429140 41%,#549a41 67%,#5b9d43 73%,#5ba043 78%,#63a343 90%,#65a544 100%);
	    background: -o-linear-gradient(top,  #1c773a 0%,#1c773a 4%,#277d3c 18%,#33863e 27%,#33873c 29%,#38883f 33%,#429140 41%,#549a41 67%,#5b9d43 73%,#5ba043 78%,#63a343 90%,#65a544 100%);
	    background: -ms-linear-gradient(top,  #1c773a 0%,#1c773a 4%,#277d3c 18%,#33863e 27%,#33873c 29%,#38883f 33%,#429140 41%,#549a41 67%,#5b9d43 73%,#5ba043 78%,#63a343 90%,#65a544 100%);
	    background: linear-gradient(to bottom,  #1c773a 0%,#1c773a 4%,#277d3c 18%,#33863e 27%,#33873c 29%,#38883f 33%,#429140 41%,#549a41 67%,#5b9d43 73%,#5ba043 78%,#63a343 90%,#65a544 100%);
	    padding: 5px;	
    }
    .slide-box.expandable-box td{
	    padding: 2px 15px 15px 5px;
	    border-width: 0 1px 0 0;
	    border-style: solid;
	    border-color: transparent #014bad transparent transparent;
        position:relative;
    }
    .slide-box.expandable-box td.first-bench{
	    border-top:1px solid #014bad;
    }
    .slide-box.expandable-box td.no-border {
        padding: 0;
        border-left: none;
        border-right: none;    
        vertical-align: top;
        width: 50%;
    }
    .slide-box.expandable-box .blank-seperator td{padding: 9px;}
    .slide-box.expandable-box td:first-child{border-left: none;}
    .slide-box.expandable-box td span{
	
	    padding-right: 21px;
	    color: #959595;
	    font-size: 12px;
	    line-height: 13px;
        display: block;
        position: absolute;
    }
    .slide-box.expandable-box .title h2 {
        float: right;
    }
    .slide-box.expandable-box .show-hide-squad {
        float: left;
        color: #fff;
        margin-left: 20px;
        cursor: pointer;
    }
    .slide-box.expandable-box .show-hide-squad span::after {
        content: ' ';
        width: 20px;
        background: url(Images/up2.png) no-repeat 0 50%;
        height: 23px;
        display: block;
    }
    .slide-box.expandable-box .show-hide-squad span.closed::after {
        background-image: url(Images/down2.png);
    }
    .slide-box.expandable-box .squad{
        display:none;
    }
    .live-update{
        padding-top: 0px;
    }
    .live-update .heading{
        background:#ebebeb;
	    border-bottom: 1px solid #a1a1a1;
	    padding: 10px 10px 10px 15px;
	    position: relative;
    }
    .live-update .heading:after{
	    display: block;
	    clear: both;
	    content:"";
    }
    .txt-playbyplay5{
	    background: url(images/text-play2.png) no-repeat;
	    width: 179px;
	    height: 26px;
	    text-indent: -9999px;
	    overflow: hidden;
	    float: left;
	    margin-top: 5px;
    }
    .live-update .heading ul{
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    width: 45%;
	    float: right;
    }
    .live-update .heading ul li{
	    display: inline-block;
	    vertical-align: middle;
	    padding: 11px 6% 6px 10%;
	    position: relative;
	    border-left: 1px solid #a1a1a1;
	    text-align: center;
    }
    .live-update .heading ul li:before{
	    left: -2px;
	    height: 100%;
	    width: 1px;
	    background: #fafdfe;
	    position: absolute;
	    top: 0;
	    content: "";
    }
    .clock,
    .splash{
	    background: url(images/sprite-mondial.png) no-repeat;
	    text-indent: -9999px;
	    overflow: hidden;
	    width: 14px;
	    height: 14px;
	    display: block;
    }
    .clock{background-position:  -30px 0;}
    .splash{background-position: 0 -33px;}
    .post-area {
	    border-style: solid;
	    border-width: 1px 0;
	    border-color: #ebebeb #a1a1a1 #e1e1e1;
	    padding: 7px 11px 6px;
	    overflow: hidden;
	    line-height: 17px;
    }
    .post-area.break{background: #ebebeb;}
    .post-area .description{overflow: hidden;}
    .post-area .info-data{
	    float: right;
	    width: 24%;
	    margin-left: 1.7%;
	    padding-top: 5px;
    }
    .post-area.img .info-data{
	    float: none;
    }
    .post-area .info-data img{max-width: 19px;}
    .post-area p{margin: 0;}
    .post-area .time{
	    color: #fff;
	    background: #014bad;
	    font-size: 12px;
	    line-height: 15px;
	    font-weight: bold;
	    padding: 2px 5px;
	    display: inline-block;
	    vertical-align: top;
	    box-shadow: 2px 2px 0 0 #7d7d7d;
	    -webkit-box-shadow: 2px 2px 0 0 #7d7d7d;
	    margin-left: 6px;
    }
    .post-area .added-time{
	    background: #7d7d7d;
	    color: #fff;
	    font-size: 12px;
	    line-height: 15px;
	    font-weight: bold;
	    padding: 3px 5px 2px;
	    display: inline-block;
	    vertical-align: top;
	    box-shadow: 2px 2px 0 0 #7d7d7d;
	    -webkit-box-shadow: 2px 2px 0 0 #7d7d7d;
	    margin-left: 5px;
    }
    .post-area .description figure {padding: 8px 0;}
    .post-area .description figure > span{
	    display: block;
	    width: 83.5%;
	    margin-bottom: 4px;
    }
    .post-area.img .description figure > span{
	    width: 100%;
    }
    .post-area .description figure > span img{
	    display: block;
	    width: 100%;
	    height: auto;
    }
    .post-area .info-data figure{
	    background: #fff;
	    padding: 3px 9px;
	    text-align: center;
	    color: #313131;
	    font-size: 12px;
	    line-height: 15px;
	    margin-top: 2px;
	    display: inline-block;
    }
    .post-area .description figcaption{
	    font-size: 11px;
	    line-height: 12px;
    }
    .post-area .info-data figure > span{
	    display: block;
	    margin-top: -1px;
    }
    .slide-box.expandable-box td div.player-event.sub{
	    background: url('images/ico-switch.png') no-repeat 100%;
    }

    .slide-box.expandable-box td div.player-event.yellow{
	    background: url('images/ico-yellow-card.png') no-repeat 100%;
    }

    .slide-box.expandable-box td div.player-event.red{
	    background: url('images/ico-red-card.png') no-repeat 100%;
    }

    .slide-box.expandable-box td div.player-event.goal{
	    background: url('images/ico-football.png') no-repeat 100%;
        width: 15px;
    }

    .slide-box.expandable-box td div.player-event{
        margin: 5px 2px 0 0;
	    width:10px;
        height:12px;
        float:left;
        background-size: contain !important;
    }

    .game-table .penalty{
        font-size:12px;
    }

    .picture-page table {
        height:100%;
        width: 100%;
        border-collapse:collapse;
    }

    .picture-page table td{
        padding: 0;
    }

    .pic-page {
        position: relative;
    }
    .pic-page img {
        width:100%;
    }
    .pic-page figcaption{
        background: rgba(0,0,0,0.8);
        color: #ebebeb;
        position: absolute;
        font-family: 'south web';
        bottom: 0;
        width:100%;
        text-align:center;
        font-size:16px;
        font-weight:bold;
        line-height:26px;
    }

    .zoom-bar{
        margin: 15px 0 0px 0;
    }
    .zoom-bar a{
        display: inline-block;
        font-size:19px;
        height: 18px;
        font-weight:bold;
        line-height:25px;
        margin: 0 7px;
        padding-left: 15px;
        color:#7d7d7d;
        text-decoration:none;
        border-left: 1px solid #7d7d7d;
    }
    .zoom-bar a[size='3']{
        border:none;
    }
    .zoom-bar a[size='1']{font-size:21px;}
    .zoom-bar a[size='2']{font-size:23px;}
    .zoom-bar a[size='3']{font-size:25px;}
    .zoom-bar span{
        font-size:13px;
        color:#7d7d7d;
    }
    .zoom-bar a.active{
        color:#014BAD;
    }


    /* Active Games Control */
    .active-games ul{
        padding:0;
        margin:0;
        color:#fff;
        font-size: 15px;
    }
    .active-games ul li{
        display:block;
        height:40px;
        border-bottom: 1px solid #22252A;
        background: rgb(70,73,78); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(70,73,78,1) 0%, rgba(63,66,71,1) 38%, rgba(46,49,54,1) 93%, rgba(44,47,52,1) 97%, rgba(25,28,33,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,73,78,1)), color-stop(38%,rgba(63,66,71,1)), color-stop(93%,rgba(46,49,54,1)), color-stop(97%,rgba(44,47,52,1)), color-stop(100%,rgba(25,28,33,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(70,73,78,1) 0%,rgba(63,66,71,1) 38%,rgba(46,49,54,1) 93%,rgba(44,47,52,1) 97%,rgba(25,28,33,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(70,73,78,1) 0%,rgba(63,66,71,1) 38%,rgba(46,49,54,1) 93%,rgba(44,47,52,1) 97%,rgba(25,28,33,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(70,73,78,1) 0%,rgba(63,66,71,1) 38%,rgba(46,49,54,1) 93%,rgba(44,47,52,1) 97%,rgba(25,28,33,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgba(70,73,78,1) 0%,rgba(63,66,71,1) 38%,rgba(46,49,54,1) 93%,rgba(44,47,52,1) 97%,rgba(25,28,33,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46494e', endColorstr='#191c21',GradientType=0 ); /* IE6-9 */

    }
    .active-games ul li .time{
        width: 25%;
        height: 100%;
        float: right;
        line-height: 40px;
        vertical-align: middle;
        display: inline-block;
    }
    .active-games ul li .time span{
        display: inline-block;
        margin: 0 4px 0 0px;
        padding: 0 23px 0 0;
        background: url(images/clock.png) no-repeat 100% 10px;
        background-size: 20px;
        font-size:13px;
    }
    .active-games ul li table{
        width: 75%;
        float: left;
        background: #282B2F;
        display: inline-block;
        margin: 3px 0;
    }
    .active-games ul li table tbody{
        display:inline-table;
        width:100%;
    }
    .active-games ul li table span{
        display:inline-block;
        width:100%;
    }
    .active-games ul li table td{
        display:table-cell;
    }
    .active-games ul li table td.team{
        width: 33%;    
    }
    .active-games ul li table td.team span{
        display:block;
        width:100%;
        font-size:13px;
        line-height:12px;
    }
    .active-games ul li table td.flag{
        width: 8%;   
        text-align: center;
    }
    .active-games ul li table td.flag img{
        height: 24px;
        max-width:24px;
    }
    .active-games ul li table td.score{
        width: 18%;
    }
    .active-games ul li table td.score span{    
        display:inline-block;
        width:100%;
        line-height:25px;
        text-align:center;
        background:#AC0707;
    }

    /*
        NBA
    */
    .hp-new .title.sticky.nba h2{
        background: url(images/nba-logo2.png) no-repeat 100% 0px;
        padding: 0 20px;
        line-height: 30px;
    }
    .nba-stat-general .nba-stat-general-cont
    {
        background-color:#f6f6f6;
        padding:5px 5px;
        font-family:Arial;
        font-size:13px;
        line-height: 22px;
        font-weight:normal;
        color:#1b1b1b;
    }
    .nba-stat-general .nba-stat-general-cont table tr td:last-child
    {
        padding-right: 5px;
    }
    .nba-stat-general .team-stat-s1
    {
        font-weight:bold;
        font-size:15px;
        margin-left:15px;
    }
    .nba-stat-general .team-stat-s2
    {
        font-size:15px;
    }
    .nba-stat-general .team-stat-s3
    {
        font-weight:bold;
        width:55px;
        margin-left: 5px;
        display:inline-block;
    }

    .nba-games .title {
        margin-bottom:10px;
    }

    .nba-games .menu {
        overflow: hidden;
        background-color: #57595b;
        height: 31px;
        line-height: 31px;
        position: relative;
        margin-bottom:10px;
        color:#fff;
    }

    .nba-games .menu .menu-title{
        display: block;
        text-align: center !important;
        font-family: 'south web light';
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        line-height: 32px;
        background-color: transparent !important;
        position: inherit !important;
    }

    .nba-games .menu a.prev {
        float: right;
        display: block;
        width: 15px;
        height: 100%;
        background: transparent url(images/btn-right-white.png) no-repeat center;
        position: absolute;
        right: 12px;
        top: 0;
    }

    .nba-games .menu a.next {
        display: block;
        width: 15px;
        height: 100%;
        background: transparent url(images/btn-left-white.png) no-repeat center;
        position: absolute;
        left: 12px;
        top: 0;
    }

    .nba-games .score-list {
        color:#707070;
    }

    .nba-games .score-list .result-table {
        table-layout:fixed;
    }

    .nba-games .score-list .result-table tr.up td:last-child {
        text-align: right;
        background-color: #f6f6f6;
        padding: 0;
    }

    .nba-games .score-list .result-table tr.up td div.result-table-status {
        display: block;
        border-top: solid 1px #be9d53;
        border-bottom: solid 1px #be9d53;
        margin: 0;
    }

    .nba-games .score-list .result-table tr.up td div.result-table-status div{
        height: 23px;
        border-bottom:none;
        background-color: #be9d53;
        width: 123px;
        line-height: 23px;
        color: white;
        font-size: 14px;
        text-align: right;
        padding-right: 12px;
        font-family: 'south web light';
        font-weight: normal;
        direction:ltr;
    }

    .nba-games .score-list .result-table tr.up td div.result-table-status.finished div{
        background-color: #57595b;    
    }

    .nba-games .score-list .result-table tr.center td{
        border-bottom:none;
        padding-bottom: 10px;  
    }

    .nba-games .score-list .result-table tr.center td.gray-box{
        font-size:14px;
        direction:ltr;
        width:30%;
        display: inline-block;
    }
    .nba-games .score-list .result-table tr.center td:first-child,
    .nba-games .score-list .result-table tr.center td:last-child{
        width:30%;
        text-align:center;    
    }

    .nba-games .score-list .result-table tr.center td.result-table-homelogo,
    .nba-games .score-list .result-table tr.center td.result-table-guestlogo {
        width: 15%;    
    }

    .nba-games .score-list .result-table tr.center td.result-table-homelogo img,
    .nba-games .score-list .result-table tr.center td.result-table-guestlogo img {
        width: 40px;
    }

    .nba-games .score-list .result-table tr.center .team_name a {
        color:#707070;
    }

    .nba-games.euro-games .score-list .result-table tr.center .team_name a {
        color:#707070;
        max-width:100%;
        width:100%;
    }

    .nba-games .score-list .result-table tr.center .score {
        color:#000;
        font-size: 20px;
    }

    .nba-games .score-list .result-table tr.center td.result-table-vs{
        width: 10%;
    }

    .nba-games .score-list .result-table tr.center td.result-table-vs div{
        /*width: 40px;*/
    }

    .nba-table .score-list table .team-row .team-name{
        text-align:right;
    }

    .nba-table .score-list table .leaugue-stat-conf div{
        text-align:right;
        padding-right:15px;
        font-weight:bold;
    }
    .nba-table .score-list table .leaugue-stat-conf div a{
        text-align:left;
        position: absolute;
        left: 15px;
        font-weight:normal;
        color: #1e518c;
    }
    .nba-table .score-list table .division td{
        padding:0;
    }
    .nba-table .score-list table .division .leaugue-stat-div div{
        height: 29px;
        display: block;
        line-height: 30px;
        padding: 0 10px;
        color: #fff;
        font-size: 15px;
        background-color: #a1a1a1;
        width:50px;
    }

    .nba-top-players 
    {
        border-bottom:solid 1px #9e9e9e;
    }
    .nba-top-players .top-players-item
    {
        background-color:#ffffff;
        width:33.3%;
        float:right;
    }
    .nba-top-players .top-players-item.top-players-item-row
    {
        width:33.3%;
    }
    .nba-top-players .top-players-item-alt
    {
        background-color:#f6f6f6;
    }
    .nba-top-players .top-players-item div
    {
        text-align:center;
    }
    .nba-top-players .top-players-item .top-player-title
    {
        background-color:#9e9e9e;
        height:25px;
        line-height:26px;
        color:#fff;
        font-family:'south web light';
        font-weight:normal;
        font-size:12px;
    }
    .nba-top-players .top-players-item .top-player-pic
    {
        padding-top:10px;
    }
    .nba-top-players .top-players-item .top-player-pic img
    {
        height: 80px;
        max-width: 99px;
    }
    .nba-top-players .top-players-item .top-player-name
    {
        color:#313131;
        font-family:Arial;
        font-weight:bold;
        font-size:12px;
        line-height:16px;
        max-height:16px;
        overflow:hidden;
    }
    .nba-top-players .top-players-item .top-player-team
    {
        color:#313131;
        font-family:Arial;
        font-weight:bold;
        font-size:12px;
        max-height:16px;
        overflow:hidden;
        line-height:16px;
    }
    .nba-top-players .top-players-item .top-player-score
    {
        font-family:Arial;
        font-weight:normal;
        font-size:24px;
        color:#454545;
        height:25px;
        line-height:25px;
        margin-bottom:14px;
        margin-top:3px;
    }

    .pbp-page .article-block .cycle-gallery .slide {
        border:none;
    }

    /*.pbp-page .article-block .cycle-gallery .gallery-bar,*/
    .pbp-page .article-block .pbp-image .gallery-bar {
        display:none;
    }

    .pbp-page .article-block .cycle-gallery .gallery-bar a img{
        top:45%;
    }


    .pbp-page .article-block .pbp-image .slideset{
        list-style: none;
    }

    .pbp-page .article-block .pbp-image .slideset li img{
        width:100%;
    }

    .pbp-page .article-block .cycle-gallery .switcher {
        display:none;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(Images/bg-switcher.png);
        padding: 3px 0px 3px;
    }

    .pbp-page .article-block .cycle-gallery .switcher ul {
        margin: 0 4px 0 0;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 11px;
        line-height: 12px;
    }

    .pbp-page .article-block .cycle-gallery .switcher li {
        float: left;
        padding: 0 3px 0 5px;
    }

    .pbp-page .article-block .cycle-gallery .switcher a {
        color: #fff;
        float: left;
        border-top: 2px solid transparent;
        direction: ltr;
    }

    .pbp-page .article-block .cycle-gallery .switcher .active a {
        text-decoration: none;
        color: #ff9400;
        border-top: 2px solid #ff9400;
    }

    .pbp-page .article-block {
        background: #ebebeb;
        /*border-top: 1px solid #a1a1a1;*/
    }

    .pbp-page .article-block h2{
        margin:0;
        padding:10px;
        color:#000;
        text-align:center;
    }

    .pbp-page .article-block .meta {
        padding: 0 8px;
        list-style: none;
        overflow: hidden;
        margin: 9px 0 9px;
        color: #19559c;
        font-size: 13px;
        line-height: 14px;
    }

    .pbp-page .article-block .meta li {
    
        border-right: 1px solid #a1a1a1;
        padding: 0 5px;
        float: right;
    }

    .pbp-page .article-block .meta li:first-child {
        padding-right: 0;
        border-right: none;
    }

    .pbp-page .article-block .meta li.video-icon {
        float: left;
        border-right: none;
    }

    .pbp-page .article-block p {
        margin: 0;
        padding:8px;
    }
    .pbp-page .article-block p a{
        color:#000;
        font-size: 17px;
    }

    .pbp-page .article-block .link-holder {    
        padding: 0 8px;
        font-size: 17px;
    }
    .pbp-page .article-block .link-holder a{    
        color:#00A2E8;
        text-decoration:underline;
    }

    .pbp-page .article-block .link-holder img.video-icon {
        float: left;
        margin-top: 3px;
    }

    form.app-form .tlkb_cont{margin-bottom:50px;}


    .ActiveMatchesOfToday .cycle-gallery .gallery-bar {
        display:none;
    }

    .ActiveMatchesOfToday .cycle-gallery .mask .slideset{
        background:none;
    }

    .ActiveMatchesOfToday .cycle-gallery .mask .slideset .slide{
        border:none;
    }

    .ActiveMatchesOfToday .cycle-gallery .mask .slideset .slide .text{
        position:static;
        width:90%;
        margin:0 auto;
        padding:0;
    }


    .ActiveMatchesOfToday .slick-prev,
    .ActiveMatchesOfToday .slick-next {
        top: initial;    
        bottom: 1px;
        z-index:1;
    }

    .ActiveMatchesOfToday .slick-prev {
        left: 20px;
    }

    .ActiveMatchesOfToday .slick-next {
        right: 20px;    
    }

    .ActiveMatchesOfToday .slick-prev:before,
    .ActiveMatchesOfToday .slick-next:before {
        color:#000;
    }

    .ActiveMatchesOfToday .slick-dots {
        position: static;
        bottom: initial;
        width: auto;
        margin: 0 13px;
        border-radius: 2px;
        padding: 3px 0;
        border-top: 1px solid #898D90;
    }

    .ActiveMatchesOfToday .slick-dots li button:before {
        font-size:10px;
        color:#A2A2A2;
        opacity:1;
        top:1px;
    }

    .ActiveMatchesOfToday .slick-dots li.slick-active button:before {    
        color:#014bad;
        opacity:1;
    }

    .ActiveMatchesOfToday .slide_cont {    
        direction: rtl;
    }

    .ActiveMatchesOfToday .slide_cont a{
        color:#000;
    }

    .ActiveMatchesOfToday .slide_cont a .score{
        box-shadow:none;
        background:#fff;
        font-size:13px;
        line-height:17px;
        padding: 4px 2% 4px;
        display: table;
        width: 90%;
        margin: 0 auto 12px;
        direction:ltr;
    }

    .ActiveMatchesOfToday .slide_cont a .score .left-item{
        text-align:right;
        width:39%;
    }
    .ActiveMatchesOfToday .slide_cont a .score .right-item{
        text-align:left;
        width:39%;
    }

    .ActiveMatchesOfToday .slide_cont a .score .score_container{
        text-align:center;
        width:22%;
    }

    .ActiveMatchesOfToday .slide_cont a .score .left-item,
    .ActiveMatchesOfToday .slide_cont a .score .score_container,
    .ActiveMatchesOfToday .slide_cont a .score .right-item{
        display:table-cell;
        float:none;
    }

    .ActiveMatchesOfToday .slide_cont a .score .score-box{
        background: #252525;
        color: #fff;
        margin: 0 -2px;
        font-weight: normal;
    }

    .ActiveMatchesOfToday .slide_cont a .score .name{
        text-align:center;
        margin-top: 2px;
    }

    .ActiveMatchesOfToday .slide_cont a .score .left-item img{
        /*float: right;*/
    }

    .ActiveMatchesOfToday .slide_cont a .score .right-item img{
        /*float: left;*/
    }

    .ActiveMatchesOfToday .text .counter:after {
        top: 0;
        background: url(images/clock-blue.png) no-repeat;
        background-size: 14px 14px;
    }

    .ActiveMatchesOfToday .text .counter.not_started:after {
        background: url(images/clock-blue.png) no-repeat;
        width: 14px;
        height: 14px;
        background-size: 14px 14px;
    }

    .ActiveMatchesOfToday .text {
        height:33px;
        overflow:hidden;
    }

    .ActiveMatchesOfToday .text .counter{
        color: #014bad;
        font-weight:bold;
    }

    .ActiveMatchesOfToday.slick-slider {
        margin-bottom: 0;
    }

    .play-box.matches_of_today {
        padding: 0;
        margin: -5px 5px 5px 5px;
    }

    .play-box.matches_of_today .title {
        padding: 4px 0px 0px 0;
        margin-top:10px;
        background: none !important;
    }

    .play-box.matches_of_today .title h2 {
        display:none;
        float: right;
        font-weight:bold;
    }

    .play-box.matches_of_today .title a {    
        color: #014bad;    
        font-size: 15px;
        font-weight: bold;
        background: url(images/arrow_blue.png) no-repeat;
        background-size: auto 20px;
        background-position: 0px 2px;    
        line-height: 25px;    
        display: block;
        margin: 0 15px 0px;
        padding: 3px 0%;
    }

    .nba-menu .title.sticky h2 {
        line-height: 30px;
        display: inline-block;
        /*padding: 0 35px;
        background: url(images/hamburger-white.png) no-repeat 100% 6px;*/
    }

    .nba-menu .show-hide-links {
        float: right;
        display: inline-block;
    }

    .nba-menu .show-hide-links span:after{
        content: ' ';
        width: 30px;
        background: url(Images/hamburger-white.png) no-repeat 0 center;
        height: 25px;
        display: block;
    }

    /*.nba-menu .show-hide-links span:after{
        content: ' ';
        width: 30px;
        background: url(Images/x-white.png) no-repeat 40% center;
        background-size: 50%;
        height: 25px;
        display: block;
    }*/

    .nba-menu .stats-pages-list .link{
        background: #2765af;
        margin: 0;
        padding: 5px 0 10px 0;
        border-bottom: 1px solid #93b2d7;
    }

    .nba-menu .stats-pages-list .link a{
        color:#FFF;
    }

    .nba-menu .stats-pages-list {
        display: none;
        margin-top: 2px;
    }

    .img-box.alt .magnifier {
        height:29px;
        width:29px;
        position:absolute;
        right:20px;
        top:20px;
        background: url(Images/magnifier.png) no-repeat;
    }

    .picture-page .hp-new .gallery-page .share_bar ul li img {
        margin-top: 1px;
    }

    .gallery-page {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .gallery-holder {
        direction: ltr;
	    position: relative;    
    }

    .gallery-holder .gallery-images .fig-holder{
        display:block;
        direction:rtl;
    }

    .gallery-holder .gallery-images .fig-holder img{
        width:100%;
    }

    .gallery-page .gallery-button {
        position:absolute;
        top:0;
        width:30px;
        height:100%;
        cursor:pointer;
    }

    .gallery-page .gallery-button.prev {
        left:10px;
        background:url('images/arrow_white_r.png') center center no-repeat;
        background-size:30px 32px;    
    }

    .gallery-page .gallery-button.next {
        right:10px;
        background:url('images/arrow_white_l.png') center center no-repeat;
        background-size:30px 32px;
    }

    .post-area.twitter .info-data {
        float: none;
        margin-bottom:7px;
    }

    .pbp-page .post-area iframe[src]
    { 
        width:100% !important;
        min-width: 100px !important;
    }
    .pbp-page .post-area iframe.twitter-tweet-rendered
    {
        display:block !important;
        margin: 0 auto !important;
    }

    .pbp-page .post-area blockquote.instagram-media p
    { 
        white-space:normal !important;
    }


    /*====================================== PlayByPlay Basketball ============================================*/
    .upper_bar_holder {    
        font-family: 'south web light';
    }

    .upper_bar {
        width: 100%;
        border: 1px solid #C0C7CF;  
        border-bottom: none;
        padding: 10px 0;    
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #fbfcfe 59%, #fafcfb 60%, #fafcfb 65%, #f8fcfd 66%, #fafbfd 73%, #f7fbfc 74%, #f9fafc 80%, #f6faf9 81%, #f8f9fb 83%, #eef2f3 93%, #ecedef 95%, #e8edf0 97%, #e2e8e8 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(59%,#fbfcfe), color-stop(60%,#fafcfb), color-stop(65%,#fafcfb), color-stop(66%,#f8fcfd), color-stop(73%,#fafbfd), color-stop(74%,#f7fbfc), color-stop(80%,#f9fafc), color-stop(81%,#f6faf9), color-stop(83%,#f8f9fb), color-stop(93%,#eef2f3), color-stop(95%,#ecedef), color-stop(97%,#e8edf0), color-stop(100%,#e2e8e8));
        background: -webkit-linear-gradient(top, #ffffff 0%,#fbfcfe 59%,#fafcfb 60%,#fafcfb 65%,#f8fcfd 66%,#fafbfd 73%,#f7fbfc 74%,#f9fafc 80%,#f6faf9 81%,#f8f9fb 83%,#eef2f3 93%,#ecedef 95%,#e8edf0 97%,#e2e8e8 100%);
        background: -o-linear-gradient(top, #ffffff 0%,#fbfcfe 59%,#fafcfb 60%,#fafcfb 65%,#f8fcfd 66%,#fafbfd 73%,#f7fbfc 74%,#f9fafc 80%,#f6faf9 81%,#f8f9fb 83%,#eef2f3 93%,#ecedef 95%,#e8edf0 97%,#e2e8e8 100%);
        background: -ms-linear-gradient(top, #ffffff 0%,#fbfcfe 59%,#fafcfb 60%,#fafcfb 65%,#f8fcfd 66%,#fafbfd 73%,#f7fbfc 74%,#f9fafc 80%,#f6faf9 81%,#f8f9fb 83%,#eef2f3 93%,#ecedef 95%,#e8edf0 97%,#e2e8e8 100%);
        background: linear-gradient(to bottom, #ffffff 0%,#fbfcfe 59%,#fafcfb 60%,#fafcfb 65%,#f8fcfd 66%,#fafbfd 73%,#f7fbfc 74%,#f9fafc 80%,#f6faf9 81%,#f8f9fb 83%,#eef2f3 93%,#ecedef 95%,#e8edf0 97%,#e2e8e8 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e8e8',GradientType=0 );
    }

    .upper_bar .team_flag{
        border: 1px solid #C0C7CF;
        background: #fff;
        width: 85px;
        height: 85px;
        text-align:center;
        margin: 0 auto 10px;
    }

    .upper_bar .team_flag img{
        width: 65px;
        height: 65px;
        margin-top: 10px;    
    }

    .upper_bar .team_flag.host{
        /*float: right;*/
    }

    .upper_bar .team_flag.guest{
        /*float: left;*/
    }

    .upper_bar .tables_holder{    
        margin: 0 auto;
        width: 90%;
        text-align: center;
        font-family:'south web bold';
    }

    .upper_bar .score_table{
        width: 100%;
        text-align: center;
        font-family:'south web bold';
    }

    .upper_bar .score_table td.team_name{    
        font-size: 15px;
        width: 85px;
    }

    .upper_bar .score_table td.score{
        font-size: 35px;
        /* padding-top: 16px; */
        /* width: 75px; */
        vertical-align: top;
        font-family: Arial;
        font-weight: bold;
        padding: 2px 5px;
    }

    .upper_bar .score_table td.score.host{
        text-align:right;
    }
    .upper_bar .score_table td.score.guest{
        text-align:left;
    }

    .upper_bar .score_table td.time_holder{
    
        color:#fff;
        padding: 2px 5px 0;
        font-family: 'south web';
        height: 35px;    
        /*width: 160px;*/
    }

    .upper_bar .score_table td.time_holder span.qrt{
        background:#000;
        display:block;
        font-size: 14px;
        line-height: 16px;
        padding: 2px 0;
        width: 80%;
        margin: 0 auto;
    }

    .upper_bar .score_table td.time_holder span.time{
        background:#000;
        display:block;
        color:#fff;
        margin:0 auto;
        float:none;
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 2px;
        width: 80%;
    }

    .upper_bar .team_points{
        margin: 5px auto 0;
        width: 95%;
        text-align: center;
        font-family:'south web';
        border-collapse: collapse;
    }

    .upper_bar .team_points th{
        border: 1px solid #C0C7CF;
        /*width:50px;*/
    }

    .upper_bar .team_points th.title{
        border: 1px solid #C0C7CF;
        font-family: 'south web light';
        color:#fff;
        background:#8B939E;
        /*width:110px;*/
    }

    .upper_bar .team_points td{
        border: 1px solid #C0C7CF;
        color:#ff5a00;
        width:25px;
    }

    .upper_bar .team_points td.title{
        border: 1px solid #fff;
        font-family: 'south web light';
        color:#fff;
        background:#ff5a00;
        /*width:140px;*/
    }
    .upper_bar .refs_holder{
        margin: 15px auto 10px auto;
        width: 100%;
        text-align: center;
        font-family:'south web';    
    }

    .upper_bar .refs_holder span{
        font-family: 'south web light';
        font-size: 13px;
    }

    .upper_bar .refs_holder span.refs_title{
        font-family:'south web bold';   
        margin-left:5px; 
    }

    .details_holder {
        background:#fff;
        border: 1px solid #C0C7CF;
        border-top: none;
        padding: 10px 0;
    }

    .details_holder ul{
        margin: 0;
        padding: 0;
        text-align: center;
        font-family: 'south web light';
    }

    .details_holder ul li{
        display:inline-block;
        margin-left: 4px;
        line-height: 17px;
    }

    .details_holder ul li:first-child:before{
        display:none;
    }

    .details_holder ul li:before{
        content: '\2022';
        color: #ff5a00;
        font-size: 25px;    
        vertical-align: middle; 
        margin-left: 4px;  
    }

    .details_holder ul li span{
        color:#000;
    }

    .details_holder ul li span.det_title{
        color: #8B939E;
    }

    .menu_holder{
        font-weight: bold;
    }

    .menu_holder.sub_menu{
        font-family: 'south web light';
        font-weight: bold;
    }

    .menu_holder .main_menu {
        border-top:5px solid #000;
        background:#ff5a00;
    }

    .menu_holder .main_menu ul{
        margin: 0;
        padding: 5px 0 0 0;
    }

    .menu_holder .main_menu ul li{
        display: inline-block;
        width: 32%;
        text-align: center;
        padding: 0 0 4px 0;
        cursor:pointer;
    }

    .menu_holder .main_menu ul li span{
        display: block;
        border-left: 1px solid #fff;
        line-height: 24px;
    }

    .menu_holder .main_menu ul li:last-child span{
        border-left: none;
    }

    .menu_holder .main_menu ul li.active{
        color:#fff;
        background: url('images/Basketball/arrow_white.png') no-repeat;
        background-position: center 100%;
    }

    .menu_holder .main_menu ul li.active a,
    .menu_holder .main_menu ul li.active a:hover{
        color:#fff;    
    }

    .menu_holder .main_menu ul li a{
        color:#000;
        text-decoration:none;
    }

    .menu_holder .main_menu ul li a:hover{
        color:#000;
    }

    .menu_holder .sub_menu {
        background:#fff;
        border-bottom: 3px solid #ff5a00;
    }

    .menu_holder .sub_menu ul{
        margin: 0;
        padding: 5px 0 0 0;
    }

    .menu_holder .sub_menu ul li{
        display: inline-block;
        text-align: center;
        padding: 7px 17px 4px;
        cursor:pointer;
    }

    .menu_holder .sub_menu ul li span{
        display: block; 
        line-height: 19px;
    }

    .menu_holder .sub_menu ul li.active{
        color:#ff5a00;
        background: url('images/Basketball/arrow_orange.png') no-repeat;
        background-position: center 100%;
    }

    .main-block {
        margin-top:15px;
    }

    .main-block .events_tables_holder {    
        position:relative;
        margin: 0 0 15px;
    }

    .main-block .events_tables_holder .scroll_table {
        height:870px;
        overflow-y: auto;
        direction: rtl;
        margin-top: 57px;
        border: 1px solid #C0C7CF;
    }

    .main-block .events_table {
        width: 100%;
        border-collapse: collapse;
        font-family: Arial;
        direction:rtl;
    }

    .main-block .events_table tr.border td{
        height:3px;
        background:#ff5a00;
        border:1px solid #ff5a00;
    }

    .main-block .events_table tr:nth-child(2n + 1) td{
        background:#F5F5F5;
    }

    .main-block .events_table th{
        border:1px solid #C0C7CF;
        border-bottom: 2px solid #000;
        height: 30px;
        padding-top: 6px;
        font-family: 'south web light';
    }

    .main-block .events_table th.col_title{
        color: #8B939E;
        font-weight:normal;
    }


    .main-block .events_table th.team_name{
        font-size:14px;
    }

    .main-block .events_table td{
        border:1px solid #C0C7CF;
        font-size:14px;
        height: 30px;
        padding: 0px 10px 0;
    }

    .main-block .events_table td.score{
        font-weight:bold;
        text-align:center;
        width:40px;
    }

    .main-block .events_table tr td.event {
        width: auto;
        padding: 5px 10px;
    }

    .main-block .events_table tr:first-child td {
        border-top: none;
    }
    .main-block .events_table tr td:last-child,
    .main-block .events_table tr th:last-child {
        border-left: none;
    }
    .main-block .events_table tr td:first-child,
    .main-block .events_table tr th:first-child {
        border-right: none;
    }

    .team_stats {
        font-family: 'south web light';    
        margin-bottom: 15px;
    }

    .table_title {
        height: 35px;
        position:relative;
    }

    .table_title h3.team_name {
        display: block;
        color: #ff5a00;
        float: right;
        margin: 5px 5px 0 0;
    }

    .table_title img.arrow{
        height:20px;
        position:absolute;
    }

    .table_title img.arrow.right{
        right:190px;
    }

    .table_title img.arrow.left{
        left:20px;
    }

    .table_title .stats_button {
        display: inline-block;
        float: left;
        margin: 0px 0 0px 5px;
        width: 90px;
        height: 25px;
        background: #ff5a00;
        color: #fff;
        text-align: center;
        cursor: pointer;
        line-height: 28px;
    }

    .team_stats.no_btn .table_title .stats_button {
        display:none;
    }
    .team_stats .table_holder {
        /*width:100%;*/
        overflow-x:scroll;
        /*position:relative;*/
        margin-right: 165px;
    }
    table.stats_tbl {
        width: 645px;
        border-collapse: collapse;
    }

    table.stats_tbl th{
        text-align:center;
        font-weight:normal;
        border-bottom: 2px solid #ff5a00;
        border-top: 2px solid #000;
        height: 45px;
        vertical-align: bottom;
    }

    table.stats_tbl th:first-child{
        position:absolute;
        right:0px;
        width:16px;
        margin: -1px 0 0px 0;
        height: 14px;
        padding-top: 32px;
    }

    table.stats_tbl th.name{
        text-align:right;
        width:150px;
        position:absolute;
        right:15px;
        margin: -1px 0 0px 0;
        height: 14px;
        padding-top: 32px;
        background: #fff;
    }

    .main-block.court table.stats_tbl tr.player_stats {
        display:none;
    }

    .main-block.host .team_stats.guest {
        display:none;
    }

    .main-block.guest .team_stats.host {
        display:none;
    }

    .main-block.court table.stats_tbl tr.player_stats.on-court {
        display:table-row;
    }

    table.stats_tbl tr.player_stats td.name{
        text-align:right;
        width:150px;
        position:absolute;
        right:15px;
        margin: 1px 0 0 0;
        padding-top: 8px;
        height: 22px;
    }

    table.stats_tbl tr.player_stats td{
        text-align:center;
        height:30px;
        background:#F5F5F5;
    }

    table.stats_tbl tr.player_stats td:first-child{
        position:absolute;
        right:0px;
        width:16px;
        margin: 1px 0 0 0;
        padding-top: 8px;
        height: 22px;
    }

    table.stats_tbl tr.player_stats.alt td{
        background:#FFF;
    }

    table.stats_tbl th.border,
    table.stats_tbl td.border{
        border-left:1px solid #d2d2d2;
    }

    table.stats_tbl.partial tr.top_header,
    table.stats_tbl.partial tr.main_header th.full,
    table.stats_tbl.partial tr.player_stats td.full{
        display:none;
    }

    table.stats_tbl.full tr.main_header th.part,
    table.stats_tbl.full tr.player_stats td.part{
        display:none;
    }

    table.stats_tbl.full th{
        border-top: none;
        height: 30px;
    }

    table.stats_tbl.full tr.top_header td{
        border-top: 2px solid #000;
        text-align: center;
        color: #ff5a00;
        font-weight: bold;
        height: 35px;
        vertical-align: bottom;
    }


    /*================================= VOD ===============================================*/
    .hp-new .vod .title-holder {
        position:relative;
    }

    .hp-new .vod .title-holder .title-text {
        color: #000;
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 10px;
        padding: 3px 10px 5px 30px;
        display:block;
        font-family: 'south web bold';
        /*border-bottom: 1px solid #ECECEC;*/
    }

    .hp-new .vod .title-holder .share_icon {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 20px;
        background-size: 14px 14px;
        background-position-y: 100%;
    }

    .hp-new .vod .share_bar {
        bottom: 0;
        left: 5px;
        right: initial;
        width: 135px;
        height: 26px;
    }

    .vod-menu .links-list .item span {
        margin: 8px 40px 0 0;
        font-size: 15px;
        line-height: 17px;
        display: inline-block;
    }

    .vod-menu .links-list.scnd .item span {
        margin: 8px 20px 0 0;
    }

    .vod-menu .links-list.scnd .item.submenu span {
        margin: 8px 40px 0 0;
    }

    .vod-menu .links-list .item span.link-arrow {
        margin: 0 10px 0 0;
        font-size: 17px;
    }

    .vod-menu .links-list.scnd .item.submenu span.link-arrow {
        margin: 0 10px 0 0;
    }

    .vod-menu .links-list .item img {
        height:25px;
        width: auto;
        float:right;
    }

    .vod-menu .links-list .link {
        background-position-y: 5px;
    }

    .vod-menu .title.sticky {
        white-space:nowrap;
    }

    .vod-menu .title.sticky h2 {
        line-height: 30px;
        display: inline-block;
        padding: 5px 0;
    }

    .vod-menu .show-hide-links {
        float: right;
        display: inline-block;
    }

    .vod-menu .show-hide-links span:after{
        content: ' ';
        width: 30px;
        background: url(Images/hamburger-white.png) no-repeat 0 center;
        height: 36px;
        display: block;
    }

    .vod-menu .vod-pages-list .link{
        background: #424953;
        margin: 0;
        padding: 5px 0 10px 0;
        border-bottom: 1px solid #6B6F78;
    }

    .vod-menu .vod-pages-list .link li{
        box-shadow:none;
    }

    .vod-menu .vod-pages-list .link a{
        color:#FFF;
    }

    .vod-menu .vod-pages-list {
        display: none;
        margin-top: 2px;
    }

    .vod-menu .links-list {
        position:relative;
        background: #424953;
        max-height: 310px;
    }

    .vod-menu .links-list.scnd {
        display:none;
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        max-height:none;
    }

    .vod-menu .links-list ul{
        max-height: 310px;
        overflow: hidden;
        overflow-y: auto;
    }

    .vod-menu .vod-pages-list .link.back{
        padding: 0;
    }

    .vod-menu .vod-pages-list .link.back a{
        height: 100%;
        display: inline-block;
        background: #252B37;
        width: 35px;
        text-align: center;
        font-size: 30px;
        padding: 10px 0 5px 0;
        float: right;
    }

    .vod-menu .vod-pages-list .link.back span{
        height: 100%;
        display: block;
        background: #303741;
        color: #fff;
        padding: 10px 45px 5px 0;
        font-size: 15px;
    }

    .vod .video-list-container {
        /*margin-bottom: 10px;*/
    }

    .vod .load-more {
        height: 45px;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        border-radius: 5px;
    }

    .score-list .load-more {
        /*height: 45px;*/
        width: 90%;
        margin: 0 auto;
        text-align: center;
        border-radius: 5px;
    }

    .vod .load-more span{
        color: #fff;
        font-size: 22px;
        line-height: 45px;
        height: 42px;
        display: block;
        background: #014BAE;
        border-radius: 5px;
        padding-top: 3px;
    }

    .vod .load-more img{
        display:none;
        margin: 7px 0;
    }

    .vod .posts-list .item {
        position: relative;
        padding: 0 7px 0 15px;
    }

    .vod .posts-list ul li:first-child {
        border-top: none;
    }

    .vod .posts-list.scnd ul li:first-child {
        border-top: 1px solid #ECECEC;
    }

    .vod .posts-list ul li:last-child {
        border-bottom: none;
    }

    .vod .posts-list .star-score {
        font: 12px Arial, Helvetica, sans-serif;
        position: absolute;
        bottom: 18px;
        left: 15px;
        padding: 4px 16px 0 0px;
        color: #004AAE;
        background: url(Images/star-small.png) no-repeat 100% center;
        background-size: 15px;
    }

    .vod .sort-panel {    
        height: 32px;
        background: url(Images/filter.png) no-repeat;
        background-size: 18px;
        background-position: right 8px center;
        padding: 0 30px 0 0;
        line-height: 34px;
    }

    .vod .sort-panel a{
        color: #000;
        margin: 0 3px;
        padding: 2px 3px 0px 3px;
    }

    .vod .sort-panel img.loader{
        margin: 0px auto 0;
        display: none;
        height: 25px;
        padding: 5px 0 0 0;
    }

    .vod .sort-panel a.selected{
        background: #0042A9;
        color: #fff;
    }

    .vod .title-holder .star {
        height: 20px;
        margin-bottom: 10px;
        padding-right: 10px;
    }

    .vod .title-holder .star img{
        height: 100%;
    }

    .vod .search-panel {
        width: 97%;
        height:35px;
        margin: 10px auto;
        position:relative;
    }

    .vod .search-panel input{
        width: 100%;
        height: 32px;
        border: 1px solid #A9A9AE;
        border-radius: 3px;
        margin-right: -2px;
        padding: 0 2% 0 0;
        font-size: 16px;
    }

    .vod .search-panel input:focus{
        outline:none;
    }

    .vod .search-panel a{
        width: 40px;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 1px;
        background: url(Images/mag.png) no-repeat 5px center;
        background-size: 20px;
    }

    .vod .search-panel .err-msg{
        display: none;
        position: absolute;
        z-index: 2;
        background: #fff;
        border: #A9A9AE 1px solid;
        box-shadow: #1F1F1F -6px 5px 8px -4px;
        border-radius: 2px;
        top: 36px;
        padding: 3% 4%;
        right: 13px;
        width: 75%;
    }

        .vod .search-panel .err-msg:before {
            content: "";
            background: white;
            width: 14px;
            height: 14px;
            position: absolute;
            right: 5%;
            top: -5px;
            transform: rotate(45deg);
            z-index: 3;
            box-shadow: #A9A9AE -2px -2px 0px -1px;
        }

    .vod .search-panel .err-msg span{
        color: #D83232;
        line-height: 18px;
        font-size: 15px;
        font-family: Arial;
    }

    .vod-search-resaults {
        padding: 10px 5px;
        font-size: 15px;
        border-bottom: 1px solid #ECECEC;
    }

    .vod .banners-list-holder {
        position:relative;
        margin: 10px 0;
    }

    .vod .banners-list-holder .slick-slider{
        margin-bottom: 0;
    }

    .vod .banners-list-holder .fade-div {
        display: none;
    }

    .vod .banners-list-holder .fade-div.left{
        position:absolute;
        top:0;
        left:0;
        width:13%;
        height:100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,0)), to(rgba(255,255,255,1)));
    }

    .vod .banners-list-holder .fade-div.right{
        position:absolute;
        top:0;
        right:0;
        width:13%;
        height:100%;
        background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    }

    .vod .banners-list .banner{
        width:30%;
        margin: 0 3px;
    }

    .vod .banners-list .banner img{
        width:100%;
    }


    .video-carousel-holder {
        margin-bottom: 10px;
    }

    .video-carousel-holder .title a.vod-link{
        position:absolute;
        top:0;
        left:0;
        height:26px;
        width:30px;
        background: url(images/left2.png) center center no-repeat;
        border-right: 1px solid #ECECEC;
    }

    .video-carousel-holder .video-carousel{
        overflow: hidden;
        overflow-x: auto;
        padding: 10px 0 3px 0px;
    }

    .video-carousel-holder .video-carousel .items{
        white-space:nowrap;
    }

    .video-carousel-holder .video-carousel .vod-item{
        width: 113px;
        display: inline-block;
        margin-left: 5px;
    }

    .video-carousel-holder .video-carousel .vod-item a{
        position:relative;
        display:block;
    }

    .video-carousel-holder .video-carousel .vod-item img.item-img{
        width:100%;
    }

    .video-carousel-holder .video-carousel .vod-item img.vid-aud-icon{
        position:absolute;
        top:5px;
        left:5px;
        width:18px;
    }

        .video-carousel-holder .video-carousel .vod-item span.desc {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 113px;
            max-height: 30px;
            overflow: hidden;
            color: #fff;
            font-size: 11px;
            padding: 2px 2px 1px 2px;
            white-space: normal;
            background: url(images/black_bg.png) repeat;
        }


    .video-carousel-holder-web {
        margin-right: 0px;
        background-color:#E3E8EC;
    }

    .video-carousel-holder-web .title a.vod-link{
        position:absolute;
        top:0;
        left:0;
        height:29px;
        width:30px;
        background: url(images/left2.png) center center no-repeat;
        border-right: 0px solid #ECECEC;
    }

    .video-carousel-holder-web .video-carousel-web{
        overflow: hidden;
        overflow-x: auto;
        background-color: #E3E8EC;
        margin: 7px 4px 0 0;
    }

    .video-carousel-holder-web .video-carousel-web .items{
        white-space:nowrap;
    }

    .video-carousel-holder-web .video-carousel-web .vod-item{
        width: 113px;
        display: inline-block;
        margin-left: 5px;
    }

    .video-carousel-holder-web .video-carousel-web .vod-item a{
        position:relative;
        display:block;
    }

    .video-carousel-holder-web .video-carousel-web .vod-item img.item-img{
        width:132px;
        height: 90px;
    }

    .video-carousel-holder-web .video-carousel-web .vod-item img.vid-aud-icon{
        position:absolute;
        top:5px;
        left:5px;
        width:26px;
    }

    .video-carousel-holder-web .video-carousel-web .vod-item span.desc{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 97%;
        max-height: 68px;
        height: 28px;
        overflow: hidden;
        color: #fff;
        font-size: 11px;
        padding: 2px 2px 2px 2px;
        white-space: normal;
        background: url(images/black_bg.png) repeat;
    
    }


    .video-carousel-holder-web .title {
        background: #141C27;
        border:none;
        line-height: 26px;
        padding: 3px 3px 0px;
        min-height: 26px;
    }
    video-carousel-holder-web .title h2 {
        margin: 0 5px;
        font-size: 17px;
        text-align: right;
        font-weight:normal;
    }
    .video-carousel-holder-web .title.fb h2 {
        float:right;
    }

    .video-carousel-holder-web .title.sticky {
        position: relative;
        z-index: 2;
    }
    .video-carousel-holder-web .title.black {
        background: #141c27;
    }

    .video-carousel-holder-web .title.black h2 {
        margin: 0 5px;
        font-size: 18px;
        text-align: right;
        font-weight:normal;
    }

    .sorted-categories .links-list .link {
        background: url(images/arrow_gray.png) no-repeat;
        background-size: auto 16px;
    }

    .sorted-categories .links-list .link:last-child {
        margin-bottom:0;
        border-bottom:none;
    }

    .tm-banner.sticky {
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        right: 0;
        background:#FFF;
    }

    .posts-list .googleAd {
        padding: 5px 0 7px;
        border-bottom: 1px solid #ECECEC;
    }

    .posts-list .googleAd div{
        text-align:right;
    }

    /*

        COLORS OVERLAY BY BODY CLASS

    */


    /* Red Overlay */
    .color-alt-red .hp-new .title.sticky,
    .color-alt-red .score-list .heading,
    .color-alt-red .topx .heading,
    .color-alt-red .tab-content .heading,
    .color-alt-red .premiership-block .heading,
    .color-alt-red .player-info .heading,
    .color-alt-red .about-team .heading,
    .color-alt-red .team-players .heading,
    .color-alt-red .top5 .heading,
    .color-alt-red .item-table .heading,
    .color-alt-red .story img.bullet,
    .color-alt-red .add-comment,
    .color-alt-red .tlkb_item_add_talkback,
    .color-alt-red .tlkb_form_button_send {
        background: #d10202;
    }

    .color-alt-red .score-list .result-table tr.up a,
    .color-alt-red .score-list table tr.current-team td,
    .color-alt-red .score-list table tr.current-team td a,
    .color-alt-red .score-list table tr td a.link,
    .color-alt-red .about-team .text h3,
    .color-alt-red .zoom-bar a.active {
        color: #d10202;
    }

    .color-alt-red .hp-new .links-list .link {       
        background: url(images/arrow_red.png) no-repeat;
        background-size: auto 16px;
    }

    /* ----------------------------------------------------End Of Red -----------------------------------------------*/

    /* Orange Overlay */
    .color-alt-orange .hp-new .title.sticky,
    .color-alt-orange .score-list .heading,
    .color-alt-orange .topx .heading,
    .color-alt-orange .tab-content .heading,
    .color-alt-orange .premiership-block .heading,
    .color-alt-orange .player-info .heading,
    .color-alt-orange .about-team .heading,
    .color-alt-orange .team-players .heading,
    .color-alt-orange .top5 .heading,
    .color-alt-orange .item-table .heading,
    .color-alt-orange .story img.bullet,
    .color-alt-orange .add-comment,
    .color-alt-orange .tlkb_item_add_talkback,
    .color-alt-orange .tlkb_form_button_send {
        background: #ff5a00;
    }

    .color-alt-orange .score-list .result-table tr.up a,
    .color-alt-orange .score-list table tr.current-team td,
    .color-alt-orange .score-list table tr.current-team td a,
    .color-alt-orange .score-list table tr td a.link,
    .color-alt-orange .about-team .text h3,
    .color-alt-orange .zoom-bar a.active {
        color: #ff5a00;
    }

    .color-alt-orange .hp-new .links-list .link {       
        background: url(images/arrow_orange.png) no-repeat;
        background-size: auto 16px;
    }

    /* -------------------------------------------------------End Of Orange ------------------------------------------------------- */

    /* Green Overlay */
    .color-alt-green .hp-new .title.sticky,
    .color-alt-green .score-list .heading,
    .color-alt-green .topx .heading,
    .color-alt-green .tab-content .heading,
    .color-alt-green .premiership-block .heading,
    .color-alt-green .player-info .heading,
    .color-alt-green .about-team .heading,
    .color-alt-green .team-players .heading,
    .color-alt-green .top5 .heading,
    .color-alt-green .item-table .heading,
    .color-alt-green .story img.bullet,
    .color-alt-green .add-comment,
    .color-alt-green .tlkb_item_add_talkback,
    .color-alt-green .tlkb_form_button_send {
        background: #0e9b00;
    }

    .color-alt-green .score-list .result-table tr.up a,
    .color-alt-green .score-list table tr.current-team td,
    .color-alt-green .score-list table tr.current-team td a,
    .color-alt-green .score-list table tr td a.link,
    .color-alt-green .about-team .text h3,
    .color-alt-green .zoom-bar a.active {
        color: #0e9b00;
    }

    .color-alt-green .hp-new .links-list .link {       
        background: url(images/arrow_green.png) no-repeat;
        background-size: auto 16px;
    }

    /* -------------------------------------------------------End Of Green ------------------------------------------------------- */


    /* bluetravel Overlay */
    .color-alt-bluetravel .hp-new .title.sticky,
    .color-alt-bluetravel .score-list .heading,
    .color-alt-bluetravel .topx .heading,
    .color-alt-bluetravel .tab-content .heading,
    .color-alt-bluetravel .premiership-block .heading,
    .color-alt-bluetravel .player-info .heading,
    .color-alt-bluetravel .about-team .heading,
    .color-alt-bluetravel .team-players .heading,
    .color-alt-bluetravel .top5 .heading,
    .color-alt-bluetravel .item-table .heading,
    .color-alt-bluetravel .story img.bullet,
    .color-alt-bluetravel .add-comment,
    .color-alt-bluetravel .tlkb_item_add_talkback,
    .color-alt-bluetravel .tlkb_form_button_send {
        background: #043959;
    }

    .color-alt-bluetravel .score-list .result-table tr.up a,
    .color-alt-bluetravel .score-list table tr.current-team td,
    .color-alt-bluetravel .score-list table tr.current-team td a,
    .color-alt-bluetravel .score-list table tr td a.link,
    .color-alt-bluetravel .about-team .text h3,
    .color-alt-bluetravel .zoom-bar a.active {
        color: #043959;
    }

    .color-alt-bluetravel .hp-new .links-list .link {       
        background: url(images/arrow_green.png) no-repeat;
        background-size: auto 16px;
    }

    /* -------------------------------------------------------End Of bluetravel ------------------------------------------------------- */

    /* grey Overlay */
    .color-alt-grey .hp-new .title.sticky,
    .color-alt-grey .score-list .heading,
    .color-alt-grey .topx .heading,
    .color-alt-grey .tab-content .heading,
    .color-alt-grey .premiership-block .heading,
    .color-alt-grey .player-info .heading,
    .color-alt-grey .about-team .heading,
    .color-alt-grey .team-players .heading,
    .color-alt-grey .top5 .heading,
    .color-alt-grey .item-table .heading,
    .color-alt-grey .story img.bullet,
    .color-alt-grey .add-comment,
    .color-alt-grey .tlkb_item_add_talkback,
    .color-alt-grey .tlkb_form_button_send {
        background: #043959;
    }

    .color-alt-grey .score-list .result-table tr.up a,
    .color-alt-grey .score-list table tr.current-team td,
    .color-alt-grey .score-list table tr.current-team td a,
    .color-alt-grey .score-list table tr td a.link,
    .color-alt-grey .about-team .text h3,
    .color-alt-grey .zoom-bar a.active {
        color: #043959;
    }

    .color-alt-grey .hp-new .links-list .link {       
        background: url(images/arrow_blue.png) no-repeat;
        background-size: auto 16px;
    }

    /* -------------------------------------------------------End Of grey ------------------------------------------------------- */

    /* NBA Overlay */
    .color-alt-nba .hp-new .title.sticky,
    .color-alt-nba .score-list .heading,
    .color-alt-nba .topx .heading,
    .color-alt-nba .tab-content .heading,
    .color-alt-nba .premiership-block .heading,
    .color-alt-nba .player-info .heading,
    .color-alt-nba .about-team .heading,
    .color-alt-nba .team-players .heading,
    .color-alt-nba .top5 .heading,
    .color-alt-nba .item-table .heading,
    .color-alt-nba .story img.bullet,
    .color-alt-nba .add-comment,
    .color-alt-nba .tlkb_item_add_talkback,
    .color-alt-nba .tlkb_form_button_send {
        background: #1e518c;
    }

    .color-alt-nba .score-list .result-table tr.up a,
    .color-alt-nba .score-list table tr.current-team td,
    .color-alt-nba .score-list table tr.current-team td a,
    .color-alt-nba .score-list table tr td a.link,
    .color-alt-nba .about-team .text h3,
    .color-alt-nba .zoom-bar a.active {
        color: #1e518c;
    }

    /* ----------------------------------------------------End Of NBA -----------------------------------------------*/

    /* Black Overlay */
    .color-alt-black .hp-new .title.sticky,
    .color-alt-black .score-list .heading,
    .color-alt-black .topx .heading,
    .color-alt-black .tab-content .heading,
    .color-alt-black .premiership-block .heading,
    .color-alt-black .player-info .heading,
    .color-alt-black .about-team .heading,
    .color-alt-black .team-players .heading,
    .color-alt-black .top5 .heading,
    .color-alt-black .item-table .heading,
    .color-alt-black .story img.bullet,
    .color-alt-black .add-comment,
    .color-alt-black .tlkb_item_add_talkback,
    .color-alt-black .tlkb_form_button_send {
        background: #141c27;
    }

    .color-alt-black .score-list .result-table tr.up a,
    .color-alt-black .score-list table tr.current-team td,
    .color-alt-black .score-list table tr.current-team td a,
    .color-alt-black .score-list table tr td a.link,
    .color-alt-black .about-team .text h3,
    .color-alt-black .zoom-bar a.active {
        color: #141c27;
    }

    /* ----------------------------------------------------End Of Black -----------------------------------------------*/


    @media screen and (orientation:landscape){
      body.picture-page form #wrapper {
	    padding: 50px 0 50px 0;
	    height: initial;
	    }
	
	    .gallery-page {
	    position: relative;
	    top: 0;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	    }
    }


    /* ---------------------------------------------------------------------------------------------------*/
    .topxlist .popup-main-holder{
        height:auto !important;
    }
    .topxlist .popup-holder{
        position:inherit !important;
        display:block !important;
    }
    .topxlist .topx-list-item-title
    {
        text-align: center;
    
        background-color: #ebebeb;
        font-size: 15px;
        padding: 8px 2px 5px 2px;
        border-bottom: 1px solid #dcdcdc;
        font-weight: normal;
        padding-right: 10px;
    }
    .topxlist .popup-holder table tr th:last-child{
        width:120px;
    }
    .topxlist .popup-holder table tr td:first-child{
        width:50px;
    }
    .league-table-page #nav ul li#litabGames{
   
    }
    .league-table-page #nav ul li#litabGames a{
       width:140px;
    }
    .league-table-page #nav ul li#litabGames a:before{
       width:138px;

       -moz-transform: scale(1) rotate(0deg) translateX(64px) translateY(0px) skewX(-73deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(64px) translateY(0px) skewX(-73deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(64px) translateY(0px) skewX(-73deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(64px) translateY(0px) skewX(-73deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(64px) translateY(0px) skewX(-73deg) skewY(0deg);
    }
    .league-table-page #nav ul li a:before{
        /*width:94px;*/
        /*-moz-transform:none;
        -webkit-transform:none;
        -o-transform:none;
        -ms-transform:none;
        transform:none;*/
    }
    .league-table-page #nav ul #nav ul li:first-child a:before{
        /*width:94px;*/
    }
    .league-table-page #nav ul li.active a:before{
        /*-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(20deg) skewY(0deg);*/
    }
    .league-table-page #nav ul li a:before,
    .league-table-page #nav ul #nav ul li:first-child a:before,
    .league-table-page #nav ul li#litabGames a:before
    {
        -moz-transform:none;
        -webkit-transform:none;
        -o-transform:none;
        -ms-transform:none;
        transform:none;
    }
    .league-table-page #nav ul li.active a:before{
        -moz-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(40px) translateY(0px) skewX(-65deg) skewY(0deg);
    }

    .league-table-page #nav ul li a:before,
    .league-table-page #nav ul #nav ul li:first-child a:before{
        width:94px;
    }
    .league-table-page #nav ul li.active a:before,
    .league-table-page #nav ul #nav ul li.active:first-child a:before{
        width:80px;
    }
    .league-table-page #nav ul li.active#litabGames a:before{
        width:138px;
        -moz-transform: scale(1) rotate(0deg) translateX(71px) translateY(0px) skewX(-74deg) skewY(0deg);
        -webkit-transform: scale(1) rotate(0deg) translateX(71px) translateY(0px) skewX(-74deg) skewY(0deg);
        -o-transform: scale(1) rotate(0deg) translateX(71px) translateY(0px) skewX(-74deg) skewY(0deg);
        -ms-transform: scale(1) rotate(0deg) translateX(71px) translateY(0px) skewX(-74deg) skewY(0deg);
        transform: scale(1) rotate(0deg) translateX(71px) translateY(0px) skewX(-74deg) skewY(0deg);
    }

    .league-table-page #nav ul li#litabGames a span{
   
    }
    .league-table-page #nav ul li a{
        background:#90A1B3;
    }
    .league-table-page #nav{
        background:#90A1B3;
    }
    .league-table-page #nav ul{
        border-right: 1px solid #90A1B3;
    }
    .league-table-page #nav ul li.active a{
        background:#0E5ABA;
    }
    .color-alt-red .league-table-page #nav ul li.active a{
        background:#d10202;
    }
    .color-alt-orange .league-table-page #nav ul li.active a{
        background:#ff5a00;
    }
    .color-alt-green .league-table-page #nav ul li.active a{
        background:#0e9b00;
    }
    .color-alt-bluetravel .league-table-page #nav ul li.active a{
        background:#043959;
    }
    .color-alt-grey .league-table-page #nav ul li.active a{
        background:#59616c;
    }
    .color-alt-nba .league-table-page #nav ul li.active a{
        background:#1e518c;
    }
    .color-alt-black .league-table-page #nav ul li.active a{
        background:#141c27;
    }


    .league-table-page #nav {
        overflow-x: auto;
    }
    .header-leaugue-table
    {
        height:38px;
        background:#014bad;
    }

    .header-leaugue-table .date-title h1{
        line-height:38px;
    }

    .color-alt-red .header-leaugue-table,
    .color-alt-red .hp-new .title,
    .hp-new .color-alt-red .title {
        background: #d10202;
    }

    .color-alt-orange .header-leaugue-table,
    .color-alt-orange .hp-new .title ,
    .hp-new .color-alt-orange .title {
        background: #ff5a00;
    }

    .color-alt-green .header-leaugue-table,
    .color-alt-green .hp-new .title ,
    .hp-new .color-alt-green .title {
        background: #0e9b00;
    }

    .color-alt-bluetravel .header-leaugue-table,
    .color-alt-bluetravel .hp-new .title ,
    .hp-new .color-alt-bluetravel .title {
        background: #043959;
    }

    .color-alt-grey .header-leaugue-table,
    .color-alt-grey .hp-new .title ,
    .hp-new .color-alt-grey .title {
        background: #59616c;
    }

    .color-alt-nba .header-leaugue-table,
    .color-alt-nba .hp-new .title ,
    .hp-new .color-alt-nba .title {
        background: #1e518c;
    }

    .color-alt-black .header-leaugue-table,
    .color-alt-black .hp-new .title ,
    .hp-new .color-alt-black .title {
        background: #141c27;
    }

    .league-table-page .ranking-tables .tabset{
        text-align: right !important;
        min-width: 100%;
    }
    /*.league-table-page #conttabGames .tab-box .rgt-main{
        height:auto !important;
    }
    .league-table-page #conttabGames.init-league-table .tab-box .rgt-wrapper{
        position:inherit !important;
    }*/
    .league-table-loading
    {
        height: 16px;
        width: 16px;
        margin: 10px auto 9px auto;
        background: url('images/talkbacks_loader.gif') no-repeat 100%;
    }

    .refresh_shadow {
        background: url(images/refresh_btn.png) no-repeat;
        width: 149px;
        height: 36px;
        z-index: 2;
        text-align: center;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 65px;
        text-align: center;
        margin: 0 auto;
    }

    .loadingRefresh {
        height: 44px;
        width: 44px;
        margin: 0 auto;
        text-align: center;
        border-radius: 5px;
        position: fixed;
        bottom: 50%;
        z-index: 99;
        left: 0;
        right: 0;
    }



    /* -------------------------------------------------------End Of Carousel dynamic color ------------------------------------------------------- */

    .color-altCarousel-blue{
        background: #014bad !important;
    }
    .color-altCarousel-red{
        background: #d10202 !important;
    }
    .color-altCarousel-orange{
        background: #ff5a00 !important;
    }
    .color-altCarousel-grey {
        background: #59616c !important;
    }
    .color-altCarousel-black{
        background:  #141c27 !important;
    }
    .color-altCarousel-blue{
        background: #014bad !important;
    }
    .color-altCarousel-green {
        background: #0e9b00 !important;
    }

    .color-altCarousel-rio_red {
	    background:#ed1b24 !important;
    }
    .color-altCarousel-rio_light_green {
	    background:#63b32e !important;
    }
    .color-altCarousel-rio_orange {
	    background:#ee7202 !important;
    }
    .color-altCarousel-rio_navy {
        background: #004b88 !important;
    }
    .color-altCarousel-rio_green {
	    background:#008b3b !important;
    }
    .color-altCarousel-rio_purple {
	    background:#672879 !important;
    }
    .color-altCarousel-rio_light_blue {
	    background:#01abe4 !important;
    }
    .color-altCarousel-rio_blue {
	    background:#2564b9 !important;
    }

    /* -------------------------------------------------------Start Of videoArticle ------------------------------------------------------- */
    .videoArticle-carousel-holder {
        margin-bottom: 10px;
    }

    .videoArticle-carousel-holder .title a.vod-link{
        position:absolute;
        top:0;
        left:0;
        height:29px;
        width:30px;
        background: url(images/left2.png) center center no-repeat;
        border-right: 1px solid #ECECEC;
    }

    .videoArticle-carousel-holder .videoArticle-carousel{
        overflow: hidden;
        overflow-x: auto;
    }

    .videoArticle-carousel-holder .videoArticle-carousel .items{
        white-space:nowrap;
    }

    .videoArticle-carousel-holder .videoArticle-carousel .vod-item{
        width: 113px;
        display: inline-block;
        margin-left: 5px;
    }

    .videoArticle-carousel-holder .videoArticle-carousel .vod-item a{
        position:relative;
        display:block;
    }

    .videoArticle-carousel-holder .videoArticle-carousel .vod-item img.item-img{
        width:100%;
    }

    .videoArticle-carousel-holder .videoArticle-carousel .vod-item img.vid-aud-icon{
        position:absolute;
        top:5px;
        left:5px;
        width:18px;
    }

    .videoArticle-carousel-holder .videoArticle-carousel .vod-item span.desc{
        position:absolute;
        bottom:0;
        right:0;
        width:109px;
        max-height:24px;
        overflow:hidden;
        color:#fff;
        font-size: 11px;
        padding: 2px 2px 1px 2px;
        white-space: normal;
        background: url(images/black_bg.png) repeat;
    }


    .videoArticle-carousel-holder-web {
        margin-right: 0px;
        background-color:#E3E8EC;
    }

    .videoArticle-carousel-holder-web .title a.vod-link{
        position:absolute;
        top:0;
        left:0;
        height:29px;
        width:30px;
        background: url(images/left2.png) center center no-repeat;
        border-right: 0px solid #ECECEC;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web{
        overflow: hidden;
        overflow-x: auto;
        background-color: #E3E8EC;
        margin: 7px 4px 0 0;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .items{
        white-space:nowrap;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item{
        width: 113px;
        display: inline-block;
        margin-left: 5px;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item a{
        position:relative;
        display:block;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.item-img{
        width:100%;
        height: 90px;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.vid-aud-icon{
        position:absolute;
        top:5px;
        left:5px;
        width:26px;
    }



    .videoArticle-carousel-holder-web .title {
        background: #141C27;
        border:none;
        line-height: 26px;
        padding: 3px 3px 0px;
        min-height: 26px;
    }
    video-carousel-holder-web .title h2 {
        margin: 0 5px;
        font-size: 17px;
        text-align: right;
        font-weight:normal;
    }
    .videoArticle-carousel-holder-web .title.fb h2 {
        float:right;
    }

    .videoArticle-carousel-holder-web .title.sticky {
        position: relative;
        z-index: 2;
    }
    .videoArticle-carousel-holder-web .title.black {
        background: #141c27;
    }

    .videoArticle-carousel-holder-web .title.black h2 {
        margin: 0 5px;
        font-size: 18px;
        text-align: right;
        font-weight:normal;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web{
        overflow: hidden;
        overflow-x: auto;
        background-color: #E3E8EC;
        margin: 7px 4px 0 0;
    }


    .videoArticle-carousel-holder-web .videoArticle-carousel-web .items{
        white-space:nowrap;
    
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item{
        width: 100px;
        display: inline-block;
        margin-right: 5px;
  
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item a{
        position:relative;
        display:block;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.item-img{
       width: 230px;
       height: 100%;
       margin: 0px 32px;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.vid-aud-icon{
        position:absolute;
        top:5px;
        left:5px;
        width:26px;
    }

    .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item span.desc{
        position: absolute;
        bottom: 0;
        right: 33px;
        width: 96%;
        max-height: 30px;
        height: 30px;
        overflow: hidden;
        color: #fff;
        font-size: 11px;
        padding: 0px 3px;
        white-space: normal;
        background: url(images/black_bg.png) repeat;
    
    }

    .videoArticle-carousel-web {
        display: none;
   
    }

    .videoArticle-carousel-web.slick-initialized {
            display: block;
            text-align:right;
      
    }

    .whatupcarousel {
        position: absolute;
        bottom: 32px;
        left: -32px;
        background: white;
    }

    .whatupcarouselNoHeadline {
        position: absolute;
        margin-left: 1px;
        bottom: 0px;
        left: -32px;
    }
        .whatupcarouselNoHeadline a {
            vertical-align: text-top;
            background-color: white;
        }


        .result-form{
        overflow: hidden;
        margin: 0;
        padding: 0px 5px 0px 0px;
        background: #f5f5f5;
        background: -moz-linear-gradient(top,rgba(237,237,237,1) 0,rgba(248,248,248,1) 10%,rgba(253,253,253,1) 19%,rgba(255,255,255,1) 29%,rgba(254,254,254,1) 78%,rgba(248,248,248,1) 90%,rgba(237,237,237,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,237,237,1)),color-stop(10%,rgba(248,248,248,1)),color-stop(19%,rgba(253,253,253,1)),color-stop(29%,rgba(255,255,255,1)),color-stop(78%,rgba(254,254,254,1)),color-stop(90%,rgba(248,248,248,1)),color-stop(100%,rgba(237,237,237,1)));
        background: -webkit-linear-gradient(top,rgba(237,237,237,1) 0,rgba(248,248,248,1) 10%,rgba(253,253,253,1) 19%,rgba(255,255,255,1) 29%,rgba(254,254,254,1) 78%,rgba(248,248,248,1) 90%,rgba(237,237,237,1) 100%);
        background: -o-linear-gradient(top,rgba(237,237,237,1) 0,rgba(248,248,248,1) 10%,rgba(253,253,253,1) 19%,rgba(255,255,255,1) 29%,rgba(254,254,254,1) 78%,rgba(248,248,248,1) 90%,rgba(237,237,237,1) 100%);
        background: -ms-linear-gradient(top,rgba(237,237,237,1) 0,rgba(248,248,248,1) 10%,rgba(253,253,253,1) 19%,rgba(255,255,255,1) 29%,rgba(254,254,254,1) 78%,rgba(248,248,248,1) 90%,rgba(237,237,237,1) 100%);
        background: linear-gradient(to bottom,rgba(237,237,237,1) 0,rgba(248,248,248,1) 10%,rgba(253,253,253,1) 19%,rgba(255,255,255,1) 29%,rgba(254,254,254,1) 78%,rgba(248,248,248,1) 90%,rgba(237,237,237,1) 100%);
    }

    .result-form input[type="submit"], .result-form input[type="button"]{
        /*float: right;*/
        width: 52px;
        height: 22px;
        font-size: 12px;
        line-height: 15px;
        color: #014bad;
        font-weight: bold;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        cursor: pointer;
        margin: 7px 0 0 13px;
        padding: 0;
        float: left;
        background: #fff;
        background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(249,249,249,1) 5%,rgba(245,245,245,1) 53%,rgba(234,234,234,1) 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(5%,rgba(249,249,249,1)),color-stop(53%,rgba(245,245,245,1)),color-stop(100%,rgba(234,234,234,1)));
        background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(249,249,249,1) 5%,rgba(245,245,245,1) 53%,rgba(234,234,234,1) 100%);
        background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(249,249,249,1) 5%,rgba(245,245,245,1) 53%,rgba(234,234,234,1) 100%);
        background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(249,249,249,1) 5%,rgba(245,245,245,1) 53%,rgba(234,234,234,1) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(249,249,249,1) 5%,rgba(245,245,245,1) 53%,rgba(234,234,234,1) 100%);
    }


    /* -------------------------------------------------------Start Of videoArticle ------------------------------------------------------- */


    .videoArticle-icon {
        content: '';
        position: absolute;
        right: 21%;
        top: 35%;
        height: 40px;
        width: 40px;
        z-index: 1000;
        background: url(images/videosmallitem.png) no-repeat 0 0;
    }


    .makoTime {
        display: block;
        font-style: normal;
        color: #707070;
        font-size: 10px;
        position: absolute;
        bottom: 2px;
    }


.dominos_header {
    background: url(images/left2.png) center center no-repeat;
    float: left;
    margin: -24px;
    position: relative;
    right: 81px;
    z-index: 999999;
    width: 32px;
    height: 26px;
}


.dominos_headerpic{
    float: left;   left: 43px;  margin: -27px 0px 0px 0px;  position: relative;
}


.loadMoreFade {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /*background: linear-gradient(transparent 160px, white);*/


    /*background: linear-gradient(transparent 160px, white);
    background: , white;
    background: -moz-linear-gradient(top, #transparent 0%, transparent 50%, transparent 51%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(50%,transparent), color-stop(51%,transparent), color-stop(100%,white));
    background: -webkit-linear-gradient(top, transparent 0%,transparent 50%,transparent 51%,white 100%);
    background: -o-linear-gradient(top, transparent 0%,transparent 50%,#ff8b00 51%,white 100%);
    background: -ms-linear-gradient(top, transparent 0%,transparent 50%,#ff8b00 51%,white 100%);
    background: linear-gradient(to bottom, transparent 85%,white 80%,transparent 10%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='white',GradientType=0 );*/


}

    /*Iphone 6 Plus*/
    @media only screen and (max-width : 414px){

        .videoArticle-icon {
                top: 43%;
        }

         .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.item-img {
            width: 177px;
        }

         .whatupcarousel a{
             top: 0px;
         }

        .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item span.desc {
            width: 100%;
        }
    }

    /*Nexus*/
    @media only screen and (max-width : 412px){

        .videoArticle-icon {
            top: 40%;
        }

        .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.item-img {
            width: 176px;
        }

        .whatupcarousel a {
        top: -10px;
    }

       


    }

    @media only screen and (max-width : 384px){

        .videoArticle-icon {
            top: 35%;
        }

        .whatupcarousel a {
            top: -10px;
        }
         .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item span.desc {
            width: 100%;
        }
    }

    /*Iphone 6*/
    @media only screen and (max-width: 375px){

        .videoArticle-icon {
          right: 22%;
          top: 35%;
        }

        .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.item-img {
            width: 159px;
        }
        .whatupcarousel a {
        top: 0px;
        }



    }

    /*LG G2 */
    @media only screen  and  (max-width : 360px){

        .videoArticle-icon {
       
        }

        .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.item-img {
            width: 152px;
        }

        .whatupcarousel a {
            top: 0px;
        }

        
    }
 
    /*Iphone 5*/
    @media only screen and (max-width : 320px){

        .videoArticle-icon {
            right: 25%;
            top: 27%;
        }

        .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item img.item-img {
            width: 135px;
        }

        .whatupcarousel a {
            top: 0px;
        }

        .videoArticle-carousel-holder-web .videoArticle-carousel-web .vod-item span.desc {
            width: 100%;
        }

    } 

/* ------------- Flach -----------------*/
.counter_flach_cont {
    position: relative;
    width: 100%;
    height: 69px;
    margin: 0 0px 3px;
    /* background: url(../../Images/copa-counter.png) no-repeat; */
    color: #FFF;
}

    .counter_flach_cont .counter_banner {
        position: absolute;
        top: 2px;
        right: 50px;
        z-index: 2;
    }

    .counter_flach_cont .counter_time {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 20px;
        font-size: 25px;
        font-weight: bold;
        text-align: center;
    }

       .counter_flach_cont .counter_time.seconds {
           left: 67%;
        }

        .counter_flach_cont .counter_time.minutes {
               left: 52%;
        }

        .counter_flach_cont .counter_time.hours {
           left: 37%;
        }

        .counter_flach_cont .counter_time.days {
           left: 22%;
        }

    .counter_flach_cont .mondial_area_link {
        position: absolute;
        width: 100%;
        height: 56px;
        top: 2px;
        left: 2px;
    }

    .counter_flach_cont .counter_date {
        position: absolute;
        width: 80px;
        height: 20px;
        top: 36px;
        right: 63px;
        color: #1c4a75;
        font-family: 'south web';
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        display: none;
    }

    /* ------------- END Flach -----------------*/
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/*.slick-loading .slick-list { background: white url("./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; pointer-events: none;}
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}
/*@font-face {
  font-family: 'Lato';
  src: url('/media/font/Lato-Regular.eot');
  src: url('/media/font/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/media/font/Lato-Regular.woff') format('woff'), url('/media/font/Lato-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Lato';
  src: url('/media/font/Lato-Black.eot');
  src: url('/media/font/Lato-Black.eot?#iefix') format('embedded-opentype'), url('/media/font/Lato-Black.woff') format('woff'), url('/media/font/Lato-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Open Sans";
  src: url("/media/font/OpenSans-Regular.eot?");
  src: url("/media/font/OpenSans-Regular.eot?#iefix") format("eot"), url("/media/font/OpenSans-Regular.woff") format("woff"), url("/media/font/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Oswald";
  src: url('/media/font/Oswald.eot');
  src: url("/media/font/Oswald.eot?#iefix") format("embedded-opentype"), url("/media/font/Oswald.woff") format("woff"), url("/media/font/Oswald.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}*/

/*this file is to style the stats navigation menu without the rest of the styles and also put everything into a specific qualifier to minimize the impact on 
the licensee site. It should be 99% the same as the styles that are consolidated with the exception of having a specific parent class */


#global-nav #edition_wrapper{
    display:none;
    height:46px;
    line-height:45px;
    background-color: grey;
    color:#fff;
    clear: both;
}
#global-nav #edition_wrapper.edition_open{
  display:block;
}
#global-nav #edition{
  margin-left:20px;
}

#global-nav #edition.edition_open,
#global-nav #edition_message.edition_open{
  display:block;
}
#global-nav #edition.edition_closed,
#global-nav #edition_message.edition_closed{
  display:none;
}


#global-nav {
	margin-bottom: 0;
	background: #002954;
}

#global-nav .container {
  min-height: 40px;  /*different than consolidated ??*/
}


#global-nav .navbar-toggle {
	display: none;
}
#global-nav .nav {
	list-style: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#global-nav .navbar-nav li {
	float: left;
	display: block;
	position: relative;
}

#global-nav .navbar-nav li.dropdown ul li{
	float: none;
}
#global-nav .nav.navbar-nav li a{
	color: #fff;
	padding-top: 4px;
	padding-bottom: 0;
	line-height: 20px;
	position:relative;
	display: block;
	padding: 10px 15px;
	text-decoration: none;

}
#global-nav .nav.navbar-nav li a:hover {
	background-color: #1a477b;
	text-decoration: none;
	outline: 0;
}
#global-nav ul.dropdown-menu {
	z-index: 1010;
	background:#1a477b;
	position: absolute;
	top: 40px;
	left:0;
	float:left;
	min-width: 160px;
	padding: 0;
	list-style: none;
	display: none;
}

#global-nav ul.dropdown-menu li{
  border: 1px solid #002954;
}

#global-nav .nav.navbar-nav li ul li a {  
	padding: 0 15px;
}
#global-nav li.dropdown:hover  ul.dropdown-menu {
	display: block;
}

/*add style for mobile view*/
#global-nav #edition-mobile {
	display: none;
}
#global-nav form {
	display: block;
}
#global-nav li.dropdown {
	display: block;
}
#global-nav ul.nav{ margin:0; padding: 0; }


@media(max-width:767px) {
    /*
  .hidden-sm {
    display: none;
  }*/
    /*add style for mobile view*/
    #global-nav { /*margin-bottom: 20px;*/
    }

        #global-nav ul.nav {
            margin: 0;
            padding: 0;
        }

        #global-nav .nav > li {
            display: inline-block;
        }

        #global-nav li.edition-site {
            float: right;
        }

        #global-nav li.dropdown {
            display: none;
        }

        #global-nav form {
            display: none;
        }

        #global-nav #edition_wrapper {
            height: 40px;
            line-height: 40px;
        }

        #global-nav #edition {
            margin-left: 10px;
            margin-right: 10px;
            text-align: center;
        }

        #global-nav #edition-mobile {
            display: block;
        }

        #global-nav .edition-label {
            margin-right: 5px;
            color: #bababa;
            height: 36px;
            display: inline-block;
            vertical-align: middle;
        }

        #global-nav select#edition-select {
            width: 50%;
            /*   background-image: url(../../media/img/global/dropdown-button.svg);*/
            background-repeat: no-repeat;
            border: 2px solid #454545;
            background-color: #454545;
            color: #fff;
            vertical-align: middle;
            line-height: 20px;
            height: 30px;
            margin-right: 5px;
        }

        #global-nav .edition-go {
            width: 10%;
            height: 30px;
            line-height: 34px;
            background-color: #2a6cb6;
            cursor: pointer;
            text-align: center;
            display: inline-block;
            vertical-align: middle;
        }
}

    .nba-store{
        display: inline-block;
        width: 133px;
        margin: 0;
        width:49%;
        background-size:cover;
    }

        .nba-store img {
            vertical-align: inherit;
            text-align: center;
            width: 100%;
            height: auto;
            margin-left: 3px;
        }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{text-decoration:none !important}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:0px;margin-left:0px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:0px;padding-left:0px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/*# sourceMappingURL=bootstrap.min.css.map */
