/*--------------------------------------------------------
	RESET
--------------------------------------------------------*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

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;
}

::selection { color:#fff; background:#313131; }
::-moz-selection { color:#fff; background:#313131; }

/* all */
::-webkit-input-placeholder { opacity: 0.5; }
::-moz-placeholder { opacity: 0.5; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 0.5; } /* ie */
input:-moz-placeholder { opacity: 0.5; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}


/*--------------------------------------------------------
	GLOBAL
--------------------------------------------------------*/

/* Red color: #f32a2a */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #777;
	text-align: center;
	/*border-top: 1px solid #333;		/* black top border of page */
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

img.lazyload {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-ms-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
}

a {
	color: #f3bf00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

p, ul, ol {
	margin: 0 0 15px 0;
}

section {
	margin-bottom: 35px;
}

.justified {
	text-align: justify;
}

.centered {
	text-align: center;
}

.framed {
	border: 3px solid #1a1a1a;
	border-radius: 10px;
}

.section-title {
	width: 100%;
	text-align: center;
	margin-bottom: 55px;
}

.section-title div {
	width: 70px;
	height: 1px;
	margin: 20px auto 19px;
	border-top: 1px solid #d0d0d0;
}

h1, h2, h3, h4, h5, h6 {
	color: #3e3e3e;
	font-family: Roboto, sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
}

h1 { font-size: 60px; line-height: 60px; margin-bottom: 25px; }
h2 { font-size: 45px; line-height: 45px; margin-bottom: 20px; }
h3 { font-size: 35px; line-height: 35px; margin-bottom: 15px; }
h4 { font-size: 30px; line-height: 30px; margin-bottom: 10px; }
h5 { font-size: 25px; line-height: 25px; margin-bottom: 5px; }
h6 { font-size: 20px; line-height: 20px; margin-bottom: 0; }


/*--------------------------------------------------------
	STRUCTURAL
--------------------------------------------------------*/

header {
	width: 100%;
	background: #fff;
	border-top: 5px solid #333;		/* black top border of page */
	z-index: 9999;
	margin-bottom: 35px;
}

header #header-wrapper {
	max-width: 1140px;
	margin: 15px auto 5px auto;
}

#logo {
	width: 100%;
	padding: 0 15px 35px 15px;
}

.header-strip {
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	/*margin: 0 0 35px 0;*/
}


#content {
	max-width: 1190px;
	padding: 25px;
	overflow: hidden;
	text-align: left;
}

#content-full {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

footer {
	background: #333;
	text-align: center;
	padding: 15px 0 55px 0;
}

footer .copyrights {
	color: #999;
	font-size: 11px;
	letter-spacing: 3px;
}



/*--------------------------------------------------------
	NAVIGATION
--------------------------------------------------------*/

#nav-main ul {
	margin: 0;
	display: none;
}

#nav-main ul li {
	display: block;
}

#nav-main ul li a {
	display: inline-block;
	color: #333;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#nav-main ul li a:hover, #nav-main ul li.current-page a {
	border-bottom: 3px solid #f3bf00;
	text-decoration: none;
	margin-bottom: 12px;
}

.mobileMenuToggle {
	width: 100%;
	height: 45px;
	overflow: hidden;
	margin-bottom: 15px;
}

.mobileMenuToggle a {
	width: 75px;
	height: 45px;
	display: inline-block;
	background: url(../images/mobileMenu-toggle.png) center 0 no-repeat;
}

.mobileMenuToggle a.open {
	background: url(../images/mobileMenu-toggle.png) center -45px no-repeat;
}



/*--------------------------------------------------------
	PORTFOLIO
--------------------------------------------------------*/

#portfolio, #portfolio ul, #portfolio ul a {
	float: left;
	width: 100%;
}

#portfolio ul li {
	float: left;
	width: 20%;	/* 5 Cols */
	position: relative;
	background: #1a1a1a;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#portfolio ul li.current {
	background: #f3bf00;
}

#portfolio ul li a {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 78.13%;
	width: 100%;
}

#portfolio ul li img {
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#portfolio .item-details {
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#portfolio .image-title {
	display: block;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 31px;
	text-transform: uppercase;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#portfolio .item-description {
	display: block;
	color: #cdcdcd;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#portfolio .portfolio-strips {
	display: block;
	margin: 10px auto 10px auto;
	width: 30px;
	height: 4px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/*--------------------------------------------------------
	PORTFOLIO TRANSITIONS
--------------------------------------------------------*/

