/*
Stylesheet
=========================== */
@import url('font-awesome.min.css');
@import url('../fonts/raleway/stylesheet.css');
@import url('overwrite.css');
@import url('animate.css');
@import url('masonry.css');
/*
Container
=========================== */
a{text-decoration:none !important;}
.contain-wrapp{
	padding:40px 0;
}
.gray-container{
	background:#f9f9f9;
	padding:80px 0;
}

.section-wrapp{
	padding:100px 0;
}

.half-container{
	background:url(../img/half-containerbg.jpg) repeat-y top center;
	padding:50px 0px 0px 0px;
}

.half-container .row {
  margin-right: -60px;
  margin-left: -60px;
}

.half-container .row .row{
  margin-right: -15px;
  margin-left: -15px;
}

.half-container .col-xs-6,
.half-container .col-sm-6,
.half-container .col-md-6,
.half-container .col-lg-6 {
	padding-right: 60px;
	padding-left: 60px;
}

.fullwidth{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.fullwidth .col-xs-1,
.fullwidth .col-sm-1,
.fullwidth .col-md-1,
.fullwidth .col-lg-1,
.fullwidth .col-xs-2,
.fullwidth .col-sm-2,
.fullwidth .col-md-2,
.fullwidth .col-lg-2,
.fullwidth .col-xs-3,
.fullwidth .col-sm-3,
.fullwidth .col-md-3,
.fullwidth .col-lg-3,
.fullwidth .col-xs-4,
.fullwidth .col-sm-4,
.fullwidth .col-md-4,
.fullwidth .col-lg-4,
.fullwidth .col-xs-5,
.fullwidth .col-sm-5,
.fullwidth .col-md-5,
.fullwidth .col-lg-5,
.fullwidth .col-xs-6,
.fullwidth .col-sm-6,
.fullwidth .col-md-6,
.fullwidth .col-lg-6,
.fullwidth .col-xs-7,
.fullwidth .col-sm-7,
.fullwidth .col-md-7,
.fullwidth .col-lg-7,
.fullwidth .col-xs-8,
.fullwidth .col-sm-8,
.fullwidth .col-md-8,
.fullwidth .col-lg-8,
.fullwidth .col-xs-9,
.fullwidth .col-sm-9,
.fullwidth .col-md-9,
.fullwidth .col-lg-9,
.fullwidth .col-xs-10,
.fullwidth .col-sm-10,
.fullwidth .col-md-10,
.fullwidth .col-lg-10,
.fullwidth .col-xs-11,
.fullwidth .col-sm-11,
.fullwidth .col-md-11,
.fullwidth .col-lg-11,
.fullwidth .col-xs-12,
.fullwidth .col-sm-12,
.fullwidth .col-md-12,
.fullwidth .col-lg-12{
	margin:0;
	padding:0;
}

.container-full{
	width:100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-full .row{
	margin-right: 0;
	margin-left: 0;
}

#animated-container{
	background:url(../img/people-pace.jpg) repeat top left;
    position: relative;
    overflow: hidden;
}

#animated-could{
	background:url(../img/could.png) repeat-x top left;
    position: relative;
	height:225px;
	width:100%;
	display:block;
	margin-top:-220px;
	z-index:3;
}

#animated-container a{
	color:#fff;
	text-decoration:underline;
}

.animated-wrapper{
	color:#fff;
	padding:80px 0;
}

.slider-shadow{
	background:url(../img/shadow-bottom.png) no-repeat bottom center;
	padding-bottom:44px;
}

.intro{
	font-size:24px;
	line-height:36px;
	font-weight:300;
	color:#616161;
	padding:150px 0 60px 0;
}

#wrapper{
	position:relative;
	display:block;
}

#wrapper .frame{
	background:#fff;
	position:fixed;
	z-index:9999;
}

#wrapper .frame.top,
#wrapper .frame.bottom{
	width:100%;
	height:20px;
	left:0;
}

#wrapper .frame.left,
#wrapper .frame.right{
	width:20px;
	height:100%;
	top:0;
}

#wrapper .frame.top{
	top:0;
}

#wrapper .frame.bottom{
	bottom:0;
}

#wrapper .frame.left{
	left:0;
}

#wrapper .frame.right{
	right:0;
}
/*
Call to action
=========================== */
.cta-wrapper{
	display:block;
	position:relative;
	padding:20px 0 20px 0;
	color:#fff;
}

.cta-wrapper h1, .cta-wrapper h2, .cta-wrapper h3, .cta-wrapper h4, .cta-wrapper h5, .cta-wrapper h6{
	margin-bottom:10px;
}

.cta-default,
.cta-primary{
	background-image:url(../img/bokeh.png);
	background-color:#242424;
	background-repeat:n0-repeat;
	background-position:top center;
	color:#c2c2c2;
}

.cta-primary{
	background-image:url(../img/background.jpg);
	color:#fff;
}

.cta-parallax{
	background-color:rgba(36, 36, 36, 0.9);
}
/*
Parallax
=========================== */
.about-bg{background: url(../img/about_us.jpg);background-size:100%;}
.products-bg{background: url(../img/products.jpg);background-size:100%;}
.nonwoven-bg{background: url(../img/application.jpg);background-size:100%;}
.specialties-bg{background: url(../img/application.jpg);background-size:100%;}
.composites-bg{background: url(../img/application.jpg);background-size:100%;}
.career-bg{background: url(../img/job_opportunities.jpg);background-size:100%;}
.contact-bg{background: url(../img/contact.jpg);background-size:100%;}
.parallax{
	position:relative;
	width: 100%;
	z-index:3;
	color:#fff;
}

