.navbar-brand a {
    width: 201px;
    background: url(/revolution/img/logo_pink.png);
    background-repeat: no-repeat;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F95071;
    background-color: transparent;
	color: #fff;
    background: #F95071;
    transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
}

.forumhead {
    background: rgba(249, 80, 113, 0.88) none;
}


/*.navbar{
	border-bottom: 5px solid #F95071;
}*/

.container-fluid {
   
  border-bottom: 5px solid #F95071;
}

#sidebar_container .blocksubhead {

  background: rgba(249, 80, 113, 0.88) none;

}

.tabs li.current{

 background: rgba(249, 80, 113, 0.88);

}

.childforum{
  
  border-bottom: 3px solid rgba(249, 80, 113, 0.88);


}


.usermenu.user > li:hover >{
    color: #AD4156;
}

#sidebar_container a:hover {
	color: #AD4156;
}


/*netr0n search*/


.netr0n_ara_button {
    font-size: 18px;
    background: #EA5C70;
    color: #FFFFFF;
    border: none;
}


#search-form {
    float: auto;
    width: 200px;
    height: 28px;
    margin-top: 12px;
    margin-left: 30px;
    line-height: 15x;
    text-indent: 5px;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: .9em;
    color: #f5f5f5;
    background: rgba(162, 156, 156, 0.42);
    border: solid 1px rgba(90, 85, 85, 0.29);
    box-shadow: 1px 0 0px #aaa;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}

#search-form:focus{
  border: 1px solid #446cb3;
box-shadow: 0 0 1px #446cb3;
  -moz-box-shadow: 0 0 1px #446cb3;
	-webkit-box-shadow: 0 0 1px #446cb3;

}

@media all and (max-width: 768px) {
#search-form {
    float: auto;
    width: 220px;
    height: 28px;
    margin-top: 12px;
    margin-left: 11px;
    line-height: 15x;
    text-indent: 5px;
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: .9em;
    color: #f5f5f5;
    background: rgba(162, 156, 156, 0.42);
    border: solid 1px rgba(90, 85, 85, 0.29);
    box-shadow: 1px 0 0px #aaa;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
}

:-moz-placeholder {
    color: #f1f1f1;
}
::-webkit-input-placeholder {
    color: #f1f1f1;
}



/* Form submit button */
.search-form button {
    overflow: visible;
    position: relative;
    float: auto;
    left: -6px;
    top: 2px;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    width: 40px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: rgb(234, 92, 112);
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
  
   
.search-form button:hover{     
    background: rgb(234, 92, 112);
}   
   
.search-form button:active,
.search-form button:focus{   
    background: rgb(234, 92, 112);
    outline: 0;
  box-shadow: 0 0 1px rgb(234, 92, 112);
  -moz-box-shadow: 0 0 1px rgb(234, 92, 112);
	-webkit-box-shadow: 0 0 1px rgb(234, 92, 112);
}
 
.search-form button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent rgb(234, 92, 112) transparent;
    top: 12px;
    left: -6px;
}
 
.search-form button:hover:before{
    border-right-color: rgb(234, 92, 112) transparent;
}
 
.search-form button:focus:before, .search-form button:active:before{
border-right-color: rgb(234, 92, 112) transparent;
}      
 
.search-form button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
} 

/*netr0n search*/

/*netr0n button hover*/
 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #F96481;
  transition: all .4s ease-in-out;
  webkit-transition: all .2s ease-in-out;
 
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {

  background-color: #F96481;
}
/*netr0n button hover*/



/*Revolution footer*/

.revolution_footer h3 {
    border-bottom: 1px solid #3e3e3e;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) inset;
    color: rgb(249, 80, 113);
    font-size: 18px;
    font-weight: 600;
    line-height: 10px;
    padding: 20px 0 10px;
}


.revolution_footer a {
    color: #F95071;
}

.netr0n_social li {
    background: none repeat scroll 0 0 #F95071;
    border: 2px solid #F95071;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 36px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.netr0n_social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.netr0n_social li a {
	color: #EDEFF1;
}
.netr0n_social li:hover {
	border: 2px solid #2c3e50;
	background: #FFFFFF;
}
.netr0n_social li a i {
    font-size: 20px;
    margin: 8px -5px 0 -4px;
    color: #EDEFF1 !important;
    text-align: center;
}

.netr0n_social li a i:hover {
    font-size: 20px;
    margin: 8px -5px 0 -4px;
    color: #F95071 !important;
    text-align: center;
}

.footer {
    border-top-width: 5px;
    border-top: 2px solid #F95071;
}

/*Revolution footer*/


/*Sidebar right button*/

.netr0n_side_show {
    background: #F96481 none repeat scroll 0 0;
    border: 1px solid rgba(80, 78, 81, 0.2);
    color: #fff;
    padding: 8px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 rgba(80, 78, 81, 0.3);
}

