/*
 * Globals
 */

body {
    font-family:Verdana, Geneva, sans-serif;
    color: #555;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #737174;
}

p{
    font-size: 12px;
}

.center{
    text-align: center;
}
.fl_right{
    float: right;
}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}


/*
 * Masthead for nav
 */

.blog-masthead {
    background-color: gainsboro;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
    color: #fff;
    text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
    color: #fff;
}
.blog-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}

.phone{
    float: right !important;
    margin-top: 6px;
    padding-right: 20%;
    font-size: 22px;
}

/*
 * Blog name and description
 */

/*.blog-header {
    
    margin: -38px 0 5px 0;
    text-align: center;
}*//*padding-top: 20px;
    padding-bottom: 20px;*/
.blog-title {
    margin:10px 7px;
    font-size: 30px;
    font-weight: normal;
    color: #737174;
}
.blog-description {
    font-size: 20px;
    color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
    font-size: 12px;
    line-height: 1.5;
}
.blog-main a{
    text-decoration: underline;
    font-weight: bolder;
}

/* Sidebar modules for boxing content */
.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}


/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}


/*
 * Blog posts
 */

/*.blog-post {
    margin-bottom: 60px;
}*/

.blog-post-title {
    margin-bottom: 5px;
    font-size: 40px;
}
.blog-post-meta {
    margin-bottom: 20px;
    color: #999;
}

.height-calc{
    height: calc(100vh - 450px);

}
/*
 * Footer
 */

.blog-footer {
    padding: 25px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #e5e5e5;

}
.blog-footer p:last-child {
    margin-bottom: 0;
}


.icons{
    background-color: #fffbff;
    padding-left: 3%;
}
.icons img{
    margin:5px 15px;
}

/*
 * ������� ������
 */
table{
    width: 98%;
    border-collapse: collapse;
}
table, td{
    border: 1px silver dashed;
    padding: 1px;
}
table th, td.th{
    font-weight: normal;
    text-align: center;
    background-color: #DCDCDC;
}
td.th{
    background-color: #FFFBFF; 
}



 
 
/* <!-- ������ ����� -->*/
.nav_up{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(http://emmg.ru/images/arrow_up.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	left:30px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.nav_down{
	padding:7px;
	background-color:white;
	border:1px solid #CCC;
	position:fixed;
	background:transparent url(http://emmg.ru/images/arrow_down.png) no-repeat top left;
	background-position:50% 50%;
	width:20px;
	height:20px;
	bottom:10px;
	opacity:0.7;
	left:70px;
	white-space:nowrap;
	cursor: pointer;
	-moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
    -khtml-border-top-left-radius:3px;
	-khtml-border-top-right-radius:3px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
/* <!-- /������ ����� -->*/





/*
* ТАБЛИЦА НА ГЛАВНОЙ
*/
.tab_index{
    width: 100%;
    border-collapse: separate;
    border-spacing: 7px 11px;
    border: 0px solid silver;
    text-align: center;
}

.tab_index p{
    text-transform: capitalize;
}
.tab_index td{
    border: 2px solid silver;
    padding: 4px;
    margin: 10px;
    width: 25%;
}
.tab_index img{
    max-width: 95%;
}
.tab_index .product_title{
    
    margin-left: 5%;
}
.tab_index .product_title a{
    color: #575757;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 2px silver dashed;
}
.tab_index .pav{
    background: url(../images/pavim.jpg) no-repeat;
}
.tab_index .rev{
    background: url(../images/revestim.jpg) no-repeat;
}
.tab_index .rev_pav{
    background: url(../images/rev_pav.jpg) no-repeat;
}
.tab_index .pav, .tab_index .rev, .tab_index .rev_pav{
    width: 28px;
    height: 28px;
    margin: 3%;
    float: right;
    border: 1px silver solid;
}
.tab_index .rev_pav{
    width: 50px;
}

.tab_index td.none{
    border: 0px solid silver;
}



.pdf {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/ico-pdf.gif) no-repeat 0px 0px;
}


/* кнопка вверх */
	.scrollTop{ 
		background:url('../images/arrows4.png') 0 0 no-repeat;
		width:50px;/* изменяем: ширина картинки */
		height:50px; /* изменяем: высота кнопки - половина высоты картинки */
		bottom:130px;
		left:78%;
	}
	.scrollTop:hover{ 
	/* изменяем: отступ при наведении, 
	нужно подбирать вручную. Примерно равен высоте кнопки */
	background-position:0 -50px; }




.community{
    width: 73%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 10%;
    margin-left: 4%;
}

.community table{
    width: 100%;
    text-align: center;
}





