/*
Theme Name: Responsive
Theme URI: http://cyberchimps.com/responsive-theme/
Description: Responsive Theme is a flexible foundation with fluid grid system that adapts your website to mobile devices and the desktop or any other viewing environment. Theme features 9 Page Templates, 11 Widget Areas, 6 Template Layouts, 4 Menu Positions and more. Powerful but simple Theme Options for full CMS control with easy Logo Upload, Social Networking and Webmaster Tools etc. Responsive is WooCommerce Compatible, Multilingual Ready (WPML), RTL-Language Support, Retina-Ready, Search Engine Friendly, W3C Markup Validated and currently translated into 45 languages. Cross-Browser compatible. <a href="http://cyberchimps.com/forum/free/responsive/">Official support forum</a> (http://cyberchimps.com/forum/free/responsive/)
Author: CyberChimps.com
Author URI: http://cyberchimps.com
Version: 1.9.7.2
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, rtl-language-support, responsive-layout, fluid-layout
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: responsive

Responsive WordPress Theme, Copyright (C) 2003-2014 Emil Uzelac, CyberChimps Inc

--------------------------------------------------------------
WARNING: (BEFORE YOU MAKE ANY CHANGES)
--------------------------------------------------------------
Please do not edit style.css or any other Theme files or
Templates directly. If you do, your customizations will be lost
as soon as you update Responsive.

WordPress and CyberChimps highly recommends Child Theme.

Read More:

- http://codex.wordpress.org/Child_Themes
- http://cyberchimps.com/guide/child-theme-example/
- http://cyberchimps.com/guide-tags/child-theme-2/

*/
/*--------------------------------------------------------------

CSS Rules: Sorted alphabetically for better organization.
*/

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0; 
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

body {
	line-height: 1.8;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}

button, input, select, textarea {
	font-size: 100%;
	overflow: visible;
	margin: 0;
	vertical-align: baseline;
	width: auto;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* =Horizontal Rule
-------------------------------------------------------------- */
/*hr {
	border: none;
	clear: both;
	color: #ddd;
	float: none;
	height: 1px;
	width: 100%;
}*/
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

hr.space {
	background: #fff;
	color: #fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	/*overflow-y: scroll;*/
}

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}

body, button, input, select, textarea {
	/*font-family: 'Open Sans', Helvetica, Arial, sans-serif;*/
	font-family: 'Raleway', 'Open Sans', Helvetica, Arial, sans-serif; 
	color: #656565;
	font-weight: 400;
}

/* =Typography
-------------------------------------------------------------- */
i,
em,
dfn,
cite {
	font-style: italic;
}

tt,
var,
pre,
kbd,
samp,
code {
	font-family: monospace, serif;
	font-style: normal;
}

b,
strong {
	font-weight: 700;
}

/*** ubuntu font ***/

pre {
    -moz-box-sizing: border-box;   
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0,0,0,0.2);
    box-sizing: border-box;
	background: #f4f4f4;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
    height: auto;
	margin: 0;
	outline: none;
	padding: 6px 10px;
	vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
    white-space: pre-wrap;
}

del {
	color: #555;
	text-decoration: line-through;
}

ins, 
dfn {
	border-bottom: 1px solid #ccc;
}

sup, 
sub,
small {
	font-size: 85%;
}

abbr, 
acronym {
	font-size: 85%;
	letter-spacing: .1em;
	text-transform: uppercase;
}

a abbr, 
a acronym {
	border: none;
}

dfn[title],
abbr[title], 
acronym[title] {
	border-bottom: 1px solid #ccc;
	cursor: help;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* =Responsive 12 Column Grid
    http://themeid.com/responsive-grid/
-------------------------------------------------------------- */
.grid {
	float: left;
	padding-top: 0;
}

.grid-right {
	float: right;
	margin-bottom: 2.127659574468%;
	padding-right: 36px;
	padding-top: 0;
}

.col-60, 
.col-140, 
.col-220, 
.col-300, 
.col-380, 
.col-460, 
.col-540,
.col-580, 
.col-620, 
.col-700, 
.col-780, 
.col-860 {
	display: inline;
	margin-right: 2.127659574468%;
}

.col-60 {
	width: 6.382978723404%;
}

.col-140 {
	width: 14.893617021277%;
}

.col-220 {
	width: 23.404255319149%;
}

/******* home boxes *******/

.home-widgets .product-box-schools {
	margin-right: 0;
}

.product-box-personal,
.product-box-business,
.product-box-enterprise,
.product-box-schools {
    width: 80%;
    position: relative;
    padding: 0;
    margin: 0 auto; 
    text-align: center;
    font-family:'Raleway', sans-serif;
}

.product-box-personal a,
.product-box-business a,
.product-box-enterprise a,
.product-box-schools a {
	display: block;
	text-decoration: none;
	color: #444;
}

.product-box-personal a:hover,
.product-box-business a:hover,
.product-box-enterprise a:hover,
.product-box-schools a:hover {
	text-decoration: none;
}

.col-300 {
	width: 31.914893617021%;
}

.col-380 {
	width: 40.425531914894%;
}

.col-460 {
	width: 48.936170212766%;
}

.featured-descriptions {
	position: absolute;
	right: 0px;
	display: inline;
	margin: 0;
	padding-top: 50px;
	width: 48%;
}

.col-540 {
	width: 57.446808510638%;
}

.col-570 {
	width: 60.5%;
}

.col-620 {
	width: 65.957446808511%;
}

.col-700 {
	width: 74.468085106383%;
}

.col-780 {
	width: 82.978723404255%;
}

.col-860 {
	width: 91.489361702128%;
}

.col-940 {
	width: 100%;
}

.col-1600 {
	width: 1600px;
}

.col-1800 {
	width: 1800px;
}

.col-full {
	width: 100%;
}

.col-941 {
	width: 100%;
	padding-bottom: 0;
}

.fit {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* =Visibility
-------------------------------------------------------------- */
.hidden {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.none {
	display: none;
}

.hide-desktop {
	display: none;
}

.show-desktop {
	display: block;
}

/* =Responsive Images
-------------------------------------------------------------- */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	vertical-align: middle;
}

.ie8 img {
	height: auto; 
	width: auto\9; 
}

.ie8 img.size-large {
	max-width: 60%;
	width: auto;
}

/* =Responsive Videos
-------------------------------------------------------------- */
video {
	width: 100%;
	max-width: 100%;
	/*height: auto;*/
	margin-top: -42px;
}

/* =Responsive Embeds/Objects
-------------------------------------------------------------- */
embed,
object {
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

/* =Links
-------------------------------------------------------------- */
a {
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	outline: 0;
	text-decoration: underline; 
}

::selection {
	background: #999;
	color: #fff;
	text-shadow: none;
}

/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: 700;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select {
	height: auto;
	width: 100%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-radius: 2px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	width: 100%;
}

input, 
select {
	cursor: pointer;
}

area:focus,
input:focus, 
textarea:focus {
    border: 1px solid #6cf;
}

input[type='text'], 
input[type='password'] {
	cursor: text;
}

/* =Info Boxes
-------------------------------------------------------------- */
.info-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.alert {
	background-color: #faebeb;
	border: 1px solid #dc7070;
	color: #212121;
}

.address {
	background-color: #f6f5ef;
	border: 1px solid #cdc9a5;
	color: #212121;
}

.notice {
	background-color: #fbf9e9;
	border: 1px solid #e3cf57;
	color: #212121;
}

.success {
	background-color: #f9fde8;
	border: 1px solid #a2bc13;
	color: #212121;
}

.download {
	background-color: #fff4e5;
	border: 1px solid #ff9912;
	color: #212121;
}

.information {
	background-color: #eef3f6;
	border: 1px solid #6ca6cd;
	color: #212121;
}

.required {
	color: #d5243f;
}

/* =Tables
-------------------------------------------------------------- */
table {
	border-collapse: collapse;
	width: 100%;
}

/* =Lists
-------------------------------------------------------------- */
ul {
	list-style-type: disc;
    margin: 0;
    padding: 0;
}

ol {
	line-height: 22px;
	list-style-position: outside;
	list-style-type: decimal;
    margin: 0;
    padding: 0;
}

dt {
	font-weight: 400;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #f9f9f9;
	border: none;
	border-left: 4px solid #d6d6d6;
	margin: 20px;
	overflow: auto;
	padding: 0 0 10px 12px;
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
    font-size: 2.625em; /* = 42px */
    margin-bottom: .5em;
    margin-top: .5em;
}

h2 {
    font-size: 2.250em; /* = 36px */
    margin-bottom: .75em;
    margin-top: .75em;
}

h3 {
    font-size: 1.875em; /* = 30px */
    margin-bottom: .857em;
    margin-top: .857em;
}

h4 {
    font-size: 1.500em; /* = 24px */
    margin-bottom: 1em;
    margin-top: 1em;
}

h5 {
    font-size: 1.125em; /* = 18px */
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}

h6 {
    font-size: 1.000em; /* = 16px */
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
	margin: 10px 0 12px 0;
}
/* =Margins & Paddings
-------------------------------------------------------------- */
p, 
hr, 
dl, 
pre,
form,
table,
address, 
blockquote {
	/*margin: 0;*/
}

th, td {
	/*padding: .1em; */
	display: table-cell;
}

caption {
	padding-bottom: .8em;
}

blockquote {
	padding: 0 1em;
}

blockquote:first-child {
	margin: .8em 0;
}

fieldset {
	margin: 1.6em 0;
	padding: 0 1em 1em;
}

legend {
	padding-left: .8em;
	padding-right: .8em;
}

legend+* {
	margin-top: 1em;
}

input,
textarea {
	padding: .3em .4em .15em;
}

select {
	padding: .2em .2em .2em 0;
}

option {
	padding: 0 .4em;
}

dt {
	margin-bottom: .4em;
	margin-top: .8em;
}


ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

ul,
ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 2.0em;
}

li ul,
li ol {
    margin: 0;
}

hr {
	border-color: #c8c8c8;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin: auto;
}

.front-page #wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #f6f6f6;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	/*margin: 20px auto 0px auto;*/
	/*margin: 6px auto 0px auto;*/
	padding: 0;
	width: 100%;
	position: relative;
	background-color: transparent;
	border: none;
}

.page #wrapper {
	clear: both;
	/*margin: 0 auto;*/
	padding: 0;
	position: relative;
	min-height: 480px;
}

.main-nav .menu {
	background: #f1f1f1;
}

#footer {
	clear: both;
}


/* =Header
-------------------------------------------------------------- */
#logo {
	float: right;
	margin: 0;
	display: block;
}

.site-name {
	display: block;
	font-size: 2.063em; 
    line-height: 1.0em;
	padding-top: 20px;
}

.site-name a {
    color: #333;
	font-weight: 700;
}

.site-description {
    color: #afafaf;
	display: block;
	font-size: 0.875em; 
	margin: 10px 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 0px;
	margin-bottom: 20px;
}

#content-full {
	margin-top: 0px;
	margin-bottom: 20px;
}

#content-blog {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-images {
	margin-bottom: 20px;
}

#content-search {
	margin-bottom: 20px;
	margin-top: 20px;
    padding: 32px;
}

#content-archive {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap {
	margin-top: 40px;
	margin-bottom: 20px;
}

#content-sitemap a {
	font-size: 12px;
}

#content .sticky {
	clear: both;
}

#content .sticky p {}

/* =Templates (Landing Page)
-------------------------------------------------------------- */
.page-template-landing-page-php .menu, 
.page-template-landing-page-php .top-menu,
.page-template-landing-page-php .main-nav,
.page-template-landing-page-php .footer-menu, 
.page-template-landing-page-php .sub-header-menu,
.page-template-landing-page-php .downloadstreamer,
.page-template-landing-page-php .login,
.page-template-landing-page-php .language-list {
	display: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #f9f9f9;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
    margin: 0;
	padding: 5px;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	background-color: #fff;
	width: 100%;
}

#featured p {
	font-size: 14px;
	font-weight: 280;
	line-height: 27px;
	margin: 0;
	padding: 8px 20px 0 60px;
	text-align: left;
}

#featured-image {
	margin: 0 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 0;
}

/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size: 12px;
}

#cancel-comment-reply-link {
	color: #900;
}

.post-data {
	clear: both;
	font-size: 12px;
	font-weight: 700;
	margin-top: 20px;
}

.post-data a {
	color: #111;
}

.post-entry {
	clear: both;
}

.post-meta {
	clear: both;
	color: #9f9f9f;
	font-size: 12px;
	margin-bottom: 10px;
}

.post-edit {
	clear: both;
	display: block;
	font-size: 12px;
	margin: 1.5em 0;
}

.post-search-terms {
	clear: both;
}

.read-more {
	clear: both;
	font-weight: 700;
}

.attachment-entry {
	clear: both;
	text-align: center;
}

/* =bbPress
    bbPress has its own breadcrumb lists
-------------------------------------------------------------- */
.bbPress .breadcrumb-list {
	display: none;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color: #aaa;
	font-size: 18px;
	margin-left: 5px;
}

.form-allowed-tags {
    display: none;
	font-size: 10px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 4px;
    	-moz-border-radius: 4px;
	border: 0px solid #e5e5e5;
	border-radius: 4px;
	/*margin: 0 0 20px;
	padding: 0 20px 20px 20px;*/
}

div.products-category {
	position: relative;
}
div.products-category a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=1);
}

.widget-wrapper select,
.widget-wrapper input[type="text"], 
.widget-wrapper input[type="password"],
.widget-wrapper  input[type="email"] {
	width: 75%;
}

#widgets hr {
	height: 1px;
	background: lightgray;
	margin: 0 0 10px 0;
	padding-bottom: 0;
}

#widget span {
	margin: 0;
	padding: 0;
}


#widgets form {
    margin: 0;
}

.menu-title a,
#widgets ul li a {
	display: inline;
	text-decoration: none;
}

#widgets .widget-title img {
	float: right;
	height: 11px;
	position: relative;
	top: 4px;
	width: 11px;
}

#widgets .rss-date {
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .rssSummary {
	padding: 10px;
}

#widgets cite {
	font-style: normal;
	line-height: 18px;
	padding: 6px 12px;
}

#widgets .tagcloud,
#widgets .textwidget {
	display: block;
	line-height: 1.5em;
	font-size: 14px;
	word-wrap: break-word;
}

#widgets .textwidget  .learnmore {
	display: inline;
}

#widgets .textwidget li {
	padding: 0 0 0px 0;
}

#widgets .textwidget table {
	font-size: 13px;

}

#widgets .textwidget p {
	padding: 0;
	margin-top: 8px;

}

#widgets ul .children {
	padding: 0 0 0 0px;
}

#widgets .author {
	font-weight: 700;
	padding-top: 4px;
}

.widget_archive select, #cat {
	display: block;
	margin: 0 15px 0 0;
}

#colophon-widget ul {}

.colophon-widget {
	background: none;
	min-height: 0;
}

.colophon-widget select,
.colophon-widget input[type="text"], 
.colophon-widget input[type="password"],
.colophon-widget input[type="email"] {
	width: 100%;
}

.btn-watch-vdo-small a {
	float: right;
	position: relative;
	width: 61px;
	height: 32px;
	margin: 0 20px 0 8px;
	background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/btn-watch-vdo3.png)

}
/* =Titles
-------------------------------------------------------------- */
.featured-title {
	font-size:  60px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 0;
	text-align: center;
}

.featured-subtitle {
	color: #0070b8;
	padding: 0 10px 0 60px;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	line-height: 40px;
}

.featured-item h1 {
    font-family:'Raleway', sans-serif;
}
.widget-title, 
.widget-title-home h1 {
    display: block;
    margin-top: 8px;
    padding: 15px 0 0 0;
    text-align: center;
    font-family:'Raleway', sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    text-decoration: none;
    color: white;
}

.widget-title-home a:hover {
    text-decoration: none;
    color: #00a3d5;
}

.widget-subtitle-home {
    font-size: 12px;
    padding: 0 0 0 10px;
}

.widget-content-home h1 {
    padding: 10px 6px;
    line-height: 1.3em;
    font-size: 1.3em;
    min-height: 120px;
    font-weight: 500;
}

.widget-title a {
    border-bottom: none;
    padding: 0 !important;
}

.title-404 {
	color: #933;
}

/* =404 Page 
-------------------------------------------------------------- */
.error404 select, 
.error404 input[type="text"], 
.error404 input[type="password"],
.error404 input[type="email"] {
	width: auto;
}

.error404 .col-940 {
    margin: 32px;
}
/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: left;
	margin: 10px 0;
    padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 0 4px 0 8px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #333;
}


.general-h3 {
	color: #0070b8;
	font-weight: 400;
	font-size: 20px;
	margin: 12px 12px 12px 0;
}
.good-h3 {
float: left;
width: 100%;
height: 80px;
font-size: 35px;
color: #0070b8;
font-weight: bold;
line-height: 80px;
}

.font-Gotham {
font-family: "Gotham", "Open Sans", Helvetica, Arial, sans-serif;
}

.good-line {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #bdbdbd;
}

.good-left-all,
.mobileiron-left-all {
	float: left;
	width: 65%;
}

.mobileiron-all {
	float: left;
	min-height: 400px;
	margin-left: 32px;
}

.good-right-all,
.mobileiron-right-all {
	float: right;
	min-height: 400px;
}

.mobile-iron-webinar {
	float: left;
	width: 90%;
	text-align: left;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	margin-top:10px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;

}


.good-h4 {
	float: left;
	width: 440px;
	font-size: 20px;
	color: #0070b8;
	font-weight: bold;
}

