/*
#------------------------------------------------------------------------
# p220 - Joomla 3.1 template for p220.ru based on Gavern Platform
#
# Copyright (C) 2010-2013 Ninedesign.ru. All Rights Reserved.
# Website: http://www.ninedesign.ru
# Support: support@ninedesign.ru
*/

/* Basic elements */

html {
	background: #353535;
	-webkit-font-smoothing: antialiased;
}

body {
	background:rgba(255, 255, 255, 0.98)!important;
	color: #1D1D1D;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 0 52px;
	min-height: 100%;
	padding: 0;
	word-wrap: break-word;
    font-family: 'Roboto Condensed', sans-serif;
}

a,
#p2Mainbody a:active,
#p2Mainbody a:focus,
#p2Mainbody a:hover,
#p2Mainbody header h1 a,
#k2Container article header h2 a {
	color: #363636;
	-webkit-transition: color 0.2s linear;
	   -moz-transition: color 0.2s linear;
	     -o-transition: color 0.2s linear;
	        transition: color 0.2s linear;
	text-decoration: none;
}

a:hover,
a:active,
a:focus,
#p2Mainbody a,
#p2Mainbody header h1 a:active,
#p2Mainbody header h1 a:focus,
#p2Mainbody header h1 a:hover,
#k2Container article header h2 a:active,
#k2Container article header h2 a:focus,
#k2Container article header h2 a:hover {
	color: #4d90fe;
}

.toph1 {
    font-size: 16px;
    font-weight: bold;
      color: #444444;
   /*text-shadow: 1px 0px 5px rgba(140,140,140,0.6) ;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #242424;
	
	font-weight: 300;	
}

h1 {
	font-size: 18px;
}

h2,
.componentheading {
	font-size: 19px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 16px;
}
h6 {
	font-size: 13px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	line-height: 2.0;
}

p {
	margin: 0.5em 0 1.5em;
  font-size:15px;
  font-weight:400;
}

div.itemFullText p {margin:0.1em 0 1em!important;}

iframe {
	max-width: 100%!important;
}

th 
{color: #4d90fe!important;
    font-size: 80%;
    text-align: center;
padding:0!important;}
/* Containers */

.p2Page {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto!important;
	padding: 0 50px;
}

body[data-layout="left"] .p2Page {
	margin: 0!important;
}

.p2tips a{color:#FFF!important;}

#p2PageTop {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 79px;
  /*background: #F3F3F3;
  -webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);*/
}

#p2BannerTop {
	float: left;
	margin: 21px 20px 5px 0;
	width:59%;
}

#p2BannerTop p {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	margin: 0;
	font-size: 14px;
	text-align:center;
}

#p2Header {
	background: #eee;
}

#p2PageWrap {
	margin: 0 auto;
}

#p2PageContent {
	width: 100%;
}

#p2PageContent + section,
#p2PageContent + footer {
	margin-top: 50px!important;
}

.cont_before {
  margin-top:-65px!important;
}

/* Toolbar */
#p2Toolbar {
	left: 0;
	position: fixed;
	top: 0;
	width: 52px;
}

#p2Social {
	float: none;
	margin: 93px 0 0 0!important;	
}

#p2BackToTop {
	background: transparent url('../images/style1/icons.png') no-repeat 0 -376px;
	border-top: 1px solid #484848;
	bottom: 0;
	height: 52px;
	left: 0;
	position: fixed;
	text-indent: -9999px;
	-webkit-transition: background-position .15s ease-out;
	-moz-transition: background-position .15s ease-out;
	-ms-transition: background-position .15s ease-out;
	-o-transition: background-position .15s ease-out;
	transition: background-position .15s ease-out;
	width: 52px;
}

#p2BackToTop:hover {
	background-position: -53px -376px;
}

a.high {color:#FFF!important;}

/* Logo  */

#p2Logo {
	
	    margin: 10px 12px 0 0;
	padding: 0;
	text-indent: -999em;
	text-shadow: none;
	width: 75px;
	display: block;
	float: left;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}


#p2Logo img {
	display: block;
	margin: 0;
}

#p2Logo.cssLogo {
	background: url('../images/logo.png') no-repeat 0 0;
	/* You can specify there logo size and background */
	height: 107px;
	margin: 0;
	width: 124px;
}

#p2Logo:hover {
	padding:1px 0 0 1px;
	background:none!important;
	
}

