@charset "utf-8";

html,
body {
    width:100%;
    height:100%;
}

body {
    margin:0;
    padding:0;
    background:#fff;
    font:normal 13px/21px Arial, Helvetica, sans-serif;
    color:#353535;
}

form,
fieldset {
    margin:0;
    padding:0;
    border:0;
}

input,
select,
textarea,
button {
    font:normal 14px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    padding:3px 4px 4px 4px;
}

select {
    padding-left:0;
}

.input {
    padding:0 5px;
    zoom:1;
    position:relative;
}

.input-date {
    padding-left:24px;
}

.input-date input[type="text"] {
    padding-left:23px;
    left:-24px;
}

.input input,
.input textarea {
    width:100%;
    position:relative;
    left:-5px;
}

.search input[type="text"],
.search input[type="password"],
.search textarea,
.subscr input[type="text"],
.subscr input[type="password"],
.subscr textarea,
.test-info2 .form-hold input[type="text"],
.auth-block input[type="email"],
.auth-block input[type="password"] {
    font-size:12px;
    color:#969696;
    border:1px solid #eaeaea;
    border-left-color:#cecece;
    border-top-color:#cecece;
    background:#f2f2f2;
    zoom:1;
    position:relative;
    margin:0;
    padding:7px 10px;
    box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
    -moz-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
    -webkit-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.15), 0 1px 0 #fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(/f/l/js/PIE.htc);
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.2);
}

