.display-none { display: none; }
.error-baloon { margin: 8px 8px; border: 1px solid #a00; border-radius: 3px; padding: 8px; background-color: #ecc; color: #333; }
.padding-zero { padding: 0px; }
.padding-15px { padding: 15px; }
.productbox { border: 1px solid grey; display: inline-block; padding: 0.5em 0.7em 0.5em 0.7em; margin: 0.5em 0.5em 0.5em 0; font-size: 13px; }

.vcenter{
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.post > .post-content > .post-meta {
    line-height: 2.2em;
}

.entry-title > h2 {
    color: #333;
}

.home-sprite-top-container {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.buy-subscribe-download > div > a {
    display: block;
    margin: 30px auto 40px auto;
}

.buy-subscribe-download > div > a > img {
    display: block;
    margin: 0 auto 0 auto;
}

/* Embedded youtube videos with 16x9 aspect ratio */
.responsive-video-wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.responsive-video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
}

/* Fix the "Size content to viewport" error from the PageSpeed Insights tool */
section.page-top.page-header-1 >div.container >div.row {margin-left: 0; margin-right: 0; }

/* User Guide */
div.techdetail { margin-top: 2px; margin-bottom: 10px; }
div.techdetail p { font-size: 10px; line-height: 15px; }
div.techdetail p.caption { font-size: 9px; line-height: 14px; text-align: center; font-weight:700; margin-top: 62px; }
div.techdetail div.icon { float: left; width: 100px; background: url(/images/gears-icon.png) 50% 0% no-repeat; }

div.exclamation { margin-top: 2px; margin-bottom: 10px; }
div.exclamation div.icon { float: left; width: 100px; height: 60px; background: url(/images/exclamation-icon.png) 50% 0% no-repeat; }

/* Phone-specific pages */
h2.phone-page {
    text-align: center;
    font-weight: 400;
}

.four-sync-guides {
    margin-bottom: 100px;
}

.phone-page-video-row {
    margin-bottom: 40px;
}

/* Contact us page */
form.cform input[type="text"] { width: 370px; max-width: 100%; }
form.cform textarea { width: 585px; max-width: 100%; }
form.cform .attention { color: #990000; }

/* Testimonials */
.reviewquote blockquote { padding: 1em; margin: 0; position: relative; border: none; }
.reviewquote blockquote p { font-style: normal; font-weight: 400; font-size: 15px; margin: 0 0 0.5em 0; }
span.quoteby { display: block; text-align: right; font-style: normal; margin-right: 2em; margin: -0.2em 0 0 0; }
.reviewquote span.quoteby { font-size: 14px; font-weight: 700; }
.testi span.quoteby { font-size: 12px; font-weight: 400; }
span.lq, span.rq {
    font-family: "Arial, Helvetica, Serif";
    font-size: 25px;
    position: absolute;
    color: #0096d6; font-weight: bold;
}
span.lq { left: -1px; }
span.shiftup4 { position: relative; top: -4px; }

/* Main Menu */
header#header div.header-main div.container #main-menu .mega-menu > li.menu-item  > a {
	background: transparent;
	color: black;
}

header#header div.header-main div.container #main-menu .mega-menu > li.menu-item.active  > a {
    border-radius: 0;
    border-bottom: 4px solid #0297d7;
}

header#header div.header-main div.container #main-menu .mega-menu > li.menu-item:hover > a {
    color: #0297d7;
}

header#header div.header-main div.container #main-menu .mega-menu > li.menu-item.has-sub:hover  > a {
    background: #0297d7;
    color: #ffffff;
}

/* Socials next to menu
html body #header.header-corporate .share-links a {
    color: white;
    background: #0297d7;
}
#header.header-corporate .share-links a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 0 2px;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    font-size: 14px;
    color: #525252;
    background-color: #fff;
}
*/

/* Language swicher in the main menu (desktop view) */
ul.main-menu > li.menu-item:last-child {
	background:url(/images/sprite.png) #fff right no-repeat;
	border:1px solid #CACACA;
	margin-top:5px !important;
	margin-left: 21px !important; /* change this value*/
}

ul.main-menu > li.menu-item:last-child > a {
    padding: 0px 40px 0px 10px;
	text-align:center;
	color:grey !important;
	background:none !important;
}

ul.main-menu > li.menu-item:last-child > ul.sub-menu {
	position:absolute !important;
	z-index:100;
}

ul.main-menu > li.menu-item:last-child > ul.sub-menu > li.menu-item {
	margin-top:2px;     
	margin-left: -1px;	
	display:none !important;
	border: 1px solid #CACACA; 
	text-align:center;
	background-color: white;
}

ul.main-menu > li.menu-item:last-child:hover > ul.sub-menu > li.menu-item {
	display:block !important;
}

ul.main-menu > li.menu-item:last-child > ul.sub-menu > li.menu-item > a{
    padding: 0px 40px 0px 10px;
	font-family: Open Sans;
    font-size: 0.9em;
    line-height: 18px;
	font-weight: 400;
	color:grey;
}

