/* Navbar section */

/* */
.navbar-inverse .navbar-nav li a {
    color: #3cc6ff;
}
/* */


.navbar-inverse .navbar-nav>li>a:hover {
    color: #cddcfb;
    background-color: transparent;
    transition: color 0.4s ease;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    color: #fff
}

.fa {
    font-size: 18px;
    color: #3cc6ff;
}

.fa:hover {
    color: #fff;
    transition:all ease 0.4s;
}

.follow a i{
    font-size: 18px
}

.small {
    font-size: 11px;
    color: #3cc6ff;
}

a.btn.btn-primary.bred {
    border-right: 1px #79c5fd solid;
}

a.btn.btn-primary:hover {
    color: #cddcfb;
    transition: color 0.5s ease;
}



.btn-primary {
    border-radius: 5px !important;
    padding: 8px;
    font-size: 12px;
    text-decoration: none;
    color: #000 !important;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #3cc6ff;
}
.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 {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
  color: transparent !important;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #79c5fd;
    background-image: transparent;
    color: #fff;
}
.dropdown-menu{
    z-index: 9999999;
    position: absolute;
    top: 55px;
    padding-top:0;
    padding-bottom: 0;
    border: 1px solid #000;

}


input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    margin-right: 10px;
}


form {
    padding: 0;
    margin: 0;
    margin-left: 20px;
}

a:hover {
    color: #fff;
    text-decoration: none;
}


/*comment style*/


.navbar-inverse .navbar-nav>li>a {
    color: #3cc6ff;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    outline: 0;
}


.navbar-inverse .navbar-nav>li>a::before {
    content: "";
    background-color: transparent;
    -ms-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    position: absolute;
    height: 30px;
    width: 100%;
    top: 10px;
    z-index: -1;
    left: 0;
}

.navbar-inverse .navbar-nav>li:hover > a::before {
    background-color: #3cc6ff;
    transition: background-color 0.3s ease;
}


.dropdown-menu>li>a:hover {
    background-color: #3cc6ff;
    background-image: none;
    color: #fff;
    transition: all 0.5s ease;
}

/*button*/

/* start da css for da buttons */
.new-btn {
    border-radius: 5px !important;
    padding: 8px;
    font-size: 12px;
    text-decoration: none;
    color: #fff !important;
    position: relative;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #3cc6ff;
}


.new-blue {
    background-color: #8c88dd;
    box-shadow: 0px 5px 0px 0px #8071ca;
}

.new-blue:hover {
    background-color: #a4b4f2;
    color: #fff;
}

.open a {
    text-decoration: none;
}

/* Extra */

.comicpanel li {
    display: block;
    width: 100%;
}

.comicpanel li a {
    color: #3cc6ff;
}

.comicpanel li a:hover {
    color: #fff;
    transition: color 0.4s ease;
}

/* Bred Part*/


.bred{
	background-color: #1a1a1a;
    color: #3cc6ff;

}
.bred:hover {
    color: #fff;
    transition: all 0.3s ease;
}

.bred:hover {
    background-color: #282828;
}


/* form margins */

form {
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}


/* comment area style*/ 

.commentall {
    background-image: transparent;
    background-repeat: repeat-x;
    background-position: left top;
    border-top: 1px solid #a49deb;
    padding: 15px 8px;
    color: #cccccc;
    font-size: 12px;
    color: #dadada;
    word-wrap: break-word;
}


/* memberpls */
.memberpls {
    padding: 3px;
    font-size: 11px;
    background-color: #2f2f2f;
    border: 1px solid #a49deb;
    border-top: 1px solid #3cc6ff;
    font-weight: bold;
    padding: 6px;
    background-image: transparent;
    background-repeat: repeat-x;
    background-position: left top;
    text-shadow: 1px 1px 0px #1a1c15;
    border-radius: 5px;
}

.memberpls a {
    color: #3cc6ff;
}

.memberpls a:hover {
    color: #fff;
    transition: color 0.5s ease;
}



/* */
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #000;
    border: 0 solid;
    transition: color 0.4s ease;
}


/* comment starts here */


.stand_high {
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 8px;
    padding-right: 8px;
}
.stand_high {
    margin: 10px;
    padding: 25px;
    background-color: #1f1f1f;
    border-radius: 5px;
    border: 1px solid #2d2d2d;
    letter-spacing: 0.5px;
}

.stand_high small{
    margin-bottom: 8px;
}

/* fourm table */

.table-striped>tbody>tr:nth-of-type(2n+1) {
    border-color: rgba(0,0,0,.6);
    border-image: none;
    border-style: solid;
    border-width: 0px;
    color: #FFC8C8;
    background-color: #1a1a1a;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #38322F;
    color: #fff;
}

.table-hover>tbody>tr:hover {
    background-color: #333333;
}

/* breadcrumb */

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #333333;
    border-radius: 4px;
}

/*live chat*/


.btn-success, .btn-success:focus, .btn-success:hover {
    background: #3cc6ff;
    background: -moz-linear-gradient(top,#739663 0,#397529 50%,#0e6601 51%,#217c0b 73%,#419b2d 90%,#61b530 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3cc6ff),color-stop(50%,#3cc6ff),color-stop(51%,#3cc6ff),color-stop(73%,#3cc6ff),color-stop(90%,#3cc6ff),color-stop(100%,#3cc6ff));
    background: -webkit-linear-gradient(top,#3cc6ff 0,#3cc6ff 50%,#3cc6ff 51%,#3cc6ff 73%,#3cc6ff 90%,#3cc6ff 100%);
    background: -o-linear-gradient(top,#739663 0,#397529 50%,#0e6601 51%,#217c0b 73%,#419b2d 90%,#61b530 100%);
    background: -ms-linear-gradient(top,#739663 0,#397529 50%,#0e6601 51%,#217c0b 73%,#419b2d 90%,#61b530 100%);
    background: linear-gradient(to bottom,#3cc6ff 0,#3cc6ff 50%,#3cc6ff 51%,#3cc6ff 73%,#3cc6ff 90%,#3cc6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739663', endColorstr='#61b530', GradientType=0 );
}

/* contact */

.formato a img{
    margin-bottom: 20px;
}

.formato h1{
    margin-top: 20px;
    margin-bottom: 10px;
}

textarea {
    background-color: #2f2f2f;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #e6e6e6;
    font-size: 16px;
    border: 1px solid #4b9d00;
    border-top: 1px solid #cdf445;
    padding: 6px;
    font-family: Verdana;
    background-image: transparent;
    background-repeat: repeat-x;
    background-position: left top;
    border-radius: 5px;
}


#frame input {
    margin-top: 8px;
    margin-bottom: 10px;
}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
	.comments-container {
		width: 480px;
	}

	.comments-list .comment-box {
		width: 390px;
	}

	.reply-list .comment-box {
		width: 320px;
	}
}





/* iPhone size */

/* Landscape phones and smaller */
@media (max-width: 480px) {


#navbar-nav-named {
    padding-top: 15px;
    background-color: #000;
}

}