/* ГЛАВНАЯ СТРАНИЦА. ОТДЕЛЬЫЙ CSS HOME.CSS ****************************/

/* кустомный заголовок */


body {
/*    background-repeat: no-repeat;
background-image: url(/wp-content/uploads/2015/10/1170.jpg);
    background-position: top center;
    background-size: 1170px auto;
    opacity: 0.5;
    background-attachment: scroll;
*/

}

body.home h1 ,
body.home h2 {
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  font-weight: lighter;
  text-align: center !important;
}
body.home h1:before ,
body.home h2:before {
/*  content: "\f054";
  font-family: FontAwesome;
  font-size: 96%;
  padding-right: 0.76em;*/

content: url(/wp-content/themes/newmarka5/images/arrow_left.png);
height: 25px;
text-align: left;
width: 42px;
display: inline-block;

}
body.home h1:after ,
body.home h2:after {
/*  content: "\f053";
  font-family: FontAwesome;
  font-size: 96%;
  padding-left: 0.76em;*/

content: url(/wp-content/themes/newmarka5/images/arrow_right.png);
height: 25px;
text-align: right;
width: 42px;
display: inline-block;

}

/* слайдер поднимаем до меню */
body.home div#main-slider {
/*  top: 76px; */
/*  top: 45px; */
  position: relative;
  padding: 0;
}

/* прячем путевод */

body.home #putevod {
    display: none;
}

/* размер картинки слайдера до 100%*/

.carousel .item img {
    min-width: 100%;
}

div.carousel-caption {
    background-color: rgba(0,0,0,0.36);
    border-radius: 3px;
    padding-left: 2em;
    padding-right: 2em;
    top: 60%;
    height: 8em;

}

div.carousel-caption p {
display: none;
}

/* Большая картинка вместо слайдера */
body.home div#main-bigpic {
  width: 100%;
  padding: 0;
    margin-top: 42px;
}

body.home div#main-bigpic img {
    width: inherit;
}

body.home div#main-bigpic div#main-bigpic-text {
    position: absolute;
    font-size: 1.9vw;
    width: auto;
    text-align: left;
    color: #222;
    font-weight: bold;
    top: 4.5%;
    left: 60.1%;
    text-transform: uppercase;
}

body.home div#main-bigpic > div#main-bigpic-text > span {
    background: white;
    display: inline-block;
    padding-left: 0.23em;
    padding-right: 0.23em;
}


/* Разделы */
#button2 {
  padding-top: 0;
  padding-bottom: 0.23em;
  top: -12px;
  /*height: 0;
  overflow: visible;
  z-index: 666;
  margin-top: 10px;*/
}

#tweeter-news {
  padding-bottom: 40px;
}
#tweeter-news p-disable {
  background-color: rgb(230,230,230);
    margin-top: 2em;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
}
#tweeter-news h1:before {
/*  content: "\f099";*/
content: url(/wp-content/themes/newmarka5/images/bird.png);
height: 21px;
text-align: left;
width: 42px;
display: inline-block;
}
#tweeter-news h1:after {
  content: "";
  display: none;
}

#rssnewssetting1 {
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: rgb(230,230,230);
    outline: 10px rgb(230,230,230) solid;
}

#rssnewssetting1 p a {
    color: black;
}

#rssnewssetting1 p a:before {
    content: "\"";
}


#rssnewssetting1 p a:after {
    content: "\"";
}

#rssnewssetting1 p {
    text-align: center;
}


#uslugi2 {
/*    display: none;*/
}

#uslugi {
  background-color: #efbf3a;
  background-image: url(../images/bg-y.png);
}

#uslugi2 {
  background-color: #efbf3a;
  background-image: url(../images/bg-y.png);
}

/* О нас */

#nemnogo-o-nas .row > div {
  padding-bottom: 1.76em;
}

#nemnogo-o-nas .row.icons {
    margin-top: 0px;
}

#uslugi p {
    color: black;
    margin-top: 15px;
    margin-bottom: 5px;
}

#nemnogo-o-nas #non-ebc {
    display:none;
}


#nemnogo-o-nas .row > div > img {
  background: #efbf3a;
  margin-bottom: 1.76em;
}

#nemnogo-o-nas > div > div:nth-child(1) > div > p.text-center.nm-orange {
    margin-top: 0;
}



/* ОТЗЫВЫ **********************************************/

#otzovy {
}

#otzovy .otzyv {
    padding-top: 0.76em;
    background-color: #efbf3a;
    margin-bottom: 1em;
}

#otzovy .otzyv.orange {
    background-color: #efbf3a;
}

#otzovy .otzyv.grey {
    background-color: rgb(230,230,230);
}

#otzovy .otzyv p:last-child {
    font-size:0.76em;
    text-align: right;
}


/* КАРТА **********************************************/

#contact-map,
#contact-map .container,
#contact-map .container .row,
#contact-map .container .row .col-md-12
{ margin:0; padding: 0; width: 100%;}


#contact-map .container .row .col-md-12 .su-gmap
{
    margin:0;
    height: 11em;
}


#contact-map .karta {
    padding-bottom: 290px;
}

#contact-map {
/*  background-color: #efbf3a;
  background-image: url(../images/fon1.png);*/
}

