@import url(http://fonts.googleapis.com/css?family=Open+Sans:300|Exo+2:100&amp;subset=latin,cyrillic);

body, .margin {
  text-align: center;
}

#contentBody {
  display: inline-block;
}

.h1 {
  color: #343434;
  font-family: "Exo 2",sans-serif;
  font-size: 100px;
  font-weight: 700;
}

.h2 {
  color: #343434;
  font-family: "Exo 2",sans-serif;
  font-size: 83px;
}

.h3 {
  color: #343434;
  font-family: "Exo 2",sans-serif;
  font-size: 30px;
}

.h4 {
  color: #343434;
  font-family: "Exo 2",sans-serif;
  font-size: 50px;
}

.h6 {
  color: #343434;
  font-family: "Exo 2",sans-serif;
  font-size: 30px;
}

.h7 {
  color: #343434;
  font-family: "Exo 2",sans-serif;
  font-size: 55px;
}

.like1 {
  font-family: "Exo 2",sans-serif;
  float: left;
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 40px;
}

.like2, .like3 {
  font-family: "Exo 2",sans-serif;
  float: left;
  width: 120px;
  height: 40px;
  text-align: center;
  margin-left: 200px;
  font-size: 40px;
}

.skype {
  margin-left: 20px;
  font-weight: 700;
}

li {
  display: inline-block;
  background: #343434;
  margin-right: 5px;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  transition: all .3s ease-in-out;
}

a.menu {
  font-family: Open Sans,sans-serif;
  cursor: pointer;
  color: #fff;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  transition: all .3s ease-in-out;
}

li:hover {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 5px 5px 20px rgba(52,52,52,.5);
}

a.menu:hover {
  color: #343434;
}


img.p {
 border-radius:8px;
 box-shadow: 0 0 0 1px #fff;
 border:1px solid #eee;
 transition:all .35s ease-in-out;
 -webkit-transition:all .35s ease-in-out;
 -moz-transition:all .35s ease-in-out;
 -o-transition:all .35s ease-in-out;
 -ms-transition:all .35s ease-in-out;
}

img.p:hover {
 box-shadow: 0 12px 6px -6px #666,0 0 3px 0 #ccc;
 margin: 5px;
 border-radius:7px;
 CURSOR:pointer;
}

.center {
  text-align: center;
}

a {
  color: #343434;
}

.otst {
  margin-bottom: 100px;
}