@font-face {
    font-family: 'exo_2semi_bold';
    src: url('../fonts/exo2-semibold-webfont.eot');
    src: url('../fonts/exo2-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-semibold-webfont.woff') format('woff'),
         url('../fonts/exo2-semibold-webfont.ttf') format('truetype'),
         url('../fonts/exo2-semibold-webfont.svg#exo_2semi_bold') format('svg');
    font-weight: 600;
    font-style: normal;

}
@font-face {
    font-family: 'exo_2bold';
    src: url('../fonts/exo2-bold-webfont.eot');
    src: url('../fonts/exo2-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-bold-webfont.woff') format('woff'),
         url('../fonts/exo2-bold-webfont.ttf') format('truetype'),
         url('../fonts/exo2-bold-webfont.svg#exo_2bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo_2regular';
    src: url('../fonts/exo2-regular-webfont.eot');
    src: url('../fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/exo2-regular-webfont.woff') format('woff'),
         url('../fonts/exo2-regular-webfont.ttf') format('truetype'),
         url('../fonts/exo2-regular-webfont.svg#exo_2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.blogPost h3{
	margin-top: 25px;
	margin-bottom: 10px;
}
.blogPost img{
	padding: 10px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#twitterNewsline{
	overflow: hidden;
	height: 60px;
	background-color: #f8f8f8;
	color: #282828;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.scroll-text .timePosted{
	display: none;
}
.scroll-text{
	margin: 15px 0 0 0;
	padding-top: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.tweet{
	line-height: 30px;
}
.scroll-text li, .scroll-text p{
	display: inline;
}
#noscript-warning{
	margin-left: -470px;
	width: 940px;
	background: #f6d2d2;
	color: black;
	text-align: center;
	position: fixed;
	top: 85px;
	left: 50%;
	height: 24px;
	padding-top: 7px;
	font-size: 14px;
	z-index: 99999;
	font-weight: bold;
}
a:focus { 
    outline: none; 
}
/* Basic Styles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'exo_2semi_bold', arial, sans-serif;
}
h1, h3{
	font-family: 'exo_2bold';
}
h3{
	font-size: 21px;
}
p {
	font-family: arial, sans-serif;
}
.navbar .nav > li > a {
	font-size: 16px;
	text-align: right;
	color: #929292;
	-webkit-transition: color 1s linear;
	-moz-transition: color 1s linear;
	-o-transition: color 1s linear;
	transition: color 1s linear;
}
.navbar .nav > li > a:hover {
	color: #2488c6;
}
.span-home{
  width: 450px;
  margin-bottom: 30px;
}
.span-home .margin-left{
	margin-left: 165px;
}
.span-home h3{
	margin-bottom: 5px;
}
.offset-home {
  margin-left: 40px;
}
.navbar-inner {
	padding: 10px 0 15px 0;
	background: white;
	box-shadow: none;
	border-bottom: 1px solid #dbdbdb;
}
.container-main {
	padding-top: 131px;
}
.span-home .front {
	float: left;
	margin-top: 29px;
}
.bring-to-front {
	position: relative;
	z-index: 1;
}
#top-title {
	position: relative;
	margin-top: 21px;
	margin-bottom: 70px;
	padding-top: 25px;
}
#top-title h2 {
	color: #292929;
	font-size: 22px;
	font-weight: 400;
	font-family: 'exo_2regular', arial, sans-serif;
	text-align: right;
	line-height: 22px;
	margin-top: 20px;
}
#top-title #top-title-image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#top-title h1 {
	font-family: 'exo_2semi_bold', arial;
	text-align: right;
	position: relative;
	z-index: 39;
	font-size: 49px;
	color: black;
	margin-top: 25px;
}
.clickable{
	cursor: pointer;
	cursor: hand;
}
.nav-tabs{
	margin: 0;
	margin-bottom: 20px;
}
.header {
	margin-top: 40px;
	margin-bottom: 0px;
	position: relative;
}
.headermsg {
	padding-top: 30px;
	padding-right: 10px;
	top: 0;
	left: 0;
	position: absolute;
	color: white;
	font-size: 35px;
	text-align: right;
	float: right;
	line-height: 45px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px #000000;
}
.header.home #arcs {
	position: absolute;
	left: 390px;
	top: 10px;
}
.header.home #arcs-image {
	position: absolute;
	left: 390px;
	top: 10px;
}
.header.home .subtitle {
	position: absolute;
	left: 0;
	top: 230px;
	font-size: 22px;
	font-weight: 300;
	font-family: 'exo_2regular', sans-serif;
	line-height: 28px;
}
.header.home #top-image {
	margin-top: 180px;
	margin-left: -60px;
}
.header.home #showErrors {
	position: absolute;
	left: 730px;
	top: 20px;
	list-style: none;
}
.header.home #showErrors li {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 20px;
	padding-top: 0;
	margin-left: 20px;
	height: auto; 
	position: relative;
}
.header.home #showErrors li img {
	position: absolute;
	left: -35px;
	top: 50%;
	margin-top: -11px;
}
.header.home #showErrors li .alert-text {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    width: 170px;
    line-height: 20px;
}
.header.home .headermsgbig {
	color: black;
	font-size: 49px;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 0px;
	line-height: 50px;
	-webkit-text-shadow: black 0px 0px 1px;
	-webkit-font-smoothing: antialiased;
}
.alignright {
	float: right;
}
li.footermenu {
	padding-top: 5px;
	padding-bottom: 5px;
}
i.icon-white {
	color: white;
}
.nav i {
	margin-top: 2px;
}
.hero-unit-small {
	margin: 0;
	padding: 30px;
}
td.tdcenter {
	text-align: center;
}
th.thcenter {
	text-align: center;
}
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	z-index: -1;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.product-hero-unit {
	padding-top: 20px;
	font-size: 15px;
}
.font-size-big{
	font-size: 15px;
	line-height: 22px;
}
.hand-pointer {
	cursor: pointer;
}
.about-company .hero-unit , .about-team.hero-unit {
	padding: 30px;
}
.team-member {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.team-member:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.special-title {
	font-family: 'exo_2regular', arial, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #2d74a3;
}
.biglist {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
}
.glyphicon-ok {
	color: green;
	font-size: 18px;
}
.glyphicon-circle-arrow-down {
	color: green;
	font-size: 20px;
}
.grey-gradient {
	background: #ededed;
 /* Old browsers */
	background: -moz-linear-gradient(left,  #ededed 0%, #ffffff 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ededed), color-stop(100%,#ffffff));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ededed 0%,#ffffff 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ededed 0%,#ffffff 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ededed 0%,#ffffff 100%);
 /* IE10+ */
	background: linear-gradient(to right,  #ededed 0%,#ffffff 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
 /* IE6-9 */;
 	font-family: Arial, sans-serif!important;
}
#faq{
	padding-left: 15px;
}
#faq h3{
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}
#faq p{
	margin-bottom: 25px;
	line-height: 21px;
}
.create-link-block {
	position: relative;
}
.link-block {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.feature-row {
	padding: 0;
}
.feature-row h2 {
	margin-left: 20px;
}
.feature-row .hero-unit {
	padding: 0;
}
.feature-row p {
	line-height: 24px;
	font-size: 15px;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
	min-height: 100px;
}
.feature-row img{
	margin-top: -10px;
}
.product-introduction {
	margin-bottom: 40px;
}
.joe-unit {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: 0px;
}
.joe-unit h3 {
	font-size: 19px;
	margin-bottom: 12px;
}
.product-explained p,  .product-explained ul, .product-explained li, .product-explained{
	font-size: 13px;
	line-height: 20px;
}
.joe-unit img {
	float: right;
}
.technology-block {
	margin-bottom: 22px;
}
.technology-block p {
	font-size: 15px;
	line-height: 24px;
}
.technology-block img {
	margin-left: 40px;
	margin-right: 37px;
}

p.intro{
	font-size: 17px;
}

.product-introduction p {
	font-size: 15px;
	line-height: 20px;
	float: left;
}
.product-explained img {
	float: right;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: -20px;
}
.product-introduction img {
	margin-left: 115px;
	margin-right: 130px;
}
.span-special {
	width: 430px;
}
.call-for-action p {
	text-align: center;
	line-height: 21px;
	font-size: 15px;
}
.call-for-action a {
	text-decoration: underline;
}
.call-for-action a:hover {
	background: white;
	color: black!important;
}
.call-for-action {
	margin-top: 25px;
	color: white;
	border: 2px solid black;
	padding: 20px 70px 25px 70px;
	text-align: center;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.call-for-action h3 {
	font-size: 25px;
	margin-bottom: 12px;
}
.call-for-action.ISIM a {
	color: #bdf5ff;
}
.call-for-action.ISIM {
	border: 2px solid #124c56;
	background: #1e5e69;
}
.call-for-action.dec {
	border: 2px solid #dd8700;
	background: #e5a400;
}
.call-for-action.class {
	border: 2px solid #5f2b26;
	background: #7c3f3a;
}
.call-for-action.filter {
	border: 2px solid #053156;
	background: #004077;
}
.call-for-action.cloud {
	border: 2px solid #0067b4;
	background: #007bd6;
}
.call-for-action.complete {
	border: 2px solid #dc7c00;
	background: #ff7200;
}
.call-for-action.ultimate {
	border: 2px solid #2d2d2d;
	background: #181818;
}
.call-for-action.desktop {
	border: 2px solid #26005f;
	background: #3f009e;
}
.call-for-action.prodx {
	border: 2px solid #00a599;
	background: #00c1b7;
}
.call-for-action.prodlinux{
	border: 2px solid #edca1a;
	background: #f4d418;
	color: black;
}
.call-for-action.light {
	border: 2px solid #4c4c4c;
	background: #606060;
}
.call-for-action.mobile {
	border: 2px solid #6d9100;
	background: #98ba1c;
}
.call-for-action.mailmonitor {
	border: 2px solid #ad8f12;
	background: #edcc3e;
	color: #33240e;
}
.call-for-action.mail {
	border: 2px solid #ffc20e;
	background: #ffcc00;
	color: #33240e;
}
.call-for-action.hypervisor {
	border: 2px solid #3f0038;
	background: #60004e;
}
.call-for-action.a1 {
	border: 2px solid #003c62;
	background: #004e7f;
}
.call-for-action.a1 a{
	color: #c5f7ff;
}
.call-for-action.hypervisor a{
	color: #ffc0ff;
}
.call-for-action.mail a{
	color: #282c44;
}
.call-for-action.dec a {
	color: #fffeaa;
}
.call-for-action.filter a {
	color: #cfe9ff;
}
.call-for-action.class a {
	color: #ffdacb;
}
.call-for-action.cloud a {
	color: #bbf8ff;
}
.call-for-action.complete a {
	color: #ffdd68;
}
.call-for-action.ultimate a {
	color: #fff9c9;
}
.call-for-action.desktop a {
	color: #bffff9;
}
.call-for-action.prodx a {
	color: #abfcf4;
}
.call-for-action.light a {
	color: #d6d9ea;
}
.call-for-action.mobile a {
	color: #fffeda;
}
.call-for-action ul{
	list-style: none;
}
/* ---------- FREE SERVICES ------------- */
#freeServices {
	height: 442px;
	width: 224px;
	position: fixed;
	top: 50%;
	margin-top: -221px;
	right: -182px;
	cursor: pointer;
	cursor: hand;
	z-index: 99;
}
#fs-basicAccounts img{
	position: absolute;
	top: 0;
}
#fs-newsletter img{
	position: absolute;
	top: 266px;
}
#fs-contact img{
	position: absolute;
	top: 348px;
}

