﻿.col{
	padding-left:0;
}
.col:last-child{
	padding-right:0;
}

#footer.jumbotron{
	margin-bottom:0;
}

.top ul.loginbar {
    margin: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
}
#contacts{
	padding:5px 0;
}
	
#contacts a:hover{
	cursor: pointer;
	text-decoration: none;
}
@media (min-width:992px ) {
	#contacts .container{
		margin-top:50px;
		margin-bottom:50px;
	}
}
@media (max-width:991px ) {
	#contacts .container{
		margin-top:10px;
		margin-bottom:10px;
	}
}

#contact01 .col-md-2.col-xs-6>a>img{
	width:100%;
}


.container h2 span {
	margin:20px 0;
    display: block;     
    color: #999;
    position: relative;   
    font-size: initial;
}
.container h2 span:before, .container h2 span:after {
	content: '';                 
    position: absolute;         
    top: 52%;
    background: #999;       
    width: 9%;
    height: 1px;
}
.container h2 span:before{
	left: 30%;        
}
.container h2 span:after {
	right: 30%;
}