@charset "UTF-8";
/* A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint. */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse:collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
abbr,acronym {
  border:0;
}
a
{
 color: #303131;
}
a:hover
{
  color: #303131;
}
/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */
/* Text styles */
.blog-featured h2 {
  font-size: 1.5em;
  margin-bottom:0em;
}
p.readmore {
  text-indent:0;
  font-size: .9em;
}
.joomla-footer {
  font-size: .9em;
  margin-bottom: 30px;
}

/* Article functions */
ul.actions {
  clear:both;
  margin-top: -50px;
  float:right;
}
ul.actions li {
  list-style-type: none;
  float:right;
  margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
  width: 160px;
  display:block;
}
p#form-login-remember label {
  font-size: .9em;
  font-weight: normal;
  line-height: 25px;
}
p#form-login-remember input {
  float:left;
  margin-right: 5px;
}
form#form-login ul {
  margin: 0;
  padding: 0;
}
form#form-login ul li {
  list-style-type: none;
  margin-left: 20px;
  font-size: .9em;
}

/* Image float styles */
.img-fulltext-left {
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* ПОЕХАЛИ! */
@font-face {
  font-family: 'Myriad Pro';
  src: local('Myriad Pro'), url('../fonts/MyriadPro-Regular.ttf');
}
@font-face {
  font-family: Roboto;
  src: local(Roboto), url('../fonts/Roboto-Regular.ttf');
}
@font-face {
  font-family: Roboto;
  font-weight: bold;
  src: local('Roboto Bold'), url('../fonts/Roboto-Bold.ttf');
}
@font-face {
  font-family: 'Roboto Light';
  src: local('Roboto Light'), url('../fonts/Roboto-Light.ttf');
}
@font-face {
  font-family: 'Roboto Medium';
  src: local('Roboto Medium'), url('../fonts/Roboto-Medium.ttf');
}
body {
  background: #fff;
  color: #4b4b4b;
  font-family: 'Trebuchet MS';
  min-width: 320px;
}
em {
  font-style: italic;
}
h1 {
  color: #92c632;
  font: 24px 'Roboto Medium';
  text-transform: uppercase;
}
h2 {
  color: #303030;
  font: 23px 'Roboto Light';
  text-transform: uppercase;
}
h3 {
  color: #303030;
  font: bold 16px Roboto;
  margin-top: 20px;
  text-transform: uppercase;
}
img {
  vertical-align: middle;
}
ol {
  list-style: decimal;
}
p {
  margin-top: 20px;
  text-align: justify;
}
strong {
  font-weight: bold;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
td, th {
  padding: 3px 5px;
  vertical-align: middle;
}
td p {
  margin: 15px 0;
}
th {
  font-weight: bold;
  text-align: center;
}
ul {
  list-style: disc;
  margin-left: 15px;
  margin-top: 20px;
  padding-left: 15px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.clear {
  clear: both;
}
.left, [align="left"] {
  text-align: left;
}
.center, [align="center"] {
  text-align: center;
}
.right, [align="right"] {
  text-align: right;
}
.m0auto {
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ifl {
  float: left;
  margin-right: 9px;
}
.ifr {
  float: right;
  margin-left: 9px;
}
.hidden {
  display: none;
}
.iwb {
  border: 1px solid #aaa;
  padding: 5px;
}
.twb td, .twb th {
  border: 1px solid #aaa;
}
.wrapper {
  margin: 0 auto;
}
/* fancybox НАЧАЛО */
.fancybox-margin {
  margin: 0 !important;
}
.fancybox-lock .fancybox-overlay {
  overflow-y: auto !important;
}
.fancybox-skin {
  background: rgba(0,0,0,0.5) !important;
}
/* fancybox КОНЕЦ */

/* simpleForm НАЧАЛО */
.simpleForm label {
  display: block;
}
.simpleForm label span {
  color: #f00;
}
.fancybox-inner .simpleForm .inputtext {
  width: 315px;
}
.fancybox-inner .simpleForm textarea.inputtext {
  height: 100px;
}
.fancybox-inner .simpleForm textarea.inputtext_small {
  height: 50px;
}
.fancybox-inner .simpleForm button, .fancybox-inner .simpleForm input[type="reset"], .fancybox-inner .simpleForm input[type="button"], .fancybox-inner .simpleForm input[type="submit"] {
  background: #b41115;
  background: linear-gradient(to top, #b41115, #e2161b);
  border: 1px solid #f00;
  color: #fff;
  cursor: pointer;
  font: 15px 'Roboto Medium';
  padding: 2px 5px;
  text-transform: uppercase;
}
.fancybox-inner .simpleForm button:active:hover, .fancybox-inner .simpleForm input[type="reset"]:active:hover, .fancybox-inner .simpleForm input[type="button"]:active:hover, .fancybox-inner .simpleForm input[type="submit"]:active:hover {
  background: #c00;
  background: linear-gradient(to top, #c00, #800, #c00);
}
.fancybox-inner .simpleForm p:first-of-type {
  margin-top: 0;
}
.fancybox-inner .simpleForm label {
  color: #fff;
  font: 15px Roboto;
  line-height: 15px;
}
/* simpleForm КОНЕЦ */

/* Шапка НАЧАЛО */
header {
  background: fixed url('../images/header3.jpg') 50% 0 no-repeat;
  color: #fff;
  height: 940px;
}
#headerdark {
  background: rgba(0,0,0,0.3);
  height: 124px;
  width: 100%;
}
#hphones {
  float: right;
  font: bold 26px Roboto;
  line-height: 32px;
  margin-top: 20px;
  text-align: right;
}
#zz1 {
  background: url('../images/phone.png') no-repeat;
  color: #fff;
  display: block;
  float: right;
  font: 14px Roboto;
  line-height: 15px;
  margin-top: 4px;
  padding-left: 20px;
  position: relative;
  text-decoration: none;
  text-transform: lowercase;
  z-index: 1;
}
#haddress {
  background: url('../images/haddress.png') 0 5px no-repeat;
  float: left;
  font: 12px Roboto;
  line-height: 18px;
  margin: 46px 0 0 34px;
  padding-left: 48px;
  text-transform: uppercase;
}
#headerwrap {
  height: calc(100% - 269px);
  position: relative;
}
#hwtext {
  top: 116px;
  font: bold 65px Roboto;
  line-height: 70px;
  position: absolute;
  right: 15px;
  text-align: right;
  text-shadow: 0 0 14px #034961;
  text-transform: none;
}
#hwbanner {
  top: 150px;
  font: bold 33px Roboto;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: right;
  text-shadow: 0 0 14px #034961;
  text-transform: uppercase;
}
#hwtext2 {
  top: 206px;
  font: 35px Roboto;
  line-height: 40px;
  position: absolute;
  right: 15px;
  text-align: right;
  text-shadow: 0 0 14px #034961;
  text-transform: none;
}
#hwform {
  background: rgba(0,0,0,0.5);
  font: 15px Roboto;
  line-height: 15px;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 139px;
}
#hwform-caption {
  font: 16px 'Roboto Medium';
  line-height: 16px;
  text-align: center;
}
#hwform p {
  margin-top: 9px;
  text-align: center;
}
#hwform input, #hwform textarea {
  border: 1px solid #555;
  color: #000;
  font: 13px Roboto;
  padding: 3px;
}
#hwform input[type=submit] {
  background: #b41115;
  background: linear-gradient(to top, #b41115, #e2161b);
  border: 1px solid #f00;
  color: #fff;
  cursor: pointer;
  font: 15px 'Roboto Medium';
  padding: 2px 5px;
  text-transform: uppercase;
}
#hwform input[type=submit]:active:hover {
  background: #c00;
  background: linear-gradient(to top, #c00, #800, #c00);
}
#headerlight {
  background: rgba(255,255,255,0.64);
  height: calc(100% - 269px);
  position: relative;
  width: 262px;
  padding-top: 54px;
}
#logo {
  background: url('../images/logo.png');
  display: block;
  height: 124px;
  width: 262px;
  float: left;
}
header ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
header ul.menu li {
  position: relative;
}
header ul.menu a {
  color: #044e6c;
  display: block;
  font: 16px Roboto;
  line-height: 17px;
  margin-top: 12px;
  padding: 6px 28px 8px 20px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
header ul.menu .current > a {
  color: #000;
}
header ul.menu li:first-child a {
  margin-top: 0;
}
header ul.menu a:hover {
  background: rgba(255,255,255,0.35);
  border-right: 8px solid #005b80;
  padding-right: 20px;
}
header ul.menu ul {
  background: rgba(255,255,255,0.74);
  box-shadow: 9px 9px 9px rgba(0,0,0,0.5);
  display: none;
  left: 262px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 262px;
}
header ul.menu li:hover ul {
  display: block;
}
header ul.menu ul a {
  font: 16px Roboto;
  line-height: 19px;
}
/* Шапка КОНЕЦ */

/* Контент НАЧАЛО */
#about {
  background: #f8f8f8;
  height: 790px;
  margin: -147px 0;
  overflow: hidden;
  -moz-transform: skewY(8.1deg); /* Для Firefox */
  -ms-transform: skewY(8.1deg); /* Для IE */
  -o-transform: skewY(8.1deg); /* Для Opera */
  -webkit-transform: skewY(8.1deg); /* Для Safari, Chrome, iOS */
  transform: skewY(8.1deg);
}
#about > div {
  height: 869px;
  -moz-transform: skewY(-8.1deg); /* Для Firefox */
  -ms-transform: skewY(-8.1deg); /* Для IE */
  -o-transform: skewY(-8.1deg); /* Для Opera */
  -webkit-transform: skewY(-8.1deg); /* Для Safari, Chrome, iOS */
  transform: skewY(-8.1deg);
}
#aboutbg {
  margin: 0 0 0 50%;
  position: absolute;
}
#aboutbg > div {
  background: url('../images/hand.jpg') 0 80px no-repeat;
  height: 875px;
  margin-left: -81px;
  width: 1081px;
}
#abouttext {
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
}
#about h1 {
  font-size: 30px;
}
#about h2 {
 margin: 40px 0 0 100px;
}
#about h3 {
  border-left: 8px solid #92c632;
  line-height: 19px;
  margin: 30px 0 0 60px;
  padding-left: 17px;
}
#about h3:first-of-type {
  border-left: 0;
  margin: 45px 0 0 85px;
  padding-left: 0;
}
#about ul {
  font: 14px Roboto;
  line-height: 20px;
  list-style: none;
  margin: 0 0 0 95px;
  padding: 0;
  text-transform: uppercase;
}
#about li::before {
  color: #f4ae55;
  content: '●';
  margin-right: 12px;
}
#preim {
  background: url('../images/mansard.jpg') 50% 0 no-repeat;
  color: #fff;
  font: 12px Roboto;
  line-height: 20px;
  padding-bottom: 60px;
}
#preim_mob {
  background: url('../images/mansard.jpg') 50% 0 no-repeat;
  color: #fff;
  font: 16px Roboto;
  line-height: 20px;
  padding-bottom: 60px;
}
#preim h3 {
  color: #fff;
  font: bold 16px Roboto;
  line-height: 16px;
  margin: 0;
  padding: 179px 0 0 80px;
}
#preim_mob h3 {
  color: #fff;
  font: bold 16px Roboto;
  line-height: 16px;
  margin: 0;
  padding: 63px 0 0 80px;
}
#preim ul,
#preim_mob ul {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
#preim li {
  border-left: 8px solid #92c632;
  display: inline-block;
  margin-top: 35px;
  padding: 0 16px;
  vertical-align: top;
  width: 195px;
  box-sizing: content-box;
}
#preim_mob li {
  border-left: 8px solid #92c632;
  display: inline-block;
  margin-top: 35px;
  padding: 0 16px;
  vertical-align: top;
  box-sizing: content-box;
  width: 247px;
}

