.flag{
	margin-top:-10px;
}
.mt30{
	margin-top: 30px;
	color: #2c3e50;
}


.videoWrapper {
	position: relative;
	padding-bottom: 40%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a:hover, a:active, a:visited, a:link {
    text-decoration: none;
}
@media(max-width:1200px) {
	.mb30{
	margin-bottom: 30px;
	}
}

@media(max-width:768px) {
	.flexslider{
		display: none;
	}
}
@media(max-width:420px) {
	.galleryImages{
		width: 300px;
	}
}

.footmail{
	margin-top: 40px;
    margin-bottom: -10px;
}

section {
	padding: 30px 0;
}

.question, .answer{
	line-height: 150%;
}

.navbar-fixed-top, .navbar-fixed-top.navbar-shrink{
	padding: 0;
}

.logo{
	padding-top: 15px;
	padding-left: 10px;
}
header .container{
	padding-top: 100px;
}
header .intro-text {
	padding-bottom: 30px;
}

header .intro-text span.name{
	font-size: 1.5em;
}

figure{
	overflow: hidden;
	width: 100%;
}

figure .galleryImages{
	max-width: 100%;
  
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

figure:hover .galleryImages{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.nowrap{
	white-space: nowrap;
}