html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  /* margin: 0; */
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  background: #fafafa;
  color: #666;
  font-family: 'Noto Sans', arial, sans-serif;
  font-size: 14px;
  line-height: 2;
  margin: 0 auto;
  min-width: 960px;
  padding-bottom: 4em;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul {list-style: none; margin: 0;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  color: #f44;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  padding-right: 50px;
}
a:hover {text-decoration: none;}

ins {
  background-color: rgb(233, 235, 119);
  color: #000;
  text-decoration: none;
}

::-moz-selection{background: rgb(233, 235, 119);color: #fff;}
::selection {background: rgb(233, 235, 119);color: #fff;}

mark {
  background-color: rgb(233, 235, 119);
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

small {font-size: .8em;}

input, select {vertical-align: middle;}

input {
  background: #fff;
  border: 1px solid #ddd;
  color: #999;
  font-size: 14px;
  padding: 0.75em 0.15em;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

::-webkit-input-placeholder {color: #ccc;}
:-moz-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc;}
:-ms-input-placeholder {color: #ccc;}

ol, ul {
  margin: 1.5em 0 1.5em 2em;
}

p {
  margin: 1.5em 0;
}

h1, h2, h3, h4 h5, h6 {
  border-bottom: 1px solid #eee;
  color: #444;
  font-family: 'Noto Serif', georgia, serif;
  line-height: 1.35;
  padding-bottom: 0.5em;
}

h1 {font-size: 2em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.1em;}

h1 a,
h2 a {color: #555; text-decoration: none;}
h1 a:hover,
h2 a:hover {color: #f44;}



/**
 * Header
 * -------------------------------------------------------------------------- */
head {
  border-top: 3px solid #333;
  display: block;
}

title {
  border-bottom: 1px solid #ddd;
  color: #444;
  display: block;
  font-family: 'Noto Serif', georgia, serif;
  font-size: 2em;
  line-height: 1.2;
  margin: 0 auto;
  padding: 1em 0 0.75em;
  text-align: center;
  width: 640px;
}

title:after {
  content: attr(data-sub);
  color: #8f8f99;
  display: block;
  font-size: .5em;
}

title:before {
  background: #fafafa url('../images/logoo.png');
  background-size: 60px 60px;
  border: 2px solid #eee;
  content: "";
  cursor: pointer;
  display: block;
  height: 60px;
  margin: 0 auto .25em;
  overflow: hidden;
  width: 60px;

  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;

  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.45), 0 0 1px #888 inset;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.45), 0 0 1px #888 inset;
  box-shadow: 0 0 3px rgba(0,0,0,.45), 0 0 1px #888 inset;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

/**
 * Nav
 * -------------------------------------------------------------------------- */
.menu {
  border-bottom: 1px solid #ddd;
  font-family: 'Noto Serif', georgia, serif;
  margin: 0 auto;
  padding: 0 20px;
  width: 600px;
}

.menu ul {text-align: center;}
.menu li {display: inline;}

.menu a {
  color: #666;
  display: inline-block;
  padding: 0.5em 1em;
  position: relative;
  text-decoration: none;
}

.menu a.active:after,
.menu a.active:before {
  border-color: #ddd transparent transparent;
  border-style: solid;
  border-width: 6px 9px;
  bottom: -12px;
  content: "\00a0";
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  margin-left: -7px;
  width: 0;
}

.menu a.active:after {
  border-color: #fafafa transparent transparent;
  bottom: -11px;
}

/**
 * Blog
 * -------------------------------------------------------------------------- */
#post-list, #search-results {
  list-style: none;
  margin: 0 auto;
  width: 640px;
}

.post header {text-align: center;}
.post header p {margin: 0.5em 0;}

.post {margin: 2em 0 2.5em;}

.post time {color: #bbb;}

/* Single Post */
.post.single {
  margin: 2em auto;
  width: 640px;
}

/* Search */
#search fieldset {
  margin: 1.5em auto;
  width: 640px;
}

#search input {
  background: #fff url('../images/logoo.png') no-repeat 10px 10px;
  padding-left: 25px;
  width: 640px;
}

/**
 * Content
 * -------------------------------------------------------------------------- */
.content {
  margin: 2em auto 2em;
  /* width: 640px; */
  width: 1280px;
}
.content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.error-404 {text-align: center;}

.page-title {
  margin: 1em auto 0;
  width: 640px;
}

/**
 * Pages
 * -------------------------------------------------------------------------- */
.welcome {float: right;}

.contact .col-l {
  float: left;
  line-height: 1.5;
  margin-top: 1.5em;
  padding: 0 1%;
  width: 31.28%;
}

.contact .col-l h2 {font-size: 1.2em;}
.contact .col-l ul {list-style: none; margin: 1em 0;}
.contact .col-l ul li {margin: 0 0 0.75em;}
.contact .col-l strong {display: block;}
.contact .col-l span,
.contact .col-l a {color: #999;}
.contact .col-l a:hover {color: #f44}

/**
 * Itsy Bitsy Styles
 * -------------------------------------------------------------------------- */
@media all and (max-width: 660px) {

}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.float-child {
    width: 50%;
    float: left;
}  
.float-child3 {
    width: 33.333%;
    float: left;
}  