#preim_mob li a {
  color: #fff;
  text-decoration: underline;
}
#wall {
  background: fixed url('../images/wall.jpg');
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
  width: 100%;
}
header + #wall {
  margin-top: -147px;
}
#preim + #wall,
#preim_mob + #wall {
  padding-bottom: 250px;
}
#wallmenumain {
  width: 100%;
}
#wallmenu {
  margin: 0 0 90px;
  text-align: center;
}
#wallmenumain ul, #wallmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#wallmenu li {
  display: inline-block;
}
#wallmenumain li {
  margin-bottom: 10px;
  display: block;
}
#wallmenumain a, #wallmenu a {
  color: #303030;
  display: block;
  font: 14px Roboto;
  line-height: 19px;
  padding: 1px 28px 1px 21px;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}
#wallmenu .item-533 a,
#wallmenu .item-534 a,
#wallmenu .item-535 a,
#wallmenu .item-536 a,
#wallmenu .item-537 a,
#wallmenu .item-538 a,
#wallmenu .item-539 a,
#wallmenu .item-540 a,
#wallmenu .item-541 a,
#wallmenu .item-542 a,
#wallmenu .item-543 a{
  font-weight: bold;
  color:#3688a2;
}
#wallmenu .item-533.active a,
#wallmenu .item-534.active a,
#wallmenu .item-535.active a,
#wallmenu .item-536.active a,
#wallmenu .item-537.active a,
#wallmenu .item-538.active a,
#wallmenu .item-539.active a,
#wallmenu .item-540.active a,
#wallmenu .item-541.active a,
#wallmenu .item-542.active a,
#wallmenu .item-543.active a{
  color:#303030;
}
#wallmenu .current > a {
  font-weight: bold;
}
#wallmenumain #leftmenu-ul > ul > li > a {
  color: #92c632;
  font: 20px 'Roboto Medium';
  line-height: 22px;
  margin-bottom: 10px;
  display: block;
}
#wallmenu #leftmenu-ul > ul > li > a {
  color: #92c632;
  display: inline-block;
  font: 24px 'Roboto Medium';
  line-height: 40px;
}
#wallmenumain a:hover, #wallmenu a:hover {
  border: 1px solid #818181;
  border-right: 8px solid #92c632;
  padding: 0 20px;
}
#waller {
}
#waller > div {
  display: none;
}
#waller > div.visible {
  display: block;
}
#waller .readmore {
  border: 1px solid #000;
  color: #000;
  float: right;
  font: 12px Roboto;
  line-height: 30px;
  padding: 0 30px;
  text-decoration: none;
  text-transform: uppercase;
}
#waller .readmore:hover {
  text-decoration: underline;
}
#underwall {
  background: #fff;
  font: 16px Roboto;
  margin: -145px 0 0;
  overflow: hidden;
  padding: 95px 0 45px;
  -moz-transform: skewY(-8.1deg); /* Для Firefox */
  -ms-transform: skewY(-8.1deg); /* Для IE */
  -o-transform: skewY(-8.1deg); /* Для Opera */
  -webkit-transform: skewY(-8.1deg); /* Для Safari, Chrome, iOS */
  transform: skewY(-8.1deg);
}
#underwall > div {
  -moz-transform: skewY(8.1deg); /* Для Firefox */
  -ms-transform: skewY(8.1deg); /* Для IE */
  -o-transform: skewY(8.1deg); /* Для Opera */
  -webkit-transform: skewY(8.1deg); /* Для Safari, Chrome, iOS */
  transform: skewY(8.1deg);
}
#underwall > div > h1 + img {
  float: left;
  margin-top: 45px;
}
#underwall > div > div {
  margin-top: 25px;
}
.video-block a {
  margin-bottom: 20px;
  margin-right: 20px;
  float: left;
  display: block;
}
.fancybox-inner iframe {
  max-width: 100%;
  max-height: 100%;
}
/* Контент КОНЕЦ */