/* Language swicher in the mobile menu (mobile view) */
ul.accordion-menu > li.menu-item:last-child > ul.sub-menu {
    padding-left: 0px;
    display: block;
}

ul.accordion-menu > li.menu-item:last-child > a {
    display: none;
}

/* Subscription payment page */
.payment-page h2, .payment-page h3 {margin-right: 30px; margin-bottom:15px; color: black; font-size: 18px; font-weight: bold;}
.payment-page input {display: block; width: 250px; padding: 3px; margin: 5px 0;}
.payment-page select {width: auto; padding: 3px; margin: 5px 0;}
.payment-page select#billing_country_code { width: 260px;}

.payment-page-part {margin: 8px;}
.payment-page-part input.small {width: 4em;}
.payment-page-part label {display: block; font-weight: bold;}
.payment-page-part label.required:after {content: "* "; color: #F00; font-weight: bold; font-size: 18px;}

.payment-page-part-left, .payment-page-part-right {display:inline-block; vertical-align: top; min-width: 49%;}

.payment-page .payment-info {
    background-color: #eee;
    padding: 1px 0px 10px 18px;
}

.payment-page .with-lock-background {
    margin-bottom: 10px;
    padding-left: 40px;
    padding-top: 5px;
    min-height: 32px;
    background:url(/images/lock.png) #eee left no-repeat;
}

.payment-page .explain {
    margin: 0;
    color: #333;
    font-size: 12px;
    font-weight: normal;
}

.payment-page .payment-info .explain {max-width:270px;}

.payment-page .button-wrapper {padding: 8px 20px 0 0; text-align: right; font-size: 18px;}

/* Subscription detail page */
.payment-page td.col1 { padding: 5px 10px 5px 7px; font-weight: 700;}

/* Multi-user page */
table.price-grid { background: #cacaca; border: 1px solid #0096d6; }
table.price-grid td { border: 1px solid #0096d6; padding: 10px 20px; font-size: 18px; }
table.price-grid tr td:first-child, table.price-grid span.price { font-weight: 700; }

.multi-user-form label { font-size: 1.2em; font-weight: 700; }
.multi-user-form #num_users { font-size: 18px; font-weight: 700; margin-left: 7px; margin-right: 22px; margin-bottom: 4px; }
.multi-user-form input.billing-submit { padding-left: 1em; padding-right: 1em; }

.contact-us-form textarea {min-width: 80%;}

/* Center images on blogs and pages, but provide classes to override this */
.type-post img, .type-page img { display: block; max-width: 100%; height:auto; }
.type-post img, img.center { margin-left: auto; margin-right: auto; } /* Center images horizontally in blogs only, not in pages */
.type-post img.avatar { margin-left: 0; } /* Do not ceneter avatars in blog comments */
.type-post img.wp-smiley { display: inline; } /* Display smileys normally */
.type-post img.inline, .type-page img.inline { display: inline; } /* Display images with inline class normally */
@media \0screen {.type-post img, .type-page img { width: auto }} /* Prevent height distortion in IE8. */

/* Blog thumbnails for the main /blog page */
div.img-thumbnail-wrapper img {margin-bottom: 20px; }

/* A nice table class whenever we want to use it (for example on the phone-specific landing pages) */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #ccc;
}
.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #fff;
}
.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #ccc;
    color: #333;
    background-color: #f0f0f0;
}
.tg .tg-baqh {
    text-align: center;
    vertical-align: top
}
.tg .tg-yw4l {
    vertical-align: top
}

