@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=latin,cyrillic);
@import url(font-awesome.css);
@import url("../js/vendor/jquery-ui/jquery-ui.min.css");
@import url("../js/vendor/jquery-ui/jquery-ui.theme.css");
/* Base styles
   ========================= */
* {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
  color: #000;
  font-family: Tahoma, Geneva, sans-serif;
}
html {
  font-size: 14px;
  min-height: 100%;
  line-height: 1.2;
  position: relative;
  background: #f2f0ea url("../img/bg.png") top center repeat-y;
}
body {
  margin-bottom: 100px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.container {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.footer {
  bottom: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  background: #e2e2e1;
}
.footer .logo {
  top: 18px;
  left: 62px;
  width: 85px;
  height: 53px;
  color: #30576a;
  display: block;
  position: absolute;
  background: url("../img/footer-logo.png") 0 0 no-repeat;
}
.footer .towrite {
  top: 16px;
  color: #fff;
  left: 320px;
  width: 241px;
  height: 60px;
  font-size: 13px;
  cursor: pointer;
  line-height: 20px;
  position: absolute;
  text-decoration: none;
  padding: 22px 0 0 65px;
  background: url("../img/to-write.png") 0 0 no-repeat;
}
.footer .towrite:hover {
  text-decoration: none;
  background: url("../img/to-write.png") 0 -60px no-repeat;
}

.footer .worktime {
  top: 35px;
  left: 610px;
  width: 100px;
  color: #2a2a2a;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  position: absolute;
  text-transform: uppercase;
}
.footer .worktime span {
  display: block;
  font-size: 14px;
}
.footer .tel {
  top: 30px;
  right: 290px;
  width: 110px;
  color: #2a2a2a;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  position: absolute;
}
.footer .tel span {
  display: block;
}
.footer .social {
  top: 33px;
  margin: 0;
  padding: 0;
  right: 10px;
  width: 180px;
  list-style: none;
  position: absolute;
}
.footer .social li {
  float: left;
  width: 36px;
  height: 35px;
  margin-right: 6px;
}
.footer .social li a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
}
.footer .social li a.vk {
  background: url("../img/icon-social.png") 0 0 no-repeat;
}
.footer .social li a.fb {
  background: url("../img/icon-social.png") -42px 0 no-repeat;
}
.footer .social li a.ok {
  background: url("../img/icon-social.png") -84px 0 no-repeat;
}
.footer .social li a.in {
  background: url("../img/icon-social.png") -125px 0 no-repeat;
}
.header {
  height: 180px;
  position: relative;
  margin-top: 10px;
  background: url("../img/bg-header.png") 0 0 no-repeat;
}
.header .logo {
  float: left;
  width: 520px;
  height: 110px;
  color: #30576a;
  font-size: 30px;
  margin-left: 30px;
  line-height: 40px;
  padding-top: 32px;
  padding-left: 160px;
  text-decoration: none;
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
  background: url("../img/header-logo.png") left 5px no-repeat;
}
.header .worktime {
  /* float: left; */
  /* width: 110px; */
  color: #2a2a2a;
  font-size: 14px;
  /* margin: 0 20px; */
  /* line-height: 22px; */
  text-align: center;
  padding-top: 5px;
  text-transform: uppercase;
}
.header .worktime span {
  display: block;
  font-size: 18px;
}
.header .tel {
  float: left;
  /* width: 210px; */
  color: #30576a;
  font-size: 38px;
  /* margin-right: 30px; */
  /* line-height: 40px; */
  text-align: center;
  padding-top: 15px;
  padding-left: 35px;
}
.header .tel span {
  display: block;
}
.header .btn-call-order {
  top: 28px;
  right: 5px;
  color: #fff;
  width: 200px;
  height: 51px;
  display: block;
  cursor: pointer;
  font-size: 13px;
  line-height: 48px;
  padding-left: 75px;
  position: absolute;
  text-decoration: none;
  background: url("../img/btn-call-order.png") 0 0 no-repeat;
}
.header .btn-call-order:hover {
  background: url("../img/btn-call-order.png") 0 -51px no-repeat;
}
.topnav {
  height: 50px;
  padding-left: 30px;
}
.topnav ul {
  width: 960px;
  height: 50px;
  display: table;
}
.topnav ul li {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  display: table-cell;
}
.topnav ul li a {
  color: #fff;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: inline-block;
  background: transparent;
}
.topnav ul li a:hover {
  color: #fff;
  text-decoration: none;
  background: #5f7572;
}
.sidebar {
  float: left;
  width: 270px;
  min-height: 1px;
}
.sidenav {
  background: #f2f0ea;
}
.sidenav ul {
  margin: 0;
  padding: 0px 0;
  list-style: none;
}
.sidenav ul li {
  /* height: 50px; */
  font-size: 17px;
  line-height: 49px;
  padding: 0 5px;
  border-bottom: 1px solid #e2ded2;
}
.sidenav ul li a,
.sidenav ul li a:hover {
  width: 100%;
  height: 100%;
  color: #393939;
  display: inline-block;
  text-decoration: none;
}
.sidenav ul li:hover {
  /* background: #c5e4e1; */
}
.sidenav ul li:last-child {
  /* border-color: transparent; */
}



.sidenav2 {
  background: #f2f0ea;
}
.sidenav2 ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
.sidenav2 ul li {
  height: 50px;
  font-size: 17px;
  line-height: 49px;
  padding: 0 5px;
  border-bottom: 1px solid #e2ded2;
}
.sidenav2 ul li a,
.sidenav2 ul li a:hover {
  width: 100%;
  height: 100%;
  color: #393939;
  display: inline-block;
  text-decoration: none;
}
.sidenav2 ul li:hover {
  background: #c5e4e1;
}
.sidenav2 ul li:last-child {
  /* border-color: transparent; */
}


.sidenav_02 li:hover {
    background: #c5e4e1;   
}


.sidenav_01_txt {
	font-size:18px;
}
.sidenav_01_t li {
	font-size:16px;
	padding-left: 10px;
}
.sidenav_01_t li:hover {
    background: #c5e4e1;
}
.sidenav ul li ul li {
  padding: 0 15px;

}




.side-form {
  width: 270px;
  padding: 15px 20px 30px 20px;
  background: #c5e4e1;
}
.side-form .form-title {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 12px;
  font-family: 'PT Serif', serif;
}
.side-form .form .form-group {
  margin-bottom: 20px;
}
.side-form .side-form-name {
  border: none;
  height: 30px;
  color: #818285;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 34px;
  background: #c5e4e1;
  border-bottom: 1px solid #aaaeb1;
}
.side-form .side-form-group {
  margin-bottom: 22px;
}
.side-form .side-form-group .side-form-input {
  float: right;
  width: 144px;
}
.side-form .side-form-group label {
  float: left;
  width: 80px;
  height: 24px;
  font-size: 16px;
  line-height: 24px;
}
.side-form .side-form-input {
  height: 24px;
  line-height: 24px;
  background: #e2f2f0;
  padding: 0 5px;
  border: 1px solid #aaaeb1;
}
.side-form .form-inline {
  margin-bottom: 45px;
}
.side-form .form-inline label {
  display: inline-block;
}
.side-form .form-inline .side-form-input {
  float: right;
  width: 55px;
}
.side-form .form-inline .date {
  float: left;
  width: 100px;
}
.side-form .form-inline .time {
  float: right;
  width: 110px;
}
.side-form .btn.btn-gray {
  height: 40px;
  padding: 0 37px;
  line-height: 40px;
  background: #818285;
}
.content0 {
  margin-bottom: 340px;
}
.content {
  float: right;
  width: 870px;
  padding: 40px 50px;
}
.content .pub-date {
  color: #868686;
  font-size: 12px;
}
.content iframe {
  margin-top: 40px;
}
.content .top-image {
  width: 870px;
  height: 145px;
  margin: -40px -50px 50px -50px;
}
.rows .news {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.rows .news .title {
  margin-bottom: 0;
}
.rows .news img {
  float: left;
  height: auto;
  display: block;
  max-width: 135px;
  margin: 0 20px 20px 0;
}
.rows .news p {
  padding-top: 20px;
}
.rows .news .pub-date {
  color: #3b6f89;
  display: inline-block;
}
.rows .news .btn {
  color: #000;
  float: right;
  width: 134px;
  height: 37px;
  font-size: 12px;
  text-align: left;
  line-height: 37px;
  padding-left: 25px;
  position: relative;
  background: #c5e4e1 url("../img/icon-arrow.png") 107px 14px no-repeat;
}
.rows .news .btn:hover {
  background-color: #86aaa7;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.rows .reply {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rows .reply h4.title {
  margin-bottom: 0;
}
.rows .reply .reply-item {
  margin-bottom: 25px;
}
.rows .reply .reply-text {
  padding: 20px;
  background: #fcfbfa;
}
.rows .reply .pub-date {
  color: #3b6f89;
}
.rows .reply .markItUpHeader {
  display: none !important;
  visibility: hidden;
}
.pagination {
  color: #000;
  font-size: 12px;
  position: relative;
}
.pagination div {
  margin-bottom: 10px;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.pagination ul li {
  margin: 0 4px;
  display: inline-block;
}
.pagination ul li.current {
  color: #00abdc;
}
.pagination ul a {
  color: #000;
  text-decoration: none;
}
.pagination ul a:hover {
  color: #00abdc;
  text-decoration: underline;
}
.pagination .p-inner {
  left: 0;
  width: 100%;
  bottom: 380px;
  position: absolute;
}
.breadcrumbs {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.breadcrumbs li {
  color: #868686;
  font-size: 12px;
  height: 20px;
  display: inline-block;
}
.breadcrumbs li span {
  text-decoration: underline;
}
.breadcrumbs li a {
  color: #868686;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}
.breadcrumbs > li + li:before {
  content: "→";
  color: #868686;
  padding: 0 5px;
  text-decoration: none;
}
.callback-box {
  z-index: 100;
  right: 100px;
  top: -308px;
  width: 600px;
  height: 308px;
  padding-top: 35px;
  position: absolute;
  background: url("../img/bg-call-order.jpg") 0 0 no-repeat;
}
.callback-box .inner {
  width: 340px;
  height: 191px;
  padding: 18px 65px;
}
.callback-box .form-title {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
}
.callback-box input[type="text"] {
  height: 29px;
  color: #87a19e;
  border: none;
  background: #fff;
  line-height: 29px;
  font-style: italic;
  padding: 0 10px 0 45px;
  -webkit-box-shadow: inset 2px -1px 3px 0px rgba(89, 125, 119, 0.3);
  -moz-box-shadow: inset 2px -1px 3px 0px rgba(89, 125, 119, 0.3);
  box-shadow: inset 2px -1px 3px 0px rgba(89, 125, 119, 0.3);
  behavior: url(css/pie/PIE.htc);
}
.callback-box input[type="text"].form-name {
  background: #ffffff url("../img/icon-name.png") 10px 50% no-repeat;
}
.callback-box input[type="text"].form-tel {
  background: #ffffff url("../img/icon-tel.png") 8px 50% no-repeat;
}
.callback-box input[type="text"].error {
  color: #000;
  background-color: #ffe2e2;
}
.modal-form {
  width: 600px;
  background: #fff;
  padding-top: 30px;
  position: relative;
}
.modal-form .form-title {
  color: #232323;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font: 26px/30px 'PT Serif', serif;
}
.modal-form .form-text {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-style: italic;
  margin-bottom: 15px;
}
.modal-form .form-alert {
  display: none;
  width: 402px;
  height: 50px;
  color: #efad25;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  padding-top: 3px;
  padding-left: 62px;
  background: url("../img/icon-alert.png") left center no-repeat;
}
.modal-form .form.form-call .form-group {
  width: 402px;
  margin: 0 auto 24px auto;
}
.modal-form .form.form-call textarea,
.modal-form .form.form-call input[type="text"] {
  color: #d1d1d1;
  font-size: 23px;
  line-height: 30px;
  padding: 12px 10px 12px 65px;
  border: 1px solid #cacaca;
}
.modal-form .form.form-call textarea {
  height: 110px;
}
.modal-form .form.form-call input[type="text"] {
  height: 56px;
}
.modal-form .form.form-call input[type="text"].form-name {
  background: #ffffff url("../img/icon-callback-name.png") 20px 50% no-repeat;
}
.modal-form .form.form-call input[type="text"].form-tel {
  background: #ffffff url("../img/icon-callback-tel.png") 20px 50% no-repeat;
}
.modal-form .form.form-call textarea:focus,
.modal-form .form.form-call input[type="text"]:focus {
  color: #7e7e7e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 190, 183, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 190, 183, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(118, 190, 183, 0.3);
}
.modal-form .form.form-call textarea.error,
.modal-form .form.form-call input[type="text"].error {
  background-color: #ffe2e2;
}
.modal-form .form.form-call .btn {
  width: 100%;
  height: 64px;
  font-size: 22px;
  display: block;
  margin-top: 40px;
  line-height: 64px;
  background: #439d94;
}
.modal-form .form.form-call .btn:hover {
  background: #2b615c;
}
#thanks {
  color: #fff;
  width: 600px;
  height: 354px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  padding-top: 200px;
  background: url("../img/thanks.jpg") 0 0 no-repeat;
}
#thanks .item-title {
  color: #2b2b2b;
  text-align: center;
  padding-bottom: 20px;
  font: 30px/40px 'PT Serif', serif;
}
.rows .faq {
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
.rows .faq li {
  margin-bottom: 20px;
}
.rows .faq h4.faq-title {
  padding: 3px 10px;
  position: relative;
  background: #f2f2f1;
  margin-bottom: 10px;
}
.rows .faq .faq-text {
  position: relative;
  margin-bottom: 15px;
}
.rows .faq .faq-reply {
  bottom: 15px;
  right: 15px;
  color: #ccc;
  font-size: 11px;
  position: absolute;
}
.rows .faq .faq-child li {
  padding: 18px;
  margin: 0 15px;
  position: relative;
  background: #fcfbfa;
}
.rows .faq .faq-child li h4 {
  color: #3b6f89;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  margin-bottom: 20px;
}
.rows .faq .faq-child li .answer-arrow {
  top: -8px;
  left: 14px;
  width: 12px;
  height: 8px;
  position: absolute;
  background: url("../img/answer-block.png") 0 0 no-repeat;
}
.rows {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rows .qa {
  margin-bottom: 20px;
}
.rows h4.title {
  margin-bottom: 10px;
}
.rows .quest .pub-date {
  top: 0;
  right: 10px;
  height: 29px;
  color: #3b6f89;
  line-height: 29px;
  position: absolute;
  font-family: Tahoma, Geneva, sans-serif;
}
.rows .pub-date {
  height: 29px;
  color: #3b6f89;
  line-height: 29px;
  font-family: Tahoma, Geneva, sans-serif;
}
.rows .quest-text {
  margin-bottom: 15px;
}
.rows .answer {
  padding: 18px;
  margin: 0 15px;
  position: relative;
  background: #fcfbfa;
}
.rows .answer .answer-author {
  color: #3b6f89;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rows .answer .answer-arrow {
  top: -8px;
  left: 14px;
  width: 12px;
  height: 8px;
  position: absolute;
  background: url("../img/answer-block.png") 0 0 no-repeat;
}
.post-new {
  font-size: 12px;
  margin-top: 40px;
  padding: 30px 100px;
  background: #dfeeeb;
}
.post-new .item-title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font: 18px/30px 'PT Serif', serif;
}
.post-new .form textarea,
.post-new .form input[type="tel"],
.post-new .form input[type="text"],
.post-new .form input[type="email"],
.post-new .form input[type="password"] {
  color: #222;
  height: 30px;
  font-size: 12px;
  background: #fff;
  line-height: 20px;
  padding: 5px 15px;
  border: 1px solid #d8d7d7;
}
.post-new .form input[type="tel"],
.post-new .form input[type="text"],
.post-new .form input[type="email"],
.post-new .form input[type="password"] {
  width: 286px;
  height: 30px;
}
.post-new .form textarea {
  height: 85px;
  width: 520px;
}
.post-new .form label.label-captcha {
  float: left;
  color: #000;
  width: 105px;
  height: 30px;
  display: block;
  font-size: 13px;
  background: #fff;
  line-height: 20px;
  text-align: center;
  margin-left: 50px;
  margin-right: 12px;
  padding: 5px 2px;
}
.post-new .form input[type="text"].form-captcha {
  float: left;
  width: 130px;
  height: 30px;
  color: #c2c2c2;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
  background: #dfeeeb;
  border: 1px solid #d8d7d7;
}
.post-new .form input[type="text"].form-captcha.error {
  background-color: #ffe2e2;
}
.post-new .form .btn {
  float: right;
}
.post-new .char-counter {
  font-size: 10px;
  text-align: right;
  padding-top: 5px;
}
.post-new .char-counter #count {
  display: inline;
}
.personal {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -35px;
  list-style: none;
}
.personal li {
  /* float: left; */
  /* width: 350px; */
  /* height: 435px; */
  /* overflow: hidden; */
  /* text-align: center; */
  /* margin: 0 35px 45px 35px; */
}
.personal_new {
  width: 350px;
  margin: 0 35px 45px 35px;
}
.personal .personal-image {
  text-align: center;
  height: 360px;
  overflow: hidden;
  margin-bottom: 15px;
}
.personal .personal-name {
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'PT Serif', serif;
}
.personal .personal-specialisation {
  /* height: 30px; */
  font-size: 14px;
  line-height: 20px;
  margin-bottom:10px;
}
.contacts {
  padding: 0;
  list-style: none;
}
.contacts li {
  font-size: 15px;
  margin-bottom: 10px;
}
.contacts i {
  color: #84a09c;
  margin-right: 10px;
}
.contacts a {
  color: #000000;
}
.contacts a:hover {
  text-decoration: underline;
}
#map {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}
#pdopage {
  position: relative;
}
/* Form */
.form {
  width: 100%;
  position: relative;
}
.form .form-group {
  position: relative;
  margin-bottom: 18px;
}
.form .form-horizontal textarea,
.form .form-horizontal select,
.form .form-horizontal input[type="tel"],
.form .form-horizontal input[type="text"],
.form .form-horizontal input[type="email"],
.form .form-horizontal input[type="password"] {
  float: left;
}
.form .form-horizontal label {
  font-size: 12px;
  float: left;
  width: 50px;
  min-height: 1px;
}
.form .form-horizontal label span {
  color: #b63f30;
}
.form .form-inline select,
.form .form-inline textarea,
.form .form-inline input[type="tel"],
.form .form-inline input[type="text"],
.form .form-inline input[type="email"],
.form .form-inline input[type="password"] {
  display: inline-block;
}
.form .form-inline label {
  display: inline-block;
}
.form select,
.form textarea,
.form input[type="tel"],
.form input[type="text"],
.form input[type="email"],
.form input[type="password"] {
  width: 100%;
  outline: none;
  display: block;
  outline: 0;
  outline: thin dotted \9;
}
.form select,
.form textarea:focus,
.form input[type="tel"]:focus,
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus {
  outline: 0;
  outline: thin dotted \9;
}
.form label {
  color: #393939;
  font-size: 16px;
  font-weight: 300;
}
.form select.error,
.form textarea.error,
.form input[type="text"].error {
  background-color: #ffe2e2;
}
.btn {
  color: #fff;
  height: 30px;
  border: none;
  outline: none;
  font-size: 15px;
  padding: 0 25px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: ease-out 0.2s;
  -moz-transition: ease-out 0.2s;
  -o-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
}
.btn:hover {
  text-decoration: none;
}
.btn.btn-gray {
  background: #818285;
}
.btn.btn-gray:hover {
  background: #3a382f;
}
.btn.btn-dark-green {
  background: #3a382f;
}
.btn.btn-dark-green:hover {
  background: #807b65;
}
/* Table */
table {
  width: 100%;
  margin-bottom: 20px;
}
table th,
table td {
  padding: 6px 10px;
}
table th {
  text-align: left;
}
.table-stripe {
  font-size: 14px;
}
.table-stripe tr:nth-child(2n) td {
  background: #f2f2f2;
}
.table-stripe td:last-child {
  text-align: right;
}
/* Typography
   ========================= */
h1,
h2,
h3,
h4 {
  padding: 0;
  color: #537570;
  margin: 0 0 20px 0;
  font-weight: normal;
}
h1 {
  color: #30576a;
  font-size: 24px;
  line-height: 30px;
  font-family: 'PT Serif', serif;
  text-transform: uppercase;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
  text-transform: uppercase;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'PT Serif', serif;
}
h4.title {
  padding: 3px 10px;
  position: relative;
  background: #f2f2f1;
}
h4.title a {
  color: #000;
  text-decoration: none;
}
h4.title a:hover {
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0 0 20px 0;
}
a {
  color: #ff6161;
  text-decoration: none;
}
.asddsa{
  color: #84a09c;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin: 0 0 20px 0;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.img-left {
  float: left;
  margin: 0 30px 30px 0;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
/* Helper classes
   ========================= */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.form-group:before,
.form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.container:after,
.form-group:after {
  clear: both;
}
.clearfix,
.container,
.form-group {
  *zoom: 1;
}
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