#p2Logo.text {
	color: #fff;
	display: block;
	font-size: 36px;
	height: auto;
	margin: 0;
	min-height: 107px;
	overflow: hidden;
	padding: 10px 5px;
	text-align: center;
	text-indent: 0;
}

#p2Logo.text > span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	line-height: 56px;
	padding: 0;
}

#p2Logo.text .p2LogoSlogan {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
}

.gkTabsItem {background:none!important;}
.gkTabsItem {margin:0!important;}

/* userarea */

#p2UserArea {
	float: right;
	margin: 38px 0 0 0;
}

#p2UserArea a {
	background: transparent url('../images/small_arrow.png') no-repeat 90% -48px;
	display: block;
	color: #222;
	float: left;
	font-size: 14px;
	font-weight: 300;
	height: 46px;
	line-height: 47px;
	margin: 0;
	padding: 0 35px 0 12px;
	-webkit-transition: background-color .3s ease-out, color .15s ease-out;
	-moz-transition: background-color .3s ease-out, color .15s ease-out;
	-ms-transition: background-color .3s ease-out, color .15s ease-out;
	transition: background-color .3s ease-out, color .15s ease-out;
}

#p2Login:active,
#p2Login:focus,
#p2Login:hover,
#p2Register:active,
#p2Register:focus,
#p2Register:hover {
	background-color: #fec64d;
	background-position: 90% top;
	color: #fff;
}

/* Search */

#p2Search {
	background: transparent url('../images/style1/icons.png') no-repeat 0 -324px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	margin-top: 108px;
	width: 52px;
}

#p2Search + #p2Social a:first-child {
	border-top: none;
}


#p2Search + #p2Social {
	margin-top: 0;
}

#p2Search form {
	background: #4d90fe url('../images/style1/icons.png') no-repeat right -324px;
	margin-left: -226px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 226px;
}

#p2Search:hover form,
#p2Search.active form {
	margin-left: 0;
}

#p2Search .search {
	overflow: hidden;
}

#p2Search #mod-search-searchword {
	background: #4d90fe;
	border: none;
	border-bottom: 1px solid #72a7ff;
	color: #fff;
	display: block;
	height: 38px;
	font-size: 18px;
	font-weight: 300!important;
	margin: 7px 0 7px 15px;
	padding-left: 0;
	padding-right: 0;
	width: 160px;
}

/* Stylearea */

#p2StyleArea {
	background: transparent url('../images/style1/icons.png') no-repeat 0 -432px;
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	display: block;
	height: 52px;
	width: 52px;
}

#p2Links + #p2StyleArea,
#p2Search + #p2StyleArea,
#p2Social + #p2StyleArea {
	border-top: none;
}

#p2StyleArea > div {
	background: #353535;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 52px;
	margin-left: -226px;
	padding: 0 0 0 12px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 226px;
}

#p2StyleArea.active > div,
#p2StyleArea:hover > div {
	margin-left: 0;
}

#p2StyleArea a {
	display: inline-block;
	height: 22px;
	margin: 15px 0 0 9px;
	text-indent: -9999px;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	transition: transform 0.2s ease-out;
	width: 22px;
}

#p2StyleArea a:first-child {
	margin-left: 0;
}

#p2StyleArea a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

#p2Color1 {
	background: #4d90fe;
}

#p2Color2 {
	background: #7065ff;
}

#p2Color3 {
	background: #598473;
}

#p2Color4 {
	background: #909090;
}

#p2Color5 {
	background: #d68989;
}

#p2Color6 {
	background: #ff875e;
}

/* Social icons and other icons */

.p2RSS,
.p2Mail,
.p2Twitter,
.p2Fb,
.p2Gplus,
.p2Pinterest {
	background: transparent url('../images/style1/icons.png') no-repeat 0 0;
	border-bottom: 1px solid #484848;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	display: block;
	float: none;
	height: 52px;
	line-height: 52px;
	padding: 0;
	text-indent: -9999px;
	-webkit-transition: background-position .15s ease-out;
	-moz-transition: background-position .15s ease-out;
	-ms-transition: background-position .15s ease-out;
	-o-transition: background-position .15s ease-out;
	transition: background-position .15s ease-out;
	width: 52px;
}

#p2Social a:first-child,
#p2Links a:first-child {
	border-top: 1px solid #484848;
}

.p2Mail {
	background-position: 0 0;
}

.p2RSS {
	background-position: 0 -54px;
}

.p2Twitter {
	background-position: 0 -162px;
}

.p2Fb {
	background-position: 0 -108px;
}

.p2Pinterest {
	background-position: 0 -270px;
}

