@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoWeb/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoWeb/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/LatoWeb/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/LatoWeb/Lato-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/LatoWeb/Lato-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoWeb/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoWeb/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/LatoWeb/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/LatoWeb/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/LatoWeb/Lato-Semibold.ttf') format('truetype');
    font-weight: 600;
}


@font-face {
    font-family: 'Lato';
    src: url('../fonts/LatoWeb/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LatoWeb/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/LatoWeb/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/LatoWeb/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/LatoWeb/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Regular-webfont.eot');
    src: url('../fonts/Lato/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato/Lato-Regular-webfont.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Regular-webfont.woff') format('woff'),
    url('../fonts/Lato/Lato-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Italic-webfont.eot');
    src: url('../fonts/Lato/Lato-Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato/Lato-Italic-webfont.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Italic-webfont.woff') format('woff'),
    url('../fonts/Lato/Lato-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-Bold-webfont.eot');
    src: url('../fonts/Lato/Lato-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato/Lato-Bold-webfont.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Bold-webfont.woff') format('woff'),
    url('../fonts/Lato/Lato-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato/Lato-BoldItalic-webfont.eot');
    src: url('../fonts/Lato/Lato-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato/Lato-BoldItalic-webfont.woff2') format('woff2'),
    url('../fonts/Lato/Lato-BoldItalic-webfont.woff') format('woff'),
    url('../fonts/Lato/Lato-BoldItalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'LatoSemibold';
    src: url('../fonts/Lato/Lato-Semibold-webfont.eot');
    src: url('../fonts/Lato/Lato-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato/Lato-Semibold-webfont.woff2') format('woff2'),
    url('../fonts/Lato/Lato-Semibold-webfont.woff') format('woff'),
    url('../fonts/Lato/Lato-Semibold-webfont.ttf') format('truetype');
    font-weight: normal;
}

body {
    position: relative;
}

#content>.left-colum {
    background: #dedede;
}

#content>.right-colum {
    background: #fff;
}

::selection {
background: #fff; /* Safari */
}
::-moz-selection {
background: #fff; /* Firefox */
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    right: 0px;
    z-index: 10;
}

#content>.left-colum, #content>.right-colum {
    padding-bottom: 120px;
    padding-top: 100px;
}

#content {
    background: url(../images/left_1.jpg?u1);
    background-repeat: no-repeat;
    background-position: left top;
}

#content {
    padding: 0px;
}

footer {
    position: absolute;
    padding: 0px 15px;
    bottom: 0px;
    left: 0px;
    right: 0px;
     height: 80px;
    z-index: 20;
}

#content>.left-colum {
    background: rgba(0, 0, 0, 0.75);
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

#content>.right-colum{
	margin-left: 50%;
	min-height: 100vh
}

.pagetitle {
    font-family: 'LatoSemibold';
    color: #ff8300;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
        margin-top: 30px;
}

a.banderol-logo {
display: block;
    width: 315px;
    height: 90px;
    background: url(../images/banderol_logo.png);
    background-position: center;
    background-repeat: no-repeat;
}

.footer-desc {
    font-family: 'Lato';
    color: #7d7d7d;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
        vertical-align: sub;
    text-align: center;
}

a.footer-logo1,
a.footer-logo2{
	    display: inline-block;
	    height: 70px;
	    vertical-align: middle;
	    background-repeat: no-repeat;
	    background-position: center;
	        margin-left: 20px;
}

a.footer-logo1 {
	    width: 125px;
	background-image: url(../images/footer_logo1.png);
}

a.footer-logo2 {
	background-image: url(../images/footer_logo2.png);
	    width: 30px;
}

ul.navigate {}

ul.navigate > li {
    list-style-type: none;
        margin-bottom: 25px;
}

