/* RESPONSIVE GRID SYSTEM =============================================================================  */

/*  IMPORT FONTS  ============================================================================= */

@import url('https://fonts.googleapis.com/css?family=Oswald:300,400|Raleway:200,300,400|Roboto:300,400');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');


/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font-family: 'Roboto', serif; 	
font-weight: 300;
font-size:100%;
line-height: 1.3;
color : #000; 
text-align: center;
background: #fefefe;
visibility: hidden;
-webkit-transition: opacity 1s ease;
-moz-transition: opacity 1s ease;
-o-transition: opacity 1s ease;
transition: opacity 1s ease;
opacity: 0;
}

button, 
input, 
select, 
textarea { 
font-family : sans-serif; 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  'Oswald', sans-serif;
font-weight : normal;
line-height: 1.3;
}

h1 { 
margin-bottom : 0.2em;
font-size : 6em; /* 96 / 16 */
}

h2 { 
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 44 / 16 */
}

h3 { 
margin-top: 0.5em;
margin-bottom: 1em;
font-size : 2.5em; /* 40 / 16 */
}
h3 span{ 
color: #efefef;
margin: 0.125em;
font-size: 1.125em;
}
h4 { 
margin-top: 1.5em;
margin-bottom: 1em;
font-size: 1.5em;
text-transform: uppercase;
letter-spacing: 0.015625em;
border-bottom, border-top: 4px solid #efefef;
display: inline-block;
padding: 1px 15px 2px;
}
h4:before,h4:after {
content: "";
display: inline-block;
font-size: 1.5em;
color: #d63934;
margin-bottom: 25px;
}
footer h4 { 
color: #ccc;
}

h5 { 
margin: 0 7% 0.25em;
font-size : 1.25em; /* 20 / 16 */
letter-spacing: 0.25px;
}
.services h5:before {
content: "";
border-top: 6px solid #efefef;
padding: 0 3px;
margin: 0px 8px 5px -14px;
display: inline-block;
}
h6 { 
color: #666;
font-size : 1em; /* 16 / 16 */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1em; 
font-size : 1.25em; /* 20 / 16 */ 
list-style-type: none;
}

p {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens : auto;
-webkit-font-variant-ligatures: no-common-ligatures;
font-variant-ligatures: no-common-ligatures;
}

p.center {
text-align: center;
}

ul, 
ol { 
margin : 0 0 1em 0; 
padding : 0 7%;
}

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #cc1122;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #ee3344; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #dd2233;
}

a[href^="tel"] {
color : #e2e2e2;
}
a[href^="tel"]:visited {
color: #e2e2e2;
}
a[href^="tel"]:focus {
outline : 0;
color: #e2e2e2;  
}
a[href^="tel"]:hover, a[href^="tel"]:active {
color: #e2e2e2;
font-weight: 400;  
}
a[href^="tel"] h5 {
font-size: 1.5em;
}

footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES & OBJECTS ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

