/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}






*{
	font-family:tahoma, arial unicode, arian amu;
}


::-webkit-scrollbar {
    width: 10px;
	height:10px;
	background-color:#ffffff;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background-color: #333; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}
::-webkit-scrollbar-thumb:window-inactive {
    background-color: #333; 
	background-image:url(../img/scroll.png);
	background-position:center;
	background-repeat:no-repeat;
}


@font-face {
    font-family: 'arm_hmks_bebas_neueregular';
    src: url('../wf/bebasneue-webfont-arm.woff2') format('woff2'),
         url('../wf/bebasneue-webfont-arm.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

header{
	position:absolute;
	height:170px;
	width:100%;
	z-index:99999;
}
.headerBlueDecorAlpha{
	position:absolute;
	top:0;
	left:0;
	height:170px;
	width:100%;
	background-color:rgba(0,0,0,0.7);
	overflow:hidden;
	pointer-events:none;
}
.headerBlueDecor{
    height: 300px;
    width: 7000px;
    background-color: #0D4087;
    box-shadow: 0 0 30px 1px black;
    position: absolute;
    top: -170px;
    left: 50%;
    margin-left: -3500px;
    transform: rotate(357deg);
	z-index: 0;
}
.ralHeader{
	width:1200px;
	height:170px;
	position:relative;
	z-index: 1;
	margin:0 auto;
}
.logo{
	width:275px;
	height:90px;
	float:left;
}
.logo a,.logo a{
	display:block;
	width:275px;
	height:90px;
}
.menuStat{
	position:absolute;
	bottom:5px;
	right:0;
	height:30px;
}
.menuStat a{
	display:block;
	float:left;
	font-size:12px;
	color:white;
	margin-left:17px;
	height:30px;
	line-height:30px;
}
.menuStat a:hover{
	color:yellow;
}
.searchWrapper{
	position:absolute;
	top:20px;
	right:0;
}
.searchButton{
	width:24px;
	height:24px;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	background-image:url(../img/sbut.png);
}
.searchBox{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:999;
	display:none;
}
.searchBoxLine{
	position: absolute;
    width: 900px;
    height: 80px;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.search{
	display: block;
    float: left;
    outline: none;
    margin: 20px 10px;
    margin-left: 20px;
    padding: 0 10px;
    height: 40px;
    width: 680px;
    border: 1px solid #4D84BF;
}
.ssubmit{
	display: block;
    float: left;
    border: none;
    outline: none;
    margin: 20px 0;
    padding: 0;
    height: 40px;
    width: 130px;
    background: #0D4087;
    color: white;
    font-size: 14px;
    font-weight: bold;
}
.closeSearch{
	float:left;
	margin:20px 0;
	width:40px;
	height:40px;
	background:url(../img/closesearch.png) center no-repeat;
	cursor:pointer;
}
.menu{
	float: left;
    height: 20px;
    margin-left: 10px;
    margin-top: 65px;
}
.mobiMenuWrapper{
	display:none;
}
.menuUnit {
    float: left;
    height: 20px;
    margin-right: 10px;
	position:relative;
}
.menuUnit a{
    display: block;
    text-decoration: none;
    color: white;
    height: 20px;
    line-height: 20px;
    font-family: 'arm_hmks_bebas_neueregular';
    font-size: 20px;
    padding: 0 7px;
	cursor:pointer;
}
.menuUnit a:hover{
    height: 30px;
    line-height: 30px;
    margin-top: -5px;
    padding: 0 7px;
    border-radius: 1px;
	background:white;
	color:#0D4087;
}
.menuUnit a small{
    font-size: 10px;
}
.menuUnitBank a{
    border: 1px solid yellow;
    height: 30px;
    line-height: 32px;
    margin-top: -6px;
    padding: 0 7px;
    border-radius: 1px;
}
.mainMenuDrop{
	position:absolute;
	background:white;
	top:25px;
	left:0;
	padding:5px;
	display:none;
}
.mainMenuDrop a{
    color: #0D4087;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    border-bottom: 1px solid #0D4087;
}
.mainMenuDrop a:hover{
	margin-top:0;
	border-bottom:1px solid yellow;
}
.withDrop:hover .mainMenuDrop{
	display:block;
}


.main{
	min-height:1000px;
}
.mainSliderWrapper{
	position:relative;
}
.controls{
	width:140px;
	height:60px;
	position:absolute;
	z-index:999;
	bottom:20px;
	right:20px;
}
.msL{
	float:left;
	width:60px;
	height:60px;
	cursor:pointer;
	background-image:url(../img/left.png);
}
.msL:hover, .msR:hover{
	background-color:rgba(0,0,0,0.5);
}
.msR{
	float:right;
	width:60px;
	height:60px;
	cursor:pointer;
	background-image:url(../img/right.png);
}
.mainSlider{
	height:700px;
	overflow:hidden;
}
.mainSliderUnit{
	position:relative;
	display:block;
	text-decoration:none;
	width:100%;
	height:100%
}
.mainSliderUnit img{
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.mainSliderText{
	position:absolute;
	left:0;
	bottom:100px;
	width:660px;
}
.mainSliderText b{
	display:inline-block;
	padding:5px 20px;
	background-color:white;
	color:#0D4087;
	font-size:34px;
	line-height:44px;
}
.mainSliderText span{
	display:inline-block;
	padding:20px;
	background-color:rgba(0,0,0,0.7);
	color:white;
	font-size:12px;
	line-height:18px;
}


.newsBlockWhite{
	background-image:url(../img/bottom_corner.png);
	background-position:bottom right;
	height:630px;
	background-repeat:no-repeat;
}
.newsBlockSpace{
	width:980px;
	height:630px;
	margin:0 auto;
	position:relative;
}
.titler a{
	display: block;
    position: absolute;
    width: 460px;
    height: 49px;
    left: -6189px;
    top: 0;
    background-image: url(../img/titler.png);
    font-family: 'arm_hmks_bebas_neueregular';
    color: white;
    text-align: left;
    font-size: 31px;
    line-height: 49px;
    padding-left: 1149px;
    border-left: 5050px solid #0D4087;
	text-decoration:none;
}
.newsBlockSilver{
	background-image:url(../img/bottom_corner.png);
	background-position:bottom right;
	height:630px;
	background-repeat:no-repeat;
	background-color:#E6E6E6;
}
.newsBlock{
	width:980px;
	margin:95px auto;
}
.newsBlockUnit{
	width:298px;
	height:438px;
	float:left;
	margin-left:40px;
	border:1px solid #808080;
}
.newsBlockUnit:hover{
	box-shadow: 0 3px 5px 1px rgba(0,0,0,0.21);
    margin-top: -3px;
    border: 1px solid transparent;
}
.newsBlock .newsBlockUnit:first-child{
	margin-left:0;
}
.newsBlockUnit a{
    display: block;
    text-decoration: none;
    overflow: hidden;
    height: 420px;
}
.newsBlockUnit a img{
	display:block;
	width:298px;
	height:140px;
	margin-bottom:10px;
}
.newsBlockUnit a span{
	display:block;
	padding:0 10px;
	margin-bottom:5px;
	font-weight:bold;
	color:black;
	line-height:20px;
}
.newsBlockUnit a time{
	display:block;
	padding-left:20px;
	margin-left:10px;
	color:#999999;
	font-size:11px;
	height:20px;
	line-height:20px;
	background:url(../img/time.png) no-repeat;
}
.newsBlockUnit a p{
    display: block;
    padding: 0 10px;
    margin: 0;
    color: #0D4087;
    font-size: 13px;
    line-height: 20px;
}
.ourGroup{
	display:block;
	width:960px;
	height:480px;
	margin:75px auto;
}
.ourGroup:hover{
	box-shadow: 0 3px 5px 1px rgba(0,0,0,0.21);
    margin-top: 72px;
}
.groupUnit{
	float:left;
	width:240px;
	height:240px;
	position:relative;
	pointer-events:none;
}
.ourGroup .groupUnit:first-child{
	width:480px;
	height:480px;
}
.groupUnit img{
	display:block;
	width:240px;
	height:240px;
	position:absolute;
	top:0;
	left:0;
}
.ourGroup .groupUnit:first-child img{
	width:480px;
	height:480px;
}
.groupUnit span{
	display: block;
    width: 240px;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 0 black;
    background-color: rgba(0,0,0,0.7);
    line-height: 18px;
    padding: 9px 0;
}
.groupUnit span small{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.ourGroup .groupUnit:first-child span{
	bottom:30px;
	height:64px;
	line-height:32px;
	font-size:28px;
	width:460px;
	text-align:left;
	padding:5px 0;
	padding-left:20px;
}
.fisrtSmall {
	display:block;
	font-size:17px !important;
	font-weight:100;
	margin-top:0 !important;
}





footer{
	background-color:black;
}
footer small{
	display:block;
	text-align:center;
	color:white;
	padding:15px 0;
	border-top:1px solid white;
}
.footerLogoLine{
	width:980px;
	margin:0 auto;
	height:50px;
	padding:15px 0;
}
.footerLogo{
	width:253px;
	height:49px;
	background-image:url(../img/footer_logo.png);
	float:left;
}
.socials{
	float:right;
	height:30px;
	margin-top:19px;
}
.footerMenu{
	width:980px;
	margin:40px auto;
	margin-bottom:20px;
}
.footerMenuCol{
	width:300px;
	margin-left:40px;
	float:left;
}
.footerMenu .footerMenuCol:first-child{
	margin-left:0;
}
.footerMenuCol p{
	display:block;
	margin:0;
	padding:0;
	color:white;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    white-space: nowrap;
    margin-bottom: 10px;
	font-weight:bold;
}
.footerMenuCol a{
    display: block;
    margin-left: 10px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    white-space: nowrap;
    margin-bottom: 10px;
}
.footerMenuCol a:hover{
    color: yellow;
}



/* Static Page */

.secondaryWrapper{
	position:relative;
    min-height: 600px;
    width: 980px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 170px;
}
.staticBox{
    position: relative;
    width: 980px;
    min-height: 700px;
    margin: 0 auto;
	margin-top: 70px;
}
.staticBox p{
	text-align:justify;
}


/* Category Page */

.searchQuery{
	display:block;
	height:15px;
	line-height:15px;
	margin-bottom:20px;
	border-bottom:1px solid silver;
	color:#333;
	font-weight:normal;
}
.searchQuery em{
	color:#0D4087;
}

.catUnit{
	display:block;
	text-decoration:none;
	margin-bottom:20px;
}
.catUnit:hover{
	background-color:whitesmoke;
}
.catUnit img{
	display:block;
	float:left;
	width:300px;
	height:150px;
}
.catUnitText{
    width: 640px;
    float: right;
    padding: 10px 20px;
    position: relative;
    min-height: 130px;
}
.catUnitText b{
	display:block;
	font-size:24px;
	color:#333;
	line-height:28px;
}
.catUnitText span{
	display:block;
	font-size:14px;
	color:#777;
	margin-top:10px;
	line-height:18px;
	max-height:90px;
	overflow:hidden;
}


/* Library */

.downloadDoc{
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 35px;
    padding: 0 14px;
    line-height: 35px;
    padding-right: 45px;
    background-image: url(../img/down.png);
    background-size: 25px;
    background-repeat: no-repeat;
    color: #0d4087;
    font-weight: bold;
    font-size: 14px;
    background-position: center right 7px;
    border: 1px solid #0d4087;
    border-radius: 3px;
}


/* Suggestions */

.sugBox .sugBoxUnit:nth-child(2n+2){	
	background-color:lemonchiffon;
}
.sugBoxUnit{
	padding:20px;
	background-color:whitesmoke;
	margin-bottom:20px;
	
}
.sugBoxArticleTitles {
    border: 1px solid #bfbfbf;
    padding: 20px;
    padding-bottom: 5px;
    margin: 20px 0;
    background: white;
    border-radius: 5px;
}
.sugBoxArticleTitles  a{
    background-image: none !important;
    border: none !important;
    text-shadow: none !important;
    font-size: 14px !important;
    padding-bottom: 0 !important;
    line-height: 20px !important;
}
.sugBoxArticleTitles  a time{
    display: inline-block;
    background: #0D4087;
    font-size: 11px;
    padding: 0 5px;
    border-radius: 3px;
    color: white;
    height: 17px;
    line-height: 17px;
    margin-left: 6px;
}
.sugBoxUnit b{
	display:block;
	font-size:22px;
	line-height:26px;
	text-shadow:1px 1px 0 white;
	margin-bottom:20px;
}
.sugBoxUnit a{
	display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 1px 1px 0 white;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #545454;
    color: #545454;
    background-image: url(../img/mail.png);
    padding-right: 50px;
    background-repeat: no-repeat;
    background-position: bottom 5px right;
}



/* Article Show */

.articleShow{
	width:700px;
	float:left;
	margin-top:40px;
}
.news h1{
	font-size:24px;
	line-height:28px;
	color:#000;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
.news time{
	display:block;
	font-size:14px;
	line-height:14px;
	color:#777;
	margin-bottom:10px;
}
.recomendBox{
	margin-bottom:10px;
}
.articleInner{
	width:240px;
	float:right;
	background-color:whitesmoke;
	margin-top:30px;
	padding:15px 10px;
	border-radius:5px;
}
.articleInner b{
	display:block;
	font-size:15px;
	height:15px;
	line-height:15px;
	margin-bottom:10px;
}
.articleInner a{
	display:block;
	text-decoration:none;
	font-size:15px;
	line-height:19px;
	margin-top:10px;
	padding-top:10px;
	color:gray;
	border-top:1px solid white;
}
.pdfViewer{
	position:relative;
	padding-bottom:20px;
}
.pdfTitle{
	position:absolute;
	z-index:9999999;
	top:0;
	left:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#323639+0,323639+41,ffffff+100&1+0,1+41,0+100 */
	background: -moz-linear-gradient(left, rgba(50,54,57,1) 0%, rgba(50,54,57,1) 41%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(50,54,57,1) 0%,rgba(50,54,57,1) 41%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(50,54,57,1) 0%,rgba(50,54,57,1) 41%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323639', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    height: 48px;
    color: white;
    font-size: 15px;
    line-height: 45px;
    font-weight: bold;
    padding: 0 15px;
    width: calc(100% - 30px);
    pointer-events: none;
}
.pdfTitle span{
    display: block;
    position: absolute;
    height: 45px;
    width: 41%;
    overflow: hidden;
    top: 0;
    left: 15px;
}
.pdfViewer object, .pdfViewer iframe{
	display:block;
	width:100%;
	height:800px;
	margin-bottom:20px;
}
.downloadPDF{
	display: block;
    text-decoration: none;
    min-height: 21px;
    padding: 7px 14px;
    line-height: 21px;
    padding-right: 45px;
    background-image: url(../img/down.png);
    background-size: 25px;
    background-repeat: no-repeat;
    color: #0d4087;
    font-weight: bold;
    font-size: 14px;
    background-position: center right 7px;
    border: 1px solid #0d4087;
    border-radius: 3px;
    margin: 20px;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom:20px;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.articleShaher .fb_iframe_widget span{
	margin-top:-2px !important;
}
.articleShaher .fb_iframe_widget {
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0px !important;
    height: 24px !important;
    overflow: hidden !important;
    border-radius: 6px !important;
}

/* pageination */

.pagination {
	width: 200px;
	height: 25px;
}
.pagination a {
	display: block;
	height: 21px;
	font-size: 14px;
	line-height: 23px;
	padding: 0 7px;
	background-color: #E2E1E1;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#E2E1E1));
	background-image: -webkit-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: -moz-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: -ms-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: -o-linear-gradient(top,#ffffff,#E2E1E1);
	background-image: linear-gradient(top,#ffffff,#E2E1E1);
	margin-bottom: 10px;
	float: left;
	border-radius: 4px;
	border: 1px solid #D1D1D1;
	text-decoration: none;
	color: #4E4E4E;
	text-shadow: 1px 1px 0 white;
	border-bottom: 1px solid #B8B8B8;
	font-weight: 800;
	margin-right: 5px;
	transition: all 0.5s ease;
}
.pagination a:hover {
	background-color: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#E2E1E1),to(#ffffff));
	background-image: -webkit-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: -moz-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: -ms-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: -o-linear-gradient(top,#E2E1E1,#ffffff);
	background-image: linear-gradient(top,#E2E1E1,#ffffff);
	border-top: 1px solid #B8B8B8;
	text-shadow: -1px -1px 0 white;
	transition: all 0.5s ease;
}
.activePage {
	font-size: 15px !important;
	border-color: #8F7676 !important;
}








/* mobile */

@media (max-width:1200px){
	.ralHeader {
		width: 980px;
	}
	.menuUnit {
		margin-right: 0;
	}
	.menuUnit a {
		font-size: 18px;
	}
	.mainSliderText {
		width: 630px;
	}
	.mainSliderText b {
		font-size: 30px;
		line-height: 38px;
	}
	.searchWrapper {
		top: 15px;
	}
	.mainSliderUnit img{
		width:auto;
		height:100%;
	}
	.secondaryWrapper{
		width:auto;
	}
	.staticBox {
		position: relative;
		width: auto;
		min-height: 700px;
		margin: 0 30px;
		margin-top: 70px;
	}
}
@media (max-width:980px){
	.ralHeader {
		width: calc(100% - 30px);
		min-width:320px;
	}
	.menu{
		display:none;
	}
	.mainSliderUnit img{
		width:auto;
		height:100%;
	}
	.mainSliderText {
		top: 200px;
		width: 280px;
	}
	.mainSliderText b {
		font-size: 20px;
		line-height: 28px;
	}
	.logo {
		width: 225px;
		height: 73px;
	}
	.logo  img{
		width: 225px;
		height: 84px;
	}
	.newsBlockSpace {
		width: auto;
		height: auto;
	}
	.newsBlockWhite {
		height: auto;
	}
	.titler a {
		width: 300px;
		font-size: 26px;
		    background-position: right;
	}
	.newsBlockSilver {
		height: auto;
	}
	.newsBlock {
		width: auto;
		margin: 95px 30px;
	}
	.newsBlockUnit {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.newsBlockUnit a {
		height: auto;
	}
	.newsBlockUnit a img {
		width: 100%;
		height: auto;
	}
	.newsBlockUnit a p {
		display: none;
	}
	.ourGroup {
		width: 320px;
		height: 640px;
	}
	.ourGroup .groupUnit:first-child {
		width: 320px;
		height: 320px;
	}
	.ourGroup .groupUnit:first-child img {
		width: 320px;
		height: 320px;
	}
	.ourGroup .groupUnit:first-child span {
		font-size: 22px;
		width: 300px;
	}
	.groupUnit {
		width: 160px;
		height: 160px;
	}
	.groupUnit img{
		width: 160px;
		height: 160px;
	}
	.groupUnit span {
		width: 160px;
	}
	.groupUnit span small {
		display:none;
	}
	.footerMenuCol {
		width: auto;
		margin-left: 0;
		float: none;
		margin: 20px;
		text-align: center;
	}
	.footerMenu .footerMenuCol:first-child{
		margin-left:20px;
	}
	.footerMenuCol a{
		font-size:12px;
	}
	.footerLogoLine {
		width: auto;
		margin: 20px;
		height: auto;
		padding: 15px 0;
	}
	.footerMenu {
		width: auto;
		margin: 40px auto;
		margin-bottom: 20px;
	}
	.footerLogo {
		width: 253px;
		height: 49px;
		background-image: url(../img/footer_logo.png);
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.socials {
		float: none;
		height: 30px;
		margin-top: 19px;
		width: 170px;
		margin: 0 auto;
	}
	.catUnit img {
		display: block;
		float: left;
		width: 100%;
		height: auto;
	}
	.catUnitText {
		width: auto;
	}
	.articleShow {
		width: auto;
		float: none;
		margin: 40px 30px;
	}
	.articleInner {
		width: auto;
		float: none;
		background-color: whitesmoke;
		margin: 30px;
		padding: 15px 10px;
		border-radius: 5px;
	}
	.mobiMenuWrapper{
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50px;
		right: -3px;
	}
	.mobiMenuBut{
		width:30px;
		height:30px;
		background-image:url(../img/mobimenu.png);
		position:absolute;
		top:0;
		right:0;
		cursor:pointer;
	}
	.mobiMenu {
		padding: 10px;
		position: absolute;
		top: 35px;
		right: 0;
		width: 300px;
		background: rgba(0,0,0,0.8);
		z-index: 999999999;
		display:none;
	}
	.mobiMenu b{
		display: block;
		color: white;
	}
	.mobiMenu a {
		display: block;
		color: white;
		font-size: 15px;
		text-decoration: none;
		line-height: 19px;
		margin-top: 7px;
	}
	.mobiMenuunit{
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid white;
	}
	.mobiMenuunitBank{
		border-bottom: 1px solid yellow !important;
	}
	.mobiMenuunitBank a{
		color:yellow !important;
	}
}