#portfolio ul li a:hover img, #portfolio ul li.current a img {
	opacity: 0.25 !important;
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

#portfolio ul li a:hover .item-details, #portfolio ul li.current a .item-details {
	opacity: 1;
}

#portfolio ul li a:hover .image-title, #portfolio ul li.current a .image-title {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

#portfolio ul li a:hover .item-description, #portfolio ul li.current a .item-description {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}


/*--------------------------------------------------------
	PORTFOLIO-FILTER
--------------------------------------------------------*/

#portfolio-filter {
	width: 100%;
	text-align: center;
	margin: 35px 0 35px 0;
}

#portfolio-filter ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#portfolio-filter ul li {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #3e3e3e;
}

#portfolio-filter ul li a {
	display: block;
	color: #3e3e3e;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
}

#portfolio-filter ul li a:hover, #portfolio-filter ul li.current-filter a {
	color: #fff;
	background: #3e3e3e;
}


/*--------------------------------------------------------
	SINGLE PROJECT
--------------------------------------------------------*/

#single-project {
	text-align: center;
}

#single-project .image-software ul.software li {
	display: inline-block;
	color: #3e3e3e;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
	border: 1px solid #3e3e3e;
	margin-right: 15px;
}

#single-project .image-software {
	margin-top: -25px;
}

#single-project .image-date {
	margin-bottom: 25px;
}

#single-project .image-description {
	/*max-width: 800px;*/
	margin: 0 auto;
	text-align: justify;
}

#single-project .main-image, #single-project .additional-images ul li {
	/*max-width: 800px;*/
	margin: 0 auto 25px auto;
}

.single-project-portfolio {
	margin-top: 35px !important;
}


/*--------------------------------------------------------
	TUTORIALS
--------------------------------------------------------*/

ul#tut li {
	width: 100%;
}

.blog-post {
	padding-bottom: 35px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 35px;
	text-align: left;
}

.blog-image {
	width: 100%;
	margin-bottom: 25px;
}

.blog-image a {
	display: block;
	position: relative;
	height: 0;
	padding-bottom: 38.06%;
	width: 100%;
}

.blog-image img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.blog-header {
	margin-bottom: 15px;
}

.blog-title {
	margin-bottom: 5px;
}

.blog-title a {
	color: #1a1a1a;
}
.blog-title a:hover {
	text-decoration: none;
}

.blog-meta {
	font-family: Roboto, sans-serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog-read-more {
	margin: 15px 0 0 35px;
}

/*.blog-read-more span:before {
	content: "\00BB \0020";
}
.blog-read-more span a {
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}*/


/*--------------------------------------------------------
	SINGLE TUTORIAL
--------------------------------------------------------*/

.tutorial-body img {
	margin-bottom: 25px;
}



/*--------------------------------------------------------
	LISTS
--------------------------------------------------------*/

ul.arrow {
	list-style: none;
	text-indent: -1.2em;
}

ul.arrow li {
	margin: 0 0 0 1em;
}

ul.arrow li:before {
	content: "\00BB";
	margin-right: 10px;
	font-size: 1em;
}


/*--------------------------------------------------------
	SIDEBAR
--------------------------------------------------------*/

aside.sidebar {
	/*width: 100%;*/
}

aside.sidebar ul li ul li {
	border-bottom: 1px solid #f5f5f5;
}

aside.sidebar ul li ul li a {
	display: block;
	/*width: 100%;*/
	color: #000;
	line-height: 40px;
	text-decoration: none;
	padding-left: 22px;
}

aside.sidebar ul li ul li a:before {
	content: "\00BB \0020";
}

aside.sidebar ul li ul li a:hover {
	margin-left: 15px;
}


/*--------------------------------------------------------
	DIVERS
--------------------------------------------------------*/

.btn {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	border: 1px solid #1a1a1a;
	border-radius:  3px;
}

.btn a {
	display: block;
	color: #3e3e3e;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
}

.btn a:hover {
	color: #fff;
	background: #3e3e3e;
}

.go-to-top {
	display: none;
	z-index: 9999;
	position: fixed;
	top: 100%;
	right: 30px;
	margin-top: -50px;
}

.go-to-top a {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
	background: url(../images/toTop.png) no-repeat left bottom;
	cursor: pointer;
	outline: 0;
	padding-left: 25px;
}

.info_green, .info_red {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	padding-left: 42px;
	margin-left: 35px;
}

.info_red {
	color: red;
	background: url(../images/red_cross.png) no-repeat left bottom;
}

.info_green {
	color: green;
	background: url(../images/green_checkMark.png) no-repeat left bottom;
}

.video-container {
	position: relative !important;
	padding-bottom: 56.25% !important;
	height: 0 !important;
	overflow: hidden !important;
	margin-bottom: 25px !important;
}

.video-container iframe {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	max-width: 100% !important;
	max-height: 100% !important;
}



/*--------------------------------------------------------
	FORM ELEMENTS
--------------------------------------------------------*/

input, textarea {
	outline: none;
}

.contactForm {
	margin-bottom: 0;
	overflow: hidden;
}

.pe_honey {
	display: none;
}

.form p {
	margin-bottom: 0;
}

.text-field {
	width: 100%;
	line-height: 45px;
	padding: 10px;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	margin-bottom: 20px;
	overflow: auto;
	resize: none;
}

.text-field, textarea {
	background-color: #f6f6f6;
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.text-field:focus, textarea:focus {
	outline: 2px solid #f3bf00;
}

#contactSubmit {
	display: block;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px 3px 5px;
	color: #fff;
	background-color: #3e3e3e;
	border: 0;
	cursor: pointer;
}

#msg {
	min-height: 24px;
}














