/* Disable brand*/

.tc-header .brand a {

}

/* NAVBAR FIX*/
.row-fluid .span9 {
    width: 90%;
}



/* BANDS IN TOWN*/


tr:nth-child(2n+1) td, tr:nth-child(2n+1) th {
background-color: rgb(0, 0, 0)

}


tr:nth-child(2n) td, tr:nth-child(2n) th {
background-color: rgb(0,0,0)
}

/*------HESBURGER NAPPI------*/
.navbar .btn-toggle-nav .icon-bar {

    background: #fff;
}



/*------TRANSPARENT NAVBAR------*/

.tc-sticky-header .tc-header {
    background-color: transparent;
}
#tc-reset-margin-top {
    margin-top: 0 !important;
}

#main-wrapper {
    margin-top: 0;
}




/*------ CONTACT FORM BUTTON------*/


input[type="submit"] 

{
font-size: 1em;
padding: 1em 2em;
background: transparent none repeat scroll 0% 0%;
border: 1px solid #fff;
color: #fff!important;
border-radius: 0em;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
}

/*------ CONTACT TEXT FIELD------*/

.uneditable-input, input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], textarea {
    background-color: #fff;
    border: 1px solid #080808;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/*------ CONTACT INPUT TEXT COLOR------*/

.uneditable-input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], input[type="search"], select, textarea {

    color: #000;

}

/*------ CONTACT FORM MAIL SENT BORDER------*/
div.wpcf7-mail-sent-ok {
    border: 2px solid #F9C;
}


/*------ CONTACT FORM TEXT------*/
.site-footer .footer-main .widget h3.widget-title ~ * {
    color: #fff;
}

/*------ HIDE INATS DOTS------*/

code {
    padding: 2px 4px;
    color: #D14;
    background-color: #090004;
    border: 0px solid #E1E1E8;
}

/*------ ABOUT PIC STYLE------*/
.aboutpic
{border-style: dashed;
border-color:#000;}


/*------ MOBILE FONT SIZE------*/
@media (max-width: 767px)
h4 {
    font-size: 24.4px;
    line-height: 24.4px;
}


/*------ FONT AWESOME STYLE------*/
.fa {
color: #fff;
}

 

/*------ HEADER BAR COLOR------*/

.tc-header {
	background-color: #000;
	border-bottom: 1px solid #000;

}



/*------ sticky-header color------*/
.sticky-enabled .tc-header 
{
background-color: #000;
    border-bottom: 0;
    border-top: 0;

}



/*------BODY BG------*/
body{
background-color: #000000;
}



/*------ TEXT STYLES------*/
h2, h3, h4, h5, h6 {
color: #fff;

}

.close, h1, h2, h3, h4, h5, h6 {
text-shadow: 0px 1px 0px #030202;
} 


/*------ INTRO TEXT------*/
.close, h1
{
font-size: 52px;
    text-shadow: 1px 1px 2px #000000;
line-height: 52px;
} 




#main-wrapper .widget li a {
    text-shadow: 0 0px 0 #000;
}


.navbar .nav>li>a {

    text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}



.widget-front .round-div {

    border: 104px solid #000000;

}




.nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
    padding: 9px 15px;
    font-weight: 700;
    color: #000;
    border-radius: 3px;
}


.navbar .btn-toggle-nav .btn {
    border-radius: 0px;
    box-shadow: none;
    box-sizing: content-box;
    height: 30px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 1px 5px 0px;
    outline: 0px none;
    float: left;
}


/*------ Slider button shadow------*/

.sow-slider-base .sow-slide-nav a em {
    display: block;
    text-shadow: 0 1px 0 rgb(0, 0, 0);
}





/*------ logo border disable------*/

 .tc-header {
	
	border-bottom: 0px;
}






/*------ HIDE PAGE TITLE------*/

article.page .entry-header {
    display: none;
}



/*  parallaxBGtitle hide*/

.panel-grid-cell .widget-title {
    margin-top: 0px;
    display: none;
}


.tc-no-sticky-header .logo-centered .navbar-wrapper {

    display: none;
}


.tc-header {
    border-bottom: 0px solid #fff;
}

#main-wrapper {
    margin-top: 0px;

}



footer#footer {

    border-top-width: 0px;

}




/*------ TEXT SELECTION------*/

::selection {
    text-shadow: none;
    background: #AF01FE;
    color: #000;
}

::-moz-selection {
    text-shadow: none;
    background: #AF01FE;
	color: #000;

}








/* START OF Change Footer Background, Border, Font/Color/Size, Alignment */
/* Change Background, Border, Font/Color as needed  */
footer#footer .colophon {
background:     none repeat scroll 0 0 black;
border-top:     0px solid white;
}
/* Change font-size, alignment as needed  */
footer#footer .colophon  p, footer#footer .colophon  a {

color:          #fff;
font-size:      12px ;
text-align:     center;
line-height:    1.2em ;
}
/* Change color/padding of Social Icons */

footer#footer .colophon .social-block a {

color:          #fff;
padding:        0px ;
}
/* Change font-size/color of BackToTop */
footer#footer .colophon a.back-to-top {
font-size:      1em;
color:          #666;
}
/* END OF Change Footer Background, Border, Font/Color/Size, Alignment */



body {
    color: #bfbfbf;
}