html, body{
background-color:#000000; //This sets the background color to black
color:#0000FF; //This sets the text to blue, so you can read it on webpages set to use defaults; white is too hard on my eyes and if you dont put this it will be black on black
}
body { 
    background: black;
    font-size: 87.5%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
    color: #999;
    padding: 0;
    margin: 0;
    font-size: 15px; 
}
body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #303030;
}

#container_header {
    width:100%;
    background:#000;
    height:80px;
}

#header {
    width:100%;
    height:auto;
    max-width:960px;
    margin:0 auto;
    min-width:320px;

}
#ano_logo {
    width:25%;
    float:left;
}
#header h1 {
    margin:0;
    padding-left:55px;
    padding-top:23px;
    color:#d8452e;
}
#header h1 span {
    color:#fff;
font-size: 20px;
}

#content {
    padding:10px 20px 0px 20px;
    clear:both;

}
.sub_content {
    font-size: 15px;
}

.nav_symbols {
    padding-top: 30px;
}

#content h1 {
    font: bold 20px "Century Gothic", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    border-right: 1px solid #161616;
    border-left: 1px solid #161616;
    border-bottom: 1px solid #151515;
    border-top: 1px solid #303030;
    margin: -8px -20px;
    padding-bottom: 10px;
    padding-top: 10px;
    Padding-left: 45px;

    color: #EEE;
    line-height: 1em;
}

h2 {
    font-size: 20px;
    padding: 0.7em 0;
    color: #EEE;
}

#footer {
    /*margin-top: 30px;*/
    clear: both;
    text-align: center;
}

#footer_inside {
    margin-top: 10px;
    font-size: 12px;
}

img {
    border: 0;
}

a {
    color: #d8452e;
    font: bold 13px Verdana, arial, helvetica, sans-serif;
    text-decoration: none;

}

a:hover {
    text-decoration: none;
}

.ad{
    margin: 10px;
}

.inside p {
    font-size: .88em;

}


.clearer {
    clear: both;
}

.sp16 {
    height: 16px;
}

fieldset {
    border: 0;
    color: #999;
    font: bold 11px Verdana, arial, helvetica, sans-serif;
    padding: 8px 0;
}

label {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
}

textarea {
    display: block;
    background: #bbb;
    height: 125px;
    margin-bottom: 6px;
    overflow: auto;

}

input, button, textarea {
    border: 1px solid #666;
}

input#keywordsInput {
    background: #bbb;
    margin-bottom: 6px;
}

input#markAll, input#submitButton, .anonym_FormSubmit {
    background: #404040;
    color: #999;font-family:'Raleway', sans-serif;
}

.anonym_input {
    background: #bbb;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: https://www.dynamicdrive.com/style/ */
#modernbricksmenu {
    width:75%;
    float:right;
}
#modernbricksmenu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    float:right;
    margin-top:25px;
}
#modernbricksmenu li {
    float:left; /*pour IE*/
}
#modernbricksmenu ul li a {
    display:block;
    float:left;
    width:95px;
    line-height:35px;
    color:#fff;
    text-decoration:none;
    text-align:center;
text-transform: uppercase;
font-size:10px;
}
#modernbricksmenu ul li a:hover {
    color:#d8452e;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
#modernbricksmenu #current a{ /*currently selected tab*/
                              /*                              color: #fff;
                                                            background:#d8452e;
                                                            border-radius:9px;
                                                            font-weight:bold;*/
}

div.error, div.message{
    font-weight:bold;
    border:2px solid #FF8301;
    background:#DDDDDD;
    padding:10px;
    margin:5px 5px 15px 5px;
    margin-top:0px;
}
div.error{
    color:#FF0000;
}
div.message{
    color:#008000;
}

.clear_ano {
    display:none;
    width:100%;
    height:1px;
}
.ano_fa, .zone_fa {
    color:#fff !Important;
}
.zone_fa {
    font-size:50px !Important;
    margin-top:20px;
    width:100%;
}
.detail_link_content {
    width: 96%;
    margin:0 auto;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f14c2e 0%, #d8452e 100%) repeat scroll 0 0;
    border-radius:15px;
    height:115px;
}
.detail_link_content:hover {
    background:#444;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.details_text {
    color:#fff;
}