.p2Gplus {
	background-position: 0 -216px;
}

.p2Mail:active,
.p2Mail:focus,
.p2Mail:hover {
	background-position: -53px 0;
}

.p2RSS:active,
.p2RSS:focus,
.p2RSS:hover {
	background-position: -53px -54px;
}

.p2Twitter:active,
.p2Twitter:focus,
.p2Twitter:hover {
	background-position: -53px -162px;
}

.p2Fb:active,
.p2Fb:focus,
.p2Fb:hover {
	background-position: -53px -108px;
}

.p2Pinterest:active,
.p2Pinterest:focus,
.p2Pinterest:hover {
	background-position: -53px -270px;
}

.p2Gplus:active,
.p2Gplus:focus,
.p2Gplus:hover {
	background-position: -53px -216px;
}

/* Group modules */

#p2Bottom1,
#p2Bottom2 {
	overflow: hidden;
	padding: 0 50px; 
}

#p2Bottom1 > div,
#p2Bottom2 > div {
	border-top: 1px solid #e5e5e5;
	padding: 36px 0;
}

#p2Bottom1 .box .header,
#p2Bottom2 .box .header {
	font-size: 16px
}

#p2Bottom2 .box {
	color: #999;
	
}
#p2Bottom2 .box ul li { 
    border: none; 
	padding: 0;
}

#p2Bottom2 .box a { 
    color: #777
}

#p2Bottom2 .box a:hover { 
    color: #363636
}

/* standard breadcrumb */

#p2Breadcrumb {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	padding: 14px 0 15px;
}

#p2Breadcrumb .breadcrumbs {
	float: left;
	color: #333;
}

#p2Breadcrumb .breadcrumbs li.separator {
	width: 10px;
	text-align: center;
	padding: 0 4px!important;
	color: #ccc;
}

#p2Breadcrumb .breadcrumbs li.pathway {
	padding-right: 20px;
}

#p2Breadcrumb .breadcrumbs > ul > li {
	float: left;
	font-size: 12px;
	font-weight: 600;
}

#p2Breadcrumb .breadcrumbs > ul > li a {
	font-weight: normal
}

#p2Tools {
	float: right;
	margin: 4px 0 0 10px;
}

#p2Tools a {
	display: block;
	float: left;
	width: 22px;
	height: 16px;
	margin: 0 0 0 0px !important;
	text-indent: -99999em;
	background: url('../images/font_size.png') no-repeat -38px 50%;
}

a#p2ToolsReset {
	background-position: -15px 50%;
	margin-left: 6px;
}

a#p2ToolsDec {
	background-position: 6px 50%;
}

/* footer */

#p2Footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #888;
	font-size: 14px;
	line-height: 21px;
	padding: 0 50px;
}

#p2Footer > div {
	border-top: 1px solid #e5e5e5;
	padding: 16px 0;
}

#p2FooterNav {
	float: left;
}

#p2FooterNav li {
	border: none;
	float: left;	
	margin: 0 16px 0 0!important;
	padding: 0;
}

#p2FooterNav a {
	color: #888
}

#p2FooterNav li:hover,
#p2FooterNav a:hover {
	background: transparent;
	color: #363636;
}

#p2Copyrights {
	float: right;	
	margin: 0 0 20px;
}

/* Other footer elements */

#p2FrameworkLogo {
	display: block;
	width: 90px;
	height: 36px;
	background: url('../images/gavern-logo.png') no-repeat 0 0;
	text-indent: -9999em;
	margin: 12px auto 0 auto;
	opacity: 0.4;
}

/* Suffixes */

.box {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	/*padding: 20px;*/
	width: 100%;
}

#p2Inset .box,
#p2Sidebar .box {
	/*border-top: 1px solid #e5e5e5;*/
	margin: 0 auto;
	padding: 20px 0;
  
}

#p2Inset .box:first-child,
#p2Sidebar .box:first-child {
	border-top: none;
	padding-top: 0;
}

#p2Inset .box {
border-top: 1px solid #e5e5e5;
margin-top:20px!important;
}

#p2Inset .box h3 {
font-size:14px;
/*font-weight:bold;*/
padding-bottom:15px!important;
border-bottom: 1px solid #DDDDDD;
}

#p2Inset .box .header {
/*padding: 0!important;*/
}

div.content {
	clear: both;
}

.box li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}

.box li:last-child {
	border-bottom: none;
}

