/*
	Standard css for all pages
*/

html, body {
	background-color: #EEEEEE;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	font-size: 14px;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
::-moz-selection{background:#FF0087; color: #FFFFFF;}
::selection{background:#FF0087; color: #FFFFFF;}

h1 {
	font-size: 32px;
	margin: 0 0 15px 0;
	color: #444444;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
h2 {
	font-size: 28px;
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
h3 {
	font-size: 28px;
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
h4 {
	font-size: 26px;
	margin: 0 0 15px 0;
	color: #333333;
	font-weight: normal;
	font-family: 'Open Sans', arial, serif;
}
p {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 15px 0;
	color: #444444;
	font-family: 'Open Sans', arial, serif;
}
a {
	color: #343434;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
a:hover {
	color: #000000;
}
ul {
	margin: 0 0 20px 0;
}
ul.standard {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 20px;
	color: #444444;
	font-family: 'Open Sans', arial, serif;
}
ul.standard li {
	margin: 0 0 15px;
}

.icon_green {color: green;}
.icon_red {color: red;}
.icon_blue {color: blue;}
.icon_yellow {color: #FFD634;}

.line_height_1 {
	line-height: 1em;
}
.line_height_2 {
	line-height: 2em;
}
.line_height_3 {
	line-height: 3em;
}
p.small {
	font-size: 11px;
	color: #666666;
}

.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}

/* Footer */
div#footer {
	background: #222222;
	border-top: 2px solid #000000;
}
div.footer_pad {
	padding: 40px 0px 80px 0px;
}
div.footer_part {
	width: 50%;
	float: left;
}
div.footer_part h5 {
	color: #FFFFFF;
	font-family: 'Open sans', arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 15px 0;
}
div#footer div.footer_part h5 a {
	color: #FFFFFF;
}
div.footer_part p {
	color: #898989;
	font-size: 14px;
	margin: 0 0 10px 0;
}
div#footer a {
	color: #898989;
	text-decoration: none;
}
div#footer a:hover {
	color: #FFFFFF;
}

div.footer_more_links {
	text-align: center;
	padding: 0 0 40px 0;
}
div.footer_more_links a {
	display: inline-block;
	box-sizing: border-box;
	padding: 8px 16px 8px 16px;
}

a.social {
	display: block;
	width: 100%;
	height: 32px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
a.social-inline {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
a.social span {
	display: block;
	padding: 4px 0 0 42px;
}
a.social_facebook {
	background-image: url('../img/social/facebook.png');
	background-color: #3B5998;
}
a.social_twitter {
	background-image: url('../img/social/twitter.png');
	background-color: #56A3D9;
}
a.social_linkedin {
	background-image: url('../img/social/linkedin.png');
	background-color: #007BB6;
}
a.social_instagram {
	background-image: url('../img/social/instagram.png');
	background-color: #CD5959;
}
a.social_whatsapp {
	background-image: url('../img/social/whatsapp.png');
	background-color: #2AB200;
}
a.social_email {
	background-image: url('../img/social/email.png');
	background-color: #6F2B90;
}


a.social_share span.share_text {
	display: block;
	padding: 8px 0 0 37px;
	color: #FFFFFF;
	font-size: 16px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
div#footer a.social {
	background-color: #282B2D;
}

div#contact-address-footer {
	color: #898989;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}


/* WRAPPER */
div.wrapper {
	width: 1200px;
	margin: 0 auto 0 auto;
}
div.mini_wrapper {
	width: 600px;
	margin: 0 auto 0 auto;
}

/* PAGE CONTENT */
.shadow_element {
	-moz-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
	-webkit-box-shadow: 0 2px 0 rgba(29,29,33,0.07);
	box-shadow: 0 2px 0 rgba(29,29,33,0.07);
}
.shadow_element_large {
	-moz-box-shadow: 2px 2px 5px rgba(29,29,33,0.1);
	-webkit-box-shadow: 2px 2px 5px rgba(29,29,33,0.1);
	box-shadow: 2px 2px 5px rgba(29,29,33,0.1);
}

div.page_pad {
	padding: 30px 40px 30px 40px;
}
div.page_pad_smaller {
	padding: 50px 40px 50px 40px;
}
div.mobile_pad_spacer {}

div.page_spacer {
	height: 80px;
}

/* Page blocks */
div.page_blocks {
	width: 33.3%;
	float: left;
}
div.page_blocks_pad {
	padding: 10px;
}
div.page_block {
	background: #FFFFFF;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.page_block_image {
	height: 150px;
	background: #F7F7F7;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
div.page_block_inner {
	padding: 20px;
	min-height: 280px;
}
div.page_block h3 {
	font-size: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0 0 20px 0;
}
div.page_block p {
	font-size: 16px;
	color: #444444;
	text-align: justify;
}



/* Social items, including in footer */
span.social_icon,
div#footer span.social_icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 10px 0 0;
}
span.social_icon_full {
	height: auto;
	width: auto;
}
span.social_icon_facebook,
div#footer span.social_icon_facebook {
	background: #3b5998;
	color: #FFFFFF;
}
span.social_icon_twitter,
div#footer span.social_icon_twitter {
	background: #00b6f1;
	color: #FFFFFF;
}
span.social_icon a,
div#footer span.social_icon a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 16px;
	margin: 0;
}
span.social_icon a span.social_pad,
div#footer span.social_icon a span.social_pad {
	display: block;
	padding: 3px 0 0 0;
}
span.social_icon_full i {
	margin: 0 5px 0 0;
}
span.social_icon_full a span.social_pad {
	padding: 10px;
}

div.scratchmark_logo {
	width: 160px;
	height: 24px;
	display: inline-block;
	margin: 0 0 5px 0;
}
div.scratchmark_logo a {
	width: 160px;
	height: 24px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: url('../img/scratchmark/scratchmark.png') center center no-repeat;
}

.mobile_show {
	display: none !important;
}

/******************************/
/*
	Responsive
*/

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	/* WRAPPER */
	div.wrapper {
		width: 1100px;
	}
	/* PAGE PAD */
	div.page_pad {
		padding: 30px 20px 30px 20px;
	}
	div.page_pad_smaller {
		padding: 50px 20px 50px 20px;
	}
}
/* Desktops */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
	/* WRAPPER */
	div.wrapper {
		width: 970px;
	}
	/* PAGE PAD */
	div.page_pad {
		padding: 30px 10px 30px 10px;
	}
	div.page_pad_smaller {
		padding: 50px 10px 50px 10px;
	}
	
	div.project_block {
		height: 500px;
	}
	div.project_block div.project_block_left {
		width: 500px;
		height: 500px;
	}
	div.project_block div.project_block_right {
		width: calc(100% - 500px);
		height: 500px;
	}
	div.project_block div.project_block_inner {
		padding: 100px 40px 0 80px;
	}
}
/* iPad (or small monitor) Styles */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	/* WRAPPER */
	div.wrapper {
		width: 750px;
	}
	/* PAGE PAD */
	div.page_pad {
		padding: 30px 10px 30px 10px;
	}
	div.page_pad_smaller {
		padding: 50px 10px 50px 10px;
	}
	
	/* Page blocks */
	div.page_blocks {
		width: 50%;
		float: left;
	}
	
	div.project_block {
		height: 500px;
	}
	div.project_block div.project_block_left {
		width: 400px;
		height: 500px;
	}
	div.project_block div.project_block_right {
		width: calc(100% - 400px);
		height: 500px;
	}
	div.project_block div.project_block_inner {
		padding: 80px 40px 0 80px;
	}
	
}
/* Mobile Styles */
@media only screen and (min-width: 0px) and (max-width: 767px) {
	/* WRAPPER */
	div.wrapper,
	div.mini_wrapper	{
		width: 100%;
	}
	/* PAGE PAD */
	div.page_pad {
		padding: 10px 10px 10px 10px;
	}
	div.page_pad_smaller {
		padding: 5px 5px 5px 5px;
	}
	div.mobile_pad_spacer {
		padding-top: 30px;
	}
	
	/* Page blocks */
	div.page_blocks {
		width: 100%;
		float: none;
	}
	div.page_block_inner {
		padding: 20px;
		min-height: auto;
	}
	
	/* Footer */
	div.footer_pad {
		padding: 40px 20px 40px 20px;
	}
	div.footer_part {
		width: 100%;
		float: none;
		margin: 0 0 40px 0;
	}
	div.footer_part h5 {
		color: #FFFFFF;
		font-family: 'Open sans', arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		margin: 0 0 15px 0;
	}
	div.footer_part p {
		color: #898989;
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	
	div.footer_more_links {
		text-align: center;
		padding: 0 0 40px 0;
	}
	div.footer_more_links a {
		display: block;
		margin: 0 0 15px 0;
	}
	
	/* Projects */
	div.project_block {
		height: auto;
	}
	div.project_block div.project_block_left {
		width: 100%;
		height: 200px;
		float: none;
	}
	div.project_block div.project_block_right {
		width: 100%;
		height: auto;
		float: none;
	}
	div.project_block div.project_block_inner {
		padding: 40px;
	}
	div.project_block div.project_block_left.poly_1 {
		-webkit-clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%);
		clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%);
	}
	div.project_block div.project_block_left.poly_2 {
		-webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
		clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
	}
	
	.mobile_show {
		display: block !important;
	}
}