/* Comments */
.type-post span.comments, .type-post span.date { margin-top: 20px; display: block; background: #fdb813; text-align: right; font-size: 18px; line-height: 18px; padding: 5px 15px; color: #fff; text-transform: uppercase; }
.type-post span.comments   { background: none; text-transform: lowercase; margin: 0; font-size: 12px; }
.type-post span.comments a { color: #898989; text-decoration: none; }
.type-post h2 a, .type-page h2 a { color: #0096d6; text-decoration: none; }
.type-post h2 a.under, .type-page h2 a.under { color: #0096d6; text-decoration: underline; }

span.num-comments { display: inline-block; margin-bottom: 1em; border-bottom: 3px solid #fdb813; }
ul.comment, li.comment { list-style-type: none; }
h3.comment-reply-title { display: inline-block; text-transform: uppercase; background: #fdb813; color: white; padding: 0.4em; font-size: 22px; }
h3.comment-reply-title small { text-transform: none; }
div.comment-body { padding-left: 20px; border-left: 3px solid #0096d6; margin-bottom: 28px; margin-top: 28px; }
div.comment-body.support { border-left-color: #fdb813; }

div.comment-body blockquote { display: block; margin: 0 1em 0.8em 1em; padding: 10px 5px 10px 5px; background-color: #ddd; border: 2px dashed #aaa; }
div.comment-body blockquote p { display: block; margin: 0; font-weight: bold; font-style: italic; }

div.comment-body>div.comment-author>cite.fn { display: inline-block; color: #0096d6; font-family: Arial, Gadget, sans-serif; font-size: 18px; font-style: normal; margin-right: 1em;  margin-bottom: 0.4em; }
div.comment-body.support>div.comment-author>cite.fn { color: #fdb813; font-weight: bold; }
span.comment-datetime { color: #878787; }

a.comment-reply-link { color: #231f20; text-transform: uppercase; font-style: italic; text-decoration: none; }
a#cancel-comment-reply-link, a#cancel-comment-reply-link:visited { color: #0000ee; margin-left: 2em; }

.comment-form label { display: block; font-size: 20px; margin-top: 5px; margin-bottom: 5px; color: #878787; }
.comment-form input#submit { background-color: #0096d6; color: white; padding: 0.2em; font-size: 22px; margin-top: 0.1em; padding-left: 0.5em; padding-right: 0.5em; }

/* Footer */
#footer .footer-top {
    background-color: #0e0e0e;
    padding: 45px 45px 20px 45px;
}
#footer .footer-bottom {
    background-color: #060606;
}
div#footer a:hover {
    text-decoration: none;
}
.footer-top-L-title {
    color: #ffffff;
    font-size: 18px;
    margin: 25px 0px 10px 0px;
}
.footer-top-L-block-inner {
    display: inline-block;
    margin: 0 auto;
}
.footer-top-L-block .main-sprite {
    float: left;
    margin: 10px;
}
.footer-top-R-item {
    vertical-align: top;
    display: inline-block;
    margin: 0 auto;
}
.main-sprite-bbb, .main-sprite-approved {
    margin-top: 22px;
}
.review-text {
    max-width: 200px;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
    display: inline-block;
    margin: 0 auto -1em 0;
}
.footer-bottom-L, .footer-bottom-R {
    padding: 45px 15px;
}
.footer-bottom-L-contact {
    padding: 5px 8px;
    color: #ffffff;
    background-color: #0e0e0e;
    font-size: 18px;
}
.footer-bottom-M {
    padding: 80px 15px 15px 15px;
    color: #474747;
}
#footer .footer-bottom .footer-bottom-M a {
    color: #474747;
}
.footer-payment {
    margin: 0 auto;
}

.footer-payment { margin-right: auto; }
@media screen and (min-width: 1450px)  { .footer-payment { margin-right: 24%; } }
@media screen and (min-width: 1525px)  { .footer-payment { margin-right: 26%; } }
@media screen and (min-width: 1625px)  { .footer-payment { margin-right: 28%; } }
@media screen and (min-width: 1725px)  { .footer-payment { margin-right: 30%; } }


/*******************/
/* START HOME PAGE */
/*******************/

/* Your CSS goes here */
/*.page-content .content-header{
    background:url('/design/Artwork/sync-outlook.png') no-repeat center center;
    height: 500px;
}*/
.bg-image {
    position: relative;
}
.bg-image img {
    display: block;
    width: 2000px;
    margin: 0 auto;
}
.android-bg {
    background-color:#f4f4f4;
}

.content-header .header-title {
	position: absolute;
	z-index: 10;
}
.content-header .header-title .header-title-area {
	width: 60%;
}
.content-header .header-title .header-description-area {
	width: 50%;
}
.content-header .header-title h1 {
	color: white;
	font-size: 3vw;
	margin-top: 7%;
	margin-bottom: 3vw;
	margin-left: 10%;
	line-height: 4vw;
}
.content-header .header-title h2 {
	color: white;
	font-size: 2vw;
	margin-left: 12%;
	line-height: 3vw;
}
.content-header .header-bottom {
	height: 130px;
	background-color: black;
}
.content-header .header-bottom .sync-description-area {
	padding-left: 3vw;
	padding-top: 40px;
	height: 90px;
}
.content-header .header-bottom .sync-button-area {
	height: 130px;
}
.content-header .header-bottom .sync-description-area .title{
	color: white;
	font-size: 24px;
}
.content-header .header-bottom .sync-description-area .description{
	color: grey;
}
#content .page-content .btn-orange {
	/*background-color:#f1ab33;
	border-color:orange;*/
	background: #fbb731;
}

#content .page-content .btn-orange:hover{
	background: #bf7e0d;
	transition: all 300ms ease;
}

#content .page-content .btn {
	vertical-align:middle;
    color: white;
	padding:3px 10px 3px 10px;
    font-family: Arial;
    font-weight: 700;
   /* font-size: 21pt;*/
   font-size: 17pt;
}
#content .page-content .btn-download, #content .page-content .btn-download:hover {
	background-image: url("/design/Artwork/icon-download.png");
	background-repeat: no-repeat;
	background-position: 25px center;
    padding-left: 65px;
}
#content .page-content .btn span {
    display: inline-block;
    margin: 10px;
}
.content-header .header-bottom .sync-button-area .btn-freesync {
	float: right;
	margin-right: 10%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.content-area .post-wrap{
	width: 85%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.content-area .post-wrap .media-container {
    border: solid 1px rgba(208, 204, 204, 0.57);
	width: 100%;
/*	margin: auto;*/
	border-radius: 7px;
}
.content-area .post-wrap .media-container .header {
	background-color: #0397d6;
	border-radius: 7px;
	text-align: center;
	height: 72px;
    border: solid 3px white;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;	
}
.content-area .post-wrap .media-container .body {
    top: -3px;
    position: relative;
    border: solid 3px white;
    border-top: none;
}
.content-area .post-wrap .media-container .header .media-title {
	float: left;
	color: white;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Open Sans';
	padding-top: 13px;
}
.content-area .post-wrap .media-container .header .header-label {
	display: inline-block;
	margin: auto;
}
.content-area .post-wrap .media-container .header img{
	float: left;
	margin: 8px;
}
.content-area .post-wrap .media-container .body img{
	position: relative;
	width: 100%;
	height: 170px;
}
.content-area .post-wrap .media-container .body .black-title{
	position: absolute;
	text-align: center;
	z-index: 10;
	font-size: 27px;
	line-height: 38px;
	margin-top: 30px;
	color: black;
	left: 0;
	right: 0;
}
.content-area .post-wrap .media-container .detail {
	padding: 25px;
	line-height: 25px;
}
.content-area .post-wrap .media-container .detail .black-detail {
	color: #5d5858;
	font-size: 21px;
	line-height: 30px;
}

.content-area .device-wrap{
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 0px;
    border-top: solid 1px rgba(128, 128, 128, 0.52);
    text-align: center;
}
.content-area .device-wrap .detail-container {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}
.content-area .device-wrap .detail-container .device-detail {
	color: grey;
}
.content-area .device-wrap .device-image-container {
	padding-top: 70px;
}
.content-area .device-wrap .device-image-container img{
    position: relative;
    width: 55%;
    margin-left: auto;
    margin-right: auto;

}
.content-area .key-feature-wrap {
	width: 80%;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
    border-top: solid 1px rgba(128, 128, 128, 0.52);
    text-align: center;
}
.content-area .key-feature-wrap .block:last-child {
	margin-bottom: 40px;
}
.content-area .key-feature-wrap .key-container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 40px
	 
}
.content-area .key-feature-wrap .bookmark {
    float: left;
    font-size: 2vw;
    margin-left: 5%;
    color: #419ad1;
}
.content-area .key-feature-wrap .key-container .black-feature {
	color: black;
}
.content-area .middle-bar {
	background-color: black;	
}
.content-area .middle-bar .support-image-container img, .content-area .middle-bar .support-image-container button {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.support-image-container .btn-download {
	margin-top: 35px;
    margin-bottom: 35px;
}
.btn-download span {
	margin-left: 40px;
}
.content-area .synchronize-help {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}
.content-area .synchronize-help .row {
	margin-bottom: 2em;
}
.content-area .bottom-bar {
	background-color: #3fa9db;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.content-area .bottom-bar h1 {
	color: white;
}
.content-area .icon-set {
	width: 60%;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.content-area .icon-set .icon-container {
	width: 50%;
	float: left;
}
.check-icon {
	background: #ffffff url("/design/Artwork/checkmark.png") no-repeat center center;
    height: 35px;
    width: 30px;
    float: left;
    background-position: 0px 9px;
    	
}

.col-height {
	display: flex;
}

/*New Modification on home-page 07/29/2016*/

.content-area .post-wrap .media-container .row-fluid.body .main{
	background: url(../design/Artwork/attributes-bg.jpg) no-repeat;
	background-size: cover;
	height: 220px;
}

#content > article > div > div > div.content-area > div.row-fluid.middle-bar > div > div:nth-child(2) > div{
	text-align: center;
}

/*pop up video*/

.overlay:target ,
.overlay:target #popup_box{
	display: block !important;
}

a.close-modal:active .overlay:target,
a.close-modal:active .overlay:target #popup_box{
	display: none !important;
}


.modal{
	top: 10% !important;
}

.modal-body{
	height: 590px !important;
}

.close{
	position: absolute;
	right: -20px;
	bottom: -20px;
	padding:0;
	float: none;
	opacity: 1 !important;
	font-size: 24px !important;
	color: #fff !important;
	transition: all 300ms ease;
}

button.close{
	padding:0;
	background: #666 !important;
	width: 40px;
	height: 40px;
	border-radius: 150px;
	border: 4px solid #fff !important;
}

#content > article > div > div > div.content-area > div.key-feature-wrap   div.key-container h3{
	margin-bottom: 0.8em !important;
}


/*END NEW MODIFICTION ON HOME PAGE 07/29/2016*/

/* REMOTE INSTALLATION PAGE START*/

#remote-installation-page .remote-header h1{
	font-family: Open Sans;
	font-size: 36px !important;
	padding-top: 80px;
	line-height: 1.4;
}

#remote-installation-page .remote-header h1 b:nth-child(2),
#remote-installation-page .remote-header h1 b:nth-child(3),
#remote-installation-page .remote-header h1 b:last-child{
	font-weight: 600;
}

#remote-installation-page .remote-header h1 b:last-child{
	font-size: 43px;
}

#remote-installation-page .akto-arrow{
	background: url(../design/Artwork/akruto-arrow.png) no-repeat;
	background-size: contain;
	background-position-x: 100%;
	height: 30px;
	width: 30px;
	float: right;
}