/* -------------------------------------------------- */
html, body {
	height: 100%;
}
#joe-footer address {
	margin-bottom: 0;
}
#joe-footer {
	font-size: 12px;
	height: 160px;
	margin-top: 50px;
	padding-top: 15px;
	background-color: #dedede;
	background-image: url(../img/footer/bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-top: 1px solid #d1d1d1;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -210px;
}
#push {
	height: 206px;
}
/* --- PRODUCT OVERVIEW --- */

#product-overview-wrapper{
	width: 940px;
	height: 700px;
	position: relative;
}
#product-overview-background{
	background-image: url('../img/background.png');
	width: 940px;
	height: 700px;
	position: relative;
	z-index: 9;
}
#product-overview-background2{
	background-image: url('../img/background2.png');
	width: 940px;
	height: 700px;
	position: relative;
	z-index: 9;
}
#product-overview-column-titles{
	position: absolute;
	top: 50px;
}
#product-overview-column-titles h3{
	float: left;
	font-family: 'exo_2bold';
	font-weight: bold;
	font-size: 17px;
}
#product-overview-column-titles #architecture{
	margin-left: 230px;
}
#product-overview-column-titles #scale{
	margin-left: 183px;
}
#product-overview-column-titles #plugins{
	margin-left: 183px;
}
#product-overview-column-titles #classification{
	margin-left: 157px;
}
.product-package{
	cursor: hand; cursor: pointer;
	width: 127px;
	height: 164px;
	background: url('../img/sprite.png') -7px -455px no-repeat;
	position: relative;
}
.product-package:hover{
	background: url('../img/sprite.png') -154px -455px no-repeat;
}
.product-package h2{
	font-family: 'exo_2bold';
	width: 127px;
	text-align: center;
	bottom: 12px;
	position: absolute;
	margin: 0px;
	font-size: 20px;
	font-weight: 800;
}
.rotate-container{
	position: absolute;
	display: inline-block;
	z-index: 11;
}
.rotate-img {
	width: 95px;
	height: 98px;
	overflow: hidden;
	cursor: hand; cursor: pointer;
	-webkit-transform: rotate(0rad) scale(0.87);
	transform: rotate(0rad) scale(0.87);
}
.rotate-container:hover .rotate-img, .product-package:hover .rotate-img {
	opacity: 0.8;
	-webkit-transition: all 1s linear;
	-webkit-transform: rotate(1rad) scale(1);
    transition: all 1s;
	transform: rotate(1.4rad) scale(1);
}
.scale-img {
	width: 91px;
	height: 94px;
	overflow: hidden;
	cursor: hand; cursor: pointer;
	-webkit-transform: scale(0.87);
	transform: scale(0.87);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.rotate-container:hover .scale-img {
	opacity: 0.8;
	-webkit-transition: all 1s linear;
	-webkit-transform: scale(1);
    transition: all 1s;
	transform: scale(1);
}
.product-icon{
	position: absolute;
}
.rotate-img{
	-webkit-transition: all 1s;
	transition: all 1s;
	position: relative;
}
#product-overview-ultimate{
	top: 98px;
	position: absolute;
	width: 930px;
}
#product-overview-cloud{
	top: 266px;
	position: absolute;
	width: 930px;
}
#product-overview-cloud h2{
	color: #0074bc;
}
#product-overview-complete{
	top: 434px;
	position: absolute;
	width: 930px;
}
#product-overview-complete h2{
	color: #f27e00;
}
.desktop.rotate-container{
	left: 136px;
	top: 34px;
}
.mobile.rotate-container{
	left: 231px;
	top: 34px;
}
.prodx.rotate-container{
	left: 326px;
	top: 34px;
}
.filter.rotate-container{
	left: 446px;
	top: 36px;
}
.filter.rotate-container.new{
	left: 440px;
	top: 36px;
}
.dec.rotate-container{
	left: 533px;
	top: 36px;
}
.light.rotate-container{
	left: 543px;
	top: 36px;
}
.class.rotate-container{
	left: 660px;
	top: 36px;
}
.class.rotate-container.new{
	left: 626px;
	top: 36px;
}
.desktop .product-icon{
	width: 32px;
	height: 26px;
	background: url('../img/sprite.png') -246px -7px no-repeat;
	top: 36px;
	left: 31px;
}
.desktop .rotate-img{
	background: url('../img/sprite.png') -122px -120px no-repeat;
}
.mobile .product-icon{
	width: 22px;
	height: 33px;
	background: url('../img/sprite.png') -298px -7px no-repeat;
	top: 32px;
	left: 37px;
}
.mobile .rotate-img{
	background: url('../img/sprite.png') -229px -120px no-repeat;
}
.ultimate.rotate-container, .complete.rotate-container, .cloud.rotate-container{
	margin-top: 34px;
	margin-left: 15px;
}
.ultimate .product-icon{
	width: 40px;
	height: 31px;
	background: url('../img/sprite.png') -194px -7px no-repeat;
	top: 31px;
	left: 26px;
}
.ultimate .rotate-img{
	background: url('../img/sprite.png') -11px -120px no-repeat;
}
.prodx .product-icon{
	width: 32px;
	height: 27px;
	background: url('../img/sprite.png') -151px -7px no-repeat;
	top: 35px;
	left: 31px;
}
.prodx .rotate-img{
	background: url('../img/sprite.png') -10px -341px no-repeat;
}
.light .product-icon{
	width: 32px;
	height: 32px;
	background: url('../img/sprite.png') -56px -7px no-repeat;
	top: 32px;
	left: 29px;
}
.light .rotate-img{
	background: url('../img/sprite.png') -12px -229px no-repeat;
}
.cloud .product-icon{
	width: 44px;
	height: 32px;
	background: url('../img/sprite.png') -98px -7px no-repeat;
	top: 32px;
	left: 27px;
}
.cloud .rotate-img{
	background: url('../img/sprite.png') -122px -229px no-repeat;
}
.complete .product-icon{
	width: 40px;
	height: 32px;
	background: url('../img/sprite.png') -5px -7px no-repeat;
	top: 32px;
	left: 28px;
}
.complete .rotate-img{
	background: url('../img/sprite.png') -230px -229px no-repeat;
}
.filter .product-icon{
	width: 45px;
	height: 55px;
	background: url('../img/sprite.png') -95px -53px no-repeat;
	top: 18px;
	left: 24px;
}
.dec .product-icon{
	width: 61px;
	height: 55px;
	background: url('../img/sprite.png') -163px -53px no-repeat;
	top: 22px;
	left: 19px;
}
.filter .scale-img{
	background: url('../img/sprite.png') -125px -343px no-repeat;
}
.dec .scale-img{
	background: url('../img/sprite.png') -338px -343px no-repeat;
}
.class .product-icon{
	width: 56px;
	height: 51px;
	background: url('../img/sprite.png') -14px -55px no-repeat;
	top: 19px;
	left: 17px;
}
.class .scale-img{
	background: url('../img/sprite.png') -231px -343px no-repeat;
}
#product-overview-right2, #product-overview-right{
	position: absolute;
	right: 20px;
	bottom: 110px;
	width: 330px;
	height: 200px;
	z-index: 10;
}
.rotate-container.big{
	padding: 0;
	margin-top: -68px;
	margin-left: 150px;
	left: 0;
	top: 0;
}
.rotate-container.big .rotate-img, .rotate-container.big .scale-img{
	transform: scale(1)!important;
}
#product-overview-right2 h2, #product-overview-right h2{
	text-align: right;
	margin-top: 50px;
	margin-bottom: 5px;
}

