/*======================================================================
	Module (Default)
----------------------------------------------------------------------*/
div.module-container{
	padding:40px;
}

div.module-half {
    padding: 0px;
}

div.module-pictures {
	height: 400px;
	height: 50vh;
	width: 100%;
}

div.module-pictures .table {
	height: 240px;
	height: calc(50vh - 160px);
}

div.module-pictures .table .half_thirds {
	width: 50%;
	height: 30vh;
	float: left;
	background-position: center center;
	background-size: cover;
}

div.module-pictures .table .third_thirds {
	width: calc(100% / 3);
	height: 20vh;
	float: left;
	background-position: center center;
	background-size: cover;
}

div.module-container div.module-wrapper{
	width:100%;
	max-width:1440px;
	margin:0px auto;
}
div.module-container div.module-wrapper h1.title{
	font-family:"Oswald DemiBold", sans-serif;
	font-size: 62px;
	color:#5b5b5a;
	line-height:70px;
	text-transform:uppercase;
	margin-bottom: 15px;
}
div.module-container div.module-wrapper p{
	line-height:30px;
	margin-top:20px;
}
div.module-container div.module-wrapper p:first-child{
	margin-top:0px;
}
div.module-container div.module-wrapper p a{
	text-decoration:underline;
}
div.module-container div.module-wrapper p b,
div.module-container div.module-wrapper p strong{
	color:#777;
	font-weight:700;
}
div.module-container div.module-wrapper p em{
	font-style:italic;
}
div.module-container div.module-wrapper ol,
div.module-container div.module-wrapper ul{
	padding-left:40px;
	margin-top:20px;
}
div.module-container div.module-wrapper ol li,
div.module-container div.module-wrapper ul li{
	line-height:25px;
}
div.module-container div.module-wrapper ol li{
	list-style:decimal;
}
div.module-container div.module-wrapper ul li{
	list-style:disc;
}
div.module-container div.module-wrapper blockquote{
	padding:40px 100px 40px 40px;
	margin:40px 0px;
	border-left:10px solid #69a9c1;
}
div.module-container div.module-wrapper blockquote p{
	font-family:"Georgia", serif;
	font-size:20px;
	font-style:italic;
	color:#666;
	line-height:35px;
}
div.module-container div.module-wrapper img{
	max-width:100%;
	height:auto;
	display:inline-block;
}


