

/* Start:/bitrix/components/b1team/slider/js/nivo-slider/nivo-slider.css?14785179583476*/
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
        height: auto;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}

.slider-wrapper.directionNavHide .nivo-directionNav a {
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.slider-wrapper.directionNavHide:hover .nivo-directionNav a { 
    opacity: 1; 
}


/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 10px 0px
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.slider-wrapper .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
        position: relative;
        bottom:0px;
        left:0px;
        right: 0px;
        top:0px;
        overflow:hidden;
        padding-right: 3px;
        padding-left: 3px;
}
.slider-wrapper .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: #fff;
	margin-bottom: 5px;
        
        padding:3px;
        
         border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        -khtml-border-radius:8px;
        
        box-shadow: 0px 1px 3px 0px #4a4a4a;
        -webkit-box-shadow: 0px 1px 3px 0px #4a4a4a;
        -moz-box-shadow: 0px 1px 3px 0px #4a4a4a;
}

.slider-wrapper .nivo-controlNav.nivo-thumbs-enabled a.active {
    background-color: #9F9999;
}

.slider-wrapper .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	height: auto;
        
         border-radius:8px;
        -moz-border-radius:8px;
        -webkit-border-radius:8px;
        -khtml-border-radius:8px;
}
/* End */


/* Start:/bitrix/components/b1team/slider/js/nivo-slider/themes/nordumma/nordumma.css?14785179582110*/
/*
Skin Name: Nordumma
Skin Type: flexible
Description: тема сайта www.nordumma.ru
Version: 1.0
Author: B1Team
Author URI: http://b1team.ru
*/

.slider-wrapper.theme-nordumma {
    margin-left:auto;
    margin-right: auto;
    margin-bottom: 20px;
    position:relative;
}

.theme-nordumma .nivoSlider {
    position:relative;
    background:#fff url(/bitrix/components/b1team/slider/js/nivo-slider/themes/nordumma/loading.gif) no-repeat 50% 50%;

}
.theme-nordumma .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
    border-radius: 7px;
}
.theme-nordumma .nivoSlider a {
    border:0;
    display:block;
}

.theme-nordumma .nivo-controlNav {
    position:absolute;
    bottom:-35px;
    width:100%;
    text-align: center;
    *width: auto;
    *left: 45%;
    padding-top: 10px;
    z-index: 100;
}
.theme-nordumma .nivo-controlNav a {
    display:inline-block;
    *display:block;
    *float:left;
    width:12px;
    height:12px;
    background:url("/bitrix/components/b1team/slider/js/nivo-slider/themes/nordumma/bullets.png") no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
}
.theme-nordumma .nivo-controlNav a.active {
    background-position:0 -12px;
}

.theme-nordumma .nivo-directionNav a {
    display:block;
    width:12px;
    height:18px;
    background:url(/bitrix/components/b1team/slider/js/nivo-slider/themes/nordumma/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    top: 85%;
}
.theme-nordumma a.nivo-nextNav {
    background-position:-12px 0;
    right:15px;
}
.theme-nordumma a.nivo-prevNav {
    left:15px;
}

.theme-nordumma .nivo-caption {
    text-align: justify;
    padding: 15px 45px;
    font-size: 11px;
    font-family: 'Verdana';
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.theme-nordumma .nivo-caption a {
    color:#fff;
}
.theme-nordumma .nivo-caption a:hover {
    color:#fff;
}

.theme-nordumma .nivo-controlNav.nivo-thumbs-enabled {
    left: auto;
}

.theme-nordumma .nivo-controlNav.nivo-thumbs-enabled a {
    background-color: #ffffff;
}
.theme-nordumma .nivo-controlNav.nivo-thumbs-enabled a.active {
    background-color: #9F9999;   
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/fab/style.css?1478518011150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/components/b1team/slider/js/nivo-slider/nivo-slider.css?14785179583476 */
/* /bitrix/components/b1team/slider/js/nivo-slider/themes/nordumma/nordumma.css?14785179582110 */
/* /local/templates/main/components/bitrix/news.list/fab/style.css?1478518011150 */
