/*
Theme Name: GravityBike
Theme URI: http://gravitybike.pl/
Description: 
Author: Wojciech Ziętek
Author URI: http://www.gravitybike.pl
Version: v2.2
Tags: 

License:
License URI:

General comments (optional).
*/

* {
  margin: 0;
}

html, body {
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    font-family: Roboto;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
    padding-top: 33px;
    background-color: #F0F0F0;
    background: url(image/background.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@font-face {
    font-family: Roboto;
    src: url(roboto-light.ttf);
}

 @font-face {
    font-family: Roboto-Regular;
    src: url(roboto.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Roboto-Thin;
    src: url(roboto-thin.ttf);
}

main {
  height: 100%;
}

.topbar a {
  color: #FFF;
  text-decoration: none;
}

.topbar a:hover{
  color: #000;
}

.topbar a:visited {
  color: none;
}

p#text{
  margin-left: 100px;
  width: 800px;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}

header {
  background: #00CC66;
  height: 100px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 100;
}

.nav-up {
  top: -100px;
}

.topbar {
  z-index: 100;
  display: block;
  height: 100px;
  width: 1200px;
  margin: 0 auto;
  color: #FFF;
}

.top-bar {
  font-family: Roboto-Regular;
  margin: 0 auto;
  display: block;
  width: 1200px;
  color: #FFF;
}

.top-bar ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0 10px 20px 50px;
  list-style: none;
}

.top-bar ul li {
  font: bold 15px/24px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #00CC66;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.top-bar ul li:hover {
  background: #00CC66;
  color: #fff;
}

.top-bar ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.top-bar ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  z-index: 100;
}

.top-bar ul li ul li:hover { background: #666; }

.top-bar ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.logo {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  background: url(image/logo.png) no-repeat;
  background-size: 100px 100px;
}

#logo {
  width: auto;
  margin: 0;
  height: 100px;
  float: left; 
}

#search {
  width: 240px;
  background-color: #FFF;
  padding: 5px 0 5px 5px;
  right: 0px;
  top: 4px;
  margin-bottom: 20px;
}

#buttonSearch {
  background: url('search.png') no-repeat center center;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 2px;
  top: 7px;
  border: none !important;
  cursor: pointer;
}

#search input[type="text"] {
    background: #999;
    border: 0 none;
    font-size: 18px;
    color: #000;
    width: 205px;
    padding: 4px 10px 4px 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    
    }

#search input[type="text"]:focus {
    background: #00CC66;
    color: #FFF;
    width: 205px;
    border: none !important;
    }

.main {
  margin: 0 auto;
  width: 1230px;
  
}

.main_page {
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

#pagetitle {
  font-size: 32px;
  font-weight: 800;
  margin: 20px 0 20px 0;
}

.part {
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 40px;
  width: 1000px;
  height: auto;
  background: #FFF;
  padding: 30px 30px 30px 30px;
  text-align: justify;
}

#img {
  max-width: 1000px;
  text-align: center;
}

#imgdsc {
  text-align: center;
  font-size: 14px;
}

#imgdscr {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
}

.block2 a {
  color: #000;
}

.block2 a:hover {
  color: #FFF;
}

#imgprf {
  display: block;
}

#imgidx {
  margin: 40px 85px 20px 85px;
}

#profile {
  display: block;
  padding: 20px;
}

.post-page {
  display: block;
  width: 1200px;
  font-size: 16px;
  line-height: 28px;
  vertical-align: top;
  margin-bottom: 20px;
}

.block1 {
  padding-left: 40px;
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.block2 {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

#block1 {
  float: left;
  display: block;
  background: #00CC66;
  width: 320px;
  height: 300px;
  margin: 40px 40px 40px 40px;
}

#block2 {
 float: left;
  display: block;
  background: #00CC66;
  width: 320px;
  height: 300px;
  margin: 40px 40px 40px 40px;
}

#block3 {
  float: left;
  display: block;
  background: #00CC66;
  width: 320px;
  height: 300px;
  margin: 40px 40px 40px 40px;
}


.title {
  font-family: Roboto-Thin;
  font-weight: 800;
  font-size: 54px;
  margin-top: 80px;
  color: #FFF;
  line-height: 70px;
  background: none;
  max-width: 1000px;
}

.title p {
  background: none;
}

.push {
  height: 60px;
  clear: both;
}

.wp-caption-text {
  display: none;
}

footer {
  height: 60px;
  bottom: 0;
  width: 100%;
}

.footer {
	margin: 0 auto;
	z-index: 2;
	bottom: 0px;
	height: 60px;
	width: 100%;
	background-color: #00CC66;
	color: #FFFFFF;
	font-size: 14px;
  clear: both;
}

#footer_bar {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.footer_menu {
  font-family: Roboto-Regular;
  position: relative;
  padding: 10px 0px 0px 5px;
  margin: 0 auto;
  width: 1200px;
  height: 80px;
}

.footer_menu {
  display: none;
  list-style: none;
}

.footer_menu li {
  float: left;
  margin: 0 auto;
  margin-right: 40px;
  display: block;
  width: 150px;
  list-style: none;
}

.footer_menu ul.children {
  list-style: none;
  color: #777;
  margin-left: -38px;
  font-size: 12px;
}

.footer_menu a:hover {
  color: #555;
}

#copy {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 25px;
  padding: 10px 0px 0px 0px;
  text-align: center;
  color: #FFF;
  background: #000;
}

a:hover {
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    color: #000;
}
/*
@media (min-width: 1024px) {
    .main {width: 1230px;}
    .footer {width: 100%;}
    #wrapper {width: 1230px;}
}

@media (max-width: 1023px) {
    .topbar {width: 100%;}
    #wrapper {width: 760px;}
    .post {width: auto;}
    .main {width: 760px;}
    .footer {width: 760px;}

@media (max-width: 734px) {
	  .topbar {width: 100%;}
    #wrapper {width: 96%;}
    .main {width: 96%;}
    .post {width: 96%;}
    .footer {width: 96%;}

@media (max-width: 599px) {
	  body {margin-top: 0;}
	  .topbar {width: 100%;}
    #wrapper {width: 96%;}
    .main {width: 96%;}
    .post {width: 96%;}
    .footer {width: 96%;}
    #social {word-spacing: 40px;}
    */