#product-overview-right2, #product-overview-right{
	position: absolute;
	right: 20px;
	bottom: 110px;
	width: 330px;
	height: 200px;
	z-index: 10;
}
.rotate-container.big2, .rotate-container.big{
	padding: 0;
	margin-top: -68px;
	margin-left: 150px;
	left: 0;
	top: 0;
}
#product-overview-right2 h2, #product-overview-right h2{
	text-align: right;
	margin-top: 50px;
	margin-bottom: 5px;
}

#product-overview-right2 p, #product-overview-right p{
	font-family: 'exo_2regular';
	font-weight: 400;
	font-size: 15px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 22px;
}
#mobile{
	display: none;
}
/* --- PRODUCT OVERVIEW END --- */
/*-- PRODUCTS SUBNAV --------*/
.bigger-subnav{
	font-size: 18px;
	margin-bottom: 15px;
	display: inline-block;
}
#subnav-line1, #subnav-line2, #subnav-line3{
	position: absolute;
	left: 194px;
	top: 20px;
	height: 194px;
	width: 1px;
	background-color: #e3e3e3;
}
#nav2 #subnav-line1, #nav2 #subnav-line2, #nav2 #subnav-line3{
	height: 273px;
}
#subnav-line2{
	left: 418px;
}
#subnav-line3{
	left: 625px;
}
#productsSubnav, #technologySubnav, #solutionsSubnav{
	display: none;
	position: relative;
}
li#technologyNav:hover #technologySubnav{
	display: block;
}
li#productsNav:hover #productsSubnav{
	display: block;
}
li#solutionsNav:hover #solutionsSubnav{
	display: block;
}
#productsSubnav a, #technologySubnav a, #solutionsSubnav a{
	text-decoration: none;
	color: black;
	color: #0088cc;
}
#productsSubnav a:hover, #technologySubnav a:hover, #solutionsSubnav a:hover{
	text-decoration: underline;
	color: #005580;
}
#productsSubnav, #technologySubnav, #solutionsSubnav{
	box-shadow: 0px 2px 2px rgba(0,0,0,0.20);
	color: black;
	padding: 20px;
	padding-left: 39px;
	left: -275px;
	top: 62px;
	width: 810px;
	height: 200px;
	background: white;
	border: #dbdbdb 1px solid;
	position: absolute;
	-webkit-border-bottom-right-radius: 11px;
	-webkit-border-bottom-left-radius: 11px;
	-moz-border-radius-bottomright: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-right-radius: 11px;
	border-bottom-left-radius: 11px;
}
#nav2 #productsSubnav{
	height: 280px;
}
#technologySubnav{
	left: 102px;
	width: 251px;
	height: 145px;
}
#solutionsSubnav{
	left: -105px;
	width: 263px;
	height: 145px;
}
.subnavTitle{
	border: #dbdbdb 1px solid;
	border-bottom: none;
	top: -71px;
	left: 373px;
	position: absolute;
	width: 100px;
	height: 70px;
	background: white;
	color: black;
	-webkit-border-top-left-radius: 11px;
	-webkit-border-top-right-radius: 11px;
	-moz-border-radius-topleft: 11px;
	-moz-border-radius-topright: 11px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
}
#technologyNav .subnavTitle{
	left: 88px;
	width: 122px;
}
#solutionsNav .subnavTitle{
	left: 109px;
	width: 106px;
}
.subnavTitle a{
	color: black;
	font-size: 16px;
	display: block;
	margin-top: 14px;
	margin-left: 16px;
	font-weight: bold;
}
.subnavTitle a:hover{
	text-decoration: none;
}
.left-text{
	width: 363px;
}
.tab-content{
	width: 987px;
}