.good-vdo {
	float: left;
	width: 440px;
	height: 225px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.partner-learn-more,
.good-learn-more{
	float: left;
	width: 65%;
	padding:15px 10px;
	margin-top:10px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
.good-first-p{
	font-size:19px;
	line-height:22px;
}
.li-margin-bottom{
	margin-bottom:10px;
}
.good-learn-more-line{
	float:left;
	width:442px;
	height:1px;
	background-color:#d8d8d8;
	margin:15px 0px;
}
.good-learn-more-p{
	float:left;
	width:442px;
	font-size:16px;
	line-height:22px;
	color: #707070;
	padding:0px 8px;
}
a.good-learn-more-link{
	color: #0070b8;
	text-decoration: underline;
}
a.good-learn-more:hover {
	color: #0070b8;
	text-decoration: none;
}

.partner-right-all {
	float: right;
	width: 422px;
	min-height: 380px;
	margin-right: 32px;
}

#partner-logo img {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
}

.content-box, .border-box {
	border-top: 3px solid #0070b8;
	background-color: #FFFFFF;
	padding: 12px 20px 5px 0;
	margin-bottom: 18px;
	color: #424242;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.content-box-small-left {
	float: left;
	width: 275px;
	border-top: 3px solid #d2d2d2;
	background-color: #e0e0e0;
	padding: 12px 16px 12px 18px;
	margin: 0px 10px 18px 0px;
	color: #424242;

}

.content-box-small-right {
	float: left;
	width: 275px;
	border-top: 3px solid #d2d2d2;
	background-color: #e0e0e0;
	padding: 12px 18px 12px 18px;
	margin: 0px 0px 18px 0px;
	color: #424242;
}

.content-box-bottom {
	margin-left: 32px;
}
.btn {
display:block;
background: url('//d36wcsykcv5g5l.cloudfront.net/2012/en/images/button-sprite.png') no-repeat scroll -8px -374px;
width: 145px;
height: 54px;
line-height: 50px;
padding: 0;
border: none;
text-indent: 0;
text-decoration: none;
font-weight: 700;
font-size: 15px;
text-align: center;
color: #3c3c3c !important;
text-shadow: #eee 0 1px 1px;
}

.bcon {
float: left;
width: 234px;
height: 60px;
font-size: 12px;
margin-top: 20px 0px;
text-align: left;
}
.btitle {
float: left;
width: 234px;
font-size: 20px;
}

.blink {
float: right;
width: 234px;
font-size: 12px;
text-align: right;
}

.cm-table-div {
	width: 100%;
}

.cm-gray-rows {
	background-color: #DCF2FE;
}

.cm-logos {
	width: 100%;
	border: none;
}

.font-Gotham{
	font-family:"Gotham", "Open Sans", Helvetica, Arial, sans-serif;
}

.font-Myriad-Pro{
	font-family:"Myriad Pro", "Open Sans", Helvetica, Arial, sans-serif;
}

.cm-table-div th {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 11px;
color: #ffffff;
background-color: #77bce5;
border-bottom: 3px solid #ccc;
display: table-cell;
vertical-align: middle;
padding: 6px;
border: 1px solid #ddd;
}

.cm-table-div td {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 10.5px;
color: #666666;
padding: 8px;
border: 1px solid #ddd;
vertical-align: middle;
}

.cm-th-sub {
	text-align: center;
}

.cm-check-png {
	text-align: center;
}
.cm-button1 a {
  width:200px;
  height:22px;
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 4px;
  background:url(../../uploads/cm-button-products-pricing-1.png);
  display:block;
}

.cm-button1 a:hover {
  background:url(../../uploads/cm-button-products-pricing-1.png) 0 22px;
}

.cm-button2 a {
  width:200px;
  height:22px;
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 4px;
  background:url(../../uploads/cm-button-products-pricing-2.png);
  display:block;
}

.cm-button2 a:hover {
  background:url(../../uploads/cm-button-products-pricing-2.png) 0 22px;
}

.cm-button3 a{
  width:200px;
  height:22px;
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 4px;
  background:url(../../uploads/cm-button-products-pricing-3.png);
  display:block;
}

.cm-button3 a:hover {
  background:url(../../uploads/cm-button-products-pricing-3.png) 0 22px;
}
.cm-button4 a{
  width:200px;
  height:22px;
  margin-top: 5px;
  margin-left: 4px;
  margin-bottom: 4px;
  background:url(../../uploads/cm-button-products-pricing-x.png);
  display:block;
}

.cm-button4 a:hover {
  background:url(../../uploads/cm-button-products-pricing-x.png) 0 22px;
}

.cm-bg-gradient {
background-image: -ms-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
background-image: -moz-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
background-image: -o-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #d9f4fe));
background-image: -webkit-linear-gradient(top, #ffffff 0%, #d9f4fe 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #d9f4fe 100%);
}
.cm-accolade {
padding: 15px;
}

tbody {
	border-top: 0px;
}

.table-field {
	float: left;
	width: 240px;
	height: 20px;
	font-size: 12px;
	padding: 2px 5px;
	border: solid 1px #999999;
	margin: 0;
}

#partner-from table, td {
	border: 0;
}

.s4b-h3 {
	float: left;
	width: 622px;
	height: 40px;
	font-size: 35px;
	color: #0070b8;
	font-weight: normal;
	margin-left: 32px;
	line-height: 40px;
}

.s4b-p,
.s4b-p-2r {
	float: left;
	width: 622px;
	margin-left: 32px;
}

.s4b-h3-industries-r {
	float: left;
	width: 421px;
	font-size: 21px;
	color: #0070b8;
	font-weight: bold;
	margin-bottom: 10px;
}

.cm-header {
	font-weight: normal;
	font-size: 22px;
	color: #0070b8;
}

.s4b-btn-start-trial {
	float: right;
	width: 206px;
	height: 50px;
	margin-right: 32px;
	margin-top: 4px;
}

.s4b-line {
	float: left;
	width: 94%;
	height: 1px;
	background-color: #bdbdbd;
	margin: 15px 32px 20px 32px;
}

.s4b-resources-btn-r-all {
	float: left;
	width: 94%;
	height: auto;
	margin-left: 32px;
}
.text-uppercase {
	text-transform: uppercase;
}

.industries-img {
	float: right;
	width: 172px;
	height: 172px;
	margin-right: 32px;
}

.s4b-p-industries {
	float: left;
	width: 600px;
	min-height: 78px;
	font-size: 15px;
	color: #707070;
	line-height: 20px;
	padding: 0;
	margin-bottom: 5px;

}

.region-sidebar-second {
	float: left;
	width: 265px;
}

#region-sidebar-content {
	float: right;

}

#sidebar {
	float: left;
	width: 200px;
	padding-left: 16px;
}

#widgets #sidebar nav {
	margin-bottom: 20px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#widgets #sidebar nav li {
	background-color: #e5e5e5;
	padding: 10px 15px;
	border: 1px solid #bebdbd;
	border-top: none;
}

#widgets #sidebar nav a {
	text-decoration: none;
	color: #929292;
}
nav {
	display: block;
	position: relative;
}

nav li {
	position: relative;
	list-style-type: none;

}
#widgets #sidebar nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#widgets #sidebar nav li.active a {
	color: #0070b8;
}

/* Press release list page
 * -------------------------------------------------------------------------------- */
#pressList .tabs li a {
	float: left;
	width: 70px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	line-height: 29px;
	font-size: 24px;
	border-left: 0px;
	border-bottom:solid 1px #CCCCCC;
	color: #CCCCCC;
	padding-bottom: 0px;
	margin-right: 10px;
	font-weight: 400;
}
#pressList li a:hover {
	text-decoration: none;
	color:#666666;
}
#pressList .tabs li:first-child a {
	width: 70px;
	border-left: none;
}
#pressList .tabs li.active a {
	color:#f2a132;
	border-bottom:solid 4px #cccccc;
	padding-bottom: 0px;
	background: none;
	font-weight: 400;
}

.press_content {
	margin-bottom: 20px;
}
#newsList {
}

#newsList .tabs,
#pressList .tabs {
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	margin: 32px 32px 0px 32px;
	background: none;
	width: 100%;
}

.ie7 #newsList .tabs li {
	float: left;
}

#newsList .tabs li a {
	float: left;
	width: 70px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	line-height: 29px;
	font-size: 24px;
	border-left: 0px;
	border-bottom:solid 1px #CCCCCC;
	color: #CCCCCC;
	padding-bottom: 0px;
	margin-right: 10px;
	font-weight: 400;
}
#newsList li a:hover {
	text-decoration: none;
	color:#666666;
}
#newsList .tabs li:first-child a {
	width: 70px;
	border-left: none;
}
#newsList .tabs li.active a {
	color:#f2a132;
	border-bottom:solid 4px #cccccc;
	padding-bottom: 0px;
	background: none;
	font-weight: 400;
}

#news-content-box,
#pr-content-box {
	margin-left: 32px;
	margin-right: 64px;
	margin-top: 40px;
}

#news-content-box td {
	padding: 5px;
}
.newsbody {
	padding-bottom: 50px;
	font-size: 13px;
}

.press-items li {
	list-style-type: none;
	margin-bottom: 25px;
}

.press-items .press-image img.logo {
	max-width: 444px;
	height: auto;
}

.press-items .press-image img {
	border: 1px solid #bbb;
	background: #ccc;
	padding: 15px;
	border-radius: 8px;
}

.press-items .link2 {
	margin-left: 0px;
}
.press-items .links a,
.press-items .links2 a {
	border-right: 1px solid #999;
	padding-right: 5px;
	margin-right: 5px;
}

.press-items .links a:last-child,
.press-items .links2 a:last-child {
	border-right: none;
}

.press-items li.Xthreesome2 {
	padding-right: 0px;
}

.press-items li.threesome,
.press-items.threesomes li {
	float: left;
	padding-right: 20px;
	min-width: 29%;	
}

.press-items.threesomes li.li_odd {
	clear: both;
}
.awards {
	position: relative;
}
.awards p {
	width: 70%;
}

.awards img {
	position: absolute;
	right: 0px;
	top: 5px;
}

ul.press-items {
	margin: 0;
	padding: 0;
}

.buttons {
	float: left;
	margin-right: 10px;
	margin-bottom: 12px;
}

.business-btn-orange {
background: url('//d36wcsykcv5g5l.cloudfront.net/2012/en/images/button-sprite-orange.png') no-repeat scroll 0px 0px;
width: 240px;
height: 46px;
line-height: 34px;
padding: 7px 0px 0px 0px;
border: none;
text-indent: 0;
text-decoration: none;
font-weight: 700;
font-size: 15px;
text-align: center;
color: #3c3c3c !important;
text-shadow: #eee 0 1px 1px;
}

.business-btn-orange {
display: block;
background-repeat: no-repeat;
}

.business-btn-orange:hover {
	background-position: 0px -54px;
	text-decoration: none;
}
.office-info {
height: auto;
font-size: 11px;
color: #333333;
text-align: left;
line-height: 18px;
margin-bottom: 10px;
font-weight: normal;
}

.office-info:first-line {
	font-size: 24px;
	color: #f2a132;
	text-align: left;
	line-height: 40px;
	font-weight: normal;
}

.blog-title{
	float:left;
	width:auto;
	height:auto;
	font-size: 24px;
	line-height: 130%;
	color:#145fef;
	text-align:left;
}
.blog-content{
	float:left;
	width:auto;
	height:auto;
	font-size: 12px;
	color:#333333;
	text-align:left;
	line-height:17px;
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 20px;	
}
.blog-date{
	float:left;
	width:auto;
	height:auto;
	font-size: 12px;
	color:#666666;
	text-align:left;
	line-height:15px;
	margin-bottom: 15px;
}
.blogCat{
	margin-bottom:20px;
}

.addthis_button_compact {
  margin-right: 5px;
}
.addthis_toolbox .addthis_button_facebook_like {
  margin-left: 1px;
  height: 20px !important;
}
.addthis_toolbox .addthis_button_google_plusone {
  margin-left: 1px;
}
.addthis_toolbox .addthis_button_pinterest_pinit  {
  margin-left: 5px;
  margin-top: -3px;
}
.addthis_toolbox .addthis_button_tweet {
width: 50px !important;
}
.addthis_toolbox .addthis_pill_style {
  display: none !important;
}
.addthis_toolbox.addthis_default_style {
  width: 290px;
  margin-right: -20px;
}
.addthis_toolbox {
  float: right;
  margin-top: 20px;
}

#comments .title.comment-form{
	font-size:12px;
	font-weight:800;
}

.blognode ul.links li:after {
    content: " | ";
}

ul.inline,
ul.links.inline {
	display: inline;
	padding-left: 0;
}

ul.inline li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

#st2-tabs.tabs {
  list-style: none;
  text-transform: uppercase;
  background-image: -moz-linear-gradient(top, #008ae2, #0070b8) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008ae2), to(#0070b8)) !important;
  background-image: -webkit-linear-gradient(top, #008ae2, #0070b8) !important;
  background-image: -o-linear-gradient(top, #008ae2, #0070b8) !important;
  background-image: linear-gradient(to bottom, #008ae2, #0070b8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008ae2', endColorstr='#ff0070b8', GradientType=0)!important;   border-top-left-radius: 4px;

  border-top-right-radius: 4px;
}
#st2-tabs.tabs li a {
  float: left;
  width: 168px !important;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-left: 1px solid #59abdf !important;
  color:#FFFFFF !important;
}

ul#st2-tabs {
	margin: 0 0 30px 0;
	
}
#st2-tabs.tabs li:first-child a {
	width: 169px !important;
}

#st2-tabs.tabs li:last-child a {
	width: 170px !important;
}

#st2-tabs.tabs li.active:first-child a {
	width: 169px !important;
	border-top-left-radius: 4px;
	color:#363636 !important;
	border-top:solid 1px #e0e0e0 !important;
	border-right:solid 1px #e0e0e0 !important;
	border-left:solid 1px #f9f9f9 !important;
}
#st2-tabs.tabs li.active:last-child a {
	width: 174px !important;
	border-top:solid 1px #e0e0e0 !important;
	border-right:solid 1px #e0e0e0 !important;
}
#st2-tabs.tabs li.active a {
	width: 171px !important;
	border-left: none;
	border-top:solid 1px #e0e0e0 !important;
	color:#363636 !important;
	background-image: -moz-linear-gradient(top, #ffffff, #fbfbfb) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fbfbfb)) !important;
	background-image: -webkit-linear-gradient(top, #ffffff, #fbfbfb) !important;
	background-image: -o-linear-gradient(top, #ffffff, #fbfbfb) !important;
	background-image: linear-gradient(to bottom, #ffffff, #fbfbfb) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffbfbfb', GradientType=0)!important;
}

.bg-color{
	background-color:#e8e8e8;
}
.st2-overview{
	float:left;
	width:100%;
	min-height:auto;
}
.st2-overview-top{
	float:left;
	width:100%;
	min-height:80px;
}
.st2-overview-top h3 {
	text-transform: uppercase;
	color: #0070b8;
	font-weight: 400;
	font-size: 20px;
}

.st2-h3{
	float:left;
	width:96%;
	font-size:35px;
	color: #0070b8;
	font-weight:bold;
	margin-left:32px;
}
.st2-p{
	float:left;
	width:100%;
	font-size:18px;
	color: #707070;
	margin-left:32px;
	margin-top: 20px;
}
.st2-img-1{
	float:left;
	width:100%;
	height:205px;
	margin:22px 0 18px 32px;
background: url('//d36wcsykcv5g5l.cloudfront.net/2012/en/images/st2-overview-1.png') no-repeat scroll 0px 0px;
}
.st2-breadcrumbs{
	float:left;
	width:100%;
	font-size:11px !important;
	color: #595959 !important;
	line-height:34px !important;
	margin:0px !important;
	background-color:#FFFFFF;
}
.st2-h3-2{
	float:left;
	width:460px;
	font-size:35px;
	color: #0070b8;
	font-weight:bold;
	margin-bottom: 12px;
}
.st2-p-2{
	float:left;
	width:460px;
	font-size:15px;
	color: #707070;
	line-height:20px;
	margin-left:32px;
}
.font-color-black2{
	color:#0070b8;
}
.text-uppercase{
  text-transform: uppercase;
}
.st2-img-content1{
	float:left;
	width:320px;
	height:169px;
	margin:19px 0px 0px 32px;
}
.st2-img-content2{
	float:left;
	width:275px;
	height:169px;
	margin:19px 0px 0px 0px;
}
.st2-img-content3{
	float:left;
	width:245px;
	height:169px;
	margin:19px 0px 0px 0px;
}
.st2-img-line{
	float:left;
	width:1px;
	height:151px;
	margin:19px 0px 0px 0px;
	background-color:#bababa;
}
.step-title{
	float:left;
	width:290px;
	height:42px;
	font-size:25px;
	color:#000000;
	margin-top:-7px;
}
.step-subtitle{
	float:left;
	width:290px;
	height:42px;
	font-size:25px;
	color:#0070b8;
	margin-top:-12px;
}
.step-content{
	float:left;
	width:290px;
	font-size:14px;
	color:#707070;
	margin-top:-6px;
	margin-bottom:10px;
	line-height:21px;
}
.step-st2-icon{
	float:left;
	width:53px;
	height:56px;
	margin-right:10px;
}
.step-st2-right{
	float:left;
	width:250px;
	height:56px;
}
.step-st2-right-icon{
	float:left;
	width:auto;
	height:25px;
	margin:0 3px 3px 0;
}
.step-st2-right-icon-word{
	float:left;
	width:auto;
	height:25px;
	margin:0 3px 3px 0;
	font-size:9px;
	line-height:12px;
	-webkit-text-size-adjust: 100%;
}
.step-st2-right-icon-word2{
	float:left;
	width:auto;
	height:25px;
	margin:2px 3px 1px 2px;
	font-size:9px;
	line-height:12px;
	-webkit-text-size-adjust: 100%;
}
.step2-title{
	float:left;
	width:250px;
	height:42px;
	font-size:25px;
	color:#000000;
	margin:-7px 15px 0px 15px;
}
.step2-subtitle{
	float:left;
	width:250px;
	height:42px;
	font-size:25px;
	color:#0070b8;
	margin:-12px 15px 0px 15px;
}
.step2-content{
	float:left;
	width:250px;
	font-size:14px;
	color:#707070;
	margin:-6px 15px 8px 15px;
	line-height:21px;
}
.step-dl-streamer{
	float:left;
	width:auto;
	height:38px;
	margin-left:15px;
}
.step3-title{
	float:left;
	width:240px;
	height:42px;
	font-size:25px;
	color:#000000;
	margin:-7px 15px 0px 15px;
}
.step3-subtitle{
	float:left;
	width:240px;
	height:42px;
	font-size:25px;
	color:#0070b8;
	margin:-12px 15px 0px 15px;
}
.step3-content{
	float:left;
	width:240px;
	font-size:14px;
	color:#707070;
	margin:-6px 15px 8px 15px;
	line-height:21px;
}

.margin-top-5{
	margin-top:5px;
}

.streamer-icon {
	float: left;
	width: 38px;
	height: 38px;
	margin-left: 15px;
}

/* App Table
 * --------------------------------------------------------------------------------------- */
#app-table-main {
  width: 100%;
  margin: 0px auto 40px;
  border-collapse: collapse;	
}
#app-table-main tbody{
  border-top: 0px;
}
#app-table-main .btn-download0, #app-table-main .btn-download1, #app-table-main .btn-download2, #app-table-main .btn-download3, #app-table-main .btn-download4 {
  width: 72px;
  height: 44px;
  text-indent: -9999px;
  margin-left: auto;
  margin-right: auto;
}
#app-table-main .btn-download4 {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) -40px -322px;
}
#app-table-main .btn-download4:hover {
  background-position: -40px -369px;
}
#app-table-main .btn-download2 {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) -262px -322px;
}
#app-table-main .btn-download2:hover {
  background-position: -262px -369px;
}
#app-table-main .btn-download1 {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) -373px -322px;
}
#app-table-main .btn-download1:hover {
  background-position: -373px -369px;
}
#app-table-main .btn-download0 {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) -484px -322px;
}
#app-table-main .btn-download0:hover {
  background-position: -484px -369px;
}
#app-table-main .col1 {
} 
#app-table-main .col1.cell {
  padding: 25px 10px 10px;
  border-left: none;
}
#app-table-main .col9.cell {
  border-right: none;
  padding-left: 2px;
  padding-right: 0;
}
#app-table-main .col1.droid {
  background-position: -228px -33px;
}
#app-table-main .col1.win {
  background-position: -301px -33px;
}
#app-table-main .col1.kindle {
  background-position: -377px -33px;
}
#app-table-main .col1.nook {
  background-position: -450px -33px;
}
#app-table-main .col1.webos {
  background-position: -536px -33px;
}
#app-table-main .col1.bby {
  background-position: -630px -33px;
}
#app-table-main .col1.noicon {
  background-image: none;
  padding-top: 10px;
}
#app-table-main .rowa {
	background: #e0e0e0;
	height: 50px;
}
#app-table-main .rowb {
	background: #e0e0e0;
	height: 50px;
}
#app-table-main .cell {
	border-right: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;		
	vertical-align: middle;
    font-size: 10px;
    width: 85px;
  text-align: center;
  padding: 10px 2px;
}
.ie7 #app-table-main .cell {
	border: 1px solid #9c9c9c;
}
#app-table-main .bd-t {
	border-top: 1px solid #9c9c9c;		
}
#app-table-main .bd-b {
	border-bottom: 1px solid #9c9c9c;		
}
#app-table-main .table-title {
 background-image: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
#app-table-main .table-title {
 background-image: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  vertical-align: bottom;
  padding-bottom: 10px;
  height: 60px;
}
#app-table-main .appdesc .cell {
 padding-top: 0;
 padding-bottom: 0;
}
.ie7 #app-table-main .pad {
 padding-top: 10px;
 padding-bottom: 10px;
}
#app-table-main .question-icon {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) no-repeat -40px -40px;
  width: 17px;
  display: block;
  text-indent: -9999px;
  height: 17px;
  margin-left: auto;
  margin-right: auto;
}
#app-table-main .question-icon:hover {
  background-position: -40px -183px;
}

#app-table-main .gallery-icon {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) no-repeat -115px -40px;
  width: 28px;
  display: block;
  text-indent: -9999px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
}

#app-table-main .view {
	display: inline-block;
	text-indent: -9999px;
}
#app-table-main .gallery-icon:hover {
  background-position: -115px -183px;
}
#app-table-main .help-icon a {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) no-repeat -826px -43px;
  width: 13px;
  display: inline-block;
  text-indent: -9999px;
  height: 13px;
  margin-right: -16px;
}
#app-table-main .help-icon a:hover {
  background-position: -826px -184px;
}
#app-table-main .checkmark0 {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) no-repeat -749px -40px;
  width: 17px;
  display: block;
  text-indent: -9999px;
  height: 19px;
  margin-left: auto;
  margin-right: auto;
}
#app-table-main .checkmark3 {
  background: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/app-catalog-sprite.png) no-repeat -749px -40px;
  width: 35px;
  display: block;
  text-indent: -9999px;
  height: 19px;
  margin-left: auto;
  margin-right: auto;
}
#main .app-catalog-disclaimer {
  font-size: 10px;
  margin-bottom: 20px;
}
.tooltipsy
{
    padding: 10px;
    max-width: 250px;
    color: #303030;
    background-color: #b0d6fa;
    border: 1px solid #deca7e;
  margin-bottom: 5px;
}

