html { font-size: 100%; }
body { font-family: 'Roboto', sans-serif; }

.my-square,
.my-rectangle {
  position: relative;
  max-width: 600px;
}
.my-double-square {
  position: relative;
  max-width: 1200px;
}

a.logo {
  display: block;
  padding: 10px;
}

div.vcard {
  padding: 15px;
  font-size: .7rem;
}
div.vcard .category,
div.vcard .org,
div.tel-comment {
  font-size: 1.1rem;
}
div.vcard h4 {
    margin: 0; padding: 0;
}
.tel {
  color: #FA7021;
}

h3.color {
  padding: 2rem 1rem;
  margin: 0;
  background-color: #F2DFD9;
}

div#article {
  overflow: hidden;
}
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

  background: #fcba94;
  padding: 30px 20px;
/*  width: 40%;
  height: 40%; */
  color: #454C4A;
  text-decoration: none;
  line-height: 35px;
  letter-spacing: 2px;
/* font-family: 'Roboto', sans-serif; */
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F97020;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#stirka.callout,
#vaccina.callout {
	font-family: 'Arsenal', sans-serif;
}
#stirka.callout p,
#vaccina.callout p {
	margin: 0 0 5px 0; padding: 0;
}
#stirka.callout a,
#vaccina.callout a {
	color: black;
}
#stirka.callout a:hover,
#vaccina.callout a:hover  {
	text-decoration: underline;
}
#stirka {
	max-width: 500px;
	margin: 0 auto;
}
#vaccina {
	max-width: 500px;
	margin: 0 auto 15px;
}
.headr3 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    display: block;
    background-image: url(http://oblvet24.ru/theme/oblvet24/assets/images/3-min.jpg);
}