body
{
  font-family: 'Roboto Condensed';
  font-size:10px;
  line-height:12px;
  font-weight:400;
  background-color: #111418;

}

#home_slide
{
  position: relative;
  opacity: 0.95;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/bg.jpg");
  min-width: 100%;
}

.home_data {
  margin-top: -100px;
}

#under_construction
{

  font-size: 1.5em;
  line-height: 0.7em;
  font-weight: 700;
  position: absolute;
  top: 0px;
  text-align: right;
  z-index: 1000;
  padding: 10px;
  width: 100%;
}

#map {
	min-height: 380px;	
}

.italic
{

font-style: italic;
}

.email
{
font-size:1.4em;

}

.email a{

    color:#232323;
    margin-bottom:5px;
}

h1
{

  font-size: 2.5em;
  line-height:0.7em;
  font-weight: 700;
}

h1.light
{
  font-weight: 300;
}

h1.thin
{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;

}

.table-cell
{
  display:table-cell;
}

.table-cell.underline
{

border-bottom:solid 1px #fff;

}

h2
{

  font-size: 1.4em;
  line-height:0.7em;
  font-weight: 700;

}

h4
{

  font-size: 1.4em;
  line-height:0.7em;
  font-weight: 400;
}

.no-margin-bottom
{

  margin-bottom:8px;
}

.no-margin-top
{

  margin-top:0px;
}

.no-margin
{
margin:0px;

}


h4.no-margin
{
margin-bottom:5px;

}

.white
{

  color:#fff;
}

.black
{  color: #111418;
}

.white_bg
{
    background-color:#fff;
}


.front_container
{
/*background: rgba(11,1,18,0.7);*/
padding: 10px;
}

.border-radius-6
{
  border-radius: 6px;
  -webkit-border-radius:6px;

}

.logo {
  /*  position: absolute;
    left: -92px;
    top: -96px;*/

    text-align: center;
}

.logo img
{

  margin-bottom:10px;
}

.scroll
{

  width:30px;
  cursor: pointer;
  margin: auto;

}

.scroll img
{

  width:inherit;
  height: auto;
}

.biran
{
  max-width: 120px;
  height: auto;
  background-color: white;
}


/*slideshow */

#calendar .col-xs-2
{
  width:13%;
  margin-right:10px;

}

.slide_text_container {
	position: relative;
	z-index: 2;
	height: inherit;
	vertical-align: middle;
	width: inherit;
	display: table-cell;
}

#calendar .container {
    padding-top: 4em;
    padding-bottom: 4em;
}

.single_day
{
 	padding-left: 0px;
	padding-right:0px;
	padding-top:30px;
}

.cal_day {
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
    padding-left: 0px;
    line-height: 2em;
	text-align: center;
}

.cal_entry
{
  height: 65px;
  width:100%;
  min-width:124px;
  margin-bottom: 10px;
  transition: box-shadow .3s;
  border-radius:5px;
}

.cal_entry:hover {
	box-shadow: 0 0 10px rgba(255,255,255,.9);
}

.cal_entry.empty:hover {
	box-shadow: none;
}


.cal_entry.white_bg
{
  background-color:#fff;
}

.cal_entry.grey_bg
{
	background-color:#707b7c;
}

.cal_entry.yellow_bg
{
	background-color:#d4ac0d;
}

.cal_entry.khaki_bg
{
	background-color:#739e26;
}

.cal_entry h5
{
  font-size: 1.4em;
  font-weight: 300;
  color: #111418;

}

.lesson
{
 /* font-size: 1.56em; */
  font-size: 1.48em;
  font-weight: 700;
  color: #111418;
}

.lesson_detail
{
  font-size: 1.15em;
  font-weight: 400;
  color: #111418;

}


.front_details {
    position: absolute;
    bottom: 0px;
    background: rgba(17, 20, 24,0.7);
    width: 100%;
    z-index: 30;
    border-bottom: 1px solid #FFF;
}


/*contact*/
#contact {
    padding: 4em;
}

#contact_data
{

  margin-bottom:4em;
}

.bottom_logo
{
  width:150px;

}

.bottom_logo img
{

  width:inherit;
  height:auto;
}
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  #calendar .col-xs-2
  {
    width:100%;
    margin-right:0px;
    padding: 15px;

  }

  #calendar .empty
  {display:none;}

  #contact {
    padding: 0em;
}


.bottom_logo
{

  margin: auto;
}

.address
{

  text-align: center;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  #calendar .col-xs-2
  {
    width:21%;
    margin-right:10px;

  }

  .bottom_logo
  {

    margin:inherit;
  }

  #calendar .empty
  {display:block;}

  .cal_entry
  {
  padding-left:5px;
  padding-right:5px;
  }

  #contact {
      padding: 2em;
  }

  .address
  {

    text-align: left;
  }


}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

  .cal_entry
  {
  padding-left:15px;
  padding-right:15px;
  }

  #calendar .col-xs-2
  {
    width:13%;
    margin-right:10px;
    padding: 0px;

  }

  #contact {
    padding: 4em;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