#product-tabs{
	width: 100%; 
	margin-right: 0px;
}

#wrapper .with-icon {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}


#wrapper .btn {
	margin-left: 8px;
}

.btn:hover {
	background-position: -8px -428px;
	text-decoration: none;
}
.btn-blue:hover {
	background-position: -8px -551px;
}

.buttons .btn {
	float: left;
	margin-left: 8px;
}
.btn-blue {
	background-position: -8px -497px;
}

#wrapper .with-icon img {
	float: left;
	margin-right: 10px;
}

.item-list ul {
	margin: 0 0 0.75em 0;
	padding: 0;
}

ul li,
ol li {
	margin: 0.5em;
}

div.view-content div.item-list ul li {
	list-style-type: none;
	margin: 0;
}

.whiteboard-overview {
	float: left;
	width: 100%;
	height: auto;
}
.whiteboard-overview-word {
	float: left;
	width: 520px;
	height: auto;
}

.whiteboard-overview-flipchart-banner {
	float: left;
	width: auto;
	height: 130px;
	padding: 30px 0 10px 20px;
}

.whiteboard-overview-vdo {
	float: left;
	width: 390px;
	height: 243px;
	padding-left: 20px;
	padding-top: 50px;
}

.whiteboard-control1-content{
	float:left;
	width:460px;
	height:240px;
}
.whiteboard-control-img{
	float:right;
	width:280px;
	height:240px;
	font-size: 13px;
	color:#000000;
	text-align:center;
	margin-left:10px;
}
.whiteboard-control2-img{
	float:left;
	width:240px;
	height:148px;
}
.whiteboard-control2-content{
	float:left;
	width:520px;
	height:auto;
	padding-top:20px;
}

.whiteboard-annotate1-1{
	float:left;
	width:748px;
	height:130px;
	text-align:center;
	line-height: 20px;
	margin:0px 16px 16px 16px;
}
.whiteboard-annotate1-2{
	float:left;
	width:280px;
	height:230px;
	margin-left:60px;
	margin-right:40px;
	text-align:center;
	line-height: 20px;
}
.whiteboard-annotate1-3{
	float:left;
	width:280px;
	height:230px;
	margin-left:40px;
	margin-right:60px;
	text-align:center;
	line-height: 20px;
}
.whiteboard-annotate2-1-content{
	float:left;
	width:460px;
	height:auto;
	margin:16px 0px 0px 0px;
}
.whiteboard-annotate2-1{
	float:left;
	width:310px;
	height:160px;
	margin:16px 0px 0px 10px;
}

.whiteboard-lifelike1-1{
	float:left;
	width:354px;
	height:220px;
	text-align:center;
	line-height: 24px;
	font-size: 13px;
	color:#000000;
}
.whiteboard-lifelike1-2{
	float:left;
	width:354px;
	height:220px;
	margin-right:40px;
	text-align:center;
	line-height: 24px;
	font-size: 13px;
	color:#000000;
}
.whiteboard-lifelike1-3-content{
	float:left;
	width:748px;
	height:auto;
	margin:16px 0;
}
.whiteboard-lifelike2-1-content{
	float:left;
	width:508px;
	height:auto;
	padding-top:20px;
}
.whiteboard-lifelike2-1{
	float:left;
	width:240px;
	height:150px;
}
.whiteboard-gallery-title{
	float:left;
	width:480px;
	height:auto;
	margin-top:20px;
	margin-left:130px;
	margin-bottom:5px;
	color:#000;
	font-size: 16px;
}
.whiteboard-gallery623{
	float:left;
	width:480px;
	height:360px;
	margin-bottom:20px;
	margin-left:130px;
	border:solid 1px #000000;
}
.wb-flipchart-img{
	width:700px;
	height:auto;
	margin-left:26px;
}
.wb-flipchart{
	float:left;
	width:700px;
	height:auto;
	margin:20px 24px 10px 24px;
}
.wb-flipchart-content-left {
	float:left;
	width:390px;
	height:auto;
    padding: 0 300px 0 25px;
    position: relative;
	margin-top:20px;
}
.wb-flipchart-content-left img {
	position: absolute;
	left: 424px;
	top: 0px;
}
.wb-flipchart-content-right {
	float:left;
	width:340px;
	height:100px;
    padding: 0 0 0 390px;
    position: relative;
	margin-top:10px;
}
.wb-flipchart-content-right img {
	position: absolute;
	left: 25px;
}
.whiteboard-content{
	width:96%;
	height:auto;
}

.support-icon-all {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.support-icon-all-title{
	float:left;
	width:100%;
	height:50px;
	background-color:#979797;
	border-bottom:solid 4px #7c7c7c;
	text-align:center;
	font-size:24px;
	line-height:50px;
	color:#FFFFFF;
	margin-bottom:40px;
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
}
.support-icon-one{
	float:left;
	width: 30%;
	height:auto;
	margin-bottom:30px;
	margin-right: 20px;
	-moz-box-shadow:2px 2px 5px #979797;
	-webkit-box-shadow:2px 2px 5px #979797 ;
	box-shadow:2px 2px 5px #979797;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.support-icon-two{
	float:left;
	width:319px;
	height:auto;
	margin-bottom:30px;
	-moz-box-shadow:2px 2px 5px #979797;
	-webkit-box-shadow:2px 2px 5px #979797 ;
	box-shadow:2px 2px 5px #979797;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.support-icon-content{
	float:left;
	width:100%;
	height:300px;
    padding-top: 24px;
	background-color:#f6f6f6;
	text-align:center;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
}
.support-icon-title{
	float:left;
	width:100%;
	height:50px;
	text-align:center;
	font-size:24px;
	line-height:50px;
	color:#FFFFFF;
  -webkit-border-radius: 6px 6px 0px 0px;
     -moz-border-radius: 6px 6px 0px 0px;
          border-radius: 6px 6px 0px 0px;
}
.support-icon-stp-title{
	background-color:#6fa900;
	border-bottom:solid 4px #598800;
}
.support-icon-stb-title{
	background-color:#5e2fa5;
	border-bottom:solid 4px #46227e;
}
.support-icon-ste-title{
	background-color:#005eb2;
	border-bottom:solid 4px #004a8c;
}
.STP-name{
	color:#6fa900;
	font-size:18px !important;
	font-weight:bold;
}
.STB-name{
	color:#5e2fa5;
	font-size:18px !important;
	font-weight:bold;
}
.STE-name{
	color:#005eb2;
	font-size:18px !important;
	font-weight:bold;
}

.support-icon-splashtoppersonal a{
	width:82px;
	height:82px;
	margin:0px auto; 
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STP_72.png);
	display:block;
}
.support-icon-splashtoppersonal a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STP_72.png) 0 82px;
}
.support-icon-splashtopbusiness a{
	width:82px;
	height:82px;
	margin:0px auto; 
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STB_72.png);
	display:block;
}
.support-icon-splashtopbusiness a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STB_72.png) 0 82px;
}
.support-icon-splashtopenterprise a {
	width:82px;
	height:82px;
	margin:0px auto; 
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STE_72.png);
	display:block;
}
.support-icon-splashtopenterprise a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STE_72.png) 0 82px;
}

.support-icon-cell{
	float:left;
	padding: 15px 0px 32px;
	font-size: 15px;
	color: #000000;
	text-align:center;
}

.support-icon-desc {
	float: left;
	margin-left: 20px;
    line-height: 82px;
	color: #858584;
	text-align: left;	
}

.support-icon-splashtop2 a{
	float:right;
	width:82px;
	height:82px;
	margin:0px 60px 10px 60px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STR2_72.png);
	display:block;
}
.support-icon-splashtop2 a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STR2_72.png) 0 82px;
}
.support-icon-splashtopforbusiness a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STB_72.png);
	display:block;
}
.support-icon-splashtopforbusiness a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STB_72.png) 0 82px;
}
.support-icon-classroom a{
	float:left;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STA_72.png);
	display:block;
}
.support-icon-classroom a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STA_72.png) 0 82px;
}

.support-icon-remote a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STR_72.png);
	display:block;
}
.support-icon-remote a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STR_72.png) 0 82px;
}
.support-icon-whiteboard a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/SWB_72.png);
	display:block;
}
.support-icon-whiteboard a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/SWB_72.png) 0 82px;
}
.support-icon-whiteboard2 a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/SWB2_72.png);
	display:block;
}
.support-icon-whiteboard2 a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/SWB2_72.png) 0 82px;
}

.support-icon-filehound a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/FileHound_72_r.png);
	display:block;
}
.support-icon-filehound a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/FileHound_72_r.png) 0 82px;
}
.support-icon-camcam a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/remote-camera-icon-72.png);
	display:block;
}
.support-icon-camcam a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/remote-camera-icon-72.png) 0 82px;
}

.support-icon-xdisplay a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STXD_72.png);
	display:block;
}
.support-icon-xdisplay a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STXD_72.png) 0 82px;
}
.support-icon-touchpad a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STRC_72.png);
	display:block;
}
.support-icon-touchpad a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STRC_72.png) 0 82px;
}
.support-icon-presenter a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STRP_3_72.png);
	display:block;
}
.support-icon-presenter a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STRP_3_72.png) 0 82px;
}
.support-icon-STRWIN8 a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STRWIN8_72.png);
	display:block;
}
.support-icon-STRWIN8 a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/STRWIN8_72.png) 0 82px;
}
.support-icon-W8GP a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/W8GP_72.png);
	display:block;
}
.support-icon-W8GP a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/W8GP_72.png) 0 82px;
}
.support-icon-filefly a{
	float:right;
	width:82px;
	height:82px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/filefly_72.png);
	display:block;
}
.support-icon-filefly a:hover {
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/filefly_72.png) 0 82px;
}