ul.navigate > li  .num {
    display: inline-block;
    font-family: 'Lato';
    color:  #ffffff;
    font-size: 24px;
    font-weight: 300;
    border-radius: 50%;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid;
    width: 44px;
    text-align: center;
    height: 44px;
    opacity: 0.33;
    line-height: 42px;
    margin-right: 20px;
}
ul.navigate > li > .title,
ul.navigate > li  .num{
    -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
ul.navigate > li  .num{
    -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

ul.navigate > li > .title {
    font-family: 'Lato';
    color:  #ffffff;
    font-size: 28px;
    font-weight: 300;
    text-align: left;
}

ul.navigate > li > .title:hover,
ul.navigate > li > .title:focus {
    color: #ff8300;
    text-decoration: none;
}

ul.navigate > li > .title:hover .num {
    opacity: 1;
    border-color: #ff8300;
}

.wrapper-buttons {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
}

.navigate-wrapper{
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}
ul.navigate{
        display: inline-block;
    text-align: left;
}

.block-article {
    width: 29%;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-bottom: 30px;
    max-width: 240px;
}

#state{
	text-align: center;
}

.block-article {}

.block-article .image img {
    width: 100%;
    border-radius: 15px;
}

.block-article .image {
    display: block;
    z-index: 7;
    position: relative;
         -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
      border-radius: 15px;
  transition: all .3s ease-in-out;
}

.block-article .title {
    display: block;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 50px;
    font-family: 'Lato';
    font-weight: 400;
    text-align: left;
}

a.open-all {
    position: absolute;
    width: 33px;
    height: 33px;
    background: url(../images/link.png);
    top: 40%;
    background-position: center;
    background-repeat: no-repeat;
    right: 11px;
     -webkit-transition: all .3s cubic-bezier(0.72, 0.17, 0.26, 0.82);
  -moz-transition:  all .3s cubic-bezier(0.72, 0.17, 0.26, 0.82);
  -o-transition:  all .3s cubic-bezier(0.72, 0.17, 0.26, 0.82);
  transition: all .3s cubic-bezier(0.72, 0.17, 0.26, 0.82);
      z-index: 1;
    -webkit-transition-delay: 0.1s; /* Chrome, Safari, Opera */
    transition-delay: 0.1s;
}

.block-article:hover a.open-all{
    top: 78%;
}

.block-article:hover  .image {
    transform: translate(0px , -20px);
        -webkit-box-shadow: 0px 20px 11px -8px  rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 20px 11px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 20px 11px -8px rgba(0,0,0,0.75);
}

.slider {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.row-slider {
    width: 90%;
    text-align: center;
    display: inline-block;
}

.slider {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.row-slider .title-slider {
    font-family: 'Lato';
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
        margin-bottom: 40px;
}

.row-slider .descr {
    font-family: 'Lato';
    color:  #000000;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.row-slider .descr-title {
    color: #000000;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    font-family: 'Lato';
    margin-bottom: 40px;
}
#content{

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.share-pre {
    display: inline-block;
    padding-top: 25px;
    padding-right: 10px;
}
.right-colum-footer{
	text-align: right;
}
.ya-share2.ya-share2_inited {
    display: inline-block;
    vertical-align: middle;
}
.text-right{
	text-align: right;
}
a.link-head-ig {
    width: 31px;
    height: 62px;
    display: inline-block;
    background-image: url(../images/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 17px;
    background-size: 63px;
}
.wrapper-anim {
	display: inline-block;
}
.wrapper-anim *{
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.wrapper-anim:hover * {
	transform: rotateY(360deg);
}
.no-padding-left{
	padding-left: 0px!important;
}
.no-padding-right{
	padding-right: 0px!important;
}
.owl-theme .owl-controls .owl-page span {
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    width: 10px;
    height: 10px;
      -webkit-transition: background .3s ease-in-out, box-shadow .2s ease-in-out;
  -moz-transition:  background .3s ease-in-out, box-shadow .2s ease-in-out;
  -o-transition: background .3s ease-in-out, box-shadow .2s ease-in-out;
  transition:  background .3s ease-in-out, box-shadow .2s ease-in-out;
}
.owl-theme .owl-controls .owl-page.active span {
    border-radius: 50%;
    background: #ff8300;
    width: 16px;
    height: 16px;
    border: 3px white solid;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 2px;
    -webkit-box-shadow: 0px 0px 0px 1px #ff8300;
    -moz-box-shadow: 0px 0px 0px 1px #ff8300;
    box-shadow: 0px 0px 0px 1px #ff8300;
}
#show-about,
#show-news {
	display: none!important;
}
.block-article.not-active img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

.block-article.not-active {}

.block-article.not-active .image {
    transform: none!important;
    box-shadow: none!important;
}

.block-article.not-active .open-all {
    display: none;
}

.block-article.not-active .title {
    color: rgba(19, 19, 19, 0.61);
}

/* ADAPTIVE LAPTOP */
@media(min-width: 1350px){
    #content>.left-colum {
        padding-top: 0px;
    }
}
@media(max-width: 1350px){
    .row-slider {
        width: 100%;
        padding: 0px 15px;
    }
    footer{
        height: auto;
    }
    .block-article .title {
        padding-left: 0px;
        margin-bottom: 10px;
        padding-right: 45px;
    }
    .block-article {
        padding-left: 0px;
        margin-bottom: 10px;
    }
    #content>.left-colum, #content>.right-colum {
        padding-bottom: 50px;
    }
    .footer-desc {
        display: none;
    }
    a.open-all {
        top: 25px;
    }
}
.owl-prev,
 .owl-next {
    background: none!important;
        background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1yaWdodCI+CgkJPHBvbHlnb24gcG9pbnRzPSI5NC4zNSwwIDU4LjY1LDM1LjcgMTc1Ljk1LDE1MyA1OC42NSwyNzAuMyA5NC4zNSwzMDYgMjQ3LjM1LDE1MyAgICIgZmlsbD0iI2ZmODMwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
}
#carousel > .owl-wrapper-outer > .owl-wrapper > .owl-item {
    padding: 0px 30px;
}
.owl-prev{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
 }



 .social-links .item {
    height: 60px;
    display: inline-block;
    width: 60px;
}
li.social-links p {
    font-size: 18px;
    color: #fff;
    font-family: 'Lato';
    width: 240px;
        padding-left: 15px;
}
.social-links .item {
    background-image: url(../images/social.png);
    margin-right: 5px;
    background-repeat: no-repeat;
}
.social-links .item.vk {
        background-position: 17px 18px;
}
.social-links .item.facebook {
    background-position: -51px 18px;
}
.social-links .item.twitter {
    background-position: -108px 18px;
}
.social-links .item.insta {
    background-position: -171px 18px;
}
.social-links .item:hover {
    background-image: url(../images/social_hover.png);
}
.social-links .item.vk:hover{
        background-position: 0px 0px;
}
.social-links .item.facebook:hover {
    background-position: -68px 0px;
}
.social-links .item.twitter:hover  {
    background-position: -125px 0px;
}
.social-links .item.insta:hover  {
    background-position: -188px 0px;
}
.social-links .item.telegram{
        background-image: url(../images/telegram-1.png);
        background-position: center;
}
.social-links .item.telegram:hover  {
     background-image: url(../images/telegram.png);
}
/* MOBILE VERSION */

@media(max-width: 780px){
        img.logos {
        max-width: 50%;
    }
    .block-article{
        max-width: none;
    }
    .right-colum-footer{
        text-align: center;
    }
    .footer-desc {
        display: block;
    }
	.no-padding-mobile{
		padding: 0px!important;
	}
	#content>.left-colum{
		display: none;
	}
	#content>.right-colum {
	    margin: 0px;
	}
	header{
	    position: relative;
	    background: url(../images/header_mobile.jpg);
	    background-position: center;
	        padding-bottom: 70px;
	    background-repeat: no-repeat;
	    background-size: 140%;
	}
	a.banderol-logo {
	        width: 100%;
	    height: 41px;
	    background-size: 100%;
	}
	a.link-head-ig {
	    height: 38px;
	    background-image: url(../images/logo_white.svg);
	    background-size: 40px!important;
	    width: 20px;
	    margin-top: 5px;
	}
	h1.pagetitle {
	    color: #ffffff;
	    font-size: 25px;
	    font-weight: 900;
	    display: inline-block;
	    text-align: center;
	    width: 215px;
	}
	.row-slider{
		width: 100%;
	}
	#content>.right-colum {
	    padding-top: 20px;
	}
	.title-wrapper-head {
	    position: absolute;
	    text-align: center;
	    right: 0px;
	    left: 0px;
	    top: 20px;
	}
	.slider{
		padding-top: 0px;
	}
	.absolute-title{
		position: relative;
	}
	.row-slider .title-slider {
	    font-size: 23px;
	    margin-bottom: 10px;
	}
	.row-slider .descr-title {
	    margin-bottom: 0px;
	    font-size: 21px;
	}
	.row-slider .descr {
	    font-size: 14px;
	}
	footer {
	    position: relative;
	    height: auto;
	    background: url(../images/header_mobile.jpg);
	    background-position: center;
	    padding-bottom: 35px;
	    background-repeat: no-repeat;
	    background-size: 180%;
	}
	.left-colum-footer{
		text-align: center;
	}
	.footer-desc {
	    color: #fff;
	    font-size: 23px;
	    width: 290px;
	    display: inline-block;
	}
	.share-pre {
	    text-align: center;
	    color: #fff;
	}
	#content>.right-colum{
		min-height: 0px;
		padding-bottom: 10px;
	}
	.block-article{
		width: 100%;
		height: auto;
	}
	.block-article .image img{
		width: 100%;
	}
	.block-article:hover a.open-all {
	    top: 84%;
	 }
	div#about,
	#content>.right-colum{
	  -webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  -o-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
	}

	#show-slad[data-type="2"]{
		transform: rotateY(180deg);
	}

	a#show-slad {
	    display: block!important;
	    width: 40px;
	    height: 40px;
	    position: fixed;
	    top: 45%;
	    right: 0px;
	    z-index: 1000;
	    border-radius: 100%;
	     -webkit-transition: all .5s ease-in-out;
	  -moz-transition: all .5s ease-in-out;
	  -o-transition: all .5s ease-in-out;
	  transition: all .5s ease-in-out;
	   background-repeat: no-repeat;
	    background-position: center;
	    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hldnJvbi1yaWdodCI+CgkJPHBvbHlnb24gcG9pbnRzPSI5NC4zNSwwIDU4LjY1LDM1LjcgMTc1Ljk1LDE1MyA1OC42NSwyNzAuMyA5NC4zNSwzMDYgMjQ3LjM1LDE1MyAgICIgZmlsbD0iI2ZmODMwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	   }
	#content>.right-colum {
	    overflow: hidden;
	}
	#about{
		left: 0px;
		top: 0px;
		width: 100%;
	}
	#state.on {
	    right: 0px;
	    width: 100%;
	    box-shadow: none;
	}
	#state{
		position: absolute;
		right: -110%;
		width: 90%;
		display: block!important;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		width: 100%;
		background: #fff;
		padding: 0px 15px;
		z-index: 110;
		padding-top: 20px;
		-webkit-box-shadow: -5px -2px 8px -4px rgba(0,0,0,0.75);
	    -moz-box-shadow: -5px -2px 8px -4px rgba(0,0,0,0.75);
	    box-shadow: -5px -2px 8px -4px rgba(0,0,0,0.75);
		padding-bottom: 30px;
	}
	#content>.left-colum, #content>.right-colum {
	    padding-top: 0px;
	}

}

