html, body { width: 100%; height: 100%;  }

body {
  position: relative;
}


.last-comment {
  font-size: 10pt;
  width: 300px;

  text-align: left;
  padding: 25px 30px 1em 65px;
  background: transparent url('../i/comments-img.png') left top no-repeat;
}

.lc-text {
  margin-bottom: 1em;
}

.lc-link a {
  color: #F00;
}


body {
  color: #FFF;
}

.body-wrapper {
   height: 100%;
}

.body-background {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: top left url('../img/black-background.jpg') repeat-x;
}

.main-page {
  background: top left url('../img/dekolte-with-background.jpg') no-repeat;
}

.first-row {
  height: 95px;
  overflow: hidden;
  vertical-align: center;
}

#commentlist li {
  list-style: none;
  margin: 1em;
}

#commentlist .commenttitle {
  font-size: 12pt;
}

#commentlist .commenttext {
  background-color: #CCC;
  margin-top: 1em;
  margin-left: 2em;
  padding-bottom: 0;
  width: 50%;
  padding: 1em 1em .5em 1em;
  font-size: 12pt;
  color: #000;
}


.red a {
  color: #da0307;
}


#header-logo {
  margin-right: 124px;
}

.header-menu {
  line-height: 75px;
  height: 75px;
}

.main-news {  
  float: right;
  text-align: left;
  width: 150px;
  margin-right: 30px;
  list-style-type: none;
}

.main-news-item {
  margin-bottom: 10px;
}

ul.header-menu {
  border: 0;
}

ul.header-menu li {
  border: 0;
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: bold;
}

.header-menu a {
  padding: 9px;
  border: 1px solid #000;
}

.header-menu a:hover {

}

.header-menu a:hover, .header-menu .current_page_item a {
  border: 1px solid #da0307;
}

.header-menu .red a:hover, .header-menu .red .current_page_item a {
  border: 1px solid #FFF;
}

.navigation-icons {
  margin-right: 20px;
  margin-top: 30px;
}

.left-sidebar {
  width: 240px;
  float: left;
}



ul.left-menu {
  list-style-type: none;
  margin: 0; padding: 0; padding-left: 45px;
}

.right-side {
  margin-left: 240px;
}

.left-sidebar {
  padding-top: 30px;
}

.left-menu li {
  font-size: 11pt;
  margin-bottom: .8em;
}

.right-outter-bar {
  position: relative;
  margin-left: 280px;
  background-color: #272727;
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}

.right-inner-bar {
  margin-left: 15px;
  padding: 50px 0 150px 0px;
}

.left-effect { position: absolute; bottom: 0px; left: 0px; z-index: 1; }
.right-effect { position: absolute; top: 0px; right: 0px; z-index: 1; }
.red-star { position: absolute; top: -5px; left: 100px; z-index: 1; }

.right-effect { width: 260px; height: 180px; background: url('../img/effect-top.png') no-repeat; }
.left-effect { width: 278px; height: 123px; background: url('../img/effect-bottom.png') no-repeat; }
.red-star { width: 19px; height: 18px; background: url('../img/red-star.png') no-repeat; }

.marafet-content {
  position: relative;
  z-index: 10;
  float: left;
  width: 80%;

}

.marafet-right-sidebar {
  position: relative;
  z-index: 100;
}



.marafet-content-title {
  color: #da0307;
  padding: 0px 0px 50px 130px;
}

.marafet-content-image {
  float: left; margin-right: 40px;
  height: 100%;
}

.marafet-content-text {
  margin-top: -5px;
  
  width: 90%;
  color: #adafb0;
  
}

.marafet-content-links {
  float: right;
  margin-right: 40px;
  width: 50px;
}


#footer {
  margin: 30px;
}

.footer-menu li {
  padding: 0px 20px;
}

.footer-menu li#address {
  font-size: 14pt;
}

.footer-menu li#phones {
  font-size: 18pt;
  color: #da0307;
}


.footer-menu li#email {
  font-size: 12pt;
  color: #9c9e9f;
  width: 250px;
}

.copyright {
  color: #ccc;
  font-size: 10px;
}


.menu-v-d-under ul {
  display: none;
  margin: .4em 0 0 20px;
  padding-left: 10px;
  list-style-type: none;
  border-left: 1px solid #cb0509;
}

.menu-v-d-under ul li a {
  color: #9c9e9f;
}

.menu-v-d-under .current_page_item ul {
  display: block;
}

.menu-v-d-under .current_page_parent ul {
  display: block;
  
}

.menu-v-d-under li.current_page_parent > a {
  color: #de0207;
}

.marafet-search-bar {
  position: relative;
  background-image: url('../img/search-input.png');
  width: 203px; height: 24px;
  
}

.marafet-search-input {
  position: absolute;
  background-color: transparent;
  color: #e0e2e3;
  border: 0;
  width: 173px;
  padding-left: 8px;
  top: 5px;
}

.marafet-search-submit {
  position: absolute;
  right: 4px; top: 4px;
}