.competitive-page{
	float:left;
	width: 100%;
	margin-top: 20px;
}
.competitive-top{
	float:left;
	width: 96%;
	border-bottom:solid 1px #c8c8c8;
	margin-left: 32px;
	margin-right: 32px;
}
.competitive-top-left{
	float:left;
	height:60px;
}
.competitive-top-subtitle{
	font-size:13px;
	line-height:15px;
	color:#dd6600;
    text-transform: uppercase;
	font-weight:bold;
}
.competitive-top-title{
	font-size:35px;
	line-height:35px;
	color:#0070b8;
	font-weight:bold;
}
.competitive-top-right{
	float:right;
	width:310px;
	height:120px;
}
.competitive-left{
	width:580px;
	margin-top:20px;
	font-size:14px;
	color:##707070;
	line-height:20px;
	margin-left: 32px;
}
.competitive-left-title{
	width:100%;
	margin-bottom:20px;
	font-size:18px;
	color:#0070b8;
	font-weight:bold;
	line-height:20px;
}
.competitive-left-subtitle{
	width:100%;
	margin-bottom:20px;
	font-size:15px;
	color:#000000;;
	font-weight:bold;
	line-height:22px;
}
.competitive-right{
	float:right;
	width:310px;
	margin-top:20px;
	margin-right: 32px;
}
.competitive-right-01{
	float:right;
	width:310px;
	margin-bottom:20px;
	font-size:15px;
    text-transform: uppercase;
	color:#000000;
	font-weight:bold;
	line-height:36px;
}
.competitive-right-02{
	float:right;
	width:286px;
	margin-bottom:20px;
	font-size:15px;
    text-transform: uppercase;
	color:#ffffff;
	background-color:#0173ba;
	font-weight:bold;
	line-height:36px;
	padding:4px 12px 12px 12px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.competitive-right-02-btn{
	float:left;
	width:120px;
	height:22px;
	font-size:13px;
    text-transform: uppercase;
	color:#ffffff;
	text-align:center;
	background-color:#abc03d;
	font-weight:bold;
	line-height:22px;
	padding:6px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.competitive-right-03{
	float:right;
	width:310px;
	margin-bottom:20px;
	font-size:15px;
    text-transform: uppercase;
	color:#535353;
	font-weight:bold;
	line-height:36px;
}

/* 2013-06-14 */
.usecase-page{
	float:left;
	width:908px;
	margin:20px 0px;
}
.usecase-top{
	float:left;
	width:908px;
	border-bottom:solid 1px #c8c8c8;
}
.usecase-top-left{
	float:left;
	width:900px;
	height:90px;
}
.usecase-top-subtitle{
	font-size:13px;
	line-height:15px;
	color:#dd6600;
    text-transform: uppercase;
	font-weight:bold;
}
.usecase-top-title{
	font-size:28px;
	line-height:35px;
	color:#0070b8;
	font-weight:bold;
}
.usecase-top-right{
	float:right;
	width:310px;
	height:120px;
}
.usecase-left{
	float:left;
	width:530px;
	margin-top:20px;
	font-size:14px;
	color:##707070;
	line-height:20px;
}
.usecase-left-title{
	color: #0070b8;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
}
.usecase-left-subtitle{
	float:left;
	width:530px;
	margin-bottom:20px;
	font-size:15px;
	color:#000000;
	font-weight:bold;
	line-height:22px;
}
.usecase-right{
	float:right;
	width:310px;
	margin-top:20px;
}
.usecase-right-01{
	float:right;
	width:310px;
	margin-bottom:20px;
	font-size:15px;
    text-transform: uppercase;
	color:#000000;
	font-weight:bold;
	line-height:36px;
}
.usecase-right-02{
	float:right;
	width:286px;
	margin-bottom:20px;
	font-size:15px;
    text-transform: uppercase;
	color:#ffffff;
	background-color:#0173ba;
	font-weight:bold;
	line-height:36px;
	padding:4px 12px 12px 12px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
.usecase-right-02-btn{
	float:left;
	width:120px;
	height:22px;
	font-size:13px;
    text-transform: uppercase;
	color:#ffffff;
	text-align:center;
	background-color:#abc03d;
	font-weight:bold;
	line-height:22px;
	padding:6px 10px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.usecase-right-03{
	float:right;
	width:310px;
	margin-bottom:20px;
	font-size:15px;
    text-transform: uppercase;
	color:#535353;
	font-weight:bold;
	line-height:36px;
}

#company-logo {
	background: url('../../uploads/cropped-splashtop-logo.png') no-repeat;
	display: block;
	text-indent:-9999px;
	text-align: center;
	width: 240px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

/* The CSS */
#custom_select select,
.custom_select select {
	padding-left:3px;
	margin: 0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: 1px solid #ccc;
	outline:none;
	display: inline-block;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor:pointer;
	text-indent: 1px;
	text-overflow: '';
	overflow: hidden;
}

#custom_select select::-ms-expand,
.custom_select select::-ms-expand {
	display:none;
}

/* Select */
#custom_select,
.custom_select { width: 252px; position:relative}
#custom_select:after,
.custom_select:after {
    content: "▼";
    color:#aaa;
    right:8px; top:2px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

#custom_select:before,
.custom_select:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    position:absolute;
    pointer-events:none;
    display:block;
}

.channel-programs,
.referral,
.reseller,
.application-isv,
.technology-partners,
.oems,
.contact-us {
	margin-right: 32px;
	margin-top: 20px;
}


.s4be-right-sidebar {
    float: right;
    width: 240px;
    margin-right: 10px;
    margin-top: 32px;
}

.s4be-block-radius,
.s4p-block-radius {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.s4be-block-radius-edu,
.s4p-block-radius-edu {
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.s4b-trial {
    background: #0070b8;
    background: url('../../uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 7px;
    width: 49%; 
    text-transform: uppercase;
    float: left;
}

.s4b-buy-now {
    background: url('../../uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 0px;
    margin-top: 7px;
    width: 49%; 
    text-transform: uppercase;
    float: right;
}

.s4b-right-sidebar-header {
    width: 240px;
}


.s4e-trial {
    background: #0070b8;
    background: url('../../uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    background-size: 240px 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 32px;
    width: 240px;
    text-transform: uppercase;
}

.pricing-button {
    background-size: 180px 30px;
    height: 30px;
    width: 180px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}

.s4p-button {
    background: #35730E;
    background: linear-gradient(#35730E, #A2C84F);
}

.s4b-button {
    background: #451F6C;
    background: linear-gradient(#451F6C, #8556B6);
}

.s4e-button {
    background: #102F89;
    background: linear-gradient(#102F89, #4688C5);
}

.s4s-button {
    background: #E59501;
    background: linear-gradient(#E59501, #F7BA02);
}
.s4e-trial a,
.s4b-trial a,
.s4p-button a,
.s4b-button a,
.s4e-button a,
.s4s-button a,
.s4b-buy-now a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.s4be-refer-grid {
    width: 240px;
    height: 120px;
    position: relative;
    padding: 0;
    margin-right: 32px;
    margin-top: 20px;
    background-color: rgba(15, 14, 14, 0.81);
}

#praise_sidebar_list {
height: 81px;
}

.s4be-edu-grid {
    width: 240px;
    height: 240px;
    position: relative;
    padding: 0;
    margin-right: 32px;
    margin-top: 20px;
    background-color: rgba(15, 14, 14, 0.81);
}

.s4be-classroom-grid {
    width: 240px;
    height: 160px;
    position: relative;
    padding: 0;
    margin-right: 32px;
    margin-top: 20px;
    background-color: rgba(15, 14, 14, 0.81);
}
.s4be-refer-piece {
    width: 100%;
    height: 40px;
    border-bottom: 1px dotted #fff;
}

.s4be-refer-piece a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.s4be-refer-icon {
    float: left;
    padding-left: 15px;
    line-height: 40px;
}

.s4be-refer-title {
    margin-left: 10px;
    line-height: 40px;
}

.s4be-case-study {
    float: right;
    font-size: 14px;
    margin-top: 20px;
    height: auto;
    vertical-align: top;
    color: #999;
    line-height: 1.5;
    width: 240px;
}

.general-banner {
    background: url("../../uploads/Banner_ENT.jpg");
    width: 100%;
    height: 200px;
}

.s4be-banner-enterprise {
    background: url("../../uploads/Banner_ENT.jpg");
}

.s4be-banner-business {
    background: url("../../uploads/Banner_BUSINESS.jpg");
}

.s4be-banner-classroom {
	background: url("../../uploads/Banner_Classroom.png"); 
}

.classroom-area-1,
.classroom-area-2,
.classroom-area-3,
.classroom-area-4,
.classroom-area-5,
.classroom-area-6
{
	height: 200px;
	width: 100%;
	padding-top: 10px;
	float: left;
}

.classroom-area-7 {
	margin-top: 30px;
	float: left;
}

.products-title-new {
    background: url('../../uploads/new.png') 100% 100% no-repeat;
}

.products-item-new {
    background: url('../../uploads/new.png') 100% 50% no-repeat;
}

.s4be-banner-desc-block {
    margin-left: 52px;
    padding-top: 42px;
    padding-bottom: 40px;
    color: #fff;
    width: 480px;
    display: block;
}

.s4be-banner-desc-title {
    font-size: 38px;
    margin-bottom: 20px;
}

.s4be-banner-desc-details {
    font-size: 18px;
    line-height: 26px;
}

.general-right-sidebar {
    float: right;
    width: 280px;
    padding-right: 32px;
}

.general-right-logo {
    float: right;
    line-height: 40px;
}

.general-title {
	color: #0070b8;
	font-weight: 400;
	font-size: 38px;
	line-height: 1.2em;
	margin: 32px 32px 32px 32px;
}

.general-subtitle {
	color: #0070b8;
	font-size: 30px;
        line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 20px;
}

.general-content-box {
    width: 90%;
    margin: 18px auto;
    color: #424242;
}

.management-grid {
    width: 100%;
    margin: 32px 0;
    padding: 20px 0;
}

.management-title {
	font-size: 15px;
	color: #d0630b;
	margin-left: 20px;
	margin-bottom: 10px;
}

.management-photo {
	float: left;
	margin-right: 30px;
}

.management-grid-desc {
	line-height: 20px;
}

.board-director-title,
.board-grid-desc,
.advisor-title,
.advisor-grid-desc {
	margin-left: 0px;
	width: 100%;
}

/* Personal Page Begin */
#personal-tabs li  {
    text-decoration: none;
    list-style: none;
}

.s4p-refer-grid {
    height: 200px;
}


.s4p-content-block {
	margin-bottom: 18px;
	margin-left: 32px;
	color: #424242;
	width: 100%;
}

.s4p-steps-block {
	float: left;
	width: 615px;
	height: 186px;
	margin-top: 10px;
	margin-left: -26px;
	margin-right: 0;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 5px 0 #888;
}

.s4p-steps-box {
	float: left;
	width: 205px;
	height: 140px;
	padding-left: 5px;
}

.s4p-steps-box-1 {
	float: left;
	width: 100%;
	height: 140px;
	padding-left: 5px;
}
.s4p-steps-title {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #000000;
	margin-bottom: 5px;
}

.s4p-steps-subtitle {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #0070b8;
	margin-bottom: 5px;
}

.s4p-steps-desc {
	float: left;
	color: #707070;
	margin-bottom: 5px;
}

.s4p-steps-header {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.s4p-steps-download-link {
	font-size: 9px;
	float: right;
	width: 230px;
	margin-bottom: 10px;
}

.s4p-steps-download-icons {
	margin-left: 3px;
	margin-right: 3px;
	float: left;
}

.s4p-steps-download-desc {
	line-height: 12px;
	margin-left: 3px;
}

.s4p-icon {
	float: left;
	margin-left: 10px;
}

.s4p-download-button {
    float: left;
    background: #0094de;
    background-size: 150px 0px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    width: 150px;
}

.s4p-title {
	color: #0070b8;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2em;
	margin: 32px; 32px; 32px; 32px; 
	
}

.s4p-subtitle {
	color: #0070b8;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
	
}

.s4p-demo-video {
	float: left;
	width: 90%;
	margin-left: 32px;
	margin-right: auto;
	margin-bottom: 10px;
}

.s4be-banner-personal {
    background: url("../../uploads/Banner_PERSONAL.jpg");
}

/* Personal Page End */

/* Whiteboard Page Begin */
.wb-refer-grid {
    height: 160px;
}

.wb-get-app {
    background: url('../../uploads/radial-gradient-copy.png') 50% 50% no-repeat;
    background: linear-gradient(#77cadf, #0070b8);
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 7px;
    width: 140px;
    text-transform: uppercase;
    float: left;
}

.wb-get-app a {
	color: #ffffff;
	text-decoration: none;
}

.wb-right-sidebar-header {
    width: 275px;
}

.wb-control-left-content {
    width: 65%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;

}

.wb-control-right-icon {
    float: left;
    text-align: center;
    margin-left: 10px;
    font-size: 13px;
    width: 30%;
}
.wb-control-left-icon {
    float: left;
}

.wb-control-right-content {
    float: left;
    width: 65%;
    margin-left: 20px;
}

.wb-annotate-left-content,
.wb-lifelike-left-content {
    float: left;
    margin-top: 20px;
    width: 60%;
}
.wb-annotate-right-icon,
.wb-lifelike-right-icon {
    float: left;
    margin-top: 20px;
    width: 30%;
}

.wb-annotate-center-icon,
.wb-lifelike-center-icon {
    float: left;
    width: 40%;
    padding-left: 30px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wb-annotate-instruction-bar {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.wb-gallery-title {
    text-align: left;
    width: 100%;
    margin-bottom: 8px;
}

.wb-gallery-image {
    width: 100%;
    margin-bottom: 30px;
}

.wb-flipchart-background {
    margin-top: 20px;
    margin-bottom: 20px;
    
}

.wb-flipchart-right-image {
    float: left;
    width: 40%;
}

.wb-flipchart-left-content {
    float: left;
    width: 50%;
}

.wb-flipchart-new {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.wb-flipchart-left-image {
    width: 60%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wb-flipchart-right-content {
    float: left;
    width: 30%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.s4be-banner-whiteboard {
    background: url("../../uploads/Banner_WHITEBOARD_TreatmentV3.jpg");
}

/* End of Whiteboard * /

/* Begin of Solutions */
.solutions-banner {
	background: url("../../uploads/Banner_REMOTE-V2.jpg");
	width 100%;
	/*height: 200px;*/
}

.solutions-banner-3d-cad-cam-bim {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-education {
	background: url("../../uploads/Banner_EDU_TreatmentV3.jpg"); 
    background-size: cover;
}

.solutions-banner-financial {
	background: url("../../uploads/Banner_FINANCE_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-government {
	background: url("../../uploads/Banner_Gov_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-healthcare {
	background: url("../../uploads/Banner_HEALTHCARE.jpg");
    background-size: cover;
}

.solutions-banner-vdi-alternative {
	background: url("../../uploads/Banner_VDI_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-dot-net-java-apps {
	background: url("../../uploads/Banner_NET_JAVA_TreatmentV3.jpg");
    background-size: cover;
}

.solutions-banner-erp-lob-apps {
	background: url("../../uploads/Banner_ERP_LOB.jpg");
    background-size: cover;
}

.solutions-banner-rdp-vpn-alternative {
	background: url("../../uploads/Banner_New_VPN-V2.jpg");
    background-size: cover;
}

.solutions-banner-remote-support {
	background: url("../../uploads/Banner_REMOTE-V2.jpg");
    background-size: cover;
}

.solutions-banner-good {
	background: url("../../uploads/Banner_Good-V2.jpg");
    background-size: cover;
    min-height: 340px;
}

.solutions-banner-mobileiron {
	background: url("../../uploads/Banner_MobileIron_V3.jpg");
    background-size: cover;
    min-height: 320px;
}

.solutions-banner-airwatch {
	background: url("../../uploads/Banner_Airwatch3.jpg");
    background-size: cover;
    min-height: 320px;
}

.solutions-banner-ie-browser-in-a-box {
	background: url("../../uploads/Banner_IE_BIB.jpg");
    background-size: cover;
}

.solutions-banner-collaborative-browser {
	background: url("../../uploads/Banner_collab.png");
    background-size: cover;
}

.solutions-banner-desc-block {
    margin-left: 52px;
    padding-top: 42px;
    padding-bottom: 40px;
    color: #fff;
    width: 620px;
    display: block;
}

.solutions-banner-desc-title {
    font-size: 38px;
    margin-bottom: 20px;
}

.solutions-banner-desc-details {
    font-size: 18px;
    line-height: 26px;
}

.solutions-title {
	color: #0070b8;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2em;
	/*margin-left: 32px;*/
    margin-top: 32px;
	margin-bottom: 10px;
}

.solutions-content-block {
	margin-bottom: 18px;
	/*margin-left: 32px;*/
	color: #424242;
	width: 100%;
}

#banner-solutions-widget p,
#right-solutions-widget p {
	margin: 0;
}

.s4be-refer-grid li, .s4be-edu-grid li, .s4be-classroom-grid li {
	text-decoration: none;
	list-style: none;
	margin: 0;
}

/* End of Solutions */

.s4be-banner-accolades {
	background: url("../../uploads/Banner_PRAISE_TreatmentV3.jpg"); 
}

/* Begin of Start Free Trial */

.freetrial-right {
	float: right;
	width: 40%;
	margin-left: 40px;
	margin-right: 64px;
	margin-top: 20px;
}

.freetrial-left {
	float: left;
	width: 40%;
	margin-left: 32px;
	margin-right: 40px;
	margin-top: 20px;
}

.description-container {
	float: left;
	width: 100%;
	height: 350px;
	padding: 15px 15px;
	text-align: left;
	background-color: #dcdcdc;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

/* End of Start Free Trial */

/* Sitemap */

.sitemap-box {
  padding: 0;
  margin-bottom: 18px;
  color: #424242;
}
.sitemap-box.left, .sitemap-box.middle, .sitemap-box.right {
  width: 250px;
  float: left;
}
.sitemap-box.middle, .sitemap-box.right {
  margin-left: 40px;
}
.sitemap-box a {
  color: #424242;  
}

.sitemap-box h4 {
  font-size: 14px;
  color: #656565;
  padding-top: 20px;
  border-top: 3px solid #d2d2d2;
  margin-bottom: 20px;
}
.sitemap-box p {
  margin-bottom: 5px;
}
.sitemap-box p.last, .sitemap-box h4.last {
  margin-bottom: 20px;
}

/* Begin of Partners */
.partners-banner {
	background: url("../../uploads/Banner_Ent_8_30.jpg");
	width 100%;
	height: 200px;
}

.partners-banner-channel-programs {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-referral {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-reseller {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-technology-partners {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-application-isv {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-oem {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-apply-now {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-banner-webinar {
	background: url("../../uploads/Banner_3D_TreatmentV3.jpg");
}

.partners-right-sidebar {
	float: right;
	width: 315px;
}

.partners-right-sidebar p {
	margin: 0;
}

.partners-banner-desc-block {
	margin-left: 52px;
	padding-top: 42px;
	padding-bottom: 40px;
	color: #fff;
	width: 480px;
	display: block;
}

.partners-banner-desc-title {
	font-size: 38px;
	margin-bottom: 20px;
}

.partners-banner-desc-details {
	font-size: 18px;
	line-height: 26px;
}

.partners-title {
	color: #0070b8;
	font-weight: 400;
	font-size: 28px;
	line-height: 1.5em;
	margin-left: 32px;	
        margin-top: 5px;
	margin-bottom: 10px;
}

.partners-subtitle {
	font-size: 20px;
        line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 20px;
}

.partners-content-block,
.partners-content-box {
	margin-bottom: 18px;
	margin-left: 32px;
	color: #424242;
	width: 100%;
}

/* end of Partners */

/* Begin of System status*/
.status-title {
	color: #0070b8;
	font-size: 30px;
        line-height: 1.2em;
	margin-bottom: 20px;
	margin-top: 20px;
}

.status-content-box {
	height: 351px;
}

.status-right { 
	float: right;
	width: 35%;
	height: 100%;
}

.status-right-title {
	height: 44px;
	color: #000000;
	font-size: 18px;
	line-height: 44px;
	text-align: center;
	background-image: url(../../uploads/status-right01_bg.png);
}

.status-right-content-wrapper {
	background-color: #d1d1d1;
	padding: 15px 0 15px 15px;
	height: 277px; /* 351 - 44 = 307 - 15 * 2 */ 
}
.status-right-content {
	height: 277px;
	overflow: auto;
}

.status-left {
	float: left;
	width: 65%;
	color: #000000;
	height: 100%;
}

.status-left-normal {
	background-image: url(../../uploads/server-status-normal.png);
}

.status-left-app-unavailable {
	background-image: url(../../uploads/server-status-app-unavailable.png);
}

.status-left-unstable {
	background-image: url(../../uploads/server-status-unstable.png);
}

.status-left-maintenance {
	background-image: url(../../uploads/server-status-maintenance.png);
}

.status-left-content {
	float: right;
	margin-right: 40px;
	margin-top: 140px;
}

.status-left-content .title {
	line-height: 32px;
	font-size: 24px;
	color:#595959;
}

.status-left-content .status {
	line-height: 44px;
	font-size: 32px;
	color:#595959;
}
.status-left-content .desc {
	line-height: 16px;
	font-size: 12px;
	color:#595959;
}

.download-apps,
.download-streamers {
	width: 45%;
}

.download-apps-box,
.download-streamers-box {
	border: 1px solid rgba(229, 229, 229, 1.0);
	padding: 10px;
}

.download-product-choices,
.download-platform-choices {
	padding: 10px;
}

.download-block-radius,
.credits-block-radius {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.download-go-button {
	background: #F1712C;
	background-size: 60px 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 32px;
	width: 60px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.download-go-button a,
.credits-view-button a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	width: 100%;
}

.download-go-button a:hover,
.credits-view-button a:hover {
	color: #FF0000;
	text-decoration: none;
}

/* 20120629 Whiteboard stylus*/
.stylus{
	float:left;
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	background:#FFFFFF;
}
.stylus-pic{
	float:left;
	width:100%;
	height:336px;
	margin-left: 90px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/wb-event-FreeSplashtopStylus.jpg) no-repeat;
}
.wb-column-a{
	float:left;
	width:32%;
	height:240px;
	text-align:left;
	background-color:#eaeaea;
    */
	background: #3498db;margin:0px 10px 10px 0px; 
	padding:8px 10px 8px 10px;
}
.wb-column-b{
	float:right;
	width:60%;
	height:240px;
	text-align:left;
	background-color:#eaeaea;
    margin:0px 0px 10px 10px; 
	padding:8px 10px 8px 10px;
}
.wb-column-c{
	float:left;
	width:98%;
	clear:both;
	height:auto;
	text-align:left;
	background-color:#eaeaea;
    margin:10px 0px; 
	padding:8px 10px 8px 10px;
}
.wb-stylus-terms{
	float:left;
	width:100%;
	text-align:left;
}
.stylus-sample{
	float:left;
	width:100%;
	height:235px;
	background:url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/wb-event-sample.jpg) no-repeat;
}
.wb-stylus-terms2{
	float:left;
	height:120px;
	padding:1em 2em;
	overflow:scroll;
	overflow-x:hidden;	
	text-align:left;
	font-size:11px;
	color:#000000;
	margin-left:0px;
	border:#CCCCCC solid 1px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.case-study-left {
    float: left;
    width: 60%;
}
.case-study-right {
    float: right;
    width: 32%;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    background-color: #FFF;
    background-image: url(//d36wcsykcv5g5l.cloudfront.net/2012/en/images/sidebar-sep.jpg);
    background-repeat: no-repeat;
    margin-left: 20px;
}

.press_release h2 {
	color: #0070b8;
	font-size: 26px;
	font-weight: bold;
}

.credits-apps-box,
.credits-streamers-box {
	border: 1px solid rgba(229, 229, 229, 1.0);
	margin-top: 20px;
}

.credits-view-button {
	float: left;
	background: #F1712C;
	background-size: 60px 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-left: 20px;
	width: 60px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}

.credits-product-choices,
.credits-platform-choices {
	padding: 10px;
	padding-bottom: 40px;
}

#wb-app-options {
   display: none;
}

#wb-platform-options-block {
   width: 33em; 
   height: auto;
   padding: 10px;
}

#wb-platform-options-block .title {
   text-align: center;
   font-size: 1.3em;
}
ul.wb-platform-options {
	padding: 0;
}
.wb-platform-options li {
    border-top: 2px solid #0070b8;
    text-decoration: none;
    list-style: none;
    padding: 10px;
    height: 54px;
}
.wb-platform-options .title {
}

.wb-platform-options .icon {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 7px;
    background-image: url('//d36wcsykcv5g5l.cloudfront.net/2012/en/images/platform-icon-sprite.png'); 
}
.wb-platform-options .icon-apple {
    width: 14px; 
}
.wb-platform-options .icon-android {
    width: 13px;
    height: 15px;
    background-position: 0 -56px;
}
.wb-platform-options .icon-nook {
    width: 11px;
    height: 10px; 
    background-position: 0 -32px;
}
.wb-platform-options .icon-amazon {
    background-position: 0 -16px;
}

/* Begin of Download page  Added by Rebecca */
.content-box-2, .border-box-2 {
	border-top: 3px solid #0070b8;
	background-color: ;
	padding: 12px 0px 5px 0px;
	margin-bottom: 18px;
	color: #424242;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.download-page-table {
	float:left;
	width:405px;
	height:397px;
        margin-left:48px;
	background:url("../../uploads/download-page-table-bg.png");
}
.download-page-table-2 {
	float:left;
	width:405px;
	height:397px;
	margin-left:50px;
	background:url("../../uploads/download-page-table-bg.png");
}
.download-page-table-below {
	float:left;
	width:828px;
	height:auto;
	margin:15px 0;
}
.download-page-table-title {
	float:left;
	width:405px;
	height:68px;
	line-height:64px;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
}
.download-page-table-iconall {
	float:left;
	width:340px;
	height:auto;
	margin:5px 0 0 40px;
	text-align:center;
}
.download-page-table-icons {
	float:left;
	width:64px;
	height:64px;
	margin:0px 9px;
}
.download-page-table-iconone {
	float:left;
	width:78px;
	height:auto;
	margin:5px 163px;
	text-align:center;
}
.download-page-table-icon {
	float:left;
	width:64px;
	height:64px;
}
.download-page-table-btn a, .download-page-table-btn a:hover {
	float:left;
	width:208px;
	height:46px;
	margin:0px 98px 5px 99px;
	font-size:22px;
        text-decoration: none;
	color:#FFFFFF;
	line-height:42px;
	text-align:center;
	background:url("../../uploads/btn-go.png");
}
.download-page-table-dropdown {
	float:left;
	width:365px;
	/*height:111px;*/
	margin:5px 20px 5px 20px;
	border-bottom:solid 1px #cccccc;
	/*padding-bottom:5px;*/
}
.download-page-table-dropdown select {
	background: url("../../uploads/dropdown-medium-2.png") no-repeat left top !important;
	width:316px;
	height:36px;
	margin:0 25px 10px 24px;
	padding-left:10px;
        border:0px;
        -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       text-indent: 1px;
       text-overflow: '';
       overflow: hidden;
}

.download-page-table-dropdown select::-ms-expand {
	display: none;
}

/* End of Download page */

ul.awards-items {
    margin: 0;
    padding: 0;
}

.awards-items li {
    list-style-type: none;
    height: 140px;
}

.awards-title {
    font-size: 15px;
    text-align: left;
    line-height: 36px;
    color: #000000;
}

.awards-desc {
    font-size: 13px;
}

.awards-left {
    float: left;
    width: 70%;
}

.awards-right {
    float: right;
    width: 28%;
}

.social_div {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* Evrin */

/* =Header Menu (Primary)
--------
------------------------------------------------------ */
.menu {

background: #f1f1f1;
/*background: transparent;*/

/*background: #ffffff; /* Old browsers */
/*background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
/*
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */


	clear: both;
	height: 40px;
	margin-top: 9px;
}

.main-nav {
	/*margin-bottom: 10px;*/
	clear:both;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	/*-webkit-box-shadow: 0px 0px 1px 1px #dedede;
	-moz-box-shadow: 0px 0px 1px 1px #dedede;
	box-shadow: 0px 0px 1px 1px #dedede;*/
	
}

.menu, 
.menu ul {
	/*display: block;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu > li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	width: 18%; 
	/*width: 12.5%;*/
	/*border-right: 1px solid #bfbfbf !important;*/
}

.menu ul li {
	font-size: 14px;
}

.menu li > a:after {
	/*
	position: absolute;
	padding-top: 4px;
	content: url('../../uploads/nav-btn-arrow.png');
	*/
}

.menu > li:last-child,
.menu > li:first-child {
	/*border-right: 0px solid #bfbfbf !important;*/
}

.menu > li:first-child {
	background: url('../../uploads/cropped-splashtop-logo.png') no-repeat 16px 1px;
	width: 28%;
	/*width: 24.5%;*/
}

.menu li > a:only-child:after {
	content: '';
}
.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.menu li li {
	float: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 5;
}

.menu li:last-child ul {
	left: -70px;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after, 
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu, 
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu > li:hover {
	/*color: #0070b8;*/
}
 
.menu li li:hover {
	/*background: #6a6a6a;*/
	text-decoration: none;
}

.menu ul {
    	margin-top: 1px;
	width: 100%; 
}

.menu a {
	cursor: pointer;
	display: block;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 3.0em;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	color: #232323; 
}

.menu a:last-child {
	/*padding: 0 1.5em;*/
}

ul.menu > li:hover {
	/*background-color: #ccc;*/
	color: #fff;
}

ul.menu > li:first-child:hover {
	/*background-color: inherit;*/
}

.menu li li {
	border-bottom: 1px solid rgba(229, 229, 229, 0.5);
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
	/*background: #6a6a6a;*/
	background: #f1f1f1;
	/*background-color: rgba(0,0,0,0.8);*/
	/*background: rgba(0,0,0,0.8);*/
}

.menu li li:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.menu li li:last-child {
        border-bottom: 0px solid #e5e5e5;
}

.menu li li a {
	border: none;
	font-size: 16px;
	height: auto;
	line-height: 20px;
	height: 20px !important;
	padding: 8px 5px 8px 20px !important;
	text-shadow: none;
	white-space: nowrap;
	color: #000;
}

.menu li a {
	padding-left: 20px;
}

.menu li li a {
	text-align: left;
}
.menu li li a:hover {
	border: none;
	filter: none;
	color: #fff;
}

.menu li li:hover {
	background: #9a9a9a; !important;
	color: #fff;
	filter: none;
}

.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
	color: transparent;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
}

.js .main-nav .menu {
	display: block;
}

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a  {
    min-width: 100%;
}

/* =Responsive Menu
    TinyNav + SelectBox
-------------------------------------------------------------- */
.tinynav { 
	display: none 
}

.sb-holder {
	background-color: #3d3d3d;
	display: none;
	height: 30px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 999;
}

.sb-holder:focus .sb-selector {}

.sb-selector {
	display: block;
	height: 30px;
	left: 0;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}

.sb-selector:link,
.sb-selector:visited,
.sb-selector:hover {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	outline: none;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}

.sb-toggle {
	background: url(images/select-icons.png) 0 6px no-repeat;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.sb-toggle-open {
	background: url(images/select-icons.png) 0 -45px no-repeat;
}

.sb-holder-disabled {
	background-color: #3c3c3c;
	border: 1px solid #515151;
}

.sb-holder-disabled .sb-holder {}

.sb-holder-disabled .sb-toggle {}

.sb-options {
	background-color: #fff;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 1;
	overflow-y: auto;
}

.sb-options li {
	padding: 0;
}

.sb-options a {
	border-bottom: 1px solid #e5e5e5;
	display: block;
	font-size: 11px;
	outline: none;
	padding: 4px;
	text-indent: 4px;
}

.sb-options a:link,
.sb-options a:visited {
	color: #444;
	text-decoration: none;
}

.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
	background-color: #f5f5f5;
	color: #444;
}

.sb-options li.last a {
	border-bottom: none;
}

.sb-options .sb-disabled {
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}

.sb-options .sb-group {
	border-bottom: dotted 1px #515151;
	color: #ebb52d;
	display: block;
	font-weight: 700;
	padding: 7px 0 7px 3px;
}

.sb-options .sb-sub {
	padding-left: 17px;
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	clear: both;
	margin: 0 auto;
}

.sub-header-menu, 
.sub-header-menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub-header-menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.sub-header-menu li:hover {
	white-space: normal;
	z-index: 10000;
}

.sub-header-menu li li {
	float: none;
}

.sub-header-menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.sub-header-menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu:after, 
.sub-header-menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.sub-header-menu, 
.sub-header-menu ul {
	min-height: 0;
}

.sub-header-menu ul,
.sub-header-menu ul ul {
	margin: 0;
	padding: 0;
}

.sub-header-menu ul li a:hover, 
.sub-header-menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.sub-header-menu ul {
    margin-top: 1px;
	min-width: 15em;
	width: auto;
}

.sub-header-menu a {
	border-left: 1px solid #e5e5e5;
	color: #333;
    cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}

.sub-header-menu a:hover {
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-color: #f9f9f9;
	background-clip: padding-box;
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background-color: #f9f9f9;
}

.sub-header-menu li li {
	background: #fff;
	background-image: none;
	border: 1px solid #e5e5e5;
	color: #444;
	filter: none;
    margin: -1px 0 1px 0;
	width: auto;
}

.sub-header-menu li li a {
	border: none;
	color: #444;
	font-size: 12px;
	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
}

.sub-header-menu li li a:hover {
	background: #f9f9f9;
	background-image: none;
	border: none;
	color: #444;
	filter: none;
}

.sub-header-menu ul > li + li {
	border-top: 0;
}

.sub-header-menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.sub-header-menu > li:first-child > a {
	border-left: none;
}

.sub-header-menu ul.children a, 
.sub-header-menu .current_page_ancestor, 
.sub-header-menu .current_page_ancestor ul a {
	background: none;
	background-image: none;
	filter: none;
}

/* =Sub Header Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .sub-header-menu ul {
	background: url(images/ie7-fix.gif) repeat;
}

.ie7 .sub-header-menu li li a  {
    min-width: 100%;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin: 0;
 	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #ccc;
	color: #333;
	padding: 0 8px;
}

.footer-menu li a:hover {
	color: #222;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #aaa;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #111;
	text-decoration: none;
}

.navigation .previous {
	float: left;
}

.navigation .next {
	float: right;
}

.navigation .bracket {
	font-size: 36px;
}

/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear: both;
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin: 10px 0;
	padding: 5px 0;
}

.pagination a {
	text-decoration: none;
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size: 12px;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin: 0;
}

.commentlist {
	border-bottom: 1px solid #e5e5e5;
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist li {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
}

.commentlist .bypostauthor {}

.commentlist li cite {
	color: #111;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 400;
}

.commentlist li.alt {
	background: #f9f9f9;
}

.commentlist .children {
	list-style: none;
	margin-left: 10px;
	padding: 10px;
}

.commentlist .avatar {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
	padding: 0;
	vertical-align: middle;
}

.comment-author .fn {
}

.comment-author .says {
	color: #999;
}

.comment-body .comment-meta {
	color: #999;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.comment-body .comment-meta a {
	font-size: 11px;
}

.comment-body {
	clear: both;
	padding: 10px;
}

.comment-body p {
	clear: both;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style: none;
	margin: 20px 0;
}

.pingback cite, 
.trackback cite {
	font-style: normal;
}

#pings,
#comments {
	text-align: left;
}

#respond {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #eaeaea;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image: -o-linear-gradient(top, #ffffff, #eaeaea);
	background-image: linear-gradient(top, #ffffff, #eaeaea);
	border: 1px solid #ccc;
	border-bottom-color: #aaa;
	border-radius: 4px;
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	margin-top: 15px;
	padding: 10px 20px 50px;
}

#respond label {
	display: inline;
}

.reply {
	margin: 10px 0;
}

.comment-form-url input,  
.comment-form-email input,
.comment-form-author input,
.comment-form-comment textarea {
	display: block;
}

.nocomments {
	color: #999;
	font-size: .9em;
	text-align: center;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter, 
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #f9f9f9;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 13px 10px 10px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
	padding: 10px;
}

img.wp-smiley {
	vertical-align: middle;
}

/* =WordPress Gallery
-------------------------------------------------------------- */
.gallery {
	margin: 0 auto 18px;
}

.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	max-width: 155px;
}

.gallery img {
	border: 1px solid #ddd;
}

.gallery .gallery-caption {
	font-size: 12px;
	margin: 0 0 12px;
}

.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}

.attachment-gallery img {
	background: #fff;
	border: 1px solid #f0f0f0;
	display: block;
	height: auto;
	margin: 15px auto;
	max-width: 96%;
	padding: 5px;
	width: auto;
}

.gallery-meta .iso, 
.gallery-meta .camera,
.gallery-meta .shutter,
.gallery-meta .aperture,
.gallery-meta .full-size,  
.gallery-meta .focal-length {
	display: block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image,
img.attachment-full,
img.attachment-large, 
img.attachment-medium, 
img.attachment-thumbnail {
	display: block;
	margin: 15px auto;
	width: auto;
}

/* =WooCommerce
-------------------------------------------------------------- */
#breadcrumb {
	padding: 40px 0 0 0;
}

#breadcrumb a {
	color: #06c;
	font-size: 12px;
	font-weight: 400;
}

#breadcrumb a:hover {
	color: #444;
	text-decoration: none;
}

#content-woocommerce {
	margin-top: 40px;
	margin-bottom: 20px;
}

.products ul, ul.products {
	margin-top: 40px;
}

.cart-collaterals .shipping_calculator {
	width: 100%;
}

table.shop_table {}

table.cart td.actions .coupon .input-text, 
table.cart td.actions .coupon .input-text {
	cursor: text;
}

/* =WPML
-------------------------------------------------------------- */
.icl_languages_selector{
	float: right;
	text-align: left
}
.rtl .icl_languages_selector{
	float: left;
	text-align: right
}

@media screen and (max-width: 650px){
	.icl_languages_selector,
	.rtl .icl_languages_selector {
		float: none;
	}
}

/* =Polylang
-------------------------------------------------------------- */
.widget_polylang li{
	display: inline;
	list-style-type: none;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
}

.scroll-top {
	text-align: center;
}

.copyright {
	text-align: left;
}

.powered {
	text-align: right;
}


/* =Social Icons
-------------------------------------------------------------- */
#footer .social {
	float: right;
	padding: 0 0 0 8px;
}

#footer .social .label {
	float: left;
	margin-top: 3px;
	font-size: 12px;
}

#footer .social a {
	float: left;
	width: 22px;
	height: 25px;
	margin-left: 3px !important;
	background-image: url(../../uploads/footer-social-icons.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
}

.social {
	padding-bottom: 40px;
}

.social a {
	float: left;
	width: 22px;
	height: 25px;
	margin-left: 3px !important;
	background-image: url(../../uploads/footer-social-icons.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	text-align: left;
}

.social_text {
	float: left;
	width: 36%;
}

.font-bold {
	font-weight: bold;
}

.social .plus {
	background-position: -25px 0;
}

.social .facebook {
	background-position: -50px 0;
}

.social .youtube {
	background-position: -75px 0;
}

.social .rss {
	background-position: -100px 0;
}

.social .tumblr {
	background-position: -125px 0;
}

#footer .social-icons {
	padding-top: 20px;
}

/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after,
.clearfix:before,
#container:after,
#container:before,
.widget-wrapper:after,
.widget-wrapper:before {
	content: ' ';
	display: table;
}

.clearfix:after,
#container:after,
.widget-wrapper:after {
	clear: both;
}

.clear {
	clear: both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: bidi-override;
}

BDO[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

[DIR="ltr"] {
	direction: ltr;
	unicode-bidi: embed;
}

[DIR="rtl"] {
	direction: rtl;
	unicode-bidi: embed;
}

/* =Media Print
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media print {

	h1 {
		page-break-before: always;
	}

	h1,  h2,  h3,  h4,  h5,  h6 {
		page-break-after: avoid;
	}

	ul,  ol,  dl {
		page-break-before: avoid;
	}
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/gdevicepixelrati.html
-------------------------------------------------------------- */
@media 
	only screen and (-moz-min-device-pixel-ratio:1.5), 
	only screen and (-o-min-device-pixel-ratio:3/2), 
	only screen and (-webkit-min-device-pixel-ratio:1.5), 
	only screen and (min-device-pixel-ratio:1.5) {

	body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media (min-width: 1440px) {
	.container {
		width: 1360px;
	}

}

@media screen and (max-width: 1200px) {
	.product-title {
		width: 100% !important;
	}
	#header .downloadstreamer {
		display: none;
	}
}

@media screen and (max-width: 1160px) {
	.js .business-box .product-buttons {
		width: 70%;
	}
}

@media screen and (max-width: 1024px) {
	#funnel-widget {
		margin: 0px auto;
	}

	#header .main-menu-nav {
		display: none;
	}
	.sos .pioneer-desc-container .pioneer-desc .product-buttons,
	.remote-support .pioneer-desc-container .pioneer-desc .product-buttons,
	.business-access .pioneer-desc-container .pioneer-desc .product-buttons {
		width: 100%;
	} 
	.js .product-buttons {
		width: 90%;
	}
	.js .business-box .product-buttons {
		width: 80%;
	}

	.js .st-table-block {
		width: 100%;
	}
	.js .business-box {
		top: 20vh;
	}
	.js .dl-banner {
		padding-top: 0;
	}
	.js .product-box-personal,	
	.js .product-box-business,	
	.js .product-box-enterprise,	
	.js .product-box-schools {
		width: 100%;
	}

	.js .pricing-container-rs {
		width: 100%;
	}

    .js .product-top-1button {
        width: 60%;
    }

    .js .product-top-2buttons {
        width: 90%;
    }

	.js .product-top-right {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.js .product-bottom {
		width: 90%;
	}

	.js .product-title {
		height: auto;
		float: none;
	}

    .js .personal-page .product-header,
    .js .classroom-page .product-header {
        height: 100px;
    }

	.js .product-header {
		height: 260px;
	}

    .js .sd-windows-mac-block,
    .js .sd-ios-block,
    .js .sd-android-block {
        width: 100%;
    }

}


@media screen and (max-width: 980px) {
	body {}

	.pioneer {
		background: none !important;
	}
	.front-page .pioneer {
		height: 768px;
	}
	.featured-area .business-box {
		bottom: 0;
		height: 100%;
		position: relative;
	}
	.featured-area .featured-item {
		display: block;
		width: 100%;
	}

	.js .business-box .product-buttons {
		width: 60%;
	}
	.featured-area .business-box #remote-access,
	.featured-area .business-box #remote-support {
		position: relative;
		width: 100%;
		bottom: 0px;	
	}

	.featured-area .featured-item.ra {
		background-color: rgb(43, 58, 86);
		height: 50%;
	}	
	.featured-area .featured-item.rs {
		background-color: rgb(6, 32, 80);
		height: 50%;
	}
	.js .business-box {
		top: 0;
	}

	.business-access-page .pioneer-desc-container {
		background-color: rgb(43, 58, 86);
	}

	.remote-support-page .pioneer-desc-container {
		background-color: rgb(6, 32, 80);
	}

	.sos-page .pioneer-desc-container {
		background-color: rgb(6, 32, 80);
	}

    .sos-page .pioneer-desc .desc,
	.remote-support-page .pioneer-desc .desc,
	.business-access-page .pioneer-desc .desc {
		width: 100%;	
	}

	.grid, 
	.grid-right {
		float: none;
	}

	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		/*margin-top: 40px;*/
	}

	.menu > li:first-child {
		width: 20%;
	}

	.menu > li:first-child a:hover {
		background-color: #ccc;
	}
	.menu li {
		width: 20%;
	}

	.menu > li:first-child a {
		/*border-right: 1px solid #bfbfbf !important;*/
	}

	.js .front-page  .top-widget {
		margin-top: 0; 
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}

	.product-box-personal,
	.product-box-business,
	.product-box-enterprise,
	.product-box-schools {
		width: 100%;
		height: auto;
		position: relative;
		padding: 0;
		margin-top: 0;
		background-color: #fff;
	}

	.widget-wrapper {
		margin-left: 10px;
		padding: 0;
	}

	.product-bottom {
		width: 60% !important;
	}

	.product-classroom-bottom .product-buttons {
		width: 50% !important;
	}

	.classroom-getstarted {
		width: 100% !important;
	}

	.classroom-getstarted img {
		width: 100%;
	}
	.pricing-table-rs {
		transform: scale(0.8, 0.8);
		margin-left: -60px;
	}

	.product-title h1 {
		font-size: 3em !important;
	}
	.product-compare-competitor .product-title h1 {
		font-size: 2em !important;
	}
	.business-comparison-intro {
		margin: 60px 0 !important;
	}

	.business-comparison-intro h2 {
		font-size: 1.2em !important;
	}	

	.comparison-table .sos-commercial-trial {
    		width: 30% !important;
	}

	.personal-business-comparison .product-buttons {
		width: 80% !important;
	}

	.featured-item .business-box {
		padding: 20px 0;
		width: 90%;
		margin: 0 auto;
	}
	.js .featured-item {
		display: block;
		width: 100%;
	}

    .js .pricing-item-control .basic-plus-pricing .row {
        font-size: 1.2em;
        padding: 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
        display: inline-block;
        width: 30%;
        margin: 0 auto;
    }

    .js .pricing-item-control .basic-plus-pricing .row:last-child {
        border-bottom: none;
    }

    .js .pricing-item-control .basic-plus-pricing {
        padding: 32px 0;
    }

}

@media screen and (max-width: 768px) {
	.menu > li:first-child {
		width: 70% !important;
		display: none;
	}

	.menu li {
		width: 25%;
		margin: 0 auto;
	}

	.sos-page .pioneer-desc,
	.remote-support-page .pioneer-desc,
	.business-access-page .pioneer-desc {
		padding: 20px;	
	}

	.js .vcenter {
		display: block;
	}
	.js .iconbox-content-img.left,
	.js .iconbox-content-img.right {
		float: none;
	}
	.product-iconbox-container {
		display: none;
	}
	.iconbox-content-container {
		padding-top: 20px;
	}
	.iconbox-content-left,
	.iconbox-content-right {
		display: block !important;
		width: 100%;
		height: auto;
		padding: 10px !important; 
		text-align: center;
	}
	.iconbox-content-left > img {
		width: 50%
	}

	.product-top-right {
		display: none;
	}
	.js .product-header {
		height: 200px;
	}

	.product-content-whiteboard .product-top-right {
		display: block;
	}
	.product-title {
		width: 100% !important;
	}

	.product-title h1 {
		/*font-size: 3em !important;*/
	}

	.product-title h2 {
		/*font-size: 1em !important; */
	}
	.product-bottom {
		width: 80% !important;
	}

	.product-classroom-bottom .product-buttons,
	.product-content-whiteboard .btn-get-app {
		width: 60% !important;
	}

	.downloadstreamer {
		display: none;
	}

	.pricing-table {
		transform: scale(0.75, 0.75);
		margin-left: -45px;
	}

	.comparison-table .recommend {
		width: 100% !important;
	}

	.product-header-business {
		height: 80px !important;
	}

	.main-nav {
		/*display: none;*/
	}

	.dl-container .contents {
		display: none !important;
	}

	.dl-section {
		height: auto !important;
		padding-bottom: 20px;
	}
	.dl-section .dls {
		width: 100% !important;
		float: none;
		margin: 10px auto;
		padding: 0;
		height: auto !important;
	}

	.dl-banner h2 img {
		display: block;
		margin: 0 auto;
		padding: 10px;
	}

	.dl-banner h2 {
		font-size: 1.2em !important;
		text-align: center;
		width: 100%;
	}

	#footer .social {
		width: 24%;
		margin: 0 auto;
		height: 32px;
		float: none;
		padding: 10px;
	}

	#footer .siteinfo {
		display: block;
		width: 45%;
		margin: 0 auto;
		font-size: 11px;
	}

	#footer .copyright {
		width: 100%;
		text-align: center;
	}

	.s4p-content-block .mdm-map img {
		width: 100%;
	}
	.s4p-title,
	.s4p-subtitle,
	.partners-title {
		margin: 0;
	}

	.s4p-content-block {
		margin: 0;
	}

	.support-icon-one {
		width: 100%;
	}

	.support-icon-all .support-icon-col {
		width: 100% !important;
	}


	.support-icon-all .support-icon-col .support-icon-cell {
		padding: 0 !important;
	}

	.support-icon-desc {
		margin: 0 !important;
		width: 100%;
	}
	.dl-section-container {
		box-shadow: none !important;
	}
	
	.js .comparison-table .business-free-trial,
	.js .comparison-table .remote-support-free-trial,
	.js .comparison-table .sos-commercial-trial {
		width: 90%;
	}

	.gotomypc-video {
		width: 80% !important;
	}

	.js .iconbox-content-right img,
	.js .iconbox-content-left img {
		width: 100%;
	}

	.featured-item .business-box {
		width: 100%;
	}

	.js .product-buttons .btn-trial,
	.js .product-buttons .btn-compare-pb,
	.js .product-buttons .btn-get-app,
	.js .product-buttons .btn-buy-now {
		margin-bottom: 20px;
	}

	.js .device-block .device-item {
		width: 100%;
	}

	.js .xdisplay-page .one-third.column {
		width: 100%;
		margin-bottom: 20px;
	}

	.js .pricing-item-rs {
		padding: 32px 10px 10px;
	}

}

@media screen and (max-width: 650px) {

	body {}

	#logo {
		float: none;
		margin: 0;
		text-align: center;
	}
	.sub-menu {
		display: none;
	}
	.grid, 
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	.menu > li:first-child {
		background: inherit;
		width: 12%;
	}

	.menu > li:first-child a {
		border-right: 0px solid #bfbfbf !important;
	}	
	.js .sub-header-menu {
		display: none;
	}

	.menu {
		background: none !important;
	}
	.js .main-nav {
		position: relative;
		height: 30px;
		background: none;
		clear: both;
		margin: 0 auto;
	}
	
	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}
	
	.js .main-nav .menu ul {
		margin-top: 1px;
		width: 40%;
	}

	.js .main-nav .menu .menu-item ul { 
		width: 100%;
	}	
	.js .main-nav .menu li {
		float: none;
		background-color: #fff;
		border: none;
		width: 100%;
	}
	
	.js .main-nav .menu li a {
		color: #232323; 
		font-size: 13px;
		font-weight: normal;
		height: 40px;
		border: none;
		margin: 0 auto;
		border-bottom: 1px solid #f5f5f5;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
		background-color: rgba(204,204,204,0.9);
	}
	
	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		/*background-color: #0070b8;*/
	}
	
	.js .main-nav .menu li li:hover {
		background: none!important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		background-color: rgba(106,106,106,0.9) !important;
	}
	
	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}
	
	.js .main-nav .menu li a:hover {
		filter: none;
		color: #0070b8;
	}

	.js .main-nav .menu li li a:hover {
		filter: none;
		background-color: #6a6a6a;
	}

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #fff;
	}

	.js .main-nav .sub-menu:hover {
		display: block;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	#top-widget .logo {
		display: none;
	}

	.logo-on-menu {
		display: block; 
		color: transparent;
		width: 44%;
		height: 40px;
		margin: 0 auto;
		background: url('../../uploads/cropped-splashtop-logo.png') no-repeat;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block !important;
		top: 5px;
		left: 100%;
		/*height: 30px;*/
		margin-left: -45px;
		background: url('images/select-icons.png') 0 5px no-repeat;
		cursor: pointer;
	}
	
	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		background: url('images/select-icons.png') 0 -46px no-repeat;
	}
		
	
	.top-menu, 
	.footer-menu li {
		float: none;
		font-size: 11px;
		text-align: center;
	}
	
	.tinynav {
		display: block;
	}
	
	.sb-holder {
		display: block;
	}
	
	#author-meta {
		padding: 20px;
	}
	
	.hide-650 {
		display: none;
	}
	
	.show-650 {
		display: block;
	}
	
	#footer {
		text-align: center;
	}

	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	.product-bottom {
		width: 100% !important;
	}
	.login a {
		padding: 1.5px 20px !important;
	}

	.comparison-table {
		transform: scale(0.8, 0.8);
		margin-left: -40px;
		margin-top: 0px;
	}
	
	.product-compare-competitor .comparison-table {
		transform: scale(0.9, 0.9);
		margin-left: -60px;
		margin-top: -140px;
		margin-bottom: -140px;
	}

	#footer .social {
		width: 30%;
	}

	#footer .siteinfo {
		width: 58%;
	}

	.js .business-box .product-buttons {
		width: 80%;
	}
	.product-buttons .btn-compare-pb,
	.product-buttons .btn-get-app {
		width: 100% !important;
		margin-top: 10px;
	}

	.comparison-table .sos-commercial-trial {
    		width: 50% !important;
	}

	#gallery .gallery-item {
		width: 100% !important;
	}
}

@media screen and (max-width: 480px) {

	body {}

	#logo {
		float: none;
		text-align: center;
	}

	.grid, 
	.grid-right {
		float: none;
	}
	
	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}
	
	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}
	
	.featured-subtitle {
		font-size: 24px;
	}
	
	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	
	.menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
		float: none;
		text-align: center;
		text-rendering: optimizeSpeed;
	}
	
	.hide-480 {
		display: none;
	}
	
	.show-480 {
		display: block;
	}
	
	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	.comparison-table {
		margin-left: -80px;
		transform: scale(0.7, 0.7);
		/*margin-top: -60px;*/
	}
	.product-compare-competitor .comparison-table {
		transform: scale(0.6, 0.6);
		margin-left: -120px;
		margin-top: -400px;
		margin-bottom: -400px;
	}
	.product-compare-competitor .comparison-table.gotomypc {
		transform: scale(0.75, 0.75);
		margin-left: -70px;
		margin-top: -200px;
		margin-bottom: -200px;
	}
	.personal-business-comparison {
		transform: scale(0.9, 0.9);
		margin-left: -20px;
		margin-top: -700px;
		margin-bottom: -700px;
	}
	.partner-content-block .pricing-table {
		transform: scale(0.7, 0.7);
		margin-left: -80px;
	}
	.business-comparison-intro h2 {
		font-size: 1em;
		margin: 50px 0 !important;
	}
	.product-title h1 {
		font-size: 2em !important;
	}
	.product-header {
		height: auto;
	}

	#footer .social {
		width: 45%;
	}

	#footer .siteinfo {
		width: 82%;
	}
	.logo-on-menu {
		width: 50%;
	}

	.pricing-table-rs {
		transform: scale(0.47, 0.5) !important;
		margin-left: -108px !important;
		margin-top: -40px !important;
		margin-bottom: -40px !important;
	}
	.js .business-box .product-buttons {
		width: 100%;
	}

	.js .business-box .product-buttons .btn-trial,
	.js .business-box .product-buttons .btn-buy-now {
		width: 95%;
		margin: 0 auto;
	}
	.js .product-buttons .btn-trial,
	.js .product-buttons .btn-compare-pb,
	.js .product-buttons .btn-get-app,
	.js .product-buttons .btn-buy-now {
		width: 100%;
	}

	.js .product-intro {
		width: 100%;
	}

	.js .featured-item .widget-content-home h1 > span {
    		display: inline;
	}
}