/* REPORTS START */
.report-box{
  position: relative;
  margin-right: 31px;
  margin-bottom: 31px;
  float: left;
	height: 200px;
	width: 210px;
	  overflow: hidden;
	  border: 1px solid #dee4e4;
}
.report-box:hover{
  border: 1px solid #cdd8dd;
  box-shadow: 0 0 11px rgba(0,0,0,0.08)
}
.report-box .top .productlogo{      
  margin-right: 8px;
  float: left;
  height: 50px;
  width: 50px;
  background-image: url('../img/reports-product-sprite.png');
}
.report-box .top .productlogo.ultimate{
  background-position: 0px -4px;
}
.productlogo.ultimate + h5 a{
	color: #212121;
}
.report-box .top .productlogo.desktop{
  background-position: 0px -62px;
}
.productlogo.desktop + h5 a{
	color: #3f009e;
}
.report-box .top .productlogo.mobile{
  background-position: 0px -120px;
}
.productlogo.mobile + h5 a{
	color: #99cc00;
}
.report-box .top .productlogo.x{
  background-position: 0px -178px;
}
.productlogo.x + h5 a{
	color: #00a599;
}
.report-box .top .productlogo.cloud{
  background-position: 0px -236px;
}
.productlogo.cloud + h5 a{
	color: #0074bc;
}
.report-box .top .productlogo.complete{
  background-position: 0px -294px;
}
.productlogo.complete + h5 a{
	color: #ff8b00;
}
.report-box .top .productlogo.filter{
  background-position: 0px -352px;
}
.productlogo.filter + h5 a{
	color: #024c73;
}
.report-box .top .productlogo.class{
  background-position: 0px -410px;
}
.productlogo.class + h5 a{
	color: #7c3f3a;
}
.report-box .top .productlogo.scale{
  background-position: 0px -468px;
}
.productlogo.scale + h5 a{
	color: #5b5b5b;
}
.report-box .link-box{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.report-box .top{
  padding: 8px 7px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eaeaea;
}
.report-box .top .date{
  color: #4a4a4a;
  font-size: 12px;
}
.report-box .top a{
  text-decoration: none;
  color: #0088cc;
}
.report-box .top a:hover{
  text-decoration: underline;
}
.report-box .top h5{
  font-weight: bold;
  font-size: 13px;
  margin: 0px;
  margin-top: 10px;
}
.report-box .center{
  height: 90px;
  line-height: 18px;
  padding: 8px 7px;
  font-size: 14px;
  margin: 0;
  background-color: white;
}
.report-box .bottom{
  line-height: 11px;
  width: 210px;
  vertical-align: middle;
  display: table-cell;
  padding: 2px 7px;
  height: 22px;
  font-size: 10px;
  margin: 0;
  background-color: #f6f6f6;
  border-top: 1px solid #eaeaea;
}
.reports-switch-button{
  margin: 40px auto;
  width: 320px;
}
.reports-switch-button a:hover{
  border: 1px solid #c9d5da;
  border-left: 1px solid #f2f2f2;
  text-decoration: underline;
}
.reports-switch-button a{
  padding: 6px 0;
  margin: 0;
  display: inline-block;
  width: 155px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #0096da;
  text-decoration: none;
}
.reports-switch-button a.active{
  border: 1px solid #dddddd;
  background-color: white;
  color: black;
  text-decoration: none;
}
.reports-switch-button a.switch-left{
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.reports-switch-button a.switch-right{
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* evasive reports */
#evasive .report-box{
	height: auto;
	width: 100%;
	margin: 0;
	margin-bottom: 31px;
}
#evasive .report-box .center{
	height: auto;
}
#evasive .report-box .bottom{
	width: 100%;
	display: inline-block;
	height: auto;
	font-size: 13px;
	padding: 9px 7px;
}
/* REPORTS END */

