@import url('reset.css');
@import url('fonts.css');

/*= General Style =*/

/*
Colors:
Golden: D2AE6D
Blue: 51A8B1
Grey: f1f1f1
Text: 494949
*/

body{
	width: 100%;
	position: fixed;
	font-family: 'WorkSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
	background: #252525;
}

.main{
}

.container{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.inner-container{
	padding: 0 2%;
}

.loader-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #252525;
	z-index: 999999;
}

.loader-overlay .image-block{
	width: 54px;
	margin: 55vh auto 14px;
}

.loader-overlay .image-block img{
	width: 100%;
}

.loader-overlay .text-block{}

.loader-overlay .text-block p{
	font-family: 'Arial', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
}

.loader-overlay .text-block-1{}

.loader-overlay .text-block-1 p{
	font-family: 'Arial', "Helvetica Neue", Helvetica, sans-serif;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
	margin: 0;
}

/*
.welcome-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	display: none;
	z-index: 9999;
}

.welcome-overlay .overlay-inner{
}

.welcome-overlay .overlay-inner .text-block-1{
	position: absolute;
	top: 40vh;
	right: -30%;
}

.welcome-overlay .overlay-inner .text-block-2{
	position: absolute;
	top: 40vh;
	left: -30%;
}

.welcome-overlay .overlay-inner .text-block-1 p{
	color: #224619;
}

.welcome-overlay .overlay-inner .text-block-2 p{
	color: #224619;
}

.welcome-overlay .inner .animate-logo-block{
	position: absolute;
	width: 0;
	top: 50%;
	left: 50%;
}

.welcome-overlay .inner .animate-logo-block img{
	width: 100%;
}
*/

.nav-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	background: rgba(244, 143, 146, 0.6);
	z-index: 999;
	display: none;
}

a.mobile_only,
a.mobile_only{
	cursor: not-allowed;
}

a.mobile_only.mob_active,
a.mobile_only.mob_active{
	cursor: pointer;
}

.p1,
.p1 span,
p.p1,
a.p1,
th.p1,
td.p1{
	font-family: 'WorkSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 21px;
	line-height: 28px;
}

.p2,
p.p2,
a.p2,
input.p2,
textarea.p2,
th.p2,
td.p2{
	font-family: 'WorkSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 17px;
	line-height: 28px;
}