#page {
box-shadow: 0 0 20px #000;
    width:100%;
    max-width:850px;
    position:relative;
    
    min-width:320px;
background: #212121 repeat-x scroll center bottom;
    /*box-shadow:0 0 6px 6px #111;*/
    margin: 0px auto;
        margin-bottom: 5px;

}


#footer {
    /*margin-top: 30px;*/
    clear: both;
    text-align: center;
    /*background:#000;*/
    /*padding-bottom:40px;
    padding-top:12px;*/
    position:relative;
    bottom:0;
    min-width:320px;
}

#footer_inside {
    margin-top: 10px;
    font-size: 14px;
    width:100%;
    max-width:960px;
    margin:0 auto;
    color:white;
} 
input#markAll, input#submitButton, .anonym_FormSubmit {
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f14c2e 0%, #d8452e 100%) repeat scroll 0 0;
    color: #fff;
    border: 1px solid #de3723;
    cursor:pointer;

}

.ano_input {
    width: 80%;
    height: 20px;
    padding: 10px 2%;
    border: 1px solid #323a46;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: #fff;
    background: #444 !important;
}
.ano_input:focus, .ano_input2:focus, .ano_input3:focus, .ano_textarea:focus, .ano_textarea2:focus {
    background:#666 !important;
    -webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.ano_input2 {
        width: 80%;
    height: 20px;
    padding: 10px 2%;
        border: 1px solid #323a46;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: #fff;
    background: #444;
    
  
}
.ano_input3 {
    width:70%;
    height:20px;
    padding:5px 1%;
    color:#fff;
    background:#444;
    border-radius:5px;
}
.ano_textarea {
    width:70% !important;
    padding:5px 1%;
    background:#444;
    color:#fff;
    margin-top:9px;
    border-radius:5px;
        border: 1px solid #323a46;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.ano_textarea::-webkit-scrollbar {
    width: 1em;
}

.ano_textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.ano_textarea::-webkit-scrollbar-thumb {
    background-color: #d8452e;
}
.ano_textarea2 {
   width: 93%;
    height: 20px;
    padding: 10px 2%;
    border: 1px solid #323a46;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: #fff;
    background: #444;
    padding-top: 12px;
    padding-bottom: 0px;
}
.ano_generate {
    width:26%;
    padding:0 1%;
    height:32px;
    float:right;
    font-weight:bold;
    font-size:16px;
    border-radius:5px;
}
.anonym_legend {
    font-size:18px;
    margin-bottom:3px;
    color:#fff;
}
.anonym_label {
    font-size:13px;
    margin-bottom:10px;
}
.anonym_section {
    margin-bottom:20px;
}
.details_link {
    width:25%;
    float:left;
    text-align:center;
}
.details_link a{
    font-size: 10px !important;
}
#fbpage{

    float: right;
    margin-top: -138px;
}

#fbpage2{

    display: none;
}

@media screen and (max-width:868px){

    #fbpage{
        display: none;
    }

    .ano_textarea {
        width:97% !important;
        padding:5px 1%;
        background:#444;
        color:#fff;
        margin-top:9px;
        border-radius:5px;
    }

    #fbpage2{
        display: -webkit-box;
    }
}

@media screen and (max-width:768px){

    #ano_logo {
        width:100%;
        text-align:center;
        height:60px;
    }
    .anonym_button {
        width:100%;
    }

    #container_header, #header {
        height:130px;
    }
    #modernbricksmenu {
        float:none;
        margin:0 auto;
        font-size:13px;
        padding-top:15px;
        clear:both;
        height:40px;
        width:96%;
    }
    #modernbricksmenu ul li a {
        width:80px;
    }

    #modernbricksmenu ul {
        float: none;
        width:auto;
        clear:both;
        margin-top:0px;
        text-align:center;
    }
    #modernbricksmenu li {
        float:none; /*pour IE*/
        display:inline-block;
        width:70px;
    }
    .clear_ano {
        display:block;
    }
    .detail_link_content {
        width:96%;
    }
}





