body{
}
#page{
	min-height: 100%;
	height: auto!important;
}
.navbar-brand{
	color: #474747!important;
	/*background-color: #0178ee!important;*/
	font-family: Philosopher;
	font-size: 1.5em !important;
	/*border-right: 2px solid #006bd5;*/
}
.navbar{
	border-top: 5px solid #01a33a!important;
}
h1{
	text-align: center!important;
	text-shadow: 1px 1px 2px #9d9d9d;
	font-family: Philosopher;
	margin-top: 0px;
}
h2{
	text-align: center!important;
	text-shadow: 1px 1px 2px #9d9d9d;
	font-family: Philosopher;
	margin-top: 0px;
}
.jumbotron {
	text-align: center!important;
}
.btn-success{
	margin-top: 0px;
}
.col-lg-4 h2{
	font-family: Philosopher;
}
.col-lg-4{
	text-align: center;
}
.col-lg-4 p, ul, li{
	text-align: left;
}
.bord1{
	border-left: 1px dotted #b6b6b6;
}
.bord3{
	border-left: 1px dotted #b6b6b6;
}
.vadim{
	margin-top: 30px;
	border: 1px solid #9a9a9a;
}
.feat{
	margin: 50px 0;
}
hr{
	margin-top: 80px;
}
.featurette-heading{
	margin-top: 120px;
	font-size: 50px;
	color: #902312;
	margin-left: 5%;
}
.stand{
	text-align: center;
	margin-bottom: 40px;
}
.footer{
}
.col1{
	margin-top: 10px;
	text-align: left;
}
.map{
	margin-bottom: 10px;
}
.content{
	margin-top: 65px;
	margin-bottom: 20px;
	text-align: center;
}
.contact{
	margin-top: 55px;
	text-align: center;
}
.content2{
	margin-top: 65px;
	margin-bottom: 20px;
}
.ps{
	margin-top: 10px;
	margin-bottom: 15px;
}
.vid{
	margin-top: 20px;
	margin-bottom: 20px;
}

.new sup {
    color: red;
}
.newVideo {
    padding-top: 100px;
}

.dropdown2 {
    position: relative;
    display: inline-block;
}
.mainmenubtn {
    background-color: #01a33a;
    color: white;
    border: none;
    cursor: pointer;
    padding: 15px;
}

.dropdown-child {
    display: none;
    background-color: #ada9a9;
    min-width: 100px;
	position: absolute;
}
.dropdown-child a {
    color: white;
       padding: 5px;
    text-decoration: none;
    display: block;
}
.dropdown2:hover .dropdown-child {
    display: block;
}

@media screen and (max-widht:1080px) {
	.vadim{
		margin-top: 100px!important;
	}
}

@media screen and (max-widht:768px) {
	#mob-lang{
		display: none!important;
	}
}
