/*
Theme Name: Malwarebytes Unpacked 2.0.1
Author: Malwarebytes
Author URI: http://www.malwarebytes.org
Description: This is the theme for the official Malwarebytes Unpacked blog.
License: Exclusive to Malwarebytes Corp.
Tags: Malwarebytes
*/
.black-highlight .inactive {
	display: none;
}
#wpadminbar {
z-index: 99999999999;
}

  blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 0px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
.black-highlight.active {
	line-height: 70px;
	margin-top: -40px;
	padding-top: 12px;
	-webkit-animation: spin 1s linear;
	-moz-animation: spin 0.5s linear 1;
	animation: spin 0.5s linear 1;
	-webkit-transform-origin: top;
	-webkit-transform: rotatex(0deg);
}
.black-highlight.active.medium {
	line-height: normal;
	padding-top: 2px;
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotatex(-90deg);
}
 50% {
-webkit-transform: rotatex(-90deg);
}
 100% {
-webkit-transform: rotatex(0deg);
}
}
 @-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity:1;
}
}
@-ms-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity:1;
}
}
.fadeIn {
	-webkit-animation: fadeIn 1s linear;
	-moz-animation: fadeIn 0.5s linear 1;
	animation: fadeIn 0.5s linear 1;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.serifa {
	font-family: Helvetica, Arial, sans-serif !important;
	letter-spaing: 0.15px;
}
.avenir {
	font-family: Helvetica, Arial, sans-serif !important;
}
body, html {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #484848;
	line-height: normal;
	min-height: 500px;
	font-size: 14px;
}
section {
	display: block;
	background: #fff;
	position: relative;
	width: 100%;
	float: left;
	min-width: 768px;
}
p, h1, h2, h3, h4, a {
	padding: 0px;
	font-size: 14px;
}
p, ul, ol, li, a {
	line-height: 1.5;
	-webkit-font-smoothing: subpixel-antialiased;
}
li {
	margin-left: 25px;
	margin-bottom: 5px;
}
hr {
	border: 0;
	border-top: 1px solid #1a1a1a;
	padding-top: 10px;
	padding-bottom: 0px;
}
h1 {
	font-size: 35px;
	font-weight: bold;
}
h2 {
	font-size: 30px;
}
h3 {
font-size: 18px;
font-weight: bold;
color: #000;
margin-bottom: 5px;
}
h4 {
font-size: 1.2em !important;
font-style: italic;
font-weight: bold;
margin-bottom: 5px;
}
a {
	text-decoration: none;
	color: rgb(38,120,230);
	padding-left: 0px;
	padding-right: 0px;
}
a:hover {
	text-decoration: underline;
	color: rgb(38,120,230);
}
a:focus, button:focus, input:focus {
	outline: auto orange;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
/*Header*/
#headerbar {
	background: #000;
	height: 67px;
	width: 100%;
	min-width: 768px;
	position: fixed;
	z-index: 99999;
	top: 22px;
	left: 0px;
	padding: 10px 0px;
}
.navbar-header {
background-color: #000;
border: none;
color: #fff;
position: relative;
float: left;
top: 0px;
height: 100%;
overflow-y: hidden;
overflow-x: hidden;
width: 300px;
}
.navbar-collapse {
	float: right;
}
ul.nav {
	list-style: none;
	background: #000;
}
ul.nav li {
	float: left;
	position: relative;
	margin: 0;
	background: #000;
}
.nav > li > a {
	color: #fff;
	padding: 5px 10px 25px 10px;
	margin-top: 19px;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.nav > li > a:hover {
	color: rgb(38,120,230);
}
.nav li:hover > a {
	color: rgb(38,120,230);
}
.nav li:hover > .dropdown-toggle:after {
	content: '+';
	color: rgb(38,120,230);
	font-weight: bold;
	padding-left: 5px;
}
a.navbar-brand {
	float: left;
	font-size: 18px;
	line-height: 0px;
	padding: 0px;
}
a.navbar-brand img {
	width: auto;
	height: 63px;
}
.nav .dropdown .dropdown-menu li {
	background: rgb(46,46,46);
	display: block;
	float: none;
}
.customize-support li.dropdown:hover > .dropdown-menu, .customize-support .dropdown-menu.open {
	display: block;
	width: 100%;
	position: fixed;
	top: 130px;
	padding-top: 10px 0px;
	height: 140px;
}
li.dropdown:hover > .dropdown-menu, .dropdown-menu.open {
	display: block;
	width: 100%;
	position: fixed;
	top: 105px;
	padding-top: 10px 0px;
	height: 140px;
}
.dropdown-menu .new {
	float: left;
	width: 20%;
}
.dropdown-menu ul {
	width: 100%;
	margin-top: 5px;
}
.dropdown-menu li a {
	color: #fff;
	width: 90%;
	float: left;
	padding: 5px 10px;
}
.dropdown-menu li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: rgb(38,120,230);
}
.dropdown-menu {
	position: fixed;
	overflow: hidden;
	top: 105px;
	left: 0;
	right: auto;
	z-index: 1000;
	display: block;
	float: left;
	min-width: 160px;
	padding: 0px 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	background-color: rgb(46,46,46);
	border: none;
	transition: height 0.3s ease-in-out;
	height: 0px;
}
.customize-support .dropdown-menu {
	top: 130px;
}
.dropdown-menu .subtext {
	padding-left: 10px;
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.dropdown-menu.last {
	left: auto;
	right: 0px;
}
.dropdown-menu > li > a {
	display: block;
	padding: 6px 20px;
	clear: both;
	font-weight: bold;
	line-height: 1.428571429;
	color: #fff;
	white-space: nowrap;
}
.dropdown-menu li:hover {
	background: rgb(38,120,230);
}
.dropdown-menu > li a:hover {
	color: #fff;
	background: rgb(38,120,230);
	text-decoration: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #000;
	color: rgb(38,120,230);
}
.dropdown-toggle:after {
	content: '+';
	color: #ccc;
	font-weight: bold;
	padding-left: 5px;
}
#langbar {
	background: #333;
	width: 100%;
	height: 22px;
	top: 0px;
	left: 0px;
	position: fixed;
	z-index: 999999999;
	color: #ccc;
	padding-top: 1px;
}
#langbar ul, #langbar .dropdown {
	float: right;
	list-style: none;
	min-width: 0px;
	background: #333;
	margin-left: 10px;
}
#langbar .dropdown-toggle:after {
	content: '';
}
ul.top-drop li {
	position: relative;
}
#langbar ul li ul li {
	margin-left: 0px;
	text-align: right;
}
#langbar ul li a, #langbar a {
	font-weight: normal;
	color: #ccc;
	font-size: 13px;
}
#langbar ul li ul {
	top: 20px;
	right: -4px;
}
#langbar .dropdown-menu li a:before {
	content: '';
}
#langbar .dropdown-menu li a img {
	margin-right: -6px;
}
#langbar li a img {
	margin-bottom: -1px;
}
#langbar .dropdown-menu > li > a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #ccc;
	white-space: nowrap;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 10px;
	padding-left: 10px;
}
#langbar .dropdown-menu > li > a:hover {
	background-color: transparent;
}
#langbar p {
	font-size: 1em;
	padding: 0px 5px;
}
.customize-support #langbar {
	top: 30px;
}
.customize-support #headerbar {
	top: 50px;
}
.customize-support .wrapper {
	margin-top: 110px;
}
#subnav {
	height: 65px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	-ms-box-shadow: 0px 4px 70px rgb(152,152,152);
	-moz-box-shadow: 0px 4px 70px rgb(152,152,152);
	-o-box-shadow: 0px 4px 70px rgb(152,152,152);
	-webkit-box-shadow: 0px 4px 70px rgb(152,152,152);
	box-shadow: 0px 4px 70px rgb(152,152,152);
	top: 89px;
	display: none;
	clear: both;
}
#subnav.visible {
	display: block;
}
#subnav .container {
	height: 65px;
}
#  #subnav .row {
 padding-bottom: 0px;
}
#subnav p.medium {
	padding-top: 10px;
}
#subnav .download p {
	text-align: right;
}
#subnav .download p#downloadfree {
	float: right;
	display: block;
}
#subnav img {
	padding: 0;
	padding-left: 20px;
	float: right;
	margin: 0;
	margin-top: -6px;
	width: 150px;
	display: block;
}
#subnav a {
	float: right;
	display: inline-block;
	color: #333;
}
#subnav.company a {
	float: none;
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#subnav a.googleplay {
	width: 160px;
}
/*general classes*/
.blue {
	color: rgb(88,165,238);
}
a.blue {
	color: rgb(38,120,230) !important;
}
.green {
	color: rgb(101,188,0);
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.light {
	font-weight: 200;
}
.black {
	color: #000;
}
.underline {
	text-decoration: underline;
}
.big {
	font-size: 24px;
}
.small {
	font-size: 10px;
}
.strikethrough {
	text-decoration: line-through;
}
.times {
	font-family: "Times", "Times New Roman", serif;
}
.big.times {
	font-size: 20px;
}
.huge {
	font-family: 'Serifa', Helvetica, Arial, sans-serif;
	font-size: 36px;
}
h2.black.bold, h2 .black.bold h2.white.bold {
	font-family: 'Serifa', Helvetica, Arial, sans-serif;
}
.medium, li.medium, .medium a {
	font-size: 16px !important;
}
.white {
	color: #fff;
}
a.white {
	color: #fff;
}
a.white:hover {
	color: #fff;
}
.center {
	text-align: center;
}
a.center {
	display: block;
}
a.grey {
	color: #666;
}
.middle {
	margin: 0px auto;
}
a.bluecta {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid rgb(102,192,238);
	background-color: rgb(31,91,223);
	background: rgb(59,127,255);/* Old browsers */
	background: -moz-linear-gradient(top, rgb(52,152,237) 0%, rgb(31,91,223) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(52,152,237)), color-stop(100%, rgb(31,91,223))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(52,152,237) 0%, rgb(31,91,223) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(52,152,237) 0%, rgb(31,91,223) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(52,152,237) 0%, rgb(31,91,223) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(52,152,237) 0%, rgb(31,91,223) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498ed', endColorstr='#1f5bdf', GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}
a.bluecta:hover {
	background-color: rgb(59,127,255);
	background: rgb(59,127,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(81,175,255) 0%, rgb(59,127,255) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(81,175,255)), color-stop(100%, rgb(59,127,255))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(81,175,255) 0%, rgb(59,127,255) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(81,175,255) 0%, rgb(59,127,255) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(81,175,255) 0%, rgb(59,127,255) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(81,175,255) 0%, rgb(59,127,255) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51afff', endColorstr='#3b7fff', GradientType=0 ); /* IE6-9 */
}
a.greencta {
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff !important;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid rgb(81,198,0);
	background-color: rgb(103,210,0);
	background: rgb(103,210,0); /* Old browsers */
	background: -moz-linear-gradient(top, #76ce04 0%, #46ac02 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76ce04), color-stop(100%, #46ac02 ))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #76ce04 0%, #46ac02 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #76ce04 0%, #46ac02 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #76ce04 0%, #46ac02 100%); /* IE10+ */
 background: linear-gradient(to bottom, #76ce040%, #46ac02 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ce04', endColorstr='#46ac02', GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
 background size: 200px;
	transition: background 0.5s ease-in-out;
}
a.orangecta {
	background-color: #f09020;
	background-image: linear-gradient(#f58d2b 0%, #ee5a1b 100%);
	background: -moz-linear-gradient(top, #f58d2b 0%, #ee5a1b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f58d2b), color-stop(100%, #ee5a1b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f58d2b 0%, #ee5a1b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f58d2b 0%, #ee5a1b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f58d2b 0%, #ee5a1b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f58d2b 0%, #ee5a1b 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58d2b', endColorstr='#ee5a1b', GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
 background size: 200px;
	transition: background 0.5s ease-in-out;
	border: none;
}
a.orangecta:hover {
	background-color: #f19824 !important;
	background-image: linear-gradient(rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%) !important;
	background: -moz-linear-gradient(top, rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(252, 203, 73)), color-stop(100%, rgb(232, 109, 15))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(252, 203, 73) 0%, rgb(232, 109, 15) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc13f', endColorstr='#fcc13f', GradientType=0 ); /* IE6-9 */
}
a.greencta:hover {
	background-color: rgb(113,220,0);
	background: rgb(103,210,0); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(113,220,0) 0%, rgb(73,168,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(103,210,0)), color-stop(100%, rgb(73,168,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(113,220,0) 0%, rgb(73,168,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(113,220,0) 0%, rgb(73,168,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(113,220,0) 0%, rgb(73,168,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(113,220,0) 0%, rgb(73,168,0) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7df31b', endColorstr='#53c300', GradientType=0 ); /* IE6-9 */
}
a.greencta.upgrade {
	width: 150px;
	display: block;
	margin: 0 auto;
}
a.greencta.customquote {
	width: 225px;
}
a.greycta {
	width: 150px;
	padding: 5px;
	font-weight: 500;
	color: #fff;
	background: #ccc;
	border-radius: 2px;
	ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	border: 1px solid #ccc;
	margin: 0 auto;
	font-weight: bold;
}
a.greycta:hover {
	background: #DADADA !important;
}
a.greencta:hover, a.greenbutton:hover, a.greycta {
	text-decoration: none;
}
a.greenbutton {
	color: #fff;
	display: block;
	width: 250px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background: rgb(103,210,0);
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	-ms-box-shadow: 4px 4px 1px #000;
	-moz-box-shadow: 4px 4px 1px #000;
	-o-box-shadow: 4px 4px 1px #000;
	-webkit-box-shadow: 4px 4px 1px #000;
	box-shadow: 4px 4px 1px #000;
}
.premium .greencta, .antiexploit .greencta, .smallbusiness .greencta, .enterprise .greencta, .techbench .greencta, .chameleon .greencta, .fileassassin .greencta, .regassassin .greencta, .startuplite .greencta, .greencta.edugov {
	position: absolute;
	width: 230px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 28px;
	font-weight: bold;
	box-shadow: 2px 3px 2px #000;
}
.greencta.edugov {
	width: 250px;
	left: 10px;
	top: 200px;
}
.antiexploit .greencta {
	left: 20px;
	bottom: 20px;
}
.smallbusiness .greencta {
	left: 10px;
	bottom: 155px;
}
.techbench .greencta {
	left: 10px;
	bottom: 80px;
}
.enterprise .greencta {
	font-size: 20px;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 270px;
	left: 10px;
	bottom: 140px;
}
.chameleon .greencta, .fileassassin .greencta {
	right: 10px;
	top: 275px;
}
.regassassin .greencta {
	right: 10px;
	top: 220px;
}
.startuplite .greencta {
	right: 10px;
	top: 200px;
}
/*footer*/
#footer {
	min-height: 400px;
	background: #000;
	z-index: 0;
	bottom: 0px;
	left: 0px;
}
#footer p, #footer a {
	color: #959595;
}
#productscolumn {
	float: left;
	padding-right: 40px;
	margin-left: 0px;
	margin-top: 10px;
}
.quotes {
	text-align: center;
}
.unbold {
	font-weight: normal;
}
#bottom-nav p, #bottom-nav a {
	font-size: 12px;
}
#bottom-nav a {
	font-weight: normal;
	color: #959595;
}
#footer p.white {
	color: #fff;
}
#copyright p, #copyright a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 0;
	color: #959595;
	text-align: center;
}
#copyright a:hover {
	text-decoration: underline;
}
/*product pages*/
#wrapper {
	display: block;
	width: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
/*Slideshow*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: ew-resize;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* CSS3 Transitions */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
 0% {
 opacity: 1;
}
}
 @-moz-keyframes empty {
 0% {
 opacity: 1;
}
}
 @keyframes empty {
 0% {
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-moz-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @-moz-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @-webkit-keyframes backSlideOut {
 25% {
 opacity: .5;
 -webkit-transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(-200%);
}
}
 @-moz-keyframes backSlideOut {
 25% {
 opacity: .5;
 -moz-transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(-200%);
}
}
 @keyframes backSlideOut {
 25% {
 opacity: .5;
 transform: translateZ(-500px);
}
 75% {
 opacity: .5;
 transform: translateZ(-500px) translateX(-200%);
}
 100% {
 opacity: .5;
 transform: translateZ(-500px) translateX(-200%);
}
}
 @-webkit-keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 -webkit-transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 -webkit-transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateZ(0) translateX(0);
}
}
 @-moz-keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 -moz-transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 -moz-transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 -moz-transform: translateZ(0) translateX(0);
}
}
 @keyframes backSlideIn {
 0%, 25% {
 opacity: .5;
 transform: translateZ(-500px) translateX(200%);
}
 75% {
 opacity: .5;
 transform: translateZ(-500px);
}
 100% {
 opacity: 1;
 transform: translateZ(0) translateX(0);
}
}
 @-webkit-keyframes scaleToFade {
 to {
 opacity: 0;
 -webkit-transform: scale(.8);
}
}
 @-moz-keyframes scaleToFade {
 to {
 opacity: 0;
 -moz-transform: scale(.8);
}
}
 @keyframes scaleToFade {
 to {
 opacity: 0;
 transform: scale(.8);
}
}
 @-webkit-keyframes goDown {
 from {
 -webkit-transform: translateY(-100%);
}
}
 @-moz-keyframes goDown {
 from {
 -moz-transform: translateY(-100%);
}
}
 @keyframes goDown {
 from {
 transform: translateY(-100%);
}
}
 @-webkit-keyframes scaleUpFrom {
 from {
 opacity: 0;
 -webkit-transform: scale(1.5);
}
}
 @-moz-keyframes scaleUpFrom {
 from {
 opacity: 0;
 -moz-transform: scale(1.5);
}
}
 @keyframes scaleUpFrom {
 from {
 opacity: 0;
 transform: scale(1.5);
}
}
 @-webkit-keyframes scaleUpTo {
 to {
 opacity: 0;
 -webkit-transform: scale(1.5);
}
}
 @-moz-keyframes scaleUpTo {
 to {
 opacity: 0;
 -moz-transform: scale(1.5);
}
}
 @keyframes scaleUpTo {
 to {
 opacity: 0;
 transform: scale(1.5);
}
}
#slideshow-container {
	position: relative;
	width: 100%;
	height: 620px;
	overflow: hidden;
	z-index: 0;
}
#slideshow {
	position: absolute;
	height: 600px;
	top: 40px;
	overflow: hidden;
	z-index: 1;
}
#slideshow div img {
	display: block;
	padding-top: 25px;
	margin: 0px auto;
	max-height: 420px;
	max-width: 600px;
	width: auto;
	height: auto;
}
.owl-item div {
	height: 100%;
}
#slideshow div p {
	margin-top: 80px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.owl-prev {
	position: absolute;
	top: 285px;
	height: 82px;
	width: 42px;
	display: block;
	margin-top: -41px;
	left: 5%;
	background: url(../images/arrow-left.png) no-repeat;
}
.owl-next {
	position: absolute;
	top: 285px;
	height: 82px;
	width: 42px;
	display: block;
	margin-top: -41px;
	right: 5%;
	background: url(../images/arrow-right.png) no-repeat;
}
.owl-pagination {
	position: relative;
	margin: 0px auto;
	top: -75px;
	display: inline-block;
	height: 20px;
}
.owl-page {
	width: 10px;
	height: 10px;
	background: #e4e4e4;
	border-radius: 5px;
	float: left;
	margin: 5px;
	display: block;
}
.owl-controls {
	text-align: center;
}
.owl-page.active {
	background: rgb(38,120,230);
}

