/* Minification failed. Returning unminified contents.
(5,85): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */
@font-face {
  font-family: 'MyWebFont';
  src: url(/Content/webfont.eot);
  /* IE9 Compat Modes */
  src: url(/Content/webfont.eot?#iefix) format('embedded-opentype'), url(/* IE6-IE8 */'webfont.woff2') format('woff2'), url(/* Super Modern Browsers */'webfont.woff') format('woff'), url(/* Pretty Modern Browsers */'webfont.ttf') format('truetype'), url(/* Safari, Android, iOS */'webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
/*=============HEADER================*/

body {
  background-color: black;
}
.main_container {
  background-color: #929292;
}
.header .row {
  background-color: #4f3a3a;
}
#logo {
  float: left;
  width: 160px;
  z-index: 99;
}
#nav {
  background-color: transparent;
  border-color: transparent;
  float: right;
  z-index: 99;
}
#bs-example-navbar-collapse-1 {
  float: left;
  text-align: center;
  font-size: 20px;
}
#nav a {
  /*padding: 20px 0 0 16px;*/
  font-family: MyWebFont, Corbel;
  color: red;
}
#nav .selected {
  background-color: #333333;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  color: white;
  /*pointer-events: none;
   	cursor: default;*/

}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
li:hover {
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  background-color: #666666 !important;
}
/*=============CONTENT================*/

#I {
  width: 100%;
  float: left;
  position: relative;
}
#intro {
  padding: 43px 0 0;
  z-index: 1;
}
#introfoto {
  margin: -5px 0 20px;
}
.home-title {
  display: block;
  float: left;
  clear: both;
  color: #999999;
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 0;
  width: 100%;
  margin: 19px 0 13px;
}
.box_small {
  width: 200px;
  height: 200px;
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  /*border: 1px solid #ddd;*/

}
.box_small a {
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  padding: 9px;
  width: 200px;
  display: block;
  text-decoration: none;
}
.box_small a:hover {
  /*color: #000*/
  border: 1px solid #999999;
}
.box_small a span {
  display: block;
}
.box_small a.excerpt .tag {
  font-size: 9px;
  font-weight: bold;
}
.box_small a.excerpt .date {
  margin: 0 0 5px;
  font-weight: bold;
  color: #aaaaaa;
  font-size: 9px;
  position: absolute;
  top: 9px;
  right: 9px;
}
.box_small a.excerpt .entry-title {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 5px;
  font-weight: 700;
  color: #333333;
  white-space: nowrap;
}
.box_small a.excerpt img {
  display: block;
  padding-bottom: 3px;
  /*width: 100%;*/
  background: url(/img/thumb-shadow.jpg) no-repeat 0 100%;
}
.updates_block {
  background-color: transparent;
  clear: both;
}
.updates_block .row {
  margin-left: 15px;
}
.box {
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
}
#stay {
  position: absolute;
  top: 0;
  right: 10px;
  padding-top: 100px;
}
.small,
small {
  font-size: 85%;
  width: 210px;
}
h3 {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 13px;
  line-height: 1;
}
.navigation {
  margin: 0 0 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 4px 0;
}
.clearfix {
  display: block;
}
.readmore .date,
.boxhead .date {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 9px;
  letter-spacing: 0;
  color: #999999;
}
h4 {
  font-size: 10px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: relative;
  height: 18px;
  overflow: hidden;
  clear: both;
  z-index: 200;
}
h4::before {
  content: "";
  display: block;
  left: 0;
  right: 62%;
  height: 1px;
  position: absolute;
  top: 9px;
  z-index: 1;
  background: #dddddd;
}
h4::after {
  content: "";
  display: block;
  left: 62%;
  right: 0%;
  height: 1px;
  position: absolute;
  top: 9px;
  z-index: 1;
  background: #dddddd;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.postcontent ul {
  list-style: none;
  margin: 0 0 20px;
  display: block;
  float: left;
  width: 100%;
}
.postcontent li {
  display: block;
  float: left;
  margin: 0 0 2px;
  width: 50%;
  background: url(/img/icon-tick.gif) no-repeat 0 50%;
  text-indent: 12px;
}
/*=============FUTER================*/

/*=============MOBILE================*/

@media (min-width: 0px) and (max-width: 767px) {
  #bs-example-navbar-collapse-1 {
    float: left;
    text-align: center;
    background-color: #222222;
    z-index: 20;
    position: absolute;
  }
  .header {
    z-index: 1;
  }
  #intro {
    z-index: 1;
  }
  #intro span {
    font-size: 22px;
    left: 0;
    width: 100%;
  }
  #I {
    width: 100%;
    max-width: 200px;
    float: right;
    /*z-index: -1;*/
  
  }
  .updates_block {
    clear: both;
    top: -200px;
    /*position: relative;
  		z-index: 0;*/
  
  }
}
/*=============BLOG================*/

.page-title {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 20px;
}
/*=============FUTER================*/


