@charset "utf-8";
/*шаблонные*/
/* CSS Document */
* { margin: 0; padding: 0; border: 0; }


html	{
	height:100%
}


#body {
	width:100%;
	height:100%;
	/* background:url(../img/v4-01-02.jpg) no-repeat; */
	background:#fff;
	background-position: top center;
}

#container {
    min-height: 100%; /* минимальная высота 100% для обертки */
    height: 100%; /* для IE6, т.к. он понимает height, как min-height */
    margin:0 auto;
	margin-bottom:-415px;
    position: relative;
    height: auto !important;
}

/*-------------подвал-----------*/
#footer {
    margin:0 auto;
    height: 415px;
    text-align: left;
    position: relative;
	min-width: 1010px;
	/* background-color:#e6e6e7; */
}

.container-fluid {
	min-width: 1010px;
	
}


.m_footer_hight {
	height: 415px !important;
}
.container {
	min-width: 980px; /* фиксация бутсрапа --*/
}


/*---------------------------*/
.m_empty {
	clear:both;
	height:5px;
}
.m_10{
	height:10px;
} 
.m_20{
	height:20px;
} 
.m_30{
	height:30px;
} 
.m_40{
	height:40px;
} 
.m_50{
	height:50px;
}
 
/*---------------------------*/
.links_menu  ul  {
display:table;
}
.links_menu  ul li{
float:left;
display:table-cell
}
.links_menu  ul li a{
text-decoration:none;
display:block;
}

.paralax_bg{
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.animate {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}