.bg1{
	background:url(../img/parallax/bg01.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.bg2{
	background:url(../img/parallax/timeline.jpg);
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.parallax-container{
	background:rgba(30, 30, 30, 0.6);
	padding:80px 0;
}
.parallax-container.home{
	background:rgba(30, 30, 30, 0.6);
	padding:80px 0 30px 0;
}

.parallax-container.contain{
	background:rgba(0, 0, 0, 0.4);
}

.pixed-parallax{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#parallax-nav{
	list-style: none;
	position: fixed;
	left: 40px;
	bottom:40px;
	z-index: 999;
}

#parallax-nav li{
	list-style: none;
	padding:2px;
	margin: 0 0 10px 0;	
	border-radius:50%;
	border:1px solid transparent;
	cursor:pointer;
}

#parallax-nav li a {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.6);
}

#parallax-nav li:hover{
	border:1px solid rgba(255, 255, 255, 1);
}

#parallax-nav li:hover  a{
	background-color: rgba(255, 255, 255, 1);
}

#header, #parallax-intro, #second{
	width: 100%;
}

#second,
#section-one,
#section-three,
#section-four,
#section-five,
#section-six{
	background: url(../img/parallax/secondBG.jpg) 50% 0 no-repeat fixed;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

#section-one{
	background: url(../img/parallax/bg03.jpg) 50% 0 no-repeat fixed;

}

#section-three{
	background: url(../img/parallax/bg04.jpg) 50% 0 no-repeat fixed;
}

#section-four{
	background: url(../img/parallax/bg05.jpg) 50% 0 no-repeat fixed;
}

#section-five{
	background: url(../img/parallax/bg06.jpg) 50% 0 no-repeat fixed;
}

#section-six{
	background: url(../img/parallax/bg03.jpg) 50% 0 no-repeat fixed;
}

#section-one h2{
	font-size:68px;
	line-height:92px;
	margin-bottom:10px;
}

#section-one .parallax-container{
	padding:200px 0 180px 0;
	font-size:24px;
	line-height:36px;
}

#third{
	background:#1a1a1a;
}


#section-slide{
	background: url(../img/parallax/bg07.jpg) bottom center no-repeat fixed;
	padding-top:140px;
}

.slide-container{
	padding:20px 0;
	font-size:16px;
	line-height:32px;
}

.slide-container h1{
	font-size:72px;
	line-height:72px;
}

.slide-container h2{
	font-size:56px;
	font-weight:400;
	line-height:56px;
	margin-bottom:30px;
}

/*
Inner head
=========================== */
.inner-head{
	padding:205px 0 25px 0;
}

.inner-head i{
	float:left;
	width:47px;
	height:47px;
	margin:7px 20px 0 0;
	border:2px solid #fff;
	text-align:center;
	overflow:hidden;
	font-size:24px;
	line-height:42px;
	border-radius:2px;
}

.inner-head h1, .inner-head  h2, .inner-head  h3, .inner-head  h4 , .inner-head  h5, .inner-head  h6{
	text-transform:uppercase;
	margin-bottom:5px;
}

.inner-head .breadcrumb {
	margin-bottom:0;
}

/*
Gallery
=========================== */
.filter-items{
	display:block;
	margin:0 0 30px 0;
	padding:0;
	text-align:center;
}