.box li a {
	line-height: 2.0;
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

.box ul ul {
	margin-left: 20px;
}

/* default suffix */

.box .header {
	color: #242424;
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	padding: 0 0 30px 0;
	text-align: center;
}

/* noborder suffix */
#p2Inset .box.noborder,
#p2Sidebar .box.noborder {
	border-top: none;
}

/* clear suffix */

.box.clear {
	margin: 0;
	padding: 0;
}

.clear div.content {
	clear: both;
}

/* nomargin suffix */

.box.nomargin {
	margin-left: 0!important;
	margin-right: 0!important;
}

/* nooverflow suffix */

.box.nooverflow,
.box.nooverflow > div {
	overflow: visible!important;
}

/* advertisement suffix */

#p2Inset .box.advertisement,
#p2Sidebar .box.advertisement {
	border-top: none;
}

.box.advertisement .header {
	background: transparent;
	border-bottom: 1px solid #e5e5e5;
	color: #999!important;
	font-size: 10px!important;
	font-weight: 300;
	margin: 0 0 5px 0;
	min-height: 16px;
	padding: 0;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

.box.advertisement .header span {
	background: transparent;
	float: right;
	line-height: 16px;
	padding: 0;
}

/* suffix _text */

.box_text > div {
	background: #fff;
}

/* suffix dark */

.box.color1 {
	background: #4d90fe!important;
	color: #fff;
	padding: 20px!important;
  -webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.67);
box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
}

.box.color1 .header {
	background: transparent!important;
	line-height: 1.2;
}

.box.color1 h1,
.box.color1 h2,
.box.color1 h3,
.box.color1 h4,
.box.color1 h5,
.box.color1 h6 {
	color: #fff;
}

.box.color1 ul {
	margin: 0;
	padding: 0;
}

.box.color1 ul li {
	border-bottom: 1px solid #659fff;
	position: relative;
	padding: 2px 0;
}

.box.color1 ul li:last-child {
	border-bottom: none;
}

.box.color1 a {
	color: #c7dcff;
}

.box.color1 a:active,
.box.color1 a:focus,
.box.color1 a:hover {
	color: #fff;
}

.box.color1 ul ul {
	margin: 0 0 0 20px;
}

.box.color1 b,
.box.color1 strong {
	font-weight: bold;
}

/* suffix light */

.box.light {
	background: #f7f7f7!important;
	border-top: none!important;
	padding: 20px!important;
  -webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.67);
box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
}

#p2Inset .box.light {
	margin: 1px;
	width: 99%;
}

.box.light ul {
	margin: 0;
	padding: 0;
}

.box.light ul li {
	position: relative;
}

.box.light ul ul {
	margin: 0 0 0 20px;
}

.box.light b,
.box.light strong {
	font-weight: bold;
}

/* Suffix white*/
.box.white{
	background: #f7f7f7!important;
	border-top: none!important;
	padding: 20px!important;
  -webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.67);
box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
}

#p2Inset .box.white{
	margin: 1px;
	width: 99%;
}

.box.white ul {
	margin: 0;
	padding: 0;
}

.box.white ul li {
	position: relative;
}

.box.white ul ul {
	margin: 0 0 0 20px;
}

.box.white b,
.box.white strong {
	font-weight: bold;
}

/* Suffix color */

.box.color2 {
	background: #B2CAFF!important;
	color: #fff;
	padding: 20px!important;
	margin:0 auto!important;
  -webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.67);
box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
}

.box.color2 .header {
	background: transparent!important;
	line-height: 1.2;
	color:#FFF!important;
}

.box.color2 h1,
.box.color2 h2,
.box.color2 h3,
.box.color2 h4,
.box.color2 h5,
.box.color2 h6 {
	color: #fff;
}

.box.color2 ul {
	margin: 0;
	padding: 0;
}

.box.color2 ul li {
	border-bottom: 1px solid #659fff;
	position: relative;
	padding: 2px 0;
}

.box.color2 ul li:last-child {
	border-bottom: none;
}

.box.color2 a {
	color: #fff;
}

.box.color2 a:active,
.box.color2 a:focus,
.box.color2 a:hover {
	color: #000;
}

.box.color2 ul ul {
	margin: 0 0 0 20px;
}

.box.color2 b,
.box.color2 strong {
	font-weight: bold;
}

/* Suffix clean */

.box.clean  {
	background: #FFF!important;
	color: #000;
	padding: 20px!important;
	margin:0 auto!important;
	border:1px solid #e5e5e5;
}

