/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* font: inherit; */
	vertical-align: baseline;
}
img {
	margin: 20px 20px 20px 20px;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-position: inside !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px Arial, sans-serif;
	width: 100%;
	height: 100%;
}
*{
	box-sizing: border-box;
}
.absolute-all, .img-div img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.address_mobile {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.address_mobile a{
  color:#009ba5;
}
.address_mobile.address_mobile_footer{
  color:#fff;
  margin-top:10px;
}
.address_mobile i {
  color:#009ba5;
}

.scroll_feedback {
  color:#009ba5;
}
.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.column {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 15px;
  -webkit-column-rule: 1px solid #ccc;
  -moz-column-rule: 1px solid #ccc;
  column-rule: 1px solid #ccc; }

.clearfix {
  *zoom: 1; }

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }

.btn, .btn_blue, .btn_plain {
  display: block;
  margin: 10px auto;
  border: 1px solid #16527a;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  cursor: pointer; }

.btn_blue {
  background: #1b99bc; }
  .btn_blue:hover {
    background: #228FAD; }

.btn_plain {
  background-color: #147177; }
  .btn_plain:hover {
    background: #009ba5; }

.wrapper {
  max-width: 1900px;
  margin: 0 auto;
  height: auto !important;
  padding: 0 15px; }

.center {
  max-width: 1900px;
  margin: 0 auto;
  height: auto;
  padding: 0 15px; }

.gl-wrapper {
  height: auto !important;
  min-height: 100%;
  position: relative; }

.h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: #5283a8;
  margin: 30px auto;
  padding-top: 40px; }

.h1:before, .h1:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #009ba5;
  margin: 0 15px 8px 15px; }

.img-div {
  position: relative; }

.img-div img {
  max-width: 98%;
  max-height: 98%; }

.outer-centring {
  display: table;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100px;
  max-height: 100px;
  overflow: hidden; }

.inner-centring {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100px;
  max-height: 100px;
  overflow: hidden; }

.page-text {
  padding-bottom: 35px;
  line-height: 23px; }

.page-text p {
  min-height: 1px;
  margin-bottom: 15px; }

.page-text img {
  max-width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

/*          pagination styles           */
.pagination {
  text-align: right;
  margin: 20px 0; }
  .pagination li {
    display: inline-block; }
  .pagination li a {
    border: 1px solid #009ba5;
    padding: 7px 17px;
    margin-left: 7px;
    color: #009ba5;
    text-decoration: none; }
  .pagination li a:hover,
  .pagination li.active a {
    background-color: #009ba5;
    color: #fff; }

.last-page-pagin a {
  background-color: #009ba5;
  color: #fff !important; }

.breadcrumbs {
  margin: 25px 0 0 0; }
  .breadcrumbs a {
    text-decoration: none;
    color: #999999; }
  .breadcrumbs a:last-of-type {
    color: #009ba5; }

.popup {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  z-index: 200;
  background: #323440;
  border: 1px solid #606375;
  border-radius: 5px;
  color: #fff;
  padding: 0 10px 20px; }
  .popup .title {
    position: relative;
    padding: 10px 25px 5px 5px;
    margin-bottom: 15px;
    font-size: 17px;
    text-transform: uppercase; }
  .popup .close_btn {
    position: absolute;
    top: 0;
    right: -5px;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-align: center;
    color: #fff; }
    .popup .close_btn:hover {
      opacity: .8; }
  .popup input {
    width: 100%;
    height: 30px;
    padding: 0 5px;
    margin-bottom: 10px; }
  .popup textarea {
    width: 100%;
    height: 70px;
    padding: 5px;
    resize: none; }

/* Header
-----------------------------------------------------------------------------*/
header {
  min-height: 120px; }
  header .header-content {
    background-color: #fff;
    color: #555;
    min-height: 120px;
    padding-top: 25px; }
    header .header-content > div {
      vertical-align: top;
      min-width: 195px; }
    header .header-content > div:last-child {
      padding-right: 0; }
    header .header-content .address {
      text-align: center; }
      header .header-content .address div {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #009ba5; }
      header .header-content .address p {
        font-size: 12px;
        font-style: italic; }
    header .header-content .logo {
      margin-top: -20px; }
    header .header-content .info,
    header .header-content .phones {
      text-align: left; }
      header .header-content .info div,
      header .header-content .phones div {
        margin: 0 5px 10px 5px;
        display: inline-block; }
      header .header-content .info i,
      header .header-content .phones i {
        color: #cdcdcd; }
      header .header-content .info span,
      header .header-content .phones span {
        padding-left: 10px; }
        header .header-content .info span span,
        header .header-content .phones span span {
          padding-left: 0;
          font-size: 18px;
          color: #009ba5; }

/* Middle
-----------------------------------------------------------------------------*/
.content {
  min-height: 500px; }

.nav_btn {
  margin: 0 auto 4px;
  max-width: 200px;
  display: block;
  font-size: 17px;
  color: #fff;
  background: #015E64;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  border-radius: 7px;
  display: none; }

.main-menu {
  overflow: hidden;
  z-index: 2;
  width: 100%;
  background-color: #015E64;
  -webkit-transition: max-height 1s linear;
  -moz-transition: max-height 1s linear;
  -o-transition: max-height 1s linear;
  transition: max-height 1s linear; }
  .main-menu .center {
    padding: 0; }
  .main-menu.visible {
    max-height: 500px; }
  .main-menu nav ul {
    display: table; }
    .main-menu nav ul li {
      position: relative;
      width: auto;
      display: table-cell;
      text-align: center;
      height: 50px;
      padding-left: 2px;
      vertical-align: bottom; }
      .main-menu nav ul li:first-child {
        padding: 0;
        border: none; }
      .main-menu nav ul li:hover {
        background-color: #009ba5; }
        .main-menu nav ul li:hover .main-menu-popup {
          display: block !important; }
      .main-menu nav ul li a {
        width: 1000px;
        height: 50px;
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 3px; }

.slider {
  position: relative;
  width: 100%;
  min-width: 98px;
  height: 560px;
  margin: 0 auto; }
  .slider .slider-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px; }
    .slider .slider-title > div {
      background-color: rgba(28, 40, 44, 0.8);
      display: inline-block;
      width: 81%;
      height: 100%;
      padding-top: 30px; }
      .slider .slider-title > div p:nth-child(1) {
        text-align: center;
        font-size: 32px;
        color: #fff; }
      .slider .slider-title > div p:nth-child(2) {
        margin-top: 15px;
        text-align: center;
        font-style: italic;
        color: #fff; }
    .slider .slider-title a {
      display: block;
      background-color: rgba(22, 82, 122, 0.8);
      float: right;
      width: 19%;
      height: 100%;
      padding-top: 45px;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      font-size: 24px;
      color: #fff; }
      .slider .slider-title a:hover {
        background-color: rgba(51, 149, 213, 0.8); }

.services {
  position: relative;
  border-bottom: 1px solid #5283a8;
  padding-bottom: 30px;
  text-align: center; }
  .services .center {
    display: table;
    width: 100%; }
  .services .services-mini {
    float: left;
    vertical-align: top;
    padding-right: 3em;
    width: 25%;
    min-height: 280px; }
    .services .services-mini:hover .description > div:nth-child(1) {
      background-color: #0a3c5e; }
    .services .services-mini .img-div {
      height: 110px;
      width: 100%; }
    .services .services-mini .description {
      outline: 1px solid #16527a; }
      .services .services-mini .description > div:nth-child(1) {
        background-color: #16527a;
        outline: 1px solid #16527a;
        height: 80px;
        width: 100%;
        padding: 0 10px;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        color: #fff; }
      .services .services-mini .description > div:nth-child(2) {
        padding: 15px 10px;
        color: #555; }
      .services .services-mini .description .text {
        height: 192px;
        max-height: 192px;
        overflow: hidden; }
  .services a {
    text-decoration: none; }

.service_details .top_section {
  margin: 30px 0;
  background: #f6fbff;
  padding: 40px 0; }
  .service_details .top_section .title {
    width: 55%;
    margin-right: 5%;
    float: left;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: #5C5D5F; }
    .service_details .top_section .title span {
      display: block;
      font-size: 16px;
      line-height: 20px;
      margin: 15px 0; }
  .service_details .top_section .form {
    width: 40%;
    float: right;
    text-align: center; }
    .service_details .top_section .form form {
      display: inline-block;
      background: rgba(0, 0, 0, 0.8);
      color: #fff;
      max-width: 420px;
      padding: 20px 10px 1px;
      border-radius: 5px; }
      .service_details .top_section .form form p {
        text-align: center; }
      .service_details .top_section .form form span {
        display: block;
        font-size: 26px; }
    .service_details .top_section .form input {
      display: block;
      width: 100%;
      max-width: 350px;
      height: 35px;
      margin: 0 auto 10px;
      padding: 0 5px; }
    .service_details .top_section .form .btn_plain {
      max-width: 250px;
      border: none;
      margin: 20px auto; }
.service_details .listings {
  font-size: 0;
  text-align: center;
  margin: 40px 0; }
  .service_details .listings .l_item {
    width: 30%;
    max-width: 320px;
    margin: 20px .5% 0;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #d6e7ee;
    border-radius: 10px;
    background: #f9f9f9; }
    .service_details .listings .l_item:nth-child(2) {
      margin-top: 0;
      border-color: #00517C;
      background: #fff; }
      .service_details .listings .l_item:nth-child(2) ul {
        padding: 10px 0 30px; }
      .service_details .listings .l_item:nth-child(2) .l_heading {
        background: #00517C;
        color: #fff; }
        .service_details .listings .l_item:nth-child(2) .l_heading:after {
          background: url("../img/price_arrow.png") no-repeat;
          background-size: contain; }
      .service_details .listings .l_item:nth-child(2) .l_title {
        border-color: #fff; }
  .service_details .listings .l_heading {
    position: relative;
    background: #e7f3fd;
    background: -moz-linear-gradient(top, #fff 0%, #e7f3fd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e7f3fd));
    background: -webkit-linear-gradient(top, #fff 0%, #e7f3fd 100%);
    background: -o-linear-gradient(top, #fff 0%, #e7f3fd 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e7f3fd 100%);
    background: linear-gradient(to bottom, #fff 0%, #e7f3fd 100%);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: 60px; }
    .service_details .listings .l_heading:after {
      content: '';
      width: 100%;
      height: 54px;
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      background: url("../img/price_arrow_p.png") no-repeat;
      background-size: contain; }
  .service_details .listings .l_title {
    padding: 16px 0;
    font-size: 24px;
    border-bottom: 2px solid #d6e7ee;
    font-weight: bold;
    margin: 0 10px; }
  .service_details .listings .l_price {
    padding: 10px;
    font-size: 17px; }
    .service_details .listings .l_price span {
      font-size: 24px;
      font-weight: bold; }
  .service_details .listings li {
    position: relative;
    text-align: left;
    padding: 5px 5px 5px 25px;
    color: #8a8a8a;
    font-size: 15px; }
    .service_details .listings li:before {
      position: absolute;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #4d9dc2;
      font-size: 15px;
      top: 13px;
      left: 10px; }
  .service_details .listings .btn_plain {
    max-width: 175px;
    border: none;
    border-radius: 5px;
    margin: 20px auto; }

section.homepage .page-text {
  position: relative;
  border-bottom: 1px solid #5283a8;
  padding-bottom: 30px;
  margin-top: 35px;
  font-size: 16px; }
section.homepage .blog {
  position: relative;
  text-align: center; }
  section.homepage .blog.center {
    width: 100%; }
  section.homepage .blog .blog-mini {
    display: inline-block;
    vertical-align: top;
    padding-right: 3em;
    width: 23%;
    min-height: 65px;
    text-align: left;
    color: #555; }
    section.homepage .blog .blog-mini:last-child {
      margin-right: 0;
      padding-right: 0; }
    section.homepage .blog .blog-mini .for_a {
      max-height: 57px;
      height: 57px;
      overflow: hidden; }
      section.homepage .blog .blog-mini .for_a a {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 16px;
        color: #009ba5; }
        section.homepage .blog .blog-mini .for_a a:hover {
          text-decoration: underline; }
    section.homepage .blog .blog-mini .date {
      margin: 13px 0; }
      section.homepage .blog .blog-mini .date i {
        color: #009ba5; }
      section.homepage .blog .blog-mini .date span {
        padding-left: 10px; }
section.homepage .clients {
  position: relative;
  background-color: #f6fbff;
  padding-bottom: 45px;
  margin-top: 35px; }
  section.homepage .clients .center {
    position: relative; }
  section.homepage .clients .slider-controls {
    position: absolute;
    top: -60px;
    right: 5px;
    width: 95px;
    height: 35px; }
    section.homepage .clients .slider-controls a {
      display: block;
      width: 22px;
      height: 35px;
      cursor: pointer; }
    section.homepage .clients .slider-controls #clientsPrev a {
      float: left;
      background: url("../img/icons/clients_prev.png"); }
    section.homepage .clients .slider-controls #clientsNext a {
      float: right;
      background: url("../img/icons/clients_next.png"); }

section.services-page .services {
  border-bottom: none; }
  section.services-page .services .services-mini {
    padding-bottom: 35px; }
  section.services-page .services a:nth-child(4n+4) .services-mini {
    margin-right: 0 !important; }
  section.services-page .services .description {
    height: 280px; }

section.blog-page .blog-mini {
  width: 24.7%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px; }
  section.blog-page .blog-mini .img_block img {
    vertical-align: top;
    margin: 0; }
  section.blog-page .blog-mini .description {
    color: #555; }
    section.blog-page .blog-mini .description .title {
      display: block;
      padding: 10px 0 4px 0;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 16px;
      color: #009ba5;
      width: 90%; }
      section.blog-page .blog-mini .description .title:hover {
        text-decoration: underline; }

section.page-contacts {
  padding-left: 20px;
  text-align: center; }
  section.page-contacts .breadcrumbs {
    padding-left: 0; }
  section.page-contacts img {
    margin: 0 0 60px 0; }
  section.page-contacts .right_block {
    float: right;
    width: 50%;
    margin-left: 4%;
    text-align: left; }
    section.page-contacts .right_block span, section.page-contacts .right_block a {
      color: #555;
      text-decoration: none; }
    section.page-contacts .right_block .title_I {
      font-size: 16px;
      font-weight: bold; }
    section.page-contacts .right_block p {
      font-size: 15px; }

section.team-page {
  padding-bottom: 80px; }
  section.team-page .team-mini {
    position: relative;
    padding: 5px;
    height: 175px;
    margin-bottom: 20px; }
    section.team-page .team-mini:hover {
      border-color: #009ba5; }
    section.team-page .team-mini .img-div {
      vertical-align: top;
      display: inline-block;
      height: 100%;
      width: 40%;
      max-width: 195px; }
      section.team-page .team-mini .img-div img {
        height: 100%;
        width: 100%; }
    section.team-page .team-mini .description {
      padding-left: 2%;
      vertical-align: top;
      display: inline-block;
      width: 58%;
      color: #555; }
      section.team-page .team-mini .description .title {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 16px;
        color: #009ba5; }
      section.team-page .team-mini .description .text {
        height: 100px;
        font-size: 16px; }
      section.team-page .team-mini .description p {
        padding-bottom: 10px;
        color: #333333; }

.map {
  width: 100%; }
  .map iframe {
    width: 100%; }

.hyperlink {
  padding-bottom: 10px; }
  .hyperlink .click_plus {
    color: #000; }
  .hyperlink .fa {
    font-size: 22px;
    padding: 20px 0 10px; }
  .hyperlink ul {
    display: none; }
    .hyperlink ul li {
      padding: 6px 0; }
    .hyperlink ul a {
      text-decoration: none;
      font-size: 14px;
      color: #000;
      display: block; }
      .hyperlink ul a:hover {
        color: #3f7ccd; }

/* Footer
-----------------------------------------------------------------------------*/
.reserved {
  height: 475px; }

footer {
  margin: 0 auto;
  padding-top: 35px;
  min-height: 475px;
  margin-top: -475px;
  background: #323440;
  position: relative; }
  footer .contacts {
    width: 100%; }
    footer .contacts section {
      display: inline-block;
      text-align: left; }
    footer .contacts .title {
      text-transform: uppercase;
      font-size: 20px;
      color: #fff;
      margin-bottom: 5px; }
    footer .contacts p, footer .contacts .gmap {
      color: #9d9db0;
      margin: 10px 0; }
      footer .contacts p span, footer .contacts .gmap span {
        padding-left: 10px; }
    footer .contacts .-right,
    footer .contacts .-center,
    footer .contacts .-left {
      display: inline-block;
      vertical-align: middle;
      height: 280px;
      width: 30%;
      text-align: center; }
    footer .contacts .-right,
    footer .contacts .-left {
      padding-top: 100px; }
    footer .contacts .-center {
      text-align: left;
      margin: 0 30px; }
      footer .contacts .-center input {
        border: 1px solid #c2c2c2;
        display: block;
        width: 100%;
        height: 40px;
        padding: 0 5px;
        margin: 10px 0; }
  footer .links {
    position: relative;
    text-align: center;
    border-top: 1px solid #434355;
    border-bottom: 1px solid #23242d; }
    footer .links > div {
      border-top: 1px solid #23242d;
      border-bottom: 1px solid #434355;
      padding: 25px 0; }
      footer .links > div div {
        display: inline-block;
        margin: 0 10px; }
        footer .links > div div a {
          text-decoration: none;
          color: #9d9db0; }
          footer .links > div div a:hover {
            color: #1b99bc; }
  footer .seo a {
    text-decoration: none;
    color: #878899; }
  footer .foot {
    margin: 30px 0;
    color: #878899; }
    footer .foot a {
      text-decoration: none;
      color: #878899; }

@media screen and (max-width: 1200px) {
  .hidden_md {
    display: none; }

  section.homepage .blog {
    padding-bottom: 50px; }
    section.homepage .blog .blog-mini {
      width: 46%;
      margin-bottom: 20px; }
      section.homepage .blog .blog-mini .for_a {
        max-height: 37px;
        height: 37px; }

  .services .services-mini {
    width: 50%;
    margin-bottom: 20px; } }
@media screen and (max-width: 1140px) {
  .hidden_1140 {
    display: none; }

  section.blog-page .blog-mini {
    width: 49%; }
    section.blog-page .blog-mini .center {
      text-align: center; } }
@media screen and (max-width: 1000px) {
  .hidden_1000 {
    display: none !important; }

  footer .title {
    text-align: center; }
  footer .contacts {
    text-align: center; }
    footer .contacts .-center {
      width: 70%; } }
@media screen and (max-width: 800px) {
  .hidden_800 {
    display: none; }

  .page-contacts img {
    width: 100%;
    padding-right: 20px; }
  .page-contacts .right_block {
    width: 100% !important; } }
@media screen and (min-width: 768px) {
  .visible_768 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hidden_768 {
    display: none; }

  .logo {
    text-align: center; }

  .service_details .top_section .title {
    font-size: 34px;
    line-height: 37px; }
  .service_details .top_section .title, .service_details .top_section .form {
    width: 100%;
    margin: 0; }
  .service_details .top_section .form {
    margin-top: 30px; }
  .service_details .listings .l_item {
    width: 100%;
    display: block;
    margin: 0 auto 30px; } }
@media screen and (max-width: 600px) {
  .services .services-mini {
    width: 100%;
    padding: 0; }
    .services .services-mini .img-div {
      margin-bottom: 10px; }

  .page-text img {
    margin: 0; }

  section.blog-page .blog-mini {
    width: 100%; }

  section.homepage .blog .blog-mini {
    width: 100%;
    padding: 0; }

  section.team-page .team-mini {
    text-align: center;
    margin-bottom: 220px; }
    section.team-page .team-mini .img-div, section.team-page .team-mini .description {
      width: 100%;
      display: block;
      margin: 0 auto; }

  .nav_btn {
    display: block; }

  .main-menu {
    max-height: 0; }
    .main-menu nav ul li {
      display: block; }

  .page-text .center p:nth-child(2) {
    padding-left: 0 !important; }

  .h1 {
    font-size: 18px; }
    .h1:before, .h1:after {
      display: none; } }
@media screen and (max-width: 450px) {
  .pagination {
    text-align: center; }
    .pagination .last-page-pagin {
      margin-top: 20px; } }

/*# sourceMappingURL=style.css.map */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