.filter-wrapp{
	background:#fff;
	border-bottom:1px solid #d4d4d4;
	padding:15px 20px 10px 20px;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

.filter-items li{
	position:relative;
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	color:#2b2b2b;
	font-size:16px;
}

.filter-items li a,
.filter-items li a:hover,
.filter-items li a:focus,
.filter-items li a:active{
	display:block;
	border:1px solid #d5d5d5;
	color:#2b2b2b;
	font-weight:700;
	text-decoration:none;
	padding:10px 20px;
	border-radius:2px;
}

.filter-wrapp li a{
	margin:0 5px 5px 5px;
}

.filter-items li a:hover,
.filter-items li a.active,
.filter-items li a.active:hover,
.filter-items li a.active:focus,
.filter-items li a.active:active{
	color:#fff;
}

.img-wrapper{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	border-radius:0;
	border:2px solid #DE8831;
}

.img-wrapper.half-column{
	float:left;
	width:50%;
}

.img-caption{
	position:absolute;
	text-align:center;
	vertical-align: center;
	width:100%;
	height:100%;
	color:#2b2b2b;
	background:rgba(255, 255, 255, 0.6);
}

.img-caption h6{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin:0 0 0 0;
}

.img-caption a,
.img-caption h6 a{
	color:#2b2b2b;
}

.img-caption  .zoomer,
.img-caption  .zoomer:hover{
	position:absolute;
	display:inline-block;
	width:40px;
	height:40px;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#fff;
	border-radius:50%;
	text-align:center;
	overflow:hidden;
	padding-top:10px;
	left:50%;
	top:62%;
	margin:-50px 0 0 -20px;
}

.img-categorie{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	margin:20px 0 0 0;
}

.column-wrapper{
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
}

.img-containt{
	float:left;
	background:#fff;
	width:100%;
	border:1px solid #d5d5d5;
	border-top:none;
	padding-top:20px;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

.img-containt.half-column{
	border:none;
	float:left;
	width:50%;
	padding:20px 30px 20px 30px;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.img-containt h5{
	margin-bottom:5px;
}

.img-containt h5 a{
	color:#2b2b2b
}

.img-footer{
	float:left;
	width:100%;
	border-top:1px solid #d5d5d5;
	margin:20px 0 0 0;
	padding:0;
	font-size:16px;
	line-height:16px;
	text-align:center;
}

.img-footer li{
	float:left;
	width:50%;
	margin:0;
	padding:20px 10px 20px 10px;
	list-style:none;
}

.img-footer > li + li{
	border-left:1px solid #d5d5d5;
}

.img-containt.half-column .img-footer{
	border:1px solid #d5d5d5;
	margin:10px 0 0 0;
}

.img-containt.half-column .img-footer li{
		padding:15px;
}

/*
Blog
=========================== */
.recent-post{
	margin:0;
	padding:0;
}

.recent-post li{
	border-bottom:1px dashed transparent;
	border-color:#e8e8e8;
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
}

.recent-post li a{
	color:#616161;
}

.post{
	float:left;
	width:100%;
	margin-bottom:30px;
}

article.post .img-wrapper{
	margin-bottom:20px;
}

article.post-thumbnail .img-wrapper,
.masonry .grid-item .post{
    margin-bottom: 0;
}

.post-frame{
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
	padding:40px 40px 50px 40px;
}

.post .img-wrapper{
	margin-bottom:-1px;
}

.post-data{
	float:left;
	font-size:18px;
	line-height:28px;
	margin:0 15px 0 0;
	padding-left:2px;
	color:#adadad;
}

.post-heading{
	position:relative;
	display:block;
	margin:0 0 15px 0;
}

.post-frame .post-heading{
	margin:0 0 15px 0;
}

.post-heading.post-thumbnail{
	position:relative;
	padding-left:120px;
	margin:0;
}

.post-heading.post-thumbnail h6{
	margin:0;
}

.post-heading.post-thumbnail .img-thumb{
	position:absolute;
	width:100px;
	height:auto;
	top:0;
	left:0;
}

.post-heading .rating{
	display:block;
	color:#2b2b2b;
	font-size:14px;
	line-height:14px;
	margin-bottom:10px;
}

.post-frame .post-heading{
	border-bottom:1px solid #d5d5d5;
	padding-bottom:10px;
	margin-bottom:20px;
}

.post-heading h5{
	margin-bottom:10px;
}

.post-heading h1 a,
.post-heading h2 a,
.post-heading h3 a,
.post-heading h4 a,
.post-heading h5 a,
.post-heading h6 a{
	color:#2b2b2b;
}

.post-meta{
	margin-right:5px;
	color:#adadad;
}

.post-share{
	position:absolute;
	width:100%;
	background:rgba(26, 26, 26, 0.95);
	color:#fff;
	z-index:2;
	left:0;
	bottom:-80px;
}

.post-share label,
.post-share a{
	display:inline-block;
	color:#fff;
	padding:10px 15px 10px 15px;
	border-right:1px solid #4a4a4a;
	height:45px;
	margin:0;
}

.footer-post{
	position:relative;
	float:left;
	width:100%;
	border:1px solid #d5d5d5;
}

.footer-post .btn-link{
	float:right;
	padding:10px 20px;
}

.footer-post .btn-link:before{
	bottom:17px;
	left:0;
}

.footer-post ul,
.footer-post ul li{
	float:left;
	margin:0;
	padding:0;
}

.footer-post ul li{
	list-style:none;
	border-right:1px solid #d5d5d5;
	padding:10px 20px;
	color:#adadad;
	font-size:14px;
}

.footer-post ul li a{
	color:#adadad;
}


/*
Contact
=========================== */
.contact-detail{
	position:relative;
	display:block;
	border: 1px solid #d5d5d5;
	border-radius:2px;
	padding:40px 40px 0 40px;
}
.contact-detail h6{
	margin-bottom:10px;
}
.avanti i{padding-right:6px;color:#2dcb74;}
.contact-detail ul{
	position:relative;
	z-index:3;
}

.contact-sparator{
	background:url(../img/contact-bg.png) no-repeat top right;
	position:absolute;
	display:block;
	width:100%;
	height:68px;
	top:-1px;
	right:-1px;
}

/*
Footer
=========================== */
footer{
	background:#1a1a1a;
	padding:80px 0 0 0;
	color:#b2b2b2;
}

footer .widget{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:30px;
}

footer .recent-post li{
	border-color:#454545;
}

footer .recent-post li a{
	color:#b2b2b2;
}

.photostream{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

.photostream li{
	float:left;
	width:45px;
	list-style:none;
	margin:0 5px 5px 0;
	padding:0;
}

.photostream li a:hover{
	opacity:0.7;
}

.subfooter{
	float:left;
	width:100%;
	border-top:1px solid #454545;
	text-align:center;
	margin:40px 0 10px 0;
	padding-top:30px;
}


/*
Fontawesome
=========================== */
.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-default{
	color:#464646;
}

.icon-circle,
.icon-square{
	background-color:#464646;
	color:#fff;
	border-radius:50%;
	width:34px;
	height:34px;
	border:2px solid transparent;
	text-align:center;
	line-height:28px;
	overflow:hidden;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon-square{
	border-radius:2px;
}

.icon-circle.icon-bordered,
.icon-square.icon-bordered{
	background:none;
	color:#464646;
	border-color:#464646;
}

.icon-circle.icon-bordered:hover,
.icon-square.icon-bordered:hover,
.icon-circle.icon-bordered.fa-primary:hover,
.icon-square.icon-bordered.fa-primary:hover,
.icon-circle.icon-bordered.fa-blue:hover,
.icon-square.icon-bordered.fa-blue:hover,
.icon-circle.icon-bordered.fa-purple:hover,
.icon-square.icon-bordered.fa-purple:hover,
.icon-circle.icon-bordered.fa-pink:hover,
.icon-square.icon-bordered.fa-pink:hover,
.icon-circle.icon-bordered.fa-yellow:hover,
.icon-square.icon-bordered.fa-yellow:hover,
.icon-circle.icon-bordered.fa-green:hover,
.icon-square.icon-bordered.fa-green:hover,
.icon-circle.icon-bordered.fa-red:hover,
.icon-square.icon-bordered.fa-red:hover{
	background:none;
}

.fa-2x.icon-circle,
.fa-2x.icon-square{
	width:56px;
	height:56px;
	font-size: 22px;	
	line-height:54px;
}

.fa-3x.icon-circle,
.fa-3x.icon-square{
	width:76px;
	height:76px;	
	font-size: 34px;
	line-height:74px;
}

.fa-4x.icon-circle,
.fa-4x.icon-square{
	width:96px;
	height:96px;	
	font-size: 40px;
	line-height:94px;
}

.fa-5x.icon-circle,
.fa-5x.icon-square{
	width:120px;
	height:120px;	
	font-size: 50px;
	line-height:118px;
}

.icon-circle.fa-primary,
.icon-circle.fa-blue,
.icon-circle.fa-purple,
.icon-circle.fa-pink,
.icon-circle.fa-yellow,
.icon-circle.fa-green,
.icon-circle.fa-red,
.icon-square.fa-primary,
.icon-square.fa-blue,
.icon-square.fa-purple,
.icon-square.fa-pink,
.icon-square.fa-yellow,
.icon-square.fa-green,
.icon-square.fa-red{
	color:#fff;
}

.icon-circle.icon-bordered.fa-primary,
.icon-circle.icon-bordered.fa-blue,
.icon-circle.icon-bordered.fa-purple,
.icon-circle.icon-bordered.fa-pink,
.icon-circle.icon-bordered.fa-yellow,
.icon-circle.icon-bordered.fa-green,
.icon-circle.icon-bordered.fa-red,
.icon-square.icon-bordered.fa-primary,
.icon-square.icon-bordered.fa-blue,
.icon-square.icon-bordered.fa-purple,
.icon-square.icon-bordered.fa-pink,
.icon-square.icon-bordered.fa-yellow,
.icon-square.icon-bordered.fa-green,
.icon-square.icon-bordered.fa-red{
	background:none;
}

/*
Icon and text
=========================== */
.col-icon{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:10px;
}

.col-icon.centered{
	text-align:center;
}

.col-icon.pull-right{
	text-align:right;
}

.col-icon.pull-left .fa{
	float:left;
	margin:5px 20px 10px 0;
}

.col-icon.pull-right .fa{
	float:right;
	margin:5px 0 10px 20px;	
}

.col-icon.centered i{
	float:none;
	margin:5px 0 15px 0;
}

.icon-wrapp{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background:#fff;
	border:1px solid #d5d5d5;
	border-radius:2px;
	-webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 6px 4px -4px rgba(0, 0, 0, 0.1);	
}

.icon-boxline{
	float:left;
	width:33.333333%;
	position:relative;
	margin:0 -1px;
	padding:30px 30px 10px 85px;
	border-left:1px solid #d5d5d5;
}

.icon-boxline .fa{
	position:absolute;
	top:30px;
	left:30px;
}

.absolute-left,
.absolute-right{
	position:relative;
	padding-left:65px;
}

.absolute-left .fa{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
}

.absolute-right{
	padding-left:0;
	padding-right:65px;
	text-align:right;
}

.absolute-right .fa{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
}

.icon-box{
	position:relative;
	text-align:center;
	margin:0 0 60px 0;
	padding:20px;
	overflow:hidden;
	border-radius:2px;
}

.icon-box-contain{
	padding:70px 20px 15px 20px;
	min-height:300px;
	border:1px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon-box-contain .fa{
	margin-bottom:10px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;   
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;  
    overflow:hidden;
}

.icon-box-contain:hover .fa{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.box-default{
	background:#fff;
	border:1px solid #bbbbbb;
}

.icon-top{
	background:rgba(255, 255, 255, 0.9);
	border:1px solid #bbbbbb;
	border-radius:2px;
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
	padding:60px 20px 10px 20px;
	margin-top:40px;
	overflow:visible;
}

.contain-wrapp .icon-top{
	background:#fff;
}

.icon-top .fa{
	position:absolute;
	width:80px;
	height:80px;
	text-align:center;
	font-size:36px;
	line-height:46px;
	border:1px solid #bbbbbb;
	background:#fff;
	border-radius:50%;
	top:-40px;
	left:50%;
	padding-top:15px;
	margin-left:-40px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;   
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; 
}

.icon-top:hover .fa{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.parallax-container .box-default{
	background:rgba(255, 255, 255, 0.9);
	color:#616161;
	border:none;
}

.parallax-container .box-default h1,
.parallax-container .box-default h2,
.parallax-container .box-default h3,
.parallax-container .box-default h4,
.parallax-container .box-default h5,
.parallax-container .box-default h6{
	color:#2b2b2b;
}

.box-primary{
	color:#fff;
	background-color:rgba(0,0,0,0.8)!important;
	
}
.box-image{
	background:#242424;
	color:#fff;
}

.box-default .icon-box-contain{
	border-color:#bbbbbb;
}

.box-default:hover .icon-box-contain{
	border-color:#929292;
}

.box-primary .icon-box-contain{
	border-color:rgba(255, 255, 255, 0.45);
}

.box-primary:hover .icon-box-contain{
	border-color:rgba(255, 255, 255, 0.8);
}

.box-image .icon-box-contain{
	position:relative;
	border-color:rgba(255, 255, 255, 0.2);
	z-index:4;
}

.box-image:hover .icon-box-contain{
	border-color:rgba(255, 255, 255, 0.6);
}

.box-image .box-background{
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

.box-image .box-background img{
	display:block;
	width:100%;
	filter: alpha(opacity=10);
}

.box-default .icon-box-contain i{
	color:#2b2b2b;
}

.icon-column-wrapp{
	float:left;
	width:100%;
	padding:0;
	margin:0;
}

.icon-column{
	float:left;
	width: 33.33333333%;
	position:relative;
	overflow:hidden;
	text-align:center;
	padding:20px;
	margin:0;
}

.icon-column .fa{
	margin-bottom:10px;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;   
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform; 
}

.icon-column:hover .fa{
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}

.icon-column .icon-bg{
	position:absolute;
	font-size:280px;
	line-height:120px;
	bottom:0;
	right:-40px;
	color:rgba(255, 255, 255, 0.45);
}

.icon-column.box-default,
.icon-column.box-primary{
	background:#2b2b2b;
	border:none;
	color:#b2b2b2;
}

.icon-column.box-primary{
	color:#fff;
}

.icon-column.box-gray{
	background:#d6d6d6;
}

.icon-column.box-default .fa,
.icon-column.box-primary .fa{
	color:#fff;
}

.icon-column.box-gray .fa{
	color:#2b2b2b;
}

.icon-column.box-default .icon-bg{
	color:rgba(255, 255, 255, 0.1);
}

.icon-column.box-primary .icon-bg{
	color:rgba(255, 255, 255, 0.3);
}

.icon-column.box-gray .icon-bg{
	color:rgba(255, 255, 255, 0.4);
}

.icon-column-contain{
	position:relative;
	border:4px double rgba(255, 255, 255, 0.45);
	padding:40px 30px 20px 30px;
	z-index:5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.icon-column:hover .icon-column-contain{
	border:4px double rgba(255, 255, 255, 0.65);
}

.icon-column.box-primary .icon-column-contain{
	border:4px double rgba(255, 255, 255, 0.65);
}

.icon-column:hover .icon-column-contain{
	border:4px double rgba(255, 255, 255, 0.95);
}

.icon-column.box-gray .icon-column-contain{
	border:4px double rgba(0, 0, 0, 0.25);
}

.icon-column:hover.box-gray .icon-column-contain{
	border:4px double rgba(0, 0, 0, 0.45);
}


/*
Preloading
=========================== */
div.loading-invisible{
    display:none;
}

#loading{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index:9999999;
	margin-top: 0px;
	top: 0px;
	color:#fff;
	text-align:center;
	font-size:18px;
	letter-spacing:4px;
	background:rgba(0, 0, 0,1);
}

.loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}

.loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;

}

.loading-center p{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 105px;
	margin-left: -79px;	
}

.object{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 65px;
	top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	}
.object:nth-child(2n+0) {
	margin-right: 0px;

}
#object_one {
	-webkit-animation: object_one 2s infinite;
	animation: object_one 2s infinite;
	-webkit-animation-delay: 0.2s; 
    animation-delay: 0.2s; 
	}
#object_two {
	-webkit-animation: object_two 2s infinite;
	animation: object_two 2s infinite;
	-webkit-animation-delay: 0.3s; 
    animation-delay: 0.3s; 
	}
#object_three {
	-webkit-animation: object_three 2s infinite;
	animation: object_three 2s infinite;
	-webkit-animation-delay: 0.4s; 
    animation-delay: 0.4s; 
	}
#object_four {
	-webkit-animation: object_four 2s infinite;
	animation: object_four 2s infinite;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}
#object_five {
	-webkit-animation: object_five 2s infinite;
	animation: object_five 2s infinite;
	-webkit-animation-delay: 0.6s; 
    animation-delay: 0.6s; 
}
#object_six {
	-webkit-animation: object_six 2s infinite;
	animation: object_six 2s infinite;
	-webkit-animation-delay: 0.7s; 
    animation-delay: 0.7s; 
}
#object_seven {
	-webkit-animation: object_seven 2s infinite;
	animation: object_seven 2s infinite;
	-webkit-animation-delay: 0.8s; 
    animation-delay: 0.8s; 
}
#object_eight {
	-webkit-animation: object_eight 2s infinite;
	animation: object_eight 2s infinite;
	 -webkit-animation-delay: 0.9s; 
    animation-delay: 0.9s; 
}