@media screen and (max-width:480px){
    #menu_mobile {
        display:block;
        width:100%;
        height:30px;
        clear:both;
    }
    #ul_mobile {
        display:table;
        width:auto;
        margin-left:auto;
        margin-right:auto;
        padding:0;
    }
    #menu_mobile ul li {
        list-style:none;
        display:inline-block;
        padding:10px;
        font-size:35px;
    }
    #modernbricksmenu {
        display:none;
    }
    body {
        text-align:center;
    }

    .details_link {
        width:94%;
        margin:0 auto;
        margin-bottom:30px;
        float:none;
    }

    .detail_link_content {
        width:70%;
        padding:0 2%;
    }
}

/*custom*/

#content{
    padding: 0px;
}
.sub_content{
    padding: 5px 20px 0px;
}

#container_header{
    background: #303030 #161616 #151515;
    height:50px;
    max-width: 865px;
    margin: auto;
}

#ano_logo {
    width:7%;
}
#statement{
    background: #fff none repeat scroll 0 0;
    height: 26px;
    margin: auto;
    max-width: 850px;
    width: 100%;
    text-align: center;
    border: 1px solid silver;
}
#statement .stat{
    display: inline-block;


}
#modernbricksmenu{

    vertical-align:middle;
    width: 70%;
    display: inline-flex;
    float:left;
}
#modernbricksmenu ul{
    margin-top:0px;
    width: 100%;
    padding: 8px 0px;
}

#modernbricksmenu li{
    width: 98px;
}
#modernbricksmenu ul li a:hover{
    background: #B54800;
	width:97px;
    color: black;
    border-radius: 5px;
    
}

#modernbricksmenu ul #current a{
    color: #fff; /*Brown color theme*/
    background:#CC5100;
    /*border-radius:5px;*/
    font-weight:bold;
    border-radius: 5px;
}

#social{
    width: 30%;
}

#share-buttons{
padding:10px;
}

#share-buttons img {
    width: 25px;
    padding: 4px;
    border: 0;
    box-shadow: 0;
    display: inline;
}
.paypal {
    position: relative;
    float: right;
    margin-top: -34px;
   margin-right: -18px;

}

.main-foot{
background:#313031;
text-align:left;
padding-left:15px;
color:white;
}
#footer a{
color:white;
}
.footer{
  background-color: #383838;
    background-image: url("../images/footer-shadow.png");
    background-repeat: repeat-x;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    /*border-style: solid none none;*/
    border-width: 2px medium medium;
    clear: both;
    /*margin-left: -80px;
    margin-right: -16px;*/
    /*min-height: 100px;*/
    overflow: auto;
    /*padding: 25px 10px 10px;
	padding-bottom:10px;*/
    position: relative;
	color:white;
}
.copyright{
	width:100%;
	display:inline;	
	font-size:13px;
}
.btn-img{
	float:right;
	width:10%;
	display:inline;	
	padding-left:80px;
}

#countdown360_countdown{
	padding-left:135px;
}

#share-buttons img{
	width:25px;
}


/* Begin footer */
#footer-mobile {
	display: none;
}
#footer  {
	position: relative;
	clear: both;
	overflow: auto;
	min-height: 50px;
	margin-left: -1px;
	margin-right: -1px;
	background-image: url(/images/footer-shadow.png);
	background-repeat: repeat-x;
	background-color: #383838;	
	#border-style: solid;
	border-width: 2px;
	border-color: #ccc;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#footer h3 {
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
}
.column1 h3, .column2 h3, .column3 h3, .column4 .column5 h3,.column3 h6 {
	color: #7E7E7E;
}
#footer .column1, #footer .column2, #footer .column3, #footer .column4, #footer .column5, #footer .column6 {
	float: left;
	min-height: 34px;
        padding: 11px;
        padding-top: 15px;
        padding-bottom: 0px;
	background: url(../images/footer-column-split.png) right no-repeat;
}

#footer .column1 {

    margin-right: -16px;
}


