@charset "UTF-8";
/* CSS Document */

/*.modal-video {
	height: 80% !important;	
}

.modal-video iframe, .modal-video video {
    width: 100%;
    height: 100%;
}
.modal-video .modal-content {
    position: relative;
    width: 100%;
    height: 100%;
}*/



#menu{
	opacity:0;}

.mm-opened #menu{
	opacity:1;
	}

html{
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color:#fff;
}

*:focus {
    outline: none;
}

#alert-banner{
	background-color:#FFCD50;
	text-align:center;
	}
#alert-banner p{
	width:90%;
	margin:0 auto;
	padding:10px 0px;
	}

#alert-banner a{
color:#000;
text-decoration:underline;}

.mobile-header{
	background-color:#fff;
	padding:10px 15px;
	height:65px;
}

.mobile-header img{
height:40px;}

.hamburger{
	float:right;
}

.hamburger i{
	font-size:40px;
}

header .container{
	position:relative;
	font-size:16px;
}

#nav{
	z-index: 10;
	position: relative;
	font-weight:bold;
}

#nav, #top-nav {
	clear:both;
	right:0px;
	bottom:0px;
	background-color:#fff;
	padding: 0;
	text-align:left;
	margin:0px;
	z-index: 10;
}

#nav, #top-nav{
	float:right;
}

#nav li, #top-nav li {
	float: left;
	position:relative;
	list-style:none;
	z-index:1001 !important;
}

#nav li ul, #top-nav li ul{
	list-style:none;
	display: none;
	position: absolute; 
	top: 38px;
	left: 0px;
	line-height:1;
	background-color:#fff;
}

#nav li, #top-nav li{
	text-transform: uppercase;
}

#nav li ul li, #top-nav li ul li{
	text-transform:capitalize;
	font-weight: normal;
}

#nav li > ul, #top-nav li > ul {
	padding:10px 0px;
}

#nav .material-icons, #top-nav .material-icons{
	vertical-align: middle;
	line-height:38px;
	cursor: pointer;
}

#nav li ul li, #top-nav li ul li {
	line-height: 25px;
	padding:6px 0px;
	width: 100%;
}

#nav li ul li ul li, #top-nav li ul li ul li {
	line-height: 25px;
	width: 100%;
	padding-bottom: 5px; 
	display:none;
	position: relative;
}


#nav li ul li:hover ul li, #top-nav li ul li:hover ul li  {
	display: block;
	background-color:#fff;
	line-height:36px;
	width: 100%;
	left: 232px; 
	top: -39px;
}

#nav li ul li ul li a, #top-nav li ul li ul li a  {
	background-color: #fff;
}

#nav li ul li ul, #top-nav li ul li ul{
	padding: 15px 0px;
    background-color: transparent;
    left: -20px;
    top: auto;
}

#nav li a, #top-nav li a {
	line-height: 38px;
	color: #484848 !important;
}

#nav li a:hover, #top-nav li a:hover, .category-landing a:hover {
	text-decoration:none;
	color: #E48025 !important;}

#nav li ul li a:hover, #top-nav li ul li a:hover {
	color:#FFF;
}

#nav li ul li a, #top-nav li ul li a{
	padding:6px auto;
	line-height:24px;
	width:200px;
	color: #484848!important;
}


#nav li:hover ul, li.over ul, #top-nav li:hover ul{ 
	display: block; 
	width: auto;
}

#nav li a, #top-nav li a{
	padding: 0 15px;
	color: #FFF;
	display:block;
	position: relative;
}

#top-nav ul{
	background-color:#fff;
	z-index: 100;
	position:relative;
}

#search-overlay{
  display:none;
}

#search-overlay.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(41, 41, 41, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
  z-index: 2001;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization 
  background: #808080; width: 5px;
  */
}

.centered {
  width:50%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  overflow: hidden;
}

#search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
    width: 90%;
    color: #5D5D5D;
    font-size: 1em;
    border: 1px solid #ccc;
	
    margin-bottom: 0px;
    background: #fff;
	height:40px;
}