#remote-installation-page .arrow-style ul li{
	font-family: Open Sans;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.7;
	color: black;
}

#remote-installation-page .arrow-style ul li .col-xs-2{
	padding-right: 0 !important;
}

#remote-installation-page .arrow-style ul li .akto-arrow-txt{
	display: inline-block;
}
#remote-installation-page .arrow-style ul{
	padding-left: 0 !important;
}

#remote-installation-page > div.container-fluid.buy-remote-installation > div:nth-child(1){
	padding-top: 20px;
	padding-bottom: 20px;
	background: #1a98d4;
	margin-top: 60px;
	margin-bottom: 60px;
}

#remote-installation-page .bri-text{
	font-size: 24px;
	color: #fff;
	padding-left: 70px;
	line-height: 1.4;
}

#remote-installation-page .bri-button{
	background: #fbb731;
	color: #fff;
	font-family: Open Sans !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	padding: 10px !important;
	text-transform: uppercase;
}

#remote-installation-page .bri-button:hover{
	background: #bf7e0d;
	transform: all 300ms ease;
}

#remote-installation-page .pos-rel a{
	margin: 0 auto;
}

#remote-installation-page .pos-rel{
	position: relative;
}

#remote-installation-page .rmt-instll-txt h2{
	font-size: 32px;
	font-weight: 500;
}

