/*
Theme Name: Customizr-Child
Version: 1.0
Description: A child theme of Customizr
Template: customizr
Author: Administrator
*/
/* Your awesome customization starts here */
/*Lightbox Start */

/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*Lightbox End*/

body {
font-family: 'Russo One', sans-serif;
}

/* CENTER NAVBAR */
header.tc-header {
border-bottom:  5px solid #F99F1B;
border-top:  5px solid #F99F1B;
}

.navbar-inner {
    padding-right: 5px;
}
.tc-header .nav-collapse {
    float: none;
}
.navbar .nav {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav-collapse .nav > li {
    float: none;
    display: inline-block;
}
.nav-collapse .nav > li li {
    text-align: left;
}
.navbar div>ul.nav>.menu-item:last-child>a { 
    padding-right: 5px
}
@media (max-width: 979px) {
    .nav-collapse .nav > li {
        display: list-item;
    }
}

/* Navbar 1 
.navbar .nav > li > a {
border: 1px solid #F99F1B;      
border-radius: 4px 4px 4px 4px; 
vertical-align: middle;             
text-align: center; 
background-color: #F99F1B;       
background-image: linear-gradient(to bottom, #212112, black);    
background-image: -webkit-linear-gradient (top, #212112, black); 
background-repeat: repeat-x;    
}
.navbar .nav > li {
    padding: 0px 10px;
}*/
/* Navbar 3 */
.navbar .nav > li > a {
border: 1px solid #F99F1B;           /* Add a border */
color: white;                       /* White text */
background-color: black;            /* Change black */
background-image: linear-gradient(to bottom, grey, black);    /* Change grey, black */
background-image: -webkit-linear-gradient (top, grey, black); /* Change grey, black */
background-repeat: repeat-x;        /* Add shading */
text-align: center;
}
.navbar .nav > li > a:hover {
color: black;                         /* Red Text on hover */
background-color: black;            /* Change black */
background-image: linear-gradient(to bottom, grey, #F99F1B);    /* Change yellow, blue */
background-image: -webkit-linear-gradient (top, grey, #F99F1B); /* Change yellow, blue */
}
/* Shade the current selected menu item */
.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a {
color: #F99F1B;                         /* Change Text red */
background-color: black;            /* Change Bgrd black */
background-image: linear-gradient(to bottom, black, black);    /* Change black, black */
background-image: -webkit-linear-gradient (top, black, black); /* Change black, black */
}
.navbar .nav > li > a, .navbar .nav > li > a:hover {
border-radius: 4px 4px 4px 4px;     /* No Rounded corners */
width: 150px;                       /* Fixed width */
height: 30px;                       /* Fixed height */
vertical-align: middle;             /* Align text */
text-align: center;                 /* Center text */
}

.logo-left .navbar div>ul.nav>.menu-item:last-child>a, .pull-menu-right .navbar div>ul.nav>.menu-item:last-child>a
{
	padding-right: 15px;
}

.sticky-enabled .tc-header{
	background: rgba(0, 0, 0, 1);
	/*background: rgba(249, 159, 27, 0.35);*/
	border-bottom: 2px solid #F99F1B;
	border-top: 2px solid #F99F1B;
}
footer#footer{
	border-top: 5px solid #F99F1B;
}
/* Change Background, Border, Font/Color as needed  */
footer#footer .colophon {
background:     none repeat scroll 0 0 black;
}

/* Change font-size, alignment as needed  */
footer#footer .colophon  p, footer#footer .colophon  a {
color:          white;
text-align:     center;
}
/*.hidetitle .entry-title { 
display:none;
}*/