@media (max-width: 415px) {
	#funnel-widget {
		margin: 0 auto;
	}

	.front-page .pioneer {
		height: 800px;
	}
	.js #remote-support .widget-content-home h1,
	.js #remote-access .widget-content-home h1 {
		width: 100%;
		letter-spacing: 0px;
	}

	.js .pricing-item-rs {
		padding: 0;
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

}

@media screen and (max-width: 360px) {
	.product-compare-competitor .comparison-table.gotomypc {
		transform: scale(0.7, 0.7);
		margin-left: -76px;
		margin-top: -200px;
	}

}

@media screen and (max-width: 320px) {
	
	body {}

	.js #header .right-menu-nav ul li {
		margin-left: 0;
		font-size: .875em;
	}
	.front-page .pioneer {
		height: 900px;
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}
	
	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}
	
	.show-320 {
		display: block;
	}
	
	.product-classroom-bottom .product-buttons,
	.product-content-whiteboard .product-buttons {
    		width: 70% !important;
	}

	.comparison-table {
		margin-left: -90px;
		transform: scale(0.5, 0.5);
		/*margin-top: -60px;*/
	}

	.product-compare-competitor .comparison-table {
		transform: scale(0.46, 0.5);
		margin-left: -90px;
		margin-top: -500px;
		margin-bottom: -500px;
	}

    .product-tmr-comparison-page .product-compare-competitor .comparison-table {
        margin-left: -130px;
    }

    .product-gta-comparison-page .product-compare-competitor .comparison-table {
        margin-left: -120px;
    }

	.product-compare-competitor .comparison-table.gotomypc {
		transform: scale(0.65, 0.7);
		margin-left: -85px;
		margin-top: -200px;
        margin-bottom: -200px;
	}
	.product-classroom-bottom {
		margin: 20px 0 !important;
	}

	.management-photo {
		float: none;
		margin: 0 auto;
	}

	.management-title {
		margin-left: 0 !important;
	}

	.partner-content-block .pricing-table {
		transform: scale(0.6, 0.6);
		margin-left: -85px;
	}

	#pressList .tabs {
		margin: 0 !important;
	}

	#pressList li:nth-child(n+4) {
		display: none;
	}
	#news-content-box, #pr-content-box {
		float: left;
		margin: 5px !important;
	}

	.general-title,
	.general-content-box {
		margin: 0 !important;
	}

	.general-content-box .awards-left,
	.general-content-box .awards-right {
		width: 100%;
	}

	.general-content-box .awards-title {
		padding-top: 30px;
	}

	.contact-us-box #contact_form h3 {
		font-size: 1em;
	}
	.contact-us-box #contact_form input {
		width: 80%;
	}
	.contact-us-box #contact_form select {
		width: 80%;
		font-size: 11px;
	}
	.xdisplay-page .supported-apps img {
		display: block;
		margin: 0 auto;
	}
	.device-block .device-item img {
		height: 60px !important;
	}
	.xdisplay-page .product-header {
		height: 200px !important;
	}	
}

