body {
	background: url('./../img/patterns/overlay9.png') #2C2E2D;
	color: #CED0CF;
}
h1, 
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
a,
a:hover {
	color: #02C8E5;
}

.page-header {
	border-bottom: none;
}

[class^="partner"] {
	float: left;
	min-height: 1px;
}
.partner7 {
  width: 14.2%;
}
.partner6 {
  width: 16.66%;
}
.partner5 {
  width: 20%;
}
.partner4 {
  width: 25%;
}
.partner3 {
  width: 33.33%;
}
.partner2 {
  width: 50%;
}
.partner1 {
  width: 100%;
}

.p-info {
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: black;
	min-height: 100px;
	background: white;
}
.p-first {
	border-left-width: 1px;
}
.p-info .p-image {
	height: 280px;
	background-position: top center;
	display: block;
	border: none;
}
.p-info .p-text {
	border-top: 1px solid black;
	background-color: #1B1B1B;
    background-image: linear-gradient(to left, #222222, #111111);
    padding: 5px;
    text-align: center;
	height: 84px;
	color: white;
}
.p-info .p-name {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
}
.p-info:hover .p-text {
	color: black;
}
.p-info:hover .p-image {
	background-position: bottom center;
}

.p-magamax .p-image {
	background-image: url('./../img/magamax.jpg');
}
.p-magamax .p-text {
	background-color: #FEAB00;
    background-image: linear-gradient(to right, #FE9100, #FEC300);
}
.p-magamax:hover .p-text {
	background-color: #fcb932;
    background-image: linear-gradient(to right, #fef15c, #fef784);
}

.p-homa .p-image {
	background-image: url('./../img/homa.jpg');
}
.p-homa .p-text {
	background-color: #FE3800;
    background-image: linear-gradient(to right, #FE2F00, #FE3D00);
}
.p-homa:hover .p-text {
	background-color: #fc5e32;
    background-image: linear-gradient(to right, #fe5300, #fe7600);
}

.p-homax .p-image {
	background-image: url('./../img/homa.jpg');
}
.p-homax .p-text {
	background-color: #FE3800;
    background-image: linear-gradient(to right, #FE2F00, #FE3D00);
}
.p-homax:hover .p-text {
	background-color: #fc5e32;
    background-image: linear-gradient(to right, #fe5300, #fe7600);
}

.p-mkm .p-image {
	background-image: url('./../img/kerron.jpg');
}
.p-mkm .p-text {
	background-color: #96AB08;
    background-image: linear-gradient(to right, #7B9007, #ACC00A);
}
.p-mkm:hover .p-text {
	background-color: #9aab2b;
    background-image: linear-gradient(to right, #edf169, #f5f796);
}

.p-deev .p-image {
	background-image: url('./../img/deev.jpg');
}
.p-deev .p-text {
	background-color: #00A8B8;
    background-image: linear-gradient(to right, #0090A5, #00C2CD);
}
.p-deev:hover .p-text {
	background-color: #25abb8;
    background-image: linear-gradient(to right, #5cf0f5, #85f8fa);
}

.text-block {
	margin: 20px 0;
}
.text-block h3 {
	margin-bottom: 25px;
}

.h-icon {
	background: none repeat scroll 0 0 #A5A5A5;
    border: 2px solid #6d6d6d;
    color: #333;
    border-radius: 10px;
    font-size: 15px;
    margin-right: 5px;
    padding: 5px 7px;
    position: relative;
    top: -3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.plus {
	margin: 15px 0;
}
.plus:after {
	content: "";
	display: block;
	clear: left;
}
.plus .plus-num {
	background: #FE430E;
	border-radius: 10px;
	line-height: 1.2em;
	font-size: 3em;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 50px;
	display: block;
	float: left;
	margin-right: 15px;
}
.plus .plus-text {
	font-size: 13px;
	line-height: 17px;
}
.plus .plus-text b {
	color: #FE430E;
	font-size: 15px;
	font-weight: normal;
}

.plus:hover .plus-num {
	background: #F10037;
}
.plus:hover .plus-text b {
	color: #F10037;
}

.news {
	margin: 15px 0;
}
.news .news-icon {
	display: block;
	float: left;
}
.news .news-text {
	margin-left: 20px;
	font-size: 13px;
	line-height: 17px;
}

.footer {
	background: #ffffff;
	background-image: linear-gradient(to bottom, #ffffff, #D7D7D7);
	padding: 30px 0;
	color: #2C2E2D;
}

/* Large desktop */
@media (min-width: 1200px) { 
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.partner3,
	.partner4,
	.partner5 {
		width: 50%;
	}
	.partner6,
	.partner7 {
		width: 33.33%;
	}
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	.partner3,
	.partner4,
	.partner5 {
		width: 50%;
	}
	.partner6,
	.partner7 {
		width: 33.33%;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) { 
	[class^="partner"] {
		width: 100%;
	}
}