/*Sidebar right button*/



/*netr0n statuiscon*/

.netr0nst-new:before {
    content: "\f27a";
    color: #F85F76;
}

.netr0nsubforumsicon-new:before {
    content: "\f14a";
    color: #F85F76;
}

/*netr0n statuiscon*/

/*Ani logo*/

#animasyon_logos {
    font: 400 1em/1.5 "Neuton";
    background: #FFF;
    color: rgb(0, 0, 0);
    text-align: center;
    margin: 0;
}

.a1{
   text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
    border: 4px double rgba(255, 255, 255, 0.25);
    border-width: 4px 0;
    padding: 1.5em 0em;
    position: absolute;
    top: 250%;
    left: 50%;
    width: 40em;
    margin: 0 0 0 -20em;
}

.a1 span {
  font: 700 4em/1 "Oswald", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  padding: .25em 0 .325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(/revolution/img/netr0n_animated_text_fill_pink.png) repeat-y;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}


@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

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

.a1 {
    font-size: 9px;
}

.a1 span{
    font-size: 30px;
}
}

/*Ani Logo End*/

/*netr0n toggle*/

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle {
    background-color: #F95071;
}

/*netr0n toggle*/

/*navbar hover*/
.sky-mega-menu li:hover > a, .sky-mega-menu li.current > a {
    background: #F96481;
    color: #fff;
}
/*navbar hover*/

@media (max-width: 768px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-bottom: 5px solid #F95071;
}
}


/*########--netr0n özel button--########*/

.buttonnetr0n {
    font: 15px Calibri, Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    text-decoration: none !important;
    width: 94px;
    height: 14px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    cursor: pointer;
    padding: 10px 20px;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url('/revolution/img/button_bg.png');
    background-position: bottom left, top right, 0 0, 0 0;
    background-clip: border-box;
    -moz-box-shadow: 0 0 1px #fff inset;
    -webkit-box-shadow: 0 0 1px #fff inset;
    box-shadow: 0 0 1px #fff inset;
    -webkit-transition: background-position 1s;
    -moz-transition: background-position 1s;
    transition: background-position 1s;
}

.buttonnetr0n:hover{
	background-position:top left;
	background-position:top left, bottom right, 0 0, 0 0;
}

.buttonnetr0n:active{
	bottom:-1px;
}

.buttonnetr0n.btnbig { font-size:14px; font-weight: 700;}
.button.medium	{ font-size:18px;}
.button.small	{ font-size:13px;}



.button.rounded{
	-moz-border-radius:4em;
	-webkit-border-radius:4em;
	border-radius:4em;
}