#legal-notices{
	background: #f1f1f1;
	font-size: 12px;
}

.threecolumn{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 75px;
	-moz-column-gap: 75px;
	column-gap: 75px;
	line-height: 27px;
	margin-bottom: 30px;
}
/*-- PRODUCTS SUBNAV END ----*/
#grey-top-nav{
	background-color: #dbdbdb;
	padding: 0;
}
#grey-top-nav .container{
	
}
#grey-top-nav ul{
	margin: 0;
}
#grey-top-nav ul li{
	font-family: 'exo_2semi_bold', arial, sans-serif;
	list-style: none;
	background-color: #e6e6e6;
	float: left;
}
#grey-top-nav ul li:hover{
	background-color: #f4f4f4;
}
#grey-top-nav ul li a{
	display: inline-block;
	color: #5e717f;
}
#grey-top-nav-left li a{
	padding: 11px 28px;
	font-size: 14px;
}
#grey-top-nav ul li a:hover{
	color: #2371aa;
	text-decoration: none;
}
.social-sprite{
	background-image: url(../img/social-sprite.png);
	width: 28px;
	height: 20px;
}
.social-sprite.youtube{
	background-position: 0 0;
}
.social-sprite.youtube:hover{
	background-position: 0 -32px;
}
.social-sprite.github{
	background-position: -32px 0;
}
.social-sprite.github:hover{
	background-position: -32px -32px;
}
.social-sprite.twitter{
	background-position: -64px 0px;
}
.social-sprite.linkedin{
	background-position: -96px 0px;
}
.social-sprite.facebook{
	background-position: -128px 0px;
}
.social-sprite.twitter:hover{
	background-position: -64px -32px;
}
.social-sprite.linkedin:hover{
	background-position: -96px -32px;
}
.social-sprite.facebook:hover{
	background-position: -128px -32px;
}
#grey-top-nav-right{
	float: right;
}
#grey-top-nav #grey-top-nav-right li{
	background-color: initial;
}
#grey-top-nav #grey-top-nav-right li a{
	padding: 9px 0px 5px 15px;
}
#grey-top-nav-left li{
	margin-right: 3px;
}
/* Responsive for Joe */	
@media (max-width: 1030px) {
	#grey-top-nav-left li{
		margin-right: 7px;
	}
	#grey-top-nav-left li:last-child{
		margin-right: 0px;
	}
	.container-main {
		padding-top: 91px;
	}
	#grey-top-nav-right{
		display: none;
	}
	#grey-top-nav-left li{
		width: 32%;
	}
	#freeServices{
		display: none;
	}
	li#technologyNav:hover #technologySubnav{
		display: none;
	}
	li#productsNav:hover #productsSubnav{
		display: none;
	}
	li#solutionsNav:hover #solutionsSubnav{
		display: none;
	}
	#twitterNewsline{
		display: none;
	}
	.tab-content{
		width: 780px;
	}
	.report-box{
		margin-right: 44px;
	}
	li:hover #technologySubnav{
		display: none;
	}
	li:hover #productsSubnav{
		display: none;
	}
	li:hover #solutionsSubnav{
		display: none;
	}
	#product-overview-wrapper{
		display: none;
	}
	.grey-gradient{
		margin-top: 0!important;
	}
	#mobile{
		display: block;
	}
	body{
		background: greene;
	}
	.nav-collapse.collapse.in, .nav-collapse.collapsing{
		border-top: 1px solid #f1f1f1;
	}
	.navbar .nav > li > a{
		text-align: center;
	}
	.span-home{
		width: 100%;
	}
	.offset-home{
		margin-left: 20px;
	}
	.technology-block img {
		width: 60%;
		margin-top: 5px!important;
		margin-left: 20px!important;
		margin-right: 0!important;
		margin-bottom: 0px;
	}
	.left-text{
	width: auto;
	}
	.nav li {
		text-align: center;
	}
	.nav li a {
		display: inline-block;
	}
	.technology-block .span12 {
		width: 95%;
	}
	.technology-block img {
		margin-left: 10px;
		margin-right: 50px;
	}
	.navbar .nav > li > a {
		width: 80%;
	}
	#top-title {
		margin-top: -78px;
	}
	#showErrors, #top-image {
		display: none;
	}
	.header {
		height: 400px;
		margin-top: -65px;
	}
	.span-special {
		width: 350px;
	}
	.product-introduction img {
		margin-right: 40px;
		margin-top: 10px!important;
		margin-left: 20px;
	}
	.product-explained .span12 {
		width: 650px;
	}
	.product-explained img {
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 0px;
	}
}
@media (max-width: 767px) {
	
	.table-responsive { 
		padding-top: 25px;
		overflow: visible; 
		overflow-x: scroll; 
		-webkit-overflow-scrolling: touch;
	}
	li#technologyNav:hover #technologySubnav{
		display: none;
	}
	li#productsNav:hover #productsSubnav{
		display: none;
	}
	li#solutionsNav:hover #solutionsSubnav{
		display: none;
	}

	li:hover #technologySubnav{
		display: none;
	}
	li:hover #productsSubnav{
		display: none;
	}
	li:hover #solutionsSubnav{
		display: none;
	}
	
	.threecolumn{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.tab-content{
		width: 780px;
	}
	.report-box{
		margin-right: 20px;
	}
	.ring-mobile{
		margin-right: 20px;
	}
	.offset-home{
		margin-left: 0;
	}
	#joe-footer {
		background-image: none;
		height: auto;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#joe-footer .span4{
		width: 30%;
		float: left;
	}
	body{
		background: bluee;
	}
	.header.home #arcs{
		display: none;
		left:340px;	
	}
	.header.home #arcs-image{
		display: block!important;
	}
	.front {
		width: 120px;
		height: 120px;
	}
	.span-home .margin-left{
		margin-left: 130px;
		margin-right: 5px;
	}
	.technology-block img {
		float: none!important;
		width: 90%;
		height: auto;
		margin: 0;
		margin-top: 5px!important;
		margin-bottom: 20px;
	}
	#top-title h1 {
		font-size: 37px;
	}
	#top-title{
		margin-right: 40px;
	}
	.product-block .span9 {
		width: 60%;
		float: left;
	}
	.product-block .span9 p {
		font-size: 14px;
		line-height: 19px;
	}
	.product-block .span3 {
		width: 30%;
		float: right;
	}
	.product-block .product-hero-unit {
		height: auto;
	}
	.feature-row h2 {
		margin-left: 0;
		font-size: 16px;
	}
	.span6:after, .product-block:after, .span-home:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.feature-row .span9 {
		width: 70%;
		float: left;
	}
	.feature-row .span3 {
		width: 25%;
		float: right;
	}
	.product-explained .span12 {
		width: 90%;
	}
	.product-explained img {
		float: none;
		margin-left: 0;
		width: 100%;
	}
}
@media (max-width: 480px) {
	
	li#technologyNav:hover #technologySubnav{
		display: none;
	}
	li#productsNav:hover #productsSubnav{
		display: none;
	}
	li#solutionsNav:hover #solutionsSubnav{
		display: none;
	}

	li:hover #technologySubnav{
		display: none;
	}
	li:hover #productsSubnav{
		display: none;
	}
	li:hover #solutionsSubnav{
		display: none;
	}
	
	#top-title #top-title-image {
		margin-top: -30px;
	}
	.feature-row img.feature-icon{
		margin-top: 0px;
	}
	body{
		background: orangee;
	}
	.tab-content{
		width: 320px;
	}
	.product-page .product-overview tbody td:not(:last-child), .product-page .product-overview tbody td{
		display: block;
		border-right: 0px;
		border-bottom: 1px solid #e2e2e2;
		width: 290px!important;
	}
	.joe-unit{
		margin-left: -20px;
	}
	.analysis-scope{
		margin-top: 22px!important;
	}
	.product-page .product-overview tbody td:last-child{
		border-bottom: 3px solid #e2e2e2;
	}
	.products-sprite{
		margin-left: -10px;
	}
	.plugins-hover{
		width: 88px!important;
	    margin-left: -60px;
	    background-position: 0 -27px;
	    top: 6px;
	}
	.product-page thead{
		display: none;
	}
	.reports-page .tab-content{
		width: 320px;
	}
	.reports-page .tab-content .report-box{
		width: 320px;
	}
	.reports-page .tab-content .report-box .bottom{
		width: 310px;
	}
	#home-features{
		margin-top: 50px;
	}
	.product-page .tab-content{
		width: 320px;
	}
	.report-box{
		margin-right: 5px;
	}
	#swiss-made-software{
		width: 65px;
		margin-left: 10px;
	}
	.navbar .brand{width: 200px;}
	.nav-tabs li a {
		padding-left: 7px;
		padding-right: 7px;
		padding-top: 7px;
	}
	.nav-tabs li a h3 {
		font-size: 15px;
		font-weight: 600;
	}
	.header {
		height: 515px;
	}
	.header.home #arcs-image{
		left:25px;
		top: 275px;
		width: 250px;
	}
	.span-home .front {
		float: right;
		margin: 27px 0 0px 15px;
		width: 100px;
		height: 100px;
	}
	.span-home .margin-left{
		margin-left: 5px;
	}
	.product-block .span3 img {
		margin-top: 15px;
	}
	.call-for-action {
		padding: 20px 30px 25px 30px;
	}
	.header.home .headermsgbig {
		font-size: 34px;
		line-height: 39px;
		top: 0px;
	}
	.header.home .subtitle {
		top: 180px;
		font-size: 15px;
		margin-right: 0px;
	}
	.header.home .subtitle br {
		display: none;
	}
	#arcs3 {
		display: none;
	}
	.product-introduction img {
		width: 120px;
	}
	.special-title{
		font-size: 14px;
	}
	.product-block .span3{
		margin-right: 20px;
	}
	.product-block .product-hero-unit{
		padding-left: 10px;
	}
}
@media (max-width: 320px) {
	.reports-switch-button {
	    width: 283px;
	}
	.reports-switch-button a{
		width: 139px;
	}
	.reports-page .tab-content .report-box {
    	width: 280px;
	}
	.products-sprite {
	    margin-left: -20px;
	}
	.products-sprite {
	    transform: scale(0.9, 0.9);
	}
	li#technologyNav:hover #technologySubnav{
		display: none;
	}
	li#productsNav:hover #productsSubnav{
		display: none;
	}
	li#solutionsNav:hover #solutionsSubnav{
		display: none;
	}

	li:hover #technologySubnav{
		display: none;
	}
	li:hover #productsSubnav{
		display: none;
	}
	li:hover #solutionsSubnav{
		display: none;
	}
	
	body{
		background: violette;
	}
	.tab-content{
		width: 280px!important;
	}

	.product-page .product-overview tbody td:not(:last-child), .product-page .product-overview tbody td{
		width: 270px!important;
	}

	.report-box{
		margin-right: 0px;
	}
	.header.home #arcs-image{
		left:10px;
		top: 300px;
		width: 200px;
		
	}
	
	.header.home .subtitle {
		top: 210px;
		font-size: 15px;
		margin-right: 0px;
	}
	.technology-block img{
		width: 100%;
		margin: 0!important;
	}
}

