@font-face {
 font-family: gothambold;
 src: url("../fonts/gotham-bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: gothambold;
 src: url("../fonts/gotham-bold.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: gothambook;
 src: url("../fonts/gotham-book.eot") /* EOT file for IE */
}
@font-face {
 font-family: gothambook;
 src: url("../fonts/gotham-book.ttf") /* TTF file for CSS3 browsers */
}


/*-----------------------------------*\
  $GLOBAL
\*-----------------------------------*/

html
{
  background-color: #222;
}

body
{
  background-color: #ffec0d;
  color: #222222;
  font-family: 'gothambook', sans-serif;
  font-size: 16px;
}

a 
{
  color: rgb(233, 153, 7);
}

a:hover, a:focus 
{
  color: rgb(255, 0, 0);
  text-decoration: underline;
}

a:active
{
  color: rgb(150, 50, 18);
}

a.btn:hover
{
  text-decoration: none !important;
}

h1, h2, h3, h4
{
  font-family: 'gothambold', sans-serif;
  text-transform: uppercase;
}

pre, code
{
  font-family: Consolas, monospace;
}

/*-----------------------------------*\
  $HEADER
\*-----------------------------------*/
header
{
  background-color: #fbfbfb;
  
  background-position:center; 

  position:relative;
  top: -4em;
}

header canvas
{
  display: block;
}

header img
{
  padding:0px;
  margin: 0px;
  vertical-align: none;
  text-align: center;
  display:block;
}

header .visible-phone img
{
  padding: 0;
}

/*-----------------------------------*\
  $NAVBAR
\*-----------------------------------*/
navbar
{
  background-color: #222;
  text-align: center;
  display: block;
  padding: 20px 0;
  
  margin: 0px;
  z-index:100;
  width: 100%;

  position:fixed;
  top: 0;

  border-bottom: 5px solid rgb(255, 163, 0);
  font-family: 'gothambook', sans-serif;
  /*box-shadow: 0px 0px 7px 0px #000000;*/

  /*http://localhost/about
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#444));
  background: -webkit-linear-gradient(top, #444, #111);
  background: -moz-linear-gradient(top, #444, #111);
  background: -ms-linear-gradient(top, #444, #111);
  background: -o-linear-gradient(top, #444, #111);*/
}

navbar a
{
  color: white;
}

navbar a:hover
{
  background-color: orange;
  color: white;
  text-decoration: none;
}

navbar a:active
{
  background-color: rgb(255,255,0);
  color: white;

  position: relative;
  top: 2px;
}

navbar h1
{
  float: left;
}

navbar h1 a img
{
  height: 1.8em;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}

navbar h1 a:hover
{
  background-color: inherit;
}

navbar h1 span
{
  display: none;
}

navbar ul
{
  position: relative;
  top: 0.6em;
  float: right;
  
}

navbar ul li
{
  display: inline;
  padding: 0 0.5em;
}

navbar ul li a
{
  padding: 0.5em;
}

navbar .visible-phone
{
  text-align: right;
  padding: 0;
  padding-right: 0.5em;
}

navbar .visible-phone ul
{
  padding: 0em;
  margin: 0px;
  text-align: center;
}

navbar .visible-phone a.btn
{
  
}

navbar .visible-phone li
{
  padding: 0;
  margin: 0;
}

navbar .visible-phone li a
{
  padding: 0.7em 5em;
  margin: 0;
  border-bottom: 1px solid #222;
}

navbar .visible-phone li a.last
{
  border: 0;
}

navbar .visible-phone div.btn-default
{
  margin-top: 5px;

}

#post-navbar
{
  padding-top: 3.5em;
  margin-bottom: 4.5em;
}

/*-----------------------------------*\
  $SIDEBAR
\*-----------------------------------*/

#logo
{
  padding: 0em 0;
}
#logo img
{
  margin: 0 auto;
  margin-bottom: 2em;
  width:auto; 
  height:auto;
  text-align: center;
}
#follow-us
{
}

#follow-us span
{
  font-size: 1.5em;
}

#follow-us a
{
  text-decoration: none;
}

.inside
{
  margin: 30px;
}

hr.padded
{
  height: 0px;
  margin: 55px 0;
  border: 0;
  border-bottom: 1px dotted #222;
}


/*-----------------------------------*\
  $FOOTER
\*-----------------------------------*/

footer
{
  clear: both;
  background-color: #222;
  color: #CCC;
  text-align: center;
  /*box-shadow: 0px 0px 10px 0px #333;*/
  border-top: 5px solid rgb(255, 163, 0);
  padding: 70px 0;
  margin-top: 4em;
}


footer h2
{
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 2px groove #444;
}


footer hr.padded
{
  border: 0;
  margin: 100px 0;
}



i
{
  text-align: center;
}

/*-----------------------------------*\
  $SLIDER
\*-----------------------------------*/

.container
{
  margin: 0px auto;
  padding: 0;
}

.container p
{
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

/*-----------------------------------*\
  $SLIDER
\*-----------------------------------*/
.slider 
{
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}

.slider li 
{
  display: none;
  position: absolute; 
  top: 0; 
  left: 0; 

   width:100%;
}

.slider li.active 
{
  display: none;
  position: relative; 
  top: 0; 
  left: 0; 
}

.slider li img 
{
  width:100%;
}

/*-----------------------------------*\
  $CUSTOM CONTAINERS
\*-----------------------------------*/

@media (min-width: 768px)
{
	#logo img
	{
	  max-width: 450px; 		
	}
}

/*-----------------------------------*\
  $MOBILE
\*-----------------------------------*/
@media (max-width: 480px) 
{
	body{ font-size: 1em; }  
	.container{ padding: 0px 20px;}

  navbar h1 a img
  {
    position: relative;
    top: 5px;
  }
}

/*-----------------------------------*\
  $TABLET
\*-----------------------------------*/
@media (min-width: 481px) and (max-width: 767px) 
{
	body{ font-size: 1.3em; }
	.container{ padding: 0 20px;}
}

/*-----------------------------------*\
  $TABLET and MOBILE
\*-----------------------------------*/
@media (max-width: 767px) 
{
  header { margin-top: 2.5em;}
}

/*-----------------------------------*\
  $DESKTOP
\*-----------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {body{font-size: 1em;}}
@media (min-width: 1200px) { body{font-size: 1.4em;} }

/*-----------------------------------*\
  $HEADER LINE
\*-----------------------------------*/

.header-line
{ 
  width:100%; 
  text-align:center; 
  border-bottom: 1px dotted #222; 
  line-height:0.1em; 
  margin: 1em 0;
  color: white;
} 

.header-line span
{ 
  background: #f07e1c; 
  padding: 0.2em 10px; 
}

/*-----------------------------------*\
  $SECTION
\*-----------------------------------*/

.section .header-line span
{ 
  background:white; 
  color: #222; 
}

.section
{
  background-color: #FFF;
  padding: 1.0em;
  box-shadow: 0px 0px 10px 2px rgb(206,166,54);
  margin-bottom: 1em;

}

.section a:hover
{
  text-decoration: underline;
}

.section h3
{
  font-size: 1.5em;
  margin-top: 0px;
}

/*-----------------------------------*\
  $CONTENT
\*-----------------------------------*/
#content h2 
{ 
  font-size:1.4em; 
  margin: 1.4em 0;
} 

#content ul
{
  list-style-type: square;
  margin-left: 1.5em;
}

#content ul li
{
  line-height: 1.5em;
}

#content strong
{
  font-weight: bold;
}

#content a:active img
{
  position: relative;
  top: 5px;
}

.video-container 
{     
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
} 

.video-container iframe, .video-container object, .video-container embed 
{     
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------*\
  $FACEBOOK
\*-----------------------------------*/
/*
#fb-root {
    display: none;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    overflow: hidden;
}*/