#search-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height:40px;
  color: #fff;
  text-align: center;
  border-width: 0;
  background-color: #21AAC9;
  cursor: pointer;
  text-transform: uppercase;
  padding:8px 20px 5px 20px; 
	-webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}

#search-button:hover{
	background-color:#1D94AF;
}

#close-btn{
  position: fixed;
  top: 1em;
  right: 1em;
}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}


/* RESUABLE CLASSES */

.link_underline, .list-landing a, .list-links ul li a, .list-floors_sample h4, .list-floors_sample h4 a, .list-floors_sample h5, .list-floors_sample h5 a,
.individual_links a, .list-landing_featfin a, .finishes a, .list-landing_img, .list_product-used a, .about-text a {
	text-decoration: underline  !important;;
}

.relative, header .container, .banner-slideshow_container, .individual_video .col {
	position: relative;
}

.flex{
	display:flex;
}

.margin-top_none{
	margin-top:0px;
}

.margin_none, footer .top ul, footer .row, .list-landing, .slick-dotted.slick-slider, 
.banner-slideshow_container, .list-links p, .individual_top h1, .individual_top, .list-floors_sample h5,
.individual_links h5, .individual_top h3, .individual_colors .row, .list-landing_featfin,
.list-downloads p, .list-landing_img .col{ 
	margin:0px !important;
}

.margin_bottom-10, footer .top p, .blog-nav h4{
	margin-bottom:10px !important; 	
}

.margin_bottom-20, .shadow-demo .h3, .list-floors h2 {
	margin-bottom:20px !important;	
}


.margin_bottom-30,  .download-results h2, .list-landing_img .col, .refine-results h2 {
	margin-bottom:30px !important;	
}

.padding-0{
	padding:0px !important;
}

.padding_tb-10{
	padding-top:10px;
	padding-bottom:10px;
}

.padding_tb-20{
	padding-top:20px;
	padding-bottom:20px;
}

.padding_tb-30, footer .top, footer .middle{
	padding-top:30px;
	padding-bottom:30px;
}

.padding_tb-60, .individual_links{
	padding-top:60px !important;
	padding-bottom:60px !important;
}

.padding_tb-100{
	padding-top:100px;
	padding-bottom:100px;
}

.padding-b_60, .list-landing{
	padding-bottom:60px;
}

.type-white, .contact-banner a, footer, footer a, .home-hover h3, .individual_links, .individual_links a,
.individual_links h5{
	color:#fff;	
}

.type-dark, .shadow-demo .h3, .shadow-demo h4, .individual_top h3, .individual_colors h4, 
.individual_colors h5,  .list-downloads h4, .download-results h6, .refine-results h6, .list_product-used h6, 
.text3-2 .text h2, .careers-text h2, .blog-date, .blog-text h3{
	color:#333333;
}

.type-orange{
	color:#E48025;
}

.type-xl{
	font-size:60px;
}

.tac, .page_top, .list-landing, .individual_links{
	text-align: center;
}

.background-grey, .jcf-option-blog-cat_3, .blog-cat_3-background{
	background-color:#333333;
}

.background-white{
	background-color:#fff;
}

.background-blue, .jcf-option-blog-cat_2, .blog-cat_2-background{
	background-color:#007A97;
}

.background-ltblue, .jcf-option-blog-cat_1, .blog-cat_1-background{
	background-color:#25BFE3;
}

.background-orange, .jcf-option-blog-cat_5, .blog-cat_5-background{
	background-color:#E48025;
}

.background-ltorange, .jcf-option-blog-cat_4, .blog-cat_4-background{
	background-color:#FF9D43;
}

.inline-list li, .contact-banner li{
	display:inline-block;
}

.float-left, .contact-banner_links{
	float:left;
}

.float-right, .contact-banner_social{
	float:right;	
}

.circle-button i{
	background-color:#21AAC9;
    color: #fff;
    width: 60px;
    height: 60px;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    border-radius: 100%;
    font-size: 40px;
	 -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
}