/*======================================================================
	Module (Home: Video)
----------------------------------------------------------------------*/
div.module-video{
	height:100vh;
	padding:0px 40px;
	overflow:hidden;
	position:relative;
}
div.module-video div.module-wrapper{
	height:100%;
}
div.module-video div.module-wrapper div.table{
	width:100%;
	height:100%;
	display:table;
}
div.module-video div.module-wrapper div.table div.cell{
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
div.module-video div.module-wrapper div.table div.cell h1{
	font-family:"Oswald DemiBold", sans-serif;
	font-size: 85px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
}
div.module-video div.module-wrapper div.table div.cell h2{
	font-family:"Oswald Light", sans-serif;
	font-size:56px;
	color: #ebe7dc;
	text-align:center;
	text-transform:uppercase;
	margin-top:5px;
}
div.module-video div.module-wrapper div.table div.cell a {
	border: 2px solid #fff;
	font-size: 21px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.5px;
	line-height:50px;
	text-transform:uppercase;
	padding: 5px 40px;
	margin-top: 20px;
	display:inline-block;
	font-family:"Oswald DemiBold", sans-serif;
}

div.module-video div.module-wrapper div.table div.cell a:hover {
	background-color:#69a9c1;
	border: 2px solid #69a9c1;
}


div.module-video video{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	z-index:-1;
	
	transform:translateX(-50%) translateY(-50%);
	-webkit-transform:translateX(-50%) translateY(-50%);
}


/*======================================================================
	Module (Home: Work)
----------------------------------------------------------------------*/
div.module-work{
	padding:5px;
	background-color: #f2efe8;
}
div.module-work div.module-wrapper{
	width:auto;
	max-width:none;
}
div.module-work div.module-wrapper{
	position:relative;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column{
	width:16.66%;
	width:calc(100% / 6 - .5px);
	float:left;
	cursor: pointer;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column-2{
	width:calc(100% / 3);
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase{
	position:relative;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content{
	padding:5px;
	position:relative;
	cursor: pointer;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content a.hyperlink {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

div.module-work div.module-wrapper div.showcase-container div.showcase-column-4 div.showcase div.content a.hyperlink {
	/*cursor: default;
	pointer-events: none;*/
}

#process_types div.module-wrapper div.showcase-container div.showcase-column-4{
	width: calc(100% / 3);
	height: 100%;
}


#process_types div.module-wrapper div.showcase-container div.showcase-column-4 div.showcase div.content div.info table tr td {
    font-family: "Oswald Light", sans-serif;
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}



#process_types div.module-wrapper div.showcase-container div.showcase-column-4 .showcase {
	margin: 5px;
	background-color: #252A30;
	height: 100%;
}

#process_types div.module-wrapper div.showcase-container div.showcase-column-4 .showcase div.content {
	padding: 0;
}

#process_types div.module-wrapper div.showcase-container div.showcase-column-4 .showcase img {
	height: auto;
	width: 100%;
	display: block;
}

div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content img{
	width:100%;
	height:auto;
	display:block;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content div.info{
	background-color:#252A30;
	background-color:rgba(37, 42, 48, 0.9);
	margin:5px;
	opacity:0;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:5;
	
	transition:opacity 0.4s ease;
	-webkit-transition:opacity 0.4s ease;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase:hover div.content div.info{
	opacity:1;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content div.info table{
	width:100%;
	height:100%;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content div.info table tr td{
	font-family:"Oswald Light", sans-serif;
	font-size:29px;
	color:#fff;
	text-transform:uppercase;
	padding:20px;
	vertical-align:middle;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column-10 div.showcase div.content div.info table tr td{
	font-size:96px;
	padding:40px;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content div.info table tr td span{
	font-size:16px;
	font-weight:700;
	color:#69a9c1;
	margin-top:15px;
	display:block;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column-10 div.showcase div.content div.info table tr td span{
	font-size:24px;
	margin-top:20px;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase div.content i{
	font-size:24px;
	color:#fff;
	margin:0px 0px 20px 20px;
	opacity:0.5;
	position:absolute;
	bottom:0;
	right: 20px;
	z-index:15;
	
	transition:opacity 0.4s ease;
	-webkit-transition:opacity 0.4s ease;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column-10 div.showcase div.content i{
	font-size:36px;
}
div.module-work div.module-wrapper div.showcase-container div.showcase-column div.showcase:hover div.content i{
	opacity:1;
}


/*======================================================================
	Module (Home: About)
----------------------------------------------------------------------*/
div.module-about {
	background-color: #f2efe8;
}

div.module-about div.module-wrapper{
	max-width:800px;
	padding:100px 0px;
}
div.module-about div.module-wrapper h1.title{
	text-align:center;
	font-family:"Oswald Medium", sans-serif;
}
div.module-about div.module-wrapper p{
	text-align:center;
}
div.module-about div.module-wrapper p a{
	border: 2px solid #5b5b5a;
	font-size:21px;
	font-weight:700;
	color:#5b5b5a;
	letter-spacing:0.5px;
	line-height:50px;
	text-transform:uppercase;
	padding: 5px 35px;
	display:inline-block;
	text-decoration: none;
	font-family: "Oswald DemiBold", sans-serif;
}
div.module-about div.module-wrapper p a:hover{
	background-color:#69a9c1;
	border: 2px solid #69a9c1;
	color: #fff;
}




/*======================================================================
	Module (Home: Awards)
----------------------------------------------------------------------*/
div.module-awards{
	background-color:#d6d3ce;
	background-image:url('../images/awards-bg.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
div.module-awards div.module-wrapper{
	padding:60px 0px;
}
div.module-awards div.module-wrapper div.awards-container{
	text-align:center;
}
div.module-awards div.module-wrapper div.awards-container ul{
	background-color:#fff;
	background-color:rgba(255, 255, 255, 0.7);
	font-size:0px;
	margin:0px;
	padding:10px;
	display:inline-block;
}
div.module-awards div.module-wrapper div.awards-container ul li{
	font-size:0px;
	width: 220px;
	display:inline-block;
	vertical-align: middle;
	line-height: normal;
}

div.module-awards div.module-wrapper div.awards-container ul li div{
	padding:10px;
}
div.module-awards div.module-wrapper div.awards-container ul li div img{
	width:100%;
	height:auto;
	display:block;
}




/*======================================================================
	Module (Home: Testimonials)
----------------------------------------------------------------------*/
div.module-testimonial div.module-wrapper {
	text-align: center;
	font-family: "Oswald Light", sans-serif;
	font-size: 38px;
	padding: 100px 50px;
	width: calc(100% - 100px);
	line-height: 50px;
	color: #fff;
}

div.module-testimonial {
	background-color: #69a9c1;
	background-image: url('../images/testimonial.jpg');
}

div.module-testimonial div.module-wrapper .author {
	font-size: 28px;
	text-align: center;
	color: #fff;
	padding-left: 300px;
	padding-top: 15px;
	font-family: "Oswald Medium", sans-serif;
}

/*======================================================================
	Module (Home: Insight)
----------------------------------------------------------------------*/

div.module-insights {
	background-color: #f2efe8;
}

div.module-insights div.module-wrapper{
	max-width:1450px;
}
div.module-insights div.module-wrapper div.resources{
	width:calc(100% / 5);
	float:left;
}
div.module-insights div.module-wrapper div.resources img{
	width:calc(100% - 10px);
	height:auto;
	padding:5px;
	display:block;
}
div.module-insights div.module-wrapper div.resources div.glossary{
	position:relative;
}
div.module-insights div.module-wrapper div.resources div.glossary div.content{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	padding:5px;
	position:absolute;
	top:0;
	left:0;
}
div.module-insights div.module-wrapper div.resources div.glossary div.content a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
div.module-insights div.module-wrapper div.resources div.glossary div.content table{
	background-color:#ccc;
	width:100%;
	height:100%;
}
div.module-insights div.module-wrapper div.resources div.glossary div.content table tr td{
	vertical-align:middle;
}
div.module-insights div.module-wrapper div.resources div.glossary div.content table tr td h2{
	font-family:"Oswald DemiBold", sans-serif;
	font-size: 30px;
	color:#fff;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
}
div.module-insights div.module-wrapper div.resources div.glossary div.content table tr td h3{
	font-family:"Oswald Light", sans-serif;
	font-size:18px;
	color:#fff;
	line-height:25px;
	text-align:center;
	margin-top:5px;
}
div.module-insights div.module-wrapper div.news{
	width:calc(100% / 5 * 4);
	float:left;
}
div.module-insights div.module-wrapper div.news div.post{
	width:calc(100% / 4);
	float:left;
	position:relative;
}
div.module-insights div.module-wrapper div.news div.post:before{
	content:'';
	display:block;
	padding-top:100%;
}
div.module-insights div.module-wrapper div.news div.post div.content{
	background-color:#ccc;
	background-position:center center;
	background-size:cover;
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	margin:5px;
	position:absolute;
	top:0;
	left:0;
}
div.module-insights div.module-wrapper div.news div.post div.content a{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
div.module-insights div.module-wrapper div.news div.post div.content table{
	background-color:rgba(37, 42, 48, 0.4);
	width:100%;
	height:100%;
	
	transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
}
div.module-insights div.module-wrapper div.news div.post div.content:hover table{
	background-color:rgba(37, 42, 48, 0.8);
}
div.module-insights div.module-wrapper div.news div.post div.content table tr td{
	padding:0px 30px 20px 20px;
	vertical-align:bottom;
}
div.module-insights div.module-wrapper div.news div.post div.content table tr td h2{
	font-family:"Oswald Medium", sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	color:#fff;
	line-height:28px;
	text-align:left;
}
div.module-insights div.module-wrapper div.news div.post:nth-of-type(1):before{
	padding-top:200%;
}
div.module-insights div.module-wrapper div.news div.post:nth-of-type(3){
	width:calc(100% / 4 * 2)
}
div.module-insights div.module-wrapper div.news div.post:nth-of-type(3):before{
	padding-top:50%;
}
div.module-insights div.module-wrapper div.news div.post:nth-of-type(4){
	width:calc(100% / 4 * 2)
}
div.module-insights div.module-wrapper div.news div.post:nth-of-type(4):before{
	padding-top:50%;
}
div.module-insights div.module-wrapper h4{
	font-family:"Oswald Light", sans-serif;
	font-size:32px;
	color:#2f3439;
	text-align:center;
	text-transform:uppercase;
	margin-top:35px;
}
div.module-insights div.module-wrapper div.button{
	text-align:center;
	margin:0px 5px;
	margin-top:15px;
}
div.module-insights div.module-wrapper div.button a, .button_generic {
	border: 2px solid #5b5b5a;
	font-size:21px;
	font-weight:700;
	margin-top: 40px;
	margin-bottom: 20px;
	color:#5b5b5a;
	letter-spacing:0.5px;
	line-height:50px;
	text-transform:uppercase;
	padding: 5px 35px;
	display:inline-block;
	text-decoration: none;
	font-family: "Oswald DemiBold", sans-serif;
}

div.module-insights div.module-wrapper div.button a:hover, .button_generic:hover {
	background-color:#69a9c1;
	border: 2px solid #69a9c1;
	color: #fff;
}




/*======================================================================
	Module (Case Study: Elevator)
----------------------------------------------------------------------*/
div.elevator-container{
	max-width:1440px;
	padding:0px 40px;
	margin:0px auto;
	position:relative;
	z-index:901;
}
div.elevator-container div.elevator{
	background-color: #f2efe8;
	width:180px;
	padding: 40px;
	position:fixed;
	top:0;
	transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	margin-top: 100%;
}
div.elevator-container div.elevator:hover{
	opacity:1;
}
div.elevator-container div.elevator-inactive{
	opacity:0;
}
div.elevator-container div.elevator-inactive:hover{
	opacity:1;
}
div.elevator-container div.elevator ul.menu{
	opacity:1;
	padding-left: 0px;
}
div.elevator-container div.elevator ul.menu-inactive{
	opacity:0;
}
div.elevator-container div.elevator ul.menu li{
	list-style:decimal-leading-zero;
	margin-top:10px;
}
div.elevator-container div.elevator ul.menu li:first-child{
	margin-top:0px;
}
div.elevator-container div.elevator ul.menu li,
div.elevator-container div.elevator ul.menu li a{
	font-size:18px;
	font-weight:700;
	color:#c5c7c8;
	line-height: 21px;
	text-transform:uppercase;
	font-family: "Oswald Light", sans-serif;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
div.elevator-container div.elevator ul.menu li a:hover{
	color:#69a9c1;
}
div.elevator-container div.elevator ul.menu li.active,
div.elevator-container div.elevator ul.menu li.active a{
	color:#69a9c1;
}


/*======================================================================
	Module (Case Study: Cover)
----------------------------------------------------------------------*/
div.module-cover{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	height:600px;
	padding:0px 0px;
	overflow:hidden;
	position:relative;
	z-index:1;
	
	transition:height 0.4s ease;
	-webkit-transition:height 0.4s ease;
}
div.module-cover div.module-wrapper{
	height:100%;
	width: calc(100% - 80px);
	padding:0px 40px;
}
div.module-cover div.module-wrapper div.table{
	width:100%;
	max-width:1440px;
	height:100%;
	margin:0px auto;
}
div.module-cover div.module-wrapper div.table table{
	width:100%;
	height:100%;
}



div.module-cover div.module-wrapper div.table table tr td h1{
	font-family:"Oswald DemiBold", sans-serif;
	font-size:67px;
	color:#fff;
	line-height:67px;
	text-align: center;
	text-transform:uppercase;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10%;
}

div.module-cover div.module-wrapper div.table table tr td h4{
	font-family:"Oswald Light", sans-serif;
	font-size: 37px;
	color:#fff;
	line-height:67px;
	text-align: center;
	text-transform:uppercase;
}


/*======================================================================
	Module (Case Study: Section)
----------------------------------------------------------------------*/
span.module-anchor{
	padding-top:85px;
	margin-top:-85px;
	display:block;
}
div.module-section{
	padding:0px;
	background-color: #f2efe8;
}
div.module-section div.module-padding{
	padding:40px;
}
div.module-section div.module-padding div.module-wrapper div.module-content{
	padding-left:280px;
	padding-right: 280px;
}
div.module-section div.module-padding div.module-wrapper div.module-content h1.title{
	font-family:"Oswald Light", sans-serif;
}
div.module-section div.module-padding div.module-wrapper div.module-content p img.alignright{
	max-width:100%;
	height:auto;
	margin:0px -200px 0px 0px;
	float:right;
}
div.module-section div.module-padding div.module-wrapper div.module-content p img.alignleft{
	max-width:100%;
	height:auto;
	margin:0px 40px 40px 0px;
	float:left;
}
div.module-section img.section{
	width:100%;
	height:auto;
	display:block;
}


/*======================================================================
	Module (Insights: Resources)
----------------------------------------------------------------------*/
div.module-resources{
	padding:40px 20px;
}
div.module-resources div.module-wrapper{
	max-width:1480px;
}
div.module-resources div.module-wrapper h1.title{
	margin:0px 20px 40px 20px;
}
div.module-resources div.module-wrapper div.resource div.content{
	padding:0px 20px;
}
div.module-resources div.module-wrapper div.resource img{
	width:100%;
	height:auto;
	display:block;
}
div.module-resources div.module-wrapper div.resources-pager{
	text-align:center;
	margin-top:40px;
}
div.module-resources div.module-wrapper div.resources-pager span{
	width:6px;
	height:6px;
	margin:0px 5px;
	border:2px solid #69a9c1;
	border-radius:5px;
	cursor:pointer;
	display:inline-block;
}
div.module-resources div.module-wrapper div.resources-pager span.active{
	background-color:#69a9c1;
}


/*======================================================================
	Module (Insights: Call-to-Action)
----------------------------------------------------------------------*/
div.module-insight-cta{
	background-color:#69a9c1;
	padding:80px 40px;
}
div.module-insight-cta div.module-wrapper p{
	font-family:"Oswald Light";
	font-size:32px;
	color:#fff;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
}
div.module-insight-cta div.module-wrapper p a{
	background-color:#252a30;
	font-size:11px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.5px;
	line-height:50px;
	text-decoration:none;
	text-transform:uppercase;
	padding:0px 20px;
	margin-left:20px;
	border-radius:2px;
	display:inline-block;
	vertical-align:middle;
	
	transition:background-color 0.2s ease;
	-webkit-transition:background-color 0.2s ease;
}
div.module-insight-cta div.module-wrapper p a:hover{
	background-color:#363d46;
}


/*======================================================================
	Module (Insights: News)
----------------------------------------------------------------------*/
div.module-news div.module-wrapper{
	max-width:1450px;
}

div.module-news {
	background-color: #f2efe8;
}

#grid {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#grid li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	margin: 5px !important;
	min-height: 155px;
}

div.module-news div.module-wrapper .post{
	width:calc(100% / 5 - 10px);
	float:left;
	position:relative;
	padding: 5px;
	min-height: 100px;
}


div.module-news div.module-wrapper .article_post {
	padding-bottom: 10px;
}

div.module-news div.module-wrapper .misc_post {
	padding-bottom: 0px;
}


div.module-news div.module-wrapper .misc_post .content .text {
	vertical-align: middle !important;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
	text-align: center;
	background-color: transparent !important;
}	

div.module-news div.module-wrapper .post .content {
	background-color: #dddddd;
	height: 100%;
	display: table;
	width: 100%;
	background-size: cover;
	background-position: center center;
	min-height: 175px;
}

div.module-news div.module-wrapper .post .content .insights {
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	width: 100%; 
	height: 100%;
}


div.module-news div.module-wrapper .post .content .insights div {
	left: 0; 
	bottom:0; 
	position: absolute;
}


div.module-news div.module-wrapper .post .content .text {
	display: table-cell;
	vertical-align: bottom;
	background-color: rgba(37, 42, 48, 0.4);
	transition:background-color 0.4s ease;
	-webkit-transition:background-color 0.4s ease;
}

div.module-news div.module-wrapper .post .content .text {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family:"Oswald Medium", sans-serif;
}

div.module-news div.module-wrapper .post .content .text div {
	padding: 15px;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-family:"Oswald Medium", sans-serif;
}

div.module-news div.module-wrapper .post .content .text:hover {
	background-color:rgba(37, 42, 48, 0.8);
}

div.module-news div.module-wrapper .misc_post .content .text:hover {
	background-color: transparent;
}

div.module-news div.module-wrapper div.button{
	text-align:center;
	margin:0px 5px;
	margin-top:15px;
}
div.module-news div.module-wrapper div.button a{
	background-color:#252a30;
	font-size:11px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.5px;
	line-height:50px;
	text-transform:uppercase;
	padding:0px 20px;
	margin-top:20px;
	border-radius:2px;
	display:inline-block;
	transition:background-color 0.2s ease;
	-webkit-transition:background-color 0.2s ease;
}
div.module-news div.module-wrapper div.button a:hover{
	background-color:#363d46;
}
div.module-news div.module-wrapper div.pagination{
	margin:0px 5px;
	margin-top:15px;
}
div.module-news div.module-wrapper div.pagination div.pager{
	position:relative;
}
div.module-news div.module-wrapper div.pagination div.pager:before{
	font-family:"Ionicons";
	color:#fff;
	line-height:50px;
	opacity:0;
	position:absolute;
	top:0;
	
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
div.module-news div.module-wrapper div.pagination div.pager:hover:before{
	opacity:1;
}
div.module-news div.module-wrapper div.pagination div.pager-left{
	float:left;
}
div.module-news div.module-wrapper div.pagination div.pager-left:before{
	content:'\f361';
	margin-left:10px;
	left:0;
}
div.module-news div.module-wrapper div.pagination div.pager-left:hover:before{
	margin-left:20px;
}
div.module-news div.module-wrapper div.pagination div.pager-right{
	float:right;
}
div.module-news div.module-wrapper div.pagination div.pager-right:before{
	content:'\f363';
	margin-right:10px;
	right:0;
}
div.module-news div.module-wrapper div.pagination div.pager-right:hover:before{
	margin-right:20px;
}
div.module-news div.module-wrapper div.pagination div.pager a{
	background-color:#252a30;
	font-size:11px;
	font-weight:700;
	color:#fff;
	letter-spacing:0.5px;
	line-height:50px;
	text-transform:uppercase;
	padding:0px 20px;
	border-radius:2px;
	display:inline-block;
	
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
div.module-news div.module-wrapper div.pagination div.pager a:hover{
	background-color:#363d46;
}
div.module-news div.module-wrapper div.pagination div.pager-left:hover a{
	padding-left:40px;
}
div.module-news div.module-wrapper div.pagination div.pager-right:hover a{
	padding-right:40px;
}





/*======================================================================
	MASONARY GRID STYLES
----------------------------------------------------------------------*/


.grid {
	list-style: none;
	margin: 30px auto;
	padding: 0;
}

.grid li {
	display: block;
	float: left;
	padding: 7px;
	width: 33%;
	opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
	opacity: 1;
}

.grid li a {
	height: 100%;
}

.grid li a,
.grid li img {
	outline: none;
	border: none;
	display: block;
	max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}


@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid li {
		width: 100%;
	}
}
