a { 
	color: #ff2837; 
	text-decoration:none;
}

a:hover { 
	text-decoration:underline;
	color:#ff2837;
}

.imgCenter{
	display:block;
	margin:0 auto;
}

.noPadding{
	padding:0;
}

p{
	font-size:18px;
	line-height:1.6em;
}

.bg-white{
	background:#ffffff;
}

.bg-red{
	background:#ff2837;
}

.bg-light-red{
	background:#ffa8ae;
}

.bg-pale-red{
	background:#fed4d6;
}

.bg-red a, .bg-red a:hover{
	color:#fff !important;
	text-decoration:none !important;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

.bg-red a:hover{
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

.btn-download {
    display: inline-block;
    padding: 0 0 0 40px;
    font-weight: 700;
    font-size: 19px;
    line-height: 25px;
    background-image: url(../images/ico-download.png);
    background-size: 25px 25px;
    background-position: left top;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	border-bottom: none !important;
}

.btn-download:hover{
	padding: 0 0 0 32px;
}

.fa-chevron-up{
	line-height:40px;
}

.titleSocialIcons {
	float:right;
	display:block;
	padding-right:10px;
	line-height:100px;
}

@media (max-width: 990px) {
	.titleSocialIcons {
		line-height:70px;
	}
}

@media (max-width: 320px) {
	.titleSocialIcons {
		line-height:48px;
	}
}

.titleSocialIcons ul {
	list-style: none;
}

.titleSocialIcons li {
	float: left;
	margin: 0 0 0 10px;
}
.titleSocialIcons li a {
	display: inline-block;
	width: 34px;
	height: 34px;
	background: #898989;
	border-radius: 50% !important;
}

@media (max-width: 800px) {
	.titleSocialIcons li a {
		width:24px;
		height:24px;
	}
}

.titleSocialIcons li a:hover {
	background: #ff2837;
	text-decoration:none;
}
.titleSocialIcons li a i {
	font-size: 18px;
	color: #fff;
	margin:0 auto;
	line-height:34px;
	text-align:center;
	display:block;
	text-decoration:none;
}

@media (max-width: 800px) {
	.titleSocialIcons li a i {
		font-size:14px;
		line-height:24px;
	}
}

.banner {
    background: url(../images/banner-featured-Ransomware_1920x500.jpg) no-repeat center center;
    background-size: contain;
    height: 500px;
}

.section{
	position:relative;
	clear:both;
	margin:0;
	padding:50px 0;
}

.section h1, .section h2{
	padding-bottom:50px;
}

@media (max-width: 450px) {
	.section h1, .section h2{
		padding-bottom:20px;
	}
}


/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line > .nav-tabs > li{
	background:#fff;
	border-right:2px solid #f9f9f9;
}

.tabbable-line > .nav-tabs > li:last-child{
	border-right:none;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin: 0;
  color: #ff2837;
  font-size:18px;
  text-align:center;
}
.tabbable-line > .nav-tabs > li.open{
  border-bottom: 4px solid #ff2837;
}
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #ff2837;
}
.tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #ff2837;
	font-family: "galano_grotesquesemibold", Helvetica, Arial, sans-serif!important;
}
.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #ff2837;
	position: relative;
	background:#fed4d6;
	text-align:center;
	font-family: "galano_grotesquesemibold", Helvetica, Arial, sans-serif!important;
}
.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #ff2837;
	background: none !important;
}
.tabbable-line > .tab-content {
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 20px;
	margin-top:-3px;
}
.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}

.RansomwareTips{
	padding:15px 20px;
}

.RansomwareTipsNum{
	font-size:30px;
	color:#fff;
	text-align:center;
}

.RansomwareTipsDetail{
	margin-left:50px;
}

@media (max-width: 450px) {
	.RansomwareTipsDetail{
		margin-left:0;
	}
}

.triangle-right {
    width: 0;
    height: 0;
    padding-top: 20px;
    padding-left: 6%;
	position:absolute;
}
.triangle-right:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
	margin-top: -20px;
    margin-left: -62px;
    border-top: 30px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 30px solid #ff2837;
}