body {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
}

a {
	color: black;
}

.navbar .brand {
	text-align: center;
	float: none;
	width: 4.25em;
	background-color: transparent;
	margin: .5em auto 0;
	padding: .5em;
}

.navbar .brand img {
	height: auto;
	width: auto;
}

#topnav.nav {
	float: none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

.navbar .nav > li > a {
	color: #6b6b6b;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	text-align: center;
	font-size: 1em;
}

.navbar .nav > li > a span {
	font-size: 80%;
	font-style: italic;
	opacity: 0.8;
}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
	color: black;
	border-bottom-color: #d3d3d3;
}

.nav-collapse .nav > .active > a,
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
	background-color: transparent;
}

.navbar .btn-navbar {
	min-height: 116px;
	height: ;
}

#head-top {
	background-image: url(../../images/mefri03_web.jpg);
}

.gobtn {
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	box-sizing: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-moz-border-radius-topleft: none;
	-webkit-border-top-left-radius: none;
	border-top-left-radius: none;
	-moz-border-radius-topright: none;
	-webkit-border-top-right-radius: none;
	border-top-right-radius: none;
	padding-top: .75em;
}

.gobtn i {
	color: gray;
}

.gobtn:hover {
	opacity: 0.75;
	text-decoration: none;
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4 {
	background-color: transparent;
	color: black;
	text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	margin-bottom: 1em;
}

h3, h4, h5, h6 {
	margin-bottom: 0;
}

h1, .page-header h1 {
	font-size: 2.25em;
}

h2, .page-header h2 {
	font-size: 2em;
}

h3, .page-header h3 {
	font-size: 1.75em;
}

h4, .page-header h4 {
	font-size: 1.5em;
}

h5, .page-header h5 {
	font-size: 1.25em;
	font-weight: bold;
}

h6, .page-header h6 {
	font-size: 1em;
	font-weight: bold;
}

h2+h2, #Section-4 h2+h2 {
	font-style: italic;
	font-size: 125%;
	color: gray;
	margin-top: -2em;
}

#Section-4 h4 {
	font-size: 1.25em;
}

#Section-4 h4+h4 {
	margin-top: .25em;
	margin-bottom: .75em;
	color: gray;
	font-style: italic;
}

.carousel-control {
	padding-top: 20px;
}

#Section-1 h1,
#Section-1 h2 {
	background-color: transparent;
	padding: 0;
	display: block;
}

#Section-4 h2,
#Section-4 h3 {
	color: black;
}


#Section-4 {
	padding-bottom: 0;
}

#Section-2 .page-header {
	background-image: url(../../images/mefri06_web.jpg);
	background-position: center center;
}


#Section-3 .page-header {
	background-image: url(../../images/mefri05_web.jpg);
	background-position: center center;
}

#the-company, #services, #products, #contacts {
	padding-top: 200px;
	margin-top: -200px;
}

.justify {
-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}

.lang {
	font: bold 75% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: silver !important;
	text-transform: uppercase;
}

.circ-wrap {
	width: 60px;
	height: 60px;
	line-height: 45px;
	border-style: none;
}

.circ-wrap i {
	color: black;
}

.thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.nomargin {
	margin-left: 0;
	min-width: 33.333%;
}

.carousel {
	margin-bottom: -40px;
	margin-top: 20px;
}

.googlemaps {
    position: relative;
    padding-bottom: 15%;
    padding-top: 15%;
   	height: 0;
	margin-top: 60px;
}
.googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
   	width: 100%;
    height: 100%;
}

small{
	font-size: 75%;
}