/*
Theme Name: Idea! Group 
Theme URI: http://ideagroup.com.ua/
Description: РїРµСЂСЃРѕРЅР°Р»СЊРЅР°СЏ С‚РµРјР° РґР»СЏ РєРѕРјРїР°РЅРёРё Idea! Group.
Version: 1.0
Author: Studio Psyho
Author URI: http://www.psyho.ua/

*/

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


body {
	font-family: sans-serif;
	line-height: 1.5;
	color: #222;
	font-size: 13px;

	padding: 0 50px;
}

a {
	color: #173fb4;
}

a:hover {
	color: #e20;
}

.wrapper {
	margin: 50px auto;
	/*width: 900px;*/
	max-width: 1400px;
}

.header {
	position: relative;
}

.header .logo {
	margin-left: 70px;

	width: 63px;
	height: 106px;

	background: url(i/logo.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/logo.svg) no-repeat center;	
}

.header .contacts {
	position: absolute;
	right: 70px;
	bottom: 10px;
}

.we {
	background-color: #e43435;
	border-radius: 9px;
	padding: 15px;
	font-size: 26px;
	color: #fff;
	line-height: 1.25;
	margin: 45px -10px 90px;
}

.companies {
	text-align: center;
}

.companies .c-wrapper, .companies .c {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: top;
}

.companies .c {
	width: 258px;
	margin-right: 30px;
	margin-bottom: 60px;

	text-align: left;
}

.companies strong {font-weight: bold;}

.c-one-two .c {
	overflow: hidden;
	width: 500px;
	font-size: 16px;
}

.c-one-two .c .svg {
	float: left;
	width: 80px;
}

.c-one-two .c p {
	margin-left: 100px;
}

.companies .c:last-child {
	margin-bottom: 0;
}

/*.companies .c:last-child {
	margin-right: 0;
}
*/
.companies .c .i {
	text-align: center;
	margin-bottom: 10px;
	display: none;
}

.c .svg {
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
}


.svg.trading {
	background: url(i/idea-trading.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/ideastore3.svg) no-repeat center;
}
.svg.park {
	background: url(i/idea-trading.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/partk.svg) no-repeat center;
}

.svg.plant {
	background: url(i/idea-plant.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/idea-plant.svg) no-repeat center;
}

.svg.estate {
	background: url(i/idea-estate.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/idea-estate.svg) no-repeat center;
}


.svg.kvartal {
	background: url(i/kvartal.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/kvartal.svg) no-repeat center;
}

.svg.komandor {
	background: url(i/komandor.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/komandor.svg) no-repeat center;
}

.svg.market {
	background: url(i/market.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/market.svg) no-repeat center;
}

.svg.es {
	background: url(i/es.png) no-repeat center;
    background: rgba(0, 0, 0, 0) url(i/svg/es.svg) no-repeat center;
}


.footer {
	margin-top: 60px;
	padding-top: 55px;
	background: url(i/shadow.jpg) no-repeat center top;
	color: #444;
}



/* Landscape phones and down */
@media (max-width: 480px) { 
	body {
		padding: 0;
	}

	.wrapper {
		margin: 20px auto;
		min-width: 320px;
		width: auto;
	}

	.we {
		font-size: 14px !important;
		margin: 20px 10px 40px;
		padding: 10px;
	}

	.header .logo {
		margin-left: 20px;
	}

	.header .contacts {
		right: 20px;
		font-size: 13px !important;
	}

	.companies .c {
		font-size: 13px !important;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.companies .c p {
		padding: 0 10px;
	}

	.companies .c p a {
		white-space: nowrap;
	}

	.footer {
		background: none;
		border-top: 1px solid #ddd;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	/*.wrapper {
		margin: 20px auto;
		min-width: 480px;
		width: auto;
	}*/

	.we {
		font-size: 20px;
		margin: 30px 15px 40px;
	}

	.header .logo {
		margin-left: 20px;
	}

	.header .contacts {
		right: 30px;
		font-size: 16px;
	}

	.companies .c {
		font-size: 16px;
		width: 100%;
		margin-right: 0;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.companies .c p {
		padding: 0 20px;
	}

	.companies .c p a {
		white-space: nowrap;
	}

	.footer {
		margin-top: 20px;
		background: none;
		border-top: 1px solid #ddd;
	}
}


/* Large desktop */
@media (min-width: 1100px) {
	.companies .c {
		margin-right: 60px;
		font-size: 15px;
		width: 320px;
	}

	.c-three .c {
		width: 270px;
	}

	.c-one-two .c {
		overflow: hidden;
		width: 500px;
		font-size: 16px;
	}

	.c-four .c {
		margin-right: 40px;
		font-size: 13px;
		width: 250px;
	}
}

@media (min-width: 1300px) {
	.c-three .c {
		width: 320px;
	}
}