.circle-button i:hover{
	background-color:#1D94AF;
}

.circle-button.orange i{
	background-color:#FF9D43;
}

.flex, .visual-columns .row, .list-landing, .list-landing_featfin, .download-results .row, .list-landing_img,
.text2-3, .text3-2, .careers{
	display:flex;
}

.flex-wrap, .list-landing, .list-landing_featfin, .list-landing_img{	
	flex-wrap: wrap;
}

.list-landing .col, .list-landing_featfin .col, .list-landing_img{
	margin-left:0px !important;
}

.width100, .banner, .list-landing img{
	width: 100%;
}

/*MASTER */

.header-link h4, .header-link h5{
	color: black;
}

header .logo{
	position: absolute;
	left: 0px;
  	top: 50%;
  	transform: translate(0px, -50%);
}


.logo img{
	max-height:60px !important;
	}

.contact-banner{
	color:#fff;
	overflow: hidden;
	}

.contact-banner_links li+li:before, footer .bottom li+li:before{
	content:"|";
	margin-left:15px;
	padding-right:15px;
}

.contact-banner_links p{
	font-size:14px;
}

.contact-banner_links a{
	vertical-align:middle;}

.contact-banner_links img{
	height:20px;
	margin-left:10px;
}

.contact-banner_social li{
	margin-right:15px;
}

.contact-banner_social li img{
	max-width:20px;
	max-height: 20px;
}

.contact ul{
	list-style-type:none;
	}

.contact ul li div{
	margin-bottom:5px;}

.contact p{
	margin-top:0px;
	font-weight:bold;}

.contact .btn{
	margin-top:30px;
	}

footer{
	font-size:14px;
}

footer input[type="text"]{
	background-color:#fff !important;
	box-sizing: border-box !important;
	padding:0px 15px !important;
}

footer .top ul li{
	width:50%;
	float:left;
}

footer .middle{
	color:#484848;
	font-size:16px;
	text-align: center;
}

footer .middle .col{
	display:flex;
	align-items:center;
	position: relative;
}

footer .middle .col:nth-child(1){
	justify-content: flex-end;
}

footer .middle .col+.col:before{
	content:"";
	border:1px solid #ccc;
	height:100%;
	opacity:.5;
	position: absolute;
	left:0px;
}

footer .middle .float-left{
	margin-left:24px;
}

#footerZip{
	color:#000;
}

/* HOMEPAGE */
.home-slide,  .home-top .container{
	background-size: cover;
	position: relative;
}

.home-slide img{
	width:100%;
}

.home-top{
	background-color:#5D5D5D;
}

.home-top .row{
	position:relative;
}

.home-top .circle-button, .banner-slideshow_container .circle-button{
	position: absolute;
	bottom:-30px;
	right:40px;
}

.home-hover{
	background-size:cover;
}

.home-hover img{
	width:100%;
}

.home-slideshow{
	max-width:1600px;
	margin:0 auto;
}

.home-slideshow .slick-prev, .home-slideshow  .slick-next{
	top:100%;
}

.home-slide.active .home-hover{
	opacity:1;
	
}

