.navbar-brand a {
    width: 201px;
    background: url(/revolution/img/x-logo_kblue.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: #4183D7;
    background-color: transparent;
	color: #fff;
    background: #4183D7;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}

.forumhead {
    background: rgba(65, 131, 215, 0.91) none;
}


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

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

#sidebar_container .blocksubhead {

  background: rgba(65, 131, 215, 0.91) none;
}



.tabs li.current{

 background: #4183D7;

}

/*netr0n search*/


.netr0n_ara_button {
    font-size: 18px;
    background: #4183D7;
    color: #4183D7;
    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 #f5f5f5;
box-shadow: 0 0 1px #f5f5f5;
  -moz-box-shadow: 0 0 1px #f5f5f5;
	-webkit-box-shadow: 0 0 1px #f5f5f5;

}

@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: #4183D7;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}
  
   
.search-form button:hover{     
    background: #4183D7;
}   
   
.search-form button:active,
.search-form button:focus{   
    background: #4183D7;
    outline: 0;
    box-shadow: 0 0 1px #4183D7;
    -moz-box-shadow: 0 0 1px #4183D7;
	-webkit-box-shadow: 0 0 1px #4183D7;
}
 
.search-form button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #4183D7 transparent;
    top: 12px;
    left: -6px;
}
 
.search-form button:hover:before{
    border-right-color: #4183D7;
}
 
.search-form button:focus:before, .search-form button:active:before{
border-right-color: #4183D7;
}      
 
.search-form button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
} 



/*netr0n search*/

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background: #4183D7;
  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: #4183D7;
}

/*Revolution footer*/

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

.revolution_footer a {
	color: #4183D7;
}

.netr0n_social li {
    background: none repeat scroll 0 0 #4183D7;
    border: 2px solid #4183D7;
    -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: #4183D7;
}
.netr0n_social li:hover {
	border: 2px solid #4183D7;
	background: #FFFFFF;
}
.netr0n_social li a i {
    font-size: 20px;
    margin: 8px -5px 0 -4px;
    color: #FFFFFF !important;
    text-align: center;
}

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

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


/*Revolution footer*/

/*Sidebar right button*/
.netr0n_side_show {
    background: #4183D7 none repeat scroll 0 0;
    border: 1px solid rgba(77, 139, 212, 0.86);
    color: #fff;
    padding: 8px;
    text-shadow: 0 0 0 rgba(78, 139, 211, 0.88), 0 1px 0 rgba(79, 139, 212, 0.93);
}
/*Sidebar right button*/


/*netr0n statuiscon*/

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

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


/*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_fill10.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: #4183D7;
}

/*netr0n toggle*/

/*navbar hover*/

.sky-mega-menu li:hover > a, .sky-mega-menu li.current > a {
    background: #4183D7;
    color: #fff;
}

/*navbar hover*/


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

/*########--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 #4183D7 !important;
    background-image: url('/revolution/img/button_bg.png'), url('/revolution/img/button_bg.png'), -moz-radial-gradient( center bottom, circle, rgb(65, 131, 215) 0,rgba(89,208,244,0) 100px), -moz-linear-gradient(#4183d7, #4183d7);
    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(65, 131, 215)), to(rgba(89,208,244,0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4183D7), to(#4183D7));
    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(65, 131, 215)), to(rgba(89,208,244,0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4183D7), to(#4183D7));
}

.btnblue.buttonnetr0n:hover{
	background-color:#4183D7;
	background-image:	url('/revolution/img/button_bg.png'), url('/revolution/img/button_bg.png'),
						-moz-radial-gradient(	center bottom, circle,
												rgba(239, 72, 54) 0,rgba(239, 72, 54) 100px),
						-moz-linear-gradient(#4183D7, #4183D7);
						
	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(239, 72, 54)), to(rgba(239, 72, 54))),
						-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4183D7), to(#4183D7));
}

.netr0nbtnen{

width: 120px;

}


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


/*Postbit head background*/

.postbit .posthead, .postbitlegacy .posthead, .eventbit .eventhead {
    background: rgba(65, 131, 215, 0.91);
    border: 1px solid #4183D7;
    height: 20px;
    color: #FFFFFF;
}


/*Postbit head background*/

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

}

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


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

.patternchanger {
    display: none;
}
}


/*Alıntı Kutusu*/

.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, #4183D7 0, #4183D7 14px, transparent 12px), -webkit-linear-gradient(#4183D7 0.1em, transparent 0.1em);
}

/*Alıntı Kutusu*/


/*usercp sol menu alanı*/
#usercp_nav .netr0nprofile {
    font: normal 12px;
    color: #FFFFFF;
    background: #4183D7; 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(65, 131, 215, 0.91);
}

/*arama yapıldığında head*/


/*konu içi popup menu tools*/

.popupbody li a,
.popupbody li label {
	color: #FFFFFF;
    background: #4183D7 none;
}

/*konu içi popup menu tools*/

/*konu için button hover*/
.actionbuttons .group .button:hover {
    background: #4183D7;
    color: #FFFFFF;
    box-shadow: 0 0 0 0px #fff inset,0 0 34px 0 #4183D7 inset,0 0 1px 0 rgba(65, 131, 215, 0.91);
}

/*konu için button hover*/

/*usercp button mesaj gonderme buttonları*/
.userprof_button:hover{
	background: #4183D7;
    color: #FFFFFF;
    box-shadow: 0 0 0 0px #fff inset,0 0 34px 0 #4183D7 inset,0 0 1px 0 rgba(65, 131, 215, 0.91);
	
}
/*usercp button mesaj gonderme buttonları*/

/*cevap ver left border*/
.netr0n_editor_sol {
    border-left: 10px solid #EF3636;
}
#quickreply_title{
      border-left: 10px solid #4183D7;

}
/*cevap ver left border*/

/*konu reyting hover*/

#oneclick_container label:hover {
    background: rgba(65, 131, 215, 0.91) none repeat scroll 0 0;
    color: rgb(243, 255, 0);
}

.oneclick_vote_four_submit:hover {
	background: rgba(65, 131, 215, 0.91) none repeat scroll 0 0;
    color: rgb(243, 255, 0); 
}

.oneclick_vote_three_submit:hover {
	background: rgba(65, 131, 215, 0.91) none repeat scroll 0 0;
    color: rgb(243, 255, 0);  
}

.oneclick_vote_two_submit:hover {
	background: rgba(65, 131, 215, 0.91) none repeat scroll 0 0;
    color: rgb(243, 255, 0);
}

.oneclick_vote_one_submit:hover {
	background: rgba(65, 131, 215, 0.91) none repeat scroll 0 0;
    color: rgb(243, 255, 0); 
	
}

/*konu reyting hover*/


/*Alıntı button hover*/

.alinti_width:hover{
    background: #4183D7;
    color: #FFF;
    box-shadow: 0 0 0 0px #fff inset,0 0 34px 0 #4183D7 inset,0 0 1px 0 rgba(65, 131, 215, 0.91);	
}

/*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 #4183D7;
    border-top: 5px solid #4183D7;
    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: rgba(65, 131, 215, 0.91);
}

.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(65, 131, 215, 0.91);
}
/*Hata mesajı Alanı rengi*/


#revolutiontop {
    background: #4183D7;
    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: #4183D7;
    
}

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

}

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

}

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