#object_big{
	
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50px;
	top: 50px;
	-webkit-animation: object_big 2s infinite;
	animation: object_big 2s infinite;
	-webkit-animation-delay: 0.5s; 
    animation-delay: 0.5s; 
}	

@-webkit-keyframes object_big {
 50% { -webkit-transform: scale(0.5); }

}

@keyframes object_big {
 50% { 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  } 

}

@-webkit-keyframes object_one {
 50% { -webkit-transform: translate(-65px,-65px)  ; }

}

@keyframes object_one {
 50% { 
    transform: translate(-65px,-65px) ;
    -webkit-transform: translate(-65px,-65px) ;
  } 

}

@-webkit-keyframes object_two {
  50% { -webkit-transform: translate(0,-65px) ; }
}

@keyframes object_two {
 50% { 
    transform: translate(0,-65px) ; 
    -webkit-transform: translate(0,-65px) ; 
  } 

}

@-webkit-keyframes object_three {
 50% { -webkit-transform: translate(65px,-65px) ; }
}

@keyframes object_three {
 50% { 
    transform: translate(65px,-65px) ;
    -webkit-transform: translate(65px,-65px) ;
  } 
}

@-webkit-keyframes object_four {
  
  50% { -webkit-transform: translate(65px,0) ; }

}