.home-slide .home-hover{
	opacity:0;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.home-slide:hover .home-hover{
	opacity:1;
}

.home-hover .bottom{
	text-align: center;
	position:absolute;
	width:100%;
	bottom:0px
}

.home-hover .background-white{
	padding: 10px 10px 20px 10px;	
}

.home-hover h3{
	padding:0px 10px;
}

.shadow-demo h4{
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight:300;
	line-height: 1.5;
}

.list-floors{
	text-align: center;
	z-index: 100;
	position: relative;
}

.list-floors_sample img, .individual_top .flex, .list-colors img, 
.individual_colors .flex{
	width:100%;
}

.visual-columns{
	background-image:url(/media/1196/background_colors.png);
	background-size: cover;
	background-position: center;
}

.visual-columns .row{;
	align-items: center;
}

.visual-columns .col{
	margin:0px !important;
	border-right: 15px solid #FFF;
}

.visual-columns .col.background-white{
	flex-basis: 40%;
}

.visual-columns .visual-columns_img{
	flex-basis:60%;
	background-size:cover;
	}

.visual-columns_img{
	background-size: cover;
	background-position: center;
	min-height:450px !important;
}

/* LIST LANDING */

.list-landing{
	justify-content: flex-start;
	align-content: flex-start;
}

.list-landing .col{
	margin-bottom:30px !important;
}

.list-landing h4{
	margin: 20px 0px 30px 0px !important;
}

/* MARKET / PRODUCT INDIVIDUAL */

.slideshow-banner .slick-slide img{
	margin-bottom:0px;
	width:100%;
}

.list-links ul{
	margin:5px 0px;
}

.list-links ul li:before{
	font-family: 'Material Icons';
	content: '\e895';
	vertical-align: middle;
    margin-right: 10px;

}

.list-links p{
	width:100%;
	}

.list-links .collapsible-header{
	position:relative;
}

.list-links .collapsible-header p:after{
	font-family: 'Material Icons';
	content: 'add';
	position:absolute;
	right:15px;}

.list-links.active .collapsible-header p:after{
	content: 'close';
}

.individual_top .right{
	margin-top:1rem;
	padding-left:.75em !important;
}


.mfp-gallery .mfp-image-holder .mfp-content{
	width:90%;
}

.individual_links .text{
	padding:0px 15px;
}

.individual_links .material-icons{
	font-size:50px;
	margin-bottom:20px;
}

.individual-description h5, .individual-description ul{
	color:#000;
	margin:0px;
}

.list-standard li, .individual-description li{
	list-style-type: disc !important;
	margin-left:20px;
}

.individual-description a{
text-decoration:underline;}

.list-landing_featfin .offset-l2{
	margin-left: 16.6666666667% !important;
}

.center-landing .col{
	text-align:center !important;
	}

.individual-colors .col{
	margin:0px !important; 
}


#color-name p{
	margin-bottom:5px;
}

.list-colors{
	clear:both;
}


.list-colors li{
	padding:3px 7px !important;
}

#color-name .border{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    width: 90%;
    margin: 0 auto;
	overflow:hidden;
}

#color-name img{
	width:100%;
	padding:0px 30px;
	max-width:400px;
}

#color-list h5{
	margin-bottom:10px !important;
}


.individual_colors h4{
	margin-bottom:10px !important;
}

#color-custom .top{
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

#color-custom .top ol{
	padding-left:20px;
}

.individual_video{
	background-size: cover !important;
}

.individual_video img{
	width:100%;
}

.individual_video .circle-button{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


 .list-landing_img .col{
	text-align:center;
	margin-bottom:40px;
}


.list-landing_featfin .col{
	text-align:center;
	margin-bottom:30px;
}

.list-landing_featfin .material-icons{
	vertical-align:middle;}

.list-landing_featfin .col .top{
	width:100%;
	color:#007A97;
	padding:15px 0px;
	color:#fff;
	text-align:center;
}

#features.list-landing_featfin .col a:hover{
	color:#E48025 !important;
	}

.list-landing_img .top{
	margin-bottom:20px;
	}

.list-landing_featfin .col .top i{
	font-size:50px;
	color:#007A97;
}

/* Finishes Landing */

.table-finishes{
	width:100%;
	overflow-x: scroll;
}

.finishes{
	border-bottom:1px solid #d0d0d0;
	margin-bottom:20px;
	
	table-layout: fixed;
    max-width: none;
    width: auto;
    min-width: 100%;
	}

.finishes th, .finishes td{
	width:20%;
}

.finishes th, .finishes i{
	text-align:center;
}

.finishes i{
	display: block;
}

.finishes th, .finishes td{
	height:44px !important;
}


.finish-note{
	text-align:center;}

.finishes span, .finish-note span{
	color:#E48025;
	font-weight:bold;
	}

/* RESOURCES AND DOWNLOADS */

.list-downloads{
	display: flex;
    align-items: center;
	}

