@import url(font-awesome.min.css);

	/*Main page, block-1 */	

		#rt-title {
			padding-bottom:0em;
		}

		.rt {
			text-align:left;
		}

		.rt-ul {
			margin-left:50px;
		}

		.rt-ul li {
			background-color:#fff;
			border-radius:5px;
			padding:3px;
			padding-right:30px;
			margin:5px;
			padding-top:12px;
			padding-left:15px;
		}

		.rt-ul li h5  {
			color:#666;
		}

		.rt-ul li h5 a  {
			color:#666;
			text-decoration: none;
			border-bottom:none;
			padding:3px;
			padding-left:10px;
		}

		header.major {
			padding: 1em 0em 3em;
			text-align: center;
		}

		.icon.major {
			width: 6.4em;
		}

		.tizer {
			font-size:17px;
			text-align:justify;
		}

		.icon.major {
			margin: 0em 1.5em 0em 2em;
		}

		ul.actions li {
			padding: 1em 1em 0 0;
		}

		.icon.major {
			border-radius: 100%;
			cursor: default;
			display: inline-block;
			height: 4.5em;
			line-height: 4.5em;
		}
		
		
		 /* Service MFA */
				.service { margin-top:-5px;}
				.service div {float:left; width:50%; height: 200px;}
				.service_passport {background: url(../../icons/passport.png) left no-repeat;}
				.service_apostille {background: url(../../icons/apostille.png) left no-repeat;}
				.service_rt {background: url(../../icons/rt.png) left no-repeat;}
				.service_forchine {background: url(../../icons/forchine.png) left no-repeat;}
				.service_req_doc {background: url(../../icons/req_doc.png) left no-repeat;}
				.service_consider {background: url(../../icons/consider.png) left no-repeat;}
				.service_info {background: url(../../icons/info.png) left no-repeat;}
				
				.service_mfa a {display:black; text-decoration:none; height: 200px; padding-left:200px; border-bottom:none;}
				.service_mfa a  span{display:table-cell; vertical-align:middle; height: 200px;}
				

				/* strong font */
				.st{
					font-weight:bold;
				}
				
@media screen and (orientation: portrait) and (max-width: 480px) {

			ul.actions li {
				padding: 1em 0em 0 0;
			}

		}
	