/*
 Theme Name:   Telesis (Operation Naked)
 Template:     telesis
 Theme URI: http://www.vivathemes.com/telesis/
 Description:  A one page responsive WordPress theme with parallax effect that can be used to showcase your services and portfolio.
 Author: Viva Themes / netz8
 Author URI: http://www.vivathemes.com
 License: GNU GPL
 License URI: http://www.gnu.org/licenses/gpl.html
 Version: 1.2
 Text Domain: telesis
 */

#mainmenu ul li {
  margin-left: 16px;
}

#mainmenu ul li a:hover{
  color: #BABABA;
}

#video, #music{
  width: 100%;
  float: left;
  clear: left;
  background: #EAEAEA;
}

/* from http://www.holgerkoenemann.de/ein-vimeo-oder-youtube-video-responsive-einbinden/ */
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  margin-top: 38px;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

div.mc-image {
  background-position: right 80px !important;
}

div#aboutus div.textwidget,
div#video div.textwidget,
div#whoweare div.textwidget{
  font-size: 13px;
  text-transform: none;
}

img.creditsposter{
  margin-right: 1em;
  margin-bottom: 0.25em;
}

.contwidget {
  background: url(images/transparent.png) repeat;
}

.contwidget a,
.whowidget a,
.abwidget a{
  text-decoration: underline;
}

.contwidget a:hover,
.whowidget a:hover,
.abwidget a:hover{
  color: #CACACA;
  background-color: #6A6A6A;
  text-decoration: none;
}

div#whoweare,
div#aboutus,
div#video{
  overflow: hidden;
  padding: 0;
}

div#whoweare div.whowidget,
div#whoweare div.abwidget,
div#video div.abwidget,
div#aboutus div.abwidget{
  position: inherit;
  transform: none !important;
  -webkit-transform: none !important;
  margin: 120px auto 120px auto;
  /*background-color: green;*/
}
