/*  CSS definations for CoreStudio */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Grid
	1.3 Common Classes
	1.4 Form Style

2. SITE STRUCTURE & APPEARANCE
	2.1 Header
	2.2 Work
	2.3 About
	2.4 Services
	2.5 Contact
	2.6 Footer
	2.6 Inner Pages
	2.6 Isotype
	
-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline:none;
}

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6{
	font-weight:400;
}
strong {
	font-weight:700;
}
i, em {
	font-style:italic;
}
.left {
	float:left;
}
.right {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
textarea {
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif; /* Body Font Family Will Come Here */
}
a {
	color:#333;
	text-decoration:none;
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}
a:hover {
	color:#000;
}
address {
	font-style:normal;
}
a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}
img{
	height:auto;
	max-width:100%;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic
}
#map_canvas img,.google-maps img{
	max-width:none
}
img{
	max-width:100%!important
}
code,
pre {
  	padding: 0 3px 2px;
  	-webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  	color: #232527;
  	font-size: 12px;
  	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  	padding: 2px 4px;
  	border: 1px solid #dde4e9;
  	background-color: #F6F6F6;
  	color: #232527;
  	white-space: nowrap;
}

pre {
  	display: block;
  	margin: 70px 50px;
  	padding: 30px;
  	border: 1px solid #dde4e9;
  	-webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  	background-color: #FCFCFC;
  	white-space: pre;
  	white-space: pre-wrap;
  	word-wrap: break-word;
  	word-break: break-all;
  	font-size: 12px;
  	line-height: 20px;
}

pre code {
  	padding: 0;
  	border: 0;
  	background-color: transparent;
  	color: inherit;
  	white-space: pre;
  	white-space: pre-wrap;
}

.pre-scrollable {
  	overflow-y: scroll;
  	max-height: 340px;
}

/* 1.2 Grid */
/*-------------------------------------------------------------------------------------------*/
/* GRID 1140 */
/*-------------------------------------------------------------------------------------------*/
/* ==================================================================================================================== */
/* The 1140px Grid V2 by Andy Taylor \ http://cssgrid.net \ http://www.twitter.com/andytlr \ http://www.andytlr.com   */
/* ==================================================================================================================== */
.container {
	padding-left: 20px;
	padding-right: 20px;
}
.row {
	width: 100%;
	max-width: 1140px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
	margin-right: 3.8%;
	float: left;
	min-height: 1px;
}
.row .onecol {
	width: 4.85%;
}
.row .twocol {
	width: 13.45%;
}
.row .threecol {
	width: 22.05%;
}
.row .fourcol {
	width: 30.75%;
}
.row .fivecol {
	width: 39.45%;
}
.row .sixcol {
	width: 48%;
}
.row .sevencol {
	width: 56.75%;
}
.row .eightcol {
	width: 65.4%;
}
.row .ninecol {
	width: 74.05%;
}
.row .tencol {
	width: 82.7%;
}
.row .elevencol {
	width: 91.35%;
}
.row .twelvecol {
	width: 100%;
	float: left;
}
.last {
	margin-right: 0px;
}

/* 1.3 Common Classes */
.breaker {
	width:190px;
	height:14px;
	margin:0 auto;
	position:relative;
}
.breaker span {
	width:80px;
	height:1px;
	display:inline-block;
	margin:7px 0 6px 0;
}
.breaker .icon {
	width:14px;
	height:14px;
	float:left;
	margin:0 8px;
}
#scrollTop a {
	background:#666;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	position:fixed;
	right:0;
	bottom:0;
	z-index:100;
	color:#fff;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#scrollTop a:hover {
	background:#000;
}

/* 1.4 Form Style */
form {
	margin:0;
}
.forms textarea,
.forms input[type="text"],
.forms input[type="email"] {
	box-shadow:none;
}
.input {
	border:1px solid #eff1f3;
	background:#fff;
	width:100%;
	height:40px;
	line-height:40px;
	float:left;
	padding:0 12px;
	display:inline-block;
	font-size:13px;
	color:#818386;
	line-height:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	margin-bottom:30px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-appearance:none;
}
.textarea {
	border:1px solid #eff1f3;
	background:#fff;
	width:100%;
	resize:vertical;
	max-width:100%;
	min-height:190px;
	display:inline-block;
	padding:12px;
	font-size:13px;
	color:#818386;
	line-height:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	margin-bottom:30px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-appearance:none;
}
.input:focus, .textarea:focus {
	border:1px solid #666;
}
.button {
	border:none;
	width:100%;
	height:55px;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:55px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-appearance:none;
}
.button:hover, .button:active {
	background:#333;
	color:#fff;
}
.button.reverse{
	background:#333;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body,html{
	height:100%;
}
body {
	background:#eee;
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#555;
}
.wrap {
	width:100%;
	background:#fff;
}