@keyframes object_four {
  50% { 
    transform: translate(65px,0) ;
    -webkit-transform: translate(65px,0) ;
  } 

}

@-webkit-keyframes object_five {
  
  50% { -webkit-transform: translate(65px,65px) ; }

}

@keyframes object_five {
  50% { 
    transform: translate(65px,65px) ;
    -webkit-transform: translate(65px,65px) ;
  } 

}

@-webkit-keyframes object_six {
  
  50% { -webkit-transform: translate(0,65px) ; }

}

@keyframes object_six {
  50% { 
    transform:  translate(0,65px) ;
    -webkit-transform:  translate(0,65px) ;
  } 

}

@-webkit-keyframes object_seven {
  
  50% { -webkit-transform: translate(-65px,65px) ; }

}

@keyframes object_seven {
  50% { 
    transform: translate(-65px,65px) ;
    -webkit-transform: translate(-65px,65px) ;
  } 

}

@-webkit-keyframes object_eight {
  
  50% { -webkit-transform: translate(-65px,0) ; }

}

@keyframes object_eight {
  50% { 
    transform: translate(-65px,0) ;
    -webkit-transform: translate(-65px,0) ;
  } 

}

/*
Clear spacer
=========================== */
.margin-clear{
	margin:0;
}

.padding-clear{
	padding:0;
}

.margintop-clear{
	margin-top:0;
}

