html, body {
	background:#f7f7f7 !important;
	min-height:100vh !important;
}
.navbar-header, .navbar-brand {
	padding:0;
}
.navbar-brand img {
	width:100%;
	/*margin-top:5px;*/
}
.home-descr {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight:500 !important;
	font-size:16px !important;
	color:#060606 !important;
	background:#FFF;
}
.text-jumbo-call {
	font-size:26px;
	color:#000000;
	font-weight:600;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.highlight {
	padding:1px;
}
.highlight-green {
	background:#CBECC7 !important;
}
.highlight-orange {
	background:#F8EFC0 !important;
}
.demo-login-details {
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size:18px;
	font-weight:600;
}
.demo-login-details li {
	list-style:none;
}
.download_pg li{
	text-align:left !important;
}
.site_notification {
	width:100%;
	background:#EC0509;
	position:fixed;
	bottom:0;
	left:0;
	padding:0 !important;
	margin:0 !important;
}
.site_notification .success {
	background:#236803;
	color:#F5F5F5;
	padding:25px 10px;
	text-align:center;
	font-size:16px;
	border-top:solid thin #FFF;
}
.site_notification .error {
	background:#A2080B;
	color:#F5F5F5;
	padding:25px 10px;
	text-align:center;
	font-size:16px;
	border-top:solid thin #FFF;
}
.support_channels li{
	list-style:none;
	line-height:30px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:600;
}
.plugin-title {
	margin:0 !important;
	padding:0 !important;
	height:20px !important;
	color:#2E8AF7 !important;
}
.plugin-title a{
	color:#FFF !important;
}
.plugin-name-title {
	margin:5px 0 !important;
	margin-bottom:20px !important; 
}
.plugin-page-hr {
	border:solid thin #2779DB;
}
.p-detail {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:16px;
	font-weight:600;
}
.product .image img {
	width:100%;
	height:130px !important;
}
.preview_image img {
	width:33%;
	float:left;
}
.tab-content .descr {
	width:65%;
	margin-left:1%;
	float:left;
	background:#FFF;
}
.plugin_screenshot {
	border:solid thin #CFCECE;
	padding:0 !important;
}
.plugin_screenshot img {
	width:100%;
	height:150px;
}
.my_account_btn {
	padding:14px 20px;
	float:right;
	margin-top:10px;
	color:#FFF;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.my_account_btn:hover {
	text-decoration:none;
	color:#F9F006;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 1%, #6d0019 10%, #6d0019 10%, #6d0019 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 1%,#6d0019 10%,#6d0019 10%,#6d0019 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a90329 0%,#8f0222 1%,#6d0019 10%,#6d0019 10%,#6d0019 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
.announcements {
	width:100%;
	background:#FB893C;
	font-size:18px;
	padding:20px 10px;
	text-align:center;
	color:#FFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif
}
.announcements a {
	color:#3A90F7;
	text-decoration:underline;
}
.announcements a:hover {
	background:#3A90F7;
	color:#FFF;
}