/* Цвета
голубой   44adef
оранжевый ffaa25
зелёный c0d633
*/

/* home */

body.home div#big-header,
body.home div#putevod,
body.home div#main {
    display: none;
}

/* БОЛЬШАЯ КАРТИНКА И СЛАЙДЕР*/
body.home #main-bigpic,
body.home #main-slider
{
    padding-top: 0px;
    padding-bottom: 0px;
}


body.home #main-slider #nm-slider {
    top: 0;
    position: absolute;
    width: 960px;
    height: 414px;
    overflow: hidden;
    z-index: 800;
/*background:red;*/
}

body.home #main-slider div.col-md-3 {
    z-index: 1000;
}

body.home #main-slider .container .row {
/*    background: red;*/
}

body.home #main-bigpic .container .row {
    background-image: url(http://nauteks.ru/wp-content/themes/nauteks2/images/bg_img.png);
    background-size: cover;
    background-position: center center;

  -webkit-animation-name: imageAnimation;
  -webkit-animation-duration: 8s;
  -webkit-animation-iteration-count: 200;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: easeInOutExpo;

  -moz-animation-name: imageAnimation;
  -moz-animation-duration: 8s;
  -moz-animation-iteration-count: 200;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: easeInOutExpo;

  animation-name: imageAnimation;
  animation-duration: 8s;
  animation-iteration-count: 200;
  animation-direction: alternate;
  animation-timing-function: easeInOutExpo;

}

body.home #main-bigpic ul#catalog,
body.home #main-slider ul#catalog
{
    margin-bottom: 20px;
    margin-top: 10px;
}

body.home #main-bigpic ul#catalog li,
body.home #main-slider ul#catalog li
{
    background: #3791cb;
    color: white;
    border-left: 5px #3791cb solid;
}

body.home #main-bigpic ul#catalog li:hover,
body.home #main-slider ul#catalog li:hover
{
    background: #2982cb;
    border-left: 5px #c7d634 solid;
}

/* Анимация фона большой картинки. Обойдемся без слайдера */

@keyframes imageAnimation {
    50%  { background-image: url('http://www.bugaga.ru/uploads/posts/2014-10/1414069069_korabli-zvezdnyh-voyn-28.jpg'); }
    100% { background-image: url('http://nauteks.ru/wp-content/themes/nauteks2/images/bg_img.png'); }
}


/* Новости и О компании */

body.home #news-and-about h1,
body.home #news-and-about h1 a
{
    color: #141414;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

body.home #news-and-about {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.home #news-and-about .new {
    padding: 0px;
    padding-bottom: 1em;
}

body.home #news-and-about .new  * {
    padding: 0px;
    margin: 0;
}

body.home #news-and-about .new .date{
    color: #c4c4c4;
    font-size: 10px;
}

body.home #news-and-about .new h2 {
    color: #44adef;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.76em;
}

body.home #news-and-about .new img {
    margin-right: 1em;
}


body.home #news-and-about .new:hover h2 {
    color: #c0d633;
}


body.home #news-and-about .new:hover a {
    text-decoration: none;
}


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

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

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

/* 3 КНОПКИ *******************************************/

body.home #block-3 {
    padding-top: 0;
}

body.home #block-3 div.row {
    background-color: #ececec;
}

body.home #block-3 .row .col-md-4 {
    padding: 15px;
}

#block-3 > div > div > div:nth-child(1) > img:hover { content: url(../images/energo_hover.png); }
#block-3 > div > div > div:nth-child(2) > img:hover { content: url(../images/partners_hover.png); }
#block-3 > div > div > div:nth-child(3) > img:hover { content: url(../images/auto_hover.png); }

body.home #block-3 .btn:hover img {
    content: url(images/btn1_hover.png);
}