/* ANIMATION STARTPAGE */

#arcs{
	height: 320px;
	width: 320px;
}
.arcsy{
	position: absolute;
	top: 0px;
	left: 0px;
}
#arcs3{
    -webkit-animation:spin 50s linear infinite;
    -moz-animation:spin 50s linear infinite;
    animation:spin 50s linear infinite;
}
#arcs4{
    -webkit-animation:spin 48s linear infinite;
    -moz-animation:spin 48s linear infinite;
    animation:spin 48s linear infinite;
}
#arcs5{
    -webkit-animation:spin 45s linear infinite;
    -moz-animation:spin 45s linear infinite;
    animation:spin 45s linear infinite;
}
#arcs6{
    -webkit-animation:spinb 43s linear infinite;
    -moz-animation:spinb 43s linear infinite;
    animation:spinb 43s linear infinite;
}
#arcs7{
    -webkit-animation:spin 34s linear infinite;
    -moz-animation:spin 34s linear infinite;
    animation:spin 34s linear infinite;
}
#arcs8{
    -webkit-animation:spin 40s linear infinite;
    -moz-animation:spin 40s linear infinite;
    animation:spin 40s linear infinite;
}
#arcs9{
    -webkit-animation:spin 32s linear infinite;
    -moz-animation:spin 32s linear infinite;
    animation:spin 32s linear infinite;
}
#arcs10{
    -webkit-animation:spinb 41s linear infinite;
    -moz-animation:spinb 41s linear infinite;
    animation:spinb 41s linear infinite;
}
#arcs11{
    -webkit-animation:spin 39s linear infinite;
    -moz-animation:spin 39s linear infinite;
    animation:spin 39s linear infinite;
}
#arcs12{
    -webkit-animation:spin 37s linear infinite;
    -moz-animation:spin 37s linear infinite;
    animation:spin 37s linear infinite;
}
#arcs13{
    -webkit-animation:spin 28s linear infinite;
    -moz-animation:spin 28s linear infinite;
    animation:spin 28s linear infinite;
}
#arcs14{
    -webkit-animation:spin 38s linear infinite;
    -moz-animation:spin 38s linear infinite;
    animation:spin 38s linear infinite;
}
#arcs15{
    -webkit-animation:spin 29s linear infinite;
    -moz-animation:spin 29s linear infinite;
    animation:spin 29s linear infinite;
}
#arcs16{
    -webkit-animation:spin 19s linear infinite;
    -moz-animation:spin 19s linear infinite;
    animation:spin 19s linear infinite;
}
#arcs17{
    -webkit-animation:spin 18s linear infinite;
    -moz-animation:spin 18s linear infinite;
    animation:spin 18s linear infinite;
}
#arcs18{
    -webkit-animation:spin 17s linear infinite;
    -moz-animation:spin 17s linear infinite;
    animation:spin 17s linear infinite;
}
#arcs19{
    -webkit-animation:spin 61s linear infinite;
    -moz-animation:spin 61s linear infinite;
    animation:spin 61s linear infinite;
}
#arcs20{
    -webkit-animation:spin 44s linear infinite;
    -moz-animation:spin 44s linear infinite;
    animation:spin 44s linear infinite;
}
#arcs21{
    -webkit-animation:spin 46s linear infinite;
    -moz-animation:spin 46s linear infinite;
    animation:spin 46s linear infinite;
}
#arcs22{
    -webkit-animation:spin 60s linear infinite;
    -moz-animation:spin 60s linear infinite;
    animation:spin 60s linear infinite;
}
#arcs23{
    -webkit-animation:spin 22s linear infinite;
    -moz-animation:spin 22s linear infinite;
    animation:spin 22s linear infinite;
}
#arcs24{
    -webkit-animation:spin 51s linear infinite;
    -moz-animation:spin 51s linear infinite;
    animation:spin 51s linear infinite;
}
#arcs25{
    -webkit-animation:spin 52s linear infinite;
    -moz-animation:spin 52s linear infinite;
    animation:spin 52s linear infinite;
}
#arcs26{
    -webkit-animation:spin 53s linear infinite;
    -moz-animation:spin 53s linear infinite;
    animation:spin 53s linear infinite;
}
#arcsbg1{
    -webkit-animation:spin 77s linear infinite;
    -moz-animation:spin 77s linear infinite;
    animation:spin 77s linear infinite;
}
#arcsbg2{
    -webkit-animation:spin 102s linear infinite;
    -moz-animation:spin 102s linear infinite;
    animation:spin 102s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@-moz-keyframes spinb { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spinb { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spinb { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

img:-moz-loading {
    visibility: hidden;
}

#arch-icon-x, #arch-icon-mobile, #arch-icon-desktop, #arch-icon-a1, #arch-icon-linux{
	position: absolute;
	right: 58px;
	top: 176px;
	background-image: url(../img/architecture-icons.png);
	width: 16px;
	height: 16px;
}
#arch-icon-desktop{
	background-position: 0 -16px;
	top: 137px;
}
#arch-icon-a1{
	background-position: 0 -16px;
	top: 257px;
}
#arch-icon-mobile{
	background-position: 0 -32px;
	top: 157px;
}
#arch-icon-linux{
	background-position: 0 -51px;
	top: 197px;
}
tr.clickable:hover td{
	background-color: #f1f1f1!important;
}
// PRISM START ---------------------------------------------------------------------------
pre.line-numbers {
  position: relative;
  padding-left: 3.8em;
  counter-reset: linenumber;
}
pre.line-numbers > code {
  position: relative;
}
.line-numbers .line-numbers-rows {
  position: absolute;
  pointer-events: none;
  top: 0;
  font-size: 100%;
  left: -5.2em;
  width: 3em;
  letter-spacing: -1px;
  border-right: 1px solid #D0D0D0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line-numbers-rows > span {
  pointer-events: none;
  display: block;
  counter-increment: linenumber;
}
.line-numbers-rows > span:before {
  content: counter(linenumber);
  color: #999;
  display: block;
  padding-right: 0.8em;
  text-align: right;
}
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
  background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
  background: #b3d4fc;
}
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  padding-left: 60px;
  overflow: hidden;
}
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
}
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.comment{
  color: #a64b00;
  background-color: #f9d1b0;
}
.token.punctuation {
  color: #999;
}
.namespace {
  opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #19661f;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.statement{
  color: #9f0025;
}
.token.function {
  color: black;
  font-weight: bold;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.code-address{
  color: red;
}
.code-wrapper{
  position: relative;
}
.address-block{
  position: absolute;
  top: 0;
  left: 0;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 1em;
  margin-left: 60px;
}
.address-block .code-address{
  color: #a0a6ad;
}
// PRISM END ---------------------------------------------------------------------------
.footermenu a:hover{
	text-decoration: none!important;
}
.product-overview{
	width: 100%;
	border-bottom: 2px solid #e9e9e9;
}
.product-overview thead tr{
	background-color: #f0f0f0;
}
.product-overview tbody tr:nth-child(even){
	background-color: #fafafa;
}
.product-overview thead tr th{
	padding: 7px 0;
	color: #3B3B3B;
	text-shadow: -1px -1px #ffffff;
	font-size: 12px;
	font-weight: normal;
}
.product-overview tbody tr{
	cursor: pointer;
	cursor: hand;
}
.product-overview tbody tr:hover{
	background-color: #f7f9fa!important;
	outline: 1px solid #e2f0ff;
}
.product-overview tbody td:not(:last-child){
	border-right: 1px solid #e2e2e2;
}
.product-overview tbody td{
	padding: 10px 15px;
}
.products-sprite{
	height: 75px;
	width: 325px;
	background-image: url(../img/products-sprite.png);
}
.products-sprite.linux{
	background-position: 0 -1421px;
}
.products-sprite.light{
	background-position: 0 -966px;
}
.products-sprite.dec{
	background-position: 0 0;
}
.products-sprite.class{
	background-position: 0 -74px;
}
.products-sprite.filter{
	background-position: 0 -147px;
}
.products-sprite.isim{
	background-position: 0 -220px;
}
.products-sprite.desktop{
	background-position: 0 -295px;
}
.products-sprite.mobile{
	background-position: 0 -368px;
}
.products-sprite.ultimate, .products-sprite.ultimatenomobile{
	background-position: 0 -442px;
}
.products-sprite.x{
	background-position: 0 -515px;
}
.products-sprite.complete, .products-sprite.completenox, .products-sprite.completenomobile{
	background-position: 0 -589px;
}
.products-sprite.mail{
	background-position: 0 -1036px;
}
.products-sprite.cloud{
	background-position: 0 -663px;
}
.products-sprite.cloud-basic{
	background-position: 0 -1268px;
}
.products-sprite.hypervisor{
	background-position: 0 -1117px;
}
.products-sprite.appliance{
	background-position: 0 -1195px;
}
.products-sprite.mailmonitor{
	background-position: 0 -1349px;
}
.products-sprite.basic{
	height: 37px;
}
.products-sprite.basic.file{
	background-position: 0 -737px;
}
.products-sprite.basic.apk{
	background-position: 0 -774px;
}
.products-sprite.basic.document{
	background-position: 0 -813px;
}
.products-sprite.basic.url{
	background-position: 0 -851px;
}
.products-sprite.basic.yara{
	background-position: 0 -889px;
}
.products-sprite.basic.mail{
	background-position: 0 -925px;
}
.architectures-sprite{
	height: 25px;
	width: 23px;
	background-image: url(../img/architectures.png);
	display: inline-block;
}
.architectures-sprite.windows{
	margin-bottom: -4px;
}
.architectures-sprite.android{
	background-position: 0 -24px;
}
.architectures-sprite.apple{
	background-position: 0 -51px;
}
.architectures-sprite.ios{
	background-position: 0 -79px;
}
.architectures-sprite.linux{
	background-position: 0 -108px;
}
.plugins-hover{
	z-index: 987;
	position: absolute;
	right: 20px;
	top: 9px;
	cursor: pointer; cursor: hand;
	height: 24px;
	width: 28px;
	background-image: url(../img/plugins.png);
}
.plugins-hover:hover{
	width: 88px;
	margin-left: -60px;
	background-position: 0 -27px;
}
.analysis-scope{
	margin-top: 18px;
	margin-bottom: -6px;
	display: inline-block;
	width: 115px;
	height: 40px;
	background-image: url(../img/scope.png);
}
.analysis-scope.hundert{
	background-position: 0 0px;
}
.analysis-scope.ninety{
	background-position: 0 -43px;
}
.analysis-scope.eighty{
	background-position: 0 -88px;
}
.analysis-scope.sixty{
	background-position: 0 -131px;
}
.analysis-scope.ten{
	background-position: 0 -175px;
}
.analysis-scope.thirty{
	background-position: 0 -219px;
}
.scope-number{
	font-size: 11px;
	font-weight: bold;
}
.scope-number.hundert{
	color: #7a026b;
}
.scope-number.ninety{
	color: #681583;
}
.scope-number.eigthy{
	color: #542b9f;
}
.scope-number.sixty{
	color: #2164e6;
}
.scope-number.thirty{
	color: #08b48d;
}
.scope-number.ten{
	color: #04da45;
}
.product-page h2{
	font-size: 26px;
	margin-top: 22px;
	margin-bottom: 12px;
}
.product-page .intro{
	margin-top: 30px;
	font-size: 16px;
}
.solutions-titles h3{
	font-size: 18px;
}


/* Blog Styling */

#custom-search-form {
    margin:0;
    margin-top: 5px;
    padding: 0;
}