/* Подвал НАЧАЛО */
footer {
  position: relative;
}
#ft {
  background: #f8f8f8;
  padding: 25px 0;
  text-align: center;
}
#ft .ft-img {
  float: left;
  height: 57px;
}
#ft img {
  margin: 0 7px;
}
#fmbg {
  background: #92c632;
  height: 260px;
  margin-top: -260px;
  position: relative;
  width: 65%;
}
#fm {
  margin-top: -260px;
}
#fm > div {
  background: #92c632;
  position: relative;
}
#fm > div > div {
  color: #fff;
  float: left;
  font: 14px Roboto;
  line-height: 17px;
  padding-top: 35px;
  text-transform: uppercase;
  width: 320px;
}
#fm > div > div > span {
  font: normal 18px 'Roboto Medium';
  line-height: 18px;
}
#fm a {
  color: #fff;
  text-decoration: none;
}
#fm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#fm ul.menu ul {
  display: none;
}
#fm a:hover {
  text-decoration: underline;
}
#zz2 {
  background: #f00;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: inline-block;
  font: 21px Roboto;
  line-height: 44px;
  margin-top: 9px;
  padding: 0 22px;
}
#zz2:hover {
  background: #f30;
  text-decoration: none !important;
}
#fb {
  color: #818181;
  font: 12px 'Myriad Pro';
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 49px;
}
#fb a {
  color: #818181;
  text-decoration: none;
}
#fb a:hover {
  text-decoration: underline;
}
#fb a img {
  margin-right: 9px;
  float: left;
}
/* Подвал КОНЕЦ */