#remote-installation-page .akruto-rmi-123{
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	background: #f4f4f4;
	height: 100%
}

#remote-installation-page .akruto-rmi-123-bg{
	border-radius: 10px;
	border: 1px solid #d3d3d3;
	background: #fff;
	padding: 5px;
	width: 100%;
}

#remote-installation-page .akruto-rmi-123 h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0 !important;
}

#remote-installation-page .akruto-rmi-123 img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

#remote-installation-page .row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

#remote-installation-page .row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

#remote-installation-page .akruto-rmi-123 p{
	font-size: 14px;
}

#remote-installation-page .rmi-black-section{
	padding: 20px 20px 50px 20px;
	background: #000;
	color: #fff;
	margin-top: 60px;
	margin-bottom: 80px;
}

#remote-installation-page .rmi-black-section p{
	font-size: 32px;
	margin-bottom: 0 !important;
	color: #fff;
}

#remote-installation-page .rmi-black-section p:last-child{
	font-size: 20px;
	color: #fff;
	line-height: 2.2;
}

#remote-installation-page .rmi-black-section .bri-button{
	position: relative;
	top: 15px;
	transform:translateY(0%);
}

#remote-installation-page .arrow-style ul li{
	list-style-type: none;
	position: relative;
	line-height: 2.1;
	padding: 10px 0;
}

#remote-installation-page .arrow-style ul li .akto-arrow-txt{
	 
	min-height: 100%;
}


/* REMOTE INSTALLATION PAGE END*/


/* START SIDE BAR CSS*/

div.sidebar-image-set img { margin-bottom: 5px; }
	
	.sidebar-blue-section{
		background: #1a98d4;
		padding-top: 10px;
		padding-bottom: 5px;
		text-align: center;
	}

	.blue-section-sb-1{
		font-size: 24px;
		font-weight: 500;
		font-family: Open Sans;
		color: #fff;
		margin-bottom: 0;
		line-height: 1.3;
	}

	.blue-section-sb-2 img{
		width: 70%;
		margin: 5px auto;
	}

	.blue-section-sb-3{
		width: 80%;
		margin: 0 auto;
	}

	.blue-section-sb-3 ul{
		list-style-type: none;
		padding: 0 !important;
		margin-top: 10px;
		margin-left: 30px;
		margin-bottom: 0px;
	}

	.blue-section-sb-3 ul li .sb-img img{
		width: 30px;
	}

	.blue-section-sb-3 ul li .sb-txt-holder{
		color: #fff;
		font-family: Open Sans;
		font-weight: 600;
		font-size: 18px;
		text-align: left;
		margin-left: 40px;
	}

	.blue-section-sb-3 ul li .sb-img img{
		float: left;
	}

	.blue-section-sb-3 ul li .sb-img{
		clear: both;
	}

	.sb-black-section{
		padding: 12px 10px;
		background: black;
	}

	.sb-link{
		text-transform: uppercase;
		display: inline-block;
	}

	.sb-link a, .sb-button a, .sb-remote-install-section a{
		font-size: 16px;
		font-weight: 600;
		color: #fff;
	}

	.sb-link .fa{
		color: #fbb427;
	}

	.sb-button{
		display: inline-block;
		float: right;
	}

	.sb-button a, .sb-remote-install-section a{
		padding: 2px 5px;
		border-radius: 5px;
		background: #f1ab33;
		text-transform: uppercase;
	}

	.sb-button a:hover, .sb-remote-install-section a:hover{
		background: #bf7e0d;
		color: #fff;
		text-decoration: none;
		transition: all 300ms ease;
	}


	.sb-forum-section, .sb-remote-install-section{
		background: url(../design/Artwork/attributes-bg.jpg) no-repeat;
		background-size: cover;
		margin-top: 10px;
		text-align: center;
		/*padding-top: 15px;*/
		padding-bottom: 15px;
	}

 

	.sb-forum-content h2{
		font-size: 21px;
		font-weight: 600;
		margin-bottom: 0;
		padding-bottom: 5px;
	}

	.sb-forum-content a{
		padding: 5px 10px;
		color: #fff;
		font-weight: 600;
		background: #1a98d4;
		text-transform: uppercase;
		border-radius: 5px;
		font-size: 16px;
	}

	.sb-forum-content a:hover{
		background: #0077b3;
		color: #fff;
		text-decoration: none;
		transition: all 300ms ease;
	}

	.sb-remote-install-section h3{
		font-size: 14px;
		font-weight: 600;
		margin-bottom: 0;
		line-height: 1.3;
	}

	.sb-remote-install-section p{
		font-size: 13px;
		margin-bottom: 10px;
	}

	.sb-remote-install-section a{
		font-size: 15px;
		padding: 5px 6px;
	}

	#main > div > div > div.col-md-3.sidebar.right-sidebar.mobile-hide-sidebar{
		padding-top: 20px;
	} 


