﻿@charset "utf-8";
/* CSS Document */



/* ===== Reset ===== */

* {
	margin: 0;
	padding: 0;
}



/* ===== Content ===== */



/* ===== Grid Content Area ===== */

.grid-half {
	width: 502px;
	height: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.large-grid {
	width: 100%;
	height: 502px;
	position: relative;
}

.large-grid a {
	text-decoration: none;
}

.large-grid .flip-back {
	width: 100%;
	height: 100%;
	background-color: #2e2e2e;
	padding: 30px;
	position: relative;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.large-grid .large-button {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
}

.large-grid blockquote {
	margin-top: 120px;
}

.large-grid .quote-author {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 40px;
}

.small-grid {
	list-style: none;
	margin-top: -20px;
	margin-left: -20px;
}

.small-grid li {
	width: 241px;
	height: 241px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.left .small-grid {
	margin-top: 0px;
}

.right .large-grid {
	margin-top: 20px;
}

.small-grid .flip-front {
	width: 100%;
	height: 100%;
}

.icon .flip-front {
	width: 100%;
	height: 100%;
	background-color: #2e2e2e;
	position: relative;
	text-align: center;
}

.icon .grid-title {
	font-size: 1.5em;
	font-weight: 300;
	color: #aaaaaa;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 30px;
}

.icon .icon-light {
	background-color: #00aaaa;
}

.icon .text-white {
	color: #ffffff;
}

.text-colortwo {
	color: #ffffff;
}

.largest-font {
	font-size:3em;
	color:#aaaaaa;
}

.large-font {
	font-size:2em;
	font-weight:400;
	line-height:70px;
}

/* ===== Grid Content Area End ===== */


/* ===== Grid Box Title ===== */

.box-title {
	width: 100%;
	height: 100%;
	background-color: #2e2e2e;
	position: relative;
	text-align: center;
}

.box-title h2 {
	font-size: 1.5em;
	font-weight: 300;
	color: #aaaaaa;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 30px;
}

.box-title .icon {
	padding-top: 28%;
}

.tiny-grid .icon {
	padding-top: 23%;
}

.tiny-grid h2 {
	font-size: 1em;
	font-weight: 400;
	padding: 20px;
}

/* ===== Grid Box Title End===== */


/* ===== Flip Back Details ===== */

.title-back {
	font-size: 1.3em;
	font-weight: 300;
	color: #ffffff;
	text-align: left;
}

.description-back {
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	margin-top: 10px;
}

.text-gray {
	color: #aaaaaa;
}

.text-dark {
	color: #7e7e7e;
}

.more-details {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 33px;
	margin-right: 20px;
	padding-right: 27px;
	background: url(../images/plus-link-small.png) no-repeat right;
}

.tiny-active {
	margin-bottom: 25px;
	padding-right: 20px;
	background: url(../images/plus-link-readmore.png) no-repeat right;
}

.large-title-back {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 45px;
	color: #aaaaaa;
}

.large-description-back {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 34px;
	color: #7e7e7e;
	margin-top: 50px;
}

.active-details {
	width: 100%;
	height: 100%;
	background-color: #00aaaa;
	padding: 10px;
	position: relative;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.active-details a {
	opacity: 0.6;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.active-details a:hover {
	opacity: 1;
}

.tiny-title {
	font-weight: 300;
	margin-top: 0px;
}

.gray {
	background-color: #2e2e2e;
}

/* ===== Flip Back Details End ===== */


/* ===== Text Thumbnail ===== */

.small-thumb {
	width: 241px;
	height: 241px;
	background-color: #00aaaa;
	padding: 20px;
	position: relative;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.dark {
	background-color: #2e2e2e;
}

.small-thumb h2 {
	font-size: 1.5em;
	font-weight: 300;
	color: #ffffff;
	line-height: 33px;
}

.small-thumb .text-gray {
	color: #aaaaaa;
}

.small-thumb p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 20px;
	margin-bottom: 33px;
}

/* ===== Text Thumbnail End ===== */


/* ===== Call to Action ===== */

.call-action {
	width: 100%;
	height: 120px;
	margin-top: 40px;
	display: table;
	background-color: #2e2e2e;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
	border-left: #00aaaa solid 5px;
}

.light {
	background-color: #00aaaa;
	border-left: none;
}

.call-action .content {
	padding: 30px 40px;
	display: table-cell;
	vertical-align: middle;
}

.call-action h1 {
	font-size: 2.2em;
	font-weight: 300;
	line-height: 42px;
	color: #aaaaaa;
	float: left;
}

.call-action a {
	text-decoration: none;
}

.call-action .large-button {
	float: right;
	margin: 38px 40px;
}

.full-grid {
	margin-top: 20px;
}

.sub-text {
	font-size:18px;
	font-weight:400;
	margin-left:10px;
}

/* ===== Call to Action End ===== */


/* ===== Service ===== */

.service ul {
	list-style: none;
	margin-left: -20px;
	margin-top: -20px;
}

.service ul li {
	width: 120px; /* 241px; */
	height: 120px; /* 241px; */
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.service .flip-front {
	width: 100%;
	height: 100%;
	background-color: #138A8A; /*#050152;   #2e2e2e; */
	position: relative;
	text-align: center;
}

.service .grid-title {
	font-size: 1.1em;
	font-weight: 300;
	color: #F9F9F9;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 10px;
}

.service-icon {
	padding-top: 15%;
	color: #F4F4F4; /* #B1B4B7; */
}

.service-large ul li {
	width: 502px;
	height: 502px;
	position: relative;
	background-color: #2e2e2e;
}

.service-details {
	padding: 30px 40px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.service-details a {
	text-decoration: none;
}

.service-details h2 a {
	font-size: 24px;
	font-weight: 300;
	color: #aaaaaa;
	line-height: 20px;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.service-details h2 a:hover {
	color: #ffffff;
}

.service-details p {
	margin-top: 20px;
}

.service-details .large-button {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 40px;
	margin-bottom: 40px;
}

.service-large .thumb-hover {
	width: 502px;
	height: 251px;
}

/* ===== Service End ===== */


/* ===== Category Filter ===== */

.category-filter ul {
	list-style: none;
	margin-top: 15px;
}

.category-filter ul li {
	color:#aaaaaa;
	text-decoration: none;
	float: left;
	margin-right: 20px;
	display: inline;
	cursor: pointer;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.category-filter ul li:hover,
.category-filter .active {
	color: #ffffff;
}

.grid .mix{
    opacity: 0;
    display: none;
}

/* ===== Category Filter End ===== */





/* ===== Social Share Button ===== */

#social-share {
	margin-top: 25px;
}

#shareme .share-this {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
	margin-bottom: 10px;
}
  
#shareme a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#shareme .facebook {
	background-color: #36bfc4;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#shareme .facebook:hover {
	background-color: #31aeb3;
}
  
#shareme .twitter {
	background-color: #96d7e3;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#shareme .twitter:hover {
	background-color: #89c4cf;
}
  
#shareme .googleplus {
	background-color: #ee7760;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

#shareme .googleplus:hover {
	background-color: #de705b;
}

/* ===== Social Share Button End ===== */




/** ===== for Firefox only ===== **/

@-moz-document url-prefix() {
    .comment-active {
		margin-top: 13px;
	}
}