/* By PaulZi [2014-05-08] */

/*******************/
/*   Embed fonts   */


/*******************/
/* Global elements */
body { font: 15px/1.2 'Roboto',Tahoma,sans-serif; color: #111; }

:link { color: #111; text-decoration: none; }
a:hover { text-decoration: underline; }
:visited { color: #111; }
a:active { color: #f00; }

hr { border: none; border-top: solid 1px #ccc; }
blockquote { font-style: italic; }

h1,.h1 { font-size: 150%; font-weight: normal; color: #114f74; }
h2,.h2 { font-size: 140%; font-weight: normal; color: #114f74; }
h3,.h3 { font-size: 120%; font-weight: normal; color: #1ba1e2; }

.l-main a { text-decoration: underline; }
.l-main a:hover { text-decoration: none; }


/*******************/
/* Global classes  */
ul.mnu { margin: 0; padding: 0; list-style: outside none none; }
.mnu-h>li { display: inline; }
.mnu-v>li { display: block; }

.tbl-pad th, .tbl-pad td, .tbl-vert th, .tbl-vert td, .tbl-border th, .tbl-border td { padding: 0.3em 0.6em; }

.tbl-vert tr:nth-child(odd) { background-color: #eee; }
.tbl-vert tr:first-child { background-color: transparent; }
.tbl-vert th:first-child { text-align: left; border-right: solid 3px #000; }
.tbl-vert tr:first-child th { border-right: none; border-bottom: solid 3px #000; }
.tbl-vert th, .tbl-vert td { border-left: solid 1px #ccc; }
.tbl-vert td { text-align: center; }
.tbl-vert th:first-child, .tbl-vert td:first-child { border-left: none; }

.tbl-border th, .tbl-border td { border: solid 1px; }
.tbl-border td { text-align: center; }
.tbl-border th:first-child { text-align: left; }



/*******************/
/*      Forms      */
.form-c
{
	border: solid 1px #ccc;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-border-radius: 6px; border-radius: 6px;
	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;
}
textarea { height: 90px; }

::-moz-placeholder { color: #999; opacity: 1; }
:-ms-input-placeholder { color: #999; }
::-webkit-input-placeholder { color: #999; }

.form-c:focus
{
	border-color: #09c;
	-webkit-box-shadow: 0 0 4px #09c; box-shadow: 0 0 4px #09c;
}

.form-c[disabled],
.form-c[readonly] { cursor: not-allowed; background-color: #eee; opacity: 1; }
input[type="checkbox"][disabled],
input[type="checkbox"][readonly],
input[type="radio"][disabled],
input[type="radio"][readonly] { cursor: not-allowed; }

.checkbox, .radio { display: inline-block; }

.btn
{
	display: inline-block; padding: 4px 9px; text-decoration: none; white-space: nowrap; color: #fff; background-color: #09c; border: none;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-border-radius: 6px; border-radius: 6px;
	-moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus
{
	color: #fff; outline: none;
	-webkit-box-shadow: 0 0 4px #09c; box-shadow: 0 0 4px #09c;
}

.btn:hover,
.btn:focus { background-color: #3ad; text-decoration: none; }

.btn.disabled,
.btn[disabled] { background-color: #999; cursor: not-allowed; opacity: 0.67; pointer-events: none; }

.form-g { margin: 0.67em 0; }
.form-g>label { display: block; }
.form-b>small { display: block; }
.form-b>.checkbox, .form-b>.radio { display: block; }
.form-c { width: 100%; }

.form-h .form-g>label { float: left; width: 20%; text-align: right; }
.form-h .form-b { margin-left: 20%; padding-left: 20px; }

.form-g-req>label:after { content: '*'; position: absolute; color: #e00; }

.form-g-err>label { color: #e00 !important; }
.form-g-err .form-c,
.form-c.form-err { border-color: #d88 !important; }
input[type="checkbox"].form-err+label,
input[type="radio"].form-err+label { color: #e00 !important; }

.flash { margin: 1em 0; padding: 0.8em; background-color: #eee; border-left: solid 3px; }
.flash-error { background:#fdd; color: #500; border-color: #d88; }
.flash-error :link,.flash-error :visited { color: #500; }
.flash-warning { background:#ffd; color: #550; border-color: #dd8; }
.flash-warning :link, .flash-warning :visited { color: #550; }
.flash-success { background:#dfd; color: #050; border-color: #8d8; }
.flash-success :link, .flash-success :visited { color: #050; }

.loader { position: relative; }
.loader-img { display: inline-block; vertical-align: middle; width: 16px; height: 16px; background: transparent url(../img/ajax.gif) no-repeat scroll center center; }
.loader>.loader-overlay
{
	visibility: hidden; opacity: 0; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background: #fff url(../img/ajax.gif) no-repeat scroll center center; background-color: rgba(255,255,255, 0.5);
	-webkit-transition: 1s opacity; transition: 1s opacity;
}
.loader-loading>.loader-overlay { visibility: visible; opacity: 1; }


/*******************/
/*     Modules     */
.flex { display: inline-block; vertical-align: top; margin: 0 12px 12px 0; }
.flex-1 { width: 392px; }
.flex-2 { width: 796px; }

.search { margin: 3px 0; text-align: right; }
.search input[type="text"] { width: 180px; vertical-align: middle; }
.search input[type="submit"] { width: 24px; height: 24px; vertical-align: middle; background: transparent url(../img/icn-24.png) no-repeat scroll left top; border: none; outline: none; }

.mnu-links { font-size: 80%; }
.mnu-links a { display: block; width: 270px; margin: 4px 0; background: #0079a8 url(../img/arw.png) no-repeat scroll right center; border: solid 1px #008bc2; }
.mnu-links a:hover { background-color: #0086b7; text-decoration: none; }
.mnu-links p { margin: 0; padding: 3px 10px 3px 45px; background: transparent none no-repeat scroll left top; }

.mnu-top
{
	font-size: 93%; background-color: #2da954;
	background: -webkit-linear-gradient(top, #2fb757, #2a884c);
	background: linear-gradient(to bottom, #2fb757, #2a884c);
}
.mnu-top { display: flex; flex-flow: row nowrap; justify-content: space-around; }
.mnu-top>li { position: relative; display: inline-block; padding: 10px 10px 12px 10px; border-left: solid 1px #1e964a; }
.mnu-top>li:first-child { border-left: none; }
.mnu-top a { color: #eee; text-shadow: 1px 1px 0 #555; }
.mnu-top a:hover { color: #fff; text-decoration: none; }
.mnu-top>li>.mnu-wrap { display: none; position: absolute; z-index: 100; left: 0; top: 100%; min-width: 400px; }
.mnu-top>li>.mnu-wrap>ul { display: table; background-color: #2a884c; border-top: solid 1px #287d47; }
.mnu-top>li>.mnu-wrap>ul li { padding: 6px 10px; }
.mnu-top>li:hover>.mnu-wrap { display: block; }

.icn { display: inline-block; vertical-align: middle; }
.icn-24 { width: 24px; height: 24px; background: transparent url(../img/icn-24.png) no-repeat scroll left top; }
.icn-24.icn-phone { background-position: -24px top; }
.icn-24.icn-email { background-position: -48px top; }
.icn-24.icn-phone-b { background-position: -72px top; }
.icn-24.icn-email-b { background-position: -96px top; }

.social { display: inline-block; vertical-align: middle; width: 30px; height: 30px; background: transparent url(../img/social.png) no-repeat scroll left top; }
.social-facebook { background-position: 0px top; }
.social-instagram { background-position: -30px top; }
.social-youtube { background-position: -60px top; }

.crsl { position: relative; }
.crsl-belt { position: relative; overflow: hidden; text-align: left; white-space: nowrap; }
.crsl-item { position: relative; display: inline-block; vertical-align: top; margin-right: 7px; }
.crsl-btn { position: absolute; z-index: 1; top: 0; width: 45px; height: 45px; background: transparent url(../img/arw-35.png) no-repeat scroll left top; background-color: rgba(0,0,0,0.2); opacity: 0.8; cursor: pointer; }
.crsl-btn:hover { opacity: 1; }
.crsl-btn-prv { left: 0; background-position: left top; }
.crsl-btn-nxt { right: 0; background-position: right top; }
.crsl-btn-hidden { visibility: hidden; }
.crsl-pager { display: none; }
.crsl-pager span { cursor: pointer; }
.crsl-pager span.act { font-weight: bold; }
.crsl-slide .crsl-item
{
	visibility: hidden; opacity: 0; width: 100%; margin-right:-100%; overflow: visible;
	-webkit-transition: visibility 0.7s, opacity 0.7s; transition: visibility 0.7s, opacity 0.7s;
	-webkit-transition-delay: 0.7s; transition-delay: 0.7s;
}
.crsl-slide .crsl-item.act
{
	z-index: 1; visibility: visible; opacity: 1;
	-webkit-transition-delay: 0s; transition-delay: 0s;
}

.share { position: absolute; right: 10px; top: 0; }

.news-slide { position: relative; font-size: 93%; white-space: normal; }
.news-slide-img { height: 400px; overflow: hidden; }
.news-slide-img img { width: 100%; }
.news-slide-info { position: absolute; left: 0; bottom: 0; width: 100%; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); }
.news-slide-info>div { margin: 6px 10px; min-height: 55px; }
.news-slide-date { font-size: 86%; color: #aaa; }

.blk-gal { margin-right: 0; font-size: 80%; }
.blk-gal .more { text-align: right; }
.blk-gal .gal img { max-width: 180px; max-height: 135px; }
.gals { margin-right: -8px; }
.gal { position: relative; display: inline-block; vertical-align: top; margin: 0 9px 9px 0; }
.gal-video:before { content: ' '; position: absolute; left: 50%; top: 50%; width: 40px; height: 40px; margin: -23px 0 0 -23px; border: solid 3px #fff; border-radius: 50%; }
.gal-video:after { content: ' '; position: absolute; left: 50%; top: 50%; width: 0; height: 0; margin: -9px 0 0 -6px; border: solid 9px transparent; border-left: solid 20px #fff; border-right: none; }
.gal-hidden { display: none; }

.blk-gal-body, .news-item, .pager-wrap, .text, .doc, .sec, .pers-item
{
	position: relative; margin-bottom: 5px; padding: 8px 10px; background-color: #f8f8f8; border: solid 1px #e5e5e5;
	background-image: -webkit-linear-gradient(bottom, rgba(229,229,229, 0.5), rgba(229,229,229, 0) 30px);
	background-image: linear-gradient(to top, rgba(229,229,229, 0.5), rgba(229,229,229, 0) 30px);
}

.text { font-size: 93%; padding: 25px 15px; }

.pager-wrap { margin: 20px 0; line-height: 1; overflow: hidden; text-align: right; }
.pager-wrap a { display: inline-block; margin: 0 1px; padding: 3px 6px; }
.pager-wrap a span { display: inline-block; }
.pager-wrap a.act,.pager-wrap a:hover { color: #fff; background-color: #1ba1e2; }
.pager-wrap b { font-weight: normal; }
.pager-wrap a.pager-prv span,
.pager-wrap a.pager-nxt span { width: 0; height: 0; overflow: hidden; line-height: 0; border: solid 4px transparent; }
.pager-wrap a.pager-prv span { border-left: none; border-right-color: #000; }
.pager-wrap a.pager-nxt span { border-right: none; border-left-color: #000; }
.pager-wrap a.pager-prv:hover span { border-right-color: #fff; }
.pager-wrap a.pager-nxt:hover span { border-left-color: #fff; }

.news { font-size: 80%; }
.news-date { color: #777; }
.news-title { margin: 3px 0; }
.news-title a { color: #1ba1e2; }
.news-item { overflow: hidden; }
.news-img { float: right; margin: 0 0 10px 10px; }
.news-list { margin-right: -10px; }
.news-list { display: flex; flex-flow: row wrap; }
.news-list .news-item { display: inline-block; min-width: 572px;  max-width: 572px; vertical-align: top; margin: 0 10px 10px 0; }
.news-imgs { margin: 20px 0; }
.news-imgs a { text-decoration: none !important; }
.news-imgs img { max-width: 180px; max-height: 135px; margin: 0 10px 10px 0; vertical-align: middle; }

.doc-list { margin-right: -10px; }
.doc-list { display: flex; flex-flow: row wrap; }
.doc-list .doc { display: inline-block; min-width: 572px; max-width: 572px; vertical-align: top; margin: 0 10px 10px 0; }
.doc-title { margin: 3px 0; }
.doc-title a { color: #1ba1e2; }
a.doc-btn { float: right; padding: 15px 15px 15px 50px; text-decoration: none; background: #e5e5e5 url(../img/download.png) no-repeat scroll left center; }
a.doc-btn:hover { text-decoration: underline; }

.pers { margin-right: -10px; font-size: 80%; }
.pers { display: flex; flex-flow: row wrap; }
.pers-item { display: inline-block; min-width: 572px; max-width: 572px; vertical-align: top; margin: 0 10px 10px 0; }
.pers-img { float: left; }
.pers-img img { max-width: 90px; max-height: 120px; }
.pers-info { margin-left: 100px; }
.pers-info>div { margin: 5px 0; }
.pers-title { font-size: 133%; color: #2a884c; }
.pers-position { font-size: 108%; }
.pers-desc { color: #114f74; }
.pers-big { min-width: 371px; max-width: 340px; }
.pers-big .pers-img { float: right; }
.pers-big .pers-img img { max-width: 150px; max-height: 200px; }
.pers-big .pers-info { margin-left: 0; margin-right: 160px; }
.pers-big .pers-info label { display: none; }

.secs { margin-right: -10px; }
.secs { display: flex; flex-flow: row wrap; }
.secs .sec { display: inline-block; min-width: 371px; max-width: 371px; vertical-align: top; margin: 0 10px 10px 0; }
.sec { margin: 3px 0; }
.sec-img { float: left; width: 80px; margin: 0 10px 10px 0; }
.sec-img img { max-width: 80px; max-height: 80px; }
.sec a { color: #1ba1e2; }

.sendmsg { margin: 40px 0; }

.media img { max-width: 180px; max-height: 135px; vertical-align: middle; }

.blk-news { margin-right: 0; }
.blk-news .news-item { display: block; height: 112px; }
.blk-news .news-img { display: none; }

.bns { font-size: 80%; margin: 30px -15px 30px 0; }
.bn { position: relative; display: inline-block; vertical-align: top; margin: 0 15px 15px 0; }
.bn-info { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 1.4; color: #fff; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); background-color: rgba(0,0,0,0.5); }
.bn-info>div { margin: 10px 6px; }
.bn-title { margin-bottom: 4px; }
.bn-3 .bn-title { font-size: 125%; font-weight: bold; }
.bn-3>.bn-info>div { height: 59px; overflow: hidden; }
.bn-5 { margin: 0 12px 12px 0; }
.bn-5 .bn-title { text-align: center; }
.bn-5>.bn-info>div { height: 34px; }

/*******************/
/*     Layouts     */
#l-root { position: relative; width: 1200px; margin: 0 auto; padding: 0 5px; }

#l-header { margin-bottom: 15px; }
#l-header .hdr-top
{
	overflow: hidden; text-align: right; color: #fff; background-color: #114f74;
	background: -webkit-linear-gradient(top, #0d719d 5%, #114f74 95%);
	background: linear-gradient(to bottom, #0d719d 5%, #114f74 95%);
}
#l-header .hdr-top a { color: #fff; }
#l-header .logo { float: left; display: inline-block; vertical-align: middle; min-height: 65px; margin: 18px 0 18px 10px; padding-top: 25px; padding-left: 140px; font-size: 110%; text-align: left; text-decoration: none; text-transform: uppercase; text-shadow: 1px 1px 1px #333; background: transparent url(../img/logo.png) no-repeat scroll left center; }
#l-header .mnu-links { display: inline-block; vertical-align: middle; text-align: left; }
#l-header .hdr-contact { display: inline-block; vertical-align: middle; margin-right: 20px; text-align: left; }
#l-header .hdr-contact>div { margin: 5px 0; }
#l-header .hdr-contact-phone { font-weight: 500; font-size: 120%; }

#l-main { min-height: 300px; }

#l-footer { margin-top: 30px; }

#l-footer-contact
{
	padding: 10px 15px; font-size: 80%; color: #fff; background-color: #2673a2;
	background: -webkit-linear-gradient(top, #1291cc 5%, #2673a2 95%);
	background: linear-gradient(to bottom, #1291cc 5%, #2673a2 95%);
}
#l-footer-contact .logo { margin-right: 15px; }
#l-footer-contact .logo img { width: 77px; }
#l-footer-contact .col { vertical-align: middle; }
#l-footer-contact .ftr-contact-p { width: 450px; padding-right: 20px; }
#l-footer-contact .ftr-contact-p div { font-size: 183%; }
#l-footer-contact label { display: block; margin-bottom: 8px; }

#l-footer-copy { padding: 20px 15px; font-size: 80%; color: #777; }


/*******************/
/*    Animations   */
.anim
{
	-webkit-transition: background-color 0.7s, color 1s, opacity 0.5s;
	transition: background-color 0.7s, color 1s, opacity 0.5s;
}










/* colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxTitle small:before { content: 'Источник: '; }
#cboxTitle small { color: #666; }
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin: 20px 30px 0 30px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:100%; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:50px; color:#ccc;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}

        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:-28px; margin-top:-32px; background:url(../img/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:-28px; margin-top:-32px; background:url(../img/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:-19px; right:5px; display:block; background:url(../img/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
		
.jcarousel-wrapper {
    position: relative;
    width: 1044px;
    height: 200px;
	margin-left: 55px;
	margin-top: 22px;
}

.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
	width: 1044px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	width: 223px;
    margin-right: 10px;
}

.jcarousel li img{
	width: 100%;
	height: auto;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 51px;
    width: 22px;
    height: 33px;
    text-decoration: none;
	overflow: hidden;
	text-indent: -2000px;
}

.jcarousel-control-prev {
    left: -50px;
	background: url(../img/sleft.png) no-repeat;
}

.jcarousel-control-next {
    right: -50px;
	background: url(../img/sright.png) no-repeat;
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}

.blk-congrats  .news-img {
    display: block;
}

.slider-wrapper{
	position: relative;
    width: 796px;
    height: 338px;
	float: left;
	margin-right: 22px;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 796px;
	height: 100%;
}

.slider ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider li {
    float: left;
    width: 796px;
	position: relative;
}

.slider li .slider-title{
    position: absolute;
	top: 50px;
	left: 50px;
	font-size: 30px;
	color: #fff;
	font-family: Roboto;
	width: 600px;
}

.slider-pagination {
    position: absolute;
    bottom: 42px;
    left: 60px;
}

.slider-pagination a {
    text-decoration: none;
    display: inline-block;
    width: 20px;
	height: 20px;
    background: url(../img/spagination.png) no-repeat;
    margin-right: 12px;
	overflow: hidden;
	text-indent: -2000px;
}
.slider-pagination a.active {
    background: url(../img/spaginationa.png) no-repeat;
}

.urnews {
    width: 382px;
	margin: 0;
}

.urnews .news-item {
    display: block;
    height: 80px;
	background: url(../img/urnews.png) repeat;
	border: 0;
	border-bottom: 2px solid #3c4f73;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 2px;
}

.urnews .news-item:hover {
	background: url(../img/urnewsa.png) repeat;
	border-bottom: 2px solid #608062;
}

.urnews .news  .news-item:last-child{
	margin-bottom: 0;
}

.urnews .news-title {
	margin-top: 12px;
}

.urnews .news-title a{
	color: #fff;
	font-size: 16px;
	font-family: Roboto;
	font-weight: bold;
}

.urnews .news-date{
	color: #fff;
	font-size: 12px;
	font-family: Roboto;
	margin-top: 6px;
}



.page-18 .text,
.page-18 .galery-box,
.projects-box,
.congratulations-box,
.idocs{
	background: #fff;
	border: 0;
	margin-top: 22px;
	border-bottom: 2px solid #3c4f73;
    -webkit-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 10px rgba(50, 50, 50, 0.75);
	padding: 0 23px 32px 23px;
	font-size: 16px;
	color: #4c4c4c;
}

.page-18 .text h1,
.page-18 .galery-box h1,
.projects-box h1,
.congratulations-box h1,
.idocs h1{
    display: inline-block;
    background: linear-gradient(to bottom, #0d719d 5%, #114f74 95%);
    padding: 0 30px;
	height: 70px;
	line-height: 70px;
    color: #fff;
	font-size: 22px;
	width:18%;
	font-family: Roboto;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	margin-left: -23px;
}

.projects-box ul {
    text-align: center;
    margin: 10px auto;
    padding: 0;
    list-style: none;
}

.projects-box ul li{
	vertical-align: top;
	background: #f5f6f9;
	display: inline-block;
	margin-right: 22px;
	margin-bottom: 22px;
	width: 564px;
}

.projects-box ul li:nth-child(2n){
	margin-right: 0;
	margin-bottom: 0;
}

.img-box{
	float: left;
	margin-right: 20px;
}

.descr-box{
	text-align: left;
	overflow: hidden;
	padding-top: 20px;
	color: #4c4c4c;
}

.clear{clear: both;}

.descr-box h3{margin: 0;}
.descr-box a{
	color: #4c4c4c;
	font-size: 16px;
	font-family: Roboto;
	font-weight: bold;
}

.descr-box a:hover{text-decoration: underline;}

.descr-box p.date{margin: 4px 0;font-size: 12px;font-family: Roboto;}
.descr-box p{font-size: 14px;font-family: Roboto;}

.congratulations-box ul{
	text-align: center;
	margin: 20px auto;
	padding: 0;
	list-style: none;
}

.congratulations-box ul li{
	position: relative;
	width: 342px;
	height: 137px;
	margin: 10px 20px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
}

.congratulations-box ul li a{
	position: relative;
	color: #fff;
	text-decoration: underline;
	margin: 20px auto;
	font-size: 16px;
	font-family: Roboto;
	font-weight: bold;
	display: inline-block;
	width: 150px;
}

.congratulations-box div{
	background: rgba(60, 79, 115, 0.7);
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;
}

.congratulations-box ul li:hover div{
	cursor: pointer;
	background: rgba(148, 175, 149, 0.7);
}

.congratulations-box ul li p{
	bottom: 10px;
	color: #fff;
	width: 100%;
	position: absolute;
	font-size: 12px;
	font-family: Roboto;
}

.congratulations-box ul li p i{margin-right: 5px;}

.idoc{
	background: url(../img/idoc.png) no-repeat;
	padding-left: 40px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-top: 22px;
	margin-right: 22px;
}

.idoc a{
	color: #4e6791;
	font-size: 16px;
	font-family: Roboto;
}


li.page-fraternity{display:none;	}



