/**
* @author Varrcan
* @e-mail admin@xsence.net
* @copyright 2015
*/

.h3 {
  font-style: oblique;
  font-size: 14px;
  text-align: left;
  float: left;
  width: 50%;
}

.h4 {
  text-align: left;
  float: left;
}
.container {
  width: 100%;
  max-width: 1260px;
  min-width: 780px;
  overflow: hidden;
  float: left;
}

.content {
	width: 65%;
	float: left;
}

.sidebar1 { 
	width: 25%;
	float: right;
  margin-right: 5%; 
}

.clearfloat {
	clear:both;
}

.mfp-button{
  font:bold 13px Tahoma, Geneva, sans-serif;
  font-style:normal;
  color:#ffffff;
  background:#1568db;
  border:0px solid #ffffff;
  text-shadow:0px 1px 5px #222222;
  box-shadow:5px 2px 6px #000000;
  -moz-box-shadow:5px 2px 6px #000000;
  -webkit-box-shadow:5px 2px 6px #000000;
  border-radius:45px 10px 45px 10px;
  -moz-border-radius:45px 10px 45px 10px;
  -webkit-border-radius:45px 10px 45px 10px;
  width:66px;
  padding:7px 86px;
  cursor:pointer;
  margin:7px 0 7px 0;
}

.mfp-button:active{
  cursor:pointer;
  position:relative;
  top:2px;
}

.block {
  height: 40px;
  border-radius: 20px;
  padding: 10px; 
  margin: 10px 10px 20px 10px;
}

.styled-select select {
  width: 215px;
  border: 1px solid #ccc;
  margin: 0 0 0 30px;
}