textarea {
    resize:none;
}
::-webkit-input-placeholder {
color:#a1a1a1;
}
:-moz-placeholder {
color:#a1a1a1;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

img {
    border:0;
    vertical-align:top;
}

a {
    color:#2380d0;
    outline:none;
    cursor:pointer;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.opt-link,.opt-link:link,.opt-link:visited {
    border-bottom:1px dashed #abceed;
    color:#2380d0 !important;
    text-decoration:none !important;
}

.opt-link:hover {
    text-decoration:none;
    border-bottom-style:solid;
}

strong {
    font-weight:bold;
}

table {
    border-collapse:collapse;
}

p,
ol,
ul {
    margin:0 0 12px 0;
}

ol,
ul {
    padding:0;
}

ul li,
ol li {
    padding:0 0 0 17px;
}

ul {
    list-style:none;
}

ul li {
    margin:0 0 4px 0;
    background:url(../i/sq-blue.png) no-repeat 0 7px;
}

h1 {
    font:normal 30px/30px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#08599f;
    margin:0;
    letter-spacing:-1px;
}

h2 {
    font:normal 25px/25px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#4e8058;
    margin:30px 0 19px 0;
    letter-spacing:-0.8px;
}

h3 {
    font-weight:normal;
    font-family:"Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#867b5f;
    margin:23px 0 26px 0;
    font-size:20px;
}

h2:first-child,
h3:first-child,
h4:first-child {
    margin-top:0;
}

h4 {
    font-weight:normal;
    font-family:"Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#878787;
    margin:22px 0 10px 0;
    font-size:16px;
}

blockquote, .well {
    background:#e7f3fa url(../i/bg-quote.png) no-repeat 11px 15px;
    clear:both;
    margin:13px 0 20px 0;
    font:normal 17px/23px Georgia, "Times New Roman", Times, serif;
    color:#426584;
    padding:11px 11px 13px 45px;
}
.well {
    background: #f5f5f5;
    padding-left: 11px;
}

.green {
    color:#5d7731;
}

.grey {
    color:#d3d3d3;
}

.grey2 {
    color:#909090;
}

.blue {
    color:#195981;
}

.brown {
    color:#a49231;
}

.big {
    font-size:15px;
}

.small {
    font-size:11px;
}

.xsmall {
    font-size:10px;
}

table .sep {
    width:1000px;
}

.nowrap {
    white-space:nowrap;
}

.nofloat {
    height:100%;
    overflow:hidden;
}

.cell {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

.hr {
    height:1px;
    overflow:hidden;
    margin:15px 0;
    background:#e6e6e6;
}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.wrapper {
    min-height:100%;
    min-width:1000px;
    max-width:10000px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}

.container {
    width:1000px;
    margin: 0 auto;
    text-align: left;
    position:relative;
}

.topline {
    background:url(../i/topline-bg.png) repeat-x 50% 0;
    height:6px;
    overflow:hidden;
    border-bottom:1px solid #fff;
}

.header {
    position:relative;
    zoom:1;
    background:#ebf1f7 url(../i/header-bg.png) repeat-x;
}

.header .container {
    height:121px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header .place {
    position:absolute;
    top:9px;
    right:0;
}

.logo-bg {
    background:url(../i/logo-shine.png) no-repeat;
    width:470px;
    height:97px;
    position:absolute;
    top:0;
    left:0;
}

.header .line {
    position:absolute;
    background:url(../i/header-sep.png) no-repeat 50% 0;
    height:2px;
    overflow:hidden;
    top:79px;
    left:-100px;
    right:-100px;
}

.header .glass {
    background:url(../i/header-glow.png) no-repeat 50% 0;
    height:34px;
    position:absolute;
    top:0;
    left:-100px;
    right:-100px;
}

/*.logo {
    position:absolute;
    top:23px;
    left:2px;
}

.slogan {
    position:absolute;
    top:33px;
    left:186px;
}*/

.logo {
    margin-left: .3rem;
    margin-right: 1rem;
}

.slogan {
    margin-right: 1rem;
}

.project-author {
    font:normal 12px/16px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#696969;
    white-space:nowrap;
    position:absolute;
    top:24px;
    left:0;
}

.project-author em {
    color:#959595;
}

.imago {
    font:normal 12px/16px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#696969;
    white-space:nowrap;
    position:absolute;
    top:24px;
    left:262px;
    padding:0 0 0 36px;
    background:url(../i/imago.png) no-repeat 0 2px;
    min-height:31px;
}

/*.user-block,
.auth-block {
    position:absolute;
    top:15px;
    right:0;
    width:467px;
}*/

.user-block .top,
.auth-block .top {
    font:bold 12px/16px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#3277a3;
    text-transform:uppercase;
    zoom:1;
    margin:0 0 4px 0;
}

.user-block .top:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.user-block .top a {
    color:#3277a3;
}

.user-block .exit {
    float:right;
    padding:0 19px 0 0;
    background:url(../i/cross.png) no-repeat 100% 0;
}

.user-block .bg {
    font:normal 12px/25px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
    zoom:1;
    position:relative;
    border:1px solid #d6e5f2;
    background:#f9fbfd;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.25);
    behavior: url(/f/l/js/PIE.htc);
}

.user-block .bg:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.user-block .main,
.user-block .money,
.user-block .tests {
    float:left;
    background:url(../i/user-block-sep.png) no-repeat 0 7px;
    height:62px;
    padding:7px 10px 0 12px;
}

.user-block .main {
    padding-left:10px;
    background:none;
    width:145px;
    padding-right:0;
}

.user-block .money {
    width:155px;
    white-space:nowrap;
}

.user-block .money .btn {
    clear:right;
    float:right;
    padding:0;
    width:72px;
}

.user-block .tests {
    width:116px;
}

.user-block .r {
    float:right;
}

.user-block .nofloat {
    white-space:nowrap;
    text-overflow:ellipsis;
}

.user-block .name {
    white-space:nowrap;
    position:relative;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:0 0 0 20px;
    font-weight:bold;
    background:url(../i/icon-user.png) no-repeat 0 4px;
}

.user-block .btn {
    vertical-align:middle;
    padding:0 4px;
}

.auth-block {
    font:normal 12px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#717171;
}

.auth-block .top {
    margin:0 0 5px 0;
}

.auth-block .or {
    text-align:center;
    position:absolute;
    background:url(../i/auth-or.png) no-repeat;
    width:28px;
    height:47px;
    font-size:10px;
    line-height:26px;
    font-weight:bold;
    text-transform:uppercase;
    color:#a4a4a4;
    text-align:center;
    padding:22px 0 0 0;
    top:21px;
    left:292px;
}

.auth-block .hold {
    float:left;
    position:relative;
    padding:3px;
    line-height:normal;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    box-shadow:1px 1px 0 #fff;
    -moz-box-shadow:1px 1px 0 #fff;
    -webkit-box-shadow:1px 1px 0 #fff;
    background: #e3e3e3;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e3e3e3 0%, #f9f9f9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #f9f9f9));
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #f9f9f9 100%);
    background: -o-linear-gradient(top, #e3e3e3 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e3e3e3 0%, #f9f9f9 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%, #f9f9f9 100%);
    -pie-background: linear-gradient(top, #e3e3e3 0%, #f9f9f9 100%);
    behavior: url(/f/l/js/PIE.htc);
}

.auth-block input[type="email"],
.auth-block input[type="password"] {
    font:normal 11px Arial, Helvetica, sans-serif;
    padding-top:4px;
    padding-bottom:4px;
    width:80px;
}

.auth-block .l ul {
    zoom:1;
    margin:0 0 9px -3px;
    padding:0;
    position:relative;
}

.auth-block .l ul:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.auth-block .l ul li {
    float:left;
    padding:0;
    background:none;
    margin:0 0 0 4px;
    position:relative;
}

.auth-block .l ul li:first-child {
    margin:0;
}

.auth-block .l ul .btn {
    padding:0;
    width:60px;
    margin:0;
    float:left;
}

.auth-block .btn {
    height:23px;
    line-height:23px;
    vertical-align:middle;
    margin:0 5px 0 0;
}

.auth-block .l {
    float:left;
}

.auth-block .r {
    float:right;
    width:138px;
}

.auth-block .forgot {
    position:absolute;
    top:-15px;
    left:14px;
    font:normal 10px Arial, Helvetica, sans-serif;
    color:#809ba5;
}

.social-auth {
    list-style:none;
    margin:0 0 0 -3px;
    padding:0;
}

.social-auth li {
    zoom:1;
    vertical-align:bottom;
    margin:0 0 7px 0;
    padding:0;
    background:none;
}

.social-auth li:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.social-auth .btn {
    text-align:left;
    width:82px;
    padding:0 0 0 10px;
    float:left;
}

.social-auth .btn img {
    background:#cae8f4;
    position:absolute;
    top:3px;
    right:6px;
}

.profile-level {
    display:inline-block;
    vertical-align:middle;
    white-space:nowrap;
    text-align:center;
    position:relative;
    padding:0 7px;
    border:1px solid #9eaeb8;
    background: #e2eff9;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZWZmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjN2UxZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e2eff9 0%, #c7e1f3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2eff9), color-stop(100%, #c7e1f3));
    background: -webkit-linear-gradient(top, #e2eff9 0%, #c7e1f3 100%);
    background: -o-linear-gradient(top, #e2eff9 0%, #c7e1f3 100%);
    background: -ms-linear-gradient(top, #e2eff9 0%, #c7e1f3 100%);
    background: linear-gradient(to bottom, #e2eff9 0%, #c7e1f3 100%);
    -pie-background: linear-gradient(top, #e2eff9 0%, #c7e1f3 100%);
    behavior: url(/f/l/js/PIE.htc);
    box-shadow:inset 0 0 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:inset 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:inset 0 0 1px rgba(0, 0, 0, 0.5);
    font:bold 11px/23px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#195981;
    text-shadow:1px -1px 0 #fff;
}

.profile-level.pro {
    background: #e0facf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZmFjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGY0OWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e0facf 0%, #c0f49c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0facf), color-stop(100%, #c0f49c));
    background: -webkit-linear-gradient(top, #e0facf 0%, #c0f49c 100%);
    background: -o-linear-gradient(top, #e0facf 0%, #c0f49c 100%);
    background: -ms-linear-gradient(top, #e0facf 0%, #c0f49c 100%);
    background: linear-gradient(to bottom, #e0facf 0%, #c0f49c 100%);
    -pie-background: linear-gradient(top, #e0facf 0%, #c0f49c 100%);
    border-color:#9db98a;
    border-bottom-color:#90b775;
    border-top-color:#a8bb9b;
    color:#4f7200;
}

.btn {
    display:inline-block;
    letter-spacing:normal;
    overflow:hidden;
    text-overflow:ellipsis;
    position:relative;
    white-space:nowrap;
    text-align:center;
    padding:0 7px;
    height:23px;
    font:bold 12px/23px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    border:1px solid #fff;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    behavior: url(/f/l/js/PIE.htc);
    box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow:inset 0 1px 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.btn:hover {
    text-decoration:none;
}

.btn:active {
    box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.btn input {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    border:0;
    background:url(../i/logo.png) no-repeat 0 -9999px;
    cursor:pointer;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover {
    border-color: #ac2925;
    background-color: #c12e2a;
    background-position: 0 -15px;
}
.btn-danger:active {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-blue {
    color:#0e73b4!important;
    border-color:#75b2ca;
    border-bottom-color:#6091a4;
    border-top-color:#85cce6;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YWQzZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #9ad3e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #9ad3e9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #9ad3e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #9ad3e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #9ad3e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #9ad3e9 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #9ad3e9 100%);
}

.btn-blue:hover {
    background: #e3f2f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZjJmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOGRlZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e3f2f8 0%, #b8deed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3f2f8), color-stop(100%, #b8deed));
    background: -webkit-linear-gradient(top, #e3f2f8 0%, #b8deed 100%);
    background: -o-linear-gradient(top, #e3f2f8 0%, #b8deed 100%);
    background: -ms-linear-gradient(top, #e3f2f8 0%, #b8deed 100%);
    background: linear-gradient(to bottom, #e3f2f8 0%, #b8deed 100%);
    -pie-background: linear-gradient(top, #e3f2f8 0%, #b8deed 100%);
}

.btn-blue:active {
    background:#cdeaf5;
    -pie-background:#cdeaf5;
    color:#5896be!important;
}

.btn-green {
    border-color:#8bab4e;
    border-bottom-color:#6d883b;
    border-top-color:#aad063;
    color:#466a0a!important;
    background: #c1ec23;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MxZWMyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MmRlMTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c1ec23 0%, #92de17 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1ec23), color-stop(100%, #92de17));
    background: -webkit-linear-gradient(top, #c1ec23 0%, #92de17 100%);
    background: -o-linear-gradient(top, #c1ec23 0%, #92de17 100%);
    background: -ms-linear-gradient(top, #c1ec23 0%, #92de17 100%);
    background: linear-gradient(to bottom, #c1ec23 0%, #92de17 100%);
    -pie-background: linear-gradient(top, #c1ec23 0%, #92de17 100%);
}

.btn-green:hover {
    background: #abd164;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiZDE2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiOWQ5NzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #abd164 0%, #b9d972 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abd164), color-stop(100%, #b9d972));
    background: -webkit-linear-gradient(top, #abd164 0%, #b9d972 100%);
    background: -o-linear-gradient(top, #abd164 0%, #b9d972 100%);
    background: -ms-linear-gradient(top, #abd164 0%, #b9d972 100%);
    background: linear-gradient(to bottom, #abd164 0%, #b9d972 100%);
    -pie-background: linear-gradient(top, #abd164 0%, #b9d972 100%);
    color:#5d7731!important;
}

.btn-green:active {
    background:#a7cf5f;
    -pie-background:#a7cf5f;
}

.btn-grey {
    color:#514e4e!important;
    border-color:#b5b5b5;
    border-bottom-color:#a3a3a3;
    border-top-color:#cacaca;
    background: #f7f7f7;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JjYmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #bcbcbc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #bcbcbc));
    background: -webkit-linear-gradient(top, #ffffff 0%, #bcbcbc 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #bcbcbc 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #bcbcbc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #bcbcbc 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #bcbcbc 100%);
}

.btn-grey:hover {
    color:#757575!important;
    background: #eeeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #d6d6d6));
    background: -webkit-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%);
    background: -o-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%, #d6d6d6 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #d6d6d6 100%);
    -pie-background: linear-gradient(top, #eeeeee 0%, #d6d6d6 100%);
}

.btn-grey:active {
    background:#e0e0e0;
    -pie-background:#e0e0e0;
}

.btn-beige {
    border-color:#b6b6b6;
    border-bottom-color:#a2a2a2;
    border-top-color:#cacaca;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2VmZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f7efdd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7efdd));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7efdd 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7efdd 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7efdd 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7efdd 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #f7efdd 100%);
    color:#514e4e!important;
}

.icon-search,
.icon-edit {
    display:inline-block;
    vertical-align:top;
    padding:0 20px 0 0;
    background:url(../i/icon-search.png) no-repeat 100% 50%;
}

.icon-edit {
    background:url(../i/icon-pencil.png) no-repeat -3px 50%;
    padding:0 0 0 12px;
}

.menu-hold {
    zoom:1;
    position:relative;
    background:#2891d6 url(../i/menu.png) repeat-x 50% 0;
    height:58px;
    z-index:100;
}

.menu-hold:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.search {
    float:right;
    position:relative;
    top:15px;
    margin:0 15px 0 0;
}

.search input[type="text"] {
    width:172px;
    padding-right:74px;
}

.search .btn {
    position:absolute;
    top:3px;
    right:3px;
}

.menu {
    float:left;
    width:712px;
    margin:0 0 0 -20px;
    position:relative;
    left:10px;
}

.menu table {
    width:100%;
}

.menu td {
    text-align:left;
    vertical-align:top;
    padding:0 0 0 2px;
    background:url(../i/menu-sep.png) no-repeat 0 21px;
}

.menu td:first-child {
    padding:0;
    background:none;
}

.menu .hold {
    position:relative;
    zoom:1;
}

.menu .link {
    display:block;
    height:58px;
    color:#fff;
    font:normal 18px/56px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding:0 0 0 5px;
    background:url(../i/menu-btn.png) no-repeat 0 -9999px;
    position:relative;
    margin:0 0 0 -4px;
    left:2px;
    text-align:center;
}

.menu .link span {
    display:block;
    height:58px;
    padding:0 5px 0 0;
    background:url(../i/menu-btn.png) no-repeat 0 -9999px;
}

.menu .link span span {
    padding:0 5px;
    background:url(../i/menu-btn-shine.png) no-repeat 0 -9999px;
}

.menu .hold:hover .link,
.menu .link.active {
    background-position:0 3px;
    text-decoration:none;
}

.menu .hold:hover .link span,
.menu .link.active span {
    background-position:100% -62px;
}

.menu .hold:hover .link span span,
.menu .link.active span span {
    background-position:50% 0;
}

.menu ul {
    position:absolute;
    top:100%;
    left:-9999px;
    list-style:none;
    margin:0;
    padding:10px 0;
    width:237px;
    border:1px solid #7ab9f1;
    font:normal 13px/18px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    background:rgba(28, 100, 164, 0.93);
    -pie-background:rgba(28, 100, 164, 0.93);
    box-shadow:0 0 10px rgba(18, 76, 124, 0.5);
    -moz-box-shadow:0 0 10px rgba(18, 76, 124, 0.5);
    -webkit-box-shadow:0 0 10px rgba(18, 76, 124, 0.5);
    behavior: url(/f/l/js/PIE.htc);
}

.menu .hold:hover ul {
    left:-1px;
}

.menu ul li {
    margin:0;
    padding:0;
    background:none;
}

.menu ul a {
    display:block;
    position:relative;
    zoom:1;
    color:#fff;
    padding:3px 16px;
    behavior: url(/f/l/js/PIE.htc);
}

.menu ul a:hover {
    text-decoration:none;
    background:#004986;
}

.content {
    zoom:1;
    position:relative;
    padding:0 0 30px 0;
    min-height: 530px;
}

.index-content {
    padding-bottom:0;
}

.content:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.aside {
    float:right;
    width:270px;
    position:relative;
    z-index:30;
    padding:33px 0 0 0;
}

.mainContent {
    float:left;
    width:692px;
    position:relative;
    z-index:20;
}

.main-title {
    zoom:1;
    min-height:86px;
    position:relative;
    margin:0 0 20px -10000px;
    left:5000px;
    padding:29px 5000px 18px 5000px;
    background:#cbe7fa url(../i/mainhead-bg.png) repeat-x;
    border-bottom:3px solid #227fd0;
}

.dot {
    display:inline-block;
    position:relative;
    vertical-align:middle;
    width:9px;
    height:9px;
    overflow:hidden;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    behavior: url(/f/l/js/PIE.htc);
    background:url(../i/dot-bg.png) no-repeat;
}

.path {
    font-size:13px;
    font-family:"Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#2281d1;
    margin:0 0 5px 0;
}

.path .dot {
    background-color:#84aed8;
    margin:0 3px;
}

.socials {
    float:right;/*    background:#fff;
    border:1px solid #c8dff3;
    padding:4px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    behavior: url(/f/l/js/PIE.htc);
    line-height:0;
    height:20px;*/
}

.author-info {
    float:right;
    font-size:11px;
    line-height:14px;
    color:#808080;
    width:180px;
    padding:0 0 20px 20px;
    margin:3px 0 0 20px;
    border-left:1px solid #e1e1e1;
}

.author-info .ava {
    margin:0 0 8px 0;
}

.author-info header {
    font-size:12px;
    line-height:16px;
    font-weight:bold;
    color:#404040;
    margin:0 0 7px 0;
}

.author-info header span {
    display:block;
    font-weight:normal;
    color:#cdcdcd;
}

.ava {
    display:block;
    zoom:1;
    position:relative;
    overflow:hidden;
    width:70px;
    height:70px;
}

.ava img {
    width:100%;
    height:auto;
}

.ava .cover {
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    box-shadow:inset 5px 5px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:inset 5px 5px 5px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow:inset 5px 5px 5px rgba(0, 0, 0, 0.4);
}

.img-hold {
    float:left;
    position:relative;
    margin:7px 20px 0 0;
}

.img-hold.fr {
    float:right;
    margin-right:0;
    margin-left:20px;
}

.img-hold .text {
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    font:normal 11px/14px Arial, Helvetica, sans-serif;
    padding:7px 10px;
    color:#fff;
    background:rgba(29, 109, 184, 0.85);
    -pie-background:rgba(29, 109, 184, 0.85);
    behavior: url(/f/l/js/PIE.htc);
}

.links,
.nav {
    border:1px solid #e4e4e4;
    background:#f7f7f7;
    font-size:11px;
    line-height:18px;
    color:#a8a8a8;
    margin:14px 0;
    padding:11px 0 12px 14px;
    zoom:1;
    position:relative;
}

.links:after,
.nav:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.links ul {
    list-style:none;
    margin:0;
    padding:0;
}

.links li {
    float:left;
    position:relative;
    white-space:nowrap;
    padding:0 0 0 35px;
    margin:0 18px 10px 0;
    background:none;
}

.links img {
    position:absolute;
    top:-6px;
    left:0;
}

.links header {
    font:normal 16px/22px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#a2a2a2;
    margin:0 0 18px 0;
}

.links a {
    text-decoration:underline;
    color:#1989b1;
    font-size:13px;
}

.links a:hover {
    text-decoration:none;
}

.table {
    margin:0 0 15px 0;
    zoom:1;
    position:relative;
}

.table table {
    width:100%;
}

.table th {
    font:bold 12px/18px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#877f67;
    text-align:left;
    vertical-align:middle;
    padding:8px 10px 9px 10px;
    background:#f2eee3 url(../i/table-top.png) no-repeat 0 100%;
}

.table th:first-child {
    background-position:-1px 100%;
}

.table td {
    line-height:20px;
    padding:7px 10px;
    text-align:left;
    vertical-align:middle;
    border-bottom:1px solid #e3e3e3;
    background:#f5f5f5;
}

.table .odd td {
    background:#fff;
}

.table-striped tr:nth-of-type(odd) td {
    background:#fff;
}

.table img {
    vertical-align:middle;
}

.table .accented td {
    background:#f2eee3 url(../i/shad-up.png) repeat-x;
    border:0;
    padding-top:13px;
    padding-bottom:13px;
    color:#98917c;
    font-size:12px;
}

.links2 {
    list-style:none;
    margin:0 0 25px 0;
    padding:0;
}

.links2 li {
    margin:0 0 3px 0;
    padding:0 0 0 22px;
    background:url(../i/icon-article.png) no-repeat 0 3px;
}

.links2 a {
    color:#1989b1;
}

.title1,
.title1 h1,
.title1 h2,
.title1 h3,
.title1 h4,
.title1 h5,
.title1 h6 {
    font:normal 16px/21px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#878787;
    zoom:1;
    margin:0;
    letter-spacing:0;
}

.title1:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.title1 {
    margin:30px 0 9px 0;
}

.title1:first-child {
    margin-top:0;
}

.title1 h1,
.title1 h2,
.title1 h3,
.title1 h4,
.title1 h5,
.title1 h6 {
    float:left;
    margin:0 8px 0 0;
    letter-spacing:0;
}

.title1 .line {
    height:2px;
    overflow:hidden;
    background:#ddd;
    position:relative;
    top:11px;
}

.title2,
.title2 h1,
.title2 h2,
.title2 h3,
.title2 h4,
.title2 h5,
.title2 h6,
.title2 span {
    font:bold 20px/20px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing:-1px;
    color:#474747;
    zoom:1;
    margin:0;
    text-transform:uppercase;
}

.title2:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.title2 {
    margin:0 0 12px 20px;
}

.title2 h1,
.title2 h2,
.title2 h3,
.title2 h4,
.title2 h5,
.title2 h6,
.title2 span {
    float:left;
    margin:0 8px 0 0;
}

.title2 .line {
    height:4px;
    overflow:hidden;
    background:#474747;
    position:relative;
    top:7px;
}

.title2 .dot {
    float:left;
    margin:0 3px 0 0;
    top:5px;
    background-color:#474747;
}

.title2 .btn {
    float:right;
    z-index:10;
    margin:0 0 0 5px;
    height:25px;
    line-height:25px;
    font-size:13px;
    text-transform:none;
    top:-1px;
}

.block .title2 {
    margin-left:0;
}

.title2.c-blue,
.title2.c-blue h1,
.title2.c-blue h2,
.title2.c-blue h3,
.title2.c-blue h4,
.title2.c-blue h5,
.title2.c-blue h6,
.title2.c-blue span {
    color:#347abe;
}

.title2.c-blue .dot,
.title2.c-blue .line {
    background-color:#347abe;
}

.title2.bg-green .dot,
.title2.bg-green .line {
    background-color:#32a249;
}

.title2.bg-yellow .dot,
.title2.bg-yellow .line {
    background-color:#efc430;
}

.title2.bg-purple .dot,
.title2.bg-purple .line {
    background-color:#984da5;
}

.title2.bg-blue .dot,
.title2.bg-blue .line {
    background-color:#347abe;
}

.article-info {
    margin:0 0 30px -19px;
    left:19px;
    zoom:1;
    position:relative;
    padding:17px 19px 0 0;
    background:url(../i/shadow-sep.png) no-repeat 100% 0;
    list-style:none;
    font:normal 11px/14px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#5a5a5a;
}

.article-info:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.article-info li {
    float:left;
    margin:0 30px 0 0;
    padding:0;
    background:none;
    position:relative;
}

.article-info .r {
    float:right;
    margin:0;
}

.article-info a {
    text-decoration:underline;
}

.article-info a:hover {
    text-decoration:none;
}

.article-info a,
.article-info .opt-link {
    color:#6192aa;
}

.article-info .bg-user {
    padding:0 0 0 16px;
    background:url(../i/icon-user2.png) no-repeat -2px -2px;
}

.article-info .bg-source {
    display:inline-block;
    padding:0 0 0 16px;
    background:url(../i/icon-chain.png) no-repeat -2px 0;
}

.article-info .bg-tags {
    padding:0 0 0 16px;
    background:url(../i/icon-tags.png) no-repeat 0 -1px;
    white-space:normal;
    max-width:300px;
}

.article-info .path2 {
    font-weight:bold;
    color:#296da7;
}

.article-info .path2 a {
    color:#296da7;
}

.nav {
    font-size:12px;
    line-height:15px;
    padding:2px 0;
}

.nav section {
    float:left;
    width:288px;
    position:relative;
    padding:12px 28px;
    text-align:right;
    border-left:1px solid #e6e6e6;
}

.nav section:first-child {
    width:289px;
    border:0;
    border-right:1px solid #e6e6e6;
    margin:0 0 0 -1px;
    left:1px;
    text-align:left;
}

.nav span {
    display:block;
    color:#a2a2a2;
    font-family:"Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin:0 0 3px 0;
}

.nav .arr {
    display:block;
    position:absolute;
    top:29px;
    right:9px;
    background:url(../i/articles-nav.png) no-repeat -28px 0;
    height:16px;
    width:10px;
}

.nav section:first-child .arr {
    right:auto;
    left:9px;
    background-position:0 0;
}

.block {
    zoom:1;
    position:relative;
    margin:0 0 30px 0;
    border:1px solid #d8d8d8;
    box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(/f/l/js/PIE.htc);
    background:#fff;
    padding:21px 19px;
}

.block:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.block.with-bg {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2U1ZjdmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U4ZjhmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2ZhZmRmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e5f7f9 38%, #e8f8fa 50%, #fafdfe 83%, #feffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(38%, #e5f7f9), color-stop(50%, #e8f8fa), color-stop(83%, #fafdfe), color-stop(100%, #feffff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e5f7f9 38%, #e8f8fa 50%, #fafdfe 83%, #feffff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e5f7f9 38%, #e8f8fa 50%, #fafdfe 83%, #feffff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e5f7f9 38%, #e8f8fa 50%, #fafdfe 83%, #feffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e5f7f9 38%, #e8f8fa 50%, #fafdfe 83%, #feffff 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #e5f7f9 38%, #e8f8fa 50%, #fafdfe 83%, #feffff 100%);
}

.test-link {
    cursor: pointer;
}

.test-link,
.subscr {
    padding:22px 20px 20px 60px;
    font:normal 12px/17px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#545454;
    margin:0 0 20px 0;
}

.test-link h4,
.subscr h4 {
    color:#489257;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    margin:0 0 4px -20px;
    left:20px;
    zoom:1;
    position:relative;
    letter-spacing:-0.5px;
}

.test-link .btn {
    display:block;
    text-align:left;
    font-size:13px;
    line-height:26px;
    height:26px;
    padding:0 10px;
}

.test-link .btn span {
    display:block;
    background:url(../i/rarr-green.png) no-repeat 100% 9px;
}

.test-link p,
.subscr p {
    margin:0 0 11px 0;
}

.test-link .icon,
.subscr .icon {
    background:url(../i/icon-blank.png) no-repeat;
    width:32px;
    height:32px;
    position:absolute;
    top:20px;
    left:20px;
}

.share-bonus-link {
    display:block;
    margin:0 0 20px 0;
    text-align:left;
    padding:0 0 0 10px;
    height:26px;
    line-height:26px;
    color:#08599f!important;
}

.share-bonus-link .icon {
    background:url(../i/icon-money.png) no-repeat;
    width:17px;
    height:17px;
    display:block;
    position:absolute;
    top:5px;
    right:12px;
}

.share-bonus-link .line {
    background:url(../i/vline-blue.png) repeat-y;
    width:2px;
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    right:38px;
}

.side-nav {
    font:normal 13px/18px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom:15px;
}

.side-nav .title2 {
    margin-bottom:11px;
}

.side-nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.side-nav ul li {
    zoom:1;
    position:relative;
    vertical-align:bottom;
    margin:0;
    padding:0;
    background:none;
}

.side-nav a,
.side-nav strong {
    display:block;
    zoom:1;
    position:relative;
    margin:0 0 0 -59px;
    left:20px;
    color:#296da7;
    font-weight:normal;
    padding:5px 20px 5px 58px;
}

.side-nav .bg {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:url(../i/side-menu-btn.png) no-repeat;
    display:none;
}

.side-nav .bg span {
    display:block;
    position:absolute;
    top:15px;
    left:0;
    right:0;
    bottom:0;
    background:url(../i/side-menu-btn.png) no-repeat 0 100%;
}

.side-nav .text {
    display:block;
    position:relative;
    z-index:5;
    zoom:1;
}

.side-nav .dash {
    display:block;
    position:absolute;
    top:13px;
    left:39px;
    width:12px;
    height:3px;
    overflow:hidden;
    background:#c8dbe7;
}

.side-nav a:hover .bg,
.side-nav .active .bg {
    display:block;
}

.side-nav a:hover .dash,
.side-nav .active .dash {
    background:#217cce;
}

.side-nav a:hover {
    text-decoration:none;
}

.book-link {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background:#fff url(../i/img-book-1.png) no-repeat 100% 100%;
    font:normal 14px/15px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#f17e13;
    padding:17px 17px 16px 17px;
    cursor: pointer;
}

.book-link strong {
    display:block;
    font-size:20px;
    line-height:18px;
    margin:6px 0 9px 0;
}

.book-link .btn {
    height:20px;
    line-height:20px;
}

.social-hold {
    zoom:1;
    margin:0 0 30px 0;
}

.social-hold section {
    margin:10px 0 0 0;
}

.social-hold section:first-child {
    margin:0;
}

.subscr h4 {
    color:#347abe;
}

.subscr .icon {
    background:url(../i/icon-mail.png) no-repeat;
}

.subscr ul {
    list-style:none;
    margin:6px 0 0 0;
    padding:0;
}

.subscr ul li {
    zoom:1;
    vertical-align:bottom;
    margin:0 0 6px 0;
    padding:0;
    background:none;
}

.subscr ul li:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.subscr input[type="text"],
.subscr input[type="password"] {
    width:162px;
    float:left;
}

.subscr input.size2 {
    width:120px;
}

.subscr .btn {
    float:right;
    height:27px;
    width:35px;
    line-height:27px;
    padding:0;
    margin:0 3px 0 0;
}

.likes {
    list-style:none;
    margin:0;
    padding:0;
    line-height:0;
}

.likes li {
    float:left;
    margin:0 0 0 9px;
    padding:0;
    background:none;
}

.likes li:first-child {
    margin:0;
}

.footer-place {
    height:137px;
}

.footer {
    /*background:#f1f2f4 url(../i/footer.png) repeat-x;*/
    min-height:146px;
    border-bottom:3px solid #bebebe;
    border-top:8px solid #2184c2;
    margin:-137px 0 0 0;
    position:relative;
    font:normal 12px/17px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#868686;

    background-image: -ms-linear-gradient(top, #D9E7F4 0%, #F8F8F8 80%, #F8F8F8 93%, #D6DFE5 100%);
    background-image: -moz-linear-gradient(top, #D9E7F4 0%, #F8F8F8 80%, #F8F8F8 93%, #D6DFE5 100%);
    background-image: -o-linear-gradient(top, #D9E7F4 0%, #F8F8F8 80%, #F8F8F8 93%, #D6DFE5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #D9E7F4), color-stop(80, #F8F8F8), color-stop(93, #F8F8F8), color-stop(100, #D6DFE5));
    background-image: -webkit-linear-gradient(top, #D9E7F4 0%, #F8F8F8 80%, #F8F8F8 93%, #D6DFE5 100%);
    background-image: linear-gradient(to bottom, #D9E7F4 0%, #F8F8F8 80%, #F8F8F8 93%, #D6DFE5 100%);
}

.footer .container {
    padding:15px 0 0 0;
}

.footer .likes {
    float:right;
}

.footer .hr {
    background:#cce3f1;
    margin:15px 0;
}

.footer .sep {
    margin:0 5px;
}

.bmenu {
    font-size:13px;
    line-height:18px;
    font-weight:bold;
    padding:2px 0 0 0;
}

.bmenu .dot {
    background-color:#85afd8;
    margin:0 1px;
}

.studio {
    float:right;
    width:216px;
}

.studio img {
    float:right;
}

.studio a {
    color:#868686;
}

.content-sep {
    background:url(../i/content-vline.png) repeat-y;
    width:8px;
    top:0;
    bottom:0;
    left:704px;
    position:absolute;
}

.aside-bg {
    background:url(../i/aside-bg-grey.png) no-repeat;
    width:406px;
    height:340px;
    position:absolute;
    top:100%;
    margin:3px 0 0 0;
    left:5712px;
}

.content-bg {
    position:absolute;
    top:100%;
    left:0;
    right:50%;
    background-color:#fff;
    background-repeat:repeat-x;
    height:370px;
    margin:3px -365px 0 0;
}

.content-bg.book-bg {
    background:url(../i/book-content-bg.png) repeat-x;
    height:976px;
}

.content-bg div {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    background:url(../i/content-vline.png) repeat-y 100% 0;
    width:8px;
}

.filter {
    zoom:1;
    position:relative;
    margin:-20px 0 25px -5019px;
    left:19px;
    padding:21px 20px 28px 5000px;
    background:#fdf9ef url(../i/filter-bg.png) repeat-x 0 100%;
    border-bottom:1px solid #ede5ce;
    font:normal 12px/16px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
}

.filter:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.filter.bg-blue {
    background-color:#edf9ff;
    background-image:url(../i/filter-bg-blue.png);
    border-color:#cae3f1;
}

.filter .label {
    display:block;
    font-weight:bold;
    margin:0 0 6px 0;
}

.filter .line {
    position:absolute;
    top:0;
    bottom:-1px;
    right:0;
    width:7px;
    background:url(../i/content-vline.png) repeat-y;
}

.filter header {
    font-size:17px;
    line-height:20px;
    color:#227fd0;
    margin:0 0 12px 0;
}

.filter select {
    width:100%;
}

.filter .fl {
    float:left;
    width:170px;
    margin:0 10px 0 0;
}

.filter .fr {
    float:right;
    width:170px;
    margin:0 10px;
}

.filter .btn {
    float:right;
    height:30px;
    line-height:30px;
    font-size:13px;
    font-weight:bold;
    top:15px;
}

.filter2 {
    margin-bottom:30px;
    padding-bottom:24px;
}

.filter2 .btn {
    float:none;
    height:23px;
    line-height:23px;
    top:21px;
    padding:0;
    width:119px;
}

.filter2 .fl2 {
    float:left;
}

.filter2 header {
    font-size:21px;
    color:#a69b5c;
    top:-2px;
    position:relative;
    zoom:1;
    letter-spacing:-0.5px;
}

.filter2 .fl {
    width:155px;
}

.ask-link {
    float:right;
    padding:10px 0 12px 17px;
    margin:-22px -20px 0 10px;
    top:12px;
    position:relative;
    width:226px;
    font-size:12px;
    line-height:14px;
    color:#909090;
    background:url(../i/vline-beige.png) repeat-y;
}

.ask-link p {
    margin:10px 0 0 0;
}

.ask-link .btn {
    float:none;
    top:0;
    font-size:15px;
    height:38px;
    width:auto;
    padding:0 10px;
    line-height:38px;
}

.search-link {
    float:right;
    font-size:14px;
    line-height:20px;
    padding:0 0 0 19px;
    background:url(../i/icon-search-blue.png) no-repeat 0 2px;
}

.toggle {
    list-style:none;
    margin:-1px 0 0 0;
    position:relative;
    padding:0;
    float:right;
    font:bold 12px/32px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#707070;
}

.toggle li {
    float:left;
    margin:0;
    padding:0;
    background:none;
}

.toggle a {
    float:left;
    white-space:nowrap;
    color:#707070 !important;
    background:url(../i/toggle.png) no-repeat 100% -96px;
    padding:0 15px;
    text-decoration:none !important;
}
.toggle a:hover {
    text-decoration: underline !important;
}

.toggle li:first-child a {
    background-position:0 -32px;
}

.toggle .active, .toggle .active:hover {
    background-position:100% 0;
    color:#fff !important;
    cursor:default;
    text-decoration:none!important;
}

.toggle li:first-child .active {
    background-position:0 -64px;
}

.search-title {
    font-size:18px;
    line-height:32px;
    color:#707070;
    margin:0 0 19px 0;
    padding:12px 15px;
}

.block2 {
    zoom:1;
    position:relative;
    margin:0 0 20px 0;
    border:1px solid #d0d0d0;
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(/f/l/js/PIE.htc);
}

.block2:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.article {
    padding:11px 13px 0 37px;
    font-size:11px;
    line-height:17px;
    color:#404040;
}

.article .icon {
    display:block;
    position:absolute;
    top:15px;
    left:13px;
    background:url(../i/icon-article2.png) no-repeat;
    width:16px;
    height:16px;
}

.article header {
    font:normal 18px/22px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#296da7;
    margin:0 0 4px 0;
}

.article header a {
    color:#296da7;
}

.article .article-info {
    background:none;
    margin:12px 0 0 -50px;
    left:13px;
    border-top:1px solid #e5e5e5;
    padding:6px 15px 9px 15px;
}

.article header + .article-info {
    margin-top:9px;
}

.vectors {
    list-style:none;
    margin:3px 2px 0 0;
    padding:0;
    float:right;
    line-height:0;
}

.vectors li {
    float:left;
    margin:0 0 0 2px;
    padding:0;
    background:none;
}

.vectors li:first-child {
    margin:0;
}

.pagination {
    border-top:1px solid #bebebe;
    zoom:1;
    position:relative;
    line-height:0;
    list-style:none;
    margin:52px 0 0 0;
    padding:0;
    text-align:center;
}

.pagination li {
    display:inline-block;
    vertical-align:top;
    margin:-22px 0 0 -4px;
    left:4px;
    padding:0 5px 0 0;
    background:#fff;
    position:relative;
}

.paginaition li:first-child {
    padding-left:5px;
}

.pagination a,
.pagination strong {
    display:block;
    background:url(../i/pagination.png) no-repeat -47px 0;
    width:42px;
    height:44px;
    text-align:center;
    font:bold 15px/44px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#707070;
}

.pagination strong,
.pagination a:hover {
    color:#fff;
    background-position:0 0;
    text-decoration:none;
}

.search-word {
    color:#ab8861;
}

.faq {
    padding:0 15px 15px 15px;
    overflow:hidden;
    font-size:13px;
    line-height:19px;
}

.faq header {
    border-bottom:1px solid #d6d6d6;
    position:relative;
    zoom:1;
    margin:0 0 14px -30px;
    left:15px;
    overflow:hidden;
    box-shadow:0 0 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow:0 0 12px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow:0 0 12px rgba(0, 0, 0, 0.12);
    font-size:16px;
    line-height:17px;
    behavior: url(/f/l/js/PIE.htc);
}

.faq header div {
    position:relative;
    top:5px;
    margin:-5px 0 0 0;
    zoom:1;
    padding:14px 15px 17px 15px;
    background:#f1f1f0 url(../i/faq-title.png) repeat-x;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.faq .article-info {
    margin:0;
    padding:0;
    top:0;
    left:0;
    border:0;
}

.faq .vectors {
    margin:0;
}

.faq footer {
    margin:12px 0 0 0;
    zoom:1;
}

.faq footer:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.article .img-hold {
    float:left;
    margin:1px 12px 0 0;
}

.article .img-hold + .nofloat {
    padding-top:5px;
}

.info {
    font-size:11px;
    color:#909090;
}

.play {
    display:block;
    position:absolute;
    background:url(../i/play.png) no-repeat;
    width:44px;
    height:44px;
    top:50%;
    left:50%;
    margin:-22px 0 0 -22px;
}

.vector-tabs-hold {
    zoom:1;
    position:relative;
    margin:-18px 0 0 0;
    top:19px;
}

.vector-tabs {
    font:bold 11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#514e4e;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.3);
    zoom:1;
    position:relative;
    margin:0 0 0 -10000px;
    left:5000px;
    padding:7px 0 5px 5001px;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e3e3e3));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    list-style:none;
    behavior: url(/f/l/js/PIE.htc);
}

.vector-tabs:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.vector-tabs li {
    float:left;
    margin:0 5px 0 0;
    padding:0;
    background:none;
}

.vector-tabs a {
    display:block;
    position:relative;
    text-align:center;
    text-decoration:none;
    color:#514e4e;
    text-align:center;
    width:83px;
    height:65px;
    background:url(../i/vector-tabs.png) no-repeat;
}

.vector-tabs a:hover {
    background-position:0 -65px;
}

.vector-tabs a:active,
.vector-tabs a.active {
    height:73px;
    margin:-8px 0 0 0;
    top:8px;
}

.vector-tabs .bg-brown:active,
.vector-tabs .bg-brown.active {
    background-position:0 -130px;
}

.vector-tabs .bg-red:active,
.vector-tabs .bg-red.active {
    background-position:0 -205px;
}

.vector-tabs .bg-black:active,
.vector-tabs .bg-black.active {
    background-position:0 -280px;
}

.vector-tabs .bg-orange:active,
.vector-tabs .bg-orange.active {
    background-position:0 -355px;
}

.vector-tabs .bg-yellow:active,
.vector-tabs .bg-yellow.active {
    background-position:0 -430px;
}

.vector-tabs .bg-green:active,
.vector-tabs .bg-green.active {
    background-position:0 -505px;
}

.vector-tabs .bg-blue:active,
.vector-tabs .bg-blue.active {
    background-position:0 -580px;
}

.vector-tabs .bg-purple:active,
.vector-tabs .bg-purple.active {
    background-position:0 -655px;
}

.vector-tabs img {
    display:block;
    margin:0 auto 5px auto;
    position:relative;
    top:5px;
}

.media-title {
    zoom:1;
    position:relative;
    padding:6px 0 0 0;
    margin:0 0 12px 0;
}

.media-title h1 {
    font-size:25px;
    line-height:30px;
    font-weight:normal;
    color:#404040;
    margin:0;
}

.media-title .grey {
    font-size:18px;
    font-weight:bold;
}

.media-title2 {
    font:normal 17px/22px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
    margin:0 0 21px 0;
}

.media-title2 h1 {
    margin:0 0 11px 0;
    padding:12px 0 0 0;
    color:#227fd0;
}

.tabs {
    list-style:none;
    margin:0 0 35px -5020px;
    left:20px;
    padding:0 0 0 5000px;
    position:relative;
    zoom:1;
    border-bottom:1px solid #bebebe;
    font:bold 15px/42px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#707070
}

.tabs:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.tabs li {
    float:left;
    margin:-1px 0 0 4px;
    padding:0;
    background:none;
    position:relative;
    top:1px;
}

.tabs li:first-child {
    margin-left:0;
}

.tabs .shad {
    display:block;
    position:absolute;
    padding:0;
    background:url(../i/tabs-bg.png) no-repeat 100% 0;
    height:16px;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    margin:1px 0 0 0;
}

.tabs a {
    float:left;
    white-space:nowrap;
    color:#707070 !important;
    padding:0 0 0 10px;
    background:url(../i/tabs.png) no-repeat;
}

.tabs a:hover {
    color:#303030 !important;
    text-decoration:none;
}

.tabs span {
    float:left;
    padding:0 10px 0 0;
    height:42px;
    background:url(../i/tabs.png) no-repeat 100% -95px;
}

.tabs .active, .tabs .active:hover {
    color:#2581d1!important;
    text-decoration:none!important;
    cursor:default;
    background-position:0 -48px;
}

.tabs .active span {
    background-position:100% -143px;
}

.main-title .tabs {
    margin-bottom:0;
    margin-top:-15px;
    top:24px;
    border:0;
    height:42px;
}

.main-title .tabs a,
.main-title .tabs span {
    height:39px;
}

.main-title .tabs .active,
.main-title .tabs .active span {
    height:42px;
}

.title3 {
    margin:0 0 20px 0;
    font:bold 17px/20px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
}

.title3 table {
    width:100%;
}

.title3 td {
    padding:0 8px;
    white-space:nowrap;
    vertical-align:middle;
}

.title3 .sep {
    padding:0;
}

.title3 .hr {
    background:#cdcdcd;
    margin:0;
}

.title3 span {
    font-weight:normal;
}

.gallery {
    list-style:none;
    margin:0 0 25px -20px;
    left:20px;
    position:relative;
    zoom:1;
    padding:0;
    overflow:hidden;
}

.gallery li {
    float:left;
    position:relative;
    overflow:hidden;
    width:170px;
    height:170px;
    margin:0 3px 3px 0;
    padding:0;
    background:none;
}

.gallery .cover {
    display:none;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    border:8px solid #fff;
    box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow:inset 0 0 20px rgba(0, 0, 0, 0.75);
}

.gallery a:hover .cover {
    display:block;
}

.gallery .bg-brown {
    border-color:#97520e;
}

.gallery .bg-red {
    border-color:#d83838;
}

.gallery .bg-black {
    border-color:#333;
}

.gallery .bg-orange {
    border-color:#f29014;
}

.gallery .bg-yellow {
    border-color:#efc430;
}

.gallery .bg-green {
    border-color:#32a249;
}

.gallery .bg-blue {
    border-color:#3377bc;
}

.gallery .bg-purple {
    border-color:#984da5;
}

.content-hold {
    zoom:1;
    position:relative;
}

.content-hold a:visited {
    color: #551A8B;
}
.content-hold a:link {
    text-decoration: underline;
}
.content-hold a:hover {
    text-decoration: none;
}


.btn, .btn:link {
    text-decoration: none !important;
}

.tab-brown .content-bg {
    background-image:url(../i/content-bg-brown.png);
}

.tab-brown .aside-bg {
    background-image:url(../i/aside-bg-brown.png);
}

.tab-brown .main-title {
    border-bottom-color:#97520e;
    background-color:#97520e;
    background-image:url(../i/mainhead-bg-brown.png);
}

.tab-brown .path,
.tab-brown .main-title .path a {
    color:#ede3de;
}

.tab-brown .path .dot {
    background-color:#ede3de;
}

.tab-brown h1,
.tab-brown .side-nav .title2 span,
.tab-brown .side-nav .title2 h1,
.tab-brown .side-nav .title2 h2,
.tab-brown .side-nav .title2 h3,
.tab-brown .side-nav .title2 h4,
.tab-brown .side-nav .title2 h5,
.tab-brown .side-nav .title2 h6 {
    color:#97520e;
}

.tab-brown .side-nav .title2 .line,
.tab-brown .side-nav .title2 .dot,
.tab-brown .title4 .line {
    background-color:#97520e;
}

.tab-red .content-bg {
    background-image:url(../i/content-bg-red.png);
}

.tab-red .aside-bg {
    background-image:url(../i/aside-bg-red.png);
}

.tab-red .main-title {
    border-bottom-color:#d83838;
    background-color:#d83838;
    background-image:url(../i/mainhead-bg-red.png);
}

.tab-red .path,
.tab-red .main-title .path a {
    color:#f8e1e1;
}

.tab-red .path .dot {
    background-color:#f8e1e1;
}

.tab-red h1,
.tab-red .side-nav .title2 span,
.tab-red .side-nav .title2 h1,
.tab-red .side-nav .title2 h2,
.tab-red .side-nav .title2 h3,
.tab-red .side-nav .title2 h4,
.tab-red .side-nav .title2 h5,
.tab-red .side-nav .title2 h6 {
    color:#d83838;
}

.tab-red .side-nav .title2 .line,
.tab-red .side-nav .title2 .dot,
.tab-red .title4 .line {
    background-color:#d83838;
}

.tab-black .content-bg {
    background-image:url(../i/content-bg-black.png);
}

.tab-black .aside-bg {
    background-image:url(../i/aside-bg-black.png);
}

.tab-black .main-title {
    border-bottom-color:#333;
    background-color:#333;
    background-image:url(../i/mainhead-bg-black.png);
}

.tab-black .path,
.tab-black .main-title .path a {
    color:#f8e1e1;
}

.tab-black .path .dot {
    background-color:#f8e1e1;
}

.tab-black h1,
.tab-black .side-nav .title2 span,
.tab-black .side-nav .title2 h1,
.tab-black .side-nav .title2 h2,
.tab-black .side-nav .title2 h3,
.tab-black .side-nav .title2 h4,
.tab-black .side-nav .title2 h5,
.tab-black .side-nav .title2 h6 {
    color:#333;
}

.tab-black .grey {
    color:#999;
}

.tab-black .side-nav .title2 .line,
.tab-black .side-nav .title2 .dot,
.tab-black .title4 .line {
    background-color:#333;
}

.tab-orange .content-bg {
    background-image:url(../i/content-bg-orange.png);
}

.tab-orange .aside-bg {
    background-image:url(../i/aside-bg-orange.png);
}

.tab-orange .main-title {
    border-bottom-color:#f29014;
    background-color:#f29014;
    background-image:url(../i/mainhead-bg-orange.png);
}

.tab-orange .path,
.tab-orange .main-title .path a {
    color:#fcecde;
}

.tab-orange .path .dot {
    background-color:#fcecde;
}

.tab-orange h1,
.tab-orange .side-nav .title2 span,
.tab-orange .side-nav .title2 h1,
.tab-orange .side-nav .title2 h2,
.tab-orange .side-nav .title2 h3,
.tab-orange .side-nav .title2 h4,
.tab-orange .side-nav .title2 h5,
.tab-orange .side-nav .title2 h6 {
    color:#f29014;
}

.tab-orange .side-nav .title2 .line,
.tab-orange .side-nav .title2 .dot,
.tab-orange .title4 .line {
    background-color:#f29014;
}

.tab-yellow .content-bg {
    background-image:url(../i/content-bg-yellow.png);
}

.tab-yellow .aside-bg {
    background-image:url(../i/aside-bg-yellow.png);
}

.tab-yellow .main-title {
    border-bottom-color:#efc430;
    background-color:#efc430;
    background-image:url(../i/mainhead-bg-yellow.png);
}

.tab-yellow .path,
.tab-yellow .main-title .path a {
    color:#faeecf;
}

.tab-yellow .path .dot {
    background-color:#faeecf;
}

.tab-yellow h1,
.tab-yellow .side-nav .title2 span,
.tab-yellow .side-nav .title2 h1,
.tab-yellow .side-nav .title2 h2,
.tab-yellow .side-nav .title2 h3,
.tab-yellow .side-nav .title2 h4,
.tab-yellow .side-nav .title2 h5,
.tab-yellow .side-nav .title2 h6 {
    color:#efc430;
}

.tab-yellow .side-nav .title2 .line,
.tab-yellow .side-nav .title2 .dot,
.tab-yellow .title4 .line {
    background-color:#efc430;
}

.tab-green .content-bg {
    background-image:url(../i/content-bg-green.png);
}

.tab-green .aside-bg {
    background-image:url(../i/aside-bg-green.png);
}

.tab-green .main-title {
    border-bottom-color:#32a249;
    background-color:#32a249;
    background-image:url(../i/mainhead-bg-green.png);
}

.tab-green .path,
.tab-green .main-title .path a {
    color:#e0eee3;
}

.tab-green .path .dot {
    background-color:#e0eee3;
}

.tab-green h1,
.tab-green .side-nav .title2 span,
.tab-green .side-nav .title2 h1,
.tab-green .side-nav .title2 h2,
.tab-green .side-nav .title2 h3,
.tab-green .side-nav .title2 h4,
.tab-green .side-nav .title2 h5,
.tab-green .side-nav .title2 h6 {
    color:#32a249;
}

.tab-green .side-nav .title2 .line,
.tab-green .side-nav .title2 .dot,
.tab-green .title4 .line {
    background-color:#32a249;
}

.tab-blue .content-bg {
    background-image:url(../i/content-bg-blue.png);
}

.tab-blue .aside-bg {
    background-image:url(../i/aside-bg-blue.png);
}

.tab-blue .main-title {
    border-bottom-color:#3377bc;
    background-color:#3377bc;
    background-image:url(../i/mainhead-bg-blue.png);
}

.tab-blue .path,
.tab-blue .main-title .path a {
    color:#f5f8fb;
}

.tab-blue .path .dot {
    background-color:#f5f8fb;
}

.tab-blue h1,
.tab-blue .side-nav .title2 span,
.tab-blue .side-nav .title2 h1,
.tab-blue .side-nav .title2 h2,
.tab-blue .side-nav .title2 h3,
.tab-blue .side-nav .title2 h4,
.tab-blue .side-nav .title2 h5,
.tab-blue .side-nav .title2 h6 {
    color:#3377bc;
}

.tab-blue .side-nav .title2 .line,
.tab-blue .side-nav .title2 .dot,
.tab-blue .title4 .line {
    background-color:#3377bc;
}

.tab-purple .content-bg {
    background-image:url(../i/content-bg-violet.png);
}

.tab-purple .aside-bg {
    background-image:url(../i/aside-bg-violet.png);
}

.tab-purple .main-title {
    border-bottom-color:#984da5;
    background-color:#984da5;
    background-image:url(../i/mainhead-bg-violet.png);
}

.tab-purple .path,
.tab-purple .main-title .path a {
    color:#f5f8fb;
}

.tab-purple .path .dot {
    background-color:#f5f8fb;
}

.tab-purple h1,
.tab-purple .side-nav .title2 span,
.tab-purple .side-nav .title2 h1,
.tab-purple .side-nav .title2 h2,
.tab-purple .side-nav .title2 h3,
.tab-purple .side-nav .title2 h4,
.tab-purple .side-nav .title2 h5,
.tab-purple .side-nav .title2 h6 {
    color:#984da5;
}

.tab-purple .side-nav .title2 .line,
.tab-purple .side-nav .title2 .dot,
.tab-purple .title4 .line {
    background-color:#984da5;
}

.title4 {
    zoom:1;
    margin:30px 0 13px 0;
    font:normal 25px/25px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
    position:relative;
    letter-spacing:-0.5px;
}

.tabs + .title4 {
    margin-top:-6px;
}

.title4:first-child {
    margin-top:0;
}

.title4:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.title4 em {
    font-style:normal;
    font-size:18px;
    font-weight:bold;
}

.title4 span {
    float:left;
    margin:0 5px 0 0;
}

.title4 .btn {
    float:left;
    margin:0 5px 0 10px;
    top:3px;
    height:20px;
    line-height:20px;
}

.title4 .sort {
    float:right;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    top:3px;
}

.title4 .sort li {
    float:left;
    margin:0 0 0 5px;
    padding:0;
    background:none;
}

.title4 .sort .btn {
    float:left;
    margin:0;
    top:0;
}

.title4 .fr {
    float:right;
    margin:0 0 0 5px;
}

.title4 .line {
    display:block;
    float:none;
    margin:0;
    height:4px;
    overflow:hidden;
    position:relative;
    top:12px;
    background:#eaeaea;
}

.halves {
    zoom:1;
    position:relative;
}

.halves:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.half {
    float:right;
    width:335px;
}

.half:first-child {
    float:left;
}

.corner {
    display:block;
    width:3px;
    height:3px;
    overflow:hidden;
    background:url(../i/corners.png) no-repeat;
    position:absolute;
    z-index:20;
}

.corner.tl {
    top:0;
    left:0;
    background-position:0 0;
}

.corner.tr {
    top:0;
    right:0;
    background-position:-3px 0;
}

.corner.bl {
    bottom:0;
    left:0;
    background-position:0 -3px;
}

.corner.br {
    bottom:0;
    right:0;
    background-position:-3px -3px;
}

.shad-t,
.shad-b,
.shad-t2,
.shad-b2 {
    position:absolute;
    left:0;
    right:0;
    height:8px;
    overflow:hidden;
    z-index:10;
    display:block;
}

.shad-t,
.shad-t2 {
    top:0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000', GradientType=0 );
}

.shad-b,
.shad-b2 {
    bottom:0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=0 );
}

.shad-l,
.shad-r,
.shad-l2,
.shad-r2 {
    top:0;
    bottom:0;
    width:8px;
    position:absolute;
    z-index:10;
    overflow:hidden;
    display:block;
}

.shad-l,
.shad-l2 {
    left:0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.25)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000', GradientType=1 );
}

.shad-r,
.shad-r2 {
    right:0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.25)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#40000000', GradientType=1 );
}

.shad-t2 {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.05)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000', GradientType=0 );
}

.shad-b2 {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.05)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000', GradientType=0 );
}

.shad-l2 {
    background: -moz-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.05)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#00000000', GradientType=1 );
}

.shad-r2 {
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.05)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000', GradientType=1 );
}

.corner2 {
    display:block;
    width:5px;
    height:5px;
    overflow:hidden;
    background:url(../i/corners2.png) no-repeat;
    position:absolute;
    z-index:20;
}

.corner2.tl {
    top:-1px;
    left:-1px;
    background-position:0 0;
}

.corner2.tr {
    top:-1px;
    right:-1px;
    background-position:-5px 0;
}

.corner2.bl {
    bottom:-1px;
    left:-1px;
    background-position:0 -5px;
}

.corner2.br {
    bottom:-1px;
    right:-1px;
    background-position:-5px -5px;
}

.corner3 {
    display:block;
    width:5px;
    height:5px;
    overflow:hidden;
    background:url(../i/corners3.png) no-repeat;
    position:absolute;
}

.corner3.tl {
    top:0;
    left:0;
    background-position:0 0;
}

.corner3.tr {
    top:0;
    right:0;
    background-position:-5px 0;
}

.corner3.bl {
    bottom:0;
    left:0;
    background-position:0 -5px;
}

.corner3.br {
    bottom:0;
    right:0;
    background-position:-5px -5px;
}

.corner4 {
    display:block;
    width:10px;
    height:10px;
    overflow:hidden;
    background:url(../i/corners-big.png) no-repeat;
    position:absolute;
    z-index:20;
}

.corner4.tl {
    top:-1px;
    left:-1px;
    background-position:0 0;
}

.corner4.tr {
    top:-1px;
    right:-1px;
    background-position:-10px 0;
}

.corner4.bl {
    bottom:-1px;
    left:-1px;
    background-position:0 -10px;
}

.corner4.br {
    bottom:-1px;
    right:-1px;
    background-position:-10px -10px;
}

.gallery2 {
    zoom:1;
    position:relative;
    margin:0 0 28px 0;
}

.gallery2:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.gallery2 article {
    float:left;
    position:relative;
}

.gallery2 .vectors {
    position:absolute;
    top:5px;
    right:5px;
    margin:0;
    padding:0;
}

.gallery2 .play {
    margin:0;
    top:20px;
    left:20px;
}

.gallery2 a {
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}

.quotes {
    padding:0;
    font:normal 13px/19px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
}

.quotes,
.audio,
.video,
.articles,
.lith,
.other {
    margin:0 0 28px 0;
}

.quotes .hold {
    zoom:1;
    position:relative;
    overflow:hidden;
    margin:0 0 0 -1px;
    left:1px;
}

.quotes .info,
.video .info,
.lith .info,
.articles .info,
.other .info {
    margin:4px 0 0 0;
    font-size:12px;
    zoom:1;
    position:relative;
}

.video .info,
.lith .info,
.articles .info,
.other .info {
    margin:-3px 0 0 0;
}

.quotes a,
.video a,
.lith a,
.articles a,
.other a {
    color:#404040;
}

.quotes article {
    display:inline-block;
    vertical-align:top;
    position:relative;
    margin:-10000px 0 0 -3px;
    top:10000px;
    left:2px;
    width:314px;
    padding:17px 10px 10016px 20px;
    border-left:1px solid #e5e5e5;
}

.quotes img,
.audio img,
.video img,
.lith img,
.articles img,
.other img {
    vertical-align:middle;
    position:relative;
    top:-1px;
}

.audio,
.video,
.lith,
.articles,
.other {
    padding:9px 18px;
    font:normal 13px/19px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
}

.audio article,
.video article,
.lith article,
.articles article,
.other article {
    zoom:1;
    border-top:1px solid #e5e5e5;
    padding:7px 0 7px 24px;
    position:relative;
}

.video article,
.lith article,
.articles article,
.other article {
    padding-left:16px;
    padding-bottom:5px;
}

.audio article:after,
.video article:after,
.lith article:after,
.articles article:after,
.other article:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.audio article:first-child,
.video article:first-child,
.lith article:first-child,
.articles article:first-child,
.other article:first-child {
    border:0;
}

.audio .info {
    font-size:12px;
}

.audio .icon,
.video .icon,
.lith .icon,
.articles .icon,
.other .icon {
    position:absolute;
    top:6px;
    left:0;
    background:url(../i/icon-audio.png) no-repeat;
    width:16px;
    height:16px;
    overflow:hidden;
    display:block;
}

.video .icon,
.lith .icon,
.articles .icon,
.other .icon {
    top:16px;
    left:-3px;
}

.articles .icon,
.other .icon {
    top:7px;
}

.video .icon {
    background-image:url(../i/icon-video2.png);
}

.lith .icon {
    background-image:url(../i/icon-book.png);
}

.articles .icon {
    background-image:url(../i/icon-article2.png);
}

.other .icon {
    background-image:url(../i/icon-link.png);
}

.play-link {
    float:right;
    font-weight:bold;
    font-size:11px;
    color:#404040;
    padding:0 22px 0 0;
    margin:0 0 0 10px;
    background:url(../i/play-btn.png) no-repeat 100% 3px;
}

.play-link.stop {
    background-position:100% -21px;
    color:#a65c5c;
}

.play-link em {
    font-style:normal;
    display:none;
}

.play-link.stop span {
    display:none;
}

.play-link.stop em {
    display:inline;
}

.username {
    font:normal 25px/25px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#347abe;
    margin:0 0 21px 0;
    padding:20px 0 0 20px;
}

.username:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.username .grey {
    font-weight:bold;
    color:#c9c9c9;
    font-size:15px;
}

.username .icon {
    display:block;
    position:absolute;
    width:16px;
    height:16px;
    overflow:hidden;
    background:url(../i/icon-user.png) no-repeat;
    top:25px;
    left:0;
}

.username .btn {
    float:right;
    height:20px;
    line-height:20px;
}

.username .icon-edit {
    padding:0 17px 0 0;
    background-position:100% 50%;
}

.account-edit {
    zoom:1;
    font:normal 12px/16px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
}

.account-edit:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.account-edit .title4 {
    margin-top:23px;
}

.account-edit .title4:first-child {
    margin-top:-3px;
}

.account-edit .l {
    float:left;
    width:418px;
}

.account-edit .r {
    float:right;
    width:240px;
}

.account-edit .block2 {
    margin:0 0 30px 0;
    padding:18px 14px 20px 14px;
}

.account-edit h4 {
    font-size:20px;
    line-height:20px;
}

.account-edit ul {
    list-style:none;
    margin:0;
    padding:0;
}

.account-edit ul li {
    zoom:1;
    vertical-align:bottom;
    padding:0;
    background:none;
    margin:15px 0 0 0;
}

.account-edit ul li:first-child {
    margin:0;
}

.account-edit ul li:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.account-edit .label {
    display:block;
    font-size:13px;
    line-height:19px;
    margin:-4px 0 5px 0;
}

.account-edit li:first-child .label {
    margin-top:0;
}

.account-edit .info {
    font-size:12px;
    line-height:15px;
    margin:6px 0 0 0;
}

.account-edit .info strong {
    color:#404040;
}

.account-edit .half {
    width:203px;
}

.account-edit .icon-chain,
.account-edit .icon-key {
    position:absolute;
    top:16px;
    right:16px;
}

.account-edit .btn {
    height:20px;
    line-height:20px;
}

ul.socials2 {
    list-style:none;
    margin:-2px 0 16px 0;
    zoom:1;
    position:relative;
    padding:0;
    zoom:1;
    overflow:hidden;
}

ul.socials2 li {
    float:left;
    margin:0 6px 0 0!important;
    padding:0;
    background:none;
}

ul.socials3 {
    list-style:none;
    margin:6px 0 0 0;
    padding:0;
    font-size:12px;
    line-height:16px;
    font-weight:bold;
}

ul.socials3 li {
    zoom:1;
    position:relative;
    vertical-align:bottom;
    margin:6px 0 0 0;
    padding:0;
    background:none;
}

ul.socials3 li:first-child {
    margin:0;
}

.socials3 a {
    display:block;
    position:relative;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding:3px 16px 4px 25px;
    border:1px solid #d6d6d6;
}

.socials3 .delete {
    border:0;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:22px;
    background:url(../i/cross2.png) no-repeat 50% 50%;
    padding:0;
}

.socials3 img {
    position:absolute;
    top:3px;
    left:5px;
}

ul.checks {
    font-size:13px;
    line-height:19px;
    margin:7px 0 11px 0;
    padding:0;
}

ul.checks li {
    zoom:1;
    position:relative;
    vertical-align:bottom;
    margin:0 0 4px 0!important;
    padding:0 0 0 19px;
    background: none;
}

.checks input {
    position:absolute;
    top:0;
    left:0;
    margin-left:0;
}

.checks .info {
    margin:0;
}

.icon-calendar {
    cursor:pointer;
    width:16px;
    height:16px;
    background:url(../i/icon-calendar.png) no-repeat;
    position:absolute;
    top:5px;
    left:5px;
    z-index:10;
    display:block;
}

.icon-chain {
    background:url(../i/icon-chain2.png) no-repeat;
    width:24px;
    height:24px;
    display:block;
}

.icon-key {
    width:24px;
    height:24px;
    background:url(../i/icon-key.png) no-repeat;
    display:block;
}

.user-block2 {
    border-color:#81bfd7;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmY4ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e6f8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6f8ff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6f8ff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6f8ff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6f8ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6f8ff 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #e6f8ff 100%);
    padding:9px 12px;
    font:normal 18px/31px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#84976c;
    white-space:nowrap;
    margin-top:-10px;
}

.user-block2.pro {
    border-color:#7dc75d;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmYzZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e6f3d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6f3d7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e6f3d7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e6f3d7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e6f3d7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e6f3d7 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #e6f3d7 100%);
}

.user-block2 .corner2 {
    background-image:url(../i/corners2-blue.png);
}
 .user-block2.pro .corner2 {
 background-image:url(../i/corners2-green.png);
}

.user-block2 .to {
    position:absolute;
    top:0;
    right:0;
    font-size:11px;
    line-height:18px;
    color:#4f7200;
}

.user-block2 .label {
    font-size:12px;
    color:#404040;
    line-height:18px;
    margin:0 0 5px 0;
}

.user-block2 section {
    float:left;
    position:relative;
    height:56px;
    padding:0 0 0 22px;
    margin:0 0 0 20px;
    background:url(../i/vline-green.png) repeat-y;
}

.user-block2 section:first-child {
    margin-left:0;
    padding-left:0;
    background:none;
}

.user-block2 .profile-level {
    height:30px;
    line-height:30px;
}

.user-block2 .btn {
    vertical-align:middle;
}

.private-testing {
    padding:16px 19px;
    font-size:11px;
    line-height:16px;
    color:#404040;
}

.private-testing a {
    color:#296da7;
}

.private-testing p {
    margin:0 0 15px 0;
}

.private-testing .clearfix {
    overflow:hidden;
    margin:0 0 0 -30px;
    left:30px;
    position:relative;
}

.private-testing section {
    float:left;
    position:relative;
    margin:-10000px 0 0 10px;
    top:10000px;
    padding:3px 0 10000px 16px;
    border-left:1px solid #e3e3e3;
}

.private-testing section:first-child {
    padding-left:0;
    margin-left:0;
    border:0;
}

.private-testing .w1 {
    width:169px;
}

.private-testing .w2 {
    width:229px;
}

.private-testing .w3 {
    width:212px;
}

.private-testing .w1,
.private-testing .w3 {
    line-height:18px;
}

.private-testing .w1 p,
.private-testing .w3 p {
    margin:3px 0 0 0;
}

.private-testing .w1 p:first-child,
.private-testing .w3 p:first-child {
    margin:0;
}

.buy-pro {
    line-height:16px;
    padding:7px 0;
    zoom:1;
    position:relative;
    top:3px;
}

.buy-pro:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.buy-pro .btn {
    float:left;
    top:-7px;
    position:relative;
    font-size:12px;
    line-height:16px;
    height:auto;
    padding:5px 9px 6px 9px;
    text-align:left;
    margin:0 10px 0 0;
    font-weight:bold;
}

.buy-pro .btn strong {
    font-size:15px;
}

.stat-info {
    font:normal 12px/19px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#353535;
    margin:4px 0 10px 0;
}

.webinars {
    color:#404040;
}

.webinars td {
    vertical-align:top;
    padding:8px 10px;
    line-height:17px;
}

.webinars .ava-hold {
    width:50px;
    padding-right:0;
    padding-top:10px;
    padding-bottom:10px;
}

.webinars .ava {
    width:50px;
    height:50px;
}

.webinars a {
    color:#296da7;
}

.webinars .w1 {
    width:110px;
}

.webinars .w2 {
    width:195px;
}

.icon-hold {
    zoom:1;
    position:relative;
    padding:0 0 0 22px;
}

.icon-purse,
.icon-plus,
.icon-video {
    display:block;
    position:absolute;
    top:2px;
    left:0;
    width:16px;
    height:16px;
    overflow:hidden;
}

.icon-purse {
    background:url(../i/icon-purse.png) no-repeat;
}

.icon-plus {
    background:url(../i/icon-plus.png) no-repeat;
}

.icon-video {
    background:url(../i/icon-video3.png) no-repeat;
}

.book {
    zoom:1;
    position:relative;
    margin:-20px 0 0 -120px;
    left:20px;
    padding:20px 20px 0 100px;
    background:url(../i/book-bg.png) no-repeat;
    min-height:583px;
    font:normal 14px/21px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
}

.book .author {
    font-size:16px;
    color:#707070;
    margin:0 0 10px 0;
    padding:10px 0 0 0;
}

.book h2 {
    font-size:21px;
    line-height:24px;
    color:#823f92;
    margin:0 0 17px 0;
}

.book h2 strong {
    display:block;
    font-weight:normal;
    font-size:25px;
}

.book .text {
    width:324px;
    position:relative;
    z-index:20;
    min-height:329px;
}

.book p {
    margin:0 0 10px 0;
}

.buy-block {
    border-color:#cacaca;
    background: #f8f8f8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f8f8), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%, #dedede 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%, #dedede 100%);
    -pie-background: linear-gradient(top, #f8f8f8 0%, #dedede 100%);
    margin:0;
    padding:15px 17px 20px 20px;
    font-size:16px;
    line-height:21px;
    color:#466a0a;
}

.buy-block h3 {
    color:#466a0a;
    font-weight:bold;
    font-size:18px;
    line-height:21px;
    margin:0 0 9px 0;
}

.buy-block .clearfix {
    margin:0 0 0 -20px;
    left:20px;
    zoom:1;
    position:relative;
}

.buy-block .half {
    float:left;
    width:220px;
    font-size:13px;
    line-height:19px;
    color:#000;
    padding:0 0 12px 0;
}

.buy-block .half strong {
    color:#707070;
    font-weight:normal;
    display:block;
}

.buy-block .r {
    float:right;
    position:relative;
    width:212px;
}

.buy-block .blue-bg {
    background:url(../i/buy-blue-bg.png) no-repeat 0 100%;
    margin:-142px 0 0 -8px;
    top:12px;
    left:7px;
    zoom:1;
    position:relative;
    padding:100px 0 26px 18px;
}

.buy-block .image {
    position:absolute;
    bottom:100%;
    left:-190px;
    margin:0 0 -125px 0;
}

.buy-block .more {
    font-size:13px;
    line-height:19px;
    color:#08599f;
}

.book .price {
    font:bold 10px/14px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    color:#fff;
    text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
    zoom:1;
    white-space:nowrap;
    margin:0 0 11px 0;
}

.book .price:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.book .price strong {
    float:left;
    font:bold 35px/30px "PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
    letter-spacing:-2px;
    margin:-2px 10px 0 -3px;
}

.rub {
    margin:0 0 0 -22px;
    position:relative;
    top:5px;
}

.book .buy-link {
    display:block;
    margin:0 25px 0 0;
    height:35px;
    line-height:35px;
    font-size:18px;
    font-weight:bold;
}

.book .payments {
    background:url(../i/payments-bg.png) no-repeat;
    height:86px;
    padding:16px 0 0 0;
    margin:-3px 0 0 0;
    position:relative;
    top:3px;
    text-align:center;
}

.book .bonuses-buy {
    display:block;
    font-size:14px;
    height:26px;
    line-height:26px;
    text-align:left;
    margin:0 17px;
}

.book .bonuses-buy .icon {
    display:block;
    width:17px;
    height:17px;
    overflow:hidden;
    position:absolute;
    top:5px;
    right:7px;
    background:url(../i/icon-money.png) no-repeat;
}

.read {
    border-color:#dedede;
    background:#fff url(../i/pics.png) no-repeat 100% 50%;
    margin:0;
    padding:19px 190px 17px 20px;
    line-height:20px;
}

.read h4 {
    font-weight:bold;
    font-size:18px;
    margin-bottom:10px;
}

.read .bg {
    background:url(../i/book-small.png) no-repeat;
    width:128px;
    height:54px;
    text-align:center;
    padding:29px 0 0 0;
    position:absolute;
    top:26px;
    right:53px;
}

.read .btn {
    height:27px;
    line-height:27px;
}

.book .sep {
    padding:1px;
    background:#ece8dd url(../i/topline-bg.png) repeat-x 50% 1px;
    height:6px;
    border-top:1px solid #cbcbcb;
    border-bottom:1px solid #dedede;
    position:relative;
    z-index:30;
    margin:-10px 0 0 0;
    top:5px;
}

.test-results {
    padding:20px 0 0 0;
}

.test-results h2,
.test-results h3 {
    font-weight:normal;
    line-height:25px;
}

.test-results h2 {
    color:#347abe;
    font-size:25px;
    margin:0 0 15px 0;
}

.test-results h3 {
    color:#404040;
    font-size:21px;
    margin:0 0 15px 0;
}

.test-results .btn {
    float:right;
    height:20px;
    line-height:20px;
    top:1px;
}

.test-results .block2 {
    padding:0 20px;
    margin:0 0 25px 0;
}

.test-results ul {
    list-style:none;
    margin:0 0 30px 0;
    padding:0;
    font:normal 13px/19px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#353535;
}

.test-results ul li {
    zoom:1;
    vertical-align:bottom;
    padding:12px 0 3px 0;
    margin:0;
    border-bottom:1px dashed #ddd;
    background:none;
    position:relative;
}

.test-results ul li:first-child {
    padding-top:23px;
}

.test-results ul li:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.test-results ul .text {
    float:left;
    width:225px;
}

.test-results ul .value {
    float:right;
    font-weight:bold;
}

.test-results ul .icon {
    float:left;
    margin:0 7px 0 0;
}

.test-results ul .line {
    float:left;
    width:330px;
    margin:-4px 0 0 0;
    position:relative;
    top:2px;
    height:23px;
}

.test-results ul .line div {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    background:#c9c9c9;
}

.test-results ul .line div div {
    top:1px;
    left:1px;
    right:1px;
    bottom:1px;
    border:1px solid #fff;
}

.test-results ul .line div div:after {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:url(../i/bar-bg.png);
    content:'';
    display:block;
}

.test-results ul .line.bg-purple div div {
    background: #b05fba;
    background: -moz-linear-gradient(top, #b05fba 0%, #b05fba 28%, #a658b1 39%, #8a4299 61%, #803b90 72%, #803b90 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b05fba), color-stop(28%, #b05fba), color-stop(39%, #a658b1), color-stop(61%, #8a4299), color-stop(72%, #803b90), color-stop(100%, #803b90));
    background: -webkit-linear-gradient(top, #b05fba 0%, #b05fba 28%, #a658b1 39%, #8a4299 61%, #803b90 72%, #803b90 100%);
    background: -o-linear-gradient(top, #b05fba 0%, #b05fba 28%, #a658b1 39%, #8a4299 61%, #803b90 72%, #803b90 100%);
    background: -ms-linear-gradient(top, #b05fba 0%, #b05fba 28%, #a658b1 39%, #8a4299 61%, #803b90 72%, #803b90 100%);
    background: linear-gradient(to bottom, #b05fba 0%, #b05fba 28%, #a658b1 39%, #8a4299 61%, #803b90 72%, #803b90 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b05fba', endColorstr='#803b90', GradientType=0 );
}

.test-results ul .line.bg-blue div div {
    background: #3f93cc;
    background: -moz-linear-gradient(top, #3f93cc 0%, #3f93cc 28%, #275bac 72%, #275bac 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f93cc), color-stop(28%, #3f93cc), color-stop(72%, #275bac), color-stop(100%, #275bac));
    background: -webkit-linear-gradient(top, #3f93cc 0%, #3f93cc 28%, #275bac 72%, #275bac 100%);
    background: -o-linear-gradient(top, #3f93cc 0%, #3f93cc 28%, #275bac 72%, #275bac 100%);
    background: -ms-linear-gradient(top, #3f93cc 0%, #3f93cc 28%, #275bac 72%, #275bac 100%);
    background: linear-gradient(to bottom, #3f93cc 0%, #3f93cc 28%, #275bac 72%, #275bac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f93cc', endColorstr='#275bac', GradientType=0 );
}

.test-results ul .line.bg-green div div {
    background: #3eb85a;
    background: -moz-linear-gradient(top, #3eb85a 0%, #3eb85a 28%, #39af53 39%, #2b953f 61%, #268c38 72%, #268c38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eb85a), color-stop(28%, #3eb85a), color-stop(39%, #39af53), color-stop(61%, #2b953f), color-stop(72%, #268c38), color-stop(100%, #268c38));
    background: -webkit-linear-gradient(top, #3eb85a 0%, #3eb85a 28%, #39af53 39%, #2b953f 61%, #268c38 72%, #268c38 100%);
    background: -o-linear-gradient(top, #3eb85a 0%, #3eb85a 28%, #39af53 39%, #2b953f 61%, #268c38 72%, #268c38 100%);
    background: -ms-linear-gradient(top, #3eb85a 0%, #3eb85a 28%, #39af53 39%, #2b953f 61%, #268c38 72%, #268c38 100%);
    background: linear-gradient(to bottom, #3eb85a 0%, #3eb85a 28%, #39af53 39%, #2b953f 61%, #268c38 72%, #268c38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb85a', endColorstr='#268c38', GradientType=0 );
}

.test-results ul .line.bg-yellow div div {
    background: #f3d23b;
    background: -moz-linear-gradient(top, #f3d23b 0%, #f3d23b 28%, #ebb625 72%, #ebb625 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3d23b), color-stop(28%, #f3d23b), color-stop(72%, #ebb625), color-stop(100%, #ebb625));
    background: -webkit-linear-gradient(top, #f3d23b 0%, #f3d23b 28%, #ebb625 72%, #ebb625 100%);
    background: -o-linear-gradient(top, #f3d23b 0%, #f3d23b 28%, #ebb625 72%, #ebb625 100%);
    background: -ms-linear-gradient(top, #f3d23b 0%, #f3d23b 28%, #ebb625 72%, #ebb625 100%);
    background: linear-gradient(to bottom, #f3d23b 0%, #f3d23b 28%, #ebb625 72%, #ebb625 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d23b', endColorstr='#ebb625', GradientType=0 );
}

.test-results ul .line.bg-orange div div {
    background: #f5aa19;
    background: -moz-linear-gradient(top, #f5aa19 0%, #f5aa19 28%, #f5a618 33%, #ef7a10 67%, #ef760f 72%, #ef760f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5aa19), color-stop(28%, #f5aa19), color-stop(33%, #f5a618), color-stop(67%, #ef7a10), color-stop(72%, #ef760f), color-stop(100%, #ef760f));
    background: -webkit-linear-gradient(top, #f5aa19 0%, #f5aa19 28%, #f5a618 33%, #ef7a10 67%, #ef760f 72%, #ef760f 100%);
    background: -o-linear-gradient(top, #f5aa19 0%, #f5aa19 28%, #f5a618 33%, #ef7a10 67%, #ef760f 72%, #ef760f 100%);
    background: -ms-linear-gradient(top, #f5aa19 0%, #f5aa19 28%, #f5a618 33%, #ef7a10 67%, #ef760f 72%, #ef760f 100%);
    background: linear-gradient(to bottom, #f5aa19 0%, #f5aa19 28%, #f5a618 33%, #ef7a10 67%, #ef760f 72%, #ef760f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5aa19', endColorstr='#ef760f', GradientType=0 );
}

.test-results ul .line.bg-black div div {
    background: #3f3f3f;
    background: -moz-linear-gradient(top, #3f3f3f 0%, #3f3f3f 28%, #272727 72%, #272727 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f3f3f), color-stop(28%, #3f3f3f), color-stop(72%, #272727), color-stop(100%, #272727));
    background: -webkit-linear-gradient(top, #3f3f3f 0%, #3f3f3f 28%, #272727 72%, #272727 100%);
    background: -o-linear-gradient(top, #3f3f3f 0%, #3f3f3f 28%, #272727 72%, #272727 100%);
    background: -ms-linear-gradient(top, #3f3f3f 0%, #3f3f3f 28%, #272727 72%, #272727 100%);
    background: linear-gradient(to bottom, #3f3f3f 0%, #3f3f3f 28%, #272727 72%, #272727 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f3f3f', endColorstr='#272727', GradientType=0 );
}

.test-results ul .line.bg-red div div {
    background: #e14545;
    background: -moz-linear-gradient(top, #e14545 0%, #e04343 33%, #d33030 61%, #cf2b2b 72%, #cf2b2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e14545), color-stop(33%, #e04343), color-stop(61%, #d33030), color-stop(72%, #cf2b2b), color-stop(100%, #cf2b2b));
    background: -webkit-linear-gradient(top, #e14545 0%, #e04343 33%, #d33030 61%, #cf2b2b 72%, #cf2b2b 100%);
    background: -o-linear-gradient(top, #e14545 0%, #e04343 33%, #d33030 61%, #cf2b2b 72%, #cf2b2b 100%);
    background: -ms-linear-gradient(top, #e14545 0%, #e04343 33%, #d33030 61%, #cf2b2b 72%, #cf2b2b 100%);
    background: linear-gradient(to bottom, #e14545 0%, #e04343 33%, #d33030 61%, #cf2b2b 72%, #cf2b2b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e14545', endColorstr='#cf2b2b', GradientType=0 );
}

.test-results ul .line.bg-brown div div {
    background: #af6511;
    background: -moz-linear-gradient(top, #af6511 0%, #af6511 28%, #ab6211 33%, #89470c 61%, #7f3f0b 72%, #7f3f0b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af6511), color-stop(28%, #af6511), color-stop(33%, #ab6211), color-stop(61%, #89470c), color-stop(72%, #7f3f0b), color-stop(100%, #7f3f0b));
    background: -webkit-linear-gradient(top, #af6511 0%, #af6511 28%, #ab6211 33%, #89470c 61%, #7f3f0b 72%, #7f3f0b 100%);
    background: -o-linear-gradient(top, #af6511 0%, #af6511 28%, #ab6211 33%, #89470c 61%, #7f3f0b 72%, #7f3f0b 100%);
    background: -ms-linear-gradient(top, #af6511 0%, #af6511 28%, #ab6211 33%, #89470c 61%, #7f3f0b 72%, #7f3f0b 100%);
    background: linear-gradient(to bottom, #af6511 0%, #af6511 28%, #ab6211 33%, #89470c 61%, #7f3f0b 72%, #7f3f0b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af6511', endColorstr='#7f3f0b', GradientType=0 );
}

.test-results ul .line2 {
    position:absolute;
    bottom:-5px;
    top:0;
    width:1px;
    background:#ddd;
}

.test-results ul .pos1 {
    left:248px;
}

.test-results ul .pos2 {
    left:581px;
    background:#eee;
}

.test-results ul .values {
    margin:-1px 0 0 248px;
    height:1px;
    line-height:0;
    padding:0;
    background:#ddd;
    border:0;
}

.test-results ul .values div {
    font:normal 11px/14px Arial, Helvetica, sans-serif;
    color:#c0c0c0;
    position:absolute;
    top:6px;
}

.test-results ul .values .place1 {
    left:-2px;
}

.test-results ul .values .place2 {
    left:332px;
}

.test-results .descr {
    display:block;
    zoom:1;
    position:relative;
    margin:0 0 0 -40px;
    left:20px;
    padding:9px 19px 17px 19px;
    background:#f5f5f5;
    border-top:1px solid #e5e5e5;
    font:normal 11px/17px Arial, Helvetica, sans-serif;
    color:#404040;
}

.test-results a {
    color:#08599f;
}

.user-info {
    zoom:1;
    position:relative;
    margin:0 0 28px -5020px;
    left:20px;
    padding:10px 0 12px 5000px;
    border-bottom:1px solid #e6e6e6;
    border-top:1px solid #e6e6e6;
    font:normal 14px/18px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#404040;
}

.user-info:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.user-info .icon {
    display:block;
    position:absolute;
    top:15px;
    left:5000px;
    width:16px;
    height:16px;
    background:url(../i/icon-user.png) no-repeat;
}

.user-info section {
    white-space:nowrap;
    float:left;
    padding:0 20px;
}

.test {
    padding:10px 0 0 0;
}

.test h3 {
    color:#3377bc;
    font-size:25px;
    line-height:25px;
    margin:0 0 15px 0;
}

.test-info {
    zoom:1;
    margin:0 0 27px 0;
}

.test-info:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.test-info p {
    zoom:1;
    position:relative;
    padding:0 0 0 34px;
    margin:12px 0 0 0;
}

.test-info p:first-child {
    margin:0;
}

.test-info p img {
    position:absolute;
    top:1px;
    left:0;
}

.test-info .r {
    float:right;
    width:180px;
    padding:0 0 20px 20px;
    margin:2px 0 0 10px;
    border-left:1px solid #d5d5d5;
    font-size:12px;
    color:#808080;
}

.test-info .r strong {
    color:#88b72c;
}

.test-info .free {
    margin:0 0 8px 0;
}

.test-info .free span {
    display:inline-block;
    vertical-align:top;
    position:relative;
    border:2px solid #5da21e;
    color:#5da21e;
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.6);
    background:#e3eed6;
    padding:0 10px;
    font:bold 17px/29px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    white-space:nowrap;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(/f/l/js/PIE.htc);
}

.qu {
    font-size:14px;
    line-height:22px;
    color:#909090;
    padding:11px 30px 11px 45px;
    margin:0 0 7px 0;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
}

.qu.open {
    background: #fffbd1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmJkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2ZmZmJkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZiZjBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZhZWNjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYxJSIgc3RvcC1jb2xvcj0iI2ZhZWZjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iI2ZlZmJmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fffbd1 0%, #fffbd1 22%, #fbf0c1 38%, #faecc0 51%, #faefca 61%, #fefbf3 89%, #fffffe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffbd1), color-stop(22%, #fffbd1), color-stop(38%, #fbf0c1), color-stop(51%, #faecc0), color-stop(61%, #faefca), color-stop(89%, #fefbf3), color-stop(100%, #fffffe));
    background: -webkit-linear-gradient(top, #fffbd1 0%, #fffbd1 22%, #fbf0c1 38%, #faecc0 51%, #faefca 61%, #fefbf3 89%, #fffffe 100%);
    background: -o-linear-gradient(top, #fffbd1 0%, #fffbd1 22%, #fbf0c1 38%, #faecc0 51%, #faefca 61%, #fefbf3 89%, #fffffe 100%);
    background: -ms-linear-gradient(top, #fffbd1 0%, #fffbd1 22%, #fbf0c1 38%, #faecc0 51%, #faefca 61%, #fefbf3 89%, #fffffe 100%);
    background: linear-gradient(to bottom, #fffbd1 0%, #fffbd1 22%, #fbf0c1 38%, #faecc0 51%, #faefca 61%, #fefbf3 89%, #fffffe 100%);
    -pie-background: linear-gradient(top, #fffbd1 0%, #fffbd1 22%, #fbf0c1 38%, #faecc0 51%, #faefca 61%, #fefbf3 89%, #fffffe 100%);
    color:#404040;
    border-color:#be7814;
}

.qu.open .corner2 {
    background-image:url(../i/corners2-orange.png);
}

.qu.open .corner2.tl,
.qu.open .corner2.bl,
.qu .corner3.tl,
.qu .corner3.bl {
    display:none;
}

.qu.open .corner3.tl,
.qu.open .corner3.bl {
    display:block;
}

.qu .in {
    display:none;
    padding:6px 0 4px 0;
    zoom:1;
    position:relative;
}

.qu.open .in {
    display:block;
}

.qu .num {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    background:url(../i/num-bg.png) repeat-y;
    width:31px;
    padding:0 1px 0 0;
    text-align:center;
    font:bold 14px/44px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#909090;
    cursor: default;
}

.qu.open .num {
    color:#be7814;
    background-position:-36px 0;
}

.qu .answer {
    position:absolute;
    background:url(../i/test-answer.png) no-repeat;
    width:27px;
    height:26px;
    line-height:26px;
    text-align:center;
    color:#fff;
    top:9px;
    right:-1px;
    font:bold 17px/26px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.qu .answer.done {
    color:#fbf5e3;
    background-position:0 -28px;
}

.variants {
    zoom:1;
    font:bold 18px/38px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.variants:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.variants ul {
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    border:1px solid #bababa;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url(../i/bar-bg2.png), -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f4f4f4));
    background: url(../i/bar-bg2.png), -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    background: url(../i/bar-bg2.png), linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    behavior: url(/f/l/js/PIE.htc);
    position:relative;
}

.variants li {
    float:left;
    padding:0 0 0 2px;
    background:url(../i/variants-vline.png) no-repeat 0 1px;
    margin:0;
}

.variants li:first-child {
    padding:0;
    background:none;
}

.variants a {
    display:block;
    text-align:center;
    text-shadow:1px 1px 0 rgba(255, 255, 255, 0.6);
    color:#404040;
    background:url(../i/test-selected.png) no-repeat 0 -9999px;
    width:38px;
    cursor: pointer;
}

.variants a:hover,
.variants .active {
    color:#318408;
    background-position:0 0;
    background-color:#f0f881;
}

.variants a:hover {
    text-decoration:none;
}

.variants .active {
    font-size:22px;
    cursor:default;
}

.variants .hint {
    position:absolute;
    top:0;
    left:100%;
    white-space:nowrap;
    font-size:13px;
    color:#318408;
    text-shadow:none;
    margin:0 0 0 12px;
    display:none;
}

.variants a:hover .hint {
    display:block;
}

.values {
    width:430px;
    text-align:center;
    position:relative;
    font-size:11px;
    line-height:14px;
    color:#909090;
    margin:7px 0 0 0;
}

.values .l,
.values .r {
    position:absolute;
    top:0;
    left:0;
}

.values .r {
    left:auto;
    right:0;
}

.test-b {
    zoom:1;
    position:relative;
    border-bottom:1px solid #e0e8d3;
    border-top:1px solid #ebebeb;
    background:url(../i/test-b.png) no-repeat;
    height:70px;
    padding:19px 0 0 0;
    margin:25px 0 0 0;
    font:normal 18px/18px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#466a0a;
}

.test-b .small {
    font-size:14px;
}

.test-b .btn {
    float:right;
    padding:0 15px;
    font-size:18px;
    height:46px;
    line-height:46px;
    top:-4px;
}

.notice {
    background:url(../i/icon-info.png) no-repeat;
    font-size:12px;
    line-height:18px;
    padding:7px 0 7px 40px;
    color:#909090;
    margin:13px 0;
}

.notice a {
    text-decoration:underline;
    color:#296da7;
}

.notice a:hover {
    text-decoration:none;
}

.results {
    background:#f8f8f8;
    margin:0 0 21px 0;
    padding:16px 0 10px 0;
    text-align:center;
    top:-4px;
}

.results h3 {
    font-size:21px;
    line-height:21px;
    color:#404040;
    margin:0 0 19px 0;
}

.results article {
    display:inline-block;
    vertical-align:top;
    width:148px;
    height:158px;
    border:1px solid #cbcbcb;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI0JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYyJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 24%, #f3f3f3 62%, #f3f3f3 65%, #ffffff 66%, #ffffff 74%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(24%, #fcfcfc), color-stop(62%, #f3f3f3), color-stop(65%, #f3f3f3), color-stop(66%, #ffffff), color-stop(74%, #ffffff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 24%, #f3f3f3 62%, #f3f3f3 65%, #ffffff 66%, #ffffff 74%, #efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 24%, #f3f3f3 62%, #f3f3f3 65%, #ffffff 66%, #ffffff 74%, #efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fcfcfc 24%, #f3f3f3 62%, #f3f3f3 65%, #ffffff 66%, #ffffff 74%, #efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 24%, #f3f3f3 62%, #f3f3f3 65%, #ffffff 66%, #ffffff 74%, #efefef 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #fcfcfc 24%, #f3f3f3 62%, #f3f3f3 65%, #ffffff 66%, #ffffff 74%, #efefef 100%);
    margin:0 1px 5px 0;
    font:normal 11px/14px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align:left;
    padding:0 0 0 10px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    behavior: url(/f/l/js/PIE.htc);
    box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.15);
}

.results article strong {
    display:block;
    font-weight:normal;
    font-size:17px;
    line-height:17px;
}

.results .img {
    margin:0 0 12px -10px;
    border-bottom:1px solid #bebebe;
    text-align:center;
    padding:14px 0 0 0;
    height:88px;
    background:url(../i/img-shadow.png) no-repeat 50% 92px;
}

.results .perc {
    float:right;
    color:#fff;
    width:42px;
    height:30px;
    font:normal 18px/30px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    background:url(../i/perc.png) no-repeat;
    text-align:center;
    margin:0 -20px 0 0;
    position:relative;
    left:-20px;
}

.results .bg-brown {
    color:#97520e;
}

.results .bg-brown .perc {
    background-position:0 0;
}

.results .bg-red {
    color:#d83838;
}

.results .bg-red .perc {
    background-position:0 -34px;
}

.results .bg-black {
    color:#000;
}

.results .bg-black .perc {
    background-position:0 -68px;
}

.results .bg-orange {
    color:#f29014;
}

.results .bg-orange .perc {
    background-position:0 -102px;
}

.results .bg-yellow {
    color:#dcac07;
}

.results .bg-yellow .perc {
    background-position:0 -136px;
}

.results .bg-green {
    color:#32a249;
}

.results .bg-green .perc {
    background-position:0 -170px;
}

.results .bg-blue {
    color:#3377bc;
}

.results .bg-blue .perc {
    background-position:0 -204px;
}

.results .bg-purple {
    color:#984da5;
}

.results .bg-purple .perc {
    background-position:0 -238px;
}

.test-info2 {
    border-color:#8dc5db;
    color:#424242;
    padding:17px 315px 0 20px;
}

.test-info2 .corner2 {
    background-image:url(../i/corners2-blue.png);
}

.test-info2 h4 {
    font:bold 15px/21px Arial, Helvetica, sans-serif;
    color:#347abe;
    margin:0 0 10px 0;
}

.test-info2 .form-hold {
    margin:25px 0 0 -335px;
    left:315px;
    position:relative;
    padding:37px 0 0 17px;
    background:url(../i/bg-blue.png) repeat-x;
    height:111px;
    color:#fff;
}

.test-info2 .img {
    position:absolute;
    top:-223px;
    right:20px;
}

.test-info2 .form-hold .fl {
    float:left;
    margin:0 11px 0 0;
    position:relative;
}

.test-info2 .form-hold .label {
    display:block;
    position:absolute;
    top:-25px;
    left:0;
    font-size:15px;
}

.test-info2 .form-hold input[type="text"] {
    font:normal 14px Arial, Helvetica, sans-serif;
    color:#000;
    border:2px solid #2c98d2;
    box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.15);
    background-color:#fff;
    padding-top:12px;
    padding-bottom:11px;
    width:193px;
}

.test-info2 .form-hold .btn {
    float:left;
    font-size:16px;
    line-height:37px;
    height:37px;
    width:194px;
    padding:0;
    top:2px;
    margin:0 0 0 2px;
}

.test-info2 .form-hold form {
    position:relative;
}

.test-info2 .form-hold .check {
    padding:0 0 0 20px;
    margin:13px 0 0 0;
    zoom:1;
    position:relative;
    font-size:12px;
    line-height:18px;
}

.test-info2 .form-hold .check input {
    position:absolute;
    top:0;
    left:0;
    margin-left:0;
}

.test-info2 .form-hold .info {
    color:#b6d0e4;
}

.test-info2 .form-info {
    background:#baeaff url(../i/test-info-shad.png) no-repeat 50% 0;
    position:relative;
    zoom:1;
    margin:0 0 0 -335px;
    left:315px;
    padding:12px 20px;
    font-size:11px;
    line-height:18px;
}

.index-blocks {
    zoom:1;
    position:relative;
    margin:0 0 0 -10000px;
    left:5000px;
}

.index-blocks .bg {
    padding:32px 5000px;
    zoom:1;
    position:relative;
}

.index-blocks .bg:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.index-blocks .aside {
    padding:0;
}

.index-blocks .aside .block {
    margin-bottom: 50px;
}

.index-blocks .shad {
    background:url(../i/index-shad.png) repeat-x;
    height:48px;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.main-sep {
    height:4px;
    overflow:hidden;
    margin:0 0 0 -10000px;
    left:5000px;
    position:relative;
    background:url(../i/topline-bg.png) 50% 0 repeat-x;
    clear:both;
}

.index-block1 {
    background:#b7e8f0 url(../i/index-block1.png) repeat-x;
}

.index-block1 .bg {
    height:398px;
    padding-bottom:0;
    background:url(../i/index-block1-c.jpg) no-repeat 50% 0;
    overflow:hidden;
}

.index-block1 .mainContent {
    top: -25px;
}

.index-block2 {
    background:#f0ecdf url(../i/index-block2.png) 50% 0;
}

.index-block2 .bg {
    background:url(../i/index-block2-c.png) no-repeat 50% 0;
}

.index-block3 {
    background:#f1f1f1 url(../i/index-block3.png) 50% 0;
}

.index-block3 .bg {
    background:url(../i/index-block3-c.png) no-repeat 50% 0;
}

.index-block4 {
    background:#e5e5e5 url(../i/index-block4-bg.png) no-repeat 50% 0;
}

.side-l,
.side-r {
    width:484px;
    float:left;
}

.side-r {
    float:right;
}

.index-blocks .title2 {
    margin-left:0;
}

.about {
    width:430px;
    font:normal 14px/20px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#353535;
}

.about p {
    margin:0 0 7px 0;
}

.about .btn {
    font-size:14px;
    height:25px;
    line-height:25px;
    top:5px;
}

.about h1 {
    font-size:38px;
    line-height:32px;
    color:#2688d3;
    margin:0 0 11px 0;
}

.slider {
    font:normal 12px/17px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#62615c;
    zoom:1;
    position:relative;
    padding:3px 0 0 0;
}

.slider a {
    color:#75adcf;
    text-decoration:underline;
}

.slider a:hover {
    text-decoration:none;
}

.slider .hold {
    position:relative;
    height:245px;
    overflow:hidden;
}

.slider section {
    position:absolute;
    top:0;
    left:0;
    width:9999px;
}

.slider article {
    float:left;
    height:243px;
    width:209px;
    overflow:hidden;
    padding:0 13px;
    margin:0 10px 0 0;
    border:1px solid #fbf9f4;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZlZmRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2Y3ZjRlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2Y4ZjVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY5ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(32%, #fefdfc), color-stop(77%, #f7f4e9), color-stop(88%, #f8f5eb), color-stop(100%, #fbf9f4));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    border:1px solid #d1cab2;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior: url(/f/l/js/PIE.htc);
}

.slider article header {
    border-bottom:1px solid #d7d3c7;
    font-size:12px;
    line-height:17px;
    font-weight:bold;
    color:#836b1d;
    margin:0 0 11px -26px;
    position:relative;
    zoom:1;
    left:13px;
    box-shadow:0 0 4px #f3efdb;
    -moz-box-shadow:0 0 4px #f3efdb;
    -webkit-box-shadow:0 0 4px #f3efdb;
    padding:8px 13px 13px 13px;
    background: #f0f0f0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVkZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f0f0f0 0%, #eeedea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #eeedea));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #eeedea 100%);
    background: -o-linear-gradient(top, #f0f0f0 0%, #eeedea 100%);
    background: -ms-linear-gradient(top, #f0f0f0 0%, #eeedea 100%);
    background: linear-gradient(to bottom, #f0f0f0 0%, #eeedea 100%);
    -pie-background: linear-gradient(top, #f0f0f0 0%, #eeedea 100%);
    behavior: url(/f/l/js/PIE.htc);
}

.slider article header .info {
    color:#836b1d;
    font-size:11px;
}

.slider article header .pic {
    background:url(../i/quote-bg.png) no-repeat;
    width:11px;
    height:29px;
    position:absolute;
    bottom:-13px;
    right:18px;
}

.slider .img-hold {
    float:none;
    margin:0;
    overflow:hidden;
}

.slider .img-hold img {
    width:100%;
    height:auto;
}

.slider .play {
    margin:0;
    top:10px;
    left:10px;
}

.slider .prev,
.slider .next {
    position:absolute;
    width:24px;
    height:24px;
    bottom:9px;
    background:url(../i/slider-arrs.png) no-repeat;
    z-index:20;
    display:none;
    cursor:pointer;
}

.slider:hover .prev,
.slider:hover .next {
    display:block;
}

.slider .prev {
    left:7px;
}

.slider .next {
    right:7px;
    background-position:-24px 0;
}

.slider.opinions article header {
    min-height:43px;
}

.index-blocks .title2,
.index-blocks .title2 span {
    font-size:25px;
    line-height:25px;
}

.index-blocks .title2 .dot {
    top:7px;
}

.index-blocks .title2 .line {
    top:10px;
}

.news {
    font:normal 13px/19px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#474747;
    background:url(../i/news-vert.png) repeat-y;
    margin:17px 0 0 0;
}

.news article {
    zoom:1;
    position:relative;
    margin:15px 0 0 -4px;
    padding:0 0 0 66px;
    background:url(../i/news-hor.png) no-repeat 0 15px;
}

.news article:first-child {
    margin-top:0;
}

.news a {
    color:#2688d3;
    text-decoration:underline;
}

.news a:hover {
    text-decoration:none;
}

.news .date {
    position:absolute;
    top:0;
    left:21px;
    text-align:center;
    color:#fff;
    padding:5px 2px 0 0;
    font:bold 10px/10px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform:uppercase;
    background:url(../i/date.png) no-repeat;
    width:34px;
    height:33px;
}

.news .date strong {
    display:block;
    font-size:15px;
    line-height:17px;
    color:#474747;
    margin:2px 0 0 0;
}

.index-blocks .social-hold,
.index-blocks .subscr {
    margin-bottom:0;
}

.index-blocks .social-hold {
    margin-top:18px;
}

.about2 {
    font:normal 11px/17px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#868686;
}

.about2 header, .about2 h1 {
    font-size:16px;
    line-height:18px;
    font-weight:bold;
    text-transform:uppercase;
    color:#474747;
    margin:0 0 10px 0;
    letter-spacing: 0;
}

.about2 section {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.fader {
    position:fixed;
    z-index:1000;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#c8e3ee;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.video-hold {
    width:542px;
    margin:-10px auto 20px auto;
    position:relative;
}

.video-hold img {
    width:100%;
    height:auto;
}

.video-hold .cover {
    display:block;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:#000;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.answer {
    width:553px;
    float:left;
    margin:-3px 0 0 0;
    position:relative;
}

.answer .label {
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    color:#909090;
    margin:0 0 4px 0;
}

.answer .qu-text {
    font-size:15px;
    font-weight:bold;
    margin:0 0 10px 0;
}

.answer .scroll {
    border:1px solid #e3e3eb;
    border-top-color:#aaadb4;
    background:#fff;
    padding:7px 11px;
    overflow:hidden;
    overflow-y:auto;
    position:relative;
    height:115px;
    font:normal 11px/18px Arial, Helvetica, sans-serif;
}

.answer p {
    margin:6px 0 0 0;
}

.answer p:first-child {
    margin:0;
}

.ask .top {
    padding:27px 28px 30px 28px;
}

.ask {
    font:normal 14px/19px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ask .bg {
    zoom:1;
    position:relative;
    margin:0 0 0 -56px;
    left:28px;
    color:#404400;
    padding:0 28px 15px 28px;
    background:url(../i/ask-grad.png) repeat-x 0 100%;
}

.ask h3 {
    font-size:21px;
    color:#404040;
    line-height:21px;
    margin:0 0 13px 0;
}

.ask ul {
    list-style:none;
    margin:0 0 0 -56px;
    left:28px;
    padding:13px 28px 20px 28px;
    zoom:1;
    position:relative;
    background:#fff url(../i/bg-qu.png) no-repeat 527px 11px;
}

.ask ul li {
    zoom:1;
    position:relative;
    vertical-align:bottom;
    margin:10px 0 0 0;
    padding:0;
    background:none;
}

.ask ul li:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.ask ul li:first-child {
    margin:0;
}

.ask .label {
    display:block;
    margin:0 0 4px 0;
    font-family:"PT Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ask .fl {
    float:left;
    width:180px;
    margin:0 10px 0 0;
}

.ask .info {
    height:100%;
    overflow:hidden;
    font-size:12px;
    line-height:15px;
    padding:15px 0 0 0;
    position:relative;
    top:4px;
}

.ask .submit {
    padding:17px 0 0 0;
    zoom:1;
    font-size:12px;
    line-height:25px;
}

.ask .submit:after {
    content: ' ';
    clear:both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.ask .submit span,
.ask .submit input[type="text"],
.ask .submit img {
    vertical-align:middle;
}

.ask .submit input[type="text"] {
    padding-top:2px;
    padding-bottom:2px;
}

.ask .submit .btn {
    float:right;
    height:23px;
    line-height:23px;
}

.ask textarea {
    height:173px;
}

.user-block2 a:visited,
.webinars a:visited,
.private-testing a:visited,
.account-edit a:visited,
.test-results-list a:visited
{
    color: #2380D0;
}


/*---NEW 01.04.14---*/

.filter h3 {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #227fd0;
    margin: 0 0 12px 0;
}

.filter .check {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    margin: 10px 0 0 0;
}

.filter .check input {
    margin-left: 0;
}

.filter .fl.w1 {
    width: 210px;
}

.filter .fl.w2 {
    width: auto;
}

.dark {
    color: #404040;
}

.webinars h2 {
    padding: 2px 0 0 0;
    margin: 0 0 20px 0;
}

.webinars h2 span {
    font-size: 18px;
}

.webinars article {
    zoom: 1;
    position: relative;
    margin: 0 0 25px 0;
    font: normal 13px/17px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #404040;
}

.webinars .top {
    zoom: 1;
    position: relative;
    background: #fff url(../i/block-shad.png) no-repeat;
    border: 1px solid #ccc;
    border-bottom-color: #dedede!important;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    behavior: url(/f/l/js/PIE.htc);
    padding: 18px 130px 12px 132px;
    min-height: 80px;
}

.webinars .vline {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 64px;
    width: 1px;
    background: #dedede;
}

.webinars .bottom {
    zoom: 1;
    position: relative;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    behavior: url(/f/l/js/PIE.htc);
    padding: 7px 16px 8px 16px;
    background: #fff url(../i/block-shad.png) no-repeat 0 100%;
}

.webinars .bottom:after {
    content: ' ';
    clear: both;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

.webinars .bottom .r {
    float: right;
    margin: 0 0 0 20px;
    color: #979797;
}

.webinars h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #296da7;
    margin: 0 0 8px 0;
}

.webinars .date {
    background: url(../i/calendar.png) no-repeat;
    width: 34px;
    height: 35px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 17px;
    left: 15px;
    padding: 3px 2px 0 0;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.webinars .date strong {
    display: block;
    color: #474747;
    font-size: 15px;
    line-height: 18px;
    color: #474747;
}

.webinars .type {
    width: 52px;
    position: absolute;
    top: 16px;
    left: 72px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
}

.webinars .type img {
    display: block;
    margin: 0 auto 5px auto;
}

.webinars .price {
    position: absolute;
    top: 20px;
    right: 0;
    min-width: 101px;
    color: #4d9be0;
    white-space: nowrap;
}

.webinars .price a {
    color: #4d9be0;
    text-decoration: underline;
}

.webinars .price a:hover {
    text-decoration: none;
}

.webinars .price .bg {
    zoom: 1;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #51a3eb;
    margin: 0 0 6px -10px;
    padding: 0 10px;
    height: 37px;
    line-height: 37px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    behavior: url(/f/l/js/PIE.htc);
}

.webinars .price .rub {
    margin-left: -0.6em;
    top: 3px;
}

.webinars .price.free .bg {
    color: #4d6f0d;
    background-color: #99dc1c;
}

.webinars .play {
    margin: 0;
    background: url(../i/play2.png) no-repeat;
    width: 32px;
    height: 32px;
    top: 20px;
    left: 15px;
}

.webinars .border-green .top,
.webinars .border-green .bottom {
    border-color: #99dc1c;
}

.webinars .border-blue .top,
.webinars .border-blue .bottom {
    border-color: #50a1e8;
}

.webinars .bg-blue .top {
    background-color: #e0edf9;
}

.webinars .bg-green .top {
    background-color: #f6ffe5;
}

.webinars .bg-yellow .top {
    background-color: #fff1cd;
}

.webinars .hr {
    height: 0;
    border-top: 1px dashed #e0d7c1;
    margin: 30px -20px 22px -5000px;
}

.month {
    background: url(../i/line-grey.png) repeat-x 0 50%;
    zoom: 1;
    position: relative;
    text-align: center;
    margin: 25px 0 18px 0;
}

h2 + .month {
    margin-top: 0;
}

.month span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 14px;
    font: bold 14px/21px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #896a1a;
    text-transform: uppercase;
    border: 1px solid #cdcdcd;
    background: #f7ecd1;
    position: relative;
    height: 21px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    behavior: url(/f/l/js/PIE.htc);
}

.share {
    font: bold 12px/15px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    border: 1px solid #fff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    behavior: url(/f/l/js/PIE.htc);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3);
    zoom: 1;
    position: relative;
    color: #08599f;
    padding: 10px 41px 48px 14px;
    border-color: #75b2ca;
    border-bottom-color: #6091a4;
    border-top-color: #85cce6;
    background: #dff3fe;
    background: #dff3fe url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZjdmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWYxZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ebf7ff 0%, #d9f1fe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebf7ff), color-stop(100%, #d9f1fe));
    background: -webkit-linear-gradient(top, #ebf7ff 0%, #d9f1fe 100%);
    background: -o-linear-gradient(top, #ebf7ff 0%, #d9f1fe 100%);
    background: -ms-linear-gradient(top, #ebf7ff 0%, #d9f1fe 100%);
    background: linear-gradient(to bottom, #ebf7ff 0%, #d9f1fe 100%);
    -pie-background: linear-gradient(top, #ebf7ff 0%, #d9f1fe 100%);
    margin: 0 0 20px 0;
}

.share .pic {
    position: absolute;
    top: 0;
    bottom: 38px;
    right: 0;
    width: 39px;
    border-left: 1px solid #c3d2de;
    box-shadow: -1px 0 0 #f0f9ff;
    -webkit-box-shadow: -1px 0 0 #f0f9ff;
    background: url(../i/share-pic.png) no-repeat 50% 50%;
}

.share .icons {
    position: absolute;
    bottom: 0;
    height: 33px;
    padding: 5px 0 0 10px;
    left: 0;
    right: 0;
    border-top: 1px solid #bdd1de;
    box-shadow: 0 -1px 0 #ebf7ff;
    -webkit-box-shadow: 0 -1px 0 #ebf7ff;
    white-space: nowrap;
}

.share .icons a {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ecf8ff;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    behavior: url(/f/l/js/PIE.htc);
    position: relative;
    text-align: left;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 28px 0 0;
    background: url(../i/socials2.png) no-repeat 0 -10000px;
}

.share .icons .vk {
    background-position: 0 0;
    background-color: #39668c;
}

.share .icons .fb {
    background-position: -20px 0;
    background-color: #2f5a9b;
}

.share .icons .tw {
    background-position: -40px 0;
    background-color: #00adf2;
}

.share .icons .lj {
    background-position: -60px 0;
    background-color: #5f9ac5;
}

.share .icons .goo {
    background-position: -80px 0;
    background-color: #c53800;
}

.video2 {
    list-style: none;
    margin: -10px -30px 0 0;
    padding: 0;
    zoom: 1;
    position: relative;
    font: normal 13px/17px "Scada", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #404040;
}

.video2 a {
    text-decoration: none !important;
    color: #404040;
}

.video2 li {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    margin: 0 19px 15px 0;
    background: none;
    padding: 0;
    text-align: center;
}

.video2 .hold {
    display: block;
    position: relative;
    border: 1px solid #7e7e7e;
    margin: 0 0 8px 0;
}

.video2 .cover {
    position: absolute;
    left: -10000px;
    top: -1px;
    bottom: -1px;
    border: 3px solid #ccc;
}

.video2 a:hover .cover {
    left: -1px;
    right: -1px;
}

.video2 .play {
    margin: 0;
    background: url(../i/play3.png) no-repeat;
    width: 28px;
    height: 24px;
    top: 8px;
    left: 8px;
}

.video2 .time {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    -pie-background: rgba(0, 0, 0, 0.8);
    behavior: url(/f/l/js/PIE.htc);
    white-space: nowrap;
    font-size: 11px;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
    padding: 0 25px 0 6px;
    min-width: 34px;
}

.video2 .round {
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    border: 1px solid #101010;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    behavior: url(/f/l/js/PIE.htc);
}

.video2 .bg-brown .cover {
    border-color: #97520e;
}

.video2 .bg-red .cover {
    border-color: #d83838;
}

.video2 .bg-black .cover {
    border-color: #333;
}

.video2 .bg-orange .cover {
    border-color: #f29014;
}

.video2 .bg-yellow .cover {
    border-color: #efc430;
}

.video2 .bg-green .cover {
    border-color: #32a249;
}

.video2 .bg-blue .cover {
    border-color: #3377bc;
}

.video2 .bg-purple .cover {
    border-color: #984da5;
}

.video2 img {
    width: 100%;
    height: auto;
}

.video2 .bg-brown .round {
    background: #9b510f;
    background: #9b510f url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliNTEwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ODNmMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #9b510f 0%, #783f0c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b510f), color-stop(100%, #783f0c));
    background: -webkit-linear-gradient(top, #9b510f 0%, #783f0c 100%);
    background: -o-linear-gradient(top, #9b510f 0%, #783f0c 100%);
    background: -ms-linear-gradient(top, #9b510f 0%, #783f0c 100%);
    background: linear-gradient(to bottom, #9b510f 0%, #783f0c 100%);
    -pie-background: linear-gradient(top, #9b510f 0%, #783f0c 100%);
}

.video2 .bg-blue .round {
    background: #1971c4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5NzFjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzU4OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1971c4 0%, #135898 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1971c4), color-stop(100%, #135898));
    background: -webkit-linear-gradient(top, #1971c4 0%, #135898 100%);
    background: -o-linear-gradient(top, #1971c4 0%, #135898 100%);
    background: -ms-linear-gradient(top, #1971c4 0%, #135898 100%);
    background: linear-gradient(to bottom, #1971c4 0%, #135898 100%);
    -pie-background: linear-gradient(top, #1971c4 0%, #135898 100%);
}

.video2 .bg-orange .round {
    background: #ea7d10;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhN2QxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjYxMGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ea7d10 0%, #b6610c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea7d10), color-stop(100%, #b6610c));
    background: -webkit-linear-gradient(top, #ea7d10 0%, #b6610c 100%);
    background: -o-linear-gradient(top, #ea7d10 0%, #b6610c 100%);
    background: -ms-linear-gradient(top, #ea7d10 0%, #b6610c 100%);
    background: linear-gradient(to bottom, #ea7d10 0%, #b6610c 100%);
    -pie-background: linear-gradient(top, #ea7d10 0%, #b6610c 100%);
}

.video2 .bg-yellow .round {
    background: #eada1d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZGExZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmE5MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eada1d 0%, #b6a917 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eada1d), color-stop(100%, #b6a917));
    background: -webkit-linear-gradient(top, #eada1d 0%, #b6a917 100%);
    background: -o-linear-gradient(top, #eada1d 0%, #b6a917 100%);
    background: -ms-linear-gradient(top, #eada1d 0%, #b6a917 100%);
    background: linear-gradient(to bottom, #eada1d 0%, #b6a917 100%);
    -pie-background: linear-gradient(top, #eada1d 0%, #b6a917 100%);
}

.video2 .bg-green .round {
    background: #2fd45c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmZDQ1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNGE1NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2fd45c 0%, #24a547 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fd45c), color-stop(100%, #24a547));
    background: -webkit-linear-gradient(top, #2fd45c 0%, #24a547 100%);
    background: -o-linear-gradient(top, #2fd45c 0%, #24a547 100%);
    background: -ms-linear-gradient(top, #2fd45c 0%, #24a547 100%);
    background: linear-gradient(to bottom, #2fd45c 0%, #24a547 100%);
    -pie-background: linear-gradient(top, #2fd45c 0%, #24a547 100%);
}

.video2 .bg-red .round {
    background: #e03f3f;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwM2YzZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNjMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e03f3f 0%, #b63333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e03f3f), color-stop(100%, #b63333));
    background: -webkit-linear-gradient(top, #e03f3f 0%, #b63333 100%);
    background: -o-linear-gradient(top, #e03f3f 0%, #b63333 100%);
    background: -ms-linear-gradient(top, #e03f3f 0%, #b63333 100%);
    background: linear-gradient(to bottom, #e03f3f 0%, #b63333 100%);
    -pie-background: linear-gradient(top, #e03f3f 0%, #b63333 100%);
}

.video2 .bg-black .round {
    background: #434343;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzNDM0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #434343 0%, #363636 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #434343), color-stop(100%, #363636));
    background: -webkit-linear-gradient(top, #434343 0%, #363636 100%);
    background: -o-linear-gradient(top, #434343 0%, #363636 100%);
    background: -ms-linear-gradient(top, #434343 0%, #363636 100%);
    background: linear-gradient(to bottom, #434343 0%, #363636 100%);
    -pie-background: linear-gradient(top, #434343 0%, #363636 100%);
}

.video2 .bg-purple .round {
    background: #ba3cc4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhM2NjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5MDJmOTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ba3cc4 0%, #902f98 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ba3cc4), color-stop(100%, #902f98));
    background: -webkit-linear-gradient(top, #ba3cc4 0%, #902f98 100%);
    background: -o-linear-gradient(top, #ba3cc4 0%, #902f98 100%);
    background: -ms-linear-gradient(top, #ba3cc4 0%, #902f98 100%);
    background: linear-gradient(to bottom, #ba3cc4 0%, #902f98 100%);
    -pie-background: linear-gradient(top, #ba3cc4 0%, #902f98 100%);
}



.main-webinars {
    float: left;
    width: 710px
}

.main-webinars article {
    width: 322px;
    height: 169px;
    background: #fff;
    font-size: 13px;
}

.main-webinars article header {
    font-size: 13px;
    height: 17px;
    line-height: 25px;
}

.main-webinars article:last-child {
    margin: 0;
}

.main-webinars article a,
.main-webinars article a:link,
.main-webinars article a:visited {
    color: #62615c;
    text-decoration: none;
}

.main-webinars article a:hover {
    text-decoration: underline;
}

.main-webinars article header a,
.main-webinars article header a:link,
.main-webinars article header a:visited {
    color: #836b1d !important;
}

.main-webinars .hold {
    height: 121px;
    overflow: visible;
}

.main-webinars section {
    top: -30px;
}

.inline_adv {
    padding: 15px 20px;
    margin:0 10px 0 0;
    border:1px solid #fbf9f4;
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZlZmRmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc3JSIgc3RvcC1jb2xvcj0iI2Y3ZjRlOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2Y4ZjVlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYmY5ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(32%, #fefdfc), color-stop(77%, #f7f4e9), color-stop(88%, #f8f5eb), color-stop(100%, #fbf9f4));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    -pie-background: linear-gradient(top, #ffffff 0%, #fefdfc 32%, #f7f4e9 77%, #f8f5eb 88%, #fbf9f4 100%);
    border:1px solid #d1cab2;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior: url(/f/l/js/PIE.htc);
}

.menu-contact {
    float: right;
    margin-top: 24px
}

.privacy-policy {
    margin-left: 1em;
}