    @font-face {
    font-family: 'Compromis';
    src: url('../fonts/akkurat-webfont.eot');
    src: url('../fonts/akkurat-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/akkurat-webfont.woff') format('woff'),
         url('../fonts/akkurat-webfont.ttf') format('truetype'),
         url('../fonts/akkurat-webfont.svg#AkkuratRegular') format('svg');
    font-weight: normal;
    font-style: normal;

	}/*
    @font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon-webfont.eot');
    src: url('../fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon-webfont.woff') format('woff'),
         url('../fonts/socicon-webfont.ttf') format('truetype'),
         url('../fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    }*/
    body {
    	background: #F1F2F3;
    }
    .top-bar {
    	background: #FFF;
    	padding: 8px 0;
    	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
    	position: relative;
    	z-index: 1000;
    }


    .main-content {
    	
    	margin-top:20px;
    	
    }
   
    .main-block {
        background: #FFF;
        border-radius: 7px;
    	padding: 20px;
    }
    .action {
        background: #FFF;
        border-radius: 7px;
        margin-top: 20px;
	}
    .sentences p, .sentences li {
    	font-size: 17px;
    	font-weight: 300;
    	text-align: justify;
    	line-height: 180%;
    }
	.sentences li  {
		margin: 15px 0;
	}
	
    .action-tweet {
        color: #FFF;
        font-family: 'socicon' !important;
        
        -webkit-font-smoothing: antialiased;
    }
    .stylized {
        font-family: Trocchi;
        font-size: 30px;
        color: #FFF;   
        background: linear-gradient(270deg, #D4432F, #E28333);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 0;
        border-radius: 5px;
    }

	.upper-nav-one > li > a { padding: 6px 15px; }
	.upper-nav { font-family: 'Helvetica Neue', arial, sans-serif; z-index: 100000; }
    .upper-nav a:hover { text-decoration: none; }
	
	.language {
		text-align: right;
		font-size: 16px;
		margin-top: 10px;
	}
	
.nav-tabs {
	margin-bottom:15px;
	font-weight: 300;
	font-size: 16px;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-top: 15px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



    .header {
    	color: #FFF;
    	background: #dc6e29 url(../images/background-rita.jpg);
		background-size: auto 100%;
		
		-webkit-animation: HeaderOrange 180s linear infinite;
		-z-animation: HeaderOrange 180s linear infinite;
		-o-animation: HeaderOrange 180s linear infinite;
		animation: HeaderOrange 180s linear infinite;
    }
    .header h1 {
    	font-family: Compromis;
    	font-weight: 400;
    	font-size: 40px;
    	margin: 0;
    }

.line span, .line {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;   
  box-sizing: border-box;
}
/*
.background {
	background: url(../images/background.jpg);
	margin: -20px;
	border-radius: 5px 5px 0 0;
	padding: 30px 50px;
}
.background .row {
	background:#FFF;
	background:rgba(255,255,255,0.9);
	padding: 10px;
	border-radius: 5px;
	margin-top: 40px;
}
*/
.r01, .redacted-last {
	background: transparent !important;
}
.redacted {
	background: #000;
	height: 30px;
	margin: 0 -10px 10px -10px;
	
}
.hashtags {
	text-align: right;
	font-size: 28px;
	margin-top: 3px;
	color: #d96513;
	

}
.redacted-last {
	margin-bottom: 0;
	margin-bottom:10px;
}
.header h1.word {
	font-size: 40px;
	margin: -5px -10px 0 -10px;
}
.r07 {
	margin-left: -50px;
}
.r08 {
	padding: 5px;
	text-align: center;
}
.amount {
	text-align: right;
}
table.dataTable thead > tr > th {
	padding-right: 23px !important;
}
.dataTables_length, .dataTables_info {
	display: none;
}
a.more {
	background: #BBB;
	color: #FFF;
	padding: 3px 10px;
	border-radius: 10px;
}
a.more:hover {
	background: #DB6334;
}

.iframe-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } 
.iframe-container iframe, .iframe-container object, .iframe-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
a.fbl {
	color: #222;
	text-decoration: none;
}
a.fbl:hover {
	color: #e9710f;
	text-decoration: underline;
}
.ah {
	display: none;
}
.lead {
	line-height: 175%;
}
.lead-val {
	font-size: 16px;
}
.lead-cas {
	font-size: 16px;
	color: #555;
}
.amount {
	text-align: right;
}
    @-webkit-keyframes HeaderOrange {
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
		}
		@-moz-keyframes HeaderOrange {
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
		}
		@-o-keyframes HeaderOrange {
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
		}
		@keyframes HeaderOrange { 
		    0%{background-position:0% 50%}
		    50%{background-position:100% 50%}
		    100%{background-position:0% 50%}
	}

    @media screen and (max-width: 940px) { 
        .upper-nav { display: none; }
    }
    @media screen and (max-width: 600px) { 
        .upper-nav { display: none; }
        .header h1 {
            font-size: 18px;
        }
        .header h2 {
            font-size: 28px;
        }
        .top-bar {
            text-align: center;
        }
        .language {
	        margin-top: 7px;
	        border-top: 1px #DDD solid;
	        float: none;
	        text-align: center;
	        padding-top: 7px;
        }
        .main-block {
	        margin: 0 -15px;
        }
    }