.paddingtop-clear{
	padding-top:0;
}

.marginbot-clear{
	margin-bottom:0;
}

.paddingbot-clear{
	padding-bottom:0;
}

.marginleft-clear{
	margin-left:0;
}

.paddingleft-clear{
	padding-left:0;
}

.marginright-clear{
	margin-right:0;
}

.paddingright-clear{
	padding-right:0;
}

.padding-top40{
	padding-top:40px;
}

.padding-topt60{
	padding-top:60px;
}

.padding-bot30{
	padding-bottom:30px;
}

.padding-bot40{
	padding-bottom:40px;
}

.padding-bot50{
	padding-bottom:50px;
}

.padding-bot60{
	padding-bottom:60px;
}

.padding-bot70{
	padding-bottom:70px;
}

.margin-mintop10{
	margin-top:-10px;
}

.margin-mintop20{
	margin-top:-20px;
}

.margin-mintop30{
	margin-top:-30px;
}

.margin-mintop60{
	margin-top:-60px;
}

.margin-mintop110{
	margin-top:-110px;
}

.margin-minbot10{
	margin-bottom:-10px;
}

.margin-minbot20{
	margin-bottom:-20px;
}

.margin-minbot30{
	margin-bottom:-30px;
}

.margin-minbot60{
	margin-bottom:-60px;
}

/*
Custom left right spacer
=========================== */
.margin-left10{
	margin-left:10px;
}

.margin-right10{
	margin-right:10px;
}

.margin-left20{
	margin-left:20px;
}

.margin-right20{
	margin-right:20px;
}

/*
Custom top spacer
=========================== */
.margintop5{
	margin-top:5px;
}

.margintop10{
	margin-top:10px;
}

.margintop15{
	margin-top:15px;
}

.margintop20{
	margin-top:20px;
}

.margintop25{
	margin-top:25px;
}

.margintop30{
	margin-top:30px;
}

.margintop35{
	margin-top:35px;
}

.margintop40{
	margin-top:40px;
}

.margintop45{
	margin-top:45px;
}

.margintop50{
	margin-top:50px;
}

.margintop55{
	margin-top:55px;
}

.margintop60{
	margin-top:60px;
}

.margintop80{
	margin-top:80px;
}

/*
Custom bottom spacer
=========================== */
.marginbot5{
	margin-bottom:5px;
}

.marginbot10{
	margin-bottom:10px;
}

.marginbot15{
	margin-bottom:15px;
}

.marginbot20{
	margin-bottom:20px;
}

.marginbot25{
	margin-bottom:25px;
}

.marginbot30{
	margin-bottom:30px;
}

.marginbot35{
	margin-bottom:35px;
}

.marginbot40{
	margin-bottom:40px;
}

.marginbot45{
	margin-bottom:45px;
}

.marginbot50{
	margin-bottom:50px;
}

.marginbot55{
	margin-bottom:55px;
}

.marginbot60{
	margin-bottom:60px;
}

.marginbot80{
	margin-bottom:80px;
}

/*
Responsive
=========================== */
@media (min-width: 1200px) {
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev{
		left:0;
		margin-left:-40px;
	}
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next{
		right:0;
		margin-right:-40px;
	}
	.img-containt.half-column{
		padding:40px 30px 40px 30px;
	}
	.img-containt.half-column .img-footer{
		margin:10px 0 0 0;
	}	
	.img-containt.half-column .img-footer li{
		padding:20px 10px 20px 10px;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.navbar-nav li a {
		padding:7px 5px;
	}
	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-prev{
		left:0;
		margin-left:0;
	}

	.leftControls-right.owl-theme .owl-controls .owl-buttons div.owl-next{
		right:0;
		margin-right:0;
	}
	.half-container{
		background:#f9f9f9;
		padding:0;
	}
	.half-container .pull-left{
		background:#f9f9f9;
	}
	.half-container .pull-right{
		background:#f0f0f0;
	}
	.half-container .row {
	  margin-right: -15px;
	  margin-left: -15px;
	}
	.half-container .col-xs-6,
	.half-container .col-sm-6,
	.half-container .col-md-6,
	.half-container .col-lg-6 {
		padding:70px 15px 60px 15px;
		width:100%;
	}
	.half-container .col-xs-6,
	.half-container .col-sm-6,
	.half-container .col-md-6,
	.half-container .col-lg-6 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.slider-shadow{
		padding:0;
	}
	.img-wrapper.half-column,
	.img-containt.half-column{
		width:100%;
	}
	.img-containt.half-column{
		padding:40px 30px 40px 30px;
	}
	.img-containt.half-column .img-footer{
		margin:10px 0 0 0;
	}
	.img-containt.half-column .img-footer li{
		padding:20px 10px 20px 10px;
	}
	.icon-boxline{
		width:100%;
		margin:-1px 0;
		border:none;
		border-top:1px solid #d5d5d5;
	}
	#section-one h2{
		font-size:48px;
		line-height:68px;
	}
	#section-one .parallax-container{
		padding:140px 0 60px 0;
		font-size:18px;
		line-height:30px;
	}
	.btn-rotate.pull-right{
		right:80px;
	}
}

