.frontImage{
	width:300px;
	margin-top: 15px;
	box-shadow: 0 0 5px black;
}
#mailError{
	color:red;
}

.back2top{
position:fixed;
color: black;
z-index:99;
display:none;
width:50px;
height:50px;
bottom:0;
right:0;
-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
}
.back2top:hover{
	color: black;
-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.certi{
	width: 120;
    height: 140;
    
    box-shadow: 0 0 10px black;
}
body{
	padding-bottom: 0 !important;
}
.btn{
	background-color: #0097da;
}
.btn:hover{
	background-color: #0097da;
}
.card-content p{
	font-family: 'Overlock';
	font-size: 15px;
	text-align: center;
}
.card-content{
	/*min-height: 90px;*/
	background-color: #0097da;
	color: white;
	/*box-shadow: 0px 0px 5px black;*/
	
}
.card{
	    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.75) !important;
}
.height_modified{
	/*min-height: 100px;*/
}

.input-field{
	margin-top: 0;
}
.font_simon{
	font-family: 'Simonetta';
}
.font_oregano{
	font-family: 'Oregano';
}
.font_overlock{
	font-family: 'Overlock';
}
.mc-caption{
	font-family: 'Overlock' !important;
    font-size: 20px !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 !important;
    color:black !important;
}
#contactModal{
	/*padding-bottom: 15px;*/
}
.contact_info{
	font-family: 'Overlock' !important;
    font-size: 20px !important;
}
.typeSentence{
	font-size: 28px;
}
#catalogue{
	width: 135px !important;
}
.footer_links a{
	font-size: 20px;
}
.footer_links a:hover{
	color:black;
}
.black_color{
	color:black !important;
}
.font_size_slider{
	font-size: 28px;
}
.white_color{
	color:white !important;
}
.brand-logo img{
	margin-top: -8px;
}
.brand-logo_mob img{
	    width: 160%;
    margin-top: 25;
    margin-left: -45%;
}
.intro{
	text-align: justify;
	margin: 20px 30px;
	font-size: 20px;
	font-family: 'Overlock';
}
.intro_highlight{
	color: #0097da;
	font-size: 26px;
	font-family: 'Oregano';

}
.highlight{
	color: #0097da;

}
#mfs_social-area {
    text-align: center;
}

#mfs_social-area #mfs_social ul {
	margin: 0;
	padding: 0;
}

#mfs_social-area #mfs_social ul li {
	display: inline-block;
	margin-left: 30px;
	list-style: none;
	cursor: pointer;
}

#mfs_social-area #mfs_social ul li:first-child {
	margin-left: 0;
}

#mfs_social ul li a {
	display: block;
	width: 70px;
	height: 70px;

	background: ;
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
	
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#mfs_social ul li a span {
	display: inline-block;
	margin: 0;
	color: ;
	font-size: 32px;
	line-height: 70px;
	
	
	filter: alpha(opacity=30);
	
	-webkit-transition: all 400ms ease-out 0s;	
	   -moz-transition: all 400ms ease-out 0s;
		 -o-transition: all 400ms ease-out 0s;
		    transition: all 400ms ease-out 0s;
		  
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

#mfs_social ul li:hover a,
#mfs_social ul li.active a {
	color:white;
	background-color: #4285f2;	
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
		    transform: rotateY(0deg);
}

#mfs_social ul li:hover a span,
#mfs_social ul li.active a span {
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transform: rotateY(0deg);
	   -moz-transform: rotateY(0deg);
		-ms-transform: rotateY(0deg);
		 -o-transform: rotateY(0deg);
			transform: rotateY(0deg);
}
#mfs_social ul li a{
	color:#4285f2;
}
a{
transition: all ease-in-out 0.2s;
}
body{
	font-family: 'Palatino Linotype';
}
nav{
	background-color:white !important;
	color:black;
	border-bottom: 3px solid #0097da;
}

nav ul a{
	color:black;
}
.container .row{
	margin:0;
	/*margin-top: -15px !important;*/
}
nav .brand-logo{
	color:white;
	font-family: 'Palatino Linotype';
	margin-left:20px;
	margin-top: -10px;
}
.dropdown-content li > a, .dropdown-content li > span{
	color:black !important;
}
.sp_dropdown{
	width: inherit !important;
    top: 109.5px !important;
}
.typed-cursor{
    
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@media only screen and (min-width: 601px){
nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
	height:110px;
	line-height: 110px;
	}
	.modal{
		width:35%;
	}

}
@media only screen and (max-width: 992px){
	.card-content{
		min-height:84px !important;
	}
}
@media only screen and (max-width: 992px){
	.card-content{
		min-height:84px !important;
	}
}
@media only screen and (min-width: 992px){
	.card-content{
		min-height:84px !important;
	}
}
@media only screen and (min-width: 601px) and (max-width: 773px){
	.card-content{
		min-height:106px !important;
	}
}
@media only screen and (max-width: 601px){
	.modal{
		width:90%;
		height: 520px !important;
	}
	
	.contact_info{
		margin-top: 40px;
	}
	#contactModal{
		top:0 !important;
	}
}