/*PNGFIX*/
img, div { behavior: url("ie/iepngfix.htc") }
/* { behavior: url("iepngfix.htc") } */

::selection {
	background:#2CA3E8;
}
::-moz-selection {
	background:#2CA3E8;
}
::-webkit-selection {
	background:#2CA3E8;
}
html,
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
li,
ul,
ol,
li,
div {
	font-size: 12px;
	color: #666666;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-weight:300;
	box-sizing: border-box;
	font-family:'Raleway',sans-serif;
	text-transform:none;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	/* background:url("images/bg-1.gif"); */
	background:#f1f1f1;
	padding-top:60px;
}
a {
	text-decoration:none;
	font-weight:700;
}
a:hover {
	text-decoration:none;
}
table {
	padding:0px;
	margin:0px;
}
hr {
	padding: 0;
    margin: 20px 0 5px 0;
    border: 0;
    border-bottom: 1px #ccc solid;
}
div.workpreview {
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	text-align:justify;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	max-width:100%;
}
div.workpreview:after {
	content: "";
	display: inline-block;
	width: 100%;
}
div.middleline {
	position: fixed;
	top: 0px;
	left: 40%;
	width:0px;
	height:100%;
	border-left: 1px solid #D2D2C7;
	display:none;
}
div.sidebar {
	position:relative;
	width:90%;
	top:0px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	display:block;
	max-width: 600px;
	/*max-width: 380px;*/
}
.logoimage {
	width:100%;
	display:block;
	margin:0 auto;
}
div.portfoliocredits,
div.portfoliocredits p,
.morestuff_content {
	position:relative;
	font-weight:300;
	top:0px;
	line-height:150%;
	color:#000000;
	width:100%;
	font-size:14px;
}
div.portfoliocredits.footer {
	text-align:center;
}
/*div.morestuff_button {
	width: 100%;
	display:block;
	background-color:#2CA3E8;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding:10px 0px 10px 35px;
	box-sizing: border-box;
	margin:10px 0 10px 0;
	cursor:pointer;
}*/
div.morestuff_button {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin:0 0 0 5px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: solid 5px #2CA3E8;
    color: #000000;
	line-height: 120% !important;
}
div.morestuff_button::before {
    content: '↓';
    padding: 0 3px 0 0;
}
div.morestuff_button::after {
    content: '↓';
    padding: 0 0 0 3px;
}
div.morestuff_content {
    display:none;
    padding-top: 5px;
}

div.divider {
	border-bottom:1px solid #D2D2C7;
	margin: 0px 0px 10px 0px;
	display:none;
}
div.details {
	position:relative;
	font-size:10px;
	text-align:left;
	display:block;
	margin:0 auto;
	text-transform:lowercase;
}
div.details a:hover {
	text-decoration:none;
}
div.details a {
	font-weight:bold;
    border-bottom: solid 5px #2CA3E8;
    font-size:14px;
    color:#000000;
}
.title {
	font-weight: 900;
    text-transform: initial;
    font-size: 35px;
    letter-spacing: 0px;
    color: #444444;
    /*font-family: 'Playfair Display', sans-serif;*/
    font-family: 'Amatic SC', sans-serif;
    line-height: 100%;
}
div.projectdescription {
	font-style:normal;
	font-weight:300;
	position:relative;
	/*letter-spacing:1px;*/
	line-height:150%;
	color:#000000;
	width:90%;
	max-width:900px;
	display:block;
	/* white-space:pre-line; */
	margin:0px auto;
    /* padding: 15px 0 15px 0; */
    padding: 0px;
    font-size:12px;
    text-align:left;
}
.sub_projectdescriptions {
	display: inline-block;
    position: relative !important;
    width: calc( 50% - 5px );
    min-width: 320px;
    vertical-align: text-top;
    padding-right: 20px;
    top: 0px;
    vertical-align:text-top;
}
.project_title,
.description_right {
	position:relative;
	line-height:150%;
	color:#000000;
	text-transform:uppercase;
}
.description_right {
	top:10px;
}
.description_left {
	font-weight: 900;
    text-transform: initial;
    font-size: 35px;
    letter-spacing: 0px;
    color: #444444;
    font-family: 'Amatic SC',sans-serif;
    /*font-family: 'Playfair Display', sans-serif;*/
    line-height: 100%;
}

a.bluelink,
div.details a.bluelink {
	color:#0085f9;
}
div.category_clicker {
	position:relative;
	cursor:pointer;
	display:inline-block;
	width:20%;
	padding-bottom:20%;
	height:0;
	box-sizing: border-box;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	-ms-behavior: url("ie/backgroundsize.min.htc");
	margin:0;
	margin-bottom:-3px;
	border-bottom: 5px solid #2CA3E8;
}
div.category_clicker.big {
    margin-bottom: 0px;
}
div.category_clicker.big {
    width: 40%;
    padding-bottom: calc(40% + 5px);
    border-bottom: 4px solid #2CA3E8 !important;
}
div.category_clicker.big.left {
    float: left;
}
div.category_clicker.big.right {
    float: right;
}
@media only screen and (max-width: 1300px) {
	div.category_clicker {
		width:25%;
		padding-bottom:25%;
	}
	div.category_clicker.big {
		width: 50%;
		padding-bottom: calc(50% + 5px);
		border-bottom: 5px solid #2CA3E8 !important;
	}
}
@media only screen and (max-width: 1000px) {
	div.category_clicker,
	div.category_clicker.big {
		width:33.3333%;
		padding-bottom:33.3333%;
	}
	.big .categoryBlurb {
	    /*was 1em*/
		font-size:1.5em !important;
	}
	
}

