/* -------------------------------------------------
:: Global Reset & Standards
-------------------------------------------------- */
	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,
	caption, 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: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%; height:100%; width:100%;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1; height:100%; width:100%;
	}
	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;
	}

	body {position: relative; -webkit-font-smoothing: antialiased; }

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
	a { color: #005aab; text-decoration: none; line-height: inherit; }
	a:hover { color: #11639d;}
	a:focus { color: #cc4714; outline: none; }
	p a, p a:visited { line-height: inherit; }


/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
	ul, ol { margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	li { margin-bottom: 12px; }
	ul.large li { line-height: 21px; }

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	table.fnd_table { background: #E1E1E1; margin: 0 0 18px; border: 1px solid #ddd;  }
	table.fnd_table thead, table.fnd_table tfoot { background: #f5f5f5; }
	table.fnd_table thead tr th,
	table.fnd_table tfoot tr th,
	table.fnd_table tbody tr td,
	table.fnd_table tr td,
	table.fnd_table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
	table.fnd_table thead tr th,
	table.fnd_table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table.fnd_table thead tr th:first-child, table.fnd_table tfoot tr td:first-child { border-left: none; }
	table.fnd_table thead tr th:last-child, table.fnd_table tfoot tr td:last-child { border-right: none; }
	table.fnd_table tbody tr.even,
	table.fnd_table tbody tr.alt { background: #f9f9f9; }
	table.fnd_table tbody tr:nth-child(even) { background: #f9f9f9; }
	table.fnd_table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

/* --------------------------------------------------
	:: Misc
---------------------------------------------------*/
	.left        { float:left}
	.right       { float:right}
	.text-left   { text-align:left}
	.text-right  { text-align:right}
	.text-center { text-align: center}
	.hide        { display:none}
	.highlight   { background:#ff0}

/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { color: #181818; font-weight: bold;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;}
	h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; }
	h3 { font-size: 23px; font-size: 2.3rem; margin-bottom: 8px; }
	h4 { font-size: 17px; font-size: 1.7rem; margin:0; float:left;}
	h5 { font-size: 18px; font-size: 1.7rem; font-weight: normal; margin-bottom: 3px;  }
	h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; }

	.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }

	p { font-size: 13px; font-size: 1.3rem; line-height: 1.25; margin: 0 0 18px; }
	p img { margin: 0; }
	p.lead { font-size: 18px; font-size: 1.8rem; line-height: 1.5;  }

	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit;}
	small { font-size: 60%; line-height: inherit; }

	h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }

	/*	Blockquotes  */
	blockquote, blockquote p { line-height: 20px; color: #777; }
	blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; font-size: 1.2rem; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited { color: #555; }

	hr { border:dashed #ccc; border-width:1px 0 0; clear: both; margin:12px 0 16px; height:0;}

	abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }

	.print-only { display: none !important; }
	@media print {
		* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
		-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
		p a, p a:visited { color: #444 !important; text-decoration: underline; }
		p a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; }
		tr, img { page-break-inside: avoid; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3{ page-break-after: avoid; }
		.hide-on-print { display: none !important; }
		.print-only { display: block !important; }
	}

	.container { padding: 0 3px; }

	.row {width:100%; max-width:1196px; min-width:727px; margin:0 auto; }
	/* To fix the grid into a certain size, set max-width to width */
	.row .row { min-width: 0; }

	.column, .columns { float: left; min-height: 1px; position: relative; }
	footer .columns {}
	.column:first-child, .columns:first-child { margin-left: 0; }
	[class*="column"] + [class*="column"]:last-child { float: right; }

	.row .one 		{ width: 4.3%; }
	.row .two 		{ width: 13%; }
	.row .three 	{ width: 21.679%; }
	.row .four 		{ width: 24%; }
    .row .six	    { width: 41%; }
	.row .five 		{ width: 34%; float: right;}
  .row .fivel     { width: 34%;}
	.row .seven 	{ width: 56.5%; }
	.row .eight 	{ width: 74%;}
	.row .nine 		{ width: 78%; }
	.row .ten 		{ width: 82.6%; }
	.row .eleven 	{ width: 91.3%; }
	.row .twelve 	{ width: 100%; }

	.row .centered { float: none; margin: 0 auto; }

	img, object { max-width:100%;}
	img { -ms-interpolation-mode: bicubic;}
	#map_canvas img, .map_canvas img {max-width: none!important;}

	 /* Nicolas Gallagher's micro clearfix */
	 .row:before, .row:after, .cf:before, .cf:after { content:""; display:table; }
	 .row:after, .cf:after { clear: both; }
	 .row, .cf { zoom: 1; }

/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */
    .button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
    padding: 6px 13px 7px;
    cursor: pointer;
    margin: 0 5px 10px 0;
    vertical-align: middle;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 2px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    border-radius: 3px;
	}
    .button:hover {	text-shadow: 0 1px 1px rgba(0,0,0,0.1);	background-color:#fdf9e7;-webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #ffd51a, 0 3px #ffd51a, 0 3px 2px rgba(56, 54, 46, 0.6); box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #ffd51a, 0 3px #ffd51a, 0 3px 2px rgba(56, 54, 46, 0.6);}
	.button:active { text-shadow: 0 1px 1px rgba(0,0,0,0.2); box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2); -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2); -moz-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2); padding:6px 13px 5px; margin: 2px 5px 8px 0; background-color:#eee;}

  	/* Don't use native buttons on iOS */
	input[type=submit].button, button.button { -webkit-appearance: none; }

	/* Hide inner focus effect in Firefox */
	button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
		border: none;
	}

	.button.nice {
		background: #00a6fc url(/img/button-gloss.png) repeat-x 0 -31px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
		background: #00a6fc url(/img/button-gloss.png) repeat-x 0 -31px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
		background: #00a6fc url(/img/button-gloss.png) repeat-x 0 -31px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
		border: 1px solid #0593dc;
		-webkit-transition: background-color .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		-o-transition: background-color .15s ease-in-out;
	}

	.button.full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}

	.button.left-align {
		text-align: left;
		text-indent: 12px;
	}
	
	.danger {color: #333; text-shadow: 0 1px 0 rgba(0,0,0,0.1);}
	.danger:hover,.button.danger:focus,.button.danger:active { background: #FFE366;color: #333;}
	.danger:active,.danger.active {
	box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
	-o-box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
	margin-top:1px;}
	
	.dg {
		border-radius: 2px;
		background: #3b6bb3;
		color: #FFF;
		text-align: center;
		padding: 0 2px;
		margin: 0 1px 0 0;
		/* display: inline-block; */
	}
	
	[class^="icsw16-"],[class*=" icsw16-"] {display:inline-block;width:16px;height:16px;line-height:16px;vertical-align:text-top;background-image:url("/img/icsw2_16.png");background-repeat: no-repeat;*margin-right: .3em}
	[class*="icsw16-"]:last-child {*margin-left: 0}
	.icsw16-denied-sign{background-position: 0 -36px} 
	.icsw16-home-2{background-position: -72px -72px}
	.icsw16-home{background-position: -72px -108px}
	.icsw16-exit{background-position: -36px -900px}
	.icsw16-graph{background-position: -36px -1836px}
	.icsw16-medical-case{background-position: -72px -1226px}
	.icsw16-trashcan-2{background-position: -144px -216px} 
	.icsw16-trashcan{background-position: -144px -252px;}
	.icsw16-facebook-like-2{background-position: -36px -1008px} 
	.icsw16-facebook-like{background-position: -36px -1044px} 
	.icsw16-settings-2{background-position: -108px -1080px} 
	.icsw16-settings{background-position: -108px -1116px}
	.icsw16-power{background-position: -108px -144px} 
	.icsw16-mobile-phone{background-position: -72px -1368px}
	.icsw16-television{background-position: -144px -144px} 
	.icsw16-globe-2{background-position: -36px -1620px} 
	.icsw16-globe{background-position: -36px -1656px} 
	.icsw16-phone-3{background-position: -72px -1908px} 
	.icsw16-phone-hook{background-position: -72px -1944px} 
	.icsw16-phone{background-position: -108px 0}
	.icsw16-help{background-position: -72px -36px} 
	.icsw16-mail{background-position: -72px -1044px} 
	.icsw16-list-w_-image{background-position: -72px -756px} 
    .icsw16-list-w_-images{background-position: -72px -792px} 
    .icsw16-list{background-position: -72px -828px} 
	.icsw16-firefox{background-position: -36px -1368px}
	.icsw16-chrome{background-position: 0 -1908px} 
	.icsw16-safari{background-position: -108px -1008px}
	.icsw16-create-write{background-position: -36px -396px} 
	.icsw16-printer{background-position: -108px -396px}
	.icsw16-go-back-from-full-screen{background-position: -36px -1692px} 
	.icsw16-go-back-from-screen{background-position: -36px -1728px} 
	.icsw16-go-full-screen{background-position: -36px -1764px} 
	.haha_ico {background-image:url(/img/haha_ico.png); background-repeat:no-repeat; background-position:8px 6px; padding-left:32px !important;}
	.sheld_ico {background-image:url(/img/25.png); background-repeat:no-repeat; background-position:8px 6px; padding-left:31px !important;}
	.icon_clock {background-image:url(/img/icon_clock.png); background-repeat:no-repeat; background-position:8px 6px; padding-left:30px !important;}
    .class_ico {background-image:url(/img/class.png); background-repeat:no-repeat; background-position:8px 6px; padding-left:30px !important;}
	.basket_ico {background-image:url(/img/basket_ico.png); background-repeat:no-repeat; background-position:12px 5px; padding-left:38px !important;}
	.pass_ico {background-image:url(/img/pass.png); background-repeat:no-repeat;background-position: 8px 5px; padding-left:30px !important;}
	.wifi_ico {background-image:url(/img/wifi.png); background-repeat:no-repeat;background-position: 8px 7px; padding-left:28px !important;}
	.bron_ico {background-image:url(/img/bron.png); background-repeat:no-repeat; background-position:9px 5px; padding-left:30px !important;}
	.bron_open_ico {background-image:url(/img/bron_open.png) !important; background-repeat:no-repeat; background-position:10px 5px; padding-left:34px !important;}
	.sms_ico {background-image:url(/img/sms.png); background-repeat:no-repeat; background-position:9px 7px; padding-left:31px !important;}
	.domen_ico {background-image:url(/img/domen.png); background-repeat:no-repeat; background-position:8px 6px; padding-left:30px !important;}
	.children_ico {background-image:url(/img/children.png); background-repeat:no-repeat; background-position:9px 6px; padding-left:30px !important;}
	.eshe_ico {background-image:url(/img/eshe.png); background-repeat:no-repeat; background-position:6px 6px; padding-left:25px !important;}
	.money {background-image:url(/img/money_transfer.png); background-repeat:no-repeat; background-position:10px 7px; padding-left:32px !important;}
	.address {background-image:url(/img/address.png); background-repeat:no-repeat; background-position:9px 6px; padding-left:30px !important;}
    .mobile {background-image:url(/img/phone2.png); background-repeat:no-repeat; background-position:3px 4px; padding-left:30px !important;}
    .iphone {background-image:url(/img/iphone.png); background-repeat:no-repeat; background-position:6px 6px; padding-left:30px !important;}
	.fiber {background-image:url(/img/fiber.png); background-repeat:no-repeat; background-position:9px 6px; padding-left:30px !important; background-color: #ffd51a !important;}
	.distribution {background-image:url(/img/distribution.png); background-repeat:no-repeat; background-position:9px 7px; padding-left:30px !important;}
	.optica {background-image:url(/img/optica.png); background-repeat:no-repeat; background-position:7px 7px; padding-left:27px !important;}	
	.refresh_1_ico {background-image:url(/img/refresh_1.png); background-repeat:no-repeat; background-position:10px 6px; padding-left:30px !important;}
	.refresh_2_ico {background-image:url(/img/refresh_2.png); background-repeat:no-repeat; background-position:9px 6px; padding-left:30px !important;}
	.ico_right {background-image:url(/img/right.png); background-repeat:no-repeat; background-position: 84% 50%; padding-right:32px !important;}
	.black.ico_right {background-position:90% 50%; padding-right:34px !important;padding-left: 12px !important;}
	.ico_left {background-image:url(/img/left.png); background-repeat:no-repeat; background-position: 12px 50%; padding-left:32px !important;}
	.iptv_ico {background-image:url(/img/iptv_ico.png); background-repeat:no-repeat; background-position:11px 6px; padding-left:32px !important;}
    .iptv_opros {background-image:url(/img/icsw2_16.png); background-repeat:no-repeat; *margin-right: .3em; background-position: -36px -1008px; padding-left:32px !important;}
	.oneday_ico {background-image:url(/img/oneday_ico.png); background-repeat:no-repeat; background-position:11px 6px; padding-left:32px !important;}
	.travel_ico {background-image:url(/img/travel.png); background-repeat:no-repeat; background-position:10px 6px; padding-left:31px !important;}
	.travel_lim_ico {background-image:url(/img/travel_lim.png); background-repeat:no-repeat; background-position:10px 6px; padding-left:31px !important;}
	/* user-nav  */
    .nav-icons ul { height:30px; display: inline-block; margin: 0; text-align: left; list-style: none;}
    .nav-icons ul > li, .nav-icons ul:active > .active { float: left; position: relative; height: 30px; color: #595959; text-shadow: 0 1px white;}
    .nav-icons ul > li > a, .nav-icons ul > li > span { position: relative; background: rgba(255, 255, 255, 0.6); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.6)), color-stop(100%, rgba(255, 255, 255, 0.25))); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25)); background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25)); background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25)); background: -o-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25)); background: linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25)); -webkit-box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px white, inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 2px #dadada, 0 3px #c4c4c4, 0 4px 3px rgba(0, 0, 0, 0.1);border: 1px solid #eee;}
    .nav-icons ul > li > a:hover { text-shadow: 0 1px #fff, 0 0 20px #fff; background-color: transparent; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%);}
    .nav-icons ul > li.active, .nav-icons ul > li:active { z-index: 2; margin:1px 0 0; height: 29px; color: #404040;}
    .nav-icons ul > li.active > span, .nav-icons ul > li:active > a { border-color:#ccc; border-width: 1px 0; background-color: transparent; background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.04)), color-stop(100%, rgba(0, 0, 0, 0))); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: -o-linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(top, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0) 100%); -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4); box-shadow: inset 0 1px rgba(255, 255, 255, 0.35), inset 0 -1px 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(255, 255, 255, 0.4); }
    .nav-icons ul > li:active > a, .nav-icons ul > li:active > span { z-index: 3 }
    .nav-icons ul > li.active > span, .nav-icons ul > li:active > a { line-height: 29px }
    .nav-icons ul > li:first-child > a, .nav-icons ul > li:first-child > span { border-left-width: 1px !important; border-left-color: #c6c6c6; border-radius: 4px 0 0 4px;}
    .nav-icons ul > li:last-child > a, .nav-icons ul > li:last-child > span { border-right-width: 1px !important; border-right-color: #c6c6c6; border-radius: 0 4px 4px 0; color:#333;}
    .nav-icons ul > li + li a, .nav-icons ul > li + li > span { border-left-width: 0 }
    .nav-icons ul > .active + li > a, .nav-icons ul > .active:active + li > a, .nav-icons ul > li:active + li > a, .nav-icons ul > li:active + .active > a, .nav-icons ul > li:active + li > span, .nav-icons ul > li:active + .active > span { border-left-width: 1px }
    .nav-icons ul > li > a, .nav-icons ul > li > span { position:relative; display:block; line-height:26px; padding:0 15px; text-decoration:none; outline:none; font-size:12px; }
    .nav-icons ul > li .badge { position: absolute; top: -8px; right: -4px; z-index: 100;}
	table.display .nav-icons ul > li > a > i { margin-top:-2px;}
	
	.user_info .nav-icons ul { height:50px; margin-top: -20px;}
    .user_info .nav-icons ul > li:first-child > a {height: 50px;}
    .user_info .nav-icons ul > li > a {line-height: 50px; padding: 0 18px;}
	
	
	/* Sizes ---------- */
	.tiny.button			{ font-size:11px; padding:8px 14px; width:auto;text-shadow: none; }
	.small.button 			{ font-size:12px; padding: 9px 20px 9px; width:auto;}
	.medium.button 			{ font-size:12px; width: auto;font-weight: bold;}
	.large.button 			{ font-size:18px; padding:11px 48px 13px; width:auto;}

	/* Nice Sizes ---------- */
	.nice.tiny.button 		{ background-position: 0 -37px;}
	.nice.small.button 		{ background-position: 0 -34px;}
	.nice.large.button 		{ background-position: 0 -30px;}

	/* Nice Colors ---------- */
	.nice.blue.button		{ border: 1px solid #0593dc;}
	.nice.red.button		{ border: 1px solid #b90b0b;}
	.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important;}

	/* Hovers ---------- */
	.nice.button:active 	{
		-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
		box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
	}

	/* Disabled ---------- */
	.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; }

	/* Correct FF button padding */
	@-moz-document url-prefix(http://) {
		input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; }
		input[type=submit].tiny.button		{ padding: 5px 14px 7px; }
		input[type=submit].small.button		{ padding: 7px 20px 8px; }
		input[type=submit].medium.button	{ padding: 8px 34px 9px; }
		input[type=submit].large.button		{ padding: 9px 48px 10px; }
	}

/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */

	.alert-box {display: block;padding: 10px 16px;background: #d0e2f5;line-height: 17px; margin: 10px 0 12px; position: relative; border-radius: 3px; color: #104d92; font-size: 14px;}
	.alert-box.success {background-color:#E8F5E9; color: #205823;}
	.alert-box.warning { background-color:#FFF3E0; color: #aa3510;}
	.alert-box.warning a {color: #3B6BB3;}
	.alert-box.error {background-color: #FBE9E7; color: #9c1f1f;}
    .alert-box h5 {color:#444 !important;}
	.alert-box p {margin-bottom:8px}
	.alert-box p a { color:#FFF; text-decoration:underline;}
	.alert-box a.close {color:#000; position:absolute; right:7px; top:0; font-size:18px; opacity:0.2; padding:4px; text-decoration:none;}
	.alert-box a.close:hover,.alert-box a.close:focus { opacity:0.4; }

/*  --------------------------------------------------
    Lists
    -------------------------------------------------- */
    ul.nice, ol.nice { list-style: none; margin: 0; }
    ul.nice li, ol.nice li { padding-left: 13px; position: relative }
    ul.nice li span.bullet, ol.nice li span.number { position: absolute; left: 0; top: 0; color: #ccc; }

/*	--------------------------------------------------
   	Microformats
	-------------------------------------------------- */

	/* hCard */
	ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; }
	ul.vcard li { margin: 0; display: block; }
	ul.vcard li.fn { font-weight: bold; font-size: 15px; font-size: 1.5rem; }

	p.vevent span.summary { font-weight: bold; }
	p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; }

/* -----------------------------------------
   Standard Forms
----------------------------------------- */

	form { margin: 0 0 11px; }
	form label { display: block; font-size: 13px; cursor: pointer; margin-bottom: 9px; }

	input.input-text, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
	input.input-text, textarea, select { display: block; margin-bottom: 9px; }
	label + input.input-text, label + textarea, label + select, label + div.dropdown, select + div.dropdown { margin-top: -9px; }

	/* Text input and textarea font and padding */
	input.input-text, textarea { font-size: 13px; padding: 4px 3px 2px; background: #fff; }
	input.input-text:focus, textarea:focus { outline: none !important; }
	input.input-text.oversize, textarea.oversize { font-size: 18px !important; padding: 4px 5px !important; }
	input.input-text:focus, textarea:focus { background: #f9f9f9; }

	/* Text input and textarea, disabled */
	input.input-text[disabled], textarea[disabled] { background-color: #ddd; }

	/* Inlined Label Style */
	input.placeholder, textarea.placeholder { color: #888; }

	/* Text input and textarea sizes */
	input.input-text, textarea { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
	input.small, textarea.small { width: 134px; }
	input.medium, textarea.medium { width: 254px; }
	input.large, textarea.large { width: 434px; }
	input.expand, textarea.expand { width: 100%; }

	/* Fieldsets */
	form fieldset { padding: 9px 9px 2px 9px; border: solid 1px #ddd; margin: 18px 0; }

	/* Inlined Radio & Checkbox */
	.form-field input[type=radio], div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }

	/* Errors */
	.form-field.error input, input.input-text.red,.form-field.error textarea { border-color: #C00000; background-color: rgba(255,0,0,0.15); }
	.form-field.error label, label.red { color: #C00000; }
	.form-field.error small, small.error { margin-top: -6px; display: block; margin-bottom: 9px; font-size: 11px; color: #C00000; width: 254px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
  .red { color: red;}
	.small + small.error { width: 134px; }
	.medium + small.error { width: 254px; }
	.large + small.error { width: 434px; }
	.expand + small.error { width: 100%; }
	.small.oversize + small.error { width: 144px; }
	.medium.oversize + small.error { width: 264px; }
	.large.oversize + small.error { width: 444px; }
	.expand.oversize + small.error { width: 100%; }

	/* -----------------------------------------
	   Nicer Forms
	----------------------------------------- */
	form.nice div.form-field input, form.nice input.input-text, form.nice textarea { border: solid 1px #bbb; }
	form.nice div.form-field input, form.nice input.input-text, form.nice textarea { font-size: 13px; padding: 8px; outline: none !important; background: url(/img/input-bg.png) #fff; text-align: left;}
	form.nice div.form-field input:focus, form.nice input.input-text:focus, form.nice textarea:focus { background-color: #f9f9f9; border: solid 1px #ffd51a;}
	
	input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

	/* Text input and textarea, disabled */
	form.nice div.form-field input[disabled], form.nice input.input-text[disabled], form.nice textarea[disabled] { background-color: #ddd;}
	form.nice fieldset { border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; }
	form.nice div.form-field input[type=radio], form.nice div.form-field input[type=checkbox] { display: inline; width:auto; margin-bottom:0; }
	form.nice div.form-field.error small, form.nice small.error { padding: 6px 4px; border: solid 0 #C00000; border-width: 0 1px 1px 1px; margin-top: -10px; background: #C00000; color: #fff; font-size: 12px; font-weight: bold; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }

 	form.nice div.form-field.error .small + small, form.nice .small + small.error { width: 134px; }
	form.nice div.form-field.error .medium + small, form.nice .medium + small.error { width: 254px; }
	form.nice div.form-field.error .large + small, form.nice .large + small.error { width: 434px; }
	form.nice div.form-field.error .small.oversize + small, form.nice .small.oversize + small.error { width: 136px; }
	form.nice div.form-field.error .medium.oversize + small, form.nice .medium.oversize + small.error { width: 256px; }
	form.nice div.form-field.error .large.oversize + small, form.nice .large.oversize + small.error { width: 436px; }

	/* -----------------------------------------
	   Custom Forms
	----------------------------------------- */

	form.custom span.custom { display: inline-block; width: 14px; height: 14px; position: relative; top: 2px; border: solid 1px #ccc; background: url(/img/custom-form-sprites.png) 0 0 no-repeat; }
	form.custom span.custom.radio { border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
	form.custom span.custom.radio.checked { background-position: 0 -14px; }
	form.custom span.custom.checkbox.checked { background-position: 0 -28px; }
	form.custom div.custom.dropdown { display: block; position: relative; width: auto; height: 28px; margin-bottom: 9px; margin-top: 2px; }
	form.custom div.custom.dropdown a.current { display: block; width: auto; line-height: 26px; min-height: 26px; padding: 0 38px 0 6px; border: solid 1px #ddd; color: #141414; background-color: #fff; word-wrap: nowrap }
	form.custom div.custom.dropdown a.selector { position: absolute; width: 26px; height: 26px; display: block; background: url(/img/custom-form-sprites.png) -14px 1px no-repeat; right: 0; top: 0; border: solid 1px #ddd; }
	form.custom div.custom.dropdown:hover a.selector,
	form.custom div.custom.dropdown.open a.selector { background-position: -14px -26px; }
	form.custom div.custom.dropdown ul { position: absolute; width: auto; display: none; margin: 0; left: 0; top: 27px; margin: 0; padding: 0; background: #fff; background: rgba(255,255,255,0.95); border: solid 1px #ddd; }
	form.custom div.custom.dropdown ul li { cursor: pointer; padding: 3px 38px 3px 6px; min-height: 18px; margin: 0; white-space: nowrap}
	form.custom div.custom.dropdown ul li.selected { background: url(/img/custom-form-sprites.png) right -52px no-repeat; }
	form.custom div.custom.dropdown ul li:hover { background-color: #2a85e8; color: #fff; }
	form.custom div.custom.dropdown ul li.selected:hover { background: url(/img/custom-form-sprites.png) #2a85e8 right -78px no-repeat; }
	form.custom div.custom.dropdown ul.show { display: block; }
	form.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
	form.custom div.custom.dropdown.small { width: 134px !important; }
	form.custom div.custom.dropdown.medium { width: 254px !important; }
	form.custom div.custom.dropdown.large { width: 434px !important; }
	form.custom div.custom.dropdown.expand { width: 100% !important; }
	form.custom div.custom.dropdown.open.small ul { width: 132px !important; }
	form.custom div.custom.dropdown.open.medium ul { width: 252px !important; }
	form.custom div.custom.dropdown.open.large ul { width: 432px !important; }
	form.custom div.custom.dropdown.open.expand ul { width: 100% !important; box-sizing: border-box; }

	/* Custom input, disabled */
	form.custom .custom.disabled { background-color: #ddd; }

	/* -----------------------------------------
	   Nicer Custom Forms
	----------------------------------------- */
	form.custom.nice span.custom.checkbox { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; }
	form.custom.nice div.custom.dropdown a.current { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; background-image: url(/img/input-bg-outset.png); background-position: bottom right; }
	form.custom.nice div.custom.dropdown a.selector { height: 27px; border-width: 0 0 0 1px; }
	form.custom.nice div.custom.dropdown ul { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; -webkit-border-bottom-left-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-bottomleft: 2px; -moz-border-radius-bottomright: 2px; }
	
/* --------------------------------------------------
	:: Typography
	-------------------------------------------------- */

    @media only screen and (max-width: 1077px) and (min-width: 768px) {
		.tabs li a {padding: 0 4px !important;}
		#reformal_tab, #jivo-label { display:none !important;}
	}
	/* Mobile */
	@media only screen and (max-width: 767px) {
		h1 { font-size: 32px; font-size: 3.2rem; line-height: 1.3; }
		h2 { font-size: 28px; font-size: 2.8rem; line-height: 1.3; }
		h3 { font-size: 21px; font-size: 2.1rem; line-height: 1.3; }
		h4 { font-size: 15Zspx; line-height: 1.2; margin-bottom: 6px;}
		h5 { font-size: 16px; font-size: 1.6rem; line-height: 1.2; }
		h6 { font-size: 15px; font-size: 1.5rem; line-height: 1.2; }
		body, p {  font-size: 15px; font-size: 1.5rem; line-height: 1.4; }
	    .box_c_heading p {font-size: 17px !important; margin-left: 16px;}
		.nav-icons ul > li > a { padding:0 20px;}
		.hide_m_table .nav-icons ul > li > a { padding:0 9px;}
		body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
		#reformal_tab, #jivo-label { display:none !important;}
		header .head_s_a {padding-top: 0 !important; border-top:0 !important ;}
		#reformal_tab, #jivo-label { display:none !important;}
		.container { min-width: 0; margin-left: 0; margin-right: 0; }
		.row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
		.row .row .column, .row .row .columns { padding: 0; }
		.column, .columns { width: auto !important; float: none !important; margin-left: 0; margin-right: 0; }
		.column:last-child, .columns:last-child { margin-right: 0; float: none; }
		/*[class*="column"] + [class*="column"]:last-child { float: none; }*/
		[class*="column"]:before, [class*="column"]:after { content:""; display:table; }
		[class*="column"]:after { clear: both; }

		.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0 !important; }

		.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
		.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }

		/* Mobile 4-column Grid */
		.row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; }
		.row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; }
		.row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; }
		.row .phone-one { width: 21.68% !important; }
		.row .phone-two { width: 47.8% !important; }
		.row .phone-three { width: 73.9% !important; }
		.row .phone-four { width: 100% !important; }
		.row .push-one-phone { left: 26.08%; }
		.row .push-two-phone { left: 52.2% }
		.row .push-three-phone { left: 78.3% }
		.row .pull-one-phone { right: 26.08% }
		.row .pull-two-phone { right: 52.2% }
		.row .pull-three-phone { right: 78.3%; }
		
		.add_pad {margin-left: 0 !important;}
		.ddsmoothmenu ul { display:none}
		table.display td {font-size: 12px !important; line-height: 1.3; padding: 4px 2px 2px !important; text-align: center;}
		.box_c_content { padding: 12px 10px 10px !important;}
	}
	
	@media only screen and (max-width: 400px) {
		.nav-icons ul > li > a, .nav-icons ul > li > span {
			padding: 6px 10px !important;
			font-size:11px !important;
			height: 27px !important; line-height: 26px !important;
		}
	}
	
/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */

	@media only screen and (max-width: 767px) {
		.block-grid.mobile { margin-left: 0; }
		.block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
	}
	

/* --------------------------------------------------
	:: Mobile Visibility Affordances
---------------------------------------------------*/

	.show-on-phones { display: none !important; }
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: block !important; }

	.hide-on-phones { display: block !important; }
	.hide-on-tablets { display: block !important; }
	.hide-on-desktops { display: none !important; }

	/* Modernizr-enabled tablet targeting */
	@media only screen and (max-width: 1280px) and (min-width: 768px) {
		.touch .hide-on-phones { display: block !important; }
		.touch .hide-on-tablets { display: none !important; }
		.touch .hide-on-desktops { display: block !important; }

		.touch .show-on-phones { display: none !important; }
		.touch .show-on-tablets { display: block !important; }
		.touch .show-on-desktops { display: none !important; }
	}


	@media only screen and (max-width: 767px) {
		.hide-on-phones { display: none !important; }
		.hide-on-tablets { display: block !important; }
		.hide-on-desktops { display: block !important; }

		.show-on-phones { display: block !important; }
		.show-on-tablets { display: none !important; }
		.show-on-desktops { display: none !important; }
	}

	/* Specific overrides for elements that require something other than display: block */

	table.show-on-desktops { display: table !important; }
	table.hide-on-phones { display: table !important; }
	table.hide-on-tablets { display: table !important; }

	@media only screen and (max-width: 1280px) and (min-width: 768px) {
		.touch table.hide-on-phones { display: table !important; }
		.touch table.hide-on-desktops { display: table !important; }
		.touch table.show-on-tablets { display: table !important; }
	}

	@media only screen and (max-width: 767px) {
		table.hide-on-tablets { display: table !important; }
		table.hide-on-desktops { display: table !important; }
		table.show-on-phones { display: table !important; }
	}


/* --------------------------------------------------
	:: Forms
---------------------------------------------------*/

	@media only screen and (max-width: 767px) {
		div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea,
		form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { display: block; width: 100%; padding: 6px 2% 4px; font-size: 18px; }
		form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
		form.nice div.form-field.error small, form.nice small.error { padding: 6px 2%; display: block; }
		form.nice div.form-field.error .small + small, form.nice .small + .error { width: auto; }
		form.nice div.form-field.error .medium + small, form.nice .medium + .error { width: auto; }
		form.nice div.form-field.error .large + small, form.nice .large + .error { width: auto; }
		form.nice div.form-field.error .expand + small, form.nice .expand + .error { width: auto; }
	}
    
/**
*Мигание текста 
*/
.blink {
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}
@-webkit-keyframes blink {
  0% { color: rgb(128, 0, 0); }
  50% { color: rgb(183, 65, 14); }
  100% { color: rgba(34, 34, 34, 0); }
  /*100% { color: rgb(128, 0, 0); }*/
}
@keyframes blink5 {
  0% { color: rgb(128, 0, 0); }
  50% { color: rgb(183, 65, 14); }
  100% { color: rgb(128, 0, 0); }
}   