.p3,
p.p3,
a.p3,
input.p3,
textarea.p3
th.p3,
td.p3{
	font-family: 'WorkSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}

.p4,
p.p4,
a.p4{
	font-family: 'WorkSans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

p.h1,
a.h1,
h1.h1,
h2.h1,
h3.h1{
	font-family: "HeptaSlab", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 48px;
	line-height: 54px;
}

p.h2,
a.h2,
h1.h2,
h2.h2,
h3.h2{
	font-family: "HeptaSlab", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 36px;
    line-height: 44px;
}

p.h3,
a.h3,
h1.h3,
h2.h3,
h3.h3{
	font-family: "HeptaSlab", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 28px;
    line-height: 38px;
}

p.h4,
a.h4,
h1.h4,
h2.h4,
h3.h4{
	font-family: "WorkSans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
    line-height: 32px;
}

p.h5,
a.h5,
h1.h5,
h2.h5,
h3.h5{
	font-family: "EBGaramond", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 21px;
    line-height: 32px;
}

/* Header Style */

.header-block{
}

.header-block .header-block-0{
	border-top: 3px solid #D2AE6D;
}

.header-block .header-block-0 .text-block{
	position: absolute;
	left: 2%;
	display: none;
}

.header-block .header-block-0 .text-block p{
	text-align: left;
	color: #ffffff;
}

.header-block .header-block-1{
}

.header-block .header-block-1 .inner-container{
	position: relative;
}

.header-block .header-block-1 .header-block-11{
}

.header-block .header-block-1 .contact-dtls-block{
	position: absolute;
	left: 2%;
	bottom: 0;
}

.header-block .header-block-1 .contact-dtls-block .block{
}

.header-block .header-block-1 .contact-dtls-block .block a{
	display: block;
}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls{
	text-align: left;
}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls li{
	display: inline-block;
	text-align: left;
	color: #9f9f9f;
	vertical-align: middle;
	padding: 0 2px;
}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls li .image-block{
	position: relative;
	height: 14px;
}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls li .image-block img{
	height: 100%;
}

.header-block .header-block-1 .contact-dtls-block .block a:hover ul.contact-dtls li .image-block > img,
.header-block .header-block-1 .contact-dtls-block .block a:focus ul.contact-dtls li .image-block > img{
	opacity: 0;
}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls li .image-block .overlay-block{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.header-block .header-block-1 .contact-dtls-block .block a:hover ul.contact-dtls li .image-block .overlay-block,
.header-block .header-block-1 .contact-dtls-block .block a:focus ul.contact-dtls li .image-block .overlay-block{
	opacity: 1;
}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls li .image-block .overlay-block img{
	width: 100%;
}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls li .text-block{}

.header-block .header-block-1 .contact-dtls-block .block a ul.contact-dtls li .text-block p{
	text-align: left;
	color: #ffffff;
	margin: 0 32px 0 0;
}

.header-block .header-block-1 .contact-dtls-block .block a:hover ul.contact-dtls li .text-block p,
.header-block .header-block-1 .contact-dtls-block .block a:focus ul.contact-dtls li .text-block p{
	color: #51A8B1;
}

.header-block .header-block-1 .contact-dtls-block .block.mail a:hover ul.contact-dtls li .text-block p,
.header-block .header-block-1 .contact-dtls-block .block.mail a:focus ul.contact-dtls li .text-block p{
	color: #f82323;
}

.header-block .header-block-1 .social-media-block{
	position: absolute;
	left: 2%;
	top: 0;
}

.header-block .header-block-1 .social-media-block ul.social-media{
}

.header-block .header-block-1 .social-media-block ul.social-media li{
	float: left;
	margin: 0 27px 0 0;
}

.header-block .header-block-1 .social-media-block ul.social-media li.first{
	display: none;
}

.header-block .header-block-1 .social-media-block ul.social-media li a{
	display: block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header-block .header-block-1 .social-media-block ul.social-media li a .image-block{
	position: relative;
	height: 17px;
}

.header-block .header-block-1 .social-media-block ul.social-media li a .image-block img{
	height: 100%;
}

.header-block .header-block-1 .social-media-block ul.social-media li a:hover .image-block > img,
.header-block .header-block-1 .social-media-block ul.social-media li a:focus .image-block > img{
	opacity: 0;
}

.header-block .header-block-1 .social-media-block ul.social-media li a .image-block .overlay-block{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.header-block .header-block-1 .social-media-block ul.social-media li a:hover .image-block .overlay-block,
.header-block .header-block-1 .social-media-block ul.social-media li a:focus .image-block .overlay-block{
	opacity: 1;
}

.header-block .header-block-1 .social-media-block ul.social-media li a .image-block .overlay-block img{
	height: 100%;
}

.header-block .header-block-1 .header-block-2-inner{
	position: relative;
	text-align: center;
}

.header-block .header-block-1 .logo-block{
}

.header-block .header-block-1 .logo-block a{
	display: block;
	max-width: 140px;
	margin: 0 auto;
}

.header-block .header-block-1 .logo-block .image-block{
}

.header-block .header-block-1 .logo-block .image-block img{
	width: 100%;
}

.header-block .header-block-1 .head-certificate{
	position: absolute;
	right: 2%;
	bottom: 0;
}

.header-block .header-block-1 .head-certificate .text-block{}

.header-block .header-block-1 .head-certificate .text-block p{
	color: #ffffff;
	text-align: right;
}

.header-block .header-block-1 .nav-button-block{
	display: none;
	position: absolute;
	left: 2%;
	bottom: 0;
}

.header-block .header-block-1 .nav-button-block .image-block{
    position: relative;
	width: 27px;
}

.header-block .header-block-1 .nav-button-block .image-block img{
    width: 100%;
}

.header-block .header-block-1 .nav-button-block .image-block .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.header-block .header-block-1 .nav-button-block .image-block img {
    width: 100%;
}

.header-block .header-block-1 .nav-button-block:focus .image-block .overlay,
.header-block .header-block-1 .nav-button-block:hover .image-block .overlay {
    opacity: 1;
}

.header-block .header-block-2{
}

.header-block .header-block-2 .navigation-block{
	border-top: 1px solid #D2AE6D;
	border-bottom: 1px solid #D2AE6D;
}

.header-block .header-block-2 .navigation-block .inner{}

.header-block .header-block-2 .navigation-block .close-button{
	display: none;
}

.header-block .header-block-2 .navigation-block ul.navigation{
	text-align: center;
}

.header-block .header-block-2 .navigation-block ul.navigation li{
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.header-block .header-block-2 .navigation-block ul.navigation li.nav-header{
	display: none;
}

.header-block .header-block-2 .navigation-block ul.navigation li.nav-header p{
	color: #ffffff;
	text-align: center;
	background: #D2AE6D;
	margin-bottom: 14px;
}

.header-block .header-block-2 .navigation-block ul.navigation li a{
	display: block;
	padding: 7px 20px;
}

.header-block .header-block-2 .navigation-block ul.navigation li.first a{
	padding: 7px 20px 7px 0;
}

.header-block .header-block-2 .navigation-block ul.navigation li.last a{
	padding: 7px 0 7px 20px;
}

.header-block .header-block-2 .navigation-block ul.navigation li a p{
	color: #ffffff;
	text-align: center;
}

.header-block .header-block-2 .navigation-block ul.navigation li.active a p{
	font-weight: bold;
}

.header-block .header-block-2 .navigation-block ul.navigation li.active a p,
.header-block .header-block-2 .navigation-block ul.navigation li a:hover p,
.header-block .header-block-2 .navigation-block ul.navigation li a:focus p{
	color: #51A8B1;
}

.header-block .header-block-2 .navigation-block ul.navigation li:active a{
	color: #ffffff;
}


/* Footer Style */

.footer-block{}

.footer-block .footer-main{
}

.footer-block .footer-main{
	border-top: 2px solid #51A8B1;
}

.footer-block .footer-main .footer-0{}

.footer-block .footer-main .footer-0 .inner-container{
	padding: 0 1%;
}

.footer-block .footer-main .footer-0 .block{
	float: left;
	width: 23%;
	padding: 0 1%;
}

.footer-block .footer-main .footer-0 .block .inner{
	max-width: 180px;
	margin: 0 auto;
}

.footer-block .footer-main .footer-0 .block.block-1 .inner{
	max-width: none;
}

.footer-block .footer-main .footer-0 .text-block-1{
}

.footer-block .footer-main .footer-0 .text-block-1 p{
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.footer-block .footer-main .footer-0 .text-block-2{}

.footer-block .footer-main .footer-0 .text-block-2 p{
	color: #ffffff;
}

.footer-block .footer-main .footer-0 .text-block-2 a{
	display: inline-block;
	color: #ffffff;
}

.footer-block .footer-main .footer-0 .text-block-2 a.red{
	color: #ED1C24;
	text-decoration: underline;
}

.footer-block .footer-main .footer-0 .text-block-2 a:hover,
.footer-block .footer-main .footer-0 .text-block-2 a:focus{
	text-decoration: none;
}

.footer-block .footer-main .footer-1 .left-block{
	position: relative;
	float: left;
}

.footer-block .footer-main .footer-1 .left-block .copyright{
	position: absolute;
	top: 5px;
	left: 0;
	width: 11px;
}

.footer-block .footer-main .footer-1 .left-block .copyright img{
	width: 100%;
}

.footer-block .footer-main .footer-1 .left-block p{
	color: #ffffff;
	text-align: left;
	margin : 0 0 0 17px;
}

.footer-block .footer-main .footer-1 .right-block{
	float: right;
}

.footer-block .footer-main .footer-1 .right-block p,
.footer-block .footer-main .footer-1 .right-block p a{
	color: #ffffff;
	text-align: right;
}

.footer-block .footer-main .footer-1 .right-block p a{
	font-weight: bold;
	color: #D2AE6D;
}

.footer-block .footer-main .footer-1 .right-block p a:hover{
	text-decoration: underline;
}


/* Main Content */

.main-content{
}


/* Home */

.home{
}

.home .block-1{}

.home .block-1 .inner-container{
	padding: 0 1%;
}

.home .block-1 .block{
	float: left;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
}

.home .block-1 .block .block-inner{
}

.home .block-1 .block .block-inner a{
	display: block;
	border: 3px double #D2AE6D;
}

.home .block-1 .block .block-inner a .image-block{
}

.home .block-1 .block .block-inner a .image-block img{
	width: 100%;
}

.home .block-2{
}

.home .block-2 .header{
}

.home .block-2 .header h1{
    color: #D2AE6D;
    text-align: center;
}

.home .block-2 .header-2{
}

.home .block-2 .header-2 h3{
    color: #51A8B1;
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.home .block-2 .separator-block{}

.home .block-2 .separator-block span{
	display: block;
	max-width: 70px;
	margin: 0 auto;
	padding-top: 2px;
	background: #D2AE6D;
}

.home .block-2 .block-21{}

.home .block-2 .block-21 .text-block{
	max-width: 980px;
	margin: 0 auto;
}

.home .block-2 .block-21 .text-block p{
	color: #ffffff;
	text-align: justify;
}

.home .block-2 .block-21 .text-block p a{
	color: #D2AE6D;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-2 .block-21 .text-block p a:hover,
.home .block-2 .block-21 .text-block p a:focus{
	color: #ffffff;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-2 .block-21 .text-block p span{
	font-weight: bold;
}

.home .block-2 .block-22 .image-block{
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}

.home .block-2 .block-22 .image-block img{
	width: 100%;
}

.home .block-2 .block-22 .video-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home .block-3{}

.home .block-3 .inner-container{
	padding: 0;
}

.home .block-3 .header{
	max-width: 980px;
	margin: 0 auto;
}

.home .block-3 .header h2{
    color: #ffffff;
    text-align: center;
}

.home .block-3 .header h2 span{
	color: #ED1C24;
}

.home .block-3 .block-31{
	font-size: 0;
	text-align: center;
}

.home .block-3 .block-31 .block{
	display: inline-block;
	width: 29.33%;
	padding-left: 2%;
	padding-right: 2%;
}

.home .block-3 .block-31 .block a{
	display: block;
	max-width: 400px;
}

.home .block-3 .block-31 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.home .block-3 .block-31 .block a:hover > .image-block,
.home .block-3 .block-31 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.home .block-3 .block-31 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.home .block-3 .block-31 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-3 .block-31 .block a:hover .image-block .icon-overlay,
.home .block-3 .block-31 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-3 .block-31 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.home .block-3 .block-31 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}


.home .block-3 .block-31 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-3 .block-31 .block a:hover .image-block .image-overlay,
.home .block-3 .block-31 .block a:focus .image-block .image-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-3 .block-31 .block a .image-block .image-overlay .image-block{
}

.home .block-3 .block-31 .block a .image-block .image-overlay .image-block img{
	width: 100%;
}

.home .block-3 .block-31 .block a .text-block{}

.home .block-3 .block-31 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-3 .block-31 .block a:hover .text-block p,
.home .block-3 .block-31 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-3 .btn-block{}

.home .block-3 .btn-block .link-block{}

.home .block-3 .btn-block .link-block a{
	display: block;
	max-width: 140px;
	margin: 0 auto;
	padding: 14px 10px;
	color: #D2AE6D;
	text-align: center;
	border: 1px solid #D2AE6D;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-3 .btn-block .link-block a:hover,
.home .block-3 .btn-block .link-block a:focus{
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-4{}

.home .block-4 .inner-container{
	padding: 0;
}

.home .block-4 .header{
	max-width: 980px;
	margin: 0 auto;
}

.home .block-4 .header h2{
    color: #ffffff;
    text-align: center;
}

.home .block-4 .header h2 span{
	color: #ED1C24;
}


.home .block-4 .header-2{
}

.home .block-4 .header-2 h3{
    color: #51A8B1;
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.home .block-4 .separator-block{}

.home .block-4 .separator-block span{
	display: block;
	max-width: 70px;
	margin: 0 auto;
	padding-top: 2px;
	background: #D2AE6D;
}

.home .block-4 .block-41{
	text-align: center;
	font-size: 0;
}

.home .block-4 .block-41 .block{
	display: inline-block;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
}

.home .block-4 .block-41 .block a{
	display: block;
}

.home .block-4 .block-41 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.home .block-4 .block-41 .block a:hover > .image-block,
.home .block-4 .block-41 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.home .block-4 .block-41 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.home .block-4 .block-41 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-4 .block-41 .block a:hover .image-block .icon-overlay,
.home .block-4 .block-41 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-4 .block-41 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.home .block-4 .block-41 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}

.home .block-4 .block-41 .block a .text-block{}

.home .block-4 .block-41 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-4 .block-41 .block a:hover .text-block p,
.home .block-4 .block-41 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-4 .btn-block{}

.home .block-4 .btn-block .link-block{}

.home .block-4 .btn-block .link-block a{
	display: block;
	max-width: 140px;
	margin: 0 auto;
	padding: 14px 10px;
	color: #D2AE6D;
	text-align: center;
	border: 1px solid #D2AE6D;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-4 .btn-block .link-block a:hover,
.home .block-4 .btn-block .link-block a:focus{
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5{}

.home .block-5 .inner-container{
	padding: 0 1%;
}

.home .block-5 .header{
	max-width: 980px;
	margin: 0 auto;
}

.home .block-5 .header h2{
    color: #ffffff;
    text-align: center;
}

.home .block-5 .header h2 span{
	color: #ED1C24;
}

.home .block-5 .block-51{
	text-align: left;
	font-size: 0;
}

.home .block-5 .block-51 .block{
	display: inline-block;
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
}

.home .block-5 .block-51 .block a{
	display: block;
	max-width: 400px;
}

.home .block-5 .block-51 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.home .block-5 .block-51 .block a:hover > .image-block,
.home .block-5 .block-51 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.home .block-5 .block-51 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.home .block-5 .block-51 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .block-51 .block a:hover .image-block .icon-overlay,
.home .block-5 .block-51 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .block-51 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.home .block-5 .block-51 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}


.home .block-5 .block-51 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .block-51 .block a:hover .image-block .image-overlay,
.home .block-5 .block-51 .block a:focus .image-block .image-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .block-51 .block a .image-block .image-overlay .image-block{
}

.home .block-5 .block-51 .block a .image-block .image-overlay .image-block img{
	width: 100%;
}

.home .block-5 .block-51 .block a .text-block{}

.home .block-5 .block-51 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .block-51 .block a:hover .text-block p,
.home .block-5 .block-51 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .btn-block{}

.home .block-5 .btn-block .link-block{}

.home .block-5 .btn-block .link-block a{
	display: block;
	max-width: 140px;
	margin: 0 auto;
	padding: 14px 10px;
	color: #D2AE6D;
	text-align: center;
	border: 1px solid #D2AE6D;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-5 .btn-block .link-block a:hover,
.home .block-5 .btn-block .link-block a:focus{
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.home .block-6{}

.home .block-6 .inner-container{
	padding: 0;
}

.home .block-6 .header{
	max-width: 980px;
	margin: 0 auto;
}

.home .block-6 .header h2{
    color: #ffffff;
    text-align: center;
}

.home .block-6 .text-block{
	max-width: 980px;
    margin: 0 auto;
}

.home .block-6 .text-block p{
    color: #fffff;
    text-align: justify;
}

.home .block-6 .separator-block{}

.home .block-6 .separator-block span{
	display: block;
	max-width: 70px;
	margin: 0 auto;
	padding-top: 2px;
	background: #D2AE6D;
}

.home .block-6 .block-61{
	text-align: center;
	font-size: 0;
}

.home .block-6 .block-61 .block{
	display: inline-block;
	vertical-align: top;
	width: 21%;
	padding-left: 2%;
	padding-right: 2%;
}

.home .block-6 .block-61 .block .image-block{
	max-width: 170px;
	margin-left: auto;
	margin-right: auto;
	border: 3px double #D2AE6D;
}

.home .block-6 .block-61 .block .image-block img{
	width: 100%;
}

.home .block-7{}

.home .block-7 .inner-container{
	padding: 0 1%;
}

.home .block-7 .header{
	max-width: 980px;
	margin: 0 auto;
}

.home .block-7 .header h2{
    color: #ffffff;
    text-align: center;
}

.home .block-7 .header h2 span{
	color: #ED1C24;
}

.home .block-7 .block-71{
	font-size: 0;
	text-align: center;
}

.home .block-7 .block-71 .block{
	display: inline-block;
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
}

.home .block-7 .block-71 .block .image-block{
	max-width: 170px;
	margin: 0 auto;
	border: 3px double #D2AE6D;
}

.home .block-7 .block-71 .block .image-block img{
	width: 100%;
}

/* About Us */

.aboutus .block-1{
}

.aboutus .block-1 .header{
}

.aboutus .block-1 .header h1{
    color: #D2AE6D;
    text-align: center;
}

.aboutus .block-1 .header-2{
}

.aboutus .block-1 .header-2 h3{
    color: #51A8B1;
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.aboutus .block-1 .separator-block{}

.aboutus .block-1 .separator-block span{
	display: block;
	max-width: 70px;
	margin: 0 auto;
	padding-top: 2px;
	background: #D2AE6D;
}

.aboutus .block-1 .text-block{
	max-width: 1080px;
	margin: 0 auto;
}

.aboutus .block-1 .text-block p{
	color: #ffffff;
	text-align: justify;
}

.aboutus .block-1 .image-block{
	float: right;
	width: 50%;
	max-width: 380px;
	margin: 0 0 14px 24px;
}

.aboutus .block-1 .image-block img{
	width: 100%;
}

.aboutus .block-2{}

.aboutus .block-2 .inner-container{
	padding: 0 1%;
}

.aboutus .block-2 .header{}

.aboutus .block-2 .header h2{
	color: #ffffff;
	text-align: center;
}

.aboutus .block-2 .text-block{}

.aboutus .block-2 .text-block p{
	color: #ffffff;
	text-align: center;
}

.aboutus .block-2 .block-21{
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
}

.aboutus .block-2 .block-21 .block{
	display: inline-block;
	width: 27.33%;
	padding-left: 3%;
	padding-right: 3%;
}

.aboutus .block-2 .block .image-block{
	max-width: 154px;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}

.aboutus .block-2 .block .image-block img{
	width: 100%;
}

.aboutus .block-2 .block-21 .block .text-block-2{}

.aboutus .block-2 .block-21 .block .text-block-2 p{
	color: #51A8B1;
	font-weight: bold;
	text-align: center;
}


/* Products */

.products .block-1{
}

.products .block-1 .header{
	max-width: 980px;
	margin: 0 auto;
}

.products .block-1 .header h1{
    color: #D2AE6D;
    text-align: center;
}

.products .block-1 .header-2{
}

.products .block-1 .header-2 h3{
    color: #51A8B1;
    text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.products .block-1 .separator-block{}

.products .block-1 .separator-block span{
	display: block;
	max-width: 70px;
	margin: 0 auto;
	padding-top: 2px;
	background: #D2AE6D;
}

.products .block-1 .text-block{
	max-width: 1080px;
	margin: 0 auto;
}

.products .block-1 .text-block p{
	color: #ffffff;
	text-align: justify;
}

.products .block-2{}

.products .block-2 .filter-block{
	display: inline-block;
	font-size: 0;
	text-align: left;
	display: none;
	cursor: pointer;
}

.products .block-2 .filter-block .icon-block{
	display: inline-block;
	vertical-align: middle;
	max-width: 23px;
	margin-right: 24px;
	position: relative;
}

.products .block-2 .filter-block .icon-block img{
	width: 100%;
}

.products .block-2 .filter-block .icon-block .overlay-block{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.products .block-2 .filter-block .icon-block .overlay-block img{
	width: 100%;
}

.products .block-2 .filter-block.active .icon-block .overlay-block,
.products .block-2 .filter-block.active .icon-block .overlay-block{
	opacity: 1;
}


.products .block-2 .filter-block .text-block{
	vertical-align: middle;
	display: inline-block;
}

.products .block-2 .filter-block .text-block p{
	text-align: left;
	color: #D2AE6D;
}

.products .block-2 .filter-block.active .text-block p{
	color: #51A8B1;
}

.products .block-2 .list-block{
	text-align: left;
	font-size: 0;
}

.products .block-2 .list-block li{
	display: inline-block;
	margin-right: 17px;
}

.products .block-2 .list-block li a{
	display: block;
	padding: 10px 21px;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-2 .list-block li a:hover,
.products .block-2 .list-block li a:focus,
.products .block-2 .list-block li.active a{
	border: 1px solid #D2AE6D;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-2 .list-block li a .text-block{}

.products .block-2 .list-block li a .text-block p{
	color: #ffffff;
}

.products .block-2 .list-block li a:hover .text-block p,
.products .block-2 .list-block li a:focus .text-block p,
.products .block-2 .list-block li.active a .text-block p{
	color: #D2AE6D;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-3{}

.products .block-3 .inner-container{
	padding: 0 1%;
}

.products .block-3 .block-31{
	font-size: 0;
}

.products .block-3 .block-31 .block{
	display: inline-block;
	vertical-align: top;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
	/*
	display: none;
	*/
}

.products .block-3 .block-31 .block.active{
	/*
	display: block;
	*/
}

.products .block-3 .block-31 .block a{
	display: block;
	max-width: 320px;
	margin: 0 auto;
}

.products .block-3 .block-31 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.products .block-3 .block-31 .block a:hover > .image-block,
.products .block-3 .block-31 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.products .block-3 .block-31 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.products .block-3 .block-31 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-3 .block-31 .block a:hover .image-block .icon-overlay,
.products .block-3 .block-31 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-3 .block-31 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.products .block-3 .block-31 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}


.products .block-3 .block-31 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-3 .block-31 .block a:hover .image-block .image-overlay,
.products .block-3 .block-31 .block a:focus .image-block .image-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-3 .block-31 .block a .image-block .image-overlay .image-block{
}

.products .block-3 .block-31 .block a .image-block .image-overlay .image-block img{
	width: 100%;
}

.products .block-3 .block-31 .block a .text-block{}

.products .block-3 .block-31 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.products .block-3 .block-31 .block a:hover .text-block p,
.products .block-3 .block-31 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* Applications */

.applications .block-1{
}

.applications .block-1 .header{
	max-width: 980px;
	margin: 0 auto;
}

.applications .block-1 .header h1{
    color: #D2AE6D;
    text-align: center;
}

.applications .block-1 .text-block{
	max-width: 980px;
	margin: 0 auto;
}

.applications .block-1 .text-block p{
	color: #ffffff;
	text-align: center;
}

.applications .block-2{}

.applications .block-2 .inner-container{
	padding: 0 1%;
}

.applications .block-2 .block-21{
}

.applications .block-2 .block-21 .block{
	float: left;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
}

.applications .block-2 .block-21 .block a{
	display: block;
}

.applications .block-2 .block-21 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.applications .block-2 .block-21 .block a:hover > .image-block,
.applications .block-2 .block-21 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.applications .block-2 .block-21 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.applications .block-2 .block-21 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.applications .block-2 .block-21 .block a:hover .image-block .icon-overlay,
.applications .block-2 .block-21 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.applications .block-2 .block-21 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.applications .block-2 .block-21 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}

.applications .block-2 .block-21 .block a .text-block{}

.applications .block-2 .block-21 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.applications .block-2 .block-21 .block a:hover .text-block p,
.applications .block-2 .block-21 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

/* Contact Us */

.contactus{
}

.contactus .block-1{
}

.contactus .block-1 .header{
}

.contactus .block-1 .header h1{
    color: #D2AE6D;
    text-align: center;
}

.contactus .block-1 .text-block{
	max-width: 1080px;
	margin: 0 auto;
}

.contactus .block-1 .text-block p{
	text-align: center;
	color: #ffffff;
}

.contactus .block-2{
}

.contactus .block-2 .inner-container{
	padding: 0 1%;
	font-size: 0;
	text-align: center;
}

.contactus .block-2 .block{
	display: inline-block;
	width: 31.33%;
	padding-left: 1%;
	padding-right: 1%;
	vertical-align: top;
}

.contactus .block-2 .block.last{
	display: none;
}

.contactus .block-2 .block a{
	display: block;
	max-width: 240px;
    margin: 0 auto;
}

.contactus .block-2 .block a .image-block{
	display: inline-block;
	height: 27px;
	position: relative;
}

.contactus .block-2 .block a .image-block img{
	display: block;
	height: 100%;
	margin: 0 auto;
}

.contactus .block-2 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.contactus .block-2 .block a:hover .image-block .image-overlay,
.contactus .block-2 .block a:focus .image-block .image-overlay{
	opacity: 1;
}

.contactus .block-2 .block a .image-block .image-overlay img{
	height: 100%;
}

.contactus .block-2 .block a .text-block-1{
}

.contactus .block-2 .block a .text-block-1 h2{
    text-align: center;
    color: #51A8B1;
	font-weight: bold;
}

.contactus .block-2 .block.whatsapp a .text-block-1 h2{
	color: #189D0E;
}

.contactus .block-2 .block.mail a .text-block-1 h2{
	color: #f82323;
}

.contactus .block-2 .block a .text-block-2{
}

.contactus .block-2 .block a .text-block-2 p{
	text-align: center;
	color: #ffffff;
}

.contactus .block-2 .block a:hover .text-block-2 p,
.contactus .block-2 .block a:focus .text-block-2 p{
	color: #D2AE6D;
}

.contactus .block-3{
}

.contactus .block-3 .text-block-1{
	max-width: 900px;
	margin: 0 auto;
}

.contactus .block-3 .text-block-1 h2{
    text-align: center;
    color: #ffffff;
}

.contactus .block-3 .block-31{
	width: 80%;
	max-width: 460px;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}

.contactus .block-3 .block-31 .block{
	display: inline-block;
	width: 46%;
	padding-left: 2%;
	padding-right: 2%;
}

.contactus .block-3 .block-31 .block a{
	display: block;
}

.contactus .block-3 .block a .image-block{
	display: inline-block;
	height: 27px;
	position: relative;
}

.contactus .block-3 .block a .image-block img{
	display: block;
	height: 100%;
	margin: 0 auto;
}

.contactus .block-3 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.contactus .block-3 .block a:hover .image-block .image-overlay,
.contactus .block-3 .block a:focus .image-block .image-overlay{
	opacity: 1;
}

.contactus .block-31 .block a .text-block-3{
}

.contactus .block-31 .block a .text-block-3 h3{
    text-align: center;
    color: #ffffff;
	font-weight: bold;
}

.contactus .block-31 .block a:hover .text-block-3 h3,
.contactus .block-31 .block a:focus .text-block-3 h3{
	color: #D2AE6D;
}

.contactus .block-4{
}

.contactus .block-4 .header{
	max-width: 900px;
	margin: 0 auto;
}

.contactus .block-4 .header h2{
    text-align: center;
    color: #51A8B1;
}

.contactus .block-5{}

.contactus .block-5 .form-block{
	max-width: 980px;
	margin: 0 auto;
}

.contactus .block-5 .form-block .block{
	float: left;
	width: 48%;
	padding: 0 1%;
}

.contactus .block-5 .form-block .block input[type="text"]{
	width: 100%;
	padding: 5px 7px;
	outline: none;
	border: 3px double #D2AE6D;
	text-align: left;
	color: #293C40;
	background: #ffffff;
}

.contactus .block-5 .form-block .block input[type="text"]:focus,
.contactus .block-5 .form-block .block input[type="text"]:hover{
	border: 3px double #51A8B1;
}

.contactus .block-5 .form-block .block textarea{
	width: 100%;
	padding: 5px 7px;
	outline: none;
	border: 3px double #D2AE6D;
	text-align: left;
	color: #000000;
	background: #ffffff;
	resize: vertical;
	height: 180px;
}

.contactus .block-5 .form-block .block textarea:hover,
.contactus .block-5 .form-block .block textarea:focus{
	border: 3px double #51A8B1;
}

.contactus .block-5 .form-block .btn-block{
}

.contactus .block-5 .form-block .btn-block input[type="submit"]{
	display: block;
	width: 100%;
	max-width: 210px;
	margin: 0 auto;
	padding: 7px;
	outline: none;
	font-weight: bold;
	text-align: center;
	color: #494949;
	background: #D2AE6D;
	cursor: pointer; 
}

.contactus .block-5 .form-block .btn-block input[type="submit"]:focus,
.contactus .block-5 .form-block .btn-block input[type="submit"]:hover{
	background: #51A8B1;
	color: #ffffff;
}

.contactus .block-5 .form-block .btn-block input[type="submit"]:active{
	box-shadow: none;
}

.contactus .block-6{
}

.contactus .block-6 .header{
}

.contactus .block-6 .header h2{
    text-align: center;
    color: #ffffff;
}

.contactus .block-6 .text-block{
}

.contactus .block-6 .text-block p{
    text-align: center;
    color: #ffffff;
}

.contactus .block-6 .image-block{
	position: relative;
}

.contactus .block-6 .image-block img{
	width: 100%;
}

.contactus .block-6 .image-block iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/* Product Type */

.prodtype .block-1{
}

.prodtype .block-1 .header{
}

.prodtype .block-1 .header h1{
    color: #D2AE6D;
    text-align: left;
}

.prodtype .block-1 .header-2{
}

.prodtype .block-1 .header-2 h2{
    color: #51A8B1;
    text-align: left;
	font-weight: bold;
}

.prodtype .block-1 .header-2{
}

.prodtype .block-1 .header-2 h2{
    color: #51A8B1;
    text-align: left;
	font-weight: bold;
}

.prodtype .block-1 .text-block{}

.prodtype .block-1 .text-block p{
	color: #ffffff;
	text-align: justify;
}

.prodtype .block-1 .header-2 a{
	color: #51A8B1;
	text-decoration: underline;
	font-weight: bold;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-1 .header-2 a:hover,
.prodtype .block-1 .header-2 a:focus{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-2{}

.prodtype .block-2 .inner-container{
	padding: 0 1%;
}

.prodtype .block-2 .header{
	padding-left: 1%;
	padding-right: 1%;
}

.prodtype .block-2 .header h2{
    color: #51A8B1;
    text-align: left;
	font-weight: bold;
}

.prodtype .block-2 .block-21{
	font-size: 0;
	text-align: left;
}

.prodtype .block-2 .block-21 .block{
	display: inline-block;
	width: 18%;
	padding-left: 1%;
	padding-right: 1%;
}

.prodtype .block-2 .block-21 .block a{
	display: block;
}

.prodtype .block-2 .block-21 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.prodtype .block-2 .block-21 .block a:hover > .image-block,
.prodtype .block-2 .block-21 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.prodtype .block-2 .block-21 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.prodtype .block-2 .block-21 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-2 .block-21 .block a:hover .image-block .icon-overlay,
.prodtype .block-2 .block-21 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-2 .block-21 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.prodtype .block-2 .block-21 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}


.prodtype .block-2 .block-21 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-2 .block-21 .block a:hover .image-block .image-overlay,
.prodtype .block-2 .block-21 .block a:focus .image-block .image-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-2 .block-21 .block a .image-block .image-overlay .image-block{
}

.prodtype .block-2 .block-21 .block a .image-block .image-overlay .image-block img{
	width: 100%;
}

.prodtype .block-2 .block-21 .block a .text-block{}

.prodtype .block-2 .block-21 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-2 .block-21 .block a:hover .text-block p,
.prodtype .block-2 .block-21 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.prodtype .block-3{}

.prodtype .block-3 .header{
}

.prodtype .block-3 .header p{
    color: #51A8B1;
    text-align: left;
	font-weight: bold;
}

.prodtype .block-3 .text-block{}

.prodtype .block-3 .text-block p{
	color: #ffffff;
	text-align: justify;
}

/* Media */

.media .block-1{
}

.media .block-1 .header{
	max-width: 980px;
	margin: 0 auto;
}

.media .block-1 .header h1{
    color: #D2AE6D;
    text-align: center;
}

.media .block-1 .separator-block{}

.media .block-1 .separator-block span{
	display: block;
	max-width: 70px;
	margin: 0 auto;
	padding-top: 2px;
	background: #D2AE6D;
}

.media .block-1 .text-block{
	max-width: 1080px;
	margin: 0 auto;
}

.media .block-1 .text-block p{
	color: #ffffff;
	text-align: justify;
}

.media .block-2{}

.media .block-2 .inner-container{
	padding: 0;
}

.media .block-2 .block-21{
	text-align: left;
	font-size: 0;
}

.media .block-2 .block-21 .block{
	display: inline-block;
	vertical-align: top;
	width: 29.33%;
	padding-left: 2%;
	padding-right: 2%;
}

.media .block-2 .block-21 .block a{
	display: block;
	max-width: 400px;
}

.media .block-2 .block-21 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.media .block-2 .block-21 .block a:hover > .image-block,
.media .block-2 .block-21 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.media .block-2 .block-21 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.media .block-2 .block-21 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.media .block-2 .block-21 .block a:hover .image-block .icon-overlay,
.media .block-2 .block-21 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.media .block-2 .block-21 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.media .block-2 .block-21 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}


.media .block-2 .block-21 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.media .block-2 .block-21 .block a:hover .image-block .image-overlay,
.media .block-2 .block-21 .block a:focus .image-block .image-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.media .block-2 .block-21 .block a .image-block .image-overlay .image-block{
}

.media .block-2 .block-21 .block a .image-block .image-overlay .image-block img{
	width: 100%;
}

.media .block-2 .block-21 .block a .text-block{}

.media .block-2 .block-21 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.media .block-2 .block-21 .block a:hover .text-block p,
.media .block-2 .block-21 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.media .block-2 .btn-block{}

.media .block-2 .btn-block .link-block{}

.media .block-2 .btn-block .link-block a{
	display: block;
	max-width: 140px;
	margin: 0 auto;
	padding: 14px 10px;
	color: #D2AE6D;
	text-align: center;
	border: 1px solid #D2AE6D;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.media .block-2 .btn-block .link-block a:hover,
.media .block-2 .btn-block .link-block a:focus{
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


/* Media Event */

.mediaevent .block-1{
}

.mediaevent .block-1 .header{
	max-width: 980px;
	margin: 0 auto;
}

.mediaevent .block-1 .header h1{
    color: #D2AE6D;
    text-align: center;
}

.mediaevent .block-2{}

.mediaevent .block-2 .inner-container{
	padding: 0 1%;
}

.mediaevent .block-2 .block-21{
	text-align: left;
	font-size: 0;
}

.mediaevent .block-2 .block-21 .block{
	display: inline-block;
	width: 23%;
	padding-left: 1%;
	padding-right: 1%;
}

.mediaevent .block-2 .block-21 .block a{
	display: block;
	max-width: 400px;
}

.mediaevent .block-2 .block-21 .block a > .image-block{
	position: relative;
	border: 3px double #D2AE6D;
}

.mediaevent .block-2 .block-21 .block a:hover > .image-block,
.mediaevent .block-2 .block-21 .block a:focus > .image-block{
	border: 3px double #ffffff;
}

.mediaevent .block-2 .block-21 .block a .image-block img{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.mediaevent .block-2 .block-21 .block a .image-block .icon-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.mediaevent .block-2 .block-21 .block a:hover .image-block .icon-overlay,
.mediaevent .block-2 .block-21 .block a:focus .image-block .icon-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.mediaevent .block-2 .block-21 .block a .image-block .icon-overlay .icon-block{
	position: absolute;
	left: 0;
	top: 35%;
	width: 100%;
}

.mediaevent .block-2 .block-21 .block a .image-block .icon-overlay .icon-block img{
	display: block;
	width: 24px;
	margin: 0 auto;
}


.mediaevent .block-2 .block-21 .block a .image-block .image-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.mediaevent .block-2 .block-21 .block a:hover .image-block .image-overlay,
.mediaevent .block-2 .block-21 .block a:focus .image-block .image-overlay{
	opacity: 1;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.mediaevent .block-2 .block-21 .block a .image-block .image-overlay .image-block{
}

.mediaevent .block-2 .block-21 .block a .image-block .image-overlay .image-block img{
	width: 100%;
}

.mediaevent .block-2 .block-21 .block a .text-block{}

.mediaevent .block-2 .block-21 .block a .text-block p{
	color: #51A8B1;
	text-align: center;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.mediaevent .block-2 .block-21 .block a:hover .text-block p,
.mediaevent .block-2 .block-21 .block a:focus .text-block p{
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.mediaevent .block-2 .btn-block{}

.mediaevent .block-2 .btn-block .link-block{}

.mediaevent .block-2 .btn-block .link-block a{
	display: block;
	max-width: 140px;
	margin: 0 auto;
	padding: 14px 10px;
	color: #D2AE6D;
	text-align: center;
	border: 1px solid #D2AE6D;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.mediaevent .block-2 .btn-block .link-block a:hover,
.mediaevent .block-2 .btn-block .link-block a:focus{
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