/* ========================================================================== */

/* PAGE-PHOTOGALLERY */
.gallery-cont
{
  clear: both;
  padding-top: 25px;
}
.gallery-caption
{
  font-size: 12px;
  font-weight: bold;
  color: #7f0000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.photogallery-container
{
  clear: both;
}
.photogallery-container div
{
  float: left;
  margin: 6px;
}
.photogallery-container div a
{
  border: solid 1px #9e7d3c;
  display: block;
  width: 140px;
  height: 140px;
}
.photo-section-table
{
}
.photo-section-table td
{
  padding: 20px 40px;
  width: 200px;
}
.photo-section-name a
{
  text-transform: uppercase;
  color: #7f0000;
  font-weight: bold;
  border-bottom: solid 0px;
}
.photo-section-image
{
  margin-top: 4px;
  border: solid 1px #9e7d3c;
}
.photo-section-image a
{
  display: block;
  border: solid 1px #fffbe2;
}
.photo-section-comment
{
  margin-top: 4px;
}

/* ========================================================================== */

/* PAGE-PROJECTS */
.properties
{
  font-weight: bold;
}
.properties-image
{
  display: block;
  border: solid 1px #9e7d3c;
  margin: 20px 10px 20px 00px;
}
.project-text
{
  text-indent: 0px;
  /*font-weight: bold;*/
}
.nn_tabs_content {
  background: #fff;
}

/* ========================================================================== */

/* PAGE-CONTACTS */
.contacts-intro
{
  border-bottom: solid 1px #ae7228;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#table-contacts
{
}
#table-contacts td
{
  padding: 8px 5px;
}
#table-contacts td a
{
  color: #333333;
}
#table-contacts .table-contacts-name
{
  text-align: right;
  font-weight: bold;
}
#table-contacts .table-contacts-value
{
  text-align: left;
}
.contacts-map
{
  border: solid 1px #9e7d3c;
}
.print-caption
{
  display: none;
}
li.print-icon
{
  list-style-type:none;
}
.print-icon a
{
  float: right;
  display: block;
  background: transparent url(../images/ico_print.gif) left top no-repeat;
  padding-left: 22px;
  color: #333333;
}

/* ========================================================================== */

/* PAGE-SENDMAIL */
#antibotimage
{
  border: solid 1px #aaaaaa;
  float: left;
}
#codestring
{
  font: bold 35px Courier New;
  color: #333333;
  width: 132px;
  height: 49px;
  padding-top: 10px;
  border: solid 1px #aaaaaa;
  float: left;
}
#decorarrow
{
  width: 61px;
  height: 61px;
  background: transparent url(../images/image.0003.gif) center center no-repeat;
  float: left;
}
#antibotblock
{
  height: 61px;
  width: 330px;
  margin: 0 auto;
}
#submitbutton
{
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding: 3px 10px;
  font-weight: bold;
}

/* ========================================================================== */

/* PAGE-CALCULATOR */
.table-calculator
{
  margin-left: 20px;
}
.table-calculator td
{
  padding: 5px 5px;
}
.window-image
{
  background: #f9f1d7;
  text-align: center;
  padding: 4px 4px;
  border: solid 1px #efe5c3;
}
.window-description
{
  width: 360px;
}
.radio-area
{
  vertical-align: middle;
  width: 20px;
}
.window-type-name
{
  font-weight: bold;
}
.window-type-comment
{
  margin-top: 5px;
}
.window-size
{
  margin-left: 50px;
  /*background: transparent url(../data/content-images/calculator/window-size.gif) left center no-repeat;*/
  height: 68px;
  padding-left: 175px;
  padding-top: 22px;
}
.window-size div
{
  margin: 7px;
}
.window-size div label
{
  font-weight: bold;
  margin-right: 5px;
}
fieldset
{
  border: solid 1px #c7c7c7;
  padding: 10px;
  margin-bottom: 14px;
}
legend
{
  font-weight: bold;
}
.result
{
  text-transform: uppercase;
  color: #cf0000;
}
.readonly-input
{
  background: #ffffff;
  border: solid 1px #a7a6aa;
  padding: 2px;
  text-align: right;
  width: 100px;
  font: bold 16px Arial;
  color: #a74c0a;
}
.startcalc
{
  text-transform: uppercase;
  padding: 3px 20px;
  font: bold 12px Tahoma;
}
.result-container
{
  margin-left: 50px;
}
.js-disabled
{
  color: #cf0000;
}

/* ========================================================================== */

/* CONTENT */
.content-image-left
{
  border: solid 1px #9e7d3c;
  margin: 10px 10px 10px 00px;
  float: left;
}
.content-image-right
{
  /*border: solid 1px #9e7d3c;*/
  border: 0 none;
  margin: 10px 0px 10px 10px;
  float: right;
}
#price td
{
  padding: 5px;
}

/* ========================================================================== */

/* PAGE-ARTICLES */
.artitem
{
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ae7228;
}
.artitem-caption
{
  text-transform: uppercase;
  color: #7f0000;
  font-weight: bold;
}
.artitem-description
{
}
.artitem-link
{
  margin-top: 10px;
  text-align: right;
}
.artitem-link a
{
  color: #333333;
  font-weight: bold;
}
.marked-text
{
  color: #cf0000;
  border-color: #cf0000;
  font-weight: bold;
}
h4{
margin-top:20px; 
font-weight: bold;
}
#underwall > div > div.video-block {
  float: left;
  margin: 25px 0 0;
  width: 260px;
}
.video-title {
  color: #303030;
  font: bold 16px Roboto;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.navbar-default {
  background-color: transparent;
  border: 0 none;
}
.navbar-collapse {
  padding: 0;
}
.navbar-collapse.in,
 .navbar-collapse.collapsing {
  padding-top: 20px;
  padding-bottom: 20px;
}
p.gall {
  text-align: left;
}
.gall img {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.project-main {
  margin: 0 0 120px;
}
.project-main .projects {
  width: 100%;
  margin-bottom: 1px;
  position: relative;
  display: inline-block;
}
.project-main .projects a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  vertical-align: middle;
  background-color: rgba(0,0,0,.6);
  font-size: 23px;
  -webkit-backface-visibility: hidden;
  padding-left: 40px;
}
.project-main .projects a:hover {
  background-color: rgba(0,0,0,.8);
}
.project-main .projects a div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.project-item {
  display: inline-block;
  position: relative;
  margin-right: -3px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.project-item .project-it {
  position: relative;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  border: 1px solid #008f2b;
  color: #000;
  width: 100%;
}
.project-item .project-name {
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 140, 43, 0.8);
  width: 100%;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  z-index: 3;
}
.project-item .project-pict {
  height: 240px;
  overflow: hidden;
  /*margin-bottom: 30px;*/
  background-size: cover;
  background-position: 50% 50%;
}
.project-item a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 242px;
  z-index: 100;
}
.project-item .project-button {
  display: block;
  position: absolute;
  height: 28px;
  top: 0px;
  /*height: 204px;*/
  height: 240px;
  line-height: 148px;
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 36px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 0px;
  opacity: 0;
  z-index: 2;
  background-color: rgba(0,0,0,.5);
}
.project-item .project-price {
  z-index: 3;
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 50%;
  background-color: #008f2b;
  color: #fff;
  text-align: center;
  margin-right: 0px;
  line-height: 30px;
  font-size: 20px;
  right: 0;
}
.bani-list .project-item .project-price {
  display: none;
}
.project-item:hover .project-it {
    background-color: #2aad51;
}
.project-item:hover .project-it .project-button {
    opacity: 0.8;
}
.project-item:hover .project-name, .project-item:hover .project-price {
  line-height: 36px;
}
.project-buttons {
  margin: 30px 0;
  text-align: center;
}
.project-buttons a {
  background: #f00;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: inline-block;
  font: normal 15px Roboto;
  padding: 9px 22px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 5px;
  width: 210px;
}
.project-buttons a#project-smeta {
  background: #008f2b;
}
.project-buttons a:hover {
  opacity: 0.8;
}
table.project-table {
  position: relative;
  margin-top: 40px;
  border: 1px solid #008f2b;
  font-size: 14px;
}
table.project-table span {
  position: absolute;
  color: #008f2b;
  font-size: 19px;
  top: 8.5px;
}
table.project-table td:first-child {
  width: 11%;
  text-align: left;
  vertical-align: bottom;
}

