/* Main restyling page styles */

html{
	height: 100%;
}
body{
	background: #ecf0f1;
	height: 100%;
}
.container{
	background: #ffffff;
	min-height: 100%;
	position: relative;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.3);
}

@media (min-width:768px)
{.container1{width:750px}}

@media (min-width:992px)
{.container1{width:970px}}

@media (min-width:1200px)
{.container1{width:1170px;}}

.container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #2E4E7F;border-bottom: 6px solid #f39c12;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);

    
}

.header-row{
	position: relative;
	background: #404b5a;
	padding: 30px 0 8px 0;
	margin: 0 0 0px 0;
	border-bottom: 6px solid #f39c12;
}
div.path{
	margin-top: 10px !important;
}
.header-row + .col-md-12 table{
	margin-top: 20px;
}
.header-left-block,
.header-right-block{
	position: absolute;
	background: #404b5a;
	width: 15px;
	height: 106%;
	bottom: -6px;
	border-bottom: 6px solid #f39c12;
}
.header-left-block{
	left: -15px;
}
.header-right-block{
	right: -15px;
}
.header-left-block1,
.header-right-block1{
	position: absolute;
	background: #404b5a;
	width: 15px;
	height: 106%;
	bottom: -6px;
	border-bottom: 6px solid #f39c12;
}
.header-left-block1{
	left: -15px;
}
.header-right-block1{
	right: -15px;
}
.header-row small{
	color: #fff;
	margin-left: 0 !important;
}
span.header-row-title{
	display: block;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
}
a.header-row-title-link{
	text-decoration: none;
	outline: none;
}

/* 12 */
div.n-col-main{
	padding-bottom: 120px;
}

.footer-row{
	position: absolute;
	bottom: -102px;
	width: 100%;
	background: #404b5a;
	border-top: 6px solid #f39c12;
	color: #e5e5e5;
	margin-bottom: 0;
}
.footer-row hr{
	border-color: #2c3e50;
}
.footer-row-container{
	padding-top: 24px;
	padding-bottom: 20px;
}
.footer-row-links{
	margin-bottom: 10px;
}
.footer-row-links a{
	font-size: 16px;
	color: #e5e5e5;
	margin-right: 8px;
	outline: none;
}
.footer-row-links a:hover{
	text-decoration: none;
	color: #ffffff;
}
.footer-row p{
	margin-bottom: 38px;
}

div.stat-counters{
	bottom: 16px;
	position: absolute;
	right: 15px;
}
div.stat-counters-container{

}

img.icon{width: 12px; height: 12px; margin: 0 3px 0 0;}
img.plus{background: url(/i/plus.gif) center no-repeat;}
img.minus{background: url(/i/minus.gif) center no-repeat;}