/* END SIDE BAR CSS*/
 

div.bbp-template-notice.info{
	background: rgba(251, 183, 49, 0.2) !important;
	border: 1px solid #fbb731;
}

a.bbp-forum-title{
	font-size: 14px !important;
	color: #1a98d4;
}

#bbpress-forums li{font-size: 14px;}


.forum-list-container{box-sizing: border-box;}

 .vc_separator .vc_sep_holder .vc_sep_line,
 .vc_sep_width_100, .wpb_single_image img.vc_img-placeholder{
 		width: 99% !important;
 }

.forum-block{
    position: relative;
    padding: 5px;
   	width: 290px;
}

  
.forum-block-content{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.forum-logo-container img{
	width: 40%; 
	margin: 0 auto;
	padding-bottom: 15px;
	padding-top: 10px;
}


.forum-logo-main-img img{margin: 0 auto;}

.forum-block-button{
	padding-top: 10px;
	text-align: center;
}

.forum-block a:hover{text-decoration: none;}

.forum-block-button b{
	display: block;
	width: 100%;
	padding: 10px;
	background: #1a98d4;
	font-family: Open Sans;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}

#content > article > div > div.forum-list-container div.forum-block-4 > a {display: block;}
#content > article > div > div.forum-list-container div.forum-block-4 p{display: none !important;}
#content > article > div > div.forum-list-container div.forum-block-4 div.forum-block-content div.forum-logo-main-img{text-align: center;}
.forum-logo-main-img{height: 264px;}


.forum-block-button b:hover, .forum-block a:hover .forum-block-button b{
	background: #0077b3;
	transition: all 300ms ease;
}

body.bbpress .mobile-sidebar .sidebar-toggle{bottom: 280px !important;}


/*media query for page-speed optimization*/

@media (max-width: 768px){
	#bbpress-forums div.bbp-the-content-wrapper input{margin: 0 15px 10px 0;}
}


@media (min-width: 320px){
	.forum-block{margin: 0 auto;}
	.forum-list-container{text-align: center;}
}

@media (min-width: 665px){
	.forum-block{display: inline-block;}
}

@media (min-width: 665px) and (max-width: 991px) {
	.forum-block:nth-child(2n+2){margin-left: 14px;}
}

@media (min-width: 992px){

	.forum-block{margin-right: 14px !important;}
	 .forum-block:nth-child(4){margin-left: 14px;}
	.forum-block:nth-child(3n+3){margin-right: 0 !important;}	 
}

@media (min-width: 1170px){

	.forum-list-container{text-align: inherit;}
	.forum-block:nth-child(3n+1){margin-left: 105px;}
}

@media (min-width: 1200px){

	.forum-block{margin-right: 14px !important;}
}

/*START MEDIA QUERIES FOR SIDE BAR*/
	
@media (max-width: 1200px){
	.sidebar-image-set .akruto-logo img{margin-bottom: 0;}
	#main > div > div > div.col-md-3.sidebar.right-sidebar.mobile-hide-sidebar{padding: 10px 0 0 0 !important;}
	.blue-section-sb-1{font-size: 18px;}
	.blue-section-sb-2 img{margin: 0 auto; width: 55%;}
	.blue-section-sb-3 ul li .sb-txt-holder{font-size: 14px;}
	.blue-section-sb-3 ul li .sb-img img{width: 23px;}
	.sb-link a, .sb-button a, .sb-remote-install-section a{font-size: 12px !important;}
	.sb-forum-content h2{font-size: 17px; padding-bottom: 0;}
	.sb-forum-content a{font-size: 12px;}
	.sb-forum-section, .sb-remote-install-section{ padding-bottom: 10px; }
	.sb-remote-install-section a{font-size: 12px;}
	.sb-remote-install-section h3{font-size: 12px; line-height: 1.3;}
	.sb-remote-install-section p{font-size: 11px; margin-bottom: 5px; line-height: 1.6;}
	div.sidebar-image-set img{margin-bottom: 4px;}
	.sb-black-section{padding: 6px 10px !important;}
	.sb-forum-section, .sb-remote-install-section{margin-top: 5px;}

}

@media  (max-height: 800px){
	#main > div > div > div.col-md-3.sidebar.right-sidebar.mobile-hide-sidebar{padding: 10px 0 0 0 !important;}
	.sidebar-image-set .akruto-logo{text-align: center;}
	.sidebar-image-set .akruto-logo img{max-width: 70%; margin-bottom: 0px;}
	.blue-section-sb-2 img{width: 50%;     margin: 0 0 5px 0;}	
	.blue-section-sb-3 ul{margin-top: 0px; margin-left: 30px;}
	.sb-black-section{ padding-top: 8px; padding-bottom: 8px;}
	.sb-forum-section, .sb-remote-install-section{margin-top: 7px;}
	.blue-section-sb-1{font-size: 21px;}
	.blue-section-sb-3 ul li .sb-txt-holder{font-size: 14px;}
	.blue-section-sb-3 ul li .sb-img img{width: 25px;}
	.sb-button a, .sb-remote-install-section a, .sb-forum-content a{font-size: 14px;}
	.sb-remote-install-section p{margin-bottom: 5px;}
}

/*END MEDIA QUERIES FOR SIDE BAR*/


/*START REMORE INSTALLATION PAGE MEDIA QUERIES*/

@media (min-width: 300px) and (max-width: 991px){
	#remote-installation-page .akruto-rmi-123-bg{width: 100%}
	#remote-installation-page .rmi-black-section p{font-size: 20px;}
	#remote-installation-page .rmi-black-section p:last-child{font-size: 16px;}
	#remote-installation-page .rmi-black-section{padding: 0; padding-bottom: 40px;}
	#remote-installation-page .akruto-rmi-123-bg{margin-top: 10px;}
	#remote-installation-page .rmt-instll-txt h2{font-size: 23px;}
	#remote-installation-page .remote-header h1,
	#remote-installation-page .arrow-style ul li{font-size: 20px !important;}
	#remote-installation-page .remote-header h1 b:last-child{font-size: 25px;}
	#remote-installation-page .bri-button{position: relative;}
	#remote-installation-page .bri-text{
		padding-bottom: 20px;
		padding-left: 0;
		font-size: 20px;
	}
}

