
body
{
	font-family: 'Roboto Slab', sans-serif;
    color: #474747;
	font-size: 16px;
	background: url('../images/body_bg.jpg') repeat top center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto Slab', sans-serif;
	color: #222;
}
h4, .h4 {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}
a {
  color: #106405;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1a8b0b;
  text-decoration: underline;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 13px 11px 15px 11px;
    color: #fff;
	font-size: 14px;
	transition: all 0.3s ease;
}
.navbar-default {
    background-color: #683119;
    border-color: #5d2107;
	background: url('../images/nav_bg.jpg') no-repeat top center;
}

/* #################### СКРЫТО МЕНЮ ГОРИЗОНТАЛЬНОЕ ################# */
.t3-mainnav {


}
/* ################################################################ */

.header_holder
{
	width: 100%;
	background: url('../images/head-bg.jpg') no-repeat top center;
	/* border-bottom: 4px solid #6d777e; */
}
.t3-header {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 150px;
}

.logo-img
{
	margin-top: 25px;
	max-width: 315px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: #e7e7e7;
}
div.itemIntroText {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    padding: inherit;
}

.head-search
{
	text-align: right;
}

.blockp1 {
    font-size: 25pt;
    font-weight: 700;
    margin-top: 10px;
    display: block;
}
.blockp1 a
{
	color: #000;
}

.blockp12 {
    font-size: 15pt;
    font-weight: 400;
    margin-top: 10px;
    display: block;
}
.blockp12 a
{
	color: #000;
}
.head_text {
    position: relative;
    margin-top: 140px;
}
.head_text table
{
	width: 100%;
	margin: 10px auto 0px auto;
	/* position: relative; */
	/* display: block; */
	/* padding-top: 10px; */
}
.head_text table td
{
	border-top:  0px;
	padding-top: 40px;
	width:  50%;
	vertical-align: middle;
}
.head_text table td:first-child
{
	text-align: right;
}
.pr_img
{
	
}
.pr_img img
{
	margin-right: 8px;
	max-width: 550px;
}
.pr_text
{
	font-weight:  bold;
	font-size: 30px;
	color: #1c6492;
	text-shadow: 0px 0px 14px rgba(255,255,255,1);
}
.pr_text span
{
	color: #ff0000;
}
.t3-footer {
    border-top: 0px solid #593400;
    background: #4498ce;
    color: #ffffff;
    background: url(../images/nav_bg.jpg) no-repeat top center;
	    box-shadow: 0px -2px 33px rgba(0,0,0,0.6);
}
.t3-footer a
{
	color: #fff;
}
.footable
{
	width: 100%;
}
.footable td
{
	border-top: 0px;
	vertical-align: middle;
}
.footable td:last-child
{
	text-align: right;
}
#k2Container {
    padding: 0 0 0px 0;
}
.col-md-8 {
    width: 100%;
}


.t3-copyright {
    border-top: 1px solid #eeeeee;
    font-size: 12px;
    padding: 40px 0 15px;
}
.contable td
{
	width: 50%;
	border-top: 0px;
	padding: 20px 0px;
	font-size: 24px;
}
div.catItemImageBlock {
    padding: 4px 15px 0px 0px;
    margin: 0 0 0px 16px;
    float: right;
    max-width: 267px;
}
div.itemListCategory {
    background: inherit;
    border: inherit;
    border-radius: inherit;
    margin: inherit;
    padding: inherit;
}

div.catItemIntroText {

    text-align: justify;
}

ul {
    list-style-type: circle;
}

.projtable
{
	width: 100%;
}
.projtable td
{
	border: 1px solid #312622;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	padding: 10px;
}
.projtable td h3
{
	text-align: left;
}
.projtable td:first-child
{
	width: 300px;
	padding-right: 15px;
}
.proj_inner_table
{
	width: 100%;	
}
.proj_inner_table td {
    border: 1px solid #828282;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding: 2px;
    vertical-align: middle;
    width: 50%;
    padding-left: 6px;
    color: #000;
    background-color: rgba(255,255,255,0.2);
}
.proj_inner_table td p
{
	padding: 0;
	margin: 0;
}





/*################################ MOBILE #################################*/

@media (max-width: 769px)
{
	
	.head_text {
    position: relative;
    margin-top: 140px;
    display: none;
}
.footable td
{
	width: 100%;
	display: block;
}
	
.logo-img {
    margin-top: 50px;
    max-width: 260px;
}
.head-search {
    text-align: center;
}
.blockp1 {
    font-size: 21pt;
    font-weight: 700;
    margin-top: 5px;
    display: block;
}
.t3-header {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 226px;
}
.contable td
{
	width: 100%;
	display: block;
}	
	
	
#k2Container img
{
	width: 100% !important;
	max-width: 100% !important;
}	
	
	
.projtable tr	
{
	border: 1px solid #312622;
}
	
.projtable td
{
	border: 0px solid #312622;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	padding: 10px;
	display: block;
	width: 100%;
}
.projtable td:first-child
{
	display: block;
	width: 100%;
	padding-right: 10px;
}	
.t3-footer {
    background: url(../images/nav_bg.jpg) repeat top center;
}	
	
	.blockp12 {
    font-size: 15pt;
    font-weight: 400;
    margin-top: 2px;
    display: block;
    margin-bottom: 15px;
}
.t3-header {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 242px;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
    color: #fff;
}
div.catItemImageBlock {
    padding: 4px 15px 0px 0px;
    margin: 0 0 0px 16px;
    float: right;
    max-width: 100%;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}






































































