/**
 * Theme Name:  Geobud
 * Author:  Geobud
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: geobud
 * Version:     1.0
 */
@media (max-width:992px){
/* .navbar-brand{ */
	/* width: 55px; */
    /* overflow: hidden; */
/* } */
}
body{
	font-family: 'Montserrat', sans-serif!important;
}
.fs-lead-title{
	font-size: calc(24px + (40 - 24) * ((100vw - 300px) / (1980 - 300)));
	line-height: 1.2;
	color:#fff;
	margin-bottom: 60px;
}
.fs-lead-text{
	font-size: calc(28px + (50 - 28) * ((100vw - 300px) / (1980 - 300)));
	line-height: 1.2;
	color:#fff;
	margin-bottom: 0px;
}
header.page-header{
	background: #fff;
	z-index: 999;
}
header.sticky { 
    position: fixed;
    width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 20%);
}
.navbar-nav .nav-link{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #000!important;
}
.header-link{
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	color: #000!important;
    display: inline-block;
	position: relative;
	white-space: nowrap;
}
@media (min-width:992px){
	.navbar-nav .nav-link{
		padding: 0 10px!important;
	}
	.card{
		height: 96%;
	}
	.line {
		background: white;
		width: 1px;
		height: 100%;
	}
	.line {
		background: white;
		width: 1px;
		height: 100%;
	}
	/* .header-link.phone{ */
		/* margin-right: 50px; */
	/* } */
}
@media (max-width:992px){
	/* .header-link span {display: none;} */
	/* .header-link.phone:before{top: -20px!important;} */
	/* .header-link.email:before{top: -20px!important;} */
	.navbar-nav .nav-link{
		padding: 15px 0!important;
		text-align: right;
		border-bottom: 1px solid #eee;
	}
	header.sticky{
		top: 0;
	}
	.line {
		background: white;
		width: 100%;
		height: 1px;
	}
}

/* .header-link.phone:before{ */
	/* position: absolute; */
    /* top: -9px; */
    /* left: -42px; */
    /* content: ''; */
    /* background: url(/wp-content/themes/geobud/assets/img/phone.png)center no-repeat; */
    /* width: 32px; */
    /* height: 32px; */
/* } */
/* .header-link.email:before{ */
	/* position: absolute; */
    /* top: -9px; */
    /* left: -42px; */
    /* content: ''; */
    /* background: url(/wp-content/themes/geobud/assets/img/email.png)center no-repeat; */
    /* width: 32px; */
    /* height: 32px; */
/* } */
.jumbotron{margin-bottom: 0!important;}
.type_works{
	background:#eee;
}
.card-title {
    padding-bottom: .75rem;
    border-bottom: 1px solid #eee;
}
.card-text-wrapper{
	max-height: 250px;
	overflow-y: scroll;
	padding-right: 15px;
}
.title{
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: #1138f7;
    z-index: -1;
    opacity: .3;
}
.title:after{
content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #1138f7;
}
.card{
	margin-bottom: 30px;
	transition: all .3s;
	cursor: pointer;
}
.card:hover{
	box-shadow: 0 0 15px #afafaf;
}
.card ul {
	list-style: none;
    padding: 0 0 0 20px;
}
.card ul li{
	list-style-position: outside;
}
.card ul li::marker {
  content: "- ";
}
.awards{
	background:#fff;
}
.awards-img {
	display: block;
	float: left;
	width: 100%;
	filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.contacts{
	background:#eee;
}
footer {
	background: #C4C4C4;
}
.copyright {
	font-size: 16px;
    line-height: 3;
    color: #000;
    margin: 0;
	text-transform: uppercase;
}
.scroll-totop{
width: 64px;
height: 64px;
}
#scroll-totop{
display: none;
    position: fixed;
    bottom: 50px;
    left: 30px;
    z-index: 99;
    cursor: pointer;
    border-radius: 4px;
}
.screen-reader-text{
	display: none;
}
#TB_closeWindow, #TB_closeWindowButton{
	position: absolute;
    top: 0;
    right: 0;
}
.navbar-light .navbar-toggler {
    /* color: #ffffff; */
    /* background: #1138f7; */
    border-radius: 0;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}