body,html{
	height:100%;
	width:100%;
	background-size:cover !important;
	background-repeat:no-repeat;
	background-position:center;
	background:#054e96;
    background-attachment: fixed;
	background-size:100%;	
}
body{font-family:Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;}
section{
	height:100%;
	width:100%;
	display:block;
}
.cent{
	height:100%;
	width:100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	color:#FFF;
}
.imgcent .img-responsive {
    margin: 0 auto;
}
.imgcent{margin-top:30px;margin-bottom:30px;}
.grid {
	position: relative;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/* word-spacing: -0.15em; */
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #000;
}

figure.effect-honey img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.5;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: #000;
	content: '';
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-honey h2{color:#000;font-family:Open Sans,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:27px;font-weight:700;}
figure.effect-honey:hover h2{color:#FFF;}
figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
@media (max-width:640px) {
	.cent{
		display: inline;
	}
}
@media (max-width: 360px) {
	.cent{
		display: inline;
	}
}
.email{margin-top:10px;}
.email a{text-decoration:none;color:#FFF;}
.badge-pach {
    background-color: #FFA217;
    border-radius: 25px;
    color: #222 !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    min-width: 10px;
    padding: 10px 20px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.badge-pach {color:#111;}
.badge-pach:hover{background-color: #111;color:#FFF !important;}
.cont a{color:#FFF;}
@media (max-width:640px) {
	figure.effect-honey h2{font-size:23px;}
	.grid .col-sm-4{margin-bottom:30px;}	
}
@media (max-width: 360px) {
	figure.effect-honey h2{font-size:23px;}
	.grid .col-sm-6{margin-bottom:30px;}
}
