@charset "utf-8";
@font-face {
    font-family: 'ArsenalRegular';
    src: url('/fonts/Arsenal-Regular-webfont.eot');
    src: url('/fonts/Arsenal-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Arsenal-Regular-webfont.woff') format('woff'),
         url('/fonts/Arsenal-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Arsenal-Regular-webfont.svg#ArsenalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ArsenalBold';
    src: url('/fonts/Arsenal-Bold-webfont.eot');
    src: url('/fonts/Arsenal-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Arsenal-Bold-webfont.woff') format('woff'),
         url('/fonts/Arsenal-Bold-webfont.ttf') format('truetype'),
         url('/fonts/Arsenal-Bold-webfont.svg#ArsenalRegular') format('svg');
    font-weight: bold;
}
@font-face {
	font-family:'bebaslight';
	src: url('/fonts/BebasNeueLight.eot');
	src: url('/fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
		url('/fonts/BebasNeueLight.woff') format('woff'),
		url('/fonts/BebasNeueLight.ttf') format('truetype'),
		url('/fonts/BebasNeueLight.otf') format('opentype'),
		url('/fonts/BebasNeueLight.svg#BebasNeueLight-Regular') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-F6C3;
}
@font-face {
	font-family:'neosans';
	src: url('/fonts/NeoSansStd-Regular.eot');
	src: url('/fonts/NeoSansStd-Regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/NeoSansStd-Regular.woff') format('woff'),
		url('/fonts/NeoSansStd-Regular.ttf') format('truetype'),
		url('/fonts/NeoSansStd-Regular.otf') format('opentype'),
		url('/fonts/NeoSansStd-Regular.svg#NeoSansStd-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB04;
}
body, html {
	margin: 0px;
	padding: 0px;
	height:100%;
	background-image: url(/images/sidebar_bg_v2.png);
	background-repeat: repeat-y;
	background-color: #ededed;
	min-width:1097px;
	font-family:ArsenalRegular;
}
.clearer {
	clear: both;
}
.trans_background{
	-webkit-transition: background-color 0.2s linear; 
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear; 
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.trans_color{
	-webkit-transition: color 0.2s linear; 
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear; 
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;	
}
.trans_opacity{
	-webkit-transition: opacity 0.2s linear; 
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear; 
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;	
}
.trans_boxshadow{
	-webkit-transition: box-shadow 0.2s linear; 
    -moz-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear; 
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;	
}
#sidebar {
	min-height: 100%; /* real browsers */
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	width: 46px;
	float:left;
}
#sidebar_navwrap {
	height: 100px;
	width: 46px;
	margin-top: 205px;
}
/*#sidebar_navwrap .link_wrap{
	height: 46px;
	width: 46px;
	position: relative;	
}
#sidebar_navwrap .link_wrap:not(.noline):before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:2px;
	bottom:0;
	background:#529fee;	
}
#sidebar_navwrap .link_wrap.orange:before{
	background:#fc7e22;
}
*/
#cnction .connection_checker{
	height:34px;
	width:34px;
	display:none;
	position:relative;
	border-radius:34px;
}
#cnction .connection_checker:not(.connection_good):after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_loader.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:26px auto;
}
#cnction .connection_good:after{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-size:26px auto;		
}
#cnction .connection_medium{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center -26px;
	background-size:26px auto;			
}
#cnction .connection_bad{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center -52px;
	background-size:26px auto;		
}
#cnction .connection_lost{
	content:'';
	position:absolute;
	top:4px;
	left:4px;
	height:26px;
	width:26px;
	background-image: url(/iqpanel/images/connection_status.png);
	background-repeat: no-repeat;
	background-position: center -88px;
	background-size:26px auto;	
}
#sidebar_navwrap .selected .triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ededed transparent transparent;	
	position:absolute;
	right:0px;
	top:17px;	
}
/*#sidebar_navwrap .pages{
	background-image: url(/images/sidebar_ico_pages.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 46px;
	display:block;
	margin-bottom:10px;
}
#sidebar_navwrap .login{
	background-image: url(/images/sidebar_ico_login.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 46px;
	width: 46px;
	position: relative;	
	display:block;
}*/
#sidebar_navwrap .lnk_wrap,
#cnction{
	height: 34px;
	width: 34px;
	position: relative;	
	text-align:center;
	line-height:34px;
	border-radius:34px;
	background:#529fee;
	margin:12px 6px;
}
#cnction{
	background:#3f4f68;	
}
#sidebar_navwrap .lnk_wrap.orange{
	background:#fc7e22;	
}
#sidebar_navwrap .lnk_wrap.selected{
	border-radius:17px 3px 17px 17px;	
}
#sidebar_navwrap .lnk_wrap:not(.selected){
	background:#3f4f68;	
}
#sidebar_navwrap .lnk_wrap i{
	color:white;
	vertical-align:middle;
	height:inherit;
	line-height:inherit;	
}
#sidebar #sidebar_navwrap a.menu{
	height:40px;
	width:40px;
	background:url(../images/sidebar_ico_menu.png) no-repeat center center;
	display:none;
	cursor:pointer;
}
#sidebar_navwrap a.phone{
	display:none;
	vertical-align:top;	
	height:40px;
	line-height:40px;
	color:white;
	background:#52a0ee;
	text-decoration:none;
	float:right;
	clear:both;
	padding-right:15px;
	padding-left:15px;
}
#sidebar #sidebar_navwrap a:hover{
	opacity:0.6;
}
#container {
	width:1050px;
	float:left;
	border-right:1px solid #CCC;
	margin-bottom:0px;
	position:relative;
	min-height:500px;
	background:url(/images/bg_img.jpg) no-repeat center top;
}
#header{
	height:185px;	
}
#header > .logo_wrap{
	height:inherit;
	width:268px;
	background:#ededed;
	float:left;
	position:relative;
}
#header > .logo_wrap:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-74px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 268px 74px 0;
	border-color: transparent #ededed transparent transparent;
	line-height: 0px;
	_border-color: #000000 #ededed #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#header > .logo_wrap a.home{
	width:144px;
	height:157px;
	display:block;
	border:none;
	outline:none;
	margin:20px auto 0px;	
}
#header > .logo_wrap a.home img{
	border:none;
	outline:none;	
}
#header > .info_wrap{
	float:right;
	width:460px;
	margin-top:22px;	
	color:white;
	text-transform:uppercase;
}
#header > .info_wrap ._main{
	height:110px;
	border:1px solid white;
	border-width:1px 0px;	
}
#header > .info_wrap ._main .upper{
	font-size:30px;	
	line-height:26px;
	font-family:bebaslight;
	padding:12px 5px 5px;
}
#header > .info_wrap ._main .lower{
	font-family:neosans;
	font-size:30px;
	font-weight:bold;	
	padding-left:5px;
}
#header > .info_wrap a.phone{
	color:white;
	font-size:30px;
	padding:5px;
	display:block;
	font-family:neosans;
	text-decoration:none;	
	letter-spacing:-2px;
	text-transform:none;
}
#container > .punchline{
	height:88px;
	padding-top:150px;
	text-align:center;
	padding-left:268px;
	color:white;
	font-family:neosans;
	font-size:30px;
	line-height:35px;
	text-transform:uppercase;
	text-shadow:0px 0px 5px #000;
}
#container > .punchline span.sub{
	display:block;	
	font-size:20px;
	text-transform:none;
}
#navigation_sidebar{
	width:268px;
	float:left;
	min-height:100px;
	background:#ededed;
	position:relative;	
}
#navigation_sidebar:before{
	content:'';
	position:absolute;
	left:0px;
	top:-74px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 74px 0 0 268px;
	border-color: transparent transparent transparent #ededed;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #ededed;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#navigation_sidebar:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-165px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 165px 268px 0 0;
	border-color: #ededed transparent transparent transparent;
	line-height: 0px;
	_border-color: #ededed #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#navigation_sidebar .nav_wrapper {
	width: 215px;
	margin-top: 25px;
	margin-left: 25px;
}
#navigation_sidebar .nav_wrapper > .label{
	font-family:ArsenalRegular;
	font-size:14px;
	padding:0px 10px;
	height:10px;
	line-height:14px;
	border-bottom:2px solid #529fee;	
	margin-bottom:20px;
	margin-right:20px;
	color:#529fee;
	position:relative;
}
#navigation_sidebar .nav_wrapper > .label span{
	background:#eee;
	position:absolute;
	height:30px;
	line-height:30px;
	top:-3px;
	text-align:left;
	left:25px;
	padding:0px 10px;
}
#navigation_sidebar .nav_wrapper > .label:after{
	content:'';
	position:absolute;
	left:-1px;
	bottom:-9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #52a0ee;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #52a0ee;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#navigation_sidebar .nav_wrapper a {
	height: 34px;
	width: 212px;
	border-right:3px solid #529fee;
	margin-bottom:15px;
	position:relative;
	cursor:pointer;
	display:block;
	text-decoration:none !important;
}
#navigation_sidebar .nav_wrapper a .link_wrap {
	float: left;
	font-size: 18px;
	line-height: 39px;
	height: 34px;
	padding-right: 15px;
	padding-left: 5px;
	color:#595959;
	text-decoration:none;
	position:relative;
}
#navigation_sidebar .nav_wrapper a .link_wrap.double{
	line-height:14px;
	font-size:17px;	
	padding-top:4px;
	height:30px;
}
#navigation_sidebar .nav_wrapper a .selected{
	background-color:#529fee;
	color:#FFF;
}
#navigation_sidebar .nav_wrapper a:hover .link_wrap{
	background-color:#529fee;
	color:#FFF;
}
#navigation_sidebar .nav_wrapper a .link_wrap .triangle{
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 6px 6px 0;
	border-color: transparent #ededed transparent transparent;	
	position:absolute;
	right:0px;
	top:11px;
}
#services_wrap{
	float:right;
	width:782px;
}
#services_wrap > .started{
	height:86px;
	padding-top:14px;
	background:#ededed;
	background:rgba(237,237,237,0.8);	
	text-align:center;
	font-family:neosans;
}
#services_wrap > .started a.start{
	display:block;
	width:172px;
	height:46px;
	background:#fc7e22;
	line-height:46px;
	text-align:center;
	color:white;
	margin:auto;
	font-size:20px;
	text-decoration:none;
}
#services_wrap > .started a.start:hover{
	background:#529fee;
}
#services_wrap > .started span{
	display:block;
	padding-top:10px;	
	font-size:15px;
}
#services_wrap > .started span a{
	color:#343434;	
}
#services_wrap > .started span a:hover{
	color:#529fee;
}
#services_wrap > .services{
	background:white;
	height:366px;	
}
#services_wrap > .services > .label{
	height:70px;
	line-height:70px;
	padding-left:30px;
	font-size:20px;
	color:#529fee;
	text-transform:uppercase;
	font-family:neosans;	
}
#services_wrap > .services > .blocks{
	text-align:center;	
}
#services_wrap > .services > .blocks ._block{
	width:175px;
	display:inline-block;
	margin-right:14px;	
	text-align:left;
}
#services_wrap > .services > .blocks ._block:last-child{
	margin-right:0px;	
}
#services_wrap > .services > .blocks ._block > .title{
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#343434;
	font-family:neosans;	
}
#services_wrap > .services > .blocks ._block ._img_wrap{
	width:175px;
	height:110px;
	position:relative;
}
#services_wrap > .services > .blocks ._block ._img_wrap:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 0 0 45px;
	border-color: transparent transparent transparent #52a0ee;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #52a0ee;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#services_wrap > .services > .blocks ._block ._img_wrap:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 22px 0;
	border-color: transparent #ffffff transparent transparent;
	line-height: 0px;
	_border-color: #000000 #ffffff #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#services_wrap > .services > .blocks ._block > .info{
	padding-top:18px;
	font-size:15px;
}
#services_wrap > .services > .blocks ._block a.more{
	display:block;
	text-align:center;
	color:#529fee;
	font-size:16px;
	text-decoration:none;
	margin-top:14px;	
}
#services_wrap > .services > .blocks ._block a.more:hover{
	text-decoration:underline;	
}
#checktax{
	min-height:662px;
	background:white;	
}
#checktax .confidence{
	width:267px;
	float:left;
	border-right:1px solid #ededed;
	margin-top:95px;
	height:520px;
	text-align:center;
	font-family:ArsenalBold;
	background:url(/images/satisfaction_sticker.png) no-repeat center 280px;
}
#checktax .confidence span.highlight{
	font-size:26px;
	color:#529fee;
	display:block;
	margin-top:150px;
}
#checktax .confidence span.sub{
	display:block;
	font-size:18px;
	line-height:20px;
	width:150px;	
	margin:10px auto;
}
#checktax > .controls{
	float:right;
	width:782px;
}
#checktax > .controls h2.block_label{
	height:68px;
	background:#343434;
	line-height:68px;
	padding-left:34px;
	color:white;
	font-family:arsenalbold;
	font-size:22px;
	text-transform:uppercase;
	margin:0px;
	position:relative;
}
#checktax > .controls h2.block_label:before{
	content:'';
	position:absolute;
	top:0px;
	left:-55px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 55px 34px 0;
	border-color: transparent #343434 transparent transparent;
	line-height: 0px;
	_border-color: #000000 #343434 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#checktax > .controls .form_wrap{
	float:left;
	width:45%;
	padding-left:5%;
}
#checktax .label{
	color:#529fee;
	font-size:26px;
	height:36px;
	line-height:36px;
	margin:40px 0px 20px 0px;	
}
#checktax .story{
	font-size:15px;
	line-height:18px;
	text-align:justify;
}
#checktax > .controls .form_wrap ._form{
	text-align:center;
	margin-top:20px;
}
#checktax > .controls .form_wrap input,
#checktax > .controls .form_wrap select{
	width:92%;	
	padding:0px 4%;
	height:40px;
	line-height:40px;
	background:#ededed;
	border:none;
	margin-bottom:10px;
	font-family:arsenalregular;
	font-size:16px;
}
#checktax > .controls .form_wrap select{
	width:100%;	
}
#checktax > .controls .form_wrap a.submit{
	height:45px;
	line-height:48px;
	width:140px;
	background:#529fee;
	color:white;
	text-align:center;
	font-size:20px;	
	display:block;
	margin:15px auto;
	cursor:pointer;
}
#checktax > .controls .form_wrap a.submit:hover{
	background:#343434;	
}
#checktax > .controls .diy_wrap{
	float:left;
	width:38%;
	padding-left:7%;
	padding-right:5%;
	background:url(/images/bg_laptop.jpg) no-repeat 38px 300px;
	height:500px;
}
#checktax > .controls .diy_wrap a.submit{
	height:45px;
	line-height:48px;
	width:200px;
	background:#529fee;
	color:white;
	text-align:center;
	font-size:20px;	
	display:block;
	margin:40px auto;
	cursor:pointer;
	text-decoration:none;
}
#checktax > .controls .diy_wrap a.submit:hover{
	background:#343434;	
}
#steps{
	position:relative;	
}
#steps:before{
	content:'';
	position:absolute;
	left:0px;
	top:-70px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 0 0 268px;
	border-color: transparent transparent transparent #cccccc;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #cccccc;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#steps:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 268px 268px 0 0;
	border-color: #ffffff transparent transparent transparent;
	line-height: 0px;
	_border-color: #ffffff #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#steps > .corner{
	width:118px;
	height:150px;
	background:url(/images/bg_steps.png) no-repeat center center;	
	position:absolute;
	top:30px;
	left:30px;
	z-index:1;
}
#steps h2.block_label{
	height:68px;
	background:#343434;
	line-height:68px;
	padding-left:34px;
	color:white;
	font-family:arsenalbold;
	font-size:22px;
	text-transform:uppercase;
	margin:0px;
	position:relative;
	margin-left:268px;
}
#steps h2.block_label:before{
	content:'';
	position:absolute;
	top:0px;
	left:-68px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 68px 68px;
	border-color: transparent transparent #343434 transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #343434 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#steps > .message{
	font-size:18px;
	line-height:20px;
	margin-left:210px;
	margin-top:55px;
	margin-right:30px;	
}
#steps > .message span.highlight{
	display:block;
	font-size:26px;
	line-height:50px;
	color:#529fee;
	height:50px;
}
#steps > .steps_wrap{
	text-align:center;	
	margin-top:60px;
	margin-bottom:80px;
}
#steps > .steps_wrap ._block{
	width:196px;
	min-height:250px;	
	display:inline-block;
	vertical-align:top;
	margin:0 26px;
	position:relative;
}
#steps > .steps_wrap ._block .title{
	font-family:arsenalbold;
	font-size:16px;	
	line-height:20px;
}
#steps > .steps_wrap ._block .img_wrap{
	width:165px;
	height:113px;
	margin:36px auto;	
}
#steps > .steps_wrap ._block .img_wrap._1{
	background:url(/images/bg_step1.png) no-repeat 0 bottom;
}
#steps > .steps_wrap ._block .img_wrap._2{
	background:url(/images/bg_step2.png) no-repeat 0 bottom;	
}
#steps > .steps_wrap ._block .img_wrap._3{
	background:url(/images/bg_step3.png) no-repeat 0 bottom;	
}
#steps > .steps_wrap ._block .img_wrap._4{
	background:url(/images/bg_step4.png) no-repeat 0 bottom;	
}
#steps > .steps_wrap ._block:nth-child(2n+1):after{
	content:'';
	position:absolute;
	width:94px;
	height:43px;
	background:url(/images/bg_arrow1.png) no-repeat center center;	
	top:90px;
	right:-74px;
}
#steps > .steps_wrap ._block:nth-child(2):after{
	content:'';
	position:absolute;
	width:94px;
	height:36px;
	background:url(/images/bg_arrow2.png) no-repeat center center;	
	top:130px;
	right:-74px;
}
#steps > .steps_wrap ._block .info{
	font-size:15px;
	line-height:20px;
	text-align:left;	
}
#steps > .video_wrap{
	position:relative;
	padding-bottom:84px;
}
#steps > .video_wrap .monitor{
	width:626px;
	height:345px;
	float:left;
	background:url(/images/bg_monitor.png) no-repeat 0 0;
	margin-left:55px;	
}
#steps > .video_wrap .monitor iframe{
	margin-top:20px;
	margin-left:97px;	
}
#steps > .video_wrap .slogan{
	width:333px;
	height:196px;
	position:absolute;
	background:url(/images/bg_works.png) no-repeat 0 0;	
	right:80px;
	top:40px;
}
#appeals h2.block_label{
	height:68px;
	width:780px;
	background:#343434;
	line-height:68px;
	padding-left:34px;
	color:white;
	font-family:arsenalbold;
	font-size:22px;
	text-transform:uppercase;
	margin:0px;
	position:relative;
}
#appeals h2.block_label:after{
	content:'';
	position:absolute;
	top:0px;
	right:-68px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 0 0 68px;
	border-color: transparent transparent transparent #343434;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #343434;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#appeals h2.block_label span.highlight{
	color:#529fee;
}
#appeals .feed_wrap{
	height:300px;
	text-align:center;
	margin-top:75px;
	margin-bottom:90px;	
	font-size:0px;
}
#appeals .feed_wrap.loading{
	background:url(/iqpanel/images/circular_loader.GIF) no-repeat center center;	
}
#appeals .feed_wrap ._block_wrap{
	height:300px;
	width:211px;
	margin:0px 20px;
	padding-top:10px;
	display:inline-block;
	vertical-align:top;
}
#appeals .feed_wrap ._block{
	width:211px;
	height:273px;
	position:relative;
	cursor:pointer;
}
#appeals .feed_wrap ._block:hover{
	/*opacity:0.8;*/
	-webkit-box-shadow: 0px 0px 15px 0px rgba(82,160,238,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(82,160,238,1);
	box-shadow: 0px 0px 15px 0px rgba(82,160,238,1);
}
#appeals .feed_wrap ._block:after{
	content:'';
	position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:-15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 30px 30px 30px;
	border-color: transparent transparent #52a0ee transparent;
	line-height: 0px;
	_border-color: #000000 #000000 #52a0ee #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#appeals .feed_wrap ._block img{
	width:211px;
	height:273px;
}
#commercial{
	min-height:334px;
	background:white url(../images/bg_commercial.png) no-repeat 80px center;	
	border-bottom:5px solid #529fee;
	position:relative;
}
#commercial:after{
	content:'';
	position:absolute;
	right:0px;
	bottom:-109px;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 285px 104px 0;
	border-color: transparent #52a0ee transparent transparent;
	line-height: 0px;
	_border-color: #000000 #52a0ee #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#commercial:before{
	content:'';
	position:absolute;
	right:0px;
	bottom:-169px;	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 285px 164px 0;
	border-color: transparent #cccccc transparent transparent;
	line-height: 0px;
	_border-color: #000000 #cccccc #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#commercial > .content{
	width:820px;
	margin-left:230px;
	text-align:center;
	font-family:neosans;
}
#commercial > .content > .punchline{
	font-size:30px;
	line-height:30px;
	padding-top:80px;
}
#commercial > .content > .punchline span.highlight{
	color:#529fee;	
}
#commercial > .content > .sub{
	font-size:20px;
	line-height:30px;
	margin-top:10px;
	margin-bottom:60px;
}
#commercial > .content > a{
	height:65px;
	line-height:68px;
	width:195px;
	background:#529fee;
	color:white;
	text-align:center;
	font-size:22px;	
	display:block;
	margin:40px auto;
	cursor:pointer;
	text-decoration:none;
}
#commercial > .content > a:hover{
	background:#343434;	
}
#calendar{
	min-height:630px;	
}
#calendar > .events_wrap{
	width:444px;
	float:left;
	margin-top:86px;
		
}
#calendar > .events_wrap > .title{
	height:50px;
	line-height:50px;
	text-align:right;
	font-size:25px;	
}
#calendar > .events_wrap .calblock{
	background:white;
	position:relative;
	min-height:410px;
}
#calendar > .events_wrap .calblock > .ico{
	position:absolute;
	width:100px;
	height:100px;
	top:-50px;
	left:0px;
	background:#343434 url(/images/bg_calendar.png) no-repeat center center;	
}
#calendar > .events_wrap .calblock:before{
	content:'';
	position:absolute;
	top:0px;
	left:100px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 50px 344px 0 0;
	border-color: #cccccc transparent transparent transparent;
	line-height: 0px;
	_border-color: #cccccc #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
}
#calendar > .events_wrap .calblock .events_list{
	padding-top:90px;
}
#calendar > .events_wrap .calblock .events_list.loading{
	background:url(/iqpanel/images/circular_loader.GIF) no-repeat center center;	
	min-height:200px;
}
#calendar > .events_wrap .calblock .events_list > ._event{
	border-bottom:1px dashed #529fee;	
	margin:0px 20px 25px;
	display:block;
	cursor:pointer;
	text-decoration:none;
	color:#343434;
}
#calendar > .events_wrap .calblock .events_list > ._event:last-child{
	margin-bottom:0px;	
}
#calendar > .events_wrap .calblock .events_list > ._event:hover{
	background:#eee;	
}
#calendar > .events_wrap .calblock .events_list > ._event > .date{
	float:left;
	font-size:26px;
	height:30px;
	line-height:30px;
}
#calendar > .events_wrap .calblock .events_list > ._event > .date .dimmed{
	color:#cccccc;	
}
#calendar > .events_wrap .calblock .events_list > ._event > .time{
	float:right;
	font-size:20px;
	height:30px;
	line-height:30px;
	color:#529fee;
}
#calendar > .events_wrap .calblock .events_list > ._event > .title{
	min-height:30px;
	line-height:30px;
	font-size:22px;
	margin-top:10px;
	padding-bottom:5px;
}
#calendar > .events_wrap .calblock a.all{
	display:block;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#343434;
	text-decoration:none;	
	font-size:16px;
}
#calendar > .events_wrap .calblock a.all:hover{
	color:#529fee;	
}
#calendar > .affiliate_wrap{
	width:300px;
	float:right;
	margin-right:140px;
	margin-top:120px;
	background:url(/images/bg_affiliates.png) no-repeat center top;	
	padding-top:190px;
	font-family:neosans;
	text-align:center;
}
#calendar > .affiliate_wrap > .label{
	font-size:30px;
	line-height:30px;
}
#calendar > .affiliate_wrap > .sub{
	font-size:20px;
	line-height:26px;	
	padding-top:15px;
}
#calendar > .affiliate_wrap > a{
	height:65px;
	line-height:68px;
	width:260px;
	background:#529fee;
	color:white;
	text-align:center;
	font-size:22px;	
	display:block;
	margin:30px auto;
	cursor:pointer;
	text-decoration:none;
}
#calendar > .affiliate_wrap > a:hover{
	background:#343434;	
}