/* 2.1 Header */
.header {
	background: rgb(255,255,255);
	background: rgba(255,255,255,.88);
	width:100%;
	min-height:77px;
	height:auto;
	position:fixed;
	z-index:999;
	-webkit-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
		    transition: background 0.1s linear 0s, opacity 0.1s linear 0s;
}
.header:hover{
	opacity: 1;
}

/* 2.1.1 Navigation */
.navigation {
	font-size:16px;
	color:#333;
	position:relative;
	z-index:99;
}
.navigation li {
	float:left;
	margin-left:43px;
	line-height:77px;
}
.navigation li:first-child {
	margin:0;
}
.navigation li a {
	color:#333;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.navigation li a:hover {
	color:#000;
}
.navigation li.active a {
	color:#44bbd1;
}
.icon-nav {
	font-size:32px;
	width:32px;
	height:28px;
	float:left;
	display:none;
	cursor:pointer;
	margin-left:20px;
	z-index:50;
}
.logo {
	text-align:center;
	padding-top:18px;
}
.header-button .button {
	font-size:16px;
	width:79px;
	height:46px;
	line-height:46px;
	float:right;
	margin-left:15px;
	margin-top:15px;
}
.header-button .button.button2 {
	width:194px;
}
.showcase {
	background:url("../images/bg3.jpg") no-repeat center center fixed #eee;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	width:100%;
	position:relative;
	min-height:450px;
}
.showcase .flexslider {
	margin-bottom:22px;
	min-height:450px;
}
.showcase .flexslider .slides > li {
	min-height:450px;
	position:relative;
	display:none;
}
.showcase .caption {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
.showcase .caption h2 {
	padding:120px 0 22px 0;
	text-align:center;
	font-size:55px;
	color:#fff;
	font-weight:400;
	line-height:67px;
}
.showcase .image {
	background:rgb(255,255,255);
	background:rgba(255,255,255,.3);
	border:1px solid rgba(0,0,0,.16);
	border-bottom:0;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,.3);
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	width:790px;
	float:left;
	padding:23px 23px 0 23px;
	margin-left:-418px;
	position:absolute;
	left:50%;
	bottom:-1px;
	z-index:5;
}
.showcase .image img {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	position:relative;
	background:#eee;
	max-height:400px;
}
.page-section{
	padding:100px 0;
}
.page-heading {
	padding-bottom:60px;
	text-align:center;
	font-size:18px;
	color:#bbb;
}
.page-heading h2 {
	margin-bottom:33px;
	font-size:48px;
	color:#333;
	font-weight:400;
}
.page-heading .breaker {
	margin-bottom:39px;
}
.page-heading p {
	text-transform:uppercase;
	line-height:normal;
}

/* 2.2 Work */
#work {
	border-bottom:1px solid #bbb;
}
#thumbs {
	margin: 0;
	padding: 0;	
}
#thumbs li {
	list-style-type: none;
}
.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
	max-width:100%;
}
.item-thumbs img {
	width: 100% !important;
}
.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	max-width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	zoom:1;
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;
}
.item-thumbs:hover .hover-wrap,
.item-thumbs.active .hover-wrap {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	max-width:100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.item-thumbs .hover-wrap .overlay-img-thumb {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.image-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	cursor: pointer;
}
.image-wrap img {
	width: 100%;	
}
.image-wrap  .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 450ms ease-out 0s;	
	   -moz-transition: all 450ms ease-out 0s;
		 -o-transition: all 450ms ease-out 0s;
		    transition: all 450ms ease-out 0s;	
}
.image-wrap:hover .hover-wrap,
.image-wrap.active .hover-wrap {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.image-wrap .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.80;
}
.image-wrap .hover-wrap .overlay-text-thumb {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 50%;
	margin: -16px 0 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	text-transform: uppercase;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 2.3 About */
.team {
	text-align:center;
}
.team-imgb {
	width:100%;
	min-height:196px;
	margin-bottom:20px;
}
.team-about {
	min-height:185px;
	margin-bottom:20px;
	font-size:15px;
	color:#555;
}
.team h3 {
	padding-bottom:16px;
	font-size:16px;
	color:#333;
	font-weight:400;
}
.team p {
	line-height:24px;
	padding:0 22px 10px 22px;
}
.team .social ul {
	text-align:center;
}
.team .social li {
	background-color:#939395;
	width:23px;
	height:23px;
	display:inline-block;
	margin:0 5px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	position:relative;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.team .social li a {
	display:block;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:23px;
}
.team .social li a span {
	margin-top:4px;
	display:inline-block;
}
.team .social li:hover {
	background-color:#666;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.blog-area {
	background:url("INSERT PATH TO BLOGAREA BACKGROUND IMAGE HERE") no-repeat fixed center center #eee;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	text-align:center;
	position:relative;
	padding-bottom:10px;
}
.blog-area h3 {
	padding:50px 0 30px 0;
	text-align:center;
	font-size:48px;
	color:#fff;
	font-weight:400;
	line-height:60px;
}
.blog-area .button {
	width:195px;
	font-size:18px;
}

/* 2.3 Services */
#services .flexslider{
	margin-bottom:0 !important;
}
.services{
	padding:36px;
	min-height:346px;
	font-size:18px;
	color:#fefefe;
}
.services h4 {
	padding:0 0 32px 0;
	font-size:18px;
	color:#fefefe;
	font-weight:400;
	text-transform:uppercase;
}
.services li {
	line-height:32px;
}
.service-content{
	padding-top:50px;
}
.service-content h4 {
	padding-bottom:16px;
	font-size:16px;
	color:#333;
	font-weight:400;
}
.service-content p {
	line-height:24px;
}

/* 2.4 Contact */
.map {
	background:#eee;
	min-height:345px;
	text-align:center;
}
.map iframe {
	width:100% !important;
	height:345px !important;
}
.contact-info .info-box {
	padding:30px;
	min-height:290px;
	background:#eee;
}
.contact-info .info-box h3 {
	padding-bottom:7px;
	font-size:16px;
	color:#333;
	font-weight:400;
}
.contact-info .info-box p {
	line-height:24px;
	padding-bottom:29px;
}
.contact-info .info-box address {
	font-style:normal;
	line-height:24px;
	color:#bbb;
	margin-top:12px;
}
.contact-info .info-box a {
	color:#bbb;
}
.contact-info .info-box a:hover {
	color:#555;
}
#contact-form .button{
	font-size:20px;
}
#contact-form #response{
	margin-top: 20px;
	color:red;
}