.box.clean .header {
	background: transparent!important;
	line-height: 1.2;
	color:#000!important;
}

.box.clean h1,
.box.clean h2,
.box.clean h3,
.box.clean h4,
.box.clean h5,
.box.clean h6 {
	color: #000;
}

.box.clean ul {
	margin: 0;
	padding: 0;
}

.box.clean ul li {
	border-bottom: 1px solid #659fff;
	position: relative;
	padding: 2px 0;
}

.box.clean ul li:last-child {
	border-bottom: none;
}

.box.clean a {
	color: #333;
}

.box.clean a:active,
.box.clean a:focus,
.box.clean a:hover {
	color: #000;
	font-weight:bold;
}

.box.clean ul ul {
	margin: 0 0 0 20px;
}

.box.clean b,
.box.clean strong {
	font-weight: bold;
}

/* Suffix bigtitle */

.bigtitle .header {
	font-size: 26px;
	font-weight: 300;
}

/* Suffix badge-new */

.box.badge-new .header,
.box.badge-popular .header,
.box.badge-top .header,
.box.badge-hot .header {
	position: relative;
}

.box.badge-new .header::after,
.box.badge-popular .header::after,
.box.badge-top .header::after,
.box.badge-hot .header::after {
	background: #9eb931;
	color: #fff;
	content: "New";
	font-size: 10px;
	font-weight: 600;
	padding: 0 6px;
	margin-left:20px;
	position: absolute;
	right: 0;
	top: 0;
    text-transform: uppercase;
	z-index: 1;
}

.box.badge-popular .header::after {
	background: #fe724d;
	content: "Popular";
}

.box.badge-top .header::after {
	background: #4d90fe;
	content: "Top";
}

.box.badge-hot .header::after {
	background: #fec64d;
	content: "Hot";
}

/* mainbody restrictions */

section#p2Breadcrumb + section#p2Mainbody {
	margin-top: 0!important;
}

/* tablet/mobile suffixes */

.onlytablet {
	display: none;
}

.onlymobile {
	display: none;
}

/* Login form */

#p2FBLogin {
	float: left;
	width: 45%;
}

#p2FBLogin p {
	line-height: 18px;
	margin: 14px 0 20px;
}

#p2FBLogin + #login-form,
#p2FBLogin + #com-login-form {
	float: left;
	width: 45%;
	margin-left: 4%;
	padding-left: 30px;
	border-left: 1px solid #e7e7e7;
}

#form-login-remember {
	margin: 10px 0;
}

#form-login-remember label {
	color: #777;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
}

#login-form fieldset {
	margin: 0 0 20px;
}

#login-form fieldset p {
	margin: 0.5em 0;
}

#login-form ul {
	border-top: 1px solid #E7E7E7;
	overflow: hidden;
	padding: 12px 0 0;
}

#login-form ul li {
	font-size: 11px;
	line-height: 1.6;
}



#login-form input[type="text"],
#login-form input[type="password"] {
	width: 85%;
}

.p2PopupWrap .logout-button input {
	float: right
}

label#jform_spacer-lbl {
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#loginForm .login-greeting {
	float: left;
	font-size: 18px;
	margin-right: 32px;
}

.p2Usermenu {
	clear: both;
	padding-bottom: 32px;
	position: relative;
	top: 10px;
}

.p2Usermenu li {

	border-bottom: 1px solid #e5e5e5 !important;
	padding: 3px;
	
}



/* Login with Facebook button */

span#fb-auth small {
	width: 20px;
	background: transparent url('../images/fbauth.png') no-repeat 0 2px;
	text-indent: -999em;
	display: block;
	float: left;
	border-right: 1px solid #a0aecd;
	margin: 3px 16px 0 0;
	height: 17px;
}

span#fb-auth {
	background-color: #798db9;
	
	display: inline-block;
	color: #fff;
	font-family: arial;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	margin: 12px 0 6px;
	padding: 7px 24px 7px 12px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #445375;
	cursor: pointer;
	height: 24px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	top: -3px;
}

span#fb-auth:hover {
	background-color: #556b9b;
}

.login span#fb-auth {
	margin: 6px 0 0 10px;
}

/* popup */

#p2PopupOverlay,
#p2PopupLogin {
	display: none;
	overflow: hidden;
	position: fixed;
	z-index: 1000002;
	left: 50%;
	top: 50%;
	background: #fff;
}

#p2PopupLogin {
	position: absolute;
	top: 70px;
	width: 560px;
	margin-left: -280px;
}