#footer{
	min-height:262px;
	background:#264b72 url(/images/bg_logo_footer.png) no-repeat center center;	
}
#footer > .left_block{
	float:left;
	font-size:15px;
	color:white;
	line-height:26px;
	font-family:neosans;	
	margin-top:60px;
	margin-left:86px;
}
#footer a,
#footer span.highlight{
	color:#529fee;
	text-decoration:none;	
}
#footer a:hover{
	text-decoration:underline;	
}
#footer > .right_block{
	float:right;
	font-size:14px;
	color:white;
	line-height:26px;
	font-family:neosans;	
	margin-top:40px;
	margin-right:86px;	
}
#footer a.android{
	height:50px;
	line-height:50px;
	background:url(/images/ico_android.png) no-repeat -5px center;	
	padding-left:50px;
	color:white;
	display:block;
	margin-bottom:20px;
}
.top{
	height:40px;
	width:40px;
	background:url(/images/bg_up.png) no-repeat 0 0;	
	position:fixed;
	right:15px;
	bottom:10px;
	cursor:pointer;
	opacity:0.8;
}
.top:hover{
	opacity:1;	
}
.msg_err{
	padding:15px;
	color:#900;
	font-family:ArsenalRegular;
	font-size:14px;
	background-color:#FFE6E6;
	margin-top:10px;
}
.msg_scc{
	padding:15px;
	color:#090;
	font-family:ArsenalRegular;
	font-size:14px;
	background-color:#DDFFE3;
	margin-top:10px;
}
.msg_ntr{
	padding:15px;
	color:#333;
	font-family:ArsenalRegular;
	font-size:14px;
	background-color:#CCC;
	margin-top:10px;
}
.hidden{
	display:none;	
}
.incorrect{
	background-color:#FFA4A6 !important;
}
.margin_bottom_10{
	margin-bottom:10px !important;	
}
@media only screen and (max-width: 480px) {
	body, html {
		background-image:none;
		min-width:320px;
	}
	#sidebar {
		min-height: 40px; /* real browsers */
		height: 40px; /* IE6: treated as min-height*/
		width: 100%;
		min-width:320px;
		float:none;
		background:#595959;
		position:fixed;
		top:0px;
		left:0px;
		border-bottom:2px solid #ededed;
		z-index:100;
	}
	#sidebar #sidebar_navwrap {
		height: 40px;
		width: 100%;
		margin-top: 0px;
	}
	#sidebar #sidebar_navwrap .link_wrap{
		display:inline-block;
		vertical-align:top;
		height:40px;
		width:40px;
	}
	#sidebar #sidebar_navwrap #cnction .connection_checker{	
		display:none;
	}
	#sidebar #sidebar_navwrap .selected .triangle{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #ededed transparent;
		line-height: 0px;
		_border-color: #000000 #000000 #ededed #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
		position:absolute;
		right:14px;
		top:34px;
	}
	#sidebar #sidebar_navwrap .pages{
		background-size:16px 19px;
		height: 40px;
		width: 40px;
		margin-bottom:0px;
	}
	#sidebar #sidebar_navwrap .login{
		background-size:13px 19px;
		height: 40px;
		width: 40px;
	}
	#sidebar #sidebar_navwrap a.menu{
		display:inline-block;
	}
	#sidebar #sidebar_navwrap a.menu.open{
		background-color:#52a0ee;	
	}
	#sidebar_navwrap a.phone{
		display:inline-block;
	}
	#container {
		margin-top:40px;
		width:100%;
		min-width:320px;
		float:none;
		border-right:none;
		background:url(/images/bg_img.jpg) no-repeat center top;
	}
	#header{
		height:auto;
	}
	#header > .logo_wrap{
		height:100px;
		width:100%;
		background:#ededed;
		/*background:rgba(237,237,237,0.9);*/
		float:none;
	}
	#header > .logo_wrap:after{
		display:none;
	}
	#header > .logo_wrap a.home{
		width:83px;
		height:90px;
		margin:0px auto;	
		padding-top:5px;
	}
	#header > .logo_wrap a.home img{	
		height:inherit;
		width:inherit;
	}
	#header > .info_wrap{
		display:none;
	}
	#container > .punchline{
		height:auto;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:0px;
		color:white;
		font-size:20px;
		line-height:30px;
	}
	#container > .punchline span.sub{	
		font-size:15px;
	}
	#navigation_sidebar{
		width:90%;
		position:fixed;
		left:-100%;
		top:40px;
		bottom:0px;
		background:#ededed;
		z-index:1;
		overflow:auto;
		-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
		box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
	}
	#navigation_sidebar:before{
		content:'';
		display:none;
	}
	#navigation_sidebar:after{
		content:'';
		display:none;
	}
	#navigation_sidebar .nav_wrapper {
		width: 90%;
		margin-left:5%;
		margin-right:5%;
	}
	#navigation_sidebar .nav_wrapper a {
		width:100%;
	}
	#navigation_sidebar .nav_wrapper a .link_wrap{
		font-size:15px !important;	
	}
	#sidebar_navwrap .lnk_wrap{
		display:inline-block;
		vertical-align:top;
		margin:2px;
	}
	#services_wrap{
		float:none;
		width:100%;
	}
	#services_wrap > .services{
		height:auto;
		padding-bottom:20px;	
	}
	#services_wrap > .services > .label{
		height:50px;
		line-height:50px;
		padding-left:20px;
		font-size:18px;
	}
	#services_wrap > .services > .blocks ._block{
		width:48%;
		overflow:hidden;
		margin:0px 0.5% 15px;
	}
	#services_wrap > .services > .blocks ._block ._img_wrap{
		width:100%;
		height:auto;
	}
	#services_wrap > .services > .blocks ._block ._img_wrap img{
		height:inherit;
		width:inherit;	
	}
	#checktax .confidence{
		display:none;
	}
	#checktax > .controls{
		float:none;
		width:100%;
	}
	#checktax > .controls h2.block_label{
		height:auto;
		line-height:26px;
		padding-left:15px;
		padding:10px 15px 10px;;
		font-size:18px;
	}
	#checktax > .controls h2.block_label:before{
		display:none;
	}
	#checktax > .controls .form_wrap{
		float:none;
		width:90%;
		padding-left:5%;
	}
	#checktax .label{
		line-height:25px;
	}
	#checktax > .controls .diy_wrap{
		float:none;
		border-top:2px dashed #ccc;
		width:90%;
		padding-left:5%;
		padding-right:5%;
		margin-top:50px;
		background:url(/images/bg_laptop.jpg) no-repeat center 300px;
		padding-bottom:300px;
		height:auto;
	}
	#steps{
		position:relative;	
	}
	#steps:before,
	#steps:after,
	#steps > .corner{
		display:none;	
	}
	#steps h2.block_label{
		height:auto;
		line-height:26px;
		padding-left:15px;
		padding:10px 15px 10px;;
		font-size:18px;
		margin-left:0px;
	}
	#steps h2.block_label:before{
		display:none;
	}
	#steps > .message{
		margin:10px;
		font-size:16px;	
	}
	#steps > .steps_wrap{	
		margin-top:10px;
		margin-bottom:0px;
	}
	#steps > .steps_wrap ._block{
		width:90%;
		min-height:100px;	
		margin:0 5%;
	}
	#steps > .steps_wrap ._block .img_wrap{
		width:165px;
		height:113px;
		margin:0px auto;
		margin-bottom:20px;	
	}
	#steps > .steps_wrap ._block:after{
		content:'';
		position:absolute;
		bottom:8px !important;
		top:auto !important;
		background:none !important;
		left:50%;
		margin-left:-20px;
		width: 0 !important;
		height: 0 !important;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #52a0ee transparent transparent transparent;
		line-height: 0px;
		_border-color: #52a0ee #000000 #000000 #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	}
	#steps > .steps_wrap ._block:last-child:after{
		display:none;	
	}
	#steps > .steps_wrap ._block .info{
		padding-bottom:40px;	
	}
	#steps > .video_wrap{
		position:relative;
		padding-bottom:0px;
	}
	#steps > .video_wrap .monitor{
		width:100%;
		height:auto;
		float:none;
		background:none;
		margin-left:0px;
		padding-bottom:20px;	
	}
	#steps > .video_wrap .monitor iframe{
		margin-top:20px;
		margin-left:0%;	
		width:100%;
	}
	#steps > .video_wrap .slogan{
		display:none;
	}
	#appeals h2.block_label{
		height:auto;
		line-height:26px;
		padding-left:15px;
		padding:10px 15px 10px;;
		font-size:18px;
		width:auto;
	}
	#appeals h2.block_label:after{
		display:none;
	}
	/*#appeals .feed_wrap ._block:nth-child(n+2){
		display:none;
	}*/
	#commercial{
		min-height:100px;
		background:white url(/images/bg_commercial.png) no-repeat center 20px;	
		background-size:60px 71px;
	}
	#commercial:after,
	#commercial:before{
		display:none;
	}
	#commercial > .content{
		width:90%;
		margin:0px 5%;
	}
	#commercial > .content > .punchline{
		font-size:22px;
		padding-top:100px;
	}
	#commercial > .content > .sub{
		font-size:16px;
		line-height:26px;
		margin-top:10px;
		margin-bottom:20px;
	}
	#commercial > .content > a{
		height:50px;
		line-height:53px;
		font-size:18px;	
	}
	#calendar{
		min-height:auto;	
	}
	#calendar > .events_wrap{
		width:100%;
		float:none;
		margin-top:40px;
			
	}
	#calendar > .events_wrap > .title{
		height:30px;
		line-height:30px;
		font-size:18px;	
		padding-right:10px;
	}
	#calendar > .events_wrap .calblock{
		min-height:auto;
	}
	#calendar > .events_wrap .calblock > .ico{
		width:60px;
		height:60px;
		top:-30px;
		background-size:30px 30px;	
	}
	#calendar > .events_wrap .calblock:before{
		display:none;
	}
	#calendar > .events_wrap .calblock .events_list{
		padding-top:50px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .date{
		font-size:18px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .time{
		font-size:16px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .title{
		font-size:18px;
	}
	#calendar > .events_wrap .calblock a.all{
		display:block;
		height:38px;
		line-height:38px;
		text-align:center;
		color:#343434;
		text-decoration:none;	
		font-size:16px;
	}
	#calendar > .events_wrap .calblock a.all:hover{
		color:#529fee;	
	}
	#calendar > .affiliate_wrap{
		width:90%;
		float:none;
		margin:30px 5% 0;
	}
	#calendar > .affiliate_wrap > .label{
		font-size:22px;
	}
	#calendar > .affiliate_wrap > .sub{
		font-size:16px;
	}
	#calendar > .affiliate_wrap > a{
		height:50px;
		line-height:53px;
		font-size:18px;	
	}	
	#footer{
		min-height:262px;
		background-image:none;
	}
	#footer > .left_block{
		float:none;
		margin:0 5%;
		text-align:center;
		padding-top:30px;
	}
	#footer > .right_block{
		float:none;
		text-align:center;	
		padding-top:30px;
		margin:0 5%;	
	}
	#footer a.android{
		display:inline-block;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	body, html {
		background-image:none;
		min-width:481px;
		width:100%;
	}
	#sidebar {
		min-height: 40px; /* real browsers */
		height: 40px; /* IE6: treated as min-height*/
		width: 100%;
		min-width:320px;
		float:none;
		background:#595959;
		position:fixed;
		top:0px;
		left:0px;
		border-bottom:2px solid #ededed;
		z-index:100;
	}
	#sidebar #sidebar_navwrap {
		height: 40px;
		width: 100%;
		margin-top: 0px;
	}
	#sidebar #sidebar_navwrap .link_wrap{
		display:inline-block;
		vertical-align:top;
		height:40px;
		width:40px;
	}
	#sidebar_navwrap .lnk_wrap{
		display:inline-block;
		vertical-align:top;
		margin:2px;
	}
	#sidebar #sidebar_navwrap #cnction .connection_checker{	
		display:none;
	}
	#sidebar #sidebar_navwrap .selected .triangle{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #ededed transparent;
		line-height: 0px;
		_border-color: #000000 #000000 #ededed #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
		position:absolute;
		right:14px;
		top:34px;
	}
	#sidebar #sidebar_navwrap .pages{
		background-size:16px 19px;
		height: 40px;
		width: 40px;
		margin-bottom:0px;
	}
	#sidebar #sidebar_navwrap .login{
		background-size:13px 19px;
		height: 40px;
		width: 40px;
	}
	#sidebar #sidebar_navwrap a.menu{
		display:inline-block;
	}
	#sidebar #sidebar_navwrap a.menu.open{
		background-color:#52a0ee;	
	}
	#sidebar_navwrap a.phone{
		display:inline-block;
	}
	#container {
		margin-top:40px;
		width:100%;
		min-width:320px;
		float:none;
		border-right:none;
		background:url(/images/bg_img.jpg) no-repeat center top;
	}
	#header{
		height:auto;
	}
	#header > .logo_wrap{
		height:140px;
		width:100%;
		background:#ededed;
		/*background:rgba(237,237,237,0.9);*/
		float:none;
	}
	#header > .logo_wrap:after{
		display:none;
	}
	#header > .logo_wrap a.home{
		width:110px;
		height:120px;
		margin:0px auto;	
		padding-top:10px;
	}
	#header > .logo_wrap a.home img{	
		height:inherit;
		width:inherit;
	}
	#header > .info_wrap{
		display:none;
	}
	#container > .punchline{
		height:auto;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:0px;
		color:white;
		font-size:20px;
		line-height:30px;
	}
	#container > .punchline span.sub{	
		font-size:15px;
	}
	#navigation_sidebar{
		width:90%;
		position:fixed;
		left:-100%;
		top:40px;
		bottom:0px;
		background:#ededed;
		z-index:1;
		overflow:auto;
		-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
		box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
	}
	#navigation_sidebar:before{
		content:'';
		display:none;
	}
	#navigation_sidebar:after{
		content:'';
		display:none;
	}
	#navigation_sidebar .nav_wrapper {
		width: 90%;
		margin-left:5%;
		margin-right:5%;
	}
	#navigation_sidebar .nav_wrapper a {
		width:100%;
	}
	#navigation_sidebar .nav_wrapper a .link_wrap{
		font-size:15px !important;	
	}
	#navigation_sidebar .nav_wrapper a .link_wrap.double{
		height:34px;
		line-height:39px;
		padding-top:0;	
	}
	#services_wrap{
		float:none;
		width:100%;
	}
	#services_wrap > .services{
		height:auto;
		padding-bottom:20px;	
	}
	#services_wrap > .services > .label{
		height:50px;
		line-height:50px;
		padding-left:20px;
		font-size:18px;
	}
	#services_wrap > .services > .blocks ._block{
		width:48%;
		overflow:hidden;
		margin:0px 0.5% 15px;
	}
	#services_wrap > .services > .blocks ._block ._img_wrap{
		width:100%;
		height:auto;
		margin:auto;
		background:#ccc;
		text-align:center;
	}
	#services_wrap > .services > .blocks ._block ._img_wrap img{
		height:auto;
		width:76%;	
	}
	#checktax .confidence{
		display:none;
	}
	#checktax > .controls{
		float:none;
		width:100%;
	}
	#checktax > .controls h2.block_label{
		height:auto;
		line-height:26px;
		padding-left:15px;
		padding:10px 15px 10px;;
		font-size:18px;
	}
	#checktax > .controls h2.block_label:before{
		display:none;
	}
	#checktax > .controls .form_wrap{
		float:none;
		width:90%;
		padding-left:5%;
	}
	#checktax .label{
		line-height:25px;
	}
	#checktax > .controls .diy_wrap{
		float:none;
		border-top:2px dashed #ccc;
		width:90%;
		padding-left:5%;
		padding-right:5%;
		margin-top:50px;
		background:url(/images/bg_laptop.jpg) no-repeat center 300px;
		padding-bottom:300px;
		height:auto;
	}
	#steps{
		position:relative;	
	}
	#steps:before,
	#steps:after,
	#steps > .corner{
		display:none;	
	}
	#steps h2.block_label{
		height:auto;
		line-height:26px;
		padding-left:15px;
		padding:10px 15px 10px;;
		font-size:18px;
		margin-left:0px;
	}
	#steps h2.block_label:before{
		display:none;
	}
	#steps > .message{
		margin:10px;
		font-size:16px;	
	}
	#steps > .steps_wrap{	
		margin-top:10px;
		margin-bottom:0px;
		font-size:0px;
	}
	#steps > .steps_wrap ._block{
		width:42%;
		min-height:100px;	
		margin:10px 4%;
	}
	#steps > .steps_wrap ._block .img_wrap{
		width:165px;
		height:113px;
		margin:0px auto;
		margin-bottom:20px;	
	}
	#steps > .steps_wrap ._block:nth-child(2n+1):after{
		content:'';
		position:absolute;
		top:25% !important;
		background:none !important;
		left:110%;
		margin-left:-20px;
		width: 0 !important;
		height: 0 !important;
		border-style: solid;
		border-width: 20px 0 20px 20px;
		border-color: transparent transparent transparent #52a0ee;
		line-height: 0px;
		_border-color: #000000 #000000 #000000 #52a0ee;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	}
	#steps > .steps_wrap ._block:nth-child(2n):after,
	#steps > .steps_wrap ._block:last-child:after{
		display:none;	
	}
	#steps > .steps_wrap ._block .info{
		padding-bottom:40px;	
	}
	#steps > .video_wrap{
		position:relative;
		padding-bottom:0px;
	}
	#steps > .video_wrap .monitor{
		width:100%;
		height:auto;
		float:none;
		background:none;
		margin-left:0px;
		padding-bottom:20px;	
	}
	#steps > .video_wrap .monitor iframe{
		margin-top:20px;
		margin-left:0%;	
		width:100%;
		height:300px !important;
	}
	#steps > .video_wrap .slogan{
		display:none;
	}
	#appeals h2.block_label{
		height:auto;
		line-height:26px;
		padding-left:15px;
		padding:10px 15px 10px;;
		font-size:18px;
		width:auto;
	}
	#appeals h2.block_label:after{
		display:none;
	}
	#appeals .feed_wrap ._block{
		margin:0 2%;	
	}
	/*#appeals .feed_wrap ._block:nth-child(n+3){
		display:none;
	}*/
	#commercial{
		min-height:100px;
		background:white url(/images/bg_commercial.png) no-repeat center 20px;	
		background-size:60px 71px;
	}
	#commercial:after,
	#commercial:before{
		display:none;
	}
	#commercial > .content{
		width:90%;
		margin:0px 5%;
	}
	#commercial > .content > .punchline{
		font-size:22px;
		padding-top:100px;
	}
	#commercial > .content > .sub{
		font-size:16px;
		line-height:26px;
		margin-top:10px;
		margin-bottom:20px;
	}
	#commercial > .content > a{
		height:50px;
		line-height:53px;
		font-size:18px;	
	}
	#calendar{
		min-height:auto;	
	}
	#calendar > .events_wrap{
		width:100%;
		float:none;
		margin-top:40px;
			
	}
	#calendar > .events_wrap > .title{
		height:30px;
		line-height:30px;
		font-size:18px;	
		padding-right:10px;
	}
	#calendar > .events_wrap .calblock{
		min-height:auto;
	}
	#calendar > .events_wrap .calblock > .ico{
		width:60px;
		height:60px;
		top:-30px;
		background-size:30px 30px;	
	}
	#calendar > .events_wrap .calblock:before{
		display:none;
	}
	#calendar > .events_wrap .calblock .events_list{
		padding-top:50px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .date{
		font-size:18px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .time{
		font-size:16px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .title{
		font-size:18px;
	}
	#calendar > .events_wrap .calblock a.all{
		display:block;
		height:38px;
		line-height:38px;
		text-align:center;
		color:#343434;
		text-decoration:none;	
		font-size:16px;
	}
	#calendar > .events_wrap .calblock a.all:hover{
		color:#529fee;	
	}
	#calendar > .affiliate_wrap{
		width:90%;
		float:none;
		margin:30px 5% 0;
	}
	#calendar > .affiliate_wrap > .label{
		font-size:22px;
	}
	#calendar > .affiliate_wrap > .sub{
		font-size:16px;
	}
	#calendar > .affiliate_wrap > a{
		height:50px;
		line-height:53px;
		font-size:18px;	
	}	
	#footer{
		min-height:262px;
		background-image:none;
	}
	#footer > .left_block{
		float:none;
		margin:0 5%;
		text-align:center;
		padding-top:30px;
	}
	#footer > .right_block{
		float:none;
		text-align:center;	
		padding-top:30px;
		margin:0 5%;	
	}
	#footer a.android{
		display:inline-block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1096px) {
	body, html {
		background-image:none;
		min-width:768px;
		width:100%;
	}
	#sidebar {
		min-height: 40px; /* real browsers */
		height: 40px; /* IE6: treated as min-height*/
		width: 100%;
		min-width:320px;
		float:none;
		background:#595959;
		position:fixed;
		top:0px;
		left:0px;
		border-bottom:2px solid #ededed;
		z-index:100;
	}
	#sidebar #sidebar_navwrap {
		height: 40px;
		width: 100%;
		margin-top: 0px;
	}
	#sidebar #sidebar_navwrap .link_wrap{
		display:inline-block;
		vertical-align:top;
		height:40px;
		width:40px;
	}
	#sidebar_navwrap .lnk_wrap{
		display:inline-block;
		vertical-align:top;
		margin:2px;
	}
	#sidebar #sidebar_navwrap #cnction .connection_checker{	
		display:none;
	}
	#sidebar #sidebar_navwrap .selected .triangle{
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 6px 6px 6px;
		border-color: transparent transparent #ededed transparent;
		line-height: 0px;
		_border-color: #000000 #000000 #ededed #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
		position:absolute;
		right:14px;
		top:34px;
	}
	#sidebar #sidebar_navwrap .pages{
		background-size:16px 19px;
		height: 40px;
		width: 40px;
		margin-bottom:0px;
	}
	#sidebar #sidebar_navwrap .login{
		background-size:13px 19px;
		height: 40px;
		width: 40px;
	}
	#sidebar_navwrap a.phone{
		display:inline-block;
	}
	#container {
		margin-top:40px;
		width:100%;
		min-width:320px;
		float:none;
		border-right:none;
		background:url(/images/bg_img.jpg) no-repeat center top;
	}
	#header > .info_wrap{
		width:380px;
		margin-top:60px;
	}
	#header > .info_wrap ._main .upper{
		font-size:26px;	
	}
	#header > .info_wrap ._main .lower{
		font-size:26px;
	}
	#header > .info_wrap a.phone{
		font-size:26px;
	}
	#container > .punchline{
		height:108px;
		padding-top:130px;
		padding-left:0px;
		font-size:28px;
		line-height:40px;
	}
	#container > .punchline span.sub{
		font-size:20px;
		line-height:24px;
	}
	#navigation_sidebar{
		width:40%;
		position:fixed;
		left:-100%;
		top:40px;
		bottom:0px;
		background:#ededed;
		z-index:1;
		overflow:auto;
		-webkit-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
		box-shadow: 5px 0px 15px 0px rgba(0,0,0,0.3);
	}
	#navigation_sidebar:before{
		content:'';
		display:none;
	}
	#navigation_sidebar:after{
		content:'';
		display:none;
	}
	#navigation_sidebar .nav_wrapper {
		width: 90%;
		margin-left:5%;
		margin-right:5%;
	}
	#navigation_sidebar .nav_wrapper a {
		width:100%;
	}
	#navigation_sidebar .nav_wrapper a .link_wrap.double{
		height:34px;
		line-height:39px;
		padding-top:0;	
	}
	#sidebar #sidebar_navwrap a.menu{
		display:inline-block;
	}
	#sidebar #sidebar_navwrap a.menu.open{
		background-color:#52a0ee;	
	}
	#sidebar_navwrap a.phone{
		display:inline-block;
	}
	#services_wrap{
		float:none;
		width:100%;
	}
	#services_wrap > .services > .label{
		padding-left:10px;	
		border-bottom:2px solid #52a0ee;
		margin-bottom:15px;
	}
	#services_wrap > .services > .blocks ._block{
		position:relative;	
	}
	#services_wrap > .services > .blocks ._block:before{
		content:'';
		position:absolute;
		top:-15px;
		left:50%;
		margin-left:-12px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 12px 0 12px;
		border-color: #52a0ee transparent transparent transparent;
		line-height: 0px;
		_border-color: #52a0ee #000000 #000000 #000000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');	
	}
	#checktax .confidence{
		display:none;
	}
	#checktax .controls{
		width:90%;	
	}
	#checktax .diy_wrap{
		background-position:center 300px !important;	
	}
	#steps > .steps_wrap{
		text-align:center;	
		margin-top:60px;
		margin-bottom:80px;
	}
	#steps > .steps_wrap ._block{
		width:40%;
		padding-bottom:30px;
	}
	#steps > .steps_wrap ._block:nth-child(2):after{
		display:none;
	}
	#steps > .video_wrap .monitor{
		width:626px;
		height:345px;
		float:none;
		margin:auto;	
	}
	#steps > .video_wrap .slogan{
		display:none;
	}
	#appeals h2.block_label{
		width:90%;
		padding:0 5%;
	}
	#appeals h2.block_label:after{
		display:none;
	}
	/*#appeals .feed_wrap ._block:nth-child(n+4){
		display:none;
	}*/
	#commercial{
		background-image:none;	
	}
	#commercial > .content{
		width:90%;
		padding:0 5%;
		margin-left:0px;
	}
	#calendar > .events_wrap{
		width:50%;
		float:left;			
	}
	#calendar > .events_wrap > .title{
		font-size:20px;	
	}
	#calendar > .events_wrap .calblock:before{
		border-width: 50px 100px 0 0;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .date{
		font-size:22px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .time{
		font-size:18px;
	}
	#calendar > .events_wrap .calblock .events_list > ._event > .title{
		font-size:18px;
	}
	#calendar > .events_wrap .calblock a.all{	
		font-size:13px;
	}
	#calendar > .affiliate_wrap{
		width:45%;
		margin-right:0px;
	}	
	#footer{
		background:#264b72 url(/images/bg_logo_footer.png) no-repeat center center;	
	}
	#footer > .left_block{
		margin-left:50px;
	}
	#footer > .right_block{
		margin-right:40px;	
	}
	#footer a.android{
		display:inline-block;
	}
} 