@media screen and (max-width: 240px) {
	
	body {}
	
	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}
	
	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}
	
	.widget-title,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}
	
	.hide-240 {
		display: none;
	}
	
	.show-240 {
		display: block;
	}
}

/*Sidebar Quotation Style*/

.sidebar-quotation-1 {
	font-size: 11px;
        color:#4f4f4f;
        font-weight: bold;
        line-height: 1.5;
}

.sidebar-quotation-2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
        font-size: 16px;
	color:#0070b8;
}

/*Making external site link text grey*/
a.usual-link-grey{
	color: #393939;
	text-decoration: none;
}

/*Customer page*/
.customer-title {
	color:#0070b8;
	font-size: 20px;
}

#customer-table img,
#customer-table-edu img {
	width: 160px;
	max-height: 100px;
	padding: 20px;
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/

/******** Added 5/8/14 *******/

.usage_container {
width:100%;
height:240px;

text-align:center;
}

.uses {
display: inline-block;
width: 200px;

text-align: center;
}

.uses img {
border-radius: 10px;
border:2px solid #34495e;
}

#theOne {
margin-left: 30px;
margin-right: 30px;
}

/***** product praise *****/

.container_praise {
margin-top: 1%;
}

.quote {
font-weight: 800;
font-size: 32px;
font-family: "arial";
}


/*** arrow box ***/

.arrow_box_right {
position: relative;
background: #fff;
border: 2px solid #151E2F;
border-radius:5px; 

height:200px;
width:60%;
margin-left: 5%;
padding: 5px;
padding-left: 10px;
padding-bottom: 8px;
}
.arrow_box_right:after, .arrow_box_right:before {
right: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.arrow_box_right:after {
border-color: rgba(212, 223, 255, 0);
border-right-color: #fff;
border-width: 30px;
margin-top: -30px;
}
.arrow_box_right:before {
border-color: rgba(194, 225, 245, 0);
border-right-color: #151E2F;
border-width: 33px;
margin-top: -33px;
}

.arrow_box_left {
position: relative;
background: #fff;
border: 2px solid #151E2F;
border-radius:5px; 

height:200px;
width:60%;

padding: 5px;
padding-left: 10px;
padding-bottom: 8px;	
}

.arrow_box_left:after, .arrow_box_left:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box_left:after {
    border-color: rgba(212, 223, 255, 0);
    border-left-color: #fff;
    border-width: 30px;
    margin-top: -30px;
}

.arrow_box_left:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #151E2F;
    border-width: 33px;
    margin-top: -33px;
}

#testimonial2 {
height: 156px;
}

#testimonial3 {
height: 112px;
}

#testimonial4 {
height: 90px;
}

#testimonial5 {
height: 110px;
}

#testimonial6 {
height: 154px;
}

/*** new landing ***/

#background-video-widget {
}

#funnel-widget {
    width: 80%;
    margin: 60px auto;
}

/** 4 funnels **/

#funn_container {
height: 300px;
width: 100%;
  text-align: justify;
  font-size: 0.1px; 
  min-width: 600px;
}

#funn_container:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.funn_box {
 width: 160px;
 height: 400px;
 display: inline-block;
 vertical-align: top;
padding: 0 46px;
}

.funn_pic {
width: 160px;
height: 160px;
background-color: rgb(41, 128, 185);
border-radius: 10px;

border: 1px solid #e2e2e2;

 box-shadow: 0 0 0 1px #e2e2e2;
 transition: background 0.2s, color 0.2s;    
}

.funn_pic:hover {
    background: #3498db;
    color: #64bb5d;
}

.funn_pic img {
width: 100%;

  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.funn_title {
width:95%;
}

.funn_title h1 {
font-family: 'Ubuntu', sans-serif;
font-size: 26px;
font-weight: 400;
}

/** top **/

.downloadstreamer {
margin: 5px;
border-radius: 4px;
 transition: background 0.2s, color 0.2s;
}

.downloadstreamer a {
    color: white !important;
    /*background: #d35400;*/
    background-color: #00a0d2;
    padding: 10px 20px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    border-radius: 20px;
}

.downloadstreamer a:hover {
    text-decoration: none;
    color: #fff;
    background: #3498DB;
    /*background: #e67e22;*/
}

.login {
   margin: 5px;
   border-radius: 4px;
   transition: background 0.2s, color 0.2s;
}

.login a {
  color: white;
  background-color: #2980b9;
  padding: 1.5px 60px;
  font-family: 'Ubuntu', sans-serif;
  text-align: center;
  border-radius: 4px;
}

.login a:hover {
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  background: #3498db;
}

/** under vid **/
.ticker {
width: 100%;
height: 40px;
background-color:#2980b9;
margin-top: -18px;
}

.tick_text {
width: 50%;

margin: 0 auto;
text-align: center;

position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.tick_text p {
color: #fff;
font-size: 24px;
font-family: 'Ubuntu', sans-serif;
}

.headline {
position: absolute;
width: 50%;
top: 110px;
left: 24%;

color: #fff;
font-size: 36px;
font-family: 'Ubuntu', sans-serif;
line-height: 38px;
text-align: center;
}

/** Icon Box **/
.iconbox_container {
width:100%;
height: 110px;
margin: 30px auto;
}

.iconbox_container ul {
list-style: none;
margin: 0;
    display: table;
    width: 100%;
   table-layout: fixed;  
padding: 0;
}

.iconbox_container ul li {
    line-height: 15px;
    display: table-cell;
   text-align: center;
border: 1px solid #fff;

transition: background-color .5s;
}

.iconbox_container ul li:hover {
background-color: #ecf0f1;
}

.iconbox_container ul li a {
display: block;
text-decoration: none;
color: #2980b9;
padding: 0px 2px;
}

.iconbox_container ul li a img {
height: 40px;
padding: 4px 3px;
}
/****** business ******/
	/* 3 use case */

.grid_case {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid_case figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	max-height: 131px;
}

.grid_case figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid_case figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid_case figure figcaption::before,
.grid_case figure figcaption::after {
	pointer-events: none;
}

.grid_case figure figcaption,
.grid_case figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid_case figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid_case figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid_case figure h2 span {
	font-weight: 800;
}

.grid_case figure h2,
.grid_case figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 66%;
	color: #ecf0f1;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-60%,0);
	transform: translate3d(0,-60%,0);
	font-size: .8em;
	text-shadow: #000 1px 1px 3px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	width: 60%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	font-size: .4em;
	line-height: 14px;
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-80%,0) translate3d(0,-70px,0);
	transform: translate3d(0,-80%,0) translate3d(0,-70px,0);
	text-shadow: none;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

.bus_user_cases {
list-style: none;
width:100%;
padding: 0px;
}

.bus_user_cases li {
float:left;
width: 32%;
text-align: center;
font-size: 1.4em;
margin: 2px;
}

/* side */

.clearfix:after, #container:after {
clear:none;
}

/*** confirm page ***/

.confirm_steps li {
margin: 40px 0;
}

.confirm_steps li p {
font-size: 1.2em;
}

.stb_feats {
width: 100%;
height: 160px;

font-size: 1.2em;
border: 1px solid #000;

min-height: 220px;
}

.first_features {
width:50%;
float: left;
}

.other_features {
width: 50%;
float: left;
}

.vs_table {
width: 100%;
margin: 0 auto;
height:160px;
padding: 0% 5%;
}

.left_vs {
width: 40%;
float: left;
position: relative;
  top: 50%;
  transform: translateY(-50%);
text-align: center;
}

.middle_vs {
width: 10%;
float: left;

position: relative;
  top: 50%;
  transform: translateY(-50%);
text-align: center;
}

.right_vs {
width: 40%;
float: left;

text-align: center;
}

.right_vs:after {
clear:both;
text-align: center;
}

.bottom_confirm {
width: 50%;
margin: 0 auto;

text-align: center;
}

/******* downloads page ********
*******************************/

.dl-container {
    width: 90%;
    margin: 0 auto;
}

.dl-container h1 {
   text-align: center;
}

.dl-container .diagram {
width: 50%;
margin: 20px auto;
}

.dl-container .diagram img {
width: 100%;
}

.dl-container .diagram p {
top:50px;
left:25px;
}

.dl-container .contents {
   width: 100%;
   display: table;
   table-layout: fixed;
}

.dl-container .contents a {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   font-size: 1.4em;
   text-decoration: none;
   padding: 20px 0;
   background: #95a5a6;
   color:#fff;
   transition: background .5s;
}

.dl-container .contents a:first-child {
   border-radius:2px 0px 0px 2px;
}

.dl-container .contents a:last-child {
   border-radius: 0px 2px 2px 0px;
}

.dl-container .contents a:hover {
   background: #34495e;
}

.dl-container .contents a:first-child:hover {
   background: #2ecc71;
}

.dl-container .contents a:nth-child(2):hover {
   background: #9b59b6;
}

.dl-container .contents a:nth-child(3):hover {
   background: #3498db;
}

.dl-container .contents a:nth-child(4):hover {
   background: #e67e22;
}

.dl-container .contents a:nth-child(5):hover {
   background: #e74c3c;
}

.dl-section-container {
   width: 100%;
   float: left;
   margin:10px 0px;
   padding-bottom: 40px;
   box-shadow: 1px 4px 8px #888888;
}

.dl-section {
   width:90%;
   margin: 0 auto;
}

.dl-banner {
   width:100%;
   padding-top: 60px;
}

.dl-banner h2 {
   position: relative;
   font-family: 'Ubuntu', sans-serif;
   font-size: 2em;
   font-weight: 500;
   color:#000;
   display: inline-block;
   vertical-align: middle;
}

.dl-banner h2 img {
   padding-right: 10px;
}

.dls {
   width: 50%;
   padding: 20px 0;
}

.dls p span {
   float: left;
   text-align: center;
   margin: 0px 60px;
   position: relative;
   top: 50%;
   transform: translateY(-50%);
   font-size: 1.2em;
   color: #2980b9;
}

.dls h4 {
   font-size: 1.2em;
   font-weight: 500;
   padding-right: 10px;
}

.dls h4 strong {
   font-weight: 900;
   font-size: 12px;
}

.dls h4 strong span {
   font-weight: 1000;
   text-decoration: underline;
   font-size: 14px;
   color:#000;
}

.dls h4 .remote-to {
   color: #3498db;
}

.dls h4 .remote-from {
   color: #e67e22;
}

.dls .os {
   margin: 0px auto;
}

.dls .os a {
   text-decoration: none;
   color: #2980b9;
   padding: 8px 10px;
   border-radius: 2px;
   font-weight: 600;

   transition: background .5s,  color .5s;
}

.dls .os a:hover {
   background: rgba(189, 195, 199,.5);
   color: #fff;
}

.dls .os img {
   padding: 4px;
   width: 32px;
   transition: transform .5s;
}

.dls .os img:hover {
   transform: scale(1.2);
}

/****** product pricing table ******/

#compareRow td:first-child a {
display: inline-block;
width: 30%;
background: none repeat scroll 0% 0% rgb(255, 255, 255);
padding: 10px 0px;
margin: 0px 20px;
text-decoration: none;
color: #fff;
font-size: 1.2em;
border-radius: 2px;

background: #2980b9;
}

#compareRow td:first-child a:hover {
background: #3498db;
} 

#sp1, #sp2, #sb1, #sb2 {
transition: background-color .5s;
}

/* BOXES */

.boxes {
	background-color: #ECF0F1;
	margin: 20px auto;
	width:100%;
	height: 240px;
	display: table;
	table-layout: fixed;
	vertical-align: baseline;
}

#even {
    background: #fff;
}

.boxes .left_new {
/*width: 50%;
text-align: center;
float: left;

  position: relative;
  top: 50%;
  transform: translateY(-50%); */
text-align: center;
display: table-cell;
height: 100%;
vertical-align: middle;
}

.boxes .left_new > img {
width: 50%;
}

#multi-user .left_new > img {
width: 46%;
}

.boxes .right_new {
/*width: 46%;
float:left;
padding: 0px 20px;

  position: relative;
  top: 50%;
  transform: translateY(-50%); */
display: table-cell;
padding: 0px 20px;
vertical-align: middle;
}

/* Header */
.language-list {
	display: none;
	text-decoration: none;
	position: absolute;
	margin-left: 13em;
	margin-top: 25px;
	background-color: #f1f1f1;
	z-index: 100;
}