/*small desktop*/
@media screen and (max-width: 1200px) {
.dropdown-menu li a {
	color: #fff;
	width: 90%;
	float: right;
	padding: 5px 10px;
}
}

/*tablet*/
@media screen and (max-width: 992px) {
.navbar-header {
width: 215px;
}
.dropdown-menu li a {
	color: #fff;
	width: 90% !important;
	float: right !important;
	padding: 5px 10px !important;
}
.big {
	font-size: 24px;
}
.hiddenmobile {
	display: none !important;
}
.medium {
	font-size: 16px;
}
/*Header*/
#headerbar {
	position: fixed;
	height: 64px;
}
.nav > li > a {
	color: #fff;
	padding: 8px 5px 25px 5px;
	margin-top: 16px;
}
a.navbar-brand img {
	height: 47px;
	margin-top: 10px;
}
a.greycta {
	width: 120px !important;
	font-size: 18px;
}
.customize-support li.dropdown:hover > .dropdown-menu, .customize-support .dropdown-menu.open {
	display: block;
	width: 100%;
	position: fixed;
	top: 130px;
	padding-top: 10px 0px;
	height: 160px;
}
li.dropdown:hover > .dropdown-menu, .dropdown-menu.open {
	display: block;
	width: 100%;
	position: fixed;
	top: 105px;
	padding-top: 10px 0px;
	height: 160px;
}
}