table.project-table tr td {
  width: 11%;
  text-align: center;
  padding: 15px 5px;
  border-top: 0 none;
  vertical-align: middle;
}
table.project-table td .value {
  background-color: #008f2b;
  color: #fff;
  padding: 3px;
  font-size: 13px;
}
table.project-table td img {
  margin: 0 auto 5px;
}
.fancybox-title {
  display: none;
}
.project-gallery {
  margin-top: 30px;
}
.project-gallery a {
  display: inline-block;
}
.moduletable.kredit input {
  border: 1px solid #d7d3d3;
  border-radius: 12px;
  height: 35px;
  max-width: 600px;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
}
.moduletable.kredit textarea {
  border: 1px solid #d7d3d3;
  border-radius: 12px;
  height: 150px;
  max-width: 600px;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
  resize: none;
}
.moduletable.kredit b {
  font-size: 18px;
  margin-top: 35px;
  display: block;
}
.button-container {
    position: fixed;
    bottom: 5px;
    display: block;
    margin: 0 auto;
    left: 0;
    z-index: 100;
    text-align: center;
    width: 100%;
}
.button-container a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    border-radius: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #f22d2d;
    transition: .3s;
    padding: 10px;
}
.button-container a:hover {
    transform: translateY(-7px);
}
.bank-block {
  display: inline-block;
}
.bank-block img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.table-responsive {
  z-index: 1;
  position: relative;
}
#project-slider img {
  margin: 0 auto;
  width: 100%;
}
.slider-pro img.sp-thumbnail {
  cursor: pointer;
  margin-left: 0 !important;
}
.sp-slide {
  display: flex;
  align-items: center;
}
.prog-comp {
  display: inline-block;
  background: #f22d2d;
  color: #fff;
  padding: 5px 10px;
  border-radius: 12px;
  width: 92px;
  text-align: center;
}
.prog-comp:hover, .prog-comp:focus {
  color: #fff;
}
.pulse {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 114px;
  height: 50px;
  color: #fff;
  background: #92c632;
  border-radius: 45px;
  animation: radial-pulse 1s infinite;
  position: fixed;
  bottom: 5px;
  right: 20px;
  z-index: 110;
  text-align: center;
}
.pulse:hover {
  color: #fff;
  text-decoration: none;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
.video-block-page a {
  position: relative;
}
.video-block-page span {
  position: absolute;
  left: 0;
  top: 0;
  width: 246px;
  text-align: center;
  color: #fff;
  height: 138px;
  background: rgba(0,0,0,0.6);
  padding-top: 56px;
}
.video-block-main a {
  position: relative;
}
.video-block-main span {
  position: absolute;
  left: 0;
  top: 0;
  width: 246px;
  text-align: center;
  color: #fff;
  height: 138px;
  background: rgba(0,0,0,0.6);
  padding-top: 56px;
}
@media screen and (max-width: 1200px) {
  #hwtext {
    font-size: 46px;
  }
  #hwtext2 {
    font-size: 25px;
  }
  #preim,
  #preim_mob {
    background-size: cover;
  }
  #fmbg {
    width: 75%;
  }
  #haddress {
    margin-left: 17px;
  }
}
@media screen and (max-width: 992px) {
  #fmbg {
    margin-top: 0;
    width: 100%;
  }
  a.pulse {
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #hwtext {
    top: 16px;
    font-size: 35px;
  }
  #hwtext2 {
    top: 82px;
    font-size: 19px;
    line-height: 24px;
  }
  #headerlight {
    background-color: transparent;
    height: auto;
    width: auto;
    padding-top: 18px;
  }
  #headerwrap {
    z-index: 100;
  }
  #topmenu-ul {
    border: 0 none;
    background-color: #fff;
  }
  .navbar-toggle {
    float: left;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
  .navbar-default .navbar-toggle {
    border-color: #000;
  }
  header ul.menu ul {
    position: static;
    display: block;
    box-shadow: none;
    margin-left: 15px;
    margin-top: 10px;
  }
  header ul.menu ul a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 14px;
  }
  header ul.menu a {
    padding-top: 0;
    padding-bottom: 0;
  }
  #hphones {
    font-size: 22px;
    margin-top: 3px;
  }
  #haddress {
    margin-top: 27px;
    margin-left: 20px;
  }
  #headerdark {
    height: 94px;
  }
  #logo {
    background-size: cover;
    background-position: center center;
    height: 94px;
    width: 153px;
  }
  #about h2 {
    margin-left: 40px;
  }
  #about h3 {
    margin-left: 30px;
  }
  #about ul {
    margin-left: 40px;
  }
  #about h3:first-of-type {
    margin-left: 30px;
  }
  #wallmenumain a {
    text-align: left;
  }
  #wallmenu a {
    text-align: center;
  }
  #fm {
    background-color: #92c632;
    padding-bottom: 20px;
  }
  #fb {
    margin-top: 29px;
  }
  #wall {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #wallmenu {
    margin-bottom: 35px;
  }
  header {
    height: 350px;
    background: fixed url('../images/header3_mob.jpg') 50% 50% no-repeat;
  }
}
@media screen and (max-width: 669px) {
  #fb {
    margin-top: 0;
  }
}
@media screen and (max-width: 615px) {
  #hphones {
    font-size: 18px;
    margin-top: 9px;
  }
  #haddress {
    clear: both; 
    float: right;
    text-align: right;
    margin-top: 0;
  }
  #headerdark {
    height: 141px;
  }
  .fancybox-inner iframe { 
    height: 290px !important;
  }
  .button-block {
    max-width: 335px;
    margin: 0 auto;
  }
  .button-container a {
    margin-bottom: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 530px) {
  #about {
    height: 791px;
  }
  .content-image-right,
  .content-image-left {
    float: none;
  }
  #ft {
    display: none;
  }
}
@media screen and (max-width: 492px) {
  #about {
    height: 816px;
  }
  #fb .fr {
    clear: both;
    float: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  #hwtext {
    top: 50px;
  }
  #hwtext2 {
    top: 105px;
  }
  #about h2 {
    margin-left: 0;
  }
  #about h3 {
    margin-left: 0;
  }
  #about ul {
    margin-left: 0;
  }
  #about h3:first-of-type {
    margin-left: 0;
  }
  #wallmenu #leftmenu-ul > ul > li > a {
    font-size: 18px;
  }
  .fancybox-inner iframe { 
    height: 250px !important;
  }
}
@media screen and (max-width: 380px) {
  #logo {
    width: 128px;
    height: 78px;
  }
  #hwtext {
    font-size: 28px;
  }
  #about {
    height: 904px;
  }
  .fancybox-inner iframe { 
    height: 220px !important;
  }
}
@media screen and (max-width: 350px) {
  .fancybox-inner iframe { 
    height: 190px !important;
  }
}