@media only screen and (max-width: 600px) {
	div.category_clicker {
		width:50%;
		padding-bottom:50%;
	}
	div.category_clicker.big {
		width: 50%;
		padding-bottom: 50%;
		border-bottom: 5px solid #2CA3E8 !important;
	}
}
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
	div.category_clicker {
		width:100%;
		padding-bottom:70%;
	}
	div.category_clicker.big {
		width: 100%;
		padding-bottom: 70%;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px), only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	div.category_clicker {
	}
}
div.categoryheaders {
	position:absolute;
	text-align:center;
	top:0px;
	width:100%;
	height:100%;
	margin:0;
	display:block;
	vertical-align:middle;
	box-sizing: border-box;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center center;
	/*background-size:70%;
	background-color:rgba(0,0,0,0.5);*/
	-ms-behavior: url("ie/backgroundsize.min.htc");
	opacity:1;
}
.category {
	display:inline-block;
	margin:0px 0px 0px 0px;
	font-weight:700;
	font-size:24px;
	color:#f1f1f1;
    position: relative;
    top: calc( 50% - 24px );
	width: 100%;
    height: 100%;
    position:relative;
    left: 0;
    top: 0;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	transition: all .4s ease-out;
	background: rgba(0,0,0,0.7)
	/*
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 40%);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 40%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 40%);
	*/
}
div.categoryheaders .categoryBlurb {
	opacity:1;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
@media (hover: hover) {
	div.categoryheaders:hover .categoryBlurb,
	div.categoryheaders:hover .category {
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		transition-delay:.5s;
	}
	div.categoryheaders:hover .categoryBlurb {
		opacity:0;
	}
	div.categoryheaders:hover .category {
		background: rgba(0,0,0,0)
		/*
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.7) 100%);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 100%);
		background: linear-gradient(to top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.7) 100%);
		*/
	}
}
span.blurb {
	display:none;
}
.categoryBlurb span.blurb {
	display:initial;
}
@media (hover: none) {
	/*only for non-hover*/
	.category {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
		background: rgba(0,0,0,.7)
		/*
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 40%);
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 40%);
		background: linear-gradient(to top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 40%);
		*/
	}
	div.categoryheaders .categoryBlurb {
		opacity:1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
}
/*@media (pointer:coarse) {
}*/
.categoryName {
	display:none;
/*  position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: .75em;
    max-width: 80%;
    background-color: #FFFFFF;
    color: #000000;
    padding: 3px 7px;
    border-radius: 3px;
*/
}
.categoryButton {
	display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    margin: 0 0 15px 15px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: .5em;
    float: left;
    padding: 5px 10px;
    font-weight:300;
}
.categoryBlurb {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    max-width: 100%;
    color: #FFFFFF;
    padding: 15px 20px;
    text-align: left;
    font-weight:600;
    /*new font*/
    font-family: 'Amatic SC';
    line-height: 90%;
	/*was 1em*/
    font-size: 1.5em;
}
.big .categoryBlurb {
    /*was 1.75*/
	font-size: 2.5em;
}
.categorySubhead {
	position: relative;
    float: left;
    top: 0px;
    left: 0px;
    font-size: .5em;
    max-width: 100%;
    color: #FFFFFF;
    margin: 15px 20px 0px 20px;
    text-align: left;
    font-weight:300;
    line-height:11px;
   	/*border-bottom: 5px solid #2CA3E8;*/
}

/* fade in */

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* fade out */

@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0; }
}
.subheader {
	font-style:normal;
	font-size:12px;
	color:#FFFFFF;
	padding:0px 0px 20px 0px;
	bottom:0px;
	display:block;
	position:absolute;
	width:100%;
}
.subheader .description_right {
	display:none;
}
.subheader .description_left {
}
.subheader .description_left {
	font-style: normal;
    font-size: 12px;
    color: #FFFFFF;
    padding: 0px 0px 20px 0px;
    bottom: 0px;
    display: block;
    position: absolute !important;
    width: 100%;
    font-family: inherit;
    font-weight: normal;
    min-width: initial;
    line-height: 110%;
    top: auto;
}
div.content_area {
	display:none;
	margin:0px;
	top:0px;
	width:100%;
	text-align:center;
	max-width:100%;
	background:#FFFFFF;
	padding:0px 0px 20px 0px;
	position:relative;
	clear:both;
}
.gallery_image {
	width:90%;
	min-width:320px;
	max-width:900px;
	margin:0 auto;
	display:inline-block;
	padding:5px;
}
.gallery_image_small {
	width:40%;
	min-width:320px;
	max-width:900px;
	margin:0 auto;
	display:inline-block;
	padding:5px;
}
.gallery_flash_image {
	max-width:90%;
}
.flash_content {
	width:80%;
	background:#dddddd;
	color:#FFFFFF;
	padding:10px;
	float:center;
	margin:10px auto;
}
.video_holder {
	width:90%;
	margin:0 auto;
	padding:5px;
	box-sizing:content-box;
	margin-bottom: 10px;
}
.video_holder .gallery_video iframe .player .video-wrapper {
	background:#ffffff !important;
}
.video_holder_wide {
	max-width:900px;
	/* min-width:320px; */
}
.video_holder_standard {
	max-width:700px;
}
.video_holder_square {
	max-width:600px;
}
.video_holder_tall {
	max-width:500px;
	width: 40%;
    display: inline-block;
}
.gallery_video {
	height: 0;
	padding-top: 0px;
	position: relative;
	overflow: hidden;
}
.gallery_video_wide {
	padding-bottom: 56.25%;
}
.gallery_video_standard {
	padding-bottom: 75%;
}
.gallery_video_square {
	padding-bottom: 100%;
}
.gallery_video_tall {
	padding-bottom: 133%;
}
.gallery_video iframe {
	border:0px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.gallery_video_covertop::before {
    content: "";
    height: 12.1%;
    background-color: black;
    width: 99%;
    position: absolute;
    top: 0px;
    left: 1px;
    z-index: 100;
}
.gallery_banner {
	display:inline-block;
	margin: 10px;
}
.gallery_banner iframe {
	border:0px;
	top: 0;
	left: 0;
	position: relative;
}
div.gallery_flash,
object {
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
.filetitle {
	background-color:#444444;
	padding: 5px 0px 5px 0px;
	color:#FFFFFF;
	display:inline-block;
	width:150px;
	text-transform:uppercase;
}
div.hidden_description {
	display:none;
}
div.vertical_spacer {
	position:relative;
	clear:all;
	height:20px;
	width:10px;
}
.loader_icons {
	display:block;
	margin:0px auto;
	padding:20px;
}
.content_container {
	padding:30px 0 0 0;
}
.close_it {
    font-weight: bold;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #666666;
    display: inline-block;
    cursor: pointer;
}
.close_it:hover {
	color:#ffffff;
	background-color:#666666;
}

/*read more link*/
#expend {
  display:none;  
}

#expend + .smalldesc {
  max-height:52px;
  overflow:hidden;
  transition:all .3s ease;
}

