/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
html {font-size: 100%;}
body {color: #222;min-width: 320px;}
p{font-size: inherit; color: #222;}
@media (min-width: 1920px){.container{max-width:1680px}.container-fluid{max-width: 1680px;}}
@media (min-width: 1680px){.container{max-width:1440px}.container-fluid{max-width: 1440px;}}

.row-no-gutters [class*="col-"] {padding-right: 0;padding-left: 0;}


.heading > h1, .heading > h2 {text-transform: uppercase;}

#topbar.dark {background-color: #1B2C39}
.background-overlay::before {background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiZmBg+A/En5hBBBAzAAQYAByDAuo3yxUUAAAAAElFTkSuQmCC);}
.background-overlay-dark::before {background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABZJREFUCB1jdK6p+c/IwODIBCIYgAAAJYMCwu6TLdoAAAAASUVORK5CYII=);}
.parallax-container {background-position: center center !important;}

.text-box > a {width: 100%;height: 100%;display: block;}

#topbar .top-menu.navbar-right .active {
    font-weight: bold;
}

.icon-box h3, .icon-box h5 {
	text-transform: uppercase;
}

#bsi-uslugi h3{font-size: 20px;}
#bsi-uslugi p {text-align: justify;}
#image-block p {text-align: justify;}
.background-grey {
    background: #f7f7f7 url('/templates/bsi/img/bg_pattern.jpg') repeat scroll top center !important;}
/* About */
.about-rotator {
	height:609px;
	position: relative;
}
.about-rotator .h3 {
	position: absolute;
	padding: 30px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	color: #fff;
	letter-spacing: initial;
	font-family: "Nunito", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

}

.portfolio-description h3 {min-height: 65px}

/* Uslugi */
#bsi-uslugi .col-md-3:hover img {transform: scale(1.01)}

.footer-content {padding: 0;}
.footer-content .container-fluid {
	background: transparent url('../img/bg-logo.png') no-repeat scroll bottom center /contain;
}

/* Forms */
.jGrowl.top-right{
	right: 0 !important;
	margin-right: 50%;
	transform: translate(50%, -50%);
	top: 50% !important;
}
.jGrowl-notification {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	background: rbga(0,0,0,.8) !important;
	border-radius:3px !important;
	width: 320px !important;
	font-size: 140%;
	font-family: 'Gotham Pro',Arial,sans-serif;
	min-height: 60px;
	padding: 30px !important; 
	text-align: center !important;
}
.jGrowl-notification .jGrowl-close {
	float: none !important;
	position: absolute;
	right: 20px !important;
	top: 10px;
}

.jGrowl > .af-message-success {
	border-radius:0px !important;
	background-color: #00A2A1 !important;
}

/* Responsive */
/* ========== */

/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {

}

/* xs */
@media (max-width: 767px) {

}

/* XS Portrait */
@media (max-width: 480px) {
  #slider {padding: 15px !important;}
}