.language-list ul {
	list-style-type: none;
	margin: 0px;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid black;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	transform: translateY(150%);
	-ms-transform: translateY(150%);
	-webkit-transform: translateY(150%);
}

.arrow-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid black;
}

.arrow-left {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid black;
}

/* Products Page Begin */
.product-content-block {
    margin-bottom: 18px;
    color: #424242;
    width: 90%;
    margin: 0 auto;
}

.product-header {
    width: 100%;
    margin: 20px auto;
    height: 150px;
}

.product-header-business {
	height: 160px;
}

.product-header-remote-support,
.product-header-sos {
	height: 200px;
}

.product-header-business-comparison {
	/*height: 220px;*/
}

.product-title {
    width: 70%;
    float: left;
    height: 100%;
    font-family: "Ubuntu", sans-serif;
}


.product-title h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 4.2em;
}

.product-title .minor {
	font-size: .5em;
}

.product-title h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2em;
}

.product-intro {
    margin: 20px auto;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    text-align: center;
    width: 80%;
    margin-bottom: 60px;
    line-height: 32px;
}

.product-intro-hint {
	font-size: .9em;
}

.product-intro-sub {
	font-size: 16px;
}

.product-iconbox-container {
     width: 100%;
     text-align: center;
     margin: 50px auto;
}

.product-iconbox-container ul {
	list-style: none;
	margin: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 0;
}

.product-iconbox-container ul li {
	line-height: 15px;
	display: table-cell;
	text-align: left;
	border: 1px solid #fff;
	transition: background-color .5s;
}

.product-iconbox-container ul li:hover {
	background-color: #ecf0f1;
}

.product-iconbox-container ul li a {
	display: block;
	text-decoration: none;
	color: #2980b9;
	padding: 0 2px;
}

.product-iconbox-container ul li a img {
	height: 40px;
	padding: 4px 8px;
}

.sos-page .iconbox-content {
    min-height: 300px;
}
.iconbox-content {
    padding: 0;
    margin: 20px auto;
    width: 100%;
    min-height: 400px;
    display: table;
    table-layout: fixed;
    vertical-align: baseline;
    font-family: "Raleway";
}

.iconbox-content:hover {
    /*background-color: rgba(43, 58, 86, .5);*/
}
.iconbox-content .desc {
    margin: 0 auto;
    padding: 10px 0;
    float: left;
}

.iconbox-content .desc,
.iconbox-content .title {
    text-align: left;
    font-family: "Raleway";
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 500;
}

.iconbox-content .title h2 {
    font-size: 2.5em;
    color: #656565;
}

.home-widgets .iconbox-content .product-buttons {
    margin-top: 20px;
    float: left;
    width: 90%;
}

.iconbox-content-left {
    text-align: center;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.iconbox-content-left .img-set img {
	padding-left: 6px;
	width: 48px;
	height: 48px;
}

.iconbox-content-right {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
}

.iconbox-content-right .title {
    font-weight: bold;
    padding: 8px 0;
}

.iconbox-content-right ul li {
    margin: 0;
}
.iconbox-content-container .anchor {
    display: block;
    visibility: hidden;
}

.iconbox-content:nth-of-type(even) {
	background: #fff;
}
.iconbox-content:nth-of-type(odd) {
	background: #ECF0F1;
}

.front-page .iconbox-content {
	background: #fff;
}
/*
.iconbox-content-container > div:nth-of-type(even) {
	background: #fff;
}

.iconbox-content-container > div:nth-of-type(odd) {
	background: #ECF0F1;
}
*/
.product-buttons .product-button-green {
	/*background-color: #27ae60; */
}

.product-buttons .product-button-green:hover {
	/*background-color: #35bb6e;*/ 
}

.product-top-right {
    width: 30%;
    float: right;
    text-align: right;
}

.product-top-right .product-buttons {
    width: 100%;
}
.product-top-right .phone-no {
	color: #4F78FC;
}

.product-bottom {
    width: 50%;
    /*height: 4.8em;*/
    text-align: center;
    margin: 50px auto;
    display: block;
}

.product-buttons {
    width: 100%;
    margin: 20px auto;
    display: inline-block;
}

.product-bottom-personal {
    width: 70%;
}

.classroom-getstarted {
	width: 90%;
	margin: 0 auto;
}

.classroom-getstarted img {
	width: 100%;
}

.product-buttons .btn-trial, 
.product-buttons .btn-buy-now,
.product-buttons .btn-get-app,
.product-buttons .btn-compare-pb {
	text-align: center;
	width: 48%;
}

.product-top-1button {
   width: 30%;
   margin: 0 auto;
}

.product-top-2buttons {
   width: 60%;
   margin: 0 auto;
}

.personal-page .product-top-1button .btn-get-app {
   width: 80%;
}

.share-your-screen-page .product-title,
.classroom-page .product-title,
.personal-page .product-title {
    width: 100%;
    text-align: center;
}

.product-buttons .btn-buy-now a {
    background: transparent;
    color: #2980b9;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 2.4px;
    text-decoration: none;
    display: inline-block;
    padding: 16px 0;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border: 2px solid #2980b9;
    border-radius: 4px;
}

.product-buttons .btn-trial a,
.product-buttons .btn-get-app a,
.product-buttons .btn-compare-pb a {
    background: #2980b9;
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2.4px;
    text-decoration: none;
    display: inline-block;
    padding: 18px 5px;
    width: 100%;
    transition: background-color .5s, font-size .5s;
    border-radius: 4px;
}

.product-buttons .btn-trial a:hover,
.product-buttons .btn-buy-now a:hover,
.product-buttons .btn-get-app a:hover,
.product-buttons .btn-compare-pb a:hover {
    background: #3498db;
    color: #fff;
}

.product-lmi-comparison-page #features-details {
    display: block;
}

#features-details {
    padding-top: 30px;
    margin: 0 auto;
    display: none;
    /*width: 90%;*/
}

#features-details ul {
	list-style-type: none;
	margin-bottom: 40px;
}

#features-details ul ul {
	margin-left: 64px;
	background: #ECF0F1;
	padding: 5px 0 5px 0;
}

.feature-icon {
	height: 50px;
	width: 50px;
	float: left;
	margin: 0 15px 0 0;
}

.platform-icon {
	background-image: url("../../uploads/devices.png");
	background-size: 100%;
}

.security-icon {
	background-image: url("../../uploads/security.png");
	background-size: 100%;
}

.premium-icon {
	background: url("../../uploads/premium.png") no-repeat;
	background-size: 86%;
}

.remote-icon {
	background-image: url("../../uploads/support.png");
	background-size: 100%;
}

.sos-icon {
	background: url("../../uploads/sos-logo.png") no-repeat;
	background-size: 86%;
	filter: gray
}


.pricing-table table {
	color: #666;
	background: #eaebec;
	border-collapse: separate;
	border: #ccc 2px solid;
}

.pricing-table table td {
	background: #fafafa;
    	padding: 10px;
	font-size: 1.2em;
}

.pricing-table table tr {
	text-align: center;
}

.pricing-table table td:nth-child(even) {
	background: #f6f6f6;
}

.expand {
	cursor: pointer;
}

/* RMM */
.rmm-section {
   box-shadow: 1px 4px 8px #888888;
   padding: 32px;
   margin: 20px auto;
}


.rmm-title {
   text-align: center;
   margin-bottom: 20px;
}

.rmm-section-content {
   text-align: left;
}

.rmm-contents {
   width: 100%;
   display: table;
   table-layout: fixed;
}

.pricing-comparison table tr:first-child {
	line-height: 24px;
}

.pricing-comparison table tr {
	line-height: 48px;
}

.pricing-comparison table tr:nth-child(even) {
	background: #f6f6f6;
}

.comparison-table table tr:nth-child(odd) {
    /*background: rgba(217, 244, 254, 0.29);*/
}

.comparison-table table tr:first-child td:nth-child(2) {
    border-right: none;
    padding: 20px 0;
}

.comparison-table table tr:first-child td:nth-child(1) {
    border-right: 4px solid #979797;
    padding: 20px 0;
    width: 50%;
}

.product-compare-competitor .comparison-table table tr:nth-child(odd) {
    background: rgba(217, 244, 254, 0.29);
}
.product-compare-competitor .comparison-table table tr:first-child td:nth-child(1) {
   width: auto;
}

.product-compare-competitor .comparison-table table td {
   width: 25%;
}
.product-compare-competitor .comparison-table table td:nth-child(1),
.product-compare-competitor .comparison-table table th:nth-child(1) {
    border-right: none;
    font-weight: 700;
    padding: 20px;
    text-align: left;
}

.product-compare-competitor .comparison-table table td:nth-child(2),
.product-compare-competitor .comparison-table table th:nth-child(2),
.product-compare-competitor .comparison-table.gotomypc table th:nth-child(3),
.product-compare-competitor .comparison-table.gotomypc table td:nth-child(3) {
    border-right: none;
}
.product-compare-competitor .comparison-table table td:nth-child(3),
.product-compare-competitor .comparison-table table th:nth-child(3) {
    /*border-right: 4px solid #979797;*/
}

.product-gta-comparison-page .product-compare-competitor td:nth-child(3),
.product-gta-comparison-page .product-compare-competitor th:nth-child(3) {
    border-right: 4px solid #9ecff1;
}

.product-tmr-comparison-page .product-compare-competitor td:nth-child(3),
.product-tmr-comparison-page .product-compare-competitor th:nth-child(3) {
    border-right: 4px solid #9ecff1;
}
.product-lmi-comparison-page .product-compare-competitor tr:nth-child(3) td:nth-child(1) {
    background: none;
}
.product-br-comparison-page .product-compare-competitor .product-header {
    height: 150px;
}
.product-br-comparison-page .product-compare-competitor .product-title {
    text-align: center;
}
.product-compare-competitor .checked-sign {
    font-size: 32px;
}

.product-compare-competitor tr:nth-child(n+1) th:nth-child(1), 
.product-compare-competitor tr:nth-child(3) td:nth-child(1) { 
    background: white;
}
.product-compare-competitor .comparison-table td {
    vertical-align: middle;
}
.product-compare-competitor .product-title h1 {
    font-size: 3.2em;
}
.product-compare-competitor .product-header {
    height: 100px;
}
.product-compare-competitor .comparison-table .price-block {
    margin: 20px 0;
}

.comparison-table.business-products table th:nth-child(2),
.comparison-table.business-products table td:nth-child(2),
.comparison-table table td:nth-child(1),
.comparison-table table th:nth-child(1) {
    border-right: 4px solid #979797;
}
.comparison-table.business-products table th:nth-child(1),
.comparison-table.business-products table td:nth-child(1),
.comparison-table table td:nth-child(2),
.comparison-table table th:nth-child(2) {
    border-right: none; 
}

.comparison-table .support-type td {
   font-size: 24px;
}

.comparison-table th {
   background: #f1f1f1;
}

.comparison-table tr {
    line-height: 32px;
}

.comparison-table ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.comparison-table .pricing > li {
    padding: 10px 0;
}

.comparison-table .recommend {
    background: lightblue;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 22px;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
}

.comparison-table .features {
   margin-top: 20px;
   line-height: 1.0em;
}

.comparison-table table,
.comparison-table th,
.comparison-table td {
    border-collapse: collapse;
}

.comparison-table th {
    /*padding: 0px !important;*/
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

.comparison-table .title th:hover { 
    background: rgba(217, 244, 254, 1.0);
    transition: background .5s;
}

.comparison-table th a {
    display: block;
    /*padding: 10px 5px;*/
    font-size: 20px;
}

.comparison-table th:nth-child(2) a {
    /*padding: 42px 5px;*/
}

.comparison-table th:nth-child(3) a {
   /*padding: 26px 5px; */
}

.comparison-table td {
    font-size: 16px;
    text-align: center;
    /*vertical-align: top;*/
    line-height: 1.3em;
}

.comparison-table th, .comparison-table td {
    padding: 8px;
}

.comparison-table a, a:hover, a:visited, a:active {
    text-decoration: none;
}

.comparison-table .business-free-trial,
.comparison-table .remote-support-free-trial,
.comparison-table .sos-commercial-trial {
    width: 80%;
    padding: 10px;
    display: block;
    margin: 10px auto;
    background: #3498db;
    color: white;
    border-radius: 4px;
}

.comparison-table .subheader {
    font-size: 0.8em;
    color: black;
    font-weight: 400;
    line-height: 1.2em;
}

.comparison-table .sos-commercial-trial {
    width: 25%;
}

.product-compare-competitor .comparison-table .sos-commercial-trial,
.product-compare-competitor .comparison-table .remote-support-free-trial {
    width: 90% !important;
}
.comparison-table .pricing {
    display: none;
}

.comparison-table .more-pricing {
   text-align: center;
   color: blue;
   cursor: pointer;
}

.comparison-business-summary {
   width: 98%;
   margin: 60px auto; 
}

.comparison-business-summary #b,
.comparison-business-summary #rs,
.comparison-business-summary .diff {
   color: #d0630b;
   margin-top: 40px;
   font-size: 20px;
}

.comparison-business-summary #pct {
   float: right;
}

.features-list {
    font-size: 16px;
}

.classroom-video {
   padding-top: 10px;
   padding-bottom: 10px;
   width: 50%;
   margin: 0 auto;
}

.gotomypc-video {
   padding-top: 10px;
   padding-bottom: 10px;
   width: 50%;
   margin: 0 auto;
}

.price-no {
    font-size: 48px;
    line-height: 64px;
}

.per-year {
   margin-left: 8px;
}

.per-user,
.per-package,
.per-technician {
   margin-top: 15px;
}

.business-comparison-title {
   width: 100%; 
   /*
   margin: 0 auto;
   float: none;
   text-align: center;
   */
}

.business-comparison-intro {
    text-align: center;
    margin: 70px auto;
    width: 90%;
}

.business-comparison-intro h2 {
   font-size: 1.8em;
   line-height: 1.2em;
   font-weight: 400;
}

.business-comparison-links {
   text-align: center;
   margin-top: -30px;
   margin-bottom: 40px;
}

.js .main-nav a#responsive_menu_button {
   display: none;
}

.reseller-subtitle {
   color: #d0630b;
   font-size: 20px;
   margin-left: 0;
   margin-top: 32px;
}

.reseller-desc {
   margin-top: 20px; 
}

.partner-table {
   margin-top: 50px;
}

#partner-table a {
   padding: 5px;
}

#partner-table a img {
  width: 130px;
  max-height: 50px;
  margin: 10px;
}

.support-icon-all .support-icon-col {
	width: 50%;
	float: left;
}

.support-icon-all .support-icon-col .support-icon-cell {
	width: 100%;
}

.pricing-comparison-logmein,
.easy-to-migrate {
   margin: 30px auto;
}

.features-comparison-logmein th {
   width: 25%;
}

.features-comparison-logmein table tr:nth-child(even) {
   background: #f6f6f6; 
}

.features-comparison-logmein table td:nth-child(3),
.features-comparison-logmein table th:nth-child(3) {
    border-right: 1px solid #979797;
}

.personal-business-comparison .gray-out {
    color: #ddd !important;
    pointer-events: none;
}

.personal-business-comparison .expand {
    display: inline-block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.personal-business-comparison .right-arrow {
    width: 10px;
    height: 10px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 15px 0 0;
}

.personal-business-comparison .detail {
    display: none;
}
.personal-business-comparison .icon {
    height: 50px;
    width: 50px;
    display: inline-block;
}
.personal-business-comparison .expand-sign {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    position: relative;
    top: -0.9em;
}
.personal-business-comparison .remote {
    background-image: url("../../uploads/support.png");
    background-size: 100%;
}

.personal-business-comparison .gray-out .remote {
    background-image: url("../../uploads/support-gray.png");
    background-size: 100%;
}

.personal-business-comparison .premium {
    background: url("../../uploads/premium.png") no-repeat;
    background-size: 86%;
}

.personal-business-comparison .security {
    background-image: url("../../uploads/security.png");
    background-size: 100%;
}

.personal-business-comparison .platform {
    background-image: url("../../uploads/devices.png");
    background-size: 100%;
}

.personal-business-comparison table td:nth-child(2),
.personal-business-comparison table th:nth-child(2) {
    border-right: none; 
}

.personal-business-comparison .product-buttons {
    width: 50%;
    margin: 0 auto;
}

.personal-business-comparison th {
   width: 50%;
}
.personal-business-comparison .product-buttons .btn-get-app {
   /*width: 80%;*/
   margin: 0 auto;
}

.personal-business-comparison .feature-title {
   display: inline-block;
   padding: 0 10px;
   position: relative;
   top: -0.9em;
}

.personal-business-comparison .feature-item {
   padding: 20px 0;
}

.personal-business-comparison .feature-item h2 {
   font-size: 1.2em;
}

.personal-business-comparison .features-area {
   font-size: 1.6em;
   padding-top: 80px;
   font-weight: bold;
}

.personal-business-comparison .strong {
   font-weight: bold;
}

.main-slider .title h1 {
   font-weight: 400;
   line-height: 40px;
   font-size: 36px;
   margin-bottom: 20px;
}

.main-slider .subtitle h1 {
   font-weight: 400;
   font-size: 20px; 
   line-height: 26px; 
}

.color-white {
   color: white;
}

.main-slider .learn-more {
   margin-top: 20px;
   padding: 5px;
   color: white;
   font-size: 20px;
   /*border: 1px solid white;*/
   border-radius: 3px;
   display: inline-block;
   background: #00a0d2;
   /*text-transform: uppercase;*/
   text-decoration:none;
   cursor: pointer;
}

.xdisplay-page .product-header {
   height: 120px;
}
.product-header-xdisplay .product-title {
   text-align: center;
   width: 100%;
   float: none;
}

.xdisplay-page .extra-monitor h1,
.xdisplay-page .extend-mirror h1 {
   font-weight: 400; 
   text-align: center;
   margin-top: 50px;
   font-size: 2.0em;
}
.xdisplay-page .extra-monitor img,
.xdisplay-page .extend-mirror img {
   width: 98%;
   margin: 0 auto;
}

.xdisplay-download-block {
   text-align: center;
   margin-top: 60px;
}

.product-buttons-xdisplay {
   width: 70%;
   margin: 0 auto;
}

.xdisplay-page .supported-apps {
   width: 70%;
   margin: 40px auto;
}
.xdisplay-page .device-block {
   margin: 70px 0;
   text-align: center;
}

.device-block .device-item {
   width: 32.3%;
   display: inline-block;
}

.device-block .device-item img {
   height: 80px;
}

.product-content-whiteboard #overview .fluid-width-video-wrapper {
   padding-top: 60% !important;
}

/*.product-content-whiteboard h2 {
   font-size: 1.2em;
   font-weight: 400;
}
*/

.product-content-whiteboard #gallery,
.product-content-whiteboard #flipchart {
   margin: 0 auto;
}

.product-content-whiteboard #flipchart img {
   margin: 10px auto;
   width: 60%;
}

.third-party-notice {
   color: red;
}
.product-content-whiteboard .flipchart-steps {
   padding: 20px 0;
}
 
#gallery .gallery-item {
   width: 33.3333%;
   float: left;
   padding: 20px 0;
   text-align: center;
}

#gallery .gallery-item img {
   width: 80%;
}

#gallery .gallery-item .title {
   padding: 10px 0;
}

.customer-quote .title {
   margin: 20px;
   font-size: 1.2em;
}


/*================2016-09-23=================*/
#header {
   /*height: 70px;*/
   height: 82px;
   display: block;
   z-index: 999;
   width: 100%;
   font-family: 'Raleway', sans-serif;
   box-shadow: inset 0 -2px 0 0 #f6f6f6; 
   /*background: #3498db;*/
   background: white; 
   position: fixed;
}

#top-widget {
   /*margin: 0 1.5em;*/
   width: 94%;
   margin: 0 auto;
}

#header .logo {
   display: inline-block;
}

#header nav img {
   width: 18px;
   padding: 5px;
}

#header #menu-icon {
    display: inline-block;
    vertical-align: middle;
}
#header #menu-icon div {
    width: 24px;
    height: 3px;
    background-color: #777;
    margin: 6px 0;
}

#overlay-menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s; 
}

#overlay-menu .overlay-content {
   position: relative;
   top: 25%;
   width: 100%;
   text-align: center;
   margin-top: 30px;
}