.btnblue.buttonnetr0n {
    color: #FFFFFF !important;
    border: 1px solid #F96481 !important;
    background-image: url('/revolution/img/button_bg.png'), url('/revolution/img/button_bg.png'), -moz-radial-gradient( center bottom, circle, rgb(249, 80, 113) 0,rgba(89,208,244,0) 100px), -moz-linear-gradient(#f95071, #f95071);
    background-image: url('/revolution/img/button_bg.png'), url('/revolution/img/button_bg.png'), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgb(249, 100, 129)), to(rgba(89,208,244,0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F96481), to(#F96481));
    background-image: url('/revolution/img/button_bg.png'), url('/revolution/img/button_bg.png'), -webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100, from(rgb(249, 100, 129)), to(rgba(89,208,244,0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F96481), to(#F96481));
}

.btnblue.buttonnetr0n:hover{
	background-color:#F84F70;
	background-image:	url('/revolution/img/button_bg.png'), url('/revolution/img/button_bg.png'),
						-moz-radial-gradient(	center bottom, circle,
												rgba(249, 80, 113) 0,rgba(249, 80, 113) 100px),
						-moz-linear-gradient(#63c7fe, #58bef7);
						
	background-image:	url('/revolution/img/button_bg.png'), url('/revolution/img/button_bg.png'),
						-webkit-gradient(	radial, 50% 100%, 0, 50% 100%, 100,
											from(rgba(249, 80, 113)), to(rgba(249, 80, 113))),
						-webkit-gradient(linear, 0% 0%, 0% 100%, from(#F84F70), to(#F84F70));
}

.netr0nbtnen{

width: 120px;

}


/*########--netr0n özel button--########*/


.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
    background: rgba(249, 80, 113, 0.88);
    border: 1px solid #F84F70;
    height: 20px;
    color: #FFFFFF;
}



.begeniBT i {
    color: rgb(249, 80, 113);
}



.activitystream_block dd.selected, dd.userprof_module {
    background-color: #F7627F;

}


dl.as-tabs dd.selected {
	    background: #F7627F;;
}


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

.patternchanger {
    display: none;
}
}



/*Alıntı Kutusu Yan Çizgi*/

.bbcode_container div.bbcode_quote {
    background: #FFFFFF;
    border: 1px solid #cbcccf;
    box-shadow: inset 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(0deg, transparent 11px, #F95071 0, #F95071 14px, transparent 12px), -webkit-linear-gradient(#F95071 0.1em, transparent 0.1em);
}

/*Alıntı Kutusu Yan Çizgi*/

/*usercp sol menu alanı*/

#usercp_nav .netr0nprofile {
    font: normal 12px;
    color: #FFFFFF;
    background: #F95071 none repeat-x;
    padding: 4px 10px 4px 10px;
    border-top: none;
}

/*usercp sol menu alanı*/

/*arama yapıldığında head*/
h2.searchlisthead {
    color: #fff;
    background: rgba(249, 80, 113, 0.77);
}
/*arama yapıldığında head*/


/*konu içi popup menu tools*/
.popupbody li a, .popupbody li label {
    color: #FFFFFF;
    background: #F95071 none;
}
/*konu içi popup menu tools*/


/*konu için button hover*/
.actionbuttons .group .button:hover {
        background: #F95071;
        color: #FFF;
        box-shadow: 0 0 0 0px #fff inset,0 0 34px 0 #F95071 inset,0 0 1px 0 rgb(249, 80, 113);
}
/*konu için button hover*/

/*usercp button mesaj gonderme buttonları*/
.userprof_button:hover{
	    background: #F95071;
        color: #FFF;
        box-shadow: 0 0 0 0px #fff inset,0 0 34px 0 #F95071 inset,0 0 1px 0 rgb(249, 80, 113);	
}
/*usercp button mesaj gonderme buttonları*/


/*cevap ver left border*/
.netr0n_editor_sol{
border-left: 10px solid #13D5E1;
}

#quickreply_title{
    border-left: 10px solid #F95071;
}

/*cevap ver left border*/


/*konu reyting hover*/

#oneclick_container label:hover {
    background: rgba(249, 80, 113, 0.88) none repeat scroll 0 0;
    color: rgb(243, 255, 0);
}

.oneclick_vote_four_submit:hover {
	background: rgba(249, 80, 113, 0.88) none repeat scroll 0 0;
    color: rgb(243, 255, 0); 
}

.oneclick_vote_three_submit:hover {
	background: rgba(249, 80, 113, 0.88) none repeat scroll 0 0;
    color: rgb(243, 255, 0);  
}

.oneclick_vote_two_submit:hover {
	background: rgba(249, 80, 113, 0.88) none repeat scroll 0 0;
    color: rgb(243, 255, 0);
}

.oneclick_vote_one_submit:hover {
	background: rgba(249, 80, 113, 0.88) none repeat scroll 0 0;
    color: rgb(243, 255, 0); 
	
}

/*konu reyting hover*/


/*Alıntı button hover*/

.alinti_width:hover{
    background: #F95071;
    color: #FFF;
    box-shadow: 0 0 0 0px #fff inset,0 0 34px 0 #F95071 inset,0 0 1px 0 rgb(249, 80, 113);	
}

/*Alıntı button hover*/




/*Giriş login box*/

#netr0n_login-box h2 {
    background: rgba(3,3,3,0.25);
    line-height: 40px;
    font-weight: bold;
    border-bottom: 5px solid #f95071;
    border-top: 5px solid #f95071;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    font-size: 30px;
    color: #ddd;
    text-shadow: 3px 3px 10px #000;
}


.login-form .registerbtn {
    margin: 10px;
    float: none;
    width: auto;
    text-transform: none;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #FFFFFF;
    text-align: center;
    padding: 4px 8px;
    background: #f95071;
}

.passforget {
    margin: 10px;
    float: none;
    width: auto;
    text-transform: none;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    padding: 4px 52px;
    background: #7f7f7f;
    border-radius: 4px;
    color: #ffffff;
    text-shadow: 0 1px 0 #FFFFFF;
}

/*Giriş login box*/

/*Hata mesajı Alanı rengi*/
div.netr0n_hata_message.netr0n_hata_information {
    background: rgba(234, 92, 112, 0.78);
}
/*Hata mesajı Alanı rengi*/

/*netr0n css end*/

#revolutiontop {
    background: #f95071;
    text-align: center;
    padding: 5px;
    position: fixed;
    width: 35px;
    bottom: 35px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    z-index: 999999999;
}
#revolutiontop:hover{
background:rgba(0, 0, 0, 0.81);
}

.blogitems li span {
    background: #f95071;
    
}

.netr0n_profil_kapak_subhead{
    color: #FFFFFF;
    background: #f95071 none repeat-x;

}

.quote_expander{
  border-bottom: 3px solid #f95071;

}

#threadlist .stickies.followingthreads {
    border-bottom: 2px double #f95071;
}