/*!
 * Custom CSS
 *
 * Copyright 2012 Ricardo Branco ( www.designbranco.com)
 *
 */




/* Font Face */

@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('../font/texgyreadventor-regular-webfont.eot');
    src: url('../font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../font/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('../font/texgyreadventor-italic-webfont.eot');
    src: url('../font/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../font/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('../font/texgyreadventor-bold-webfont.eot');
    src: url('../font/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-bold-webfont.woff') format('woff'),
         url('../font/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('../font/texgyreadventor-bolditalic-webfont.eot');
    src: url('../font/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/texgyreadventor-bolditalic-webfont.woff') format('woff'),
         url('../font/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('../font/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1,h2,h3,h4,h5,h6 {

  font-family: 'TeXGyreAdventorBold' !important;

}
h1 {
    font-size: 24.5px;
}
h2 {
    font-size: 17.5px;
}

 .header {
  background:url(../img/bg-header.png) #d7d7d7 repeat;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.065);
  border-bottom: 1px solid #CCC;
  min-height: 370px;
  margin: 0 0 25px 0;
}


.container.mt-yidaki {
   max-width: 1200px;
   padding: 20px 0;
}

.container.mt-yidaki > hr {
    margin: 50px 0;
 }

body {

  /*background:url(../img/bg-html.png) repeat;*/
  background:url(../img/bg-html2.png) repeat;


}

.bg-header {


  background:url(../img/bg-header.png) repeat;


}

.header h3 {

 font-size: 25px;
 color: #777;
 padding: 90px 0 0 0;

}


/* Menu */

.header .navbar .nav > li > a {
  font-size: 15px;
  text-transform: uppercase;
  color: #555;
  padding: 15px 10px 15px 10px;
}

.navbar .nav > li > a:hover {
  color: orange;
}


.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  cursor: default;
}
.nav-path-selected {
	background-color: #e5e5e5;
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.header .navbar {
  margin: 10px 0 0 0;
}


/* Green Color */
.green-color {
 color: #4f8581
}

/* Space Section */

.space-10 {

  height: 10px;

}

.space-20 {

  height: 20px;

}

.space-30 {

  height: 30px;

}
.space-40 {

  height: 40px;

}
.space-50 {

  height: 50px;

}

/* Margins elements */

.margin-x{

  margin: 10px 0;
}

.margin-xx{

  margin: 20px 0;
}

.margin-xxx{

  margin: 30px 0;
}

.margin-xxxx{

  margin: 40px 0;
}

/* Block text-area */

textarea {
  resize: none;
}


.message-box{
  margin: 5px 0 0 0;

}


/* Special Font  & color */
.special-font {

  font-family: 'Electrolize', "Trebuchet MS";

}

.special-font-color {

  font-family: 'Electrolize', "Trebuchet MS";
  color: #4f8581;
}

/* gradient gray */

.gradient-gray {
  background-color: #FAFAFA;
  background-image: -moz-linear-gradient(top, white, #F2F2F2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#F2F2F2));
  background-image: -webkit-linear-gradient(top, white, #F2F2F2);
  background-image: -o-linear-gradient(top, white, #F2F2F2);
  background-image: linear-gradient(to bottom, white, #F2F2F2);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  border: 1px solid #CCC;

}

.well-no-margin {
  min-height: 20px;
  padding: 19px;
  background-color: whiteSmoke;
  border: 1px solid #E3E3E3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.masthead-links li {
  margin: 0;
  list-style: none;
  color: #444;
}

.mt-yidaki .nav-pills > .active > a, .nav-pills > .active > a:hover {
  color: white;
  background-color: #4AA9C7;
}

.mt-yidaki .navbar .nav li {
  padding: 10px;
}

.mt-yidaki .navbar .nav li.divider-vertical {
  padding: 0;
}

.mt-yidaki .navbar .nav > li > a {
  color: #D67427;
  text-decoration: none;
  text-shadow: 0 1px 0 white;
  line-height: 20px;
}

.mt-yidaki .navbar .divider-vertical {
  height: 60px;
  margin: 0;
  border-right: 1px solid white;
  border-left: 1px solid #F2F2F2;
}


.mt-yidaki .nav-pills > .active > a{
  color: white;
  background-color: #1F7996;
}

.mt-yidaki .nav-pills > .active > a:hover {
  color: white;
  background-color: #D67427;
}



.mt-yidaki .nav-pills > li > a {
  color: black;

}


/* Shop dividir Yidaki Li */

.divider-yidaki {
  height: 18px;
  margin: 0 9px;
  border-right: 1px dashed #ccc;
  border-left: 1px dashed #ccc;
}

.list-yidaki {

  margin: 10px 0 0 0 ;
  font-size: 16px;

}

/* PhotoGallery Section */

.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;

}

/* Video Gallery */

#simple-vertical-photo {
  width: 100%;
  color: #FFF;
}


#simple-vertical-video {
  width: 100%;
  color: #FFF;
}

.blockSample {
  left: 20px;
  top: 20px;
  padding: 6px 8px;
  background: #FFF;
  color:#000;
}

/* Google Calendar */

.google-calendar iframe .st-bg { background:black !important; }
.google-calendar iframe .st-bg-today { background:yellow; border-left:1px solid yellow; border-right:1px solid yellow !important; }
.google-calendar iframe .st-dtitle { background:white !important; }


/* Media icons Top */
.media-line {
margin: -10px 20px 5px 0;
}

.media-line a {
color: #1F7996;
}

.mt-yidaki .language li {
float: left;
margin: 0 10px 0 0  !important;
}

.videos-list li {
margin: 0 0 8px 0;

}