object {
max-width: 100%;
height: auto;	
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: center;
}
	.decoration {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    opacity: 1;
    -webkit-transition: opacity .45s ease-out;
    -moz-transition: opacity .45s ease-out;
    -ms-transition: opacity .45s ease-out;
    -o-transition: opacity .45s ease-out;
    transition: opacity .45s ease-out;
	}
	svg.rotate {
    -webkit-animation: rotation 40s linear infinite;
    animation: rotation 40s linear infinite;
	}
	.decoration svg.rotate-inv {
    -webkit-animation: rotation-inv 55s linear infinite;
    animation: rotation-inv 55s linear infinite;
	}
	.decoration svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	}
	
	
	@-webkit-keyframes rotation {
		from{
			-webkit-transform:translate(-50%, -50%)
			rotate(0deg)
		}
		to{
			-webkit-transform:translate(-50%, -50%)
			rotate(360deg)
		}
	}
	@keyframes rotation {
		from{
			-webkit-transform:translate(-50%, -50%) rotate(0deg);
			-moz-transform:translate(-50%, -50%) rotate(0deg);
			-ms-transform:translate(-50%, -50%) rotate(0deg);
			-o-transform:translate(-50%, -50%) rotate(0deg);
			transform:translate(-50%, -50%) rotate(0deg)
		}
		to{
			-webkit-transform:translate(-50%, -50%) rotate(360deg);
			-moz-transform:translate(-50%, -50%) rotate(360deg);
			-ms-transform:translate(-50%, -50%) rotate(360deg);
			-o-transform:translate(-50%, -50%) rotate(360deg);
			transform:translate(-50%, -50%) rotate(360deg)
			}
	}
	@-webkit-keyframes rotation-inv {
		from{
			-webkit-transform:translate(-50%, -50%) rotate(0deg)
		}
		to{	-webkit-transform:translate(-50%, -50%) rotate(-360deg)
		}
	}
	@keyframes rotation-inv {
		from{
			-webkit-transform:translate(-50%, -50%) rotate(0deg);
			-moz-transform:translate(-50%, -50%) rotate(0deg);
			-ms-transform:translate(-50%, -50%) rotate(0deg);
			-o-transform:translate(-50%, -50%) rotate(0deg);
			transform:translate(-50%, -50%) rotate(0deg)
		}
		to{
			-webkit-transform:translate(-50%, -50%) rotate(-360deg);
			-moz-transform:translate(-50%, -50%) rotate(-360deg);
			-ms-transform:translate(-50%, -50%) rotate(-360deg);
			-o-transform:translate(-50%, -50%) rotate(-360deg);
			transform:translate(-50%, -50%) rotate(-360deg)
		}
	}
	
	
	.lines__wrapper.tilt {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
	}
		.x-lines {
 	   	top: -20%;
    	height: 140%;
    	width: 100%;
    	left: 0;
    	display: flex !important;
    	justify-content: space-between;
		}
		.y-lines {
 	   	top: -20%;
    	height: 140%;
    	width: 100%;
    	left: 0;
    	display: flex !important;
		flex-direction: column;
    	justify-content: space-between;
		}
			.line:first-child, .line:last-child {
    		opacity: 0;
			}
			.x-lines .line {
    		position: relative !important;
			width: 2px;
    		height: 100%;
   		 	border: 0 1px;
   			border: 1px solid rgba(255,255,255,0.025);
			}
			
			

	#headcontainer {
		width: 100%;
		background: url(/images/headerback.png) no-repeat center top;
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 75em; /* 1200px / 16 */
			margin: 0 auto;
			padding: 130px 0px 10px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}
 
   
		

	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.33);
		}
		
			#maincontent{
				clear: both;
				box-sizing: border-box;
				width: 100%; /* 1000px / 1250px */
				max-width: 75em; /* 1200px / 16 */
				color: #fefefe;
				margin: 0 auto;
				position: relative;
				/*background: -webkit-linear-gradient(rgba(50, 45, 45, 1),rgba(60, 55, 55, 1),rgba(50, 45, 45, 1)); /* For Safari 5.1 to 6.0 */
  				/*background: -o-linear-gradient(rgba(50, 45, 45, 1),rgba(60, 55, 55, 1),rgba(50, 45, 45, 1)); /* For Opera 11.1 to 12.0 */
  				/*background: -moz-linear-gradient(rgba(50, 45, 45, 1),rgba(60, 55, 55, 1),rgba(50, 45, 45, 1)); /* For Firefox 3.6 to 15 */
  				/*background: linear-gradient(rgba(50, 45, 45, 1),rgba(60, 55, 55, 1),rgba(50, 45, 45, 1));; /* Standard syntax */
			}
			
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				max-width: 75em; /* 1200px / 16 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	#footercontainer {
		width: 100%;	
	}
	
		footer {
			clear: both;
			width: 100%; /* 1000px / 1250px */
			font-size: 1em; /* 16 / 16 */
			max-width: 75em; /* 1200px / 16 */
			margin: 0 auto;
			padding: 0;
			color: #fff;
			background-color: #d63934;
			position: relative;
		}
		footer>div:first-child {
			    position: absolute;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}
		
		footer p {
			padding: 2em 1em;
    		margin-bottom: 0em;
    		font-size: 1em;
			display: inline-block;
		}

		footer a:link, footer a:visited { color: #fff; /* text-decoration: underline; */}
		footer a:hover { color: #fff; text-decoration: underline; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				padding: 0;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 9px;
			}

			#smallprint p{
				vertical-align: middle;
    			margin-bottom: 0;
    			font-size: 12px;
    			padding: 10px;
    			background: transparent;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; outline: 0; font-weight: 500; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	/*margin-top: 100vh !important;*/
	padding: 0px;
	margin: 0px;
	opacity: 1;
	padding-top: 5em !important;
	padding-bottom: 5em !important;
	position: relative;
	-webkit-transition: padding-top 0.75s ease 0.5s, padding-bottom 0.75s ease 0.5s, margin-top 1.5s ease 1s;
	-moz-transition: padding-top 0.75s ease 0.5s, padding-bottom 0.75s ease 0.5s, margin-top 1.5s ease 1s;
	-o-transition: padding-top 0.75s ease 0.5s, padding-bottom 0.75s ease 0.5s, margin-top 1.5s ease 1s;
	transition: padding-top 0.75s ease 0.5s, padding-bottom 0.75s ease 0.5s, margin-top 1.5s ease 1s;
	
}
.header {
    /*margin-top: 100vh !important;*/
	padding: 5vh;
	position: relative;
	-webkit-transition: margin-top 1s ease 1s;
	-moz-transition: margin-top 1s ease 1s;
	-o-transition: margin-top 1s ease 1s;
	transition: margin-top 1s ease 1s;
}
.intro, .team, .contact, .services, .suppliers  {
border-bottom: 1.25em solid #fefefe;     
}
.section.come-in {
	padding-top: 2.5em !important;
	padding-bottom: 7.5em !important;
}
.section.loaded, .header.loaded {
	margin-top: 0 !important;;
}
.section.red, .header.red	{
	background:	rgb(214, 57, 52);
}
.section.grey	{
	background:	rgb(146, 149, 150);
}
.section.logos {
	padding-bottom: 0 !important;
	padding-left: 1em;
    padding-right: 1em;
}
.gradient	{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.80) 0%, rgba(255,255,255,0.25) 3.5%, rgba(0,0,0,0.15) 11%, rgba(0,0,0,0.15) 15%, rgba(255,255,255,0.15) 29%, rgba(0,0,0,0.15) 42.5% , rgba(255,255,255,0.25) 70%,rgba(255,255,255,0.25) 80%,  rgba(0,0,0,0.02) 90%,  rgba(0,0,0,0.02) 95%, rgba(255,255,255, 0.60) 99%, rgba(255,255,255,0.8) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.5) 2%, rgba(255,255,255,0.15) 4%, rgba(0,0,0,0.10) 6.5%, rgba(0,0,0,0.13) 9%, rgba(0,0,0,0.10) 15.5% , rgba(255,255,255,0.15) 23.5%, rgba(255,255,255,0.18) 27%, rgba(0,0,0,0.15) 38%, rgba(0,0,0,0.15) 43.5%, rgba(255,255,255, 0.2) 58%, rgba(255,255,255,0.25) 74%, rgba(255,255,255,0.10) 82.5%, rgba(0,0,0,0.05) 90%, rgba(0,0,0,0.05) 93%, rgba(255,255,255,0.15) 96%, rgba(255,255,255,0.95) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.5) 2%, rgba(255,255,255,0.15) 4%, rgba(0,0,0,0.10) 6.5%, rgba(0,0,0,0.13) 9%, rgba(0,0,0,0.10) 15.5% , rgba(255,255,255,0.15) 23.5%, rgba(255,255,255,0.18) 27%, rgba(0,0,0,0.15) 38%, rgba(0,0,0,0.15) 43.5%, rgba(255,255,255, 0.2) 58%, rgba(255,255,255,0.25) 74%, rgba(255,255,255,0.05) 82%, rgba(0,0,0,0.05) 90%, rgba(0,0,0,0.01) 93%, rgba(255,255,255,0.15) 96%, rgba(255,255,255,0.95) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.5) 2%, rgba(255,255,255,0.15) 4%, rgba(0,0,0,0.10) 6.0%, rgba(0,0,0,0.13) 8%, rgba(0,0,0,0.10) 15.5% , rgba(255,255,255,0.15) 23.5%, rgba(255,255,255,0.18) 27%, rgba(0,0,0,0.15) 38%, rgba(0,0,0,0.15) 43.5%, rgba(255,255,255, 0.2) 58%, rgba(255,255,255,0.25) 74%, rgba(255,255,255,0.05) 80%, rgba(0,0,0,0.02) 87%, rgba(255,255,255,0.0) 90%, rgba(255,255,255,0.25) 95%, rgba(255,255,255,0.95) 100%);
    /* z-index: 0; */
}
.subsection {					
	clear: both;
	opacity: 0;
	max-width: 750px;
	margin: 0 auto;
	padding-left: 1.5em;
    padding-right: 1.5em;
	position: relative;
	-webkit-transition: opacity 1.75s ease 0.5s;
	-moz-transition: opacity 1.75s ease 0.5s;
	-o-transition: opacity 1.75s ease 0.5s;
	transition: opacity 1.75s ease 0.5s;
}
.subsection.centered {
	display: block;
    width: 100%;
    clear: both;
    margin: 0 auto;
    box-sizing: border-box;
}
.section.come-in .subsection {					
	opacity: 1;
}
#logo {							
	box-sizing: border-box;
	margin-top: 0 !important;
	line-height: 0;
	/*max-height: 0;*/
	padding-left: 1em;
    padding-right: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	opacity: 0;
	/*display: none;*/
	-webkit-transition: opacity 1s ease-in, margin-top 1s ease 1s;
	-moz-transition: opacity 1s ease-in, margin-top 1s ease 1s;
	-o-transition: opacity 1s ease-in, margin-top 1s ease 1s;
	transition: opacity 1s ease-in, margin-top 1s ease 1s;
}
#logo.loaded {
	margin-top: 0 !important;
	opacity: 1;
	/*max-height: 225px;*/
}
#logo.come-in {								
	/*display: block;*/
	/*background: url(../images/31A9103E.jpg) no-repeat center/cover;*/
    /*margin-left: -24px;
    margin-right: -24px;*/	
}
img.icon {
	margin-top: 0em;
	margin-bottom: 1em;	
}
.location {
	padding-top: 4em;	
}
#map {				/* Set a size for our map container, the Google Map will take up 100% of this container */
    height: 0px;
	border: 4px solid #ddd;
	border-radius: 25px;
	position: relative;
	z-index: 999;
	-moz-transition: height 1.5s ease;
    -webkit-transition: height 1.5s ease;
    -o-transition: height 1.5s ease;
    transition: height 1.5s ease;
	/*border-top: 4px solid #ddd;
	border-bottom: 4px solid #ddd;*/
}
#map > div {
	height: 350px !important;	
}
#img img {					
    display: block;
	filter: contrast(1.05) brightness(1.05) blur(2.5px);
}
#map_wrap {
	position: relative;
    height: 358px;
    max-width: calc(750px + 3em);
	margin-left: auto;
    margin-right: auto;
	padding-left: 1em;
    padding-right: 1em;
	overflow: hidden;
    margin-top: 5em;
}
#img_wrap {
	opacity: 0;
	position: relative;
	overflow: hidden;
	/*margin: 2.5em -1.5em;*/
	margin-top: 5em !important;
	-moz-transition: opacity 1.75s ease 0.5s, margin-top 0.75s ease 0.5s;
    -webkit-transition: opacity 1.75s ease 0.5s, margin-top 0.75s ease 0.5s;
    -o-transition: opacity 1.75s ease 0.5s, margin-top 0.75s ease 0.5s;
    transition: opacity 1.75s ease 0.5s, margin-top 0.75s ease 0.5s;
}
#map_wrap.come-in, #img_wrap.come-in {	
    margin-top: 3em !important;
}
#map_wrap.come-in #map {	
    height: 350px;
}
#img_wrap.come-in {	
    opacity: 1;
	max-width: 750px;
	margin: 0 auto;
	padding-left: 1.5em;
    padding-right: 1.5em;
}
.poligon_wrapper {
display: inline-block;	
}
.poligon {
    position: relative;
    width: 160px;
    height: 160px;
	margin: 0.5em 0.5em 0.25em;
	background: #fff;	
    box-sizing: border-box;
    /*-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);*/
	border-radius: 27px
}