#footer 

 ul, #footer .column2 ul, #footer .column3 ul, #footer .column4 ul, #footer .column5 ul ,.column6 ul {
	margin: 0;
	padding: 0;
}
#footer .column1 ul li, #footer .column2 ul li, #footer .column3 ul li, #footer .column4 ul li, #footer .column5 ul li, .column6 ul li {
	line-height: 20px;
	list-style-type: none;
}
#footer .column1 a, #footer .column2 a, #footer .column3 a, #footer .column4 a, #footer .column5 a, .column6  a{
	text-decoration: none;
	color: #7E7E7E;
	display: block;
	font-size: 13px;
	padding-left: 0px;
}
#footer .column1 a:hover, #footer .column2 a:hover, #footer .column3 a:hover,#footer .column6 a:hover, #footer .column4 a:hover, #footer .column5 a:hover {
	text-decoration: underline;
}
/* footer contacts */
.column-contacts {
	float: right;
	width: 23%;
	min-height: 125px;
	margin: 0;
}
.column-contacts h3 {
	color: #FC575E;
}
.column-contacts ul {
	margin: 0;
	padding: 0;
}
.column-contacts ul li {
	color: #7E7E7E;
	font-size: 12px;
	padding-left: 30px;
	line-height: 28px;
	list-style-type: none;
}
.column-contacts .phone {
	background: url(../images/phone.png) left center no-repeat;
}
.column-contacts .mobile {
	background: url(../images/mobile.png) 4px center no-repeat;
}
.column-contacts .email {
	background: url(../images/email.png) left center no-repeat;
}
.column-contacts a {
	text-decoration: none;
	color: #7E7E7E;
	display: block;
}
.column-contacts a:hover {
	text-decoration: underline;
}
/* powered */
#powered {
	margin: 0 -1px -1px -1px;
	font-size: 11px;
	color: #7E7E7E;
	background: #333;
	padding: 10px 10px 10px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #2E2E2E;
	border-left: none;
	border-right: none;
	border-bottom: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.footer-alignleft {
	float: left;
}
.footer-alignleft a {
	font-size: 11px;
	color: #999;
}
.footer-alignright {
	float: right;
}
.footer-alignright a {
	font-size: 11px;
	color: #999;
}
.footer-alignright a:hover {
	text-decoration: underline;
}
/* social icons */
ul.social-icons {
	position: absolute; 
	bottom: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
}
ul.social-icons li {
	display: inline-block;
	list-style: none;
}
ul.social-icons li img {
	margin-right: 7px; 
}
ul.social-icons li img:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); /* IE8 and earlier */ 
}
/* End footer */

/* Begin banner */
.banner {
	text-align: center;
	margin-bottom: 15px;
}
.banner div {
	float: left;
	margin: 0 7px 15px 7px;
}
.banner div:hover {
	opacity: 0.9;
	filter: Alpha(opacity=90); /* IE8 and earlier */
}
.banner div img{
	max-width: 100%;
}
#column-left .banner div {
	margin: 0;
}
#column-right .banner div {
	margin: 0 0 0 15px;
}
.clear {
	clear: both;
	visibility: hidden;
	padding: 0 !important;
	margin: 0 !important;
}
/* End banner */

/* Begin scroll to top button */
#scroll-to-top {
	width: 30px;
	height: 30px;
	background: #555 url(/images/scroll-up.png) center no-repeat;
	text-align: center;
	position: fixed;
	bottom: 20px;
	right: 25px;
	cursor: pointer;
	opacity: 0.5;
	filter: Alpha(opacity=50); /* IE8 and earlier */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}
#scroll-to-top:hover {
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
}
/* End scroll to top button */
.column5{
    background: none !important
}
.no-rad{
 
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

}
div.locked_opt img.lock_logo {
    left: -12px;
    position: absolute;
    top: 5px;
}



/*For BitCoin*/

.COINWIDGETCOM_CONTAINER.COINWIDGETCOM_BIG > a {
        font-size: 15px;
    width: 200px;
    padding: 24px 12px 10px 54px;
    line-height: 1.2em;
    border-radius: 4px;
    background: url('images/bitcoin.png') no-repeat;
}
.COINWIDGETCOM_CONTAINER.COINWIDGETCOM_BIG > a span , .COINWIDGETCOM_CONTAINER.COINWIDGETCOM_BIG > a img {
  display: none;
}
.COINWIDGETCOM_CONTAINER.COINWIDGETCOM_DARK > a:hover{
background: url('images/bitcoin.png') no-repeat;
}
a.COINWIDGETCOM_BUTTON_BITCOIN {
    margin-left: 29px;
    margin-top: 6px;
    margin-right: -46px;
}
/*For BitCoin*/