


/** Our Team **/
.team ul {
	list-style: none;
	margin-left: 20px;
	margin-top: -20px;
}

.team ul li {
	width: 241px;
	height: 241px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}


/** Call to Action **/
.call-action {
	width: 100%;
	height: 120px;
	margin-top: 40px;
	display: table;
	background-color: #ffcc00;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
	border-left: #00aaaa solid 5px;
}

.light {
	background-color: #ffcc00;
	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;
}


/** Grid Box Title **/
.box-title {
	width: 100%;
	height: 100%;
	background-color: #ffcc00;
	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;
}


/** Detail Flip Back **/
.title-back {
	font-size: 1em;
	font-weight: 300;
	color: #ffffff;
	text-align: left;font-family: 'geoslab703_lt_btlight'; 
}

.description-back {
	font-size: 18px;
	color: #ffffff;
	line-height: 20px;
	margin-top: 10px;font-family: 'geoslab703_lt_btlight'; 
}

.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: #ffcc00;
	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+ */
}

.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: #ffcc00;
}


/** 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: #2a2a2a;
}

.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;
}













/** Thumbnail Hover Effect **/
.thumb-hover {
	position: relative;
	overflow: hidden;
}

.thumb-hover figure {
	transition:All 1s ease-in-out;
	-webkit-transition:All 1s ease-in-out;
	-moz-transition:All 1s ease-in-out;
	-o-transition:All 1s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.thumb-hover figure:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.cover {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}

.sidebar-cover {
	opacity: 0;
	
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

.cover:hover {
	opacity: 1;
}

.cover-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	z-index: 0;
	opacity: 0.5;
}

.plus-hover {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background: url(../images/plus-hover.png) no-repeat center;
}

.zoom {
	background: url(../images/zoom-hover.png) no-repeat center;
}


/** Flip Effect **/
.flip {
    position: relative;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.flip .flip-front, .flip .flip-back {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.75s;
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
}

.flip .flip-front {
    z-index: 5;
}

.flip .flip-back {
    z-index: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip:hover .flip-front {
    z-index: 5;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip:hover .flip-back {
    z-index: 10;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip a {
	text-decoration: none;
}


/** Blockquote **/
blockquote {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #aaaaaa;
	line-height: 34px;
	padding-left: 35px;
	background: url(../images/quote-icon.png) no-repeat;
}

.quote-author {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-weight: 300;
	color: #aaaaaa;
}