#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;   
}
.postsHistoryLink:first-child {
	border-top: 1px solid #dddddd;
}
.postsHistory {
	padding: 11px 20px;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.postsHistoryLink:nth-child(even){
	background-color: #f1f1f1;
}
.postsHistoryLink{
	display: block;
}
.topPostsText .abrevation{
	text-align: left;
}
.topPosts{
	margin-left: 0px;
	background-color: #f1f1f1;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	color: black;
}
.topPostsText{
	padding: 20px 30px;
}
.topPostsText{
	display: block;
	text-align: left;
	word-wrap: break-word;
	text-overflow: ellipsis;
	overflow: hidden;
	max-height: 139px;
	position: relative;
}
.topPostsText .fadeOut{
	background-image: url(../img/abrevation.png);
	position: absolute;
	width: 346px;
	height: 19px;
	bottom: 0;
	right: 0;
}
.topPostsTextWrapper{
	position: relative;
	height: 215px;
}
.topPostsTextWrapper .seeMore{
	position: absolute;
	bottom: 0px;
	right: 30px;
	font-size: 13px;
}
.topPostsText h2{
	line-height: 35px;
	margin-bottom: 5px;
}
// Collapsable
.collapsed.closed{
	display: none;
}
.collapsed.open{
	display: block;
}
.collapsable{
	margin-top: 20px;
	padding: 10px 20px;
background-color: #f1f1f1;
font-size: 16px;
font-weight: bold;
color: black;
cursor: hand;
cursor: pointer;
border: 1px solid #dddddd;
border-radius: 7px 7px 0px 0px;
-moz-border-radius: 7px 7px 0px 0px;
-webkit-border-radius: 7px 7px 0px 0px;
}
.collapsable.closed{
	border-radius: 7px;
}
.collapsable .indicator{
	float: right;
	display: inline-block;
	height: 19px;
	width: 27px;
	background-image: url(../img/collapse.png);
}
.collapsable.open .indicator{
	background-position: 0px 0px;
}
.collapsable.closed .indicator{
	background-position: -32px 0px;
}
.collapsed.closed {
    display: none;
}
#subscribe-newsletter{
	display: none;
	position: fixed;
	bottom: 0;
	border: 1px solid #d6d6d6;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 0px;
	margin-left: -268px;
	left: 50%;
	padding: 0 20px;
	background: white;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
#close-subscribe-newsletter{
	z-index: 9999991;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #f1f1f1;
	color: grey;
	font-size: 20px;
	padding: 1px 5px;
	border: 1px solid #f1f1f1;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
}
#close-subscribe-newsletter:hover{
	cursor: pointer; cursor: hand;
	background-color: #f3dede;
	color: black;
}
.cloudbasic-table-cell{
	background-color: #cccccc;
	border-right: 1px solid #d3d3d3;
}
.table-striped tbody tr:nth-child(odd) td.cloudbasic-table-cell{
	background-color: #e3e3e3;
}
.table tbody tr:nth-child(odd):hover td.cloudbasic-table-cell{
	background-color: #f1f1f1;
}
.table tbody tr:nth-child(even):hover td.cloudbasic-table-cell{
	background-color: #f2f2f2;
}
.no-border th{
	border: 0px!important;
}

#integrations .int-wrapper div {
  position: relative;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

#integrations .int-wrapper div:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#integrations .int-wrapper div:hover::after {
    opacity: 1;
}

#integrations .int-wrapper{
	float: left;
	width: 20%;
	height: 100px;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	border: 11px solid white;
}
#integrations .int-wrapper div{
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}