/*--------------------------------------------------------
	ISOTOPE CSS3 ANIMATIONS
--------------------------------------------------------*/

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-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;
}


















/*--------------------------------------------------------
	MEDIA QUERIES
--------------------------------------------------------*/

@media only screen and (max-width: 2240px) {
	#portfolio ul li {
		width: 16.6666%;
	}

	/* 6 Cols */
}

@media only screen and (max-width: 1920px) {
	#portfolio ul li {
		width: 20%;
	}

	/* 5 Cols */
}

@media only screen and (max-width: 1600px) {
	#portfolio ul li {
		width: 25%;
	}

	/* 4 Cols */
}

@media only screen and (max-width: 1280px) {
	#portfolio ul li {
		width: 33.3333%;
	}

	/* 3 Cols */
}

@media only screen and (max-width: 960px) {
	#portfolio ul li {
		width: 50%;
	}

	/* 2 Cols */
}

@media only screen and (max-width: 420px) {
	#content-full {
		padding: 25px;
	}
	#portfolio ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	/* 1 Cols */
}

@media only screen and (max-width: 360px) {
	h1 { font-size: 40px; line-height: 40px; margin-bottom: 25px; }
	h2 { font-size: 35px; line-height: 35px; margin-bottom: 20px; }
	h3 { font-size: 25px; line-height: 25px; margin-bottom: 15px; }
	h4 { font-size: 20px; line-height: 20px; margin-bottom: 10px; }
	h5 { font-size: 15px; line-height: 15px; margin-bottom: 5px; }
	h6 { font-size: 10px; line-height: 10px; margin-bottom: 0; }

}






@media only screen and (min-width: 794px) {

	header {
		position: fixed;
		top: 0; left: 0;
		margin-bottom: 0;
	}

	header #header-wrapper {
		margin-bottom: 5px;
	}

	#logo {
		float: left;
		width: 340px;
		padding-bottom: 0;
	}

	#content {
		margin: 150px auto 0 auto;
	}

	#content-full {
		margin-top: 150px;
	}

	/* Horizontal Navigation (was vertical before) */
	#nav-main ul {
		float: right;
		display: block;
	}

	#nav-main ul li {
		float: left;
		margin-right: 35px;
	}

	#nav-main ul li a {
		margin-bottom: 0;
	}

	/* Hide the = button */
	.mobileMenuToggle {
		display: none;
	}

	/* Make sure that the columns are floating */
	.column-one-half, .column-one-third, .column-one-fourth, .column-two-thirds, .column-three-fourths {
		float: left;
		margin-right: 4%;
		overflow: hidden;
		position: relative;
		margin-bottom: 50px;
	}

	/* Remove the margin at the bottom of the columns */
	.column-one-half p:last-child, .column-one-third p:last-child, .column-one-fourth p:last-child, .column-two-thirds p:last-child, .column-three-fourths p:last-child {
		margin-bottom: 0;
	}

	/* Adjust the width of the columns (they were 100% before) */
	.column-one-half { width: 48%; }
	.column-one-third { width: 30.6666%; }
	.column-one-fourth { width: 22%; }
	.column-two-thirds { width: 65.3334%; }
	.column-three-fourths { width: 74%; }
	.last { margin-right: 0; clear: right; }

	/* Adjust the form elements */
	.text-field {
		width: 350px;
	}

	textarea {
		width: 560px;
	}


}















