#header ul {
   margin: 15px 0;
   padding: 0;
}

#header ul li {
   display: inline-block;
   margin: 0;
   vertical-align: middle;
}

#header nav {
   display: inline-block;
}

#header nav.right-menu-nav {
   /*right: 1.5em; */
   transition: top .5s;
}

#header .main-menu-nav a {
    /*margin: 0 0 0 2.5em;*/
    margin: 0 1.0em;
    background-position: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain; 
}

#header a:hover {
    text-decoration: none;
}

#header .main-menu-nav a.home-link.active:before {
    /*width: 82% !important;*/
}

#header .main-menu-nav a.active:before {
    content: "";
    position: absolute;
    width: 60%;
    margin: 0 auto;
    height: 3px;
    bottom: -4px;
    /*left: 2.5em;*/
    background: #3498DB;
    visibility: visible;
    border-radius: 5px;
    transform: scaleX(1);
    transition: .25s linear;
}

.featured-item .business-box .underline-center {
    margin-top: 20px;
}

.underline-center {
    content: "";
    width: 30px;
    margin: 20px auto;
    height: 3px;
    background: #3498DB;
    visibility: visible;
    border-radius: 5px;
    transform: scaleX(1);
    transition: .25s linear;
}

.underline-left {
    content: "";
    width: 30px;
    margin: 10px auto;
    height: 3px;
    background: #3498DB;
    float: left;
    visibility: visible;
    border-radius: 5px;
    transform: scaleX(1);
    transition: .25s linear;
}
.menu-title {
    margin-bottom: 30px;
}

#header .right-menu-nav ul li {
    margin: 0 0.8em;
    font-size: .875em;
}

.main-menu-nav a,
.right-menu-nav a {
   /*font-weight: 700;*/
   font-size: 15px;
   color: rgba(12, 12, 12, 0.82);
   text-decoration: none;
}

.front-page main {
   margin-top: 70px;
}

#footer-wrapper {
    background: rgba(48,53,57, 1.0);
    min-height: 400px;
}

#overlay-menu .overlay-menu-content {
    margin-top: 20vh;
}

#header #overlay-menu .logo {
    margin-top: 150px;
    display: block;
}

#footer .menu-content,
#overlay-menu .overlay-menu-content {
    text-align: center;
    color: #fff;
    padding: 10px 0;
    /*background: #2980b9;*/
    /*background: #212121;*/
}

#footer .menu-block,
#overlay-menu .menu-block {
    display: inline-block;
    vertical-align: top; 
    padding: 1.2em;
    text-align: left;
}

#footer .menu-block ul,
#overlay-menu .menu-block ul {
    float: left;
}

#footer .menu-block ul,
#footer .menu-block li,
#overlay-menu .menu-block ul,
#overlay-menu .menu-block li {
    margin: 0;
    padding: 0;
}

#footer .menu-block li,
#overlay-menu .menu-block li {
   list-style-type: none;
   margin: 10px 0;
}

#overlay-menu .menu-block li {
   display: block;
}

#footer .menu-block a,
#overlay-menu .menu-block a {
   color: #fff;
}

#overlay-menu ul {
   height: 100vh;
}
#overlay-menu #menu-close-icon {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 48px;
}
#footer small {
   display: block;
}


/*#featured-area-widget {*/
.pioneer {
   background: url('../../uploads/featured-ras-bg.jpg');
   position: relative;
   background-position: center;
   background-size: cover;
   min-height: 768px;
}

.remote-support.pioneer {
    background: url('../../uploads/remote-support-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: -20px;
}

.business-access.pioneer {
    background: url('../../uploads/business-access-pioneer.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: -20px;
}

.sos.pioneer {
    background: url('../../uploads/sos-pioneer.png');
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: -20px;
}

#featured-area-widget .news {
    background: rgba(41, 128, 185, 0.8);
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*padding: 10px;*/
}

.featured-area { 
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
}

.featured-content {
    display: table;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.featured-item {
    display: table-cell;
    padding: 0px;
    width: 50%;
    color: #fff;
    height: 100%;
}

.featured-item.rs {
    /*background-color: rgba(33, 150, 243, .23);*/
    background-color: rgba(43, 58, 86, .5);
    /*background-color: rgba(33, 150, 243, .6);*/
    /*background-color: rgba(139, 195, 74, 0.18);*/
}

.featured-item.ra {
    background-color: rgba(43, 58, 86, .5);
}

.btn-trial, .btn-buy-now {
   text-align: center;
   margin: 0 auto;
   text-transform: uppercase;
}

.business-box {
    color: #fff;
    width: 100%;
    bottom: 0px;
}

.featured-content #remote-access,
.featured-content #remote-support {
    width: 50%;
    bottom: 10vh;
    position: absolute;
}
/*
.featured-item .business-box div:before,
.featured-item .business-box div:after {
  content : "";
  position: absolute;
  left    : 0;
  bottom  : 0;
  height  : 1px;
  width   : 80%;
  border: 3px double magenta;
  margin: 0 auto; 
}
*/

.featured-item #remote-support img,
.featured-item #remote-access img {
    width: 20%;
}

#remote-support .widget-content-home h1,
#remote-access .widget-content-home h1 {
    line-height: 30px;
    margin: 0 auto;
    letter-spacing: 0.1px;
}

.desc ul li {
    list-style-type: none;
}

.desc ul {
    padding-left: 0;
}

.desc a {
    color: #3498db;
}

#strength-points {
   text-align: center;
}

#strength-points img {
    height: 120px;
}

.strength-points-desc {
    font-size: 1.3em;
    font-family: "Raleway";
    font-weight: 500;
}

#strength-points .reliable,
#strength-points .secure,
#strength-points .easy-to-deploy {
    padding: 20px;
    min-height: 380px;
}


#strength-points .reliable:hover,
#strength-points .secure:hover,
#strength-points .easy-to-deploy:hover {
    /*background: rgba(43, 58, 86, .5);*/
}


#menu-area {
   float: right;
}

#header .logo {
   margin: 0; 
}

.main {
    margin-top: 82px;
}

.home-products-title {
    margin: 50px auto;
}

.customer-container {
    text-align: center;
    background: #E4E4DE;
    padding: 20px 0;
}

#footer .logo {
    margin-top: 150px;
}

#footer .subscribe-email-area {
    margin: 32px 0;
    width: 100%;
    color: white;
}

#footer #mc_embed_signup input.email {
    color: black;
    display: inline-block;
}

#footer #mc_embed_signup input.button {
    display: inline-block;
}

.img-grayout {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'//www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */

	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

#remote-support-sym {
    margin-left: -5em;
    margin-top: -23em;
    position: absolute;
}

#remote-access-sym {
    margin-left: -5em;
    margin-top: 6em;
}

.st-table {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.st-row {
    display: table-row;
    /*line-height: 32px;*/
}

.st-cell {
    display: table-cell;
    width: 50%;
}

.st-table li {
    list-style-type: none;
}

.st-table-block .remote-support-free-trial,
.st-table-block .remote-support-buy-now {
    width: 20%;
    padding: 10px;
    display: block;
    /*margin: 10px auto;*/
    background: #2980b9;
    color: white;
    text-align: center;
    border-radius: 4px;
    transition: background-color .5s, font-size .5s;
}

.st-table-block a.remote-support-free-trial:hover,
.st-table-block a.remote-support-buy-now:hover {
    background-color: #3498db;
    /*font-size: 1.2em;*/
}

.product-buttons .btn-get-app {
    margin: 0 auto;
}

.product-top-right .product-buttons {
    width: 100%;
}

.st-table .pricing {
    display: none;
}

.st-table .more-pricing {
    text-align: right;
    padding-right: 10vw;
    text-decoration: underline;
    color: blue;
}

.st-table .st-cell:nth-child(1) {
    border-right: 1px solid #979797;
}

.st-row.st-thead {
    font-size: 32px;
}

.st-table .st-row.st-thead .st-cell {
    background: rgba(119, 119, 119, 0.4);
    padding: 32px 0;
}
.st-table .st-row .st-cell {
    padding: 15px;
}
.st-table .st-row .st-cell:nth-of-type(odd) {
    /*background: rgba(119, 119, 119, 0.37);*/
}

.st-table-block {
    /*margin: 100px auto;*/
    width: 70%;
    margin: 0 auto;
}

.st-table .support-type {
   font-size: 24px;
}

.sos .pioneer-desc .product-buttons,
.business-access .pioneer-desc .product-buttons,
.remote-support .pioneer-desc .product-buttons {
    width: 50%;
}

.pioneer-overlay-bg {
    background-color: rgba(43, 58, 86, .3);
    height: 100%; 
    width: 100%;
    position: absolute; 
}

.pioneer-desc-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.pioneer-desc {
    width: 100%;
    /*bottom: 40px;*/
    color: white;
    bottom: 2vh;
    padding: 64px;
    position: absolute;
    /*padding: 10px;*/
    /*font-family: "Ubuntu", sans-serif;*/
}

.featured-item .pioneer-desc h1,
.featured-item .pioneer-desc a {
    font-weight: 500;
    font-family: "Raleway";
}

.pioneer-desc h1 {
    /*font-size: 2.8em;
    font-weight: 400;*/
    font-weight: 700;
    font-family: "Raleway";
    margin-bottom: 10px;
}

.pioneer-desc h2.subtitle {
    /*font-size: 1.6em;
    line-height: 1.3em;
    font-weight: 300;*/
    font-weight: 500;
    margin: 10px 0px 20px 0;
    letter-spacing: 1.4px;
    font-size: .85em;
    text-transform: uppercase;
}

.pioneer-desc h2.desc {
    font-weight: 500;
    letter-spacing: .1px;
    width: 40%;
}

.business-box .product-buttons {
    width: 60%;
    margin: 0 auto;
}

.business-box .product-buttons .btn-trial,
.business-box .product-buttons .btn-buy-now {
    width: 70%;
    margin: 0 auto;
}

.iconbox-content-container {
    width: 100%;
}

.business-box h1 a {
    color: white; 
    font-weight: 500;
    text-decoration: none;
}

.business-box .widget-title-home h1 a {
    font-weight: 500;
}
.business-box h1 a:hover {
    color: #00a3d5;
}


.vcenter {
    display: flex;
    align-items: center;
}

.home-widgets img {
    width: 88%;
}

.home-widgets .iconbox-content-text {
    padding-left: 30px; 
}

.pricing-container-rs {
    width: 80%; 
    margin: 0 auto;
}

.pricing-container-rs .info-sign {
    font-size: 0.8em;
}

.pricing-item-control {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pricing-item-control .basic-plus-pricing {
   padding: 32px;
   width: 100%;
}

.pricing-item-control .basic-plus-pricing .row {
   font-size: 1.2em;
   padding: 10px 0;
   border-top: 1px solid;
   border-left: 1px solid;
   border-right: 1px solid;
}

.pricing-item-control .basic-plus-pricing .row:last-child {
   border-bottom: 1px solid;
}

.pricing-item-rs {
    width: 50%;
    padding: 32px 32px 10px;
    text-align: center;
    float: left;
}

.pricing-item-rs ul li {
    list-style-type: none;
}

.pricing-item-rs .pricing {
    display: block;
}

.pricing-item-rs .pricing-item-basic .title {
    padding: 30px 10px;
}

.pricing-item-rs .title h1 {
    margin-top: 0;
}

.pricing-item-rs .title h1 img {
    width: 128px;
    margin: 0 auto;
}
.pricing-item-rs .title {
    color: #fff;
    padding: 10px 10px;
    font-weight: 500;
    background-color: rgb(41, 128, 185); 
    background-image: -moz-linear-gradient(38deg, rgba(8, 129, 216, .38), rgba(205, 235, 142, 0.6));
    background-image: -webkit-linear-gradient(38deg, rgba(8, 129, 216, .38), rgba(205, 235, 142, 0.6));
    background-image: linear-gradient(38deg, rgba(8, 129, 216, .38), rgba(205, 235, 142, 0.6));

}

.pricing-item-rs .content {
    font-size: 1.3em;
}

.pricing-item-rs .more-pricing {
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
    color: blue;
}

.pricing-item-basic {
    /*background-color: #f0f0f3;*/
    background-color: rgba(240, 240, 243, 0.43);
    border: 1px solid white; 
}
.pricing-item-plus {
    /*background-color: #f0f0f3;*/
    background-color: rgba(240, 240, 243, 0.43);
    border: 1px solid purple; 
    height: 100%;
}

.pricing-item-rs .category {
    line-height: 2.3em;
    min-height: 2.3em;
    color: #fff;
    font-size: 1.25em;
}

.pricing-item-plus .category {
    background-color: rgb(195, 55, 55);
    background-image: -moz-linear-gradient(38deg, rgba(195, 55, 55, .38), purple);
    background-image: -webkit-linear-gradient(38deg, rgba(195, 55, 55, .38), purple);
    background-image: linear-gradient(38deg, rgba(195, 55, 55, .38), purple);
}

.pricing-item-rs .features {
    /*margin-top: 32px;*/
}

.pricing-item-rs .features .plus-border {
    /*width: 80%;*/
    margin: 15px auto;
    font-size: 0.8em;
    font-style: italic;
    /*border: 1px solid gray; */ 
}

.pricing-item-rs .rs-features-include {
    margin-bottom: 30px;
}

.pricing-item-plus .rs-features-include b {
    background: yellow;
}

.pricing-item-rs ul {
    margin: 0;
    padding: 0;
}

.iconbox-content .footnote {
    margin-top: 32px;
    font-size: 0.8em;
    line-height: 1.2em;
}

.remote-support-page .footnote {
    font-style: italic;
    padding-left: 32px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.sos-page .desc-note {
    font-size: 20px;
    line-height: 28px;
}

.remote-support-page .desc-note {
    font-size: 22px;
    line-height: 28px;
    margin-top: 32px;
}

.sos-page .desc-note a,
.remote-support-page .desc-note a {
    font-size: 0.9em;
    color: white;
}
.product-iconbox-header {
    padding: 32px 0;
}

#see-pricing {
    padding-top: 60px;
}

.blockquote-title {
    margin-top: 64px;
}

.single .status-publish {
    padding: 32px;
}

.customer-container img {
    margin: 15px;
    max-height: 64px;
}

.blog-pic {
    width: 50%;
    padding: 40px;
    margin: 0 auto;
}

.rmm-header-links {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.rmm-header-links a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
    text-decoration: none;
    padding: 20px 0;
    background: #95a5a6;
    color: #fff;
    transition: background .5s;
}

.featured-item .learn-more {
    /*display: inline-block;*/
    font-size: 1.3em;
    padding: 10px;
    /*margin-left: 10px;*/
    /*text-decoration: underline;*/
    cursor: pointer;
}

.featured-item .learn-more a {
    color: white;
}

.featured-item .learn-more a:hover {
    color: #00a3d5;
    text-decoration: none;
}
.featured-item .widget-content-home h1 > span {
    display: block;
}

.rs-pricing-block {
    text-align: center;
    font-size: 1.2em;
}

.rs-pricing-block .subtitle {
    color: gray;
    margin-bottom: 32px;
    font-size: 1.2em; 
}

.rs-pricing-note {
    margin: 32px auto;
    text-align: center;
}

.rs-pricing-note ul {
    display: inline-block;
    text-align: left;
}

.pioneer-desc .phone-no {
    color: white;
}

.demo-video-item {
    padding: 30px;
}

.demo-video-desc {
    padding: 10px 0;
    font-size: 1.2em;
}

.demo-video-customer-case {
    margin-top: 30px;
    margin-bottom: -20px;
}

#first-layer-menu {
    width: 100%;
    text-align: right;
    padding-right: 45px;
}

#first-layer-menu a {
    margin: 10px 5px;
    color: black;
}

#second-layer-menu {
    width: 100%;
}

.compare-basic .comparison-table th,
.compare-plus .comparison-table th
{
    width: 50%;
}

.margin-top-s {
    margin-top: 16px;
}

.margin-top-m {
    margin-top: 32px;
}

.margin-bottom-s {
    margin-bottom: 16px;
}

.margin-bottom-m {
    margin-bottom: 32px;
}

.social-icons li {
    display: inline-block;
    margin: 0px 1px;
    list-style: none outside none;
    width: 32px;
}

.social-icons img {
    max-width: 100%;
}

.single-button-m .product-buttons .btn-buy-now a {
    padding: 8px 0;
    background: #2980b9;
    color: white;
}

.product-header-downloads {
    height: 150px;
}
.product-header-downloads .product-title {
   text-align: center;
   width: 100%;
}

.downloads-page .download-choices {
   font-size: 1.4em;
   width: 100%;
   padding: 20px;
   background: lightgray;
}

.downloads-page .learn-more {
   width: 100%;
}

.downloads-page .learn-more h4 {
   font-size: 1.0em;
}

.downloads-page .downloads-diagram img {
   width: 100%;
}

.download-choices h4 {
   padding-left: 2.0em;
   font-size: 1.2em;
}

.terms-privacy a,
.terms-privacy a:hover {
   color: #fff;
   text-decoration: none;
}

#about-us-page {
}

#about-us-page .product-header {
   height: 120px;
}

#about-us-page .banner {
   width: 100%;
}

#about-us-page .about-us-image {
   margin: 20px 0 50px 0;
}

#about-us-page .about-us-image img {
   max-width: 300px;
   max-height: 200px; 
}

#about-us-page .about-us-image.reliable-svg-icon {
   margin-left: -60px;
}

.products-page .dl-section-container {
   box-shadow: none;
   padding-bottom: 0;
}

.products-page .dl-banner {
   padding-top: 0;
}

.products-page .dl-section {
   width: 100%;
}

.menu-title h3 a {
   text-decoration: none;
   font-weight: 400;
}

.new-feature-item {
   color: red;
}

.sos-download-logo {
   width: 128px;
   display: block;
   margin: 5px auto 20px auto;
}

.sd-windows-mac-block h2,
.sd-ios-block h2,
.sd-android-block h2 {
   text-align: center;
}

.sd-windows-mac-block,
.sd-ios-block,
.sd-android-block {
   width: 60%;
   margin: 30px auto;
   font-size: 16px;
   display: none;
}

.sd-windows-mac-block li,
.sd-ios-block li,
.sd-android-block li {
   margin: 20px auto;
}

.sd-footer {
   text-align: right;
   font-size: 12px;
   margin-right: 10%;
}

.access-mobile-video {
   padding-top: 32px;
   padding-bottom: 32px;
}

.best-deal {
   margin-bottom: -20px;
}

.best-deal-no {
   height: 24px;
}

.main-menu-new {
   color: red;
   padding: 4px;
   font-family: Helvetica, Arial, sans-serif;
}


.product-header-migration {
    height: 150px;
}

.product-header-migration .product-title {
   text-align: center;
   width: 100%;
}

.comparison-page .product-title {
   width: 100%;
}

.comparison-page ul {
   list-style-type: none;
   margin: 0;
   padding-left: 0;
}

.comparison-page .comparison-item {
   margin: 32px 0;
}

.comparison-page .comparison-item-title {
   font-weight: 700;
   font-size: 1.5em;
}

.comparison-page .comparison-item-title a {
   color: blue;
   text-decoration: underline;
}

.anywhere-access-page .desc-area,
.anywhere-access-page .subscribe-area {
   margin: 20px auto;
}

.anywhere-access-page .subtitle {
   font-size: 1.5em;
   font-weight: 700;
}

.anywhere-access-page .product-title {
   width: 100%;
}

.anywhere-access-diagram {
   margin: 20px auto;
}
.anywhere-access-diagram img {
   max-width: 100%;
}

.product-lmi-comparison-page .product-header,
.anywhere-access-page .product-header {
   height: 100px;
}

.product-lmi-comparison-page .product-intro {
   width: 100%;
   text-align: inherit;
}

.product-lmi-comparison-page .comparison-table table td:nth-child(1), 
.product-lmi-comparison-page .comparison-table table th:nth-child(1) {
   border-right: none;
}

.compare-pricing-table {
   margin-bottom: 40px;
}

.compare-pricing-table .price-no {
   font-size: 24px;
   line-height: 24px;
}

.share-your-screen-page .iconbox-content {
   background: #fff;
   min-height: 300px;
}
.share-your-screen-page .iconbox-content-img img {
   max-width: 100%;
   width: 60%;
}
