
.bg-inverse {
    background-color: #253908 !important;
    box-shadow: 0px 0 3px rgba(0, 0, 0, 0.5);
}

.navbar-bootbites {
	background-color: #253908;
	box-shadow: 0px 0 3px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
	color: #ffedcc;
}

.navbar-bootbites .navbar-brand,
.navbar-bootbites .navbar-nav > li > a {
	color: #ffedcc !important;
}

.navbar-bootbites .navbar-brand > a:hover {
	color: #e1cfae !important;
}

.navbar-bootbites .navbar-brand:hover,
.navbar-bootbites .navbar-brand:focus {
	color: #e1cfae !important;
}

.navbar-bootbites .navbar-nav > li > a:hover, 
.navbar-bootbites .navbar-nav > li > a:focus {
	color: #e1cfae !important;
}

.navbar-bootbites .btn {
	color: #f3f3f3;
}

.navbar-toggler{
	border-color: transparent !important;
	cursor: pointer;
}

.navbar-toggler .navbar-toggler-icon {
	background-color: #9888cd; !important;
}

.content {
	padding: 3em 0;
}

.jumbotron {
	background-color: #eceeef;
	border-radius: 0;
	margin-bottom: 0;
	color: #FFF;
	height:597px;
	text-align: center;	
}

#jumboinfo{
	padding-top:7rem;
}

#xxlx{
	padding:5px 140px;
}

.pgheader{
	margin-bottom:10px;
	font-size: 35px;
	color: #06193a;
}

.myh2{
	color: #06193a;
}

hr {
	margin-bottom: 1em;
	margin-top: 1em;
	height: 1px;
}

hr.doliniki{
	margin-bottom: 1em;
	margin-top: 1em;
	height: 1px;
	color: #e6d4b3;
}

hr.shadero {
	border: 0; 
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

hr.shadero.margino{
	margin-bottom:30px;
}

.dosection{
	padding:50px 0;
}

.sticky.navbar {
	border-radius: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.sticky .show-is-sticky,.sticky .show-not-sticky {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	opacity: 0;
	visibility: hidden;
}

.sticky .show-not-sticky {
	opacity: 1;
	visibility: visible;
}

.sticky.is-sticky {
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}

.sticky.is-sticky.navbar {
	background-color: #112500;
}

.sticky.is-sticky .show-is-sticky {
	opacity: 1;
	visibility: visible;
}

.sticky.is-sticky .show-not-sticky {
	opacity: 0;
	visibility: hidden;
}

.social-links {
    text-align:center;	 
}

.social-links a{
    display: inline-block;
    width:50px;
    height: 50px;
    border: 3px solid #e3d1b0;
    border-radius: 50px !important;
    margin-right: 15px;

}
.social-links a i{
    padding: 15px 12px;
    font-size: 20px;
    color: #253908;
}

#doservice h4{
	color: #0b2c65;
	font-size: 28px;
	padding: 4px 0;
}

#doservice .col-md-4{
	padding-top:20px;
	text-align: center;
}

#doservice .icon-background {
    color: #520b65;
}

#doservice .myiconcol {
    color: #ffedcc;
}

#doservice .fa-lg{
	font-size: 47px;
}

#mybottom{	
	background-color: #ffedcc;
}

#myfooter {
	padding-top:15px;
	text-align: center;
	background-color: #e3d1b0;
	
}

.scrolltotop {
	position:fixed;
	z-index: 9999;
	text-align: center;
	line-height: 10px;
	right: 20px;
	bottom: 20px;	
	display:none
}

.scrolltotop a {
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #253908;
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.scrolltotop a:hover {
	background: #162205;
}

@media(max-width:768px) {
    .navbar .container {
        margin-left: 0;
    }
	
	#xxlx{
		padding:5px 10px;
	}

}