/*
#### commom template styles by Odwini
### all rights reserwed Web Mill CO
##  our site web-mill.org
#   contact mail ushakyaroslav@gmail.com
*/
/* here will be common styles for bricks site */
html, body {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 15px;
  font-family: DINPro; }

span, h1, h2, h3, h4, h5, h6, p, a {
  color: #fff;
  text-decoration: none; }

/* font sizes */
.bold {
  font-weight: 700; }

.regular {
  font-family: DINPro;
  color: #dedede; }

.medium {
  font-weight: 500; }

.light {
  font-weight: 300; }

/* font colors if not #fff */
.orange {
  color: #fc6b00; }

.black {
  color: #252525; }

/* common font styles*/
h2 {
  font-size: 3rem; }

h3 {
  font-size: 2rem; }

p {
  font-size: 1.2rem; }

span {
  font-size: 1rem; }

header {
  width: 100%;
  height: 15%;
  min-height: 110px;}

section {
  width: 100%;
  height: auto; }

.vartical_align_relative {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  margin: auto; }

.absolute_center {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.container {
  width: 100%;
  margin: auto;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container.smaller {
  width: 85%;
  max-width: 1500px; }

.cover_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  
  .social_pluigins .social.faceboock .social_button{
      display: block;
  }