@media (max-width: 767px) {
	#slider_container{
		margin-top:70px;
	}
	.navbar.navbar-dark{
		background:rgba(26, 26, 26, 1);
	}
	.navbar.navbar-white{
		background:rgba(255, 255, 255, 1);
	}
    .navbar-header{
        position: relative;
		display:block;
		width:100%;
		text-align:center;
    }
	.navbar-brand {
		padding:0;
		float:none;
		display:inline-block;
	}
	.navbar-toggle{
		position:absolute;
		left:15px;
		top:3px;
	}
	#wrapper .navbar-toggle{
		left:35px;
	}
	.navlink-right{
		position:absolute;
		right:15px;
		top:27px;
	}
	#wrapper .navlink-right{
		right:35px;
	}
	#wrapper .row{
		margin-left:15px;
		margin-right:15px;
	}
	.navbar.navbar-dark.top-nav-collapse .navlink-right,
	.navbar.navbar-dark.top-nav-collapse .search-wrapper,
	.navbar.navbar-white.top-nav-collapse .navlink-right,
	.navbar.navbar-white.top-nav-collapse .search-wrapper{
		right:15px;
		top:17px;
	}
	.navbar-collapse{
		margin-top:15px;
	}
    ul.navbar-nav{
        margin-top: 10px !important;
        padding-left: 15px;
        padding-right: 15px;
		padding-bottom:10px;
    }
    ul.navbar-nav li a,
	ul.navbar-nav li a:hover,
	ul.navbar-nav li a:active,
	ul.navbar-nav li a:focus{
        border-bottom: solid 1px #cfcfcf;
        padding:10px 0 15px 0;
    }
	ul.navbar-nav li a:hover,
	ul.navbar-nav li a:active,
	ul.navbar-nav li a:focus,
	ul.navbar-nav li a.dropdown-toggle:hover,
	ul.navbar-nav li a.dropdown-toggle:active,
	ul.navbar-nav li a.dropdown-toggle:focus{
		border-bottom: solid 1px #cfcfcf;
	}
	.navbar.navbar-white ul.navbar-nav li a.dropdown-toggle:hover,
	.navbar.navbar-white ul.navbar-nav li a.dropdown-toggle:active,
	.navbar.navbar-white ul.navbar-nav li a.dropdown-toggle:focus{
		border-bottom: solid 1px #cfcfcf;
	}
	.navbar.navbar-dark ul.navbar-nav li a{
        border-bottom: solid 1px #333;
    }
	.navbar.navbar-dark ul.navbar-nav li a.dropdown-toggle:hover,
	.navbar.navbar-dark ul.navbar-nav li a.dropdown-toggle:active,
	.navbar.navbar-dark ul.navbar-nav li a.dropdown-toggle:focus{
		border-bottom: solid 1px #333;
	}
    ul.navbar-nav .dropdown.open .dropdown-menu{
        display: block !important;
    }    
    ul.navbar-nav li.active a{
        border: solid 1px transparent !important;
        border-bottom: solid 1px #ccc !important;
    }
    .navbar.navbar-dark ul.navbar-nav li.active a{
        border-bottom: solid 1px #333 !important;
    }
	.navbar-nav .dropdown-menu{
		position:relative;
		width:100%;
		overflow-y:hidden;
        height: auto !important;
        padding: 0;
	}
	.navbar-nav .dropdown-menu li {
		padding:0;
		margin:0;
	}
	.dropdown-menu li a.trigger:before{
		display:none;
	}
	.dropdown-menu .sub-menu1, .dropdown-menu .sub-menu2 {
		visibility:visible;
		margin:0;
	}
	.navbar-nav .dropdown-menu li a{
        padding:13px 0 !important;
	}
    .navbar-nav li a{
        background: transparent !important;
        border-top: solid 1px transparent !important;
    }
    .navbar-nav li.yamm-fullwidth .dropdown-menu{
        position: relative !important;
    }
	ul.navbar-nav li.yamm-fullwidth a,
	ul.navbar-nav li.yamm-fullwidth a:focus,
    ul.navbar-nav li.yamm-fullwidth a:hover{
        border-bottom: solid 1px #cfcfcf !important;
    }
	.navbar.navbar-dark ul.navbar-nav li.yamm-fullwidth a,
	.navbar.navbar-dark ul.navbar-nav li.yamm-fullwidth a:focus,
    .navbar.navbar-dark ul.navbar-nav li.yamm-fullwidth a:hover{
        border-bottom: solid 1px #333 !important;
    }
    
    .navbar-nav .dropdown-menu li a{
        padding-left: 0 !important;
    }
    
    .navbar-nav li.dropdown .caret{
        display: none;
    }
    
    .navbar-nav li.dropdown > a:before{
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
    }
    
    .navbar-nav li.dropdown.open > a:before{
        content: "\f107";
    }
    .navbar-nav li.yamm-fullwidth .dropdown-menu .container{
        padding:0;
    }
    .navbar-nav li.yamm-fullwidth .dropdown-menu .container .row{
        margin-left:0;
		margin-right:0;
    }
    .navbar-nav li.yamm-fullwidth .dropdown-menu .container .row .widget{
        padding:0;
    }
	.half-container{
		background:none;
		padding:0;
	}
	.half-container .pull-left{
		background:#f9f9f9;
	}
	.half-container .pull-right{
		background:#f0f0f0;
	}
	.half-container .row {
	  margin-right: -15px;
	  margin-left: -15px;
	}
	.half-container .col-xs-6,
	.half-container .col-sm-6,
	.half-container .col-md-6,
	.half-container .col-lg-6 {
		padding:70px 15px 50px 15px;
		width:100%;
	}
	.slider-shadow{
		padding:0;
	}
	.mobile-clearfix{
		clear:both;
	}
	.result{
		float:left;
		margin-top:0;
	}
	.styled-table thead {
		display: none;
	}
	.styled-table tbody {
		width: 100%;
	}
	.styled-table tbody tr{
		overflow: hidden;
		height: auto;
		width: 100%;
		border: 1px solid #e3e3e3;
	}
	.styled-table tbody tr td{
		display: block;
		text-align: left;
		padding-left: calc(50% + 10px);
		position: relative;
		overflow: hidden;
		height: auto;
		border-bottom: 1px solid #f0f0f0;
	}
	.styled-table tbody tr td:first-child{
		padding: 10px;
		padding-left: calc(50% + 10px);
	}
	.styled-table tbody tr td.text-right{
		text-align: left;
	}
	.styled-table tbody tr td:before {
		content: attr(data-title);
		display: block;
		font-weight: bold;
		position: absolute;
		left: 0px;
		top: 0px;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
		height: 100%;
		background-color: #fdfdfd;
	}
	
	.img-wrapper.half-column,
	.img-containt.half-column{
		width:100%;
	}
	.img-containt.half-column{
		padding:40px 30px 40px 30px;
	}
	.img-containt.half-column .img-footer{
		margin:10px 0 0 0;
	}
	.img-containt.half-column .img-footer li{
		padding:20px 10px 20px 10px;
	}
	.icon-boxline{
		width:100%;
		margin:-1px 0;
		border:none;
		border-top:1px solid #d5d5d5;
	}
	.counter-item{
		text-align:center;
		margin-bottom:30px;
	}
	.icon-column{
		width: 100%;
	}
	.tab-icons .nav-tabs > li > a {
		font-size:18px;
		padding:10px 20px;
		margin:0 1px;
	}
	.btn{
		margin-bottom:5px;
	}
	.cta-wrapper{
		padding:60px 0 60px 0;
	}
	.cta-wrapper .pull-right{
		float:left !important;
	}
	.intro{
		padding:150px 0 0 0;
	}
	.margin-mintop60,
	.margin-mintop110{
		margin-top:80px;
	}
	.btn-rotate.pull-right{
		right:80px;
	}
	ul.feature .line,
	ul.feature.left li:after,
	ul.feature.right li:after{
		background:none;
	}
	ul.feature.left{
		margin-bottom:60px;
	}
	ul.feature.left li{
		padding-right:80px;
	}
	ul.feature.left li .fa{
		right: 0;
	}
	ul.feature.right{
		margin-top:60px;
	}
	ul.feature.right li{
		padding-left:80px;
	}
	ul.feature.right li .fa{
		left: 0;
	}
	.custom-offset-top{
		margin-top:80px;
	}
	.custom-search-wrapp .pull-left,
	.custom-search-wrapp .pull-right{
		float:left !important;
		width:100%;
	}
	.custom-search-wrapp .pull-right{
		border:none;
		border-top:5px solid;
		padding-top:40px;
	}
	#section-one h2{
		font-size:36px;
		line-height:56px;
	}
	#section-one .parallax-container{
		padding:140px 0 60px 0;
		font-size:14px;
		line-height:24px;
	}
	.post .img-wrapper .img-responsive{
		width:100%;
	}
}


