/* ----------------------------
banner
---------------------------- */

.row--banner
{
	background-image: url(../img/banner-small.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* ----------------------------
header
---------------------------- */

.header
{
	padding: 0.25em 1em;
	min-height:18em;
}

.header__logo
{
	float: left;
	margin-top:2em;
	width:50%;
	margin-left:25%;
}

.header__nav
{
	float: right;
	width: 0px;
	padding-top:1em;
}

.header__nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.header__nav li
{
	display: inline-block;
	margin: 0;
}

.header__nav a
{
	display: block;
	padding: 0.6em 1em 0.4em;
	color: #fff;
	background: none;
	font-size: 0.8125em;
	/* 13px/16px */
	font-weight: bold;
	text-decoration: none;
}

.header__nav-contact a { margin-right: 0; }

.current a
{
	color: #fff;
	background: #0079bc;
}

.header__nav a:focus { background: #000; }
.header__nav a:hover { background: #3bb2d0; }
.header__nav a:active { background: #af0000; }

@media (min-width: 800px)
{
	.header
	{
		padding: 1em 2em;
		min-height:27em;
	}
	
	.header__logo
	{
		float: left;
		margin-top:3em;
		margin-bottom:3em;
		width:40%;
		margin-left:30%;
	}
	
	.header__nav { width: 12em; }

	.header__nav a
	{
		font-size: 0.8333em;
	}
}

/* banner-content */

.banner-content
{
	padding: 1.875em 1.5em;
	text-align: center;
}

.banner-content__heading
{
	margin: 0;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
}

p.banner__contacts
{
	font-size:1.25em;
	color:#fff;
}

p.banner__contacts a
{
	font-size:1.0em;
	color:#fff;
	text-decoration:none;
}

p.banner__contacts a:hover
{
	opacity:0.75;
}


/* ----------------------------
Video rows
---------------------------- */

.video { text-align: center; }

.video__row
{
	margin-bottom: 2.1875em;
}

.video__heading
{
	margin: 0 0 .75em;
	font-size: 1.125em;
}

@media (min-width: 38em)
{
	
	.row--padding-medium--manager
	{
		margin-bottom:3.5em;
	}
	
	.video { text-align: left; }

	.video__row
	{
		margin-bottom: 2.0em;
	}
	
	.video__row:last-child { margin: 0; }

	.video__padding
	{
		padding-top: 0em;
	}
	
	.video__heading
	{
		font-size: 1.5556em;
		font-weight: normal;
	}
	
	.col-narrow p
	{
		font-size:1.0em;
		line-height:1.4;
		text-align:center;
	}
}

@media (min-width: 50em)
{
	.col-narrow p
	{
		font-size:1.4em;
	}
}

/* ----------------------------
solutions
---------------------------- */

.solutions { text-align: center; }

.solutions__row
{
	margin-bottom: 2.1875em;
}

.solutions__heading
{
	margin: 0 0 .9em;
	font-size: 1.5625em;
	text-align:center;
}

.call-to-action
{
	clear:both;
	text-align:center;
	background:#fff;
	width:99%;
	box-sizing:border-box;
	padding: 1em 0;
	font-size:1.25em;
	color:#333;
}

.call-to-action a
{
	color:red;
	font-size:1.35em;
	display: inline-block;
	vertical-align: -9%;
	text-decoration:none;
}

.blocks
{
	min-height:21.5em;
	box-sizing:border-box;
	padding:0.5em 1em 0;
}

.bottom-blocks
{
	min-height:30em;
	box-sizing:border-box;
	padding:0.5em 1em 0;
}

@media (min-width: 38em)
{
	
	.row--padding-medium--solutions
	{
		margin-bottom:3.5em;
	}
	
	.solutions { text-align: left; }

	.solutions__row
	{
		margin-bottom: 2.0em;
	}
	
	.solutions__row:last-child { margin: 0; }

	.solutions__heading
	{
		font-size: 1.8889em;
		font-weight: normal;
	}
	
	.col-narrow p, .col-wide p, .col-wide--right p
	{
		font-size:1.0em;
		line-height:1.4;
		text-align:center;
	}
	
	.col-narrow.blocks p, .col-narrow.bottom-blocks p
	{
		font-size:1em;
		text-align:center;
	}
	
	.blocks
	{
		min-height:26em;
		box-sizing:border-box;
		padding:0.5em 1em 0;
	}
	
	.bottom-blocks
	{
		min-height:36em;
		box-sizing:border-box;
		padding:0.5em 1em 0;
	}
}

@media (min-width: 50em)
{
	.col-narrow p, .col-wide p, .col-wide--right p
	{
		font-size:1.4em;
		line-height:1.4;
		text-align:center;
	}
	
	.call-to-action
	{
		font-size:1.45em;
	}
	
	.blocks
	{
		min-height:24em;
		box-sizing:border-box;
		padding:0.5em 1em 0;
	}
	
	.bottom-blocks
	{
		min-height:32em;
		box-sizing:border-box;
		padding:0.5em 1em 0;
	}
}

/* ----------------------------
features
---------------------------- */

.features { text-align: center; }

.features__row
{
	margin-bottom: 2.1875em;
}

.features__heading
{
	margin: 0 0 .75em;
	font-size: 1.125em;
}

.photos
{
	padding-top:0;
}

@media (min-width: 38em)
{
	
	.row--padding-medium--manager
	{
		margin-bottom:3.5em;
	}
	
	.features { text-align: left; }

	.features__row
	{
		margin-bottom: 2.0em;
	}
	
	.features__row:last-child { margin: 0; }

	.features__padding
	{
		padding-top: 0em;
	}
	
	.features__heading
	{
		font-size: 1.5556em;
		font-weight: normal;
	}
	
	.col-narrow p, .col-wide p, .col-wide--right p
	{
		font-size:1.0em;
		line-height:1.4;
		text-align:center;
	}
	
	.col-narrow.blocks p, .col-narrow.bottom-blocks p
	{
		font-size:1em;
		text-align:center;
	}
}

@media (min-width: 50em)
{
	.col-narrow p, .col-wide p, .col-wide--right p
	{
		font-size:1.4em;
		line-height:1.4;
		text-align:center;
	}
}

/* ----------------------------
logos
---------------------------- */

.logos p
{
 	box-sizing:border-box; 
	margin:0;
	padding:0;
	text-align:center;
}

@media (min-width: 45em)
{
	.logos p
	{
		float:left;
		width:25%;
	}
}

/* ----------------------------
footer
---------------------------- */

.footer__info { color: #777; }

.footer__info ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__info a:link,
.footer__info a:visited
{
	color: #777;
	text-decoration: none;
}

.footer__info a:focus,
.footer__info a:hover,
.footer__info a:active { border-bottom: .15em solid; }

.footer__info a:focus { color: #fff; }
.footer__info a:hover { color: #3bb2d0; }
.footer__info a:active { color: #56b880; }

.footer__logo { margin: 0 0 2em; }
.footer__copyright { margin: 1em 0 0; }
.footer__copyright li
{
	display: inline-block;
	margin: 0 1em 0 0;
}

@media (min-width: 38em)
{
	.footer__cta { text-align: right; }
}