/* Copyright (c) «CompTek» | http://www.comptek.ru/ */
/*.services ul { list-style: none; margin: 0px; padding: 0px; text-align: left; }
.services > div { text-align: center; padding: 3px 116px 80px 116px;    float: left; font-size: 17px; color: #333; }
.services div > div { width: 70px; height: 70px; border-radius: 35px; margin: 10px auto; background-color: #e9494a;background-position: center center;background-repeat: no-repeat; }
.services .learning > div {  background-image: url(/img/icons/learning.png); }
.services .support > div { background-image: url(/img/icons/support.png); }*/
.service-list {     margin: 25px auto 45px auto; display: table; padding: 0px; width: 1300px;color: #796365;  }
.service-list span { letter-spacing: 1pt; font-size: 20px; }
	.service-list li { list-style: none; text-align: center; display: table-cell;  padding: 10px 40px 20px 40px; transition: all 0.5s ease;  }
	/*.service-list > li:hover { background-color:rgba(236, 236, 236, 0.5);      outline: 1px solid #e3e3e3; }*/
	.service-list li .menu-list { margin: 0px; padding: 20px 0px 0px 0px; }
	.service-list li .menu-list li { display: list-item; margin: 0px; padding: 0px; border:0px; }
	.service-list li .menu-list li a { padding: 0px; font: 14px/26px Arial; height: auto;}
	
	.service-list .support-icon { display: block; height: 70px; background-image: url(/img/icons/support-icon.png); background-repeat: no-repeat; background-position: center 13px; margin:0px auto 17px auto; }
	.service-list .learning-icon { display: block; height: 70px; background-image: url(/img/icons/learning-icon.png); background-repeat: no-repeat; background-position: center 28px; margin:0px auto 17px auto; }
	.service-list .forum-icon { display: block; height: 70px; background-image: url(/img/icons/forum-icon.png); background-repeat: no-repeat; background-position: center 28px; margin:0px auto 17px auto; }
	.service-list .webinar-icon { display: block; height: 70px; background-image: url(/img/icons/webinar-icon.png); background-repeat: no-repeat; background-position: center 24px; margin:0px auto 17px auto; }
	

	.service-list .online-conf-icon { border-radius: 40px; width: 75px; height: 60px; background-color: #fff; background-image: url(/img/icons/online-conference.png); background-repeat: no-repeat; background-position: center 13px; margin:0px auto 17px auto; }
	
	/*.service-list .learning-icon { border-radius: 40px; width: 75px; height: 75px; background-color: #e9494a; }*/
	.service-list .webex-icon { border-radius: 40px; width: 75px; height: 75px; background-color: #6caedf; }

	/*
.services .learning { width: 300px; height: auto; border:1px solid #e3e3e3; background-color: #f2f2f2;  }
.services .learning > div { background-color: #fff; padding: 20px 30px; }
.services .learning > div a { display: block; padding: 0px 0px 10px 0px; font-size: 17px; }
*/

@media only screen and (max-width: 1400px) {
	.service-list { width: 1100px; }
	.service-list li:last-child { display: none; }
}