/* Title style*/
.block-head {
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
    padding: 0 0 20px;
    color:#1A1A1A;
    position: relative;
}
.footer-top .block-head {
    border-bottom-color: #A6D142;
    color: #c5c5c5;
    text-transform: uppercase;
}
.block-head:before {
    bottom: -2px;
    content: "";
    display: inline-block;
    height: 4px;
    left: 0px;
    position: absolute;
    width: 120px;
}
.block-head:after {
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 120px;
}
.block-head.center {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.block-head.center:before {
    left: 50%;
    margin-left: -17.5px;
}
.block-head.center:after {
    left: 50%;
    margin-left: -40px;
}
.block-head:before, .block-head:after{
    background-color: #3eb5e1;
}




/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #DE8831;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #DE8831;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a{color:#FFF;text-decoration:none;}
.events-content ol li{list-style:none;}
.events ol li{list-style:none;}
.cd-timeline-navigation li{list-style:none;}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #3eb5e1;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #3eb5e1;
  border-color: #3eb5e1;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #3eb5e1;
  border-color: #3eb5e1;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #3eb5e1;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 0em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 4rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.application{padding-bottom:80px;}
@media (width: 768px) {
	.inner-head h4{
		font-size:20px;
		line-height:20px;
	}
	.inner-head {
		padding: 120px 0 5px;
	}
	.navbar-nav li a{padding:7px 4px;}
	.navbar-nav li a, .navbar-nav li a:focus, .navbar-nav li a:active{letter-spacing:0.5px;}
		.modal-dialog {
		margin: 30px auto;
		width: 100%;
	}
}

@media (width: 800px) {
	.inner-head h4{
		font-size:20px;
		line-height:20px;
	}
	.inner-head {
		padding: 120px 0 5px;
	}
	.navbar-nav li a{padding:7px 4px;}
	.navbar-nav li a, .navbar-nav li a:focus, .navbar-nav li a:active{letter-spacing:0.5px;}
		.modal-dialog {
		margin: 30px auto;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.inner-head h4{
		font-size:20px;
		line-height:20px;
	}
	.inner-head {
		padding: 120px 0 5px;
	}
}
@media (max-width: 640px) {
	.about-bg{background-position:bottom left;}
	.products-bg{background-position:bottom left;}
	.nonwoven-bg{background-position:bottom left;}
	.specialties-bg{background-position:bottom left;}
	.composites-bg{background-position:bottom left;}
	.career-bg{background-position:bottom left;}
	.contact-bg{background-position:bottom left;}
	.inner-head {
		padding: 100px 0 5px;
	}
	.cta-wrapper {
		padding: 20px 0;
	}
	.heading h3{font-size:24px;line-height:26px;}
	.heading{margin-bottom:0px;}
	.post-frame{padding:10px;}
}
@media (max-width: 360px) {
	.inner-head {
		padding: 85px 0 5px;
	}
	.about-bg{background-position:bottom left;}
	.products-bg{background-position:bottom left;}
	.nonwoven-bg{background-position:bottom left;}
	.specialties-bg{background-position:bottom left;}
	.composites-bg{background-position:bottom left;}
	.career-bg{background-position:bottom left;}
	.contact-bg{background-position:bottom left;}
	.cta-wrapper {
		padding: 20px 0;
	}
	.filter-items li a, .filter-items li a:hover, .filter-items li a:focus, .filter-items li a:active{width:285px !important; margin-bottom:5px}
	.modal-dialog {
		margin: 30px auto;
		width: 100%;
	}
}
@media (width: 1024px) {
	.inner-head{
		padding:160px 0 25px 0;
	}
}