a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, 
meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt,
u, ul, var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
ol,
ul,
li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}
blockquote,
q {
	quotes: none;
}
table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
embed { 
	vertical-align: top;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
    height: auto;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
article,
aside,
details,
figcaption,
main,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
:focus,
:active,
:hover {
    outline: none;
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
	min-width: 320px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
}
a {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
img {
	max-width: 100%;
	height: auto;
}

/*----------------------------------------------------------------
Wrapper
----------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
}
.layout {
	min-height: 100%;
	padding: 0 0 15px;
	background: #662483 url(../images/bg.jpg) center top no-repeat;
}
.header {
	max-width: 850px;
}
.box__flex {
	display: flex;
}
.box__flex--mrgtop {
	margin: 20px 0 0;
}
.box__eqheight .box__body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box__title {
	margin: 0 0 20px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 900;
}
.header .box__title {
	margin: 15px 0 20px;
}
.box__img {
	flex: 0 0 270px;
	max-width: 270px;
}
.box__body {
	margin: 0 0 0 30px;
}
.box__content p {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 25px;
}
.box__content p:last-child {
	margin: 0;
}
.box__content a {
	text-decoration: underline;
}
.box__content a:hover {
	text-decoration: none;
}
.middle {
	margin: 25px 0 0;
}
.middle__row {
	margin: 0 -15px;
	display: flex;
}
.middle__projects,
.middle__portfolio {
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
}
.box__link {
	display: inline-block;
	width: 100%;
	max-width: 270px;
	height: 70px;
	background: #fff;
	color: #662483;
	line-height: 70px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.box__link:hover {
	background: #cfb0da;
}
.box__head {
	margin: 0 0 15px;
}
.box__group:last-child {
	margin: 16px 0 0;
}
.box-group__row {
	display: flex;
	margin: 0 -15px;
}
.box-group__col {
	padding: 0 15px;
	flex: 0 0 50%;
	max-width: 50%;
}
.box-logos__row {
	margin: 0 -8px;
	display: flex;
	flex-wrap: wrap;
}
.box-logos__col {
	margin: 0 0 16px;
	padding: 0 8px;
	max-width: 50%;
	flex: 0 0 50%;
}
.box-about__link {
	padding: 0 0 0 15px;
	position: relative;
	margin: 0 0 30px;
}
.box-about__link:last-child {
	margin: 0;
}
.box-about__link:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i-right-arr.png) no-repeat;
	width: 7px;
	height: 7px;
}
.box-about__link a {
	color: #fff;
	font-size: 15px;
	line-height: 25px;
	text-decoration: underline;
}
.box-about__link a:hover {
	text-decoration: none;
}

.box-group__about-logos {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-group__about-logos .box__about {
	margin-bottom: 40px;
}

/*----------------------------------------------------------------
Adaptive styles
----------------------------------------------------------------*/


@media only screen and (max-width: 1200px) {

	.box__img {
		max-width: 180px;
		flex: 0 0 180px;
	}
	.box__title {
		font-size: 18px;
	}
	.box__more {
		margin: 15px 0 0;
	}

}


@media only screen and (max-width: 1000px) {
	
	.middle__row {
		display: block;
	}
	.middle__projects,
	.middle__portfolio {
		max-width: none;
	}
	.middle__portfolio {
		margin: 30px 0 0;
	}
	.box__title {
		font-size: 28px;
	}
	.box__img {
		max-width: 270px;
		flex: 0 0 270px;
	}
	.header .box__body,
	.box__eqheight .box__body {
		max-width: 400px;
	}
	.middle__portfolio .box-group__col {
		flex: 0 0 300px;
		max-width: 300px;
	}

}


@media only screen and (max-width: 640px) {

	.box__flex,
	.box-group__row {
		display: block;
	}
	.box-group__col {
		max-width: none;
	}
	.box-group__col:last-child {
		margin: 0;
	}
	.box__title {
		font-size: 32px;
	}
	.box__body {
		margin: 10px 0 0 0;
	}
	.box__group:last-child {
		margin: 40px 0 0;
	}
	.box__flex--mrgtop {
		margin: 30px 0 0;
	}
	.wrapper {
		max-width: 600px;
	}
	.box__img {
		max-width: 600px;
		flex: 0 0 600px;
	}
	.box__img img {
		width: 100%;
	}
	.box-about__link {
		margin: 0 0 10px;
	}
	.box__link {
		max-width: none;
	}
	.middle__portfolio {
		margin: 40px 0 0;
	}
	.box-group__col {
		margin: 0 0 25px;
	}


	.header .box__body,
	.box__eqheight .box__body {
		max-width: none;
	}
	.middle__portfolio .box-group__col {
		flex: 0 0 100%;
		max-width: none;
	}

}