/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body.main {
  background: url("../img/main-gradient.jpg") repeat-x, url("../img/footer-dno1-bg.jpg") center bottom repeat-x;
  background-color: #00b4dd;
}
body.main #navbar-bg {
  top: 195px;
  background: url("../img/navbar-bg.png") center repeat-x;
}
body.main .navbar-custom li a {
  background: url("/img/header-button-bg1.png");
}
body.main .navbar-custom li a:hover {
  background: url("/img/header-button-bg1-active.png");
}
body.inner {
  background: url("../img/main-gradient2.jpg") repeat-x, url("../img/footer-dno2-bg.png") center bottom no-repeat;
  background-color: #00b4dd;
}
body.inner #navbar-bg {
  top: 174px;
  background: url("../img/navbar-bg2.png") center repeat-x;
}
body.inner .navbar-custom li a {
  background: url("/img/header-button-bg2.png");
}
body.inner .navbar-custom li a:active {
  background: url("/img/header-button-bg2-active.png");
}
body {
  min-width: 1170px;
  /* suppose you want minimun width of 1000px */
  width: auto !important;
  /* Firefox will set width as auto */
  width: 1170px;
  /* As IE ignores !important it will set width as 1000px; */
  font-family: 'Lato', sans-serif;
  color: #016978;
  font-size: 17px;
}
body #newsCarousel {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 35px;
}
body #newsCarousel .flex-prev:before,
body #newsCarousel .flex-next:before {
  content: '';
}
body #newsCarousel .flex-prev,
body #newsCarousel .flex-next {
  content: '';
  padding: 5px 7px 5px 3px;
  position: absolute;
  top: 25%;
  margin-top: -25px;
  height: 40px;
  width: 20px;
  background: url("../img/news-slider-controls.png") no-repeat;
  opacity: 0.85;
}
body #newsCarousel .flex-prev {
  background-position: 0px 0px;
  left: 25px;
}
body #newsCarousel .flex-next {
  background-position: 100% 0px;
  right: 25px;
}
body #newsCarousel .flex-prev:hover,
body #newsCarousel .flex-next:hover {
  opacity: 1;
}
body #newsCarousel li {
  padding: 16px;
  width: 345px !important;
  font-size: 17px;
}
body #newsCarousel .newsImage {
  position: relative;
  width: 100%;
  height: 210px;
}
body #newsCarousel .newsImage img {
  height: 100%;
}
body #newsCarousel .newsImage .newsTitle {
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ffffff;
  /* fallback color */
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 5px;
  text-align: right;
}
body #newsCarousel .newsImage .newsTitle span {
  color: #000;
  font-size: 18px;
}
body #newsCarousel .newsContent {
  color: #000;
  text-align: justify;
}
body .clear-fix {
  clear: both;
}
body #widthWrapper {
  max-width: 1170px;
  margin: 0 auto;
}
body #widthWrapper section {
  overflow: hidden;
  border-radius: 3px;
}
body #widthWrapper section aside {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  padding-left: 20px;
  padding-right: 20px;
  background: url("/img/content-bg.png") repeat-x;
  min-height: 1110px;
  float: left;
  width: 370px;
  position: relative;
  border-radius: 4px;
}
body #widthWrapper section aside #sidebar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #016978;
}
body #widthWrapper section aside #sidebar #nasty-hack {
  position: absolute;
  top: 1100px;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  margin-left: -20px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu {
  list-style: none;
  padding: 0;
  border: 0 solid #08c1dd;
  border-width: 0 0 1px 1px;
  border-radius: 5px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul {
  border-width: 1px 0 0 0;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: none;
  list-style: none;
  padding: 0;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li {
  border: none;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li .button-wrapper .title:hover {
  text-decoration: underline;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li .button-wrapper .title.nohover:hover {
  text-decoration: none;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li.drop-down > .button-wrapper.active {
  background: #0794b8;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li.drop-down > .button-wrapper.active .title {
  color: #ffffff;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li .button-wrapper {
  height: 30px;
  padding: 0 30px;
  padding-right: 0;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li .button-wrapper .chevron {
  line-height: 30px;
  float: right;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li .button-wrapper .title {
  color: #1c1c1c;
  font-size: 16px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li .button-wrapper .title.nohover{  
  cursor: default;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li .button-wrapper .short-info {
  color: #292929;
  font-size: 16px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li ul {
  background: #0085af;
  display: none;
  list-style: none;
  padding: 0;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li ul li .button-wrapper {
  height: 30px;
  padding: 0 30px;
  padding-right: 0;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu ul li ul li .button-wrapper .chevron {
  line-height: 30px;
  float: right;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu > li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu > li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu > li:last-child.drop-down > ul {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu li {
  border: 0 solid #08c1dd;
  border-width: 1px 1px 0 0;
  background: rgba(255, 255, 255, 0.5);
}
body #widthWrapper section aside #sidebar ul.sidebar-menu li.drop-down > .button-wrapper.active {
  background: #08c1dd;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu li.drop-down > .button-wrapper.active .title {
  color: #ffffff;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu li.drop-down .chevron {
  line-height: 63px;
  float: right;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu .button-wrapper {
  padding: 0 15px;
  padding-right: 0;
  height: 65px;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu .button-wrapper span {
  display: inline-block;
  vertical-align: middle;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu .button-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu .button-wrapper .title {
  cursor: pointer;
  font-size: 18px;
  color: #016978;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu .button-wrapper .title:hover {
  text-decoration: underline;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu .button-wrapper .short-info {
  font-size: 16px;
  color: #292929;
}
body #widthWrapper section aside #sidebar ul.sidebar-menu .button-wrapper .chevron {
  cursor: pointer;
  width: 50px;
  text-align: center;
}
body #widthWrapper section aside:after {
  content: "";
  background: #fff;
}
body #widthWrapper section article {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  min-height: 1110px;
  overflow: hidden;
  margin-left: 370px;
  background: rgba(255, 255, 255, 0.8);
}
body #widthWrapper section:after {
  content: "";
  display: table;
  clear: both;
  padding-top: 20px;
}
body #widthWrapper > .container {
  max-width: 1170px;
}
body h1 {
  font-family: 'Lato';
  font-size: 36px;
  text-align: left;
  border: 0 solid #afdfe6;
  border-width: 0 0 1px 0;
  margin: 0 -20px;
  padding: 13px 0;
  padding-left: 20px;
  margin-bottom: 15px;
}
body h2 {
  font-family: 'Lato';
  font-size: 24px;
  text-align: center;
}
body h3 {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}
body a {
  color: #038faf;
  text-decoration: underline;
}
body a:hover {
  color: #000000;
  text-decoration: underline;
}
body .button {
  display: table-cell !important;
  vertical-align: middle;
}
body .button.default {
  border: 1px solid #000;
  background: none;
  border-radius: 4px;
  padding: 5px 20px;
  font-size: 17px;
  color: #000;
  text-decoration: none;
}
body .button.default:hover {
  color: #000;
  text-decoration: underline;
}
body #order-button {
  margin-top: 25px;
  display: inline-block !important;
}
body .contentButton {
  box-shadow: 0 0 2px #6D050A inset;
  border: 2px solid #6D050A;
  background: url(../img/but_uzor1.png) no-repeat #bc6a4b;
  color: white;
  padding: 12px 20px;
  font-size: 1.2em;
  transition: 0.5s;
}
body .contentButton:hover {
  color: white;
  background-color: #7C1509;
  box-shadow: 0 0 3px #BC6A4B;
  text-decoration: none;
}
body img.bordered {
  margin: 5px 20px 10px 20px;
}
body .well {
  border-radius: 0;
}
body ul.default {
  list-style-image: url('../img/sidebar-active.png');
}
#header {
  height: 330px;
}
#header #top-header {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #010101;
  position: relative;
}
#header #top-header #logo {
  float: left;
}
#header #top-header #header-slider-wrapper {
  float: left;
  width: 830px;
}
#header #top-header #header-info {
  position: absolute;
  right: 15px;
  font-size: 18px;
  margin-top: 25px;
  text-align: right;
  z-index: 3;
}
#header #top-header #header-info .gap {
  height: 10px;
}
#header #navbar-bg {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 115px;
}
.navbar {
  position: relative;
  z-index: 2;
  border: none;
  height: 50px;
  padding-left: 20px;
}
.navbar .navbar-header {
  padding: 0;
  padding-left: 15px;
}
.navbar .navbar-header img {
  width: 100%;
}
.navbar .navbar-custom {
  padding: 0;
}
.navbar .navbar-custom li {
  float: left;
  margin-right: 1px;
  font-size: 17px;
}
.navbar .navbar-custom li a {
  text-decoration: none;
  color: #010101;
  border-radius: 5px;
  width: 194px;
  height: 50px;
  text-align: center;
  padding: 10px 0px;
}
.navbar .navbar-custom li a img {
  margin-bottom: 4px;
  margin-right: 5px;
}
.navbar .navbar-custom li a:hover {
  color: #010101;
}
.navbar .navbar-custom .nav {
  margin: 0;
  margin-left: -9px;
  margin-right: -50px;
}
#content {
  padding: 20px;
  padding-top: 0;
}
#content p {
  text-indent: 20px;
  text-align: justify;
}
#content img.pull-left + ul.pull-left {
  width: 425px;
}
#content .map-button {
  cursor: pointer;
}
#content .map-button:hover {
  text-decoration: underline;
}
#content ul {
  list-style-position: inside;
}
.darkButton {
  display: block;
  background-color: #016978;
  color: #00b4dd;
  padding: 7px 10px;
}
.darkButton:hover {
  color: #00b4dd;
}
footer {
  margin-top: 20px;
  padding-top: 30px;
  background: url("/img/footer-bg.png");
}
footer #footerWrapper {
  width: 1170px;
  margin: 0 auto;
  height: 450px;
}
footer #footerWrapper a {
  text-decoration: none;
}
footer #footerWrapper a:hover {
  text-decoration: underline;
}
footer #footerWrapper span.title span:hover {
}
footer #footerWrapper span.title span {
  margin-bottom: 10px;
  font-weight: bold;
  color: #038faf;
  text-decoration: none;
}
footer #footerWrapper ul {
  font-size: 16px;
  line-height: 20px;
  list-style: none;
  padding: 0;
}
footer #footerWrapper ul span.title + li {
  margin-top: 20px;
}
footer #footerWrapper ul li + span.title {
  margin-top: 20px;
}
footer #footerWrapper ul span.title {
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
footer #footerWrapper .low-row {
  font-size: 14px;
}
footer #footerWrapper .low-row .copyright {
  margin-top: 24px;
}
footer #footerWrapper .low-row #aga-logo {
  float: right;
}
#content .partners-list {
  list-style: none;
  padding: 0;
}
#content .partners-list li {
  overflow: hidden;
}
#content .partners-list li img {
  min-height: 40px;
  width: auto;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#content .partners-list hr {
  border-top: 1px solid #C1EAF0;
}
.contacts-line {
  display: inline-block;
  vertical-align: middle;
  height: 55px;
}
.contacts-line span {
  display: inline-block;
  vertical-align: middle;
}
.contacts-line:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
form input:focus {
  border-color: #B25619 !important;
  outline: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(41, 22, 16, 0.6) !important;
}
.form-wrapper {
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
}
.form-wrapper .modal-title {
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
  margin-top: 0;
}
.form-wrapper .modal-footer {
  margin: 0;
  padding: 15px 0px;
}
.form-wrapper .button-center {
  text-align: center;
}
.form-wrapper .mainForm .col-md-8 {
  padding-left: 0;
}
.form-wrapper .mainForm .col-md-4 {
  padding-right: 0;
}
.form-wrapper .mainForm input[type="text"],
.form-wrapper .mainForm input[type="number"],
.form-wrapper .mainForm select,
.form-wrapper .mainForm textarea {
  background-color: #BC6A4B;
  border: 1px solid #6D050A;
  border-radius: 10px;
  box-shadow: 0 0 2px #fff inset;
  color: #6D050A;
}
.form-wrapper .mainForm .form-control:-moz-placeholder {
  color: #7C1509;
}
.form-wrapper .mainForm .form-control::-moz-placeholder {
  color: #7C1509;
}
.form-wrapper .mainForm .form-control:-ms-input-placeholder {
  color: #7C1509;
}
.form-wrapper .mainForm .form-control::-webkit-input-placeholder {
  color: #7C1509;
}
.form-wrapper .button {
  border-radius: 10px;
  box-shadow: 0 0 2px #00b4dd inset;
  border: 2px solid #00b4dd;
  color: white;
  padding: 12px 20px;
  font-size: 1.2em;
  transition: 0.5s;
  background-color: #0C8292;
  min-width: 180px;
}
.form-wrapper .button:hover {
  background-color: #00b4dd;
  box-shadow: 0 0 3px #0C8292;
}
.form-wrapper .button2 {
  border-radius: 10px;
  box-shadow: 0 0 2px #cbbd7a inset;
  border: 2px solid #cbbd7a;
  color: #3d0a04;
  padding: 12px 20px;
  font-size: 1.2em;
  transition: 0.5s;
  min-width: 180px;
}
.form-wrapper .button2:hover {
  background-color: #8c6635;
  box-shadow: 0 0 3px #BC6A4B;
  color: #fff;
}
.form-wrapper.dark_red {
  background-color: #590408;
}
.orderForm label {
  float: left;
}
.orderForm label + input {
  float: right;
  width: 60%;
  font-size: 12px;
}
.orderForm .form-group {
  overflow: hidden;
  margin-bottom: 10px;
}
.orderForm .form-group:after {
  clear: both;
}
.orderForm .button-center {
  text-align: center;
}
form .captcha img {
  margin-left: 10px;
}
form .captcha .refresh {
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
}
form .captcha .refresh span {
  color: #fff;
  font-size: 24px;
  vertical-align: middle;
}
form .captcha .refresh .glyphicon-title {
  font-size: 14px;
}
form .captcha .form-group {
  margin-top: 12px;
}
.orderForm .captcha .refresh span {
  color: #7c1509;
}
