body {
    background-color: #ffffff; padding: 0; margin: 0;
    text-align: center; width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.8;
    font-size: 12pt;
}
input				    {margin: 0; padding: 0; vertical-align: middle;}
form			    	{clear: both; display: inline;}
table					{text-align: left;}
td, p, div				{color: #333;}
img						{border: 0; vertical-align:middle;}
a 						{color:  #1485E4; text-decoration: none;}
a:hover 				{color:  #0D5AB8; text-decoration: underline;}
h1 						{font-size: 27pt; margin: 0; color: #074189; clear: both; display: inline;}
h1.xt, h2.xt 		    {font-size: 36pt; font-weight: 600;}
h2 						{font-size: 25pt; margin: 0; color: #333; clear: both; display: inline; line-height: 1;}
h3 						{font-size: 14pt; margin: 0; color: #333; clear: both; display: inline;}
h4 						{font-size: 12pt; margin: 0; color: #333; clear: both; display: inline;}
hr						{color: #c8c8c8; height: 1px;}
ul, ol  				{margin: 10px; margin-top: 4px; padding-left: 0;}
li  					{margin-left: 11px;}

.f_left					{float: left}
.f_right				{float: right}
.clear_div				{clear: both; height: 0;}
.clear_div_grid			{clear: both; height: 0; display:none}

.exo                {font-family: 'Exo 2', Trebuchet MS, Segoe UI, sans-serif;}
.ease_io            {-moz-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
.ease_io_slow       {-moz-transition: all 400ms ease-in-out; -webkit-transition: all 400ms ease-in-out; transition: all 400ms ease-in-out;}
.ease_opacity       {-moz-transition: opacity 200ms ease-in-out; -webkit-transition: opacity 200ms ease-in-out; transition: opacity 200ms ease-in-out;}
.border_radius      {-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}

.validation_error {color: #b22433; font-weight: bold; line-height: 18px;}

div.section         {margin: 0;}
div.section.white   {margin: 0; background-color: #FFF;}
div.section.gray    {margin: 0; background-color: #f9f9f9;}
div.section.lblue    {margin: 0; background-color: #378ffb;}
div#content.std div.section.lblue .wrap {text-align: center; padding: 36px 0;}
div.section.grdblue    {
    background: #0081b8;
    background: -moz-linear-gradient(-45deg, #0081b8 1%, #335f8e 100%);
    background: -webkit-linear-gradient(-45deg, #0081b8 1%,#335f8e 100%);
    background: linear-gradient(135deg, #0081b8 1%,#335f8e 100%);
}

div#content.std div.section.grdblue div,
div#content.std div.section.grdblue h2 {color: #fff;}

div.section .wrap, header .wrap   {margin: 0 auto; width: 1200px; text-align: center;}
div.section .content, header .content{text-align: left;}

div#content.std div.section.white, div#content.std div.section.gray {min-height: 550px;}
div#content.std div.section .wrap   {text-align: left; padding: 72px 0 0 0;}
div#content.std div.section.first_item  {padding: 44px 0 0 0;}

div#content.std div.section.centered {min-height: 588px;}
div#content.std div.section.centered table {text-align: left; margin: 0 auto;}
div#content.std div.section.centered .wrap {padding: 72px 0 0 0; text-align: center;}
div#content.std div.section.centered .info {max-width: 794px; min-height: 160px; margin: 0 auto;}
div#content.std div.section.centered .info ul {text-align: left; margin: 0 auto; display: inline-block;}
td.centered {text-align: center;}

div#content.std div.section.mini {min-height: initial;}
div#content.std div.section.mini .wrap {padding: 54px 0;}
div#content.std div.section.future_bg h1, div#content.std div.section.future_bg h2 {color: #fff;}
div#content.std div.section.future_bg .wrap {padding: 44px 0;}
div#content.std div.section.future_bg.first_item .wrap {padding: 18px 0;}

header {
    z-index: 99999;
    position: fixed;
    top: 0;
    width: 100%;
    background: none; /* overrides .dv_header @ guest.css*/
    border-bottom: 2px solid rgba(242, 236, 237, 0);
}
header.dis_fixed {position: relative;}
header .content {width: 100%; line-height: 100px;}

header.img {
    background-color: #eaebeb;
    border-bottom: 2px solid #335f8e;
    background: -moz-linear-gradient(-45deg, #0081b8 1%, #335f8e 100%);
    background: -webkit-linear-gradient(-45deg, #0081b8 1%,#335f8e 100%);
    background: linear-gradient(135deg, #fff 1%,#eaebeb 100%);
}

header .wrap .menu {
    float: right;
    margin: 0;
}

header .wrap .menu > a {
    color: #333;
    font-size: 13pt;
    font-weight: 600;
    margin-left: 14px;
    text-decoration: none;
    padding: 0 10px;
    line-height: 30px;
    display: inline-block;
    border: rgba(255, 255, 255, 0) 2px solid;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
header .wrap .menu > a:hover {
    border: #333 2px solid;
}

header .wrap .menu > a.dvbl {
    color: #1485E4;
    border: 2px solid;
    /*border-radius: 0;*/
}
header .wrap .menu > a.dvbl:hover {
    color: #fff;
    background: #1485E4;
    border-color: #1485E4;
}

header .wrap .menu > a.dvhb {
    color: #1485E4;
}
header .wrap .menu > a.dvhw {
    color: #fff;
}
header .wrap .menu > a.dvhw:hover {
    border-color: #fff;
}

header .wrap .logo {
    float: left;
}

div#cover_bg {
    z-index: 0;
    height: 700px;
    background-image: url(/www-img/web/homepage/2018/top_picture.jpg);
    background-position: center;
}
div#cover_bg.std {
    height: 354px;
    background-image: url(/www-img/web/homepage/2018/top_picture.jpg);
}
div#cover_bg.std.mini {
    height: 246px;
}

div#cover_bg div#screen {
    width: 639px;
    height: 471px;
    background-image: url(/www-img/web/homepage/tablet.png);
    background-position: center;
    float: right;
    margin: 36px 36px 0 0;
}

#screen .caption {
    background: rgba(27, 27, 27, 0.35);
    display: inline-block;
    padding: 8px 20px;
    color: #fff;
    margin: 300px 0 0 0;
    font-size: 15pt;
    position: absolute;
    top: 50px;
    width: 543px;
}

#screen .caption .ibase.f_right {margin: 11px 0 0 0; opacity: 0.8;}
#screen .caption .ibase.f_right:hover {opacity: 1;}
#screen .img {
    background-image: url(/www-img/web/homepage/screen/dashboard.jpg);
    width: 582px;
    height: 371px;
    overflow: hidden;
    margin: 31px 0 0 29px;
    background-size: contain;
    text-align: left;
}

div#cover_bg div.wrap {
    padding: 108px 0 0 0;
    overflow: hidden;
}
div#cover_bg.std div.wrap {
    text-align: center;
}

div#cover_bg div.text {
    display: inline-block;
}
div#cover_bg.std div.text {
    margin: 2px auto;
    /*margin: 18px auto;*/
}

div#cover_bg div.text > .title {
    font-size: 38pt;
    color: #fff;
    line-height: 38px;
    font-weight: 700;
}

div#cover_bg div.text .sub_title {
    font-size: 20pt;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    max-width: 943px;
    text-transform: uppercase;
}

div#cover_bg.home div.text > .title {
    font-size: 47pt;
    line-height: 87px;
}

div#cover_bg.home div.text .sub_title {
    font-size: 28pt;
    line-height: 60px;
}

div#cover_bg.std div.text .sub_title {margin: 0 0 12px;}

div#cover_bg .yellow_btn.f_right {
    margin: 3px 0 0 0;
    line-height: 55px;
}

a.cta_btn {
    font-size: 18pt;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 36px;
    line-height: 58px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
}
a.cta_btn.mini {
    font-size: 14pt;
    padding: 0 18px;
    line-height: 36px;
}
a.cta_btn:hover {
    text-decoration: none;
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
}
a.cta_btn.white {
    background: #fff;
    color: #378ffb;
}
a.cta_btn.white:hover {
    background: none;
    border-color: #fff;
    color: #fff;
}
a.cta_btn.cyan {
    background: #378ffb;
    border-color: #378ffb;
    color: #fff;
}
a.cta_btn.cyan:hover {
    background: none;
    border-color: #fff;
}
a.cta_btn.cyan.wtbg:hover {
    background: #fff;
    border-color: #378ffb;
    color: #378ffb;
}
a.cta_btn.hwt:hover {
    border-color: #fff;
    background: #fff;
    color: #378ffb;
}

div#content         {margin: 100px 0 0 0;}
div#content.home    {margin: 0;}
div#content.std     {margin: 0;}

div#content.std div.wrap > .text.toppad {padding: 108px 0 0 0;}
div#content.std .text .info {max-width: 492px; line-height: 25px;}
div#content.std .text .info.mini {max-width: 360px;}
div#content.std .text .info h2 {text-transform: uppercase; font-size: 28pt; display: inline-block; margin: 0 0 12px;}
div#content.std .text .info.sline {max-width: 775px;}
div#content.std .text .cent_title {text-align: center; font-size: 24pt; margin: 18px;}
div.section .text.wt {color: #fff;}
div.section a.wt {color: #fff;}
div.section a.wt:hover {color: #4D96D4;}
div.section a.or {color: #fdb403;}
div.section a.or:hover {color: #fdb403; text-decoration: underline;}

div#content .slogan {
    font-size: 33px;
    text-align: center;
    padding-top: 80px;
}

div.section .content div.info {
    float: left;
    max-width: 800px;
    text-align: left;
    padding: 60px 0 60px 0;
}
div.section .content div.info.cent {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 60px 0;
}

div.section .content div.img {
    height: 380px;
    float: left;
}

div.section.gray .content div.img {
    float: right;
    background-position: right 50%;
}

div.section .info .t {
    font-size: 22pt;
    font-weight: bold;
    color: #154889;
}

div#content.std div.section.trial_bg .wrap {padding: 0;}
div.section.trial_bg .content div.info  {padding: 92px 0 0 418px;}
div.section.neg .info h2, div.section.neg .info .t {color: #fdb403;}
div.section.neg .info .text {color: #fff;}

div.section.future_bg {background-image: url(/www-img/web/homepage/2018/top_picture.jpg); background-position: center; min-height: 380px;}
div.section.future_bg.mini {min-height: 144px;}
div#content div.section.future_bg.mini .slogan {color: #fff; padding-top: 34px;}
div.section .content div.info.pair {max-width: 490px; margin: 50px 0 0 0;}
div.section .content div.info.pair.right {margin: 50px 0 0 100px;}

div.section.trial_bg {background: url('/www-img/web/homepage/hp/bottom_full.jpg'); background-position: center; height: 380px;}

.yellow_btn {
    background-color: transparent;
    font-size: 22pt;
    font-weight: 600;
    color: #fdb403;
    border: 2px solid #fdb403;
    padding: 0 18px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.yellow_btn:hover {color: #fff; background-color: #fdb403; text-decoration: none;}

a.yellow_btn.sm {
    font-size: 16pt;
    font-weight: bold;
    color: #fdb403;
    border: 2px solid #fdb403;
    padding: 0 18px;
    cursor: pointer;
    display: inline-block;
    margin-top: 18px;
    white-space: nowrap;
    line-height: 45px;
}
.section a.yellow_btn.sm:hover {background-color: #fdb403; color: #fff; border: 2px solid #fdb403;}

a.yellow_btn.rev {
    font-size: 16pt;
    font-weight: bold;
    background-color: #fdb403;
    color: #fff;
    border: 2px solid #fff;
    padding: 0 18px;
    line-height: 45px;
}
a.yellow_btn.cyan {
    background-color: #1486e4;
}
.section a.yellow_btn.rev:hover {background-color: #144788;}
.section a.yellow_btn.sp {margin-top: 18px;}
em.btn_rev {font-size: 10pt; line-height: 20px; display: inherit;}
.trial_bg .text em {margin: 0 28px; display: inline-block;}

.rr_blue_btn {
    background-color: transparent;
    font-size: 13pt;
    font-weight: 600;
    color: #1485E4;
    border: 2px solid #1485E4;
    padding: 0 10px;
    margin: 7px 4px;
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
}
.rr_blue_btn:hover {color: #fff; background-color: #1485E4;}

.yellow_btn.std {
    font-size: 16pt;
    font-weight: bold;
    padding: 0 18px;
    line-height: 36px;
}

.blue_btn, .orange_btn {
    font-size: 18pt;
    font-weight: 600;
    color: #fff;
    background-color: #0D5AB8;
    padding: 0 18px;
    cursor: pointer;
    line-height: 45px;
    display: inline-block;
    text-transform: uppercase;
}
.blue_btn:hover {color: #fff; background-color: #0A468F; text-decoration: none;}

.orange_btn {background-color: #FF9600;}
.orange_btn:hover {background-color: #FFAC34; color: #fff; text-decoration: none;}

.yellow_btn.no_transform, .orange_btn.no_transform, .blue_btn.no_transform {text-transform: none;}

.section .text .promo {font-size: 18pt;}
.future_bg .software_promo em {color: #fff;}

/* tables & forms */
input, textarea, select {
    padding: 10px;
    color: #333;
    border: #ddd 1px solid;
    display: inline;
    margin-bottom: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.gen_table td {line-height: 46px; color: inherit; font-size: 10pt;}
.gen_table td.inp_label {text-align: right; padding: 0 18px 0 0;}
.gen_table td.line_normal {line-height: 30px;}
.gen_table td h2 {color: #333; font-size: 18pt;}

/* FOOTER */
.div_footer.bgd_footer {
    background: url('/www-img/web/homepage/2018/footer_bg.jpg') repeat-x;
    background-position: center;
    min-height: 370px;
}
.div_footer.blue_bckg {
    background-color: #144788;
}

.div_footer .in {
    display: block;
    text-align: left;
    margin: 0 auto;
}

.blue_bckg a, .blue_bckg div, .blue_bckg li {
    color: #fff;
}

.inner_footer {
    margin: 0 auto;
}

.g_hide	{display: none; z-index: -1;}
.scufh	{display: none;}

.ft_menu {
    margin: 36px 0;
    float: left;
    line-height: 0.5cm;
    text-align: left;
}

.ft_menu.s1 {width: 50%}
.ft_menu.s2 {width: 30%}
.ft_menu.s3 {width: 18%}

.ft_menu .or_title {
    font: 20px/28px 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.ft_menu .ft_smenu {
    float: left;
    width: 50%;
}

.ft_menu a {
    font-size: 13pt;
    color: #f8f8f8;
    float: left;
    clear: both;
    line-height: 36px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.ft_menu a.new_tool {
    background: url('/www-img/web/gui/new_icon.png') no-repeat;
    background-position: 95% 40%;
    background-size: contain;
}
.ft_menu a.new_tool:hover {
    background-color: rgba(255, 255, 255, 0.72);
}

/* FOOTER 2*/
.footer_2 {
    width: 100%;
    background: #000;
}
.footer_2 .footer_logo {
    display: inline-block;
    background: url('/www-img/web/rr_logo_n.png') no-repeat;
    width: 140px;
    height: 26px;
    background-size: contain;
    margin: 0 18px -9px 0;
}

.footer_2 .in {
    overflow: hidden;
    padding: 0;
}

.footer_2 div {
    color: #fff;
    font-size: 13px;
    line-height: 60px;
}

.footer_2 div.copyright {
    float: left;
}

.footer_2 div.copyright a {
    color: inherit;
    font-size: inherit;
}
.footer_2 div.copyright a:hover {
    text-decoration: underline;
}

.footer_2 div.social {
    float: right;
    margin: 0 -14px 0 0;
    text-align: left;
}

.footer_2 div.social span {
    float: left;
}

.social_list {
    width: 262px;
    height: 40px;
    float: right;
    margin-top: 10px;
}

ul.social_list.share_buttons {margin: 0;}
.social_list.share_buttons {
    width: auto;
    height: auto;
    float: left;
    margin-top: 0;
}
.social_list.share_buttons.social_fixed {
    position: fixed;
    width: 41px;
    top: 235px;
    right: 100px;
}

.social_list.vert li, .social_list.vert a {float: none;}
.social_list li {
    list-style-type: none;
    float: left;
    list-style-image: none !important;
    margin: 0 7px 7px 0;
}

.social_list a {
    background-image: url('/www-img/web/homepage/2018/social_icons.png');
    float: left;
    display: block;
    width: 33px;
    height: 39px;
    opacity: 0.8;
}
.social_list a:hover {opacity: 1;}
.social_list a.fb {background-position: -1px 0;}
.social_list a.tw {background-position: -36px 0;}
.social_list a.gp {background-position: -107px 0;}
.social_list a.li {background-position: -71px 0;}
.social_list a.rss {background-position: -142px 0;}

header .menu a.htphmen.show {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding-bottom: 16px;
    border: 2px solid #fff;
    border-bottom: 0;
}
header .menu a.htphmen.show::after {
    content: ' ';
    position: absolute;
    height: 5px;
    display: block;
    width: 104px;
    margin: 9px 0 0 -10px;
    z-index: 2000;
}
header .menu a.htphmen.resmen.show::after {
    width: 119px;
}
header .menu a.htphmen.show::after {border-bottom: rgba(46, 46, 46, 1) 2px solid;}
header .menu a.htphmen.show.dvhw::after {border-bottom: rgb(11, 20, 26) 2px solid;}
div.htphsbmen {
    position: absolute;
    border-top: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    width: inherit;
    z-index: 1000;
    display: none;
    padding: 18px 0;
    margin: -22px 0;
}

div.htphsbmen.show {
    display: block;
}

div.htphsbmen li b {font-size: 13pt; font-weight: 600; text-transform: uppercase;}
div.htphsbmen li, div.htphsbmen li a {
    font-size: 11pt;
    line-height: 30px;
    color: #fff;
    display: block;
    padding: 0 18px;
    margin: 0 -18px;
    -moz-transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;
}
div.htphsbmen li a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 2px;
}
div.htphsbmen ul {
    float: left;
    list-style: none;
    text-align: left;
    margin-right: 25px;
    margin-left: 25px;
    min-width: 174px;
}

.ibase {width: 18px; height: 18px; cursor: pointer; display: inline-block;}
/*.ibase {background: url('data:image/svg+xml;base64,') no-repeat;}*/
.icon_pause {background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJwYXVzZS0yLWljb24iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNTYsNTIuNDgxYy0xMTMuNzcxLDAtMjA2LDkxLjExNy0yMDYsMjAzLjUxOGMwLDExMi4zOTgsOTIuMjI5LDIwMy41MiwyMDYsMjAzLjUyDQoJYzExMy43NzIsMCwyMDYtOTEuMTIxLDIwNi0yMDMuNTJDNDYyLDE0My41OTksMzY5Ljc3Miw1Mi40ODEsMjU2LDUyLjQ4MXogTTIzOC4zOTcsMzU2aC01OC4yNTNWMTU2aDU4LjI1M1YzNTZ6IE0zMzMuODU0LDM1Ng0KCWgtNTguMjUyVjE1Nmg1OC4yNTJWMzU2eiIvPg0KPC9zdmc+') no-repeat;}
.icon_play  {background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJ2aWRlby1wbGF5LWljb24iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yNTYsNTIuNDgxYy0xMTMuNzcxLDAtMjA2LDkxLjExNy0yMDYsMjAzLjUxOGMwLDExMi4zOTgsOTIuMjI5LDIwMy41MiwyMDYsMjAzLjUyDQoJYzExMy43NzIsMCwyMDYtOTEuMTIxLDIwNi0yMDMuNTJDNDYyLDE0My41OTksMzY5Ljc3Miw1Mi40ODEsMjU2LDUyLjQ4MXogTTE5Ny42MDQsMzY4LjEyNFYxNDguODcybDE3OC43OTksMTA5LjYyNw0KCUwxOTcuNjA0LDM2OC4xMjR6Ii8+DQo8L3N2Zz4=') no-repeat;}

.ibase {background-size: contain;}

.mobile_menu        {display: none; width: 18px; height: 12px; cursor: pointer;}
.mobile_menu.svg_bl {background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtMiIgdmlld0JveD0iMCAwIDE4IDEyIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4Ig0KPg0KCTxnIGlkPSJMYXllciUyMDEiPg0KCQk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iIzMzMyIvPg0KCQk8cmVjdCB4PSIwIiB5PSI1IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iIzMzMyIvPg0KCQk8cmVjdCB4PSIwIiB5PSIxMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiIGZpbGw9IiMzMzMiLz4NCgk8L2c+DQo8L3N2Zz4=') no-repeat;}
.mobile_menu.svg_wt {background: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtMiIgdmlld0JveD0iMCAwIDE4IDEyIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxMnB4Ig0KPg0KCTxnIGlkPSJMYXllciUyMDEiPg0KCQk8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iI2ZmZmZmZiIvPg0KCQk8cmVjdCB4PSIwIiB5PSI1IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIgZmlsbD0iI2ZmZmZmZiIvPg0KCQk8cmVjdCB4PSIwIiB5PSIxMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiIGZpbGw9IiNmZmZmZmYiLz4NCgk8L2c+DQo8L3N2Zz4=') no-repeat;}

.success_div, .notice_div, .error_div {
    width: auto;
    padding: 36px;
    border: 2px solid #ccc;
    background: #FBFBFB;
    -webkit-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    border-radius: 10px; -moz-border-radius:10px; -webkit-border-radius:10px;
    text-align: left;
    margin-bottom: 10px;
}

.success_div .infobox_title {color: #20ad41;}
.error_div .infobox_title {color: #9b384c;}
.notice_div .infobox_title {color: #edc736;}

.input_error {
    margin: 72px auto 0;
    width: 96%;
    min-width: 462px;
    text-align:left; padding: 20px; font-size: 11pt;
    border: #edc736 2px solid;
    background: #FCFCFC;
    -webkit-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    border-radius: 10px 10px 10px 10px; -moz-border-radius:10px; -webkit-border-radius:10px;
}
.input_error .ie_title		{font-size: 12pt; margin-bottom: 0; padding-left: 20px; line-height: 24px; color: #e59311; background: url(/www-img/web/gui/icon_pg_notice.png) no-repeat 0 4px;}
.input_error a , .input_error a:hover	{font-size: 11pt;}
.input_error span 		{font-weight: bold}

/* new ele */
.rcard_wrapper {
    margin: 0 auto;
    display: inline-block;
}
.rcard {
    float: left;
    width: 25%;
    height: 250px;
    text-align: left;
    overflow: hidden;
}
.rcard::before {
    background-repeat: no-repeat;
    background-position: 92% 80%;
    width: 294px;
    height: 126px;
    content: "";
    position: absolute;
    z-index: 777;
    -moz-transition: all 100ms ease-in-out; -webkit-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out;
}
.rcard_wrapper .rcard {
    width: 300px;
}
.rcard:hover .rcard_mask {
    background: rgba(0, 0, 0, 0.63);
    height: 100%;
}
.rcard.c1 {background-color: #009fe3;}
.rcard.c1::before {background-image: url(/www-img/web/homepage/2018/icon1.png);}
.rcard.c2 {background-color: #2296c9;}
.rcard.c2::before {background-image: url(/www-img/web/homepage/2018/icon2.png);}
.rcard.c3 {background-color: #3d75ae;}
.rcard.c3::before {background-image: url(/www-img/web/homepage/2018/icon3.png);}
.rcard.c4 {background-color: #5c569e;}
.rcard.c4::before {background-image: url(/www-img/web/homepage/2018/icon4.png);}

.rcard .title {
    color: #fff;
    margin: 160px 0 0 24px;
    font-size: 22pt;
    font-weight: 700;
    line-height: 32px;
    max-width: 230px;
}

.rcard .desc {
    display: none;
    text-align: left;
    color: #fff;
    margin: 10px 14px 10px 26px;
    line-height: 22px;
}
.rcard a.lrn_btn {
    display: none;
    font-size: 13pt;
    font-weight: 600;
    color: #333;
    padding: 0 14px;
    background: #fff;
    margin: 2px 24px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 36px;
}
.rcard a.lrn_btn:hover {background: rgba(255, 255, 255, 0.68); text-decoration: none;}
.rcard:hover::before {opacity: 0.2;}
.rcard:hover .title {margin: 0 0 0 24px; padding-top: 16px;}
.rcard:hover .desc, .rcard:hover a.lrn_btn {display: inline-block;}

.home #custom_suite_bg {background-image: url(/www-img/web/homepage/2018/lp_custom_graphs.jpg);}
#custom_suite_bg {
    background-repeat: no-repeat;
    background-position: 350px 45px;
    padding: 100px 142px 0 0;
    margin: -100px -142px 0 0;
}
#custom_suite_bg.ver_lp_sc {
    background-position: 477px 70px;
}
.custom_suite.v400 {
    width: 400px;
}
.custom_suite {
    width: 444px;
    height: 536px;
    text-align: left;
}
.custom_suite h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 13pt;
    font-weight: 600;
}
.custom_suite .title {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    line-height: 48px;
}
.custom_suite .title.open h3 {
    color: #378ffb;
}
.custom_suite .title.open, .custom_suite .title:last-child {
    border-bottom: 1px solid #f9f9f9;
}
.custom_suite .desc {
    line-height: 23px;
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 12px;
}
.custom_suite .desc ul {
    max-width: 360px;
    margin: 0 0 0 42px;
}

.custom_suite .title-icon {
    width: 20px;
    height: 30px;
    background-image: url(/www-img/web/marketing-dashboard/open_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 14px -8px 0;
}
.custom_suite .close_icon {
    background-image: url(/www-img/web/marketing-dashboard/close_icon.png);
}

h2.ctitle {
    font-size: 38pt;
    text-align: center;
    display: inline-block;
    line-height: 94px;
    color: #333;
}

h2.white {
    color: #fff;
}

div.content.c {text-align: center; max-width: 824px; margin: 0 auto 36px;}
div.content.sbu {text-transform: uppercase; font-size: 18pt; font-weight: 600; line-height: 35px;}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v3/hJNWOADMCBRrv6g6rvmDLRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v3/LIOVoUZaNfvKcnPK2sqyzhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 500;
    src: local('Exo 2 Medium'), local('Exo2-Medium'), url(https://fonts.gstatic.com/s/exo2/v3/6b9HPGUYUr8qZeNu0Z7o-PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url(https://fonts.gstatic.com/s/exo2/v3/LFe3mB-q6jNXyAcQ2iPxARTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url(https://fonts.gstatic.com/s/exo2/v3/GGsKokbvGBQnZ182Vk7qiRTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    src: local('Exo 2 Semi Bold'), local('Exo2-SemiBold'), url(https://fonts.gstatic.com/s/exo2/v3/0BGKjb5TxeNM_vPrpoWDWPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v3/bjq6AK9kaX_qiS97tqNwpBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v3/j6S3lQriBGoUURQ3ejUiKBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    src: local('Exo 2 Bold'), local('Exo2-Bold'), url(https://fonts.gstatic.com/s/exo2/v3/AbMslUVu4Wq5jvNwOBLwLvesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url(https://fonts.gstatic.com/s/exo2/v3/XcVNq7h_15hNJotQOnfwdhTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url(https://fonts.gstatic.com/s/exo2/v3/vxP0mJ4Ah81pzPPpYPzpbBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url(https://fonts.gstatic.com/s/exo2/v3/CJVzeXcVfU8kDtg9_l0We_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: local('Exo 2 Black'), local('Exo2-Black'), url(https://fonts.gstatic.com/s/exo2/v3/rUGmGYSiV3Rj1fENrroZexTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: local('Exo 2 Black'), local('Exo2-Black'), url(https://fonts.gstatic.com/s/exo2/v3/MqITCP2L4jm77PnkS72K-BTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    src: local('Exo 2 Black'), local('Exo2-Black'), url(https://fonts.gstatic.com/s/exo2/v3/GJUUsjMsQG_gk-UGzcMXofesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWyV9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/K88pR3goAWT7BTt32Z01mxJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/RjgO7rYTmqiVp7vzi-Q5URJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/LWCjsQkB6EMdfHrEVqA1KRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/xozscpT2726on7jbcb_pAhJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/59ZRklaO5bWGqF5A9baEERJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNShWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzK-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzJX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzP8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzD0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hq-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hpX5f-9o1vgP2EXwfjgl7AY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hhWV49_lSm1NYrwo-zkhivY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hqaRobkAwv3vxw3jMhVENGA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hv8zf_FOSsgRmwsS7Aa9k2w.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://fonts.gstatic.com/s/opensans/v13/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjTOQ_MqJVwkKsUn0wKzc2I.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBjUj_cnvWIuuBMVgbX098Mw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBkbcKLIaa1LC45dFaAfauRA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBmo_sUJ8uO4YLWRInS22T3Y.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBr6up8jxqWt8HVA3mDhkV_0.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBiYE0-AqJ3nfInTTiDXDjU4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBo4P5ICox8Kq3LLUNMylGO4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxmgpAmOCqD37_tyH_8Ri5MM.woff2) format('woff2');
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxsPNMTLbnS9uQzHQlYieHUU.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxgyhumQnPMBCoGYhRaNxyyY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhUVAXEdVvYDDqrz3aeR0Yc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxlf4y_3s5bcYyyLIFUSWYUU.woff2) format('woff2');
    unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxnywqdtBbUHn3VPgzuFrCy8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxl2umOyRU7PgRiv8DXcgJjk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}/* Jquery UI popup boxes */
.ui-dialog {
    background: #fff;
    -webkit-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 13px -10px rgba(0,0,0,.2);
}
.ui-dialog .ui-dialog-buttonpane {border-color: #eee;}

.ui-dialog .ui-dialog-titlebar {
    border: 0;
    background: none;
    text-align: left;
    line-height: 36px;
    border-bottom: #eee 1px solid;
    padding-left: 15px;
}

.ui-dialog .ui-dialog-title {
    font-size: 13pt;
    font-weight: normal;
    color: #aaa;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: 0 solid !important;
    right: 0.6em !important;
}

.ui-widget {
    font-family: inherit !important;
}

.ui-dialog .ui-widget-content {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
}

.ui-widget-content a.learn_m {color: #007E9E}

.ui-dialog .ui-dialog-buttonpane {padding-right: 3px; padding-top: 12px; margin-bottom: 3px;}
.ui-widget .ui-dialog-buttonset .ui-button, .ui-dialog-buttonset .ui-button {
    font:bold 10pt arial,helvetica,sans-serif;
    color: #fff; padding: 0; display: inline; cursor: pointer;
    text-decoration: none;

    background: #0D5BBB;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#196ED8), to(#0D5BBB));
    background-image: -webkit-linear-gradient(top, #196ED8, #0D5BBB);
    background-image: -moz-linear-gradient(top, #196ED8, #0D5BBB);
    background-image: -ms-linear-gradient(top, #196ED8, #0D5BBB);
    background-image: -o-linear-gradient(top, #196ED8, #0D5BBB);

    border: #0845c5 1px solid;

    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.ui-widget .ui-dialog-buttonset .ui-button:hover, .ui-dialog-buttonset .ui-button:hover {
    color: #f9f9f9;
    background: #0850A8;
}

.ui-dialog .ui-dialog-buttonset .dialog_cancel_btn, .wiz_cancel_btn {
    border: #AAA 1px solid;
    font:bold 10pt arial,helvetica,sans-serif;
    color: #525252; padding: 0; display: inline; cursor: pointer;
    text-decoration: none;
    background: #f3f3f3;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fefefe), to(#f3f3f3));
    background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -ms-linear-gradient(top, #fefefe, #f3f3f3);
    background-image: -o-linear-gradient(top, #fefefe, #f3f3f3);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
.ui-dialog .ui-dialog-buttonset .dialog_cancel_btn:hover, .wiz_cancel_btn:hover {
    background: #e9e9e9;
    color: #525252;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fafafa), to(#e9e9e9));
    background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
    background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
    background-image: -ms-linear-gradient(top, #fafafa, #e9e9e9);
    background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
    -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.rr_dialog.ui-dialog .ui-dialog-titlebar {
    padding: 0;
    line-height: 18px;
    border-bottom: 0;
}
.rr_dialog.ui-dialog .ui-dialog-content {
    margin: 0;
}
.rr_dialog.ui-dialog .ui-dialog-titlebar-close {
    margin: 0;
}

.dialog_title {
    font-size: 13pt;
    font-weight: 600;
    color: #102a3b;
    line-height: 25px;
}
.dialog_content {
    font-size: 10pt;
}
.ui-button-text-only .ui-button-text {
    font-family: 'Open Sans';
    font-size: 10pt;
    font-weight: 500;
}

.dialog_content .gen_table input {min-width: 324px;}

.dialog_content .blue_btn {
    border-radius: 36px; font-size: 13pt; width: 90%;
}.scr_wrapper {
    background: url(/www-img/web/features/main/browser_mid.png) repeat-y;
    width: 775px;
    text-align: center;
}
.scr_wrapper::before {
    background: url(/www-img/web/features/main/browser_top.png) no-repeat;
    width: 775px;
    height: 37px;
    content: '';
    display: block;
    position: absolute;
    margin: -8px 0 0;
}
.scr_wrapper::after {
    background: url(/www-img/web/features/main/browser_bot.png) no-repeat;
    width: 775px;
    height: 19px;
    content: '';
    display: block;
    position: absolute;
}
.scr_wrapper img {max-width: 750px; margin: 40px 0 0;}

div.scr_img {
    width: 533px;
    height: 332px;
    background: url(/www-img/web/homepage/tab1.png) no-repeat;
}
div.scr_img .sq {
    float: left;
    width: 515px;
    height: 278px;
    overflow: hidden;
    margin: 34px 0 0 9px;
    cursor: pointer;
    /*background-size: contain;*/
}

div.scr_img.no_scr {background: none;}
div.scr_img.no_scr .sq {float: right; background-position: right; background-size: contain;}

.getbig  {width: 87px; height: 87px; background-image: url('/www-img/web/gui/nd_2014/getbig.png'); position: absolute; margin: 122px 226px; opacity: 0; cursor: pointer;}
.scr_img:hover .getbig {opacity: 0.5;}

div.centered div.scr_img {
    width: 643px;
    height: 330px;
    background: url(/www-img/web/homepage/tab2.png) no-repeat;
    margin: 0 auto;
}

div.centered div.scr_img .sq {
    width: 625px;
    height: 296px;
    margin: 34px 0 0 9px;
}
div.centered .getbig {margin: 144px 278px;}

.scr_img_op1  {background-image: url('/www-img/web/homepage/2015/onpage1.jpg'); background-position: -5px -251px; background-repeat: no-repeat;}
.scr_img_op2  {background-image: url('/www-img/web/homepage/2015/onpage2.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_op3  {background-image: url('/www-img/web/homepage/2015/onpage3.jpg'); background-position: -1px -51px; background-repeat: no-repeat;}

.scr_img_so1  {background-image: url('/www-img/web/homepage/2015/sos1.jpg'); background-position: -661px -47px; background-repeat: no-repeat;}
.scr_img_so2  {background-image: url('/www-img/web/homepage/2015/sos2.png'); background-position: 0px 0px; background-size: 139%; background-repeat: no-repeat;}
.scr_img_so3  {background-image: url('/www-img/web/homepage/2015/sos3.png'); background-position: -751px -42px; background-repeat: no-repeat;}
.scr_img_so4  {background-image: url('/www-img/web/gui/nd_2014/screenshots/Social-Signals-Link-Manager2.jpg'); background-size: 104%; background-position: 0px 0px; background-repeat: no-repeat;}

.scr_img_rt1  {background-image: url('/www-img/web/gui/nd_2014/screenshots/rank_tracker_global_coverage.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt2  {background-image: url('/www-img/web/gui/nd_2014/screenshots/rank_tracker_daily_tracking.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt3  {background-image: url('/www-img/web/gui/nd_2014/screenshots/rank_tracker_local_results.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt4  {background-image: url('/www-img/web/docs/ver4/dashboard-with-icons.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt6  {background-image: url('/www-img/web/docs/ver4/search-settings-custom-location.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt8  {background-image: url('/www-img/web/gui/nd_2014/screenshots/rank_tracker_domain_metrics.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt9  {background-image: url('/www-img/web/gui/nd_2014/screenshots/rank_tracker_keyword_metrics.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt10  {background-image: url('/www-img/web/docs/ver4/new-track-dashboard.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_rt11  {background-image: url('/www-img/web/docs/ver4/new-track-dashboard4.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}

.scr_img_seo_1  {background-image: url('/www-img/web/homepage/2015/dashboard-competitive-view.png'); background-position: -202px -21px; background-size: 144%; background-repeat: no-repeat;}
.scr_img_seo_2  {background-image: url('/www-img/web/homepage/2015/dashboard-customize.png'); background-position: -1px -294px; background-repeat: no-repeat;}
.scr_img_seo_3  {background-image: url('/www-img/web/homepage/2015/dashboard-graph.png'); background-position: -535px -63px; background-repeat: no-repeat;}
.scr_img_seo_4  {background-image: url('/www-img/web/homepage/2015/serp-snapshot.png'); background-position: -1px -64px; background-repeat: no-repeat;}

.scr_img_rt_1  {background-image: url('/www-img/web/homepage/2015/rank-checker-large-image.png'); background-position: -176px -35px; background-size: 129%; background-repeat: no-repeat;}
.scr_img_rt_2  {background-image: url('/www-img/web/homepage/2015/rank_track_2.jpg'); background-position: -3px 0px; background-size: 117%; background-repeat: no-repeat;}
.scr_img_rt_3  {background-image: url('/www-img/web/homepage/2015/visibility-graph.png'); background-position: -272px 3px; background-size: 164%; background-repeat: no-repeat;}
.scr_img_rt_4  {background-image: url('/www-img/web/homepage/2015/email_alerts_1.jpg'); background-position: -31px -348px; background-repeat: no-repeat;}
.scr_img_rt_5  {background-image: url('/www-img/web/homepage/2015/pdf-reports.png'); background-position: -280px -186px; background-repeat: no-repeat;}
.scr_img_rt_6  {background-image: url('/www-img/web/homepage/2015/rank_track_3.jpg'); background-position: -272px -2px; background-size: 152%; background-repeat: no-repeat;}
.scr_img_rt_7  {background-image: url('/www-img/web/homepage/2015/rank_track_4.jpg'); background-position: -6px -1px; background-size: 250%; background-repeat: no-repeat;}
.scr_img_rt_8  {background-image: url('/www-img/web/homepage/2015/youtube-video-tracking.png'); background-position: -59px -10px; background-size: 140%; background-repeat: no-repeat;}
.scr_img_rt_9  {background-image: url('/www-img/web/homepage/2015/landing_page_metrics_all.jpg'); background-position: -1px -44px; background-repeat: no-repeat;}
.scr_img_rt_10  {background-image: url('/www-img/web/homepage/2015/domain-metrics-window.png'); background-position: -125px -55px; background-size: 159%; background-repeat: no-repeat;}
.scr_img_rt_11  {background-image: url('/www-img/web/homepage/2015/keyword-metrics.png'); background-position: -1359px -371px; background-repeat: no-repeat;}
.scr_img_rt_12  {background-image: url('/www-img/web/homepage/2015/aso-rank-track-app-store.png'); background-position: -2px -171px; background-size: 164%; background-repeat: no-repeat;}

.scr_img_ra1 	 {background-image: url('/www-img/web/docs/ver4/Analytics-Overview-Report.png'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_ra2 	 {background-image: url('/www-img/web/docs/ver3/wmt-search-queries-keywords.png'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_ra3 	 {background-image: url('/www-img/web/docs/ver3/domain-analysis.png'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_ra4 	 {background-image: url('/www-img/web/docs/ver3/KTR-Groups.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_ra5 	 {background-image: url('/www-img/web/gui/nd_2014/screenshots/ReportsAndAnalysis-MonthlySnapshot.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}

.scr_img_wl1	 {background-image: url('/www-img/web/docs/ver3/Create-WLPR1.png'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_wl2 	 {background-image: url('/www-img/web/homepage/hp/white_lable.png'); background-position: center !important; background-repeat: no-repeat;}
.scr_img_wl3 	 {background-image: url('/www-img/web/homepage/2015/client-dashboard-multi-campaign.png'); background-size: 100%; background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_wl4 	 {background-image: url('/www-img/web/gui/nd_2014/screenshots/custom_white_label_domain.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_wl5 	 {background-image: url('/www-img/web/homepage/hp/tracker.png'); background-position: center !important; background-repeat: no-repeat;}

.scr_img_lp1 	 {background-image: url('/www-img/web/homepage/2015/landing-page-keywords.png'); background-position: -30px -25px; background-size: 135%; background-repeat: no-repeat;}
.scr_img_lp2 	 {background-image: url('/www-img/web/homepage/2015/landing-page-social.png'); background-position: -536px -396px; background-repeat: no-repeat;}
.scr_img_lp3 	 {background-image: url('/www-img/web/homepage/2015/landing-page-backlinks.png'); background-position: -56px -41px; background-repeat: no-repeat;}
.scr_img_lp4 	 {background-image: url('/www-img/web/homepage/2015/landing-page-traffic.jpg'); background-position: -548px -47px; background-repeat: no-repeat;}
.scr_img_lp5 	 {background-image: url('/www-img/web/homepage/2015/landing_page_traffic.jpg'); background-position: 0px 2px; background-repeat: no-repeat; background-size: 142%;}
.scr_img_lp6 	 {background-image: url('/www-img/web/homepage/2015/widget-organic-page-count.png'); background-position: -598px 7px; background-repeat: no-repeat;}

.scr_img_mr1 	 {background-image: url('/www-img/web/homepage/2015/market_reach.jpg'); background-position: -749px -130px; background-repeat: no-repeat;}
.scr_img_mr2 	 {background-image: url('/www-img/web/homepage/2015/market_reach.jpg'); background-position: -774px -395px; background-repeat: no-repeat;}
.scr_img_mr3 	 {background-image: url('/www-img/web/homepage/2015/market_reach.jpg'); background-position: -960px -641px; background-repeat: no-repeat;}

.scr_img_lm1 	 {background-image: url('/www-img/web/homepage/2015/robust-link-management-geo.jpg'); background-position: -252px -73px; background-repeat: no-repeat;}
.scr_img_lm2 	 {background-image: url('/www-img/web/homepage/2015/backlinks-tracking-reports.png'); background-position: -5px -90px; background-size: 100%; background-repeat: no-repeat;}
.scr_img_lm3 	 {background-image: url('/www-img/web/homepage/2015/link-manager-social.png'); background-position: -17px -51px; background-repeat: no-repeat;}
.scr_img_lm4 	 {background-image: url('/www-img/web/homepage/2015/link-manager-status.png'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_lm5 	 {background-image: url('/www-img/web/homepage/2015/link-project-management.png'); background-position: -16px -31px; background-repeat: no-repeat;}

.scr_img_tbp1 	 {background-image: url('/www-img/web/gui/nd_2014/Team-Based-Platform.png'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_wd1 	 {background-image: url('/www-img/web/gui/nd_2014/screenshots/wedevelop.jpg'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_ss1 	 {background-image: url('/www-img/web/gui/nd_2014/screenshots/support_features.png'); background-position: 0px 0px; background-repeat: no-repeat;}
.scr_img_contact {background-image: url('/www-img/web/logos/icon_280.png'); background-position: 0px 0px; background-repeat: no-repeat;}

.scr_img_sa1 	 {background-image: url('/www-img/web/homepage/2015/social_dashboard.jpg'); background-position: 0px -40px; background-repeat: no-repeat; background-size: 135%;}
.scr_img_sa2 	 {background-image: url('/www-img/web/homepage/2015/social-traffic-sources.png'); background-position: -689px -321px; background-repeat: no-repeat; background-size: 233%;}
.scr_img_sa3 	 {background-image: url('/www-img/web/homepage/2015/social_dash_traffic.jpg'); background-position: -63px -10px; background-repeat: no-repeat; background-size: 145%;}
.scr_img_sa3_sm	 {background-image: url('/www-img/web/homepage/2015/social_dash_traffic.jpg'); background-position: -340px -18px; background-repeat: no-repeat;}

.scr_img_sa_f1 	 {background-image: url('/www-img/web/homepage/2015/facebook-overview.png'); background-position: -4px -362px; background-repeat: no-repeat; background-size: 102%;}
.scr_img_sa_f2 	 {background-image: url('/www-img/web/homepage/2015/facebook-posts.png'); background-position: -4px -4px; background-repeat: no-repeat; background-size: 169%;}
.scr_img_sa_f3 	 {background-image: url('/www-img/web/homepage/2015/facebook-audience-demographics.png'); background-position: -184px 16px; background-repeat: no-repeat; background-size: 161%;}

.scr_img_sa_tw2	 {background-image: url('/www-img/web/homepage/2015/twitter-trends.png'); background-position: -4px -456px; background-repeat: no-repeat; background-size: 212%;}
.scr_img_sa_tw3	 {background-image: url('/www-img/web/homepage/2015/twitter-engagement.png'); background-position: -10px 9px; background-repeat: no-repeat; background-size: 222%;}
.scr_img_sa_tw4	 {background-image: url('/www-img/web/homepage/2015/twitter-traffic-results.png'); background-position: -118px -54px; background-repeat: no-repeat;}

.scr_img_sa_linkedin_1	 {background-image: url('/www-img/web/homepage/2015/linkedin-analytics.png'); background-position: 4px -596px; background-repeat: no-repeat;}
.scr_img_sa_linkedin_2	 {background-image: url('/www-img/web/homepage/2015/linkedin-demographics.png'); background-position: 0px -24px;   background-size: 103%; background-repeat: no-repeat;}
.scr_img_sa_linkedin_3	 {background-image: url('/www-img/web/homepage/2015/linkedin-reach.png'); background-position: -41px 4px; background-repeat: no-repeat;}

.scr_img_sa_instagram	 {background-image: url('/www-img/web/homepage/2015/instagram-analytics.png'); background-repeat: no-repeat;}
.scr_img_sa_instagram.img1	 {background-position: -10px 9px;}
.scr_img_sa_instagram.img2	 {background-position: 1px -106px; background-size: 103%;}

.scr_img_sa_yt1	 {background-image: url('/www-img/web/homepage/2015/YouTube-Channel-Analytics.png'); background-position: -3px 6px; background-repeat: no-repeat;}
.scr_img_sa_yt2	 {background-image: url('/www-img/web/homepage/2015/YouTube-engagement.png'); background-position: -8px 4px; background-repeat: no-repeat;}
.scr_img_sa_yt3	 {background-image: url('/www-img/web/homepage/2015/YouTube-audience-demographics.png'); background-position: 25px -36px; background-size: 91%; background-repeat: no-repeat;}
.scr_img_sa_yt4	 {background-image: url('/www-img/web/homepage/2015/youtube_avg_rank.jpg'); background-position: -544px -98px; background-repeat: no-repeat;}

.scr_img_insight_g1 {background-image: url('/www-img/web/homepage/hp/marketing_insights.png'); background-repeat: no-repeat; background-position: center !important; margin-top: 0 !important;}
.scr_img_insight_g2 {background-image: url('/www-img/web/homepage/2015/insight-graph-colors.png'); background-position: -34px -125px; background-repeat: no-repeat;}
.scr_img_insight_g3 {background-image: url('/www-img/web/homepage/2015/insight_graph_mix.jpg'); background-position: -365px -24px; background-repeat: no-repeat;}
.scr_img_insight_g4 {background-image: url('/www-img/web/homepage/2015/insight_graph_mix_1.jpg'); background-position: -568px -8px; background-repeat: no-repeat;}
.scr_img_insight_g5 {background-image: url('/www-img/web/homepage/2015/insight_graph_mix_2.jpg'); background-position: -380px -8px; background-repeat: no-repeat;}
.scr_img_insight_g6 {background-image: url('/www-img/web/homepage/2015/insight_graph_mix_3.jpg'); background-position: -274px -42px; background-repeat: no-repeat;}
.scr_img_insight_g7 {background-image: url('/www-img/web/homepage/2015/insight_graph_mix_4.jpg'); background-position: -240px -59px; background-repeat: no-repeat;}
.scr_img_insight_g8 {background-image: url('/www-img/web/homepage/2015/insight_graph_mix_5.jpg'); background-position: -82px -68px; background-repeat: no-repeat;}
.scr_img_insight_g9 {background-image: url('/www-img/web/homepage/2015/insight_graph_mix_6.jpg'); background-position: -171px -19px; background-repeat: no-repeat;}

.scr_img_local_seo_1 {background-image: url('/www-img/web/homepage/2015/local-organic-rank-tracking.png'); background-position: -538px -4px; background-repeat: no-repeat;}
.scr_img_local_seo_2 {background-image: url('/www-img/web/homepage/2015/google-maps-search-engine.png'); background-position: -2px -91px; background-repeat: no-repeat;}
.scr_img_local_seo_3 {background-image: url('/www-img/web/homepage/2015/local-results-anywhere.png'); background-position: -303px -18px; background-repeat: no-repeat; background-size: 150%;}

.scr_img_mobile_seo_1 {background-image: url('/www-img/web/homepage/2015/mobile-seo-rankings.png'); background-position: -464px -177px; background-repeat: no-repeat;}
.scr_img_mobile_seo_2 {background-image: url('/www-img/web/homepage/2015/mobile-seo-traffic-research.png'); background-position: -576px -9px; background-repeat: no-repeat;}
.scr_img_mobile_seo_3 {background-image: url('/www-img/web/homepage/2015/mobile-any-location.png'); background-position: -195px -215px; background-repeat: no-repeat;}

.scr_img_top_comp_1 {background-image: url('/www-img/web/homepage/2015/top-organic-competitors-report.png'); background-position: -5px -16px; background-size: 106%; background-repeat: no-repeat;}
.scr_img_top_comp_2 {background-image: url('/www-img/web/homepage/2015/top-paid-competitor-report.png'); background-position: -5px -155px; background-size: 116%; background-repeat: no-repeat;}

.scr_img_gnw_1 {background-image: url('/www-img/web/homepage/2015/insight-graph-average-rank-goals.png'); background-position: -503px -131px; background-repeat: no-repeat;}
.scr_img_gnw_2 {background-image: url('/www-img/web/homepage/2015/seo-widgets.png'); background-position: -3px -108px; background-size: 101%; background-repeat: no-repeat;}
.scr_img_gnw_3 {background-image: url('/www-img/web/homepage/2015/rank-distribution-graph.png'); background-position: -513px -24px; background-repeat: no-repeat;}
.scr_img_gnw_4 {background-image: url('/www-img/web/homepage/2015/monthly-snapshot-graph.png'); background-position: -267px -38px; background-repeat: no-repeat;}

.scr_img_bv1 {background-image: url('/www-img/web/homepage/2015/brand-visibility.png'); background-position: -554px -221px; background-repeat: no-repeat;}
.scr_img_bv2 {background-image: url('/www-img/web/homepage/2015/brand-visibility-results-page-type.png'); background-position: 103px 13px; background-repeat: no-repeat;}
.scr_img_bv3 {background-image: url('/www-img/web/homepage/2015/brand-visibility-serp.png'); background-position: -220px -60px; background-repeat: no-repeat;}

.scr_img_kpi1 {background-image: url('/www-img/web/homepage/2015/marketing-kpi-roi.png'); background-position: -44px -40px; background-repeat: no-repeat;}
.scr_img_kpi2 {background-image: url('/www-img/web/homepage/2015/marketing-kpi-device-report.png'); background-position: -320px -5px; background-repeat: no-repeat;}
.scr_img_kpi3 {background-image: url('/www-img/web/homepage/2015/marketing-kpi-adwords-campaigns.jpg'); background-position: -584px -7px; background-repeat: no-repeat;}

.scr_img_krs1 {background-image: url('/www-img/web/homepage/2015/keyword-trends.png'); background-position: -199px -15px; background-size: 140%; background-repeat: no-repeat;}
.scr_img_krs2 {background-image: url('/www-img/web/homepage/2015/keyword-research-tool.png'); background-position: -12px -97px; background-repeat: no-repeat;}
.scr_img_krs4 {background-image: url('/www-img/web/homepage/2015/adwords-keywords-report.png'); background-position: -4px -18px; background-size: 101%; background-repeat: no-repeat;}

.scr_img_email_3 {background-image: url('/www-img/web/homepage/2015/email-notifications-traffic.png'); background-position: -26px -43px; background-size: 117%; background-repeat: no-repeat;}
.scr_img_email_4 {background-image: url('/www-img/web/homepage/2015/email-notification-link-manager.png'); background-position: -4px -3px; background-size: 101%; background-repeat: no-repeat;}

.scr_img_portfolio_1 {background-image: url('/www-img/web/homepage/2015/portfolio-report-rank-metrics.png'); background-position: -2px -1px; background-size: 101%; background-repeat: no-repeat;}
.scr_img_portfolio_2 {background-image: url('/www-img/web/homepage/2015/portfolio-report-paid-traffic.png'); background-position: -8px -6px; background-repeat: no-repeat;}

.scr_img_ga_1 {background-image: url('/www-img/web/homepage/2015/google-analytics-overview.png'); background-position: -3px -160px; background-size: 105%; background-repeat: no-repeat;}
.scr_img_ga_2 {background-image: url('/www-img/web/homepage/2015/google-analytics-audience-geo-location.png'); background-position: 0 -25px; background-size: 100%; background-repeat: no-repeat;}

.scr_img_wmt_1 {background-image: url('/www-img/web/homepage/2015/search-analytics-keywords-report.png'); background-position: -134px -50px; background-repeat: no-repeat;}
.scr_img_wmt_2 {background-image: url('/www-img/web/homepage/2015/search-analytics-pages-report.png'); background-position: 0 10px; background-size: 100%; background-repeat: no-repeat;}

.scr_img_ppc_2 {background-image: url('/www-img/web/homepage/2015/adwords-ppc-campaigns.png'); background-position: 0 10px; background-size: 100%; background-repeat: no-repeat;}
.scr_img_ppc_3 {background-image: url('/www-img/web/homepage/2015/adwords-ppc-keywords-report.png'); background-position: -10px -339px; background-repeat: no-repeat;}

.scr_img_api1 {background-image: url('/www-img/web/homepage/2015/api-results.png'); background-position: -18px -24px; background-repeat: no-repeat;}
.scr_img_api2 {background-image: url('/www-img/web/homepage/2015/api-google-suggested-search.png'); background-position: -9px -3px; background-repeat: no-repeat;}
.scr_img_api3 {background-image: url('/www-img/web/homepage/2015/api-google-related-search.png'); background-position: 14px 5px; background-repeat: no-repeat;}

div.no_scr .sq.scr_img_tools_1 {background-image: url('/www-img/web/homepage/2015/tools_rank_risk.png'); background-repeat: no-repeat;}
div.no_scr .sq.scr_img_tools_2 {background-image: url('/www-img/web/homepage/2015/tools_serp.png'); background-repeat: no-repeat;}
div.no_scr .sq.scr_img_tools_3 {background-image: url('/www-img/web/homepage/2015/tools_globe.png'); background-repeat: no-repeat;}

.scr_img_gr_dashboard {background-image: url('/www-img/web/homepage/2018/lp_white_label.jpg'); background-repeat: no-repeat; background-position: center -42px; background-size: 58%; width: 100%; height: 360px; margin: 0 auto;}
.scr_img_gr_ext_integrations {background-image: url('/www-img/web/homepage/2018/lp_extensive_integrations.jpg'); background-repeat: no-repeat; background-position: center top; background-size: 69%; width: 100%; height: 486px; margin: 0 auto;}
.scr_img_custom_graphs {background-image: url('/www-img/web/homepage/2018/lp_custom_graphs.jpg'); background-repeat: no-repeat; background-position: center top; background-size: 100%; width: 668px; height: 486px; margin: 0 auto;}

div.scr_img .scr_img_gnw_2.gnw_lsize {width: 674px; height: 718px; margin: 0;}

/* 2020 updates */
.small-section {
    width: 32%;
    padding: 1%;
}
.large-section {
    width: 64%;
    padding: 1%;
}
.small-section li {margin: 0 0 7px 11px; font-size: 11pt;}
@media (max-width: 980px) {
    .small-section {
        width: 100%;
    }

    .large-section {
        width: 100%;
    }
}/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/www-img/web/interface/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/www-img/web/interface/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/www-img/web/interface/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100000;
    background: url('/www-img/web/interface/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}.title-large {
    line-height: 38px;
}

#screens-gallery {
    text-align: center;
    margin: 10px 0;
    min-height: 570px;
    position: relative;
}

h2.exo.sub-title {
    font-size: 24px;
    font-weight: normal;
}

a.text-link {
    color: inherit;
    text-decoration: underline;
}

.mini_center_txt {
    max-width: 768px;
    margin: 0 auto 18px;
    text-align: center;
    display: block;
}

#truly-white-label {
    background-image: url(/www-img/web/marketing-dashboard/color-palette-marketing-dashboard.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    text-align: center;
    margin-bottom: 50px;
}
#truly-white-label h2 {
    color: white;
    line-height: 300px;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.creativity_list {

}

.creativity_list .item {
    margin-bottom: 10px;
}

.creativity_list .item .img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 49px;
    width: 47px;
    display: block;
}

.creativity_list .item .img.bulb {
    background-image: url(/www-img/web/marketing-dashboard/bulb_icon.png);
}

.creativity_list .item .img.apply {
    background-image: url(/www-img/web/marketing-dashboard/apply_icon.png);
}

.creativity_list .item .img.brush {
    background-image: url(/www-img/web/marketing-dashboard/brush_icon.png);
}

.creativity_list .item .img.bulb {
    background-image: url(/www-img/web/marketing-dashboard/bulb_icon.png);
}

.creativity_list .item .img.choose {
    background-image: url(/www-img/web/marketing-dashboard/choose_icon.png);
}

.creativity_list .item .img.graph {
    background-image: url(/www-img/web/marketing-dashboard/graph_icon.png);
}

.creativity_list .item .img.dragndrop {
    background-image: url(/www-img/web/marketing-dashboard/dragndrop_icon.png);
}

.creativity_list .item .img.report {
    background-image: url(/www-img/web/marketing-dashboard/report_icon.png);
}

.creativity_list .item .txt {
    width: calc(100% - 60px);
    line-height: 20px;
    margin: 0 0 18px;
}

#flex_list_wrapper {
    left: 140px;
    position: relative;
}

#flex_list li {
    margin-bottom: 14px;
    line-height: 20px;
}

.an_gif_wrap {
    background-image: url(/www-img/web/marketing-dashboard/laptop_flexibility.png);
    background-repeat: no-repeat;
    background-position: 78% 58px;
    position: absolute;
    width: 811px;
    height: 546px;
    margin: -72px 0 0;
}
.an_gif_img {
    margin: 86px 0 0 129px;
    max-width: 552px;
    overflow: hidden;
}

.new_standard_img {
    background-image: url(/www-img/web/marketing-dashboard/laptop-showing-marketing-dashboard.jpg);
    background-repeat: no-repeat;
    background-position: 78% 58px;
}

#third-party img {
    max-width: 30px;
    max-height: 24px;
    margin: 0 6px 4px 0;
}

#third-party > div > div {
    margin-bottom: 10px;
}
#third-party span b {
    line-height: 54px;
}

/* gallery */
#container {
    width: 100%;
}

.screen {
    width: 927px;
    height: 594px;
    text-align: center;
    line-height: 400px;
    font-size: 60px;
    font-family: Arial;
    position: relative;
}

.screen-frame {
    height: 552px;
    overflow-y: hidden;
}

.screen-frame img {
    width: 875px;
    margin-top: 35px;
}

#img-left {
    background-image: url(/www-img/web/marketing-dashboard/top_slider_big.png);

    /*transform: scale(0.8);*/
    /*z-index: 100;*/
    /*left: -100px;*/
    /*top: -600px;*/
}

.screen.ease_io
{
   background-image: url(/www-img/web/marketing-dashboard/top_slider_big.png);
   position: absolute;
}

.screen.ease_io.screen_left
{
    transform: scale(0.8);
    z-index: 100;
    left: -100px;
}

.screen.ease_io.screen_center
{
    z-index: 1000;
    left: 100px;
    /*top: -600px;*/
}

.screen.ease_io.screen_right
{
    transform: scale(0.8);
    z-index: 100;
    left: 300px;
    /*top: -1200px;*/
}

#img-center {
    background-image: url(/www-img/web/marketing-dashboard/top_slider_big.png);

    /*z-index: 1000;*/
    /*left: 100px;*/
    /*top: -600px;*/
}

#img-right {
    background-image: url(/www-img/web/marketing-dashboard/top_slider_big.png);

    /*transform: scale(0.8);*/
    /*z-index: 100;*/
    /*left: 300px;*/
    /*top: -1200px;*/
}

/*#img-invisible {*/
    /*background-image: url(/www-img/web/marketing-dashboard/top_slider_big.png);*/
    /*transform: scale(0.8);*/
    /*z-index: 100;*/
    /*left: -150px;*/
    /*opacity: 0;*/
    /*display: none;*/
/*}*/

@keyframes move_center_screen {
    from {
        transform: scale(1);
        opacity: 1;
    }
    30% {
        /*opacity: 0.7;*/
    }
    /*45% {*/
        /*transform: scale(0.4) rotate3d(1, 0, 0, 45deg) perspective(800px);;*/
        /*transform: scale(0.4);*/
    /*}*/
    50% {
        opacity: 0.2;
    }
    70% {

    }
    to {
        transform: scale(0.8);
        z-index: 100;
        left: 300px;
        opacity: 1;
    }
}

@keyframes move_left_screen {
    from {
        transform: scale(0.8);
        opacity: 1;
    }
    /*30% {*/
        /*opacity: 0.7;*/
        /*transform: scale(0.8) rotate3d(1, 0, 0, 45deg) perspective(800px);*/
    /*}*/
    50% {
        opacity: 0.2;
        z-index: 1000;
    }
    to {
        opacity: 1;
        transform: scale(1);
        z-index: 1000;
        left: 100px;
    }
}

@keyframes move_right_screen {
    from {
        transform: scale(0.8);
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    to {
        transform: scale(0.8);
        left: -100px;
        opacity: 1;
    }
}

@keyframes move_inv_screen {
    from {
        transform: scale(0.8);
        left: -150px;
        opacity: 0;
        display: block;
    }
    /*30% {*/
    /*opacity: 0.7;*/
    /*}*/
    to {
        transform: scale(0.8);
        opacity: 1;
        left: -100px;
        display: block;
    }
}

@keyframes add_new {
    from {
        transform: scale(0.0);
        opacity: 0;
        left: 300px;
    }
    30% {
        opacity: 0.7;
    }
    to {
        transform: scale(0.8);
        opacity: 1;
        left: 300px;
        z-index: 100;
    }
}

.gallery-buttons {
    text-align: center;
    margin-bottom: 50px;
    margin: -24px 0 22px;
}

.gallery-buttons > span {
    background-color: #929292;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 0;
    margin: 1px;
}

.gallery-buttons > span.active {
    background-color: #00abeb;
}

/* gallery */



/* report */

#reports-list h2.sub-title {
    margin-top: 60px;
    display: inline-block;
}

.report {
    display: none;
}

.report.active {
    display: block;
}

.report-title {
    background-color: #f3f3f3;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 2px;
    text-transform: uppercase;
    line-height: 36px;
}

.report-title:hover {
    background-color: #dadada;
}

.report-title .title-icon {
    width: 30px;
    height: 30px;
    background-image: url(/www-img/web/marketing-dashboard/open_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 0 -8px;
}

.report-title .close_icon {
    background-image: url(/www-img/web/marketing-dashboard/close_icon.png);
}

.report-info {
    padding: 10px 50px 30px 50px;
    text-align: justify;
}

.report-img {
    text-align: center;
    margin-bottom: 20px;
}

.report-img img {
    /*width: 100%;*/
}

/* report */
/* media */
@media (max-width: 1580px)
{
    .new_standard_img {
        background-size: 46%;
    }
}
@media (max-width: 1280px)
{
    .an_gif_wrap {
        position: relative;
        clear: both;
        float: none;
        margin: -94px auto 0;
    }
    .an_gif_img {
        position: absolute;
    }
    #flex_list_wrapper {
        float: none;
        margin: 0 auto;
        left: inherit;
    }
}
@media (max-width: 1180px)
{
    .gallery-buttons, #screens-gallery {
        transform: scale(0.7);
    }
    #screens-gallery {
        min-height: 480px;
    }
}
@media (max-width: 1080px)
{
    .new_standard_img {
        background: none;
    }
}

@media (max-width: 980px)
{
    .gallery-buttons, #screens-gallery {
        transform: scale(0.5);
    }
    #screens-gallery {
        min-height: 412px;
        margin-left: -73px;
    }
    .an_gif_wrap {
        display: none;
    }
    .report-img img {
        max-width: 680px;
    }
}
@media (max-width: 852px)
{
    .gallery-buttons, #screens-gallery {
        transform: scale(0.4);
    }
    #screens-gallery {
        min-height: 352px;
        margin-left: -125px;
    }
}
@media (max-width: 720px)
{
    .report-img img {
        max-width: 420px;
    }

    div#third-party {margin: 0 auto; text-align: center;}
    div#third-party .width-25 {float: none; clear: both; width: auto; text-align: left; margin: 0 36px;}

    #truly-white-label {
        background-size: cover;
        height: 90px;
        margin-bottom: 7px;
    }
    #truly-white-label h2 {line-height: 82px; font-size: 18pt;}

    .text .width-50 {width: auto;}
}
@media (max-width: 480px)
{
    .gallery-buttons, #screens-gallery {
        transform: scale(0.3);
    }
    #screens-gallery {
        min-height: 0;
        margin-left: -172px;
    }

    div#content.std div.section.wd_screens {padding: 0}
    div#content.std div.section.wd_screens .text {margin-top: 188px}

}/*! jQuery UI - v1.10.3 - 2013-05-23 * http://jqueryui.com * Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.slider.css, jquery.ui.tabs.css * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px * Copyright 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;display:block}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:400;/*margin:-1px*/}.ui-menu .ui-state-disabled{font-weight:400;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:0}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Verdana,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{/*border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121*/}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}div.mobile_menu_items {
    display: none;
}

@media (max-width: 1500px) {
    #custom_suite_bg {
        background-size: 54%;
        background-position: right top;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 1440px) {
    .social_list.share_buttons.social_fixed {
        right: 32px;
    }
}
@media (max-width: 1160px)
{
    #custom_suite_bg {background-size: 42%;}
    div#cover_bg div#screen {margin-right: 38px;}
    div.section .wrap, header .wrap   {margin: 0 18px 0 18px; width: auto;}

    div.section .content div.info {padding: 2px 0 30px 0;}
    div.section .content div.img, div.section.gray .content div.img {float: none; margin: 0 auto; height: 280px; display: none;}

    div#content.std .text .info {
        display: block;
        float: none;
        margin: 0 auto 18px !important;
    }

    div#content.std div.scr_img {
        display: block;
        float: none;
        margin: 18px auto 0;
        overflow: hidden;
    }

    div.section.trial_bg {
        padding-bottom: 36px;
        background-size: 158% 100%;
    }
    div.section.trial_bg .content div.info {
        padding: 54px 0 0 0;
    }

    h1, h2, h3,
    div.section .info .t {line-height: 1.2;}
    h1.xt, h2.xt {font-size: 32pt;}

    .rcard {width: 50%}
    .rcard::before {background-position: 12% 85%;}

    .scr_wrapper, .scr_sin_wrapper {float: none; margin: 0 auto 18px !important;}
    .scr_sin_wrapper img {width: 95%;}
}

@media (max-width: 1080px)
{
    .social_list.share_buttons.social_fixed {
        right: 18px;
    }
    .social_list a {
        opacity: 0.4;
    }
    h2.ctitle {line-height: 54px}
}

@media (max-width: 768px)
{
    #custom_suite_bg {
        background-image: none !important;
    }
    .div_footer.bgd_footer {    background-repeat: repeat;}
    body:after {
        content: 'mobile';
        display: none;
    }

    div#content.std div.scr_img {
        transform: scale(0.6);
    }

    .mobile_menu_items {
        display: none;
        width: auto;
        right: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        margin: -28px 18px 0 0;
        overflow-y: scroll;
        height: 360px;
    }

    .mobile_menu_items.open {
        display: block;
    }

    .mobile_menu_items ul {
        line-height: 36px;
        margin: 0;
    }

    .mobile_menu_items li {
        text-align: left;
        list-style-type: none;
        margin: 0;
    }
    .mobile_menu_items li em {
        color: #fff;
        padding: 0 18px;
        font-weight: bold;
    }
    .mobile_menu_items li a em {
        padding: 0;
    }
    .mobile_menu_items li b {
        display: block;
        color: #fff;
        padding: 0 0 0 8px;
        font-size: 13pt;
        font-weight: 600;
        text-transform: uppercase;
        background: rgba(1, 52, 86, 0.82);
    }
    .mobile_menu_items li a {
        display: block;
        color: #fff;
        padding: 0 18px;
    }
    .mobile_menu_items li a:hover {
        display: block;
        color: #fff;
        padding: 0 18px;
        text-decoration: none;
    }
    .mobile_menu_items li a:hover {
        background: rgba(255, 255, 255, 0.1);
    }

    div#cover_bg div.text .sub_title, div#cover_bg .yellow_btn.f_right {float: none; display: block;}
    div#cover_bg div#screen {float: none; margin: 18px auto; padding-top: 0.1px;}

    div#cover_bg div.text .title {font-size: 36pt; line-height: 40px;}
    div#cover_bg div.text .sub_title {font-size: 18pt; line-height: 28px;}
    div#cover_bg.std div.text {margin: 14px 0 0 28px;}

    header .content {line-height: 70px;}
    header .wrap .logo img {height: 26px;}
    .mobile_menu {display: inline-block;}
    header .wrap .menu > a {display: none;}

    .footer_2 div.copyright {
        float: none;
        margin: 7px 0 0;
        line-height: 30px;
    }
    .footer_2 div.footer_logo {
        display: block;
        margin: 12px auto 0;
    }

    .ft_menu {
        float: none;
        text-align: center;
        width: auto !important;
    }
    .ft_menu .ft_smenu {width: auto; float: none;}

    .ft_menu a {
        padding: 0;
        display: block;
        float: none;
    }

    .footer_2 div.social {
        float: none;
        display: inline-block;
    }

    .inner_footer {
        display: inline-block;
    }

    span.all_rights {
        display: block;
    }

    div.social span {
        display: none;
    }

    div.section.future_bg.mini {
        height: 100%;
        padding-bottom: 36px;
    }

    div.section .content div.info {padding-top: 54px;}

    div#content.std div.section .wrap {
        padding-top: 54px;
    }

    div#content.std div.section.centered .wrap {
        padding: 54px 0 0 0;
    }

    .scr_wrapper {width: 100%; background-size: contain;}
    .scr_wrapper::before {width: 95%; background-size: contain;}
    .scr_wrapper::after {width: 95%; background-size: contain;}
    .scr_wrapper img {width: 95%;}
}

@media (max-width: 688px) {
    .rcard {width: 100% !important;}
    .custom_suite {width: auto !important;}
}

@media (max-width: 675px)
{
    div#cover_bg div#screen {display: none;}
    div#content.std div.section.white, div#content.std div.section.gray,
    div#content.std div.section.centered {min-height: initial;}
    div#content.std div.section .wrap {padding-bottom: 18px;}
    div#content.std div.section.centered .info {height: auto; margin: 0 auto 18px !important;}
    a.cta_btn {display: block}
}

@media (max-width: 545px)
{
    div#content.std div.scr_img {transform-origin: left;}
    div#cover_bg div.wrap {padding: 72px 0 0 0;}
    div#cover_bg.std div.text {margin: 0 0 0 7px;}
    div#cover_bg.std div.text h1 {font-size: 22pt;}
    div#cover_bg.std div.text .sub_title {font-size: 13pt; margin: 0 0 7px;}

    .custom_suite .title {
        line-height: 23px;
    }
}

@media (max-width: 430px)
{
    div#content.std div.section.centered div.scr_img {display: none;}
}

@media (max-width: 360px)
{
    div#content.std div.scr_img {display: none;}
    a.cta_btn {font-size: 12pt; line-height: 36px;}
    .rcard::before {width: 200px;}
    div#content.std .text .info h2 {font-size: 20pt;}
}