#expend:checked + .smalldesc {
  max-height:250px;  
}

label {
  color:blue;
  text-decoration:underline;
  cursor:pointer;
}

label:hover {
  text-decoration:none;  
}

/* navbar */
#signup_button {
    font-size: 14px;
    padding: 8px 15px 7px 15px;
    margin: 8px 0;
    height: 30px;
    width: auto;
    background: #2CA3E8;
    color: #444444;
    -webkit-appearance: none;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    border: 0px;
    outline: 0;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 110%;
    font-weight: bold;
    text-decoration: none;
    float: right;
    text-transform: uppercase;
}
.navbar_holder {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #333;
    border-bottom: 1px solid #000;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    z-index: 1000;
}
.navbar_content {
    width: calc( 100% - 50px );
    min-width:250px;
    max-width:1170px;
    position: relative;
    display: inline-block;
    text-align: left;
    height: 100%;
    vertical-align: middle;
}
.navbar_content a {
    display: inline-block;
    padding-right: 10px;
    color: #2CA3E8;
    font-weight: bold;
    font-size: 14px;
    line-height: 45px;
    text-decoration: none;
    position:relative;
    vertical-align:top;
	text-transform:lowercase;
}
a.navbar_button {
	color:#FFFFFF;
	background-color:#2CA3E8;
	padding:30px 20px 10px 20px;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	line-height:100%;
}
.navbar_left_side {
    display: inline-block;
}
.navbar_content .navbar_left_side a:not(:last-child):after {
    padding-left: 10px;
    /* content: "/"; */
}
.navbar_content a.branding_header {
    background: url(http://creata.co/blog/wp-content/uploads/2017/02/creata_logo_full-white.png) center center no-repeat;
    width: 75px;
    height: 75px;
    margin: auto;
    background-size: contain;
    top: -15px;
}
.navbar_email_icon {
	max-width:45px;
	height:auto;
	vertical-align:top;
}
#navbar_contact_text {
	color:#FFFFFF;
}

@media (min-width: 768px) {
	.has-post-thumbnail .post-cover {
		padding-top: 50%;
	}
}
@media (max-width: 500px) {
    #navbar_contact_text {
        display: none;
    }
}
@media (max-width: 544px) {
    .navbar_content {
        max-width: 480px;
    }
}
@media (max-width: 1200px) {
    .navbar_content {
        max-width: 970px;
    }
}

@media only screen and (max-width: 680px), only screen and (max-device-width: 480px) {
	.category {
		/*font-size:20px;*/
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
}