#p2PopupLogin #loginForm {
	background: url('../images/login.png') no-repeat 4px 6px;
	padding-left: 170px;
	min-height: 185px;
}

#p2PopupLogin #login-form input[type="text"],
#p2PopupLogin #login-form input[type="password"] {
	float: right;
	width: 70%;
}

#p2PopupLogin #login-form fieldset p {
	padding: 0 0 18px
}

#p2PopupLogin #form-login-remember,
#p2PopupLogin #form-login-buttons {
	margin-left: 100px
}

#p2PopupLogin #form-login-buttons input.button {
	background: #fec64d;
}

#p2PopupLogin #form-login-buttons input.button:hover {
	background: #4d90fe;
}

#p2PopupLogin #login-form ul {
	background: none;
	border-top: 1px solid #e5e5e5;
	margin-left: 100px;
	padding: 10px 0 0
}

#p2PopupLogin #login-form ul li {
	float: left;
}

#p2PopupLogin #login-form ul li:first-child {
	margin-right: 8px
}

.p2PopupWrap {
	padding: 32px;
	overflow: hidden;
}

.p2PopupWrap h3 {
	margin: 0 0 18px;
	font-size: 32px;
	line-height: 32px;
}

#p2PopupOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1000001;
	top: 0;
	left: 0;
	margin-left: 0;
}

/* Toolbar media queries */
@media (max-height: 620px) {
	#p2Toolbar #p2Search,
	#p2Toolbar #p2Social {
		margin-top: 0;
	}
}

@media (max-height: 480px) {
	#p2Social {
		display: none;
	}
}

@media (max-height: 320px) {
	#p2Links {
		display: none;
	}
}

/* Modules */

/* Recent Discussion */

.mrd_title {
font-weight:normal;
font-size:12px;
}

div.mrd-mod .clear {
  clear: both;
}
div.mrd-mod  img.avatar {
  border: 1px solid #ccc;
}
div.mrd-mod  a:hover img.avatar {
  border: 1px solid #bbb;
  border-bottom-color: #aaa;
}
div.mrd-mod .bold {
  font-weight: bold;
}
div.mrd-mod .float-l {
  float: left;
}
div.mrd-mod .list-item .item {
  display: inline-block;
  width: 100%;
}
div.mrd-mod.recent {
margin-top:10px;
}

div.mrd-mod.recent .list-item .item + .item {
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
}
div.mrd-mod.recent .item-user {
  padding: 0 0 10px;
}
div.mrd-mod.recent .item-title {
  display: inline;
}
div.mrd-mod.recent .item-avatar {
  margin: 0 15px 0 0;
}
div.mrd-mod.recent .item-info.push-top {
  margin-top: 5px;
}
div.mrd-mod.recent .item-info span {
  display: inline-block;
  line-height: 14px;
  height: 14px;
  margin-right: 5px;
  padding: 2px 0;
  cursor: default;
}
div.mrd-mod.recent .item-info span img {
  float: left;
  display: inline-block;
  margin-right: 10px;
}

/*Tooltip enchansment */

.tooltip.right  { margin-left: 40px!important; }

/*Some ES overrides*/

/*BLOG badge color*/
li.type-blog div.es-stream-meta span.label {
    background: #4d90fe !important;
    color: #FFF !important;
}

/*APPS badge color*/
li.type-apps div.es-stream-meta span.label {
    background: #ccc !important;
    color: #FFF !important;
}

/*Discuss badge color*/
li.type-discuss div.es-stream-meta span.label {
    color: #FFF !important;
}

#gcal-event-container h2 {
font-family: 'Open Sans', Arial, sans-serif;
}

#mod_showcase .showcase-slider {
 -webkit-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.67);
box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.27); 
}

#appView .powrMark  {
display:none!important;
}

.mfilepos {
  max-height:400px;
  overflow-x: auto;
}

.phoca-dl-file-box-mod .pd-document48 {
  line-height:16px!important; 
  margin-bottom: 40px;
}

ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg {
  background-position: inherit!important;
}

.phocadownloadfilelist {
    background: none;
    border: none;
}

/* HotLine Additional Styles */
.HL_left {float:left; width:48%;}
.HL_right {float:left; width:48%; padding: 40px; background-color: #f3f3f3; margin:40px 0 0 20px;}
.hl_o_label {font-weight:bold; text-transform:uppercase; padding-top:40px;}
.hl_o_label2 {font-weight:bold; text-transform:uppercase; padding-top:10px;}
.hl_o_q {font-weight:bold;}