@media (min-width: 500px){
	#remote-installation-page .remote-header h1{
		font-size: 25px !important;
	}
}

@media (min-width: 627px){
	#remote-installation-page .remote-header h1{font-size: 32px;}
	#remote-installation-page .remote-header h1 b:last-child{font-size: 39px;}
	#remote-installation-page .rmi-black-section p{font-size: 27px;}
	#remote-installation-page .rmi-black-section p:last-child{font-size: 20px;}

}

@media (min-width: 768px){
	#remote-installation-page .remote-header h1{font-size: 36px !important;}
	#remote-installation-page .remote-header h1 b:last-child{font-size: 43px !important;}
	#remote-installation-page .bri-text{font-size: 24px !important;}
}

@media (min-width: 992px){
	#remote-installation-page .akto-arrow{
		position: relative;
		top: 10px;
	}
}

@media (max-height: 768px){
	#remote-installation-page .remote-header h1{
		padding-top: 20px;
		margin-bottom: 0px;
	}

	#remote-installation-page > div.container-fluid.buy-remote-installation > div:nth-child(1){
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#remote-installation-page .rmt-instll-txt h2{margin-bottom: 0px;}

}

/*END REMORE INSTALLATION PAGE MEDIA QUERIES*/



/*reduce modal height on mobile */

@media (min-width: 300px) and (max-width: 991px){
	.modal-body{
		height: 350px !important;
	}
}


/* reduce margins at small window sizes */
@media (max-width: 1140px)
{
    .content-area .post-wrap { width: 95%; }
    .content-area .synchronize-help { width: 90%; }
}

/* make German text fit when window size is small */
@media (max-width: 1040px)
{
    .content-area .post-wrap .media-container .header .media-title { font-size: 30px; }
    .content-area .post-wrap .media-container .header .header-label img { width: 47px; }
}

/* other media queries*/
@media (min-width: 992px)
{
	.row-flex {
		display: flex;
	}

	.support-res img{
		float: right;
	}

	.check-icon{
		margin-top: 40px !important;
	}


}

@media (min-width: 992px) and (max-width: 1029px){
	#content .page-content .btn{
		font-size: 10pt;
	}

	.content-header .header-bottom{
		height: 165px !important;
	}

	/*.content-header .header-bottom .sync-button-area .btn-freesync{
		margin-top: 55px !important;
	}*/
}