.poligon img {
    position: absolute;
    top: 4px;
    left: 4px;
	width: 152px;
	height: auto; 
	/*-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);*/
	border-radius: 23px;
}
.logos .subsection {
	background: #575a5b;
	position: relative;
    overflow: hidden;
	border-left: 4px solid #e2e2e2;
	border-right: 4px solid #e2e2e2;
	display: block;
	margin: 0 auto;
}
.logos .col {
	position: relative;
	min-height: 85px;
}
.logos img {
	position: absolute; /* This and the following three lines centers the image within the container */   
   	left: 50%;
   	top: 50%;
   	transform: translate(-50%, -50%);
	max-width: 70%;	
}
.logos .subsection:nth-child(1) {
	border-top: 4px solid #e2e2e2;
	border-radius: 25px 25px 0 0;
	padding-top: 1.0em;
}
.logos .subsection:last-child {
	border-bottom: 4px solid #e2e2e2;
	border-radius: 0 0 25px 25px;
	padding-bottom: 1.0em; 
}
.services .col {
	text-align: left;	
}
.services ul {
	font-size: 1em;
}



/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  SAMPLE  ============================================================================= */

#sample .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  CALCUATIONS  ============================================================================= */

#calculated .col {
	background: #ccc;
	padding: 1em 0;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.1em;
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; 
}

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : manual;
/*-webkit-hyphenate-character : "\2010";*/
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : manual; }


/***** Media Queries *****/

@media only screen and (max-width: 480px) {
h4:before, h4:after {
padding: 0; 
/*width: 100%;*/
margin: 0px 0px 8px;
}
}