﻿@charset "utf-8";
/* CSS Document */

/* Unfold */


.unfold .form-group {
	position: relative;
	
}

.unfold input {
	margin-top: 15%;
	margin-bottom: 15%;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: url("../img/input-bg.png") repeat;
	height: 50px;
	padding-left: 2%;
	width: 60%;
	
	
}

.unfold .search-me {
	position: absolute;
	top: 15px;
	
	right: 20px;
	color: #fff;
}

.unfold .search-me a {
	color: #fff;
}

.unfold .search-me a:hover i {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.unfold .meniu_links {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

.unfold .meniu_links a {
	color: #fff;
	font-size: 18px;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	text-decoration: none;
}

.unfold .meniu_links a:hover i {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.unfold .social {
	margin: 40px 0;
	text-align: center;
}

.unfold .social a {
	color: #fff;
	font-size: 18px;
	border: 1px dotted #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin: 0 6px 6px 6px;
	text-align: center;
}



.unfold .social a:hover i {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}



.mfooter
{
	width: 16%;
	/*background-color: #0070d4;*/
    background-color: #081446;
	float:left;
	
	
} 


.mfooter2
{
	width: 16%;
	background-color: #0d2175;
	float: left;
    border-left-color:#FFF;
	border-left:solid;
	padding:3px;
	
} 


.mfooter3
{
	width: 16%;
	background-color: #1431ae;
	float: left;
    border-left-color:#FFF;
	border-left:solid;
	padding:3px;
	font-size:20px;
	
	
} 



@media (max-width: 991px) { 

#apDiv1 {display:none;}

.table { 

display:none;

}

.mfooter { width: 100%;}
.mfooter2 { width: 100%;}
.mfooter3 { width: 100%;}


.unfold input {
	margin-top:30%;
	margin-bottom:15%;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 

	background: url("../img/input-bg.png") repeat;
	
	
	height: 50px;
	padding-left:2%;
	width:60%;
	
}


}