@media (min-width: 1030px){
	.content-header .header-bottom .sync-button-area .btn-freesync{
		margin-right: 5%;
	}

	#content .page-content .btn{
		font-size: 12pt;
	}

	.content-header .header-bottom{
		height: 130px !important;
	}


}

@media (min-width: 1130px) { #content .page-content .btn { font-size: 13pt; }}
@media (min-width: 1170px) { #content .page-content .btn { font-size: 14pt;	}}
@media (min-width: 1200px) { #content .page-content .btn { font-size: 16pt;	}}
@media (min-width: 1300px) {
	#content .page-content .btn { font-size: 18pt;	}
	.content-header .header-bottom .sync-button-area .btn-freesync{ margin-right: 10%; }
}

@media (min-width: 1600px) {
	.content-header .header-bottom .sync-description-area{ padding-left: 10vw; }
	.content-header .header-bottom .sync-button-area .btn-freesync { margin-right: 24%; }
}


@media (max-width: 992px)
{
	.content-header .header-bottom .sync-button-area {
	    height: auto;
	    text-align: center;
	}
	.content-area .post-wrap {	
		width: 100%;
	}
	.content-area .device-wrap {
		width: 100%;
	}
	.content-area .device-wrap .device-title {
		font-size: 26px;
	}
	.content-area .device-wrap .detail-container {	
		width: 98%;
	}
	.content-area .device-wrap .detail-container .device-detail {
	    font-size: 18px;
	}	
	.content-area .post-wrap .media-container {
		margin-top: 13px;
	}
	.content-area .post-wrap .media-container .header .media-title {
	    font-size: 30px;
	}
	.content-area .post-wrap .media-container .body .black-title {
	    padding-top: initial;
	    font-size: 26px;
	    line-height: 29px;
	}

	.content-area .post-wrap .media-container .body img {
	    height: 130px;
	}	
	.content-area .post-wrap .media-container .detail .black-detail {
	    font-size: 20px;
	}

	.content-header .header-bottom .sync-description-area{
		text-align: center;
	}

	.content-header .header-bottom .sync-button-area .btn-freesync{
		float: none;
		margin-right: 0;
		margin-top: 20px;
		transform: translateY(0%);
	}

	.content-header .header-bottom{
		height: 200px;
	}

	 



}
 

@media (min-width: 300px){
	.content-header .header-bottom {
	    height: 250px;
	}
}


@media (min-width: 708px){
	.content-header .header-bottom {
	    height: 220px;
	}
}

@media (min-width: 300px) and (max-width: 414px){
	 
	.content-header .header-bottom .sync-button-area {
	    /*top: 50px;
	    position: relative;*/
	    margin-top: 95px;
	}
	#content .page-content .btn{
		font-size: 9pt;
	}

	.content-header .header-bottom .sync-button-area .btn-freesync{
		margin-top: 0;
	}
}

@media (min-width: 415px) and (max-width: 707px){
	#content .page-content .btn{
		font-size: 12pt;
	}

	.content-header .header-bottom .sync-button-area {
	    /*top: 50px;
	    position: relative;*/
	    margin-top: 50px;
	}
}

@media (min-width: 480px){
	#content > article > div > div > div.content-area > div.row-fluid.middle-bar > div > div.col-md-7 > div > a > span > br, 
	#content > article > div > div > div.content-area > div.row-fluid.bottom-bar > a > span > br{
		display: none;
	}
}
 

@media (max-width: 425px) {
	.content-area .post-wrap .media-container .body .black-title {
	    font-size: 19px;
	    line-height: 24px;
	}
	.content-area .post-wrap .media-container .body img {
	    height: 120px;
	}	
	.content-area .post-wrap .media-container .detail .black-detail {
	    font-size: 13px;
	}	
}

/* phone view */
.synchronize-help .detail-picture { margin-top: 2%; }

/* tablet / desktop view. Exact breakpoint is min-width: 992px in Bootstrap 3.3.5 */
@media screen and (min-width: 992px)  { .synchronize-help .detail-picture { margin-top: 18%; } }
@media screen and (min-width: 1072px) { .synchronize-help .detail-picture { margin-top: 14%; } }
@media screen and (min-width: 1152px) { .synchronize-help .detail-picture { margin-top: 10%; } }
@media screen and (min-width: 1232px) { .synchronize-help .detail-picture { margin-top: 6%; } }
@media screen and (min-width: 1312px) { .synchronize-help .detail-picture { margin-top: 6%; } }
@media screen and (min-width: 1392px) { .synchronize-help .detail-picture { margin-top: 4%; } }
@media screen and (min-width: 1472px) { .synchronize-help .detail-picture { margin-top: 4%; } }
@media screen and (min-width: 1552px) { .synchronize-help .detail-picture { margin-top: 4%; } }
@media screen and (min-width: 1632px) { .synchronize-help .detail-picture { margin-top: 4%; } }

/*******************/
/* END HOME PAGE   */
/*******************/