/* 2.5 Footer */
.footer {
	background:#eee;
	padding:60px 0;
	font-size:13px;
	color:#b4b4b4;
}
.footer p {
	line-height:24px;
}
.footer .social {
	float:right;
	padding-top:14px;
}
.footer .social li {
	float:left;
	margin-left:30px;
}
.footer .social li a {
	display:block;
	font-size:30px;
	color:#bbb;
}
.footer .social li a:hover {
	color:#666;
}

/* 2.6 Inner Pages */
.page-banner {
	background:url("INSERT PATH TO PAGE BANNER BACKGROUND IMAGE HERE") no-repeat #eee;
	background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-webkit-background-size:cover;
	width:100%;
	height:258px;
	position:relative;
}
.page-banner img {
	width:100%;
	height:258px;
}
.page-banner .caption {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
.page-banner .caption h1 {
	padding-bottom:20px;
	padding-top:140px;
	text-align:center;
	font-size:55px;
	color:#fff;
	font-weight:400;
}
.post {
	margin-bottom:57px;
}
h3.post-title {
	border-bottom:1px solid #bbb;
	padding-bottom:15px;
	margin-bottom:19px;
	font-size:30px;
	color:#333;
	font-weight:400;
	text-transform:uppercase;
}
.post-meta {
	display:block;
	padding-bottom:18px;
	font-size:13px;
	color:#bbb;
	line-height:normal;
}
.post-meta a {
	text-decoration:underline;
}
.post-meta a:hover {
	text-decoration:none;
}
.post .button {
	width:157px;
	height:44px;
	line-height:44px;
	font-size:18px;
	font-style:italic;
}
.post-pagination {
	padding-bottom:28px;
	font-size:15px;
}
.post-pagination a {
	display:inline-block;
	text-decoration:underline;
}
.post-pagination a:hover {
	text-decoration:none;
}
.post .page-heading {
	padding-bottom:41px;
}
.post .page-heading h2 {
	font-size:48px;
	color:#333;
    font-weight:400;
    margin-bottom:32px;
}
.post .page-heading .breaker {
	margin-bottom:32px;
}
.post .page-heading .post-meta {
	font-size:18px;
}
.entry h1 {
	font-size:24px;
	padding:0 0 22px 0;
}
.entry h2 {
	font-size:20px;
	padding:0 0 22px 0;
}
.entry h3 {
	font-size:18px;
	padding:0 0 22px 0;
}
.entry h4, h5, h6 {
	font-size:14px;
	padding:0 0 22px 0;
}
.entry p {
	line-height:24px;
	padding:0 0 22px 0;
}
.entry blockquote{
	padding:20px;
	margin:20px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#999;
	width:50%;
}
.entry hr{
	border:0;
	height:1px;
	background:#ccc;
	padding:0;
	margin:20px 0;
}
.entry li{
	font-size:13px;
	padding:8px 0;
}
.entry ul li{
	list-style-type: disc;
	list-style-position:inside;
}
.entry ol li{
	list-style-type: decimal;
	list-style-position:inside;
}

/* 2.7 Isotype */
/* ==================================================
   Isotope Filtering
================================================== */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}