.list-downloads .col:first-of-type img{
	max-width:150px;
	margin:0 auto;
}
/*
.list-downloads .circle-button, .photo-gal_modal .circle-button{
	display: inline-block;
}*/

.list_downloads-refine li, .list_downloads-refine, .list_downloads-refine, .list_downloads-refine label {
	display:block;
}

.list_downloads-refine{
	margin:5px 0px;
}

.list_downloads-refine [type="radio"]:not(:checked) + label, 
.list_downloads-refine [type="radio"]:checked + label{
height:auto !important;}

.download-results section:first-of-type{
	border-bottom:1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom:30px;
}

.list-downloads{
	margin-bottom:20px;
}

#drawing-details .top{
	margin-bottom:60px;
}

#drawing-details .top img{
	float:right;
	padding: 20px 0px 20px 20px;
}

.download-results .m4:first-of-type, .photo-gallery .m4:first-of-type{
	border-right:1px solid #ccc;
	padding-right:30px;
}

.download-results .m8, .photo-gallery .m8{
	padding-left:30px !important;
}

.list-landing_img img{
	width:100%;
}

.refine-results section{
	margin-bottom:20px;
}

.refine-results .jcf-select, .download-results .jcf-select{
	width:100%;
}

.photo-gal .grid-item{
	width:49% !important;
	margin-bottom:30px;
}

.photo-gal_description .mfp-content {
	width:auto !important;
}
/*
.photo-gal_modal{
	width:auto !important;
	max-width:80%;
	max-height:80% !important;
}

.modal-tall{
	max-width:60% !important;
	}

.photo-gal_modal .modal-content{
	padding:0px !important;
}


.photo-gal_modal-photo, .photo-gal_modal-text{
	display:inline-block;
	float:left;
	}

.photo-gal_modal-photo img{
	max-height:500px;
	max-width:800px;
}

.photo-gal_modal .m4{
	padding:30px 15px !important;
}*/

.list_product-used img{
	width:80px;
	float:left;
}

.list_product-used .text{
	float:left;
	padding-left:15px;
}

.list_product-used .text p{
	margin:0px;
}

.list_product-used li{
	display: block;
	margin-bottom:20px;
	clear: both;
    overflow: hidden;
}

.list_product-used .text li span, .list_product-used .text li h6,
.list_product-used .text li a{
	display:inline-block;
	}

.list_product-used .text li span{
font-weight:bold;}
/*
.photo-gal_modal .text{
	display: inline-block;
	vertical-align: middle;
	text-align:left;
}

.photo-gal_modal .bottom{
	text-align: center;
	border-top:1px solid #ccc;
	margin-top: 20px;
    padding-top: 20px;
}

.photo-gal_modal-text{
	padding:10px 30px !important;
}

.photo-gal_modal .text p{
	margin:0px;
}

.photo-gal_modal{
	max-height: auto !important;
	position: relative;
}*/

.text2-3, .text3-2{
	align-items: center;
	overflow-x: hidden;
}

.text2-3 .text{
	padding-right:30px;
}

.text2-3 .l7{
	height:100vh;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text2-3 .image, .slideshow-about{
	position:relative;
}

.text2-3 .circle-button{
	position: absolute;
	left:0px;
  	top: 50%;
  	transform: translate(-50%, -50%);
}

.slideshow-about .slick-dots{
	bottom:10px;
}

.about-popup-modal .mfp-content{
	width:auto !important;
}

.slideshow-about .slick-slide img{
	width:100%;
}

.slideshow-about .slick-list{
	overflow: visible;
}

.slideshow-about .circle-button{
	position: absolute;
	right:-60px;
  	top: 50%;
  	transform: translate(-50%, -50%);
}

.about-text.text .h4{

	margin-bottom:20px !important;
	}

.text3-2 .text{
	padding-left:30px;
}

	
.careers-text h2{
	font-size:24px;
}

.careers-text{
	border-right:1px solid #ccc;
}

.careers .btn{
	margin-left:30px;
	display: block;
}

.contact form .jcf-select{
	width:100%;
}

.contact table tr td{
	display:block;
	padding:5px 0px;
	}

#GDPR .jcf-checkbox{
	display:inline-block;
	float:left;
	margin-right:10px;
}

