body {
	margin: 0; 
	padding: 0;  
	background: #eee url('../background/fon.jpg')no-repeat center fixed;
    font-family: 'Open Sans', sans-serif!important;
}

#imSite {
    width: 100%;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    background: #fdfefe;
}

#imHeader {
    height: 132px;
    position: relative;
    width: 100%;
    background: #5cade2;
    background: url(/images/banners/bckg_big.png) no-repeat top center;
    background-attachment: fixed;
}

.imHeader__logo img{
    position: absolute;
    top: 0px;
    left: 20px;
    width: 100%;
    height: auto;
    max-width: 70px;
    z-index: 66;
    display: none;
}
#imBody {
	background: #fff;
}

#imMenuMain {
    height: 60px;
    width: 100%;
    z-index: 10;
    width: 100%:;
    max-width: 1280px;
    background: linear-gradient(227deg, #5cade2, rgba(255,0,0,0) 70.71%), linear-gradient(127deg, #5cade2, rgba(0,255,0,0) 70.71%), linear-gradient(336deg, #5cade2, rgba(0,0,255,0) 70.71%);
}
#imMenuMain .menu {position: relative;}
#imMenuMain .menu .menu-logo a img,#menu-container .menu-container__logo a img {
    position: absolute;
    top: 6px;
    left: 21px;
    width: 100%;
    height: auto;
    max-width: 40px;
    display: block;
}
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#imContent {
    width: 100%;
    background: #fff;
}

#imPage {
	width: 100%;
    padding: 100px;
    min-height: 58vh;
    padding-bottom: 72px;
    padding-top: 0;
}
#imPage h2 {
    text-transform: uppercase;
}
.left-sidebar {
    min-height: 100vh;
    background: #fff;
    float: left;
    width: 100%;
    max-width: 18%;
    display: none;
}
.indent {
	padding-top: 38px;
	background: #fff;
}

.footer {
    background: #5c9dc8;
    color: #ffffff;
    width: 100%;
    max-width: 1300px;
    position: relative;
    min-height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.footer__title p {
    text-align: center!important;
    margin: 0!important;
    padding: 30px 20px!important;
}
.footer__title span {
    font-size: 14px!important;
}
.footer__title a {
    color: #0a0c0e;
    transition: all .3s ease;
}
.footer__title a:hover {
    color: #fff;
    transition: all .3s ease;
}
#imMenuMain > div > ul > li:nth-child(3) > ul > li:nth-child(6) > span > h2 {
    margin-top: 10px!important;
}
#imCenter{
	text-align:justify; 
	vertical-align:top; 
	padding-left: 15px; 
	padding-right: 15px;
	width: 100%;

}

#contentslider {
    width:1000px;
    margin:40px auto 40px;
}

.slider {
    float:left;
    width:100px;
    height:400px;
    position:relative;
    padding-bottom:26px;
    background:url(../gfx/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
    float:center;
    width:600px;
    height:400px;
    clear:both;
    position:relative;
    overflow:hidden;
}

.sliderArrows a {
    display:block;
    text-indent:-9999px;
    outline:none;
    z-index:50;
    background-image:url(../gfx/prev_next.png);
    width:42px;
    height:42px;
    position:absolute;
    top:50%;
    margin-top:-34px;
}

.prev {
    background-position:0 0;
    left:15px;
}

.prev:hover {
    background-position:0 -44px;
}

.next {
    right:15px;
    background-position:-44px 0;
}

.next:hover {
    background-position:-44px -44px;
}

.sliderContent .item {
    position:absolute;
    width:900px;
    height:400px;
    background:#fff;
}

.sliderBullets {
    position:absolute;
    bottom:0;
    left:50%;
    z-index:50;
    margin-left:-45px;
}

.sliderBullets a {
    display:block;
    float:center;
    text-indent:-9999px;
    outline:none;
    margin-left:5px;
    width:10px;
    height:11px;
    background:url(../gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
   background-position:0 -11px;
}

.sliderContent a {
    outline:none;
}

.clear {
	display: block;
    content: "";
	clear: both;
}

.glyphicon-paperclip:before {
    content: "\e142";
    font-size: 11px;
    color: #c1c1c1;
}