#GDPR .jcf-checkbox span{
	height:6px !important;
	width:10px !important;
}

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px !important;
}

#GDPR p{
	margin:0px;
}

#GDPR{
	padding:20px 0px;}

.zip, .search{
	position:relative;
	width:100%;
	max-width:400px;
}

.zip button, .search button{
	position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    line-height: 49px;
	background:transparent;
	border:1px solid #ccc;
}

.contact .left section{
	margin-bottom:40px;
}

.blog-nav .jcf-select{
	width: 100%;
	text-align: left;
	margin-bottom:20px;
}

.jcf-option-blog-cat_1, .jcf-option-blog-cat_2, .jcf-option-blog-cat_3, .jcf-option-blog-cat_4, .jcf-option-blog-cat_5{
	color:#fff !important;
}

.blog_landing-post .post-category h4{
	padding:10px 15px !important;
	color:#fff;
}

.featured img{
	margin-bottom:30px;
}

.blog-cat_1 h4{background-color:#25BFE3;}
.blog-cat_2 h4{background-color:#007A97;}
.blog-cat_3 h4{background-color:#333333;}
.blog-cat_4 h4{background-color:#FF9D43;}
.blog-cat_5 h4{background-color:#E48025;}

.blog_post-descrip .blog-text{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:30px 15px;	
}

.blog_landing-post{
	margin-bottom:30px;
}

.blog-text ul{
	padding-left:20px !important;
}

.blog-text ul li{
	list-style-type: disc !important;
}

.blog-grid .grid-item{
	width:50% !important;
}


.color-collection .grid-item_12 { width: 12.5% !important; }
.color-collection .grid-item_25{ width: 25% !important; }
.color-collection .grid-item_50{ width: 50% !important; }

.color-collection img{
	width:100%;
	padding:10px 15px;
}

.download-results .collapsible{
	border:0px;
	box-shadow: none;
}

.download-results .collapsible-header{
	line-height: normal;
	padding:0px;
	border:0px;
}

.download-results .collapsible-header i{
	display:none;
}

.download-results .collapsible-body{
	padding:0px 0px 10px 0px;
	border-bottom:0px;
}

.inner_div .top{
	margin-bottom:30px;
}

.inner_div .top img{
float:right;
	padding:15px 0px 15px 15px;
}

.flex-list{
	width:100%;
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-evenly;}

.flex-list img{
	max-width:180px;
}

.download-link .circle-button{
	margin-right:10px;
	}

.download-link .circle-button, .download-link .right{
	float:left !important;
	}

/* Styled Textpage */

.textpage-styled h1{
	margin-bottom:20px;
	}

.textpage-styled .h5{
	color:#484848;
	}

.textpage-styled section{
	padding-left:20px;
	margin-left:20px;
	position:relative;
	margin-bottom:30px;}

.textpage-styled section:before{
	content:"";
	display:inline-block;
	border-left:4px solid #25BFE4;
	width: 10px;
    height: 100%;
    position: absolute;
	left:0px;
}

.textpage-styled-header h1{
	margin-bottom:20px !important;}

/* 6/6 Toni */
#certificate{
margin-bottom:30px;}

#certificate .m3 img{
	max-width:150px;
	margin:0 auto;
	display:block;
}

#certificate a{
	text-decoration:underline;
	}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	
	.home-slide .home-hover{
		display:none;
	}

	.home-slide:hover .home-hover{
		display: block;
	}
}

/*
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 95%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

.modal .modal-content {
  padding: 24px;
}

.modal .modal-close {
  cursor: pointer;
 position:absolute;
	right:10px;
	top:10px;
	color:#fff;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}*/


/**umb_name:H2*/
.h2{}

/**umb_name:H3*/
.h3{}

/**umb_name:H4*/
.h4{}